@charset "UTF-8";

/*! Project:fe-mxdzz-185261, Create:FWS 2023.09.15 11:03, Update:FWS 2024.11.20 11:43 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: -apple-system, Tahoma, "Microsoft YaHei", "WenQuanYi Micro Hei", "PingFang SC", Helvetica, arial;
    vertical-align: baseline
}

html {
    font-size: 100px;
    line-height: 1
}

body {
    font-size: 50px
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.g-navs .m-navs a {
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

a {
    color: #805023;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

body {
    color: #805023;
    font-size: .14rem;
    background: #252525

}

input {
    outline: 0
}

html * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #c8c8c8;
    font-size: .22rem
}

#g-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 100
}

#root {
    width: 100%;
    height: 100%
}

.wrap{
    overflow: scroll;
}

.g-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    pointer-events: none;
    -webkit-animation: fadeInDown .3s ease-in both;
    animation: fadeInDown .3s ease-in both
}

.g-footer {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    height: 20vh;
    padding: .3rem 0 .1rem;
    background: #252525;
    text-align: center;
    color: #636363;
    font-size: .14rem;
    line-height: 1.5;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 2000;
}

.g-footer.animate {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.g-footer .m-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #636363
}

.g-footer .m-links a:hover {
    text-decoration: underline
}

.g-footer .u-advice {
    margin: .2rem 0 .05rem
}

.g-footer .u-company {
    margin-top: .1rem
}

.g-footer .u-police {
    display: inline-block;
    width: 1.26rem;
    height: .48rem;
    margin-left: 10px;
    background: url(https://sy-cdnres.unionsy.com/platform/media/web/v2/images/IP-police.png) no-repeat;
    background-size: 100% auto
}

.g-navs {
    position: fixed;
    left: .1rem;
    top: 50%;
    z-index: 30;
    width: 1.89rem;
    height: 3.37rem;
    background-image: url(../images/navbg.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
    margin-top: -2.8rem;
    -webkit-animation: fadeInLeft .6s ease-out .4s both;
    animation: fadeInLeft .6s ease-out .4s both
}

.g-navs .m-navs {
    width: 100%;
    height: 100%;
    padding: .7rem .1rem .4rem .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .1rem
}

.g-navs .m-navs li {
    position: relative;
    width: 100%
}

.g-navs .m-navs li:nth-child(1) {
    width: .44rem;
    height: .15rem;
    background-image: url(../images/nav-1.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto
}

.g-navs .m-navs li:nth-child(1).on {
    width: 1.96rem;
    height: .56rem;
    background-image: url(../images/nav-on-1.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto
}

.g-navs .m-navs li:nth-child(2) {
    width: .9rem;
    height: .16rem;
    background-image: url(../images/nav-2.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto
}

.g-navs .m-navs li:nth-child(2).on {
    width: 1.96rem;
    height: .56rem;
    background-image: url(../images/nav-on-2.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto
}

.g-navs .m-navs li:nth-child(3) {
    width: .89rem;
    height: .17rem;
    background-image: url(../images/nav-3.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto
}

.g-navs .m-navs li:nth-child(3).on {
    width: 1.96rem;
    height: .56rem;
    background-image: url(../images/nav-on-3.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto
}

.g-navs .m-navs li:nth-child(4) {
    width: .89rem;
    height: .17rem;
    background-image: url(../images/nav-4.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto
}

.g-navs .m-navs li:nth-child(4).on {
    width: 1.96rem;
    height: .56rem;
    background-image: url(../images/nav-on-4.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto
}

.g-navs .m-navs a {
    display: block;
    width: 100%;
    height: 100%
}

.g-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7.58rem;
    height: 6.79rem;
    background-image: url(../images/msg.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
    padding-left: .3rem
}

.g-pop--ing .u-tit {
    width: 1.25rem;
    margin: .15rem auto 0
}

.g-pop--ing .m-pop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    font-size: .36rem
}

.g-pop .u-close {
    position: absolute;
    right: -.25rem;
    top: 0;
    background-image: url(../images/_spriteImgs.png);
    background-position: -1.9rem 0rem;
    width: .72rem;
    height: .69rem;
    background-size: 363.88889% auto
}

.g-pop--media {
    width: 10.26rem;
    color: #34ffd6;
    font-size: .18rem;
    line-height: 1.5
}

.g-pop--media .m-box {
    width: 100%;
    height: 5.78rem;
    border: .03rem #52efc6 solid;
    -webkit-border-radius: .08rem;
    border-radius: .08rem;
    overflow: hidden
}

.g-pop--media .u-tit {
    margin-top: .2rem;
    font-size: .26rem;
    font-weight: 400
}

.g-pop--code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.55rem;
    height: 1.75rem;
    background-image: url(../images/msg-code.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto
}

.g-pop--code .m-box {
    width: 2.8rem;
    height: 2.8rem;
    overflow: hidden
}

.g-pop--video {
    width: auto;
    height: 100%;
    border: .02rem #f7e386 solid
}

.g-pop--video video {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.g-pop--cadpa .m-pop {
    width: 6.4rem;
    max-height: 6.2rem;
    margin: .4rem auto 0;
    font-size: .16rem;
    line-height: 1.5;
    overflow-y: auto
}

.g-pop--cadpa .m-pop p {
    margin-bottom: .2rem
}

.g-pop--cadpa .u-tit {
    font-size: .46rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: center
}

.g-scanCodes {
    position: fixed;
    left: .1rem;
    top: 50%;
    z-index: 30;
    width: 1.89rem;
    height: 2.23rem;
    background-image: url(../images/floatbg.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
    margin-top: .7rem;
    color: #fff;
    -webkit-animation: fadeInLeft .6s ease-out .5s both;
    animation: fadeInLeft .6s ease-out .5s both;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.g-scanCodes.hide {
    left: -1.65rem
}

.g-scanCodes .u-switch {
    position: absolute;
    right: -.15rem;
    top: .5rem;
    background-image: url(../images/_spriteImgs.png);
    background-position: 0rem -1.2rem;
    width: .28rem;
    height: .55rem;
    background-size: 935.71429% auto
}

.g-scanCodes .u-switch.open {
    background-image: url(../images/_spriteImgs.png);
    background-position: -.32rem -1.2rem;
    width: .28rem;
    height: .55rem;
    background-size: 935.71429% auto
}

.m-logoes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 30px 0 0 30px
}

.m-logoes .u-logo {
    display: block;
    width: 221px
}

.m-codeTabs {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: .1rem
}

.m-codeTabs .u-btn {
    position: relative;
    display: inline-block;
    width: .25rem;
    height: .25rem;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: rgba(255, 255, 255, .3);
    -webkit-border-radius: .04rem;
    border-radius: .04rem
}

.m-codeTabs .u-btn>img {
    height: 100%
}

.m-codeTabs .u-btn.on {
    background: rgba(209, 209, 209, .9)
}

.m-codeCont {
    width: 100%;
    padding-top: .22rem;
    text-align: center
}

.m-codeCont .u-tit {
    font-size: .18rem;
    font-weight: 400;
    color: #e8e1a7
}

.m-codeCont .m-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 1.18rem;
    height: 1.18rem;
    margin: .1rem auto 0;
    font-size: .14rem;
    line-height: 1.5
}

.m-codeCont .m-pic img {
    height: 100%
}

.g-pop img,
.m-codeCont img,
.m-codeTabs img,
.m-logoes img {
    width: 100%
}

.bag-pop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 111;
    background-color: #00000077;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bag-pop-box {
    background-image: url(../images/pop-bg.png);
    width: 829px;
    height: 476px;
    background-size: contain;
    text-align: center;
    position: relative;
    padding: 90px 100px 30px 100px;
    -webkit-animation: scale .4s;
    animation: scale .4s
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.bag-pop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 24px
}

.bag-pop-name {
    line-height: 40px;
    font-size: 26px;
    font-weight: 700
}

.bag-pop-text {
    line-height: 22px;
    font-size: 20px
}

.bag-pop-btn {
    cursor: pointer;
    background-image: url(../images/receive-btn.png);
    width: 145px;
    height: 42px;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    font-size: .2rem;
    line-height: .46rem;
    white-space: nowrap;
    background-size: cover
}

.bag-pop-btn:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.bag-pop .hasReceive {
    background-image: unset;
    cursor: unset
}

.bag-pop .hasReceive:hover {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.bag-pop .u-close {
    position: absolute;
    right: -.25rem;
    top: 0;
    background-image: url(../images/_spriteImgs.png);
    background-position: -1.9rem 0rem;
    width: .72rem;
    height: .69rem;
    background-size: 363.88889% auto
}

.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 12px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    z-index: 1000;
    -webkit-animation: opacity 3s forwards;
    animation: opacity 3s forwards
}

@-webkit-keyframes opacity {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

    10% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    90% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }
}

@keyframes opacity {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

    10% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    90% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }
}