.container {
  background: #FCF9F9;
  border-top: 1px solid #E6DCDCFF;
  padding: 50px 0;
}
.layout {
  width: 1180px;
  margin: 0 auto;
}
.detail-wrap {
  margin-top: 18px;
  padding: 80px 77px 126px 77px;
  background-color: #ffffff;
  border: 1px solid #E6DCDC;
}
.detail-wrap .detail-bt {
  padding-bottom: 20px;
}
.detail-wrap .detail-bt h1 {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  font-family: MicrosoftYaHei;
  color: #200F0E;
  line-height: 37px;
}
.detail-wrap .detail-bt .sub-title {
  text-align: center;
  line-height: 30px;
  margin-top: 14px;
}
.detail-wrap .detail-bt .sub-title span {
  font-size: 14px;
  color: #AD9E9E;
  margin-right: 20px;
}
.detail-wrap .detail-bt .sub-title span:last-child {
  margin-right: 0;
}
.detail-wrap .text {
  margin-top: 26px;
}
.detail-wrap .text p {
  font-size: 16px;
  color: #7B6C6C;
  line-height: 26px;
  margin-bottom: 25px;
}
.detail-wrap .text .text-img {
  text-align: center;
}
.detail-wrap .text .text-img h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 21px;
  margin: 35px 0 30px;
}
