.font-family-dinbold[data-v-70335d98] {
    font-family: dinbold,sans-serif,serif
}

.temp-border[data-v-70335d98] {
    height: 64px;
    line-height: 64px;
    background: #1f222e;
    padding-left: 15px
}

.temp-border.top-bottom[data-v-70335d98] {
    position: relative
}

.temp-border.top-bottom .el-form-item__label[data-v-70335d98] {
    position: absolute;
    top: 0;
    height: 14px!important;
    line-height: 14px!important;
    font-size: 12px!important;
    margin-top: 10px;
    color: hsla(0,0%,100%,.4)!important;
    font-weight: 400
}

.temp-border.top-bottom .el-form-item__content[data-v-70335d98] {
    position: absolute;
    bottom: 0;
    width: 30em!important
}

@keyframes goldMove-70335d98 {
    0% {
        top: 0
    }

    to {
        top: 100%
    }
}

.font-yellow[data-v-70335d98] {
    color: #ffc378
}

.font-blue[data-v-70335d98] {
    color: #7cacff
}

.font-green[data-v-70335d98] {
    color: #45c9a5
}

.font-orange[data-v-70335d98] {
    color: #eb6060
}

.font-yellow2[data-v-70335d98] {
    color: #f5c71d
}

.font-vs[data-v-70335d98] {
    color: #d69c75
}

.mb-0[data-v-70335d98] {
    margin-bottom: 0
}

.mt-20[data-v-70335d98] {
    margin-top: 20px
}

.overflow[data-v-70335d98] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pointer[data-v-70335d98] {
    cursor: pointer
}

.flex-between[data-v-70335d98] {
    display: flex;
    justify-content: space-between
}

.active-btn[data-v-70335d98] {
    -webkit-background: linear-gradient(90deg,#d69c75,#e3b78e);
    background: linear-gradient(90deg,#d69c75,#e3b78e);
    height: 40px;
    line-height: 40px
}

.cell-border[data-v-70335d98] {
    height: 64px;
    background: #1f222e;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cell-border>div[data-v-70335d98] {
    padding-top: 5px
}

.cell-border>div small[data-v-70335d98] {
    line-height: 18px;
    font-size: 12px;
    color: hsla(0,0%,100%,.4)
}

.cell-border>div p[data-v-70335d98] {
    line-height: 40px;
    font-size: 16px;
    color: hsla(0,0%,100%,.4)
}

.cell-border a[data-v-70335d98] {
    color: #018fff
}

.font-linear[data-v-70335d98] {
    background: linear-gradient(90deg,#02c2ff,#018fff);
    background: -ms-linear-gradient(top,#02c2ff 0,#018fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad26",endColorstr="#018FFF",GradientType=0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent!important
}

.gray-scale[data-v-70335d98] {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.anim-btn[data-v-70335d98] {
    position: relative;
    padding: 0;
    border: none;
    background: hsla(0,0%,100%,.2);
    overflow: hidden
}

.anim-btn[data-v-70335d98]:hover {
    color: #fff;
    background: transparent;
    box-shadow: none
}

.anim-btn[data-v-70335d98]:after,.anim-btn[data-v-70335d98]:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #fff;
    transition: all .4s ease
}

.anim-btn[data-v-70335d98]:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0
}

.anim-btn[data-v-70335d98]:hover:after,.anim-btn[data-v-70335d98]:hover:before {
    width: 100%;
    transition: all .8s ease
}

.anim-game-warp[data-v-70335d98] {
    overflow: hidden;
    position: relative
}

.anim-game-warp .game_logo[data-v-70335d98] {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform .35s;
    transform-origin: 50% 50%
}

.anim-game-warp .game_logo .el-image[data-v-70335d98] {
    border-radius: 4.8px
}

.anim-game-warp .overlay[data-v-70335d98] {
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: opacity .35s,transform .35s;
    transform: scale3d(1.05,1.05,1)
}

.anim-game-warp img[data-v-70335d98] {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    opacity: .8
}

.anim-game-warp .overlay-container[data-v-70335d98] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.anim-game-warp .overlay[data-v-70335d98]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.5);
    content: "";
    transition: transform .6s;
    transform: scale3d(1.9,1.4,1) rotate(45deg) translate3d(10%,-124%,0)
}

.anim-game-warp .btn-custom[data-v-70335d98] {
    background: #e2b271;
    background-image: linear-gradient(90deg,#e2b271,#f6d99d);
    border-radius: 16px;
    color: #5c3301;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.anim-game-warp .btn-custom .text-wrap[data-v-70335d98] {
    position: relative;
    width: 90px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden
}

.anim-game-warp .btn-custom[data-v-70335d98]:hover {
    cursor: pointer;
    transition-timing-function: cubic-bezier(.6,4,.3,.8);
    animation: gelatine-70335d98 .5s 1
}

@keyframes gelatine-70335d98 {
    0%,to {
        transform: scale(1)
    }

    25% {
        transform: scale(.9,1.1)
    }

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

    75% {
        transform: scale(.95,1.05)
    }
}

.anim-game-warp:hover .overlay[data-v-70335d98] {
    opacity: 1;
    transform: scaleX(1)
}

.anim-game-warp:hover .game_logo[data-v-70335d98] {
    transform: scale3d(1.05,1.05,1)
}

.anim-game-warp:hover .overlay[data-v-70335d98]:before {
    transform: scale3d(1.9,1.4,1) rotate(45deg) translate3d(10%,124%,0)
}

.btnYellow[data-v-70335d98] {
    font-weight: 700!important
}

.btnYellow[data-v-70335d98],.btnYellow[data-v-70335d98]:focus,.btnYellow[data-v-70335d98]:hover {
    color: #633100!important;
    background: linear-gradient(90deg,#e2b271,#f6d99d)!important
}

.colorYellow[data-v-70335d98] {
    background: #e2b271;
    background: linear-gradient(90deg,#e2b271,#f6d99d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad26",endColorstr="#018FFF",GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent!important
}

.moneyColor[data-v-70335d98] {
    background: var(--main-color-gold-gradient,linear-gradient(90deg,#e2b271,#f6d99d));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.new_child_tab_wrap[data-v-70335d98] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
    gap: 16px
}

.new_child_tab_wrap li[data-v-70335d98] {
    width: 96px;
    color: hsla(0,0%,100%,.8);
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

.new_child_tab_wrap li.active[data-v-70335d98] {
    font-weight: 700
}

.flexStart[data-v-70335d98] {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.flexSpace[data-v-70335d98] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.input-item[data-v-70335d98],.mb24[data-v-70335d98] {
    margin-bottom: 24px
}

.mb16[data-v-70335d98] {
    margin-bottom: 16px
}

.appdownload_dialog[data-v-70335d98] {
    margin-top: -55px
}

.appdownload_dialog[data-v-70335d98] .el-dialog {
    height: 500px;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid rgba(162,177,216,.2);
    background: linear-gradient(0deg,rgba(71,83,101,.15),rgba(71,83,101,.15)),linear-gradient(119deg,rgba(58,64,76,.1) -10.27%,rgba(42,45,52,.1) 76.72%);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 16px
}

.appdownload_dialog[data-v-70335d98] .el-dialog__header {
    padding: 0
}

.appdownload_dialog .title[data-v-70335d98] {
    color: hsla(0,0%,100%,.9);
    font-family: PingFang SC;
    font-weight: semibold;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700
}

.appdownload_dialog .title_p[data-v-70335d98] {
    color: hsla(0,0%,100%,.8);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center
}

.appdownload_dialog .title_p span[data-v-70335d98] {
    color: #f3b867;
    cursor: pointer
}

.appdownload_dialog .nav_ul[data-v-70335d98] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0
}

.appdownload_dialog .nav_ul .nav_li[data-v-70335d98] {
    width: 176px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background: hsla(0,0%,100%,.05);
    margin-right: 16px;
    color: hsla(0,0%,100%,.8);
    font-family: PingFang SC;
    font-weight: semibold;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600
}

.appdownload_dialog .nav_ul .nav_li_active[data-v-70335d98] {
    background: linear-gradient(90deg,#e2b271,#f6d99d);
    color: #633100
}

.appdownload_dialog .nav_ul .nav_li[data-v-70335d98]:last-child {
    margin-right: 0
}

.appdownload_dialog .main_box[data-v-70335d98] {
    padding: 0 24px 0;
    height: 334px;
    overflow-y: scroll
}

.appdownload_dialog .title_header[data-v-70335d98] {
    color: #fff;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    line-height: 2
}

.appdownload_dialog .title_header .bold[data-v-70335d98] {
    font-weight: 700
}

.appdownload_dialog .title_header ul[data-v-70335d98] {
    margin: 0
}

.appdownload_dialog .title_header .item[data-v-70335d98] {
    position: relative
}

.appdownload_dialog .title_header .item[data-v-70335d98]:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5px;
    display: inline-block
}

.appdownload_dialog .spanyellow[data-v-70335d98] {
    color: #f3b867;
    font-weight: 700
}

.appdownload_dialog .imgpic[data-v-70335d98] {
    width: 100%;
    margin: 16px 0
}

.font-family-dinbold[data-v-50ff17ca] {
    font-family: dinbold,sans-serif,serif
}

.temp-border[data-v-50ff17ca] {
    height: 64px;
    line-height: 64px;
    background: #1f222e;
    padding-left: 15px
}

.temp-border.top-bottom[data-v-50ff17ca] {
    position: relative
}

.temp-border.top-bottom .el-form-item__label[data-v-50ff17ca] {
    position: absolute;
    top: 0;
    height: 14px!important;
    line-height: 14px!important;
    font-size: 12px!important;
    margin-top: 10px;
    color: hsla(0,0%,100%,.4)!important;
    font-weight: 400
}

.temp-border.top-bottom .el-form-item__content[data-v-50ff17ca] {
    position: absolute;
    bottom: 0;
    width: 30em!important
}

@keyframes goldMove-50ff17ca {
    0% {
        top: 0
    }

    to {
        top: 100%
    }
}

.font-yellow[data-v-50ff17ca] {
    color: #ffc378
}

.font-blue[data-v-50ff17ca] {
    color: #7cacff
}

.font-green[data-v-50ff17ca] {
    color: #45c9a5
}

.font-orange[data-v-50ff17ca] {
    color: #eb6060
}

.font-yellow2[data-v-50ff17ca] {
    color: #f5c71d
}

.font-vs[data-v-50ff17ca] {
    color: #d69c75
}

.mb-0[data-v-50ff17ca] {
    margin-bottom: 0
}

.mt-20[data-v-50ff17ca] {
    margin-top: 20px
}

.overflow[data-v-50ff17ca] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pointer[data-v-50ff17ca] {
    cursor: pointer
}

.flex-between[data-v-50ff17ca] {
    display: flex;
    justify-content: space-between
}

.active-btn[data-v-50ff17ca] {
    -webkit-background: linear-gradient(90deg,#d69c75,#e3b78e);
    background: linear-gradient(90deg,#d69c75,#e3b78e);
    height: 40px;
    line-height: 40px
}

.cell-border[data-v-50ff17ca] {
    height: 64px;
    background: #1f222e;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cell-border>div[data-v-50ff17ca] {
    padding-top: 5px
}

.cell-border>div small[data-v-50ff17ca] {
    line-height: 18px;
    font-size: 12px;
    color: hsla(0,0%,100%,.4)
}

.cell-border>div p[data-v-50ff17ca] {
    line-height: 40px;
    font-size: 16px;
    color: hsla(0,0%,100%,.4)
}

.cell-border a[data-v-50ff17ca] {
    color: #018fff
}

.font-linear[data-v-50ff17ca] {
    background: linear-gradient(90deg,#02c2ff,#018fff);
    background: -ms-linear-gradient(top,#02c2ff 0,#018fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad26",endColorstr="#018FFF",GradientType=0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent!important
}

.gray-scale[data-v-50ff17ca] {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.anim-btn[data-v-50ff17ca] {
    position: relative;
    padding: 0;
    border: none;
    background: hsla(0,0%,100%,.2);
    overflow: hidden
}

.anim-btn[data-v-50ff17ca]:hover {
    color: #fff;
    background: transparent;
    box-shadow: none
}

.anim-btn[data-v-50ff17ca]:after,.anim-btn[data-v-50ff17ca]:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #fff;
    transition: all .4s ease
}

.anim-btn[data-v-50ff17ca]:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0
}

.anim-btn[data-v-50ff17ca]:hover:after,.anim-btn[data-v-50ff17ca]:hover:before {
    width: 100%;
    transition: all .8s ease
}

.anim-game-warp[data-v-50ff17ca] {
    overflow: hidden;
    position: relative
}

.anim-game-warp .game_logo[data-v-50ff17ca] {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform .35s;
    transform-origin: 50% 50%
}

.anim-game-warp .game_logo .el-image[data-v-50ff17ca] {
    border-radius: 4.8px
}

.anim-game-warp .overlay[data-v-50ff17ca] {
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: opacity .35s,transform .35s;
    transform: scale3d(1.05,1.05,1)
}

.anim-game-warp img[data-v-50ff17ca] {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    opacity: .8
}

.anim-game-warp .overlay-container[data-v-50ff17ca] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.anim-game-warp .overlay[data-v-50ff17ca]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.5);
    content: "";
    transition: transform .6s;
    transform: scale3d(1.9,1.4,1) rotate(45deg) translate3d(10%,-124%,0)
}

.anim-game-warp .btn-custom[data-v-50ff17ca] {
    background: #e2b271;
    background-image: linear-gradient(90deg,#e2b271,#f6d99d);
    border-radius: 16px;
    color: #5c3301;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.anim-game-warp .btn-custom .text-wrap[data-v-50ff17ca] {
    position: relative;
    width: 90px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden
}

.anim-game-warp .btn-custom[data-v-50ff17ca]:hover {
    cursor: pointer;
    transition-timing-function: cubic-bezier(.6,4,.3,.8);
    animation: gelatine-50ff17ca .5s 1
}

@keyframes gelatine-50ff17ca {
    0%,to {
        transform: scale(1)
    }

    25% {
        transform: scale(.9,1.1)
    }

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

    75% {
        transform: scale(.95,1.05)
    }
}

.anim-game-warp:hover .overlay[data-v-50ff17ca] {
    opacity: 1;
    transform: scaleX(1)
}

.anim-game-warp:hover .game_logo[data-v-50ff17ca] {
    transform: scale3d(1.05,1.05,1)
}

.anim-game-warp:hover .overlay[data-v-50ff17ca]:before {
    transform: scale3d(1.9,1.4,1) rotate(45deg) translate3d(10%,124%,0)
}

.btnYellow[data-v-50ff17ca] {
    font-weight: 700!important
}

.btnYellow[data-v-50ff17ca],.btnYellow[data-v-50ff17ca]:focus,.btnYellow[data-v-50ff17ca]:hover {
    color: #633100!important;
    background: linear-gradient(90deg,#e2b271,#f6d99d)!important
}

.colorYellow[data-v-50ff17ca] {
    background: #e2b271;
    background: linear-gradient(90deg,#e2b271,#f6d99d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad26",endColorstr="#018FFF",GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent!important
}

.moneyColor[data-v-50ff17ca] {
    background: var(--main-color-gold-gradient,linear-gradient(90deg,#e2b271,#f6d99d));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.new_child_tab_wrap[data-v-50ff17ca] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
    gap: 16px
}

.new_child_tab_wrap li[data-v-50ff17ca] {
    width: 96px;
    color: hsla(0,0%,100%,.8);
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

.new_child_tab_wrap li.active[data-v-50ff17ca] {
    font-weight: 700
}

.flexStart[data-v-50ff17ca] {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.flexSpace[data-v-50ff17ca] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.input-item[data-v-50ff17ca] {
    margin-bottom: 24px
}

.lang-cn .download-page .info-box h2[data-v-50ff17ca] {
    font-size: 60px
}

.download-list[data-v-50ff17ca] {
    margin: 40px auto 80px
}

.download-list .list-title[data-v-50ff17ca] {
    margin-bottom: 16px;
    color: hsla(0,0%,100%,.8);
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    text-align: left
}

.download-list .list-item[data-v-50ff17ca] {
    display: flex
}

.download-list .app-item[data-v-50ff17ca] {
    margin-right: 16px;
    border-radius: 12px;
    background: rgba(0,0,0,.0980392157);
    border: 1px solid hsla(0,0%,100%,.0470588235);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px)
}

.download-list .app-item[data-v-50ff17ca] .qrcode {
    display: flex;
    align-items: center;
    justify-content: center
}

.download-list .app-item .item-wrapper .default-img[data-v-50ff17ca] {
    width: 140px;
    height: 140px;
    background: var(--default-img) no-repeat 50%/100%
}

.download-list .app-item .item-wrapper .app-logo[data-v-50ff17ca] {
    width: 120px;
    margin: 16.8px auto
}

.download-list .app-item .item-wrapper .app-logo .img[data-v-50ff17ca] {
    width: 100%;
    height: 100%
}

.download-list .app-item .item-wrapper .app-info[data-v-50ff17ca] {
    width: 190px
}

.download-list .app-item .item-wrapper .app-info .app-desc[data-v-50ff17ca] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px
}

.download-list .app-item .item-wrapper .app-info .app-desc .divider[data-v-50ff17ca] {
    width: 1px;
    height: 12px;
    margin: 0 8px;
    background: hsla(0,0%,100%,.0980392157)
}

.download-list .app-item .item-wrapper .app-info .app-desc .app-test[data-v-50ff17ca] {
    margin-left: 16px;
    color: hsla(0,0%,100%,.6);
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 14px
}

.download-page[data-v-50ff17ca] {
    background: var(--download-page) no-repeat 0 0;
    background-size: 100% 100%;
    display: flex;
    padding-top: 87px;
    padding-bottom: 97px;
    justify-content: center;
}

.download-page>.el-image[data-v-50ff17ca] {
    width: 758px;
}

.download-page .info-box[data-v-50ff17ca] {
    padding-top: 70px;
    width: 632px;
    line-height: 1.3;
    margin-left: 24px
}

.download-page .info-box .info-box-top[data-v-50ff17ca] {
    display: flex;
    align-items: center
}

.download-page .info-box .seperate[data-v-50ff17ca] {
    height: 1px;
    width: 608px;
    margin: 32px 0;
    background: linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.1) 44.23%,hsla(0,0%,100%,0))
}

.download-page .info-box .down_text[data-v-50ff17ca] {
    margin-left: 24px
}

.download-page .info-box .down_text>h2[data-v-50ff17ca] {
    font-size: 48px;
    font-family: PingFang SC;
    color: hsla(0,0%,100%,.8980392157);
    font-weight: 700
}

.download-page .info-box .down_text>p[data-v-50ff17ca] {
    font-family: PingFang SC;
    font-size: 16px;
    color: hsla(0,0%,100%,.6);
    line-height: 32px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px
}

.download-page .info-box .down_text>div[data-v-50ff17ca] {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #f0a23a;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline
}

.download-page .info-box .down_text>div img[data-v-50ff17ca] {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.download-page .info-box[data-v-50ff17ca] .qrcode-img {
    text-align: left;
    margin: 0!important
}

.download-page .info-box .QRcodecenter[data-v-50ff17ca] {
    padding: 16px;
    background: hsla(0,0%,100%,.0470588235);
    border: 1px solid hsla(0,0%,100%,.0470588235);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px)
}

.download-page .info-box .btn-groups[data-v-50ff17ca] {
    display: flex;
    align-items: center;
    color: rgba(243,184,103,.8980392157);
    font-family: PingFang SC;
    font-weight: medium;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 16px
}

.download-page .info-box .btn-groups div[data-v-50ff17ca] {
    display: flex;
    align-items: center
}

.download-page .info-box .btn-groups div img[data-v-50ff17ca] {
    margin-right: 9.5px
}

.download-page .info-box .btn-groups p[data-v-50ff17ca] {
    width: 1px;
    height: 12px;
    background: hsla(0,0%,100%,.0980392157);
    margin: 0 8px
}
