html {
    margin: 0px;
    font-size: 20px;
    font-family: PingFangSC-Medium;
    width: 100%;
}

body {
    margin: 0;
    position: relative;
    top: 0 !important;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #333;
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5rem;
    background: #000000;
    font-weight: 500;
    color: #ffffff;
    font-size: 0.7rem;
}

.text-container {
    position: absolute;
    z-index: 999;
    padding: 3rem;
}

@media only screen and (max-width: 750px) {
    .textContent {
        padding: 1rem !important;
    }

    .textContent p {
        font-size: 16px !important;
    }

}

.item-1 {
    background: url('/assets/img/circle_bgc.webp') no-repeat center;
    background-size: cover;
}

.item-1-head img {
    margin-top: 1rem;
    width: 13.3rem;
}

.line {
    margin-top: 5.75rem;
    margin-bottom: 3rem;
    width: 8.45rem;
}

.item-1-wrap {
    display: flex;
    justify-content: space-between;

    padding-top: 8.6rem;
    padding-bottom: 4rem;
}

.top_music {
    width: 32.5rem;
}

.apple_store {
    margin-top: 0;
    width: 10.3rem;
}

.top_banner {
    width: 29.8rem;
}

.wrap-left {}

.wrap-right {}

.top_h1 {
    font-family: Barlow-ExtraBold;
    font-weight: 800;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    line-height: 66px;
}

.top_p {
    width: 26rem;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 27px;
}

.stars {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.stars img {
    width: 9rem;
}



.item-2 {
    background: url('/assets/img/second_bgc.webp') no-repeat center;
    background-size: cover;
}

.music_icon {
    margin-top: 4.75rem;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.music_icon img {
    width: 1.9rem;
    height: 1.9rem;
}

.choose {
    margin-bottom: 4.3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose img {
    width: 21.5rem;
    height: 1.55rem;
}

.item-2-wrap {
    padding-bottom: 10rem;
    display: flex;
}

.item2-left {
    width: 50%;
}

.item2-left img {
    width: 21.55rem;
}

.item2-right {
    padding-top: 5.2rem;
}

.item2-right p {
    margin-bottom: 3.7rem;
    color: #333333;
    font-size: 0.9rem;
    font-weight: 500;
    width: 26.85rem;
    /* letter-spacing: 0.17px; */
    /* text-align: justify; */
    line-height: 23px;
}

.mobile_show {
    display: none !important;
}

.mobile_hidden {
    display: block;
}

.mobile_button {
    display: none;
}


.mb-show {
    display: none !important;
}

.mobile_star{
    display: none;
}

@media only screen and (max-width: 750px) {
    .mb-show {
        display: block !important;
    }

    .mobile-top-banner {
        display: flex;
        justify-content: center;
        position: fixed;
        left: 0;
        right: 0;
        top: 2rem;
        height: 3.6rem;
        z-index: 999;
    }

    .mobile_star {
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_star img {
        width: 14.4rem;
        height: 4.9rem;
    }

    .mb-banner {
        margin: 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 88%;
        height: 100%;
        border-radius: 14px;
        backdrop-filter: blur(1px);
        background: rgba(255, 255, 255, 0.74);
    }

    .mb-banner::after {
        backdrop-filter: blur(1px);
        background: rgba(255, 255, 255, 0.74);
    }

    .mb_1 {
        width: 2rem;
        height: 2rem;
    }

    .mb_span {
        font-weight: 600;
        font-size: 0.7rem;
        color: #061131;
        letter-spacing: 0;
    }

    .mb_2 {
        width: 5rem;
        height: 2rem;
    }

    .ct {
        background: url('/assets/img/mobile_bgc.webp') no-repeat center;
        background-size: cover;
    }

    .item-1 {
        /* background: none !important; */
    }

    .item-2 {
        /* background: none !important; */
        background: url('/assets/img/mobile_bgc.webp');
    }

    .mobile_hidden {
        display: none !important;
    }

    .mobile_show {
        display: block !important;
    }

    .item-1-head img {
        width: 10rem;
    }

    .line {
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
        width: 4.05rem;
    }

    .mobile_top {
        width: 14.8rem;
    }

    .item-1-wrap {
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: column;
    }

    .top_banner {
        margin-top: 1.5rem;
        width: 16.85rem;
    }

    .top_h1 {
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 1.3rem;
        font-family: Barlow-ExtraBold;
        font-weight: 800;
        font-size: 26px;
        color: #000000;
        letter-spacing: 0;
        line-height: normal;
    }

    .mobile_button {
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-bottom: 2rem; */
    }

    .top_p {
        margin-bottom: 3rem;
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
    }

    .h1_2 {
        font-size: 1rem;
        font-weight: 800;
        color: #000000;
    }

    .apple_store {
        width: 9rem;
        margin-top: 0;
        /* margin-bottom: 1rem; */
    }

    .df {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_apple {
        margin-top: 2.2rem;
    }

    .music_icon {
        margin-top: 2.5rem !important;
    }

    .choose {
        margin-bottom: 1.7rem !important;
    }

    .choose img {
        width: 14.26rem !important;
        height: 1.06rem !important;
    }

    .item2-right p {
        width: 100% !important;
        font-size: 0.7rem !important;
        margin-bottom: 1.75rem !important;
    }

    .item-2-wrap {
        flex-direction: column;
        padding-bottom: 3rem !important;
    }

    .item2-right {
        order: 1;
    }

    .item2-left {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 2;
        width: 100%;
    }

    .item2-left img {
        width: 12.55rem !important;
    }

    .item2-right {
        padding-top: 0 !important;
    }
}

a {
    text-decoration: none;
}

p {
    margin: 0 0 10px;
}

.w {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
}

.textContent {
    text-align: left;
    padding: 2rem 2rem 4rem;
    font-size: 1rem;
    max-width: 1100px;
    background: #ffffff;
}

.textContent h1 {
    font-size: 1.8rem;
    margin: 2rem 0;
    text-align: left;
    color: #282828;
}

.textContent h2 {
    font-size: 1.4rem;
    margin: 50px 0 20px;
}

.textContent p {
    margin-top: 0;
    line-height: 1.428;
    font-size: 1rem;
}

.textContent ul {
    color: #363636;
    font-size: 0.8rem;
    list-style: none;
    padding: 0;
}

.textContent ul li {
    color: #5a5a5a;
    margin-bottom: 15px;
}

.textContent ul li h3 {
    color: #202020;
}

.textContent a {
    text-decoration: underline;
}

/* normal css */
/* Container */
@media only screen and (max-width: 750px) {
    .container {
        padding: 0 1rem;
        max-width: 750px;
        margin: 0 auto;
    }

    .container1 {
        padding: 0 1rem;
        max-width: 750px;
        margin: 0 auto;
    }

    .container3 {
        padding: 0 1rem;
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        margin: 0 auto;
    }

    .container1 {
        max-width: 1175px;
        margin: 0 auto;
    }

    .container3 {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1280px;
        margin: 0 auto;
    }

    .container1 {
        max-width: 1175px;
        margin: 0 auto;
    }

    .container3 {
        max-width: 760px;
        margin: 0 auto;
    }
}

/* Display */
.hidden {
    display: none;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

@media only screen and (max-width: 750px) {
    .flex {
        display: block;
    }
}

.grid {
    display: grid;
}

/* Position */
.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

/* Flex Direction */
.flex-row {
    flex-direction: row;
}

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

/* Flex Wrap */
.flex-wrap {
    flex-wrap: wrap;
}

/* Flex */
.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-none {
    flex: none;
}

/* Order */
.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-first {
    order: -9999;
}

.order-last {
    order: 9999;
}

/* Justify Content */
.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

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

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

/* Align Items */
.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

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

/* Padding */
.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 1rem;
}

.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.pr-1 {
    padding-left: 1rem;
}

.pl-1 {
    padding-right: 1rem;
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 1rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 1rem;
}

/* Margin */
.m-0 {
    margin: 0px;
}

.m-1 {
    margin: 1rem;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

/* Width */
.w-0 {
    width: 0px;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

/* Height */
.h-0 {
    height: 0;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

/* Font Size */
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Font Weight */
.font-100 {
    font-weight: 100;
}

.font-500 {
    font-weight: 500;
}

/* Text Alignment */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/* Text Color */
.text-transparent {
    color: transparent;
}

.text-black {
    color: rgba(0, 0, 0, 1);
}

.text-white {
    color: rgba(255, 255, 255, 1);
}

/* Text Decoration */
.underline {
    text-decoration: underline;
}

.line-through {
    text-decoration: line-through;
}

.no-underline {
    text-decoration: none;
}

/* Background Color */
.bg-transparent {
    background-color: transparent;
}

.bg-black {
    background-color: rgba(0, 0, 0, 1);
}

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}

/* Opacity */
.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

/* Cursor */
.cursor-pointer {
    cursor: pointer;
}