/* 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;
	background-color: #5996f3;
}
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;}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

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


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


/*banner*/
.banner-box{height:4.44rem;width: 100%; float: left; position: relative; text-align: center;}
.page-art .banner-box{height: 3.42rem;}
.banner-box .wrap{text-align: center;}
.banner-box .logo{
	position: absolute; left:.23rem;top: .56rem; display: inline-block;
}
.banner-box .logo img{width: 1.98rem; display: block;}
.returnList{
	width: 2.1rem; height: .52rem; display: inline-block;
	position: absolute; left: 0; top: .3rem;
	font-size: .24rem; line-height: .52rem; color: #fff;
	background: #2245b7;
	border-radius: 0 .5rem .5rem 0;
}

/* 侧边悬浮 */
.fixBtn{position: absolute; right: 0; top: 0; z-index: 2; text-align: center;}
.fixBtn a{
	color: #fff; display: block; float: left; margin-bottom: .15rem;
	border-radius:  0 0 .1rem .1rem;
	font-size: .24rem; line-height: .28rem;
	width: .53rem; padding: .3rem .1rem .2rem; text-align: center;
	border-top: none;
	background: #004dff;
	margin-left: .16rem;
}



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

.indexBtn{width: 100%; height: .8rem; clear: both; float: left; text-align: center;}
.indexBtn a{
	width: 5.6rem; height: .9rem; display: inline-block; margin:auto;
	font-size: .4rem; line-height: .9rem; color: #704b16; font-weight: bold;
	background: #feba59;
	background: -webkit-linear-gradient(#fff,#feba59);
	background: -moz-linear-gradient(#fff,#feba59);
	background: -o-linear-gradient(#fff,#feba59);
	background: linear-gradient(#fff,#feba59);
	border: solid .02rem #f1b154;
	border-radius: .5rem;
	box-shadow: 0 .02rem .1rem rgba(255,255,255,.1) inset,
				0 .05rem 0 #ec6513;
}

/* .indexBtn a::after{
	content: ''; width: 1.16rem; height: 1rem; display: inline-block;
	background: url('../images/cursor01.png') no-repeat center / 100%;
	position: absolute; right: .1rem; top: .75rem;
	-webkit-animation: scaleDraw 2s ease-in-out infinite;
	animation: scaleDraw 2s ease-in-out infinite;
} */
.indexBtn a span{
	background: linear-gradient(to bottom, #154837, #061912); /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
	  -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
	  -webkit-text-fill-color: transparent;/*给文字设置成透明*/
	display: inline-block;
	line-height: 1;
}

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


