.mian {
  width: 100%;
  height: auto;
}

.mian .safeContent_box {
  background: #fff;
}

.mian .mian_content {
  margin: 0 auto;
  width: 640px;
  height: auto;
  padding: 60px 0 240px;
}

.mian .mian_content p {
  text-align: left;
  color: #1C1C1C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 144.444% */
}

.mian .mian_content .mian_textarea {
  margin-top: 16px;
  overflow: hidden;
  width: 640px;
  height: 346px;
  border-radius: 4px;
  border: 1px solid #E8EBED;
  position: relative;
}

.mian .mian_content .mian_textarea textarea {
  max-width: 100%;
  min-width: 100%;
  height:100%;
  resize: none;
  border: none;
  padding: 10px 16px;
  color: #1C1C1C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.mian .mian_content .mian_textarea textarea::placeholder {
  color: #D2D5D8;
}

.mian .mian_content .mian_textarea span {
  position: absolute;
  bottom: 10px;
  right: 16px;
  color: #D2D5D8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

.mian .mian_content .mian_bot {
  margin-top: 34px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.mian .mian_content .mian_bot .reviews_rate {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mian .mian_content .mian_bot .reviews_rate .rate_img {
  margin-right: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mian .mian_content .mian_bot .reviews_rate .rate_img img {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.mian .mian_content .mian_bot .reviews_rate p {
  color: #FFAB34;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 144.444% */
}

.mian .mian_content .mian_bot .comments_more {
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  background: #14CC90;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
