* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.center {
    align-items: center;
    justify-content: center;
}

.between {
    align-items: center;
    justify-content: space-between;
}

.around {
    align-items: center;
    justify-content: space-around;
}

::-webkit-scrollbar {
    display: none;
}

html {
    font-size: 7.5px;
}

body {
    background-color: #e0e0e0;
}

.container {
    width: 100%;
    height: 100vh;
    background-image: url('./img/bg.jpg');
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    max-width: 450px;
    overflow: hidden;
}

.popo {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 30vh;
    position: absolute;
    z-index: 1;
}

.bottom {
    background-color: #140c01;
    height: calc(100% - 30vh);
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 30vh;
}

.content {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 3;
    position: relative;
}

.bottom-box {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    max-width: 450px;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2.05rem 1.6rem 0 1.6rem;
}

.logo {
    max-height: 6.533rem;
    max-width: 23.933rem;
}

.top-icon {
    padding: 0 0.8rem;
}

.top-img {
    width: 3rem;
    height: 3rem;
}

.top-text {
    margin-top: 0.4rem;
    color: #fff;
    font-family: Tensentype JiaLiDaYuanJ;
    font-size: 1.467rem;
}

.search {
    width: 28rem;
    height: 25px;
    padding: 0.6rem 0 0.6rem 0;
    border-radius: 4vw;
    border: 0.06rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000080;
}

.search-text {
    color: #fff;
    font-family: PingFang HK;
    font-weight: 600;
    font-size: 1.7rem;
}

.search-line {
    height: 100%;
    width: 0.26%;
    background-color: #fff;
    margin: 0 1rem;
}

.search-icon {
    width: 2.1rem;
    height: 2.1rem;
}

/* 轮播图 */
.banner {
    height: 141.8vw;
    width: 100vw;
    padding-top: 2vh;
    max-width: 450px;
    max-height: 638px;
    /* overflow: hidden; */

}

.swiper-container {
    width: 100%;
    /* -webkit-box-reflect: below 0 linear-gradient(to top, rgb(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); */

}

.swiper-wrapper {
    width: 100vw;
    height: 141.8vw;
}

.swiper-slide {
    background-position: center;
    background-size: 100% 100%;
    width: 100vw !important;
    height: 141.8vw !important;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    max-width: 450px;
    max-height: 638px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.bottom-title {
    font-family: REEJI-FlashItalicGB-Flash;
    font-weight: 900;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    font-style: italic;
    margin-top: 4vw;
}

.bottom-title-img {
    width: 21.133rem;
    height: 3.133rem;
}

.bth-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.6rem;
    margin-top: 2vh;
    gap: 1vh;
    flex-wrap: wrap;
}

.bth {
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 0.55rem;
    cursor: pointer;
    user-select: none;
}

.btn-show {
    display: flex;
}

.bth-icon {
    width: 28vw;
    /* height: 9vw; */
    max-width: 16.8rem;
    max-height: 6.067rem;
    object-fit: cover;
    /* margin-right: 1.1rem; */
}

.bth-title {
    color: #100902;
    font-size: 1.35rem;
}

.bth-tips {
    color: #100902;
    font-size: 0.9rem;
}

.bottom-tips {
    color: #fff;
    font-family: Tensentype JiaLiDaYuanJ;
    font-weight: 400;
    font-size: 1.467rem;
    text-align: center;
    margin: 1vh 0 1vh;
}

.under-line {
    font-weight: 400;
    font-size: 1.467rem;
    margin: 0 0.8rem;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
}

.popup {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    max-width: 690px;
    text-align: center;
}

.desc {
    text-align: center;
    /* width: 311px;
    height: 454px; */
    top: 217px;
    left: 61px;
    border-radius: 31px;
    padding: 10px 20px;
    /* position: relative; */
    background: #FAFFB4;

}

.items {
    width: 300px;
    height: 50px;
    border-radius: 13px;
    border: 1px solid #000000;
    margin: 10px auto;
}

.item-text{
    justify-content: center;
}

.items-btn{
    background: #000000;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
}

.items-icon{
    width: 35px;
    height: 35px;
    margin: 5px;
}

.items-title{
    color: #18352A;
    text-align: left;
    font-weight: 500;
}

.items-context{
    color: #5B5811;
    text-align: left;
    font-weight: 500;
    font-size: 10px;
}

.close {
    margin-top: 20px;
    width: 25px;
    height:25px;
}

.close img {
    width: 100%;
    height: 100%;
}

@media (max-height: 700px) {
    .bottom-title {
        margin-top: 2vh !important;
    }

    .bth-box {
        margin-top: 0 !important;
    }

    .bottom-tips {
        margin: 0 0 3vh !important;
    }

    .banner {
        padding-top: 1vh !important;
    }

    /* .swiper-slide {
        width: 24.36vh !important;
        height: 42vh !important;
    } */
}