.main_innerContainer {
  margin: 2.4074vh auto 5.5556vh;
  width: 84.1667vw;
  border: 1px solid #ebeff8;
}
.main_detail_header {
  margin: 0 auto;
  width: 77.9688vw;
  height: 13.4259vh;
  border-bottom: 1px dashed #ebebeb;
}
.main_dh_title {
  margin-top: 3.9815vh;
  font-size: 1.4583vw;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  text-align: center;
}
.main_dh_sign {
  margin-top: 3.4259vh;
  font-size: 0;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  color: #999999;
}
.main_dh_word {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 0.8333vw;
}
.main_dh_wordM {
  margin: 0 5.2083vw;
}
.main_dh_sb {
  margin-right: 0.5208vw;
  cursor: pointer;
}
.main_dh_sb.active {
  font-weight: bold;
  color: #000000;
}
.main_detail_content {
  margin: 0 auto;
  width: 77.9688vw;
  padding: 5.5556vh 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .main_innerContainer {
    margin: 0 auto;
    width: 20.48rem /* 640/31.25 */;
    border: 0;
  }
  .main_detail_header{
    padding-bottom: .864rem /* 27/31.25 */;
    width: 100%;
    height: auto;
  }
  .main_dh_title{
    margin-top: 1.696rem /* 53/31.25 */;
    font-size: 1.152rem /* 36/31.25 */;
    line-height: normal;
  }
  .main_dh_sign{
    position: relative;
    margin-top: 1.6rem /* 50/31.25 */;
    text-align: left;
  }
  .main_dh_wrapHidden{
    display: none;
  }
  .main_dh_word{
    font-size: 0.0833rem /* 20/31.25 */;
    font-weight: normal;
  }
  .main_dh_wrapLast{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  .main_dh_wordM{
    margin: 0;
  }
  .main_detail_content{
    padding:1.44rem 0 /* 45/31.25 */;
    width: 20.48rem /* 640/31.25 */;
  }
}
