html,body{
	margin: 0;
	padding:0;
	background-color: #000;
}
body{
	width:100%;
	max-width: 1080px;
	min-width: 320px;
	margin: 0 auto;
}

@media screen and (min-width:320px) and (max-width:350px) {
    .txt{
        font-size: 15px !important;
    }
}
@media screen and (min-width:350px) and (max-width:480px) {
    .txt{
        font-size: 16px !important;
    }
}

@media screen and (min-width:480px) and (max-width:640px) {
    .txt{
        font-size: 18px !important;
    }
}
.fixed{width:100%; max-width:1080px; min-width:320px; position:fixed; z-index: 1058;}
.head{
	position: relative;
	width:100%;
}
.banner img,.head img,.fixed img{
	display: block;
	line-height: 0;
	border: none;
	width:100%;
}
.banner{
	position: relative;
}
.btn {
    width: 100%;
    bottom: 1.5%;
    left: 50%;
   /* position: absolute;
    margin-left: -31%;*/
}
.head .btn img{
    width: 100%;
    position: relative;
    /*top: 70px;*/
}
.txt{
	position: absolute;
	top: 94%;
	width:100%;
	color:#fcd865;
	font-family: "microsoft yahei";
	font-size: 15px;
	text-align: center;
}
.Img{
	width:90%;
	position: absolute;
	top:18%;
	left:50%;
	margin-left: -45%;
}
.banner .top1{
	top:20%;
}
.banner .top2{
	top:13%;
}
.footBtn{
	width:48%;
	position: absolute;
	bottom: 7%;
	left:50%;
	margin-left: -24%;
}
.top {
            position: fixed;
            top: 0px;
            width: 100%;
        }
.wechat {display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .8);z-index: 1059}
.wechat img {display: block;position: absolute;left: 50%;top: 10px;max-width:330px;margin-left: -158px}
.footbar {color: #999;line-height: 25px;margin: 10px auto;padding: 18px 0 10px;text-align: center;font-size: 12px;}
.footbar a {color: #666;text-decoration: none;}