.global-pc .container {
    background-color: #000;
    line-height: 1.333;
}

.global-pc .container .screen-A {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.global-pc .container .module-1 {
    height: 100vh;
    position: relative;
    background-color: #000;
}

.global-pc .container .module-1 .banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.global-pc .container .module-1 .inbox {
    position: relative;
    top: -10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.global-pc .container .module-1 .tag {
    margin-top: 45vh;
    color: #bff504;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: .553px;
}

.global-pc .container .module-1 .title {
    margin-top: 10px;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(80%, #bff504));
    background: -webkit-linear-gradient(top, #fff 50%, #bff504 80%);
    background: -o-linear-gradient(top, #fff 50%, #bff504 80%);
    background: linear-gradient(180deg, #fff 50%, #bff504 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.global-pc .container .module-1 .price {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .553px;
}

.global-pc .container .module-1 .btn {
    width: 155px;
    height: 38px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 87px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    border: 1.5px solid #bff504;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.global-pc .container .module-1 .btn:hover {
    background: #bff504;
    color: #000;
}

.global-pc .container .module-2 .inbox {
    max-width: 1080px;
    padding: 0 32px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    margin: auto;
}

.global-pc .container .module-2 .inbox .title {
    margin-top: 102px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-2 .inbox .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.global-pc .container .module-2 .inbox .tip {
    margin-top: 29px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    opacity: .8;
}

.global-pc .container .module-2 .inbox .icon-box {
    margin-top: -3px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.global-pc .container .module-2 .inbox .icon-box .icon {
    margin-right: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 27px;
    width: 70px;
    height: 70px;
}

.global-pc .container .module-2 .inbox .icon-box .icon:nth-child(9n) {
    margin-right: 0;
}

.global-pc .container .module-2 .bg {
    margin-top: 14px;
    width: 100%;
    height: 781px;
}

.global-pc .container .module-3 .inbox {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-3 .inbox .title {
    margin-top: 35px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-3 .inbox .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.global-pc .container .module-3 {
    padding: 60px 0;
}

.global-pc .container .module-3 .bg {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.global-pc .container .module-4 .title {
    margin-top: 35px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-4 .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.global-pc .container .module-4 .bg {
    margin-top: 32px;
    width: 100%;
    height: 1002px;
    max-height: 80vw;
}

.global-pc .container .module-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-5 .inbox .title {
    margin-top: 189px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-5 .inbox .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.global-pc .container .module-5 .bg {
    margin: 69px auto 0 auto;
    max-width: 90%;
    width: 1000px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.global-pc .container .module-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-6 .inbox .title {
    margin-top: 230px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-6 .inbox .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.global-pc .container .module-6 .bg {
    margin: 69px auto 0 auto;
    max-width: 90%;
    width: 1000px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.global-pc .container .module-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-7 .inbox .title {
    margin-top: 230px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-7 .inbox .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.global-pc .container .module-7 .bg {
    margin: 69px auto 0 auto;
    max-width: 90%;
    width: 1000px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.global-pc .container .module-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-8 .inbox .title {
    margin-top: 230px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-8 .inbox .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.global-pc .container .module-8 .bg {
    margin: 69px auto 0 auto;
    max-width: 90%;
    width: 1000px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.global-pc .container .module-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-9 .inbox .title {
    margin-top: 230px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-9 .inbox .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.global-pc .container .module-9 .bg {
    margin: 69px auto 0 auto;
    max-width: 90%;
    width: 1000px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.global-pc .container .module-10 {
    margin-top: 180px;
    width: 100%;
    height: 1095px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.global-pc .container .module-10 .inbox {
    position: relative;
    z-index: 1;
    margin: 0;
}

.global-pc .container .module-10 .inbox .title {
    margin-top: 55px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-10 .inbox .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.global-pc .container .module-10 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1095px;
}

.global-pc .container .module-11 {
    margin-top: 180px;
    width: 100%;
    height: 1095px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.global-pc .container .module-11 .inbox {
    position: relative;
    z-index: 1;
    margin: 0;
}

.global-pc .container .module-11 .inbox .title {
    margin-top: 55px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.global-pc .container .module-11 .inbox .label {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.global-pc .container .module-11 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1095px;
}

.global-pc .container .module-12 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 50px 50px 0 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-12 .block-1 .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-12 .block-1 .top .title {
    margin-top: 140px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}

.global-pc .container .module-12 .block-1 .top .label {
    margin-top: 41px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.global-pc .container .module-12 .block-1 .top .img {
    margin-top: 22px;
    width: auto;
    height: 308px;
}

.global-pc .container .module-12 .block-1 .top .tag {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 9px;
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
}

.global-pc .container .module-12 .block-1 .top .tag:hover {
    border-color: #bfff15;
}

.global-pc .container .module-12 .block-1 .list {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.global-pc .container .module-12 .block-1 .list .item {
    margin-bottom: 80px;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.global-pc .container .module-12 .block-1 .list .item .inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-12 .block-1 .list .item .img {
    width: 80px;
    height: 80px;
}

.global-pc .container .module-12 .block-1 .list .item .label {
    margin-top: 16px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.global-pc .container .module-12 .block-1 .list .item .size {
    margin-top: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    white-space: pre-line;
    text-align: center;
}

.global-pc .container .module-12 .block-1 .list .item:nth-child(2) .label {
    padding-left: 12px;
}

.global-pc .container .module-12 .divider {
    width: 987px;
    height: 1px;
    background-color: #a1a1a1;
    margin: 100px auto 136px auto;
}

.global-pc .container .module-12 .block-2 {
    padding-bottom: 227px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-pc .container .module-12 .block-2 .qrcode {
    width: 156px;
    height: 156px;
}

.global-pc .container .module-12 .block-2 .title {
    margin-top: 32px;
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 1px;
}

.layui-layer {
    background-color: #000;
}

.layui-layer-content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}

.global-mobile .container {
    background-color: #000;
}

.global-mobile .container .screen-A {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.global-mobile .container .screen-A .wrapper {
    width: 100%;
    height: 100%;
}

.global-mobile .container .screen-A .inbox {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.32;
    position: relative;
    z-index: 1;
}

.global-mobile .container .screen-A.t1 .title {
    max-width: 933.333px;
    max-width: 58.33333rem;
    color: #fff;
    text-align: center;
    font-size: 69.333px;
    font-size: 4.33333rem;
    font-weight: 600;
    line-height: 96px;
    line-height: 6rem;
}

.global-mobile .container .screen-A.t1 .label {
    margin-top: 33.333px;
    margin-top: 2.08333rem;
    max-width: 933.333px;
    max-width: 58.33333rem;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 48px;
    line-height: 3rem;
}

.global-mobile .container .screen-A .bg {
    width: 100%;
}

.global-mobile .container .screen-A.module-1 {
    height: 1768px;
    height: 110.5rem;
    height: 100vh;
}

.global-mobile .container .screen-A.module-1 .inbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.global-mobile .container .screen-A.module-1 .inbox .tag {
    margin-top: 293.333px;
    margin-top: 18.33333rem;
    color: #bff504;
    text-align: center;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: .553px;
}

.global-mobile .container .screen-A.module-1 .inbox .title {
    margin-top: 8px;
    margin-top: .5rem;
    text-align: center;
    font-size: 69.333px;
    font-size: 4.33333rem;
    font-weight: 700;
    letter-spacing: 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(80%, #bff504));
    background: -webkit-linear-gradient(top, #fff 50%, #bff504 80%);
    background: -o-linear-gradient(top, #fff 50%, #bff504 80%);
    background: linear-gradient(180deg, #fff 50%, #bff504 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.global-mobile .container .screen-A.module-1 .inbox .price {
    margin-top: 40px;
    margin-top: 2.5rem;
    color: #fff;
    text-align: center;
    font-size: 37.333px;
    font-size: 2.33333rem;
    font-weight: 500;
    letter-spacing: .553px;
}

.global-mobile .container .screen-A.module-1 .inbox .btn {
    padding: 14.666px 40px;
    padding: .91667rem 2.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 214.666px;
    bottom: 13.41667rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    border-radius: 40px;
    border: 1.5px solid #bff504;
}

.global-mobile .container .screen-A.module-1 .inbox .btn:hover {
    background: #bff504;
    color: #000;
}

.global-mobile .container .screen-A.module-1 .bg {
    width: 100%;
    height: 100%;
}

.global-mobile .container .screen-A.module-2 {
    padding-top: 106.666px;
    padding-top: 6.66667rem;
}

.global-mobile .container .screen-A.module-2 .inbox {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-mobile .container .screen-A.module-2 .inbox .tip {
    width: 100%;
    padding: 0 80px;
    padding: 0 5rem;
    text-align: left;
    margin-top: 110.666px;
    margin-top: 6.91667rem;
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 48px;
    line-height: 3rem;
    opacity: .7;
}

.global-mobile .container .screen-A.module-2 .inbox .icon-box {
    width: 880px;
    width: 55rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.global-mobile .container .screen-A.module-2 .inbox .icon-box .icon {
    margin-right: 64px;
    margin-right: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 72px;
    margin-top: 4.5rem;
    width: 93.333px;
    width: 5.83333rem;
    height: 93.333px;
    height: 5.83333rem;
}

.global-mobile .container .screen-A.module-2 .inbox .icon-box .icon:nth-child(6n) {
    margin-right: 0;
}

.global-mobile .container .screen-A.module-2 .bg {
    margin-top: 56px;
    margin-top: 3.5rem;
    width: 100%;
    height: 857.333px;
    height: 53.58333rem;
}

.global-mobile .container .screen-A.module-3 {
    padding-top: 133.333px;
    padding-top: 8.33333rem;
}

.global-mobile .container .screen-A.module-3 .bg {
    margin-top: 93.333px;
    margin-top: 5.83333rem;
}

.global-mobile .container .screen-A.module-4 {
    padding-top: 258.666px;
    padding-top: 16.16667rem;
}

.global-mobile .container .screen-A.module-4 .bg {
    margin-top: 0;
}

.global-mobile .container .screen-A.module-5 {
    padding-top: 152px;
    padding-top: 9.5rem;
}

.global-mobile .container .screen-A.module-5 .bg {
    margin-top: 0;
}

.global-mobile .container .screen-A.module-6 {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    visibility: visible;
    touch-action: unset;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding-top: 9.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-mobile .container .screen-A.module-6 .inbox {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.global-mobile .container .screen-A.module-6 .bg {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.global-mobile .container .screen-A.module-7 {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    visibility: visible;
    touch-action: unset;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding-top: 9.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-mobile .container .screen-A.module-7 .inbox {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.global-mobile .container .screen-A.module-7 .bg {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.global-mobile .container .screen-A.module-8 {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    visibility: visible;
    touch-action: unset;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding-top: 9.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-mobile .container .screen-A.module-8 .inbox {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.global-mobile .container .screen-A.module-8 .bg {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.global-mobile .container .screen-A.module-9 {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    visibility: visible;
    touch-action: unset;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding-top: 9.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-mobile .container .screen-A.module-9 .inbox {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.global-mobile .container .screen-A.module-9 .bg {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.global-mobile .container .screen-A.module-10 {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    visibility: visible;
    touch-action: unset;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding-top: 9.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-mobile .container .screen-A.module-10 .inbox {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.global-mobile .container .screen-A.module-10 .bg {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.global-mobile .container .screen-A.module-11 {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    visibility: visible;
    touch-action: unset;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding-top: 9.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-mobile .container .screen-A.module-11 .inbox {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.global-mobile .container .screen-A.module-11 .bg {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.global-mobile .container .screen-A.module-12 {
    margin-bottom: -197.333px;
    margin-bottom: -12.33333rem;
    padding-bottom: 197.333px;
    padding-bottom: 12.33333rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 4.16667rem 4.16667rem 0 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-mobile .container .screen-A.module-12 .block-1 {
    padding-top: 176px;
    padding-top: 11rem;
    width: 80%;
}

.global-mobile .container .screen-A.module-12 .block-1 .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-mobile .container .screen-A.module-12 .block-1 .top .title {
    color: #000;
    font-size: 69.333px;
    font-size: 4.33333rem;
    font-weight: 600;
    line-height: 66.666px;
    line-height: 4.16667rem;
}

.global-mobile .container .screen-A.module-12 .block-1 .top .img {
    margin-top: 57.333px;
    margin-top: 3.58333rem;
    width: 637.565px;
    width: 39.84783rem;
    height: 426.389px;
    height: 26.64933rem;
}

.global-mobile .container .screen-A.module-12 .block-1 .top .tag {
    margin-top: 53.333px;
    margin-top: 3.33333rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10.666px 20px;
    padding: .66667rem 1.25rem;
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
}

.global-mobile .container .screen-A.module-12 .block-1 .top .tag:hover {
    border-color: #bfff15;
}

.global-mobile .container .screen-A.module-12 .block-1 .list {
    margin-top: 44px;
    margin-top: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.global-mobile .container .screen-A.module-12 .block-1 .list .item {
    margin-top: 80px;
    margin-top: 5rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.global-mobile .container .screen-A.module-12 .block-1 .list .item .inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-mobile .container .screen-A.module-12 .block-1 .list .item .img {
    width: auto;
    height: 106.666px;
    height: 6.66667rem;
}

.global-mobile .container .screen-A.module-12 .block-1 .list .item .label {
    margin-top: 29.333px;
    margin-top: 1.83333rem;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 48px;
    line-height: 3rem;
}

.global-mobile .container .screen-A.module-12 .block-1 .list .item .size {
    margin-top: 5.333px;
    margin-top: .33333rem;
    color: #000;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 48px;
    line-height: 3rem;
    white-space: pre-line;
    text-align: center;
}

.global-mobile .container .screen-A.module-12 .divider {
    margin: 133.333px 0 160px 0;
    margin: 8.33333rem 0 10rem 0;
    width: 813.333px;
    width: 50.83333rem;
    height: 0;
    border-bottom: 1px dashed rgba(167, 167, 167, .6);
}

.global-mobile .container .screen-A.module-12 .block-2 {
    width: 80%;
    padding-bottom: 162.666px;
    padding-bottom: 10.16667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global-mobile .container .screen-A.module-12 .block-2 .qrcode {
    width: 237.333px;
    width: 14.83333rem;
    height: 237.333px;
    height: 14.83333rem;
}

.global-mobile .container .screen-A.module-12 .block-2 .title {
    color: #000;
    text-align: center;
    font-size: 37.333px;
    font-size: 2.33333rem;
    font-weight: 600;
    line-height: 56px;
    line-height: 3.5rem;
    letter-spacing: 1px;
}