@font-size-base : 75;

* {
    margin: 0;
    padding: 0;
}

html {
    background: #FFFFFF;
    font-size: 12px;
    color: #333333;
    font-family: PingFang SC, Microsoft YaHei, Arial, sans-serif;
    /* -webkit-overflow-scrolling: touch; */
}

[data-dpr="2"] html {
    font-size: 24px;
}

[data-dpr="3"] html {
    font-size: 36px;
}

/* body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
} */

img {
    max-width: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-one {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.alcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bg-white {
    background-color: #fff;
}

.bg-EE9D18 {
    background-color: #EE9D18;
}

.bg-e5e5e5 {
    background-color: #e5e5e5;
}

.bg_FFA1AF {
    background-color: #FFA1AF;
}

.bg_70C06E {
    background-color: #70C06E !important;
}

.c_FFA1AF {
    color: #FFA1AF;
}

.c-EE9D18 {
    color: #EE9D18;
}

.c-00A212 {
    color: #00A212;
}

.c_FA9A43 {
    color: #FA9A43;
}

.c-white {
    color: #fff;
}

.c_333 {
    color: #333333;
}

.c_666 {
    color: #666666;
}

.c_999 {
    color: #999999;
}

.c_gray {
    color: #ccc;
}

.c_FFA914 {
    color: #FFA914;
}

.c_EE9E19 {
    color: #EE9E19;
}

.c_969797 {
    color: #969797;
}

.c_8E8E93 {
    color: #8E8E93;
}

.c_F7B500 {
    color: #F7B500;
}

.c_8A6756 {
    color: #8A6756;
}

.c_F43F36 {
    color: #F43F36;
}

.c_FA6400 {
    color: #FA6400;
}

.color-red {
    color: #ff5340;
}

.line:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #F0F0F0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.border_top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #F0F0F0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.border_bottom:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #F0F0F0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.border_bottom_one:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: .026667rem;
    background: #D5D5D8;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.border_right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #D5D5D8;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.h_100 {
    height: 100%;
}

.h40 {
    height: 40px;
}

.h120 {
    height: 1.6rem;
}

.h100 {
    height: 1.333333rem;
}

.h60 {
    height: .8rem;
}

.h80 {
    height: 1.066667rem;
}

.h88 {
    height: 1.173333rem;
}

.mt10 {
    margin-top: .133333rem;
}

.mb10 {
    margin-bottom: .133333rem;
}

.mb20 {
    margin-bottom: .266667rem;
}

.mb30 {
    margin-bottom: .4rem;
}

.mb40 {
    margin-bottom: .533333rem;
}

.ml4 {
    margin-left: .053333rem;
}

.ml10 {
    margin-left: .133333rem;
}

.ml70 {
    margin-left: .933333rem;
}

.ml100 {
    margin-left: 1.333333rem;
}

.ml20 {
    margin-left: .266667rem;
}

.ml30 {
    margin-left: .4rem;
}

.mr10 {
    margin-right: .133333rem;
}

.mr20 {
    margin-right: .266667rem;
}

.mr30 {
    margin-right: .4rem;
}

.mr40 {
    margin-right: .533333rem;
}

.mr70 {
    margin-right: .933333rem;
}

.mr100 {
    margin-right: 1.333333rem;
}

.mt20 {
    margin-top: 0.26667rem !important;
}

.mt13 {
    margin-top: .173333rem;
}

.mt30 {
    margin-top: .4rem;
}

.mt40 {
    margin-top: .533333rem;
}

.mt80 {
    margin-top: 1.066667rem;
}

.mt160 {
    margin-top: 2.133333rem;
}

.mlr10 {
    margin-left: .133333rem;
    margin-right: .133333rem;
}

.mlr30 {
    margin-left: .4rem;
    margin-right: .4rem;
}

.mlr40 {
    margin-left: .533333rem;
    margin-right: .533333rem;
}

.pl10 {
    padding-left: .133333rem;
}

.pl30 {
    padding-left: .4rem;
}

.pl60 {
    padding-left: .8rem;
}

.pl130 {
    padding-left: 1.733333rem;
}

.pl20 {
    padding-left: .266667rem;
}

.pr10 {
    padding-right: .133333rem;
}

.pr20 {
    padding-right: .266667rem;
}

.pd10 {
    padding: .133333rem;
}

.pd20 {
    padding: 0.26667rem !important;
}

.pd40 {
    padding: .533333rem;
}

.plr10 {
    padding-left: .133333rem;
    padding-right: .133333rem;
}

.plr20 {
    padding-left: .266667rem;
    padding-right: .266667rem;
}

.plr30 {
    padding-left: .4rem;
    padding-right: .4rem;
}

.plr40 {
    padding-left: 0.53333rem !important;
    padding-right: 0.53333rem !important;
}

.plr56 {
    padding-left: 0.74667rem !important;
    padding-right: 0.74667rem !important;
}

.pt20 {
    padding-top: .266667rem;
}

.pb20 {
    padding-bottom: .266667rem;
}

.pb40 {
    padding-bottom: .533333rem;
}

.pb100 {
    padding-bottom: 1.333333rem;
}

.mb20 {
    margin-bottom: 0.26667rem !important;
}

.text-center {
    text-align: center;
}

.line-one {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ft16 {
    font-size: 8px;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

[data-dpr="2"] .ft16 {
    font-size: 16px;
}

[data-dpr="3"] .ft16 {
    font-size: 24px;
}

.ft20 {
    font-size: 10px;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

[data-dpr="2"] .ft20 {
    font-size: 20px;
}

[data-dpr="3"] .ft20 {
    font-size: 30px;
}

.ft24 {
    font-size: 12px;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

[data-dpr="2"] .ft24 {
    font-size: 24px;
}

[data-dpr="3"] .ft24 {
    font-size: 36px;
}

.ft22 {
    font-size: 11px;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

[data-dpr="2"] .ft22 {
    font-size: 22px;
}

[data-dpr="3"] .ft22 {
    font-size: 33px;
}


.ft26 {
    font-size: 13px;
}

[data-dpr="2"] .ft26 {
    font-size: 26px;
}

[data-dpr="3"] .ft26 {
    font-size: 39px;
}

.ft28 {
    font-size: 14px;
}

[data-dpr="2"] .ft28 {
    font-size: 28px;
}

[data-dpr="3"] .ft28 {
    font-size: 42px;
}

.ft30 {
    font-size: 15px;
}

[data-dpr="2"] .ft30 {
    font-size: 30px;
}

[data-dpr="3"] .ft30 {
    font-size: 45px;
}

.ft34 {
    font-size: 17px;
}

[data-dpr="2"] .ft34 {
    font-size: 34px;
}

[data-dpr="3"] .ft34 {
    font-size: 51px;
}


.ft32 {
    font-size: 16px;
}

[data-dpr="2"] .ft32 {
    font-size: 32px;
}

[data-dpr="3"] .ft32 {
    font-size: 48px;
}

.ft36 {
    font-size: 18px;
}

[data-dpr="2"] .ft36 {
    font-size: 36px;
}

[data-dpr="3"] .ft36 {
    font-size: 54px;
}


.ft38 {
    font-size: 19px;
}

[data-dpr="2"] .ft38 {
    font-size: 38px;
}

[data-dpr="3"] .ft38 {
    font-size: 57px;
}


.ft40 {
    font-size: 20px;
}

[data-dpr="2"] .ft40 {
    font-size: 40px;
}

[data-dpr="3"] .ft40 {
    font-size: 60px;
}

.ft44 {
    font-size: 22px;
}

[data-dpr="2"] .ft44 {
    font-size: 44px;
}

[data-dpr="3"] .ft44 {
    font-size: 66px;
}

.ft50 {
    font-size: 25px;
}

[data-dpr="2"] .ft50 {
    font-size: 50px;
}

[data-dpr="3"] .ft50 {
    font-size: 75px;
}


.ft52 {
    font-size: 26px;
}

[data-dpr="2"] .ft52 {
    font-size: 52px;
}

[data-dpr="3"] .ft52 {
    font-size: 78px;
}

.ft60 {
    font-size: 30px;
}

[data-dpr="2"] .ft60 {
    font-size: 60px;
}

[data-dpr="3"] .ft60 {
    font-size: 90px;
}

.font-bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

table {
    border-collapse: collapse !important;
    border-spacing: 0px !important;

    border: 1px solid #333333 !important;
}



.open-app {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.333333rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

.open-app .open-btn {
    width: 2.133333rem;
    height: .906667rem;
    background: #EE9D18;
    border-radius: .453333rem;
}

.open-app .close-img {
    width: .4rem;
    height: .4rem;
    padding: .133333rem;
}

.brower-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}

.brower-mask img {
    position: absolute;
    width: 6.133333rem;
    height: 4.266667rem;
    right: .533333rem;
    top: .266667rem;
}

.loading-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}



.loading-box {
    height: 1.33333rem;
    width: 1.33333rem;
    position: relative;
    top: calc(50% - 0.33333rem);
    left: calc(50% - 0.33333rem);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.loading-box .thing {
    height: 0.66667rem;
    width: 0.66667rem;
    background-color: #E87722;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
}



.thing:nth-of-type(1) {
    -webkit-animation: bounce1 0.5s ease-in-out infinite alternate, move 4s -1s infinite;
    animation: bounce1 0.5s ease-in-out infinite alternate, move 4s -1s infinite;
}

.thing:nth-of-type(2) {
    -webkit-animation: bounce1 0.5s ease-in-out infinite alternate, move 4s -2s infinite;
    animation: bounce1 0.5s ease-in-out infinite alternate, move 4s -2s infinite;
}

.thing:nth-of-type(3) {
    -webkit-animation: bounce1 0.5s ease-in-out infinite alternate, move 4s -3s infinite;
    animation: bounce1 0.5s ease-in-out infinite alternate, move 4s -3s infinite;
}

.thing:nth-of-type(4) {
    -webkit-animation: bounce1 0.5s ease-in-out infinite alternate, move 4s -4s infinite;
    animation: bounce1 0.5s ease-in-out infinite alternate, move 4s -4s infinite;
}

@-webkit-keyframes bounce1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes bounce1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes move {
    0% {
        top: 0;
        left: 0;
        background-color: #E87722;
    }

    25% {
        top: 0;
        left: 50%;
        background-color: #A4D65E;
    }

    50% {
        top: 50%;
        left: 50%;
        background-color: #69B3E7;
    }

    75% {
        top: 50%;
        left: 0;
        background-color: #FFC845;
    }
}

@keyframes move {
    0% {
        top: 0;
        left: 0;
        background-color: #E87722;
    }

    25% {
        top: 0;
        left: 50%;
        background-color: #A4D65E;
    }

    50% {
        top: 50%;
        left: 50%;
        background-color: #69B3E7;
    }

    75% {
        top: 50%;
        left: 0;
        background-color: #FFC845;
    }
}


.dialog-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1001;
    display: none;
}

.dialog-mask .dialog-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 7.2rem;
    border-radius: .133333rem;
}

.dialog-mask .dialog-content .dialog-title {
    text-align: center;
    line-height: .533333rem;
    padding: .64rem 0 .453333rem;
}

.dialog-mask .dialog-content .dialog-word {
    width: 5.733333rem;
    text-align: center;
    margin: 0 auto .533333rem;
}

.dialog-mask .dialog-content .confirm-btn {
    height: 1.066667rem;
    color: #FFA914;
    border-top: 1px solid #E5E5E5;
}

.dialog-mask .dialog-content {
    border-top: 1px solid #E5E5E5;
    display: none;
}

.dialog-mask .dialog-content {
    border-right: 1px solid #E5E5E5;
}

/*# sourceMappingURL=common.css.map */