.mainClass{
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 68px;
}
a{
    text-decoration: none;
    color: #3E3E3E;
}
.headClass{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}
.headClass .logo{
    margin: auto 0;
}
.headClass .logo img{
    width: 80px;
    height: 30px;
    margin-top: 10px;
    margin-left: 0.7rem;
}
.headClass .kefu {
    width: 92px;
    height: 25px;
    margin: auto 0;
    line-height: 24px;
    margin-right: 2vw;
    box-sizing: border-box;
    border: 1px solid #ffd0da;
    border-radius: 12px;
    font-size: 13px;
    color: #ff6688;
    text-align: right;
    padding: 0 9px;
    background-image: url(//img.haoyunbang.cn/cooperate_gw/images/ico_call_phone.png);
    background-repeat: no-repeat;
    background-position: top 4px left 7px;
    background-size: 16px;
}
.navClass{
    width: 100%;
    height: 1.75rem;
    background: #FF6688;
    opacity: 0.88;
    display: flex;
    align-items: center;
}
.navClass a img{
    width: 0.6rem;;
    height: 0.6rem;
    margin-left: 0.6rem;
}
.navClass a{
    display: flex;
    align-items: center;
}
.navClass div{
    padding: 0 15px;
    font-size: 0.66rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.navClass span{
    width: 1px;
    height: 0.8rem;
    background: #DDDDDD;
}
.nav-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex:1;
}
.nav-right img{
    width: 0.6rem;;
    height: 0.6rem;
    margin-left: 10px;
}
.question{
    margin-top: 0.6rem;
    margin-left: 0.7rem;
    margin-right: 0.5rem;
}
.q_title{
    font-size: 0.95rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}
.q_time{
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    font-size: 0.5rem;
    margin: 0.3rem 0 0.5rem 0;
}
.q_content{
    font-size: 0.71rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 168%;
}
.answer{
    margin-top: 0.5rem;
    margin-left: 0.7rem;
    margin-right: 0.5rem;
}
.answer_user{
    display: flex;
    margin-top: 1rem;
}
.answer_user img{
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
}
.answer_user_r{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.4rem;
}
.answer_user_r0{
    font-size: 0.7rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.answer_user_r1{
    font-size: 0.5rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.answer_content{
    font-size: 0.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 168%;
    margin-top: 0.7rem;
}
.answer_content img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 10px 0 5px 0;
}
.answer_content table{
    margin: 20px 0 15px 0;
    font-size: 0.6rem;
    color: #333333;
    border-radius: 6px;
    border-collapse: collapse;
    border-style:hidden;
    box-shadow: 0 0 0 1px #FFC2CF;
}
.answer_content table thead{
    background: #FFE1E7;
    border: 0;
}
.answer_content tbody tr:first-child td {
    background: #FFE1E7;
}
.answer_content tbody tr:first-child :first-child{
    border-top-left-radius: 6px;
}
.answer_content tbody tr:first-child :last-child{
    border-top-right-radius: 6px;
}
.answer_content td{
    border: 1px solid #FFC2CF;
    padding: 15px 5px;
}
.answer_content td:first-child{
    padding-left: 10px;
}
.answer_content td:last-child{
    padding-right: 10px;
}
.answer_content h2{
    margin: 0.9rem 0 0.3rem 8px;
    font-size: 0.8rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}
.answer_content h2:before {
    position: absolute;
    margin-top: 0.2rem;
    margin-left: -8px;
    width: 4px;
    height: 0.6rem;
    background: #FF6688;
    content:'';
    border-radius: 2px;
 }
 .answer_content h3{
     margin: 0.8rem 0 0.3rem 0;
     font-size: 0.75rem;
     font-family: PingFangSC-Semibold, PingFang SC;
     font-weight: 600;
     color: #333333;
 }
 .answer_content h5{
     margin-top: 0.5rem;
     padding: 10px;
     background: #FFEDF1;
     border-radius: 0 6px 6px 0;
     font-size: 0.55rem;
     font-family: PingFangSC-Regular, PingFang SC;
     font-weight: 400;
     color: #333333;
     border-left: 2px #FF6688 solid;
 }
.answer_content h6{
    margin-top: 0.5rem;
    padding: 10px;
    background: #FFEDF1;
    border-radius: 6px;
    font-size: 0.55rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.answer_content h6:before {
    content: "Tips：";
    font-size: 0.7rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF6688;
    display: block;
 }
 .answer_content ol{
    font-size: 0.55rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    padding: 10px 5px 10px 20px;
 }
.answer_class_t{
    width: 100%;
    display: flex;
    align-items: center;
}
.answer_class_t_line{
    width: 4px;
    height: 16px;
    background: #FF6688;
    border-radius: 2px;
    margin-right: 8px;
}
.answer_class_t_w{
    font-size: 0.75rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}
.ad_list {
    width: 92%;
    margin-left: 4%;
    overflow: hidden;
    margin-top: 0.5rem;
}
.ad_list .heifine{
    height: auto;
}
.heifine_img{
    width: 100%;
    cursor: pointer;
}
.answer_tag{
    margin-left: 1rem;
    padding-bottom: 1rem;
}
.answer_tag_s{
    padding: 0 0.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #FFF4F6;
    border-radius: 3px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6688;
    margin-right: 0.3rem;
    display:inline-block;
    font-size: 0.5rem;
    border: 1px solid #FFA8BB;
}
.qun_class{
    border-top: solid 10px #F5F5F5;
    padding-top: 20px;
    padding-left: 0.7rem;
}
.qun_con{
    width: 100%;
    margin-top: 0.2rem;
    padding-bottom: 1rem;
}
.display-table-cell img{
    width: 90%;
    margin-top: 0.5rem;
    cursor: pointer;
}
.same_question{
    border-top: solid 10px #F5F5F5;
    padding-top: 25px;
    padding-left: 0.7rem;
    padding-bottom: 1rem;
}
.same_question_title{
    font-size: 0.8rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}
.same_question_list_title{
    font-size: 0.65rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    width: 93%;
    height: 1.3rem;
    line-height: 1.3rem;
}
.same_question_list_title a{
    color: #999;
}
.relevant_class{
    display: flex;
    border-bottom: 1px solid #EDEDED;
    margin-right: 1rem;
    padding: 20px 0;
}
.same_question_list :last-child .relevant_class{
    border-bottom: 0 solid #EDEDED;
}
.relevant_class_l_img{
    width: 5.5rem;
    height: 4.175rem;
    border-radius: 6px;
}
.relevant_class_r{
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.relevant_class_t{
    font-size: 0.66rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3E3E3E;
}
.relevant_class_u{
    font-size: 0.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3E3E3E;
    display: flex;
    align-items: center;
}
.relevant_class_u img{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
}
.visit_question_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}
.visit_question_list_title{
    font-size: 0.6rem;
    width: 40%;
    height: 1.3rem;
    line-height: 1.3rem;
    margin-right: 8px;
    background: #F5F5F5;
    margin-bottom: 8px;
    border-radius: 6px;
    padding: 0 10px;
}
.bom_title{
    background: #F9F9F9;
    font-size: 0.5rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    padding: 15px 20px;
}
.bom_title a{
    color: #999999;
}

.swiper-pagination .swiper-pagination-bullet-active{
    background: white!important; /* 为了保险，这里在使用!important */
}

.swiper-pagination .swiper-pagination-bullet{
    width: 6px!important;
    height: 6px!important;
    border-radius: 3px!important;
    margin: 0 3px!important;
}
.top_l_img_cover{
    width: 100%;
    height: 168px;
    overflow: hidden;
}
.top_l_img{
    width: 100%;
    height: auto;
}
.header_popup{
  width: 100%;
  height: 600rpx;
  margin: 0;
  padding: 0;
  position: relative;
}
.header_popup_content{
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: .10667rem;
  box-shadow: 0 0 0.21333rem rgb(0 0 0 / 20%);
  overflow: hidden;
  height: 0px;
  padding: 0 .37333rem;
  position: absolute;
  right: .16rem;
  top: 0.3rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.header_popup_content a{
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  font-family: Microsoft YaHei;
  font-size: 0.6rem;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
}

/* 新的底部悬浮框 */ 
.new_suspendDiv{width:100%;max-width:640px;height:2.8rem;position:fixed;bottom:0;background:#fff;z-index:9999;display:block;box-shadow:rgba(15,66,76,0.5) 0 0 14px 0}
.new_suspendDiv .new_person{display:block;width:3.6rem;height:3.6rem;position:absolute;bottom:0;left:0}
.new_suspendDiv .new_suspendDiv_fl{overflow:hidden;padding:.48rem .6rem;background:#fff;position:absolute;left:2.4rem;bottom:0;z-index:999}
.new_suspendDiv .new_suspendDiv_fl p{font-size:.6rem;line-height:1.04rem;color:#f68}
.new_suspendDiv .new_suspendDiv_fl p i{font-style:normal;font-size:.48rem;background:#f68;line-height:.8rem;margin-top:.12rem;border-radius:2rem;text-align:center;color:#fff;float:right;width:2.8rem;display: block;}
.new_suspendDiv .new_suspendDiv_fl span{display:block;line-height:.8rem;font-size:.6rem;color:#333;width:100%;position:relative}
.new_suspendDiv .new_suspendDiv_fr{width:4rem;overflow:hidden;padding:.48rem .4rem;background:#fff0f0;position:absolute;right:0;bottom:0}
.new_suspendDiv .new_suspendDiv_fr p{font-size:.6rem;line-height:1.04rem;color:#f68;width:100%;text-align:center}
.new_suspendDiv .new_suspendDiv_fr span{display:block;line-height:.8rem;font-size:.6rem;color:#333;width:100%;text-align:center}
.new_img{
    margin: 0 auto;
    margin-left: 1rem;
    width: 1rem;
}
.box {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.buttonTJ{margin: 0 auto; float: none;}
.footer_div {
    border-top: 0.4rem solid #fafafa;
    padding: 0.8rem 1.52rem 0.8rem 1.56rem;
}
.footer_div .footer_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_div .footer_icon img {
    width: 1.04rem;
    height: 1.04rem;
    margin-right: 0.32rem;
}
.footer_div .footer_icon div {
    height: 0.84rem;
    font-weight: 400;
    font-size: 0.6rem;
    color: #3E3E3E;
    line-height: 0.84rem;
}
.footer_div .footer_icon div span {
    margin-left: 0.4rem;
}
.footer_div .footer_banquan {
    height: 0.64rem;
    font-weight: 400;
    font-size: 0.44rem;
    color: #9E9E9E;
    line-height: 0.64rem;
}
.footer_div .footer_banquan span {
    margin-left: 0.4rem;
}