/* 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;}
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;}
a[title="站长统计"]{display: none;}
body{width:7.5rem;margin: 0 auto!important;overflow-x: hidden;overflow-y: auto;}
.wrap{width:7rem;margin: 0 auto; position: relative; clear: both; text-align: center;}
.wrap1{width:7rem;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: #55a0f2;}
}


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

/*banner*/
.banner-box{height:9.35rem;width: 100%; float: left; position: relative;}
.banner-box .wrap{text-align: center;}
.banner-box .logo{width:1.86rem; height:.8rem; top: 0; position: absolute; left: -.1rem;
	background-color: #fff;
	border-radius: 0 0 .1rem .1rem;
}
.banner-box .logo img{width: 1.61rem; display: block; float: left;margin-left: .13rem;margin-top: .26rem;}

/* 侧边悬浮 */
.fixBtn{position: absolute; right: 0; top: .38rem; z-index: 2; text-align: center;}
.fixBtn a{font: .24rem/.42rem "microsoft yahei"; color: #fff; width:auto; padding: 0 .25rem; display: block; float: right; margin-bottom: .15rem; clear: both;
	border-radius: .24rem 0 0 .24rem;
}
.fixBtn a.btn01{
	background: #4c66d6;
	background: -webkit-linear-gradient(left, #4c66d6 , #58a8fe); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #4c66d6, #58a8fe); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #4c66d6, #58a8fe); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #4c66d6 , #58a8fe); /* 标准的语法 */
}
.fixBtn a.btn02{
	background: #fbab1c;
	background: -webkit-linear-gradient(left, #fa9f13 , #fecf38); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #fa9f13, #fecf38); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #fa9f13, #fecf38); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fa9f13 , #fecf38); /* 标准的语法 */
}



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


.indexBtn{width: 100%; clear: both; float: left; margin-top: 2.35rem; text-align: center;}
.indexBtn a{width: 4.38rem; height: .94rem; display: inline-block; margin:auto .28rem; position: relative;
	font-size: .36rem; line-height: .8rem; color: #781903; font-weight: bold;
	border-radius: .44rem;
	background: url(../images/index-btn.png) no-repeat center;
	background-size: 100%;
}


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