

/* css header style */
#header{
	width:100%;
	height:0.9rem;
	background:#FFFFFF;
	border-bottom: 0.01rem solid #ECECEC;
}
.header-logo a img{
	display:block;
	width: 2.25rem !important;
	margin-left:0.3rem;
	margin-top: 0.3rem;
}

.header-menu{
	width:0.9rem;
  	height:100%;
  	background:url("/statics/images/new_site/mobile/symbols-menu.png") no-repeat center;
  	background-size:0.36rem 0.36rem;
}
.items{
	width:100%;
	height:40rem;
	position: fixed;
	top:0.83rem;
	background: rgba(255,255,255,0.95);
	z-index:13;
	display: none;
}
.items ul{
	width:100%;
	height:6.87rem;
	position:fixed;
	z-index:10;
	/*margin-top:1.33rem;*/
	background: rgba(255,255,255,0.95);
	font-family: SourceHanSansCN-Normal;
	overflow: auto;
}
.items li{
	/*padding:0.53rem;*/
	width:6.22rem;
	margin:0 auto;
	text-align: center;
	height:1.12rem;
	line-height:1.12rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:0.32rem;
}

/*css footer style*/
.free{
    clear:both;
	background: #2288FF;
	padding:0.6rem 0;
	color:#fff;
}
.free-title{
	margin-bottom:0.2rem;
	font-weight: 300;
	color:#FFF;
	text-align: center;
}
.free-info{
	width:100%;
	text-align:center;
	max-height:10rem;
	color:#FFF;
	margin-bottom: 0.6rem;
	font-weight: 200;
}
.free-btn{
	width:2.2rem;
	height:0.8rem;
	text-align: center;
	background: #FFFFFF;
	border-radius:0.08rem;
}
.free-btn a{
	display:block;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color:#2288FF;
}
.contact{
	background: #2C3145;
	padding:0.6rem 0;
	color:#FFF;
}
.contact-hotline{
	text-align: center;
	font-size: 0.25rem;
	color:#FFFFFF;
	margin-bottom:0.6rem;
}
.contact-QRCode{
	text-align:center;
}
.contact-QRCode .weix{
	width:4rem;
	height:1.74rem;
	margin:0 auto;
}
.contact-QRCode img{
	width:1.74rem !important;
	height:1.74rem;
	float:left;
	margin-left:0.52rem;
}
.contact-QRCode img:nth-of-type(1){
	margin-left:0;
}
.contact-QRCode .weix-desp{
	font-size:0.24rem;
	color:#FFF;
	margin-top:0.24rem;
}
.contact-way{
	width:100%;
	height:0.3rem;
	margin-top:0.62rem;
	margin-bottom:0.54rem;
}
.contact-way div{
	color:#FFF;
	float:left;
	font-size:0.24rem;
}
.contact-way a {
    color: white;
}
.contact-way .sina{
	width:1.42rem;
	height:0.3rem;
	margin-left:1.72rem;
}
.contact-way .qq{
	margin-left:0.6rem;
	width:1.3rem;
	height:0.3rem;
}
/* @font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?\f18a');
    src:url('../fonts/icomoon.eot?#\f18a') format('embedded-opentype'),
        url('../fonts/icomoon.woff2?\f18a') format('woff2'),
        url('../fonts/icomoon.woff?\f18a') format('woff'),
        url('../fonts/icomoon.ttf?\f18a') format('truetype'),
        url('../fonts/icomoon.svg?\f18a#Linearicons-Free') format('svg');
    font-weight: normal;
    font-style: normal;
}
 */.contact-way .sina .fa-weibo {
	float:left;
	width:0.36rem;
	height:0.3rem;
	margin-right: 0.05rem;
	margin-top: 0.03rem;
}
.contact-way .contact-way-border {
	float:left;
	height:0.3rem;
	margin-left:0.6rem;
	width:1px;
	background:#fff;
}
.contact-way .qq .fa-qq {
	float:left;
	width:0.3rem;
	height:0.3rem;
	margin-right: 0.05rem;
	margin-top: 0.03rem;
}
.contact-line{
	margin:0 auto;
	width:6.72rem;
	height:0.02rem;
	background:#fff;
	margin-bottom:0.4rem;
		
}
.contact-info{
	text-align: center;
}
.contact-info p{
	width:6.04rem;
	height:0.3rem;
	margin:0 auto;
	font-size:0.2rem;
	color:#FFF;
	line-height:0.3rem;
}
.swiper-pagination-bullet{
	float:left;
	width:0.14rem !important;
	height:0.14rem !important;
	margin-left:0.16rem !important;
}
.home{
	width:100%;
	padding:0.2rem 0.7rem;
	background: rgba(255,255,255,0.95);
	font-size:0.28rem;
	position: fixed;
	left:0;
	bottom:0;
	z-index: 999;
}
.home-login{
	color:#2288FF;
	border:1px solid  #2288FF;
	text-align: center;
	height:0.8rem;
	line-height: 0.8rem;
	width:2.2rem;
	background: #FFFFFF;
	margin-right:0.2rem;
	border-radius: 0.08rem;
}
.home-register{
	width:3.7rem;
	height:0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #FFFFFF;
	background:#2288FF ;
	border-radius: 0.08remrem;
}



