* {
    margin: 0;
    padding: 0
}

:root {
    font-size: 13.33333vw
}

@media screen and (min-width:471px) {
    :root {
        font-size: 63px
    }
}

.flex,
.flex-col {
    display: -ms-flexbox;
    display: flex
}

.flex-col {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.flex1 {
    -ms-flex: 1;
    flex: 1
}

.hand {
    cursor: pointer
}

[data-v-1f20ca73]:root {
    font-size: 13.33333vw
}

@media screen and (min-width:471px) {
    [data-v-1f20ca73]:root {
        font-size: 63px
    }
}

.flex-col-center[data-v-1f20ca73] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100vw;
    min-height: 100vh
}

.img1[data-v-1f20ca73] {
    width: 340px;
    height: auto;
    margin-top: 55px;
    margin-bottom: 1px
}

.img2[data-v-1f20ca73] {
    width: 265px;
    height: auto
}

.tips[data-v-1f20ca73] {
    width: 80vw;
    min-height: 104px;
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tips img[data-v-1f20ca73] {
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.tips .tips-t1[data-v-1f20ca73] {
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16.5px;
    padding-top: 14px
}

.tips .tips-t2[data-v-1f20ca73] {
    margin-left: 41.5px;
    width: calc(100% - 41.5px);
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    margin-top: 1px
}

.foot[data-v-1f20ca73] {
    width: 100vw;
    font-size: 14px;
    font-weight: 400;
    color: #1890ff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 132px;
    background: #f3f3f3;
    padding-top: 15px;
    padding-bottom: 20px
}

.foot>div[data-v-1f20ca73] {
    border-right: 1px solid #1890ff;
    padding-right: 10px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer
}

.foot a[data-v-1f20ca73] {
    color: #1890ff;
    text-decoration: none
}

.foot .hide-border[data-v-1f20ca73] {
    border: none
}

.flex1[data-v-1f20ca73] {
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

.hand[data-v-1f20ca73] {
    cursor: pointer
}

.modal[data-v-1f20ca73] {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-container[data-v-1f20ca73] {
    width: 5.8rem;
    min-height: 4.82rem;
    max-height: 80%;
    overflow: scroll;
    background: #fff;
    border-radius: .2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.modal-content[data-v-1f20ca73] {
    font-size: .28rem;
    color: #333;
    width: 4.84rem;
    text-align: center;
    margin-top: .68rem
}

.modal-tip[data-v-1f20ca73] {
    width: 4.84rem;
    text-align: center;
    font-size: .24rem;
    color: #999;
    margin-top: .24rem
}

.modal-btn[data-v-1f20ca73] {
    width: 3.05rem;
    height: .88rem;
    border: .02rem solid #81d330;
    border-radius: .44rem;
    color: #81d330;
    font-size: .32rem;
    display: -ms-flexbox;
    display: flex;
    margin-top: .24rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 5px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.form-group[data-v-1f20ca73] {
    margin-top: 5px
}

.form-group label[data-v-1f20ca73] {
    font-weight: 700;
    text-align: left;
    width: 100%;
    display: block
}

.form-group input[type=text][data-v-1f20ca73],
.form-group select[data-v-1f20ca73],
.form-group textarea[data-v-1f20ca73] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left
}

.form-group select[data-v-1f20ca73] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 16px;
    padding-right: 24px;
    -moz-text-align-last: left;
    text-align-last: left
}

.form-group ul[data-v-1f20ca73] {
    list-style: none;
    padding: 0;
    margin: 0
}

.form-group li[data-v-1f20ca73] {
    margin-bottom: 10px;
    text-align: left
}

.form-group li span[data-v-1f20ca73] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer
}

.form-group li span.selected[data-v-1f20ca73] {
    background-color: #0af;
    border-color: #0af
}

.form-group .error[data-v-1f20ca73] {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    text-align: left
}

.btn-bottom[data-v-1f20ca73] {
    margin-top: 20px;
    text-align: left
}

.ms-btn[data-v-1f20ca73] {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.ms-btn[data-v-1f20ca73]:hover {
    background-color: #f5f5f5
}

.ms-btn-primary-new[data-v-1f20ca73] {
    background-color: #0af;
    color: #fff;
    border-color: #0af
}

.ms-btn-primary-new[data-v-1f20ca73]:hover {
    background-color: #09d;
    border-color: #09d
}

.color-hover-new[data-v-1f20ca73] {
    color: #0af
}

.flex[data-v-1f20ca73],
.header[data-v-6d972387] {
    display: -ms-flexbox;
    display: flex
}

.header[data-v-6d972387] {
    background: #40d47e;
    padding: 20px 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.header .close-icon[data-v-6d972387] {
    position: absolute;
    bottom: 10px;
    right: 40px;
    font-size: 25px;
    color: red
}

.app-info[data-v-6d972387] {
    padding: 0 20px;
    margin-top: 20px;
    height: 120px
}

.app-info .icon[data-v-6d972387] {
    margin: 0 20px 0 0
}

.app-info .btn[data-v-6d972387] {
    padding: 4px 20px;
    font-size: 12px;
    color: #fff;
    background: #0477f9;
    border-radius: 200px
}

.info-items[data-v-6d972387] {
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #f2f2f2
}

.info-items .l[data-v-6d972387] {
    color: #737379
}

.info-items .r[data-v-6d972387] {
    color: #000
}

.rate-box[data-v-6d972387] {
    height: 70px;
    margin-bottom: 20px
}

.rate-box .right[data-v-6d972387] {
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    height: 100%
}

.rate-box .right .line-box[data-v-6d972387] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.rate-box .right .line-box img[data-v-6d972387] {
    height: 7px;
    width: 46px
}

.rate-box .right .line-box .line[data-v-6d972387] {
    -ms-flex: 1;
    flex: 1;
    margin-left: 8px;
    height: 2px;
    background: #ccc
}

.p-20px[data-v-6d972387] {
    padding: 20px
}

.pt-0[data-v-6d972387] {
    padding-top: 0
}

.hr[data-v-6d972387] {
    margin: 10px 0;
    border: 1px solid #eee;
    color: #eee
}

.app-rate[data-v-6d972387] {
    color: #888;
    font-size: 12px
}

.app-rate img[data-v-6d972387] {
    height: 12px;
    width: auto;
    margin-left: 4px
}

.icon[data-v-6d972387] {
    width: 120px;
    height: 120px;
    margin: 20px 0;
    border-radius: 25px
}

.code[data-v-6d972387] {
    width: 256px;
    height: 256px
}

.bottom-btn[data-v-6d972387] {
    margin-top: 20px
}

.bottom-btn div[data-v-6d972387] {
    color: #fff;
    font-size: .24rem;
    width: 1.36rem;
    height: .56rem;
    border-radius: .28rem
}

.bottom-btn>div[data-v-6d972387]:first-child {
    background: #409cff
}

.bottom-btn>div[data-v-6d972387]:nth-child(2) {
    background: #e87272;
    margin-left: .24rem
}