/* reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure, menu, input, textarea, button, select, th, td iframe{ margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, b, strong { font-size:100%; font-weight:normal;}
li { list-style:none;}
em, i { font-style:normal;}
a, a:visited, a:active { text-decoration:none; border:none; outline:none;}
input, textarea { outline:none;}
textarea { resize: vertical;}
body { 
	-webkit-text-size-adjust:100%; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	-webkit-touch-callout:none; word-wrap:break-word; 
	line-height:1.5;font-size: 12px;min-width:7.5rem!important;
	width:7.5rem;margin: 0 auto!important;overflow-x: hidden;overflow-y: auto;
}
body, button, input, select, textarea { font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;}
.none{ display:none;}
.left { float:left;}
.right { float:right;}
.m-hide{display: none;}
.clearfix::after { content:''; clear:both; display:block; height:0; overflow:hidden;visibility:hidden;}
.The_total{display:none;}
.wrap{width:7rem;margin: 0 auto; position: relative; clear: both; text-align: center;}
.wrap1{width:6.7rem;margin: 0 auto;clear: both; text-align: center; position: relative;}
.wrap2{width: 6.5rem;margin: 0 auto;clear: both; text-align: center; position: relative;}
.m-show{display:block!important;}
.m-hide{display: none!important;}
@media screen and (max-width: 750px) {
	body{background-color: #f41109;}
}


.page-index{width: 100%; height: 100%; background:#f41109 url('../images/page-index.jpg') no-repeat center top; background-size: 7.5rem; float: left;}
.page-km{width: 100%; height: 100%; background:#f41109 url('../images/page-zd.jpg') no-repeat center top; background-size: 7.5rem; float: left; position: relative;}


/*banner*/
.banner-box{height:4.76rem;width: 100%; float: left; position: relative;}
.banner-box.typeZd{height: 4.56rem;}
.banner-box .wrap{text-align: center;}
.banner-box .logo{width:100%; height:auto; top: 0; position: absolute; left:0;}
.banner-box .logo img{width: 5.65rem; display: inline-block;}
/* .banner-box.typeZd  .logo img{width: 5.07rem;} */
.theme{
	width: 100%; clear: both; float: left; margin-top: 1.88rem;
	text-align: center;
}
.typeZd .theme{
	margin-top: 1.68rem;
}
.theme img{width: 6.46rem; display: inline-block;margin-left: .67rem;}
.theme p{
	font-size: .32rem; line-height: .5rem; color: #fff;
	background: rgba(255,158,43,.7);
	width: 70%; margin: .1rem 15% 0; height: .5rem; float: left;
	border-radius: .4rem;
}
.theme p span{
	color:#602808; font-weight: bold;
}

/* 侧边悬浮 */
.fixBtn{position: absolute;  z-index: 2; text-align: center;}
.fixBtn.type01{
	top: .7rem; right: 0;
}
.fixBtn.type02{
	top: 0; right: .3rem;
}
.fixBtn a.btn01{
	font-size: .24rem; line-height: .46rem; color: #fff;
	background: rgba(255,158,43,.7);
	border-radius: .23rem 0 0 .23rem;
	border: solid 1px #f9db15; border-right: 0;
	display: block; margin-bottom: .1rem;
	clear: both;
	padding-left: .15rem; padding-right: .13rem;
	
	
}

.fixBtn a.btn04{
	background: #f24637;
	background: -webkit-linear-gradient(left, #ed7241 , #f62630); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #ed7241, #f62630); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #ed7241, #f62630); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #ed7241 , #f62630); /* 标准的语法 */
}


/* 首页 */
.mainIndex{width: 100%; clear: both; float: left;margin-bottom: .96rem;}


.indexBtn{width: 100%; clear: both; float: left; margin-top: 6.4rem; text-align: center;}
.indexBtn a{
	width: 4.89rem; height: .89rem; display: inline-block; margin:auto;
	font-size: .3rem; line-height: .89rem; color: #ff4200; font-weight: bold;
	background: url('../images/index-btn01.png') no-repeat center;
	background-size: 100%;
	border-radius: .5rem;
	position:relative;
}
.indexBtn a span{color: #442207;}
.indexBtn a::before{
	content: ''; width: 4.35rem; height: .26rem; display: inline-block;
	background: url('../images/btn-light01.png') no-repeat center / 100%;
	position: absolute; left: .27rem; top: -.1rem;
}
.indexBtn a::after{
	content: ''; width: 1.14rem; height: .86rem; display: inline-block;
	background: url('../images/cursor01.png') no-repeat center / 100%;
	position: absolute; top: .44rem; right: -.62rem;
	-webkit-animation: scaleDraw 2s ease-in-out infinite;
	animation: scaleDraw 2s ease-in-out infinite;
}
.indexBtn p{
	font-size: .24rem; line-height: 1.5; color: #fff; 
	width: 100%; clear: both; float: left;margin-top: .2rem;
}
@-webkit-keyframes scaleDraw{
	0%  {transform: scale(1); }
	25% {transform: scale(1.2);}
	50% {transform: scale(1);}
	75% {transform: scale(1.2);}
	100%{transform: scale(1);}
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0%  {transform: scale(1); }
	25% {transform: scale(1.2);}
	50% {transform: scale(1);}
	75% {transform: scale(1.2);}
	100%{transform: scale(1);}
}


/* 科目 */
.kmList{
	width:100%; height: 8.1rem; display: inline-block; clear: both; float: left; margin-bottom: .48rem;
	background: url('../images/km-img01.png') no-repeat center / 100%;
	position: relative;
}
.kmList::before{
	content: ''; width: 5.57rem; height: 1.59rem; display: inline-block;
	background: url('../images/light01.png') no-repeat center / 100%;
	position: absolute; left: 1.6rem; top: -.7rem;
}
.kmList ul{
	width: 6rem; clear: both; float: left; margin: .31rem .35rem auto;
}
.kmList ul li{
	width: 100%; height: 1.32rem; display: inline-block;
	background: url('../images/km-img02.png') no-repeat center / 100%;
	float: left;margin-bottom: .08rem;
}
.kmList ul li .txt{
	float: left; margin-left: .33rem;
}
.kmList ul li .txt h3{
	font-size: .32rem; line-height: .45rem; color: #fff; font-weight: bold;
	float: left; margin-top: .25rem;
}
.kmList ul li .txt h3 span{color: #fff559; float: right;}
.kmList ul li .txt h3 span::before{
	content: ''; width: 1px; height: .28rem; display: inline-block;
	background: #ff3000;
	float: left;  margin: .09rem .05rem 0 .15rem;
}
.kmList ul li .txt p{
	font-size: .24rem; line-height: .38rem; color: #fff; float: left;
	clear: both;
}
.kmList ul li a{
	width: 2.16rem; height: .61rem; display: inline-block; float: right;
	margin-top: .36rem; margin-right: .31rem;
	font-size: .28rem; line-height: .61rem; color: #602808; font-weight: bold;
	border: solid .02rem #fff;
	border-radius: .32rem;
}
.kmList ul li a.btn01{
	background: #ffe79d;
	background: -webkit-linear-gradient(90deg,#ffe492,#fff7d8,#ffe798);
	background: -moz-linear-gradient(90deg,#ffe492,#fff7d8,#ffe798);
	background: -o-linear-gradient(90deg,#ffe492,#fff7d8,#ffe798);
	background: linear-gradient(90deg,#ffe492,#fff7d8,#ffe798);
}
.kmList ul li a.btn02{
	font-weight: bold; color: #ff4200;
	text-shadow: .02rem 0 0 #fff;
	background: #fcedc3;
	background: -webkit-linear-gradient(#fff,#fcedc3);
	background: -moz-linear-gradient(#fff,#fcedc3);
	background: -o-linear-gradient(#fff,#fcedc3);
	background: linear-gradient(#fff,#fcedc3);
}

/* 组队页 */
.zdbox{
	width: 100%; min-height: 4.05rem; float: left; margin-bottom: .5rem;
	display: inline-block;
	background: url('../images/zd-img01.png') no-repeat center / 100%;
	border-radius: .3rem;
		
}
.zdbox::before{
	content: ''; width: 5.57rem; height: 1.59rem; display: inline-block;
	background: url('../images/light01.png') no-repeat center / 100%;
	position: absolute; left: 1.6rem; top: -.7rem;
}
.member{
	width: 6rem; height: 2.66rem; display: inline-block; margin-top: .28rem;
	border: solid .02rem #fff;
	box-sizing: border-box;
	border-radius: .16rem;
	background: #fff8de;
	background: -webkit-linear-gradient(#fff,#fff8de);
	background: -moz-linear-gradient(#fff,#fff8de);
	background: -o-linear-gradient(#fff,#fff8de);
	background: linear-gradient(#fff,#fff8de);
	position: relative; z-index: 1;
}
.member ul{
	width: 100%; display: block; float: left; margin: .41rem auto 0;
}
.member ul li{
	width: 1.4rem; display: inline-block; margin: 0 .14rem;
}
.member ul li img{
	width: 100%; display: inline-block; float: left;
	border-radius: 50%;
	box-shadow: 0 .05rem .15rem #ffae7d;
}
.member ul li span{
	width: 1.2rem; height: .36rem; display: inline-block;
	border-radius: .36rem;
	font-size: .24rem; line-height: .36rem; color: #ff0000;
	background: #fff;
	float: left; margin: -.25rem .1rem 0;
}
.member ul li.on span{
	color: #fff;
	background: #ff6000;
	background: -webkit-linear-gradient(#ff8f4c,#ff6000);
	background: -moz-linear-gradient(#ff8f4c,#ff6000);
	background: -o-linear-gradient(#ff8f4c,#ff6000);
	background: linear-gradient(#ff8f4c,#ff6000);
}
.member.suc::after{
	content: ''; width: 1.25rem; height: 1.1rem; display: inline-block;
	background: url('../images/icon-suc.png') no-repeat center / 100%;
	position: absolute; top: .34rem; right: -.12rem;
}

.zd-btn{width: 100%; clear: both; float: left; margin: auto ; text-align: center; margin-top: -.4rem;
	position: relative; z-index: 3;
}
.zd-btn a{width: 4.6rem; height: .7rem; display: inline-block;
	font-size: .3rem; line-height: .7rem; color: #602808; font-weight: bold;
	border-radius: .4rem;
	border: solid .02rem #fff;
	position: relative;
}
.zd-btn a.btn01{
	background: #ffe79d;
	background: -webkit-linear-gradient(90deg,#ffe492,#fff7d8,#ffe798);
	background: -moz-linear-gradient(90deg,#ffe492,#fff7d8,#ffe798);
	background: -o-linear-gradient(90deg,#ffe492,#fff7d8,#ffe798);
	background: linear-gradient(90deg,#ffe492,#fff7d8,#ffe798);
}
.zd-btn a.btn01::after{
	content: ''; width: 1.14rem; height: .86rem; display: inline-block;
	background: url('../images/cursor01.png') no-repeat center / 100%;
	position: absolute; top: .44rem; right: -.62rem;
	-webkit-animation: scaleDraw 2s ease-in-out infinite;
	animation: scaleDraw 2s ease-in-out infinite;
}
.zd-btn p{
	color: #fff559;
	width: 100%; font-size: .24rem;
	float: left;margin-top: .1rem;
}


.joinbox{
	width: 100%; min-height: 3.26rem; float: left; margin-bottom: .96rem;
	display: inline-block;
	background: url('../images/zd-img02.png') no-repeat center / 100%;
	border-radius: .3rem;
	position: relative;
}
.joinbox::before{
	content: ''; width: 5.57rem; height: 1.59rem; display: inline-block;
	background: url('../images/light01.png') no-repeat center / 100%;
	position: absolute; left: 1.6rem; top: -.7rem;
}


.joinList{
	width: 6rem; height: 2.11rem; display: inline-block; margin-top: .79rem;
	border: solid .02rem #fff;
	box-sizing: border-box;
	border-radius: .16rem;
	background: #fff8de;
	background: -webkit-linear-gradient(#fff,#fff8de);
	background: -moz-linear-gradient(#fff,#fff8de);
	background: -o-linear-gradient(#fff,#fff8de);
	background: linear-gradient(#fff,#fff8de);
	position: relative; z-index: 1;
}
.joinList h3{
	width:100%; clear: both; float: left;margin-top: -.42rem;
	height: .75rem; display: block;
	background: url('../images/zd-img03.png') no-repeat center / auto 100%;
	font-size: .32rem; line-height: .75rem; font-weight: bold; color: #fff;
}
.joiner{
	width:100%; clear:both; float:left; margin-top: .16rem;
}
.joiner img{
	width: 2.57rem; display: block; float: left; margin-left: 2.04rem;
}

.joiner ul{
	width: 5.2rem; float: left; margin: .1rem .4rem 0;
}
.joiner ul li{
	width: 100%; clear: both; float: left;padding:.1rem 0;
	border-bottom: dashed .01rem #ff8d07;
}
.joiner ul li:last-child{border-bottom: 0;}
.joiner ul li i{
	width: .4rem; height: .4rem; display: inline-block; float: left;
	border-radius: 50%;
	background: #ff8d07;
	font-size: .24rem; line-height: .4rem; color: #fff; text-align: center;
}
.joiner ul li a{
	font-size: .26rem; line-height: .4rem; color: #ff5500; font-weight: bold;
	float: left; margin-left: .15rem;
}
.joiner ul li time{
	font-size: .26rem; line-height: .4rem; color: #444; margin-left: .2rem; float: left;
}
.joiner ul li span{
	font-size: .26rem; line-height: .36rem; color: #fff;
	background: #ff5e33;
	background: -webkit-linear-gradient(#ff5e33,#ff8d07);
	background: -moz-linear-gradient(#ff5e33,#ff8d07);
	background: -o-linear-gradient(#ff5e33,#ff8d07);
	background: linear-gradient(#ff5e33,#ff8d07);
	border-radius: .36rem;
	padding: 0 .15rem;
	margin-top: .02rem; float: right;
	
}

.joinList .member ul{width: 6rem; clear: both;float: left; margin:.2rem .45rem;}
.joinList .member ul li{width: 100%; clear: both; font-size: .28rem; line-height: .7rem; color: #4d4d4d;}
.joinList .member ul li i{width: .42rem; height: .7rem; display: inline-block; float: left; color: #fff;
	background: url(../images/zd-icon01.png) no-repeat center;
	background-size: 100%;
}
.joinList .member ul li a{float: left; margin-left: .15rem;}
.joinList .member ul li time{float: left; margin-left: .5rem;}
.joinList .member ul li span{float: right;}




.gray{ 
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); -o-filter: grayscale(100%); 
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
}

@-webkit-keyframes scaleDraw{
	0%  {transform: scale(.95); }
	25% {transform: scale(1.1);}
	50% {transform: scale(.95);}
	75% {transform: scale(1.1);}
	100%{transform: scale(.95);}
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0%  {transform: scale(.95); }
	25% {transform: scale(1.1);}
	50% {transform: scale(.95);}
	75% {transform: scale(1.1);}
	100%{transform: scale(.95);}
}
