/* 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;}

.clearfix::after { content:''; clear:both; display:block; height:0; overflow:hidden;visibility:hidden;}
.The_total{display:none;}
a[title="站长统计"]{display: none;}
.wrap{width:7rem;margin: 0 auto; position: relative; clear: both; text-align: center;}
.wrap1{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: #0b5827;}
}


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

.page-zd{width: 100%; height: 100%; background:#0b5827 url('../images/page-zd.jpg') no-repeat center top; background-size: 7.5rem; float: left;}
/* .page-other{width: 100%; height: 100%; background:#ed7b43 url(../images/page-zd02.jpg) no-repeat center top; background-size: 7.5rem; float: left;} */

/*banner*/
.banner-box{height:4.84rem;width: 100%; float: left; position: relative;}
.banner-box .wrap{text-align: center;}
.banner-box .logo{
	width:2.45rem; height:.65rem; top: 0; position: absolute; left:0;
	border: solid .02rem #fff;
	border-top: 0;
	border-radius: 0 0 .25rem .25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-box .logo img{width: 1.63rem; display: block;}

/* 侧边悬浮 */
.fixBtn{position: absolute; right: -.02rem; top: .44rem; z-index: 2; text-align: center;}
.fixBtn a{
	color: #fff;float: left; margin-bottom: .12rem;
	font-size: .28rem; line-height: .34rem; height: .34rem; display: inline-block;
	width: auto; padding-left: .2rem; padding-right: .12rem;
	clear: both;
	border: solid .02rem rgba(255,255,255,.34);
	border-radius: .32rem 0 0 .32rem;
	
}

.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.83rem; text-align: center;}
.indexBtn a{
	width: 3.96rem; height: .65rem; display: inline-block; margin:auto;
	font-size: .36rem; line-height: .65rem; color: #5c3000; font-weight: bold;
	background: #fff090;
	background: -webkit-linear-gradient(#fff4e1,#fff090);
	background: -moz-linear-gradient(#fff4e1,#fff090);
	background: -o-linear-gradient(#fff4e1,#fff090);
	background: linear-gradient(#fff4e1,#fff090);
	border-radius: .5rem;
	position: relative;
}
/* .indexBtn a::after{
	content: '';width: 1.42rem; height: 1.43rem; display: block;
	background: url(../images/cursor.png) no-repeat center;
	background-size: 100%;
	position: absolute; top: .35rem; right: -.5rem;
	-webkit-animation: scaleDraw 2s ease-in-out infinite;
	animation: scaleDraw 2s ease-in-out infinite;
} */
@-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);}
}



/* 组队页 */
.mainZd{
	width: 100%; clear: both; float: left;margin-bottom: .55rem;
	border: solid 1px #fff;
	border-radius: .1rem;
	margin-left: -1px;
	background: #2e9b5f;
	background: -webkit-linear-gradient(#2e9b5f,#014e1d);
	background: -moz-linear-gradient(#2e9b5f,#014e1d);
	background: -o-linear-gradient(#2e9b5f,#014e1d);
	background: linear-gradient(#2e9b5f,#014e1d);
	height: auto;
}
.joinBox{
	width: 6.2rem; height: 2.58rem; float: left; margin: .39rem .15rem .25rem;
	background: #fff;
	border-radius: .1rem;
}
.joinBox .tit{
	width: 1.07rem; height: 100%; display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background: #fff090;
	background: -webkit-linear-gradient(#fff4e1,#fff090);
	background: -moz-linear-gradient(#fff4e1,#fff090);
	background: -o-linear-gradient(#fff4e1,#fff090);
	background: linear-gradient(#fff4e1,#fff090);
	border-radius: .1rem;
}
.joinBox .tit h5{
	font-size: .36rem; line-height: .4rem; color: #5c3000;font-weight: bold;
	display: inline-block;
	width: .37rem;
}
.joinBox .right{
	width: 5.1rem;display: inline-block;
	float: left;margin-top: .35rem;
}
.joinBox  ul{
	width: 100%; display: flex;
	justify-content: center;
}
.joinBox  ul li{
	width: 1.51rem; display: inline-block;
	position: relative;
}
.joinBox  ul li.leader{margin-right: 1.25rem;}
.joinBox  ul li.leader::after{
	content: ''; width: .4rem; height: .41rem; display: inline-block;
	background: url('../images/zd-icon01.png') no-repeat center / 100%;
	position: absolute; top: .55rem; right: -.83rem;
}
.joinBox ul li img{width: 100%; display: inline-block; margin-bottom: -.3rem;}
.joinBox ul li span{
	font-size: .24rem; line-height: .35rem; color: #333; height: .35rem; display: inline-block;
	background: #fff;
	box-sizing: border-box;
	border: solid 1px #8d8d8d;
	border-radius: .3rem;
	padding: 0 .25rem;
}
.joinBox ul li span.on{
	color: #4b2e00;
	background: #ffcf66;
	background: -webkit-linear-gradient(#fffdf2,#ffcf66 50%);
	background: -moz-linear-gradient(#fffdf2,#ffcf66 50%);
	background: -o-linear-gradient(#fffdf2,#ffcf66 50%);
	background: linear-gradient(#fffdf2,#ffcf66 50%);
	border: none;
}
.joinBox p{
	clear: both; color: #999; font-size: .24rem;margin-top: .1rem;
}
.zd-btn{width: 100%; clear: both; float: left; margin: auto ; text-align: center; margin-bottom: .32rem;}
.zd-btn a{
	width:5.34rem; height: .84rem; display: inline-block;
	font-size: .4rem; line-height: .84rem; color: #755000; font-weight: bold;
	border-radius: .84rem;
}
.zd-btn a.btn01{
	background: url('../images/btn01.png') no-repeat center / 100%;
}
.zd-step{
	width: 6.12rem; height: 3rem; display: inline-block; clear: both; float: left; margin: 0 .19rem .52rem;
	background: url('../images/zd-img01.png') no-repeat center / 100%;
}
.zd-step h4{
	font-size: .3rem; line-height: .46rem; font-weight: bold; color:#015c31;
	width: 100%; clear: both; float: left; margin: .34rem auto .24rem;
}
.zd-step ul{
	width: 100%; clear: both; float: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.zd-step ul li{
	width: 1.3rem; display: inline-block;  margin: 0 .25rem;
	position: relative;
}
.zd-step ul li::after{
	content: ''; width: .73rem; height: .12rem; display: inline-block;
	background: url('../images/zd-icon02.png') no-repeat center / 100%;
	position: absolute; top: .32rem; right: -.62rem;
}
.zd-step ul li:last-child::after{display: none;}
.zd-step ul li img{width: .76rem; display: inline-block; margin: auto;}
.zd-step ul li span{
	width: 100%; clear: both; display: inline-block;
	font-size: .24rem; line-height: .32rem;
}
.zd-step ul li span b{
	display: block; color: #014e1e;
}


.listbox{
	width: 100%;height: auto; clear: both; float: left;margin-bottom: .25rem;
	border: solid 1px #fff;
	border-radius: .1rem;
	margin-left: -1px;
	background: #2e9b5f;
	background: -webkit-linear-gradient(#2e9b5f,#014e1d);
	background: -moz-linear-gradient(#2e9b5f,#014e1d);
	background: -o-linear-gradient(#2e9b5f,#014e1d);
	background: linear-gradient(#2e9b5f,#014e1d);
}
.listbox ul{
	width: 6.12rem; height: 5.15rem; display: inline-block;
	float: left; margin: .27rem .18rem .26rem;
	background: url('../images/list-kuang.png') no-repeat center / 100%;
	padding-top:.52rem;
}
.listbox ul li{
	width:5.48rem; height:1.01rem; display:flex;
	background:#27754e;
	border-radius:.05rem;
	align-items: center;
	margin: 0 .32rem .23rem;
	justify-content: flex-start;
}
.listbox ul li img{
	width: .62rem; display: inline-block; margin-left: .22rem; margin-right: .2rem;
}
.listbox ul li span{
	font-size:.26rem; color: #fff090; width: 2.9rem; text-align: left;
}
.listbox ul li a{
	width: 1.37rem; height: .48rem; display: inline-block;
	background: url('../images/list-btn.png') no-repeat center / 100%;
	font-size: .27rem; line-height: .48rem;
	text-align: center; color: #755000;
}
.listbox >img{width: 5.42rem; display: inline-block;
	float: left; margin-left: .49rem;
}



.contPage{
	width: 100%;clear: both; float: left;
}
.return{
	float: left; width: auto; display: block;
	background: #ff896b;
	font-size: .26rem; color: #fff;
	margin-top: .3rem;border-radius: .1rem;
	padding: .1rem .15rem;
}
.return a{
	width: 100%; height: 100%; display: block;
	 float: left;
}
.return a i{
	width: .48rem; height: .48rem; display: block;
	background: url(../images/icon-return.png) no-repeat center / 100%;
}
.return a span{
	color: #fff; float: left; display: block;
}

.txtPage{
	clear: both; float: left;text-align: left; margin-top: .25rem;
	width: 100%;
	margin-bottom: .5rem;
}

.txtPage h2{
	font-size: .36rem; line-height: 1.5; font-weight: bold;width: 100%; text-align: center;
}
.txtPage h4{
	font-size: .28rem; line-height: 1.5; font-weight: bold; text-align: left;margin: .05rem auto;
}
.txtPage .ewmPart{
	width: 100%; clear: both; float: left; margin: .15rem auto; text-align: center;
}
.txtPage .ewmPart img{width: 2.2rem; display: inline-block;}
.txtPage .ewmPart span{
	width: 100%; clear: both; display: block;
	background-color: #fbeb60;
	font-size: .3rem; line-height: .4rem; font-weight: bold; color: #d33d24;
	padding: .15rem 0;
}
.txtPage p{
	font-size: .26rem; line-height: 1.8; color: #333;
	width: 100%; clear: both; float: left; 
}
.txtPage p img{max-width: 50%; display: inline-block;}


.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);}
}
