.homepage{
	width: 100%;
  padding-bottom: .3rem;

}
.banner{
  width:100%;
  height:6.96rem;
  background:url(../images/banner.png) no-repeat center top;
  background-size:cover;
  padding-top:.1rem;
}
.top_wrap{
  height:0.55rem;
  width: 6.8rem;
  margin: 0 auto;
}
.top_wrap img{
	width: 1.93rem;
	height: 0.42rem;
}
.btn_wrap img{
	width: 0.22rem;
	height: 0.24rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.05rem;
}
.top .logo {
  width: 1.83rem;
  height: 0.42rem;
  display: block;
  float: left;
}
.btn_wrap {
  width: 3.2rem;
  text-align: right;
  height: 0.42rem;
  float: right;
  padding-top:0.03rem;
}
.btn_wrap.btn_wrap2{
  width: 4rem;
  display:none;
}
.btn_wrap a {
  display: inline-block;
  width: 1.15rem;
  height: .5rem;
  margin-left:.18rem;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.25rem;
  line-height: 0.5rem;
  cursor: pointer;
  transition: all 1s;
  border:.01rem solid #fff;
  /* background-image: -moz-linear-gradient( 103deg, rgb(107,180,125) 0%, rgb(142,204,157) 100%);
  background-image: -webkit-linear-gradient( 103deg, rgb(107,180,125) 0%, rgb(142,204,157) 100%);
  background-image: -ms-linear-gradient( 103deg, rgb(107,180,125) 0%, rgb(142,204,157) 100%); */
  
 }
 .btn_wrap a.login_btn {
 	color: #ffffff;
 }
 .btn_wrap a.register_btn {
  background-image: -moz-linear-gradient( 103deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 103deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 103deg, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
  color:#010131;
 }
.btn_wrap a.active {
  background-size: 100% 100%;
}
.btn_wrap a.info_btn{
  border: none;
  display: inline-block;
  background:none;
  padding: 0;
  width: auto;
  color: #333;
}
.btn_wrap a:hover{
  box-shadow: none;
  transform: translateY(-0.1rem);
}
.btn_wrap a.quit_btn{
	border:1px solid #42799e;
  color: #42799e;
  background: none;
}
.btn_wrap a.quit_btn img{
  border: none;
  display: inline-block;
  background:url(../images/out.png) no-pepeat center right;
  width: 0.32rem;
  height: 0.32rem;
}

.zt{
	font-size: 0.4rem;
	color: #fff;
	padding: 0.7rem 0px 0.2rem;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
}
.zt span{
	background: #fff;
	width: .22rem;
	height: 0.04rem;
	display: inline-block;
	margin: 0 0.1rem;
	vertical-align: middle;
}
/*表单*/
.home_con {
  margin:0 auto; 
  width: 6.55rem;
}
.fm_tit{
	display: block;
	width: 4.65rem;
	margin: 0 auto;
}
.fm_tit img{
	width: 100%;
}
.user_wrap{
  width: 6.28rem;
  margin: 0 auto;
  position: relative;
}
.people{
  position: absolute;
  width: 1.53rem;
  height: 2.81rem;
  left: -0.82rem;
  top: 2.8rem;
}
.ba-bt{
  display: block;
  width: 6.23rem;
  height: 1.5rem;
  margin:.5rem auto 0;
  position: relative;
  z-index: 1;
}
.user-box {
  width:100%;
  margin: 0 auto;
}
.user-box ul{
  padding-top:0.3rem;
}
.user-box li {
  box-sizing: border-box;
  height: 0.7rem;
  line-height: 0.7rem;
  width:5.5rem;
  position: relative;
  border-radius: 0.05rem;
  margin: 0 auto 0.2rem;
  border: 1px solid #d6d6d6;
  text-indent: 0.2rem;
  background: url(../images/select-bg.png) no-repeat 95% center;
  background-size: 0.23rem 0.16rem;
}
.user-box li a{
  display: block;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index: -1;
}
.user-box li.active{
	border: 1px solid #0753e2;
}
.user-box li.item1 select{
  padding-left:.2rem;
  color:#fff;
}
.user-box li.item1 select option{
  color:#222;
}
.user-box li.item2 select{
	background: url(../images/icon2.png) no-repeat center left;
	padding-left: 0.35rem;
	background-size: 0.3rem 0.27rem;
}
.user-box li.item2.active select{
	background: url(../images/icon2h.png) no-repeat center left;
	padding-left: 0.35rem;
	background-size: 0.3rem 0.27rem;
}
.user-box li.item3 select{
	background: url(../images/icon3.png) no-repeat center left;
	padding-left: 0.35rem;
	background-size: 0.29rem 0.3rem;
  
}
.user-box li.item3.active select{
	background: url(../images/icon3h.png) no-repeat center left;
	padding-left: 0.35rem;
	background-size: 0.29rem 0.3rem;
}
.user-box li.item4 input{
	background: url(../images/icon4.png) no-repeat center left;
	padding-left: 0.35rem;
	background-size: 0.18rem 0.22rem;
}
.user-box li.item4.active input{
	background: url(../images/icon4h.png) no-repeat center left;
	padding-left: 0.35rem;
	background-size: 0.18rem 0.22rem;
}
.user-box li.item5 select{
	background: url(../images/icon5.png) no-repeat center left;
	padding-left: 0.35rem;
	background-size: 0.27rem 0.25rem;
}
.user-box li.item5.active select{
	background: url(../images/icon5h.png) no-repeat center left;
	padding-left: 0.35rem;
	background-size: 0.27rem 0.25rem;
}
.user-box li.item6{
  margin-bottom:0.36rem;
}
.user-box li.item6 input{
	background: url(../images/icon6.png) no-repeat center left;
	padding-left: 0.35rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-size: 0.2rem 0.24rem;
}  
.user-box li.item6.active input{
	background: url(../images/icon6h.png) no-repeat center left;
	padding-left: 0.35rem;
	background-size: 0.2rem 0.24rem;
}
.user-box li .tran{
	width: 0.69rem;
	height:0.69rem;
    position: absolute;
    top:0;
    right:0;
}
.user-box li#submit{
	background: url(../images/search.png) no-repeat center;
	width: 5.3rem;
	height: 0.77rem;
	margin: 0 auto;
	background-size: 100% 100%;
	margin: 0 auto;
	border: none;
}
.user-box li select,input{
  width:5.3rem;
  height:0.69rem;
  border:none;
  outline: none;
  font: 0.25rem/0.69rem "microsoft yahei";
  color: #666;
  margin-top: 0.01rem;
  background: none;
}


.sm_txt{
  color:#fff844;
  font-size:.26rem;
  text-align: center;
  margin:.25rem 0 0;
}
.tl_box{
  display:flex;
  justify-content: center;
  margin:.7rem 0 0;
  position:relative;
}
.tl_box .time_link{
  display: block;
  width:6.15rem;
  border-bottom:.01rem solid #ffdf5d;
  text-align: center;
  color:#ffdf5d;
  font-size:.34rem;
  font-family: FZLTCHGBK;
  padding-bottom:.05rem;
}
.tl_box .tl_poi{
  width:.23rem;
  height:.29rem;
  background:url(../images/pointer.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:4.57rem;
  top:.23rem;
}

.item_check {
  position: absolute;
  top: 0.06rem;
  right: 0.01rem;
  color: #333;
  font-size: 0.24rem;
  line-height:0.71rem;
  color: #a8a8a8;
  height:0.71rem;
  padding-right:0.1rem;
}
.item_check span{
  display:inline-block;
  border: 1px solid #e3e3e3;
  background: #fff;
  width: 0.24rem;
  height:0.24rem;
  border-radius:0.12rem;
  position: relative;
  vertical-align: middle;
  margin-right:0.1rem;
}
.item_check span img{
  width: 0.22rem;
  height:0.2rem;
  position: absolute;
  left:0;
  top: -0.01rem;
  display: none;
}
.item_check.active img{
  display:block;
}
.user-box .btn-submit {
    display: block;
    margin: 0 auto;
    width: 5.92rem;
    height:0.94rem;
    text-align: center;
    line-height: 0.6rem;
    background: url(../images/fm_btn.png) no-repeat center center;
    background-size:100% 100%;
    cursor: pointer;
    border: none;
    font-weight: bold;
    outline: none;
    font-size: 0.25rem;
    color: #fff;
}
.zy_tip{
  display:block;
   width: 4.99rem;
  height:0.56rem;
  font-size:0.16rem;
  line-height:0.18rem;
  color:#df342d;
  position:relative;
  top:0rem;
  text-align: left;
  left:-0.3rem;
}
.zy_tip img{
  width: 4.99rem;
  height:0.56rem;
}
.fm_tip{
	width: 4.6rem;
	margin: 0.2rem auto 0;
	font-size: 0.2rem;
	text-align: left;
	color: #476668;
	line-height: 0.3rem;
}
.fm_tip img{
	width: 0.26rem;
	height: 0.26rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.1rem;
}
.fm_tip i{
	color: #42799e;
	font-style: normal;
}
.show_info{
  width: 6.83rem;
  margin: 0 auto;
  padding-bottom:0.5rem;
  display:none;
}
.show_info img.show_cuccess{
  width: 7.05rem;
  height:1.41rem;
}
.show_info img.show_fail{
  width: 6.83rem;
  height:0.91rem;
}
/*表单结束*/

/* box1 */
.box1,.box2,.box3{
  margin:.5rem auto 0;
  width:7.1rem;
  background:#fff;
  box-shadow: 0 0 .6rem rgba(0,74,169,.19);
  border-radius:.3rem;
  position:relative;
  padding-bottom:.3rem;
}
/* .box3{
  padding-bottom: 75px;
} */
.box_border{
  border:.01rem solid #51a9e4;
  border-radius:.3rem;
  position:absolute;
  left:.1rem;
  right: .1rem;
  top:.1rem;
  bottom:.1rem;
}
.tit{
  width:4.15rem;
  height:.8rem;
  background:url(../images/tit_bg.png) no-repeat;
  background-size:100% 100%;
  margin:0 auto;
  text-align: center;
  line-height: .7rem;
  position: relative;
  z-index: 1;
  color:#fff;
  font-size:.38rem;
  font-weight: bold;
  text-shadow: 0 0 .04rem rgba(22,100,153,.5);
}
.process{
  width:6.4rem;
  height:7.9rem;
  background:#f4f7ff;
  border-radius:.1rem;
  margin:.4rem auto 0;
  position:relative;
  padding:.32rem 0 .34rem;
}
.process .p_tit{
  width:4.17rem;
  height:.64rem;
  background:#dde3ff;
  border-radius:.1rem;
  text-align: center;
  line-height: .64rem;
  color:#000cff;
  font-size:.35rem;
  position:absolute;
  left:50%;
  top:-.32rem;
  margin-left:-2.085rem;
  font-family: FZLTCHGBK;
}
.process .list_group{
  width:5.74rem;
  height:7.05rem;
  margin:0 auto;
}
.process .list_group .p_list{
  height:100%;
  position:relative;
  padding-top:.58rem;
}
.process .list_group .p_list .pl_line_blue{
  width:.01rem;
  height: 100%;
  border-left:.01rem dashed #51a2ff;
  position:absolute;
  left:1.16rem;
  top:0;
  z-index: 3;
}
.process .list_group .p_list .pl_line_blue2{
  width:2.27rem;
  height: .01rem;
  border-top:.01rem dashed #51a2ff;
  position:absolute;
  left:1.16rem;
  top:3.06rem;
  z-index: 3;
}
.process .list_group .p_list .pl_arrow_blue{
  width:.15rem;
  height:.12rem;
  background:url(../images/arrow_blue.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:1.09rem;
  z-index: 4;
}
.process .list_group .p_list .pl_arrow_blue1{
  top:.25rem;
}
.process .list_group .p_list .pl_arrow_blue2{
  top:2.2rem;
}
.process .list_group .p_list .pl_arrow_blue3{
  top:4.25rem;
}
.process .list_group .p_list .pl_arrow_blue4{
  top:5.8rem;
}
.process .list_group .p_list .pl_arrow_blue5{
  transform: rotate(-90deg);
  left:3.4rem;
  top:3rem;
}
.process .list_group .p_list .pl_cricle_blue{
  width:.18rem;
  height:.17rem;
  background:url(../images/circle_blue.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:3rem;
  top:2.98rem;
  z-index: 4;
}
.process .list_group .p_list .pl_txt_red{
  width:.54rem;
  color:#ff0000;
  font-size:.18rem;
  font-family: FZLTCHGBK;
  position:absolute;
  left:2.4rem;
  top:2.8rem;
}
.process .list_group .p_list .pl_txt_red2{
  width:.54rem;
  color:#ff0000;
  font-size:.18rem;
  font-weight: bold;
  position:absolute;    
  right: 0.48rem;
  top: 5.66rem;
}
.process .list_group .p_list .pl_arrow_red{
  width:.15rem;
  height:.12rem;
  background:url(../images/arrow_red.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  right:1.081rem;
  z-index: 4;
}
.process .list_group .p_list .pl_arrow_red1{
  top:.25rem;
}
.process .list_group .p_list .pl_arrow_red2{
  top:2.2rem;
}
.process .list_group .p_list .pl_arrow_red3{
  top:4.25rem;
}
.process .list_group .p_list .pl_arrow_red4{
  top:5.9rem;
}
.process .list_group .p_list .pl_arrow_red5{
  transform: rotate(90deg);
  right:3.4rem;
  top:5rem;
}
.process .list_group .p_list .pl_cricle_red{
  width:.18rem;
  height:.17rem;
  background:url(../images/circle_red.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  right:3rem;
  top:4.98rem;
  z-index: 4;
}
.process .list_group .p_list .pl_cricle_red2{
  width:.18rem;
  height:.17rem;
  background:url(../images/circle_red.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:1.08rem;
  top:5.7rem;
  z-index: 4;
}
.process .list_group .p_list .pl_txt_green{
  width:.54rem;
  color:#00bc54;
  font-size:.18rem;
  font-weight: bold;
  position:absolute;
  right:2.4rem;
  top:4.8rem;
}
.process .list_group .p_list .pl_line_red{
  width:.01rem;
  height: 100%;
  border-left:.01rem dashed #ed757c;
  position:absolute;
  left:1.16rem;
  top:0;
  z-index: 3;
}
.process .list_group .p_list .pl_line_red2{
  width:2.27rem;
  height: .01rem;
  border-top:.01rem dashed #e91f24;
  position:absolute;
  right:1.16rem;
  top:5.06rem;
  z-index: 3;
}
.process .list_group .p_list .card_group{
  width:100%;
  position:relative;
  top:.02rem;
  z-index: 5;
}
.process .list_group .p_list .card_group .cg_item:nth-child(-n+3){
  margin-bottom:.55rem;
}
.process .list_group .p_list .card_group .cg_item .cgi_t{
  width:2.14rem;
  height:.96rem;
  margin:0 auto;
  color:#fff;
  font-size:.24rem;
  font-weight: bold;
  text-align: center;
  line-height: .3rem;
}
.process .list_group .p_list .card_group .cg_item .cgi_tblue{
  background:url(../images/item_blue.png) no-repeat;
  background-size:100% 100%;
}
.process .list_group .p_list .card_group .cg_item .cgi_tred{
  background:url(../images/item_red.png) no-repeat;
  background-size:100% 100%;
}
.process .list_group .p_list .card_group .cg_item .cgi_b{
  display: block;
  width:2.33rem;
  height:.39rem;
  background:url(../images/btn_bg.png) no-repeat;
  background-size:100% 100%;
  margin-top:.09rem;
  color:#141414;
  font-size:.17rem;
  text-align: center;
  line-height: .39rem;
}

.course{
  padding:0 .34rem;
  margin-top:.4rem;
  position: relative;
}
.course .c_item:nth-child(-n+2){
  margin-bottom:.5rem;
}
.course .c_item img{
  width:3.12rem;
}
.course .c_item .c_detail{
  width:2.97rem;
  height:.56rem;
  background:url(../images/cb_bg.png) no-repeat;
  background-size:100% 100%;
  margin-top:.23rem;
  padding:0 .18rem 0 .24rem;
}
.course .c_item .c_detail span{
  color:#fff;
  font-size:.17rem;
  font-family: FZLTHGBK;
}
.course .c_item .c_detail span em{
  color:#fff;
  font-size:.3rem;
  font-family: FZLTCHGBK;
}
.course .c_item .c_detail .cd_btn{
  width:1.27rem;
  height:.34rem;
  background:url(../images/couse_btn.png) no-repeat;
  background-size:100% 100%;
  text-align: center;
  line-height: .34rem;
  color:#920900;
  font-size:.19rem;
  font-family: FZLTCHGBK;
  margin-bottom:.03rem;
}
.more{
  display: block;
  width: 5.27rem;
  height: .88rem;
  background:url(../images/more_bg.png) no-repeat;
  background-size:100% 100%;
  margin:.4rem auto 0;
  text-align: center;
  line-height: .88rem;
  color:#111;
  font-size:.35rem;
  font-family: FZLTCHGBK;
  position:relative;
}
.hat{
  width:.86rem;
  height:.67rem;
  background:url(../images/hat.png) no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:.6rem;
  bottom:.7rem;
}

.code{
  padding:0 32px;
  margin-top:40px;
  position: relative;
}
.code .code_item:nth-child(-n+2){
  margin-bottom:.44rem;
}
.code .code_item .ci_l{
  width:1.8rem;
  height:2.04rem;
  background:#e93023;
  border-radius:.1rem;
}
.code .code_item .ci_l .ci_tit{
  color:#fff;
  font-size:.24rem;
  font-family: FZLTCHGBK;
  text-align: center;
}
.code .code_item .ci_l img{
  width:1.49rem;
  height: 1.49rem;
  margin-top:.08rem;
}
.code .code_item .ci_con{
  height: 2.04rem;
  position:relative;
  margin-left:.6rem;
}
.code .code_item .ci_con .cic_txt{
  color:#222;
  font-size:.24rem;
  font-family: FZLTCHGBK;
  line-height: .4rem;
}
.code .code_item .ci_con .cic_btn{
  width:2.36rem;
  height: .66rem;
  background:url(../images/download_bg.png) no-repeat;
  background-size:100% 100%;
  text-align: center;
  line-height: .66rem;
  color:#000;
  font-size:.3rem;
  font-family: FZLTCHGBK;
  margin-top:.2rem;
}

.zg_cover{
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}



/*登录 注册弹框*/
.container {
  width:6rem;
  position: fixed;
  left: 50%;
  padding-bottom:0.2rem;
  top:50%;
  margin-left:-3rem;
  margin-top:-150px;
  z-index: 9999;
  border-radius:10px;
  background: #f3f5f7;
  z-index: 100000;
  display: none;
}
.bd_close{
  width:0.3rem;
  height: 0.3rem;
  background: url(../images/close.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right:0.04rem;
  top:-0.75rem;
  background-size: 100% 100%;
}
.bd_nav{
  width:100%;
  height:0.8rem;
  text-align: center;
  background: #fff;
  border-radius:0.1rem 0.1rem 0 0;
}
.bd_nav span{
  display:inline-block;
  width:1.6rem;
  height:0.8rem;
  font-size:0.3rem;
  line-height:0.8rem;
  color: #d5d5d5;
  cursor: pointer;
  text-align: center;
  margin:0 0.2rem;
  border-bottom:2px solid  transparent;
}
.bd_nav span.active{
  color: #0753e2;
  border-bottom:2px solid  #0753e2;
  font-weight:bold;
}
.container .agileits{
  width:5.1rem;
  margin:0 auto;
  padding:0.4rem 0 0.2rem;
  display:none;
  border-radius: 0.05rem;
}
.container .agileits .bd_line_wrap{
  width:5.1rem;
  height: 0.8rem;
  background:#fff;
  border-radius: 0.05rem;
  margin-bottom: 0.15rem;
}
.container .agileits .bd_txt{
  font-size: .22rem;
  color: #de1c1c;
  text-align: center;
}
.container .agileits .bd_line_wrap label{
  width:0.6rem;
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #a7a9aa;
  font-size: 0.26rem;
  float: left;
}
.container .agileits .bd_line_wrap label img{
  box-sizing: content-box;
  width: 0.18rem;
  height:0.24rem;
  padding:0.28rem 0.22rem 0rem 0.2rem;
}
.container .agileits .bd_line_wrap input{
  display: block;
  float: left;
  width:4.5rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #333;
  height: 0.8rem;
  border:none;
  background: none;
  outline: none;
}
.container .agileits .bd_line_wrap select{
  display: block;
  float: left;
  width:4.5rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #333;
  height: 0.8rem;
  border:none;
  background: none;
  outline: none;
}
.yzm_wrap{
  width:100%;
  position: relative;
}
.yzm_wrap .yzm_btn,#daojishi{
  width:1.4rem;
  height:0.8rem;
  color: #0753e2;
  position: absolute;
  right:0;
  top:0;
  text-align: center;
  line-height:0.8rem;
  font-size:0.18rem;
  transition: all 1s;
}
.yzm_wrap #daojishi{
  display: none;
  font-size: 0.18rem;
}
.container .agileits .bd_line_wrap.send_button{
  background: none;
  height:0.87rem;
  border:none;
}
.container .agileits .bd_line_wrap.send_button input.submintBtn{
   width:2.5rem;
   height:0.65rem;
   padding-left:0;
   cursor: pointer;
   float: none;
   background: #0753e2;
   line-height:0.65rem;
   font-size:0.28rem;
   color: #fff;
   transition: all 1s;
   background-size: 100% 100%;
   margin: 0.3rem auto 0;
   border-radius: 0.5rem;
}
.container .agileits .bd_line_wrap.send_button input.submintBtn:hover{
	transform: translateY(-0.05rem);
}
/*登录 注册弹框 END*/

/*使用说明*/
.zg_direction{
    width:6.7rem;
    margin: 0 auto;
    background: #ffffff;
    position: fixed;
    left: 50%;
    top:50%;
    margin-left:-3.35rem;
    margin-top:-2.26rem;
    border-radius: 0.1rem;
    z-index: 99999999;
    padding:0  0 0.2rem 0;
}
.zg_direction h6{
	font-size:0.28rem;
	color: #0753e2;
	text-align: center;
	height: 0.6rem;
	background: #ffffff;
	line-height: 0.6rem;
	 border-radius: 0.1rem 0.1rem 0 0;
}
.direction_list{
    padding-top:0.2rem;
    width:6.3rem;
    margin:0 auto;
}
.direction_list li{
  line-height:0.3rem;
  font-size: 0.18rem;
  background: url(../images/li_bk.png) no-repeat left 0.1rem;
  background-size: 0.11rem 0.08rem;
  padding-left: 0.18rem;
  color: #333333;
  margin-bottom: 0.05rem;
}
.direction_list li a{
  color: #0753e2;
  display: inline-block;
  margin:0 0.05rem;
  line-height: 0.26rem;
  border-bottom:0.01rem solid #0753e2;
}
.direction_list li em{
	color: #0753e2;
	font-style: normal;
}
.direction_close{
  width:0.3rem;
  height: 0.3rem;
  background: url(./../images/close.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  right:0.05rem;
  top:-0.5rem;
}
.know_direction{
  width:1.64rem;
  height: 0.45rem;
  background:url(./../images/know_btn.png) no-repeat center center;
  cursor: pointer;
  margin:0 auto;
   background-size: 100% 100%;
}
/*使用说明 END*/

/*数据渲染样式*/
.result_tip {
	font-size: 0.2rem;
	text-align: center;
	color: #999999;
	line-height: 0.4rem;
	width: 5.5rem;
	margin: 0 auto;
}
.table_wrap {
  border-radius: 0.2rem;
  overflow: hidden;
  width: 5.89rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  position: relative;
  z-index: 1;
}
.my_table{
	width: 100%;
	margin: 0 auto;
  border-collapse: collapse;
  border:1px solid #fbd88d;
  text-align: center;
  
}
.my_table tr th{
   background: #fbd88d;	
   font-size: 0.18rem;
   text-align: center;
   color: #fff;
   line-height: 0.4rem;
   border:1px solid #fbd88d;
   box-shadow: 0px 1px 3px 0px rgba( 223, 51, 49 ,0.3);
}
.my_table tr .th1{
  width: 1.2rem;
}
.my_table tr .th2{
  width: 2rem;
}
.my_table tr .th3{
  width: 2rem;
}
.my_table tr .th4{
  width: 2.4rem;
}
.my_table tr td{
   background: #fffbf3;	
   font-size: 0.16rem;
   text-align: center;
   color: #333;
   line-height: 0.3rem;
   border:0.01rem solid #fbd88d;
   padding: 0.05rem 0;
   border-left:none;
}
.my_table tr.active td{
  background: #fef3dd;
}
.my_table tr td:nth-of-type(4n){
	 border-right:none;
}
.my_table tr td a{
  display: block;
  width: 1.2rem;
  height: 0.35rem;
  color: #fff;
  line-height:0.35rem;
  font-size:0.17rem;
  border-radius:0.14rem;
  background: #0caba3;
  margin: 0 auto;
}
/*抽奖*/
.cj_con{
	width: 7rem;
	height: 6rem;
	position: fixed;
	top:50%;
	left: 50%;
	margin: -3rem 0 0 -3.5rem;
	background: #fff;
	border-radius: 0.11rem;
	display: none;
	z-index: 100000;
}
.cj_head{
	margin: -0.06rem 0 0.05rem -0.09rem;
	width: 7.18rem;
	height: 0.68rem;
	display: block;
}
.cj-list{
	height:4.6rem;
}
.cj-btn p{
	color: #fd3325;
	text-align: center;
	font-size: 0.16rem;
	line-height: 1.2rem;
}
.cj-list li{
	float: left;
	margin-bottom: 0.03rem;
	margin-left: 0.05rem;
	background: #fff;
	border-radius: 0.14rem;
	background: url(../images/jxbg.png) no-repeat center;
	width: 1.69rem;
	height: 1.46rem;
	background-size: 100% 100%;
}
.cj-list li.active{
	background: url(../images/jxactive.png) no-repeat center;
	background-size: 100% 100%;
}
.cj-list li.active h4{
	background: url(../images/jx_tith.png) no-repeat center;
	color: #fff;
	background-size: 100% 100%;
}
.cj-list li h4{
	background: url(../images/jx_tit.png) no-repeat center;
	background-size: 100% 100%;
	width:0.82rem;
	height: 0.23rem;
	line-height: 0.23rem;
	text-align: center;
	color: #000;
	font-size: 0.16rem;
	margin: 0.04rem auto 0;
	font-weight: normal;
}
.cj-list li img{
	display: block;
	margin: 0.1rem auto 0px;
	width: 1.3rem;
}
.cj-item{
	margin-right: 0px !important;
}
.cj-list li.cj-btn{
	width: 3.5rem !important;
	margin: 0 auto;
	border: none;
	box-shadow: none;
	height: 1.32rem;
	cursor: pointer;
	background: none;
}
.cj-list li.cj-btn p{
	width: 2.62rem;
	height: 1.12rem;
	background: url(../images/ljcj.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 0.1rem auto 0;
}
#info{
  background: url(../images/hjzh.png) no-repeat center;
  width:4.68rem;
  height:5.25rem;
  position: fixed;
  background-size:100% 100%;
  top:50%;
  left: 50%;
  margin: -2.62rem 0px 0px -2.34rem;
  z-index: 10000000;
  display: none;
}
.hjyh_close{
  display: block;
  width: 0.35rem;
  height:0.35rem;
  background:url(./../images/close1.png) no-repeat center center;
  background-size:0.35rem 0.35rem;
  position: absolute;
  right:-0.4rem;
  top: -0.1rem;
  cursor: pointer;
}
#info h2{
  text-align: center;
  font-size:0.24rem;
  color: #c10000;
  padding:1.53rem 0 0.14rem;
  font-weight:normal;
}
.my_img{
  height:1.3rem;
}
.my_img img{
  display: block;
  height:1.1rem;
  margin: 0 auto;
}
.tcc-close{
  cursor: pointer;
  width:1.9rem;
  height:0.5rem;
  background: #ffdf3f;
  border-radius:0.05rem;
  display:block;
  margin: 0 auto;
  color: #fff;
  font-size:0.2rem;
  color: #d53b1b;
  line-height:0.5rem;
  text-align: center;
}
.tcc-close a{
  display: block;
  width:1.9rem;
  height:0.5rem;
  color: #d53b1b;
}
.jx_tip{
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  margin: 0.15rem 0.4rem 0px;
  display: block;
}
.tip_list {
    width: 4.5rem;
    margin: 0 auto;
    height: 0.43rem;
}
.tip_list li.tip_item1 {
    background: #ef5e61;
}
.tip_list li {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.3rem;
    float: left;
    width: 1.26rem;
    height: 0.43rem;
    line-height: 0.43rem;
    background: #fff;
    border-radius: 0.04rem;
    text-align: center;
    cursor: pointer;
}
.tip_list li.tip_item2 {
    background: #eeeeee;
    color: #c10000;
    margin-left: 1.28rem;
}
/* bot */
.bot{
	position: fixed;
	bottom:0;
	width:7.5rem;
}
.bot ul{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.bot ul li img{
	width: 3.75rem;
}
.offcn_openge.active{
  display: none;
}
/* offcn_openge */
.offcn_openge{
  height: 0.3rem;
  font: 0.18rem/0.16rem 'Microsoft yahei';
  color: #22913d;
  text-align: center;
  padding: 0.1rem 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  top: 0.1rem;
  padding-bottom: 0.3rem;
}
.offcn_zyspg {
  display:inline-block;
  height:0.36rem;
  line-height:0.36rem;
  font-size:0.21rem;
  margin-right:0.05rem;
  color:#fff;
}
.offcn_pageall{
  display:inline-block;
  height:0.36rem;
  line-height:0.36rem;
  font-size:0.21rem;
  color: #fff;
}
.offcn_pageall span{
  display: inline-block;
  font-size:0.2rem;
  height:0.36rem;
  line-height:0.36rem;
  padding:0 0.08rem;
  border:1px solid #fff;
  border-radius:4px;
  background: #fff;
  color: #d71f2d;
  cursor:not-allowed;
  margin:0 0.01rem;
}
.offcn_pageall a{
  display: inline-block;
  font-size:0.2rem;
  height:0.36rem;
  line-height:0.36rem;
  padding:0 0.08rem;
  border:1px solid #ffffff;
  border-radius:4px;
  color: #ffffff;
  margin:0 0.01rem;
}
.offcn_pageall a:hover{
  color: #d71f2d;
  border: 1px solid #d71f2d;
}


.swiper-slide img{
	display: block;
	width: 7.02rem;
	margin: 0 auto;
}
.bot_list{
	position: fixed;
	bottom: -3px;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100% ;
  margin: 0 auto;
  z-index: 1;
}
.bot_list img{
	display: inline-block;
	width: 3.75rem;
}


