
.van-cell-group.register-cell {
    width: 100%;
    margin: 4vw 0;
    background: none
}

.van-cell-group.register-cell:after {
    border: none
}

.van-cell-group.register-cell .h-label {
    margin-bottom: 1.333333vw;
    font-weight: 400;
    font-size: 3.733333vw;
    text-align: left;
    display: block;
    color: #000
}

.van-cell-group.register-cell .van-cell.on-focus {
    border: .266667vw solid red !important
}

.van-cell-group.register-cell .van-cell {
    height: 12vw;
    display: flex;
    align-items: center;
    font-size: 4.266667vw;
    border-radius: 1.866667vw;
    padding: 0 4vw;
    background: #f7f7f9;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.van-cell-group.register-cell .van-cell .van-cell__title {
    color: #000;
    font-size: 4.533333vw;
    font-weight: 500
}

.van-cell-group.register-cell .van-cell input::-moz-placeholder {
    color: #999;
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.register-cell .van-cell input::placeholder {
    color: #999;
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.register-cell .van-cell .van-cell__value .van-field__control {
    color: #000;
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.register-cell .van-cell .van-field__left-icon {
    color: #3a428e
}

.van-cell-group.register-cell .van-cell .van-field__left-icon i {
    font-size: 6.4vw
}

.van-cell-group.block-cell {
    width: 100%;
    margin: 2.666667vw 0;
    background: none
}

.van-cell-group.block-cell:after {
    border: none
}

.van-cell-group.block-cell .h-label {
    margin: 4vw 0 2.133333vw;
    font-weight: 500;
    font-size: 3.733333vw;
    text-align: center;
    display: block
}

.van-cell-group.block-cell .van-cell.on-focus {
    border: .266667vw solid red !important
}

.van-cell-group.block-cell .van-cell {
    height: 12vw;
    display: flex;
    align-items: center;
    font-size: 4.266667vw;
    border-bottom: .266667vw solid #eee;
    background: none;
    padding: 0 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.van-cell-group.block-cell .van-cell .van-cell__title {
    color: #000;
    font-size: 4.533333vw;
    font-weight: 500;
    color: #333;
    font-size: 3.733333vw;
    margin-right: 0
}

.van-cell-group.block-cell .van-cell input::-moz-placeholder {
    color: #223a94;
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.block-cell .van-cell input::placeholder {
    color: #223a94;
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.block-cell .van-cell .van-cell__value .van-field__control {
    color: #1c2170;
    font-weight: 500;
    text-align: right;
    font-size: 4.266667vw
}

.van-cell-group.block-cell .van-cell .van-field__left-icon {
    color: #2852e5
}

.van-cell-group.block-cell .van-cell .van-field__left-icon i {
    font-size: 6.4vw
}

#app {
    font-family: ui, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    height: auto;
    min-height: 100%;
    position: relative
}

.glob-popover {
    position: absolute;
    z-index: 2;
    top: 9.333333vw;
    right: 2.666667vw;
    font-weight: 500
}

.glob-popover .assets-wrap p {
    font-size: 3.733333vw
}

.glob-popover .assets-wrap img {
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 1.333333vw
}

.xuanfu {
    width: 12vw;
    height: 12vw;
    z-index: 999;
    position: fixed;
    bottom: 84vw;
    right: 10.666667vw;
    border-radius: .8rem;
    touch-action: pan-y
}

.xuanfu img {
    width: 100%;
    height: 100%
}

.xuanfu .seruis {
    position: relative;
    width: 17.333333vw
}

.xuanfu .seruis img {
    width: 17.333333vw;
    height: auto
}

.xuanfu .seruis .shake {
    -webkit-animation: ui 2s linear .15s infinite;
    animation: ui 2s linear .15s infinite
}

@-webkit-keyframes ui {
    10% {
        transform: rotate(15deg)
    }
    20% {
        transform: rotate(-10deg)
    }
    30% {
        transform: rotate(5deg)
    }
    40% {
        transform: rotate(-5deg)
    }
    50%, to {
        transform: rotate(0)
    }
}

.xuanfu .seruis .un-read {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    text-align: center;
    border-radius: 13.333333vw;
    background: red;
    color: #fff;
    font-weight: 600;
    font-size: 1.866667vw;
    z-index: 2;
    position: absolute;
    right: 2vw;
    top: 1.333333vw
}

.xuanfu1 {
    width: 12vw;
    height: 12vw;
    z-index: 999;
    position: fixed;
    top: 55vh;
    right: 6.666667vw;
    border-radius: .8rem;
    touch-action: pan-y
}

.xuanfu1 img {
    width: 100%;
    height: 100%
}

.xuanfu1 .seruis {
    position: relative;
    width: 16vw
}

.xuanfu1 .seruis img {
    width: 16vw;
    height: auto
}

.xuanfu1 .seruis .shake {
    -webkit-animation: ui 2s linear .15s infinite;
    animation: ui 2s linear .15s infinite
}

@-webkit-keyframes breathing {
    0% {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(1.1);
        opacity: 1
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes breathing {
    0% {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(1.1);
        opacity: 1
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.xuanfu1 .seruis .un-read {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    text-align: center;
    border-radius: 13.333333vw;
    background: red;
    color: #fff;
    font-weight: 600;
    font-size: 1.866667vw;
    z-index: 2;
    position: absolute;
    right: 2vw;
    top: 1.333333vw
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

li, ul {
    list-style-type: none
}

input {
    outline: none
}

textarea {
    resize: none
}

a {
    text-decoration: none
}

.ellipsis-1 {
    white-space: nowrap
}

.ellipsis-1, .ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.text-transparent {
    background-image: linear-gradient(135deg, #0091ff, #00e6ff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.top-index {
    z-index: 2020 !important
}

.van-dropdown-item__content {
    width: 90% !important;
    left: 5% !important
}

.van-dropdown-item__content .van-cell__title {
    flex: 2
}

.van-dropdown-item__content .van-cell__value {
    flex: 1
}

.sub-bl {
    width: 100vw;
    height: 8vw;
    background: #17264f;
    color: #fff;
    font-size: 2.4vw;
    letter-spacing: .4vw;
    text-indent: .4vw;
    position: fixed;
    border-radius: 0;
    bottom: 0;
    left: 0;
    z-index: 999
}

button {
    border: none;
    border-radius: .533333vw
}

p {
    margin: 0;
    color: #000
}

p, span {
    font-size: 3.733333vw
}

span {
    color: rgba(0, 0, 0, .5)
}

.van-toast {
    font-size: 3.733333vw !important;
    word-wrap: break-word !important;
    word-break: normal !important;
    padding: 2.133333vw 2.933333vw !important;
    border-radius: 1.866667vw !important;
    top: 23% !important;
    background: rgba(0, 0, 0, .8) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 .4vw 2vw 0 rgba(0, 0, 0, .4) !important
}

.van-toast.loadingcss {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    overflow: hidden;
    top: 50% !important;
    width: 26.666667vw !important;
    height: 26.666667vw !important;
    box-shadow: none !important
}

.van-toast.loadingcss .van-icon img {
    width: 24vw !important;
    height: 24vw !important
}

.topIndex.van-overlay {
    z-index: 9999
}

.w-wrap {
    width: 93%;
    margin: 0 auto;
    border-radius: 2.666667vw;
    padding: 4vw;
    box-sizing: border-box
}

.w-wrap .title {
    font-size: 2.133333vw;
    font-weight: 500;
    text-align: center;
    margin: 0
}

.after {
    position: relative;
    z-index: 1
}

.after:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.flex {
    justify-content: space-between
}

.flex, .flex-start {
    display: flex;
    align-items: center
}

.flex-start {
    justify-content: flex-start
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.van-popup.service-notity.van-notify {
    top: 8.666667vw;
    left: 5%;
    width: 90%;
    border-radius: 1.333333vw;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    flex-wrap: wrap;
    box-shadow: 0 .266667vw .666667vw 0 rgba(0, 0, 0, .1);
    -webkit-animation: ui .7s linear .15s infinite;
    animation: ui .7s linear .15s infinite
}

@keyframes ui {
    10% {
        transform: rotate(1deg)
    }
    20% {
        transform: rotate(-1deg)
    }
    30% {
        transform: rotate(1deg)
    }
    40% {
        transform: rotate(-1deg)
    }
    50%, to {
        transform: rotate(0)
    }
}

.van-popup.service-notity.van-notify .top {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.866667vw
}

.van-popup.service-notity.van-notify .top img {
    width: 7.333333vw;
    height: 7.333333vw;
    border-radius: .533333vw;
    margin-right: 1.333333vw
}

.van-popup.service-notity.van-notify .top .flex {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.van-popup.service-notity.van-notify .top .flex p {
    color: #fff
}

.van-popup.service-notity.van-notify .content {
    width: 100%;
    margin-top: .666667vw;
    text-align: left;
    font-weight: 500
}

.van-popup.service-notity.van-notify .content p {
    color: #fff
}

.van-popup.service-notity.van-notify .content a, .van-popup.service-notity.van-notify .content strong {
    text-decoration: underline;
    color: #005dd8
}