/* CSS样式初始化 */
body {
    margin: 0;
    padding:0;
    height: 100%;
	margin:0 auto;
	background:#fff;;
	font-family:'微软雅黑','Microsoft YaHei','宋体';
	font-size:14px;
	color:#000;
}
img {
    background-size: contain|cover;
    width: 100%;
    height: auto;
}

.haott-f {
    height: auto;
    width: 100%;
    padding-top:35px;
}
.haott-f img{
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.haott-f1 {
    height: auto;
    width: 100%;
}
.haott-f1 img{
	width: 100%;
	margin: 0 auto;
	height: auto;
}




a{
	text-decoration: none;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration: none;
}
a{
	text-decoration: none;
}
a:link,a:visited,a:active,a:hover{
	text-decoration: none;
}
p {
	font-size:16px;
	color:#999;
}
body,ul,ol,li,p,div,h2{
	margin:0;
	padding:0;
	list-style:none;
	}
img{ border:none;}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
input{ outline:none; } 
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
.clear{
	clear: both;
}
label{
	margin:0;
}

.container{
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: 0px auto;
}

.haott-t{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.haott-t img{
	width: 100%;
	height: auto;
}
.fan-t{
	background: url(images/fanvila.jpg) no-repeat center top;
	background-size: contain;
	    width: 99.99999%;
    margin: 0px auto;
    min-height: 270px;
}


.shuru{
	width: 99%;
	height: auto;
	text-align: center;
	margin: 0px auto;
	padding-top: 10px;
}

.shuru-1{
    margin-bottom: 10px;
	width: 93%;

	margin: 0px auto;
    border-bottom-color:#efefef;
    border-radius:10px;

}
.shuru-2{
	text-align: center;
	color: #fff;
	width: 93%;
	margin: 0px auto;
}


#code{
	width:100%;
	height:50px;
	padding:2px 10px;;
	border:1px solid #efefef;
	border-radius:9px;
	box-shadow: 0 0 1px rgba(199, 199, 199);
    -webkit-box-shadow: 0 0 1px rgba(199, 199, 199);
    -moz-box-shadow: 0 0 1px rgba(199, 199, 199);
}
.btn {
    font-size: 16px !important;
    line-height: 42px;
    color: #000;
	font-weight: bold;
    text-align: center;
    font-size: 16px;
    width: 36%;
    margin: 0px auto;
    background: #cacaca;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 1px 15px #888888;
    margin-top: 20px;
}



.bj1 {
	width:90%;
	margin:5px auto;
	height:auto;
	border:1px solid #ccc;
	padding:8px;
	background-color:#fff;
	color:#333;
	border-radius:0.5em;
}

.fan-m{
	width: 90%;
	height: auto;
	margin: 0px auto;
	margin-top: 20px;
}
.fan-m>h3{
	font-size: 18px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.fan-m>h3 span{
	width: 2px;
	height: 20px;
	background: #3b86e0;
	display:inline-block;
	margin-right: 4px;
	margin-bottom: -3px;
}
.fan-m p{
	font-size: 13px;
	line-height: 30px;
	color: #000;
}
.fan-b{
	width: 100%;
	height: auto;
}
.fan-b img{
	width: 100%;
	height: auto;
}

.footer p{
	color: #000;
	cursor:pointer;
}
.footer{ width:100%;
    max-width:480px; 
    margin:0 auto; 
    text-align:center; 
    height:35px; 
    line-height:35px;
     font-size:16px; 
     background:#c00f23; 
     color:#fff;
     margin-top: 30px;
	cursor: pointer;
}
.footer a{ color:#fff; text-decoration:none;}