.thead_mb {
  display: none;
}
.clearfix:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.rules .rules_title {
  padding-top: 28px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}
.rules .detail .detail_head {
  color: #08284a;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #cecece;
  border-radius: 25px;
  padding: 3px 1.7%;
  margin: 10px 0px;
}
.rules .detail .detail_head_show {
  color: #0a83d6;
  border: 1px solid #b5daf3;
}
.rules .detail .detail_head span {
  display: block;
  width: 85%;
  float: left;
  margin: 10px 0;
}
.rules .detail .detail_head div {
  float: right;
  height: 45px;
  width: 45px;
}
@media screen and (max-width: 992px) {
  .rules .detail .detail_head div {
    height: .6rem;
    width: .6rem;
  }
}
.rules .detail .detail_head .headitem_hide {
  background-image: url("../images/policy_down.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 50% 50%;
          background-size: 50%;
}
.rules .detail .detail_head .headitem_show {
  background-image: url("../images/policy_up.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 50% 50%;
          background-size: 50%;
}
.rules .detail ol {
  list-style: decimal inside;
  padding: 10px 0px;
  padding-left: 6px;
}
.rules .detail ul {
  list-style: disc inside;
  padding: 10px 0px;
}
.rules .detail ol li {
  list-style: decimal inside;
  line-height: 30px;
  font-size: 16px;
}
.rules .detail ul li {
  list-style: disc inside;
  line-height: 30px;
  font-size: 16px;
}
.rules .detail .detail_head .detail_head_Num {
  display: inline-block;
  vertical-align: top;
  width: 4%;
  margin-top: 0px;
}
.rules .detail .detail_head .detail_head_Num_desc {
  display: inline-block;
  vertical-align: top;
  width: 96%;
  margin-top: 0;
  margin-bottom: 0;
}
.rules .detail .detail_content {
  display: none;
}
.rules .detail .detail_content span {
  display: inline-block;
  vertical-align: top;
  width: 93%;
}
.rules .detail .detail_content .sptext {
  padding-left: 24px;
}
.main .table_desc {
  margin-top: 30px;
}
.main .table_desc .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 25px;
}
@media screen and (max-width: 992px) {
  .main .table_desc .title {
    font-size: .3466666667rem;
  }
}
.main .table_desc table {
  width: 100%;
  border-collapse: collapse;
  word-wrap: break-word;
  word-break: break-all;
}
table,
td,
th {
  border: 1px solid #d5d5d5;
  text-align: center;
  font-size: 14px;
}
.main .table_desc table th {
  background-color: #e5ebf0;
  padding: 8px 0px;
}
.main .table_desc table td {
  padding: 10px 10px;
  text-align: left;
}
.main .table_desc table .year {
  text-align: center;
}
.main .table_desc table .percent {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  .main .table_desc table .percent.mb {
    padding-left: 0;
    display: inline !important;
  }
}
.main .table_desc table .percent span {
  position: absolute;
  left: 68%;
  top: 15px;
}
.main .table_desc table .percent span.answer {
  left: 0;
}
.main .table_desc table .percent p {
  width: 60%;
  padding: 3px 0;
  text-align: center;
}
.main .table_desc table .percent p.numerator {
  border-bottom: 1px solid #333;
}
.main .remark {
  margin-top: 50px;
  position: relative;
}
.main .remark .policyimg {
  width: 19%;
  position: absolute;
  top: 20%;
  right: 10%;
}
.main .remark img {
  width: 100%;
  display: block;
}
.main .remark div {
  margin-bottom: 20px;
}
.main .remark p {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 15px;
}
.main .remark ul li {
  line-height: 30px;
  font-size: 15px;
  text-indent: 15px;
}
.main .remark .remarkNum {
  display: inline-block;
  width: 3%;
  vertical-align: top;
}
.main .remark .remarkDesc {
  display: inline-block;
  width: 90%;
}
.main .comments {
  font-size: 13px;
  padding: 20px 10px;
  background-color: #eeeeee;
  margin: 40px 0px 90px 0px;
}
@media screen and (max-width: 992px) {
  .thead_pc {
    display: none;
  }
  .thead_mb {
    display: table-header-group;
  }
  .rules .rules_title {
    font-size: .36rem;
  }
  .rules .detail .detail_head {
    font-size: .4566666667rem;
  }
  .rules .detail .detail_head span {
    width: 83%;
    margin-top: 4%;
    padding-left: .4266666667rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: .4rem;
  }
  .rules .detail .detail_head .detail_head_Num {
    width: 14%;
    padding-left: 0;
  }
  .rules .detail .detail_head .detail_head_Num_desc {
    width: 86%;
    padding-left: 0;
  }
  .rules .detail .detail_content .sptext {
    padding-left: .61rem;
  }
  .rules .detail ol li {
    line-height: .5333333333rem;
    font-size: .2933333333rem;
  }
  .rules .detail ul li {
    line-height: .68rem;
    font-size: .36rem;
  }
  table,
  td,
  th {
    font-size: .30rem;
  }
  .main .table_desc table td {
    padding: .30rem .10rem;
  }
  .main .remark p {
    font-size: .36rem;
    margin-bottom: .15rem;
  }
  .main .remark div {
    margin-bottom: .21rem;
  }
  .main .remark .policyimg {
    width: 26%;
    top: 21%;
    right: 1%;
  }
  .main .remark ul li {
    font-size: .33rem;
    line-height: .592rem;
    text-indent: .32rem;
  }
  .main .remark .remarkNum {
    width: 7%;
  }
  .main .comments {
    font-size: .2933333333rem;
    line-height: .4666666667rem;
    margin: .5333333333rem 0 .4rem;
    padding: .4666666667rem .3733333333rem .44rem .3733333333rem;
  }
}
