@import url(../css/top.css);
@import url(../css/index.css);
.cont_center {
  margin: 24px auto 0;
  width: 1200px;
}
.cont_center .evaluation {
  padding: 24px;
  box-sizing: border-box;
  width: 1202px;
  background: #FFFFFF;
  margin-bottom: 16px;
  border-radius: 16px;
}
.cont_center .evaluation .title {
  text-align: center;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
}
.cont_center .evaluation .author_name {
  display: flex;
  margin-bottom: 8px;
}
.cont_center .evaluation .author_name .name,
.cont_center .evaluation .author_name .time {
  display: block;
  font-size: 18px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
  margin-right: 12px;
}
.cont_center .evaluation .text {
  margin-bottom: 24px;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
.cont_center .evaluation a {
  width: 162px;
  height: 38px;
  background: #FF83AF;
  border-radius: 8px 8px 8px 8px;
  display: block;
  margin: 0 auto;
  font-family: zi;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}
