html {
    font-size: 10px
}

body {
    margin: 0;
    padding: 0;
    background-color: #CD5C5C;
    font-family: "Microsoft YaHei"
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    background-image: url("");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 999;
}

.container {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    z-index: 0;
}

.kefu a {
    position: fixed;
    top: 10%;
    right: 2%;
    width: 1rem;
    height: 1.2rem;
    background-image: url("../img/btn_advisory.png");
    background-size: 100% 100%;
    z-index: 999;
}

.container .downBtn {
    position: absolute;
    top: 44.5%;
    left: 14%;
    width: 75%;
    height: 1.6rem;
    background-image: url("../img/btn_download.gif");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .downNum {
    position: absolute;
    top: 55%;
    right: 33.3%;
    width: 2.5rem;
}

.bannerBox {
    position: absolute;
    left: 3%;
    top: 60%;
    width: 92%;
    height: 3.4rem;
}

.banner {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide>img {
    width: 100%;
}

.container .footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0rem;
    color: #F0C30B;
}

.footer p {
    padding: 0;
    margin: 0;
}