* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body {
    height: 100%;
    width: 100%;
    background: white;
    overflow-x: hidden;
    font-size: 14px;
}

.bg-fixed {
    display: block;
    position: fixed;
    top: 0.9rem;
    width: 100%;
    height: 100%;
    background-color: white;
    background-image: url(../images/main_bg.png);
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    background-repeat: no-repeat;
    z-index: -1;
}

.main-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;

}

.header-wrap {
    position: fixed;
    top: 0;
    left: 50%;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateX(-50%);
    max-width: 650px;
}

.header-img {
    width: 100%;
}

.logo a {
    display: block;
}
.logo img {
    width: 100%;
}

/* Marquee text style start */
.marquee {
    /* width: 68vw; */
    width: 450px;
    line-height: 25px;
    background-color: white;
    color:#333333;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 14.8px;
}

.marquee p {
    display: inline-block;
    padding-left: 2%;
    font-size: .833rem;
    animation: marquee 15s 3s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/* Marquee text style End */
.main-content {
    padding-top: calc(10.62vw + 50px);
    /* padding-top: 5.2rem; */
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.banner-wrap {
    /*display: none;*/
}

.banner {
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.banner img {
    width: 100%;
    /*max-height: 9rem;*/
    border-radius: 10px;
}

.list-tabs .list-tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*display: none;*/
}

.list-tabs {
    position: relative;
}



.swiper-container .swiper-slide {
    height: 0;
}

.swiper-container .swiper-slide-active {
    height: 100%;
}

.list-tabs .list-tabs-header .list-tabs-item {
    flex: 1;
    text-align: center;
    background: none;
    color: rgb(31, 31, 31);
    height: auto;
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    outline: none;
    opacity: 1;
}

.list-tabs .list-tabs-slider {
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: calc(100% / 4);
    height: 0.6rem;
    display: flex;
    justify-content: center;
}

.list-tabs .list-tabs-slider .slider {
    display: block;
    width: 1rem;
    height: 0.2rem;
    background-color: rgb(243, 55, 71);
}

.list-tabs .list-tabs-header .list-tabs-item.swiper-pagination-bullet-active {
    color: rgb(243, 55, 71);
}

/*.list-tabs .list-tabs-header .list-tabs-item.swiper-pagination-bullet-active::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 40px;*/
/*    height: 5px;*/
/*    background-color: rgb(243, 55, 71);*/
/*    top: 40px;*/
/*    left: 50%;*/
/*    margin-left: -20px;*/
/*    border-radius: 10px;*/
/*    z-index: 2;*/
/*}*/

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    /* padding: 15px 0 0; */
}

.list-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0 0;
    flex-wrap: wrap;
}

.app-first-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    text-align: center;
}

.list-item {
    width: calc(20% - 0.65rem);
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0.3rem;
}

.list-item:not(:nth-child(5n)) {
    margin-right: 0.8rem;
}


.app-icon {
    /*background-color: rgb(179 179 179);*/
    border-radius: 20px;
    /* height: 100px; */
    /* width: 6rem; */
    text-align: center;
    display: block;
    margin: 5px auto;
}

.app-icon img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.app-name p {
    font-size: .7rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #333333;
}

.list-item .download-btn {
    width: 3.5rem;
    margin: 10px auto;
}

.download-btn img {
    width: 100%;
}

.bottom-content {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 15px;
}

.bottom-content .banner h2 {
    font-size: 1.5rem;
    margin: 20px 0;
}

/* Bottom content list row style start */
.item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6e6e6;
}

.img-wrap {
    border-radius: 15px;
    height: 5rem;
    width: 5rem;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 15px;

}

.content {
    display: flex;
    flex: 1;
}

.app-content-details {
    flex: 1;
    margin: 0 15px;
    display: flex;
    align-items: center;
}

/*#app-list .swiper-slide {*/
/*    height: 0;*/
/*}*/

.play-title {
    margin: 1rem 0;
    color: black;
}

.app-title h2 {
    color: black;
    font-size: 1rem;
    font-weight: bold;
}

.app-slogan h3 {
    font-size: 0.8rem;
    margin-top: 0.3rem;
    word-break: break-all;
    color: #999999;
}

.app-download-btn {
    width: 5rem;
}

.app-download-btn .small-download-button{
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

.app-download-btn .small-download-button img{
    height: 0.8rem;
    margin-right: 0.2rem;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.app-download-btn img {
    width: 100%;
}

.rating span {
    font-size: .88rem;
    color: #666666;
    margin-left: 6px;
}

.rating img {
    width: 0.75rem;
}

hr {
    margin: 20px auto;
    border-bottom: 1px solid rgb(230 230 230);
    opacity: 0.2;
}

/* Bottom content list row style End */
.notice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    z-index: 20;
}

.notice .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

.notice .notice-img-div {
    width: 81%;
    max-width: 300px;
    position: relative;
    z-index: 20;
}

.notice .notice-img-div a {
    display: flex;
    flex-direction: column;
    z-index: 11;
}

.notice .notice-img-div img {
    width: 100%;
    object-fit: contain;
    z-index: 11;
    vertical-align: top;
}

.notice .notice-img-div .p-subwrap .close-modal{
    margin:  0 auto;
    border-radius: 35px;
    padding: 0.5rem 1.5rem;
    color: white;
    background-color: #ff4142;
    font-size: 1rem;
}

.notice .p-subwrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 1rem;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.notice .notice-text {
    width: 100%;
    z-index: 12;
    padding: 0.3rem;
    box-sizing: border-box;
    white-space: pre-line;
    font-size: 1rem;
    margin-bottom:1rem;
    color: #333333;
}

.notice .notice-text::-webkit-scrollbar {
    display: none;
}

.notice .notice-text {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.bottom-fixed-app {
    position: fixed;
    left: 50%;
    bottom: 0;
    right: 0;
    z-index: 10;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 100%;
    max-width: 650px;
    padding: 13px;
    box-sizing: border-box;
    background: linear-gradient(to right, rgba(118,64,229,0.8),rgba(255,65,66,0.8));
    backdrop-filter: blur(3px);
    display: none;
    flex-direction: row;
    align-items: center;
}
.bottom-fixed-app .logo {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0;
}
.bottom-fixed-app .logo img {
    width: 100%;
    height: 100%;
    border-radius: 15px;

}
.bottom-fixed-app .app-content{
    display: block;
    flex: 1;
    color: white;
    padding: 0 13px;
    box-sizing: border-box;
}
.bottom-fixed-app .app-content h2 {
    font-size: 1rem;
    margin-bottom: 3px;
}
.bottom-fixed-app .app-content p {
    font-size: 0.6rem;
}
.bottom-fixed-app .download-button{
    display: block;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 35px;
    color: rgb(255,65,66);
    background-color: white;
}

.link-list-container {
    display: flex;
    flex-wrap: wrap;
    color: white;
    max-width: 650px;
    margin: 0 auto;
    padding: 0.8rem;
    box-sizing: border-box;
}

.link-list-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 6 );
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    background-color: #34af66;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border-top: 1px solid #17191e;
    border-left: 1px solid #17191e;
}

.small-download-button {
    width: max-content;
    padding: 0.1rem 0.3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #ff7d22;
    font-size: 0.4rem;
    border: 1px solid #ff7d22;
    border-radius: 35px;
    margin: 0 auto;
}

.small-download-button img {
    height: 0.6rem;
}

.tea-girl-list .tea-girl-item{
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.tea-girl-list .tea-girl-item .avatar {
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 0.6rem;
}

.tea-girl-list .tea-girl-item .avatar img {
    width: 100%;
}
.tea-girl-list .tea-girl-item .content > * {
    width: max-content;
}
.tea-girl-list .tea-girl-item .content{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tea-girl-list .tea-girl-item .content .ren-zh {
    font-size: 0.9rem;
    padding: 0.3rem 1rem;
    color: #81573d;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(to right,#e4c8ae, #f8e4cb);
}
.tea-girl-list .tea-girl-item .content .tag-list{
    margin: 0.3rem 0;
    overflow: hidden;
}
.tea-girl-list .tea-girl-item .content .tag-list span {
    display: inline-block;
    padding: 0.3rem 0.4rem;
    color: #020202;
    font-size: 0.8rem;
    background: #fae8ce;
    margin-right: 0.5rem;
    border-radius: 5px;
}
.tea-girl-list .tea-girl-item .content .info{
    font-size: 0.8rem;
    color: #959595;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tea-girl-list .tea-girl-item .content .ver-line{
    width: 1px;
    height: 0.8rem;
    background-color: #959595;
    margin: 0 0.6rem;
}
.tea-girl-list .tea-girl-item .content .contact{
    margin-top: 0.2rem;
    width: 100%;
    padding: 0.3rem 0;
    font-size: 1rem;
    text-align: center;
    border-radius: 35px;
    color: #020202;
    background: linear-gradient(to right,#e4c8ae, #f8e4cb);
}

@media screen and (max-width: 768px) {
    .link-list-container a {
        width: calc(100% / 4 );
    }
    .bg-fixed {
        background-color: white;
        background-image:none;
    }

    .main-content {
        padding-top: 4.5rem;
    }

    .img-wrap {
        width: 4rem;
        height: 4rem;
    }

    .img-wrap img {
        width: 100%;
        height: 100%;
    }

    .list-tabs .list-tabs-header .list-tabs-item {
        font-size: 1rem;
    }

    .app-name p {
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 414px) {
    .marquee p {
        font-size: .6rem;
    }

    .bg-fixed {
        background-color: white;
        background-image:none;
    }

    .app-icon {
        /* width: 65px; */
        /* height: 65px; */
    }


    .app-name p {
        font-size: .7rem;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        /* height: 1.2rem; */
    }

    .list-tabs .list-tabs-header .list-tabs-item.swiper-pagination-bullet-active::after {
        width: 2rem;
        height: 4px;
        margin-left: -1rem;
        border-radius: 30px;
    }

    .rating span {
        font-size: .75rem;
    }

    .app-slogan h3 {
        font-size: 0.8rem;

    }

}

@media screen and (min-width: 960px) {
    .notice .notice-text {
        font-size: 1rem;
        line-height: 1.5rem;

    }

    .banner {
        margin-top: 10px;
    }

    .main-content {
        padding-top: 7rem;
    }

    .app-name p {
        font-size: 1rem;
    }
}