a{
    text-decoration:none;
    -webkit-tap-highlight-color:transparent;
}
li{
    list-style: none;
}
body,html{
    font-size:.32rem;
    font-family:"Microsoft YaHei";
    background: #f6f7fb;
}
.container{
    width:100%;
    margin:0 auto;
    margin:0;
    padding:0;
    position: relative;
}
.container img{
    float: left;
    width:100%;
}
.list1{
    width:100%;
    height:1047px;
    background: url("image/1.jpg") center;
}
.list2{
    width:100%;
    height:871px;
    background: url("image/2.jpg")center;
}
.list3{
    width:100%;
    height:679px;
    background: url("image/3.jpg")center;
}
.btn{
    position: fixed;
    left:0;
    right:0;
    bottom:50px;
    margin:auto;
    width:300px;
    height:80px;
    line-height: 80px;
    border-radius:20px;
    background: #fe5e4e;
    color:#fff;
    text-align: center;
    font-size:26px;
}