.imgBlock{
    display: block;
    width: 100%;
}
.header{
    text-align: center;
    padding: .1rem;
    font-size: 0;
    line-height: initial;
    /* position: relative; */
    background: #fd4761;
}
.logo{
    display: inline-block;
    width: 50%;
    font-size: .36rem;
    color: #fff;
}
.goback{
  position: absolute;
    left: .1rem;
    top: .1rem;
    width: .5rem;
    height: .5rem;
    background: url(http://qinggan.anslib.com/huazhen/lib/cdn-static-poster/2008/newStatic/home/img/toIndex.png?imageView2/1/format/webp/q/75/ignore-error/1) no-repeat center / 100%;
}
.tocourse{
    position: absolute;
    right: .1rem;
    top: .06rem;
    width: 2rem;
    font-size: 0;
    text-align: right;
}
.tocourse img{
    display: inline-block;
    /* width: 40%; */
    vertical-align: middle;
}
.tocourse a{
    display: inline-block;
    vertical-align: middle;
    font-size: .3rem;
    color: #fff;
}
.tocourse a i{
    display: inline-block;
    vertical-align: middle;
}
.fm{
  width: 29%;
  margin-right: 12%;
}
.navIm{
  width: 21%;
}
.side_bg{
  position: absolute;
  width: 100%;height: 0;
  left: 0;top: .65rem;
  background: rgba(0,0,0,.5);
  z-index: 999;
  overflow: hidden;
}
.side_nav {
  width: 100%;
  background: #fff;
}
.side_nav .navS{
  text-align: center;
  padding: .3rem 0;
  line-height: initial;
  font-size: 0;
}
.side_nav .navS a{
  display: inline-block;
  width: 15%;
  margin: 0 2%;
  font-size: .2rem;
}
.side_nav .navS img{
  display: block;
  width: 100%;
}
.nav_Text{
  position: relative;
  text-align: center;
  font-size: .24rem;
  line-height: initial;
}
.nav_Text:before,.nav_Text:after{
  content: '';
  display: inline-block;
  width: 42%;
  height: 1px;
  background: #efefef;
  vertical-align: middle;
  margin: 0 .1rem;
}
.navC{
  text-align: center;
  margin: .1rem 0;
  line-height: initial;
  font-size: 0;
}
.navC a{
  display: inline-block;
  padding: .1rem .2rem;
  font-size: .24rem;
  border: 1px solid #dddddd;
  border-radius: .1rem;
  margin: .1rem;
}
.side_login{
  text-align: center;
  margin: .3rem 0;
  line-height: initial;
  font-size: 0;
}
.side_login a{
  display: inline-block;
  padding: .1rem 1rem;
  border: 1px solid #fd4761;
  border-radius: 50px;
  color: #fd4761;
  font-size: .24rem;
  margin: 0 .1rem;
}
.side_top{
  text-align: center;
  line-height: initial;
  font-size: 0;
}
.side_top img{
  display: inline-block;
  width: 12%;
}
.col999{
  color: #999;
}
.col666{
  color: #666;
}
.forms{
    padding-top: .8rem;
    background: url('../img/bg_2.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat left top / 100%;
    background-origin: content-box;
}
.forms .formsT{
    font-size: .3rem;
    color: #fff;
    width: 60%;
    margin: -.3rem auto 0;
    text-align: center;
    border-radius: .1rem;
    line-height: initial;
    padding: .1rem 0;
    background: url('../img/bg_1.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat center / 100%;
}
.formsCon{
    width: 90%;
    margin: .4rem auto;
    border-radius: .1rem;
    background: #fff;
    line-height: initial;
    font-size: 0;
    box-shadow: 0 0 .2rem #ffdce9;
}
.formsCon li{
    display: none;
}
.formsCon li.active{
    display: block;
}
.formTit{
    font-size: .4rem;
    color: #fd6a73;
    text-align: center;
    border-bottom: 1px solid #fd6a73;
    padding: .2rem 0;
}
.sexSel{
    text-align: center;
    padding: .6rem 0;
}
.sexSel p{
    display: inline-block;
    font-size: .3rem;
    text-align: center;
    width: 30%;
    margin: 0 10%;
}
.sexSel p.active{
    color: #ef5661;
}
.sexSel p img{
    display: block;
    width: 100%;
    margin-bottom: .1rem;
}
.hopSel{
    padding: .3rem 0;
}
.timeSel{
    padding: .6rem 0;
}
.hopSel p,.timeSel p{
    display: inline-block;
    width: 44%;
    text-align: center;
    color: #d1d1d1;
    border: 1px solid #f28a9c;
    border-radius: .1rem;
    font-size: .3rem;
    padding: .1rem 0;
    margin: 2% 3%;
}
.hopSel p.active,.timeSel p.active{
    color: #fff;
    background: #f28a9c;
}
.minTit{
    font-size: 14px;
    color: #d1d1d1;
    text-align: center;
    padding: .1rem 0;
}
.mobileSel input{
    border: 1px solid #f28a9c;
    border-radius: .1rem;
    display: block;
    width: 86%;
    margin: .3rem auto 0;
    text-align: center;
    font-size: .3rem;
    padding: .1rem 0;
}
.colRed{
    color: #ef0404;
}
.submit-btn{
    display: block;
    width: 86%;
    margin: auto;
    padding: .1rem 0;
    text-align: center;
    color: #fff;
    background: #fe7f8d;
    border-radius: .1rem;
    box-shadow: 0 0.05rem .1rem #ffc0c8;
    margin-top: .3rem;
    font-size: .3rem;
}
.textImg{
    width: 86%;
    margin: auto;
    padding-bottom: .2rem;
}
.jingdu{
    width: 90%;
    margin: auto;
    font-size: 0;
}
.jingdu > div{
    display: inline-block;
    font-size: .1rem;
    line-height: initial;
    vertical-align: middle;
}
.jingdu .icons{
    width: 12%;
    height: 1rem;
    text-align: center;
}
.jingdu .icons1{
    background: url('../img/icon_1.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat center / 100%;
}
.jingdu .icons1.active{
    background: url('../img/icon_1co.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat center / 100%;
}
.jingdu .icons2{
    background: url('../img/icon_2.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat center / 100%;
}
.jingdu .icons2.active{
    background: url('../img/icon_2co.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat center / 100%;
}
.jingdu .icons3{
    background: url('../img/icon_3.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat center / 100%;
}
.jingdu .icons3.active{
    background: url('../img/icon_3co.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat center / 100%;
}
.jingdu .icons4{
    background: url('../img/icon_4.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat center / 100%;
}
.jingdu .icons4.active{
    background: url('../img/icon_4co.png?imageView2/1/format/webp/q/75/ignore-error/1') no-repeat center / 100%;
}
.jingdu .lines{
    width: 13%;
    margin: 0 2%;
}
.popup .popup-label{
    width: 90%;
    height: 3rem;
    font-size: .3rem;
    line-height: .3rem;
    padding: 1rem .2rem;
}
.popup .popup-label .popup-btn{
    width: initial;
    height: .4rem;
    line-height: .4rem;
}

/* 意向单/支付成功弹窗 */
.zxtc08 {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    display: none;
  }
  .zxtc08 .tc08Box {
    position: absolute;
    background: url("http://qinggan.anslib.com/huazhen/lib/cdn-static-poster/Huazhen2008_common/zxTC08.png?imageView2/1/format/webp/q/75/ignore-error/1") no-repeat;
    background-size: cover;
    width: 5.3rem;
    height: 10.4rem;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .zxtc08 .tc08Box .tc08Con {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .zxtc08 .tc08Box .tc08Con .tc08_txt {
    position: absolute;
    top: 3.8rem;
    right: 0;
    left: 0;
  }
  .zxtc08 .tc08Box .tc08Con .tc08_txt .txt1Gif {
    color: #fff;
    font-size: .4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    text-shadow: 0px 4px #ea2f4e;
    font-weight: bold;
    line-height: 0 !important;
    align-items: center;
  }
  .zxtc08 .tc08Box .tc08Con .tc08_txt .txt1Gif .gifIco{
    width: .6rem;
  }
  .zxtc08 .tc08Box .tc08Con .tc08_txt .txt1Gif .gifIco img{
    width: 100%;
}
  .zxtc08 .tc08Box .tc08Con .tc08_txt .txt2TS {
    text-align: center;
    margin-top: .2rem;
    line-height: .46rem !important;
  }
  .zxtc08 .tc08Box .tc08Con .tc08_txt .txt2TS .txt2TS_1 {
    color: #e95164;
    text-align: center;
    font-size: .32rem;
  }
  .zxtc08 .tc08Box .tc08Con .tc08_txt .txt2TS .txt2TS_2 {
    color: #3d0808;
    text-align: center;
    font-size: .22rem;
  }
  .zxtc08 .tc08Box .tc08Con .learnTC_Btn {
    background: #fed593;
    text-align: center;
    position: absolute;
    width: 2.2rem;
    line-height: .5rem;
    right: 0;
    left: 0;
    bottom: 1rem;
    margin: 0 auto;
    border-radius: 100px;
    color: #1f1f1f;
    font-size: .26rem;
    font-weight: bold;
  }
  .zxtc08 .tc08Box .tc08Con .tc08Close {
    width: .7rem;
    height: .7rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
  }

  /* 提交成功 */
  .fm_results {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
    padding-top: 80px;
    display: none;
  }
  .fm_results .tle {
    position: fixed;
    width: 100%;
    line-height: 42px;
    height: 42px;
    text-align: center;
    color: #fd4761;
    font-size:20px;
    letter-spacing: 2px;
    left: 0;
    top: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(202, 202, 202, 0.5);
    box-shadow: 2px 2px 5px rgba(202, 202, 202, 0.5);
  }
  .sf {
    padding-top: 50px;
  }
  .sprite {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/huazhen_revision/mobile/topic/zixun/img/sprite.png?imageView2/1/format/webp/q/75/ignore-error/1);
    background-size: 264px;
  }
  .sf_sprite {
    width: 134px;
    height: 134px;
    background-size: 264px;
    background-position: -2px -2px;
    margin-top: -44px;
    margin-bottom: -44px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .fm_results .hd {
    color: #fd4761;
    font-size: 20px;
    text-align: center;
    padding-top: 36px;
  }
  .fm_results .gp {
    line-height: 36px;
    text-align: center;
    color: #666;
    font-size: 20px;
  }
  .wx_str {
    color: #fd4761;
    font-weight: 700;
    font-size: 26px;
  }
  .fm_results .res_btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .res_btn .btn_full, .res_btn a {
    width: 48%;
    border-radius: 44px;
    line-height: 44px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
  }
  .res_btn .btn_full {
    background: #fd4761;
    color: #fff;
  }
  .res_btn .btn_empty {
    border: 1px solid #fd4761;
    color: #fd4761;
  }