html {
    font-size: 10px
}

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    background-color: #07514b;
}

.img_12 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*	height: 1.3rem;*/
    /* background-image: url("../img/Header_01.png"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 999999;
}

.container {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    z-index: 0;
}

.kefu a {
    position: fixed;
    top: 10%;
    right: 2%;
    width: 3.5rem;
    height: 1.2rem;
    /* background-image: url("../img/btn_advisory.png"); */
    background-size: 100% 100%;
    z-index: 999;
}

.container .anniu_0 {
    position: absolute;
    top: 24.5%;
    left: 23%;
    width: 49%;
    height: 1rem;
    z-index: 10000;
    background-image: url("./image/aniu0.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .anniu_1 {
    position: absolute;
    top: 42.5%;
    left: 23%;
    width: 49%;
    height: 1rem;
    z-index: 10000;
    background-image: url("./image/aniu1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .anniu_2 {
    position: absolute;
    top: 62.8%;
    left: 23%;
    width: 49%;
    height: 1rem;
    z-index: 10000;
    background-image: url("./image/aniu2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .anniu_3 {
    position: absolute;
    top: 91%;
    left: 23%;
    width: 49%;
    height: 1rem;
    z-index: 10000;
    background-image: url("./image/aniu3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .anniu_4 {
    position: absolute;
    top: 90.5%;
    left: 23%;
    width: 49%;
    height: 1rem;
    z-index: 10000;
    background-image: url("./image/aniu4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .downNum {
    position: absolute;
    top: 49.6%;
    right: 37%;
    width: 2rem;
}

.bannerBox {
    position: absolute;
    left: 3%;
    top: 57.5%;
    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: 2rem;
    color: #ffffff;
}

.footer p {
    padding: 0;
    margin: 0;
}