.contentHead{
    width: 100%;
    height: 3.2rem;
    background-color: #f0faff;
    border-radius: 6px;
    margin: 0.3rem 0 0.2rem 0;
}
.contentHead ul{
    padding-left: 1.06rem;
    padding-top: 0.3rem;
}
.headImg{
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.1rem;
}
.contentHead .headImg img{
    width: 0.55rem !important;
    height: 0.55rem !important;
}
.headLi{
    float: left;
    margin-right: 0.96rem;
    margin-bottom: 0.3rem;
}
.headLi i{
    font-size: 0.26rem;
    color: #444444;
}
.contentHead>a{
    margin: 0 auto;
    display: block;
    width: 4.7rem;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #ffffff;
    text-align: center;
    font-size: 0.28rem;
    background-image: linear-gradient(60deg,
    #49c8ff 0%,
    #36a2fb 60%,
    #237bf7 100%),
    linear-gradient(
            #fe8c0a,
            #fe8c0a);
    background-blend-mode: normal,
    normal;
    border-radius: 40px;
}
.contentBotm{
    width: 100%;
    height: 2.6rem;
    margin: 0.3rem 0 0.1rem 0;
    background: url("../img/botmBg.png") no-repeat;
    background-size: 100% 100%;
    padding: 0.3rem 0 0 0.5rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentBotm_gz{
    padding: 0.2rem 0 0 0.1rem;
}
.gzxx_con{
    padding: 0.2rem 0 0 0.1rem;
}
.botmImg{
    width: 2rem;
    height: 2rem;
}
.botmImg img{
    display: block;
    width: 2rem;
    height: 2rem;
}
.gw_gz_botm{
    width: 1.45rem;
    height: 1.45rem;
}
.gw_gz_botm img{
    width: 1.45rem;
    height: 1.45rem;
}
.botmTips{
    width:4.2rem;
}
.gw_gz_box{
    width:4.9rem;
}
.botmTips>div{
    width: 3.6rem;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    margin:0 auto;
    font-weight: 800;
}
.botmTips>ul{
    width: 4.2rem;
    box-sizing: border-box;
    margin-left:0.2rem;
    text-align: center;
}
.zj_tg_box>ul{
    width: 4.4rem !important;
    box-sizing: border-box;
    margin-left:0.1rem !important;
    text-align: center;
}
.jz_box>ul{
    width: 3.4rem !important;
    margin-left: 0.6rem !important;
    box-sizing: border-box;
    text-align: center;
}
.gw_gz_box>ul{
    width: 4.9rem !important;
    box-sizing: border-box;
    margin-left:0.2rem !important;
    text-align: center;
}
.botmTips>ul>li{
    float: left;
    position: relative;
    width: 1.34rem;
    height: 0.4rem;
}
.zj_tg_box>ul>li{
    float: left;
    position: relative;
    min-width: 2.6rem;
    height: 0.4rem;
    text-align: left;
}
.jz_box>ul>li{
    float: left;
    position: relative;
    width: 1.44rem;
    height: 0.4rem;
}
.zj_tg_box>ul>li:nth-child(even){
    min-width: 2.15rem;
}
.jz_box>ul>li:nth-child(even){
    margin-left: 0.3rem;
}
.botmTips>ul>li::before{
    content: "";
    display: block;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #12b7f5;
    border-radius: 50%;
}
.zj_tg_box>ul>li::before{
    content: "";
    display: block;
    position: absolute;
    top:50%;
    left:-0.15rem;
    transform: translateY(-50%);
    width: 0.16rem;
    height: 0.13rem;
    background: url(../img/gz_gou.png) no-repeat;
	background-size: 100% 100%;
}
.botmTips>ul>li>a{
    font-size: 0.2rem;
    color: #333333;
}
.botmTips>p{
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: #666666;
    box-sizing: border-box;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
}
.gzxx{
    width: 4.4rem;
}
.botmTips>p>span{
    display: block;
    line-height: normal !important;
}
.relevance{
    margin-top: 0.2rem;
    width: 100%;
    padding: 0.2rem 0.4rem;
    background-color: #ffffff;
    box-sizing: border-box;

}
.relevance p{
    width: 100%;
    color: #333333;
    font-size: 0.26rem;
    line-height: 0.9rem;
}
.relevance p:nth-of-type(1){
    border-bottom: 1px solid #f1f1f1;
}
.relevance span{
    color: #666666;
    float: left;
}
.relevance a{
    float: left;
    color: #333333;
    width: 5.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 10;
    display: none;
}
.modal_form{
    position: relative;
    width: 5.5rem;
	height: 8rem;
	background-color: #ffffff;
	border-radius: 10px;
    top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
}
.modal_form_close{
	width: 0.41rem;
	height: 0.41rem;
	background: url(../img/close_icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
    top: 8.7rem;
    right: 2.5rem;
}
.modal_con p{
    color: #dd3c2b;
    font-size: 0.32rem; 
    text-align: center;
    padding-top: 0.2rem;
}
.form_con{
    width: 4.51rem;
    min-height: 2rem;
    margin:0.4rem auto 0;
}
.input-con{
    width: 4.61rem;
	height: 0.76rem;
	background-color: #ffffff;
	border-radius: 5px;
    margin-bottom: 0.3rem;
}
.input-con select,.input-con input{
    border: none;
    width: 4.61rem;
	height: 0.76rem;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 0.01rem #eeeeee;
    outline: none;
    color: #666666;
    font-size: 0.26rem; 
}
.input-con select{
    width: 2.2rem;
}
#cityVal_xz{
    float: right;
}
.input-con input{
    width: 4.51rem;
    padding-left: 0.1rem;
}
.code-con input{
    width: 2.11rem !important;
}
.code-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img-code,#codeBtn,#codeBtn_xz{
    width: 2.1rem;
	height: 0.76rem;
	border-radius: 5px;
}
.img-code img{
    width: 2.1rem;
	height: 0.76rem;
}
#codeBtn,#codeBtn_xz{
    text-align: center;
    color: #ffffff;
    font-size: 0.26rem; 
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
#codeBtn{
    background-color: #fdccc6;
}
#codeBtn_xz{
    background-color: #ff8679;
}
#subBtn,#login_dl{
    width: 4.51rem;
	height: 0.76rem;
	background-color: #eb5040;
	border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 0.28rem;

}
/* 官网小程序 */
.wechat_tap{
    width: 100%;
    height: 0.8rem;
    position:absolute;
    top:0;
    left:0;
}
.wechat_tap>div{
    width: 50%;
    float: left;
    text-align: center;
    background-color: rgb(232, 232, 232);
    color: #666666;
    font-size: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
}
.wechat_tap_active{
    color: #FFFFFF !important;
    background: linear-gradient(90deg, #ff8679, #eb5040);
}
.wechat_tap_active_right::before{
    width: 0;
  height: 0;
  border-top: 100px solid transparent; /* 调整三角形的高度 */
  border-left: 100px solid #f0f0f0; 
}
.phoneDownLoad{
    margin-top: 0.8rem;
}
.wechatCode{
    width: 3.6rem;
    margin: 1rem auto 0;
}
.wechatIcon{
    width: 3.6rem;
    height: 3.6rem;
}
.wechatIcon>img{
    width: 3.6rem;
    height: 3.6rem; 
}
.refreshDisable{
    position: relative;
    cursor: pointer;
}
.refreshDisable>img{
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.refreshDisable>.refresh_icon{
    display: block;
    border-radius: 50%;
    width: 0.6rem;
    height:0.6rem;
    border:0.04rem solid #FFFFFF;
    border-right:0.04rem solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-18px,-18px) rotate(0deg);
}
.refresh_icon::after{
    content: "";
    width:0.08rem;
    height:0.08rem;
    border-bottom:0.04rem solid #FFFFFF;
    border-left:0.04rem solid #FFFFFF;
    position: absolute;
    top: 0.03rem;
    right: 0px;
    transform: rotate(-104deg);
} 
.wechatCodeText{
    font-size: 0.28rem;
    font-weight: 500;
    color: #666666;
    margin-top: 0.35rem;
    text-align: center;
}
.phoneBtn{
    font-size: 0.28rem;
    font-weight: 500;
    color: #eb5040;
    margin-top: 0.1rem;
    text-align: center;
}
/* 详情二维码 */
.code_box{
	padding-top: 0.6rem;
	padding-bottom: 0.5rem;
    margin-top: 0.2rem;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}
.code_box>p:nth-child(1){
	width: 5.82rem;
	height:0.32rem;
	margin: 0 auto;
    background: url("../img/titleCode.png") no-repeat;
	background-size:5.82rem 0.32rem;
}
.code_box>p:nth-child(2){
	font-size: 0.26rem;
	color: #666666;
	text-align: center;
	margin:0.35rem 0 0.6rem 0;
}
.code_wrap{
	width: 6.16rem;
	margin:0 auto;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.code_wrap>div{
	display: flex;
	align-items: center;
    justify-content: center;
    width: 6.6rem;
    height: 2.4rem;
    border: 0.03rem solid #0E0E0E;
    border-radius: 5px;
    border-right: 0.15rem solid #237BF7;
    margin-bottom: 0.2rem;
}
.code_wrap_box{
	/* width:2.88rem;
	height:2.65rem;
	background-image: url("../img/code_slide.png");
	background-size:100% 100%;
	margin-bottom: 0.38rem;
	display: flex;
    justify-content: center;
    align-items: center; */
}
.code_wrap_box>img{
	width: 2rem;
	height: 2rem;
}
.code_wrap_btn{
	/* width: 2.1rem;
	height: 0.64rem;
	background-color: #49c8ff;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center; */
    width: 3.2rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    margin-left: 0.6rem;
    justify-content: center;
}
.code_wrap_btn>span:nth-child(1){
	/* display: inline-block;
	width: 0.18rem;
	height:0.24rem;
	background-image: url("../img/click_shou.png");
	background-size:100% 100%;
	margin-right: 0.07rem; */
}
.code_wrap_btn>span:nth-child(2){
	/* color: #ffffff;
	font-size: 0.24rem; */
}
.code_wrap_text{
	/* color: #49c8ff;
	font-size: 0.22rem;
	margin-top: 0.16rem; */
}
.code_text{
    font-size: 0.22rem;
    font-weight: 400;
    color: #666666;
}
.code_t{
   font-size: 0.3rem; 
   font-weight: bold;
    color: #333333;
    margin-bottom: 0.3rem;
}
.code_t span{
    border-bottom: 2px solid #237BF7;
}

/* 热线模块 */
.phone_box{
    margin-top: 0.2rem;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
}
.phone_box>p{
    width: 2.71rem;
    height: 0.31rem;
    background-image: url("../img/phone_title.png");
	background-size:100% 100%;
    margin:0 auto;
}
.phone_con{
    width: 6.31rem;
	height: 0.72rem;
    margin:0.39rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone_con>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone_con>div:nth-child(1)>p{
    width: 0.34rem;
    height: 0.5rem;
    background-image: url("../img/jzrx_icon.png");
	background-size:100% 100%;
}
.phone_con>div:nth-child(2)>p{
    width: 0.44rem;
    height: 0.44rem;
    background-image: url("../img/yijian_icon.png");
	background-size:100% 100%;
}
.phone_con_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.12rem;
    font-size: 0.24rem;
    color: #333333;
}
.phone_con_text>a{
    display: block;
    color: #12b7f5;
    font-size: 0.34rem;
}
/* 教资 */
.contentTop_jz{
    width: 6.7rem;
	height: 4.3rem;
	background-color: #f0faff;
	border-radius: 0.1rem;
    margin:0.3rem auto;
    padding-top: 0.39rem;
}
.contentTop_con{
    width: 5.8rem;
    margin:0 auto;
    
}
.contentTop_con li{
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 0.22rem;
    color: #444444;
    font-size: 0.26rem;
}
.contentTop_con li i{
    width: 0.12rem;
    height: 0.12rem;
    background-image: url("../img/require_blue.png");
	background-size:100% 100%;
    display: block;
    margin-right: 0.12rem;
}
.contentTop_code{
    width: 5.5rem;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.codeQun{
    width: 2rem;
    height: 2rem;
}
.codeQun>img{
    width: 2rem;
    height: 2rem;
}
.codeQun_text{
    font-size: 0.26rem;
    color: #333333;
}
.codeQun_text p span{
    color: #e53333;
}
.modal_bk{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10;
    display: none;
}
.bk_con{
  position: relative;
  width: 5.5rem;
height: 8rem;
background-color: #ffffff;
border-radius: 10px;
  top: 15%;
left: 50%;
transform: translateX(-50%);
z-index: 11;
padding-top: 0.4rem;
box-sizing: border-box;
}
.bk_title{
  width: 5.05rem;
    height: 0.31rem;
    background-image: url("../img/bk_title.png");
	background-size:100% 100%;
  margin:0 auto;
}
.bk_content{
  width: 4rem;
  height: 4.4rem;
  box-sizing: border-box;
  margin:0.3rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bk_content>li{
  width: 1.57rem;
    height: 1.35rem;
}
.bk_content>li:nth-child(1){
  background-image: url("../img/bk_icon1.png");
  background-size:100% 100%;
}
.bk_content>li:nth-child(2){
  background-image: url("../img/bk_icon2.png");
  background-size:100% 100%;
}
.bk_content>li:nth-child(3){
  background-image: url("../img/bk_icon3.png");
  background-size:100% 100%;
}
.bk_content>li:nth-child(4){
  background-image: url("../img/bk_icon4.png");
  background-size:100% 100%;
}
.bk_content>li:nth-child(5){
  background-image: url("../img/bk_icon5.png");
  background-size:100% 100%;
}
.bk_content>li:nth-child(6){
  background-image: url("../img/bk_icon6.png");
  background-size:100% 100%;
}
.true_login{
  width: 3rem;
	height: 0.71rem;
	background-color: #dd3c2b;
	border-radius: 0.05rem;
	border: solid 0.01rem #dd3c2b;
  color: #ffffff;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.71rem;
  margin:0 auto;
  display: block;
}
.false_leave{
  width: 3rem;
	height: 0.71rem;
  background-color: #ffffff;
	border-radius: 0.05rem;
	border: solid 0.01rem #dfdfdf;
  color: #999999;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.71rem;
  margin:0.25rem auto 0;
  display: block;
}
.modal_xz{
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10;
    display: none;
}
.xz_con{
  position: relative;
  width: 5.61rem;
height: 6.8rem;
background-color: #ffffff;
border-radius: 10px;
  top: 20%;
left: 50%;
transform: translateX(-50%);
z-index: 11;
padding-top: 0.4rem;
box-sizing: border-box;
}
.xz_con_close{
	width: 0.41rem;
	height: 0.41rem;
	background: url(../img/close_icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
    right: 2.5rem;
    bottom: -0.65rem;
}
.modal_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: none;
}
.img_box{
    position: relative;
    width: 100%;
    height: 100%;
}
.img_box>img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.xq_content p{
    text-indent:0 !important;
}
