* {
    margin: 0;
    padding: 0
}

button {
    border: none;
    cursor: pointer
}

b,
em,
i,
span {
    font-weight: 400
}

a,
b,
em,
i,
span {
    font-style: normal
}

a {
    text-decoration: none;
    color: #000
}

input,
textarea {
    border: none;
    background: transparent
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    color: #000;
    font-size: .24rem
}

.flex,
.flex_center {
    display: flex;
    align-items: center
}

.flex_center {
    justify-content: center
}

.flex_sw {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inner {
    width: 12rem
}

.pc[data-v-7bbae113] {
    min-width: 1440px
}

.pc .header[data-v-7bbae113] {
    width: 100%;
    background: #fff;
    height: 1rem
}

.pc .header .logo[data-v-7bbae113] {
    display: flex;
    align-items: center
}

.pc .header .logo img[data-v-7bbae113] {
    width: .7rem;
    margin-right: .1rem
}

.pc .header .logo b[data-v-7bbae113] {
    font-size: .3rem;
    line-height: .7rem
}

.pc .banner[data-v-7bbae113] {
    width: 100%;
    height: 8rem;
    background: url(../images/banner.ff9c62ce.jpg) no-repeat 50%;
    background-size: cover
}

.pc .banner .inner[data-v-7bbae113] {
    position: relative;
    height: 8rem
}

.pc .banner .inner .btns[data-v-7bbae113] {
    position: absolute;
    left: 0;
    bottom: 1.58rem;
    display: flex
}

.pc .banner .inner .btns>div[data-v-7bbae113] {
    width: 1.8rem;
    height: .8rem;
    border-radius: .1rem;
    position: relative
}

.pc .banner .inner .btns>div:hover .code[data-v-7bbae113] {
    display: block
}

.pc .banner .inner .btns>div .code[data-v-7bbae113] {
    position: absolute;
    left: 0;
    bottom: .96rem;
    width: 1.8rem;
    height: 1.8rem;
    box-sizing: border-box;
    padding: .1rem;
    background: #fff;
    border-radius: .1rem;
    display: none
}

.pc .banner .inner .btns>div .code img[data-v-7bbae113] {
    width: 100%
}

.pc .banner .inner .btns .android[data-v-7bbae113] {
    background: url(../images/icon_android_down_btn.5c2866d8.png);
    background-size: 100% auto;
    margin-left: .76rem
}

.pc .banner .inner .btns .ios[data-v-7bbae113] {
    background: url(../images/icon_ios_down_btn.f1d2b7bb.png);
    background-size: 100% auto
}

.pc .box_shadow[data-v-7bbae113] {
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04)
}

.pc .box[data-v-7bbae113] {
    height: 8rem
}

.pc .box h1[data-v-7bbae113] {
    color: #333;
    font-size: .54rem;
    padding: 1rem 0 .1rem;
    font-weight: 400;
    text-align: center
}

.pc .box .desc[data-v-7bbae113] {
    color: #999;
    font-size: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem
}

.pc .box .desc i[data-v-7bbae113] {
    width: .24rem;
    height: .02rem;
    background: #d8d8d8
}

.pc .box .desc b[data-v-7bbae113] {
    margin: 0 .2rem
}

.pc .box .inner[data-v-7bbae113] {
    height: 8rem
}

.pc .b1[data-v-7bbae113] {
    text-align: center
}

.pc .b1 .list[data-v-7bbae113] {
    display: flex;
    align-items: center
}

.pc .b1 .list .item[data-v-7bbae113] {
    width: 2.85rem;
    height: 4.1rem;
    background: #fff;
    box-shadow: 0 0 .22rem 0 rgba(0, 0, 0, .06);
    border-radius: 1px;
    margin-right: .2rem;
    overflow: hidden
}

.pc .b1 .list .item img[data-v-7bbae113] {
    width: 1.7rem;
    height: 1.7rem;
    display: block;
    margin: .3rem auto .4rem
}

.pc .b1 .list .item h5[data-v-7bbae113] {
    color: #333;
    font-size: .3rem;
    font-weight: 400
}

.pc .b1 .list .item p[data-v-7bbae113] {
    font-size: .18rem;
    padding: .28rem .16rem 0;
    color: #999
}

.pc .b1 .list .item[data-v-7bbae113]:last-child {
    margin: 0
}

.pc .b2[data-v-7bbae113] {
    position: relative;
    z-index: 1
}

.pc .b2 .list[data-v-7bbae113] {
    display: flex;
    flex-wrap: wrap
}

.pc .b2 .list .item[data-v-7bbae113] {
    width: 5.9rem;
    height: 2rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04), 0 0 .1rem 0 rgba(0, 0, 0, .06);
    border-radius: 1px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: .9rem;
    margin: 0 .2rem .2rem 0
}

.pc .b2 .list .item[data-v-7bbae113]:nth-child(2n) {
    margin-right: 0
}

.pc .b2 .list .item img[data-v-7bbae113] {
    width: 1.5rem;
    margin-right: .2rem
}

.pc .b2 .list .item .info h6[data-v-7bbae113] {
    color: #333;
    font-size: .3rem
}

.pc .b2 .list .item .info p[data-v-7bbae113] {
    color: #999;
    font-size: .18rem;
    margin-top: .22rem
}

.pc .b2 .list .item span[data-v-7bbae113] {
    position: absolute;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: #ddd;
    left: .2rem;
    top: .2rem;
    color: #fff;
    font-size: .26rem;
    border-radius: 50%
}

.pc .b3[data-v-7bbae113] {
    position: relative;
    background: #fff;
    z-index: 2
}

.pc .b3 .list[data-v-7bbae113] {
    display: flex
}

.pc .b3 .list .item[data-v-7bbae113] {
    margin-right: .2rem
}

.pc .b3 .list .item[data-v-7bbae113]:last-child {
    margin: 0
}

.pc .b3 .list .item img[data-v-7bbae113] {
    width: 2.85rem;
    height: 2.85rem
}

.pc .b3 .list .item p[data-v-7bbae113] {
    color: #333;
    text-align: center;
    font-size: .3rem;
    margin-top: .3rem
}

.pc .comment[data-v-7bbae113] {
    width: 100%;
    height: 8.6rem;
    background: url(../images/icon_comment_back.1d1f75a5.png);
    background-size: 100%
}

.pc .comment .inner[data-v-7bbae113] {
    height: 8.6rem
}

.pc .comment .inner h1[data-v-7bbae113] {
    color: #fff;
    font-size: .54rem;
    padding: 1rem 0 .1rem;
    font-weight: 400;
    text-align: center
}

.pc .comment .inner .desc[data-v-7bbae113] {
    color: #fff;
    font-size: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem
}

.pc .comment .inner .desc i[data-v-7bbae113] {
    width: .24rem;
    height: .02rem;
    background: #d8d8d8
}

.pc .comment .inner .desc b[data-v-7bbae113] {
    margin: 0 .2rem
}

.pc .comment .inner .list[data-v-7bbae113] {
    display: flex;
    align-items: flex-end;
    padding-bottom: 1.11rem;
    box-sizing: border-box;
    height: 5.81rem
}

.pc .comment .inner .list .item[data-v-7bbae113] {
    width: 3.88rem;
    height: 3.4rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04);
    border-radius: .1rem;
    margin-right: .1rem;
    position: relative;
    box-sizing: border-box;
    padding: .24rem;
    font-size: .18rem;
    color: #999
}

.pc .comment .inner .list .item[data-v-7bbae113]:last-child {
    margin-right: 0
}

.pc .comment .inner .list .item[data-v-7bbae113]:nth-child(2) {
    margin-bottom: .5rem
}

.pc .comment .inner .list .item img[data-v-7bbae113] {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.8rem
}

.pc .comment .inner .list .item h6[data-v-7bbae113] {
    margin: 1rem 0 .26rem;
    font-size: .3rem;
    color: #333
}

.pc .map .inner[data-v-7bbae113] {
    height: 8.6rem
}

.pc .map .inner>img[data-v-7bbae113] {
    width: 8.34rem;
    margin-right: 1.11rem
}

.pc .map .inner .right .icon[data-v-7bbae113] {
    margin-right: .4rem
}

.pc .map .inner .right .icon img[data-v-7bbae113] {
    display: block;
    margin: auto;
    width: .47rem
}

.pc .map .inner .right .icon .line[data-v-7bbae113] {
    width: .09rem;
    margin: .1rem auto
}

.pc .map .inner .right .data .item[data-v-7bbae113] {
    margin-bottom: .91rem
}

.pc .map .inner .right .data .item[data-v-7bbae113]:last-child {
    margin: 0
}

.pc .map .inner .right .data .item b[data-v-7bbae113],
.pc .map .inner .right .data .item i[data-v-7bbae113] {
    display: block
}

.pc .map .inner .right .data .item i[data-v-7bbae113] {
    color: #333;
    font-size: .3rem;
    margin-bottom: .19rem
}

.pc .map .inner .right .data .item b[data-v-7bbae113] {
    font-size: .18rem;
    color: #999
}

.pc .down[data-v-7bbae113] {
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04)
}

.pc .down .inner[data-v-7bbae113] {
    height: 4rem;
    text-align: center;
    color: #333
}

.pc .down .inner h1[data-v-7bbae113] {
    font-size: .5rem;
    padding: .5rem 0 .44rem;
    font-weight: 400
}

.pc .down .inner .codes[data-v-7bbae113] {
    display: flex;
    justify-content: center
}

.pc .down .inner .codes .code[data-v-7bbae113]:first-child {
    margin-right: .5rem
}

.pc .down .inner .codes .code img[data-v-7bbae113] {
    width: 1.6rem;
    margin-bottom: .1rem
}

.pc .down .inner .codes .code p[data-v-7bbae113] {
    font-size: .2rem
}

.pc .footer[data-v-7bbae113] {
    height: 4.4rem;
    position: relative
}

.pc .footer .contact_and_about_us[data-v-7bbae113] {
    width: 100%;
    height: 3.4rem;
    background: #666;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04);
    color: #fff
}

.pc .footer .contact_and_about_us .inner[data-v-7bbae113] {
    display: flex;
    justify-content: space-between;
    height: 3.4rem;
    padding-top: .38rem;
    box-sizing: border-box
}

.pc .footer .contact_and_about_us .inner h3[data-v-7bbae113] {
    font-size: .3rem;
    font-weight: 400;
    margin-bottom: .2rem
}

.pc .footer .contact_and_about_us .inner p[data-v-7bbae113] {
    font-size: .18rem
}

.pc .footer .contact_and_about_us .inner>div[data-v-7bbae113] {
    text-align: left
}

.pc .footer .contact_and_about_us .inner .contact p[data-v-7bbae113] {
    margin-bottom: .25rem
}

.pc .footer .contact_and_about_us .inner .contact p[data-v-7bbae113]:nth-child(2) {
    margin-bottom: .2rem
}

.pc .footer .contact_and_about_us .inner .contact .store[data-v-7bbae113] {
    width: 2.1rem;
    height: .9rem;
    background: #fff;
    border-radius: .04rem;
    color: #333;
    font-size: .24rem;
    box-sizing: border-box;
    padding-left: .2rem;
    padding-top: .1rem
}

.pc .footer .contact_and_about_us .inner .contact .store label[data-v-7bbae113] {
    display: block;
    margin-bottom: .1rem
}

.pc .footer .contact_and_about_us .inner .follow .icon[data-v-7bbae113] {
    width: .6rem;
    height: .6rem;
    background: url(data:image/png;base64,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);
    background-size: 100% auto;
    border-radius: .04rem;
    position: relative
}

.pc .footer .contact_and_about_us .inner .follow .icon:hover .code[data-v-7bbae113] {
    display: block
}

.pc .footer .contact_and_about_us .inner .follow .icon .code[data-v-7bbae113] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .04rem;
    overflow: hidden;
    position: absolute;
    top: .8rem;
    left: 0;
    display: none
}

.pc .footer .contact_and_about_us .inner .follow .icon .code img[data-v-7bbae113] {
    width: 1.4rem;
    height: 1.4rem
}

.pc .footer .contact_and_about_us .inner .about[data-v-7bbae113] {
    width: 2.7rem
}

.pc .footer .keep_on_record[data-v-7bbae113] {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1rem;
    width: 100%;
    background: #333;
    border-radius: 1px;
    text-align: center;
    line-height: 1rem;
    font-size: .18rem
}

.pc .footer .keep_on_record a[data-v-7bbae113] {
    color: #e8eff7
}

html {
    font-size: 13.33333vw
}

@media screen and (max-width:320px) {
    html {
        font-size: 42.667px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:321px) and (max-width:360px) {
    html {
        font-size: 48px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:361px) and (max-width:375px) {
    html {
        font-size: 50px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:376px) and (max-width:393px) {
    html {
        font-size: 52.4px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:394px) and (max-width:412px) {
    html {
        font-size: 54.93px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:413px) and (max-width:414px) {
    html {
        font-size: 55.2px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:415px) and (max-width:480px) {
    html {
        font-size: 64px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:481px) and (max-width:540px) {
    html {
        font-size: 72px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:541px) and (max-width:640px) {
    html {
        font-size: 85.33px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:641px) and (max-width:720px) {
    html {
        font-size: 96px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:721px) and (max-width:768px) {
    html {
        font-size: 102.4px !important;
        font-size: 13.33333vw !important
    }
}

@media screen and (min-width:769px) {
    html {
        font-size: 102.4px !important;
        font-size: 13.33333vw !important
    }
}

#cnzz_stat_icon_1279081441,
#cnzz_stat_icon_1279081459 {
    display: none !important
}

.mobile[data-v-3e35bb5e] {
    position: relative;
    overflow: hidden;
    padding: .88rem 0 0;
    width: 100%;
    box-sizing: border-box
}

.mobile .header[data-v-3e35bb5e] {
    width: 100%;
    height: .88rem;
    background: #fff;
    box-shadow: 0 .02rem .06rem 0 rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 .3rem;
    z-index: 9999
}

.mobile .header .logo a[data-v-3e35bb5e] {
    display: flex;
    align-items: center;
    color: #000;
    font-size: .3rem
}

.mobile .header .logo a img[data-v-3e35bb5e] {
    width: .64rem;
    height: .64rem;
    margin-right: .12rem
}

.mobile .header span[data-v-3e35bb5e] {
    display: block;
    width: .28rem;
    height: .28rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAcCAYAAACdz7SqAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHaADAAQAAAABAAAAHAAAAADjGz/hAAAAl0lEQVRIDWNgYGCwBeKHQPyfDvg90I4kIGbYQwfLkD30nglo4RWQzXQEVxiBlrECcQwQy9PBYlDwLqKDPaNWjIbAaAhQGAKgwkEaiNuAmF6FQyvIzauBGLlspDX7PqjspTtgAdpYAMTfgJiuwUt3n45aOBoCoyFAUggMWMNsAtCZtC5vkc0/Aip7dUgKG8oVa4OMoHu3AgDjRpdA7RLf0QAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: 100% 100%
}

.mobile .banner[data-v-3e35bb5e] {
    width: 100%;
    height: 4rem;
    background: url(../images/banner.588c473d.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    box-sizing: border-box;
    padding: .48rem .3rem;
    text-align: left
}

.mobile .banner h1[data-v-3e35bb5e] {
    font-size: .42rem;
    font-weight: 400
}

.mobile .banner p[data-v-3e35bb5e] {
    font-size: .24rem;
    margin: .2rem 0 .6rem
}

.mobile .banner .btns[data-v-3e35bb5e] {
    display: flex
}

.mobile .banner .btns a[data-v-3e35bb5e] {
    width: 1.8rem;
    height: .8rem;
    border-radius: .04rem;
    background: url(../images/icon_ios_down.7ec19175.png) no-repeat;
    background-size: 100% auto
}

.mobile .banner .btns a[data-v-3e35bb5e]:nth-child(2) {
    background: url(../images/icon_android_down.e834cfb9.png) no-repeat;
    background-size: 100% auto;
    margin-left: .4rem
}

.mobile .phone[data-v-3e35bb5e] {
    width: 100%;
    height: 7.3rem;
    background: url(../images/icon_phone.8b7721cd.png) no-repeat bottom;
    background-size: 100% auto
}

.mobile .box[data-v-3e35bb5e] {
    width: 100%;
    background: #fff;
    box-shadow: 0 -.06rem .06rem 0 rgba(0, 0, 0, .03);
    text-align: center
}

.mobile .box h1[data-v-3e35bb5e] {
    font-weight: 400;
    font-size: .4rem;
    color: #333;
    padding-top: .5rem
}

.mobile .box h6[data-v-3e35bb5e] {
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #999;
    justify-content: center;
    font-weight: 400;
    padding-bottom: .5rem
}

.mobile .box h6 i[data-v-3e35bb5e] {
    width: .14rem;
    height: 1px;
    background: #d8d8d8
}

.mobile .box h6 b[data-v-3e35bb5e] {
    margin: 0 .1rem
}

.mobile .box .list[data-v-3e35bb5e] {
    padding: 0 .3rem
}

.mobile .box .b1 .item[data-v-3e35bb5e] {
    width: 100%;
    height: 3.6rem;
    background: #fff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, .1);
    border-radius: .04rem;
    margin-bottom: .2rem;
    overflow: hidden
}

.mobile .box .b1 .item img[data-v-3e35bb5e] {
    width: 1.6rem;
    display: block;
    margin: .2rem auto .16rem
}

.mobile .box .b1 .item h5[data-v-3e35bb5e] {
    font-weight: 400;
    color: #333;
    font-size: .34rem
}

.mobile .box .b1 .item p[data-v-3e35bb5e] {
    margin: .18rem auto 0;
    width: 5.33rem;
    color: #999;
    font-size: .28rem
}

.mobile .box .b2 .item[data-v-3e35bb5e] {
    width: 100%;
    height: 2.02rem;
    background: #fff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, .1);
    border-radius: .04rem;
    margin-bottom: .1rem;
    box-sizing: border-box;
    padding-left: .8rem;
    display: flex;
    align-items: center;
    position: relative
}

.mobile .box .b2 .item img[data-v-3e35bb5e] {
    display: block;
    width: 1.5rem;
    margin-right: .2rem
}

.mobile .box .b2 .item .right[data-v-3e35bb5e] {
    text-align: left
}

.mobile .box .b2 .item .right h5[data-v-3e35bb5e] {
    color: #333;
    font-size: .34rem;
    font-weight: 400
}

.mobile .box .b2 .item .right p[data-v-3e35bb5e] {
    color: #999;
    margin-top: .1rem;
    font-size: .28rem
}

.mobile .box .b2 .item span[data-v-3e35bb5e] {
    display: block;
    width: .4rem;
    height: .4rem;
    background: #ddd;
    line-height: .4rem;
    text-align: center;
    position: absolute;
    left: .2rem;
    top: .2rem;
    color: #fff;
    font-size: .26rem;
    border-radius: 50%
}

.mobile .box .b3 .item img[data-v-3e35bb5e] {
    width: 100%;
    display: block
}

.mobile .box .b3 .item p[data-v-3e35bb5e] {
    text-align: center;
    color: #333;
    font-size: .34rem;
    padding: .16rem 0 .34rem
}

.mobile .comment[data-v-3e35bb5e] {
    margin-top: .48rem;
    height: 16.51rem;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .08);
    background: url(../images/icon_comment_back.ee17178f.png) no-repeat;
    background-size: 100% auto;
    color: #fff
}

.mobile .comment h1[data-v-3e35bb5e],
.mobile .comment h6 b[data-v-3e35bb5e] {
    color: #fff
}

.mobile .comment .list[data-v-3e35bb5e] {
    padding-top: 1rem
}

.mobile .comment .list .item[data-v-3e35bb5e] {
    width: 100%;
    height: 3.4rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .08), 0 0 .1rem 0 rgba(0, 0, 0, .14);
    border-radius: .1rem;
    position: relative;
    box-sizing: border-box;
    padding: 1.16rem .47rem 0;
    margin-bottom: 1.3rem
}

.mobile .comment .list .item img[data-v-3e35bb5e] {
    position: absolute;
    width: 2rem;
    left: 50%;
    transform: translateX(-50%);
    top: -1rem
}

.mobile .comment .list .item h5[data-v-3e35bb5e] {
    text-align: center;
    color: #333;
    font-size: .34rem;
    font-weight: 400
}

.mobile .comment .list .item p[data-v-3e35bb5e] {
    color: #999;
    font-size: .28rem;
    margin-top: .2rem
}

.mobile .map[data-v-3e35bb5e] {
    height: 5.53rem
}

.mobile .map>img[data-v-3e35bb5e] {
    width: 4.79rem;
    margin-right: .5rem
}

.mobile .map .right .icon[data-v-3e35bb5e] {
    margin-right: .23rem
}

.mobile .map .right .icon img[data-v-3e35bb5e] {
    display: block;
    margin: auto;
    width: .27rem
}

.mobile .map .right .icon .line[data-v-3e35bb5e] {
    width: .09rem;
    margin: .1rem auto
}

.mobile .map .right .data .item[data-v-3e35bb5e] {
    margin-bottom: .58rem
}

.mobile .map .right .data .item[data-v-3e35bb5e]:last-child {
    margin: 0
}

.mobile .map .right .data .item b[data-v-3e35bb5e],
.mobile .map .right .data .item i[data-v-3e35bb5e] {
    display: block
}

.mobile .map .right .data .item i[data-v-3e35bb5e] {
    color: #333;
    font-size: .3rem;
    margin-bottom: .1rem
}

.mobile .map .right .data .item b[data-v-3e35bb5e] {
    font-size: .24rem;
    color: #999
}

.mobile .down[data-v-3e35bb5e] {
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04)
}

.mobile .down .inner[data-v-3e35bb5e] {
    height: 5.6rem;
    text-align: center;
    color: #333
}

.mobile .down .inner h1[data-v-3e35bb5e] {
    font-size: .4rem;
    padding: .5rem 0 .3rem;
    font-weight: 400
}

.mobile .down .inner .btns a[data-v-3e35bb5e] {
    display: block;
    margin: auto;
    width: 1.8rem;
    height: .8rem;
    border-radius: .04rem;
    background: url(../images/icon_ios_down.7ec19175.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: .3rem
}

.mobile .down .inner .btns a[data-v-3e35bb5e]:nth-child(2) {
    background: url(../images/icon_android_down.e834cfb9.png) no-repeat;
    background-size: 100% auto
}

.mobile .down .inner .codes .code img[data-v-3e35bb5e] {
    width: 1.6rem;
    margin-bottom: .44rem
}

.mobile .down .inner .codes .code p[data-v-3e35bb5e] {
    font-size: .2rem
}

.mobile .footer[data-v-3e35bb5e] {
    height: 9.09rem;
    position: relative
}

.mobile .footer .contact_and_about_us[data-v-3e35bb5e] {
    width: 100%;
    height: 8.09rem;
    background: #666;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04);
    color: #fff;
    box-sizing: border-box
}

.mobile .footer .contact_and_about_us .inner[data-v-3e35bb5e] {
    width: 100%;
    overflow: hidden;
    padding: 0 .3rem;
    box-sizing: border-box
}

.mobile .footer .contact_and_about_us .inner h3[data-v-3e35bb5e] {
    font-size: .3rem;
    font-weight: 400;
    margin: .5rem 0 .1rem
}

.mobile .footer .contact_and_about_us .inner p[data-v-3e35bb5e] {
    font-size: .26rem
}

.mobile .footer .contact_and_about_us .inner>div[data-v-3e35bb5e] {
    text-align: left
}

.mobile .footer .contact_and_about_us .inner .contact .store[data-v-3e35bb5e] {
    margin-top: .1rem;
    width: 2.1rem;
    height: 1rem;
    background: #fff;
    border-radius: .04rem;
    color: #333;
    font-size: .24rem;
    box-sizing: border-box;
    padding-left: .2rem;
    padding-top: .1rem
}

.mobile .footer .contact_and_about_us .inner .contact .store label[data-v-3e35bb5e] {
    display: block;
    margin-bottom: .15rem
}

.mobile .footer .contact_and_about_us .inner .follow .code[data-v-3e35bb5e] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .04rem;
    overflow: hidden
}

.mobile .footer .contact_and_about_us .inner .follow .code img[data-v-3e35bb5e] {
    width: 1.4rem;
    height: 1.4rem
}

.mobile .footer .keep_on_record[data-v-3e35bb5e] {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1rem;
    width: 100%;
    background: #333;
    border-radius: 1px;
    text-align: center;
    font-size: .18rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile .footer .keep_on_record a[data-v-3e35bb5e] {
    margin: auto;
    color: #e8eff7
}

.mobile .mask[data-v-3e35bb5e] {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(51, 51, 51, .3);
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0
}

.mobile .mask .menus[data-v-3e35bb5e] {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 5.2rem;
    height: 100vh
}

.mobile .mask .menus .top[data-v-3e35bb5e] {
    width: 100%;
    height: .88rem;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 .3rem;
    z-index: 9999
}

.mobile .mask .menus .top .logo a[data-v-3e35bb5e] {
    display: flex;
    align-items: center;
    color: #000;
    font-size: .3rem
}

.mobile .mask .menus .top .logo a img[data-v-3e35bb5e] {
    width: .64rem;
    height: .64rem;
    margin-right: .12rem
}

.mobile .mask .menus .top span[data-v-3e35bb5e] {
    display: block;
    width: .3rem;
    height: .3rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAHgAAAADKQTcFAAABQUlEQVRIDcWXfW7CMAzFo/3LdkXE0Zi6gzC+zoHoQdh7WY2C5YSmcSDSk9W09S9+baw2hBDW0BX6gb6gXuMTiQdohDZQhN4QqTPUA07ocWKQQ3j4TiY4eYI84YQeFGPAcVhBe3XCC25BWTnn4+gBZ3Jd0AN0YsdVWBcusT0HzebK3XC3RlZZiJZ7rDQLlVwtcEJ/IdkljLOgJTjfzFLlzdAlcDdoDdwdWoLz7afthO6g9Jl69QCk/YforcbjHdQNitxxsELd+rpDJ3a014JX2/shGSsiq3zpsBpLd6ut50t7te3VlpessyoVgLWgqhaZA5egco87fA7UHV4DdYMvgTbDW6CL4Wz4uh/L2ytJ50YWoLea+b1lQVu/sZ/Ce0DFmSJ8i6vS1tdaqUAlEk6bU8bAk5dk0hvK/BwaPnLyLT9tf68I9kVgaWggAAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% auto
}

.mobile .mask .menus .item[data-v-3e35bb5e] {
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: .34rem
}

.mobile .mask .menus .item[data-v-3e35bb5e]:last-child {
    border-bottom: none
}

.mobile .mask .show_menus[data-v-3e35bb5e] {
    -webkit-animation: show-data-v-3e35bb5e .5s linear;
    animation: show-data-v-3e35bb5e .5s linear
}

.mobile .mask .hide_menus[data-v-3e35bb5e] {
    -webkit-animation: hide-data-v-3e35bb5e .5s linear;
    animation: hide-data-v-3e35bb5e .5s linear
}

.mobile .show[data-v-3e35bb5e] {
    z-index: 10000;
    opacity: 1
}

@-webkit-keyframes show-data-v-3e35bb5e {
    0% {
        right: -100%
    }

    to {
        right: 0
    }
}

@keyframes show-data-v-3e35bb5e {
    0% {
        right: -100%
    }

    to {
        right: 0
    }
}

@-webkit-keyframes hide-data-v-3e35bb5e {
    0% {
        right: 0
    }

    to {
        right: -100%
    }
}

@keyframes hide-data-v-3e35bb5e {
    0% {
        right: 0
    }

    to {
        right: -100%
    }
}

.privacy[data-v-237eb1c2] {
    padding: .3rem
}

.privacy h2[data-v-237eb1c2] {
    font-size: .3rem;
    margin-top: .6rem;
    margin-bottom: .3rem
}

.privacy p[data-v-237eb1c2] {
    font-size: .26rem;
    margin-bottom: .2rem
}

.privacy h1[data-v-237eb1c2] {
    font-size: .3rem;
    text-align: center;
    margin: .2rem auto
}

.privacy table[data-v-237eb1c2],
.privacy td[data-v-237eb1c2],
.privacy tr[data-v-237eb1c2] {
    border: none
}

.privacy .data[data-v-237eb1c2] {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll
}

.privacy table[data-v-237eb1c2] {
    text-align: center;
    font-size: .24rem
}

.privacy table thead[data-v-237eb1c2] {
    background: #cae1ff
}

.privacy table thead td[data-v-237eb1c2] {
    width: 25%;
    white-space: nowrap
}

.privacy table tbody tr[data-v-237eb1c2] {
    background: #fff
}

.privacy table tbody tr[data-v-237eb1c2]:nth-child(2n) {
    background: #e8e8e8
}

.privacy table tbody tr td[data-v-237eb1c2] {
    word-break: keep-all
}

.privacy table td[data-v-237eb1c2] {
    padding: .2rem;
    box-sizing: border-box
}

.agreement[data-v-55d1638e] {
    padding: .3rem
}

.agreement h2[data-v-55d1638e] {
    font-size: .28rem;
    margin-top: .1rem
}

.agreement p[data-v-55d1638e] {
    font-size: .26rem;
    line-height: .48rem
}

.agreement h1[data-v-55d1638e] {
    font-size: .36rem;
    text-align: center;
    margin: .2rem auto
}

.agreement .red[data-v-55d1638e] {
    font-style: normal
}

body[data-v-44c7821b] {
    max-width: 750px;
    margin: auto
}

.storeSpreadPage[data-v-44c7821b] {
    background: #15082e;
    color: #fff
}

.storeSpreadPage .header[data-v-44c7821b] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: .88rem;
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    background: #15082e;
    font-size: .3rem;
    z-index: 1000
}

.storeSpreadPage .header img[data-v-44c7821b] {
    width: .64rem;
    height: .64rem;
    margin-right: .1rem
}

.storeSpreadPage .page1[data-v-44c7821b] {
    margin-top: .88rem;
    width: 100%;
    height: 14.3rem;
    box-sizing: border-box;
    padding: .3rem .4rem 0;
    background: url(../images/icon_page_back_1.611a1882.png) no-repeat 0 0;
    background-size: 100% auto;
    font-size: .32rem
}

.storeSpreadPage .page1 h1[data-v-44c7821b] {
    font-size: .52rem;
    margin-bottom: .68rem;
    font-weight: 400
}

.storeSpreadPage .page1 .line[data-v-44c7821b] {
    display: flex;
    align-items: center;
    margin-bottom: .48rem
}

.storeSpreadPage .page1 .line img[data-v-44c7821b] {
    margin: 0 .3rem
}

.storeSpreadPage .page1 ul[data-v-44c7821b] {
    display: block;
    padding-left: .3rem;
    padding-top: .46rem
}

.storeSpreadPage .page1 .code[data-v-44c7821b] {
    text-align: center
}

.storeSpreadPage .page1 .code h6[data-v-44c7821b] {
    font-size: .32rem;
    font-weight: 400;
    padding: .74rem 0 .2rem
}

.storeSpreadPage .page1 .code img[data-v-44c7821b] {
    width: 1.8rem
}

.storeSpreadPage .page2[data-v-44c7821b] {
    width: 100%;
    height: 22.23rem;
    background: url(../images/icon_page_back_2.6bd67569.png) no-repeat 0 0;
    background-size: 100% auto;
    position: relative
}

.storeSpreadPage .page2 .phone[data-v-44c7821b] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.storeSpreadPage .page2 .phone img[data-v-44c7821b] {
    display: block;
    width: 5.98rem;
    height: auto
}

.storeSpreadPage .page2 .info[data-v-44c7821b] {
    padding: 1.8rem .42rem .3rem
}

.storeSpreadPage .page2 .info h3[data-v-44c7821b] {
    font-size: .4rem;
    font-weight: 400
}

.storeSpreadPage .page2 .info ul[data-v-44c7821b] {
    padding: .3rem 0 0 .3rem;
    font-size: .28rem;
    line-break: .48rem
}

.storeSpreadPage .page2 .mobile[data-v-44c7821b] {
    position: relative
}

.storeSpreadPage .page2 .mobile img[data-v-44c7821b] {
    display: block;
    margin: auto;
    width: 5.75rem
}

.storeSpreadPage .page2 .mobile b[data-v-44c7821b],
.storeSpreadPage .page2 .mobile i[data-v-44c7821b] {
    display: block;
    width: 1.78rem;
    height: .7rem;
    position: absolute
}

.storeSpreadPage .page2 .mobile i[data-v-44c7821b] {
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 100% auto
}

.storeSpreadPage .page2 .mobile b[data-v-44c7821b] {
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 100% auto
}

.storeSpreadPage .page2 .mobile .i1[data-v-44c7821b] {
    top: 0;
    left: .63rem
}

.storeSpreadPage .page2 .mobile b[data-v-44c7821b] {
    top: 2.77rem;
    right: .43rem
}

.storeSpreadPage .page2 .mobile .i2[data-v-44c7821b] {
    top: 4.4rem;
    left: 2.11rem
}

.storeSpreadPage .page3[data-v-44c7821b] {
    width: 100%;
    height: 26.55rem;
    background: url(../images/icon_page_back_3.f9247fc0.png) no-repeat 0 0;
    background-size: 100% auto
}

.storeSpreadPage .page3 h3[data-v-44c7821b] {
    font-size: .4rem;
    text-align: center;
    font-weight: 400
}

.storeSpreadPage .page3 ul[data-v-44c7821b] {
    padding: .26rem .4rem .2rem .7rem;
    font-size: .28rem;
    line-height: .48rem
}

.storeSpreadPage .page3 .phone img[data-v-44c7821b] {
    width: 6.62rem;
    display: block;
    margin: auto
}

.storeSpreadPage .page3 .h2[data-v-44c7821b] {
    margin-top: 4.5rem
}

.storeSpreadPage .page5[data-v-44c7821b] {
    width: 100%;
    height: 26.52rem;
    background: url(../images/icon_page_back_4.4e20bca9.png) no-repeat 0 0;
    background-size: 100% auto
}

.storeSpreadPage .page5 h3[data-v-44c7821b] {
    font-size: .4rem;
    text-align: center;
    font-weight: 400
}

.storeSpreadPage .page5 ul[data-v-44c7821b] {
    padding: .26rem .4rem .2rem .7rem;
    font-size: .28rem;
    line-height: .48rem
}

.storeSpreadPage .page5 .phone img[data-v-44c7821b] {
    width: 6.62rem;
    display: block;
    margin: auto
}

.storeSpreadPage .page6[data-v-44c7821b] {
    width: 100%;
    height: 16.77rem;
    background: url(../images/icon_page_back_5.63371ccd.png) no-repeat 0 0;
    background-size: 100% auto;
    position: relative
}

.storeSpreadPage .page6 h3[data-v-44c7821b] {
    font-size: .4rem;
    text-align: center;
    font-weight: 400
}

.storeSpreadPage .page6 ul[data-v-44c7821b] {
    padding: .26rem .4rem 0 .7rem;
    font-size: .28rem;
    line-height: .48rem
}

.storeSpreadPage .page6 .phone img[data-v-44c7821b] {
    width: 6.62rem;
    display: block;
    margin: auto
}

.storeSpreadPage .page6 h4[data-v-44c7821b] {
    font-size: .36rem;
    margin-top: 3.3rem;
    text-align: center;
    font-weight: 400;
    margin-bottom: .1rem
}

.storeSpreadPage .page6 .contact[data-v-44c7821b] {
    text-align: center;
    font-size: .26rem
}

.storeSpreadPage .page6 .contact img[data-v-44c7821b] {
    width: 1.03rem;
    display: block;
    margin: .18rem auto 0
}

.storeSpreadPage .page6 .bottom[data-v-44c7821b] {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1rem;
    text-align: center;
    font-size: .22rem;
    display: flex;
    align-items: center;
    justify-content: center
}

._alert[data-v-aa77a504] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: .24rem;
    padding: .2rem .3rem;
    border-radius: .1rem;
    max-width: 6.1rem
}

.distribution[data-v-6ab2818a] {
    overflow: hidden;
    position: relative;
    color: #fff;
    background: #e863fe;
    height: 100vh
}

.distribution .content[data-v-6ab2818a] {
    width: 100%;
    min-height: 13.34rem;
    background: url(../images/back.88fd60be.png) no-repeat;
    background-size: 100% auto
}

.distribution h1[data-v-6ab2818a] {
    font-size: .34rem;
    padding-top: 7rem;
    text-align: center;
    font-weight: 400
}

.distribution p[data-v-6ab2818a] {
    font-size: .28rem;
    padding: .1rem 0 .3rem;
    text-align: center
}

.distribution .line[data-v-6ab2818a] {
    width: 6.1rem;
    height: 1rem;
    background: hsla(0, 0%, 100%, .2);
    border-radius: .5rem;
    margin: 0 auto .4rem;
    padding-left: .76rem;
    box-sizing: border-box;
    position: relative
}

.distribution .line[data-v-6ab2818a]:before {
    content: "";
    display: block;
    position: absolute;
    left: .4rem;
    top: 50%;
    transform: translateY(-50%)
}

.distribution .line[data-v-6ab2818a]:first-child:before {
    width: .22rem;
    height: .32rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFqADAAQAAAABAAAAIAAAAAAyQH58AAAA50lEQVRIDe2WPQ7CMAyFY4TEz4DExMBpENfgCqg34AYwcjfUlROwsdS8V8UWU6hCssXSa9Km/uq8RkqCqgp0hh7QAOUGc8kgSwIuHVQ6OoL7SL2gXYTMQO4KukZWT7BNPxtqtYC1i+BhhofCARF52wt/tMYQgqtEA7utzYpmhTvgnbYqmhXugHeqrQru0OqfKdipVvHcisSeN+59dp/bmgPVKp4MRiUH6Dh1Jv7zflkB6BNQvrZPwc0KesxVwQ9skPRKJJ0wlpwhGNuYr99HrBsGlglwcgi5a+gOMcYjVrVDIW0ofoz9AH5Byy9Y9aBVAAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% auto
}

.distribution .line[data-v-6ab2818a]:nth-child(2) {
    padding-right: 2rem
}

.distribution .line[data-v-6ab2818a]:nth-child(2):before {
    width: .24rem;
    height: .28rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAcCAYAAAB75n/uAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAHAAAAAAXtdNtAAAB7klEQVRIDa1Vvy+DURTthzYRg0EwNkGLVdkshk5WGwmT0VKzpSNhIuluNvA36NRK6CZhwyAiKtK0gzqH+9qX2/f9qt7k5N137znn+t739UkkQqLdbs8AR0AN+BQwPwRmQuT+bYg94ABoAX7BHjmev5NPB6KS5XqNfBfICZizZqLkY+MuQ7Ujym+sBWBIM1kD9gET25rj3IOdBJ5EdeokWUXwzoRLTdJquVOQ8iKoYx1zs7pVcgByGflu5y/reXSUV4RU9TzvSwv0XjhVqS/rvmvAlJDuNDlgX5PetOa4BowIqaXJAfum9IY1x5glcH7jaC4Bs0LKorahBT77eanPQbOG/AZH99HhoshPsQEMKuhV4AD+Wjexnsu0e6yvkve7TEKYFfEWj6Yif3axX0etg19RPCsc0JRNRhP73cMvI55NfkUpMYrz1YTNNl4p12caJo7VjzwAj7wKvADPzCNPAdlEOkgE0qUhMg/hpg038hPA8NYytXOr3JvGGXBhye3cKvemcQbULXn3GrCKrrRzF7madg13ywPOdY815I92LzA3LwNr4EsONFFNehnfOEekbKJtOeBdqBPRJJFYxuud76AMrAPHeCye8SBu0xP4MMq8rheR8H/qKCsDjAa8cr9+HAJcAW/Af4Me/NUv0PwHfpMplbSl0jAAAAAASUVORK5CYII=) no-repeat;
    background-size: 100% auto
}

.distribution .line input[data-v-6ab2818a] {
    color: #fff;
    font-size: .3rem;
    height: 1rem;
    width: 4rem;
    outline: none
}

.distribution .line input[data-v-6ab2818a]::-webkit-input-placeholder {
    color: #fff
}

.distribution .line input[data-v-6ab2818a]::-moz-placeholder {
    color: #fff
}

.distribution .line input[data-v-6ab2818a]:-ms-input-placeholder {
    color: #fff
}

.distribution .line input[data-v-6ab2818a]::-ms-input-placeholder {
    color: #fff
}

.distribution .line input[data-v-6ab2818a]::placeholder {
    color: #fff
}

.distribution .line span[data-v-6ab2818a] {
    width: 1.6rem;
    height: .68rem;
    background: #9f50f3;
    color: #fff;
    border-radius: .4rem;
    display: block;
    font-size: .26rem;
    text-align: center;
    line-height: .68rem;
    white-space: nowrap;
    padding: 0 .1rem;
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

.distribution .line .gray[data-v-6ab2818a] {
    color: #ccc;
    background: #c197f7
}

.distribution .btn[data-v-6ab2818a] {
    width: 6.1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    text-align: center;
    background: linear-gradient(90deg, #f40ffe, #0dcde0);
    border-radius: .5rem;
    color: #fff;
    margin: .3rem auto
}

.distributionLoadApp[data-v-7ca41864] {
    overflow: hidden;
    position: relative;
    height: 100vh;
    background: #e863fe url(../images/back2.49d8b8a2.png) no-repeat;
    background-size: 100% auto;
    color: #fff
}

.distributionLoadApp img[data-v-7ca41864] {
    display: block;
    margin: auto
}

.distributionLoadApp .logo[data-v-7ca41864] {
    width: 2rem;
    margin-top: 2.5rem
}

.distributionLoadApp .font[data-v-7ca41864] {
    width: 4.32rem;
    margin-top: .2rem
}

.distributionLoadApp .btn[data-v-7ca41864] {
    display: block;
    width: 5.7rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    text-align: center;
    background: linear-gradient(90deg, #f40ffe, #0dcde0);
    border-radius: .54rem;
    color: #fff;
    margin: 4.1rem auto 1rem
}

.storeServe[data-v-134f9a91] {
    position: relative
}

.storeServe .banner[data-v-134f9a91] {
    width: 100%;
    height: 3.69rem;
    background: url(../images/banner.e8e1dd36.png) no-repeat;
    background-size: 100% auto;
    color: #fff
}

.storeServe .banner p[data-v-134f9a91] {
    position: absolute;
    left: .4rem;
    top: 1.56rem;
    height: .42rem;
    border-radius: .1rem;
    border: 1px solid #fff;
    padding: 0 .1rem;
    line-height: .42rem;
    box-sizing: border-box;
    font-size: .24rem
}

.storeServe .serveSize[data-v-134f9a91] {
    width: 6.9rem;
    background: #fff;
    box-shadow: 0 0 .1rem 0 rgba(51, 51, 51, .2);
    border-radius: .2rem;
    margin: .3rem auto;
    display: block
}

.storeServe h1[data-v-134f9a91] {
    color: #666;
    font-size: .3rem;
    padding: .24rem 0 .34rem
}

.storeServe h1 b[data-v-134f9a91] {
    display: block;
    width: .5rem;
    height: .04rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAECAYAAADMHGwBAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMqADAAQAAAABAAAABAAAAABbquKNAAABKUlEQVQoFVWRa7KDMAiFia/RP93/ptxMZzraJDY9H1e8lhkEwgEOktZ1PVJKWVruamal67qCPd/B1JvveeIT63nV5NZa7fv+sicmK+f1yudhGAo4aRnHEaz3w6qWXAEjze/3uwZmnmfmZWllbmgnx1SEQRKfW2wi0U6VSQCJgV0igippUZuIP5+PhQVIMW8SekSDJtLtOA7eTTaJuNVaTZaeLeds0zRhvWbbNqDp+Xxig3j7Y/DPjFqGAgq5B+4LA9lrYRGEpy9JA2LyYYNovNGYXAzQMuF6j3MZerqQZBldI3D2eDzC9x8TF/GAjCovgicSbomP4gYZYfyPg70JgQ8W5uciEBVxoPTwS4GR+9MAnK6R4iKlFLhc19j33ZZlsdfrRRvEZ+J8AdOS88vhndL6AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% auto
}

.storeServe h1 b[data-v-134f9a91]:first-child {
    transform: rotate(180deg)
}

.storeServe h1 i[data-v-134f9a91] {
    margin: 0 .14rem
}

.storeServe .commission[data-v-134f9a91] {
    width: 6.9rem;
    height: 5rem;
    background: #fff;
    box-shadow: 0 0 .1rem 0 rgba(51, 51, 51, .2);
    border-radius: .2rem;
    box-sizing: border-box;
    padding: 0 .2rem;
    margin: auto
}

.storeServe .commission .line[data-v-134f9a91] {
    width: 6.5rem;
    height: 1.68rem;
    background: #fbf8ff;
    border-radius: .2rem;
    margin-bottom: .3rem
}

.storeServe .commission .line .img[data-v-134f9a91] {
    position: relative
}

.storeServe .commission .line .img p[data-v-134f9a91] {
    position: absolute
}

.storeServe .commission .line:first-child img[data-v-134f9a91] {
    width: 2.26rem
}

.storeServe .commission .line:first-child .img p[data-v-134f9a91] {
    color: #f69e1c;
    left: .87rem;
    top: .33rem;
    font-size: .2rem
}

.storeServe .commission .line:first-child .img p i[data-v-134f9a91] {
    font-size: .24rem
}

.storeServe .commission .line:nth-child(2) img[data-v-134f9a91] {
    width: 2.32rem
}

.storeServe .commission .line:nth-child(2) .img .p1[data-v-134f9a91] {
    color: #6dd400;
    font-size: .22rem;
    transform: rotate(-12deg);
    top: .4rem;
    left: .66rem
}

.storeServe .commission .line:nth-child(2) .img .p2[data-v-134f9a91] {
    color: #f69e1c;
    font-size: .22rem;
    left: .74rem;
    top: 1.08rem
}

.storeServe .commission .line .right[data-v-134f9a91] {
    margin-left: .88rem;
    width: 2.75rem
}

.storeServe .commission .line .right p[data-v-134f9a91] {
    color: #666;
    font-size: .28rem
}

.storeServe .commission .line .right p[data-v-134f9a91]:nth-child(2) {
    color: #999;
    font-size: .26rem;
    margin-top: .11rem
}

.storeServe .commission .line .right p:nth-child(2) b[data-v-134f9a91] {
    color: #897af2
}

.storeServe .serveItem[data-v-134f9a91] {
    padding: 0 .3rem
}

.storeServe .serveItem h1[data-v-134f9a91] {
    padding: .3rem 0 .24rem
}

.storeServe .serveItem .item[data-v-134f9a91] {
    width: 3.4rem;
    height: 2.38rem;
    border-radius: .2rem;
    position: relative;
    overflow: hidden
}

.storeServe .serveItem .item img[data-v-134f9a91] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.storeServe .serveItem .item p[data-v-134f9a91] {
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .3);
    color: #fff;
    line-height: 2.38rem;
    text-align: center;
    font-size: .3rem
}

.storeServe .operation[data-v-134f9a91] {
    padding-bottom: 2.5rem
}

.storeServe .operation h1[data-v-134f9a91] {
    padding: .5rem 0 .4rem
}

.storeServe .operation .list[data-v-134f9a91] {
    padding: 0 .3rem;
    position: relative
}

.storeServe .operation .list .item[data-v-134f9a91] {
    text-align: center
}

.storeServe .operation .list .item img[data-v-134f9a91] {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: .1rem
}

.storeServe .operation .list .item h6[data-v-134f9a91] {
    color: #666;
    font-size: .28rem;
    font-weight: 400
}

.storeServe .operation .list .arrow[data-v-134f9a91] {
    position: absolute;
    left: 0;
    top: .48rem;
    width: 100%
}

.storeServe .operation .list .arrow i[data-v-134f9a91] {
    display: block;
    width: .22rem;
    height: .25rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAZCAYAAAA14t7uAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFqADAAQAAAABAAAAGQAAAACecaSLAAABoElEQVRIDbWVPUvEQBCGzRe2goWF4gcmbUKChaUiB3ZyjY2d/8g/YGUrYicE9bprTELqRFC5ShEtbCQx8Z3DHO5mLznJurBks/POs5vZmY0SBMF5WZYbqqr2Pc97nOMabHoYhkM83zRNO3Rd952TCF9VzK6iu3AcALDGq9I01WBbxnyvKAo/iqIFXiN6V3Vd78NwD+d1EdyyrE9FUfaheYV9a1a4QqvFcbySZdkAw01AHtB3+LAgZDbAN9Aswn6H0PWawjIGQywdPgHLhjPgCp7n+S0+2+wSlhpYFlwIlgGfCp4Vjtx3kILX0DPZ0gjuAqfKa2yO44xQRLs4yBQHSkV0ic5sCDkfI6/3AKqK6JQRNK2AAtkGcEgawzCWsOAzr4fmCJozbOKjdcfkTJVJDjSGU2zb9guNfzeKNTQnP3N+K1hQ7geAlzyUO8DjxlAIoLU75M9Z0QVKXyPccVeoECwDWgPLgjJgmdAJWDZ0DP4PKIFVXOoXeE791yVJMo/kv4KGub3IualR5T2hh6imWvKTo2maX7CNMPTbfqCkr9o3L5LHXSOaSxcAAAAASUVORK5CYII=) no-repeat 50%;
    background-size: 100% auto;
    margin-right: 1.68rem
}

.storeServe .operation .list .arrow i[data-v-134f9a91]:last-child {
    margin: 0
}

.storeServe .footer[data-v-134f9a91] {
    text-align: center;
    position: relative;
    overflow: hidden
}

.storeServe .footer h6[data-v-134f9a91] {
    color: #333;
    font-size: .3rem;
    padding: .58rem 0 .18rem
}

.storeServe .footer img[data-v-134f9a91] {
    width: 2rem;
    height: 2rem;
    margin: auto;
    display: block;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .18);
    border-radius: .05rem
}

.storeServe .footer button[data-v-134f9a91] {
    width: 1.6rem;
    height: .6rem;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: .3rem;
    color: #897af2;
    font-size: .26rem;
    line-height: .6rem;
    margin: .14rem auto .18rem;
    cursor: pointer;
    padding: 0
}

.storeServe .footer p[data-v-134f9a91] {
    color: #666;
    font-size: .28rem;
    margin-bottom: .1rem
}

.storeServe .footer p[data-v-134f9a91]:last-child {
    margin-bottom: .78rem
}

.storeServe .btn[data-v-134f9a91] {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: .2rem 0
}

.storeServe .btn a[data-v-134f9a91] {
    display: block;
    width: 6.1rem;
    height: .88rem;
    text-align: center;
    background: linear-gradient(270deg, #7893ef, #9d6ef7);
    border-radius: .56rem;
    line-height: .88rem;
    color: #fff;
    font-size: .32rem
}

.storeServe[data-v-134f9a91]:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.1rem;
    background: linear-gradient(180deg, #fff, #d4d3ff 100%, #7f70ef 0);
    z-index: -1
}

@media only screen and (device-width:375px)and (device-height:812px)and (-webkit-device-pixel-ratio:3) {
    .btn[data-v-134f9a91] {
        padding-bottom: .68rem !important
    }
}

@media only screen and (device-width:414px)and (device-height:896px)and (-webkit-device-pixel-ratio:3) {
    .btn[data-v-134f9a91] {
        padding-bottom: .68rem !important
    }
}

@media only screen and (device-width:414px)and (device-height:896px)and (-webkit-device-pixel-ratio:2) {
    .btn[data-v-134f9a91] {
        padding-bottom: .68rem !important
    }
}

.recruit[data-v-901fae60] {
    width: 100%;
    min-height: 100vh;
    background: #7475ed url(../images/recruit_back.1202ad6e.png) no-repeat top;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 11.29rem .48rem .71rem
}

.recruit .box[data-v-901fae60] {
    width: 6.54rem;
    min-height: 4.2rem;
    background: #fff;
    box-sizing: border-box;
    position: relative
}

.recruit .box[data-v-901fae60]:first-child {
    margin-bottom: .4rem
}

.recruit .box label[data-v-901fae60] {
    width: 3.26rem;
    height: 1.19rem;
    position: absolute;
    left: -.48rem;
    top: .63rem;
    background: url(data:image/png;base64,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) no-repeat 0 0;
    background-size: 100% auto;
    color: #fff;
    box-sizing: border-box;
    padding: .21rem 0 0 .71rem;
    line-height: .98rem;
    font-size: .46rem;
    overflow: hidden
}

.recruit .box .b1[data-v-901fae60] {
    padding: 2.18rem 0 0 .79rem;
    color: #666;
    font-size: .34rem
}

.recruit .box .b1 p[data-v-901fae60] {
    margin-bottom: .12rem
}

.recruit .box .b2[data-v-901fae60] {
    text-align: center;
    padding-top: 2.22rem;
    color: #666;
    font-size: .3rem
}

.recruit .box .b2 p[data-v-901fae60] {
    margin-bottom: .12rem
}

.recruit .box .b2 p[data-v-901fae60]:nth-child(2) {
    font-size: .5rem;
    margin-bottom: .25rem
}

.recruit .box .b2 button[data-v-901fae60] {
    color: #fff;
    font-size: .3rem;
    width: 4.7rem;
    height: .8rem;
    line-height: .8rem;
    background: #797aed;
    border-radius: .4rem;
    cursor: pointer;
    margin-bottom: .5rem;
    outline: none
}

.storeExamineResult .top[data-v-62408166] {
    text-align: center;
    overflow: hidden
}

.storeExamineResult .top img[data-v-62408166] {
    width: 2.3rem;
    height: 2.3rem;
    margin: 1.14rem auto .3rem
}

.storeExamineResult .top h6[data-v-62408166] {
    color: #000;
    font-size: .4rem
}

.storeExamineResult .top p[data-v-62408166] {
    color: #666;
    font-size: .28rem;
    margin-top: .1rem
}

.storeExamineResult .bottom[data-v-62408166] {
    text-align: center;
    border-top: .1rem solid #f8f8f8;
    margin-top: .5rem;
    overflow: hidden
}

.storeExamineResult .bottom h6[data-v-62408166] {
    color: #333;
    font-size: .3rem;
    padding: .6rem 0 .18rem
}

.storeExamineResult .bottom img[data-v-62408166] {
    width: 2rem;
    height: 2rem;
    box-shadow: 0 0 .06rem 0 rgba(0, 0, 0, .18);
    border-radius: .05rem
}

.storeExamineResult .bottom button[data-v-62408166] {
    width: 1.6rem;
    height: .6rem;
    background: #fff;
    box-shadow: 0 0 .04rem 0 rgba(0, 0, 0, .2);
    border-radius: .3rem;
    line-height: .6rem;
    color: #897af2;
    font-size: .26rem;
    display: block;
    cursor: pointer;
    margin: .24rem auto .28rem
}

.storeExamineResult .bottom p[data-v-62408166] {
    color: #666;
    font-size: .28rem
}

.technicianExamineNotice[data-v-30ae0053] {
    font-size: .28rem;
    padding: .3rem;
    color: #666
}

.technicianExamineNotice h1[data-v-30ae0053] {
    text-align: center;
    margin-bottom: .3rem;
    color: #333;
    font-size: .42rem
}

.technicianExamineNotice p[data-v-30ae0053] {
    margin-bottom: .1rem
}

.technicianExamineNotice img[data-v-30ae0053] {
    width: 100%
}

.pc[data-v-622b1f05] {
    min-width: 1440px
}

.pc .header[data-v-622b1f05] {
    width: 100%;
    background: #fff;
    height: 1rem
}

.pc .header .logo[data-v-622b1f05] {
    display: flex;
    align-items: center
}

.pc .header .logo img[data-v-622b1f05] {
    width: .7rem;
    margin-right: .1rem
}

.pc .header .logo b[data-v-622b1f05] {
    font-size: .3rem;
    line-height: .7rem
}

.pc .banner[data-v-622b1f05] {
    width: 100%;
    height: 8rem;
    background: url(../images/banner.3b14b89e.png) no-repeat 50%;
    background-size: 100% auto
}

.pc .banner .inner[data-v-622b1f05] {
    position: relative;
    height: 8rem
}

.pc .banner .inner .btns[data-v-622b1f05] {
    position: absolute;
    left: 0;
    bottom: 1.58rem;
    display: flex
}

.pc .banner .inner .btns>div[data-v-622b1f05] {
    width: 1.8rem;
    height: .8rem;
    border-radius: .1rem;
    position: relative
}

.pc .banner .inner .btns>div:hover .code[data-v-622b1f05] {
    display: block
}

.pc .banner .inner .btns>div .code[data-v-622b1f05] {
    position: absolute;
    left: 0;
    bottom: .96rem;
    width: 1.8rem;
    height: 1.8rem;
    box-sizing: border-box;
    padding: .1rem;
    background: #fff;
    border-radius: .1rem;
    display: none
}

.pc .banner .inner .btns>div .code img[data-v-622b1f05] {
    width: 100%
}

.pc .banner .inner .btns .android[data-v-622b1f05] {
    background: url(../images/icon_android_down_btn.5c2866d8.png);
    background-size: 100% auto;
    margin-left: .76rem
}

.pc .banner .inner .btns .ios[data-v-622b1f05] {
    background: url(../images/icon_ios_down_btn.f1d2b7bb.png);
    background-size: 100% auto
}

.pc .box_shadow[data-v-622b1f05] {
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04)
}

.pc .box[data-v-622b1f05] {
    height: 8rem
}

.pc .box h1[data-v-622b1f05] {
    color: #333;
    font-size: .54rem;
    padding: 1rem 0 .1rem;
    font-weight: 400;
    text-align: center
}

.pc .box .desc[data-v-622b1f05] {
    color: #999;
    font-size: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem
}

.pc .box .desc i[data-v-622b1f05] {
    width: .24rem;
    height: .02rem;
    background: #d8d8d8
}

.pc .box .desc b[data-v-622b1f05] {
    margin: 0 .2rem
}

.pc .box .inner[data-v-622b1f05] {
    height: 8rem
}

.pc .b1[data-v-622b1f05] {
    text-align: center
}

.pc .b1 .list[data-v-622b1f05] {
    display: flex;
    align-items: center
}

.pc .b1 .list .item[data-v-622b1f05] {
    width: 2.85rem;
    height: 4.1rem;
    background: #fff;
    box-shadow: 0 0 .22rem 0 rgba(0, 0, 0, .06);
    border-radius: 1px;
    margin-right: .2rem;
    overflow: hidden
}

.pc .b1 .list .item img[data-v-622b1f05] {
    width: 1.7rem;
    height: 1.7rem;
    display: block;
    margin: .3rem auto .4rem
}

.pc .b1 .list .item h5[data-v-622b1f05] {
    color: #333;
    font-size: .3rem;
    font-weight: 400
}

.pc .b1 .list .item p[data-v-622b1f05] {
    font-size: .18rem;
    padding: .28rem .16rem 0;
    color: #999
}

.pc .b1 .list .item[data-v-622b1f05]:last-child {
    margin: 0
}

.pc .b2[data-v-622b1f05] {
    position: relative;
    z-index: 1
}

.pc .b2 .list[data-v-622b1f05] {
    display: flex;
    flex-wrap: wrap
}

.pc .b2 .list .item[data-v-622b1f05] {
    width: 5.9rem;
    height: 2rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04), 0 0 .1rem 0 rgba(0, 0, 0, .06);
    border-radius: 1px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: .9rem;
    margin: 0 .2rem .2rem 0
}

.pc .b2 .list .item[data-v-622b1f05]:nth-child(2n) {
    margin-right: 0
}

.pc .b2 .list .item img[data-v-622b1f05] {
    width: 1.5rem;
    margin-right: .2rem
}

.pc .b2 .list .item .info h6[data-v-622b1f05] {
    color: #333;
    font-size: .3rem
}

.pc .b2 .list .item .info p[data-v-622b1f05] {
    color: #999;
    font-size: .18rem;
    margin-top: .22rem
}

.pc .b2 .list .item span[data-v-622b1f05] {
    position: absolute;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: #ddd;
    left: .2rem;
    top: .2rem;
    color: #fff;
    font-size: .26rem;
    border-radius: 50%
}

.pc .b3[data-v-622b1f05] {
    position: relative;
    background: #fff;
    z-index: 2
}

.pc .b3 .list[data-v-622b1f05] {
    display: flex
}

.pc .b3 .list .item[data-v-622b1f05] {
    margin-right: .2rem
}

.pc .b3 .list .item[data-v-622b1f05]:last-child {
    margin: 0
}

.pc .b3 .list .item img[data-v-622b1f05] {
    width: 2.85rem;
    height: 2.85rem
}

.pc .b3 .list .item p[data-v-622b1f05] {
    color: #333;
    text-align: center;
    font-size: .3rem;
    margin-top: .3rem
}

.pc .comment[data-v-622b1f05] {
    width: 100%;
    height: 8.6rem;
    background: url(../images/icon_comment_back.1d1f75a5.png);
    background-size: 100%
}

.pc .comment .inner[data-v-622b1f05] {
    height: 8.6rem
}

.pc .comment .inner h1[data-v-622b1f05] {
    color: #fff;
    font-size: .54rem;
    padding: 1rem 0 .1rem;
    font-weight: 400;
    text-align: center
}

.pc .comment .inner .desc[data-v-622b1f05] {
    color: #fff;
    font-size: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem
}

.pc .comment .inner .desc i[data-v-622b1f05] {
    width: .24rem;
    height: .02rem;
    background: #d8d8d8
}

.pc .comment .inner .desc b[data-v-622b1f05] {
    margin: 0 .2rem
}

.pc .comment .inner .list[data-v-622b1f05] {
    display: flex;
    align-items: flex-end;
    padding-bottom: 1.11rem;
    box-sizing: border-box;
    height: 5.81rem
}

.pc .comment .inner .list .item[data-v-622b1f05] {
    width: 3.88rem;
    height: 3.4rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04);
    border-radius: .1rem;
    margin-right: .1rem;
    position: relative;
    box-sizing: border-box;
    padding: .24rem;
    font-size: .18rem;
    color: #999
}

.pc .comment .inner .list .item[data-v-622b1f05]:last-child {
    margin-right: 0
}

.pc .comment .inner .list .item[data-v-622b1f05]:nth-child(2) {
    margin-bottom: .5rem
}

.pc .comment .inner .list .item img[data-v-622b1f05] {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.8rem
}

.pc .comment .inner .list .item h6[data-v-622b1f05] {
    margin: 1rem 0 .26rem;
    font-size: .3rem;
    color: #333
}

.pc .map .inner[data-v-622b1f05] {
    height: 8.6rem
}

.pc .map .inner>img[data-v-622b1f05] {
    width: 8.34rem;
    margin-right: 1.11rem
}

.pc .map .inner .right .icon[data-v-622b1f05] {
    margin-right: .4rem
}

.pc .map .inner .right .icon img[data-v-622b1f05] {
    display: block;
    margin: auto;
    width: .47rem
}

.pc .map .inner .right .icon .line[data-v-622b1f05] {
    width: .09rem;
    margin: .1rem auto
}

.pc .map .inner .right .data .item[data-v-622b1f05] {
    margin-bottom: .91rem
}

.pc .map .inner .right .data .item[data-v-622b1f05]:last-child {
    margin: 0
}

.pc .map .inner .right .data .item b[data-v-622b1f05],
.pc .map .inner .right .data .item i[data-v-622b1f05] {
    display: block
}

.pc .map .inner .right .data .item i[data-v-622b1f05] {
    color: #333;
    font-size: .3rem;
    margin-bottom: .19rem
}

.pc .map .inner .right .data .item b[data-v-622b1f05] {
    font-size: .18rem;
    color: #999
}

.pc .down[data-v-622b1f05] {
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04)
}

.pc .down .inner[data-v-622b1f05] {
    height: 4rem;
    text-align: center;
    color: #333
}

.pc .down .inner h1[data-v-622b1f05] {
    font-size: .5rem;
    padding: .5rem 0 .44rem;
    font-weight: 400
}

.pc .down .inner .codes[data-v-622b1f05] {
    display: flex;
    justify-content: center
}

.pc .down .inner .codes .code[data-v-622b1f05]:first-child {
    margin-right: .5rem
}

.pc .down .inner .codes .code img[data-v-622b1f05] {
    width: 1.6rem;
    margin-bottom: .1rem
}

.pc .down .inner .codes .code p[data-v-622b1f05] {
    font-size: .2rem
}

.pc .footer[data-v-622b1f05] {
    height: 4.4rem;
    position: relative
}

.pc .footer .contact_and_about_us[data-v-622b1f05] {
    width: 100%;
    height: 3.4rem;
    background: #666;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04);
    color: #fff
}

.pc .footer .contact_and_about_us .inner[data-v-622b1f05] {
    display: flex;
    justify-content: space-between;
    height: 3.4rem;
    padding-top: .38rem;
    box-sizing: border-box
}

.pc .footer .contact_and_about_us .inner h3[data-v-622b1f05] {
    font-size: .3rem;
    font-weight: 400;
    margin-bottom: .2rem
}

.pc .footer .contact_and_about_us .inner p[data-v-622b1f05] {
    font-size: .18rem
}

.pc .footer .contact_and_about_us .inner>div[data-v-622b1f05] {
    text-align: left
}

.pc .footer .contact_and_about_us .inner .contact p[data-v-622b1f05] {
    margin-bottom: .25rem
}

.pc .footer .contact_and_about_us .inner .contact p[data-v-622b1f05]:nth-child(2) {
    margin-bottom: .2rem
}

.pc .footer .contact_and_about_us .inner .contact .store[data-v-622b1f05] {
    width: 2.1rem;
    height: .9rem;
    background: #fff;
    border-radius: .04rem;
    color: #333;
    font-size: .24rem;
    box-sizing: border-box;
    padding-left: .2rem;
    padding-top: .1rem
}

.pc .footer .contact_and_about_us .inner .contact .store label[data-v-622b1f05] {
    display: block;
    margin-bottom: .1rem
}

.pc .footer .contact_and_about_us .inner .follow .icon[data-v-622b1f05] {
    width: .6rem;
    height: .6rem;
    background: url(data:image/png;base64,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);
    background-size: 100% auto;
    border-radius: .04rem;
    position: relative
}

.pc .footer .contact_and_about_us .inner .follow .icon:hover .code[data-v-622b1f05] {
    display: block
}

.pc .footer .contact_and_about_us .inner .follow .icon .code[data-v-622b1f05] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .04rem;
    overflow: hidden;
    position: absolute;
    top: .8rem;
    left: 0;
    display: none
}

.pc .footer .contact_and_about_us .inner .follow .icon .code img[data-v-622b1f05] {
    width: 1.4rem;
    height: 1.4rem
}

.pc .footer .contact_and_about_us .inner .about[data-v-622b1f05] {
    width: 2.7rem
}

.pc .footer .keep_on_record[data-v-622b1f05] {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1rem;
    width: 100%;
    background: #333;
    border-radius: 1px;
    text-align: center;
    line-height: 1rem;
    font-size: .18rem
}

.pc .footer .keep_on_record a[data-v-622b1f05] {
    color: #e8eff7
}

.pc[data-v-1e77cba0] {
    min-width: 1440px
}

.pc .header[data-v-1e77cba0] {
    width: 100%;
    background: #fff;
    height: 1rem
}

.pc .header .logo[data-v-1e77cba0] {
    display: flex;
    align-items: center
}

.pc .header .logo img[data-v-1e77cba0] {
    width: .7rem;
    margin-right: .1rem
}

.pc .header .logo b[data-v-1e77cba0] {
    font-size: .3rem;
    line-height: .7rem
}

.pc .banner[data-v-1e77cba0] {
    width: 100%;
    height: 8rem;
    background: url(../images/banner.9cc90850.png) no-repeat 50%;
    background-size: 100% auto
}

.pc .banner .inner[data-v-1e77cba0] {
    position: relative;
    height: 8rem
}

.pc .banner .inner .btns[data-v-1e77cba0] {
    position: absolute;
    left: 0;
    bottom: 1.58rem;
    display: flex
}

.pc .banner .inner .btns>div[data-v-1e77cba0] {
    width: 1.8rem;
    height: .8rem;
    border-radius: .1rem;
    position: relative
}

.pc .banner .inner .btns>div:hover .code[data-v-1e77cba0] {
    display: block
}

.pc .banner .inner .btns>div .code[data-v-1e77cba0] {
    position: absolute;
    left: 0;
    bottom: .96rem;
    width: 1.8rem;
    height: 1.8rem;
    box-sizing: border-box;
    padding: .1rem;
    background: #fff;
    border-radius: .1rem;
    display: none
}

.pc .banner .inner .btns>div .code img[data-v-1e77cba0] {
    width: 100%
}

.pc .banner .inner .btns .android[data-v-1e77cba0] {
    background: url(../images/icon_android_down_btn.5c2866d8.png);
    background-size: 100% auto;
    margin-left: .76rem
}

.pc .banner .inner .btns .ios[data-v-1e77cba0] {
    background: url(../images/icon_ios_down_btn.f1d2b7bb.png);
    background-size: 100% auto
}

.pc .box_shadow[data-v-1e77cba0] {
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04)
}

.pc .box[data-v-1e77cba0] {
    height: 8rem
}

.pc .box h1[data-v-1e77cba0] {
    color: #333;
    font-size: .54rem;
    padding: 1rem 0 .1rem;
    font-weight: 400;
    text-align: center
}

.pc .box .desc[data-v-1e77cba0] {
    color: #999;
    font-size: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem
}

.pc .box .desc i[data-v-1e77cba0] {
    width: .24rem;
    height: .02rem;
    background: #d8d8d8
}

.pc .box .desc b[data-v-1e77cba0] {
    margin: 0 .2rem
}

.pc .box .inner[data-v-1e77cba0] {
    height: 8rem
}

.pc .b1[data-v-1e77cba0] {
    text-align: center
}

.pc .b1 .list[data-v-1e77cba0] {
    display: flex;
    align-items: center
}

.pc .b1 .list .item[data-v-1e77cba0] {
    width: 2.85rem;
    height: 4.1rem;
    background: #fff;
    box-shadow: 0 0 .22rem 0 rgba(0, 0, 0, .06);
    border-radius: 1px;
    margin-right: .2rem;
    overflow: hidden
}

.pc .b1 .list .item img[data-v-1e77cba0] {
    width: 1.7rem;
    height: 1.7rem;
    display: block;
    margin: .3rem auto .4rem
}

.pc .b1 .list .item h5[data-v-1e77cba0] {
    color: #333;
    font-size: .3rem;
    font-weight: 400
}

.pc .b1 .list .item p[data-v-1e77cba0] {
    font-size: .18rem;
    padding: .28rem .16rem 0;
    color: #999
}

.pc .b1 .list .item[data-v-1e77cba0]:last-child {
    margin: 0
}

.pc .b2[data-v-1e77cba0] {
    position: relative;
    z-index: 1
}

.pc .b2 .list[data-v-1e77cba0] {
    display: flex;
    flex-wrap: wrap
}

.pc .b2 .list .item[data-v-1e77cba0] {
    width: 5.9rem;
    height: 2rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04), 0 0 .1rem 0 rgba(0, 0, 0, .06);
    border-radius: 1px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: .9rem;
    margin: 0 .2rem .2rem 0
}

.pc .b2 .list .item[data-v-1e77cba0]:nth-child(2n) {
    margin-right: 0
}

.pc .b2 .list .item img[data-v-1e77cba0] {
    width: 1.5rem;
    margin-right: .2rem
}

.pc .b2 .list .item .info h6[data-v-1e77cba0] {
    color: #333;
    font-size: .3rem
}

.pc .b2 .list .item .info p[data-v-1e77cba0] {
    color: #999;
    font-size: .18rem;
    margin-top: .22rem
}

.pc .b2 .list .item span[data-v-1e77cba0] {
    position: absolute;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: #ddd;
    left: .2rem;
    top: .2rem;
    color: #fff;
    font-size: .26rem;
    border-radius: 50%
}

.pc .b3[data-v-1e77cba0] {
    position: relative;
    background: #fff;
    z-index: 2
}

.pc .b3 .list[data-v-1e77cba0] {
    display: flex
}

.pc .b3 .list .item[data-v-1e77cba0] {
    margin-right: .2rem
}

.pc .b3 .list .item[data-v-1e77cba0]:last-child {
    margin: 0
}

.pc .b3 .list .item img[data-v-1e77cba0] {
    width: 2.85rem;
    height: 2.85rem
}

.pc .b3 .list .item p[data-v-1e77cba0] {
    color: #333;
    text-align: center;
    font-size: .3rem;
    margin-top: .3rem
}

.pc .comment[data-v-1e77cba0] {
    width: 100%;
    height: 8.6rem;
    background: url(../images/icon_comment_back.1d1f75a5.png);
    background-size: 100%
}

.pc .comment .inner[data-v-1e77cba0] {
    height: 8.6rem
}

.pc .comment .inner h1[data-v-1e77cba0] {
    color: #fff;
    font-size: .54rem;
    padding: 1rem 0 .1rem;
    font-weight: 400;
    text-align: center
}

.pc .comment .inner .desc[data-v-1e77cba0] {
    color: #fff;
    font-size: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem
}

.pc .comment .inner .desc i[data-v-1e77cba0] {
    width: .24rem;
    height: .02rem;
    background: #d8d8d8
}

.pc .comment .inner .desc b[data-v-1e77cba0] {
    margin: 0 .2rem
}

.pc .comment .inner .list[data-v-1e77cba0] {
    display: flex;
    align-items: flex-end;
    padding-bottom: 1.11rem;
    box-sizing: border-box;
    height: 5.81rem
}

.pc .comment .inner .list .item[data-v-1e77cba0] {
    width: 3.88rem;
    height: 3.4rem;
    background: #fff;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04);
    border-radius: .1rem;
    margin-right: .1rem;
    position: relative;
    box-sizing: border-box;
    padding: .24rem;
    font-size: .18rem;
    color: #999
}

.pc .comment .inner .list .item[data-v-1e77cba0]:last-child {
    margin-right: 0
}

.pc .comment .inner .list .item[data-v-1e77cba0]:nth-child(2) {
    margin-bottom: .5rem
}

.pc .comment .inner .list .item img[data-v-1e77cba0] {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.8rem
}

.pc .comment .inner .list .item h6[data-v-1e77cba0] {
    margin: 1rem 0 .26rem;
    font-size: .3rem;
    color: #333
}

.pc .map .inner[data-v-1e77cba0] {
    height: 8.6rem
}

.pc .map .inner>img[data-v-1e77cba0] {
    width: 8.34rem;
    margin-right: 1.11rem
}

.pc .map .inner .right .icon[data-v-1e77cba0] {
    margin-right: .4rem
}

.pc .map .inner .right .icon img[data-v-1e77cba0] {
    display: block;
    margin: auto;
    width: .47rem
}

.pc .map .inner .right .icon .line[data-v-1e77cba0] {
    width: .09rem;
    margin: .1rem auto
}

.pc .map .inner .right .data .item[data-v-1e77cba0] {
    margin-bottom: .91rem
}

.pc .map .inner .right .data .item[data-v-1e77cba0]:last-child {
    margin: 0
}

.pc .map .inner .right .data .item b[data-v-1e77cba0],
.pc .map .inner .right .data .item i[data-v-1e77cba0] {
    display: block
}

.pc .map .inner .right .data .item i[data-v-1e77cba0] {
    color: #333;
    font-size: .3rem;
    margin-bottom: .19rem
}

.pc .map .inner .right .data .item b[data-v-1e77cba0] {
    font-size: .18rem;
    color: #999
}

.pc .down[data-v-1e77cba0] {
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04)
}

.pc .down .inner[data-v-1e77cba0] {
    height: 4rem;
    text-align: center;
    color: #333
}

.pc .down .inner h1[data-v-1e77cba0] {
    font-size: .5rem;
    padding: .5rem 0 .44rem;
    font-weight: 400
}

.pc .down .inner .codes[data-v-1e77cba0] {
    display: flex;
    justify-content: center
}

.pc .down .inner .codes .code[data-v-1e77cba0]:first-child {
    margin-right: .5rem
}

.pc .down .inner .codes .code img[data-v-1e77cba0] {
    width: 1.6rem;
    margin-bottom: .1rem
}

.pc .down .inner .codes .code p[data-v-1e77cba0] {
    font-size: .2rem
}

.pc .footer[data-v-1e77cba0] {
    height: 4.4rem;
    position: relative
}

.pc .footer .contact_and_about_us[data-v-1e77cba0] {
    width: 100%;
    height: 3.4rem;
    background: #666;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .04);
    color: #fff
}

.pc .footer .contact_and_about_us .inner[data-v-1e77cba0] {
    display: flex;
    justify-content: space-between;
    height: 3.4rem;
    padding-top: .38rem;
    box-sizing: border-box
}

.pc .footer .contact_and_about_us .inner h3[data-v-1e77cba0] {
    font-size: .3rem;
    font-weight: 400;
    margin-bottom: .2rem
}

.pc .footer .contact_and_about_us .inner p[data-v-1e77cba0] {
    font-size: .18rem
}

.pc .footer .contact_and_about_us .inner>div[data-v-1e77cba0] {
    text-align: left
}

.pc .footer .contact_and_about_us .inner .contact p[data-v-1e77cba0] {
    margin-bottom: .25rem
}

.pc .footer .contact_and_about_us .inner .contact p[data-v-1e77cba0]:nth-child(2) {
    margin-bottom: .2rem
}

.pc .footer .contact_and_about_us .inner .contact .store[data-v-1e77cba0] {
    width: 2.1rem;
    height: .9rem;
    background: #fff;
    border-radius: .04rem;
    color: #333;
    font-size: .24rem;
    box-sizing: border-box;
    padding-left: .2rem;
    padding-top: .1rem
}

.pc .footer .contact_and_about_us .inner .contact .store label[data-v-1e77cba0] {
    display: block;
    margin-bottom: .1rem
}

.pc .footer .contact_and_about_us .inner .follow .icon[data-v-1e77cba0] {
    width: .6rem;
    height: .6rem;
    background: url(data:image/png;base64,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);
    background-size: 100% auto;
    border-radius: .04rem;
    position: relative
}

.pc .footer .contact_and_about_us .inner .follow .icon:hover .code[data-v-1e77cba0] {
    display: block
}

.pc .footer .contact_and_about_us .inner .follow .icon .code[data-v-1e77cba0] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .04rem;
    overflow: hidden;
    position: absolute;
    top: .8rem;
    left: 0;
    display: none
}

.pc .footer .contact_and_about_us .inner .follow .icon .code img[data-v-1e77cba0] {
    width: 1.4rem;
    height: 1.4rem
}

.pc .footer .contact_and_about_us .inner .about[data-v-1e77cba0] {
    width: 2.7rem
}

.pc .footer .keep_on_record[data-v-1e77cba0] {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1rem;
    width: 100%;
    background: #333;
    border-radius: 1px;
    text-align: center;
    line-height: 1rem;
    font-size: .18rem
}

.pc .footer .keep_on_record a[data-v-1e77cba0] {
    color: #e8eff7
}

p[data-v-5bfedd70] {
    padding: .3rem;
    font-size: .3rem;
    word-wrap: unset;
    word-wrap: break-word
}

br[data-v-5bfedd70] {
    margin-bottom: .2rem
}

table[data-v-5bfedd70],
td[data-v-5bfedd70],
tr[data-v-5bfedd70] {
    border: none
}

.data[data-v-5bfedd70] {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll
}

table[data-v-5bfedd70] {
    text-align: center;
    font-size: .24rem
}

table thead[data-v-5bfedd70] {
    background: #cae1ff
}

table thead td[data-v-5bfedd70] {
    width: 25%;
    white-space: nowrap
}

table tbody tr[data-v-5bfedd70] {
    background: #fff
}

table tbody tr[data-v-5bfedd70]:nth-child(2n) {
    background: #e8e8e8
}

table tbody tr td[data-v-5bfedd70] {
    word-break: keep-all
}

table td[data-v-5bfedd70] {
    padding: .2rem;
    box-sizing: border-box
}

p[data-v-0975a877] {
    padding: .3rem;
    font-size: .3rem;
    word-wrap: unset;
    word-wrap: break-word
}

br[data-v-0975a877] {
    margin-bottom: .2rem
}

.avatarRequire .top[data-v-808a193e] {
    padding: .3rem .6rem .2rem .4rem;
    border-bottom: .1rem solid #f8f8f8
}

.avatarRequire .top h6[data-v-808a193e] {
    font-size: .3rem;
    color: #333;
    font-weight: 400;
    padding-bottom: .24rem
}

.avatarRequire .top p[data-v-808a193e] {
    color: #666;
    font-size: .28rem;
    margin-bottom: .1rem
}

.avatarRequire .photo[data-v-808a193e] {
    padding: 0 .4rem
}

.avatarRequire .photo h5[data-v-808a193e] {
    color: #333;
    font-size: .3rem;
    padding: .3rem 0
}

.avatarRequire .photo .imgs .item[data-v-808a193e] {
    width: 3.1rem;
    text-align: center;
    color: #666;
    font-size: .3rem
}

.avatarRequire .photo .imgs .item img[data-v-808a193e] {
    width: 3.1rem;
    margin-bottom: .22rem
}