@charset "UTF-8";
.header_tips {
    position: absolute;
    z-index: 998;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 9px 0 #e3e3e3;
    display: flex;
    align-items: center
}

.header_tips .header_tips_close {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/pc/header_tip_close.svg) center no-repeat;
    cursor: pointer
}

.header_tips .header_tips_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/pc/user_login_reg_act.svg) center no-repeat;
    margin-right: 6px
}

.header_tips > span {
    font-size: 14px;
    line-height: 20px;
    color: #767c87;
    margin-right: 16px
}

.header_tips > span > a {
    font-size: 14px;
    line-height: 20px;
    color: #3266ff;
    cursor: pointer
}

.header_dialog {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(52, 52, 52, .51)
}

.header_dialog .header_dialog_container {
    width: 500px;
    height: 320px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 0 9px 0 #8c8c8c;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%)
}

.header_dialog .header_dialog_container .header_dialog_head {
    width: 100%;
    padding: 20px 20px 0;
    display: flex;
    justify-content: flex-end
}

.header_dialog .header_dialog_container .header_dialog_head > i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/pc/header_tip_close.svg) center no-repeat;
    cursor: pointer
}

.header_dialog .header_dialog_container .header_dialog_content {
    margin-top: 20px;
    text-align: center
}

.header_dialog .header_dialog_container .header_dialog_content .header_dialog_content_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #393939
}

.header_dialog .header_dialog_container .header_dialog_content .header_dialog_content_reason {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px
}

.header_dialog .header_dialog_container .header_dialog_content .header_dialog_content_reason i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/pc/user_login_reg_act.svg) center no-repeat;
    margin-right: 6px
}

.header_dialog .header_dialog_container .header_dialog_content .header_dialog_content_reason span {
    color: #393939;
    font-size: 16px;
    line-height: 22px
}

.header_dialog .header_dialog_container .header_dialog_content .header_dialog_content_detail {
    font-size: 12px;
    line-height: 18px;
    color: #393939;
    max-width: 422px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 14px auto auto;
    text-align: left
}

.header_dialog .header_dialog_container .header_dialog_content .header_dialog_content_way {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.header_dialog .header_dialog_container .header_dialog_content .header_dialog_content_way > i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/pc/user_login_active_arr.svg) center no-repeat
}

.header_dialog .header_dialog_container .header_dialog_content .header_dialog_content_way > a {
    color: #0060ff;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px
}

.jump_num {
    width: 33px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    margin-left: -15px;
    position: relative
}

.jump_num .jump_num_scroll {
    top: 0;
    left: 0;
    position: absolute;
    transition: 1s linear
}

.show_page {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    -webkit-animation: .5s ease-in-out forwards PageShow;
    animation: .5s ease-in-out forwards PageShow
}

.stu-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(11, 21, 49, .4);
    z-index: 100001
}

.stu-pop .stu-block {
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    width: 240px;
    height: 252px;
    background-color: #fff;
    border-radius: 12px
}

.stu-pop .stu-body {
    display: flex;
    justify-content: center;
    padding: 18px 0;
    width: 100%;
    height: 100%
}

.stu-pop .stu-main {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center
}

.stu-pop .stu-cross {
    position: absolute;
    top: 0;
    right: 18px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/stupop/close.png);
    background-size: 24px auto;
    cursor: pointer
}

.stu-pop .stu-img {
    margin: 26px 0 0 6px;
    display: inline-block;
    width: 41px;
    height: 41px;
    background-image: url(../images/stupop/icon.png);
    background-size: 41px auto
}

.stu-pop .stu-content {
    margin-top: 14px;
    color: #0b1531;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5
}

.stu-pop .btn-stu {
    margin-top: 12px;
    width: 128px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    box-sizing: border-box;
    border-radius: 29px;
    background-color: #296bef;
    box-shadow: 0 1px 0 rgba(44, 114, 255, .08), 0 6px 12px rgba(44, 114, 255, .18);
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    outline: 0;
    transition: .4s
}

.help_source {
    margin-top: 48px
}

.help_source .help_source_title {
    font-size: 20px;
    color: #0b1531;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500
}

.help_source .help_source_detail {
    background: #f5f9ff;
    border: 1px solid #d2dffa;
    border-radius: 8px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    transition: .2s;
    cursor: pointer
}

.help_source .help_source_detail:hover {
    border-color: #296bef
}

.help_source .help_source_detail:hover > div:last-of-type {
    color: #0045cc
}

.help_source .help_source_detail:hover > div:last-of-type > i {
    background-image: url(../images/pc/active@2x.png)
}

@media (min-width: 1440px) {
    .help_source .help_source_detail {
        width: 816px
    }
}

.help_source .help_source_detail > div:first-of-type > span {
    display: block
}

.help_source .help_source_detail > div:first-of-type > span:first-of-type {
    font-size: 18px;
    color: #0b1531;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px
}

.help_source .help_source_detail > div:first-of-type > span:last-of-type {
    font-size: 16px;
    color: #a3aecc;
    letter-spacing: 0;
    line-height: 16px
}

.help_source .help_source_detail > div:last-of-type {
    font-size: 16px;
    color: #296bef;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    cursor: pointer
}

@media (max-width: 1279px) {
    .help_source .help_source_title {
        font-size: 18px
    }

    .help_source .help_source_detail {
        margin-top: 12px;
        padding: 16px 36px
    }

    .help_source .help_source_detail > div:first-of-type > span:first-of-type {
        font-size: 16px
    }

    .help_source .help_source_detail > div:first-of-type > span:last-of-type {
        font-size: 14px;
        line-height: 14px
    }

    .help_source .help_source_detail > div:last-of-type {
        font-size: 14px
    }
}

.help_source .help_source_detail > div:last-of-type:hover {
    color: #0045cc
}

.help_source .help_source_detail > div:last-of-type:hover > i {
    background-image: url(../images/pc/active@2x.png)
}

.help_source .help_source_detail > div:last-of-type > i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/pc/normal@2x.png) center no-repeat;
    background-size: contain;
    margin-right: 10px
}

.overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.pop-cont {
    width: 540px;
    height: 390px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -180px 0 0 -270px;
    background-color: #fff;
    z-index: 10000
}

.pop-cont .logininfo {
    margin-top: 50px;
    margin-bottom: 30px
}

.pop-cont .icon-close {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: -149px -218px;
    text-indent: -9999px;
    position: absolute;
    right: 10px;
    top: 10px
}

.logininfo {
    margin: 0 auto;
    text-align: center
}

.logininfo img {
    width: 80px;
    height: 80px
}

.logininfo em {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.logininfo a {
    text-decoration: none;
    color: #333;
    font-size: 16px
}

.msg {
    text-align: center;
    line-height: 28px;
    font-size: 16px
}

.msg a {
    color: #42a4ff
}

.hide_turn {
    opacity: 0;
    pointer-events: none
}

@-webkit-keyframes PageShow {
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes PageShow {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
    box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid currentColor;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-ring-inset: var(--tw-empty,); /*!*//*!*/
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-blur: var(--tw-empty,); /*!*//*!*/
    --tw-brightness: var(--tw-empty,); /*!*//*!*/
    --tw-contrast: var(--tw-empty,); /*!*//*!*/
    --tw-grayscale: var(--tw-empty,); /*!*//*!*/
    --tw-hue-rotate: var(--tw-empty,); /*!*//*!*/
    --tw-invert: var(--tw-empty,); /*!*//*!*/
    --tw-saturate: var(--tw-empty,); /*!*//*!*/
    --tw-sepia: var(--tw-empty,); /*!*//*!*/
    --tw-drop-shadow: var(--tw-empty,); /*!*//*!*/
    --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    --tw-backdrop-blur: var(--tw-empty,); /*!*//*!*/
    --tw-backdrop-brightness: var(--tw-empty,); /*!*//*!*/
    --tw-backdrop-contrast: var(--tw-empty,); /*!*//*!*/
    --tw-backdrop-grayscale: var(--tw-empty,); /*!*//*!*/
    --tw-backdrop-hue-rotate: var(--tw-empty,); /*!*//*!*/
    --tw-backdrop-invert: var(--tw-empty,); /*!*//*!*/
    --tw-backdrop-opacity: var(--tw-empty,); /*!*//*!*/
    --tw-backdrop-saturate: var(--tw-empty,); /*!*//*!*/
    --tw-backdrop-sepia: var(--tw-empty,); /*!*//*!*/
    --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'
}

b, strong {
    font-weight: bolder
}

sub, sup {
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: inherit
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

h1, h5, hr, p, pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

ol, ul {
    list-style: none
}

html {
    scroll-behavior: smooth;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background: #0b1531;
    min-width: 1200px;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    height: 100%
}

body {
    font-family: inherit;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

textarea {
    resize: vertical
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button], button {
    cursor: pointer
}

h1, h5 {
    font-weight: inherit
}

code, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

canvas, embed, iframe, img, object, svg, video {
    vertical-align: middle;
    display: inline-block
}

img, video {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.ml-\[10px\] {
    margin-left: 10px
}

.ml-\[5px\] {
    margin-left: 5px
}

.mr-\[20px\] {
    margin-right: 20px
}

.mb-\[55px\] {
    margin-bottom: 55px
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.block {
    display: block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.h-screen {
    height: 100vh
}

.h-\[46px\] {
    height: 46px
}

.h-\[12px\] {
    height: 12px
}

.h-\[16px\] {
    height: 16px
}

.h-\[72px\] {
    height: 72px
}

.h-\[40px\] {
    height: 40px
}

.h-\[calc\(100vh-72px\)\] {
    height: calc(100vh - 72px)
}

.h-\[346px\] {
    height: 346px
}

.w-full {
    width: 100%
}

.w-\[12px\] {
    width: 12px
}

.w-\[16px\] {
    width: 16px
}

.w-\[126px\] {
    width: 126px
}

.w-screen {
    width: 100vw
}

.w-\[90\%\] {
    width: 90%
}

.min-w-header {
    min-width: 1275px
}

.max-w-\[520px\] {
    max-width: 520px
}

.flex-grow {
    flex-grow: 1
}

.transform {
    transform: var(--tw-transform)
}

.cursor-pointer {
    cursor: pointer
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-\[12px\] {
    border-radius: 12px
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-\[\#0B1531\] {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 21, 49, var(--tw-bg-opacity))
}

.bg-main {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 102, 255, var(--tw-bg-opacity))
}

.bg-main-second {
    background-color: rgba(50, 102, 255, .1)
}

.bg-\[\#f5f9ff\] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 249, 255, var(--tw-bg-opacity))
}

.bg-contain {
    background-size: contain
}

.bg-center {
    background-position: center
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.p-\[52px\] {
    padding: 52px
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px
}

.text-center {
    text-align: center
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[32px\] {
    font-size: 32px
}

.leading-\[16px\] {
    line-height: 16px
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-main {
    --tw-text-opacity: 1;
    color: rgba(50, 102, 255, var(--tw-text-opacity))
}

.text-\[\#0B1531\] {
    --tw-text-opacity: 1;
    color: rgba(11, 21, 49, var(--tw-text-opacity))
}

.shadow-block {
    --tw-shadow: 0 4px 16px 0 rgb(0 60 179 / 12%);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.hover\:bg-main-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 88, 242, var(--tw-bg-opacity))
}

.hover\:bg-main:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 102, 255, var(--tw-bg-opacity))
}

.hover\:\!text-\[\#4d88ff\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 136, 255, var(--tw-text-opacity)) !important
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (max-width: 480px) {
    html {
        min-width: auto
    }

    .mobile\:hidden {
        display: none
    }

    .mobile\:min-w-full {
        min-width: 100%
    }
}

#form {
    min-width: 1200px
}

#form .form_top {
    width: 100%;
    height: 542px;
    background-color: #eff0f6;
    position: relative
}

#form .form_top .form_top_banner_container {
    max-width: 1920px;
    min-width: 1200px;
    height: 100%;
    margin: -1px auto auto;
    background: url(../images/pc/form-bg.png) top no-repeat;
    background-size: 100% 101%;
    background-position-y: -1px
}

#form .form_top .form_top_banner {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto
}

#form .form_top .form_top_banner > div:last-of-type {
    width: 850px;
    height: 542px;
    background: url(../images/pc/form_banner.png) no-repeat;
    background-position-y: -35px;
    background-position-x: -35px;
    background-size: 112%
}

#form .form_top .form_top_banner .form_top_banner_title > div:first-of-type {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    font-size: 42px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    position: relative
}

#form .form_top .form_top_banner .form_top_banner_title > div:first-of-type:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #296aef;
    border-radius: 2px;
    position: absolute;
    bottom: -22px
}

#form .form_top .form_top_banner .form_top_banner_title > div:last-of-type {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    margin-top: 46px
}

#form .form_top .form_top_nav_container {
    position: relative;
    top: -45px;
    transition: width .2s;
    z-index: 1
}

#form .form_top .form_top_nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
    overflow: hidden
}

#form .form_top .form_top_nav > li {
    width: 240px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s
}

#form .form_top .form_top_nav > li:hover {
    background-color: rgba(50, 102, 255, .05)
}

#form .form_top .form_top_nav > li:hover span {
    color: #3266ff !important
}

#form .form_top .form_top_nav > li > i {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px
}

#form .form_top .form_top_nav > li > span {
    font-size: 14px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px
}

#form .form_top .form_top_nav .form_top_nav_open {
    background: url(../images/pc/form-open.png) center no-repeat;
    background-size: contain
}

#form .form_top .form_top_nav .form_top_nav_video {
    background: url(../images/pc/form-video.png) center no-repeat;
    background-size: contain
}

#form .form_top .form_top_nav .form_top_nav_message {
    background: url(../images/pc/form-message.png) center no-repeat;
    background-size: contain
}

#form .form_top .form_top_nav .form_top_nav_insert {
    background: url(../images/pc/form-insert.png) center no-repeat;
    background-size: contain
}

#form .form_top .form_top_nav .form_top_nav_banner {
    background: url(../images/pc/form-banner.png) center no-repeat;
    background-size: contain
}

#form .form_top .form_top_nav_fix {
    position: fixed;
    background-color: #fff;
    z-index: 9;
    top: 0;
    width: 100%;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .05)
}

#form .form_top .form_top_nav_fix .form_top_nav {
    border-radius: 0;
    box-shadow: none
}

#form .form_top .form_top_nav_active {
    background-color: rgba(50, 102, 255, .05)
}

#form .form_top .form_top_nav_active span {
    font-weight: 700;
    color: #3266ff !important
}

#form .form_section {
    width: 100%;
    height: 750px;
    background-color: #fdfdfd;
    padding-top: 220px;
    opacity: 0
}

#form .form_section .form_section_container {
    width: 1200px;
    height: 445px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(135, 135, 135, .1);
    border-radius: 20px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    align-items: center
}

#form .form_section .form_section_container > div:first-of-type {
    width: 420px;
    height: 678px;
    margin-right: 50px;
    background: url(../images/pc/form-phone.png) center no-repeat;
    background-size: contain;
    position: relative;
    bottom: 30px
}

#form .form_section .form_section_container > div:first-of-type > div {
    width: 317px;
    height: 565px;
    position: absolute;
    bottom: 0;
    left: 55px
}

#form .form_section .form_section_container > div:first-of-type .form_section_open_gf {
    background: url(../source/open.gif) center no-repeat;
    background-size: contain
}

#form .form_section .form_section_container > div:first-of-type .form_section_open_mp {
    background: url(../source/open_mp.gif) center no-repeat;
    background-size: contain
}

#form .form_section .form_section_container > div:first-of-type .form_section_excitation_gf {
    background: url(../source/excitation.gif) center no-repeat;
    background-size: contain
}

#form .form_section .form_section_container > div:first-of-type .form_section_video_gf {
    background: url(../source/video.gif) center no-repeat;
    background-size: contain
}

#form .form_section .form_section_container > div:first-of-type .form_section_insert_gf {
    background: url(../source/insert.gif) center no-repeat;
    background-size: contain
}

#form .form_section .form_section_container > div:first-of-type .form_section_insert_mp {
    background: url(../source/insert_mp.gif) center no-repeat;
    background-size: contain
}

#form .form_section .form_section_container > div:first-of-type .form_section_banner_gf {
    background: url(../source/banner.gif) center no-repeat;
    background-size: contain
}

#form .form_section .form_section_container .form_section_des {
    width: 486px
}

#form .form_section .form_section_container .form_section_des .form_section_des_title {
    margin-left: -12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center
}

#form .form_section .form_section_container .form_section_des .form_section_des_title > .form_section_des_title_logo_open {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/pc/form-open.png) center no-repeat;
    background-size: contain;
    margin-right: 8px
}

#form .form_section .form_section_container .form_section_des .form_section_des_title > .form_section_des_title_logo_video {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/pc/form-video.png) center no-repeat;
    background-size: contain;
    margin-right: 8px
}

#form .form_section .form_section_container .form_section_des .form_section_des_title > .form_section_des_title_logo_message {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/pc/form-message.png) center no-repeat;
    background-size: contain;
    margin-right: 8px
}

#form .form_section .form_section_container .form_section_des .form_section_des_title > .form_section_des_title_logo_insert {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/pc/form-insert.png) center no-repeat;
    background-size: contain;
    margin-right: 8px
}

#form .form_section .form_section_container .form_section_des .form_section_des_title > .form_section_des_title_logo_banner {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/pc/form-banner.png) center no-repeat;
    background-size: contain;
    margin-right: 8px
}

#form .form_section .form_section_container .form_section_des .form_section_des_title > div > div {
    position: relative
}

#form .form_section .form_section_container .form_section_des .form_section_des_title > div > div:first-of-type {
    font-size: 28px;
    color: #2b2b2b;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px
}

#form .form_section .form_section_container .form_section_des .form_section_des_title > div > div:nth-of-type(2) {
    font-size: 18px;
    color: #767c87;
    letter-spacing: 0;
    line-height: 18px
}

#form .form_section .form_section_container .form_section_des .form_section_des_li {
    margin-top: 42px
}

#form .form_section .form_section_container .form_section_des .form_section_des_li li {
    padding-left: 12px
}

#form .form_section .form_section_container .form_section_des .form_section_des_li li:first-of-type {
    margin-bottom: 40px
}

#form .form_section .form_section_container .form_section_des .form_section_des_li li > div:first-of-type {
    position: relative;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

#form .form_section .form_section_container .form_section_des .form_section_des_li li > div:first-of-type:before {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #296aef
}

#form .form_section .form_section_container .form_section_des .form_section_des_li li > div:nth-of-type(2) {
    font-size: 14px;
    color: #767c87;
    letter-spacing: -.04px;
    line-height: 22px
}

#form .form_section .form_section_container .form_section_des .form_section_des_tab {
    margin-top: 60px;
    display: flex
}

#form .form_section .form_section_container .form_section_des .form_section_des_tab > span {
    display: block;
    padding: 7px 20px;
    font-size: 14px;
    letter-spacing: -.04px;
    line-height: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    color: #c1c1c1
}

#form .form_section .form_section_container .form_section_des .form_section_des_tab > span:first-of-type {
    border-radius: 4px 0 0 4px
}

#form .form_section .form_section_container .form_section_des .form_section_des_tab > span:nth-of-type(2) {
    margin-left: -2px;
    border-radius: 0 4px 4px 0
}

#form .form_section .form_section_container .form_section_des .form_section_des_tab .form_section_des_tab_active {
    color: #fff;
    background-color: #296aef;
    z-index: 2;
    border: none
}

#form .form_section_gray {
    background-color: #fafafa
}

#form .form_section_gray > .form_section_container {
    flex-direction: row-reverse
}

#help {
    min-width: 1200px;
    background-color: #fdfdfd
}

#help .form_top {
    width: 100%;
    height: 330px;
    background-color: #eff0f6;
    position: relative
}

#help .form_top .form_top_banner_container {
    max-width: 1920px;
    min-width: 1200px;
    height: 100%;
    margin: -1px auto auto;
    background: url(../images/pc/form-bg.png) top no-repeat;
    background-size: 101%;
    background-position-y: -1px
}

#help .form_top .form_top_banner {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto
}

#help .form_top .form_top_banner > div:last-of-type {
    width: 540px;
    height: 330px;
    background: url(../images/pc/help-banner.png) no-repeat;
    background-position-y: -55px;
    background-position-x: 185px;
    background-size: contain
}

#help .form_top .form_top_banner .form_top_banner_title > div:first-of-type {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    font-size: 42px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    position: relative
}

#help .form_top .form_top_banner .form_top_banner_title > div:first-of-type:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #296aef;
    border-radius: 2px;
    position: absolute;
    bottom: -22px;
    left: 3px
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type {
    margin: 70px auto auto;
    width: 520px;
    position: relative
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > i {
    display: block;
    background: url(../images/pc/help_search-search.png) center/contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input {
    width: 100%;
    height: 48px;
    padding: 13px 50px;
    background: #fff;
    box-shadow: 0 4px 27px 0 rgba(156, 156, 156, .07);
    border-radius: 24px;
    border: none;
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    transition: .2s
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input::-moz-placeholder {
    -moz-transition: .2s;
    transition: .2s;
    color: rgba(118, 124, 135, .42)
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input:-ms-input-placeholder {
    -ms-transition: all .2s;
    transition: .2s;
    color: rgba(118, 124, 135, .42)
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input::placeholder {
    transition: .2s;
    color: rgba(118, 124, 135, .42)
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input:hover {
    box-shadow: 0 4px 30px 0 rgba(156, 156, 156, .2)
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input:hover::-moz-placeholder {
    color: #767c87
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input:hover:-ms-input-placeholder {
    color: #767c87
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input:hover::placeholder {
    color: #767c87
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input:focus {
    box-shadow: 0 4px 30px 0 rgba(156, 156, 156, .2)
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input:focus::-moz-placeholder {
    color: #767c87
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input:focus:-ms-input-placeholder {
    color: #767c87
}

#help .form_top .form_top_banner .form_top_banner_title > div:last-of-type > input:focus::placeholder {
    color: #767c87
}

#help .form_top .form_top_nav_container {
    position: relative;
    top: -45px;
    transition: width .2s
}

#help .help_list {
    width: 1200px;
    margin: 92px auto 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#help .help_list .help_list_logo_hz {
    background: url(../images/pc/help-logo-hz.png) center no-repeat
}

#help .help_list .help_list_logo_ll {
    background: url(../images/pc/help-logo-ll.png) center no-repeat
}

#help .help_list .help_list_logo_ht {
    background: url(../images/pc/help-logo-ht.png) center no-repeat
}

#help .help_list .help_list_logo_yw {
    background: url(../images/pc/help-logo-yw.png) center no-repeat
}

#help .help_list .help_list_logo_js {
    background: url(../images/pc/help-logo-js.png) center no-repeat
}

#help .help_list .help_list_logo_gg {
    background: url(../images/pc/help-logo-gg.png) center no-repeat
}

#help .help_list .help_list_item {
    width: 384px;
    height: 436px;
    background: #fff;
    box-shadow: 0 4px 31px 0 rgba(0, 0, 0, .07);
    border-radius: 10px;
    margin: 0 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .2s;
    cursor: pointer
}

#help .help_list .help_list_item:hover {
    margin-top: -10px;
    height: 446px;
    box-shadow: 0 4px 31px 0 rgba(0, 0, 0, .14)
}

#help .help_list .help_list_item:hover > div {
    transform: translateY(-10px)
}

#help .help_list .help_list_item:hover .help_list_item_ls > span {
    transform: translateY(-5px)
}

#help .help_list .help_list_item:hover .help_list_item_more span {
    color: #3266ff
}

#help .help_list .help_list_item:hover .help_list_item_more i {
    background: url(../images/pc/help-arr-active.png) center no-repeat;
    background-size: contain;
    transform: translateX(3px)
}

#help .help_list .help_list_item > div {
    transition: .2s linear
}

#help .help_list .help_list_item > div:first-of-type {
    transition: .2s;
    background-size: contain;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    margin-top: 54px
}

#help .help_list .help_list_item > div:nth-of-type(2) {
    font-size: 26px;
    color: #2b2b2b;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700
}

#help .help_list .help_list_item > div:nth-of-type(2):after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #3266ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

#help .help_list .help_list_item_ls {
    display: flex;
    flex-direction: column;
    align-items: center
}

#help .help_list .help_list_item_ls span {
    font-size: 14px;
    color: #767c87;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .2s
}

#help .help_list .help_list_item_ls span:hover {
    color: #3266ff
}

#help .help_list .help_list_item_more {
    margin-top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer
}

#help .help_list .help_list_item_more span {
    margin-right: 15px;
    font-size: 16px;
    color: #2b2b2b;
    letter-spacing: 0;
    line-height: 16px;
    transition: .2s
}

#help .help_list .help_list_item_more i {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../images/pc/help-arr-normal.png) center no-repeat;
    background-size: contain;
    transition: .4s
}

button:focus {
    outline: 0
}

input {
    -webkit-appearance: none
}

input:focus-visible {
    outline: 0 !important
}

.register-input > input {
    padding: 0 28px;
    border: 2px solid #e0eaff;
    border-radius: 30px;
    transition: .6s cubic-bezier(.19, 1, .22, 1);
    height: 48px;
    line-height: 48px;
    width: 100%;
    font-size: 16px;
    color: #7d8bb3
}

.register-input > input::-moz-placeholder {
    color: #7d8bb3
}

.register-input > input:-ms-input-placeholder {
    color: #7d8bb3
}

.register-input > input::placeholder {
    color: #7d8bb3
}

.register-input .register-input-error-tips {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e63d2e;
    font-size: 14px
}

.register-input-error > input {
    border-color: #e63d2e !important;
    color: #e63d2e !important
}

.register-input-error > input::-moz-placeholder {
    color: #e63d2e
}

.register-input-error > input:-ms-input-placeholder {
    color: #e63d2e
}

.register-input-error > input::placeholder {
    color: #e63d2e
}

.register-input-error .register-input-error-tips {
    display: block
}

.btn-main {
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    background-color: #2a6bef;
    box-shadow: 0 1px 0 rgba(44, 114, 255, .08), 0 6px 12px rgba(44, 114, 255, .18);
    color: #fff;
    line-height: 48px;
    text-align: center;
    display: block;
    margin-top: 32px;
    transition: .2s linear
}

.btn-main:hover {
    color: #fff;
    background-color: #0b4fd9;
    box-shadow: none
}

.bg_href {
    background-image: url(../images/chinain/href.svg)
}

.bg_close {
    background-image: url(../images/chinain/close.svg)
}

.bg_logo {
    background-image: url(../images/chinain/logo.png)
}

#chinain {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
    min-width: 1600px
}

#chinain #banner-ani {
    transition: .2s linear;
    filter: alpha(opacity=0)
}

#chinain #banner-coin {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

#chinain .index_banner_begin {
    position: absolute;
    top: -90px;
    z-index: 9;
    width: 900px;
    height: 900px;
    opacity: 0;
    -webkit-animation: 1s linear .2s forwards BannerBegin;
    animation: 1s linear .2s forwards BannerBegin
}

#chinain .index_banner_begin video {
    width: 100%;
    height: 100%
}

#chinain .index_banner_round {
    position: absolute;
    top: -90px;
    width: 900px;
    height: 900px;
    background: url(../images/chinain/banner_round.png) center/contain no-repeat;
    z-index: 10;
    opacity: 0
}

#chinain .index_banner {
    background-color: #edeef3;
    min-width: 1275px;
    position: relative;
    overflow: hidden;
    width: 100%
}

#chinain .index_banner .index_banner_container {
    max-width: 2300px;
    min-width: 1275px;
    height: calc(1024px - 118px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw
}

#chinain .index_banner .index_banner_container .index_banner_left {
    margin-right: 25%;
    padding-left: 110px;
    z-index: 9;
    opacity: 0;
    position: relative;
    transform: translate3d(0, 0, 0);
    -webkit-animation: .5s linear .5s forwards showBanner;
    animation: .5s linear .5s forwards showBanner
}

#chinain .index_banner .index_banner_container .index_banner_left > div:first-of-type {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2b2b2b;
    letter-spacing: -.18px;
    line-height: 71px
}

#chinain .index_banner .index_banner_container .index_banner_left > div:nth-of-type(2) {
    font-size: 40px;
    color: #2b2b2b;
    line-height: 48px;
    letter-spacing: 0
}

@media (max-width: 1279px) {
    #chinain {
        min-width: 1279px
    }

    #chinain .index_banner .index_banner_container {
        width: 1024px;
        height: calc(720px - 118px)
    }

    #chinain .index_banner .index_banner_container .index_banner_left {
        margin-right: 10%
    }

    #chinain .index_banner .index_banner_container .index_banner_left > div:nth-of-type(2) {
        font-size: 28px;
        line-height: 34px
    }
}

#chinain .index_banner .index_banner_ani {
    height: 100%;
    position: relative;
    transform: scale(1.5);
    top: 205px;
    left: -400px
}

@media (max-width: 1279px) {
    #chinain .index_banner .index_banner_ani {
        transform: scale(.9);
        top: -40px;
        left: -145px
    }
}

#chinain .index_banner .index_banner_ani .index_banner_c1 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: -135px;
    left: -50px;
    border-radius: 50%;
    background-color: #f4f5f8;
    box-shadow: 0 0 20px rgba(135, 135, 135, .18);
    opacity: .5;
    transform: scale(1.2);
    transition: .2s;
    -webkit-animation: .8s linear forwards IndexC1;
    animation: .8s linear forwards IndexC1
}

#chinain .index_banner .index_banner_ani .index_banner_c2 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: -135px;
    left: -50px;
    border-radius: 50%;
    background-color: #f4f5f8;
    box-shadow: 0 0 20px rgba(135, 135, 135, .18);
    transform: scale(1);
    -webkit-animation: .8s linear .1s forwards IndexC2;
    animation: .8s linear .1s forwards IndexC2;
    z-index: 2
}

#chinain .index_banner .index_banner_right {
    width: 872px;
    height: 100%
}

#chinain .mindex-top {
    width: 100%;
    background-color: #eff0f5;
    position: relative;
    overflow: hidden
}

#chinain .mindex-top .mindex-topcontent {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    text-align: center
}

#chinain .mindex-top .mindex-topcontent .mindex-topcontentbig {
    margin-bottom: 25px;
    text-align: center
}

#chinain .mindex-top .mindex-topcontent .mindex-topcontentbig .mindex-bigtitle {
    margin-bottom: 20px;
    font-size: 36px;
    color: #2b2b2b;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 43px
}

#chinain .mindex-top .mindex-topcontent .mindex-topcontentbig .mindex-smallcontent {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 19px
}

#chinain .mindex-top .mindex-topcontent .mindex-choosetop {
    display: inline-block;
    width: 275px
}

#chinain .mindex-top .mindex-topcontent .mindex-choosetop .mindex-choosetopblock {
    display: flex;
    justify-content: space-between
}

#chinain .mindex-top .mindex-topcontent .mindex-choosetop .mindex-choosetopblock .wantcash a {
    display: inline-block;
    width: 100px;
    padding: 8px 0;
    background-color: #3266ff;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #3266ff;
    font-size: 16px
}

#chinain .mindex-top .mindex-topcontent .mindex-choosetop .mindex-choosetopblock .wantad a {
    display: inline-block;
    width: 100px;
    padding: 8px 0;
    background-color: rgba(0, 0, 0, 0);
    color: #3266ff;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #3266ff;
    font-size: 16px
}

#chinain .mindex_banner {
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    background: url(../images/chinain/mindex_banner.gif) center/contain no-repeat
}

#chinain .bottom-register {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    height: 145px
}

#chinain .bottom-register .bottom-registerblock {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center
}

#chinain .bottom-register .bottom-registerblock a {
    display: inline-block;
    width: 45%;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #296bef
}

#chinain .bottom-register .bottom-registerblock a.login {
    color: #3266ff;
    background-color: rgba(50, 102, 255, .1)
}

#chinain .bottom-register .bottom-site {
    padding: 0 20px;
    font-size: 12px;
    line-height: 16px
}

#chinain .header_tips {
    position: absolute;
    z-index: 998;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 9px 0 #e3e3e3;
    display: flex;
    align-items: center
}

#chinain .header_tips .header_tips_close {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/pc/header_tip_close.svg) center no-repeat;
    cursor: pointer
}

#chinain .header_tips .header_tips_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/pc/user_login_reg_act.svg) center no-repeat;
    margin-right: 6px
}

#chinain .header_tips > span {
    font-size: 14px;
    line-height: 20px;
    color: #767c87;
    margin-right: 16px
}

#chinain .header_tips > span > a {
    font-size: 14px;
    line-height: 20px;
    color: #3266ff;
    cursor: pointer
}

@font-face {
    font-family: DINNextLTPro-Bold;
    src: url(../source/font/DINNextLTPro-Bold.ttf)
}

#index {
    background-color: #f2f2f6;
    min-width: 1200px
}

#index #banner-ani {
    transition: .2s linear;
    filter: alpha(opacity=0)
}

#index #banner-coin {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

#index .index_banner_begin {
    position: absolute;
    top: -90px;
    z-index: 9;
    width: 900px;
    height: 900px;
    opacity: 0;
    -webkit-animation: 1s linear .2s forwards BannerBegin;
    animation: 1s linear .2s forwards BannerBegin
}

#index .index_banner_begin video {
    width: 100%;
    height: 100%
}

#index .index_banner_round {
    position: absolute;
    top: -90px;
    width: 900px;
    height: 900px;
    background: url(../source/banner_round.png) center/contain no-repeat;
    z-index: 10;
    opacity: 0
}

#index .index_banner {
    background-color: #edeef3;
    min-width: 1200px;
    height: 710px;
    position: relative;
    overflow: hidden
}

#index .index_banner .index_banner_container {
    max-width: 1200px;
    min-width: 1024px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center
}

#index .index_banner .index_banner_container .index_banner_left {
    margin-right: 80px;
    z-index: 9;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-animation: .5s linear .5s forwards showBanner;
    animation: .5s linear .5s forwards showBanner
}

#index .index_banner .index_banner_container .index_banner_left > div:first-of-type {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 14px
}

#index .index_banner .index_banner_container .index_banner_left > div:nth-of-type(2) {
    font-size: 26px;
    color: #2b2b2b;
    margin-bottom: 30px
}

#index .index_banner .index_banner_container .index_banner_left > div:last-of-type > span {
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    padding: 10px 35px;
    cursor: pointer;
    transition: .2s
}

#index .index_banner .index_banner_container .index_banner_left > div:last-of-type > span:first-of-type {
    color: #fff;
    background-color: #3266ff;
    margin-right: 35px
}

#index .index_banner .index_banner_container .index_banner_left > div:last-of-type > span:first-of-type:hover {
    background-color: #2358f2
}

#index .index_banner .index_banner_container .index_banner_left > div:last-of-type > span:nth-of-type(2) {
    color: #3266ff;
    border: 1px solid #3266ff
}

#index .index_banner .index_banner_container .index_banner_left > div:last-of-type > span:nth-of-type(2):hover {
    color: #fff;
    background-color: #3266ff
}

@-webkit-keyframes showBanner {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes showBanner {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

#index .index_banner .index_banner_ani {
    height: 100%;
    position: relative
}

@media (max-width: 1279px) {
    #index .index_banner {
        height: 540px
    }

    #index .index_banner .index_banner_container {
        width: 1024px
    }

    #index .index_banner .index_banner_container .index_banner_left {
        margin-right: 0
    }

    #index .index_banner .index_banner_ani {
        transform: scale(.75);
        top: -70px
    }
}

#index .index_banner .index_banner_ani .index_banner_c1 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background-color: #f4f5f8;
    box-shadow: 0 0 20px rgba(135, 135, 135, .18);
    opacity: .5;
    top: -135px;
    left: -50px;
    transform: scale(1.2);
    transition: .2s;
    -webkit-animation: .8s linear forwards IndexC1;
    animation: .8s linear forwards IndexC1
}

#index .index_banner .index_banner_ani .index_banner_c2 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background-color: #f4f5f8;
    box-shadow: 0 0 20px rgba(135, 135, 135, .18);
    top: -135px;
    left: -20px;
    transform: scale(1);
    -webkit-animation: .8s linear .1s forwards IndexC2;
    animation: .8s linear .1s forwards IndexC2;
    z-index: 2
}

#index .index_banner .index_banner_right {
    width: 872px;
    height: 100%
}

#index .index_advantage {
    width: 100%;
    height: 580px;
    position: relative;
    background-color: #3266ff;
    overflow: hidden
}

#index .index_advantage > div > div {
    width: 1200px;
    margin: 0 auto
}

#index .index_advantage > div > div:first-of-type {
    text-align: center;
    padding-top: 80px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
    line-height: 36px
}

#index .index_advantage > div .index_advantage_des {
    width: 1200px;
    margin: 80px auto auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    position: relative
}

#index .index_advantage > div .index_advantage_des .index_advantage_section:first-of-type .index_advantage_section_num {
    width: 165px
}

#index .index_advantage > div .index_advantage_des .index_advantage_section .index_advantage_section_num_max {
    width: 100px !important
}

#index .index_advantage > div .index_advantage_des .index_advantage_section .index_advantage_section_num {
    font-family: DINNextLTPro-Bold;
    display: inline-block;
    width: 68px;
    margin-right: -10px;
    position: relative;
    top: 15px
}

#index .index_advantage > div .index_advantage_des .index_advantage_section .index_advantage_section_num_font {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    letter-spacing: -.12px;
    text-align: center;
    line-height: 60px
}

#index .index_advantage > div .index_advantage_des .index_advantage_section .index_advantage_section_num_font.trans {
    position: relative;
    top: -3px
}

#index .index_advantage > div .index_advantage_des .index_advantage_section > div:first-of-type {
    font-size: 60px;
    color: #fff;
    letter-spacing: -.18px;
    text-align: center;
    line-height: 60px
}

#index .index_advantage > div .index_advantage_des .index_advantage_section > div:first-of-type > span:nth-of-type(2) {
    margin-left: -12px
}

#index .index_advantage > div .index_advantage_des .index_advantage_section > div:nth-of-type(2) {
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px
}

@media (max-width: 1279px) {
    #index .index_advantage {
        height: 455px
    }

    #index .index_advantage > div > div:first-of-type {
        font-size: 32px;
        padding-top: 60px
    }

    #index .index_advantage > div .index_advantage_des {
        width: 1024px
    }

    #index .index_advantage > div .index_advantage_des .index_advantage_section > div:nth-of-type(2) {
        margin-top: 12px;
        font-size: 20px;
        line-height: 20px
    }
}

#index .index_advantage > div .index_advantage_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#index .index_advantage > div #index-advantage-bg {
    position: relative
}

#index .index_advantage > div #index-advantage-bg > div {
    width: 590px;
    height: 590px;
    background: url(../images/pc/index-par-bg.png) center no-repeat;
    background-size: contain
}

#index .index_advantage > div #index-advantage-bg > div:first-of-type {
    position: absolute;
    left: 150px;
    top: 100px
}

#index .index_advantage > div #index-advantage-bg > div:last-of-type {
    position: absolute;
    right: -200px;
    top: -200px;
    left: inherit !important
}

#index .index_advantage > div .show_advantage_bg #index-advantage-bg > div:first-of-type {
    left: -250px;
    top: 100px;
    -webkit-animation: 1s linear forwards AdvantageBgV1;
    animation: 1s linear forwards AdvantageBgV1
}

#index .index_advantage > div .show_advantage_bg #index-advantage-bg > div:last-of-type {
    right: -400px;
    top: -400px;
    -webkit-animation: 1s linear forwards AdvantageBgV2;
    animation: 1s linear forwards AdvantageBgV2
}

#index .index_block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -210px;
    background-color: #fafafa
}

#index .index_block > div {
    width: 613px;
    height: 680px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .07);
    z-index: 2
}

#index .index_block > div:not(:last-of-type) {
    margin-right: 40px
}

#index .index_block .index_block_top > div:first-of-type {
    font-weight: 700;
    font-size: 28px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    margin-top: 68px
}

@media (max-width: 1279px) {
    #index .index_block {
        margin-top: -130px
    }

    #index .index_block > div {
        width: 413px;
        height: 452px
    }

    #index .index_block > div:not(:last-of-type) {
        margin-right: 20px
    }

    #index .index_block .index_block_top > div:first-of-type {
        font-size: 22px;
        line-height: 30px;
        margin-top: 36px
    }
}

#index .index_block .index_block_top > div:nth-of-type(2) {
    font-size: 22px;
    color: #777d87;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin-top: 16px
}

#index .index_block .index_block_top > i {
    display: block;
    width: 43px;
    height: 4px;
    background-color: #3266ff;
    margin: 22px auto auto;
    border-radius: 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .07)
}

#index .index_block .index_block_des {
    font-size: 16px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding: 0 70px;
    margin-top: 40px
}

@media (max-width: 1279px) {
    #index .index_block .index_block_top > div:nth-of-type(2) {
        font-size: 16px;
        line-height: 22px;
        margin-top: 4px
    }

    #index .index_block .index_block_des {
        font-size: 14px;
        margin-top: 20px
    }
}

#index .index_block .index_block_bg1 {
    margin: 0 auto;
    width: 80%;
    max-width: 360px;
    height: 360px;
    position: relative
}

#index .index_block .index_block_bg1:hover .bg1_circle, #index .index_block .index_block_bg1:hover .bg1_semicircle {
    transform: scale(1.1)
}

#index .index_block .index_block_bg1:hover .bg1_arr path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: 2s cubic-bezier(0, .46, .31, .99) forwards pathAni;
    animation: 2s cubic-bezier(0, .46, .31, .99) forwards pathAni
}

#index .index_block .index_block_bg1:hover .bg1_arr polyline {
    opacity: 0;
    -webkit-animation: .3s cubic-bezier(0, .46, .31, .99) .5s forwards polylineAni;
    animation: .3s cubic-bezier(0, .46, .31, .99) .5s forwards polylineAni
}

#index .index_block .index_block_bg1 .bg1_semicircle {
    position: absolute;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    width: 100%;
    height: 100%;
    background: url(../images/pc/bg1/semicircle.png) center/cover no-repeat
}

#index .index_block .index_block_bg1 .bg1_circle {
    transition: .2s cubic-bezier(0, .46, .31, .99);
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/pc/bg1/circle.png) center/cover no-repeat
}

#index .index_block .index_block_bg1 .bg1_center {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    background: url(../images/pc/bg1/center.png) center/cover no-repeat
}

#index .index_block .index_block_bg1 .bg1_movebg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    background: url(../images/pc/bg1/movebg.png) center/cover no-repeat
}

#index .index_block .index_block_bg1 .bg1_data {
    position: absolute;
    bottom: 75px;
    right: 56px;
    width: 50px;
    height: 40px;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    background: url(../images/pc/bg1/data.png) center/cover no-repeat
}

@media (max-width: 1279px) {
    #index .index_block .index_block_bg1 {
        max-width: 240px;
        height: 240px
    }

    #index .index_block .index_block_bg1 .bg1_data {
        bottom: 50px;
        right: 36px;
        width: 35px;
        height: 28px
    }
}

#index .index_block .index_block_bg1 .bg1_arr {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 46px;
    right: 41px;
    transition: .2s cubic-bezier(0, .46, .31, .99)
}

#index .index_block .index_block_bg1 .bg1_arr .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 59.0242;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}

@-webkit-keyframes polylineAni {
    to {
        opacity: 1
    }
}

@keyframes polylineAni {
    to {
        opacity: 1
    }
}

@-webkit-keyframes pathAni {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes pathAni {
    to {
        stroke-dashoffset: 0
    }
}

#index .index_block .index_block_bg2 {
    margin: 0 auto;
    width: 80%;
    max-width: 360px;
    height: 360px;
    position: relative
}

#index .index_block .index_block_bg2:hover .bg2_circle, #index .index_block .index_block_bg2:hover .bg2_semicircle {
    transform: scale(1.1)
}

#index .index_block .index_block_bg2:hover .bg2_good {
    -webkit-animation: .5s cubic-bezier(0, .46, .31, .99) goodAni;
    animation: .5s cubic-bezier(0, .46, .31, .99) goodAni
}

@media (max-width: 1279px) {
    #index .index_block .index_block_bg1 .bg1_arr {
        bottom: 28px;
        right: 28px;
        width: 64px;
        height: 64px
    }

    #index .index_block .index_block_bg2 {
        max-width: 240px;
        height: 240px
    }
}

#index .index_block .index_block_bg2 .bg2_semicircle {
    position: absolute;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    width: 100%;
    height: 100%;
    background: url(../images/pc/bg2/semicircle.png) center/cover no-repeat
}

#index .index_block .index_block_bg2 .bg2_circle {
    transition: .2s cubic-bezier(0, .46, .31, .99);
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/pc/bg2/circle.png) center/cover no-repeat
}

#index .index_block .index_block_bg2 .bg2_center {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    background: url(../images/pc/bg2/center.png) center/cover no-repeat
}

#index .index_block .index_block_bg2 .bg2_movebg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    background: url(../images/pc/bg2/movebg.png) center/cover no-repeat
}

#index .index_block .index_block_bg2 .bg2_good {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    background: url(../images/pc/bg2/good.png) center/cover no-repeat
}

@-webkit-keyframes goodAni {
    50% {
        transform: translate3d(0, -6px, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes goodAni {
    50% {
        transform: translate3d(0, -6px, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

#index .index_block .index_block_bg3 {
    margin: 0 auto;
    width: 80%;
    max-width: 360px;
    height: 360px;
    position: relative
}

#index .index_block .index_block_bg3:hover .bg3_circle, #index .index_block .index_block_bg3:hover .bg3_semicircle {
    transform: scale(1.1)
}

#index .index_block .index_block_bg3:hover .bg3_arr {
    opacity: 0;
    transform: translate3d(8px, 8px, 0);
    -webkit-animation: .5s cubic-bezier(0, .46, .31, .99) forwards arrAni;
    animation: .5s cubic-bezier(0, .46, .31, .99) forwards arrAni
}

#index .index_block .index_block_bg3 .bg3_semicircle {
    position: absolute;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    width: 100%;
    height: 100%;
    background: url(../images/pc/bg3/semicircle.png) center/cover no-repeat
}

#index .index_block .index_block_bg3 .bg3_circle {
    transition: .2s cubic-bezier(0, .46, .31, .99);
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/pc/bg3/circle.png) center/cover no-repeat
}

#index .index_block .index_block_bg3 .bg3_center {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    background: url(../images/pc/bg3/center.png) center/cover no-repeat
}

#index .index_block .index_block_bg3 .bg3_movebg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    background: url(../images/pc/bg3/movebg.png) center/cover no-repeat
}

#index .index_block .index_block_bg3 .bg3_arr {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s cubic-bezier(0, .46, .31, .99);
    background: url(../images/pc/bg3/arr.png) center/cover no-repeat
}

@-webkit-keyframes arrAni {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes arrAni {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

#index .index_capability {
    padding-top: 80px;
    padding-bottom: 130px;
    background-color: #fafafa
}

#index .index_capability .index_capability_title {
    font-weight: 700;
    font-size: 36px;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 120px
}

#index .index_capability .index_capability_content {
    width: 1106px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@-webkit-keyframes hammer {
    100% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-30deg)
    }
}

@keyframes hammer {
    0%, 100% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-30deg)
    }
}

#index .index_capability .index_capability_content .index_capability_left .main {
    display: block;
    width: 430px;
    height: 391px;
    background: url(../images/pc/capability_show.png) center no-repeat;
    background-size: contain;
    position: relative
}

#index .index_capability .index_capability_content .index_capability_left .main:after {
    content: "";
    display: block;
    width: 294px;
    height: 346px;
    border-radius: 16px;
    background-color: #f2f2f6;
    position: absolute;
    z-index: -1;
    left: 35px;
    top: 40px;
    transition: .2s linear
}

#index .index_capability .index_capability_content .index_capability_left .main .arr {
    position: absolute;
    display: block;
    width: 275px;
    height: 103px;
    top: 36px;
    left: 78px
}

#index .index_capability .index_capability_content .index_capability_left .main .hammer_container {
    position: absolute;
    right: 20px;
    bottom: 55px
}

#index .index_capability .index_capability_content .index_capability_left .main .hammer_container .hammer_content {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #fec965;
    position: relative
}

#index .index_capability .index_capability_content .index_capability_left .main .hammer_container .hammer_content .hammer {
    display: block;
    width: 84px;
    height: 62px;
    background: url(../images/pc/capability_hammer.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 27px;
    top: 16px;
    transform-origin: 50px 50px
}

#index .index_capability .index_capability_content .index_capability_left .main .hammer_container .hammer_content .hammer_bottom {
    width: 36px;
    height: 10px;
    background: url(../images/pc/capability_hammer_bottom.png) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 24px;
    left: 30px
}

@-webkit-keyframes mainBg {
    from {
        opacity: 0;
        left: 66px;
        top: 10px
    }
    to {
        left: 35px;
        top: 40px;
        opacity: 1
    }
}

@keyframes mainBg {
    from {
        opacity: 0;
        left: 66px;
        top: 10px
    }
    to {
        left: 35px;
        top: 40px;
        opacity: 1
    }
}

#index .index_capability .index_capability_content .index_capability_left:hover .main .arr .p1 {
    stroke-dasharray: 552;
    stroke-dashoffset: 1000;
    -webkit-animation: 2.3s cubic-bezier(0, .46, .31, .99) forwards pathAni;
    animation: 2.3s cubic-bezier(0, .46, .31, .99) forwards pathAni
}

#index .index_capability .index_capability_content .index_capability_left:hover .main .arr .p2 {
    opacity: 0;
    -webkit-animation: .5s cubic-bezier(0, .46, .31, .99) .6s forwards polylineAni;
    animation: .5s cubic-bezier(0, .46, .31, .99) .6s forwards polylineAni
}

#index .index_capability .index_capability_content .index_capability_left:hover .main .hammer {
    -webkit-animation: .5s cubic-bezier(0, .35, .18, 1) forwards hammer;
    animation: .5s cubic-bezier(0, .35, .18, 1) forwards hammer
}

#index .index_capability .index_capability_content .index_capability_left:hover .main:after {
    -webkit-animation: 1s cubic-bezier(0, .46, .31, .99) forwards mainBg;
    animation: 1s cubic-bezier(0, .46, .31, .99) forwards mainBg
}

#index .index_capability .index_capability_content .index_capability_right {
    width: 470px
}

#index .index_capability .index_capability_content .index_capability_right .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #2b2b2b;
    margin-bottom: 60px
}

#index .index_capability .index_capability_content .index_capability_right .tip {
    margin-bottom: 16px
}

#index .index_capability .index_capability_content .index_capability_right .tip span {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #2b2b2b
}

#index .index_capability .index_capability_content .index_capability_right .tip i {
    margin-top: 16px;
    display: block;
    width: 28px;
    height: 2px;
    background-color: #1c1c1c;
    border-radius: 10px
}

#index .index_capability .index_capability_content .index_capability_right .content {
    font-size: 14px;
    line-height: 20px;
    color: #777d87;
    margin-bottom: 60px
}

#index .index_capability .index_capability_content .index_capability_right .btn {
    width: 160px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #3266ff;
    color: #3266ff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s linear
}

#index .index_capability .index_capability_content .index_capability_right .btn:hover {
    color: #fff;
    background-color: #3266ff
}

#index .index_scene {
    position: relative;
    background-color: #f2f2f6
}

#index .index_scene .index_scene_title {
    font-weight: 700;
    font-size: 36px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    padding-top: 80px;
    margin-bottom: 260px
}

#index .index_scene .index_scene_container > div:first-of-type {
    width: 100%;
    height: 635px;
    background: linear-gradient(to right, #30303c, #353541)
}

@media (max-width: 1279px) {
    #index .index_block .index_block_bg3 {
        max-width: 240px;
        height: 240px
    }

    #index .index_scene .index_scene_title {
        font-size: 32px;
        margin-top: 60px;
        margin-bottom: 215px
    }

    #index .index_scene .index_scene_container > div:first-of-type {
        height: 538px
    }
}

#index .index_scene .index_scene_container > div:first-of-type > i {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 1920px;
    height: 100%;
    background: url(../images/pc/scene_bg.png) center no-repeat #30303c;
    background-size: contain;
    background-position-y: -1px
}

#index .index_scene .index_scene_container > div:first-of-type > i:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background-color: #30303c;
    position: absolute;
    left: 0
}

#index .index_scene .index_scene_container > div:first-of-type > i:after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #343540;
    position: absolute;
    right: 0
}

#index .index_scene .index_scene_container > div:nth-of-type(2) {
    width: 100%;
    height: 420px;
    background-color: #f2f2f6
}

#index .index_scene .index_scene_block {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1200px;
    display: flex;
    transition: .1s linear
}

#index .index_scene .index_scene_block .index_scene_block_banner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    top: 365px;
    text-align: center;
    margin-left: -30px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    transition: .2s
}

#index .index_scene .index_scene_block .index_scene_block_banner > div > div:first-of-type {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px
}

#index .index_scene .index_scene_block .index_scene_block_banner > div > div:nth-of-type(2) {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 10px
}

#index .index_scene .index_scene_block .index_scene_block_banner > div > div:nth-of-type(3) {
    width: 340px;
    height: 617px;
    background: url(../images/pc/scene-banner.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: -15px
}

@media (max-width: 1279px) {
    #index .index_scene .index_scene_block {
        top: 96px;
        width: 1024px
    }

    #index .index_scene .index_scene_block .index_scene_block_banner {
        top: 310px
    }

    #index .index_scene .index_scene_block .index_scene_block_banner > div > div:nth-of-type(3) {
        width: 290px;
        height: 526px
    }
}

#index .index_scene .index_scene_block .index_scene_block_open {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-left: -35px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    transition: .2s;
    top: 40px
}

#index .index_scene .index_scene_block .index_scene_block_open > div, #index .index_scene .index_scene_block .index_scene_block_open > div > div {
    transition: .2s
}

#index .index_scene .index_scene_block .index_scene_block_open > div > div:first-of-type > div:first-of-type {
    font-size: 20px;
    color: #2b2b2b;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700
}

#index .index_scene .index_scene_block .index_scene_block_open > div > div:first-of-type > div:nth-of-type(2) {
    font-size: 13px;
    color: #777d87;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 10px
}

#index .index_scene .index_scene_block .index_scene_block_open > div > div:first-of-type > div:nth-of-type(3) {
    width: 340px;
    height: 617px;
    background: url(../images/pc/scene-open.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: -15px
}

#index .index_scene .index_scene_block .index_scene_block_open > div > div:nth-of-type(2) {
    position: relative;
    top: -6px
}

#index .index_scene .index_scene_block .index_scene_block_open > div > div:nth-of-type(2) > div:first-of-type {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px
}

#index .index_scene .index_scene_block .index_scene_block_open > div > div:nth-of-type(2) > div:nth-of-type(2) {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 10px
}

#index .index_scene .index_scene_block .index_scene_block_open > div > div:nth-of-type(2) > div:nth-of-type(3) {
    width: 315px;
    height: 617px;
    background: url(../images/pc/scene-message-md.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: 12px;
    left: 10px
}

#index .index_scene .index_scene_block .index_scene_block_video {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    text-align: center;
    margin-left: -35px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    top: 310px;
    transition: .2s
}

@media (max-width: 1279px) {
    #index .index_scene .index_scene_block .index_scene_block_open > div > div:first-of-type > div:nth-of-type(3) {
        width: 290px;
        height: 526px
    }

    #index .index_scene .index_scene_block .index_scene_block_open > div > div:nth-of-type(2) > div:nth-of-type(3) {
        width: 265px;
        height: 526px;
        background: url(../images/pc/scene-message-md.png) center no-repeat;
        background-size: contain;
        top: -7px;
        left: 10px
    }

    #index .index_scene .index_scene_block .index_scene_block_video {
        top: 205px
    }
}

#index .index_scene .index_scene_block .index_scene_block_video > div, #index .index_scene .index_scene_block .index_scene_block_video > div > div {
    transition: .2s
}

#index .index_scene .index_scene_block .index_scene_block_video > div > div:first-of-type {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px
}

#index .index_scene .index_scene_block .index_scene_block_video > div > div:nth-of-type(2) {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 10px
}

#index .index_scene .index_scene_block .index_scene_block_video > div > div:nth-of-type(3) {
    width: 340px;
    height: 617px;
    background: url(../images/pc/scene-video.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: -15px
}

@media (max-width: 1279px) {
    #index .index_scene .index_scene_block .index_scene_block_video > div > div:nth-of-type(3) {
        width: 290px;
        height: 526px
    }
}

#index .index_scene .index_scene_block .index_scene_block_insert {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    text-align: center;
    margin-left: -35px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    top: 462px;
    transition: .2s
}

#index .index_scene .index_scene_block .index_scene_block_insert > div, #index .index_scene .index_scene_block .index_scene_block_insert > div > div {
    transition: .2s
}

#index .index_scene .index_scene_block .index_scene_block_insert > div > div:first-of-type {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px
}

#index .index_scene .index_scene_block .index_scene_block_insert > div > div:nth-of-type(2) {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 10px
}

#index .index_scene .index_scene_block .index_scene_block_insert > div > div:nth-of-type(3) {
    width: 340px;
    height: 617px;
    background: url(../images/pc/scene-insert.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: -15px
}

#index .index_case {
    background-color: #fafafa;
    padding-bottom: 60px
}

#index .index_case .index_case_title {
    padding-top: 80px;
    margin: 0 auto 84px;
    font-weight: 700;
    font-size: 36px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px
}

@media (max-width: 1279px) {
    #index .index_scene .index_scene_block .index_scene_block_insert > div > div:nth-of-type(3) {
        width: 290px;
        height: 526px
    }

    #index .index_case {
        padding-bottom: 50px
    }

    #index .index_case .index_case_title {
        font-size: 32px;
        padding-top: 60px;
        margin: 0 auto 60px
    }
}

#index .index_case .index_case_list {
    width: 1200px;
    height: 545px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

#index .index_case .index_case_list .swiper-wrapper {
    width: 100%;
    height: 505px
}

#index .index_case .index_case_list .swiper-pagination {
    bottom: 0
}

#index .index_case .index_case_list .swiper-pagination-bullet {
    width: 18px;
    height: 6px;
    border-radius: 5px;
    background-color: #d8d8d8;
    opacity: 1;
    transition: .2s
}

#index .index_case .index_case_list .swiper-pagination-bullet-active {
    width: 60px;
    background-color: #3266ff
}

#index .index_case_container {
    width: 1180px !important;
    height: 445px;
    background-color: #fff;
    padding: 0 40px 40px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 60px;
    margin-right: 20px;
    border-radius: 20px
}

#index .index_case_container > div:last-of-type {
    width: 464px;
    height: 464px;
    transition: .2s
}

#index .index_case_container .index_case_logo1 {
    background: url(../images/pc/case-ximalaya-logo.png) center no-repeat;
    background-size: contain
}

#index .index_case_container .index_case_content1 {
    background: url(../images/pc/case-ximalaya-content.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: -85px;
    left: 25px
}

@media (max-width: 1279px) {
    #index .index_case .index_case_list {
        width: 1024px;
        height: 500px
    }

    #index .index_case_container {
        width: 1005px !important;
        height: 379px;
        padding: 0 34px 34px 50px
    }

    #index .index_case_container .index_case_content1 {
        top: -100px
    }
}

#index .index_case_container .index_case_logo2 {
    background: url(../images/pc/case-meitu-logo.png) center no-repeat;
    background-size: contain
}

#index .index_case_container .index_case_content2 {
    background: url(../images/pc/case-meitu-content.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: -85px;
    left: 25px
}

@media (max-width: 1279px) {
    #index .index_case_container .index_case_content2 {
        top: -100px
    }
}

#index .index_case_container .index_case_logo3 {
    background: url(../images/pc/case-aishangxiaoxiaoxiao-logo.png) center no-repeat;
    background-size: contain
}

#index .index_case_container .index_case_content3 {
    background: url(../images/pc/case-aishangxiaoxiaoxiao-content.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: -85px;
    left: 25px
}

#index .index_case_container .index_case_container_logo {
    display: flex;
    align-items: center;
    margin-top: 50px
}

@media (max-width: 1279px) {
    #index .index_case_container .index_case_content3 {
        top: -100px
    }

    #index .index_case_container .index_case_container_logo {
        margin-top: 43px
    }
}

#index .index_case_container .index_case_container_logo > i {
    display: inline-block;
    width: 53px;
    height: 53px;
    margin-right: 10px
}

#index .index_case_container .index_case_container_logo > span {
    font-weight: 700;
    font-size: 30px;
    color: #2b2b2b;
    letter-spacing: 0;
    line-height: 30px
}

#index .index_case_container .index_case_container_title {
    margin-top: 40px;
    font-size: 20px;
    color: #2b2b2b;
    letter-spacing: 0;
    line-height: 20px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700
}

@media (max-width: 1279px) {
    #index .index_case_container .index_case_container_title {
        margin-top: 34px
    }
}

#index .index_case_container .index_case_container_title:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #1c1c1c;
    position: absolute;
    bottom: 0;
    border-radius: 10px
}

#index .index_case_container .index_case_container_des {
    font-size: 14px;
    color: #777d87;
    letter-spacing: 0;
    margin-top: 20px;
    width: 452px
}

@media (max-width: 1279px) {
    #index .index_case_container .index_case_container_des {
        font-size: 12px;
        margin-top: 16px
    }
}

#index .index_case_container .index_case_container_des > span {
    font-family: Microsoft YaHei
}

#index .index_case_container .index_case_container_data {
    margin-top: 70px;
    display: flex
}

#index .index_case_container .index_case_container_data > div:first-of-type {
    padding-right: 33px;
    border-right: 1px solid #e1e1e1
}

#index .index_case_container .index_case_container_data > div:nth-of-type(2) {
    margin-left: 36px
}

#index .index_case_container .index_case_container_data > div > div:first-of-type {
    font-size: 14px;
    color: #adadad;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 10px
}

@media (max-width: 1279px) {
    #index .index_case_container .index_case_container_data {
        margin-top: 55px
    }

    #index .index_case_container .index_case_container_data > div > div:first-of-type {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0
    }
}

#index .index_case_container .index_case_container_data > div > div:nth-of-type(2) {
    font-weight: 700;
    font-size: 36px;
    color: #3266ff;
    letter-spacing: 0;
    line-height: 36px
}

#index .index_case_container .index_case_container_data .index_case_container_data_none {
    border-right: none !important
}

#index .index_partner {
    padding-bottom: 30px
}

#index .index_partner > div:first-of-type {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #2b2b2b;
    letter-spacing: -.11px;
    margin-top: 80px
}

@media (max-width: 1279px) {
    #index .index_case_container .index_case_container_data > div > div:nth-of-type(2) {
        font-size: 30px;
        line-height: 42px
    }

    #index .index_partner {
        padding-bottom: 0
    }

    #index .index_partner > div:first-of-type {
        font-size: 32px;
        margin-top: 60px
    }
}

#index .index_partner > div:nth-of-type(2) {
    display: flex;
    width: 1200px;
    margin: 60px auto auto;
    justify-content: space-between
}

@media (max-width: 1279px) {
    #index .index_partner > div:nth-of-type(2) {
        width: 1024px
    }
}

#index .index_partner > div:nth-of-type(2) > i {
    display: block;
    width: 88px;
    height: 88px;
    background-size: contain
}

#index .index_partner .index_partner_logo1 {
    background: url(../images/pc/logo-1.png) center no-repeat
}

#index .index_partner .index_partner_logo2 {
    background: url(../images/pc/logo-2.png) center no-repeat
}

#index .index_partner .index_partner_logo3 {
    background: url(../images/pc/logo-3.png) center no-repeat
}

#index .index_partner .index_partner_logo4 {
    background: url(../images/pc/logo-4.png) center no-repeat
}

#index .index_partner .index_partner_logo5 {
    background: url(../images/pc/logo-5.png) center no-repeat
}

#index .index_partner .index_partner_logo6 {
    background: url(../images/pc/logo-6.png) center no-repeat
}

#index .index_partner .index_partner_logo7 {
    background: url(../images/pc/logo-7.png) center no-repeat
}

#index .index_partner .index_partner_logo8 {
    background: url(../images/pc/logo-8.png) center no-repeat
}

@-webkit-keyframes BannerAni {
    from {
        transform: rotateZ(0)
    }
    to {
        transform: rotateZ(10deg)
    }
}

@keyframes BannerAni {
    from {
        transform: rotateZ(0)
    }
    to {
        transform: rotateZ(10deg)
    }
}

@-webkit-keyframes BannerBegin {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes BannerBegin {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes AdvantageBgV1 {
    100% {
        left: -250px;
        top: 100px
    }
}

@keyframes AdvantageBgV1 {
    0% {
        left: -350px;
        top: 200px
    }
    100% {
        left: -250px;
        top: 100px
    }
}

@-webkit-keyframes AdvantageBgV2 {
    100% {
        right: -200px;
        top: -300px
    }
}

@keyframes AdvantageBgV2 {
    0% {
        right: -400px;
        top: -400px
    }
    100% {
        right: -200px;
        top: -300px
    }
}

#madform {
    padding-top: 64px;
    background: #eff0f6;
    overflow-x: hidden;
    display: none
}

#madform .madform-tbanner {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: url(../images/mobile/form_banner.png) center no-repeat;
    background-size: contain
}

.banner-content .case-bolContent {
    display: inline-block;
    width: 250px
}

.form-listchoose, .form-listchoosetop {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(135, 135, 135, .15)
}

.form-listchoose:after, .form-listchoosetop:after {
    content: "";
    display: inline-block;
    height: 90px;
    width: 64px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff)
}

.form-listchoose ul, .form-listchoosetop ul {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0
}

.form-listchoose ul::-webkit-scrollbar, .form-listchoosetop ul::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    -ms-overflow-style: none;
    display: none
}

.form-listchoose ul::-webkit-scrollbar-thumb, .form-listchoosetop ul::-webkit-scrollbar-thumb {
    background-color: #fff;
    display: none
}

.form-listchoose ul li, .form-listchoosetop ul li {
    display: inline-block;
    height: 90px;
    width: 140px;
    vertical-align: top;
    font-size: 14px
}

.form-listchoose ul li .listblock, .form-listchoosetop ul li .listblock {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-listchoose ul li .listblock > div, .form-listchoosetop ul li .listblock > div {
    text-align: center
}

.form-listchoose ul li.active, .form-listchoosetop ul li.active {
    background-color: rgba(50, 102, 255, .05);
    color: #296aef
}

.form-listchoose ul li i, .form-listchoosetop ul li i {
    display: inline-block;
    margin-bottom: 3px;
    height: 32px;
    width: 32px;
    background: url(../images/mobile/sprite_form.png) center no-repeat;
    background-size: 32px auto
}

.form-listchoose ul .form-kaipin, .form-listchoosetop ul .form-kaipin {
    background-position: 0 0
}

.form-listchoose ul .form-jilishipin, .form-listchoosetop ul .form-jilishipin {
    background-position: 0 -32px
}

.form-listchoose ul .form-dongtaixinxiliu, .form-listchoosetop ul .form-dongtaixinxiliu {
    background-position: 0 -64px
}

.form-listchoose ul .form-chapin, .form-listchoosetop ul .form-chapin {
    background-position: 0 -96px
}

.form-listchoose ul .form-bannerad, .form-listchoosetop ul .form-bannerad {
    background-position: 0 -128px
}

.form-listchoosetopBlock {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1
}

.topBlockShow {
    display: block !important
}

.form-listchoosetop:after {
    content: "";
    display: inline-block;
    height: 50px
}

.form-listchoosetop ul li {
    height: 50px
}

.infoblock-detail {
    padding: 20px 15px;
    background-color: #fbfbfb
}

.infoblock-detail .detail-block {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(135, 135, 135, .1)
}

.infoblock-detail .dform-top {
    text-align: center
}

.infoblock-detail .dform-top .dform-name {
    font-size: 20px;
    color: #383838;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.infoblock-detail .dform-top .dform-content {
    color: #767c87;
    font-size: 13px
}

.infoblock-detail .dform-detail {
    text-align: center
}

.infoblock-detail .dform-detail .dform-choose {
    margin-top: 15px
}

.infoblock-detail .dform-detail .dform-choose ul {
    text-align: center;
    font-size: 0
}

.infoblock-detail .dform-detail .dform-choose ul li {
    display: inline-block;
    width: 75px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #c1c1c1;
    border: 1px solid #ddd;
    border-right: none;
    font-size: 12px;
    cursor: pointer
}

.infoblock-detail .dform-detail .dform-choose ul li:last-child {
    border-right: 1px solid #ddd;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.infoblock-detail .dform-detail .dform-choose ul li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.infoblock-detail .dform-detail .dform-choose ul li.active {
    background-color: #296aef;
    border: 1px solid #296aef;
    color: #fff
}

.infoblock-detail .dform-detail .adform-video {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    background-color: #f1f1f1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06)
}

.infoblock-detail .dform-detail .adform-video img {
    width: 100%
}

.infoblock-detail .dform-detail .dform-name {
    font-size: 20px
}

.infoblock-detail .dform-bottom .dform-bottomblock {
    margin-bottom: 10px
}

.infoblock-detail .dform-bottom .dform-bottomblock .bottom-tittle {
    margin-bottom: 5px;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700
}

.infoblock-detail .dform-bottom .dform-bottomblock .bottom-content {
    font-size: 13px;
    color: #767c87;
    line-height: 1.8
}

@font-face {
    font-family: DINNextLTPro-Medium;
    src: url(../source/font/DINNextLTPro-Medium.ttf)
}

#mindex {
    padding-top: 64px;
    background: #eff0f6;
    display: none;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

#mindex .mindex {
    position: relative
}

#mindex .mindex_banner {
    width: 100%;
    height: 650px;
    transform: scale(1.2) translateY(70px);
    background: url(../images/mobile/mindex_banner.gif) center/contain no-repeat
}

#mindex .mindex-top {
    min-height: 500px;
    background-color: #eff0f5
}

#mindex .mindex-top .mindex-topcontent {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    text-align: center
}

#mindex .mindex-top .mindex-topcontent .mindex-topcontentbig {
    margin-bottom: 25px;
    text-align: center
}

#mindex .mindex-top .mindex-topcontent .mindex-topcontentbig .mindex-bigtitle {
    margin-bottom: 10px;
    font-size: 30px;
    color: #2b2b2b;
    font-weight: 700
}

#mindex .mindex-top .mindex-topcontent .mindex-topcontentbig .mindex-smallcontent {
    color: #2b2b2b;
    font-size: 16px
}

#mindex .mindex-top .mindex-topcontent .mindex-choosetop {
    display: inline-block;
    width: 275px
}

#mindex .mindex-top .mindex-topcontent .mindex-choosetop .mindex-choosetopblock {
    display: flex;
    justify-content: space-between
}

#mindex .mindex-top .mindex-topcontent .mindex-choosetop .mindex-choosetopblock .wantcash a {
    display: inline-block;
    width: 100px;
    padding: 8px 0;
    background-color: #3266ff;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #3266ff;
    font-size: 16px
}

#mindex .mindex-top .mindex-topcontent .mindex-choosetop .mindex-choosetopblock .wantad a {
    display: inline-block;
    width: 100px;
    padding: 8px 0;
    background-color: rgba(0, 0, 0, 0);
    color: #3266ff;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #3266ff;
    font-size: 16px
}

#mindex .platform-body {
    position: relative;
    background-color: #3266ff;
    padding: 40px 24px 75px;
    overflow: hidden;
    height: 334px;
    top: -30px
}

#mindex .platform-body:after {
    position: absolute;
    bottom: -110px;
    left: -110px;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: #265fe4
}

#mindex .platform-body .platform-tittle {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    font-weight: 700
}

#mindex .platform-body .platform-datablock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

#mindex .platform-body .platform-datablock .platform-datapart {
    margin-bottom: 30px;
    width: 45%;
    color: #fff;
    text-align: center
}

#mindex .platform-body .platform-datablock .platform-datapart:nth-child(3), #mindex .platform-body .platform-datablock .platform-datapart:nth-child(4) {
    margin-bottom: 0
}

#mindex .platform-body .platform-datablock .platform-datapart .platform-data {
    position: relative;
    height: 34px;
    margin-bottom: 5px;
    font-size: 30px
}

#mindex .platform-body .platform-datablock .platform-datapart .platform-data i {
    display: inline-block;
    margin-left: 4px;
    height: 31px;
    font-size: 20px;
    font-style: unset;
    line-height: 31px;
    vertical-align: sub;
    top: -2px;
    position: relative
}

#mindex .platform-body .platform-datablock .platform-datapart .platform-data i.add {
    font-size: 30px
}

#mindex .platform-body .platform-datablock .platform-datapart .platform-data .ficon {
    margin-left: -2px;
    display: inline-block;
    height: 31px;
    line-height: 31px;
    vertical-align: sub;
    font-size: 20px
}

#mindex .platform-body .platform-datablock .platform-datapart .platform-datacontent {
    font-size: 13px
}

#mindex .refund-block {
    padding: 0 15px 15px;
    background-color: #fafafa;
    text-align: center
}

#mindex .refund-block .refund-part {
    margin-bottom: 15px;
    padding: 30px 15px 0;
    height: 360px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .07);
    transition: .5s
}

#mindex .refund-block .refund-part.open {
    -webkit-animation: .5s ease-in forwards refundIn;
    animation: .5s ease-in forwards refundIn
}

#mindex .refund-block .refund-part:first-child {
    margin-top: -60px;
    position: relative;
    z-index: 3
}

#mindex .refund-block .refund-part .refund-partop {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#mindex .refund-block .refund-part .refund-partop:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 15px;
    background-color: #3266ff;
    border-radius: 3px
}

#mindex .refund-block .refund-part .refund-partop .refund-partittle {
    margin-bottom: 5px;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700
}

#mindex .refund-block .refund-part .refund-partop .refund-partcontent {
    font-size: 15px;
    color: #777d87
}

#mindex .refund-block .refund-part .refund-content {
    font-size: 13px;
    color: #2b2b2b;
    line-height: 1.5
}

#mindex .refund-block .refund-part .refund-img {
    margin-top: 15px
}

#mindex .capability_part {
    background-color: #fafafa;
    padding: 60px 0 80px;
    text-align: center
}

#mindex .capability_part .capability_part_container {
    width: 280px;
    margin: 0 auto
}

#mindex .capability_part .title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 40px
}

#mindex .capability_part .part_logo {
    height: 236px;
    background: url(../images/mobile/index_capability.png) center no-repeat;
    background-size: contain;
    margin-bottom: 40px
}

#mindex .capability_part .content .content_title {
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #2b2b2b
}

#mindex .capability_part .content .content_tip {
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    color: #2b2b2b;
    margin-bottom: 10px
}

#mindex .capability_part .content .content_desc {
    width: 280px;
    font-size: 12px;
    line-height: 18px;
    color: #777d87;
    margin-bottom: 30px
}

#mindex .capability_part .btn {
    width: 105px;
    height: 40px;
    border: 1px solid #3266ff;
    border-radius: 20px;
    color: #3266ff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

#mindex .ourpartner {
    padding: 40px 15px 50px;
    text-align: center;
    background-color: #f2f2f6
}

#mindex .ourpartner .ourpartner-tittle {
    margin-bottom: 25px;
    font-size: 21px;
    color: #2b2b2b;
    font-weight: 700
}

#mindex .var-adplace {
    padding: 20px 0 40px;
    text-align: center;
    background-color: #eff0f6
}

#mindex .var-adplace .var-adplacetitle {
    font-size: 21px;
    color: #2b2b2b;
    font-weight: 700
}

#mindex .adplace {
    margin-top: 30px
}

#mindex .adplace .adswiper {
    position: relative;
    height: 580px
}

@media (max-width: 351px) {
    #mindex .adplace .adswiper {
        margin-left: 5px
    }
}

#mindex .adplace .adswiper .swiper-slide {
    width: 300px
}

#mindex .adplace .adswiper .pr {
    position: relative;
    height: 100%
}

#mindex .adplace .adswiper .adphone {
    position: absolute;
    left: 50%;
    transform: translateX(-51%);
    height: 525px;
    width: 283px;
    background-image: url(../images/mobile/phone.png);
    background-size: 283px auto;
    background-repeat: no-repeat;
    z-index: 2
}

#mindex .adplace .adswiper .show-form {
    position: absolute;
    left: 50%;
    top: 11%;
    transform: translateX(-52%);
    z-index: 1;
    width: 229px
}

#mindex .adplace .adswiper .show-form img {
    width: 100%
}

#mindex .adplace .adswiper .show-form .form_xingtai_bg {
    width: 100%;
    height: 407.31px;
    background: url(../images/mad_exp/kaipin_01.gif) center/contain no-repeat
}

#mindex .adplace .adswiper .show-form .form_jili_bg {
    width: 100%;
    height: 407.31px;
    background: url(../images/mad_exp/jili_02.gif) center/contain no-repeat
}

#mindex .adplace .adswiper .show-form .form_dongtai_bg {
    width: 100%;
    height: 407.31px;
    background: url(../images/mad_exp/dongtai_03.gif) center/contain no-repeat
}

#mindex .adplace .adswiper .show-form .form_chapin_bg {
    width: 100%;
    height: 407.31px;
    background: url(../images/mad_exp/chapin_04.gif) center/contain no-repeat
}

#mindex .adplace .adswiper .show-form .form_banner_bg {
    width: 100%;
    height: 407.31px;
    background: url(../images/mad_exp/banner_05.gif) center/contain no-repeat
}

#mindex .adplace .adswiper .adtop {
    margin-bottom: 5px;
    height: 48px;
    opacity: 0;
    transition: 2s
}

#mindex .adplace .adswiper .adtop .adtittle {
    margin-bottom: 4px;
    color: #2b2b2b;
    font-size: 19px;
    font-weight: 700
}

#mindex .adplace .adswiper .adtop .adcontent {
    color: #777d87;
    font-size: 13px
}

#mindex .adplace .swiper-slide-active .adswiper .adtop {
    opacity: 1
}

#mindex .suc-exp {
    padding: 40px 0 70px;
    background-color: #fafafa;
    text-align: center
}

#mindex .suc-exp .suc-tittle {
    margin-bottom: 30px;
    font-size: 21px;
    color: #2b2b2b;
    font-weight: 700
}

#mindex .suc-exp .suc-compart {
    position: relative;
    text-align: center
}

#mindex .suc-exp .suc-compart .suc-compartimg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 260px;
    transform: translateX(-50%);
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12)
}

#mindex .suc-body {
    display: inline-block;
    height: 530px;
    width: 325px;
    margin-top: 30px;
    padding: 260px 25px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .07);
    text-align: center
}

#mindex .suc-logo {
    margin-bottom: 10px
}

#mindex .suc-logo .ximalayalogo {
    display: inline-block;
    width: 169px;
    height: 35px;
    background-image: url(../images/mad_exp/mximalaya_logo.png);
    background-size: 169px auto;
    background-repeat: no-repeat
}

#mindex .suc-logo .mmeituxiuxiu {
    display: inline-block;
    width: 169px;
    height: 35px;
    background-image: url(../images/mad_exp/mmeituxiuxiu_logo.png);
    background-size: 169px auto;
    background-repeat: no-repeat
}

#mindex .suc-logo .maishangxiaoxiaole {
    display: inline-block;
    width: 169px;
    height: 35px;
    background-image: url(../images/mad_exp/maishangxiaoxiao_logo.png);
    background-size: 169px auto;
    background-repeat: no-repeat
}

#mindex .suc-content {
    height: 140px
}

#mindex .suc-content .suc-tittle {
    margin-bottom: 12px;
    font-size: 15px;
    color: #2b2b2b
}

#mindex .suc-content .suc-mcontent {
    margin-bottom: 30px;
    color: #777d87;
    font-size: 12px;
    line-height: 1.6
}

#mindex .suc-content .suc-mcontent > span {
    font-family: Microsoft YaHei
}

#mindex .swiper-pagination {
    bottom: 40px
}

#mindex .swiper-containersuc .swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    background-color: #9d9d9d;
    border-radius: 50px;
    transition: .5s
}

#mindex .swiper-containersuc .swiper-pagination-bullet-active {
    width: 50px;
    background-color: #3266ff
}

#mindex .suc-bodybottom {
    display: flex;
    justify-content: center
}

#mindex .suc-bodybottom .long-context {
    width: 100px !important
}

#mindex .suc-bodybottom .suc-bodypart {
    text-align: left;
    width: 90px
}

#mindex .suc-bodybottom .suc-bodypart:not(:first-child) {
    width: 100px;
    padding-left: 23px;
    border-left: 1px solid #e1e1e1
}

#mindex .suc-bodybottom .suc-bodypart .suc-bodytittle {
    color: #adadad;
    font-size: 12px
}

#mindex .suc-bodybottom .suc-bodypart .suc-bodypec {
    font-size: 23px;
    color: #3266ff;
    font-weight: 700
}

#mindex .mcartoon {
    display: inline-block;
    width: 882px;
    height: 950px;
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translate3d(-50%, 0, 0) scale(.6)
}

#mindex .index_banner_ani {
    height: 100%;
    position: relative
}

#mindex .index_banner_ani .index_banner_bg {
    width: 880px;
    height: 871px;
    top: 20px;
    left: 16px;
    background: url(../source/index/index-bg.png) center no-repeat;
    background-size: 900px auto;
    opacity: 0;
    transition: .2s;
    -webkit-animation: 2s linear forwards Bgshow;
    animation: 2s linear forwards Bgshow;
    position: absolute;
    z-index: 3
}

#mindex .index_banner_ani .index_banner_center {
    position: absolute;
    top: 206px;
    left: 151px;
    width: 540px;
    height: 500px;
    z-index: 4
}

#mindex .index_banner_ani .index_banner_c1 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(135, 135, 135, .18);
    opacity: .2;
    top: -45px;
    left: -50px;
    transform: scale(1.2);
    transition: .2s;
    -webkit-animation: .8s linear forwards IndexC1;
    animation: .8s linear forwards IndexC1
}

#mindex .index_banner_ani .index_banner_c2 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(135, 135, 135, .18);
    opacity: .2;
    top: -45px;
    left: -20px;
    transform: scale(1);
    -webkit-animation: .8s linear .1s forwards IndexC2;
    animation: .8s linear .1s forwards IndexC2;
    z-index: 2
}

#mindex .index_banner_ani .index_banner_cc {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 207px;
    left: 206px
}

#mindex .index_banner_ani .index_banner_cc > div {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    opacity: 0;
    -webkit-animation: .5s linear 1s forwards BannerCc;
    animation: .5s linear 1s forwards BannerCc
}

#mindex .index_banner_ani .index_banner_cc > div .index_banner_lc_container {
    width: 500px;
    height: 500px;
    transform: rotateZ(-15deg);
    -webkit-animation: .5s linear 1s forwards BannerLcC;
    animation: .5s linear 1s forwards BannerLcC
}

#mindex .index_banner_ani .index_banner_cc > div .index_banner_lc_container .index_banner_lc {
    width: 196px;
    height: 439px;
    position: absolute;
    top: 150px;
    left: 65px;
    background: url(../source/index/index-left-d.png) center no-repeat;
    background-size: contain;
    transform: rotateZ(-47deg);
    z-index: 3
}

#mindex .index_banner_ani .index_banner_cc > div .index_banner_rc {
    position: absolute;
    background: url(../source/index/index-right-c.png) center no-repeat;
    background-size: contain;
    top: -42px;
    left: 170px;
    transform: rotateZ(-29deg);
    width: 315px;
    height: 480px;
    z-index: 3
}

#mindex .index_banner_ani .index_banner_cc > div .index_banner_ob {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../source/index/index-o-b.png) center no-repeat;
    background-size: contain;
    top: 445px;
    left: 355px;
    z-index: 3;
    opacity: 0;
    -webkit-animation: .5s linear 1.8s forwards BannerOb;
    animation: .5s linear 1.8s forwards BannerOb
}

#mindex .index_banner_ani .index_banner_cc > div .index_banner_bb {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../source/index/index-b-b.png) center no-repeat;
    background-size: contain;
    top: 102px;
    left: 48px;
    z-index: 3;
    opacity: 0;
    -webkit-animation: .5s linear 1.8s forwards BannerOb;
    animation: .5s linear 1.8s forwards BannerOb
}

#mindex .index_banner_ani .index_banner_oc {
    width: 750px;
    height: 750px;
    position: absolute;
    top: 78px;
    left: 80px;
    z-index: 3;
    transform: rotateZ(-20deg);
    opacity: 0;
    -webkit-animation: .5s ease-out 1s forwards BannerOc;
    animation: .5s ease-out 1s forwards BannerOc
}

#mindex .index_banner_ani .index_banner_oc .index_banner_oc_infi {
    -webkit-animation: 8s linear 1.5s infinite alternate BannerOcInfi;
    animation: 8s linear 1.5s infinite alternate BannerOcInfi
}

#mindex .index_banner_ani .index_banner_oc > div {
    width: 100%;
    height: 100%;
    position: relative
}

#mindex .index_banner_ani .index_banner_oc > div .index_banner_oc_t {
    width: 140px;
    height: 275px;
    background: url(../source/index/index-center.png) center no-repeat;
    background-size: contain;
    z-index: 3;
    position: absolute;
    top: 372px;
    left: 581px;
    transform: rotateZ(0)
}

#mindex .index_banner_ani .index_banner_oc > div .index_banner_oc_b {
    width: 204px;
    height: 241px;
    background: url(../source/index/index-left-t.png) center no-repeat;
    background-size: contain;
    z-index: 3;
    position: absolute;
    top: 64px;
    left: 40px
}

#mindex .index_banner_ani .index_banner_oc > div .index_banner_oc_c_control {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-animation: .5s linear 1.5s forwards BannerOcCC;
    animation: .5s linear 1.5s forwards BannerOcCC
}

#mindex .index_banner_ani .index_banner_oc > div .index_banner_oc_c_control .index_banner_oc_c_container {
    position: absolute;
    top: 70px;
    left: 525px;
    opacity: 0;
    -webkit-animation: .5s linear 1.5s forwards BannerOcC;
    animation: .5s linear 1.5s forwards BannerOcC
}

#mindex .index_banner_ani .index_banner_oc > div .index_banner_oc_c_control .index_banner_oc_c_container .index_banner_oc_c {
    width: 60px;
    height: 60px;
    background: url(../source/index/index-rt-qbc.png) center no-repeat;
    background-size: contain;
    z-index: 3
}

#mindex .index_banner_ani .index_banner_side {
    position: absolute;
    width: 910px;
    height: 910px;
    top: -80px;
    left: 0;
    opacity: 0;
    -webkit-animation: .5s ease-out 1.5s forwards BannerSide;
    animation: .5s ease-out 1.5s forwards BannerSide;
    z-index: 3
}

#mindex .index_banner_ani .index_banner_side > div {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-animation: 8s linear 1.5s infinite alternate BannerOcInfi;
    animation: 8s linear 1.5s infinite alternate BannerOcInfi
}

#mindex .index_banner_ani .index_banner_side > div .index_banner_s_bc {
    width: 52px;
    height: 52px;
    background: url(../source/index/index-l-b-b.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 600px;
    left: 90px;
    z-index: 3
}

#mindex .index_banner_ani .index_banner_side > div .index_banner_s_yc {
    width: 52px;
    height: 52px;
    background: url(../source/index/index-r-b-y.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 520px;
    left: 800px;
    z-index: 3
}

@-webkit-keyframes AdvantageBg1 {
    100% {
        left: 150px;
        top: 100px
    }
}

@keyframes AdvantageBg1 {
    0% {
        left: 50px;
        top: 150px
    }
    100% {
        left: 150px;
        top: 100px
    }
}

@-webkit-keyframes AdvantageBg2 {
    100% {
        right: -200px;
        top: -200px
    }
}

@keyframes AdvantageBg2 {
    0% {
        right: -300px;
        top: -300px
    }
    100% {
        right: -200px;
        top: -200px
    }
}

@-webkit-keyframes PageShow {
    100% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes PageShow {
    0% {
        opacity: 0;
        transform: matrix(1, 0, 0, 1, 0, 93.625)
    }
    100% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@-webkit-keyframes BannerLeft {
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes BannerLeft {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes Bgshow {
    100% {
        opacity: 1
    }
}

@keyframes Bgshow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes IndexC1 {
    100% {
        transform: scale(1.71)
    }
}

@keyframes IndexC1 {
    0% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1.71)
    }
}

@-webkit-keyframes IndexC2 {
    100% {
        transform: scale(1.4)
    }
}

@keyframes IndexC2 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.4)
    }
}

@-webkit-keyframes BannerCc {
    100% {
        opacity: 1;
        transform: rotateZ(45deg)
    }
}

@keyframes BannerCc {
    0% {
        opacity: 0;
        transform: rotateZ(0)
    }
    100% {
        opacity: 1;
        transform: rotateZ(45deg)
    }
}

@-webkit-keyframes BannerLcC {
    100% {
        transform: rotateZ(15deg)
    }
}

@keyframes BannerLcC {
    0% {
        transform: rotateZ(-15deg)
    }
    100% {
        transform: rotateZ(15deg)
    }
}

@-webkit-keyframes BannerOb {
    100% {
        opacity: 1
    }
}

@keyframes BannerOb {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes BannerOcC {
    100% {
        opacity: 1
    }
}

@keyframes BannerOcC {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes BannerOcCC {
    100% {
        transform: rotateZ(10deg)
    }
}

@keyframes BannerOcCC {
    0% {
        transform: rotateZ(0)
    }
    100% {
        transform: rotateZ(10deg)
    }
}

@-webkit-keyframes BannerOc {
    100% {
        opacity: 1;
        transform: rotateZ(10deg)
    }
}

@keyframes BannerOc {
    0% {
        opacity: 0;
        transform: rotateZ(-20deg)
    }
    100% {
        opacity: 1;
        transform: rotateZ(10deg)
    }
}

@-webkit-keyframes BannerOcInfi {
    100% {
        transform: rotateZ(10deg)
    }
}

@keyframes BannerOcInfi {
    0% {
        transform: rotateZ(0)
    }
    100% {
        transform: rotateZ(10deg)
    }
}

@-webkit-keyframes BannerSide {
    100% {
        opacity: 1;
        transform: rotateZ(10deg)
    }
}

@keyframes BannerSide {
    0% {
        opacity: 0;
        transform: rotateZ(0)
    }
    100% {
        opacity: 1;
        transform: rotateZ(10deg)
    }
}

@-webkit-keyframes refundIn {
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes refundIn {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

#mindex .prefixanimation {
    width: 100%;
    height: 0;
    display: none;
    padding-bottom: 92.5925925926%;
    background-image: url(../source/index/sprites.png);
    background-size: 3300% 100%;
    background-repeat: no-repeat;
    -webkit-animation-name: prefixkeyframes-img;
    animation-name: prefixkeyframes-img;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: steps(1);
    animation-timing-function: steps(1)
}

@-webkit-keyframes prefixkeyframes-img {
    100% {
        background-position: 100% 0
    }
}

@keyframes prefixkeyframes-img {
    0% {
        background-position: 0 0
    }
    3.03% {
        background-position: 3.125% 0
    }
    6.06% {
        background-position: 6.25% 0
    }
    9.09% {
        background-position: 9.375% 0
    }
    12.12% {
        background-position: 12.5% 0
    }
    15.15% {
        background-position: 15.625% 0
    }
    18.18% {
        background-position: 18.75% 0
    }
    21.21% {
        background-position: 21.875% 0
    }
    24.24% {
        background-position: 25% 0
    }
    27.27% {
        background-position: 28.125% 0
    }
    30.30% {
        background-position: 31.25% 0
    }
    33.33% {
        background-position: 34.375% 0
    }
    36.36% {
        background-position: 37.5% 0
    }
    39.39% {
        background-position: 40.625% 0
    }
    42.42% {
        background-position: 43.75% 0
    }
    45.45% {
        background-position: 46.875% 0
    }
    48.48% {
        background-position: 50% 0
    }
    51.52% {
        background-position: 53.125% 0
    }
    54.55% {
        background-position: 56.25% 0
    }
    57.58% {
        background-position: 59.375% 0
    }
    60.61% {
        background-position: 62.5% 0
    }
    63.64% {
        background-position: 65.625% 0
    }
    66.67% {
        background-position: 68.75% 0
    }
    69.70% {
        background-position: 71.875% 0
    }
    72.73% {
        background-position: 75% 0
    }
    75.76% {
        background-position: 78.125% 0
    }
    78.79% {
        background-position: 81.25% 0
    }
    81.82% {
        background-position: 84.375% 0
    }
    84.85% {
        background-position: 87.5% 0
    }
    87.88% {
        background-position: 90.625% 0
    }
    90.91% {
        background-position: 93.75% 0
    }
    93.94% {
        background-position: 96.875% 0
    }
    100%, 96.97% {
        background-position: 100% 0
    }
}

#mindex .jump_num {
    width: 15px;
    height: 31px;
    overflow: hidden;
    display: inline-block;
    margin-left: -5px;
    position: relative;
    line-height: 31px;
    vertical-align: bottom
}

#mindex .jump_num .jump_num_scroll {
    top: 0;
    left: 0;
    position: absolute;
    transition: 1s linear
}

#mindex .mdata-body {
    display: inline-block;
    position: relative;
    top: 7px;
    line-height: 31px;
    height: 31px;
    font-family: DINNextLTPro-Medium
}

#mindex .bottom-register {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    height: calc(70px + env(safe-area-inset-bottom))
}

#mindex .bottom-register .bottom-registerblock {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

#mindex .bottom-register .bottom-registerblock a {
    display: inline-block;
    width: 45%;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #296bef
}

#mindex .bottom-register .bottom-registerblock a.login {
    color: #3266ff;
    background-color: rgba(50, 102, 255, .1)
}

#help_search {
    min-width: 1200px;
    background-color: #fdfdfd
}

#help_search .form_top {
    width: 100%;
    height: 330px;
    background-color: #eff0f6;
    position: relative
}

#help_search .form_top .form_top_banner_container {
    max-width: 1920px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: url(../images/pc/form-bg.png) center no-repeat;
    background-size: contain
}

#help_search .form_top .form_top_banner {
    width: 728px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto
}

#help_search .form_top .form_top_banner .form_top_banner_title {
    margin-top: 98px
}

#help_search .form_top .form_top_banner .form_top_banner_title > div:first-of-type {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    font-size: 42px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    position: relative
}

#help_search .form_top .form_top_banner .form_top_banner_title > div:first-of-type:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #296aef;
    border-radius: 2px;
    position: absolute;
    bottom: -22px
}

#help_search .form_top .form_top_nav_container {
    position: relative;
    top: -45px;
    transition: width .2s
}

#help_search .form_top .form_top_nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
    overflow: hidden
}

#help_search .form_top .form_top_nav > li {
    width: 240px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#help_search .form_top .form_top_nav > li:hover {
    background-color: rgba(50, 102, 255, .05)
}

#help_search .form_top .form_top_nav > li:hover span {
    font-weight: 700;
    color: #3266ff !important
}

#help_search .form_top .form_top_nav > li > i {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px
}

#help_search .form_top .form_top_nav > li > span {
    font-size: 14px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px
}

#help_search .form_top .form_top_nav_fix {
    position: fixed;
    background-color: #fff;
    z-index: 9;
    top: 0;
    width: 100%;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .05)
}

#help_search .form_top .form_top_nav_fix .form_top_nav {
    border-radius: 0;
    box-shadow: none
}

#help_search .form_top .form_top_nav_active {
    background-color: rgba(50, 102, 255, .05)
}

#help_search .form_top .form_top_nav_active span {
    font-weight: 700;
    color: #3266ff !important
}

#help_search .help_search_top_input {
    margin: 70px auto auto;
    width: 728px;
    position: relative
}

#help_search .help_search_top_input > i {
    display: block;
    background: url(../images/pc/help_search-search.png) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px
}

#help_search .help_search_top_input > input {
    width: 728px;
    height: 48px;
    padding: 13px 50px;
    background: #fff;
    box-shadow: 0 4px 27px 0 rgba(156, 156, 156, .07);
    border-radius: 24px;
    border: none;
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    transition: .2s
}

#help_search .help_search_top_input > input:focus, #help_search .help_search_top_input > input:hover {
    box-shadow: 0 4px 30px 0 rgba(156, 156, 156, .2)
}

#help_search .help_search_page {
    background-color: #fdfdfd;
    padding: 100px 0 0;
    width: 728px;
    margin: 0 auto;
    min-height: calc(100vh - 80px - 330px - 206px)
}

#help_search .help_search_page_title {
    font-size: 20px;
    color: #767c87;
    letter-spacing: 0;
    text-align: left;
    margin: 0 auto;
    font-weight: 700
}

#help_search .help_search_page_content {
    margin-bottom: 40px
}

#help_search .help_search_page_content em {
    color: #2358f2
}

@media (max-width: 1279px) {
    #help_search .help_search_page_content {
        margin-bottom: 32px
    }
}

#help_search .help_search_page_content_list {
    max-width: 728px;
    margin: 40px auto 60px
}

#help_search .help_search_page_content_list > div:first-of-type {
    font-weight: 700;
    margin-bottom: 20px;
    transition: .2s;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    color: #2b2b2b;
    letter-spacing: 0;
    line-height: 30px
}

#help_search .help_search_page_content_list > div:first-of-type:hover {
    color: #296bef
}

@media (max-width: 1279px) {
    #help_search .help_search_page_content_list > div:first-of-type {
        font-size: 20px;
        margin-bottom: 12px
    }
}

@media (max-width: 1023px) {
    #help_search .help_search_page_content_list > div:first-of-type {
        font-size: 18px;
        letter-spacing: .28px;
        line-height: 27px
    }
}

#help_search .help_search_page_content_list > div:nth-of-type(2) {
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow-x: auto
}

#help_search .help_search_page_content_list > div:nth-of-type(2)::-webkit-scrollbar {
    display: none
}

#help_search .help_search_page_content_list > div:nth-of-type(2) > span {
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    margin-bottom: 12px;
    color: #2b2b2b;
    line-height: 24px
}

@media (max-width: 1279px) {
    #help_search .help_search_page_content_list > div:nth-of-type(2) > span {
        font-size: 14px;
        margin-bottom: 10px
    }
}

@media (max-width: 1023px) {
    #help_search .help_search_page_content_list > div:nth-of-type(2) > span {
        font-size: 14px;
        letter-spacing: 0;
        text-align: center
    }
}

#help_search .help_search_page_content_list > div:nth-of-type(2) > span:not(:last-of-type):after {
    font-size: 16px;
    content: "";
    display: block;
    color: #a3aecc;
    margin: 0 4px;
    width: 22px;
    height: 22px;
    background: url(../images/pc/news_article-arr.png) center no-repeat;
    background-size: contain
}

@media (max-width: 1279px) {
    #help_search .help_search_page_content_list > div:nth-of-type(2) > span:not(:last-of-type):after {
        font-size: 14px
    }
}

#help_search .help_search_page_content_list > div:last-of-type {
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    line-height: 29px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-orient: vertical
}

@media (max-width: 1279px) {
    #help_search .help_search_page_content_list > div:last-of-type {
        font-size: 14px;
        line-height: 25px;
        -webkit-line-clamp: 3
    }
}

#help_search .help_search_page_no_more {
    font-size: 16px;
    color: #a3aecc;
    letter-spacing: 0;
    line-height: 24px;
    width: 144px;
    margin: 0 auto 100px
}

#help_search .help_search_page_more {
    width: 728px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #eff0f6;
    border-radius: 17px;
    opacity: .42;
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    margin-bottom: 90px;
    cursor: pointer;
    transition: .2s
}

#help_search .help_search_page_more:hover {
    opacity: 1
}

#help_search .help_search_none {
    width: 1200px;
    margin: 55px auto 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: calc(100vh - 80px - 330px - 55px - 206px)
}

#help_search .help_search_none > i {
    display: block;
    background: url(../images/pc/help_search-none.png) center no-repeat;
    background-size: contain;
    width: 80px;
    height: 90px;
    margin-bottom: 22px
}

#help_search .help_search_none > div {
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    text-align: center
}

#mnhelp404 {
    padding-top: 64px;
    background: #eff0f6;
    overflow-x: hidden;
    display: none
}

#mnhelp404 .madform-tbanner {
    position: relative;
    display: block;
    width: 100%;
    height: 180px
}

#mnhelp404 .search-block {
    position: absolute;
    left: 50%;
    bottom: 14%;
    width: 90%;
    transform: translateX(-50%)
}

#mnhelp404 .search-block .search-body {
    position: relative
}

#mnhelp404 .search-block .search-body .search-icon {
    position: absolute;
    top: 14px;
    left: 16px;
    display: inline-block;
    width: 19px;
    height: 21px;
    background-image: url(../images/mobile/m_search.png);
    background-size: 19px auto;
    background-repeat: no-repeat;
    cursor: pointer
}

#mnhelp404 .search-block .search-body input {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #767c87;
    padding: 16px 12px 16px 44px;
    border: none;
    border-radius: 24px;
    line-height: 18px
}

#mnhelp404 .search-block .search-body input::-moz-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelp404 .search-block .search-body input:-ms-input-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelp404 .search-block .search-body input::placeholder {
    color: rgba(118, 124, 135, .42)
}

.m404 {
    padding: 40px 0 80px;
    background-color: #fbfbfb;
    text-align: center
}

.m404 .m404content {
    margin-top: 20px;
    font-size: 14px;
    color: #767c87;
    line-height: 1.5
}

#help_detail {
    min-width: 1200px;
    display: flex;
    min-height: calc(100vh - 80px - 206px);
    background-color: #fdfdfd
}

#help_detail .help_detail_nav {
    width: 312px;
    padding-top: 50px;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh
}

#help_detail .help_detail_nav > ul {
    height: 100%;
    overflow: scroll
}

#help_detail .help_detail_nav .help_detail_nav_list {
    margin-bottom: 40px
}

#help_detail .help_detail_nav .help_detail_nav_list > div:first-of-type {
    font-weight: 700;
    font-size: 18px;
    color: #1d1d1d;
    letter-spacing: 0;
    line-height: 18px;
    position: relative;
    cursor: pointer;
    padding-left: 43px
}

#help_detail .help_detail_nav .help_detail_nav_list > div:first-of-type:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/pc/help_detail-arr.png) center/contain no-repeat;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%) rotateZ(-90deg);
    transition: .2s
}

#help_detail .help_detail_nav .help_detail_nav_list_open > div:first-of-type:after {
    transform: translateY(-50%) rotateZ(0)
}

#help_detail .help_detail_nav .help_detail_nav_list_item {
    display: none
}

#help_detail .help_detail_nav .help_detail_nav_list_item > div:first-of-type {
    font-size: 16px;
    color: #1d1d1d;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 20px;
    padding-left: 62px;
    cursor: pointer
}

#help_detail .help_detail_nav .help_detail_nav_list_item_ls {
    display: none
}

#help_detail .help_detail_nav .help_detail_nav_list_item_ls li {
    margin-top: 6px;
    opacity: .6;
    font-size: 14px;
    color: #1d1d1d;
    letter-spacing: 0;
    cursor: pointer;
    padding-left: 82px;
    height: 34px;
    line-height: 34px;
    transition: .2s;
    max-width: 311px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#help_detail .help_detail_nav .help_detail_nav_list_item_ls li:hover {
    background: #eee
}

#help_detail .help_detail_nav .help_detail_nav_list_item_ls li:first-of-type {
    margin-top: 16px
}

#help_detail .help_detail_nav .help_detail_nav_list_item_ls_active {
    background: #eee
}

#help_detail .help_detail_main {
    width: calc(100% - 312px);
    padding: 0 55px;
    border-left: 1px solid #dbdbdb
}

#help_detail .help_detail_main .help_source_question {
    width: 100%;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 48px auto 20px;
    padding: 52px 0;
    display: flex;
    align-items: center
}

#help_detail .help_detail_main .help_source_question .help_source_question_title {
    font-size: 20px;
    color: #0b1531;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-right: 56px
}

@media (max-width: 1279px) {
    #help_detail .help_detail_main {
        width: 1300px;
    }

    #help_detail .help_detail_main .help_source_question {
        margin: 40px 0 16px;
        padding: 42px 0
    }

    #help_detail .help_detail_main .help_source_question .help_source_question_title {
        font-size: 18px;
        margin-right: 48px
    }
}

#help_detail .help_detail_main .help_source_question .help_source_question_choose > span {
    cursor: pointer;
    display: inline-block;
    padding: 6px 26px;
    border: 1px solid #d2dffa;
    border-radius: 16px;
    transition: .2s;
    font-size: 14px;
    color: #296bef;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 18px
}

#help_detail .help_detail_main .help_source_question .help_source_question_choose > span:hover {
    background: #f5f9ff
}

#help_detail .help_detail_main .help_source_feedback {
    width: 100%;
    border-top: 1px solid #e9f1ff;
    border-bottom: 1px solid #e9f1ff;
    margin: 48px auto 20px;
    padding: 52px 0
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_title {
    font-size: 20px;
    color: #0b1531;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-right: 56px
}

@media (max-width: 1279px) {
    #help_detail .help_detail_main .help_source_feedback {
        margin: 40px 0 16px;
        padding: 42px 0
    }

    #help_detail .help_detail_main .help_source_feedback .help_source_feedback_title {
        font-size: 18px;
        margin-right: 48px
    }
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_options {
    margin-top: 16px
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_options > div:first-of-type {
    font-size: 14px;
    color: #0b1531;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 12px
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_options > div:nth-of-type(2) {
    font-size: 14px;
    color: #6b7799;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 12px
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_options > div:nth-of-type(2) input {
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid #e0eaff;
    border-radius: 3.56px;
    overflow: hidden;
    cursor: pointer
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_options > div:nth-of-type(2) > div {
    display: flex;
    align-items: center;
    transition: .2s;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_options > div:nth-of-type(2) > div:hover {
    color: #0b1531
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_options > div:nth-of-type(2) > div:hover input {
    border-color: #296bef
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_options_check {
    color: #0b1531
}

#help_detail .help_detail_main .help_source_feedback .help_source_feedback_options_check input {
    background-color: #296bef;
    border: none !important;
    background-image: url(../images/pc/help_detail-choose.png);
    background-size: cover
}

#help_detail .help_detail_main .help_source_page {
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #767c87;
    text-align: right;
    line-height: 28px
}

#help_detail .help_detail_main .help_source_page > div {
    display: flex;
    align-items: center;
    cursor: pointer
}

#help_detail .help_detail_main .help_source_page > div i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/pc/help_detail-arr.png) center/contain no-repeat;
    transition: .2s linear
}

#help_detail .help_detail_main .help_source_page > div:first-of-type > i {
    transform: rotateZ(90deg);
    margin-right: 4px
}

#help_detail .help_detail_main .help_source_page > div:last-of-type > i {
    transform: rotateZ(-90deg);
    margin-left: 4px
}

#help_detail .help_detail_main .help_source_feedback_btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 16px;
    padding: 7px 56px;
    background: #f5f9ff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    transition: .4s linear;
    cursor: pointer
}

#help_detail .help_detail_main .help_source_feedback_btn a {
    color: #a3aecc
}

#help_detail .help_detail_main .help_source_feedback_btn_active {
    background: #296bef
}

#help_detail .help_detail_main .help_source_feedback_btn_active:hover {
    box-shadow: 0 1px 0 0 rgba(44, 114, 255, .08), 0 6px 12px 0 rgba(44, 114, 255, .18)
}

#help_detail .help_detail_main .help_source_feedback_btn_active a {
    color: #fff
}

#help_detail .help_detail_main .help_detail_main_top {
    width: 100%;
    margin: 44px auto auto;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec
}

#help_detail .help_detail_main .help_detail_main_top > div:first-of-type {
    display: flex;
    align-items: center
}

#help_detail .help_detail_main .help_detail_main_top > div:first-of-type span {
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    display: flex;
    align-items: center
}

#help_detail .help_detail_main .help_detail_main_top > div:first-of-type span a {
    color: #3266ff
}

#help_detail .help_detail_main .help_detail_main_top > div:first-of-type span:not(:last-of-type) {
    margin-right: 4px
}

#help_detail .help_detail_main .help_detail_main_top > div:first-of-type span:not(:last-of-type):after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/pc/help_detail-arr.png) center no-repeat;
    background-size: contain;
    transform: rotateZ(-90deg);
    margin-left: 4px
}

#help_detail .help_detail_main .help_detail_main_top > div:nth-of-type(2) {
    position: relative
}

#help_detail .help_detail_main .help_detail_main_top > div:nth-of-type(2) i {
    display: block;
    background: url(../images/pc/help_search-search.png) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px
}

#help_detail .help_detail_main .help_detail_main_top > div:nth-of-type(2) input {
    width: 520px;
    height: 48px;
    padding: 13px 50px;
    background: #fff;
    box-shadow: 0 4px 27px 0 rgba(156, 156, 156, .07);
    border-radius: 24px;
    border: none;
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    transition: .2s
}

#help_detail .help_detail_main .help_detail_main_top > div:nth-of-type(2) input:hover {
    box-shadow: 0 4px 30px 0 rgba(156, 156, 156, .2)
}

#help_detail .help_detail_main .help_detail_main_top > div:nth-of-type(2) input:focus {
    box-shadow: 0 4px 30px 0 rgba(156, 156, 156, .2)
}

#help_detail .help_detail_main .help_detail_main_content {
    width: 100%;
    margin: 38px auto auto
}

#help_detail .help_detail_main .help_detail_main_content > div:first-of-type {
    font-size: 26px;
    color: #1d1d1d;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 60px
}

#mnewinfo {
    padding-top: 64px;
    background: #fbfbfb;
    overflow-x: hidden;
    display: none
}

.mnewinfo {
    padding: 15px
}

.mnewinfo .breadcrumbs {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec
}

.mnewinfo .breadcrumbs li {
    display: inline-block;
    font-size: 14px
}

.mnewinfo .breadcrumbs li a {
    color: #767c87
}

.mnewinfo .breadcrumbs li:before {
    margin: 0 2px;
    position: relative;
    top: 1px;
    content: "";
    display: inline-block;
    height: 12px;
    width: 8px;
    background: url(../images/mobile/arrow.png) center no-repeat;
    background-size: 7px auto
}

.mnewinfo .breadcrumbs li:first-child:before {
    display: none
}

.mnewinfo .mnew-prenext {
    padding-top: 10px;
    border-top: 1px solid #ececec;
    margin: 20px 0;
    display: flex;
    justify-content: space-between
}

.mnewinfo .mnew-prenext a {
    font-size: 16px;
    color: #767c87
}

.mnewinfo .mnew-prenext .pre:before {
    margin: 0 2px;
    position: relative;
    top: 0;
    content: "";
    display: inline-block;
    height: 12px;
    width: 7px;
    background: url(../images/mobile/arrow.png) center no-repeat;
    background-size: 7px auto;
    transform: rotate(180deg)
}

.mnewinfo .mnew-prenext .next:after {
    margin: 0 2px;
    position: relative;
    top: 0;
    content: "";
    display: inline-block;
    height: 12px;
    width: 7px;
    background: url(../images/mobile/arrow.png) center no-repeat;
    background-size: 7px auto
}

.mnewdemo .mtittle {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 700
}

.mnewdemo .mcontent {
    margin-top: 10px;
    color: #767c87;
    font-size: 13px
}

.mnewdemo .mstittle {
    margin-top: 30px;
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 700
}

.mnewdemo .mscontent {
    margin-top: 10px;
    color: #353535;
    font-size: 13px
}

#mnewlist {
    padding-top: 64px;
    background: #eff0f6;
    overflow-x: hidden;
    display: none
}

#mnewlist .madform-tbanner {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: url(../images/mobile/mnewlist.png) center/contain no-repeat
}

.mnew-addmore {
    padding: 10px 15px 40px;
    background-color: #fbfbfb
}

.mnew-addmore a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 100%;
    border-radius: 40px;
    color: #767c87;
    text-align: center;
    font-size: 12px;
    background-color: #eff0f6
}

#mnhelpindex {
    padding-top: 64px;
    background: #fbfbfb;
    overflow-x: hidden;
    display: none
}

#mnhelpindex .madform-tbanner {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: url(../images/mobile/help_center.png) center no-repeat;
    background-size: contain
}

#mnhelpindex .search-block {
    position: absolute;
    left: 50%;
    bottom: 8%;
    width: 90%;
    transform: translateX(-50%)
}

#mnhelpindex .search-block .search-body {
    position: relative
}

#mnhelpindex .search-block .search-body .search-icon {
    position: absolute;
    top: 14px;
    left: 16px;
    display: inline-block;
    width: 19px;
    height: 21px;
    background-image: url(../images/mobile/m_search.png);
    background-size: 19px auto;
    background-repeat: no-repeat;
    cursor: pointer
}

#mnhelpindex .search-block .search-body input {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #767c87;
    padding: 16px 12px 16px 44px;
    border: none;
    border-radius: 24px;
    line-height: 18px
}

#mnhelpindex .search-block .search-body input::-moz-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelpindex .search-block .search-body input:-ms-input-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelpindex .search-block .search-body input::placeholder {
    color: rgba(118, 124, 135, .42)
}

.mnew-list {
    background-color: #fff
}

.mnew-list .mnew-block {
    display: block;
    padding: 20px 15px;
    background-color: #fbfbfb;
    cursor: pointer
}

.mnew-list .mnew-block:active, .mnew-list .mnew-block:focus, .mnew-list .mnew-block:hover {
    position: relative;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .1)
}

.mnew-list .mnew-block .mnew-blocktag i {
    display: inline-block;
    background-color: #eaefff;
    text-align: center;
    color: #3266ff;
    font-size: 12px;
    width: 60px;
    height: 22px;
    line-height: 22px;
    font-style: unset;
    border-radius: 3px
}

.mnew-list .mnew-block .mnew-blockinfo {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mnew-list .mnew-block .mnew-blockinfo .mnew-blocktitle {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 6px
}

.mnew-list .mnew-block .mnew-blockinfo .mnew-blockcontent {
    color: #767c87;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mnew-list .mnew-block .mnew-blockinfo .mnew-blockword {
    width: 230px
}

.mnew-list .mnew-block .mnew-blockinfo .mnew-blockimg {
    width: 105px
}

.mnew-list .mnew-block .mnew-blockinfo .mnew-blockimg img {
    width: 100%
}

.help-blockchoose {
    padding: 20px 16px;
    background-color: #fbfbfb
}

.help-blockchoose ul {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.help-blockchoose ul li {
    text-align: center;
    display: inline-block;
    width: 48%;
    margin: 0 0 20px;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07)
}

.help-blockchoose ul li .helplist-title {
    font-size: 19px;
    color: #2b2b2b;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.help-blockchoose ul li .helplist-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 30px;
    background-color: #3266ff;
    border-radius: 3px
}

.help-blockchoose ul li .helplist-showmore {
    display: inline-block;
    padding-right: 18px;
    color: #767c87;
    font-size: 14px;
    position: relative
}

.help-blockchoose ul li .helplist-showmore::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 8px;
    width: 13px;
    background: url(../images/mobile/help_arr.svg) center no-repeat;
    background-size: 11px auto
}

.help-blockchoose ul li:nth-child(even) {
    margin-right: 0
}

.help-blockchoose ul li:active, .help-blockchoose ul li:focus, .help-blockchoose ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .12)
}

.help-blockchoose ul li:active .helplist-showmore, .help-blockchoose ul li:focus .helplist-showmore, .help-blockchoose ul li:hover .helplist-showmore {
    color: #3266ff
}

.help-blockchoose ul li:active .helplist-showmore::after, .help-blockchoose ul li:focus .helplist-showmore::after, .help-blockchoose ul li:hover .helplist-showmore::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 8px;
    width: 13px;
    background: url(../images/mobile/clickhelp_arrow.png) center no-repeat;
    background-size: 11px auto
}

.help-blockchoose ul li i {
    display: inline-block;
    margin-bottom: 10px;
    height: 55px;
    width: 55px;
    background: url(../images/mobile/help_sprite.png) center no-repeat;
    background-size: 55px auto
}

.help-blockchoose ul li .help-register {
    background-position: 0 0
}

.help-blockchoose ul li .help-manage {
    background-position: 0 -55px
}

.help-blockchoose ul li .help-contract {
    background-position: 0 -110px
}

.help-blockchoose ul li .help-business {
    background-position: 0 -165px
}

.help-blockchoose ul li .help-teg {
    background-position: 0 -220px
}

.help-blockchoose ul li .help-ad {
    background-position: 0 -275px
}

#help_detail, #mnhelpinfo { /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
}

#help_detail html, #mnhelpinfo html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

#help_detail body, #mnhelpinfo body {
    margin: 0
}

#help_detail footer, #help_detail header, #help_detail main, #help_detail nav, #help_detail section, #mnhelpinfo footer, #mnhelpinfo header, #mnhelpinfo main, #mnhelpinfo nav, #mnhelpinfo section {
    display: block
}

#help_detail h1, #mnhelpinfo h1 {
    font-size: 2em;
    margin: .67em 0
}

#help_detail hr, #mnhelpinfo hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f5f6f8
}

#help_detail code, #help_detail pre, #mnhelpinfo code, #mnhelpinfo pre {
    font-family: monospace, monospace;
    font-size: 1em
}

#help_detail a, #mnhelpinfo a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #0087f7;
    text-decoration: none
}

#help_detail b, #help_detail strong, #mnhelpinfo b, #mnhelpinfo strong {
    font-weight: bolder !important
}

#help_detail small, #mnhelpinfo small {
    font-size: 80%
}

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

#help_detail sub, #mnhelpinfo sub {
    bottom: -.25em
}

#help_detail sup, #mnhelpinfo sup {
    top: -.5em
}

#help_detail video, #mnhelpinfo video {
    display: inline-block
}

#help_detail img, #mnhelpinfo img {
    border-style: none
}

#help_detail svg:not(:root), #mnhelpinfo svg:not(:root) {
    overflow: hidden
}

#help_detail button, #help_detail input, #help_detail optgroup, #help_detail select, #help_detail textarea, #mnhelpinfo button, #mnhelpinfo input, #mnhelpinfo optgroup, #mnhelpinfo select, #mnhelpinfo textarea {
    font-family: sans-serif;
    font-size: 100%;
    margin: 0
}

#help_detail button, #help_detail input, #mnhelpinfo button, #mnhelpinfo input {
    overflow: visible
}

#help_detail button, #help_detail select, #mnhelpinfo button, #mnhelpinfo select {
    text-transform: none
}

#help_detail [type=reset], #help_detail [type=submit], #help_detail button, #help_detail html [type=button], #mnhelpinfo [type=reset], #mnhelpinfo [type=submit], #mnhelpinfo button, #mnhelpinfo html [type=button] {
    -webkit-appearance: button
}

#help_detail [type=button]::-moz-focus-inner, #help_detail [type=reset]::-moz-focus-inner, #help_detail [type=submit]::-moz-focus-inner, #help_detail button::-moz-focus-inner, #mnhelpinfo [type=button]::-moz-focus-inner, #mnhelpinfo [type=reset]::-moz-focus-inner, #mnhelpinfo [type=submit]::-moz-focus-inner, #mnhelpinfo button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

#help_detail [type=button]:-moz-focusring, #help_detail [type=reset]:-moz-focusring, #help_detail [type=submit]:-moz-focusring, #help_detail button:-moz-focusring, #mnhelpinfo [type=button]:-moz-focusring, #mnhelpinfo [type=reset]:-moz-focusring, #mnhelpinfo [type=submit]:-moz-focusring, #mnhelpinfo button:-moz-focusring {
    outline: ButtonText dotted 1px
}

#help_detail fieldset, #mnhelpinfo fieldset {
    padding: .35em .75em .625em
}

#help_detail progress, #mnhelpinfo progress {
    display: inline-block;
    vertical-align: baseline
}

#help_detail textarea, #mnhelpinfo textarea {
    overflow: auto
}

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

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

#help_detail [type=search], #mnhelpinfo [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

#help_detail ::-webkit-file-upload-button, #mnhelpinfo ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

#help_detail canvas, #mnhelpinfo canvas {
    display: inline-block
}

#help_detail [hidden], #help_detail template, #mnhelpinfo [hidden], #mnhelpinfo template {
    display: none
}

#help_detail button:focus, #help_detail input:focus, #mnhelpinfo button:focus, #mnhelpinfo input:focus {
    outline: 0
}

#help_detail ol, #help_detail ul, #mnhelpinfo ol, #mnhelpinfo ul {
    padding-left: 0;
    list-style-type: none
}

#help_detail .guide__article, #mnhelpinfo .guide__article {
    min-height: 240px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    word-break: break-all
}

#help_detail .guide__article h1, #mnhelpinfo .guide__article h1 {
    font-weight: 700;
    line-height: 1.5;
    color: #23262b;
    margin-top: 48px;
    margin-bottom: 20px;
    font-size: 28px
}

@media (max-width: 1279px) {
    #help_detail .help_detail_main .help_source_page {
        font-size: 14px
    }

    #help_detail .help_detail_main .help_source_page > div i {
        width: 18px;
        height: 18px
    }

    #help_detail .guide__article, #mnhelpinfo .guide__article {
        font-size: 14px
    }

    #help_detail .guide__article h1, #mnhelpinfo .guide__article h1 {
        font-size: 24px
    }
}

@media (max-width: 1023px) {
    #help_detail .guide__article h1, #mnhelpinfo .guide__article h1 {
        font-size: 20px
    }
}

#help_detail .guide__article p, #mnhelpinfo .guide__article p {
    margin-bottom: 12px
}

#help_detail .guide__article ol li, #help_detail .guide__article ul li, #mnhelpinfo .guide__article ol li, #mnhelpinfo .guide__article ul li {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px
}

@media (max-width: 1279px) {
    #help_detail .guide__article ol li, #help_detail .guide__article ul li, #mnhelpinfo .guide__article ol li, #mnhelpinfo .guide__article ul li {
        font-size: 14px
    }

    #tip {
        transform: scale(.8)
    }
}

#help_detail .guide__article ol ul, #help_detail .guide__article ul ul, #mnhelpinfo .guide__article ol ul, #mnhelpinfo .guide__article ul ul {
    padding-left: 23px
}

#help_detail .guide__article ol, #mnhelpinfo .guide__article ol {
    padding-left: 36px;
    list-style-type: decimal
}

#help_detail .guide__article ol li, #mnhelpinfo .guide__article ol li {
    padding-left: 4px
}

#help_detail .guide__article ul, #mnhelpinfo .guide__article ul {
    padding-left: 36px;
    list-style-type: none
}

#help_detail .guide__article ul ul li:before, #mnhelpinfo .guide__article ul ul li:before {
    background-color: #fff
}

#help_detail .guide__article ul li, #mnhelpinfo .guide__article ul li {
    position: relative
}

#help_detail .guide__article ul li:before, #mnhelpinfo .guide__article ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -22px;
    width: 4px;
    height: 4px;
    background-color: #0b1531;
    border: 1px solid #0b1531;
    border-radius: 100%
}

#help_detail .guide__article table, #mnhelpinfo .guide__article table {
    margin-bottom: 24px;
    width: 100%;
    font-size: 14px;
    border-collapse: collapse
}

#help_detail .guide__article table th, #mnhelpinfo .guide__article table th {
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 500;
    line-height: 48px;
    white-space: nowrap;
    background-color: #f5f9ff;
    border-top: 1px solid #d2dffa;
    border-bottom: 1px solid #d2dffa
}

#help_detail .guide__article table td, #mnhelpinfo .guide__article table td {
    padding: 16px 24px;
    border-bottom: 1px solid #d2dffa
}

#help_detail .guide__article video, #mnhelpinfo .guide__article video {
    display: block;
    margin-top: 24px;
    margin-bottom: 48px;
    max-width: 100%;
    max-height: 50vh;
    border-radius: 8px;
    border: 1px solid #e9f1ff
}

#help_detail .guide__article img, #mnhelpinfo .guide__article img {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 100%;
    max-height: 800px;
    border-radius: 8px;
    border: 1px solid #e9f1ff
}

#help_detail .guide__article a, #mnhelpinfo .guide__article a {
    color: #296bef;
    text-decoration: none;
    border-bottom: 1px solid transparent
}

#help_detail .guide__article a:hover, #mnhelpinfo .guide__article a:hover {
    border-bottom-color: #296bef
}

#help_detail .guide__article em, #mnhelpinfo .guide__article em {
    font-style: normal;
    color: #6b7799
}

#help_detail .guide__article pre, #mnhelpinfo .guide__article pre {
    margin: 10px 0
}

#help_detail .guide__article pre code, #mnhelpinfo .guide__article pre code {
  font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 14px;
  line-height: 20px;
  background: #eee;
  display: block;
  border-left: 5px solid #aaa;
  padding: 10px 12px;
  overflow: auto;
}

#help_detail #app, #mnhelpinfo #app {
    height: 100vh;
    display: flex
}

#help_detail .content, #mnhelpinfo .content {
    flex: auto;
    overflow-y: auto
}

#mnhelpinfo {
    padding-top: 64px;
    background: #eff0f6;
    overflow-x: hidden;
    display: none
}

#mnhelpinfo .madform-tbanner {
    position: relative;
    display: block;
    width: 100%;
    height: 180px
}

#mnhelpinfo .search-block {
    position: absolute;
    left: 50%;
    bottom: 8%;
    width: 90%;
    transform: translateX(-50%)
}

#mnhelpinfo .search-block .search-body {
    position: relative
}

#mnhelpinfo .search-block .search-body .search-icon {
    position: absolute;
    top: 14px;
    left: 16px;
    display: inline-block;
    width: 19px;
    height: 21px;
    background-image: url(../images/mobile/m_search.png);
    background-size: 19px auto;
    background-repeat: no-repeat;
    cursor: pointer
}

#mnhelpinfo .search-block .search-body input {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #767c87;
    padding: 16px 12px 16px 44px;
    border: none;
    border-radius: 24px;
    line-height: 18px
}

#mnhelpinfo .search-block .search-body input::-moz-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelpinfo .search-block .search-body input:-ms-input-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelpinfo .search-block .search-body input::placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelpinfo .banner-content {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

#mnhelpinfo .banner-content .case-tolContent {
    margin: 0 0 10px;
    position: relative;
    padding: 30px 0 10px;
    font-size: 24px;
    color: #2b2b2b;
    text-align: center;
    font-weight: 500
}

#mnhelpinfo .banner-content .case-tolContent:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 15px;
    background-color: #3266ff;
    border-radius: 3px
}

#mnhelpinfo .banner-content .case-bolContent {
    text-align: center;
    color: #2b2b2b;
    font-size: 13px
}

#mnhelpinfo .mnhelpinfo {
    padding: 15px;
    background-color: #fbfbfb
}

#mnhelpinfo .mnhelpinfo .breadcrumbs {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec
}

#mnhelpinfo .mnhelpinfo .breadcrumbs li {
    display: inline-block;
    font-size: 14px
}

#mnhelpinfo .mnhelpinfo .breadcrumbs li a {
    color: #767c87
}

#mnhelpinfo .mnhelpinfo .breadcrumbs li:before {
    margin: 0 2px;
    position: relative;
    top: 1px;
    content: "";
    display: inline-block;
    height: 12px;
    width: 8px;
    background: url(../images/mobile/arrow.png) center no-repeat;
    background-size: 7px auto
}

#mnhelpinfo .mnhelpinfo .breadcrumbs li:first-child:before {
    display: none
}

#mnhelpinfo .mnew-prenext {
    padding-top: 10px;
    border-top: 1px solid #ececec;
    margin: 20px 0;
    display: flex;
    justify-content: space-between
}

#mnhelpinfo .mnew-prenext a {
    font-size: 16px;
    color: #767c87
}

#mnhelpinfo .mnew-prenext .pre:before {
    margin: 0 2px;
    position: relative;
    top: 0;
    content: "";
    display: inline-block;
    height: 12px;
    width: 7px;
    background: url(../images/mobile/arrow.png) center no-repeat;
    background-size: 7px auto;
    transform: rotate(180deg)
}

#mnhelpinfo .mnew-prenext .next:after {
    margin: 0 2px;
    position: relative;
    top: 0;
    content: "";
    display: inline-block;
    height: 12px;
    width: 7px;
    background: url(../images/mobile/arrow.png) center no-repeat;
    background-size: 7px auto
}

#mnhelpinfo .download-block {
    margin-top: 30px
}

#mnhelpinfo .download-block .down-tittle {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b
}

#mnhelpinfo .download-block .download-body {
    background-color: #fff
}

#mnhelpinfo .download-block .download-body a {
    width: 100%;
    display: inline-block;
    padding: 20px 35px 20px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 31px rgba(0, 0, 0, .07)
}

#mnhelpinfo .download-block .download-body a .download-info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#mnhelpinfo .download-block .download-body a .download-info i {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/mobile/download.png) center no-repeat;
    background-size: 20px auto
}

#mnhelpinfo .download-block .download-body a .download-info .download-infobody {
    padding-right: 70px;
    border-right: 2px solid #f2f2f6
}

#mnhelpinfo .download-block .download-body a .download-info .download-infotitle {
    margin-bottom: 10px;
    color: #2b2b2b;
    font-size: 14px
}

#mnhelpinfo .download-block .download-body a .download-info .download-infocontent {
    color: #777d88;
    font-size: 12px
}

#mnhelpinfo .question-block {
    border-top: 1px solid #ececec;
    margin-top: 30px;
    padding: 30px 0 10px;
    text-align: center
}

#mnhelpinfo .question-block .question-blocktitle {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b
}

#mnhelpinfo .question-block .question-blockcbody {
    display: inline-block;
    width: 190px
}

#mnhelpinfo .question-block .question-blockcbody .question-blockchoose {
    display: flex;
    justify-content: space-between
}

#mnhelpinfo .question-block .question-blockcbody .question-blockchoose a {
    display: inline-block;
    padding: 8px 0;
    width: 80px;
    font-size: 14px;
    color: #3266ff;
    background-color: rgba(50, 102, 255, .1);
    text-align: center;
    border-radius: 16px
}

.helpdemo .ftitle {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 1.5
}

.helpdemo .content {
    margin-bottom: 14px;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1.8
}

.helpdemo .dlink {
    display: inline-block;
    margin-bottom: 14px;
    color: #3266ff
}

.helpdemo .content-add {
    margin-bottom: 18px;
    color: #6b7799
}

.helpdemo .stitle {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b
}

.helpdemo .ttitle {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b
}

.helpdemo .num-block {
    padding: 0 30px
}

.helpdemo .num-block ol {
    list-style: decimal;
    text-indent: 10px
}

.helpdemo .num-block ol li {
    margin-bottom: 10px
}

#mnhelplist {
    padding-top: 64px;
    overflow-x: hidden;
    display: none
}

#mnhelplist .madform-tbanner {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    background: #eff0f6
}

#mnhelplist .search-block {
    position: absolute;
    left: 50%;
    bottom: 14%;
    width: 90%;
    transform: translateX(-50%)
}

#mnhelplist .search-block .search-body {
    position: relative
}

#mnhelplist .search-block .search-body .search-icon {
    position: absolute;
    top: 14px;
    left: 16px;
    display: inline-block;
    width: 19px;
    height: 21px;
    background-image: url(../images/mobile/m_search.png);
    background-size: 19px auto;
    background-repeat: no-repeat;
    cursor: pointer
}

#mnhelplist .search-block .search-body input {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #767c87;
    padding: 16px 12px 16px 44px;
    border: none;
    border-radius: 24px;
    line-height: 18px
}

#mnhelplist .search-block .search-body input::-moz-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelplist .search-block .search-body input:-ms-input-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelplist .search-block .search-body input::placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelplist .help_search_page_no_more {
    font-size: 14px;
    color: #a3aecc;
    letter-spacing: 0;
    line-height: 24px;
    width: 144px;
    margin: 0 auto 100px
}

#mnhelplist .help_search_page_more {
    width: 80%;
    height: 30px;
    margin: 20px auto 90px;
    text-align: center;
    line-height: 30px;
    background: #eff0f6;
    border-radius: 17px;
    opacity: .42;
    font-size: 14px;
    color: #767c87;
    letter-spacing: 0;
    cursor: pointer;
    transition: .2s
}

#mnhelplist .help_search_page_more:hover {
    opacity: 1
}

.helpsec-chooseblock {
    position: relative
}

.helpsec-chooseblock:after {
    content: "";
    display: inline-block;
    height: 90px;
    width: 64px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff)
}

.helpsec-chooseblock .helpsec-chooseblocklist {
    background-color: #fff;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    padding-right: 30px
}

.helpsec-chooseblock .helpsec-chooseblocklist:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #f0f0f0;
    border-radius: 2px
}

.helpsec-chooseblock .helpsec-chooseblocklist::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    -ms-overflow-style: none
}

.helpsec-chooseblock .helpsec-chooseblocklist li {
    position: relative;
    display: inline-block
}

.helpsec-chooseblock .helpsec-chooseblocklist li a {
    width: 80px;
    display: inline-block;
    text-align: center;
    padding: 22px 0;
    color: #767c87;
    font-size: 14px;
    font-weight: 700
}

.helpsec-chooseblock .helpsec-chooseblocklist li.active:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3266ff;
    border-radius: 2px;
    z-index: 2
}

.helpsec-chooseblock .helpsec-chooseblocklist li.active a {
    color: #3266ff
}

.search-result {
    padding: 25px 0;
    background-color: #fbfbfb
}

.search-result .result-block {
    margin-bottom: 10px;
    padding: 0 15px;
    color: #767c87;
    font-size: 16px
}

.search-result .search-resultlist em {
    color: #2358f2
}

.search-result .search-resultlist > li > div {
    display: inline-block;
    padding: 10px 0;
    width: 100%
}

.search-result .search-resultlist > li > div:active, .search-result .search-resultlist > li > div:focus, .search-result .search-resultlist > li > div:hover {
    position: relative;
    z-index: 100
}

.search-result .search-resultlist > li > div:active .resulttitle, .search-result .search-resultlist > li > div:focus .resulttitle, .search-result .search-resultlist > li > div:hover .resulttitle {
    color: #3266ff;
    background-color: rgba(50, 102, 255, .05)
}

.search-result .search-resultlist > li > div .resulttitle {
    padding: 10px 15px;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 700
}

.search-result .search-resultlist > li > div .resultbread {
    padding: 0 15px;
    margin-bottom: 8px
}

.search-result .search-resultlist > li > div .resultbread span {
    color: #2b2b2b;
    font-size: 14px
}

.search-result .search-resultlist > li > div .resultbread span:before {
    position: relative;
    top: 4px;
    left: -1px;
    content: "";
    display: inline-block;
    height: 19px;
    width: 18px;
    background: url(../images/mobile/helplist_bread.png) center no-repeat;
    background-size: 18px auto
}

.search-result .search-resultlist > li > div .resultbread span:first-child:before {
    display: none
}

.search-result .search-resultlist > li > div .resultinfo {
    padding: 0 15px;
    font-size: 14px;
    color: #767c87;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.search-result .search-resultlist > li > div .resultinfo span {
    color: #3266ff
}

.search-result .search-resultlist > li > div .resultinfo img {
    width: 100%
}

#news {
    min-width: 1200px;
    margin-bottom: 100px;
    background: #fbfbfb
}

#news .form_top {
    width: 100%;
    height: 330px;
    background-color: #eff0f6;
    position: relative
}

#news .form_top .form_top_banner_container {
    max-width: 1920px;
    min-width: 1200px;
    height: 100%;
    margin: -1px auto auto;
    background: url(../images/pc/news-bg.png) top/cover no-repeat
}

#news .form_top .form_top_banner {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto
}

#news .form_top .form_top_banner > div:last-of-type {
    width: 830px;
    height: 330px;
    background: url(../images/pc/news-banner.png) no-repeat;
    background-position-y: -35px;
    background-position-x: 285px;
    background-size: contain
}

#news .form_top .form_top_banner .form_top_banner_title > div:first-of-type {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    font-size: 42px;
    color: #2b2b2b;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    position: relative
}

#news .form_top .form_top_banner .form_top_banner_title > div:first-of-type:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #296aef;
    border-radius: 2px;
    position: absolute;
    bottom: -22px
}

#news .form_top .form_top_banner .form_top_banner_title > div:last-of-type {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    margin-top: 46px
}

#news .form_top .form_top_nav_container {
    position: relative;
    top: -45px;
    transition: width .2s
}

#news .news_list {
    width: 1040px;
    margin: 80px auto auto
}

#news .news_list .news_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    transition: .2s;
    cursor: pointer;
    margin-bottom: 20px
}

#news .news_list .news_list_item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .14);
    background: #fff
}

#news .news_list .news_list_item_left > div:first-of-type {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 9px;
    background: #eaefff;
    border-radius: 4px;
    font-size: 12px;
    color: #3266ff;
    line-height: 14px
}

#news .news_list .news_list_item_left > div:nth-of-type(2) {
    font-weight: 700;
    font-size: 24px;
    color: #2b2b2b;
    line-height: 36px;
    margin-top: 15px
}

#news .news_list .news_list_item_left > div:nth-of-type(3) {
    font-size: 14px;
    color: #767c87;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 708px
}

#news .news_list .news_list_item_right {
    width: 192px;
    height: 144px;
    border-radius: 10px;
    overflow: hidden
}

#news .news_list .news_list_item_right > img {
    width: 100%;
    height: 100%;
    z-index: 1
}

#news .news_more {
    width: 1000px;
    height: 40px;
    background: #eff0f6;
    border-radius: 17px;
    opacity: .42;
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    cursor: pointer;
    transition: .2s
}

#news .news_more:hover {
    opacity: 1
}

#mnhelpsec {
    padding-top: 64px;
    background: #eff0f6;
    overflow-x: hidden;
    display: none
}

#mnhelpsec .madform-tbanner {
    position: relative;
    display: block;
    width: 100%;
    height: 180px
}

#mnhelpsec .search-block {
    position: absolute;
    left: 50%;
    bottom: 14%;
    width: 90%;
    transform: translateX(-50%)
}

#mnhelpsec .search-block .search-body {
    position: relative
}

#mnhelpsec .search-block .search-body .search-icon {
    position: absolute;
    top: 14px;
    left: 16px;
    display: inline-block;
    width: 19px;
    height: 21px;
    background-image: url(../images/mobile/m_search.png);
    background-size: 19px auto;
    background-repeat: no-repeat;
    cursor: pointer
}

#mnhelpsec .search-block .search-body input {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #767c87;
    padding: 16px 12px 16px 44px;
    border: none;
    border-radius: 24px;
    line-height: 18px
}

#mnhelpsec .search-block .search-body input::-moz-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelpsec .search-block .search-body input:-ms-input-placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelpsec .search-block .search-body input::placeholder {
    color: rgba(118, 124, 135, .42)
}

#mnhelpsec .helpsec-chooseblock {
    position: relative
}

#mnhelpsec .helpsec-chooseblock:after {
    content: "";
    display: inline-block;
    height: 90px;
    width: 64px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff)
}

#mnhelpsec .helpsec-chooseblock .helpsec-chooseblocklist {
    background-color: #fff;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    padding-right: 30px
}

#mnhelpsec .helpsec-chooseblock .helpsec-chooseblocklist:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #f0f0f0;
    border-radius: 2px
}

#mnhelpsec .helpsec-chooseblock .helpsec-chooseblocklist::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    -ms-overflow-style: none
}

#mnhelpsec .helpsec-chooseblock .helpsec-chooseblocklist li {
    position: relative;
    display: inline-block
}

#mnhelpsec .helpsec-chooseblock .helpsec-chooseblocklist li a {
    width: 70px;
    display: inline-block;
    text-align: center;
    padding: 22px 0;
    color: #767c87;
    font-size: 14px;
    font-weight: 400
}

#mnhelpsec .helpsec-chooseblock .helpsec-chooseblocklist li.active:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3266ff;
    border-radius: 2px;
    z-index: 2
}

#mnhelpsec .helpsec-chooseblock .helpsec-chooseblocklist li.active a {
    color: #3266ff;
    font-weight: 700
}

.banner-content {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.banner-content .case-tolContent {
    margin: 0 0 10px;
    position: relative;
    padding: 30px 0 10px;
    font-size: 24px;
    color: #2b2b2b;
    text-align: center;
    font-weight: 700
}

.banner-content .case-tolContent:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 15px;
    background-color: #3266ff;
    border-radius: 3px
}

.banner-content .case-bolContent {
    text-align: center;
    color: #2b2b2b;
    font-size: 13px
}

.helpsec-mainblock {
    padding-bottom: 35px;
    background-color: #fff
}

.helpsec-showblock {
    border-bottom: 2px solid #f0f0f0
}

.helpsec-showblock .helpsec-showtittle {
    position: relative;
    padding: 15px 0 15px 25px;
    background-color: #fff;
    font-size: 16px;
    color: #2b2b2b
}

.helpsec-showblock .helpsec-showtittle:after {
    content: "";
    display: none;
    content: "";
    position: absolute;
    top: 14px;
    right: 22px;
    width: 18px;
    height: 18px;
    background-image: url(../images/mobile/help_toparrow.png);
    background-size: 18px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: rotate(180deg)
}

.helpsec-showblock .helpsec-showtittle.open:after {
    transform: rotate(0)
}

.helpsec-showblock .helpsec-showlist {
    background-color: #eee
}

.helpsec-showblock .helpsec-showlist li a {
    color: rgba(29, 29, 29, .6);
    display: inline-block;
    width: 100%;
    padding: 14px 28px 0;
    color: rgba(29, 29, 29, .6);
    font-size: 14px
}

.helpsec-showblock .helpsec-showlist li:last-child a {
    display: inline-block;
    padding: 14px 28px;
    color: rgba(29, 29, 29, .6);
    font-size: 14px
}

#news_article {
    width: 820px;
    margin: 0 auto
}

#news_article .news_article_title {
    margin: 58px auto 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ececec
}

#news_article .news_article_title ul {
    display: flex;
    align-items: center
}

#news_article .news_article_title ul li {
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-right: 4px
}

#news_article .news_article_title ul li a {
    color: #767c87
}

#news_article .news_article_title ul li:not(:last-of-type):after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/pc/news_article-arr.png) center no-repeat;
    background-size: contain;
    margin-left: 4px
}

#news_article .news_article_content_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px
}

#news_article .news_article_content {
    min-height: calc(100vh - 80px - 62px - 206px - 58px - 22px - 22px - 40px - 78px - 36px - 20px - 48px)
}

#news_article .news_article_content b, #news_article .news_article_content strong {
    font-weight: bolder !important
}

#news_article .news_article_page {
    width: 100%;
    margin: 78px auto 48px;
    padding-top: 36px;
    border-top: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#news_article .news_article_page > div {
    display: flex;
    align-items: center;
    cursor: pointer
}

#news_article .news_article_page > div i {
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    background: url(../images/pc/news_article-arr.png) center no-repeat;
    background-size: contain
}

#news_article .news_article_page > div span {
    font-size: 16px;
    color: #767c87;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px
}

#news_article .news_article_page > div:first-of-type i {
    transform: rotateZ(180deg);
    margin-right: 4px
}

#news_article .news_article_page > div:last-of-type i {
    margin-left: 4px
}

#tip {
    z-index: 99;
    position: fixed;
    bottom: 25px;
    right: 10px
}

#tip > div {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(44, 114, 255, .1);
    box-shadow: 0 4px 20px 0 rgba(44, 114, 255, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s;
    margin-bottom: 24px
}

#tip > div:hover {
    border-color: #296bef
}

#tip > div:first-of-type > div {
    position: relative;
    width: 84px;
    height: 64px;
    padding-left: 20px;
    left: -20px
}

#tip > div:first-of-type > div:hover .side-tips {
    display: flex
}

#tip > div:first-of-type > div > .icon-customer-server {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 35px;
    display: block;
    background: url(../images/pc/tip-question.png) center/contain no-repeat
}

#tip > div:first-of-type > div .side-tips {
    position: absolute;
    top: -10px;
    right: 50px;
    padding: 20px 16px;
    width: 174px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, .16);
    white-space: nowrap;
    background-color: #fff;
    color: #2a2d33;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
    transition: 3s ease-in-out;
    align-items: center;
    display: none
}

#tip > div:first-of-type > div .side-tips > .icon {
    margin-right: 8px
}

#tip > div:first-of-type > i {
    width: 42px;
    height: 35px;
    display: block;
    background: url(../images/pc/tip-top.png) center/contain no-repeat
}

#tip > div:first-of-type > div .side-tips > .content .title {
    font-size: 16px;
    text-align: left;
    margin: 4px 0 8px;
    color: #2a2d33;
    line-height: 1;
    font-weight: 600
}

#tip > div:first-of-type > div .side-tips > .content .desc {
    font-size: 12px;
    text-align: left;
    color: #8e9197;
    line-height: 1;
    margin-bottom: 5px
}

#tip > div:nth-of-type(2) > div {
    position: relative;
    width: 84px;
    height: 64px;
    padding-left: 20px;
    left: -20px
}

#tip > div:nth-of-type(2) > div:hover .side-tips {
    display: block
}

#tip > div:nth-of-type(2) > div > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 35px;
    display: block;
    background: url(../images/pc/tip-phone.png) center/contain no-repeat
}

#tip > div:nth-of-type(2) > div .side-tips {
    position: absolute;
    top: -60px;
    right: 50px;
    padding: 12px;
    width: 200px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, .16);
    white-space: nowrap;
    background-color: #fff;
    color: #2a2d33;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
    transition: 3s ease-in-out;
    display: none
}

#tip > div:nth-of-type(2) > div .side-tips > .icon {
    width: 142px;
    height: 142px;
    margin: 0 auto
}

#tip > div:nth-of-type(2) > div .side-tips > .icon i {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../images/pc/tip-code.png) center/contain no-repeat
}

#tip > div:nth-of-type(2) > div .side-tips .title {
    margin: 4px 0 8px;
    font-size: 16px;
    color: #2a2d33;
    line-height: 1;
    font-weight: 600
}

#tip > div:nth-of-type(2) > div .side-tips .desc {
    font-size: 12px;
    color: #8e9197;
    line-height: 1;
    margin-bottom: 5px
}

#tip > div:nth-of-type(3) > i {
    width: 42px;
    height: 35px;
    display: block;
    background: url(../images/pc/tip-top.png) center/contain no-repeat
}

#tip .hidden {
    pointer-events: none;
    opacity: 0
}

#message .test {
    font-size: 12px;
    color: #2bf
}

#footer-pc {
    background-color: #f2f2f6;
    min-width: 1200px
}

#footer-pc .footer_block {
    width: 1200px;
    height: 330px;
    border-radius: 10px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .08);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
    position: relative;
    top: 100px;
    background: url(../images/pc/footer_bg.png) 0/contain no-repeat #fff
}

#footer-pc .footer_block_left > div:first-of-type {
    font-size: 44px;
    color: #404040;
    letter-spacing: 0;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 60px
}

@media (max-width: 1279px) {
    #footer-pc {
        width: 1200px
    }

    #footer-pc .footer_block {
        width: 1024px;
        height: 281px
    }

    #footer-pc .footer_block_left > div:first-of-type {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 50px
    }
}

#footer-pc .footer_block_left > div:last-of-type {
    background: #3266ff;
    box-shadow: 0 4px 9px 0 rgba(50, 102, 255, .22);
    border-radius: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 17.5px 32px 18.5px;
    font-size: 24px;
    color: #fff;
    letter-spacing: -.07px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    transition: .2s
}

#footer-pc .footer_block_left > div:last-of-type:hover {
    background: #2358f2
}

#footer-pc .footer_block_wechat {
    width: 136px;
    height: 185px;
    background: url(../images/pc/tip-code.png) center no-repeat;
    background-size: contain
}

#footer-pc .footer_nav {
    width: 100%;
    height: 290px;
    background-color: #0b1531;
    padding-top: 190px
}

#footer-pc .footer_nav > div {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: space-between
}

#footer-pc .footer_nav > div ul {
    display: flex;
    align-items: center;
    justify-content: center
}

#footer-pc .footer_nav > div ul li {
    margin-right: 32px
}

#footer-pc .footer_nav > div ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 40px
}

#footer-pc .footer_nav_noblock {
    height: 206px;
    padding-top: 104px
}

#footer-pc .footer_nav_noblock > div ul li a {
    color: #767c87
}

#footer-pc .footer_nav_copyright {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: right;
    line-height: 40px
}

@media (max-width: 1279px) {
    #footer-pc .footer_block_left > div:last-of-type {
        font-size: 20px;
        padding: 11px 28px
    }

    #footer-pc .footer_nav > div {
        width: 1024px
    }

    #footer-pc .footer_nav > div ul li {
        margin-right: 28px
    }

    #footer-pc .footer_nav > div ul li a, #footer-pc .footer_nav_copyright {
        font-size: 13px
    }
}

#footer-pc .footer_nav_copyright_noblock {
    color: #767c87
}

#fix_header {
    position: sticky;
    top: 0;
    z-index: 999
}

#header-pc {
    min-width: 1200px;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    transition: .2s linear
}

#header-pc .header_login_container {
    min-width: 225px
}

#header-pc .header_login_container > div {
    height: 100%
}

#header-pc .header_logo {
    width: 136px;
    height: 40px;
    background: url(../images/pc/zhanduoduo-union-logo.png) left center no-repeat;
    background-size: contain
}

#header-pc .header_nav, #header-pc .header_nav_list {
    height: 100%;
    display: flex
}

#header-pc .header_nav_list .header_nav_list_active a:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #3266ff;
    top: 0;
    left: 0;
    transition: .2s cubic-bezier(.18, .89, .17, .88), opacity .15s;
    opacity: 1;
    transform: scaleX(1)
}

#header-pc .header_nav_list li {
    position: relative;
    height: 100%;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 66px
}

#header-pc .header_nav_list li:hover a:before {
    opacity: 1;
    transform: scaleX(1)
}

@media (max-width: 1279px) {
    #header-pc .header_nav_list li {
        font-size: 14px;
        line-height: 14px;
        margin-right: 15px
    }
}

#header-pc .header_nav_list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #767c87
}

#header-pc .header_nav_list li a:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #3266ff;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s cubic-bezier(.18, .89, .17, .88), opacity .15s;
    transform: scaleX(0)
}

#header-pc .header_nav_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3266ff;
    letter-spacing: 0;
    text-align: center
}

#header-pc .header_nav_btn > div {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 17px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: .2s
}

#header-pc .header_nav_btn > div:first-of-type {
    background: rgba(20, 102, 255, .1);
    color: #3266ff;
    margin-right: 30px;
    flex-shrink: 0
}

#header-pc .header_nav_btn > div:first-of-type a {
    display: block;
    padding: 9px 19px;
}
@media (max-width: 1279px) {
    #header-pc .header_nav_btn > div {
        font-size: 14px;
        line-height: 14px
    }

    #header-pc .header_nav_btn > div:first-of-type {
        margin-right: 15px
    }
}

#header-pc .header_nav_btn > div:first-of-type:hover {
    background-color: #3266ff;
    color: #fff
}

#header-pc .header_nav_btn > div:first-of-type:hover a {
    color: #fff
}

#header-pc .header_nav_btn > div:last-of-type {
    padding: 9px 24px;
    background: #3266ff;
    color: #fff;
    flex-shrink: 0
}

#header-pc .header_nav_btn > div:last-of-type:hover {
    background: #2358f2
}

#header-pc .user_container {
    height: 100%
}

#header-pc .user_container:hover .user_extra {
    display: block !important
}

#header-pc .user_container .user_info {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer
}

#header-pc .user_container .user_info img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 #c5c5c5;
    margin-right: 20px
}

#header-pc .user_container .user_info span {
    display: inline-block;
    max-width: 138px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #6c7584;
    margin-right: 10px;
    text-align: right
}

#header-pc .user_container .user_info i {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../images/pc/user_arr.svg) center/contain no-repeat
}

#header-pc .user_container .user_info .user-avatar {
    display: inline;
    position: relative;
    filter: drop-shadow(0 0 8px #c5c5c5);
    margin-right: 20px
}

#header-pc .user_container .user_info .user-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 0
}

#header-pc .user_container .user_info .user-avatar .login-subscript {
    position: absolute;
    bottom: 4px;
    right: 0;
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    z-index: 2;
    margin-right: 0
}

#header-pc .user_container .user_info .user-avatar .login-subscript.wechat {
    text-align: center
}

#header-pc .user_container .user_info .user-avatar .login-subscript.wechat::after {
    content: "";
    display: block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    margin-top: 3px;
    margin-left: 2px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2307c160' fill-rule='evenodd'%3E%3Cpath d='M21.392 17.275c1.516-1.107 2.485-2.746 2.485-4.566 0-3.336-3.22-6.04-7.192-6.04s-7.192 2.704-7.192 6.04c0 3.337 3.22 6.04 7.192 6.04.82 0 1.613-.117 2.348-.33a.718.718 0 0 1 .211-.032.75.75 0 0 1 .382.111l1.574.917a.275.275 0 0 0 .139.045.24.24 0 0 0 .24-.242c0-.06-.024-.12-.04-.177l-.323-1.218a.484.484 0 0 1 .176-.548m-7.104-5.594a.901.901 0 0 1-.898-.904c0-.5.402-.906.898-.906s.898.406.898.906-.402.904-.898.904m4.794 0a.9.9 0 0 1-.897-.904c0-.5.401-.906.897-.906s.898.406.898.906-.402.904-.898.904'/%3E%3Cpath d='M8.63 0C3.864 0 0 3.245 0 7.248c0 2.185 1.163 4.15 2.982 5.48a.58.58 0 0 1 .211.657l-.389 1.462c-.018.069-.046.14-.046.212 0 .16.129.29.288.29a.32.32 0 0 0 .166-.054l1.89-1.1a.9.9 0 0 1 .457-.133c.089 0 .174.013.254.038a10.133 10.133 0 0 0 3.291.386 5.624 5.624 0 0 1-.29-1.777c0-3.65 3.524-6.61 7.871-6.61.157 0 .198.005.353.012C16.388 2.648 12.936 0 8.63 0M5.754 5.957c-.564 0-1.021-.46-1.021-1.028 0-.568.457-1.028 1.02-1.028.564 0 1.02.46 1.02 1.028 0 .568-.456 1.028-1.02 1.028m5.754 0c-.564 0-1.02-.46-1.02-1.028 0-.568.456-1.028 1.02-1.028.563 0 1.02.46 1.02 1.028 0 .568-.457 1.028-1.02 1.028'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%
}

#header-pc .user_container .user_info .user-avatar .login-subscript.wechat span {
    display: block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    margin-top: 3px;
    margin-left: 2px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2307c160' fill-rule='evenodd'%3E%3Cpath d='M21.392 17.275c1.516-1.107 2.485-2.746 2.485-4.566 0-3.336-3.22-6.04-7.192-6.04s-7.192 2.704-7.192 6.04c0 3.337 3.22 6.04 7.192 6.04.82 0 1.613-.117 2.348-.33a.718.718 0 0 1 .211-.032.75.75 0 0 1 .382.111l1.574.917a.275.275 0 0 0 .139.045.24.24 0 0 0 .24-.242c0-.06-.024-.12-.04-.177l-.323-1.218a.484.484 0 0 1 .176-.548m-7.104-5.594a.901.901 0 0 1-.898-.904c0-.5.402-.906.898-.906s.898.406.898.906-.402.904-.898.904m4.794 0a.9.9 0 0 1-.897-.904c0-.5.401-.906.897-.906s.898.406.898.906-.402.904-.898.904'/%3E%3Cpath d='M8.63 0C3.864 0 0 3.245 0 7.248c0 2.185 1.163 4.15 2.982 5.48a.58.58 0 0 1 .211.657l-.389 1.462c-.018.069-.046.14-.046.212 0 .16.129.29.288.29a.32.32 0 0 0 .166-.054l1.89-1.1a.9.9 0 0 1 .457-.133c.089 0 .174.013.254.038a10.133 10.133 0 0 0 3.291.386 5.624 5.624 0 0 1-.29-1.777c0-3.65 3.524-6.61 7.871-6.61.157 0 .198.005.353.012C16.388 2.648 12.936 0 8.63 0M5.754 5.957c-.564 0-1.021-.46-1.021-1.028 0-.568.457-1.028 1.02-1.028.564 0 1.02.46 1.02 1.028 0 .568-.456 1.028-1.02 1.028m5.754 0c-.564 0-1.02-.46-1.02-1.028 0-.568.456-1.028 1.02-1.028.563 0 1.02.46 1.02 1.028 0 .568-.457 1.028-1.02 1.028'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%
}

#header-pc .user_container .user_info .user-avatar .login-subscript.qq {
    text-align: center
}

#header-pc .user_container .user_info .user-avatar .login-subscript.qq::after {
    content: "";
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 12px;
    margin-top: 2px;
    margin-left: 3px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h10v12H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M9.463 7.442c-.101-.327-.24-.709-.38-1.075l-.514-1.281c0-.015.007-.267.007-.397 0-2.19-1.034-4.39-3.576-4.39s-3.576 2.2-3.576 4.39c0 .13.006.382.007.397l-.513 1.28c-.141.367-.28.749-.381 1.076-.485 1.56-.328 2.206-.209 2.22.257.031 1-1.174 1-1.174 0 .698.359 1.61 1.137 2.267-.291.09-.648.228-.877.397-.206.152-.18.307-.143.37.163.274 2.795.175 3.555.09.76.085 3.393.184 3.556-.09.037-.063.062-.218-.144-.37-.229-.17-.585-.307-.877-.397.778-.658 1.137-1.57 1.137-2.267 0 0 .743 1.205 1 1.174.12-.014.276-.66-.209-2.22' fill='%2312B7F5'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%
}

#header-pc .user_container .user_info .user-avatar .login-subscript.qq span {
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 12px;
    margin-top: 2px;
    margin-left: 3px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h10v12H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M9.463 7.442c-.101-.327-.24-.709-.38-1.075l-.514-1.281c0-.015.007-.267.007-.397 0-2.19-1.034-4.39-3.576-4.39s-3.576 2.2-3.576 4.39c0 .13.006.382.007.397l-.513 1.28c-.141.367-.28.749-.381 1.076-.485 1.56-.328 2.206-.209 2.22.257.031 1-1.174 1-1.174 0 .698.359 1.61 1.137 2.267-.291.09-.648.228-.877.397-.206.152-.18.307-.143.37.163.274 2.795.175 3.555.09.76.085 3.393.184 3.556-.09.037-.063.062-.218-.144-.37-.229-.17-.585-.307-.877-.397.778-.658 1.137-1.57 1.137-2.267 0 0 .743 1.205 1 1.174.12-.014.276-.66-.209-2.22' fill='%2312B7F5'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%
}

#header-pc .user_container .user_extra {
    width: 100%;
    padding-top: 12px;
    display: none;
    position: relative;
    z-index: 9
}

#header-pc .user_container .user_extra .user_extra_container {
    width: 100%;
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0 0 9px 0 #e3e3e3
}

#header-pc .user_container .user_login_normal {
    width: 100%;
    height: 100%
}

#header-pc .user_container .user_login_normal li {
    height: 50px;
    padding: 0 20px;
    color: #767c87;
    cursor: pointer
}

#header-pc .user_container .user_login_normal li:not(:last-of-type) {
    border-bottom: 1px solid #f0f0f0
}

#header-pc .user_container .user_login_normal li:hover, #header-pc .user_container .user_login_normal li:hover a {
    color: #3266ff
}

#header-pc .user_container .user_login_normal li:hover i {
    background: url(../images/pc/user_login_active_arr.svg) center/contain no-repeat
}

#header-pc .user_container .user_login_normal li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header-pc .user_container .user_login_normal li div > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header-pc .user_container .user_login_normal li a {
    color: #767c87;
    font-size: 14px
}

#header-pc .user_container .user_login_normal li i {
    display: inline-block;
    background: url(../images/pc/user_login_normal_arr.svg) center/contain no-repeat;
    width: 6px;
    height: 8px
}

#header-pc .user_container .user_login_unfinished {
    height: 80px !important
}

#header-pc .user_container .user_login_unfinished:hover .user_login_unfinished_icon > i {
    background: url(../images/pc/user_login_reg.svg) center no-repeat
}

#header-pc .user_container .user_login_unfinished > div {
    height: auto !important
}

#header-pc .user_container .user_login_unfinished > div:first-of-type {
    padding-top: 15px;
    margin-bottom: 15px
}

#header-pc .user_container .user_login_unfinished > div:nth-of-type(2) {
    justify-content: flex-start !important
}

#header-pc .user_container .user_login_unfinished .user_login_unfinished_icon > i {
    width: 18px;
    height: 18px;
    background: url(../images/pc/user_login_reg.svg) center no-repeat
}

#header-pc .user_container .user_login_unfinished .user_login_unfinished_icon > span {
    font-size: 12px;
    line-height: 16px;
    color: rgba(118, 124, 135, .6);
    margin-left: 7px
}

#header-pc .user_container .user_login_unfinished .user_login_unfinished_icon > span a {
    color: #3266ff;
    font-size: 12px;
    line-height: 16px
}

#header-pc .user_container .user_login_check .user_login_unfinished_icon > i {
    width: 18px;
    height: 18px;
    background: url(../images/pc/user_login_reg.svg) center no-repeat !important
}

#header-pc .user_container .user_login_check .user_login_unfinished_icon > span {
    font-size: 14px;
    line-height: 16px;
    color: #767c87;
    margin-left: 7px
}

#header-pc .userinfo {
    padding-top: 30px
}

#header-pc .userinfo .loginfo {
    width: 202px;
    cursor: pointer;
    position: relative;
    text-align: center
}

#header-pc .userinfo .loginfo:hover {
    background: #fff;
    color: #333;
    position: relative;
    z-index: 99
}

#header-pc .userinfo .loginfo:hover .logribbon {
    display: block
}

#header-pc .userinfo .loginfo img {
    border-radius: 12px;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

#header-pc .userinfo .loginfo em {
    max-width: 150px;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    color: #2a2d33
}

#header-pc .userinfo .loginfo .logribbon {
    display: none;
    padding: 12px 0 5px;
    margin-top: 10px;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, .1);
    border-radius: 2px;
    text-align: center
}

#header-pc .userinfo .loginfo .logribbon .logribbon-tips {
    padding: 5px 10px;
    font-size: 14px;
    color: #8e9197;
    font-family: PingFangSC-Regular, "Microsoft YaHei"
}

#header-pc .userinfo .loginfo .logribbon .btn-whole {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    color: #2a2d33;
    font-size: 14px;
    font-family: PingFangSC-Regular, "Microsoft YaHei";
    border: 1px solid transparent;
    cursor: pointer
}

#header-pc .userinfo .loginfo .logribbon .btn-whole:hover {
    color: #2e80ff
}

#header-pc .userinfo .loginfo .arrow-icon {
    width: 0;
    height: 0;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 4px;
    margin-left: 5px;
    display: inline-block
}

#header-pc .tips-lginfo {
    display: block;
    position: absolute;
    right: 25px;
    top: 65px;
    min-width: 200px;
    padding: 8px 45px 8px 15px;
    line-height: 1.5;
    border: 1px solid #eaeaeb;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    z-index: 9
}

#header-pc .tips-lginfo a {
    color: #42a4ff
}

#header-pc .tips-lginfo:before {
    width: 14px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 136px;
    top: -7px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: -149px -264px;
    content: ""
}

#header-pc .tips-lginfo .ico-close {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: -149px -218px;
    text-indent: -9999px;
    position: absolute;
    right: 10px;
    top: 13px
}

#footer-m {
    display: none;
    text-align: center;
    background-color: #0b1531
}

#footer-m > div {
    margin-bottom: 70px
}

#footer-m .footer-copy {
    padding: 30px 0;
    font-size: 12px;
    color: #6b7799;
    border-top: 1px solid #1c2338
}

#footer-m .qrcode-block {
    padding: 40px 0 25px
}

#footer-m .qrcode-block p {
    margin-bottom: 18px;
    color: #6b7799;
    font-size: 14px
}

#footer-m .logo-m {
    display: inline-block;
    height: 111px;
    width: 111px;
    background: url(../images/mobile/m_qrcode.png) center no-repeat;
    background-size: 111px auto
}

#footer-m .showjoin-usblock {
    position: relative;
    margin-top: 120px;
    box-shadow: 0 0 20px rgba(135, 135, 135, .1)
}

#footer-m .join-usblock {
    margin-top: -110px;
    display: inline-block;
    height: 170px;
    width: 93%;
    position: relative;
    background: url(../images/mobile/footer_toten.png) center no-repeat #fff;
    background-size: 350px auto;
    border-radius: 10px
}

#footer-m .join-contentblock {
    width: 85%;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%)
}

#footer-m .join-content {
    margin-bottom: 20px;
    font-size: 17px;
    color: #2b2b2b;
    font-weight: 700
}

@media (max-width: 321px) {
    #footer-m .join-content {
        font-size: 17px
    }
}

#footer-m .join-button a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 105px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #296bef
}

a, applet, big, body, code, div, dt, em, fieldset, form, h1, h5, html, iframe, img, input, label, li, object, ol, p, pre, q, s, small, span, strike, strong, sub, sup, table, tbody, td, th, tr, tt, ul, var {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
    -webkit-font-smoothing: inherit;
    box-sizing: border-box
}

a:disabled, applet:disabled, big:disabled, body:disabled, code:disabled, div:disabled, dt:disabled, em:disabled, fieldset:disabled, form:disabled, h1:disabled, h5:disabled, html:disabled, iframe:disabled, img:disabled, input:disabled, label:disabled, li:disabled, object:disabled, ol:disabled, p:disabled, pre:disabled, q:disabled, s:disabled, small:disabled, span:disabled, strike:disabled, strong:disabled, sub:disabled, sup:disabled, table:disabled, tbody:disabled, td:disabled, th:disabled, tr:disabled, tt:disabled, ul:disabled, var:disabled {
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, select, textarea {
    outline: 0;
    *font-size: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input, select {
    vertical-align: middle
}

* {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    -webkit-font-smoothing: auto;
    font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
    background-color: #fbfbfb;
    min-height: 100%;
    position: relative
}

a {
    color: #3266ff;
    text-decoration: none;
    transition: .6s cubic-bezier(.19, 1, .22, 1)
}

a:hover {
    color: #0040fe
}

select option {
    background-color: #276bef
}

a, applet, big, body, code, div, dt, em, fieldset, form, h1, h5, html, iframe, img, label, li, object, ol, p, pre, q, s, small, span, strike, strong, sub, sup, table, tbody, td, th, tr, tt, ul, var {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

#header-m {
    position: fixed;
    display: none;
    height: 64px;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 100
}

@media (max-width: 480px) {
    #chinain {
        min-width: 100vw
    }

    #footer-m, #header-m, #madform, #mindex, #mnewinfo, #mnewlist, #mnhelp404, #mnhelpindex, #mnhelpinfo, #mnhelplist, #mnhelpsec {
        display: block
    }

    #tip {
        display: none
    }
}

#header-m .g-header .header-section {
    width: 100%;
    height: 64px;
    padding: 20px 0 10px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000
}

#header-m .g-header .header-section:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleY(.5)
}

#header-m .g-header .header-section:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleY(.5)
}

#header-m .g-header .logo {
    float: left
}

#header-m .g-header .logo > a:nth-child(1) {
    display: block;
    width: 112px;
    height: 30px;
    background: url(../images/mobile/zhanduoduo-union-logo.png) left center no-repeat;
    background-size: contain
}

#header-m .g-header .nav-icon {
    width: 22px;
    height: 22px;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 100000;
    font-size: 0;
    text-align: right;
    cursor: pointer
}

#header-m .g-header .nav-icon i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#header-m .g-header .nav-icon i span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #bbbec3;
    position: relative;
    border-radius: 2px;
    transition: .15s cubic-bezier(.4, 0, .2, 1)
}

#header-m .g-header .nav-icon i:nth-of-type(1) span {
    top: 15%
}

#header-m .g-header .nav-icon i:nth-of-type(2) span {
    top: 45%
}

#header-m .g-header .nav-icon i:nth-of-type(3) span {
    top: 75%
}

#header-m .g-header .m-navbgc {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: .4s cubic-bezier(.4, 0, 0, 1)
}

#header-m .g-header .m-navbar {
    width: 250px;
    background-color: #fff;
    position: fixed;
    height: 100vh;
    z-index: 99999;
    right: -150%;
    top: 0;
    padding-bottom: .6rem;
    box-sizing: border-box;
    transform: translateX(0);
    transition: right .4s cubic-bezier(.4, 0, 0, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#header-m .g-header .m-navbar .navbar-link {
    margin: 100px 0 32px;
    text-align: center
}

#header-m .g-header .m-navbar .navbar-link li {
    margin-bottom: 25px
}

#header-m .g-header .m-navbar .navbar-link li a {
    font-size: 14px;
    color: #767c87
}

#header-m .g-header .m-navbar .res-block {
    margin-top: 15px;
    text-align: center
}

#header-m .g-header .m-navbar .res-block a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 160px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #296bef
}

#header-m .g-header .m-navbar .login-block {
    margin-top: 15px;
    text-align: center
}

#header-m .g-header .m-navbar .login-block a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 160px;
    border-radius: 40px;
    color: #3266ff;
    text-align: center;
    font-size: 14px;
    background-color: rgba(50, 102, 255, .1)
}

#header-m .g-header.show-nav .nav-icon {
    position: fixed;
    top: 20px;
    right: 30px;
    width: 22px;
    z-index: 100000
}

#header-m .g-header.show-nav .nav-icon i span {
    transform-origin: 5% 100%
}

#header-m .g-header.show-nav .nav-icon i:nth-of-type(1) span {
    transform: rotate(45deg) translate3d(-1px, 0, 0)
}

#header-m .g-header.show-nav .nav-icon i:nth-of-type(2) span {
    opacity: 0
}

#header-m .g-header.show-nav .nav-icon i:nth-of-type(3) span {
    transform: rotate(-45deg)
}

#header-m .g-header.show-nav .m-navbar {
    right: 0
}

#header-m .g-header.show-nav .m-navbgc {
    display: block
}

.noreg-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none
}

.noreg-block .noreg-pop {
    position: absolute;
    width: 310px;
    padding: 40px 0;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    z-index: 99001;
    text-align: center;
    border-radius: 10px
}

.noreg-block .noreg-pop .noregcontent {
    margin-bottom: 18px;
    font-size: 17px;
    color: #393939;
    font-weight: 700
}

.noreg-block .noreg-pop .tiplinkblock {
    font-size: 0
}

.noreg-block .noreg-pop .tiplinkblock a, .noreg-block .noreg-pop .tiplinkblock span {
    font-size: 14px
}

.noreg-block .nav-icon {
    width: 22px;
    height: 22px;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 100000;
    font-size: 0;
    text-align: right;
    cursor: pointer;
    transform: scale(.8)
}

.noreg-block .nav-icon i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.noreg-block .nav-icon i span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #bbbec3;
    position: relative;
    border-radius: 2px;
    transition: .15s cubic-bezier(.4, 0, .2, 1)
}

.noreg-block .nav-icon i:nth-of-type(1) span {
    top: 50%
}

.noreg-block .nav-icon i:nth-of-type(1):nth-of-type(1) span {
    transform: rotate(45deg) translate3d(-1px, 0, 0)
}

.noreg-block .nav-icon i:nth-of-type(2) span {
    top: 50%;
    transform: rotate(-45deg)
}

.noreg-block .m-navbgc {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: .4s cubic-bezier(.4, 0, 0, 1)
}

.noreg-block.show, .noreg-block.show .m-navbgc {
    display: block
}

.youlianghui-tip {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/mobile/youlianghui_tip.png) center/18px auto no-repeat
}

.youlianghui-go {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/mobile/youlianghui_go.png) center/18px auto no-repeat
}

.violation {
    display: none
}

.violation .togoreg-pop, .violation .violation-pop {
    position: absolute;
    width: 330px;
    padding: 9px 10px;
    top: 90px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 0 9px rgba(227, 227, 227, .5);
    font-size: 0;
    color: #767c87
}

.violation .togoreg-pop a, .violation .togoreg-pop span, .violation .violation-pop a, .violation .violation-pop span {
    font-size: 14px
}

.violation .youlianghui-tip {
    top: 3px;
    position: relative;
    margin-right: 4px
}

.violation .nav-icon {
    width: 22px;
    height: 22px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100000;
    font-size: 0;
    text-align: right;
    cursor: pointer;
    transform: scale(.7)
}

.violation .nav-icon i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.violation .nav-icon i span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #bbbec3;
    position: relative;
    border-radius: 2px;
    transition: .15s cubic-bezier(.4, 0, .2, 1)
}

.violation .nav-icon i:nth-of-type(1) span {
    top: 0
}

.violation .nav-icon i:nth-of-type(1):nth-of-type(1) span {
    transform: rotate(45deg) translate3d(-1px, 0, 0)
}

.violation .nav-icon i:nth-of-type(2) span {
    top: 0;
    transform: rotate(-45deg)
}

.violation.show {
    display: block
}

.togoreg {
    display: none
}

.togoreg .togoreg-pop, .togoreg .violation-pop {
    position: absolute;
    width: 330px;
    padding: 9px 10px;
    top: 90px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 0 9px rgba(227, 227, 227, .5);
    font-size: 0;
    color: #767c87
}

.togoreg .togoreg-pop a, .togoreg .togoreg-pop span, .togoreg .violation-pop a, .togoreg .violation-pop span {
    font-size: 14px
}

.togoreg .youlianghui-tip {
    top: 3px;
    position: relative;
    margin-right: 4px
}

.togoreg .nav-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100000;
    font-size: 0;
    text-align: right;
    cursor: pointer;
    transform: scale(.7)
}

.togoreg .nav-icon i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.togoreg .nav-icon i span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #bbbec3;
    position: relative;
    border-radius: 2px;
    transition: .15s cubic-bezier(.4, 0, .2, 1)
}

.togoreg .nav-icon i:nth-of-type(1) span {
    top: 0
}

.togoreg .nav-icon i:nth-of-type(1):nth-of-type(1) span {
    transform: rotate(45deg) translate3d(-1px, 0, 0)
}

.togoreg .nav-icon i:nth-of-type(2) span {
    top: 0;
    transform: rotate(-45deg)
}

.togoreg.show {
    display: block
}

.youlianghui-qrmblock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none
}

.youlianghui-qrmblock .myoulianghui-pop {
    position: absolute;
    width: 310px;
    padding: 40px 0;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    z-index: 99001;
    text-align: center;
    border-radius: 10px
}

.youlianghui-qrmblock .myoulianghui-pop .noregcontent {
    margin-bottom: 18px;
    font-size: 17px;
    color: #393939;
    font-weight: 700
}

.youlianghui-qrmblock .myoulianghui-pop .tiplinkblock {
    font-size: 0
}

.youlianghui-qrmblock .myoulianghui-pop .tiplinkblock a, .youlianghui-qrmblock .myoulianghui-pop .tiplinkblock span {
    font-size: 14px
}

.youlianghui-qrmblock .myoulianghui-pop .mylh-qrcode {
    margin-bottom: 10px;
    display: inline-block;
    width: 111px
}

.youlianghui-qrmblock .myoulianghui-pop .mylh-qrcode img {
    width: 100%
}

.youlianghui-qrmblock .myoulianghui-pop .mylh-qrcodecontent {
    color: #393939;
    font-size: 14px;
    line-height: 1.6
}

.youlianghui-qrmblock .nav-icon {
    width: 22px;
    height: 22px;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 100000;
    font-size: 0;
    text-align: right;
    cursor: pointer;
    transform: scale(.8)
}

.youlianghui-qrmblock .nav-icon i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.youlianghui-qrmblock .nav-icon i span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #bbbec3;
    position: relative;
    border-radius: 2px;
    transition: .15s cubic-bezier(.4, 0, .2, 1)
}

.youlianghui-qrmblock .nav-icon i:nth-of-type(1) span {
    top: 50%
}

.youlianghui-qrmblock .nav-icon i:nth-of-type(1):nth-of-type(1) span {
    transform: rotate(45deg) translate3d(-1px, 0, 0)
}

.youlianghui-qrmblock .nav-icon i:nth-of-type(2) span {
    top: 50%;
    transform: rotate(-45deg)
}

.youlianghui-qrmblock .m-navbgc {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: .4s cubic-bezier(.4, 0, 0, 1)
}

.youlianghui-qrmblock.show, .youlianghui-qrmblock.show .m-navbgc {
    display: block
}

.refuse-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none
}

.refuse-block .refuse-pop {
    position: absolute;
    width: 310px;
    padding: 40px 0;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    z-index: 99001;
    text-align: center;
    border-radius: 10px
}

.refuse-block .refuse-pop .noregcontent {
    margin-bottom: 18px;
    font-size: 17px;
    color: #393939;
    font-weight: 700
}

.refuse-block .refuse-pop .tiplinkblock {
    font-size: 0
}

.refuse-block .refuse-pop .tiplinkblock a, .refuse-block .refuse-pop .tiplinkblock span {
    font-size: 14px
}

.refuse-block .refuse-pop .mylh-qrcode {
    margin-bottom: 10px;
    display: inline-block;
    width: 111px
}

.refuse-block .refuse-pop .mylh-qrcode img {
    width: 100%
}

.refuse-block .refuse-pop .mylh-qrcodecontent {
    color: #393939;
    font-size: 14px;
    line-height: 1.6
}

.refuse-block .nav-icon {
    width: 22px;
    height: 22px;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 100000;
    font-size: 0;
    text-align: right;
    cursor: pointer;
    transform: scale(.8)
}

.refuse-block .nav-icon i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.refuse-block .nav-icon i span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #bbbec3;
    position: relative;
    border-radius: 2px;
    transition: .15s cubic-bezier(.4, 0, .2, 1)
}

.refuse-block .nav-icon i:nth-of-type(1) span {
    top: 50%
}

.refuse-block .nav-icon i:nth-of-type(1):nth-of-type(1) span {
    transform: rotate(45deg) translate3d(-1px, 0, 0)
}

.refuse-block .nav-icon i:nth-of-type(2) span {
    top: 50%;
    transform: rotate(-45deg)
}

.refuse-block .m-navbgc {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: .4s cubic-bezier(.4, 0, 0, 1)
}

.refuse-block.show, .refuse-block.show .m-navbgc {
    display: block
}

.refuse-block .refuse-cblock {
    padding: 0 20px;
    color: #393939
}

.refuse-block .refuse-cblock a {
    display: inline-block
}

.refuse-block .refuse-cblock a .youlianghui-go {
    margin-left: 2px;
    position: relative;
    top: 4px
}

.refuse-block .refuse-title {
    margin-bottom: 12px;
    font-size: 17px;
    color: #393939;
    font-weight: 700
}

.refuse-block .refuse-tip {
    margin-bottom: 15px;
    font-size: 14px
}

.refuse-block .refuse-tip .youlianghui-tip {
    margin-right: 4px;
    position: relative;
    top: 4px
}

.refuse-block .refuse-content {
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 12px;
    color: #393939;
    text-align: left
}

.mlogin-infoblock {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 5px solid rgba(216, 216, 216, .5);
    text-align: center
}

.mlogin-infoblock .mlogin-infouser {
    text-align: center
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg {
    margin-bottom: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg img {
    display: inline-block;
    width: 100%
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg .user-avatar {
    display: inline;
    position: relative;
    filter: drop-shadow(0 0 8px #c5c5c5)
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg .user-avatar img {
    width: 100%;
    border-radius: 50%;
    margin-right: 0
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg .user-avatar .login-subscript {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    z-index: 2;
    margin-right: 0
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg .user-avatar .login-subscript.wechat {
    text-align: center
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg .user-avatar .login-subscript.wechat::after {
    content: "";
    display: block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    margin-top: 3px;
    margin-left: 2px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2307c160' fill-rule='evenodd'%3E%3Cpath d='M21.392 17.275c1.516-1.107 2.485-2.746 2.485-4.566 0-3.336-3.22-6.04-7.192-6.04s-7.192 2.704-7.192 6.04c0 3.337 3.22 6.04 7.192 6.04.82 0 1.613-.117 2.348-.33a.718.718 0 0 1 .211-.032.75.75 0 0 1 .382.111l1.574.917a.275.275 0 0 0 .139.045.24.24 0 0 0 .24-.242c0-.06-.024-.12-.04-.177l-.323-1.218a.484.484 0 0 1 .176-.548m-7.104-5.594a.901.901 0 0 1-.898-.904c0-.5.402-.906.898-.906s.898.406.898.906-.402.904-.898.904m4.794 0a.9.9 0 0 1-.897-.904c0-.5.401-.906.897-.906s.898.406.898.906-.402.904-.898.904'/%3E%3Cpath d='M8.63 0C3.864 0 0 3.245 0 7.248c0 2.185 1.163 4.15 2.982 5.48a.58.58 0 0 1 .211.657l-.389 1.462c-.018.069-.046.14-.046.212 0 .16.129.29.288.29a.32.32 0 0 0 .166-.054l1.89-1.1a.9.9 0 0 1 .457-.133c.089 0 .174.013.254.038a10.133 10.133 0 0 0 3.291.386 5.624 5.624 0 0 1-.29-1.777c0-3.65 3.524-6.61 7.871-6.61.157 0 .198.005.353.012C16.388 2.648 12.936 0 8.63 0M5.754 5.957c-.564 0-1.021-.46-1.021-1.028 0-.568.457-1.028 1.02-1.028.564 0 1.02.46 1.02 1.028 0 .568-.456 1.028-1.02 1.028m5.754 0c-.564 0-1.02-.46-1.02-1.028 0-.568.456-1.028 1.02-1.028.563 0 1.02.46 1.02 1.028 0 .568-.457 1.028-1.02 1.028'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg .user-avatar .login-subscript.wechat span {
    display: block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    margin-top: 3px;
    margin-left: 2px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2307c160' fill-rule='evenodd'%3E%3Cpath d='M21.392 17.275c1.516-1.107 2.485-2.746 2.485-4.566 0-3.336-3.22-6.04-7.192-6.04s-7.192 2.704-7.192 6.04c0 3.337 3.22 6.04 7.192 6.04.82 0 1.613-.117 2.348-.33a.718.718 0 0 1 .211-.032.75.75 0 0 1 .382.111l1.574.917a.275.275 0 0 0 .139.045.24.24 0 0 0 .24-.242c0-.06-.024-.12-.04-.177l-.323-1.218a.484.484 0 0 1 .176-.548m-7.104-5.594a.901.901 0 0 1-.898-.904c0-.5.402-.906.898-.906s.898.406.898.906-.402.904-.898.904m4.794 0a.9.9 0 0 1-.897-.904c0-.5.401-.906.897-.906s.898.406.898.906-.402.904-.898.904'/%3E%3Cpath d='M8.63 0C3.864 0 0 3.245 0 7.248c0 2.185 1.163 4.15 2.982 5.48a.58.58 0 0 1 .211.657l-.389 1.462c-.018.069-.046.14-.046.212 0 .16.129.29.288.29a.32.32 0 0 0 .166-.054l1.89-1.1a.9.9 0 0 1 .457-.133c.089 0 .174.013.254.038a10.133 10.133 0 0 0 3.291.386 5.624 5.624 0 0 1-.29-1.777c0-3.65 3.524-6.61 7.871-6.61.157 0 .198.005.353.012C16.388 2.648 12.936 0 8.63 0M5.754 5.957c-.564 0-1.021-.46-1.021-1.028 0-.568.457-1.028 1.02-1.028.564 0 1.02.46 1.02 1.028 0 .568-.456 1.028-1.02 1.028m5.754 0c-.564 0-1.02-.46-1.02-1.028 0-.568.456-1.028 1.02-1.028.563 0 1.02.46 1.02 1.028 0 .568-.457 1.028-1.02 1.028'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg .user-avatar .login-subscript.qq {
    text-align: center
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg .user-avatar .login-subscript.qq::after {
    content: "";
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 12px;
    margin-top: 2px;
    margin-left: 3px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h9.59v11.403H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M9.258 7.143c-.102-.327-.24-.708-.381-1.075l-.513-1.28c0-.015.007-.267.007-.397C8.37 2.2 7.337 0 4.795 0 2.252 0 1.218 2.2 1.218 4.39c0 .13.007.383.007.398l-.513 1.28c-.14.367-.28.748-.38 1.075C-.155 8.703.002 9.35.122 9.364c.257.031 1-1.175 1-1.175 0 .699.359 1.61 1.136 2.268-.29.09-.647.227-.876.396-.206.152-.18.307-.143.37.163.275 2.795.176 3.555.09.76.086 3.392.185 3.555-.09.037-.063.063-.218-.143-.37-.23-.169-.586-.307-.877-.397.778-.658 1.137-1.568 1.137-2.267 0 0 .742 1.206 1 1.175.119-.014.276-.66-.209-2.22' fill='%2312B7F5' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%
}

.mlogin-infoblock .mlogin-infouser .mlogin-infoimg .user-avatar .login-subscript.qq span {
    display: block;
    vertical-align: middle;
    width: 10px;
    height: 12px;
    margin-top: 2px;
    margin-left: 3px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h9.59v11.403H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M9.258 7.143c-.102-.327-.24-.708-.381-1.075l-.513-1.28c0-.015.007-.267.007-.397C8.37 2.2 7.337 0 4.795 0 2.252 0 1.218 2.2 1.218 4.39c0 .13.007.383.007.398l-.513 1.28c-.14.367-.28.748-.38 1.075C-.155 8.703.002 9.35.122 9.364c.257.031 1-1.175 1-1.175 0 .699.359 1.61 1.136 2.268-.29.09-.647.227-.876.396-.206.152-.18.307-.143.37.163.275 2.795.176 3.555.09.76.086 3.392.185 3.555-.09.037-.063.063-.218-.143-.37-.23-.169-.586-.307-.877-.397.778-.658 1.137-1.568 1.137-2.267 0 0 .742 1.206 1 1.175.119-.014.276-.66-.209-2.22' fill='%2312B7F5' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%
}

.mlogin-infoblock .mlogin-infoname {
    display: inline-block;
    max-width: 180px;
    color: #7b808b;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mlogin-infoblock .mlogin-infolink {
    margin-top: 40px
}

.mlogin-infoblock .mlogin-infolink li {
    margin-bottom: 25px
}

.mlogin-infoblock .mlogin-infolink li a {
    font-size: 14px;
    color: #767c87
}

#linkkefu {
    color: #3266ff !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: 1s linear infinite swiper-preloader-spin;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
