.container {
    position: relative;
    font-size: .35rem;
}

.container header {
    position: sticky;
    max-width: 900px;
    width: 100%;
    left: 0;
    top: 0;
    padding: .3rem .25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 999;
}

.container header .logo {
    font-size: 0;
    display: flex;
    align-items: center;
}

.container header .logo img {
    width: 1.25rem;
}

.container header .logo .text {
    padding-left: .1rem;
}

.container header .logo .text .title {
    font-weight: bold;
    font-size: .37rem;
}

.container header .logo .text p {
    padding-left: .16rem;
    opacity: .55;
    margin-top: .05rem;
    font-size: .37rem;
}

.container header .btn_end {
    display: flex;
    align-items: center;
}

.container header .btn_end .btn {
    background-color: #dcc073;
    border-radius: 100px;
    color: #fff;
    padding: .15rem .4rem;
    line-height: 1;
    margin-left: .15rem;
    font-size: .32rem;
}

.container header .btn_end .btn.download {
    background-color: #48c1cd;
}

.container .bg {
    font-size: 0;
    position: relative;
}


.container .bg img {
    width: 100%;
}

.container .bg .download_btn {
    width: 38%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.container .bottom {
    width: 100%;
    background-color: #2a1a12;
    padding: .2rem .4rem;
}

.container .title_img {
    width: 100%;
    font-size: 0;
    position: relative;
}

.container .title_img .num {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    line-height: 1;
    opacity: .3;
    font-size: .3rem;
}

.container .title_img img {
    width: 100%;
}

.container .bottom .desc {
    text-align: justify;
    color: #f5e7b2;
    line-height: 1.7;
    opacity: .9;
    font-size: .36rem;
}

.swiper_banner {
    margin-top: .2rem;
}

.container .bottom .tip {
    color: #d8ccac;
    font-size: .32rem;
    text-align: center;
    padding: .3rem 0;
    line-height: 1.8;
}

.down_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(6px);
    display: none;
    justify-content: center;
}

.down_pop .box_pop {
    width: 100%;
}

.down_pop .box_pop .top {
    padding: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.down_pop .box_pop .top img {
    width: 2.3rem;
}

.down_pop .box_pop .text {
    width: fit-content;
    margin: .4rem auto;
    color: #fff;
    font-size: .4rem;
    line-height: 1.9;
}

.down_pop .box_pop .text span {
    color: #8eff0c;
}

.warning {
    width: 90%;
    margin: .2rem auto;
    padding: .3rem;
    border-radius: .15rem;
}

.warning .title {
    font-weight: bold;
    font-size: .45rem;
    text-align: center;
    color: #80af49;
    padding-bottom: .2rem;
}

.warning p {
    color: #80af49;
    font-size: .38rem;
}
.down_pop .warning {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%);
}
.down_pop .warning .title {
    font-size: .6rem;
    color: #ee0909;
}
.down_pop .warning p {
    color: #ee0909;
    font-size: .5rem;
}

.down_pop_tit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
}

.down_pop_tit .box_pop .warning {
    color: #000;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

.down_pop_tit .warning .title {
    color: #fff;
    background-color: #9e2e2e;
    line-height: 1;
    padding: .25rem;
    font-size: .42rem;
}
.down_pop_tit .warning p {
    padding: .3rem;
}
.down_pop_tit .warning a {
    width: fit-content;
    margin: 0 auto .3rem;
    display: block;
    background-color: #608536;
    color: #fff;
    line-height: 1;
    padding: .23rem .5rem;
    border-radius: .1rem;
}