* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'ProximaNova-R';
    src: url('../fonts/ProximaNova-Regular.otf');
}

@font-face {
    font-family: 'ProximaNova-B';
    src: url('../fonts/ProximaNova-Bold.otf');
}

@font-face {
    font-family: 'SourceHan-N';
    src: url('../fonts/sy_normal_Logo_Font_VI.otf');
}

@font-face {
    font-family: 'SourceHan-B';
    src: url('../fonts/sy_black_Logo_Font_VI.otf');
}

@font-face {
    font-family: 'Itc';
    src: url('../fonts/itc-garamond-book-condensed_Logo_Font_VI.otf');
}

body {
    width: 100vw;
    height: 100vh;
    color: #151415;
    /* letter-spacing: .05em; */
    line-height: 1.5;
    display: none;
    font-family: 'SourceHan-N';
}

body.mobile {
    padding: calc((100vh - 812px) / 2) calc((100vw - 375px) / 2);
    background-color: #000;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
}

main {
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
}

span.en-font {
    font-family: 'ProximaNova-R';
}

span.nowrap {
    white-space: nowrap;
}

span.en-font-b {
    font-family: 'ProximaNova-B';
}

span.nu-font {
    font-family: 'Itc';
}

.loading-page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    /* display: none; */
}

.loading-page .loading-svg {
    position: relative;
    width: 1rem;
}

.loading-page .loading-svg svg {
    position: relative;
    z-index: 3;
}

.loading-page .loading-svg .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-page .icon-scope {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.loading-page .icon-scope img {
    opacity: 0;
}

.loading-page .icon-scope .img-1 {
    position: absolute;
    left: 30%;
    top: -17%;
    transform: translateY(120%);
}

.loading-page .icon-scope .img-2 {
    position: absolute;
    left: 82%;
    transform: translateX(-100%) translateY(100%);
}

.loading-page .icon-scope .img-3 {
    position: absolute;
    top: 59%;
    left: 96%;
    transform: translateX(-100%) translateY(-100%);
}

.loading-page .icon-scope .img-4 {
    position: absolute;
    top: 72%;
    left: 90%;
    transform: translateX(-100%) translateY(-100%);
}

.loading-page .icon-scope .img-5 {
    position: absolute;
    top: 72%;
    left: -10%;
    transform: translateX(100%) translateY(-100%);
}

.loading-page .progress {
    margin-top: .3rem;
    color: #737B82;
}

.loading-page .font-prompt {
    position: absolute;
    top: .8rem;
    width: 80%;
    border: 1px solid #c1c1c1;
    border-radius: .2rem;
    padding: .2rem .1rem;
    font-size: .16rem;
    text-align: center;
    font-family: 'none';
    /* display: none;
    opacity: 0; */
}

.loading-page .font-prompt.animate {
    animation: flickerAn 4s linear alternate infinite;
}

.loading-page .font-prompt .en-font {
    font-family: 'none';
    /* opacity: 0; */
}

.page-main {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.black-dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    opacity: 0;
    visibility: hidden;
}

.black-dialog .dialog-main {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: .4rem;
    /* margin-bottom: .6rem; */
    margin-bottom: 1rem;
    padding-bottom: .75rem;
    background-color: #fff;
    border-radius: .2rem;
    opacity: 0;
}

.black-dialog .dialog-main .pic {
    position: relative;
    overflow: hidden;
    padding-top: .34rem;
    padding-bottom: .4rem;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}

.black-dialog .dialog-main .pic::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3.98rem;
    height: 3.98rem;
    background-color: #F1F2F3;
    border-radius: 50%;
}

.black-dialog .dialog-main .pic img {
    position: relative;
    z-index: 2;
    width: 1.03rem;
    margin-left: .86rem;
}

.black-dialog .dialog-main .text {
    margin-top: .25rem;
    font-size: .14rem;
    text-align: center;
}

.black-dialog .dialog-main .close-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #737B82;
}

.black-dialog .dialog-main .close-btn img {
    max-width: 80%;
    max-height: 80%;
}

.global-top {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0 5%;
    padding-top: .19rem;
}

.global-top .music-btn {
    position: relative;
    opacity: 0;
    visibility: hidden;
    width: .4rem;
    height: .4rem;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 3px #c1c1c1;
}

.global-top .music-btn img {
    width: 100%;
}

.global-top .sign-logo {
    position: relative;
    opacity: 0;
    visibility: hidden;
    width: .8rem;
    height: .8rem;
}

.global-top .sign-logo .bg {
    width: 100%;
}

.global-top .sign-logo .bg {
    animation: rotate360 40s infinite linear;
}

.global-top .sign-logo .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32%;
}

.global-top .close-btn {
    position: relative;
    opacity: 0;
    visibility: hidden;
    display: flex;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #151415;
}

.global-top .close-btn img {
    margin: auto;
}

@keyframes rotate360 {
    100% {
        /* rotate: 360deg; */
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateReverse360 {
    100% {
        rotate: -360deg;
    }
}

.global-btn {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.global-btn-main {
    display: inline-flex;
    justify-content: center;
    min-width: 1.8rem;
    padding: .1rem .3rem;
    border-radius: 100000px;
    background-color: #151415;
    font-size: .14rem;
    color: #fff;
    font-family: 'SourceHan-B';
}

.global-btn img {
    width: .175rem;
    margin-left: .08rem;
}

.global-btn.disabled .global-btn-main {
    background-color: rgb(208, 208, 208);
}

.dialogue {
    position: fixed;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    display: none;
    opacity: 0;
    visibility: hidden;

    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.dialogue::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.dialogue .dialogue-bottom {
    position: relative;
    width: 100%;
    padding: 0 9.4%;
    padding-bottom: .2rem;
}

.dialogue .dialogue-bottom .dialogue-content {
    position: relative;
    width: 100%;
}

.dialogue .dialogue-bottom .current-text,
.dialogue .dialogue-bottom .next-text {
    position: absolute;
    top: 0;
    /* left: 0; */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.dialogue .dialogue-bottom .dialogue-text-main {
    display: inline-block;
    /* padding: .13rem .17rem; */
    background-color: #fff;
    border-radius: .2rem;
}


.dialogue .dialogue-text {
    position: relative;
    /* padding: .13rem .17rem;
    background-color: #fff;
    border-radius: .2rem; */
    font-size: .14rem;
    line-height: 1.8;
    text-align: justify;
    opacity: 0;
    text-align: center;
}

.dialogue .dialogue-text::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    /* border: .52rem solid transparent; */
    border: .25rem solid transparent;
    border-top: .08rem solid #fff;
}

.dialogue .dialogue-bottom .dialogue-text-main-content {
    padding: .13rem .17rem;
    text-align: left;
}


.dialogue .dialogue-bottom .dialogue-text-main-content p:not(:last-child) {
    margin-bottom: .2rem;
}

.dialogue .dialogue-text-content .dialogue-prompt {
    margin-top: .16rem;
    text-align: center;
    font-size: .1rem;
    color: #fff;
    opacity: 0;
}

.dialogue .dialogue-text-content .dialogue-prompt span {
    color: #FF0000;
}

.dialogue .svg-person {
    position: relative;
    z-index: 2;
    width: .66rem;
    /* padding-left: .1rem; */
    margin: 0 auto;
}

.dialogue .svg-person img {
    width: 100%;
    opacity: 0;
}

.dialogue .dialogue-wave {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
}

.dialogue .dialogue-wave .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .22rem;
    height: .22rem;
    background-color: #fff;
    border-radius: 50%;
}

.dialogue .dialogue-wave .red-dot {
    width: .6rem;
    height: .6rem;
    background-color: #CF0A2C;
    border-radius: 50%;
}

.dialogue .dialogue-wave .circle-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .36rem;
    height: .36rem;
    border: 1px solid #ffffff80;
    border-radius: 50%;
}

.dialogue .dialogue-wave .circle-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .48rem;
    height: .48rem;
    border: 1px solid #ffffff80;
    border-radius: 50%;
}

.dialogue .dialogue-wave .circle-solid-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    /* width: .8rem;
    height: .8rem; */
    width: .6rem;
    height: .6rem;
    background-color: #ffffff60;
    border-radius: 50%;
    animation: scale1_5x 3s linear infinite;
}

.dialogue .dialogue-wave .circle-solid-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    /* width: 1rem;
    height: 1rem; */
    width: .6rem;
    height: .6rem;
    background-color: #ffffff60;
    border-radius: 50%;
    animation: scale1_5x 3s linear 1.5s infinite;
}

.dialogue .dialogue-text-main .dialogue-icon {
    position: relative;
    width: 100%;
    /* padding: .2rem; */
    padding-top: .2rem;
    padding-bottom: .18rem;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    overflow: hidden;
}

.dialogue .dialogue-text-main .dialogue-icon.no {
    display: none;
}

.dialogue .dialogue-text-main .dialogue-icon::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3.98rem;
    height: 3.98rem;
    background-color: #F1F2F3;
    border-radius: 50%;
}

.dialogue .dialogue-pic {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .8rem;
    /* height: .8rem; */
    margin: 0 auto;
    border-radius: 50%;
    /* border: .05rem solid rgb(185, 189, 192);
    background-color: #CF0A2C; */
    /* overflow: hidden; */
}

.dialogue .dialogue-pic img {
    width: 100%;
    /* width: .25rem;
    margin-top: 60%; */
}

.dialogue .dialogue-title {
    position: relative;
    z-index: 2;
    margin-top: .1rem;
    font-family: 'SourceHan-B';
    font-size: .14rem;
    color: #CF0A2C;
    text-align: center;
}

@keyframes scale1_5x {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.depot-prompt {
    position: fixed;
    bottom: .9rem;
    right: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    padding: .05rem;
    background-color: rgb(185, 189, 192);
    border-top-left-radius: 10000px;
    border-bottom-left-radius: 10000px;
    font-size: .12rem;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    font-family: 'SourceHan-B';
}

.depot-prompt .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: .3rem;
    height: .3rem;
    margin-right: .08rem;
    background-color: #CF0A2C;
    border-radius: 50%;
}

.depot-prompt .icon img {
    margin-top: .2rem;
}

@keyframes flickerAn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}


.clear-cache-btn {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    background: #ff0000;
    color: #fff;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}



/* 协议 */
.black-dialog .policy-dialog.dialog-main {
    padding: 0;
}

.black-dialog .policy-dialog.dialog-main .pic {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0.15rem;
    padding-bottom: .2rem;
    border-radius: 0;
    border: none;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    background-color: inherit;
    text-align: center;
}

.black-dialog .policy-dialog.dialog-main .pic::before {
    display: block;
    width: 3.98rem;
    height: 3rem;
}

.policy-dialog .pic p {
    position: relative;
    text-align: center;
    font-family: 'SourceHan-B';
    font-size: .2rem;
    color: #CF0A2C;
}

.black-dialog .policy-dialog.dialog-main {
    padding-bottom: .25rem;
}

.black-dialog .policy-dialog .text {
    width: 96%;
    height: 40vh;
    overflow: auto;
    padding: 0 4%;
    padding-top: .1rem;
    margin: 0 auto;
    margin-top: .1rem;
    text-align: justify;
}

.black-dialog .policy-dialog .text::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.black-dialog .policy-dialog .text::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.black-dialog .policy-dialog .text::-webkit-scrollbar-thumb {
    background: #CF0A2C;
    border-radius: 6px;
}

.black-dialog .policy-dialog .text::-webkit-scrollbar-thumb:hover {
    background: #CF0A2C;
}

.black-dialog .policy-dialog a {
    word-break: break-all;
}

.black-dialog .policy-dialog .text p {
    margin-bottom: .2rem;
}

.black-dialog .policy-dialog .text .s-title {
    font-family: 'SourceHan-B';
    font-size: .16rem;
}

.black-dialog .policy-dialog .text p.not-bottom {
    margin-bottom: .05rem;
}

.black-dialog .policy-dialog .text p.need-top {
    margin-top: .15rem;
}

.black-dialog .policy-dialog .text .need-bottom {
    margin-bottom: .15rem;
}

.black-dialog .policy-dialog .text ul {
    margin-left: .2rem;
    margin-bottom: .05rem;
}

.black-dialog .policy-dialog .text ol {
    margin-left: .2rem;
    margin-bottom: .05rem;
}

.black-dialog .policy-dialog .text li {
    margin-bottom: .05rem;
}

.black-dialog .policy-dialog .text ul.more-level,
.black-dialog .policy-dialog .text ol.more-level {
    list-style: none;
    margin-left: 0;
}

.black-dialog .policy-dialog .text ol.not-list-style {
    list-style: none;
}

.black-dialog .policy-dialog .bottom p {
    margin-bottom: 0;
}

.black-dialog .policy-dialog .policy-explain {
    margin-top: .2rem;
}

.black-dialog .policy-dialog .policy-explain .policy-title {
    text-align: center;
    font-family: 'SourceHan-B';
}

.black-dialog .policy-dialog .policy-explain .policy-title p {
    margin-bottom: 0;
}

.black-dialog .policy-dialog .policy-explain .table-content {
    width: 100%;
    overflow: auto;
}

/* 针对WebKit浏览器 */
.black-dialog .policy-dialog .policy-explain .table-content::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.black-dialog .policy-dialog .policy-explain .table-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.black-dialog .policy-dialog .policy-explain .table-content::-webkit-scrollbar-thumb {
    background: #CF0A2C;
    border-radius: 6px;
}

.black-dialog .policy-dialog .policy-explain .table-content::-webkit-scrollbar-thumb:hover {
    background: #CF0A2C;
}

.black-dialog .policy-dialog .policy-explain .table-content table {
    width: max-content;
    border-collapse: collapse;
    border-spacing: 0px;
}

.black-dialog .policy-dialog .policy-explain .table-content thead tr th:nth-child(1) {
    width: 70px;
}

.black-dialog .policy-dialog .policy-explain .table-content thead tr th:nth-child(2) {
    width: 100px;
}

.black-dialog .policy-dialog .policy-explain .table-content thead tr th:nth-child(3) {
    width: 170px;
}

.black-dialog .policy-dialog .policy-explain .table-content thead tr th:nth-child(4) {
    width: 170px;
}

.black-dialog .policy-dialog .policy-explain .table-content thead tr th:nth-child(5) {
    width: 230px;
}

.black-dialog .policy-dialog .policy-explain .table-content table th {
    padding: .1rem .2rem;
    border: 1px solid #000;
    text-align: center;
}

.black-dialog .policy-dialog .policy-explain .table-content table td {
    padding: .1rem .2rem;
    border: 1px solid #000;
    text-align: left;
}

.black-dialog .policy-dialog .policy-explain .table-content table td p {
    margin-bottom: .05rem;
}

.black-dialog .policy-dialog .global-btn {
    margin-top: .2rem;
}

.black-dialog .policy-dialog .text ul p,
.black-dialog .policy-dialog .text ol p {
    margin-bottom: .05rem;
}

audio {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0;
}