
@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{
	margin: 0; 
	padding: 0;
}
html,body{
	max-width: 750px;
	height:100%;
	margin: 0 auto;
	zoom: 1!important;
}

th,strong,var,em,address, caption, cite, code, dfn{
	font-weight: normal; 
	font-style: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

ul,ol{
	list-style: none;
}
i,em{
	font-style: normal;
}

fieldset,img{
	border: 0;
}

img{
	display: block;
} 
input {
    outline: none;
	border-radius: 0;
	border: 0;
    -webkit-appearance: none; 
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,select,textarea{
	outline:0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
button{
	outline: none;
	border: 0;
}
textarea{
	resize:none;
}

a{
	text-decoration: none;
	color: #333;
}
::-webkit-scrollbar{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*==========================Reset_End===========================*/
body{	
	width: 100%;
	font-size: 0.24rem;
	font-family: -apple-system,Helvetica,sans-serif;
	color:#333; 
	background:#1c73dc;  
}
.section1{
	overflow: hidden;
	padding-top: 0.65rem;
	background: url(../images/banner-bg.png) no-repeat center top;
	background-size: 14.5rem auto;
	min-width: 7.5rem;
	padding-bottom: 0.45rem;
}
.banner{
	position: relative;
}
.banner .logo{
	position: absolute;
	width: 1.6rem;
	left: 0.2rem;
	top: -0.5rem;
}
.banner .banner-img{
	width: 5.5rem;
	margin: 0 auto;
}
.banner .title{
	white-space: nowrap;
	width: 4.2rem;
	height: 0.55rem;
	line-height: 0.55rem;
	color: #fff;
	font-size: 0.32rem;
	text-align: center;
	margin: 0 auto 0.25rem;
	background: url(../images/cricle.png) no-repeat center #13cab8;
	background-size: 3.8rem 0.27rem;
}
.banner .title span{
	display: inline-block;
	background: url(../images/cricle.png) no-repeat center;
}
.banner .title2{
	background: url(../images/title.png) no-repeat center;
	background-size: 100% 0.65rem;
	width: 5rem;
	height: 0.65rem;
	color: #fff;
	font-size: 0.28rem;
	line-height: 0.65rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.3rem;
	white-space: nowrap;
}
.section1 .list{
	width: 7rem;
	margin: 0.5rem auto 0;
}
.list ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	color: #0063cc;
}
.list ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.7rem;
	height: 1.7rem;
	font-size: 0.25rem;
	background: url(../images/circle2.png) no-repeat center;
	background-size: 1.25rem 1.25rem;
	position: relative;
}
.list ul li.active{
	color: #e24d0d;
	background-image: url(../images/circle22.png);
}
.circle{
	position: absolute;
	left: 0;
	top: 0;
	width: 1.7rem;
	height: 1.7rem;
	background: url(../images/circle2_1.png) no-repeat center 100%/100%;
	-webkit-animation:mymove 10s infinite linear; /*Safari and Chrome*/
}
.circle2{
	display: none;
	position: absolute;
	bottom: -0.77rem;
	left: 0.5rem;
	width: 0.69rem;
	padding-top: 0.52rem;
	height: 0.48rem;
	font-weight: bold;
	font-size: 0.23rem;
	background: url(../images/down.png) no-repeat center 100%/100%;	
}
.list ul li.active .circle{
	background-image: url(../images/circle2_2.png);
}
@keyframes mymove {
	0%{transform: rotate(0deg);}
	25%{transform: rotate(90deg);}
	75%{transform: rotate(180deg);}
	100%{transform: rotate(360deg);}
}
.list ul li.list1{
	margin-top: 0.2rem;
}
.list ul li.list2{
	margin-top: -0.2rem;
}
.list ul li span{
	display: block;
	width: 100%;
	font-weight: bold;
}
.list ul li i{
	font-size: 0.12rem;
	display: none;
}
.sanjiao{
	display: none;
	width: 0.1rem;
	margin-top: 0.05rem;
}
.list ul li.active .sanjiao{
	display: none;
	width: 0.15rem;
}
/* 网报 */
.w1100{
	width: 7rem;
	margin: 0 auto;
}
.w1100 .title{
	font-size: 0.4rem;
	color: #ffffff;
	background: url(../images/title1.png) no-repeat center 100%/100%;
	width: 6.3rem;
	height: 0.78rem;
	line-height: 0.9rem;
	margin: 0.5rem auto;
	font-weight: bold;
	text-indent: 1.3rem;
}
.gift{
	padding: 0.15rem;
	border-radius: 0.15rem;
	box-shadow: inset 0 0 0.2rem #fff; 
	overflow: hidden;
}
.gift-left{
	background: url(../images/gift-left.png) no-repeat center 100%/100%;
	width: 6.7rem;
	height: 4.7rem;
}
.gift-left h3{
	font-size: 0.46rem;
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	color: #df2b18;
}
.gift-left ul li{
	line-height: 0.8rem;
	height: 0.8rem;
	margin: 0.22rem 0;
	font-size: 0.28rem;
}
.gift-left ul li i{
	color: #2971fc;
	font-weight: bold;
}
.gift-left ul li em{
	color: #df2b18;
	font-size: 0.3rem;
	font-weight: bold;
}
.gift-left ul li.gift-left1{
	margin-left: 1rem;
}
.gift-left ul li.gift-left2{
	margin-left: 0.6rem;
	margin-top: 0.1rem;
}
.gift-left ul li.gift-left3{
	margin-left: 0.4rem;
	margin-top: 0.28rem;
}
.gift-right{
	margin-top: 0.1rem;
	padding-top: 0.89rem;
	position: relative;
	width: 6.7rem;
	height: 4rem;
	background: url(../images/gift-left2.png) no-repeat center;
	background-size: 6.7rem 4.89rem;
}
.gift-right .tips{
	width: 1.53rem;
	position: absolute;
	right: 1.3rem;
	top: 0.35rem;
}
.gift-right .gift{
	width: 2.59rem;
	margin: 0 auto 0.2rem;
}
.gift-right div{
	cursor: pointer;
	margin: 0 auto;
	font-size: 0.36rem;
	text-align: center;
	width: 3.88rem;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #ffffff;
	background: url(../images/btn.png) no-repeat center;
	background-size:3.88rem 0.75rem ;
}
.w1100 .zhibo .title{
	width: 6.65rem;
	text-indent: 1.15rem;
}
.zhibo-box{
	padding:0.16rem;
	border-radius: 0.15rem;
	box-shadow: inset 0 0 0.2rem #fff;
}
.zhibo-box .zhibo-left{
	width: 3.3rem;
	height: 7.6rem;
	border-radius: 0.15rem;
	background: url(../images/gift-left2.png) no-repeat center;
	background-size: 3.5rem 7.6rem;
	box-shadow: inset 0 0 0.2rem #1753c6;
}
.zhibo-title{
	text-indent: 0.2rem;
	color: #ffffff;
	font-size: 0.3rem;
	font-weight: bold;
	width: 3rem;
	height: 0.65rem;
	line-height: 0.6rem;
	margin: 0.4rem 0 0;
	background: url(../images/btn2.png) no-repeat center;
	background-size: 3rem .65rem;
}
.zhibo-left > p em{
	display: none;
}
.zhibo-left > p{
	font-size: 0.2rem;
	padding:0.1rem 0.2rem 0.2rem;
}
.zhibo-left ul{
	background: #edf4fe;
	margin: 0 0.1rem 0.23rem;
	border-radius: 0.15rem;
	padding: 0.25rem 0.2rem;
	line-height: 0.35rem;
}
.zhibo-left ul li{
	height: 1.3rem;
	font-size: 0.22rem;
}
.zhibo-left ul li span{
	margin: 0.1rem 0;
	width: 1.3rem;
	height: 0.35rem;
	color: #0e61d5;
}
.zhibo-left ul li span:after{
	content: ":";
	padding-left: 0.05rem;
}
.zhibo-left ul li p{
	position: relative;
}
.zhibo-left ul li p i{
	color: #df2b18;
}
.zhibo-left ul li p img{
	width: 0.7rem;
	position: absolute;
	bottom: -0.1rem;
	right: 1.5rem;
	display: none;
}
.zhibo-btn{
	font-size: 0.3rem;
	color: #ffffff;
	text-align: center;
	background: url(../images/btn3.png) no-repeat center;
	background-size: 2.8rem 0.7rem;
	width: 2.8rem;
	margin-left: 0.2rem;
	height: 0.7rem;
	line-height: 0.7rem;
}
.teacher{
	padding:0 0.18rem;
	position: relative;
}
.teacher img{
	position: absolute;
	bottom: 0;
	right: .2rem;
	width: 1.5rem;
}
.teacher .left{
	font-size: 0.2rem;
	padding:0.1rem 0.2rem 0.2rem;
}
/* 备考*/
.w1100 .beikao .title{
	width: 6.65rem;
	text-indent: 1.15rem;
}
.beikao-box{
	padding:0.16rem;
	border-radius: 0.15rem;
	box-shadow: inset 0 0 0.2rem #fff;
}
.beikao-left {
	width: 6.65rem;
	height: 5.4rem;
	border-radius: 0.15rem;
	background: url(../images/gift-left2.png) no-repeat center 100%/100%;
	background-size: 6.65rem 5.4rem;
}
.beikao-left h3{
	width: 4.5rem;
	height: 0.75rem;
	line-height: 0.6rem;
	font-size: 0.32rem;
	color: #fff;
	text-indent: 0.3rem;
	margin: 0.4rem 0;
	background: url(../images/btn2.png) no-repeat center 100%/100%;
}
.beikao-left ul{
	background: #edf4fe;
	margin:0.3rem;
	border-radius: 0.15rem;
	padding: 0.25rem 0.2rem;
	line-height: 0.35rem;
}
.beikao-left ul li{
	height: 0.7rem;
	display: flex;
	font-size: 0.22rem;
	margin-bottom: 0.2rem;
}
.beikao-left ul li span{
	width: 1.3rem;
	height: 0.35rem;
	color: #ffffff;
	text-align: center;
	border-radius: 0.2rem;
	background: linear-gradient(to bottom,#399df5,#0e61d5);
}
.beikao-left ul li p{
	width: 4.3rem;
	margin-left: 0.1rem;
	position: relative;
}
.beikao-right{
	margin-top: 0.2rem;
	position: relative;
	width: 6.65rem;
	height: 5.4rem;
	border-radius: 0.15rem;
	background: url(../images/gift-left2.png) no-repeat center;
	background-size: 6.65rem 5.4rem;
}
.beikao-right  .tips{
	width: 1.93rem;
	position: absolute;
	right: 0.8rem;
	top: 0.2rem;
}
.beikao-right .code{
	width: 3.12rem;
	height: 3.12rem;
	margin:0.9rem auto 0.3rem;
	border: 0.04rem solid salmon;
}
.beikao-right .code img{
	width: 100%;
}
.buy{
	margin: 0 auto;
	width: 4.58rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: url(../images/btn4.png) no-repeat center;
	background-size: 4.58rem 0.8rem;
	color: #fff;
	font-size: 0.3rem;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.buy span{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.pointer{
	position: absolute;
	right: .3rem;
	top: 0.25rem;
	width: 0.65rem;
	 -webkit-animation-name: scaleDraw; /*关键帧名称*/
	 -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	 -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
	 -webkit-animation-duration: 3s; /*动画所花费的时间*/
 }
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	 0%{
		 transform: scale(1);  /*开始为原始大小*/
	 }
	 25%{
		 transform: scale(1.1); /*放大1.1倍*/
	 }
	 50%{
		 transform: scale(1);
	 }
	 75%{
		 transform: scale(1.1);
	 }
 }
.lingqu {
	padding-top: 0.45rem;
	 margin-top: 0.15rem;
	 border-radius: 0.15rem;
	 background: #fff;
	 box-shadow: inset 0 0 0.2rem #1753c6;
}
.lingqu h2{
	text-indent: 0.3rem;
	font-size: 0.32rem;
	color: #fff;
	width: 3.75rem;
	height: 0.7rem;
	line-height: 0.6rem;
	background: url(../images/btn2.png) no-repeat center 100%/100%;
}
.lingqu ul{
	margin-top: 0.22rem;
	display: flex;
	justify-content: center;
}
.lingqu ul li{
	line-height: 0.4rem;
	width: 30%;
	margin-left: 2%;
}
.lingqu ul li div{
	height: 1.3rem;
}
.lingqu ul li span{
	margin-right: 0.2rem;
	text-align: center;
	width: 1.5rem;
	height: 0.4rem;
	font-size: 0.26rem;
	border-radius: 0.05rem;
	color: #fff;
	background: linear-gradient(to bottom,#399df5,#0e61d5);
}
.lingqu ul li p{
	margin: 0.1rem 0;
	font-size: 0.24rem;
}
.lingqu ul li .code2{
	width: 1.2rem;
	border: 4px solid #0076DE;
}
.lingqu ul li .people{
	width: 1.7rem;
}
.lingqu ul li .youhui{
	width: 1.9rem;
}
.nav{
	display: none;
}


/* 遮罩层 */
.mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: none; 
}
.join-success{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 6.52rem;
	height: 5.56rem;
	background: #FFFFFF;
	border-radius: 0.38rem;
	padding-bottom: 0.4rem;
}
.join-success h3{
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: 0 -0.01rem;
	background-size: 100% 100%;
	height: 1.17rem;
	line-height: 1.17rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.46rem;
	font-weight: bold;
	position: relative;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}
.join-success h3 img{
	top: -0.98rem;
	position: absolute;
	right: 0;
	width:0.62rem ;
}
.join-success  .text{
	line-height: .5rem;
	font-size: 0.26rem;
	margin-top: 0.35rem;
	text-align: center;
}
.join-success .code{
	width: 2.74rem;
	/* border:10px solid #0b83fb; */
	margin: 0.3rem auto 0;
}
.join-success .code img{
	width: 2.74rem;
	margin: .1rem auto;
}
.join-success .i-know{
	width: 2.95rem;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #FFFFFF;
	background: linear-gradient(to right,#f3632e,#f29b5e);
	font-size: 0.3rem;
	font-weight: bold;
	margin: 1.3rem auto 0;
	text-align: center;
	border-radius: 0.3rem;
}
.EXmain{
	padding: 0.2rem;
	display: none;
	height: 85%;
	overflow: hidden;
}

.center-add > div{
	padding:  0 0 0.25rem;
	background: url(../images/bg.png) no-repeat 3.5rem 3.7rem #FFFFFF;
	background-size: 4rem 1.5rem;
}
.center-add ul{
	padding: 0 5%;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.center-add ul li{
	width: 45%;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-top: 0.3rem;
	text-align: center;
	background: linear-gradient(to right,#676867,#d0d0d0);
	border-radius: 0.5rem;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.3rem;
}
.center-add ul li.active{
	background: linear-gradient(to right,#147dd0,#42a6fc);
}
.center-add ul li.last{
	opacity: 0;
}
#none .join-success{
	color: #666666;
	background: url(../images/none.png) no-repeat center 3rem #FFFFFF;
	background-size: 100%;
}