html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: text !important
}

body,
html {
    scroll-behavior: smooth; 
}

body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse
}

button,
html,
input,
select,
textarea {
    font-family: Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Tahoma, sans-serif
}

blockquote,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

dd,
dl,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none outside none
}

h1,
h2,
h3 {
    font-weight: 400;
    line-height: 2
}

h1 {
    font-size: 21px
}

h2 {
    font-size: 18.2px
}

h3 {
    font-size: 16.38px
}

h4 {
    font-size: 14px
}

h5,
h6 {
    font-size: 11.9px;
    text-transform: uppercase
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #e6e6e6
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #e6e6e6
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #e6e6e6
}

body,
button,
html {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px
}

body {
    padding-bottom: 0 !important
}



::-webkit-scrollbar {
    background: none;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #979ca5;
    border-radius: 4px
}

button,
input,
textarea {
    background: none;
    border: none;
    outline: none;
    resize: none
}

button::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aaaeb5 !important;
    font-size: 14px;
    font-weight: 400
}



.fade-enter-active {
    animation: topMove-69818561 .5s;
    transition: opacity .3s
}

.navmenu .logo-link{    align-items: center;
    display: flex;
    justify-content: center;}

@keyframes topMove-69818561 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}



.left-enter-active,
.left-leave-active {
    transition: opacity .5s linear
}

.left-enter-to,
.left-leave-from {
    opacity: 1;
    transform: translate(0)
}

.left-enter-from {
    opacity: 0;
    transform: translate(-100%)
}

.left-leave-to {
    opacity: 0;
    transform: translate(100%)
}

.launchButtonBox {
    z-index: 1000 !important
}

.toast {
    align-items: center;
    border-radius: 4px;
    color: #020814;
    display: flex;
    font-size: 14px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    min-width: 60px;
    padding: 0 15px;
    position: fixed;
    top: 30px;
    transform: translate(-50%);
    z-index: 10000
}

.toast .iconfont {
    font-size: 14px;
    margin-right: 5px
}

.toast.success {
    background: #f6ffed;
    border: 1px solid #d9f7be
}

.toast.success i {
    color: #18ca7f
}

.toast.error {
    background: #fff1f0;
    border: 1px solid #ffccc7
}

.toast.error i {
    color: #e5484d
}

.toast.warning {
    background: #fffbe6;
    border: 1px solid #fff1b8
}

.toast.warning i {
    color: #ff840e
}

@media (max-width: 1080px) {
    .toast {
        border-radius: 8px;
        box-shadow: 0 0 6px #0003;
        font-size: 14px;
        line-height: 40px;
        max-width: calc(100vw - 30px);
        padding: 10px;
        text-align: left;
        white-space: nowrap
    }
}

.up-enter-from {
    left: 50%;
    top: -10px;
    transform: translate(-50%, -100%)
}

.up-enter-active {
    transition: all .3s cubic-bezier(.09, .78, .75, 1.36)
}

.up-enter-to {
    left: 50%;
    top: 30px;
    transform: translate(-50%)
}

.up-level-to {
    opacity: 0;
    top: 20px
}







* {
    box-sizing: border-box;
    outline: none;
    transition: all .3s
}

@keyframes topMove {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width: 750px) {

    h1,
    h2,
    h3 {
        font-weight: 400;
        line-height: 2
    }

    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 28px
    }

    h4,
    h5,
    h6 {
        font-size: 26px
    }
}

body {
    position: relative
}

[href*=cnzz] {
    display: none
}

@media screen and (max-width: 1080px) {
    .modal {
        background: #fff;
        height: calc(100vh - 50px);
        left: 0;
        position: fixed;
        top: 50px;
        width: 100%;
        z-index: 1002
    }

    .modal .mbody {
        height: 100%;
        overflow: auto;
        width: 100%
    }

    .modal .mbody>.close {
        color: #97a3ba;
        cursor: pointer;
        font-size: 12px;
        line-height: 12px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1
    }

    .modal .mbody>.close:hover {
        color: #000
    }

    .modal .mbody>.title {
        box-sizing: border-box;
        color: #080a20;
        font-size: 14px;
        font-weight: 700;
        height: 44px;
        line-height: 44px;
        padding: 0 15px;
        width: 100%
    }
}



.fmodal .mbody {
    border-radius: 10px;
    left: calc(50% - 260px);
    overflow: hidden;
    padding: 30px 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 520px
}

.fmodal .mbody:after {
    background-blend-mode: normal, normal;
    background-image: linear-gradient(0deg, #fff, #dbe8ff), linear-gradient(#fff, #fff);
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.fmodal .mbody .close {
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10
}

.fmodal .mbody>* {
    position: relative;
    z-index: 10
}

.fmodal .mbody>h4 {
    color: #18181f;
    font-size: 18px;
    line-height: 40px
}

.fmodal .mbody .form .input {
    margin: 10px auto 0
}

.fmodal .mbody .form .input>span {
    display: block;
    line-height: 30px
}

.fmodal .mbody .form .input input {
    border: 1px solid #eeeeef;
    border-radius: 5px
}

.fmodal .mbody .form .input input::-moz-placeholder {
    color: #7f868e
}

.fmodal .mbody .form .input input::placeholder {
    color: #7f868e
}

.fmodal .mbody .form .input textarea {
    border: 1px solid #eeeeef;
    border-radius: 5px;
    box-sizing: border-box;
    height: 100px;
    padding: 10px 20px;
    position: relative;
    resize: none;
    width: 100%
}

.fmodal .mbody .form .input textarea::-moz-placeholder {
    color: #7f868e
}

.fmodal .mbody .form .input textarea::placeholder {
    color: #7f868e
}

.fmodal .mbody .form .submit {
    margin-top: 20px
}

.data-empty {
    box-sizing: border-box;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    padding: 320px 0 120px;
    position: relative;
    text-align: center
}

.data-empty:before {
    /* background: url(./empty.B1ZjnfWd.png) 50% no-repeat; */
    content: "";
    display: block;
    height: 200px;
    left: calc(50% - 120px);
    position: absolute;
    top: 80px;
    width: 240px
}

.ant-picker,
.ant-select-selector {
    border-radius: 4px !important
}



.fade-enter-active {
    animation: topMove-9a984558 .5s;
    transition: opacity .3s
}



@keyframes topMove-9a984558 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}






    .header {
        background: #ffffff80;
        border-bottom: 1px solid #e6ebfb;
        box-sizing: border-box;
        height: auto;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        min-width: 1200px;
        z-index: 1001
    }

    .header.state {
         top: 0px 
    }

    .header.state .view .navmenu .nav_te .inner {
        top: 60px
    }

    .header.scroll_active {
        background: #fff;
        border-bottom: 1px solid #e6ebfb
    }

    .header .view {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 60px;
        justify-content: space-between;
        position: relative;
        width: 100%
    }

    .header .view .navmenu {
        box-sizing: border-box;
        display: flex;
        height: 100%;
        padding: 0 30px;
        width: auto
    }

    .header .view .navmenu .services_submenu {
        display: none
    }

    .header .view .navmenu .logo {
        align-items: center;
        display: flex;
        height: 100%
    }

    .header .view .navmenu .logo img {
        height: 60px
    }

    .header .view .navmenu .nav_te {
        cursor: pointer;
        font-size: 14px;
        height: 100%;
        margin-left: 30px;
        position: relative
    }

    .header .view .navmenu .nav_te,
    .header .view .navmenu .nav_te>a {
        align-items: center;
        color: #080a20;
        display: flex;
        justify-content: center
    }

    .header .view .navmenu .nav_te:hover,
    .header .view .navmenu .nav_te:hover>a {
        color: #476fff
    }
    .header .view .navmenu .nav_te:hover .inner {
        display: flex
    }

    .header .view .navmenu .nav_te:hover:after {
        background: #476fff;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .header .view .navmenu .nav_te.nav_tes,
    .header .view .navmenu .nav_te.nav_tes>a {
        color: #476fff
    }

    .header .view .navmenu .nav_te .inner {
        background: #fff;
        box-shadow: 0 4px 10px #6478ce1a;
        box-sizing: border-box;
        display: none;
        height: auto;
        left: 0;
        position: fixed;
        top: 60px;
        width: 100%
    }

    .header .view .navmenu .nav_te .inner.active>div:first-child {
        display: none
    }

    .header .view .navmenu .nav_te .inner.active>div:last-child {
        margin: 0 auto;
        padding-left: 200px;
        width: 100%
    }

    .header .view .navmenu .nav_te .inner>div:first-child {
        background: #f9faff;
        box-sizing: border-box;
        height: auto;
        padding: 40px 6% 0 6%;
        width: 25%
    }

    .header .view .navmenu .nav_te .inner>div:first-child .title {
        color: #080a20;
        font-size: 20px;
        font-weight: 700;
        line-height: 23px
    }

    .header .view .navmenu .nav_te .inner>div:first-child .desc {
        color: #495770;
        font-size: 14px;
        line-height: 20px;
        margin-top: 30px
    }

    .header .view .navmenu .nav_te .inner>div:last-child {
         background: url(/static/image/nav_bg.jpg) no-repeat 50%; 
        background-size: cover;
        box-sizing: border-box;
        height: auto;
        padding: 40px 0 60px;
        width:75%;
    }
/*.tt+div{ min-width:200px;}*/
    .header .view .navmenu .nav_te .inner>div:last-child .tab {
        display: flex; justify-content:flex-start;
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div {
        margin: 0 30px;
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .tt {
        box-sizing: border-box;
        color: #495770;
        font-size: 14px;
        height: 17px;
        line-height: 17px;
        padding: 0 10px
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .flex>a {
        box-sizing: border-box;
        display: block;
        height: auto;
        margin-top: 30px;
        padding: 10px 10px 10px 40px;
        position: relative;
        /* width: 320px */
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .flex>a>img {
        height: 20px;
        left: 10px;
        position: absolute;
        top: 10px;
        width: 20px
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .flex>a .t1 {
        color: #080a20;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 6px
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .flex>a .t2 {
        color: #495770;
        font-size: 12px;
        line-height: 14px
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .flex>a i {
        color: #546279;
        display: none;
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 10px
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .flex>a:hover {
        background: #f9faff
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .flex>a:hover i {
        display: block
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .advert {
        box-sizing: border-box;
        height: 150px;
        margin-top: 30px;
        padding: 20px;
        position: relative;
        width: 260px
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .advert img {
        height: 100%;
        left: 0;
        -o-object-fit: contain;
        object-fit: contain;
        position: absolute;
        top: 0;
        width: 100%
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .advert .t1 {
        color: #080a20;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 10px;
        position: relative
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .advert .t2 {
        color: #495770;
        font-size: 13px;
        line-height: 17px;
        position: relative;
        width: 172px
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .advert a {
        align-items: center;
        color: #476fff;
        display: flex;
        font-size: 12px;
        line-height: 14px;
        margin-top: 20px;
        position: relative
    }

    .header .view .navmenu .nav_te .inner>div:last-child .tab>div .advert a i {
        margin-left: 5px
    }

    .header .button_wap {
        display: none !important
    }
.topbar_wap a{ color:#080a20;}
.moreapply a{ color:#fff;}
    .header .topbar_wap,
    .header .topbar_wap>div {
        height: 100%
    }

    .header .topbar_wap>div .user {
        box-sizing: border-box;
        cursor: pointer;
        height: 100%;
        padding-right: 50px
    }

    .header .topbar_wap>div .user>a,
    .header .topbar_wap>div .user>div {
        display: block;
        float: left;
        height: 100%;
        line-height: 60px;
        margin-right: 20px;
        position: relative
    }

    .header .topbar_wap>div .user .notice i {
        color: #333;
        font-size: 22px
    }

    .header .topbar_wap>div .user .notice span {
        background-color: #ff4040;
        border-radius: 50%;
        color: #fff;
        display: block;
        font-size: 13px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: -5px;
        text-align: center;
        top: 10px;
        width: 20px
    }

    .header .topbar_wap>div .user>div {
        align-items: center;
        display: flex;
        margin-right: 0
    }

    .header .topbar_wap>div .user>div>img {
        height: 35px
    }

    .header .topbar_wap>div .user>div>div {
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 0 20px #0b1e411a;
        box-sizing: border-box;
        display: none;
        height: auto;
        padding: 0 10px;
        position: absolute;
        right: 0;
        top: 60px;
        width: 240px
    }

    .header .topbar_wap>div .user>div>div .usertop {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: auto;
        margin: 0 auto;
        padding: 20px 0;
        width: 200px
    }

    .header .topbar_wap>div .user>div>div .usertop>img {
        height: 48px;
        margin-right: 10px;
        width: 48px
    }

    .header .topbar_wap>div .user>div>div .usertop>div .t1 {
        align-items: center;
        color: #080a20;
        display: flex;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px
    }

    .header .topbar_wap>div .user>div>div .usertop>div .t1>img {
        height: 20px;
        margin-left: 5px;
        width: 20px
    }

    .header .topbar_wap>div .user>div>div .usertop>div .t2 {
        background: #e6ebfb;
        border-radius: 9px;
        color: #495770;
        display: block;
        font-size: 11px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        width: 70px
    }

    .header .topbar_wap>div .user>div>div .inview {
        border-bottom: 1px solid #e7eaef;
        margin: 0 auto;
        width: 200px
    }

    .header .topbar_wap>div .user>div>div .inview .invite {
        align-items: center;
        background: #f0f5ffcc;
        border-radius: 4px;
        display: flex;
        height: 40px;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 10px
    }

    .header .topbar_wap>div .user>div>div .inview .invite img {
        height: 22px;
        width: 118px
    }

    .header .topbar_wap>div .user>div>div .inview .invite i {
        color: #476fff
    }

    .header .topbar_wap>div .user>div>div .cz {
        box-sizing: border-box;
        height: auto;
        padding: 10px 0;
        width: 100%
    }

    .header .topbar_wap>div .user>div>div .cz>a {
        border-radius: 4px;
        box-sizing: border-box;
        color: #18181f;
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        width: 100%
    }

    .header .topbar_wap>div .user>div>div .cz>a i {
        font-size: 15px;
        margin-right: 15px
    }

    .header .topbar_wap>div .user>div>div .cz>a:hover {
        background-color: #f7f8fc
    }

    .header .topbar_wap>div .user:hover span,
    .header .topbar_wap>div .user>div:hover>div {
        display: block
    }

    .header .button {
        display: flex;
        height: 100%;
        line-height: 60px
    }

    .header .button div {
        color: #080a20;
        cursor: pointer;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        text-align: center;
        width: 100px
    }

    .header .button div:last-child {
        background: linear-gradient(90deg, #6385ff, #476fff);
        color: #fff;
        height: 100%;
        width: 150px
    }

    /*.header .button div:last-child:hover {*/
    /*    transform: scale(1);*/
    /*    transition: .3s*/
    /*}*/

    .header .navmenu_wap {
        display: none
    }


.fade-enter-active {
    animation: topMove-b9a0c8b7 .5s;
    transition: opacity .3s
}
@keyframes topMove-b9a0c8b7 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (max-width: 1080px) {
    .mybtn {
        border-radius: 21px;
        font-size: 16px;
        font-weight: 400;
        height: 42px
    }
}

.mybtn {
    align-items: center;
    border: 1px solid #b2b6bc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #18181f;
    display: block;
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    min-width: 65px;
    padding: 0 20px;
    transition: all .3s;
    white-space: nowrap;
    width: auto
}

.mybtn.primary,
.mybtn:hover {
    border: 1px solid #476fff
}

.mybtn.primary {
    background: #476fff;
    color: #fff
}

.mybtn.primary:hover {
    background: #476fffe6;
    border: 1px solid rgba(71, 111, 255, .9)
}

.mybtn.primary.ghost {
    background: #f1f5fc;
    border: 1px solid rgba(53, 114, 255, .3);
    color: #3572ff
}

.mybtn.primary.ghost:hover {
    border: 1px solid #3572ff
}

.mybtn.orange {
    background: #ff5723;
    border: 0;
    border-radius: 4px;
    color: #fff
}

.mybtn.orange:hover {
    background: #ff5723;
    opacity: .8
}

.mybtn.orange.ghost {
    background: #ff5723;
    color: #fff;
    opacity: .5
}

.mybtn.red {
    border: 0;
    border-radius: 4px;
    color: #fff
}

.mybtn.red,
.mybtn.red:hover {
    background: linear-gradient(90deg, #ffc4b3, #ff4447 42%)
}

.mybtn.red:hover {
    opacity: .8
}

.mybtn.red.ghost {
    background: linear-gradient(90deg, #ffc4b3, #ff4447 42%);
    color: #fff;
    opacity: .5
}

.mybtn.golden {
    border: 0;
    border-radius: 4px;
    color: #080a20
}

.mybtn.golden,
.mybtn.golden:hover {
    background: linear-gradient(90deg, #ffd9b4, #ffde9d 37%)
}

.mybtn.golden:hover {
    opacity: .8
}

.mybtn.golden.ghost {
    background: linear-gradient(90deg, #ffd9b4, #ffde9d 37%);
    color: #fff;
    opacity: .5
}

.mybtn.link {
    background: none;
    border: none;
    color: #3572ff;
    display: inline-block;
    height: auto;
    min-width: auto;
    padding: 0
}

.mybtn.danger {
    background: #e5484d;
    border: 1px solid #e5484d;
    color: #fff
}

.mybtn.danger:hover {
    background-color: #ff7875;
    border-color: #ff7875
}

.mybtn.disable {
    background: #e0e4eb !important;
    border: 1px solid #b7bcc7 !important;
    color: #979ca5 !important;
    cursor: not-allowed
}

.mybtn.disable_blue {
    background: linear-gradient(90deg, #6385ff, #476fff) !important
}

.mybtn.disable_blue,
.mybtn.disable_red {
    border: 0 solid #b7bcc7 !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: .5 !important
}

.mybtn.disable_red {
    background: linear-gradient(90deg, #ffc4b3, #ff4447 42%) !important
}

.mybtn.disable_golden {
    background: linear-gradient(90deg, #ffd9b4, #ffde9d 37%) !important;
    border: 0 solid #b7bcc7 !important;
    color: #080a20 !important;
    cursor: not-allowed;
    opacity: .5 !important
}

.fade-enter-active {
    animation: topMove-ee2dbcd2 .5s;
    transition: opacity .3s
}

@keyframes topMove-ee2dbcd2 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.p404 {
    background: #f6f8fa;
    height: 100vh;
    padding: 200px 0 0;
    text-align: center;
    width: 100%
}

.p404>img {
    height: 220px;
    width: 220px
}

.p404 .t1 {
    color: #020814;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 20px
}

.p404 .t2 {
    color: #979ca5;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px
}

.p404 .btn {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.p404 .btn .mybtn:first-child {
    margin-right: 10px
}

.navright {
    font-size: 14px;
}
.topbar_wap a{ color: #000;}
.topbar_wap .moreapply a{ color:#fff;}


/* µÇÂ¼µ¯´°ÑùÊ½ */

/* @media (max-width: 1080px) {
    .footer {
        background: #080a20;
        position: relative;
        z-index: 11
    }

    .footer,
    .footer .view {
        height: auto;
        width: 100%
    }

    .footer .view {
        box-sizing: border-box;
        padding: 40px 15px
    }

    .footer .view .top {
        height: auto;
        width: 100%
    }

    .footer .view .top .nav {
        display: none
    }

    .footer .view .top .contact {
        box-sizing: border-box;
        height: auto;
        padding-bottom: 20px;
        width: 100%
    }

    .footer .view .top .contact .t1 {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 10px
    }

    .footer .view .top .contact .code {
        align-items: center;
        display: flex;
        margin-bottom: 20px
    }

    .footer .view .top .contact .code>div {
        margin-right: 10px;
        text-align: center
    }

    .footer .view .top .contact .code>div:last-child {
        margin-right: 0
    }

    .footer .view .top .contact .code>div>img {
        border: 1px solid #e6ebfb;
        border-radius: 4px;
        height: 60px;
        width: 60px
    }

    .footer .view .top .contact .code>div>img:hover {
        transform: scale(2)
    }

    .footer .view .top .contact .code>div p {
        color: #aaaeb5;
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px
    }

    .footer .view .top .contact ul li {
        align-items: center;
        color: #aaaeb5;
        display: flex;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px
    }

    .footer .view .top .contact ul li:last-child {
        margin-bottom: 0
    }

    .footer .view .top .contact ul li i {
        margin-right: 5px
    }

    .footer .view .top .contact ul li span {
        margin-left: 10px
    }

    .footer .view .bottom {
        border-top: 1px solid #495770;
        box-sizing: border-box;
        height: auto;
        padding: 15px 0;
        width: 100%
    }

    .footer .view .bottom p {
        color: #aaaeb5;
        font-size: 12px;
        line-height: 14px
    }

    .footer .view .bottom p a {
        color: #aaaeb5
    }

    .footer .view .bottom p:first-child {
        margin-bottom: 5px
    }
}

@media (min-width: 1080px) {
    .footer {
        background: #080a20;
        height: auto;
        position: relative;
        width: 100%;
        z-index: 11
    }

    .footer .view {
        height: auto;
        margin: 0 auto;
        width: 1400px
    }

    .footer .view .top {
        box-sizing: border-box;
        display: flex;
        height: auto;
        padding: 40px 0 20px;
        width: 100%
    }

    .footer .view .top .nav {
        border-right: 1px solid #495770;
        display: flex;
        height: 100%;
        width: 100%
    }

    .footer .view .top .nav ul {
        margin-right: 80px
    }

    .footer .view .top .nav ul:nth-child(2n) {
        margin-right: 120px
    }

    .footer .view .top .nav ul li {
        display: block;
        margin-bottom: 12px
    }

    .footer .view .top .nav ul li a {
        color: #aaaeb5;
        font-size: 12px;
        line-height: 14px
    }

    .footer .view .top .nav ul li:hover a {
        color: #476fff
    }

    .footer .view .top .nav ul li:first-child {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        height: 20px;
        line-height: 16px;
        margin-bottom: 20px
    }

    .footer .view .top .nav ul li:nth-child(2) {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 14px
    }

    .footer .view .top .contact {
        box-sizing: border-box;
        height: 100%;
        padding-left: 100px;
        width: auto
    }

    .footer .view .top .contact .t1 {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 20px
    }

    .footer .view .top .contact .code {
        align-items: center;
        display: flex;
        margin-bottom: 40px
    }

    .footer .view .top .contact .code>div {
        margin-right: 10px;
        text-align: center
    }

    .footer .view .top .contact .code>div:last-child {
        margin-right: 0
    }

    .footer .view .top .contact .code>div>img {
        border: 1px solid #e6ebfb;
        border-radius: 4px;
        height: 60px;
        width: 60px
    }

    .footer .view .top .contact .code>div>img:hover {
        transform: scale(2)
    }

    .footer .view .top .contact .code>div p {
        color: #aaaeb5;
        font-size: 12px;
        line-height: 14px;
        margin-top: 7px
    }

    .footer .view .top .contact ul li {
        align-items: center;
        color: #aaaeb5;
        display: flex;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px
    }

    .footer .view .top .contact ul li:last-child {
        margin-bottom: 0
    }

    .footer .view .top .contact ul li i {
        margin-right: 5px
    }

    .footer .view .top .contact ul li span {
        margin-left: 10px
    }

    .footer .view .bottom {
        border-top: 1px solid #495770;
        box-sizing: border-box;
        height: auto;
        padding: 15px 0;
        width: 100%
    }

    .footer .view .bottom p {
        color: #aaaeb5;
        font-size: 12px;
        line-height: 14px
    }

    .footer .view .bottom p a {
        color: #aaaeb5
    }

    .footer .view .bottom p:first-child {
        margin-bottom: 5px
    }
}

button::placeholder,
input::placeholder,
textarea::placeholder {
    color: #aaaeb5 !important;
    font-size: 14px;
    font-weight: 400
}

.fade-enter-active {
    animation: topMove .5s;
    transition: opacity .3s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}



.v-enter-from,
.v-leave-to {
    opacity: 0;
    transform: translateY(-20px)
}

.v-enter-to,
.v-leave-from {
    opacity: 1;
    transform: translateY(0)
}

.v-enter-active,
.v-leave-active {
    transition: .3s
}






@media (max-width: 1080px) {
    .ractivity {
        display: none
    }

    .nowtop,
    .sidebar {
        display: none !important
    }
}

@media (min-width: 1080px) {
    .ractivity {
        bottom: 540px;
        height: auto;
        position: fixed;
        right: 20px;
        width: 48px;
        z-index: 999
    }

    .ractivity>img {
        width: 100%
    }

    .sidebar {
        bottom: 320px;
        height: auto;
        position: fixed;
        right: 20px;
        width: 48px;
        z-index: 999
    }

    .sidebar .view {
        background: #fff;
        border: 1px solid #e6ebfb;
        border-radius: 33px;
        box-sizing: border-box;
        padding: 0 6px;
        width: 48px
    }

    .sidebar .view .item {
        border-bottom: 1px solid #e6ebfb;
        box-sizing: border-box;
        cursor: pointer;
        height: auto;
        padding: 6px 0;
        position: relative;
        width: 100%
    }

    .sidebar .view .item i {
        border-radius: 50%;
        display: block;
        font-size: 24px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: 36px
    }

    .sidebar .view .item:hover i {
        background: #f0f5ffcc;
        color: #476fff
    }

    .sidebar .view .item:hover .inner {
        display: block
    }

    .sidebar .view .item:last-child {
        border: none
    }

    .sidebar .view .item .inner {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 20px #53729d26;
        box-sizing: border-box;
        display: none;
        height: auto;
        padding: 6px 10px;
        position: absolute;
        right: 50px;
        text-align: center;
        top: 0;
        width: auto
    }

    .sidebar .view .item .inner>p {
        color: #495770;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px
    }

    .sidebar .view .item .inner>img {
        border: 1px solid #e6ebfb;
        border-radius: 4px;
        height: 120px;
        width: 120px
    }

    .sidebar .view .item .inner>span {
        color: #476fff;
        font-size: 14px;
        line-height: 16px
    }

    .nowtop {
        align-items: center;
        background: #fff;
        border: 1px solid #e6ebfb;
        border-radius: 50%;
        bottom: 250px;
        cursor: pointer;
        display: flex;
        font-size: 14px;
        height: 48px;
        justify-content: center;
        position: fixed;
        right: 20px;
        width: 48px;
        z-index: 100
    }

    .nowtop:hover {
        background: #f0f5ffcc;
        color: #476fff
    }
}
.fade-enter-active {
    animation: topMove-3a73de91 .5s;
    transition: opacity .3s
}



@keyframes topMove-3a73de91 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


@media screen and (max-width: 1080px) {
    ::-webkit-scrollbar {
        display: none
    }

    .combtn {
        align-items: center;
        background-blend-mode: normal, normal;
        background-image: linear-gradient(90deg, #6385ff, #476fff), linear-gradient(#1d64ff, #1d64ff);
        border-radius: 20px;
        box-shadow: 0 2px 10px #1d64ff59;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 12px;
        justify-content: center;
        padding: 10px 0
    }

    #yunque_btn-holder {
        display: none
    }

    .close {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        right: 21px;
        top: 17px;
        transform: rotate(0);
        transition: all .3s ease
    }

    .close:hover {
        transform: rotate(-90deg)
    }

    .moreapply {
        cursor: pointer;
        transition: all .3s linear;
        --animate-duration: 1s;
        --animate-delay: 1s;
        --animate-repeat: 1
    }

    .animate-scrolls {
        animation: topMoves-3a73de91 2s;
        animation-fill-mode: forwards;
        transition: top .2s ease-out
    }

    @keyframes topMoves-3a73de91 {
        0% {
            opacity: 0;
            transform: translate(-50%)
        }

        to {
            opacity: 1;
            transform: translate(-50%, -50%)
        }
    }

    .company {
        background: #00000080;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1002
    }

    .company .iconfont {
        color: #a3a6ac;
        font-size: 15px
    }

    .company .tips {
        background-color: #eaf3ff;
        border-radius: 2px;
        box-sizing: border-box;
        color: #476fff;
        font-size: 12px;
        height: auto;
        margin-top: 10px;
        padding: 5px;
        text-align: center;
        width: 100%
    }

    .company .tips>span {
        color: #ff6c2c;
        font-size: 18px;
        font-weight: 700
    }

    .company .company_view {
        background-blend-mode: normal, normal;
        background-color: #fff;
        background-image: linear-gradient(#dbe8ff, #fff 15%);
        border-radius: 10px;
        box-shadow: 0 0 10px #78787859;
        box-sizing: border-box;
        height: auto;
        left: 50%;
        padding: 30px 15px;
        position: absolute;
        top: 50%;
        width: calc(100vw - 30px)
    }

    .company .company_view .title {
        color: #18181f;
        font-size: 18px;
        font-weight: 700;
        text-align: center
    }

    .company .company_view .title>span {
        color: #ff6c2c
    }

    .company .company_view .title.active {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .company .company_view .title.eror i {
        background-blend-mode: normal, normal;
        background-image: linear-gradient(90deg, #e00101, #f84b4b), linear-gradient(#fff, #fff);
        line-height: 23px
    }

    .company .company_view .title i {
        background-blend-mode: normal, normal;
        background-image: linear-gradient(90deg, #476fff, #4b91f8), linear-gradient(#fff, #fff);
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        height: 22px;
        line-height: 24px;
        margin-right: 10px;
        text-align: center;
        width: 22px
    }

    .company .company_view .form {
        height: auto;
        width: 100%
    }

    .company .company_view .form .label {
        color: #3d485d;
        font-size: 12px;
        margin: 15px 0 10px
    }

    .company .company_view .form input,
    .company .company_view .form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 2px;
        box-sizing: border-box;
        font-size: 12px;
        height: 30px;
        outline: none;
        padding: 0 15px;
        width: 100%
    }

    .company .company_view .combtn {
        cursor: pointer;
        font-size: 14px;
        height: 35px;
        margin-top: 20px;
        width: 100%
    }

    .company .result {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px #78787859;
        box-sizing: border-box;
        height: auto;
        left: 50%;
        padding: 35px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: calc(100vw - 50px)
    }

    .company .result img {
        height: 90px;
        width: 90px
    }

    .company .result .title {
        color: #18181f;
        font-size: 16px;
        margin-top: 20px
    }

    .company .result .desc {
        color: #3d485d;
        font-size: 13px;
        line-height: 24px;
        margin-top: 15px
    }
}

@media screen and (min-width: 1080px) {
    .combtn {
        align-items: center;
        background-blend-mode: normal, normal;
        background-image: linear-gradient(90deg, #6385ff, #476fff), linear-gradient(#fff, #fff);
        border-radius: 20px;
        box-shadow: 1px 0 5px #1d64ff59;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        justify-content: center;
        padding: 15px 0
    }

    #yunque_btn-holder {
        bottom: 90px !important;
        z-index: 999 !important
    }

    ::-webkit-scrollbar {
        background-color: #fff;
        height: 10px;
        width: 10px
    }

    ::-webkit-scrollbar-track {
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px transparent
    }

    ::-webkit-scrollbar-thumb {
        background-color: #d5d5d5;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px transparent
    }

    .animate-scrolls {
        animation: topMoves-3a73de91 2s;
        animation-fill-mode: forwards;
        transition: top .2s ease-out
    }

    @keyframes topMoves-3a73de91 {
        0% {
            opacity: 0;
            transform: translate(-50%)
        }

        to {
            opacity: 1;
            transform: translate(-50%, -50%)
        }
    }

    .close {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        right: 26px;
        top: 22px;
        transform: rotate(0);
        transition: all .3s ease
    }

    .close:hover {
        transform: rotate(-90deg)
    }

    .moreapply {
        cursor: pointer;
        transition: all .3s linear;
        --animate-duration: 1s;
        --animate-delay: 1s;
        --animate-repeat: 1
    }

    .company {
        background: #00000080;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1002
    }

    .company .iconfont {
        color: #a3a6ac;
        font-size: 15px
    }

    .company .tips {
        background-color: #eaf3ff;
        border-radius: 4px;
        box-sizing: border-box;
        color: #476fff;
        font-size: 15px;
        height: auto;
        margin-top: 15px;
        padding: 10px;
        text-align: center;
        width: 100%
    }

    .company .tips>span {
        color: #ff6c2c;
        font-size: 20px;
        font-weight: 600
    }

    .company .company_view {
        background-blend-mode: normal, normal;
        background-color: #fff;
        background-image: linear-gradient(#dbe8ff, #fff 15%);
        border-radius: 10px;
        box-shadow: 0 0 10px #78787859;
        box-sizing: border-box;
        height: auto;
        left: 50%;
        padding: 40px 60px;
        position: absolute;
        top: 50%;
        width: 520px
    }

    .company .company_view .title {
        color: #18181f;
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        text-align: center
    }

    .company .company_view .title.active {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .company .company_view .title.eror i {
        background-blend-mode: normal, normal;
        background-image: linear-gradient(90deg, #e00101, #f84b4b), linear-gradient(#fff, #fff);
        line-height: 22px
    }

    .company .company_view .title>span {
        color: #ff6c2c
    }

    .company .company_view .title i {
        background-blend-mode: normal, normal;
        background-image: linear-gradient(90deg, #476fff, #4b91f8), linear-gradient(#fff, #fff);
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        height: 22px;
        line-height: 24px;
        margin-right: 10px;
        text-align: center;
        width: 22px
    }

    .company .company_view .form {
        height: auto;
        width: 100%
    }

    .company .company_view .form .label {
        color: #3d485d;
        font-size: 14px;
        margin: 20px 0 10px
    }

    .company .company_view .form input,
    .company .company_view .form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 14px;
        height: 45px;
        outline: none;
        padding: 0 20px;
        width: 100%
    }

    .company .company_view .combtn {
        cursor: pointer;
        font-size: 18px;
        height: 50px;
        margin-top: 30px;
        width: 100%
    }

    .company .result {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px #78787859;
        box-sizing: border-box;
        height: auto;
        left: 50%;
        padding: 40px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 360px
    }

    .company .result img {
        height: 100px;
        width: 100px
    }

    .company .result .title {
        color: #18181f;
        font-size: 18px;
        margin-top: 25px
    }

    .company .result .desc {
        color: #3d485d;
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px
    }
}

@media (max-width: 1080px) {
    .tc {
        height: calc(100vh - 50px);
        position: fixed;
        top: 50px;
        z-index: 1001
    }

    .tc,
    .tc .tc_view {
        left: 0;
        width: 100%
    }

    .tc .tc_view {
        background-color: #fff;
        height: 100%;
        position: absolute;
        top: 0
    }

    .tc .tc_view>i {
        color: #a3a6ac;
        cursor: pointer;
        font-size: 15px;
        position: absolute;
        right: 26px;
        top: 22px
    }

    .tc .tc_view .logo {
        display: block;
        margin: 0 auto;
        width: 145px
    }

    .tc .login {
        background: #fff;
        box-sizing: border-box;
        height: 100%;
        left: 0;
        overflow: scroll;
        padding: 40px 43px;
        position: absolute;
        position: relative;
        top: 0;
        width: 100%
    }

    .tc .login .login-left {
        height: auto;
        width: 100%
    }

    .tc .login .login-left>i {
        display: none
    }

    .tc .login .login-left .logo {
        display: block;
        margin: 0 auto 30px;
        width: 145px
    }

    .tc .login .login-left .tab {
        align-items: center;
        box-sizing: border-box;
        color: #3d485d;
        display: flex;
        font-size: 15px;
        height: auto;
        justify-content: space-between;
        line-height: 15px;
        margin-bottom: 20px;
        padding: 0 25px;
        width: 100%
    }

    .tc .login .login-left .tab>div {
        cursor: pointer;
        text-align: center
    }

    .tc .login .login-left .tab>div:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        margin-top: 15px;
        width: 100px
    }

    .tc .login .login-left .tab .active:after {
        background-color: #476fff
    }

    .tc .login .login-left .free {
        background-image: linear-gradient(90deg, #fff, #fffbf7 25%, #fff6ef 50%, #fff);
        border-image-slice: 1;
        border-image-source: linear-gradient(90deg, #fff, rgba(255, 115, 54, .21) 50%, rgba(255, 116, 56, .2) 0, #fff);
        border-style: solid;
        border-width: 1px;
        color: #ff7336;
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%
    }

    .tc .login .login-left .free>span {
        font-size: 15px;
        font-weight: 600
    }

    .tc .login .login-left .input_block {
        position: relative
    }

    .tc .login .login-left .input_block i {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        right: 20px;
        top: 12px
    }

    .tc .login .login-left .input_block .passtips {
        display: none
    }

    .tc .login .login-left .ipt_title {
        color: #09031d;
        font-size: 12px;
        line-height: 7px;
        margin-bottom: 8px
    }

    .tc .login .login-left input {
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 2px;
        box-sizing: border-box;
        color: #09031d;
        font-size: 12px;
        height: 44px;
        line-height: 44px;
        margin-bottom: 25px;
        padding: 0 20px;
        width: 100%
    }

    .tc .login .login-left input::-moz-placeholder {
        font-size: 12px
    }

    .tc .login .login-left input::placeholder {
        font-size: 12px
    }

    .tc .login .login-left .xieyi {
        color: #181d2b;
        font-size: 12px;
        margin-top: 30px;
        width: 100%
    }

    .tc .login .login-left .xieyi .iconfont {
        cursor: pointer;
        margin-right: 3px
    }

    .tc .login .login-left .xieyi .active {
        color: #476fff
    }

    .tc .login .login-left .xieyi a {
        color: #476fff;
        font-size: 12px
    }

    .tc .login .login-left .combtn {
        cursor: pointer;
        font-size: 13px;
        height: 43px;
        margin-top: 25px;
        position: relative;
        width: 100%
    }

    .tc .login .login-left .combtn>img {
        height: 30px;
        position: absolute;
        right: 0;
        top: -6px
    }

    .tc .login .login-left .tip {
        align-items: center;
        color: #181d2b;
        display: flex;
        font-size: 12px;
        justify-content: space-between;
        line-height: 14px;
        margin-top: 20px;
        text-align: center;
        width: 100%
    }

    .tc .login .login-left .tip a {
        color: #476fff;
        cursor: pointer;
        font-size: 12px
    }

    .tc .login .login-left .VerificationCode {
        position: relative;
        width: 100%
    }

    .tc .login .login-left .VerificationCode .padioe {
        position: absolute;
        right: 5px;
        top: 5px
    }

    .tc .login .login-left .VerificationCode .padioe .combtn {
        border-radius: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        height: 33px;
        line-height: 28px;
        margin: 0;
        width: 110px
    }

    .tc .login .login-left .VerificationCode .padioe input:last-child {
        background: none;
        border: none;
        border-radius: 4px;
        color: #000;
        cursor: pointer;
        font-size: 14px;
        height: 33px;
        line-height: 33px;
        width: 110px
    }
}

@media (min-width: 1080px) {
    .tc {
        background: #00000080;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1001
    }

    .tc .tc_view {
        background-color: #fff;
        border-radius: 10px;
        height: auto;
        left: calc(50% - 260px);
        padding: 35px 60px 60px;
        position: absolute;
        position: relative;
        top: calc(50vh - 315px);
        width: 520px
    }

    .tc .tc_view>i {
        color: #a3a6ac;
        cursor: pointer;
        font-size: 15px;
        position: absolute;
        right: 26px;
        top: 22px
    }

    .tc .tc_view .logo {
        display: block;
        margin: 0 auto 30px;
        width: 145px
    }

    .tc .login {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between
    }

    .tc .login,
    .tc .login .login-left {
        height: auto;
        width: 100%
    }

    .tc .login .login-left .tab {
        align-items: center;
        box-sizing: border-box;
        color: #3d485d;
        display: flex;
        font-size: 20px;
        height: 37px;
        justify-content: space-between;
        line-height: 20px;
        margin-bottom: 30px;
        padding: 0 45px;
        width: 100%
    }

    .tc .login .login-left .tab>div {
        cursor: pointer;
        text-align: center
    }

    .tc .login .login-left .tab>div:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        margin-top: 15px;
        width: 114px
    }

    .tc .login .login-left .tab>div.active {
        color: #181d2b
    }

    .tc .login .login-left .tab>div.active:after {
        background-color: #476fff
    }

    .tc .login .login-left .free {
        background-image: linear-gradient(90deg, #fff, #fffbf7 25%, #fff6ef 50%, #fff);
        border-image-slice: 1;
        border-image-source: linear-gradient(90deg, #fff, rgba(255, 115, 54, .21) 50%, rgba(255, 116, 56, .2) 0, #fff);
        border-style: solid;
        border-width: 1px;
        color: #ff7336;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%
    }

    .tc .login .login-left .free>span {
        font-size: 20px;
        font-weight: 600
    }

    .tc .login .login-left .input_block {
        position: relative
    }

    .tc .login .login-left .input_block i {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        right: 20px;
        top: 8px
    }

    .tc .login .login-left .input_block input:focus+.passtips {
        display: block
    }

    .tc .login .login-left .input_block .passtips {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 0 12px #3333;
        color: #333;
        display: none;
        font-size: 14px;
        left: calc(100% + 10px);
        line-height: 30px;
        padding: 10px 20px;
        position: absolute;
        top: 0;
        white-space: nowrap;
        z-index: 10
    }

    .tc .login .login-left .input_block .passtips:after {
        border-bottom: 5px solid transparent;
        border-right: 6px solid #fff;
        border-top: 5px solid transparent;
        content: "";
        display: block;
        position: absolute;
        right: 100%;
        top: 10px
    }

    .tc .login .login-left .ipt_title {
        color: #3d485d;
        font-size: 14px;
        margin-bottom: 5px
    }

    .tc .login .login-left input {
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        box-sizing: border-box;
        color: #09031d;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 15px;
        padding: 0 20px;
        width: 100%
    }

    .tc .login .login-left input::-moz-placeholder {
        font-size: 12px
    }

    .tc .login .login-left input::placeholder {
        font-size: 12px
    }

    .tc .login .login-left .xieyi {
        color: #181d2b;
        font-size: 14px;
        width: 100%
    }

    .tc .login .login-left .xieyi .iconfont {
        cursor: pointer;
        margin-right: 7px
    }

    .tc .login .login-left .xieyi .active {
        color: #476fff
    }

    .tc .login .login-left .xieyi a {
        color: #476fff;
        font-size: 14px
    }

    .tc .login .login-left .combtn {
        border-radius: 25px;
        cursor: pointer;
        font-size: 16px;
        height: 50px;
        margin-top: 25px;
        position: relative;
        width: 100%
    }

    .tc .login .login-left .combtn>img {
        height: 30px;
        position: absolute;
        right: 0;
        top: -6px
    }

    .tc .login .login-left .tip {
        align-items: center;
        color: #181d2b;
        display: flex;
        font-size: 14px;
        justify-content: space-between;
        margin-top: 25px;
        text-align: center;
        width: 100%
    }

    .tc .login .login-left .tip a {
        color: #476fff;
        cursor: pointer;
        font-size: 14px
    }

    .tc .login .login-left .VerificationCode {
        position: relative;
        width: 100%
    }

    .tc .login .login-left .VerificationCode .padioe {
        position: absolute;
        right: 5px;
        top: 5px
    }

    .tc .login .login-left .VerificationCode .padioe .combtn {
        border: none;
        border-radius: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin: 0;
        width: 110px
    }

    .tc .login .login-left .VerificationCode .padioe input:last-child {
        background: none;
        border: none;
        border-radius: 4px;
        color: #000;
        cursor: pointer;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        width: 110px
    }
}

.fade-enter-active {
    animation: topMove-3c84e9d8 .5s;
    transition: opacity .3s
}
@keyframes topMove-3c84e9d8 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (max-width: 1080px) {

    .activity,
    .activity_top {
        display: none
    }
}

@media screen and (min-width: 1080px) {
    .activity_top {
        display: block;
        height: auto;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1001
    }

    .activity_top>img {
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .activity_top i {
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 9px;
        height: 20px;
        line-height: 19px;
        position: absolute;
        right: 20px;
        text-align: center;
        top: 20px;
        width: 20px;
        z-index: 1002
    }

    .activity {
        bottom: 30px;
        height: 250px;
        left: 30px;
        position: fixed;
        width: 250px;
        z-index: 1000
    }

    .activity>.close {
        background: #dcf1fd;
        border-radius: 50%;
        color: #476fff;
        cursor: pointer;
        font-size: 12px;
        font-weight: 700;
        height: 28px;
        line-height: 28px;
        right: -10px;
        text-align: center;
        top: 10px;
        width: 28px
    }

    .activity>img {
        cursor: pointer;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%
    }

    .body_inner {
        box-sizing: border-box;
        height: auto;
        width: 100%
    }

    .body_inner.active {
        padding: 60px 0 0
    }
} */