
@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: 12px;
	font-family: -apple-system,Helvetica,sans-serif;
	color:#333; 
	background:#1c73dc; 
}
.section1{
	padding-top: 0.75rem;
	background: url(../images/banner-bg.png) no-repeat center top;
	background-size: 100% auto;
	min-width: 1200px;
	padding-bottom: 45px;
}
.banner{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.banner .logo{
	position: absolute;
	width: 160px;
	left: 40px;
	top: -40px;
}
.banner .banner-img{
	width: 7.53rem;
	margin: 0 auto;
}
.banner .title{
	white-space: nowrap;
	width: 445px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 36px;
	text-align: center;
	margin: 0 auto 0.4rem;
	background: url(../images/cricle.png) no-repeat center #13cab8;
	background-size: 402px 27px;
}
.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.75rem;
	width: 7.23rem;
	height: 0.75rem;
	color: #fff;
	font-size: 0.32rem;
	line-height: 0.75rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.4rem;
	white-space: nowrap;
}
.section1 .list{
	width: 800px;
	margin: 50px auto 0;
}
.list ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	color: #0063cc;
}
.list ul li{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 147px;
	height: 147px;
	font-size: 20px;
	background: url(../images/circle2.png) no-repeat center;
	background-size: 115px 115px;
	position: relative;
}
.list ul li.active{
	color: #e24d0d;
	background-image: url(../images/circle22.png);
}
.circle{
	position: absolute;
	left: 0;
	top: 0;
	width: 147px;
	height: 147px;
	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: -83px;
	left: 39px;
	width: 68px;
	padding-top: 45px;
	height: 55px;
	font-size: 16px;
	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: 20px;
}
.list ul li.list2{
	margin-top: -20px;
}
.list ul li span{
	display: block;
	width: 100%;
	font-weight: bold;
}
.list ul li i{
	font-size: 13px;
	display: block;
}
.sanjiao{
	display: inline-block;
	width: 10px;
	margin-top: 5px;
}
.list ul li.active .sanjiao{
	width: 15px;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.w1100 .title{
	font-size: 40px;
	color: #ffffff;
	background: url(../images/title1.png) no-repeat center 100%/100%;
	width: 630px;
	height: 78px;
	line-height: 90px;
	margin: 50px auto;
	font-weight: bold;
	text-indent: 130px;
}
.gift{
	padding: 15px;
	border-radius: 15px;
	box-shadow: inset 0 0 20px #fff; 
	overflow: hidden;
}
.gift-left{
	float: left;
	background: url(../images/gift-left.png) no-repeat center 100%/100%;
	width: 698px;
	height: 490px;
}
.gift-left h3{
	font-size: 46px;
	text-align: center;
	height: 120px;
	line-height: 120px;
	color: #df2b18;
}
.gift-left ul li{
	line-height: 80px;
	height: 80px;
	margin: 30px 0;
	font-size: 28px;
}
.gift-left ul li i{
	color: #2971fc;
	font-weight: bold;
}
.gift-left ul li em{
	color: #df2b18;
	font-size: 30px;
	font-weight: bold;
}
.gift-left ul li.gift-left1{
	margin-left: 110px;
}
.gift-left ul li.gift-left2{
	margin-left: 60px;
}
.gift-left ul li.gift-left3{
	margin-left: 60px;
}
.gift-right{
	position: relative;
	float: right;
	width: 357px;
	height: 489px;
	background: url(../images/gift-left2.png) no-repeat center 100%/100%;
}
.gift-right .tips{
	width: 153px;
	position: absolute;
	right: 30px;
	top: 25px;
}
.gift-right .gift{
	width: 259px;
	margin:100px 30px 15px;
}
.gift-right div{
	cursor: pointer;
	margin-left: 40px;
	font-size: 36px;
	text-align: center;
	width: 288px;
	height: 70px;
	line-height: 70px;
	color: #ffffff;
	border-radius: 35px;
	background: url(../images/btn.png) no-repeat center;
}
.buy:hover,
.gift-right div:hover{
	background-size: 150%;
}
.w1100 .zhibo .title{
	width: 665px;
	text-indent: 115px;
}
.zhibo-box{
	padding:16px;
	border-radius: 15px;
	box-shadow: inset 0 0 20px #fff;
}
.zhibo-box .zhibo-left{
	width: 525px;
	height: 680px;
	border-radius: 15px;
	background: url(../images/gift-left2.png) no-repeat center 100%/100%;
	box-shadow: inset 0 0 20px #1753c6;
}
.zhibo-title{
	text-indent: 35px;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	width: 363px;
	height: 75px;
	line-height: 70px;
	margin: 40px 0 0;
	background: url(../images/btn2.png) no-repeat center 100%/100%;
}
.zhibo-left > p{
	font-size: 20px;
	padding:30px 40px;
}
.zhibo-left ul{
	background: #edf4fe;
	margin: 0 20px 30px;
	border-radius: 15px;
	padding: 25px 20px;
	line-height: 35px;
}
.zhibo-left ul li{
	height: 70px;
	display: flex;
	font-size: 22px;
	margin-bottom: 20px;
}
.zhibo-left ul li span{
	width: 130px;
	height: 35px;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	background: linear-gradient(to bottom,#399df5,#0e61d5);
}
.zhibo-left ul li p{
	width: 344px;
	margin-left: 10px;
	position: relative;
}
.zhibo-left ul li p i{
	color: #df2b18;
}
.zhibo-left ul li p img{
	width: 70px;
	position: absolute;
	bottom: -10px;
	right: 150px;
}
.zhibo-btn{
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	background: url(../images/btn3.png) no-repeat center 100%/100%;
	width: 348px;
	height: 70px;
	line-height: 70px;
	margin-left: 80px;
	transition: all linear .3s; 
	cursor: pointer;
	border-radius: 35px;
}
.zhibo-btn:hover{
	background-size: 200% 200%;
	
}
.teacher{
	padding:0 18px;
}
.teacher .left{
	padding-top: 10px;
	line-height: 40px;
	margin-left: 22px;
	color: #df2b18;
	font-size: 0.24rem;
}
/* 备考*/
.w1100 .beikao .title{
	width: 665px;
	text-indent: 115px;
}
.beikao-box{
	padding:16px;
	border-radius: 15px;
	box-shadow: inset 0 0 20px #fff;
}
.beikao-left {
	width: 575px;
	height: 540px;
	border-radius: 15px;
	background: url(../images/gift-left2.png) no-repeat center 100%/100%;
	box-shadow: inset 0 0 20px #1753c6;
}
.beikao-left h3{
	width: 450px;
	height: 75px;
	line-height: 60px;
	font-size: 32px;
	color: #fff;
	text-indent: 30px;
	margin: 40px 0;
	background: url(../images/btn2.png) no-repeat center 100%/100%;
}
.beikao-left ul{
	background: #edf4fe;
	margin:30px;
	border-radius: 15px;
	padding: 25px 20px;
	line-height: 35px;
}
.beikao-left ul li{
	height: 70px;
	display: flex;
	font-size: 22px;
	margin-bottom: 20px;
}
.beikao-left ul li span{
	width: 130px;
	height: 35px;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	background: linear-gradient(to bottom,#399df5,#0e61d5);
}
.beikao-left ul li p{
	width: 344px;
	margin-left: 10px;
	position: relative;
}
.beikao-right{
	position: relative;
	width: 480px;
	height: 540px;
	border-radius: 15px;
	background: url(../images/gift-left2.png) no-repeat center 100%/100%;
	box-shadow: inset 0 0 20px #1753c6;
}
.beikao-right  .tips{
	width: 193px;
	position: absolute;
	right: 20px;
	top: 10px;
}
.beikao-right .code{
	width: 312px;
	height: 312px;
	margin:90px 80px 30px;
	border: 4px solid salmon;
}
.beikao-right .code img{
	width: 100%;
}
.buy{
	width: 358px;
	height: 70px;
	line-height: 70px;
	background: url(../images/btn4.png) no-repeat center 100%/100%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-left: 60px;
	position: relative;
	cursor: pointer;
	border-radius:35px ;
}
.buy span{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.pointer{
	position: absolute;
	right: -5px;
	top: 25px;
	width: 52px;
	 -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: 45px;
	 margin-top: 15px;
	 border-radius: 15px;
	 background: #fff;
	 box-shadow: inset 0 0 20px #1753c6;
}
.lingqu h2{
	text-indent: 30px;
	font-size: 32px;
	color: #fff;
	width: 375px;
	height: 70px;
	line-height: 60px;
	background: url(../images/btn2.png) no-repeat center 100%/100%;
}
.lingqu ul{
	margin-top: 22px;
}
.lingqu ul li{
	float: left;
	line-height: 35px;
	width: 356px;
	padding:0 22px;
	border-right: 1px dashed #0076DE;
	box-sizing: border-box;
}
.lingqu ul li:last-child{
	border: none;
}
.lingqu ul li div{
	height: 70px;
}
.lingqu ul li span{
	margin-right: 20px;
	text-align: center;
	width: 90px;
	height: 32px;
	font-size: 22px;
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(to bottom,#399df5,#0e61d5);
}
.lingqu ul li p{
	font-size: 18px;
	width: 200px;
}
.lingqu ul li .code2{
	width: 209px;
	border: 4px solid #0076DE;
	margin-left: 30px;
	margin-bottom: 30px;
}
.lingqu ul li .people{
	width: 252px;
	margin-left: 30px;
}
.lingqu ul li .youhui{
	width: 315px;
	margin-top: 20px;
}
/* 导航 */
.nav{
	width: 152px;
	height: 378px;
	color: #ffffff;
	text-align: center;
	position: fixed;
	left: 50px;
	top: 30%;
	background: url(../images/nav.png) no-repeat center;
	background-size: 152px 378px;
	font-size: 20px;
	z-index: 999;
}
.nav h3{
	height: 90px;
	position: relative;
}
.nav h3 img{
	width: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.nav ul li{
	cursor: pointer;
	height: 50px;
	line-height: 55px;
}
.nav ul li.top{
	margin-top: 15px;
	height: 52px;
	background: url(../images/top.png) no-repeat center;
	background-size: 52px 52px;
}




/* 遮罩层 */
.mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	display: none; 
	z-index: 99;
}
.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;
}
.center-add > div{
	display: flex;
	padding: 25px 0;
	background: url(../images/bg.png) no-repeat 750px 87px #FFFFFF;
}
.center-add .title{
	width: 172px;
	height: 115px;
	font-size: 25px;
	line-height: 40px;
	padding-top: 34px;
	margin-left: 30px;
	background: url(../images/big-tips.png) no-repeat center 100%/100%;
}
.center-add .title span{
	display: block;
}
.center-add ul{
	margin-left: 20px;
	width: 830px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.center-add ul li{
	width: 175px;
	margin-right: 30px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: linear-gradient(to right,#676867,#d0d0d0);
	border-radius: 22px;
	color: #FFFFFF;
	cursor: pointer;
}
.center-add ul li.active{
	background: linear-gradient(to right,#147dd0,#42a6fc);
}
.center-add ul li.last{
	opacity: 0;
	cursor: default;
}
#none .join-success{
	color: #666666;
	background: url(../images/none.png) no-repeat center 300px #FFFFFF;
}