.woot-widget-bubble {
    display: flex !important;
}
body {
    overflow-x: hidden;
    /* user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important; */
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 84px;
    background-color: rgba(0, 0, 0, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 24px 24px 24px 0;
    transition: all .2s ease-in-out;
}

nav .nav-left-container {
    display: flex;
    align-items: center;
}

nav .nav-left-container .module-container {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

nav .nav-left-container .module-container .tools-btn {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 62px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        height: 64px;
        margin-right: 40px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        height: 64px;
        margin-right: 20px;
    }
}

nav .nav-left-container .module-container .tools-btn p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        margin-right: 24px;
        padding-left: 0px;
        font-size: 16px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        margin-right: 12px;
        padding-left: 0px;
        font-size: 13px;
    }
}

nav .nav-left-container .module-container .tools-btn img {
    margin-left: 12px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 14px;
        height: 14px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 12px;
        height: 12px;
    }
}

nav .nav-left-container .module-container a {
    text-decoration: none;
    margin-right: 62px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        margin-right: 40px;
        padding-left: 0px;
        font-size: 16px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        margin-right: 20px;
        padding-left: 0px;
        font-size: 13px;
    }
}

nav .login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 150px;
        height: 36px;
        border-radius: 8px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 130px;
        height: 30px;
        border-radius: 6px;
        font-size: 14px !important;
    }
}

nav .login-btn:hover {
    background: #ffffff;
    border-color: transparent;
    color: #000000;
}

.mbg-logo-container-index {
    padding-right: 31px;
    border-right: 1px solid #656565;
    cursor: pointer;
}

.mbg-logo-container .mbg-logo {
    width: 78.5px;
    height: 48px;
    margin-right: 21px;
}

.mbg-logo-container .mbg-text {
    width: 196.5px;
    height: 23px;
}

.container {
    width: 100%;
    height: 844px;
    /* aspect-ratio: 2.2749 / 1; */
    background: linear-gradient( 90deg, #FFF5FB 0%, #E3F2FD 51%, #FFFAED 100%);
    position: relative;
    top: 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        height: 694px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        height: 555.2px;
    }
}

.container .tools-mask {
    visibility: hidden;
    width: 100%;
    height: calc(100vh - 84px);
    position: fixed;
    top: 84px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        height: calc(100vh - 64px);
        top: 64px;
    }
}

.container .tools-container {
    width: 100%;
    max-height: 0px;
    background: #ffffff;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.container .tools-container .tools-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 42px 0px 42px 140px;
    gap: 42px;
}

.container .tools-container .tools-main .tools-one {
    display: flex;
    align-items: center;
    width: 470px;
    height: 128px;
    background: #F0F0F0;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 376px;
        height: 102.4px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 300.8px;
        height: 81.92px;
    }
}

.container .tools-container .tools-main .tools-one:hover {
    background: #cccccc;
}

.container .tools-container .tools-main .tools-one .tools-img {
    width: 216px;
    height: 104px;
    margin-right: 18px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 172.8px;
        height: 83.2px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 138.24px;
        height: 66.56px;
    }
}

.container .tools-container .tools-main .tools-one .tools-text {
    display: flex;
    flex-direction: column;
}

.container .tools-container .tools-main .tools-one .tools-text .title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 16px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 14px;
    }
}

.container .tools-container .tools-main .tools-one .tools-text .desc {
    font-weight: 400;
    font-size: 16px;
    color: #707177;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 12px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 12px;
        padding-top: 8px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 11px;
    }
}

.container .banner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1640px;
    margin: 0 auto;
    padding-top: 190px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1312px;
        padding-top: 170px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 1049.6px;
        padding-top: 150px;
    }
}

.container .banner-container .banner-main-img {
    position: absolute;
    right: -120px;
    top: 50px;
    width: 1050px;
    height: auto;
    aspect-ratio: 1098 / 911;
    z-index: 2;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 840px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 672px;
    }
}

.container .banner-container .banner-modify-img-2 {
    position: absolute;
    top: 80px;
    right: 130px;
    width: 955px;
    height: 708px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 764px;
        height: 566.4px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 611.2px;
        height: 453.12px;
    }
}

video {
    width: 100%;
    height: auto;
}

nav,
.banner {
    position: absolute;
    top: 0;
    /* padding-left: 140px; */
    z-index: 2;
}

nav {
    padding: 0 140px;
    position: fixed;
    z-index: 4;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        padding: 0 100px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        padding: 0 60px;
    }
}

.banner {
    position: relative;
    top: 0px;
    width: 45%;
}

.banner h1 {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 66px;
    color: #000000;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 48px;
        line-height: 72px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 42px;
        line-height: 58px;
    }
}

.banner .head-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 28px;
    color: #585858;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 26px;
        line-height: 38px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 22px;
        line-height: 30px;
    }
}

.banner .btn-desc {
    width: 342px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 310px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 280px;
    }
}

.banner .btn-desc img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.banner .btn-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #585858;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 342px;
    height: 65px;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #000000;
    margin-top: 62px;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 310px;
        height: 58px;
        font-size: 22px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 280px;
        height: 50px;
        font-size: 20px;
    }
}

.banner .btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

.container video {
    position: absolute;
    top: 0;
}

.industry-container {
    width: 100%;
    height: 919px;
    background: linear-gradient( 135deg, #F4FAFF 0%, #EAEBFF 100%);
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        height: 810px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        height: 648px;
    }
}

.industry-container .outer {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
    }
}

.industry-container .outer h2 {
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 38px;
        line-height: 38px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 32px;
        line-height: 32px;
    }
}

.industry-container .outer .desc {
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 10px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 16px;
        line-height: 16px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 14px;
        line-height: 14px;
    }
}

.industry-container .outer .switch-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 840px;
    padding: 12px;
    background: linear-gradient( 90deg, #E0EBFA 0%, #E2E5FF 52%, #DBDFFF 100%);
    border-radius: 36px;
    margin: 30px auto 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 800px;
        border-radius: 32px;
        padding: 10px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 700px;
        border-radius: 24px;
        padding: 6px;
    }
}

.industry-container .outer .switch-container .switch-one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 48px;
    border-radius: 24px;
    cursor: pointer;
    transition: all .1s ease-in;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 180px;
        height: 46px;
        border-radius: 24px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 160px;
        height: 38px;
        border-radius: 20px;
    }
}

.industry-container .outer .switch-container .switch-one:hover {
    background: #ffffff;
}

.industry-container .outer .switch-container .switch-chosen {
    background: #ffffff;
    cursor: default;
}

.industry-container .outer .switch-container .switch-one p {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 18px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 16px;
    }
}

.industry-container .outer .img-show-container {
    position: relative;
    width: 1440px;
    height: 520px;
    border-radius: 42px;
    margin-top: 36px;
    overflow: hidden;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
        height: 416px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
        height: 332.8px;
    }
}

.industry-container .outer .img-show-container .item-one {
    opacity: 0;
    transition: all .2s ease-in;
}

.industry-container .outer .img-show-container .active {
    opacity: 1;
}

.industry-container .outer .img-show-container .right-img, .industry-container .outer .img-show-container .left-img {
    position: absolute;
    top: 0;
    width: 1440px;
    height: 520px;
    background: #FFFAD3;
    border-radius: 42px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
        height: 416px;
        border-radius: 36px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
        height: 332.8px;
        border-radius: 32px;
    }
}

.industry-container .outer .img-show-container img {
    width: 1440px;
    height: 520px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
        height: 416px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
        height: 332.8px;
    }
}

.industry-container .outer .img-show-container .right-img {
    width: 1440px;
    height: 520px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
        height: 416px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
        height: 332.8px;
    }
}

.industry-container .outer .img-show-container .right-img .after {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 124px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 21px;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.industry-container .outer .img-show-container .left-img {
    width: 1440px;
    height: 520px;
    clip: rect(0px, 720px, 520px, 0px);
    z-index: 2;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
        height: 416px;
        clip: rect(0px, 576px, 520px, 0px);
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
        height: 332.8px;
        clip: rect(0px, 460.8px, 520px, 0px);
    }
}

.industry-container .outer .img-show-container .left-img .before {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 124px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 21px;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.industry-container .outer .img-show-container .left-img .before p, .industry-container .outer .img-show-container .right-img .after p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 18px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 16px;
    }
}

.industry-container .outer .img-show-container .dividing-line {
    width: 4px;
    height: 520px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
}

.industry-container .outer .img-show-container .dividing-circle {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    border: 4px solid #ffffff;
    backdrop-filter: blur(8.14px);
    border-radius: 50%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 64px;
        height: 64px;
    }
}

.industry-container .outer .img-show-container .dividing-circle .left-arrow {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 25px;
    left: 12px;
    width: 13.2px;
    height: 22px;
    background: transparent;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        top: 18px;
        left: 10px;
        width: 11.2px;
        height: 22px;
    }
}

.industry-container .outer .img-show-container .dividing-circle .right-arrow {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 25px;
    right: 12px;
    width: 13.2px;
    height: 22px;
    transform: rotate(180deg);
    background: transparent;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        top: 18px;
        right: 10px;
        width: 11.2px;
        height: 22px;
    }
}

.creators-container {
    width: 100%;
    background: #ffffff;
    padding-top: 80px;
}

.creators-container .outer {
    width: 1440px;
    margin: 0 auto;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
    }
}

.creators-container .outer h2 {
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.creators-container .outer .creators-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 72px;
    gap: 30px;
}

.creators-container .outer .creators-list .creator-one {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 460px;
    height: 344px;
    padding: 30px;
    border: 1px solid #cdd1e0;
    border-radius: 24px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 364px;
        height: 300px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 287.2px;
        height: 220px;
        border-radius: 12px;
        padding: 20px;
    }
}

.creators-container .outer .creators-list .creator-one .desc {
    font-weight: 400;
    font-size: 20px;
    color: #585858;
    line-height: 30px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 16px;
        line-height: 24px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 12px;
        line-height: 18px;
    }
}

.creators-container .outer .creators-list .creator-one .creator-msg {
    display: flex;
    align-content: center;
}

.creators-container .outer .creators-list .creator-one .creator-msg .header {
    width: 86px;
    height: 86px;
    margin-right: 20px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 74px;
        height: 74px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 50px;
        height: 50px;
    }
}

.creators-container .outer .creators-list .creator-one .creator-msg .name {
    display: flex;
    flex-direction: column;
}

.creators-container .outer .creators-list .creator-one .creator-msg .name .name-text {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    font-style: normal;
    text-transform: none;
    padding-top: 12px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 20px;
        line-height: 20px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 16px;
        line-height: 16px;
        padding-top: 6px;
    }
}

.creators-container .outer .creators-list .creator-one .creator-msg .name .name-desc {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    font-style: normal;
    text-transform: none;
    padding-top: 12px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 14px;
        line-height: 14px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 12px;
        line-height: 12px;
    }
}

.creators-container .outer .creators-list .creator-one .comma {
    position: absolute;
    bottom: 138px;
    right: 30px;
    width: 42px;
    height: 42px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        bottom: 118px;
        width: 34px;
        height: 34px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        bottom: 82px;
        width: 26px;
        height: 26px;
    }
}

.faq-container {
    width: 100%;
    background: #ffffff;
    padding-top: 80px;
}

.faq-container .outer {
    width: 1440px;
    margin: 0 auto;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
    }
}

.faq-container .outer h2 {
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.faq-container .outer .faq-main {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #CDD1E0;
    overflow: hidden;
}

.faq-container .outer .faq-main .faq-one {
    width: 100%;
    max-height: 90px;
    overflow: hidden;
    padding: 30px;
    border-bottom: 1px solid #CDD1E0;
    transition: all .2s ease-in;
}

.faq-container .outer .faq-main .faq-one:last-of-type {
    border-bottom: 0px;
}

.faq-container .outer .faq-main .faq-one .question-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    cursor: pointer;
}

.faq-container .outer .faq-main .faq-one .question-container:hover .question {
    transform: translateX(10px);
}

.faq-container .outer .faq-main .faq-one .question-container .question {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all .1s ease-in;
}

.faq-container .outer .faq-main .faq-one .question-container .rotate-open {
    transform: rotate(180deg);
}

.faq-container .outer .faq-main .faq-one .question-container .faq-arrow {
    width: 20px;
    height: 20px;
    transition: all .2s ease-in;
}

.faq-container .outer .faq-main .faq-one .answer {
    max-width: 1140px;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.faq-container .outer .faq-main .faq-one .answer a {
    color: #0064FF;
    text-decoration: none;
}

.faq-container .outer .faq-main .faq-one .answer a:hover {
    opacity: .7;
}

.core-container {
    width: 100%;
    background: #ffffff;

}

.core-container .outer {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
    }
}

.core-container .outer h2 {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 60px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
    }
}

.core-container .outer .one-core {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
}

.core-container .outer .one-core:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.core-container .outer .one-core:last-of-type {
    padding-bottom: 0px;
}

.one-core .text-container {
    width: 710px;
    height: 428px;
    padding: 0 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 568px;
        height: 342.4px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 454.4px;
        height: 273.92px;
    }
}

.text-container .core-head {
    display: flex;
}

.text-container .core-head img {
    width: 42px;
    height: 42px;
    margin-right: 12px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 38px;
        height: 38px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 34px;
        height: 34px;
    }
}

.text-container .core-head h2 {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 42px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 36px;
    white-space: nowrap;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 28px;
        line-height: 36px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 24px;
        line-height: 32px;
    }
}

.text-container .core-desc {
    width: 626px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    line-height: 36px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 500.8px;
        font-size: 16px;
        line-height: 32px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 400.64px;
        font-size: 14px;
        line-height: 28px;
    }
}

.text-container .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 339px;
    height: 65px;
    border-radius: 12px;
    background: #000000;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 42px;
    cursor: pointer;
    text-decoration: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 271.2px;
        height: 58px;
        font-size: 20px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 216.96px;
        height: 46px;
        font-size: 16px;
    }
}

.text-container .btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

.one-core .img-container {
    width: 710px;
    height: auto;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 568px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 454.4px;
    }
}

.explore-container {
    background: #ffffff;
}

.explore-container .outer {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 0 126px 0;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1152px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 921.6px;
    }
}

.explore-container .outer h2 {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.explore-container .outer .explore-core-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.explore-core-container .one-core {
    width: 442px;
    height: 438px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 42px;
    box-shadow: 0px 2px 24px 1px rgba(0, 0, 0, 0.1);
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 353.6px;
        height: 350.4px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 282.88px;
        height: 280.32px;
    }
}

.explore-core-container .one-core img {
    width: 100%;
    height: auto;
}

.explore-core-container .one-core h3 {
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    line-height: 88px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 32px;
        line-height: 80px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 28px;
        line-height: 70px;
    }
}

.explore-core-container .one-core .core-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 24px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 16px;
        line-height: 20px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 14px;
        line-height: 18px;
    }
}

.bottom-mix-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 428px;
    background: linear-gradient( 90deg, #EFF9FF 0%, #DDF4FA 37%, #F0EFFF 73%, #FFF7D3 100%);
    box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.1);
    border-radius: 42px;
    margin-top: 80px;
}

.bottom-mix-card h3 {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 48px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 42px;
        line-height: 42px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 36px;
        line-height: 36px;
    }
}

.bottom-mix-card .big-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    line-height: 36px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 20px;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        font-size: 30px;
        line-height: 30px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        font-size: 24px;
        line-height: 24px;
    }
}

/* .big-desc .name {
    font-weight: bold;
} */

.bottom-mix-card .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 342px;
    height: 65px;
    background: #000000;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    border-radius: 12px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    margin-top: 54px;
    text-decoration: none;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 310px;
        height: 58px;
        font-size: 22px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 280px;
        height: 50px;
        font-size: 20px;
    }
}

.bottom-mix-card .btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
}

.footer {
    width: 100%;
    height: 463px;
    background: #000000;
}

.footer .footer-bottom .msg-desc {
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 20px;
}

.footer .footer-bottom .msg-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #939393;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-right: 12px;
}

.footer .footer-bottom .msg-desc a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1640px;
    height: 407px;
    margin: 0 auto;
    padding-top: 80px;
    border-bottom: 1px solid #242424;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1312px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 1049.6px;
    }
}

.footer-container .footer-left {
    display: flex;
    flex-direction: column;
}

.footer-container .footer-left .footer-desc {
    width: 302px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 30px;
}

.footer-container .footer-left .msg-desc {
    display: flex;
    margin-top: 30px;
}

.footer-container .footer-left .msg-desc p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #939393;
    line-height: 0px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-container .footer-left .msg-desc a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 0px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    margin-left: 12px;
    cursor: pointer;
    transition: font-weight 0.2s ease;
    will-change: font-weight;
}

.footer-container .footer-left .msg-desc a:hover {
    font-weight: 600;
}

.footer-container .footer-center {
    display: flex;
    flex: 1;
    margin: 0 248px;
    justify-content: space-between;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        margin: 0 150px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        margin: 0 50px;
    }
}

.footer-container .footer-center .center-one {
    display: flex;
    flex-direction: column;
}

.footer-container .footer-center .center-one .title {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 20px;
}

.footer-container .footer-center .center-one .item {
    font-weight: 500;
    font-size: 14px;
    color: #A5A5A5;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 16px;
    text-decoration: none;
    cursor: pointer;
}

.footer-container .footer-center .center-one .item:hover {
    color: #ffffff;
}

.footer-container .footer-center .center-one .item:last-of-type {
    /* padding-bottom: 0px; */
}

.footer-container .footer-right {
    width: 184px;
    height: 247px;
}


.login-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.login-mask .login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%) translateY(-50%);
    width: 374px;
    height: 242px;
    background: #ffffff;
    box-shadow: 0px 2px 24px 1px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    padding: 30px;
}

.login-mask .login-container .close-mask {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;
}

.login-mask .login-container .close-mask svg {
    width: 16x;
    height: 16px;
}

.login-mask .login-container .close-mask:hover {
    background: rgba(0, 0, 0, .5);
}

.login-mask .login-container .close-mask:hover svg .b {
    fill: #ffffff;
}

.login-mask .login-container .title {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .login-with-google {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #000000;
    padding: 0 32px;
    cursor: pointer;
}

.login-mask .login-container .login-with-google .btn-img {
    width: 28px;
    height: 28px;
}

.login-mask .login-container .login-with-google .btn-text {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .add-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-mask .login-container .add-desc a {
    color: #0064FF;
    cursor: pointer;
    text-decoration: none;
}

.bottom-accept-cookies {
    position: fixed;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
    z-index: 10;
    background: #EDEDED;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    border-radius: 12px 12px 12px 12px;
    display: flex;
    justify-content: space-between;
    width: 1640px;
    height: 100px;
    padding: 20px;
    transition: all .3s ease-in-out;
    @media screen and ( max-width: 1640px ) and ( min-width: 1312px ) {
        width: 1312px;
    }
    @media screen and ( max-width: 1312px ) and ( min-width: 1024px ) {
        width: 1049.6px;
    }
}

.bottom-accept-cookies .text-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-accept-cookies .text-left .title {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.bottom-accept-cookies .text-left .desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #585858;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.bottom-accept-cookies .btn-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-accept-cookies .btn-right .accept-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    height: 42px;
    border-radius: 8px;
    background: #000000;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 20px;
    cursor: pointer;
}

.bottom-accept-cookies .btn-right .accept-btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4)
}

.bottom-accept-cookies .btn-right .reject-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid #000000;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.bottom-accept-cookies .btn-right .reject-btn:hover {
    background: #464646;
    border-color: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4);
    color: #ffffff;
}

@media screen and (max-width: 1200px) and (min-width: 1312px) {
    .banner h1 {
        font-size: 33px;
    }

    .banner .head-desc {
        font-size: 16px;
    }
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 1640px) and (min-width: 1312px) {
    .login-mask {
        /* 不需要调整，因为使用的是百分比和全屏 */
    }

    .login-mask .login-container {
        width: 299.2px;
        /* 374px * 0.8 */
        height: 193.6px;
        /* 242px * 0.8 */
        box-shadow: 0px 1.6px 19.2px 0.8px rgba(0, 0, 0, 0.1);
        /* 0px 2px 24px 1px * 0.8 */
        border-radius: 9.6px;
        /* 12px * 0.8 */
        padding: 24px;
        /* 30px * 0.8 */
    }

    .login-mask .login-container .close-mask {
        top: 6.4px;
        /* 8px * 0.8 */
        right: 6.4px;
        /* 8px * 0.8 */
        width: 25.6px;
        /* 32px * 0.8 */
        height: 25.6px;
        /* 32px * 0.8 */
        border-radius: 3.2px;
        /* 4px * 0.8 */
    }

    .login-mask .login-container .close-mask svg {
        width: 12.8px;
        /* 16px * 0.8 */
        height: 12.8px;
        /* 16px * 0.8 */
    }

    .login-mask .login-container .title {
        font-size: 16px;
        /* 20px * 0.8 */
        line-height: 16px;
        /* 20px * 0.8 */
    }

    .login-mask .login-container .desc {
        font-size: 11.2px;
        /* 14px * 0.8 */
        line-height: 11.2px;
        /* 14px * 0.8 */
        letter-spacing: .48px;
        /* .6px * 0.8 */
    }

    .login-mask .login-container .login-with-google {
        height: 38.4px;
        /* 48px * 0.8 */
        border-radius: 6.4px;
        /* 8px * 0.8 */
        padding: 0 25.6px;
        /* 32px * 0.8 */
    }

    .login-mask .login-container .login-with-google .btn-img {
        width: 22.4px;
        /* 28px * 0.8 */
        height: 22.4px;
        /* 28px * 0.8 */
    }

    .login-mask .login-container .login-with-google .btn-text {
        font-size: 14.4px;
        /* 18px * 0.8 */
        line-height: 14.4px;
        /* 18px * 0.8 */
        letter-spacing: .48px;
        /* .6px * 0.8 */
    }

    .login-mask .login-container .add-desc {
        font-size: 9.6px;
        /* 12px * 0.8 */
        line-height: 16px;
        /* 保持不变，因为是基于em或rem单位 */
        letter-spacing: .48px;
        /* .6px * 0.8 */
    }
}

@media screen and (max-width: 1636px) and (min-width: 1350px) {

    .bottom-accept-cookies {
        bottom: 33.6px;
        /* 42px * 0.8 */
        transform: translateX(-50%);
        border-radius: 9.6px;
        /* 12px * 0.8 */
        width: 1312px;
        /* 1640px * 0.8 */
        height: 80px;
        /* 100px * 0.8 */
        padding: 16px;
        /* 20px * 0.8 */
        transition: all .3s ease-in-out;
    }

    .bottom-accept-cookies .text-left .title {
        font-size: 19.2px;
        /* 24px * 0.8 */
        line-height: 19.2px;
        /* 24px * 0.8 */
    }

    .bottom-accept-cookies .text-left .desc {
        font-size: 12.6px;
        /* 16px * 0.8 */
        line-height: 12.6px;
        /* 16px * 0.8 */
    }

    .bottom-accept-cookies .btn-right .accept-btn,
    .bottom-accept-cookies .btn-right .reject-btn {
        width: 106.4px;
        /* 133px * 0.8 */
        height: 33.6px;
        /* 42px * 0.8 */
        border-radius: 6.4px;
        /* 8px * 0.8 */
        font-size: 12.8px;
        /* 16px * 0.8 */
        line-height: 12.8px;
        /* 16px * 0.8 */
        margin-right: 16px;
        /* 20px * 0.8 */
    }

    .bottom-accept-cookies .btn-right .accept-btn:hover,
    .bottom-accept-cookies .btn-right .reject-btn:hover {
        box-shadow: 0px 9.6px 19.2px 0.8px rgba(88, 88, 88, 0.4);
        /* 0px 12px 24px 1px * 0.8 */
    }

    .bottom-accept-cookies .btn-right .reject-btn {
        border-width: 1.6px;
        /* 2px * 0.8 */
    }
}

@media screen and (max-width: 1350px) and (min-width: 1024px) {
    .bottom-accept-cookies {
        left: 50%;
        bottom: 25.2px;
        /* 42 * 0.6 */
        transform: translateX(-50%);
        background: #EDEDED;
        box-shadow: 0px 7.2px 14.4px 0.6px rgba(88, 88, 88, 0.4);
        border-radius: 7.2px;
        width: 984px;
        /* 1640 * 0.6 */
        height: 60px;
        /* 100 * 0.6 */
        padding: 12px;
        /* 20 * 0.6 */
    }

    .bottom-accept-cookies .text-left .title {
        font-size: 14.4px;
        /* 24 * 0.6 */
        line-height: 14.4px;
        /* 24 * 0.6 */
    }

    .bottom-accept-cookies .text-left .desc {
        font-size: 9.6px;
        /* 16 * 0.6 */
        line-height: 9.6px;
        /* 16 * 0.6 */
    }

    .bottom-accept-cookies .btn-right .accept-btn {
        width: 79.8px;
        /* 133 * 0.6 */
        height: 25.2px;
        /* 42 * 0.6 */
        border-radius: 4.8px;
        /* 8 * 0.6 */
        font-size: 9.6px;
        /* 16 * 0.6 */
        line-height: 9.6px;
        /* 16 * 0.6 */
        margin-right: 12px;
        /* 20 * 0.6 */
    }

    .bottom-accept-cookies .btn-right .reject-btn {
        width: 79.8px;
        /* 133 * 0.6 */
        height: 25.2px;
        /* 42 * 0.6 */
        border-radius: 4.8px;
        /* 8 * 0.6 */
        font-size: 9.6px;
        /* 16 * 0.6 */
        line-height: 9.6px;
        /* 16 * 0.6 */
    }
}

@media screen and (max-width: 1640px) and (min-width: 1024px) {
    /* .login-mask 和 .bottom-accept-cookies 的样式调整 */

    nav .login-btn {
        width: 131.2px;
        /* 164px * 0.8 */
        height: 32px;
        /* 40px * 0.8 */
        border-radius: 6.4px;
        /* 8px * 0.8 */
        border-width: 1.6px;
        /* 2px * 0.8 */
    }

    nav {
        /* 84px * 0.8 */
        height: 64px;
        /* 80px * 0.8 */
        backdrop-filter: blur(16px);
        /* 20px * 0.8 */
        -webkit-backdrop-filter: blur(16px);
        /* 20px * 0.8 */
        /* 24px * 0.8 */
        /* 12px * 0.8 */
        transition: all .2s ease-in-out;
    }
}

.mbg-logo-nav {
    width: 66.6px !important;
    height: 38px !important;
    margin-right: 20px !important;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        width: 46.6px !important;
    }
}

.mbg-text-nav {
    width: 147px !important;
    height: 17px !important;
    @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        width: 120px !important;
    }
}

.pricing-tips {
    position: absolute;
    top: 0px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background: linear-gradient(90deg, #FFF4E3 0%, #E6D3B3 100%);
    /* @media screen and ( max-width: 1640px ) and ( min-width: 1024px ) {
        top: 64px;
    } */
}

.pricing-tips .close-tips {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 42px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 8px;
}

.pricing-tips .close-tips:hover {
    background: rgba(0, 0, 0, .5);
}

.pricing-tips .close-tips svg {
    width: 16px;
    height: 16px;
}

.pricing-tips .close-tips:hover>svg {
    fill: #ffffff;
}

.pricing-tips .tips-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-tips .tips-container img {
    width: 36px;
    height: 36px;
    margin-right: 30px;
}

.pricing-tips .tips-container p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pricing-tips .tips-container p span {
    color: #0064FF;
    cursor: pointer;
}

.pricing-tips .tips-container p span:hover {
    opacity: .7;
}


@media screen and (max-width: 1640px) and (min-width: 1312px) {
    /* .pricing-tips {
        height: 44.8px;
        top: 64px;
    } */

    .pricing-tips .close-tips {
        top: 14px;
        right: 33.6px;
        width: 28.8px;
        height: 28.8px;
    }

    .pricing-tips .close-tips svg {
        width: 12.8px;
        height: 12.8px;
    }

    .pricing-tips .tips-container img {
        width: 28.8px;
        height: 28.8px;
        margin-right: 24px;
    }
}

* {
    box-sizing: border-box;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 500;
  }
  
  :root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
  
    /* color-scheme: light dark; */
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;
  
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  body {
      height: max-content !important;
    background-color: #F0F0F0;
    font-family: 'Roboto';
  }
  
  html, body, p {
      margin: 0px !important;
      padding: 0px;
  }
  
  html {
    background: #f0f0f0 !important;
  }
  
  img {
      user-select: none;
      -webkit-user-drag: none;
  }
  
  .custom-modal-90 .ant-modal-content {
    border-radius: 12px !important;
    padding: 24px 26px 42px !important;
  }
  
  .custom-modal-90 .ant-modal-content .ant-modal-body .big-title {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  
  .custom-modal-90 .ant-modal-content .ant-modal-body .big-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 94px;
    height: 5px;
    background: linear-gradient( 270deg, #FFFFFF 0%, #CDD4DB 100%);
    border-radius: 18px 0px 0px 18px;
  }
  
  .custom-modal-90 .ant-modal-content .ant-modal-body .desc {
    font-weight: 400;
    font-size: 16px;
    color: #585858;
    line-height: 16px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 10px;
  }
  
  .custom-modal-90 .ant-modal-content .ant-modal-body .small-title {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 30px 0 10px 0;
  }
  
  .case-list .case-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .case-list .case-item .true-radio {
    display: none;
  }
  .case-list .case-item .show-radio {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin-right: 18px;
  }
  .case-list .case-item .show-radio .tick {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000000;
  }
  .case-list .case-item .show-radio .tick img {
    width: 12px;
    height: 12px;
  }
  .case-list .case-item .case-name {
    font-weight: 400;
    font-size: 16px;
    color: #585858;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .case-list .case-item:hover > .show-radio {
    border-color: #000000;
  }
  
  .other-reason {
    position: relative;
    width: 100%;
    height: 104px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
  }
  .other-reason textarea {
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    outline: none;
    box-shadow: none;
    font-family: Roboto, Roboto;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    letter-spacing: 0.6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .other-reason textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #A0A0A0;
    line-height: 14px;
    letter-spacing: 0.6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .other-reason .num-show {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #A0A0A0;
    line-height: 14px;
    letter-spacing: 0.6px;
    text-align: right;
    font-style: normal;
    text-transform: none;
  }
  .other-reason:focus-within {
    border-color: #000000;
  }
  
  .custom-modal-1 {
    z-index: 10000 !important;
  }
  
  .custom-modal-1 .ant-modal-content {
    border-radius: 12px !important;
    padding: 20px !important;
  }
  
  .custom-modal-1 .ant-modal {
    min-width: 296.8px !important;
  }
  
  .custom-modal-3 .ant-modal-content {
    border-radius: 24px !important;
    padding: 30px 20px !important;
  }
  
  .custom-modal-3 .succ-pay-img {
    width: 426px;
    height: 153px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  
  .custom-modal-3 .yes-btn {
    height: 42px;
    margin: 0 10px;
  }
  
  .custom-modal-3 .second-confirm-title {
    margin-bottom: 12px;
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    letter-spacing: .6px;
    font-style: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 0px;
  }
  
  .custom-modal-3 .second-confirm-desc {
    padding-top: 0px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
  }
  
  .custom-modal-5 .ant-modal-content {
    padding: 0px;
    border-radius: 24px;
    overflow: hidden;
  }
  
  .custom-modal-5 .ant-modal {
    min-width: 883.2px;
  }
  
  .custom-modal-5 .purchase-pop-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .custom-modal-5 .purchase-pop-container .left {
    width: 408px;
    height: 818px;
    background: linear-gradient( 180deg, #776650 0%, #030303 100%);
    border-radius: 24px 0px 0px 24px;
    padding: 30px;
  }
  
  .custom-modal-5 .purchase-pop-container .left .logo {
    margin-bottom: 42px;
  }
  
  .custom-modal-5 .purchase-pop-container .left .logo .logo-img {
    width: 58.9px;
    height: 36px;
    margin-right: 21px;
  }
  
  .custom-modal-5 .purchase-pop-container .left .logo .text {
    width: 147.36px;
    height: 17.23px;
  }
  
  .custom-modal-5 .purchase-pop-container .left .title {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  
  .custom-modal-5 .purchase-pop-container .left .feature-list {
    margin-top: 42px;
  }
  
  .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item:last-of-type {
    margin-bottom: 39px;
  }
  
  .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
  }
  
  .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  
  .custom-modal-5 .purchase-pop-container .left .bg {
    width: 100%;
    height: auto;
  }
  
  .custom-modal-5 .purchase-pop-container .right {
    flex: 1;
    height: 818px;
    padding: 76px 30px 43px;
  }
  
  .custom-modal-5 .purchase-pop-container .close-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .plan-chosen-style {
    background: #000 !important;
    border-color: #000 !important;
  }
  
  .plan-chosen-border-style {
    border-color: #A58B67 !important;
  }
  
  .custom-modal-5 .purchase-pop-container .close-mask:hover {
    background: rgba(0, 0, 0, .5);
  }
  
  .custom-modal-5 .purchase-pop-container .close-mask svg {
    width: 20px;
    height: 20px;
  }
  
  .custom-modal-5 .purchase-pop-container .close-mask:hover svg .b {
    fill: #ffffff;
  }
  
  .custom-modal-5 .purchase-pop-container .right .title {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 20px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .desc {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    letter-spacing: .6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 26px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .purchase-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    background: #000;
    border-radius: 14px;
    cursor: pointer;
  }
  
  @keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
  }
  
  .custom-modal-5 .purchase-pop-container .right .purchase-btn .loading {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    animation: spin 1s linear infinite;
  }
  
  .custom-modal-5 .purchase-pop-container .right .purchase-btn:hover {
    background: #464646;
    box-shadow: 0px 12px 24px 1px rgba(88,88,88,0.4);
  }
  
  .custom-modal-5 .purchase-pop-container .right .purchase-btn p {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  
  .custom-modal-5 .purchase-pop-container .right .purchase-btn p .curr-price {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    padding-right: 12px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .purchase-btn p .ori-price {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing: .6px;
    text-align: right;
    font-style: normal;
    text-decoration-line: line-through;
    text-transform: none;
  }
  
  .custom-modal-5 .purchase-pop-container .right .tip {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #707177;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 12px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 84px;
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    border: 2px solid #ADADAD;
    padding: 17px 30px;
    margin-bottom: 12px;
    cursor: pointer;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one:hover {
    border-color: #A58B67;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one:last-of-type {
    margin-bottom: 20px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .most-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 148px;
    height: 17px;
    background: linear-gradient(180deg, #B59971 0%, #937347 100%);
    border-radius: 0px 12px 0px 14px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .most-pop p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module {
    display: flex;
    align-items: center;
    justify-self: center;
    flex: 3;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module input {
    display: none;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module .custom-radio {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ADADAD;
    cursor: pointer;
    margin-right: 20px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module .custom-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module p span {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 12px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .save-module {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 38px;
    background: #A58B67;
    border-radius: 24px 24px 24px 24px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .save-module p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .price-module {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    flex: 2;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .price-module .price {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-bottom: 2px;
  }
  
  .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .price-module .unit-price {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  
  .custom-modal-4 .ant-modal-content {
    background: linear-gradient( 90deg, #FFFCF5 0%, #FFEFFB 52%, #D8E7FF 100%);
    border-radius: 12px;
    padding: 53px 0 30px;
  }
  
  .custom-modal-4 .second-confirm-title {
    position: relative;
    z-index: 2;
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 41px;
    margin-bottom: 0px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(135deg, #9D55FF, #CF56FC, #FF951A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  
  .custom-modal-4 .smile {
    position: absolute;
    top: 43px;
    left: 0;
    width: 174px;
    height: 174px;
  }
  
  .custom-modal-4 .left {
    position: absolute;
    top: 30px;
    left: 113px;
    width: 67.68px;
    height: 51.88px;
  }
  
  .custom-modal-4 .right {
    position: absolute;
    top: 22px;
    right: 95px;
    width: 84.1px;
    height: 67.57px;
  }
  
  .custom-modal-4 .second-confirm-desc {
    width: 438px;
    margin: 0 auto !important;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    letter-spacing: .6px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 0px;
  }
  
  .custom-modal-4 .btn-container {
    width: 347px;
    height: 42px;
    margin: 30px auto 0px;
  }
  
  .btn-not-click-modal .yes-btn {
    background: #D3D3D3 !important;
    color: #A7A7A7 !important;
    pointer-events: none !important;
  }
  
  .custom-modal-2 .ant-modal-content {
    border-radius: 24px !important;
    padding: 24px !important;
    @media screen and ( max-width: 1536px ) and ( min-width: 1025px ) {
      border-radius: calc(24px * 0.8) !important;
      padding: calc(24px * 0.8) !important;
    }
  }
  
  .custom-modal-90 .close-feedback {
    position: absolute;
    top: 18px;
    right: 24px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .custom-modal-90 .close-feedback:hover {
    opacity: .7;
  }
  
  .custom-modal-90 .close-feedback img {
    width: 24px;
    height: 24px;
  }
  
  .ant-progress {
    position: absolute;
    bottom: -8px;
    left: 0;
    border-radius: 0px;
  }
  
  .ant-progress-inner {
    border-radius: 0px !important;
  }
  
  .ant-progress-bg {
    border-radius: 0px !important;
  }
  
  .ant-skeleton.ant-skeleton-element .ant-skeleton-image {
    width: 122px;
    height: 122px;
    border-radius: 12px;
  }
  
  @keyframes from-left {
    0% {
      left: -680px;
    }
    12.5% {
      left: -595px;
    }
    25% {
      left: -510px;
    }
    37.5% {
      left: -425px;
    }
    50% {
      left: -340px;
    }
    62.5% {
      left: -255px;
    }
    75% {
      left: -170px;
    }
    87.5% {
      left: -85px;
    }
    100% {
      left: 0px;
    }
  }
  
  @keyframes from-right {
    0% {
      transform: scale(0.25) translateX(-205%);
    }
    4.25% {
      transform: scale(0.28125) translateX(-186.34%);
    }
    8.5% {
      transform: scale(0.3125) translateX(-163.67%);
    }
    12.75% {
      transform: scale(0.34375) translateX(-150%);
    }
    17% {
      transform: scale(0.375) translateX(-133.33%);
    }
    21.25% {
      transform: scale(0.40625) translateX(-125%);
    }
    25.5% {
      transform: scale(0.4375) translateX(-116.67%);
    }
    29.75% {
      transform: scale(0.46875) translateX(-108.34%);
    }
    34% {
      transform: scale(0.5) translateX(-100%);
    }
    38% {
      transform: scale(0.53125) translateX(-95%);
    }
    42% {
      transform: scale(0.5625) translateX(-90%);
    }
    46% {
      transform: scale(0.59375) translateX(-85%);
    }
    50% {
      transform: scale(0.625) translateX(-80%);
    }
    54.25% {
      transform: scale(0.65625) translateX(-76.67%);
    }
    58.5% {
      transform: scale(0.6875) translateX(-73.34%);
    }
    62.75% {
      transform: scale(0.71875) translateX(-70%);
    }
    67% {
      transform: scale(0.75) translateX(-66.67%);
    }
    71.25% {
      transform: scale(0.78125) translateX(-64.29%);
    }
    75.5% {
      transform: scale(0.8125) translateX(-61.91%);
    }
    79.75% {
      transform: scale(0.84375) translateX(-59.53%);
    }
    84% {
      transform: scale(0.875) translateX(-57.14%);
    }
    88% {
      transform: scale(0.90625) translateX(-55.36%);
    }
    92% {
      transform: scale(0.9375) translateX(-53.57%);
    }
    96% {
      transform: scale(0.96875) translateX(-51.79%);
    }
    100% {
      transform: scale(1) translateX(-50%);
    }
  }
  
  .slick-slide.slick-active.slick-current >div {
    display: flex !important;
    justify-content: center !important;
  }
  
  .ant-spin-lg .ant-spin-dot {
    font-size: 40px;
  }
  
  .ant-spin-lg .ant-spin-dot i {
    width: 18px;
    height: 18px;
  }
  
  .ant-spin .ant-spin-dot-item {
    /* background: #ffffff; */
  }
  
  :where(.css-dev-only-do-not-override-17yhhjv).ant-spin-nested-loading > div > .ant-spin {
    max-height: none; /* 删除 max-height */
  }
  
  .ant-spin-show-text .ant-spin-text {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
  }
  
  .ant-spin-show-text .ant-spin-text {
    color: #5da0ff;
  }
  
  /* 当屏幕宽度在1025px到1536px之间时应用的样式 */
  @media screen and (max-width: 1536px) and (min-width: 1025px) {
    .custom-modal-1 .ant-modal-content {
      border-radius: calc(12px * 0.8) !important;
      padding: calc(20px * 0.8) !important;
    }
  
    .custom-modal-2 .ant-modal-content {
      border-radius: calc(24px * 0.8); /* 19.2px */
      padding: calc(24px * 0.8); /* 19.2px */
    }
  
    .ant-progress {
      bottom: calc(-8px * 0.8); /* -6.4px */
    }
  
    .ant-skeleton.ant-skeleton-element .ant-skeleton-image {
      width: calc(122px * 0.8); /* 97.6px */
      height: calc(122px * 0.8); /* 97.6px */
      border-radius: calc(12px * 0.8); /* 9.6px */
    }
  
    @keyframes from-left {
      0% {
        left: calc(-680px * 0.8); /* -544px */
      }
      12.5% {
        left: calc(-595px * 0.8); /* -476px */
      }
      25% {
        left: calc(-510px * 0.8); /* -408px */
      }
      37.5% {
        left: calc(-425px * 0.8); /* -340px */
      }
      50% {
        left: calc(-340px * 0.8); /* -272px */
      }
      62.5% {
        left: calc(-255px * 0.8); /* -204px */
      }
      75% {
        left: calc(-170px * 0.8); /* -136px */
      }
      87.5% {
        left: calc(-85px * 0.8); /* -68px */
      }
      100% {
        left: 0px;
      }
    }
    
    .ant-spin-lg .ant-spin-dot {
      font-size: calc(40px * 0.8); /* 32px */
    }
  
    .ant-spin-lg .ant-spin-dot i {
      width: calc(18px * 0.8); /* 14.4px */
      height: calc(18px * 0.8); /* 14.4px */
    }
  
    .ant-spin-show-text .ant-spin-text {
      font-size: calc(20px * 0.8); /* 16px */
    }
  }
  
  .second-confirm-title {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0px;
  }
  
  .second-confirm-desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    letter-spacing: 0.6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 20px;
  }
  
  .btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  
  .btn-container .yes-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 156px; */
    flex: 1;
    height: 42px;
    background: #000000;
    border: 2px solid transparent;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .btn-container .yes-btn:hover {
    opacity: 0.7;
  }
  
  .btn-container .cancel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 156px; */
    flex: 1;
    height: 40px;
    background: #ffffff;
    border: 2px solid #000000;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 19px;
  }
  
  .btn-container .cancel-btn:hover {
    opacity: 0.7;
  }
  
  
  @media screen and (max-width: 1536px) and (min-width: 1025px) {
    .second-confirm-title {
      font-size: calc(20px * 0.8);
      letter-spacing: calc(0.6px * 0.8);
    }
  
    .second-confirm-desc {
      font-size: calc(16px * 0.8);
      line-height: calc(24px * 0.8);
      letter-spacing: calc(0.6px * 0.8);
      padding-top: calc(20px * 0.8);
    }
  
    .btn-container {
      margin-top: calc(30px * 0.8);
    }
  
    /* .btn-container .yes-btn,
    .btn-container .cancel-btn {
      width: calc(156px * 0.8);
      height: calc(40px * 0.8);
      font-size: calc(18px * 0.8);
      border-radius: calc(8px * 0.8);
    }
  
    .custom-modal-3 .yes-btn {
      width: 100%;
      height: 52px;
      font-size: 18px;
      border-radius: 8px;
    } */
  }
  
  @media screen and (max-width: 1536px) and (min-width: 1401px) {
    .custom-modal-5 .purchase-pop-container .right .purchase-btn .loading {
      width: 25.6px;
      height: 25.6px;
      margin-right: 16px;
      /* 动画属性保持不变 */
    }
  
    .custom-modal-5 .purchase-pop-container .right .purchase-btn p,
    .custom-modal-5 .purchase-pop-container .right .purchase-btn p .curr-price {
      font-size: 19.2px;
      line-height: 19.2px;
      letter-spacing: .48px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .purchase-btn p .ori-price {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: .48px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .tip {
      font-size: 14.4px;
      line-height: 14.4px;
      letter-spacing: .48px;
      padding-top: 9.6px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one {
      height: 67.2px;
      padding: 13.6px 24px;
      border: 1.6px solid #ADADAD;
      margin-bottom: 9.6px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one:last-of-type {
      margin-bottom: 16px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .most-pop {
      width: 118.4px;
      height: 13.6px;
      border-radius: 0px 9.6px 0px 11.2px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .most-pop p {
      font-size: 9.6px;
      line-height: 9.6px;
      letter-spacing: .48px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module .custom-radio {
      width: 24px;
      height: 24px;
      margin-right: 16px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module .custom-radio::after {
      width: 11.2px;
      height: 11.2px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module p {
      font-size: 14.4px;
      line-height: 14.4px;
      letter-spacing: .48px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .plan-module p span {
      font-size: 19.2px;
      line-height: 19.2px;
      margin-right: 9.6px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .save-module {
      width: 91.2px;
      height: 30.4px;
      border-radius: 19.2px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .save-module p {
      font-size: 14.4px;
      line-height: 14.4px;
      letter-spacing: .48px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .price-module .price {
      font-size: 19.2px;
      line-height: 19.2px;
      padding-bottom: 1.6px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .plan-list .plan-one .price-module .unit-price {
      font-size: 14.4px;
      line-height: 14.4px;
      letter-spacing: .48px;
    }
  
    .custom-modal-5 .purchase-pop-container .close-mask svg {
      width: 16px;
      height: 16px;
    }
  
    .custom-modal-5 .purchase-pop-container .right .title {
      font-size: 24px; /* 30 * 0.8 */
      line-height: 24px; /* 30 * 0.8 */
      padding-bottom: 16px; /* 20 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .right .desc {
      font-size: 16px; /* 20 * 0.8 */
      line-height: 16px; /* 20 * 0.8 */
      padding-bottom: 20.8px; /* 26 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .right .purchase-btn {
      height: 57.6px; /* 72 * 0.8 */
      border-radius: 11.2px; /* 14 * 0.8 */
    }
  
    .custom-modal-5 .ant-modal-content {
      border-radius: 19.2px; /* 24 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left {
      width: 326.4px; /* 408 * 0.8 */
      height: 654.4px; /* 818 * 0.8 */
      border-radius: 19.2px 0px 0px 19.2px; /* 24 * 0.8 */
      padding: 24px; /* 30 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left .logo {
      margin-bottom: 33.6px; /* 42 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left .logo .logo-img {
      width: 47.12px; /* 58.9 * 0.8 */
      height: 28.8px; /* 36 * 0.8 */
      margin-right: 16.8px; /* 21 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left .logo .text {
      width: 117.888px; /* 147.36 * 0.8 */
      height: 13.784px; /* 17.23 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left .title {
      font-size: 18.4px; /* 23 * 0.8 */
      line-height: 19.2px; /* 24 * 0.8 */
      letter-spacing: .48px; /* .6 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left .feature-list {
      margin-top: 33.6px; /* 42 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item {
      margin-bottom: 24px; /* 30 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item:last-of-type {
      margin-bottom: 31.2px; /* 39 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item img {
      width: 19.2px; /* 24 * 0.8 */
      height: 19.2px; /* 24 * 0.8 */
      margin-right: 16px; /* 20 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .left .feature-list .feature-item p {
      font-size: 16px; /* 20 * 0.8 */
      line-height: 16px; /* 20 * 0.8 */
      letter-spacing: .48px; /* .6 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .right {
      height: 654.4px; /* 818 * 0.8 */
      padding: 60.8px 24px 34.4px; /* 76 * 0.8, 30 * 0.8, 43 * 0.8 */
    }
  
    .custom-modal-5 .purchase-pop-container .close-mask {
      top: 24px; /* 30 * 0.8 */
      right: 24px; /* 30 * 0.8 */
      width: 28.8px; /* 36 * 0.8 */
      height: 28.8px; /* 36 * 0.8 */
      border-radius: 3.2px; /* 4 * 0.8 */
    }
  }
  
  .woot-widget-bubble {
    display: none;
  }
  
  .ant-dropdown { 
    position: fixed !important;
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
    padding: 16px !important;
  }
  
  /* .klaro .cookie-notice:not(.cookie-modal-notice) {
    background-color: #ededed !important;
    box-shadow: 0px 12px 24px 1px rgba(88, 88, 88, 0.4) !important;
  }
  
  .klaro .cookie-notice p {
    color: #585858 !important;
  } */
  
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    max-width: 600px !important;
    right: 92px !important;
  }
  