body{background: #f2f3f5;}
body { /* IOS禁止微信调整字体大小 */
            -webkit-text-size-adjust: 100% !important;
}
 *{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; /* For some Androids */ }
/*清除浮动*/
ul,li{list-style:none}
.clf:after, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
input{outline: none;-webkit-appearance: none;border: 0;background-color: transparent;}
.fl_more{display: inline-block;width: 34px; height: 34px;}

.header{
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: #fff;
	box-shadow:0 0 5px #DDDDDD;
}
.header_center .iconfont{color: #409df0;}
.header_search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
			color: #fff;
		}
.header_search input::-moz-placeholder { /* Firefox 19+ */  
			color: #fff;
		}
.header_search input:-ms-input-placeholder { /* IE 10+ */ 
		 color: #fff;
		}
.header_search input:-moz-placeholder { /* Firefox 18- */ 
		 color: #fff;
		}

.animate01{width: 70%;top: .23rem;left: 15%;}
.animate02{width: 9.2rem;top: 1.25333rem;left: .4rem;}
.animate03{height: 1.4rem;}
.animate04{height: 2.4rem;}

/*固定底部导航栏*/
.fixed_bottom{position:fixed; bottom:0; background:#1593ff;}
.fixed_bottom a{color:#fff; font-size:0.3rem; display:block; float:left; width:33.33333%; text-align:center; position:relative}
.fixed_bottom a:after{content:""; display:block; width:1px; height:40%; background:#fff; position:absolute; top:20%; right:0;}
.fixed_bottom a:last-child:after{opacity:0;}

/*返回顶部*/

div.default{ margin:0; padding:0; font-family:"Microsoft YaHei",Verdana; font-size:12px; }
	div.default a,div.default span{ margin:2px 2px 0 2px; padding:7px 14px; line-height:20px; height:20px; border:1px solid #e1e1e1; background:#fff; color:#333; text-decoration:none; font-size:14px;}
	div.default span:first-child{ border-left:1px solid #e1e1e1; }
	div.default a:hover{ color:#666; background:#eee; }
	div.default span.current{ color:#fff; background:#1291ea; border-color:#1291ea; }
	div.default span.disabled{ color:#999; background:#fff; }





    