@font-face {
    font-display: swap;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/PingFang\ Medium.ttf)
}

@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Urbanist.ttf)
}

.flex,
.flex_row {
    display: flex
}

.flex_row {
    align-items: center;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center
}

.flex_warp {
    flex-wrap: wrap
}

.flex_column {
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.just_start {
    justify-content: flex-start
}

.just_center {
    justify-content: center
}

.just_end {
    justify-content: flex-end
}

.just_between {
    justify-content: space-between
}

.just_around {
    justify-content: space-around
}

.align_start {
    align-items: flex-start
}

.align_center {
    align-items: center
}

.align_end {
    align-items: flex-end
}

.just_align_center {
    align-items: center;
    justify-content: center
}

.text_center {
    text-align: center
}

.text_left {
    text-align: left
}

.text_right {
    text-align: right
}

.pl1 {
    padding-left: 1px
}

.pl2 {
    padding-left: .10417vw
}

.pl3 {
    padding-left: .15625vw
}

.pl4 {
    padding-left: .20833vw
}

.pl5 {
    padding-left: .26042vw
}

.pl6 {
    padding-left: .3125vw
}

.pl7 {
    padding-left: .36458vw
}

.pl8 {
    padding-left: .41667vw
}

.pl9 {
    padding-left: .46875vw
}

.pl10 {
    padding-left: .52083vw
}

.pl11 {
    padding-left: .57292vw
}

.pl12 {
    padding-left: .625vw
}

.pl13 {
    padding-left: .67708vw
}

.pl14 {
    padding-left: .72917vw
}

.pl15 {
    padding-left: .78125vw
}

.pl16 {
    padding-left: .83333vw
}

.pl17 {
    padding-left: .88542vw
}

.pl18 {
    padding-left: .9375vw
}

.pl19 {
    padding-left: .98958vw
}

.pl20 {
    padding-left: 1.04167vw
}

.pl30 {
    padding-left: 1.5625vw
}

.pr1 {
    padding-right: 1px
}

.pr2 {
    padding-right: .10417vw
}

.pr3 {
    padding-right: .15625vw
}

.pr4 {
    padding-right: .20833vw
}

.pr5 {
    padding-right: .26042vw
}

.pr6 {
    padding-right: .3125vw
}

.pr7 {
    padding-right: .36458vw
}

.pr8 {
    padding-right: .41667vw
}

.pr9 {
    padding-right: .46875vw
}

.pr10 {
    padding-right: .52083vw
}

.pr11 {
    padding-right: .57292vw
}

.pr12 {
    padding-right: .625vw
}

.pr13 {
    padding-right: .67708vw
}

.pr14 {
    padding-right: .72917vw
}

.pr15 {
    padding-right: .78125vw
}

.pr16 {
    padding-right: .83333vw
}

.pr17 {
    padding-right: .88542vw
}

.pr18 {
    padding-right: .9375vw
}

.pr19 {
    padding-right: .98958vw
}

.pr20 {
    padding-right: 1.04167vw
}

.pr30 {
    padding-right: 1.5625vw
}

.pt1 {
    padding-top: 1px
}

.pt2 {
    padding-top: .10417vw
}

.pt3 {
    padding-top: .15625vw
}

.pt4 {
    padding-top: .20833vw
}

.pt5 {
    padding-top: .26042vw
}

.pt6 {
    padding-top: .3125vw
}

.pt7 {
    padding-top: .36458vw
}

.pt8 {
    padding-top: .41667vw
}

.pt9 {
    padding-top: .46875vw
}

.pt10 {
    padding-top: .52083vw
}

.pt11 {
    padding-top: .57292vw
}

.pt12 {
    padding-top: .625vw
}

.pt13 {
    padding-top: .67708vw
}

.pt14 {
    padding-top: .72917vw
}

.pt15 {
    padding-top: .78125vw
}

.pt16 {
    padding-top: .83333vw
}

.pt17 {
    padding-top: .88542vw
}

.pt18 {
    padding-top: .9375vw
}

.pt19 {
    padding-top: .98958vw
}

.pt20 {
    padding-top: 1.04167vw
}

.pt30 {
    padding-top: 1.5625vw
}

.pb1 {
    padding-bottom: 1px
}

.pb2 {
    padding-bottom: .10417vw
}

.pb3 {
    padding-bottom: .15625vw
}

.pb4 {
    padding-bottom: .20833vw
}

.pb5 {
    padding-bottom: .26042vw
}

.pb6 {
    padding-bottom: .3125vw
}

.pb7 {
    padding-bottom: .36458vw
}

.pb8 {
    padding-bottom: .41667vw
}

.pb9 {
    padding-bottom: .46875vw
}

.pb10 {
    padding-bottom: .52083vw
}

.pb11 {
    padding-bottom: .57292vw
}

.pb12 {
    padding-bottom: .625vw
}

.pb13 {
    padding-bottom: .67708vw
}

.pb14 {
    padding-bottom: .72917vw
}

.pb15 {
    padding-bottom: .78125vw
}

.pb16 {
    padding-bottom: .83333vw
}

.pb17 {
    padding-bottom: .88542vw
}

.pb18 {
    padding-bottom: .9375vw
}

.pb19 {
    padding-bottom: .98958vw
}

.pb20 {
    padding-bottom: 1.04167vw
}

.pb30 {
    padding-bottom: 1.5625vw
}

.plr1 {
    padding: 0 1px
}

.plr2 {
    padding: 0 .10417vw
}

.plr3 {
    padding: 0 .15625vw
}

.plr4 {
    padding: 0 .20833vw
}

.plr5 {
    padding: 0 .26042vw
}

.plr6 {
    padding: 0 .3125vw
}

.plr7 {
    padding: 0 .36458vw
}

.plr8 {
    padding: 0 .41667vw
}

.plr9 {
    padding: 0 .46875vw
}

.plr10 {
    padding: 0 .52083vw
}

.plr11 {
    padding: 0 .57292vw
}

.plr12 {
    padding: 0 .625vw
}

.plr13 {
    padding: 0 .67708vw
}

.plr14 {
    padding: 0 .72917vw
}

.plr15 {
    padding: 0 .78125vw
}

.plr16 {
    padding: 0 .83333vw
}

.plr17 {
    padding: 0 .88542vw
}

.plr18 {
    padding: 0 .9375vw
}

.plr19 {
    padding: 0 .98958vw
}

.plr20 {
    padding: 0 1.04167vw
}

.plr30 {
    padding: 0 1.5625vw
}

.ptb1 {
    padding: 1px 0
}

.ptb2 {
    padding: .10417vw 0
}

.ptb3 {
    padding: .15625vw 0
}

.ptb4 {
    padding: .20833vw 0
}

.ptb5 {
    padding: .26042vw 0
}

.ptb6 {
    padding: .3125vw 0
}

.ptb7 {
    padding: .36458vw 0
}

.ptb8 {
    padding: .41667vw 0
}

.ptb9 {
    padding: .46875vw 0
}

.ptb10 {
    padding: .52083vw 0
}

.ptb11 {
    padding: .57292vw 0
}

.ptb12 {
    padding: .625vw 0
}

.ptb13 {
    padding: .67708vw 0
}

.ptb14 {
    padding: .72917vw 0
}

.ptb15 {
    padding: .78125vw 0
}

.ptb16 {
    padding: .83333vw 0
}

.ptb17 {
    padding: .88542vw 0
}

.ptb18 {
    padding: .9375vw 0
}

.ptb19 {
    padding: .98958vw 0
}

.ptb20 {
    padding: 1.04167vw 0
}

.ptb30 {
    padding: 1.5625vw 0
}

.padding1 {
    padding: 1px
}

.padding2 {
    padding: .10417vw
}

.padding3 {
    padding: .15625vw
}

.padding4 {
    padding: .20833vw
}

.padding5 {
    padding: .26042vw
}

.padding6 {
    padding: .3125vw
}

.padding7 {
    padding: .36458vw
}

.padding8 {
    padding: .41667vw
}

.padding9 {
    padding: .46875vw
}

.padding10 {
    padding: .52083vw
}

.padding11 {
    padding: .57292vw
}

.padding12 {
    padding: .625vw
}

.padding13 {
    padding: .67708vw
}

.padding14 {
    padding: .72917vw
}

.padding15 {
    padding: .78125vw
}

.padding16 {
    padding: .83333vw
}

.padding17 {
    padding: .88542vw
}

.padding18 {
    padding: .9375vw
}

.padding19 {
    padding: .98958vw
}

.padding20 {
    padding: 1.04167vw
}

.padding30 {
    padding: 1.5625vw
}

.ml1 {
    margin-left: 1px
}

.ml2 {
    margin-left: .10417vw
}

.ml3 {
    margin-left: .15625vw
}

.ml4 {
    margin-left: .20833vw
}

.ml5 {
    margin-left: .26042vw
}

.ml6 {
    margin-left: .3125vw
}

.ml7 {
    margin-left: .36458vw
}

.ml8 {
    margin-left: .41667vw
}

.ml9 {
    margin-left: .46875vw
}

.ml10 {
    margin-left: .52083vw
}

.ml11 {
    margin-left: .57292vw
}

.ml12 {
    margin-left: .625vw
}

.ml13 {
    margin-left: .67708vw
}

.ml14 {
    margin-left: .72917vw
}

.ml15 {
    margin-left: .78125vw
}

.ml16 {
    margin-left: .83333vw
}

.ml17 {
    margin-left: .88542vw
}

.ml18 {
    margin-left: .9375vw
}

.ml19 {
    margin-left: .98958vw
}

.ml20 {
    margin-left: 1.04167vw
}

.mr1 {
    margin-right: 1px
}

.mr2 {
    margin-right: .10417vw
}

.mr3 {
    margin-right: .15625vw
}

.mr4 {
    margin-right: .20833vw
}

.mr5 {
    margin-right: .26042vw
}

.mr6 {
    margin-right: .3125vw
}

.mr7 {
    margin-right: .36458vw
}

.mr8 {
    margin-right: .41667vw
}

.mr9 {
    margin-right: .46875vw
}

.mr10 {
    margin-right: .52083vw
}

.mr11 {
    margin-right: .57292vw
}

.mr12 {
    margin-right: .625vw
}

.mr13 {
    margin-right: .67708vw
}

.mr14 {
    margin-right: .72917vw
}

.mr15 {
    margin-right: .78125vw
}

.mr16 {
    margin-right: .83333vw
}

.mr17 {
    margin-right: .88542vw
}

.mr18 {
    margin-right: .9375vw
}

.mr19 {
    margin-right: .98958vw
}

.mr20 {
    margin-right: 1.04167vw
}

.mt1 {
    margin-top: 1px
}

.mt2 {
    margin-top: .10417vw
}

.mt3 {
    margin-top: .15625vw
}

.mt4 {
    margin-top: .20833vw
}

.mt5 {
    margin-top: .26042vw
}

.mt6 {
    margin-top: .3125vw
}

.mt7 {
    margin-top: .36458vw
}

.mt8 {
    margin-top: .41667vw
}

.mt9 {
    margin-top: .46875vw
}

.mt10 {
    margin-top: .52083vw
}

.mt11 {
    margin-top: .57292vw
}

.mt12 {
    margin-top: .625vw
}

.mt13 {
    margin-top: .67708vw
}

.mt14 {
    margin-top: .72917vw
}

.mt15 {
    margin-top: .78125vw
}

.mt16 {
    margin-top: .83333vw
}

.mt17 {
    margin-top: .88542vw
}

.mt18 {
    margin-top: .9375vw
}

.mt19 {
    margin-top: .98958vw
}

.mt20 {
    margin-top: 1.04167vw
}

.mb1 {
    margin-bottom: 1px
}

.mb2 {
    margin-bottom: .10417vw
}

.mb3 {
    margin-bottom: .15625vw
}

.mb4 {
    margin-bottom: .20833vw
}

.mb5 {
    margin-bottom: .26042vw
}

.mb6 {
    margin-bottom: .3125vw
}

.mb7 {
    margin-bottom: .36458vw
}

.mb8 {
    margin-bottom: .41667vw
}

.mb9 {
    margin-bottom: .46875vw
}

.mb10 {
    margin-bottom: .52083vw
}

.mb11 {
    margin-bottom: .57292vw
}

.mb12 {
    margin-bottom: .625vw
}

.mb13 {
    margin-bottom: .67708vw
}

.mb14 {
    margin-bottom: .72917vw
}

.mb15 {
    margin-bottom: .78125vw
}

.mb16 {
    margin-bottom: .83333vw
}

.mb17 {
    margin-bottom: .88542vw
}

.mb18 {
    margin-bottom: .9375vw
}

.mb19 {
    margin-bottom: .98958vw
}

.mb20 {
    margin-bottom: 1.04167vw
}

.mlr1 {
    margin: 0 1px
}

.mlr2 {
    margin: 0 .10417vw
}

.mlr3 {
    margin: 0 .15625vw
}

.mlr4 {
    margin: 0 .20833vw
}

.mlr5 {
    margin: 0 .26042vw
}

.mlr6 {
    margin: 0 .3125vw
}

.mlr7 {
    margin: 0 .36458vw
}

.mlr8 {
    margin: 0 .41667vw
}

.mlr9 {
    margin: 0 .46875vw
}

.mlr10 {
    margin: 0 .52083vw
}

.mlr11 {
    margin: 0 .57292vw
}

.mlr12 {
    margin: 0 .625vw
}

.mlr13 {
    margin: 0 .67708vw
}

.mlr14 {
    margin: 0 .72917vw
}

.mlr15 {
    margin: 0 .78125vw
}

.mlr16 {
    margin: 0 .83333vw
}

.mlr17 {
    margin: 0 .88542vw
}

.mlr18 {
    margin: 0 .9375vw
}

.mlr19 {
    margin: 0 .98958vw
}

.mlr20 {
    margin: 0 1.04167vw
}

.mtb1 {
    margin: 1px 0
}

.mtb2 {
    margin: .10417vw 0
}

.mtb3 {
    margin: .15625vw 0
}

.mtb4 {
    margin: .20833vw 0
}

.mtb5 {
    margin: .26042vw 0
}

.mtb6 {
    margin: .3125vw 0
}

.mtb7 {
    margin: .36458vw 0
}

.mtb8 {
    margin: .41667vw 0
}

.mtb9 {
    margin: .46875vw 0
}

.mtb10 {
    margin: .52083vw 0
}

.mtb11 {
    margin: .57292vw 0
}

.mtb12 {
    margin: .625vw 0
}

.mtb13 {
    margin: .67708vw 0
}

.mtb14 {
    margin: .72917vw 0
}

.mtb15 {
    margin: .78125vw 0
}

.mtb16 {
    margin: .83333vw 0
}

.mtb17 {
    margin: .88542vw 0
}

.mtb18 {
    margin: .9375vw 0
}

.mtb19 {
    margin: .98958vw 0
}

.mtb20 {
    margin: 1.04167vw 0
}

.margin1 {
    margin: 1px
}

.margin2 {
    margin: .10417vw
}

.margin3 {
    margin: .15625vw
}

.margin4 {
    margin: .20833vw
}

.margin5 {
    margin: .26042vw
}

.margin6 {
    margin: .3125vw
}

.margin7 {
    margin: .36458vw
}

.margin8 {
    margin: .41667vw
}

.margin9 {
    margin: .46875vw
}

.margin10 {
    margin: .52083vw
}

.margin11 {
    margin: .57292vw
}

.margin12 {
    margin: .625vw
}

.margin13 {
    margin: .67708vw
}

.margin14 {
    margin: .72917vw
}

.margin15 {
    margin: .78125vw
}

.margin16 {
    margin: .83333vw
}

.margin17 {
    margin: .88542vw
}

.margin18 {
    margin: .9375vw
}

.margin19 {
    margin: .98958vw
}

.margin20 {
    margin: 1.04167vw
}

.font10 {
    font-size: .52083vw
}

.font11 {
    font-size: .57292vw
}

.font12 {
    font-size: .625vw
}

.font13 {
    font-size: .67708vw
}

.font14 {
    font-size: .72917vw
}

.font15 {
    font-size: .78125vw
}

.font16 {
    font-size: .83333vw
}

.font17 {
    font-size: .88542vw
}

.font18 {
    font-size: .9375vw
}

.font19 {
    font-size: .98958vw
}

.font20 {
    font-size: 1.04167vw
}

.font21 {
    font-size: 1.09375vw
}

.font22 {
    font-size: 1.14583vw
}

.font23 {
    font-size: 1.19792vw
}

.font24 {
    font-size: 1.25vw
}

.font25 {
    font-size: 1.30208vw
}

.font26 {
    font-size: 1.35417vw
}

.font27 {
    font-size: 1.40625vw
}

.font28 {
    font-size: 1.45833vw
}

.font29 {
    font-size: 1.51042vw
}

.font30 {
    font-size: 1.5625vw
}

.font31 {
    font-size: 1.61458vw
}

.font32 {
    font-size: 1.66667vw
}

.font33 {
    font-size: 1.71875vw
}

.font34 {
    font-size: 1.77083vw
}

.font35 {
    font-size: 1.82292vw
}

.fcolor2150f5 {
    color: #2150f5
}

.fcolorffc600 {
    color: #ffc600
}

.fcolor333 {
    color: #333
}

.fcolor49 {
    color: #494949
}

.fcolor72 {
    color: #727272
}

.fcolor666 {
    color: #666
}

.fcolorf52121 {
    color: #f52121
}

.fcolor999 {
    color: #999
}

.fcolorfff {
    color: #fff
}

.fw400 {
    font-weight: 400
}

.fw600 {
    font-weight: 600
}

.fw500 {
    font-weight: 500
}

.fwb {
    font-weight: 700
}

.fwbr {
    font-weight: bolder
}

.font_nocolor {
    color: transparent
}

.bg_nocolor {
    background-color: transparent
}

.border {
    border: 1px solid #f8f8f9
}

.border-top {
    border-top: 1px solid #f8f8f9
}

.border-bottom {
    border-bottom: 1px solid #f8f8f9
}

.border-left {
    border-left: 1px solid #f8f8f9
}

.border-right {
    border-right: 1px solid #f8f8f9
}

.border-bottom-10 {
    border-bottom: .52083vw solid #f8f8f9
}

.border-top-10 {
    border-top: .52083vw solid #f8f8f9
}

.bgf8f8f9 {
    background-color: #f8f8f9
}

.bg2150f5 {
    background-color: #2150f5
}

.bg2e74f6 {
    background-color: #2e74f6
}

.bgf52121 {
    background-color: #f52121
}

.bgfff {
    background-color: #fff
}

.boxshadow {
    box-shadow: 0 0 1.04167vw rgba(0, 0, 0, .2)
}

.pos_rel {
    position: relative
}

.pos_abs {
    position: absolute
}

.left {
    left: 0
}

.right {
    right: 0
}

.top {
    top: 0
}

.bottom {
    bottom: 0
}

.zindex {
    z-index: 1
}

.zindex1 {
    z-index: -1
}

.zindex999 {
    z-index: -999
}

.flexwrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.flex4 {
    flex: 4
}

.width100 {
    width: 100%
}

.brr1 {
    border-radius: 1px
}

.brr2 {
    border-radius: .10417vw
}

.brr3 {
    border-radius: .15625vw
}

.brr4 {
    border-radius: .20833vw
}

.brr5 {
    border-radius: .26042vw
}

.brr6 {
    border-radius: .3125vw
}

.brr7 {
    border-radius: .36458vw
}

.brr8 {
    border-radius: .41667vw
}

.brr9 {
    border-radius: .46875vw
}

.brr10 {
    border-radius: .52083vw
}

.brr20 {
    border-radius: 1.04167vw
}

.brr30 {
    border-radius: 1.5625vw
}

.brr40 {
    border-radius: 2.08333vw
}

.brr50 {
    border-radius: 2.60417vw
}

.entitle {
    font-size: 1.71875vw !important;
    line-height: 2.57813vw !important
}

button {
    border: none;
    cursor: pointer
}

.overflow1 {
    line-clamp: 1;
    -webkit-line-clamp: 1
}

.overflow1,
.overflow2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.overflow2 {
    line-clamp: 2;
    -webkit-line-clamp: 2
}

.overflow3 {
    line-clamp: 3;
    -webkit-line-clamp: 3
}

.overflow3,
.overflow4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.overflow4 {
    line-clamp: 4;
    -webkit-line-clamp: 4
}

.display_none {
    display: none
}

.ellip2 {
    line-clamp: 2;
    -webkit-line-clamp: 2
}

.ellip2,
.ellip3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.ellip3 {
    line-clamp: 3;
    -webkit-line-clamp: 3
}

@media screen and (max-width:768px) {
    #content {
        display: none !important
    }

    #content_h5 {
        display: block !important
    }

    #header {
        display: none !important
    }

    #header_h5 {
        display: block !important
    }

    #footer {
        display: none !important
    }

    #footer_h5 {
        display: block !important
    }
}

@media screen and (min-width:768px) {
    #content {
        display: flex !important
    }

    #content_h5 {
        display: none !important
    }

    #header {
        display: flex !important
    }

    #header_h5 {
        display: none !important
    }

    #footer {
        display: flex !important
    }

    #footer_h5 {
        display: none !important
    }
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    overflow: hidden;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: relative
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    display: block;
    height: 100%
}

.fp-slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out;
    z-index: 1
}

.fp-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    cursor: pointer;
    margin-top: -1.97917vw;
    position: absolute;
    top: 50%;
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    z-index: 4
}

.fp-prev {
    left: .78125vw
}

.fp-next {
    right: .78125vw
}

.fp-arrow {
    border-style: solid;
    height: 0;
    width: 0
}

.fp-arrow.fp-prev {
    border-color: transparent #fff transparent transparent;
    border-width: 2.00521vw 1.77083vw 2.00521vw 0
}

.fp-arrow.fp-next {
    border-color: transparent transparent transparent #fff;
    border-width: 2.00521vw 0 2.00521vw 1.77083vw
}

.fp-notransition {
    transition: none !important
}

#fp-nav {
    opacity: 1;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0);
    z-index: 100
}

#fp-nav.fp-right {
    right: .88542vw
}

#fp-nav.fp-left {
    left: .88542vw
}

.fp-slidesNav {
    left: 0 !important;
    margin: 0 auto !important;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateZ(0);
    z-index: 4
}

.fp-slidesNav.fp-bottom {
    bottom: .88542vw
}

.fp-slidesNav.fp-top {
    top: .88542vw
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    height: .67708vw;
    margin: .36458vw;
    position: relative;
    width: .72917vw
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    cursor: pointer;
    display: block;
    height: 100%;
    pointer-events: all;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 1
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    border-radius: 100%;
    height: .625vw;
    margin: -.3125vw 0 0 -.3125vw;
    width: .625vw
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #333;
    border: 0;
    border-radius: 50%;
    height: .20833vw;
    left: 50%;
    margin: -.10417vw 0 0 -.10417vw;
    position: absolute;
    top: 50%;
    transition: all .1s ease-in-out;
    width: .20833vw;
    z-index: 1
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    height: .52083vw;
    margin: -.26042vw 0 0 -.26042vw;
    width: .52083vw
}

#fp-nav ul li .fp-tooltip {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: .72917vw;
    max-width: 11.45833vw;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: -.10417vw;
    white-space: nowrap;
    width: 0
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    opacity: 1;
    transition: opacity .2s ease-in;
    width: auto
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 1.04167vw
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 1.04167vw
}

.fp-auto-height .fp-slide,
.fp-auto-height.fp-section,
.fp-responsive .fp-is-overflow.fp-section {
    height: auto !important
}

.fp-enabled .fp-scrollable {
    height: auto;
    overflow: visible
}

.fp-scrollable .fp-section,
.fp-scrollable .fp-slide,
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section {
    height: 100vh;
    height: calc(var(--vh, 1vh)*100)
}

.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100)
}

.fp-overflow {
    justify-content: flex-start
}

body:not(.fp-responsive) .fp-overflow {
    max-height: 100vh
}

.fp-scrollable .fp-auto-height .fp-overflow {
    max-height: none
}

.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow>.fp-overflow {
    overflow-y: auto
}

.fp-overflow {
    outline: 0
}

.fp-overflow.fp-table {
    display: block
}

.fp-responsive .fp-auto-height-responsive .fp-overflow,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important;
    min-height: auto !important
}

.fp-sr-only {
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
    background-color: transparent;
    width: .46875vw
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
    background-color: transparent
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
    background-color: #0006;
    border: .20833vw solid transparent;
    border-radius: .83333vw
}

.fp-warning,
.fp-watermark {
    bottom: 0;
    position: absolute;
    z-index: 9999999
}

.fp-warning,
.fp-watermark a {
    background: hsla(0, 0%, 100%, .6);
    border-radius: .15625vw;
    color: #000;
    display: inline-block;
    font-family: arial;
    font-size: .72917vw;
    margin: .625vw;
    padding: .26042vw .41667vw;
    text-decoration: none
}

.fp-noscroll .fp-overflow {
    overflow: hidden
}

@charset "UTF-8";

:root {
    --el-color-white: #fff;
    --el-color-black: #000;
    --el-color-primary-rgb: 64, 158, 255;
    --el-color-success-rgb: 103, 194, 58;
    --el-color-warning-rgb: 230, 162, 60;
    --el-color-danger-rgb: 245, 108, 108;
    --el-color-error-rgb: 245, 108, 108;
    --el-color-info-rgb: 144, 147, 153;
    --el-font-size-extra-large: 1.04167vw;
    --el-font-size-large: 0.9375vw;
    --el-font-size-medium: 0.83333vw;
    --el-font-size-base: 0.72917vw;
    --el-font-size-small: 0.67708vw;
    --el-font-size-extra-small: 0.625vw;
    --el-font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    --el-font-weight-primary: 500;
    --el-font-line-height-primary: 1.25vw;
    --el-index-normal: 1;
    --el-index-top: 1000;
    --el-index-popper: 2000;
    --el-border-radius-base: 0.20833vw;
    --el-border-radius-small: 0.10417vw;
    --el-border-radius-round: 1.04167vw;
    --el-border-radius-circle: 100%;
    --el-transition-duration: 0.3s;
    --el-transition-duration-fast: 0.2s;
    --el-transition-function-ease-in-out-bezier: cubic-bezier(0.645, 0.045, 0.355, 1);
    --el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
    --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
    --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-component-size-large: 2.08333vw;
    --el-component-size: 1.66667vw;
    --el-component-size-small: 1.25vw;
    color-scheme: light;
    --el-color-primary: #409eff;
    --el-color-primary-light-3: #79bbff;
    --el-color-primary-light-5: #a0cfff;
    --el-color-primary-light-7: #c6e2ff;
    --el-color-primary-light-8: #d9ecff;
    --el-color-primary-light-9: #ecf5ff;
    --el-color-primary-dark-2: #337ecc;
    --el-color-success: #67c23a;
    --el-color-success-light-3: #95d475;
    --el-color-success-light-5: #b3e19d;
    --el-color-success-light-7: #d1edc4;
    --el-color-success-light-8: #e1f3d8;
    --el-color-success-light-9: #f0f9eb;
    --el-color-success-dark-2: #529b2e;
    --el-color-warning: #e6a23c;
    --el-color-warning-light-3: #eebe77;
    --el-color-warning-light-5: #f3d19e;
    --el-color-warning-light-7: #f8e3c5;
    --el-color-warning-light-8: #faecd8;
    --el-color-warning-light-9: #fdf6ec;
    --el-color-warning-dark-2: #b88230;
    --el-color-danger: #f56c6c;
    --el-color-danger-light-3: #f89898;
    --el-color-danger-light-5: #fab6b6;
    --el-color-danger-light-7: #fcd3d3;
    --el-color-danger-light-8: #fde2e2;
    --el-color-danger-light-9: #fef0f0;
    --el-color-danger-dark-2: #c45656;
    --el-color-error: #f56c6c;
    --el-color-error-light-3: #f89898;
    --el-color-error-light-5: #fab6b6;
    --el-color-error-light-7: #fcd3d3;
    --el-color-error-light-8: #fde2e2;
    --el-color-error-light-9: #fef0f0;
    --el-color-error-dark-2: #c45656;
    --el-color-info: #909399;
    --el-color-info-light-3: #b1b3b8;
    --el-color-info-light-5: #c8c9cc;
    --el-color-info-light-7: #dedfe0;
    --el-color-info-light-8: #e9e9eb;
    --el-color-info-light-9: #f4f4f5;
    --el-color-info-dark-2: #73767a;
    --el-bg-color: #fff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #fff;
    --el-text-color-primary: #303133;
    --el-text-color-regular: #606266;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f6fc;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f5f7fa;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #fff;
    --el-box-shadow: 0px 0.625vw 1.66667vw 0.20833vw #0000000a, 0px 0.41667vw 1.04167vw #00000014;
    --el-box-shadow-light: 0px 0px 0.625vw #0000001f;
    --el-box-shadow-lighter: 0px 0px 0.3125vw #0000001f;
    --el-box-shadow-dark: 0px 0.83333vw 2.5vw 0.83333vw #00000014, 0px 0.625vw 1.66667vw #0000001f, 0px 0.41667vw 0.83333vw -0.41667vw #00000029;
    --el-disabled-bg-color: var(--el-fill-color-light);
    --el-disabled-text-color: var(--el-text-color-placeholder);
    --el-disabled-border-color: var(--el-border-color-light);
    --el-overlay-color: #000c;
    --el-overlay-color-light: #000000b3;
    --el-overlay-color-lighter: #00000080;
    --el-mask-color: #ffffffe6;
    --el-mask-color-extra-light: #ffffff4d;
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-border-color-hover: var(--el-text-color-disabled);
    --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
    --el-svg-monochrome-grey: var(--el-border-color)
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-fade-in-enter-from,
.el-fade-in-leave-active {
    opacity: 0
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
    opacity: 0;
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-top-enter-active[data-popper-placement^=top],
.el-zoom-in-top-leave-active[data-popper-placement^=top] {
    transform-origin: center bottom
}

.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center bottom;
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
    opacity: 1;
    transform: scale(1);
    transform-origin: top left;
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
    opacity: 0;
    transform: scale(.45)
}

.collapse-transition {
    transition: var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.el-collapse-transition-enter-active,
.el-collapse-transition-leave-active {
    transition: var(--el-transition-duration) max-height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    transition: var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out
}

.el-list-enter-active,
.el-list-leave-active {
    transition: all 1s
}

.el-list-enter-from,
.el-list-leave-to {
    opacity: 0;
    transform: translateY(-1.5625vw)
}

.el-list-leave-active {
    position: absolute !important
}

.el-opacity-transition {
    transition: opacity var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-icon-loading {
    animation: rotating 2s linear infinite
}

.el-icon--right {
    margin-left: .26042vw
}

.el-icon--left {
    margin-right: .26042vw
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: var(--color);
    font-size: inherit
}

.el-icon.is-loading {
    animation: rotating 2s linear infinite
}

.el-icon svg {
    height: 1em;
    width: 1em
}

.el-drawer {
    --el-drawer-bg-color: var(--el-dialog-bg-color, var(--el-bg-color));
    --el-drawer-padding-primary: var(--el-dialog-padding-primary, 1.04167vw);
    background-color: var(--el-drawer-bg-color);
    box-shadow: var(--el-box-shadow-dark);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    transition: all var(--el-transition-duration)
}

.el-drawer .btt,
.el-drawer .ltr,
.el-drawer .rtl,
.el-drawer .ttb {
    transform: translate(0)
}

.el-drawer__sr-focus:focus {
    outline: none !important
}

.el-drawer__header {
    align-items: center;
    color: #72767b;
    display: flex;
    margin-bottom: 1.66667vw;
    padding: var(--el-drawer-padding-primary);
    padding-bottom: 0
}

.el-drawer__header>:first-child {
    flex: 1
}

.el-drawer__title {
    flex: 1;
    font-size: .83333vw;
    line-height: inherit;
    margin: 0
}

.el-drawer__footer {
    padding: var(--el-drawer-padding-primary);
    padding-top: .52083vw;
    text-align: right
}

.el-drawer__close-btn {
    background-color: initial;
    border: none;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font-size: var(--el-font-size-extra-large);
    outline: none
}

.el-drawer__close-btn:focus i,
.el-drawer__close-btn:hover i {
    color: var(--el-color-primary)
}

.el-drawer__body {
    flex: 1;
    overflow: auto;
    padding: var(--el-drawer-padding-primary)
}

.el-drawer__body>* {
    box-sizing: border-box
}

.el-drawer.ltr,
.el-drawer.rtl {
    bottom: 0;
    height: 100%;
    top: 0
}

.el-drawer.btt,
.el-drawer.ttb {
    left: 0;
    right: 0;
    width: 100%
}

.el-drawer.ltr {
    left: 0
}

.el-drawer.rtl {
    right: 0
}

.el-drawer.ttb {
    top: 0
}

.el-drawer.btt {
    bottom: 0
}

.el-drawer-fade-enter-active,
.el-drawer-fade-leave-active {
    transition: all var(--el-transition-duration)
}

.el-drawer-fade-enter-active,
.el-drawer-fade-enter-from,
.el-drawer-fade-enter-to,
.el-drawer-fade-leave-active,
.el-drawer-fade-leave-from,
.el-drawer-fade-leave-to {
    overflow: hidden !important
}

.el-drawer-fade-enter-from,
.el-drawer-fade-leave-to {
    background-color: initial !important
}

.el-drawer-fade-enter-from .rtl,
.el-drawer-fade-leave-to .rtl {
    transform: translateX(100%)
}

.el-drawer-fade-enter-from .ltr,
.el-drawer-fade-leave-to .ltr {
    transform: translateX(-100%)
}

.el-drawer-fade-enter-from .ttb,
.el-drawer-fade-leave-to .ttb {
    transform: translateY(-100%)
}

.el-drawer-fade-enter-from .btt,
.el-drawer-fade-leave-to .btt {
    transform: translateY(100%)
}

.el-overlay {
    background-color: var(--el-overlay-color-lighter);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000
}

.el-overlay .el-overlay-root {
    height: 0
}

#header_h5[data-v-8b0f8ace] {
    box-sizing: border-box;
    width: 100%
}

.content_h5[data-v-8b0f8ace] {
    position: fixed;
    top: 0;
    z-index: 99
}

.header_box[data-v-8b0f8ace] {
    background: #171717;
    height: 12.8vw;
    padding: 0 4.26667vw;
    width: 100vw
}

.header_box .header_logo[data-v-8b0f8ace] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 4.86667vw;
    font-weight: 600;
    text-align: left
}

.header_box .header_logo img[data-v-8b0f8ace] {
    height: 8vw;
    margin-right: 3.04vw;

}

.header_box .header_right .locale[data-v-8b0f8ace] {
    height: 8vw;
    width: 8vw
}

.header_box .header_right .Menu_icon[data-v-8b0f8ace] {
    height: 8vw;
    margin-left: 4.26667vw;
    width: 8vw
}

.localeDrawer[data-v-8b0f8ace] {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.localeDrawer div[data-v-8b0f8ace] {
    font-family: PingFang SC;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 5.22667vw;
    margin: 4.26667vw 0;
    text-align: center;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font
}

.menuDrawer[data-v-8b0f8ace] {
    background: #171717;
    height: 100%;
    padding: 9.57333vw 10.66667vw;
    width: 100%
}

.menuDrawer .menuDrawer_title[data-v-8b0f8ace] {
    margin-bottom: 10.66667vw
}

.menuDrawer .menuDrawer_title .logo[data-v-8b0f8ace] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 4.86667vw;
    font-weight: 600;
    line-height: 7.528vw;
    text-align: left
}

.menuDrawer .menuDrawer_title .logo img[data-v-8b0f8ace] {
    height: 8vw;
    margin-right: 3.04vw;
    width: 8vw
}

.menuDrawer .menuDrawer_title .close[data-v-8b0f8ace] {
    height: 5.33333vw;
    width: 5.33333vw
}

.menuDrawer .menuDrawer_list .menu[data-v-8b0f8ace] {
    list-style-type: none
}

.menuDrawer .menuDrawer_list .menu-item[data-v-8b0f8ace] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 3.73333vw;
    font-weight: 600;
    line-height: 5.33333vw;
    margin-bottom: 6.93333vw;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.menuDrawer .menuDrawer_list .menu-item .rotate[data-v-8b0f8ace] {
    transform: rotate(0deg)
}

.menuDrawer .menuDrawer_list .menu-item img[data-v-8b0f8ace] {
    height: 5.33333vw;
    transform: rotate(-90deg);
    transition: transform .3s ease;
    width: 5.33333vw
}

.menuDrawer .menuDrawer_list .submenu[data-v-8b0f8ace] {
    list-style-type: none;
    overflow: hidden;
    padding-left: 3.46667vw
}

.menuDrawer .menuDrawer_list .submenu li[data-v-8b0f8ace] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 3.73333vw;
    font-weight: 600;
    line-height: 5.33333vw;
    padding-bottom: 6.93333vw;
    text-align: left
}

.menuDrawer .menuDrawer_list .expand-enter-active[data-v-8b0f8ace],
.menuDrawer .menuDrawer_list .expand-leave-active[data-v-8b0f8ace] {
    transition: all .3s ease
}

.menuDrawer .menuDrawer_list .expand-enter-from[data-v-8b0f8ace],
.menuDrawer .menuDrawer_list .expand-leave-to[data-v-8b0f8ace] {
    max-height: 0;
    opacity: 0
}

.menuDrawer .menuDrawer_list .expand-enter-to[data-v-8b0f8ace],
.menuDrawer .menuDrawer_list .expand-leave-from[data-v-8b0f8ace] {
    max-height: 26.04167vw;
    opacity: 1
}

[data-v-8b0f8ace] .el-drawer__body {
    padding: 0
}

.content[data-v-c6473727] {
    height: 100%;
    width: 72.91667vw
}

#header[data-v-c6473727] {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999
}

.header[data-v-c6473727] {
    border-radius: 5.20833vw;
    height: 4.16667vw;
    width: 100%
}

.header .header_left[data-v-c6473727] {
    color: #fff;
    font-size: 1.04167vw;
    font-weight: 600;
    line-height: 1.45833vw
}

.header .header_left img[data-v-c6473727] {
    height: 1.77083vw;
    margin-right: .41667vw;
    width: 1.77083vw
}

.header .header_center ul li[data-v-c6473727] {
    color: #fff;
    font-family: PingFang SC;
    font-size: .83333vw;
    font-weight: 400;
    line-height: 1.16667vw;
    margin-right: 2.60417vw;
    text-align: left
}

.header .header_center ul li a[data-v-c6473727]:hover {
    background: linear-gradient(96.74deg, #0ff, #5953ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block
}

.header .header_right .Serve_btn:hover .server_popover[data-v-c6473727],
.header .header_right .server_popover[data-v-c6473727]:hover {
    display: block
}

.header .header_right .Serve_btn[data-v-c6473727] {
    border: 1px solid #5142fc;
    border-radius: .41667vw;
    color: #fff;
    font-family: PingFang SC;
    font-size: .83333vw;
    font-weight: 400;
    height: 1.875vw;
    line-height: 1.875vw;
    margin-right: 1.25vw;
    position: relative;
    text-align: center;
    width: 4.21875vw
}

.header .header_right .Serve_btn .server_popover[data-v-c6473727] {
    display: none;
    padding-top: 1.875vw;
    position: absolute;
    top: 1.875vw;
    transform: translateX(-70%)
}

.header .header_right .Serve_btn .server_popover .popover_center[data-v-c6473727] {
    background: #fff;
    border-radius: 1.25vw;
    padding: 1.04167vw;
    width: 16.51042vw
}

.header .header_right .Serve_btn .server_popover .popover_center .Serve_logo[data-v-c6473727] {
    color: #4c2a80;
    font-family: PingFang SC;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.62344vw;
    margin-bottom: .72917vw;
    margin-top: .52083vw;
    text-align: left
}

.header .header_right .Serve_btn .server_popover .popover_center .Serve_logo img[data-v-c6473727] {
    height: 1.77083vw;
    margin-right: .72917vw;
    width: 1.77083vw
}

.header .header_right .Serve_btn .server_popover .popover_center .line[data-v-c6473727] {
    background: #e1e1ff;
    border-radius: .52083vw;
    height: .15625vw;
    margin-bottom: .9375vw;
    width: 100%
}

.header .header_right .Serve_btn .server_popover .popover_center .link .link_item[data-v-c6473727]:hover {
    background: #f3ebff
}

.header .header_right .Serve_btn .server_popover .popover_center .link .link_item[data-v-c6473727] {
    border-radius: .52083vw;
    color: #333;
    display: flex;
    font-family: PingFang SC;
    font-size: .9375vw;
    padding: .625vw;
    text-align: left
}

.header .header_right .Serve_btn .server_popover .popover_center .link .link_item img[data-v-c6473727] {
    height: 1.25vw;
    margin-right: .72917vw;
    width: 1.25vw
}

.header .header_right .Serve_btn .triangle[data-v-c6473727] {
    height: 2.96875vw;
    position: absolute;
    right: 1.30208vw;
    top: .88542vw;
    width: 3.48958vw
}

.header .header_right .language:hover .language_popover[data-v-c6473727],
.header .header_right a[data-v-c6473727] {
    display: block
}

.header .header_right .language[data-v-c6473727] {
    position: relative
}

.header .header_right .language img[data-v-c6473727] {
    height: 2.60417vw;
    width: 2.60417vw
}

.header .header_right .language .language_popover[data-v-c6473727] {
    display: none;
    padding-top: 1.875vw;
    position: absolute;
    top: 1.875vw;
    transform: translateX(-12%)
}

.header .header_right .language .language_popover .popover_center[data-v-c6473727] {
    background: #fff;
    border-radius: 1.25vw;
    padding: 1.25vw;
    position: relative;
    width: 11.82292vw
}

.header .header_right .language .language_popover .popover_center .language_item[data-v-c6473727]:hover {
    background: #f3ebff;
    cursor: pointer
}

.header .header_right .language .language_popover .popover_center .language_item[data-v-c6473727] {
    border-radius: .52083vw;
    color: #000;
    font-family: PingFang SC;
    font-size: .9375vw;
    font-weight: 400;
    line-height: 1.3125vw;
    padding: .52083vw;
    text-align: left
}

.header .header_right .language .language_popover .popover_center .language_item img[data-v-c6473727] {
    height: 1.25vw;
    margin-right: .72917vw;
    width: 1.25vw
}

.header .header_right .language .triangle[data-v-c6473727] {
    height: 2.96875vw;
    left: 1.04167vw;
    position: absolute;
    top: -.625vw;
    width: 3.48958vw
}

#footer_h5[data-v-a4f37110] {
    background: #171717
}

.footer_h5[data-v-a4f37110] {
    background-image: url(../images/footer_bg_h5.BfyrxlGb.png);
    background-size: 100% 100%;
    height: 100%;
    padding: 0 4.26667vw
}

.logo[data-v-a4f37110] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 6.93333vw;
    font-weight: 600;
    line-height: 9.70667vw;
    margin-bottom: 8vw;
    padding-top: 13.86667vw;
    text-align: left
}

.logo img[data-v-a4f37110] {
    height: 9.86667vw;
    margin-right: 2.81867vw;
    width: 9.86667vw
}

.Subscribe[data-v-a4f37110] {
    margin-bottom: 5.33333vw
}

.Subscribe .Subscribe_title[data-v-a4f37110] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 6.72vw;
    margin-bottom: 1.06667vw;
    text-align: left
}

.Subscribe .Subscribe_text[data-v-a4f37110] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 4.48vw;
    text-align: left
}

.footer_btn_list[data-v-a4f37110] {
    flex-wrap: wrap;
    margin-bottom: 10.66667vw
}

.footer_btn_list .footer_btn[data-v-a4f37110] {
    background: #fff;
    border-radius: 2.184vw;
    height: 16.8vw;
    margin-bottom: 2.66667vw;
    padding: 0 1.6vw;
    width: 41.33333vw
}

.footer_btn_list .footer_btn img[data-v-a4f37110] {
    height: 10.13333vw;
    margin-right: 1.06667vw;
    width: 10.13333vw
}

.footer_btn_list .footer_btn .btn_title[data-v-a4f37110] {
    font-weight: 500
}

.footer_btn_list .footer_btn .btn_text[data-v-a4f37110],
.footer_btn_list .footer_btn .btn_title[data-v-a4f37110] {
    color: #000;
    font-family: PingFang SC;
    font-size: 3.2vw;
    line-height: 4.48vw;
    text-align: left
}

.footer_btn_list .footer_btn .btn_text[data-v-a4f37110] {
    font-weight: 600
}

.about[data-v-a4f37110] {
    margin-bottom: 3.2vw
}

.about .about_title[data-v-a4f37110] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 6.72vw;
    margin-bottom: 5.33333vw;
    text-align: left
}

.about .link img[data-v-a4f37110] {
    height: 10.66667vw;
    margin-right: 4.26667vw;
    width: 10.66667vw
}

.privacy[data-v-a4f37110] {
    color: #999;
    font-family: PingFang SC;
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing: .1000000015px;
    line-height: 4.48vw;
    margin-bottom: 10.66667vw;
    text-align: left
}

.privacy span[data-v-a4f37110] {
    text-decoration: underline
}

.footer_menu[data-v-a4f37110] {
    margin-bottom: 10.66667vw
}

.footer_menu .footer_menu_title[data-v-a4f37110] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 6.72vw;
    margin-bottom: 5.33333vw;
    text-align: left
}

.footer_menu .menuDrawer_list .menu[data-v-a4f37110] {
    list-style-type: none
}

.footer_menu .menuDrawer_list .menu-item[data-v-a4f37110] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 3.73333vw;
    font-weight: 600;
    line-height: 5.33333vw;
    margin-bottom: 6.93333vw;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.footer_menu .menuDrawer_list .menu-item .rotate[data-v-a4f37110] {
    transform: rotate(0deg)
}

.footer_menu .menuDrawer_list .menu-item img[data-v-a4f37110] {
    height: 5.33333vw;
    transform: rotate(-90deg);
    transition: transform .3s ease;
    width: 5.33333vw
}

.footer_menu .menuDrawer_list .submenu[data-v-a4f37110] {
    list-style-type: none;
    overflow: hidden;
    padding-left: 3.46667vw
}

.footer_menu .menuDrawer_list .submenu li[data-v-a4f37110] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 3.73333vw;
    font-weight: 600;
    line-height: 5.33333vw;
    padding-bottom: 6.93333vw;
    text-align: left
}

.footer_menu .menuDrawer_list .expand-enter-active[data-v-a4f37110],
.footer_menu .menuDrawer_list .expand-leave-active[data-v-a4f37110] {
    transition: all .3s ease
}

.footer_menu .menuDrawer_list .expand-enter-from[data-v-a4f37110],
.footer_menu .menuDrawer_list .expand-leave-to[data-v-a4f37110] {
    max-height: 0;
    opacity: 0
}

.footer_menu .menuDrawer_list .expand-enter-to[data-v-a4f37110],
.footer_menu .menuDrawer_list .expand-leave-from[data-v-a4f37110] {
    max-height: 26.04167vw;
    opacity: 1
}

.line[data-v-a4f37110] {
    background-color: #34384c;
    height: .53333vw;
    margin-bottom: 6.66667vw;
    width: 91.46667vw
}

.copyright[data-v-a4f37110] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 6.4vw;
    padding-bottom: 6.66667vw;
    text-align: center
}

.content[data-v-59e8836d] {
    height: 100%;
    width: 72.91667vw
}

.footer[data-v-59e8836d] {
    background: #14141f;
    background-image: url(../images/footer_bg.DsFO5I-3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 5.20833vw 0 4.0625vw
}

.footer .footer_left .logo[data-v-59e8836d] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.62344vw;
    margin-bottom: 1.71875vw;
    text-align: left
}

.footer .footer_left .logo img[data-v-59e8836d] {
    height: 1.77083vw;
    margin-right: .72917vw;
    width: 1.77083vw
}

.footer .footer_left .footer_left_text[data-v-59e8836d] {
    color: #999;
    font-family: Urbanist;
    font-size: .72917vw;
    font-weight: 400;
    line-height: 1.14583vw;
    text-align: left
}

.footer .footer_left .footer_left_text span[data-v-59e8836d] {
    text-decoration: underline
}

.footer .footer_left .footer_left_link[data-v-59e8836d] {
    margin-bottom: 2.03125vw
}

.footer .footer_left .footer_left_link a[data-v-59e8836d] {
    display: block
}

.footer .footer_left .footer_left_link a img[data-v-59e8836d] {
    height: 2.08333vw;
    margin-right: .625vw;
    width: 2.08333vw
}

.footer .footer_right .nav ul li[data-v-59e8836d] {
    color: #fff;
    font-family: Urbanist;
    font-size: .9375vw;
    font-weight: 700;
    line-height: 1.35417vw;
    margin-bottom: .625vw;
    margin-left: 4.16667vw;
    text-align: left
}

.footer .footer_right .nav ul li .sub_menu[data-v-59e8836d] {
    margin-top: .9375vw
}

.footer .footer_right .nav ul li .sub_menu a[data-v-59e8836d] {
    color: #64626a;
    font-family: PingFang SC;
    font-size: .83333vw;
    font-weight: 400;
    line-height: 1.77083vw;
    text-align: left
}

.footer .footer_right .footer_right_btn a[data-v-59e8836d] {
    display: block
}

.footer .footer_right .footer_right_btn .btn_item[data-v-59e8836d] {
    align-items: center;
    background-color: #fff;
    border-radius: .42656vw;
    display: flex;
    height: 3.125vw;
    margin-left: 1.5625vw;
    padding-left: .625vw;
    width: 11.04167vw
}

.footer .footer_right .footer_right_btn .btn_item img[data-v-59e8836d] {
    height: 2.08333vw;
    margin-right: .625vw;
    width: 2.08333vw
}

.footer .footer_right .footer_right_btn .btn_item .btn_item_text[data-v-59e8836d] {
    color: #000;
    font-family: PingFang SC;
    font-size: .625vw;
    font-weight: 500;
    line-height: .875vw;
    text-align: left
}

.footer .footer_right .footer_right_btn .btn_item .btn_item_title[data-v-59e8836d] {
    color: #000;
    font-family: PingFang SC;
    font-size: 1.14583vw;
    font-weight: 600;
    line-height: 1.45833vw;
    text-align: left
}

.footer .Disclaimer[data-v-59e8836d] {
    color: #64626a;
    font-family: Inter;
    font-size: .625vw;
    font-weight: 400;
    line-height: .75625vw;
    margin-top: 3.54167vw;
    text-align: center
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0
}

div {
    box-sizing: border-box;
    font-family: PingFang SC !important
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: inherit;
    text-decoration: none
}

#content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.el-dropdown,
.el-dropdown * {
    outline: none
}

.fp-watermark {
    display: none
}

body[data-v-dd72d2f5] {
    line-height: 1;
    margin: 0
}

.content[data-v-dd72d2f5] {
    height: 100%;
    width: 72.91667vw
}

#content[data-v-dd72d2f5] {
    height: 100%;
    width: 100%
}

.section[data-v-dd72d2f5] {
    background-color: #14141f
}

.banner[data-v-dd72d2f5] {
    background-color: #000;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.banner .banner_title[data-v-dd72d2f5] {
    font-size: 1.5625vw;
    line-height: 2.29167vw;
    margin-bottom: .83333vw;
    text-align: left;
    z-index: 1
}

.banner .banner_text[data-v-dd72d2f5],
.banner .banner_title[data-v-dd72d2f5] {
    color: #fff;
    font-family: PingFang SC;
    font-weight: 600
}

.banner .banner_text[data-v-dd72d2f5] {
    font-size: 4.16667vw;
    line-height: 5.41667vw;
    margin-bottom: .625vw;
    text-align: celeftnter;
    white-space: pre-line
}

.banner .banner_desc[data-v-dd72d2f5] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 1.875vw;
    font-weight: 400;
    line-height: 2.08333vw;
    margin-bottom: 2.8125vw;
    text-align: left
}

.banner .banner_btn[data-v-dd72d2f5] {
    flex-shrink: 1;
    flex-wrap: wrap;
    width: 27.29167vw
}

.banner .banner_btn .btn_item[data-v-dd72d2f5] {
    background: #fff;
    border-radius: 1.04167vw;
    color: #333;
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 1.25vw;
    font-weight: 600;
    height: 4.89583vw;
    margin-bottom: 2.13542vw;
    text-align: center;
    transition: all .2s linear;
    width: 12.44792vw
}

.banner .banner_btn .btn_item img[data-v-dd72d2f5] {
    height: 1.77083vw;
    margin-right: .72917vw;
    width: 1.77083vw
}

.banner .banner_btn .btn_item[data-v-dd72d2f5]:hover {
    background-color: #5142fc;
    color: #fff
}

.banner .banner_video[data-v-dd72d2f5] {
    left: 25%;
    opacity: .5;
    position: absolute;
    z-index: -1
}

.banner .bg[data-v-dd72d2f5] {
    height: 17.04531vw;
    left: 0;
    opacity: .8;
    position: absolute;
    top: -.78125vw;
    width: 27.54792vw;
    z-index: 0
}

.gateway[data-v-dd72d2f5] {
    background-color: #14141f;
    background-image: url(../images/gateway_bg.D3wCj6l0.png);
    background-size: 100% 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.gateway .gateway_icon[data-v-dd72d2f5] {
    height: 2.96875vw;
    left: 32.60417vw;
    position: absolute;
    top: 7.44792vw;
    width: 2.96875vw
}

.gateway .gateway_icon1[data-v-dd72d2f5] {
    height: 4.16667vw;
    left: 57.08333vw;
    position: absolute;
    top: 4.21875vw;
    width: 4.16667vw
}

.gateway .gateway_icon2[data-v-dd72d2f5] {
    height: 4.01042vw;
    position: absolute;
    right: 10.20833vw;
    top: 4.94792vw;
    width: 4.01042vw
}

.gateway .gateway_icon3[data-v-dd72d2f5] {
    bottom: 8.95833vw;
    left: 32.44792vw
}

.gateway .gateway_icon3[data-v-dd72d2f5],
.gateway .gateway_icon4[data-v-dd72d2f5] {
    height: 3.38542vw;
    position: absolute;
    width: 3.38542vw
}

.gateway .gateway_icon4[data-v-dd72d2f5] {
    bottom: 3.80208vw;
    right: 22.39583vw
}

.gateway .gateway_left[data-v-dd72d2f5] {
    margin-right: 5vw;
    max-width: 31.25vw
}

.gateway .gateway_left .gateway_left_title[data-v-dd72d2f5] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 3.64583vw;
    font-weight: 600;
    line-height: 5.41667vw;
    margin-bottom: .625vw
}

.gateway .gateway_left .gateway_left_text[data-v-dd72d2f5] {
    color: #fff;
    font-family: PingFang SC;
    font-size: .83333vw;
    font-weight: 400;
    line-height: 2.08333vw
}

.gateway .gateway_right[data-v-dd72d2f5] {
    z-index: 2
}

.gateway .gateway_right img[data-v-dd72d2f5] {
    height: 28.80208vw;
    width: 49.6875vw
}

.Merchant[data-v-dd72d2f5] {
    background-color: #14141f;
    height: 100vh;
    width: 100%
}

.Merchant .Merchant_content[data-v-dd72d2f5] {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%
}

.Merchant .Merchant_title[data-v-dd72d2f5] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 4.16667vw;
    font-weight: 900;
    left: 50%;
    line-height: 3.54167vw;
    position: absolute;
    top: 8.07292vw;
    transform: translateX(-50%);
    z-index: 5
}

.Merchant .trapezoid_left[data-v-dd72d2f5] {
    background: linear-gradient(180deg, #371b4b 13%, #290247);
    height: 100vh;
    left: -50vw;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    width: 100vw
}

.Merchant .trapezoid_left .trapezoid_left_content[data-v-dd72d2f5] {
    height: 100%;
    position: relative;
    transform: skew(20deg);
    width: 100%
}

.Merchant .trapezoid_left .trapezoid_left_content .left_btn[data-v-dd72d2f5] {
    left: 67%;
    position: absolute;
    top: 20.83333vw
}

.Merchant .trapezoid_left .trapezoid_left_content .left_btn .left_btn_icon img[data-v-dd72d2f5] {
    animation: flow-dd72d2f5 .8s linear infinite;
    height: 2.74792vw;
    margin-right: .52083vw;
    opacity: 0;
    transition: all .8s ease-in-out;
    width: 2.00938vw
}

.Merchant .trapezoid_left .trapezoid_left_content .left_btn .left_btn_icon[data-v-dd72d2f5]>:nth-child(2) {
    animation-delay: .1s
}

@keyframes flow-dd72d2f5 {
    0% {
        opacity: 0;
        transform: translateX(100%) scale(.6)
    }

    50% {
        opacity: .5;
        transform: scale(.9)
    }

    90% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: translateX(-100%) scale(.6)
    }
}

.Merchant .trapezoid_left .trapezoid_left_content .left_btn .left_btn_text[data-v-dd72d2f5] {
    color: #fff;
    font-family: Inter;
    font-size: 3.125vw;
    font-weight: 900;
    line-height: 2.74792vw;
    margin-left: 1.09375vw;
    text-align: left
}

.Merchant .trapezoid_left .trapezoid_left_content .left_Merchant_img[data-v-dd72d2f5] {
    position: absolute;
    right: -65%;
    top: 65%;
    transform: translateY(-50%)
}

.Merchant .trapezoid_left .trapezoid_left_content .left_Merchant_img img[data-v-dd72d2f5] {
    height: 34.27083vw;
    width: 56.35417vw
}

.Merchant .trapezoid_left .trapezoid_left_content .Merchant_left_guide[data-v-dd72d2f5] {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 16.5625vw
}

.Merchant .trapezoid_left .trapezoid_left_content .Merchant_left_bg[data-v-dd72d2f5] {
    height: 33.85417vw;
    left: 45%;
    opacity: 0;
    position: absolute;
    width: 36.45833vw
}

.Merchant .trapezoid_right[data-v-dd72d2f5] {
    background: #14141f;
    height: 100vh;
    position: absolute;
    right: -50vw;
    top: 0;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    width: 100vw;
    z-index: 1
}

.Merchant .trapezoid_right .trapezoid_right_content[data-v-dd72d2f5] {
    height: 100%;
    overflow: hidden;
    position: relative;
    transform: skew(20deg);
    width: 100%
}

.Merchant .trapezoid_right .trapezoid_right_content .right_btn[data-v-dd72d2f5] {
    position: absolute;
    right: 66%;
    top: 30.72917vw
}

.Merchant .trapezoid_right .trapezoid_right_content .right_btn .right_btn_icon img[data-v-dd72d2f5] {
    animation: flow_right-dd72d2f5 .8s linear infinite;
    height: 2.74792vw;
    margin-right: .52083vw;
    opacity: 0;
    transition: all .8s ease-in-out;
    width: 2.00938vw
}

.Merchant .trapezoid_right .trapezoid_right_content .right_btn .right_btn_icon[data-v-dd72d2f5]>:nth-child(2) {
    animation-delay: .1s
}

@keyframes flow_right-dd72d2f5 {
    0% {
        opacity: 0;
        transform: translateX(-100%) scale(.6)
    }

    50% {
        opacity: .5;
        transform: scale(.9)
    }

    90% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: translateX(100%) scale(.6)
    }
}

.Merchant .trapezoid_right .trapezoid_right_content .right_btn .right_btn_text[data-v-dd72d2f5] {
    color: #fff;
    font-family: Inter;
    font-size: 3.125vw;
    font-weight: 900;
    line-height: 2.74792vw;
    margin-right: 1.09375vw;
    text-align: left
}

.Merchant .trapezoid_right .trapezoid_right_content .right_Merchant_img[data-v-dd72d2f5] {
    left: -65%;
    position: absolute;
    top: 70%;
    transform: translateY(-50%)
}

.Merchant .trapezoid_right .trapezoid_right_content .right_Merchant_img img[data-v-dd72d2f5] {
    height: 34.40781vw;
    width: 53.48542vw
}

.Merchant .trapezoid_right .trapezoid_right_content .Merchant_right_guide[data-v-dd72d2f5] {
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    width: 16.5625vw
}

.Merchant .trapezoid_right .trapezoid_right_content .Merchant_right_bg[data-v-dd72d2f5] {
    opacity: 0;
    position: absolute;
    right: 30%;
    top: -1.04167vw;
    z-index: 0
}

.Serve[data-v-dd72d2f5] {
    background-image: url(../images/Serve_bg.qSWcP4UM.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    perspective: 2604.16667vw;
    width: 100%
}

.Serve .Serve_content[data-v-dd72d2f5]:hover {
    animation-play-state: paused
}

.Serve .Serve_content[data-v-dd72d2f5] {
    animation: action-dd72d2f5 20s linear infinite;
    height: 24.79167vw;
    position: relative;
    transform-style: preserve-3d;
    width: 41.35417vw;
    will-change: transform
}

.Serve .Serve_content .Serve_item[data-v-dd72d2f5] {
    background: #000;
    border-radius: .625vw;
    height: 24.79167vw;
    position: absolute;
    width: 41.35417vw
}

.Serve .Serve_content .Serve_item[data-v-dd72d2f5]:before {
    background: inherit;
    bottom: -.52083vw;
    content: "";
    left: 0;
    -webkit-mask-image: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, .9));
    mask-image: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, .9));
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(-1);
    transform-origin: 0 100%;
    z-index: 1
}

.Serve .Serve_content .item1[data-v-dd72d2f5] {
    background-image: url(../images/Serve_item_img.szvYRLCG.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-left: 3.48958vw;
    width: 100%
}

.Serve .Serve_content .item1 .Serve_item_title[data-v-dd72d2f5] {
    background: -webkit-linear-gradient(90deg, #6c81ff, #e7357c);
    -webkit-background-clip: text;
    font-family: PingFang SC;
    font-size: 1.66667vw;
    font-weight: 600;
    line-height: 2.10521vw;
    text-align: left;
    -webkit-text-fill-color: transparent;
    margin-bottom: .70313vw
}

.Serve .Serve_content .item1 .Serve_item_text[data-v-dd72d2f5] {
    color: #6b6b6b;
    font-family: PingFang SC;
    font-size: .83333vw;
    font-weight: 400;
    line-height: 1.14583vw;
    text-align: left;
    width: 15.88542vw
}

.Serve .Serve_content .item2[data-v-dd72d2f5] {
    background-image: url(../images/Serve_item_img1.BSeX6jH2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-left: 2.70833vw;
    width: 100%
}

.Serve .Serve_content .item2 .Serve_item_title[data-v-dd72d2f5] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 1.97917vw;
    font-weight: 600;
    line-height: 2.10521vw;
    margin-bottom: .70313vw;
    text-align: left
}

.Serve .Serve_content .item2 .Serve_item_title span[data-v-dd72d2f5] {
    font-size: 1.1651vw !important
}

.Serve .Serve_content .item2 .Serve_item_text[data-v-dd72d2f5] {
    color: #999;
    font-family: PingFang SC;
    font-size: .83333vw;
    font-weight: 400;
    line-height: 1.14583vw;
    text-align: left;
    width: 16.97917vw
}

.Serve .Serve_content .item3[data-v-dd72d2f5] {
    background-image: url(../images/Serve_item_img2.Bl-TFgSG.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 2.8125vw;
    width: 100%
}

.Serve .Serve_content .item3 .Serve_item_title[data-v-dd72d2f5] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 1.51042vw;
    font-weight: 600;
    line-height: 2.10521vw;
    margin-bottom: .70313vw;
    text-align: left
}

@keyframes action-dd72d2f5 {
    0% {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(1turn)
    }
}

.Serve .Serve_content[data-v-dd72d2f5]>:first-child {
    transform: translateZ(39.0625vw)
}

.Serve .Serve_content[data-v-dd72d2f5]>:nth-child(2) {
    transform: rotateY(60deg) translateZ(39.0625vw)
}

.Serve .Serve_content[data-v-dd72d2f5]>:nth-child(3) {
    transform: rotateY(120deg) translateZ(39.0625vw)
}

.Serve .Serve_content[data-v-dd72d2f5]>:nth-child(4) {
    transform: rotateY(180deg) translateZ(39.0625vw)
}

.Serve .Serve_content[data-v-dd72d2f5]>:nth-child(5) {
    transform: rotateY(240deg) translateZ(39.0625vw)
}

.Serve .Serve_content[data-v-dd72d2f5]>:nth-child(6) {
    transform: rotateY(300deg) translateZ(39.0625vw)
}

.Moreservices[data-v-dd72d2f5] {
    background-color: #14141f;
    background-image: url(../images/Moreservices_bg.ij6Qavse.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative
}

.Moreservices .Moreservices_title[data-v-dd72d2f5] {
    color: #fff;
    font-family: Inter;
    font-size: 4.16667vw;
    font-weight: 900;
    left: 50%;
    line-height: 6.77083vw;
    position: absolute;
    text-align: left;
    top: 5.625vw;
    transform: translateX(-50%)
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:first-child {
    font-size: 1.04167vw;
    height: 5.78125vw;
    left: 7.23958vw;
    top: 27.86458vw;
    width: 5.78125vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(2) {
    font-size: 1.35417vw;
    height: 9.63542vw;
    left: 16.19792vw;
    top: 15.26042vw;
    width: 9.63542vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(3) {
    font-size: 1.77083vw;
    height: 15.57292vw;
    left: 21.61458vw;
    top: 28.80208vw;
    width: 15.57292vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(4) {
    bottom: 7.03125vw;
    font-size: .83333vw;
    height: 5.84375vw;
    left: 13.02083vw;
    width: 5.84375vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(5) {
    font-size: .83333vw;
    height: 5.78125vw;
    left: 38.95833vw;
    top: 22.39583vw;
    width: 5.78125vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(6) {
    bottom: 6.66667vw;
    font-size: .72917vw;
    height: 7.8125vw;
    left: 39.27083vw;
    width: 7.8125vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(7) {
    font-size: .83333vw;
    height: 4.84375vw;
    left: 52.34375vw;
    top: 16.09375vw;
    width: 4.84375vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(8) {
    font-size: 1.5625vw;
    height: 9.63542vw;
    left: 49.375vw;
    top: 29.11458vw;
    width: 9.63542vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(9) {
    bottom: 2.55208vw;
    font-size: .83333vw;
    height: 5.78125vw;
    left: 58.125vw;
    width: 5.78125vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(10) {
    font-size: .83333vw;
    height: 5.78125vw;
    left: 72.03125vw;
    top: 14.42708vw;
    width: 5.78125vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(11) {
    font-size: .83333vw;
    height: 4.84375vw;
    left: 61.97917vw;
    top: 23.64583vw;
    width: 4.84375vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(12) {
    bottom: 5.26042vw;
    font-size: 1.5625vw;
    height: 12.76042vw;
    left: 67.70833vw;
    width: 12.76042vw
}

.Moreservices .Moreservices_content[data-v-dd72d2f5]>:nth-child(13) {
    font-size: 1.5625vw;
    height: 9.63542vw;
    left: 83.33333vw;
    top: 20.78125vw;
    width: 9.63542vw
}

.Moreservices .Moreservices_item[data-v-dd72d2f5]:hover {
    background: #d1c9ff;
    color: #14141f
}

.Moreservices .Moreservices_item[data-v-dd72d2f5] {
    align-items: center;
    background: rgba(122, 113, 172, .502);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: PingFang SC;
    font-weight: 400;
    justify-content: center;
    line-height: 2.03125vw;
    padding: 0 1.04167vw;
    position: absolute;
    text-align: center
}

.page[data-v-dd72d2f5] {
    background-color: #14141f;
    background-image: url(../images/banner_bg.C-k65Rye.png);
    background-size: 100% 100%;
    height: 100vh;
    width: 100%
}

#content_h5[data-v-d4825a3b] {
    box-sizing: border-box;


    width: 100%
}

#content_h5[data-v-d4825a3b]::-webkit-scrollbar {
    display: none
}

.content_h5[data-v-d4825a3b] {
    padding: 0 4.26667vw
}

.banner[data-v-d4825a3b] {
    background: #000;
    overflow: hidden;
    padding-top: 21.33333vw;
    position: relative
}

.banner .banner_title[data-v-d4825a3b] {
    font-size: 5.33333vw;
    line-height: 6.93333vw;
    margin-bottom: 2.66667vw
}

.banner .banner_text[data-v-d4825a3b],
.banner .banner_title[data-v-d4825a3b] {
    color: #fff;
    font-family: PingFang SC;
    font-weight: 600;
    text-align: center
}

.banner .banner_text[data-v-d4825a3b] {
    font-size: 6.93333vw;
    line-height: 10.66667vw;
    margin-bottom: 2.13333vw
}

.banner .banner_desc[data-v-d4825a3b] {
    color: #ebebeb;
    font-family: Urbanist;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 5.86667vw;
    margin-bottom: 5.33333vw;
    text-align: center
}

.banner .banner_btn[data-v-d4825a3b] {
    flex-wrap: wrap;
    padding: 0 7.6vw
}

.banner .banner_btn .btn_item[data-v-d4825a3b] {
    background: #fff;
    border-radius: 3.29067vw;
    color: #333;
    font-family: PingFang SC;
    font-size: 4.26667vw;
    font-weight: 600;
    height: 15.46667vw;
    line-height: 8.312vw;
    margin-bottom: 6.4vw;
    text-align: left;
    width: 100%
}

.banner .banner_btn .btn_item img[data-v-d4825a3b] {
    height: 6.4vw;
    margin-right: 3.2vw;
    width: 6.4vw
}

.banner .banner_video[data-v-d4825a3b] {
    transform: translateX(-16%);
    width: 146.93333vw
}

.gateway[data-v-d4825a3b] {
    background: #14141f;
    background-image: url(../images/gateway_bg.D3wCj6l0.png);
    background-position: 50%;
    background-size: cover;
    padding-bottom: 30.66667vw;
    padding-top: 13.33333vw;
    position: relative
}

.gateway .gateway_left_title[data-v-d4825a3b] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 6.93333vw;
    font-weight: 600;
    line-height: 10.66667vw;
    margin-bottom: 2.13333vw;
    text-align: center
}

.gateway .gateway_left_text[data-v-d4825a3b] {
    color: #ebebeb;
    font-family: Urbanist;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 5.86667vw;
    margin-bottom: 24.53333vw;
    text-align: center
}

.gateway .gateway_right img[data-v-d4825a3b] {
    height: 51.46667vw;
    width: 91.46667vw
}

.gateway .gateway_icon[data-v-d4825a3b] {
    height: 3.73333vw;
    left: 12.26667vw;
    position: absolute;
    top: 48vw;
    width: 3.73333vw
}

.gateway .gateway_icon1[data-v-d4825a3b] {
    height: 5.33333vw;
    left: 40.26667vw;
    position: absolute;
    top: 42.66667vw;
    width: 5.33333vw
}

.gateway .gateway_icon2[data-v-d4825a3b] {
    height: 5.10133vw;
    position: absolute;
    right: 8.76533vw;
    top: 42.66667vw;
    width: 5.10133vw
}

.gateway .gateway_icon3[data-v-d4825a3b] {
    bottom: 17.6vw;
    height: 4.26667vw;
    left: 26.13333vw;
    position: absolute;
    width: 4.26667vw
}

.gateway .gateway_icon4[data-v-d4825a3b] {
    bottom: 18.93333vw;
    height: 6.4vw;
    position: absolute;
    right: 13.06667vw;
    width: 6.4vw
}

.Merchant[data-v-d4825a3b] {
    background: #14141f;
    height: 173.86667vw;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.Merchant .Merchant_title[data-v-d4825a3b] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 6.93333vw;
    font-weight: 600;
    left: 50%;
    line-height: 10.66667vw;
    position: absolute;
    text-align: center;
    top: 5.33333vw;
    transform: translateX(-50%);
    width: 100%;
    z-index: 7
}

.Merchant .open_card[data-v-d4825a3b] {
    margin-top: 18.66667vw;
    position: absolute;
    z-index: 3
}

.Merchant .open_card .open_card_title[data-v-d4825a3b] {
    margin-bottom: 9.06667vw
}

.Merchant .open_card .open_card_title .left_icon[data-v-d4825a3b] {
    animation-delay: .1s;
    margin-right: .53333vw;
    opacity: .3
}

.Merchant .open_card .open_card_title img[data-v-d4825a3b] {
    animation: flow-d4825a3b .8s linear infinite;
    height: 2.86133vw;
    transition: all .8s ease-in-out;
    width: 2.10667vw
}

@keyframes flow-d4825a3b {
    0% {
        opacity: 0;
        transform: translateX(100%) scale(.6)
    }

    50% {
        opacity: .5;
        transform: scale(.9)
    }

    90% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: translateX(-100%) scale(.6)
    }
}

.Merchant .open_card .open_card_title .open_card_text[data-v-d4825a3b] {
    color: #fff;
    font-family: Inter;
    font-size: 3.73333vw;
    font-weight: 900;
    line-height: 6.93333vw;
    margin-left: 2.13333vw;
    text-align: left
}

.Merchant .open_card .open_card_img img[data-v-d4825a3b] {
    height: 81.81867vw;
    width: 63.06133vw
}

.Merchant .Pay[data-v-d4825a3b] {
    position: absolute;
    right: 0;
    top: 52vw;
    z-index: 6
}

.Merchant .Pay .Pay_title[data-v-d4825a3b] {
    align-self: center;
    margin-bottom: 3.73333vw
}

.Merchant .Pay .Pay_title .Pay_text[data-v-d4825a3b] {
    color: #fff;
    font-family: Inter;
    font-size: 3.73333vw;
    font-weight: 900;
    line-height: 6.93333vw;
    margin-right: 2.13333vw;
    text-align: left
}

.Merchant .Pay .Pay_title .right_icon_2[data-v-d4825a3b] {
    animation-delay: .1s;
    margin-left: .53333vw;
    opacity: .3
}

.Merchant .Pay .Pay_title img[data-v-d4825a3b] {
    animation: flow_right-d4825a3b .8s linear infinite;
    height: 2.86133vw;
    transition: all .8s ease-in-out;
    width: 2.10667vw
}

@keyframes flow_right-d4825a3b {
    0% {
        opacity: 0;
        transform: translateX(-100%) scale(.6)
    }

    50% {
        opacity: .5;
        transform: scale(.9)
    }

    90% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: translateX(100%) scale(.6)
    }
}

.Merchant .Pay .Pay_img img[data-v-d4825a3b] {
    height: 107.36vw;
    width: 49.81067vw
}

.Merchant .Merchant_left_box[data-v-d4825a3b] {
    background: linear-gradient(180deg, #371b4b 13%, #290247);
    height: 173.86667vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.Merchant .Merchant_right_box[data-v-d4825a3b] {
    background: #14141f;
    height: 173.86667vw;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(-20deg) translateX(50%);
    -webkit-transform: skew(-20deg) translateX(50%);
    -moz-transform: skew(-20deg) translateX(50%);
    -ms-transform: skew(-20deg) translateX(50%);
    -o-transform: skew(-20deg) translateX(50%);
    width: 100%;
    z-index: 5
}

.Serve[data-v-d4825a3b] {
    background-image: url(../images/Serve_bg.qSWcP4UM.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 26.66667vw 0;
    perspective: 533.33333vw;
    width: 100%
}

.Serve .Serve_content[data-v-d4825a3b]:hover {
    animation-play-state: paused
}

.Serve .Serve_content[data-v-d4825a3b] {
    animation: action-d4825a3b 20s linear infinite;
    height: 47.32vw;
    position: relative;
    transform-style: preserve-3d;
    width: 78.93333vw;
    will-change: transform
}

.Serve .Serve_content .Serve_item[data-v-d4825a3b] {
    background: #000;
    border-radius: .53333vw;
    height: 47.32vw;
    position: absolute;
    width: 78.93333vw
}

.Serve .Serve_content .Serve_item[data-v-d4825a3b]:before {
    background: inherit;
    bottom: -.52083vw;
    content: "";
    left: 0;
    -webkit-mask-image: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, .9));
    mask-image: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, .9));
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(-1);
    transform-origin: 0 100%;
    z-index: 1
}

.Serve .Serve_content .item1[data-v-d4825a3b] {
    background-image: url(../images/Serve_item_img.szvYRLCG.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-left: 5.568vw;
    width: 100%
}

.Serve .Serve_content .item1 .Serve_item_title[data-v-d4825a3b] {
    background: -webkit-linear-gradient(90deg, #6c81ff, #e7357c);
    -webkit-background-clip: text;
    font-family: PingFang SC;
    font-size: 3.18133vw;
    font-weight: 600;
    line-height: 3.46933vw;
    text-align: left;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3.6vw
}

.Serve .Serve_content .item1 .Serve_item_text[data-v-d4825a3b] {
    color: #6b6b6b;
    font-family: PingFang SC;
    font-size: 1.58933vw;
    font-weight: 400;
    line-height: 2.18667vw;
    text-align: left;
    width: 30.36vw
}

.Serve .Serve_content .item2[data-v-d4825a3b] {
    background-image: url(../images/Serve_item_img1.BSeX6jH2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-left: 2.70833vw;
    width: 100%
}

.Serve .Serve_content .item2 .Serve_item_title[data-v-d4825a3b] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 3.18133vw;
    font-weight: 600;
    line-height: 3.46933vw;
    margin-bottom: 2.8vw;
    text-align: left
}

.Serve .Serve_content .item2 .Serve_item_title span[data-v-d4825a3b] {
    font-size: 2.13333vw !important
}

.Serve .Serve_content .item2 .Serve_item_text[data-v-d4825a3b] {
    color: #999;
    font-family: PingFang SC;
    font-size: 1.58933vw;
    font-weight: 400;
    line-height: 2.18667vw;
    text-align: left;
    width: 41.02667vw
}

.Serve .Serve_content .item3[data-v-d4825a3b] {
    background-image: url(../images/Serve_item_img2.Bl-TFgSG.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 2.8125vw;
    width: 100%
}

.Serve .Serve_content .item3 .Serve_item_title[data-v-d4825a3b] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 3.18133vw;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 3.46933vw;
    text-align: left
}

@keyframes action-d4825a3b {
    0% {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(1turn)
    }
}

.Serve .Serve_content[data-v-d4825a3b]>:first-child {
    transform: translateZ(80vw)
}

.Serve .Serve_content[data-v-d4825a3b]>:nth-child(2) {
    transform: rotateY(60deg) translateZ(80vw)
}

.Serve .Serve_content[data-v-d4825a3b]>:nth-child(3) {
    transform: rotateY(120deg) translateZ(80vw)
}

.Serve .Serve_content[data-v-d4825a3b]>:nth-child(4) {
    transform: rotateY(180deg) translateZ(80vw)
}

.Serve .Serve_content[data-v-d4825a3b]>:nth-child(5) {
    transform: rotateY(240deg) translateZ(80vw)
}

.Serve .Serve_content[data-v-d4825a3b]>:nth-child(6) {
    transform: rotateY(300deg) translateZ(80vw)
}

.Moreservices[data-v-d4825a3b] {
    background-color: #14141f;
    background-image: url(../images/Moreservices_bg.ij6Qavse.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 26.66667vw 0
}

.Moreservices .Moreservices_title[data-v-d4825a3b] {
    color: #fff;
    font-family: PingFang SC;
    font-size: 6.93333vw;
    font-weight: 600;
    line-height: 10.66667vw;
    text-align: center
}

.Moreservices .Moreservices_content[data-v-d4825a3b] {
    height: 213.33333vw;
    position: relative
}

.Moreservices .Moreservices_content .item[data-v-d4825a3b] {
    align-items: center;
    animation: scaleAnimation-d4825a3b 2s infinite;
    background: rgba(122, 113, 172, .502);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: PingFang SC;
    font-weight: 400;
    justify-content: center;
    position: absolute;
    text-align: center
}

@keyframes scaleAnimation-d4825a3b {

    0%,
    to {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:first-child {
    animation-delay: .2s;
    font-family: PingFang SC;
    font-size: 3.2vw;
    height: 24.8vw;
    right: -2.66667vw;
    top: 5.33333vw;
    width: 24.8vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(2) {
    animation-delay: .5s;
    font-size: 5.33333vw;
    height: 49.33333vw;
    left: 5.33333vw;
    top: 13.33333vw;
    width: 49.33333vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(3) {
    animation-delay: .8s;
    font-size: 3.2vw;
    height: 29.6vw;
    left: 54.66667vw;
    top: 37.06667vw;
    width: 29.6vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(4) {
    font-size: 3.73333vw;
    height: 29.6vw;
    left: -2.66667vw;
    top: 63.73333vw;
    width: 29.6vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(5) {
    font-size: 3.73333vw;
    height: 24.8vw;
    left: 29.6vw;
    top: 74.4vw;
    width: 24.8vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(6) {
    animation-delay: 1s;
    font-size: 3.73333vw;
    height: 29.6vw;
    right: 0;
    top: 76.8vw;
    width: 29.6vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(7) {
    animation-delay: .6s;
    font-size: 3.73333vw;
    height: 34.66667vw;
    left: 9.06667vw;
    top: 106.13333vw;
    width: 34.66667vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(8) {
    font-size: 3.2vw;
    height: 24.8vw;
    right: 21.33333vw;
    top: 114.13333vw;
    width: 24.8vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(9) {
    animation-delay: .7s;
    font-size: 3.2vw;
    height: 24.8vw;
    left: 21.33333vw;
    top: 146.13333vw;
    width: 24.8vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(10) {
    font-size: 4.26667vw;
    height: 37.06667vw;
    right: 0;
    top: 146.13333vw;
    width: 37.06667vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(11) {
    animation-delay: .4;
    font-size: 4.26667vw;
    height: 37.06667vw;
    left: -13.33333vw;
    top: 172.8vw;
    width: 37.06667vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(12) {
    animation-delay: 1s;
    font-size: 3.2vw;
    height: 26.13333vw;
    left: 40vw;
    top: 172.8vw;
    width: 26.13333vw
}

.Moreservices .Moreservices_content[data-v-d4825a3b]>:nth-child(13) {
    animation-delay: .2s;
    font-size: 3.2vw;
    height: 24.8vw;
    right: 5.33333vw;
    top: 186.66667vw;
    width: 24.8vw
}



/* 最后一节：非全屏 */
.section.last-section {
  height: auto !important;
  min-height: 60vh; /* 最小高度占屏幕 60%，避免过矮 */
  padding: 50px 0;
}

/* footer 样式 */
.site-footer {
  height: 150px;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.rtb{color: #fff}
.rtb a{color: #fff;margin:0px 8px;font-size: 14px}