body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.bg-color{
    position: fixed;
    top:0;
    width: 100vw;
    left: 0;
    height: 100vh;
    z-index: -1;
}
.container {
    margin: 0 auto;
    text-align: center;
    padding-top: 58px;
    overflow: hidden;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
}
.header-image{
    width: 100vw;
}
.dowload_btns{
    display: flex;
    flex-direction: column;
    gap:24px;
  
}
.dowload_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

/* Swiper容器的高度 */
.swiper-container {
    width: 100%;
}
.swiper-slide{
}
.swiper-slide img {
    width: 240px;
    height: 100%;
    object-fit: cover; /* 使图片适应轮播区域 */
}

.advance_list{
  padding:0 12px;
  padding-top: 42px;

}
.feature_list{
    margin-top: 42px;
    padding:0 12px;
    overflow: hidden;
}
.swiper_list{
    padding:0 12px;
}
.advance_item{
    display: flex;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    background-color: white;
    text-align: left;
    .advance_item__icon{
        display: flex;
        align-items: center;
        img{
            width: 30px;
        }
    }
    .advance_item__content{
        padding-left: 20px;
        .advance_item__title{
            color: #333333;
            font-size: 20px;
        }
        .advance_item__description{
            color: #999999;
            font-size: 12px;
        }
    }
}

.wx-mask{
    position:fixed;
    top:0;
    background-color: rgba(0,0,0,0.6);
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
}
.wx-guid-img{
    position: absolute;
    right: 17px;
    top:7px;
    width: 200px;
}

.swiper-container{
    padding: 27px;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
}
/*Swiper原样式 */
.swiper-button-prev{
    transform: rotate(180deg);
    background-image:url('data:image/svg+xml,%3Csvg t="1740656287921" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="128" height="128"%3E%3Cpath d="M340.688 830.24l11.312 11.328a16 16 0 0 0 22.624 0L685.76 530.448a16 16 0 0 0 0-22.64L374.624 196.688a16 16 0 0 0-22.624 0l-11.312 11.312a16 16 0 0 0 0 22.624l288.496 288.496-288.496 288.512a16 16 0 0 0 0 22.624z" fill="%23C37C00" %3E%3C/path%3E%3C/svg%3E');

}
/*改变了颜色和加粗的样式*/
.swiper-button-next{
   background-image:url('data:image/svg+xml,%3Csvg t="1740656287921" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="128" height="128"%3E%3Cpath d="M340.688 830.24l11.312 11.328a16 16 0 0 0 22.624 0L685.76 530.448a16 16 0 0 0 0-22.64L374.624 196.688a16 16 0 0 0-22.624 0l-11.312 11.312a16 16 0 0 0 0 22.624l288.496 288.496-288.496 288.512a16 16 0 0 0 0 22.624z" fill="%23C37C00" %3E%3C/path%3E%3C/svg%3E');
}
.swiper-pagination-bullet-active{
    background: #C37C00;
}

.version_code{position: absolute;bottom: 12px;font-size: 12px;width: 100%;left: 0;color:white;;text-align:center;}