@charset "utf-8";.float-left {
    float: left
}

.float-right {
    float: right
}

.clear-twinkle {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden
}

@keyframes translate {
    to {
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -o-transform: translate(0);
        opacity: 1
    }
}

@keyframes scale {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1)
    }
}

@keyframes scale-hide {
    0% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0)
    }
}

@keyframes opacity {
    to {
        opacity: 1
    }
}

@keyframes opacity-hide {
    to {
        opacity: 0
    }
}

@font-face {
    font-family: Inter-Medium;
    src: url(../../public/fonts/Inter-Medium-8.3bd1056d.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src: url(../../public/fonts/Inter-Regular-9.6b39225d.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter-Semi Bold;
    src: url(../../public/fonts/Inter-SemiBold-10.4276ed36.otf);
    font-weight: 400;
    font-style: normal
}

* {
    outline: none
}

body,html,p,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body,html {
    line-height: normal;
    height: 100%;
    width: 100%
}

body {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
    background-color: transparent!important
}

.html-000:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: -1
}

.overflow-h {
    overflow: hidden
}

.m-auto {
    margin: 0 auto
}

.hide {
    display: none!important
}

.w-1200 {
    width: 1200px
}

.w-bar-100 {
    width: 100%
}

.h-bar-100 {
    height: 100%
}

.position-r {
    position: relative
}

.cursor-p {
    cursor: pointer
}

.display-n {
    display: none
}

.display-f {
    display: flex
}

.display-b {
    display: block
}

.clearfix-row,.display-i-b {
    display: inline-block
}

.clearfix-row {
    clear: both;
    vertical-align: top;
    width: 100%
}

.clearfix-row:after,.clearfix-row:before {
    content: "";
    display: table
}

.text-a-l {
    text-align: left
}

.text-a-r {
    text-align: right
}

.text-a-c {
    text-align: center
}

.flex-1 {
    flex: 1
}

.align-i-center {
    align-items: center
}

.flex-direction-c {
    flex-direction: column
}

.justify-flex-center {
    justify-content: center
}

.justify-flex-start {
    justify-content: flex-start
}

.justify-flex-end {
    justify-content: flex-end
}

.v-a-t {
    vertical-align: top
}

.v-a-b {
    vertical-align: bottom
}

.v-a-m {
    vertical-align: middle
}

.color-0074ff {
    color: #0074ff
}

.color-515cce {
    color: #515cce
}

.color-2cc76c {
    color: #2cc76c
}

.color-2ed543 {
    color: #2ed543
}

.color-000 {
    color: #000
}

.color-411d08 {
    color: #411d08
}

.color-333 {
    color: #333
}

.color-636164 {
    color: #636164
}

.color-a3a3a3 {
    color: #a3a3a3
}

.color-a9acb6 {
    color: #a9acb6
}

.color-999 {
    color: #999
}

.color-bababa {
    color: #bababa
}

.color-8a8c99 {
    color: #8a8c99
}

.color-f00 {
    color: red
}

.color-de3019 {
    color: #de3019
}

.color-f5222d {
    color: #f5222d
}

.color-fff {
    color: #fff
}

.color-1890ff {
    color: #1890ff
}

.color-157ddc {
    color: #157ddc
}

.bgcolor-fff {
    background-color: #fff
}

.bgcolor-f6f9ff {
    background-color: #f6f9ff
}

.bgcolor-0074ff {
    background-color: #0074ff
}

.bd-bottom-e8e8e8 {
    border-bottom: 1px solid #e8e8e8
}

.white-s-n {
    white-space: nowrap
}

.white-s-i {
    white-space: normal
}

.btn {
    background-color: #f6f9ff;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0
}

.btn.border {
    border: 2px solid #0074ff;
    color: #0074ff
}

.btn.default {
    color: #999;
    border: 1px solid #e1e8f8;
    background-color: #f6f9ff
}

.btn.small {
    line-height: 30px;
    height: 32px;
    font-size: 12px;
    border-radius: 5px
}

.vertical-center-modal {
    display: flex;
    align-items: center;
    justify-content: center
}

.vertical-center-modal .ivu-modal {
    top: 0
}

.m-l-5 {
    margin-left: 5px
}

.m-l-8 {
    margin-left: 8px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-8 {
    margin-right: 8px
}

.m-t-5 {
    margin-top: 5px
}

.m-t-8 {
    margin-top: 8px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-8 {
    margin-bottom: 8px
}

.p-l-5 {
    padding-left: 5px
}

.p-r-5 {
    padding-right: 5px
}

.p-t-5 {
    padding-top: 5px
}

.p-b-5 {
    padding-bottom: 5px
}

.f-s-12 {
    font-size: 12px
}

.f-s-14 {
    font-size: 14px
}

.f-s-16 {
    font-size: 16px
}

.f-rs-12 {
    font-size: .12rem
}

.f-rs-14 {
    font-size: .14rem
}

.f-rs-16 {
    font-size: .16rem
}

.line-h-39 {
    line-height: 39px
}

.max-w-254 {
    max-width: 254px
}

.w-20 {
    width: 20px
}

.w-80 {
    width: 80px
}

.w-200 {
    width: 200px
}

.h-20 {
    height: 20px
}

.h-80 {
    height: 80px
}

.pointer-events-none {
    pointer-events: none
}

.filter-blur {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px)
}

#__vconsole {
    position: fixed;
    right: 10px;
    bottom: 10px
}
