html {
    font-size: 10px
}

* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    background-color: #26133e;
    font-family: "Microsoft YaHei"
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.28rem;
    background-image: url("../img/Header.webp");
    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: 0;
    right: 1%;
    width: 1rem;
    height: 1rem;
    background-image: url("../img/btn_advisory.webp");
    background-size: 100% 100%;
    z-index: 999;
}

.container .downBtn {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 60%;
    height: 0.95rem;
    background-image: url("../img/download_btn.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

/* .downBtn .online{
	position: absolute;
	top: -0.8rem;
	right: -1.1rem;
	width: 2rem;
	height: 1rem;
	background-image: url("../img/bg_online.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
} */

.container .downNum {
    position: absolute;
    top: 45.7%;
    right: 14%;
    width: 40%;
    height: 1rem;
    font-size: 0.44rem;
    text-align: center;
    align-items: 1rem;
    color: #fff;
}

.bannerBox {
    position: absolute;
    top: 46.85%;
    width: 100%;
    height: 4.95rem;
}

.bannerBoxfooter {
    position: absolute;
    width: 100%;
    bottom: 5.2%;
}

.bannerBoxfooter {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 5%;
    padding: 0;
    width: 90%;
}

.bannerBoxfooter li {
    list-style-type: none;
    text-align: center;
    white-space: nowrap;
    flex: 1;
    height: 0.4rem;
}

.bannerBoxfooter li a {
    color: #fff;
    font-size: 0.26rem;
    display: block;
    text-decoration: underline;
    margin: 0 0.1rem;
    font-family: 'Times New Roman', Times, serif;
}

.banner {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide>img {
    width: 100%;
}

.footer {
    padding: 0.3rem 0;
}

.footer p {
    padding: 0;
    margin: 0;
}