* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

li,
ul {
    list-style-type: none
}

input {
    outline: none
}

textarea {
    resize: none
}

.van-popup .withd.van-grid {
    width: 74.666667vw;
    height: 33.333333vw
}

.van-popup .withdraw-tips {
    padding: 0 !important;
    height: 100%
}

.van-popup .withdraw-tips .van-grid-item__content {
    background: none
}

.van-popup .withdraw-tips .van-grid-item__content p {
    font-size: 3.466667vw;
    font-weight: 400 !important
}

.van-popup .withdraw-tips .van-grid-item__content .van-grid-item__text {
    line-height: 1.4;
    color: #fff;
    word-break: break-word !important
}

.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
}

.round-title {
    position: relative
}

.round-title:after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 13.333333vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#f03e45), to(#dd1d21));
    background: linear-gradient(180deg, #f03e45, #dd1d21)
}

.round-title p {
    font-weight: 500;
    color: #000;
    font-size: 4vw;
    padding-left: 5.333333vw;
    text-align: left
}

.top-index {
    z-index: 2020 !important
}

.van-dropdown-item {
    -webkit-transform: translateY(2vw);
    transform: translateY(2vw)
}

.van-dropdown-item__content .van-cell__title {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.van-dropdown-item__content .van-cell__value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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
}

p {
    margin: 0;
    font-size: 4.266667vw
}

span {
    font-size: 3.733333vw
}

body,
html {
    height: auto;
    min-height: 100%
}

.van-toast {
    color: #fff !important;
    top: 45% !important;
    background: #00b775 !important;
    word-break: break-word !important
}

.van-toast .van-toast__text {
    line-height: 1.2;
    word-break: break-word !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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.van-toast.loadingcss .van-icon img {
    width: 16vw !important;
    height: 16vw !important
}

.topIndex.van-overlay {
    z-index: 9999
}

.w-wrap {
    width: 94%;
    margin: 0 auto;
    border-radius: 1.6vw;
    padding: 1.333333vw;
    -webkit-box-sizing: border-box;
    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
}

.feedback-dialog.van-popup {
    margin-bottom: 1.333333vw;
    text-align: left;
    max-height: 90vh;
    background: none
}

.feedback-dialog.van-popup .close-btn {
    color: #fff;
    font-size: 4.8vw;
    text-align: center;
    margin: 2vw auto 1.333333vw
}

.feedback-dialog.van-popup .top_label-box {
    position: relative
}

.feedback-dialog.van-popup .top_label-box p {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.4vw;
    font-weight: 500;
    color: #f2d743;
    line-height: 3.333333vw
}

.feedback-dialog.van-popup .top_label-box p strong {
    font-size: 3.2vw
}

.feedback-dialog.van-popup .top_label {
    width: 21.333333vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feedback-dialog.van-popup .confirme-dialog {
    border-radius: 1.6vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden
}

.feedback-dialog.van-popup .confirme-dialog .title-wrap {
    background: -webkit-gradient(linear, left top, right top, from(#ff5879), to(#ffbfcc));
    background: linear-gradient(90deg, #ff5879, #ffbfcc);
    text-align: center;
    padding: .933333vw 0
}

.feedback-dialog.van-popup .confirme-dialog .title-wrap p {
    font-size: 2.4vw;
    font-weight: 600;
    color: #fff
}

.feedback-dialog.van-popup .confirme-dialog .wrap-d {
    text-align: center;
    padding: 3.333333vw 2vw 3.333333vw
}

.feedback-dialog.van-popup .confirme-dialog .wrap-d .cancel-btn {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid #ff5778
}

.feedback-dialog.van-popup .confirme-dialog .wrap-d .cancel-btn .van-button__text {
    color: #ff5778
}

.van-cell-group.register-cell {
    width: 100%;
    margin: 2vw 0;
    background: none
}

.van-cell-group.register-cell:after {
    border-top: none
}

.van-cell-group.register-cell .h-label {
    margin-bottom: .4vw;
    font-weight: 500;
    font-size: 1.866667vw;
    text-align: left;
    display: block
}

.van-cell-group.register-cell .van-cell {
    height: 11.733333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.133333vw;
    border-radius: 0;
    padding: 0;
    background: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.van-cell-group.register-cell .van-cell .van-cell__title {
    font-weight: 600;
    width: 8.666667vw;
    margin-right: 0
}

.van-cell-group.register-cell .van-cell .van-cell__title span {
    color: #dd1d21
}

.van-cell-group.register-cell .van-cell input::-webkit-input-placeholder {
    color: #999;
    font-size: 4.266667vw;
    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:-ms-input-placeholder {
    color: #999;
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.register-cell .van-cell input::-ms-input-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-icon-clear {
    color: #dd1d21
}

.van-cell-group.register-cell .van-cell .van-cell__value .van-field__control {
    color: #000;
    font-weight: 500;
    text-align: left;
    font-size: 4.4vw
}

.van-cell-group.register-cell .van-cell .van-cell__value .van-field__control:disabled {
    color: #ff9500;
    -webkit-text-fill-color: #ff9500
}

.van-cell-group.register-cell .van-cell .van-field__left-icon {
    color: #5b8ff9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.van-cell-group.register-cell .van-cell .van-field__left-icon i {
    font-size: 2.933333vw
}

.van-cell-group.block-cell {
    width: 100%;
    margin: .666667vw 0;
    background: none
}

.van-cell-group.block-cell:after {
    border: none
}

.van-cell-group.block-cell .h-label {
    margin: 2vw 0 1.066667vw;
    font-weight: 500;
    font-size: 1.866667vw;
    text-align: center;
    display: block
}

.van-cell-group.block-cell .van-cell {
    height: 14.666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.133333vw;
    padding: 0 4vw;
    margin: 2.666667vw auto;
    height: 11.466667vw;
    background: none;
    border-radius: 5.733333vw
}

.van-cell-group.block-cell .van-cell .van-cell__title {
    margin-right: 0
}

.van-cell-group.block-cell .van-cell .van-cell__title span {
    font-size: 4.266667vw;
    font-weight: 500;
    color: #e94c3f
}

.van-cell-group.block-cell .van-cell input::-webkit-input-placeholder {
    color: rgba(233, 76, 63, .6);
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.block-cell .van-cell input::-moz-placeholder {
    color: rgba(233, 76, 63, .6);
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.block-cell .van-cell input:-ms-input-placeholder {
    color: rgba(233, 76, 63, .6);
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.block-cell .van-cell input::-ms-input-placeholder {
    color: rgba(233, 76, 63, .6);
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.block-cell .van-cell input::placeholder {
    color: rgba(233, 76, 63, .6);
    font-size: 4.266667vw;
    font-weight: 500
}

.van-cell-group.block-cell .van-cell .van-cell__value {
    padding-left: 1.333333vw
}

.van-cell-group.block-cell .van-cell .van-cell__value .van-field__control {
    font-weight: 500;
    font-size: 4.266667vw
}

.van-cell-group.block-cell .van-cell .van-field__left-icon {
    color: #2852e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.van-cell-group.block-cell .van-cell .van-field__left-icon img {
    width: 5.066667vw;
    height: 5.066667vw
}

.van-button {
    border: none
}

button {
    border: 0
}

.van-button.van-button--primary {
    width: 80%;
    width: 76vw;
    height: 13.333333vw;
    line-height: 13.333333vw;
    background: #c39b75;
    border-radius: 2.933333vw;
    border: none
}

.van-button.van-button--primary .van-button__text {
    color: #fff;
    font-weight: 500;
    font-size: 5.066667vw
}

.van-button.van-button--primary.van-button--small {
    min-width: 12vw;
    width: auto;
    height: 3.733333vw;
    line-height: 3.733333vw;
    -webkit-box-shadow: 0 1px .266667vw 0 rgba(0, 0, 0, .5), inset 0 -1px 0 0 #d43429;
    box-shadow: 0 1px .266667vw 0 rgba(0, 0, 0, .5), inset 0 -1px 0 0 #d43429
}

.van-button.van-button--primary.van-button--small .van-button__text {
    font-weight: 400;
    font-size: 1.866667vw
}

.van-button--info.van-button--hairline:after {
    border-radius: 13.333333vw !important
}

.van-button.van-button--info {
    border-color: #fff;
    background: none;
    height: 6.666667vw;
    line-height: 6.666667vw;
    width: 100%
}

.van-button.van-button--info .van-button__text {
    color: #fff;
    font-weight: 500;
    font-size: 2.666667vw
}

.h-dialog.van-popup {
    width: 100%;
    background: none
}

.h-dialog.van-popup .content {
    border-radius: 2vw 2vw 0 0;
    width: 100%;
    margin: 0 auto;
    padding: 3.333333vw 2vw 2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #fff
}

.h-dialog.van-popup .content .title {
    font-weight: 600;
    font-size: 2.666667vw;
    color: #2968fd;
    margin-bottom: 1.333333vw;
    text-align: center
}

.h-dialog.van-popup .content .order-detail {
    background: #f5f5f5;
    padding: 2vw .666667vw;
    border-radius: 1.066667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.h-dialog.van-popup .footer-btn {
    margin: 2vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.h-dialog.van-popup .footer-btn .confirm {
    background: linear-gradient(150deg, #ffb45e, #f75e53);
    -webkit-box-shadow: 0 1px .266667vw 0 rgba(0, 0, 0, .5), inset 0 -1px 0 0 #d43429;
    box-shadow: 0 1px .266667vw 0 rgba(0, 0, 0, .5), inset 0 -1px 0 0 #d43429
}

.h-dialog.van-popup .footer-btn .confirm .van-button__text {
    color: #fff
}

.h-dialog.van-popup .footer-btn .cancel {
    background: #b1d6ff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.h-dialog.van-popup .footer-btn .cancel .van-button__text {
    color: #5b8ff9
}

.h-dialog.van-popup .footer-btn .van-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    height: 4.666667vw;
    line-height: 4.666667vw;
    border: none;
    -webkit-box-shadow: 0 .4vw .533333vw -.4vw #333;
    box-shadow: 0 .4vw .533333vw -.4vw #333;
    border-radius: 13.333333vw !important;
    margin-top: 1.333333vw !important
}

.h-dialog.van-popup .footer-btn .van-button .van-button__text {
    font-size: 2.133333vw !important;
    font-weight: 500
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: #f6f7f8;
    background: #fff;
    height: auto;
    min-height: 100%;
    position: relative
}

#app .page-title-wrap {
    width: 100%;
    position: relative
}

#app .page-title-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .533333vw;
    height: 4vw;
    background: #ffc326;
    -webkit-box-shadow: 0 0 .533333vw 0 #ffc326;
    box-shadow: 0 0 .533333vw 0 #ffc326;
    border-radius: .266667vw .266667vw 0 0
}

#app .page-title-wrap p {
    color: #fff;
    font-size: 4.266667vw;
    font-weight: 500;
    text-align: left;
    padding-left: 3%
}

#app .page-top-title {
    width: 100%;
    margin: 0 auto 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.333333vw 3% 1.333333vw
}

#app .page-top-title p {
    font-size: 3.2vw;
    font-weight: 500;
    color: #000
}

#app .page-top-title span {
    font-size: 2vw
}

#app .qs-bg .qs-bg-img {
    width: 16vw;
    height: 16vw
}

#app .qs-bg span {
    width: 100%;
    font-weight: 700;
    color: #000;
    margin-top: 1.333333vw
}

#app .qianse {
    bottom: 33.333333vw
}

#app .qianse,
#app .xuanfu {
    position: fixed;
    right: 1.333333vw
}

#app .xuanfu {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    overflow: hidden;
    z-index: 999;
    bottom: 24vw
}

#app .xuanfu img {
    width: 13.333333vw;
    height: auto
}

#app .xuanfu .shake {
    -webkit-animation: ui 2s linear .15s infinite;
    animation: ui 2s linear .15s infinite
}

@-webkit-keyframes ui {
    10% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    20% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    30% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    40% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    50%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes ui {
    10% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    20% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    30% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    40% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    50%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

#app .xuanfu .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: 3.2vw;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0
}

#app .loading-box-h {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10.666667vw;
    height: 10.666667vw;
    background: linear-gradient(145deg, #fff, #f3f7ff);
    border-radius: 2vw;
    -webkit-box-shadow: 0 .266667vw .666667vw 0 rgba(177, 190, 216, .3);
    box-shadow: 0 .266667vw .666667vw 0 rgba(177, 190, 216, .3);
    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
}

#app .loading-box-h .van-loading__spinner {
    color: #ffb200
}

#app .loading-box-h .van-loading__text {
    color: #ffb200;
    display: none
}

#app .service {
    z-index: 9;
    border-radius: 50%;
    width: 6vw;
    height: 6vw;
    background: #fff;
    -webkit-box-shadow: 0 .266667vw .666667vw 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .266667vw .666667vw 0 rgba(0, 0, 0, .2)
}

#app .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#app .flex,
#app .flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#app .flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#app .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#app .van-nav-bar.transparent {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#app .van-nav-bar.transparent .van-nav-bar__left .van-icon,
#app .van-nav-bar.transparent .van-nav-bar__title {
    color: #fff
}

#nava {
    position: fixed;
    bottom: 9.333333vw;
    z-index: 999
}

#nava a {
    border-right: 1px solid #ccc;
    margin: 0 .666667vw
}

#nav {
    height: 6vw;
    line-height: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#nav a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    color: #666
}

#nav .router-link-exact-active {
    color: #333;
    font-size: 2.133333vw;
    font-weight: 700;
    position: relative
}

#nav .router-link-exact-active:after {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    width: 60%;
    height: .4vw;
    background: #514e6a
}

::v-deep .van-image__loading {
    background: none;
    border: 0
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_2315059_9eaxtmbpu0i.woff2?t=1642843114717) format("woff2"), url(//at.alicdn.com/t/font_2315059_9eaxtmbpu0i.woff?t=1642843114717) format("woff"), url(//at.alicdn.com/t/font_2315059_9eaxtmbpu0i.ttf?t=1642843114717) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 2.133333vw;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-anquan2:before {
    content: "\e8ab"
}

.icon-mima:before {
    content: "\e8b2"
}

.icon-shouji4:before {
    content: "\e8b9"
}

.icon-jiantouarrow487:before {
    content: "\e6ab"
}

.icon-jiantouarrow487-copy:before {
    content: "\f6ac"
}

.icon-fl-futou:before {
    content: "\e66d"
}

.icon-jilu:before {
    content: "\e66b"
}

.icon-jinggao:before {
    content: "\e668"
}

.icon-taocan-suoxiao:before {
    content: "\e8cd"
}

.icon-fuwu1:before {
    content: "\e667"
}

.icon-yonghu2:before {
    content: "\e662"
}

.icon-shouye1:before {
    content: "\e663"
}

.icon-bumen:before {
    content: "\e664"
}

.icon-fuwu:before {
    content: "\e665"
}

.icon-yonghu1:before {
    content: "\e7b4"
}

.icon-shouye2:before {
    content: "\e7ba"
}

.icon-shangpinku:before {
    content: "\e7be"
}

.icon-fenxiang4:before {
    content: "\e7c4"
}

.icon-shezhi3:before {
    content: "\e661"
}

.icon-cloud_download:before {
    content: "\e74b"
}

.icon-layers:before {
    content: "\e750"
}

.icon-tag:before {
    content: "\e75f"
}

.icon-chevron_double_forward:before {
    content: "\e749"
}

.icon-update:before {
    content: "\e75e"
}

.icon-multiselect:before {
    content: "\e761"
}

.icon-group:before {
    content: "\e74f"
}

.icon-repeat:before {
    content: "\e755"
}

.icon-bianji:before {
    content: "\e65e"
}

.icon-dingwei1:before {
    content: "\e65f"
}

.icon-shezhi2:before {
    content: "\e660"
}

.icon-copy:before {
    content: "\e74a"
}

.icon-server:before {
    content: "\e75a"
}

.icon-trending_up:before {
    content: "\e75b"
}

.icon-android:before {
    content: "\e669"
}

.icon-clock:before {
    content: "\e748"
}

.icon-gift:before {
    content: "\e74c"
}

.icon-payment:before {
    content: "\e752"
}

.icon-shield_check:before {
    content: "\e757"
}

.icon-lock1:before {
    content: "\e751"
}

.icon-privacy:before {
    content: "\e758"
}

.icon-unlock:before {
    content: "\e75c"
}

.icon-kefu3:before {
    content: "\e65d"
}

.icon-wuxiaodingdan:before {
    content: "\e708"
}

.icon-yidaozhang:before {
    content: "\e709"
}

.icon-jiaocheng:before {
    content: "\e65c"
}

.icon-tahangkazhuanru:before {
    content: "\e65a"
}

.icon-zhanghu:before {
    content: "\e65b"
}

.icon-jiantou-copy-copy-copy:before {
    content: "\f6ab"
}

.icon-jiantou-copy-copy:before {
    content: "\e659"
}

.icon-jiantou_xiangyou:before {
    content: "\eb08"
}

.icon-jiantou_xiangzuo:before {
    content: "\eb09"
}

.icon-yinxingqia1:before {
    content: "\e658"
}

.icon-shezhi-01:before {
    content: "\e6cb"
}

.icon-xiaoxi-01:before {
    content: "\e6ce"
}

.icon-xiazai-01:before {
    content: "\e6cf"
}

.icon-gongsi-01:before {
    content: "\e6d0"
}

.icon-shoucang:before {
    content: "\e652"
}

.icon-anquan1:before {
    content: "\e653"
}

.icon-shouji3:before {
    content: "\e656"
}

.icon-cuxiaohuodong:before {
    content: "\e651"
}

.icon-yinhangka:before {
    content: "\f6a7"
}

.icon-isometricfenggetubiaosheji-1:before {
    content: "\e6b3"
}

.icon-qianbao1:before {
    content: "\e655"
}

.icon-xinshouzhinan:before {
    content: "\e64f"
}

.icon-tianjiayouhuiquan:before {
    content: "\e8bb"
}

.icon-shezhi1:before {
    content: "\e8b7"
}

.icon-xiaoxi:before {
    content: "\e8bd"
}

.icon-xiazai1:before {
    content: "\e8bc"
}

.icon-xiaomi:before {
    content: "\e8bf"
}

.icon-tishi1:before {
    content: "\e650"
}

.icon-zhangdan2:before {
    content: "\e6bb"
}

.icon-icon_update:before {
    content: "\e64c"
}

.icon-usdt:before {
    content: "\e697"
}

.icon-jiantou_zuoyouqiehuan:before {
    content: "\eb0d"
}

.icon-USDT:before {
    content: "\e66f"
}

.icon-rupee:before {
    content: "\e687"
}

.icon-tongzhi1:before {
    content: "\e759"
}

.icon-weidenglu-queshengye:before {
    content: "\e66e"
}

.icon-duanxinyanzhengma:before {
    content: "\e64b"
}

.icon-hongbao:before {
    content: "\e746"
}

.icon-fenxiang3:before {
    content: "\e654"
}

.icon-ic_purse24px:before {
    content: "\e64a"
}

.icon-wenjianjia:before {
    content: "\e6cd"
}

.icon-zhifubao:before {
    content: "\e647"
}

.icon-shangsheng1:before {
    content: "\e645"
}

.icon-laba:before {
    content: "\e7c1"
}

.icon-lianjie1:before {
    content: "\e646"
}

.icon-jiantou_qiehuanyou:before {
    content: "\eb05"
}

.icon-jiantou_qiehuanzuo:before {
    content: "\eb06"
}

.icon-fenxiang2:before {
    content: "\e638"
}

.icon-shoujitianchong:before {
    content: "\e6ba"
}

.icon-anquan:before {
    content: "\e63e"
}

.icon-shouji2:before {
    content: "\e601"
}

.icon-wode:before {
    content: "\e6b1"
}

.icon-shouye:before {
    content: "\e6b9"
}

.icon-yuechi:before {
    content: "\e62c"
}

.icon-jinglingqiu:before {
    content: "\e6ca"
}

.icon-tishi:before {
    content: "\e8ba"
}

.icon-ziyuan2:before {
    content: "\e644"
}

.icon-yanjing-kai1:before {
    content: "\e6f9"
}

.icon-yanjing-guan:before {
    content: "\e6fa"
}

.icon-icon--copy:before {
    content: "\e642"
}

.icon-qianggou:before {
    content: "\e643"
}

.icon-yuyan1:before {
    content: "\e641"
}

.icon-guzhang:before {
    content: "\e640"
}

.icon-yanjing2:before {
    content: "\e6c4"
}

.icon-yanjing-bi-01:before {
    content: "\e637"
}

.icon-yanjing-kai:before {
    content: "\e6cc"
}

.icon-youjian1:before {
    content: "\e635"
}

.icon-dianzan1:before {
    content: "\e632"
}

.icon-ziyuan1:before {
    content: "\e634"
}

.icon-gerenyonghutouxiang2:before {
    content: "\e7e5"
}

.icon-B:before {
    content: "\e707"
}

.icon-B1:before {
    content: "\e70c"
}

.icon-B2:before {
    content: "\e70f"
}

.icon-facebook1:before {
    content: "\e639"
}

.icon-google:before {
    content: "\ea0c"
}

.icon-jiantou1:before {
    content: "\e84f"
}

.icon-youjian:before {
    content: "\e631"
}

.icon-dianzan:before {
    content: "\e630"
}

.icon-jurassic_zan:before {
    content: "\e696"
}

.icon-youxiang1:before {
    content: "\e649"
}

.icon-yanjing:before {
    content: "\e63b"
}

.icon-yanjing1:before {
    content: "\e63c"
}

.icon-renbudaiwaiquan:before {
    content: "\e62f"
}

.icon-momopay:before {
    content: "\e62e"
}

.icon-zalo:before {
    content: "\e62d"
}

.icon-momo:before {
    content: "\e629"
}

.icon-jiangbei:before {
    content: "\e6e9"
}

.icon-jiangbei1:before {
    content: "\e6ea"
}

.icon-xuexiao:before {
    content: "\e6eb"
}

.icon-yuyan:before {
    content: "\e76d"
}

.icon-zan-:before {
    content: "\e6aa"
}

.icon-shezhi:before {
    content: "\f6a8"
}

.icon-yunpan:before {
    content: "\f6aa"
}

.icon-zhuye-:before {
    content: "\e693"
}

.icon-yonghu-is-:before {
    content: "\e694"
}

.icon-shanchu-:before {
    content: "\e6ad"
}

.icon-isometricfenggetubiaosheji-:before {
    content: "\e6b5"
}

.icon-lipin:before {
    content: "\f676"
}

.icon-dingwei:before {
    content: "\f68d"
}

.icon-gonggao1:before {
    content: "\f698"
}

.icon-qiehuan:before {
    content: "\f69a"
}

.icon-xuanxiang:before {
    content: "\f69b"
}

.icon-qianbao2:before {
    content: "\f677"
}

.icon-ditu:before {
    content: "\e633"
}

.icon-caidan:before {
    content: "\e648"
}

.icon-kefu2:before {
    content: "\e657"
}

.icon-wodehaoyou:before {
    content: "\e671"
}

.icon-zhuye:before {
    content: "\e679"
}

.icon-taiyangnengwuxianxing-morenzhuangtai:before {
    content: "\e624"
}

.icon-xiazai:before {
    content: "\e93a"
}

.icon-chongzhi3:before {
    content: "\e64e"
}

.icon-guanyu:before {
    content: "\e636"
}

.icon-liwu:before {
    content: "\e625"
}

.icon-tixian:before {
    content: "\e626"
}

.icon-power:before {
    content: "\e627"
}

.icon-tuanduisvg:before {
    content: "\e628"
}

.icon-kefu1:before {
    content: "\e6b7"
}

.icon-jiangli:before {
    content: "\e75d"
}

.icon-yaoqing2:before {
    content: "\e61d"
}

.icon-fenxiang:before {
    content: "\e623"
}

.icon-tuihui:before {
    content: "\e64d"
}

.icon-tuandui:before {
    content: "\e61c"
}

.icon-tubiaozhizuomoban:before {
    content: "\e613"
}

.icon-shangpinguanlix:before {
    content: "\e618"
}

.icon-shouyex:before {
    content: "\e619"
}

.icon-zidingyix:before {
    content: "\e61b"
}

.icon-Line:before {
    content: "\e951"
}

.icon-youxiang:before {
    content: "\e6ac"
}

.icon-anquanma:before {
    content: "\e695"
}

.icon-dizhi:before {
    content: "\ec18"
}

.icon-yinhang:before {
    content: "\e68e"
}

.icon-kahao:before {
    content: "\e686"
}

.icon-mingzi:before {
    content: "\e69d"
}

.icon-shouji1:before {
    content: "\e612"
}

.icon-duihua:before {
    content: "\e71b"
}

.icon-zhangdan1:before {
    content: "\e610"
}

.icon-chongzhi:before {
    content: "\e893"
}

.icon-duanxin:before {
    content: "\e71a"
}

.icon-shouji:before {
    content: "\e60f"
}

.icon-ziyuan:before {
    content: "\e622"
}

.icon-yaoqing1:before {
    content: "\e616"
}

.icon-fuzhi1:before {
    content: "\e60d"
}

.icon-duanxinguanli:before {
    content: "\e60e"
}

.icon-xiugai1:before {
    content: "\e607"
}

.icon-zhangdan:before {
    content: "\e6a4"
}

.icon-kefu:before {
    content: "\e61a"
}

.icon-wancheng:before {
    content: "\e7b3"
}

.icon-tuxing:before {
    content: "\e61f"
}

.icon-fuzhi:before {
    content: "\e615"
}

.icon-shouru:before {
    content: "\e606"
}

.icon-renshu:before {
    content: "\e67c"
}

.icon-tongzhi:before {
    content: "\f45a"
}

.icon-lock:before {
    content: "\e614"
}

.icon-chenggong1:before {
    content: "\e66c"
}

.icon-shibai:before {
    content: "\e847"
}

.icon-refresh:before {
    content: "\e605"
}

.icon-f30:before {
    content: "\e603"
}

.icon-shijianbeifen:before {
    content: "\e62a"
}

.icon-dianhua:before {
    content: "\e602"
}

.icon-remen:before {
    content: "\e6b2"
}

.icon-telegram1:before {
    content: "\e715"
}

.icon-chenggong:before {
    content: "\e666"
}

.icon-cha:before {
    content: "\e60b"
}

.icon-yonghu:before {
    content: "\e63a"
}

.icon-sanjiaoxing:before {
    content: "\e620"
}

.icon-fenxiang01:before {
    content: "\e6d1"
}

.icon-whatsapp:before {
    content: "\ea07"
}

.icon-weisuoding:before {
    content: "\e63f"
}

.icon-suoding:before {
    content: "\e63d"
}

.icon-yinxingqia:before {
    content: "\e66a"
}

.icon-qianbao:before {
    content: "\e60c"
}

.icon-ai-copy:before {
    content: "\e60a"
}

.icon-facebook:before {
    content: "\e609"
}

.icon-telegram:before {
    content: "\e604"
}

.icon-twitter:before {
    content: "\e617"
}

.icon-jiahao:before {
    content: "\e721"
}

.icon-dengdai:before {
    content: "\e61e"
}

.icon-zhifu_huobi_yindulubi:before {
    content: "\e8e2"
}

.icon-lianjie:before {
    content: "\e6a8"
}

.icon-fenxiang1:before {
    content: "\e6dc"
}

.icon-guanbi:before {
    content: "\e608"
}

.icon-xiugai:before {
    content: "\e62b"
}

.icon-qiandao:before {
    content: "\e611"
}

.icon-jiantou:before {
    content: "\e7bb"
}

.icon-xiayibufangxiangwangqianchukouxiangyou:before {
    content: "\e706"
}

.icon-shangsheng:before {
    content: "\e6c1"
}

.icon-yaoqing:before {
    content: "\e600"
}

.icon-hezuohuoban:before {
    content: "\e6a1"
}

.icon-gaoxiao:before {
    content: "\e621"
}