html,body{
	margin: 0;
	padding:0;
}
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;
	padding-top: 70%;
}
.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%;
        }
