.nav-active {
    position: relative;
    color: #4c6aff;
    font-size: 17px;
    font-family: PingFang SC;
    font-style: normal;
    line-height: normal
}

.nav-active:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 3px;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #4c6aff;
    z-index: -1
}

.fun-btn {
    position: relative;
    margin-right: 17px
}

.fun-btn .drop-modal {
    font-family: PingFang SC;
    display: none;
    position: absolute;
    width: 354px;
    top: 90px;
    background: #fff;
    border-radius: 8px;
    top: 50px;
    left: -80px;
    -webkit-filter: drop-shadow(0 16px 36px rgba(1,0,40,.06));
    filter: drop-shadow(0 16px 36px rgba(1,0,40,.06))
}

.fun-btn .drop-modal .slot-source {
    width: 322px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    background: #f7f9fc;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.fun-btn .drop-modal .slot-source>img {
    border-radius: 8px
}

.fun-btn .drop-modal .slot-source>p {
    color: #545a6e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.fun-btn .drop-modal .drop-modal-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 22px;
    width: 354px
}

.fun-btn .drop-modal .drop-box {
    width: 150px;
    text-align: left
}

.fun-btn .drop-modal .drop-box:nth-child(n+3) {
    margin-top: 32px
}

.fun-btn .drop-modal .drop-box .title {
    color: #272e47;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    height: 38px;
    cursor: default;
    pointer-events: auto;
    margin-bottom: 6px;
    padding-left: 18px
}

.fun-btn .drop-modal .drop-box .sub-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #272e47;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px 16px
}

.fun-btn .drop-modal .drop-box .sub-link:hover {
    background: #f0f2f7;
    border-radius: 4px
}

.fun-btn .drop-modal .drop-box .sub-link+.sub-link {
    margin-top: 4px
}

.fun-btn .drop-modal .drop-box .sub-link-current {
    color: #4c6aff!important
}

.fun-btn:hover .drop-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fun-btn:hover .product-feat {
    color: #4c6aff!important
}

.fun-btn:hover .el-icon-arrow-down {
    color: #4c6aff
}

.all {
    position: relative;
    overflow: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center
}

.all .container .head {
    transition: top .4s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -ms-transition: top .4s;
    -o-transition: top .4s;
    text-align: left;
    margin: 0 auto;
    line-height: 45px
}

.all .container .head .link-box {
    background-color: #1d2034
}

.all .container .head .link-box-bg {
    background-color: transparent
}

.all .container .head .link {
    font-size: 14px;
    margin-left: auto
}

.all .container .head .link .work {
    color: #000
}

.all .container .head .link .work:hover {
    color: #4c6aff
}

.all .container .head .link .email {
    margin-right: 0;
    margin-left: 18px;
    color: #000
}

.all .container .head .link .email:hover {
    color: #4c6aff
}

.all .container .head .link .dealer-email,.all .container .head .link .dealer-work {
    color: #fff
}

.all .container .head .header-nav .fix_pc_two {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.all .container .head .header-nav .pc-two-logo {
    width: 120px;
    line-height: 60px;
    margin-right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.all .container .head .header-nav .pc-two-logo .pc-jump-logo,.all .container .head .header-nav .pc-two-logo .pc-logo-span {
    display: inline-block;
    background: url(../img/pc-logo.dc0128c5.svg) no-repeat 50%;
    width: 120px;
    height: 16px;
    background-size: 100%
}

.all .container .head .header-nav .pc-two-logo .dealer-logo {
    display: inline-block;
    background: url(../img/dealer-logo.f5ca00cd.svg) no-repeat 50%;
    width: 120px;
    height: 16px;
    background-size: 100%
}

.all .container .head .header-nav .pc-two-nav {
    height: 100%;
    color: #262a33;
    font-size: 14px
}

.all .container .head .header-nav .pc-two-navs {
    cursor: pointer;
    line-height: 56px
}

.all .container .head .header-nav .pc-two-navs span {
    text-align: center;
    height: 60px;
    line-height: 60px;
    display: inline-block
}

.all .container .head .header-nav .pc-two-navs a {
    color: #111f33;
    text-align: center;
    padding: 0 17px;
    height: 60px;
    display: inline-block;
    font-size: 17px
}

.all .container .head .header-nav .pc-two-navs a:hover {
    color: #4c6aff
}

.all .container .head .header-nav .pc-two-navs .choice-color {
    color: #fff
}

.all .container .head .header-nav .pc-two-navs .dealer-active,.all .container .head .header-nav .pc-two-navs .nav-active {
    color: #4c6aff
}

.all .container .head .header-nav .dealer-nav a,.all .container .head .header-nav .dealer-nav span {
    color: #fff
}

.all .container .head .header-nav .wm-btn-white {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 104px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: 1px solid #4c6aff
}

.all .container .head .header-nav .free-try {
    margin-left: auto;
    background: #4c6aff
}

.all .container .head .header-nav .free-try:hover {
    background-color: #7088ff;
    border-color: #7088ff
}

.all .container .head .header-nav .login {
    margin-right: 0;
    color: #4c6aff
}

.all .container .head .header-nav .login-text {
    color: #272e47;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 28px
}

.all .container .head .header-nav .login-text:hover {
    color: #4c6aff
}

.all .container .head .header-nav .login-text-download {
    color: #272e47;
    margin-left: auto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 28px
}

.all .container .head .header-nav .login-text-download:hover {
    color: #4c6aff
}

.all .container .head .header-nav .dealer-login {
    background: unset;
    border: 1px solid #fff;
    color: #fff
}

.all .container .nav-top {
    -webkit-transition: top .4s;
    transition: top .4s;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #eceff4
}

.all .container .nav-top .link-box {
    background-color: #fff
}

.all .container .nav-top .login-text-download.dealer-login,.all .container .nav-top .login-text.dealer-login {
    background: unset;
    color: #000
}

.all .container .nav-top .header-nav .pc-two-logo .dealer-logo {
    background: url(../img/pc-logo.dc0128c5.svg) no-repeat 50%;
    display: inline-block;
    width: 120px;
    height: 16px;
    background-size: 100%
}

.all .container .nav-top .header-nav .pc-two-logo .dealer-active {
    color: #4c6aff
}

.all .container .nav-top .header-nav .dealer-nav a,.all .container .nav-top .header-nav .dealer-nav span {
    color: #000
}

.all .container .nav-top .header-nav .dealer-nav .dealer-active {
    color: #4c6aff
}

.all .container .nav-top .header-nav .link a {
    color: #666
}

.all .container .nav-top .header-nav .link a:hover {
    color: #4c6aff
}

.all .container .nav-top .header-nav .fix_pc_two .free-try {
    background: #4c6aff
}

.all .container .nav-top .header-nav .fix_pc_two .free-try:hover {
    background-color: #7088ff
}

.all .container .nav-top .header-nav .fix_pc_two .login {
    margin-right: 0;
    color: #4c6aff;
    background: #fff;
    border: 1px solid #4c6aff
}

.all-download {
    margin: 48px 0 0 0;
    width: 344px;
    height: 4.5rem
}

.container-left {
    width: 550px;
    height: 460px;
    padding-top: 150px;
    text-align: left
}

.container-right {
    float: right;
    width: 630px;
    height: 580px
}

.btn-dialog-wrap-banner {
    font-size: 0
}

.btn-dialog-wrap-banner .el-button {
    width: 180px;
    height: 54px;
    background-color: #4c6aff;
    border: none
}

.btn-dialog-wrap-banner .el-button:hover {
    background: #7088ff
}

.btn-dialog-wrap-banner .el-button:active {
    background: #445fe5
}

.btn-dialog-wrap-banner .el-button span {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-dialog-wrap-banner .el-button span>img {
    width: 24px;
    height: 24px;
    margin-left: 8px
}

.header-img-wrap {
    position: relative;
    height: 500px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #e9eff5;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #232b55 50% no-repeat;
    background-size: cover
}

.header-img-wrap .video-content {
    position: relative;
    margin: 0 auto;
    height: 100%
}

@media (max-width: 1440px) {
    .header-img-wrap .video-content {
        width:1200px
    }
}

@media (min-width: 1441px) and (max-width:1679px) {
    .header-img-wrap .video-content {
        width:1200px
    }
}

@media (min-width: 1680px) {
    .header-img-wrap .video-content {
        width:1200px
    }
}

.header-img-wrap .content-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left
}

.header-img-wrap .header-form {
    width: 374px;
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    right: 0;
    text-align: left
}

.header-img-wrap .container-title {
    width: 600px;
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
    white-space: pre-line
}

.header-img-wrap .container-text {
    margin-top: 8px;
    width: 450px;
    text-align: justify;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #fff
}

.header-img-wrap .wm-btn {
    width: 160px;
    height: 44px;
    border: 1px solid #377ffc;
    color: #fff;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #377ffc
}

.header-img-wrap .wm-btn:hover {
    background: #f4f4f5
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    height: 44px
}

.btn-dialog-wrap {
    font-size: 0
}

.btn-dialog-wrap .el-button {
    background-color: #4c6aff;
    width: 180px!important;
    padding: 12px 32px;
    height: 48px;
    border: none;
    margin-bottom: 0
}

.btn-dialog-wrap .el-button:hover {
    background: #7088ff
}

.btn-dialog-wrap .el-button:active {
    background: #445fe5
}

.btn-dialog-wrap .el-button span {
    font-size: 16px!important;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-dialog-wrap .el-button span>img {
    margin-left: 8px
}

.footer-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 80px
}

.footer-img-wrap .footer-main-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #272e47;
    margin-bottom: 40px
}

.footer-img-wrap .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-img-wrap .footer-main .footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #f0f1f5;
    -webkit-box-shadow: 0 4px 32px rgba(3,27,78,.08);
    box-shadow: 0 4px 32px rgba(3,27,78,.08);
    border-radius: 4px;
    padding: 24px;
    width: var(--box-width)
}

.footer-img-wrap .footer-main .footer-box .left {
    margin-right: 16px
}

.footer-img-wrap .footer-main .footer-box .right .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.footer-img-wrap .footer-main .footer-box .right .dec {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #545a6e;
    white-space: pre-line;
    margin-top: 8px
}

.footer-img-wrap .footer-main .footer-box:not(:last-child) {
    margin-right: 20px
}

.footer-img-wrap .footer-main .footer-box .left {
    width: 40px;
    height: 40px
}

@media (max-width: 1440px) {
    .footer-img-wrap .footer-main .footer-box {
        width:calc(var(--box-width) - 74px)
    }
}

@media (min-width: 1441px) and (max-width:1679px) {
    .footer-img-wrap .footer-main .footer-box {
        width:calc(var(--box-width) - 74px)
    }
}

@media (min-width: 1680px) {
    .footer-img-wrap .footer-main .footer-box {
        width:calc(var(--box-width) - 74px)
    }
}

@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-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.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-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.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: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.show-items-wrap {
    background-color: #fff
}

.show-items-wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.show-items-wrap-box .header {
    text-align: center;
    padding-top: 79px
}

.show-items-wrap-box .header-title {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 1
}

.show-items-wrap-box .header-dec {
    font-size: 18px;
    font-weight: 300;
    color: #666;
    line-height: 1;
    margin-top: 17px
}

.show-items-wrap-box .show-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px auto
}

@media (max-width: 1440px) {
    .show-items-wrap-box .show-item-body {
        width:1200px
    }
}

@media (min-width: 1441px) and (max-width:1679px) {
    .show-items-wrap-box .show-item-body {
        width:1200px
    }
}

@media (min-width: 1680px) {
    .show-items-wrap-box .show-item-body {
        width:1200px
    }
}

.show-items-wrap-box .show-item-body .item-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.show-items-wrap-box .show-item-body .img-no-swiper-left {
    scale: .9
}

@media (max-width: 1440px) {
    .show-items-wrap-box .show-item-body .img-no-swiper-left {
        margin-left:-50px;
        margin-right: 50px
    }
}

@media (min-width: 1441px) and (max-width:1679px) {
    .show-items-wrap-box .show-item-body .img-no-swiper-left {
        margin-left:-50px;
        margin-right: 50px
    }
}

@media (min-width: 1680px) {
    .show-items-wrap-box .show-item-body .img-no-swiper-left {
        margin-left:-50px;
        margin-right: 50px
    }
}

.show-items-wrap-box .show-item-body .img-no-swiper-right {
    margin-left: 82px;
    scale: .9;
    margin-right: -59px
}

.show-items-wrap-box .show-item-body .img-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.show-items-wrap-box .show-item-body .img-right .text-box-swiper {
    padding-left: 0
}

.show-items-wrap-box .show-item-body .img-right .main-swiper {
    padding-left: 27px
}

@media (max-width: 1280) {
    .show-items-wrap-box .show-item-body .img-right .text-item {
        width:495px
    }
}

@media (min-width: 1281) and (max-width:1440px) {
    .show-items-wrap-box .show-item-body .img-right .text-item {
        width:514px
    }
}

@media (min-width: 1441px) and (max-width:1679px) {
    .show-items-wrap-box .show-item-body .img-right .text-item {
        width:514px
    }
}

@media (min-width: 1680px) {
    .show-items-wrap-box .show-item-body .img-right .text-item {
        width:514px
    }
}

.show-items-wrap-box .show-item-body .img-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.show-items-wrap-box .show-item-body .img-left .text-box-swiper {
    padding-left: 36px
}

.show-items-wrap-box .show-item-body .img-left .main-swiper {
    margin-left: -50px
}

@media (max-width: 1440px) {
    .show-items-wrap-box .show-item-body .img-left .text-item {
        width:523px
    }
}

@media (min-width: 1441px) and (max-width:1679px) {
    .show-items-wrap-box .show-item-body .img-left .text-item {
        width:523px
    }
}

@media (min-width: 1680px) {
    .show-items-wrap-box .show-item-body .img-left .text-item {
        width:523px
    }
}

@media (max-width: 1440px) {
    .show-items-wrap-box .show-item-body .text-box-right .text-item {
        width:477px
    }
}

@media (max-width: 1440px) {
    .show-items-wrap-box .show-item-body .text-box-left .text-item {
        width:503
    }
}

@media (min-width: 1441px) and (max-width:1679px) {
    .show-items-wrap-box .show-item-body .text-box-left .text-item {
        width:503
    }
}

@media (min-width: 1680px) {
    .show-items-wrap-box .show-item-body .text-box-left .text-item {
        width:503
    }
}

.show-items-wrap-box .show-item-body .text-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.show-items-wrap-box .show-item-body .text-box .main-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #272e47;
    margin-bottom: 15px
}

.show-items-wrap-box .show-item-body .text-box .text-item {
    position: relative
}

.show-items-wrap-box .show-item-body .text-box .text-item-title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 1;
    margin: 0
}

.show-items-wrap-box .show-item-body .text-box .text-item-title-color {
    color: #386fe7
}

.show-items-wrap-box .show-item-body .text-box .text-item-dec {
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
    font-size: 14px;
    color: #272e47;
    white-space: pre-line
}

.show-items-wrap-box .show-item-body .disable-hover {
    pointer-events: none
}

.show-items-wrap-box .show-item-body .text-box-swiper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px
}

.show-items-wrap-box .show-item-body .text-box-swiper .tag {
    display: inline-block;
    padding: 2px 12px;
    height: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    background: #ffddda;
    border-radius: 2px;
    margin-bottom: 4px
}

.show-items-wrap-box .show-item-body .text-box-swiper .main-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
    color: #272e47;
    margin-bottom: 15px;
    white-space: nowrap
}

.show-items-wrap-box .show-item-body .text-box-swiper .item-active .text-item-dec,.show-items-wrap-box .show-item-body .text-box-swiper .item-active .text-item-title {
    color: #4c6aff
}

.show-items-wrap-box .show-item-body .text-box-swiper .text-item {
    padding: 15px 0;
    cursor: pointer;
    position: relative
}

.show-items-wrap-box .show-item-body .text-box-swiper .text-item-title {
    font-size: 18px;
    font-weight: 500;
    color: #272e47;
    line-height: 26px;
    margin: 0
}

.show-items-wrap-box .show-item-body .text-box-swiper .text-item-title-color {
    color: #386fe7
}

.show-items-wrap-box .show-item-body .text-box-swiper .text-item-dec {
    font-size: 14px;
    font-weight: 400;
    color: #272e47;
    line-height: 22px;
    margin-top: 8px
}

.show-items-wrap-box .show-item-body .main-swiper {
    scale: .9
}

.show-items-wrap-box .show-item-body .main-swiper .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-transition: none!important;
    transition: none!important
}

.show-items-wrap-box .show-item-body .main-swiper .swiper-container .swiper-wrapper .swiper-slide .item-image {
    width: 700px
}

.show-items-wrap-box .show-item-footer {
    margin-top: 20px
}

.show-items-wrap-box .show-item-footer .el-button {
    height: 50px;
    margin-bottom: 0
}

.footer-register-right-form-only {
    width: 396px;
    padding: 45px 0 0 154px
}

.footer-register-right-form-only .el-input {
    width: 310px;
    height: 46px;
    border: 1px solid #6f7485;
    border-radius: 2px
}

.footer-register-right-form-only .el-input .el-input__inner {
    height: 100%;
    background: transparent;
    border: 1px solid #3c4147;
    color: #fff
}

.footer-register-right-form-only .el-radio__input.is-checked .el-radio__inner {
    border-color: #4c6aff;
    background: #4c6aff
}

.footer-register-right-form-only input::-webkit-input-placeholder,.footer-register-right-form-only textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #9fa2ad
}

.footer-register-right-form-only .el-form-item {
    margin-bottom: 16px
}

.footer-register-right-form-only .el-form-item__error {
    color: #d90000
}

.footer-register-right-form-only .el-radio__label,.footer-register-right-form-only .el-radio__label a {
    color: #8d8d8d!important
}

.footer-register-right-form-only .el-checkbox__inner {
    background-color: #373b52
}

.footer-register-right-form-only .el-checkbox__inner:hover,.footer-register-right-form-only .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #4c6aff
}

.footer-register-right-form-only .el-checkbox__input.is-checked .el-checkbox__inner {
    border-color: #4c6aff;
    background: #4c6aff
}

.footer-register-right-form-only .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #9fa2ad
}

.footer-register-right-form-only .el-checkbox__label {
    padding-left: 6px;
    line-height: 16px;
    font-size: 13px
}

.footer-register-right-form-only .el-checkbox {
    color: #9fa2ad
}

.footer-register-right-form-only .el-button--primary {
    width: 310px;
    height: 42px;
    background: #236def;
    font-size: 16px;
    font-weight: 400
}

.footer-register-right-form-only .agreement-form-item {
    margin-bottom: 0;
    margin-top: 8px
}

.footer-register-right-form-only .agreement-form-item .el-form-item__content {
    line-height: 20px
}

.footer-register-right-form-only .submit-from-item {
    margin-bottom: 0
}

.footer-register-right-form-only .submit-from-item .el-button.is-round {
    border-radius: 4px
}

.footer-register-right-form-only .form-item-code {
    font-size: 14px;
    width: 120px;
    position: absolute;
    top: 1px;
    right: -78px
}

.footer-register-right-form-only .form-item-code button {
    width: 100%;
    height: 42px;
    white-space: nowrap;
    background: #fff;
    border-radius: 2px;
    color: #7088ff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    position: relative
}

.footer-register-right-form-only .form-item-code button[disabled] {
    opacity: .3
}

.footer-register-right-form-only .form-item-code button:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #6f7485;
    left: 7px
}

.footer-register-right-form-only .el-button--primary {
    height: 40px;
    background: #4c6aff;
    border: none
}

.footer-register-right-form-only .el-button--primary:hover {
    background: #7088ff
}

.el-radio__inner {
    background-color: transparent
}

.footer-right-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 63px 45px 0;
    gap: 26px
}

.footer-right-success-title {
    font-size: 30px;
    font-weight: 500;
    color: #fff
}

.footer-right-success-img {
    width: 169px;
    height: 112px
}

.footer-right-success-dec {
    font-size: 16px;
    font-weight: 100;
    color: #fff
}

.show-items-wrap-footer {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1440px) {
    .show-items-wrap-footer {
        width:1200px
    }
}

@media (min-width: 1441px) and (max-width:1679px) {
    .show-items-wrap-footer {
        width:1200px
    }
}

@media (min-width: 1680px) {
    .show-items-wrap-footer {
        width:1200px
    }
}

.show-items-wrap-footer .footer-left {
    padding-top: 37px;
    padding-left: 127px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.show-items-wrap-footer .footer-left-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
    color: #272e47
}

.show-items-wrap-footer .footer-left-sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #545a6e;
    padding-bottom: 20px
}

.show-items-wrap-footer .footer-left-dec {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #272e47;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.show-items-wrap-footer .footer-left-dec>img {
    margin-right: 8px
}

.show-items-wrap-footer .footer-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer-wrap {
    width: 100%;
    height: 338px;
    background: url(../img/footer-bg.8f96764f.png) no-repeat top/1920px 100%
}

.fixed-bottom-wrap {
    z-index: 100;
    width: 100%;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    height: 126px;
    top: calc(100vh - 126px)
}

.fixed-bottom-wrap .layer-btn {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 16px
}

.fixed-bottom-wrap .layer-header {
    width: 1180px;
    margin: 0 auto;
    padding-top: 16px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff
}

.fixed-bottom-wrap .layer-header .text-color {
    color: #ffb54c;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-family: LX-numbers
}

.fixed-bottom-wrap .footer-register-layer-form {
    width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

.fixed-bottom-wrap .footer-register-layer-form .el-form-item__error {
    padding-top: 6px;
    color: #fe5b4c
}

.fixed-bottom-wrap .footer-register-layer-form .el-input {
    width: 250px
}

.fixed-bottom-wrap .footer-register-layer-form .el-input .el-input__inner {
    height: 44px
}

.fixed-bottom-wrap .footer-register-layer-form .form-item-code {
    font-size: 14px;
    width: 120px;
    position: absolute;
    top: 1px;
    right: 1px
}

.fixed-bottom-wrap .footer-register-layer-form .form-item-code button {
    font-size: 16px;
    width: 100%;
    height: 42px;
    white-space: nowrap;
    background: #fff;
    border-radius: 2px;
    color: #386fe7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    position: relative
}

.fixed-bottom-wrap .footer-register-layer-form .form-item-code button[disabled] {
    opacity: .3
}

.fixed-bottom-wrap .footer-register-layer-form .form-item-code button:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #969696;
    opacity: .5;
    left: 0
}

.fixed-bottom-wrap .footer-register-layer-form .agreement-form-item {
    position: absolute;
    top: -37px;
    left: calc(100% - 382px)
}

.fixed-bottom-wrap .footer-register-layer-form .agreement-form-item .el-form-item__error {
    padding-top: 0
}

.fixed-bottom-wrap .footer-register-layer-form .submit-from-item {
    margin-right: 0
}

.fixed-bottom-wrap .footer-register-layer-form .el-button {
    width: 250px;
    background: #4c6aff;
    height: 44px;
    border-radius: 4px;
    border-color: #4c6aff;
    margin-bottom: 0
}

.fixed-bottom-wrap .footer-register-layer-form .el-button:hover {
    background-color: #7088ff;
    border-color: #7088ff
}

.fixed-bottom-wrap .footer-register-layer-form .el-input__inner:focus {
    border-color: #4c6aff
}

.fixed-bottom-wrap .footer-register-layer-form .el-radio__label,.fixed-bottom-wrap .footer-register-layer-form .el-radio__label a {
    color: #8d8d8d!important;
    font-size: 12px
}

.fixed-bottom-wrap .footer-register-layer-form .el-checkbox__inner {
    background-color: rgba(0,0,0,.1)
}

.fixed-bottom-wrap .footer-register-layer-form .el-checkbox__inner:hover,.fixed-bottom-wrap .footer-register-layer-form .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #4c6aff
}

.fixed-bottom-wrap .footer-register-layer-form .el-checkbox__input.is-checked .el-checkbox__inner {
    border-color: #4c6aff;
    background: #4c6aff
}

.fixed-bottom-wrap .footer-register-layer-form .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #9fa2ad
}

.fixed-bottom-wrap .footer-register-layer-form .el-checkbox__label {
    padding-left: 6px;
    line-height: 16px;
    font-size: 13px
}

.fixed-bottom-wrap .footer-register-layer-form .el-form-item__content {
    line-height: 16px
}

.fixed-bottom-wrap .footer-register-layer-form .el-checkbox {
    color: #9fa2ad
}

.layer-bottom-success .layer-success-dec {
    width: 1180px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 150px;
    height: 150px
}

.header-container .white {
    display: none
}

.all {
    position: relative;
    height: 512px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #e9eff5
}

.all .video-target {
    width: 100%;
    height: 512px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.all .video-target .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    height: 100%;
    background: url(https://cowork-storage-public-cdn.lx.netease.com/common/2023/08/10/753347c76c374c50bc4da90e7bb46f1f.jpg) no-repeat 50%;
    background-size: cover
}

.all .video-target .video-content {
    width: 1180px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -590px;
    z-index: 8;
    text-align: left
}

.all .video-target .header-form {
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 380px
}

.all .video-target .container-title {
    width: 520px;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-top: 151px
}

.all .video-target .container-sub-title {
    margin-top: 16px;
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #fff
}

.all .video-target .container-text {
    padding-top: 10px;
    width: 380px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    margin-bottom: 36px;
    font-weight: 400
}

.all .video-target .pc_hover_white:hover {
    background: #3461d0
}

.all .video-target .wm-btn {
    width: 160px;
    height: 44px;
    border: 1px solid #377ffc;
    color: #fff;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #377ffc
}

.all .video-target .wm-btn:hover {
    background: #f4f4f5
}

.all .video-target .all-download-phone {
    width: 160px;
    height: 44px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background-color: #386ee7;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.all .video-target .all-download-phone:hover .all-downloading {
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}

.all-download {
    margin: 48px 0 0 0;
    width: 344px;
    height: 4.5rem
}

.container-left {
    width: 550px;
    height: 460px;
    padding-top: 150px;
    text-align: left
}

.container-right {
    float: right;
    width: 630px;
    height: 580px
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    height: 44px
}

.ai-main-box {
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 100px
}

.ai-main-box .main-area {
    width: 1180px;
    margin: 0 auto
}

.ai-main-box .main-area .title {
    font-size: 30px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 100px
}

.ai-main-box .main-area .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 25px
}

.ai-main-box .main-area .items .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f2f9ff;
    -webkit-box-shadow: 2px 3px 4px 0 rgba(146,172,190,.2);
    box-shadow: 2px 3px 4px 0 rgba(146,172,190,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ai-main-box .main-area .items .item .item-nums {
    height: 60px;
    font-size: 60px;
    width: 50px;
    font-weight: 700;
    font-style: italic;
    color: #4c6aff;
    position: relative;
    line-height: 1;
    z-index: 2
}

.ai-main-box .main-area .items .item .item-nums:after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1
}

.ai-main-box .main-area .items .item .item-text {
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #1c1c1c;
    font-size: 16px
}

.show-items-wrap {
    font-size: 14px;
    background-color: #fff
}

.show-items-wrap .header-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #333;
    text-align: center;
    padding-top: 58px;
    padding-bottom: 60px
}

.show-items-wrap-box {
    /*width: 1180px;*/
    margin: 0 auto
}

.show-items-wrap-box .header {
    text-align: center;
    padding-top: 79px
}

.show-items-wrap-box .header-title {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 1
}

.show-items-wrap-box .header-dec {
    font-size: 18px;
    font-weight: 300;
    color: #666;
    line-height: 1;
    margin-top: 17px
}

.show-items-wrap-box .show-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 58px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 280px
}

.show-items-wrap-box .show-item-body:last-child {
    margin-bottom: 160px
}

.show-items-wrap-box .show-item-body .item-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.show-items-wrap-box .show-item-body .text-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px
}

.show-items-wrap-box .show-item-body .text-box .main-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px
}

.show-items-wrap-box .show-item-body .text-box .main-sub-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px
}

.show-items-wrap-box .show-item-body .text-box .text-item {
    padding-left: 20px;
    line-height: 28px;
    color: #333;
    position: relative
}

.show-items-wrap-box .show-item-body .text-box .text-item-title {
    font-weight: 400;
    font-size: 16px;
    color: #333
}

.show-items-wrap-box .show-item-body .text-box .text-item:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #3e3e3e;
    border-radius: 50%;
    border: 3px solid #ccc;
    top: 10px;
    left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.show-items-wrap-box .show-item-footer {
    margin-top: 30px
}

.show-items-wrap-box .show-item-footer .el-button {
    height: 50px;
    margin-bottom: 0
}

.title {
    /*background-color: #f3f8fe;*/
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 100px
}

.footer-img-wrap {
    position: relative;
    top: -3px;
    height: 296px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #e9eff5;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #232b55;
    background-size: cover
}

.home-page,.home-page,.home-page {
    font-size: 14px
}
