@charset "UTF-8";
/* CSS Document */

/*公共样式*/
*{
  padding:0;
  margin:0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
a, a:hover {
  cursor:pointer;
  border: none;
  outline: none;
  text-decoration: none; }
  
li{ list-style:none;}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.32rem;
  color:#333;
  background-color:#f9f9f9;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
 /* -webkit-user-select: none;
  user-select: none;*/
  -webkit-touch-callout: none; 
}
.outter{
	
	min-width:375px;
	max-width:750px;
	margin: 0 auto;
}

.outter img.block-dom{display: block;}
.outter img.inline-dom{display:inline}
.fl{ float:left;}
.fr{ float:right;}
.clearfloat:after{ display:block; content:''; clear: both;}


.fp-gl-img{
	width:100%;
	height:auto;
	position:relative;
	background: #fff;
	overflow: hidden;
}
.fp-gl-img .logo-img {
    width: auto;
    height: 1.3rem;
}

.btn-box-fp{
	width:50%;
	height:1.3rem;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
.btn-box-fp a{
	display:inline-block;
	width:48%;
	height:1.3rem;
	line-height:1.3rem;
	color:#666;
	padding-left:1rem;
	background-position:0.1rem center;
	background-repeat:no-repeat;
	background-size:0.8rem auto;
}

.fws-name{
	width:100%;
	height:0.9rem;
	line-height:0.9rem;
	padding:0 0.2rem;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	font-size:0.32rem; 
	color:#fff;
}
.phone-txt{ width:65%;}
.phone-fp-gl{ 
    width:35%;
	padding-left:0.5rem;
	background:url(../images/phone-icon.png) no-repeat left center;
	background-size:0.4rem auto;
}

.fix-btn-box{
	width:100%;
	height:1.2rem;
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	bottom:0;
	z-index:20;
}
a.btn-mian-shi{
	display: block;
	width:6rem;
	height:0.9rem;
	line-height:0.9rem;
	font-size:0.373rem;
	color:#fff;
	text-align:center;
	margin: 0 auto;
	background-color: #fe686a;
	border-radius: 50px;
	font-size: 0.4rem;
	margin-top: 0.14rem;
}

.btn-group-fp{
	width: 6.5rem;
	margin: 0 auto;
}
.haoUser {
    display: none;
    width: 2rem;
    height: 1.2rem;
    line-height: 1.28rem;
    color: #545454;
    font-weight: 500;
    padding-left: 0.80rem;
    background: url(../../wap/images/user.png) no-repeat left center;
    background-size: 0.64rem auto;
}



.link-back{
	width: 100%;
    height: 0.9rem;
}



@media screen and (min-width: 736px){ 
	.outter{
		
		margin: 0 auto;
		
	}  
	.fp-gl-img .logo-img {
	    width: auto;
	    height: 0.8rem;
	}

	.btn-box-fp a {
	    width: 48%;
	    height: 0.8rem;
	    line-height: 0.8rem;
	    padding-left: 1rem;
	    background-position: 0.4rem center;
	    background-repeat: no-repeat;
	    background-size: 0.4rem auto;
	}
	.fws-name {
	    width: 100%;
	    height: 0.6rem;
	    line-height: 0.6rem;
	    padding: 0 0.2rem;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 2;
	    font-size: 0.16rem;
	    color: #fff;
	}
	.phone-fp-gl {
	    width: 35%;
	    padding-left: 0.5rem;
	    background: url(../images/phone-icon.png) no-repeat left center;
	    background-size: 0.3rem auto;
	}
	.link-back{
		width: 100%;
	    height: 0.5rem;
	}
}
@media only screen and (max-width: 768px) {
	.outter{
	min-width:100%;
	max-width:100%;
	}
}