@import 'swiper.min.css';

:root {
    --swiper-theme-color: #0087F7 !important
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

html,
body {
    font-family: Arial, "PingFang", "PingFang Bold", "PingFang SC", "Microsoft Yahei", sans-serif;
    font-size: calc(16/var(--width)*100vw);
    font-weight: normal;
    color: #1b1b1b;
    background-color: #fff;
    scroll-behavior: smooth;
    scroll-padding-top: 80px
}

body {
    overflow-x: hidden
}

p {
    line-height: 1.8em
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

img {
    max-width: 100%
}

ul,
li,
dl,
dd,
dt {
    padding: 0;
    margin: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 1rem 0
}

h1 {
    font-size: calc(40/var(--width)*100vw)
}

h2 {
    font-size: calc(32/var(--width)*100vw)
}

h3 {
    font-size: calc(24/var(--width)*100vw)
}

h4 {
    font-size: calc(20/var(--width)*100vw)
}

h5 {
    font-size: calc(18/var(--width)*100vw)
}

h6 {
    font-size: calc(16/var(--width)*100vw)
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table td:first-child {
    border-left: none !important
}

table td:last-child {
    border-right: none !important
}

table tr:last-child>td {
    border-bottom: none !important
}

dt {
    font-weight: 500
}

:root {
    --width: 1920
}

@media (max-width:1920px) {
    :root {
        --width: 1920
    }
}

@media (max-width:1024px) {
    :root {
        --width: 1280
    }
}

@media (max-width:768px) {
    :root {
        --width: 768
    }
}

.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    pointer-events: none
}

.loading:before,
.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
    opacity: 1
}

.loading:after {
    transition-duration: .4s;
    transform: translateY(100%)
}

.loading.completed:before {
    transform: translateY(-100%);
    z-index: -99999
}

.loading.completed .logo,
.loading.completed .spinner {
    opacity: 0
}

.loading.unload::before,
.loading.unload::after {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: 0s;
    z-index: 1
}

.loading.unload::before {
    transform: translateY(-200%)
}

.loading.unload .spinner,
.loading.unload .logo {
    opacity: 1
}

.loading.fade:after,
.loading.fade.completed:before,
.loading.fade.completed:after {
    transition-timing-function: linear;
    transform: none
}

.loading.fade.completed:before,
.loading.fade.completed:after {
    opacity: 0
}

.loading.fade.completed.unload:before,
.loading.fade.completed.unload:after {
    opacity: 1
}

.loading .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 140px;
    transition: .2s;
    transition-delay: .3s;
    z-index: 999
}

.loading .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    z-index: 1;
    margin-top: -110px;
    margin-left: -110px;
    border-top: 1.5px solid #0087F7;
    border-right: 1.5px solid transparent;
    border-bottom: 1.5px solid transparent;
    border-left: 1.5px solid transparent;
    border-radius: 50%;
    transition: .2s;
    transition-delay: .3s;
    animation: spinner 700ms infinite linear;
    zoom: 1;
    z-index: 999
}

.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 12px
}

.breadcrumb li {
    position: relative
}

.breadcrumb li:after {
    margin-left: 8px;
    content: '>'
}

.breadcrumb li:last-child:after {
    content: ''
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.card {
    display: block
}

.card .card-img {
    overflow: hidden
}

.card .card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s
}

.card .card-body .title {
    font-weight: bold
}

.card .card-body .date {
    color: #888;
    margin-top: .5em
}

.card .card-body .summary {
    opacity: .7;
    margin-top: 1em;
    line-height: 1.75em
}

.pagination {
    display: flex;
    gap: 4px;
    margin: 20px auto;
    justify-content: center
}

.pagination li a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    color: #888
}

.pagination li.active a,
.pagination li:hover a {
    background-color: #0087F7;
    border-color: #0087F7;
    color: #fff
}

.pagination li:hover a {
    opacity: .8
}

.form {
    position: relative
}

.form .form-group {
    position: relative;
    margin-bottom: 20px
}

.form .form-group .control-label {
    font-size: 1rem
}

.form .form-group .form-control {
    display: block;
    width: 100%
}

.form .form-group .regex-tip {
    position: absolute;
    right: 20px;
    display: block;
    margin: 8px 0 0;
    padding: 4px;
    color: #f30;
    line-height: 1em;
    font-size: .9rem
}

.form .form-group.form-actions {
    margin-bottom: 0
}

.form .form-action .btn {
    margin-right: 8px
}

.form-control {
    font-size: 1rem;
    border: solid 1px #ddd;
    padding: 8px;
    border-radius: 4px;
    outline: none;
    display: inline-block;
    min-height: 38px
}

.form-control:focus {
    border-color: #0087F7
}

select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1…d' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: .375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0
}

.checkbox label input {
    margin-right: 4px
}

.btn {
    display: inline-block;
    background: #f2f2f2;
    border: solid 1px transparent;
    min-height: 38px;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 1rem;
    text-align: center;
    cursor: pointer
}

.btn:hover {
    opacity: .8
}

.btn:active {
    background-color: #ccc;
    border-color: #ccc
}

.btn.btn-primary {
    background-color: #0087F7;
    border-color: #0087F7;
    color: #fff
}

.btn.btn-primary:hover {
    color: #fff
}

.btn.btn-primary:active {
    background-color: #0079de;
    border-color: #0079de
}

.btn.btn-primary.btn-ghost {
    background: transparent;
    border-color: #0087F7;
    color: #0087F7
}

.btn.btn-block {
    display: block;
    width: 100%
}

.btn.btn-radius {
    border-radius: 100px
}

.btn.btn-large {
    font-size: 24px;
    font-weight: 500;
    padding: 12px 32px
}

.lightbox-open {
    overflow: hidden
}

.lightbox-open .lightbox .lightbox-close,
.lightbox-open .lightbox .lightbox-mask,
.lightbox-open .lightbox .lightbox-container {
    opacity: 1
}

.lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    user-select: none;
    -webkit-user-select: none
}

.lightbox .lightbox-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    transition: .3s;
    opacity: 0
}

.lightbox .lightbox-container {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    transition: .3s;
    opacity: 0
}

.lightbox .lightbox-container .ajax-result {
    flex: none;
    width: 100%;
    height: 100%
}

.lightbox .lightbox-container video {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.lightbox .lightbox-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 1em;
    height: 1em;
    z-index: 99999;
    display: block;
    font-size: 40px;
    cursor: pointer;
    opacity: 0;
    transition: all .2s linear;
    transform-origin: center
}

.lightbox .lightbox-close:before,
.lightbox .lightbox-close:after {
    content: '';
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -1px;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg)
}

.lightbox .lightbox-close:after {
    transform: rotate(45deg)
}

.lightbox .lightbox-close:hover {
    transform: rotate(180deg)
}

.lightbox .lightbox-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #000;
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
    zoom: 1;
    font-size: 30px
}

.swiper {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
    opacity: 1
}

.swiper .swiper-slide {
    overflow: hidden
}

.swiper .swiper-slide img,
.swiper .swiper-slide video,
.swiper .swiper-slide svg {
    max-width: 100%;
    max-height: 100%
}

.swiper .swiper-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    pointer-events: none
}

.swiper .swiper-controls .swiper-button-prev,
.swiper .swiper-controls .swiper-button-next {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: calc(78/var(--width)*100vw);
    height: calc(78/var(--width)*100vw);
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-user-select: none;
    user-select: none;
    transition: all .15s ease-in-out;
    outline: none;
    background: none;
    opacity: .8;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper .swiper-controls .swiper-button-prev::after,
.swiper .swiper-controls .swiper-button-next::after {
    color: #fff;
    font-size: calc(24/var(--width)*100vw);
    font-weight: bold
}

.swiper .swiper-controls .swiper-button-prev:hover,
.swiper .swiper-controls .swiper-button-next:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2)
}

.swiper .swiper-controls .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-controls .swiper-button-next.swiper-button-disabled {
    opacity: .4;
    background-color: unset
}

.swiper .swiper-controls .swiper-button-prev {
    left: calc(100/var(--width)*100vw)
}

.swiper .swiper-controls .swiper-button-next {
    right: calc(100/var(--width)*100vw)
}

.swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.swiper .swiper-pagination.swiper-pagination-bullets {
    width: calc(212/var(--width)*100vw);
    display: flex;
    gap: calc(10/var(--width)*100vw);
    left: calc(100/var(--width)*100vw);
    bottom: calc(100/var(--width)*100vw)
}

.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    flex: 1;
    height: calc(4/var(--width)*100vw);
    margin: 0;
    border-radius: 0;
    background: #72727D;
    opacity: 1
}

.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #0087F7
}

.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0087F7
}

@media (max-width:768px) {
    .swiper {
        position: relative;
        overflow: hidden;
        z-index: 0
    }

    .swiper:hover .swiper-button-prev,
    .swiper:hover .swiper-button-next {
        opacity: 1
    }

    .swiper .swiper-slide {
        overflow: hidden
    }

    .swiper .swiper-slide img,
    .swiper .swiper-slide video,
    .swiper .swiper-slide svg {
        max-width: 100%;
        max-height: 100%
    }

    .swiper .swiper-controls {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        height: 100%;
        justify-content: space-between;
        align-items: center;
        pointer-events: none
    }

    .swiper .swiper-controls .swiper-button-prev,
    .swiper .swiper-controls .swiper-button-next {
        position: relative;
        top: 25%;
        bottom: auto;
        left: auto;
        right: auto;
        z-index: 1;
        margin: 0;
        padding: 0;
        width: calc(78/var(--width)*100vw);
        height: calc(78/var(--width)*100vw);
        border-radius: 50%;
        border: 1px solid #fff;
        -webkit-user-select: none;
        user-select: none;
        transition: all .15s ease-in-out;
        outline: none;
        background: none;
        opacity: .8;
        pointer-events: all;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .swiper .swiper-controls .swiper-button-prev::after,
    .swiper .swiper-controls .swiper-button-next::after {
        color: #fff;
        font-size: calc(24/var(--width)*100vw);
        font-weight: bold
    }

    .swiper .swiper-controls .swiper-button-prev:hover,
    .swiper .swiper-controls .swiper-button-next:hover {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.2)
    }

    .swiper .swiper-controls .swiper-button-prev.swiper-button-disabled,
    .swiper .swiper-controls .swiper-button-next.swiper-button-disabled {
        opacity: .4;
        background-color: unset
    }

    .swiper .swiper-controls .swiper-button-prev {
        left: calc(30/var(--width)*100vw)
    }

    .swiper .swiper-controls .swiper-button-next {
        right: calc(30/var(--width)*100vw)
    }

    .swiper .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px
    }

    .swiper .swiper-pagination.swiper-pagination-bullets {
        width: 92vw;
        display: flex;
        gap: calc(10/var(--width)*100vw);
        left: 50%;
        bottom: calc(50/var(--width)*100vw);
        transform: translateX(-50%)
    }

    .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        flex: 1;
        height: calc(8/var(--width)*100vw);
        margin: 0;
        border-radius: 0;
        background: #72727D;
        opacity: .5
    }

    .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #0087F7;
        opacity: 1
    }

    .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #0087F7
    }
}

.empty {
    opacity: .2
}

.empty.empty-notfound {
    margin: auto;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.message {
    position: fixed;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    flex-direction: column
}

.message .message-loading,
.message .message-info,
.message .message-success,
.message .message-error,
.message .message-warning {
    background-color: #000;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    margin-bottom: 12px;
    transition: .3s;
    opacity: 0;
    transform: translateY(-100%);
    text-align: center
}

.message .message-loading.move-enter,
.message .message-info.move-enter,
.message .message-success.move-enter,
.message .message-error.move-enter,
.message .message-warning.move-enter {
    transform: translateY(0);
    opacity: 1
}

.close {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: .3s;
    transform-origin: center
}

.close:before,
.close:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #555;
    content: '';
    transform-origin: center
}

.close:before {
    transform: rotate(45deg)
}

.close:after {
    transform: rotate(-45deg)
}

.close:hover:before,
.close:hover:after {
    background-color: #0087F7
}

.datetimepicker {
    position: absolute;
    background-color: #fff;
    display: none;
    border: solid 1px rgba(0, 0, 0, 0.1)
}

.datetimepicker .glyphicon-arrow-left:after {
    content: '<'
}

.datetimepicker .glyphicon-arrow-right:after {
    content: '>'
}

.datetimepicker .datetimepicker-days th {
    font-weight: bold
}

.datetimepicker .datetimepicker-days th,
.datetimepicker .datetimepicker-days td {
    padding: 2px;
    min-width: 32px
}

.datetimepicker .datetimepicker-days th.active,
.datetimepicker .datetimepicker-days td.active {
    background: #0087F7 !important
}

.gallery {
    min-width: 600px;
    min-height: 400px;
    display: flex;
    flex-direction: column
}

.gallery img {
    display: none
}

.gallery .gallery-top .swiper-container {
    height: 100%
}

.gallery .gallery-top .swiper-slide {
    height: 100%;
    background: #fff
}

.gallery .gallery-top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.gallery .gallery-top .swiper-controls {
    display: none
}

.gallery .gallery-thumbs {
    padding: 0 32px;
    margin-top: 24px
}

.gallery .gallery-thumbs .swiper-wrapper {
    display: flex;
    align-items: stretch
}

.gallery .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: auto;
    border: solid 1px transparent;
    cursor: pointer
}

.gallery .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border-color: #000
}

.gallery .gallery-thumbs .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff
}

.gallery .gallery-thumbs .swiper-controls .swiper-button-next:after,
.gallery .gallery-thumbs .swiper-controls .swiper-button-prev:after {
    font-size: 16px
}

@media (max-width:768px) {
    .gallery {
        min-width: 100%;
        min-height: 300px
    }
}

.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-name: def;
    animation-name: def
}

.animate.fast {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.animate.play {
    animation-play-state: running;
    -webkit-animation-play-state: running
}

.animate.in {
    animation-direction: normal
}

.animate.out {
    animation-direction: reverse
}

.animate.fade {
    -webkit-animation-name: fade;
    animation-name: fade
}

.animate.fade.up {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp
}

.animate.fade.down {
    -webkit-animation-name: fadeDown;
    animation-name: fadeDown
}

.animate.fade.left {
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft
}

.animate.fade.right {
    -webkit-animation-name: fadeRight;
    animation-name: fadeRight
}

.animate.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.animate.bounce.up {
    -webkit-animation-name: bounceUp;
    animation-name: bounceUp
}

.animate.bounce.down {
    -webkit-animation-name: bounceDown;
    animation-name: bounceDown
}

.animate.bounce.left {
    -webkit-animation-name: bounceLeft;
    animation-name: bounceLeft
}

.animate.bounce.right {
    -webkit-animation-name: bounceRight;
    animation-name: bounceRight
}

.animate.spinner {
    -webkit-animation-name: spinner;
    animation-name: spinner
}

.animate.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.animate.zoom {
    -webkit-animation-name: zoom;
    animation-name: zoom
}

.animate.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.animate.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes def {
    0% {
        opacity: 0
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounce {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes arrowDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes arrowRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 transparent
    }

    60% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
}

@keyframes scroll {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -100px
    }
}

@keyframes corrugationAnimate1 {
    0% {
        width: 90%;
        height: 90%;
        opacity: 1
    }

    99% {
        width: 200%;
        height: 200%;
        opacity: 0
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.richtext {
    line-height: 1.5em
}

.richtext strong {
    font-weight: 500
}

.richtext p {
    margin-bottom: 1.5em
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
    filter: opacity(.1)
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px transparent;
    border-radius: 0;
    background-color: transparent
}

.APP-g {
    display: none
}

body.hidden {
    overflow: hidden
}

.st-header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    z-index: 100;
    justify-content: space-between;
    padding: 0 calc(60/var(--width)*100vw);
    height: calc(64/var(--width)*100vw);
    transition: .2s
}

.st-header .logo {
    width: calc(140/var(--width)*100vw);
    height: calc(36/var(--width)*100vw);
    min-width: 80px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center
}

.st-header .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 calc(48/var(--width)*100vw);
    margin-left: calc(60/var(--width)*100vw);
    margin-right: auto;
    height: 100%
}

.st-header .nav>li {
    white-space: nowrap;
    height: 100%;
    position: relative
}

.st-header .nav>li>a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.st-header .nav>li>a::after {
    content: "";
    width: 0;
    height: calc(2/var(--width)*100vw);
    background-color: #0087F7;
    position: absolute;
    bottom: 0;
    transition: .2s
}

.st-header .nav>li>a:hover::after {
    width: 100% !important
}

.st-header .nav>li .submenu {
    position: absolute;
    top: 110%;
    left: calc(-40/var(--width)*100vw);
    background-color: #fff;
    padding: calc(40/var(--width)*100vw);
    border-top: 1px solid #f3f4f5;
    border-radius: 0 0 calc(4/var(--width)*100vw) calc(4/var(--width)*100vw);
    opacity: 0;
    pointer-events: none;
    transition: .2s
}

.st-header .nav>li .submenu .nav-left .nav-title,
.st-header .nav>li .submenu .nav-right .nav-title {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 600;
    color: #323335;
    line-height: calc(26/var(--width)*100vw);
    display: flex;
    align-items: center
}

.st-header .nav>li .submenu .nav-left .nav-title img,
.st-header .nav>li .submenu .nav-right .nav-title img {
    width: calc(18/var(--width)*100vw);
    height: calc(18/var(--width)*100vw);
    object-fit: contain;
    margin-right: calc(4/var(--width)*100vw)
}

.st-header .nav>li .submenu .nav-left .submenu3>li,
.st-header .nav>li .submenu .nav-right .submenu3>li {
    min-width: calc(172/var(--width)*100vw);
    height: calc(26/var(--width)*100vw);
    margin-top: calc(12/var(--width)*100vw)
}

.st-header .nav>li .submenu .nav-left .submenu3>li a,
.st-header .nav>li .submenu .nav-right .submenu3>li a {
    font-size: calc(16/var(--width)*100vw);
    color: #323335;
    line-height: calc(26/var(--width)*100vw);
    transition: .2s
}

.st-header .nav>li .submenu .nav-left .submenu3>li:hover a,
.st-header .nav>li .submenu .nav-right .submenu3>li:hover a {
    font-weight: bold;
    color: #0087F7
}

.st-header .nav>li .submenu .nav-right .nav-title-margin {
    margin-top: calc(50/var(--width)*100vw)
}

.st-header .nav>li .submenu.pro-menu {
    display: flex;
    align-items: flex-start;
    gap: 0 calc(40/var(--width)*100vw)
}

.st-header .nav>li .submenu:not(.pro-menu) {
    display: flex;
    flex-direction: column;
    gap: calc(12/var(--width)*100vw)
}

.st-header .nav>li .submenu:not(.pro-menu) li {
    height: calc(26/var(--width)*100vw)
}

.st-header .nav>li .submenu:not(.pro-menu) li a {
    display: flex;
    transition: .1s
}

.st-header .nav>li .submenu:not(.pro-menu) li a:hover {
    color: #0087F7
}

.st-header .nav>li:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: all
}

.st-header .nav>li:nth-child(2)>a,
.st-header .nav>li:nth-child(5)>a {
    pointer-events: none !important
}

.st-header .contact {
    display: flex;
    align-items: center;
    margin-left: calc(40/var(--width)*100vw)
}

.st-header .contact .phone {
    display: flex;
    white-space: nowrap
}

.st-header .contact .phone img {
    width: calc(20/var(--width)*100vw);
    height: calc(20/var(--width)*100vw);
    object-fit: contain;
    transition: .2s
}

.st-header .contact .phone span {
    font-size: calc(16/var(--width)*100vw);
    margin-left: calc(10/var(--width)*100vw);
    transition: .2s
}

.st-header .contact .now-lang {
    font-size: calc(16/var(--width)*100vw);
    margin: 0 calc(112/var(--width)*100vw) 0 calc(44/var(--width)*100vw);
    transition: .2s
}

.st-header .contact .apply-btn {
    width: calc(112/var(--width)*100vw);
    height: calc(40/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
    border-radius: calc(4/var(--width)*100vw);
    font-size: calc(18/var(--width)*100vw);
    color: #fff;
    cursor: pointer;
    line-height: calc(26/var(--width)*100vw)
}

.st-header .app-menu {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer
}

.st-header .app-menu span {
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.st-header .app-menu span::after {
    content: "";
    width: 22px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    border-radius: 1px;
    background-color: #fff;
    transition: .2s
}

.st-header .app-menu span::before {
    content: "";
    width: 22px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    border-radius: 1px;
    background-color: #fff;
    transition: .2s
}

.st-header.fixed,
.st-header:hover {
    background-color: #fff
}

.st-header.fixed .app-menu span,
.st-header:hover .app-menu span,
.st-header.fixed .app-menu span::after,
.st-header:hover .app-menu span::after,
.st-header.fixed .app-menu span::before,
.st-header:hover .app-menu span::before {
    background-color: #141414
}

.st-mainbody {
    background-color: #F6FAFC;
    min-height: 100vh
}

.st-mainbody .doc-header {
    height: calc(564/var(--width)*100vw);
    background-size: cover;
    background-position: center right
}

.st-mainbody .doc-header .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.st-mainbody .doc-header .container .head-title {
    font-size: calc(46/var(--width)*100vw);
    line-height: calc(64/var(--width)*100vw);
    font-weight: bold
}

.st-mainbody .doc-header .container .head-summary {
    font-size: calc(16/var(--width)*100vw);
    line-height: calc(32/var(--width)*100vw);
    opacity: .85;
    max-width: calc(600/var(--width)*100vw);
    margin-top: calc(16/var(--width)*100vw)
}

.window-system {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif
}

.chunk-contact {
    background-image: url(../images/home-contact-bgimg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.chunk-contact .container {
    padding: calc(120/var(--width)*100vw) 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.chunk-contact .container .title {
    font-size: calc(40/var(--width)*100vw);
    color: #323335;
    line-height: calc(60/var(--width)*100vw)
}

.chunk-contact .container .subtitle {
    font-size: calc(24/var(--width)*100vw);
    color: #323335;
    line-height: calc(60/var(--width)*100vw)
}

.chunk-contact .container .contact-btn {
    width: calc(216/var(--width)*100vw);
    height: calc(76/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(24/var(--width)*100vw);
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
    margin-top: calc(32/var(--width)*100vw);
    font-weight: 400
}

.st-footer {
    background-color: #010B1B;
    color: #fff;
    padding-top: calc(50/var(--width)*100vw);
    padding-bottom: calc(40/var(--width)*100vw);
    position: relative;
    z-index: 10
}

.st-footer .container .service-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.st-footer .container .service-list .ser-itel {
    display: flex;
    align-items: center
}

.st-footer .container .service-list .ser-itel img {
    width: calc(24/var(--width)*100vw);
    height: calc(24/var(--width)*100vw);
    object-fit: contain;
    margin-right: calc(10/var(--width)*100vw)
}

.st-footer .container .service-list .ser-itel>span {
    line-height: calc(26/var(--width)*100vw);
    font-size: calc(20/var(--width)*100vw);
    font-weight: normal;
    color: #fff
}

.st-footer .container .service-list .line {
    width: 1px;
    height: calc(52/var(--width)*100vw);
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent)
}

.st-footer .container .foot-cont {
    display: flex;
    gap: calc(80/var(--width)*100vw);
    align-items: flex-start;
    justify-content: space-between;
    margin-top: calc(40/var(--width)*100vw);
    padding-top: calc(100/var(--width)*100vw);
    border-top: 1px solid rgba(217, 217, 217, 0.25)
}

.st-footer .container .foot-cont .cont-left .l-logo {
    width: calc(132/var(--width)*100vw);
    height: calc(36/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-left .l-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.st-footer .container .foot-cont .cont-left .l-address {
    font-size: calc(14/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(32/var(--width)*100vw);
    margin-top: calc(28/var(--width)*100vw);
    opacity: .65
}

.st-footer .container .foot-cont .cont-left .l-links {
    display: flex;
    align-items: center;
    gap: calc(16/var(--width)*100vw);
    margin-top: calc(46/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-left .l-links a {
    display: block;
    width: calc(36/var(--width)*100vw);
    height: calc(36/var(--width)*100vw);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.st-footer .container .foot-cont .cont-left .l-links a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0
}

.st-footer .container .foot-cont .cont-left .l-links a img.default-img {
    opacity: 1;
    transition: .2s
}

.st-footer .container .foot-cont .cont-left .l-links a img.hover-img {
    opacity: 0;
    transition: .2s
}

.st-footer .container .foot-cont .cont-left .l-links a:hover img.default-img {
    opacity: 0
}

.st-footer .container .foot-cont .cont-left .l-links a:hover img.hover-img {
    opacity: 1
}

.st-footer .container .foot-cont .cont-center {
    flex: 1;
    gap: calc(40/var(--width)*100vw);
    display: flex;
    justify-content: space-evenly
}

.st-footer .container .foot-cont .cont-center .c-pro>a {
    font-size: calc(18/var(--width)*100vw);
    white-space: nowrap;
    font-weight: bold
}

.st-footer .container .foot-cont .cont-center .c-pro .submenu {
    margin-top: calc(16/var(--width)*100vw);
    display: flex;
    gap: 0 calc(58/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-center .c-pro .submenu>li a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: calc(14/var(--width)*100vw);
    line-height: calc(34/var(--width)*100vw);
    color: rgba(255, 255, 255, 0.65);
    transition: .2s
}

.st-footer .container .foot-cont .cont-center .c-pro .submenu>li a:hover {
    color: #fff
}

.st-footer .container .foot-cont .cont-center .c-tec-dev {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.st-footer .container .foot-cont .cont-center .c-tec-dev .c-tec>a,
.st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev>a {
    font-size: calc(18/var(--width)*100vw);
    white-space: nowrap;
    font-weight: bold
}

.st-footer .container .foot-cont .cont-center .c-tec-dev .c-tec .submenu,
.st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev .submenu {
    margin-top: calc(20/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-center .c-tec-dev .c-tec .submenu li a,
.st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev .submenu li a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: calc(14/var(--width)*100vw);
    line-height: calc(34/var(--width)*100vw);
    color: rgba(255, 255, 255, 0.65);
    transition: .2s
}

.st-footer .container .foot-cont .cont-center .c-tec-dev .c-tec .submenu li a:hover,
.st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev .submenu li a:hover {
    color: #fff
}

.st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev {
    display: flex;
    flex-direction: column;
    gap: calc(16/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev a {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 600;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-right {
    flex: 0
}

.st-footer .container .foot-cont .cont-right .r-qrs {
    display: flex;
    gap: calc(60/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-right .r-qrs .rq-1,
.st-footer .container .foot-cont .cont-right .r-qrs .rq-2 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.st-footer .container .foot-cont .cont-right .r-qrs .rq-1 .img,
.st-footer .container .foot-cont .cont-right .r-qrs .rq-2 .img {
    width: calc(120/var(--width)*100vw);
    height: calc(120/var(--width)*100vw);
    background-color: #fff;
    border-radius: calc(4/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center
}

.st-footer .container .foot-cont .cont-right .r-qrs .rq-1 .img img,
.st-footer .container .foot-cont .cont-right .r-qrs .rq-2 .img img {
    width: calc(100/var(--width)*100vw);
    height: calc(100/var(--width)*100vw);
    object-fit: contain
}

.st-footer .container .foot-cont .cont-right .r-qrs .rq-1 span,
.st-footer .container .foot-cont .cont-right .r-qrs .rq-2 span {
    font-size: calc(14/var(--width)*100vw);
    margin-top: calc(10/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-right .r-phone .phone {
    margin-top: calc(24/var(--width)*100vw);
    white-space: nowrap;
    font-size: calc(40/var(--width)*100vw);
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: calc(56/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-right .r-phone .email {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.65);
    font-size: calc(14/var(--width)*100vw);
    font-weight: 400;
    line-height: calc(32/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-right .r-phone .email span:first-child {
    margin-right: calc(12/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-right .c-tec>a {
    font-size: calc(18/var(--width)*100vw);
    white-space: nowrap;
    font-weight: bold
}

.st-footer .container .foot-cont .cont-right .c-tec .submenu {
    margin-top: calc(20/var(--width)*100vw)
}

.st-footer .container .foot-cont .cont-right .c-tec .submenu li a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: calc(14/var(--width)*100vw);
    line-height: calc(34/var(--width)*100vw);
    color: rgba(255, 255, 255, 0.65);
    transition: .2s
}

.st-footer .container .foot-cont .cont-right .c-tec .submenu li a:hover {
    color: #fff
}

.st-footer .container.icp {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(217, 217, 217, 0.25);
    margin-top: calc(120/var(--width)*100vw);
    padding-top: calc(40/var(--width)*100vw);
    gap: calc(40/var(--width)*100vw);
    font-size: calc(12/var(--width)*100vw);
    opacity: .65;
    font-weight: normal
}

.st-contact {
    position: fixed;
    z-index: 20;
    bottom: calc(152/var(--width)*100vw);
    opacity: 0;
    transition: .5s;
    right: 0
}

.st-contact .con-info .info-breathe {
    position: relative;
    width: calc(108/var(--width)*100vw);
    height: calc(108/var(--width)*100vw);
    cursor: pointer
}

.st-contact .con-info .info-breathe>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.st-contact .con-info .info-breathe .img2 {
    width: calc(108/var(--width)*100vw);
    height: calc(108/var(--width)*100vw);
    object-fit: contain;
    animation: breatheAnimate2 1.2s linear infinite
}

.st-contact .con-info .info-breathe .img3 {
    width: calc(92/var(--width)*100vw);
    height: calc(92/var(--width)*100vw);
    object-fit: contain
}

.st-contact .con-info .info-breathe .img1 {
    width: calc(80/var(--width)*100vw);
    height: calc(80/var(--width)*100vw);
    object-fit: contain;
    animation: breatheAnimate1 1.2s linear infinite
}

.st-contact .con-info .info-breathe .contact-text {
    width: calc(72/var(--width)*100vw);
    height: calc(24/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(347deg, #00BCFC 0%, #0087F7 100%);
    border-radius: calc(2/var(--width)*100vw);
    font-size: calc(12/var(--width)*100vw);
    color: #FFFFFF;
    line-height: calc(20/var(--width)*100vw);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 21;
    white-space: nowrap
}

.st-contact .con-info .info-breathe .popup-wrap {
    position: absolute;
    top: 50%;
    right: calc(120/var(--width)*100vw);
    transform: translateY(-50%);
    background-color: #fff;
    width: calc(212/var(--width)*100vw);
    padding: calc(24/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    box-shadow: 0 calc(4/var(--width)*100vw) calc(10/var(--width)*100vw) rgba(117, 126, 159, 0.15);
    display: flex;
    flex-direction: column;
    gap: calc(24/var(--width)*100vw);
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.st-contact .con-info .info-breathe .popup-wrap .item .item-title {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: calc(14/var(--width)*100vw);
    line-height: calc(22/var(--width)*100vw);
    transition: .2s
}

.st-contact .con-info .info-breathe .popup-wrap .item .item-title img {
    width: calc(20/var(--width)*100vw);
    height: calc(20/var(--width)*100vw);
    object-fit: contain;
    margin-right: calc(8/var(--width)*100vw);
    filter: brightness(0);
    transition: .2s
}

.st-contact .con-info .info-breathe .popup-wrap .item .item-val {
    font-size: calc(12/var(--width)*100vw);
    line-height: calc(22/var(--width)*100vw);
    margin-top: calc(4/var(--width)*100vw);
    color: #929292;
    padding-left: calc(28/var(--width)*100vw);
    word-wrap: break-word
}

.st-contact .con-info .info-breathe .popup-wrap .item:hover .item-title {
    color: #0087F7
}

.st-contact .con-info .info-breathe .popup-wrap .item:hover .item-title img {
    filter: unset
}

.st-contact .con-info .info-breathe .popup-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0
}

.st-contact .con-info .info-breathe:hover .popup-wrap {
    opacity: 1;
    pointer-events: all
}

@keyframes breatheAnimate1 {

    100%,
    0% {
        transform: translate(-50%, -50%) scale(.95)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.05)
    }
}

@keyframes breatheAnimate2 {

    100%,
    0% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 0
    }

    50% {
        transform: translate(-50%, -50%) scale(.95);
        opacity: 1
    }
}

.st-contact.st-contact-active {
    opacity: 1;
    right: calc(20/var(--width)*100vw);
    z-index: 21
}

.back-to-top {
    width: calc(74/var(--width)*100vw);
    height: calc(44/var(--width)*100vw);
    border-radius: calc(2/var(--width)*100vw);
    position: fixed;
    z-index: -1;
    right: 0;
    bottom: calc(96/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
    background: linear-gradient(315deg, #00BCFC 0%, #0087F7 100%)
}

.back-to-top.back-to-top-active {
    opacity: 1;
    right: calc(38/var(--width)*100vw);
    z-index: 22
}

.back-to-top img {
    width: calc(14/var(--width)*100vw);
    object-fit: contain
}

@media (max-width:1024px) {
    .st-header .container .nav {
        gap: calc(20/var(--width)*100vw)
    }
}

@media (max-width:768px) {
    .APP-g {
        display: flex
    }

    .PC-g {
        display: none !important
    }

    .st-header {
        width: 100%;
        position: fixed;
        top: 0;
        background-color: transparent;
        display: flex;
        align-items: center;
        z-index: 100;
        justify-content: space-between;
        padding: 0 calc(20/var(--width)*100vw);
        height: calc(100/var(--width)*100vw);
        transition: .2s
    }

    .st-header .logo {
        width: calc(140/var(--width)*100vw);
        height: calc(36/var(--width)*100vw);
        min-width: 80px;
        object-fit: contain;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .st-header .nav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
        margin-left: 0;
        margin-right: auto;
        height: 100%;
        position: fixed;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        overflow-x: hidden;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-color: #fff;
        transform: translateY(-110%);
        transition: .2s;
        padding-top: calc(100/var(--width)*100vw);
        box-sizing: border-box
    }

    .st-header .nav>li {
        white-space: nowrap;
        width: 100%;
        position: relative;
        border-top: 1px solid #f3f4f5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        gap: 0;
        flex: 0
    }

    .st-header .nav>li>a {
        width: 100%;
        height: calc(120/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #141414 !important
    }

    .st-header .nav>li>a::after {
        content: "";
        width: 0;
        height: calc(2/var(--width)*100vw);
        background-color: #0087F7;
        position: absolute;
        bottom: 0;
        transition: .2s
    }

    .st-header .nav>li>a:hover::after {
        width: 100% !important
    }

    .st-header .nav>li .submenu {
        width: 100%;
        position: absolute;
        top: 110%;
        left: calc(-40/var(--width)*100vw);
        background-color: #fff;
        padding: calc(40/var(--width)*100vw);
        border-top: 1px solid #f3f4f5;
        border-radius: 0 0 calc(4/var(--width)*100vw) calc(4/var(--width)*100vw);
        opacity: 0;
        pointer-events: none;
        transition: .2s
    }

    .st-header .nav>li .submenu.pro-menu {
        display: grid;
        gap: calc(40/var(--width)*100vw);
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row dense
    }

    .st-header .nav>li .submenu.pro-menu .nav-left,
    .st-header .nav>li .submenu.pro-menu .nav-right {
        width: 100%
    }

    .st-header .nav>li .submenu.pro-menu .nav-left .nav-title,
    .st-header .nav>li .submenu.pro-menu .nav-right .nav-title {
        width: 100%;
        font-size: calc(16/var(--width)*100vw);
        font-weight: 600;
        color: #323335;
        line-height: calc(26/var(--width)*100vw);
        display: flex;
        align-items: center
    }

    .st-header .nav>li .submenu.pro-menu .nav-left .nav-title img,
    .st-header .nav>li .submenu.pro-menu .nav-right .nav-title img {
        width: calc(24/var(--width)*100vw);
        height: calc(24/var(--width)*100vw);
        object-fit: contain;
        margin-right: calc(4/var(--width)*100vw)
    }

    .st-header .nav>li .submenu.pro-menu .nav-left .submenu3,
    .st-header .nav>li .submenu.pro-menu .nav-right .submenu3 {
        width: 100%
    }

    .st-header .nav>li .submenu.pro-menu .nav-left .submenu3>li,
    .st-header .nav>li .submenu.pro-menu .nav-right .submenu3>li {
        width: 100%;
        min-width: calc(172/var(--width)*100vw);
        height: calc(66/var(--width)*100vw);
        margin-top: calc(12/var(--width)*100vw)
    }

    .st-header .nav>li .submenu.pro-menu .nav-left .submenu3>li a,
    .st-header .nav>li .submenu.pro-menu .nav-right .submenu3>li a {
        width: 100%;
        font-size: calc(16/var(--width)*100vw);
        color: #323335;
        line-height: calc(26/var(--width)*100vw);
        transition: .2s
    }

    .st-header .nav>li .submenu.pro-menu .nav-left .submenu3>li:hover a,
    .st-header .nav>li .submenu.pro-menu .nav-right .submenu3>li:hover a {
        font-weight: bold;
        color: #0087F7
    }

    .st-header .nav>li .submenu.pro-menu .nav-right .nav-title {
        margin-top: calc(30/var(--width)*100vw)
    }

    .st-header .nav>li .submenu:not(.pro-menu) {
        display: flex;
        flex-direction: column;
        gap: calc(12/var(--width)*100vw)
    }

    .st-header .nav>li .submenu:not(.pro-menu) li {
        height: calc(26/var(--width)*100vw)
    }

    .st-header .nav>li .submenu:not(.pro-menu) li a {
        display: flex;
        transition: .1s
    }

    .st-header .nav>li .submenu:not(.pro-menu) li a:hover {
        color: #0087F7
    }

    .st-header .nav>li:hover .submenu {
        top: 100%;
        opacity: 1;
        pointer-events: all
    }

    .st-header .nav>li.has-child {
        position: relative;
        flex-direction: column
    }

    .st-header .nav>li.has-child .submenu {
        position: unset;
        box-sizing: border-box;
        overflow: auto;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        opacity: 1;
        pointer-events: all;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        transition: .3s;
        z-index: 2;
        padding: 0;
        gap: 0;
        padding: 0 !important;
        max-height: 0;
        overflow: hidden;
        border-top: none
    }

    .st-header .nav>li.has-child .submenu>li {
        height: unset
    }

    .st-header .nav>li.has-child .submenu>li>div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(20/var(--width)*100vw);
        font-size: 15px;
        margin-bottom: 0
    }

    .st-header .nav>li.has-child .submenu>li>div img {
        width: 16px;
        height: 16px
    }

    .st-header .nav>li.has-child .submenu>li .submenu3>li {
        padding: calc(20/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: unset;
        margin-top: 0
    }

    .st-header .nav>li.has-child .submenu>li .submenu3>li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .st-header .nav>li.has-child .submenu:not(.pro-menu) li a {
        font-size: calc(16/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(20/var(--width)*100vw)
    }

    .st-header .nav>li.has-child.active .submenu {
        padding: calc(20/var(--width)*100vw) 0 !important;
        max-height: calc(1200/var(--width)*100vw);
        border-top: 1px solid #f3f4f5
    }

    .st-header .nav>li.phone a {
        display: flex;
        align-items: center;
        gap: calc(40/var(--width)*100vw)
    }

    .st-header .nav>li:nth-child(2)>a,
    .st-header .nav>li:nth-child(5)>a {
        pointer-events: none !important
    }

    .st-header .nav.active {
        transform: translateY(0)
    }

    .st-header .contact {
        display: flex;
        align-items: center;
        margin-left: calc(40/var(--width)*100vw);
        display: none
    }

    .st-header .contact .phone {
        display: flex;
        white-space: nowrap
    }

    .st-header .contact .phone img {
        width: calc(20/var(--width)*100vw);
        height: calc(20/var(--width)*100vw);
        object-fit: contain;
        transition: .2s
    }

    .st-header .contact .phone span {
        font-size: calc(16/var(--width)*100vw);
        margin-left: calc(10/var(--width)*100vw);
        transition: .2s
    }

    .st-header .contact .now-lang {
        font-size: calc(16/var(--width)*100vw);
        margin: 0 calc(112/var(--width)*100vw) 0 calc(44/var(--width)*100vw);
        transition: .2s
    }

    .st-header .contact .apply-btn {
        width: calc(112/var(--width)*100vw);
        height: calc(40/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
        border-radius: calc(4/var(--width)*100vw);
        font-size: calc(18/var(--width)*100vw);
        color: #fff;
        cursor: pointer;
        line-height: calc(26/var(--width)*100vw)
    }

    .st-header .app-menu {
        width: 24px;
        height: 24px;
        position: relative;
        cursor: pointer
    }

    .st-header .app-menu span {
        position: absolute;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #141414;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%)
    }

    .st-header .app-menu span::after {
        content: "";
        width: 22px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        top: -8px;
        border-radius: 1px;
        background-color: #141414;
        transition: .2s
    }

    .st-header .app-menu span::before {
        content: "";
        width: 22px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
        border-radius: 1px;
        background-color: #141414;
        transition: .2s
    }

    .st-header.fixed,
    .st-header.app-active,
    .st-header:hover {
        background-color: #fff
    }

    .st-header.fixed .app-menu span,
    .st-header.app-active .app-menu span,
    .st-header:hover .app-menu span,
    .st-header.fixed .app-menu span::after,
    .st-header.app-active .app-menu span::after,
    .st-header:hover .app-menu span::after,
    .st-header.fixed .app-menu span::before,
    .st-header.app-active .app-menu span::before,
    .st-header:hover .app-menu span::before {
        background-color: #141414
    }

    .st-header.app-active .app-menu span {
        width: 0
    }

    .st-header.app-active .app-menu span::before {
        transform: rotate(45deg);
        transform-origin: center right
    }

    .st-header.app-active .app-menu span::after {
        transform: rotate(-45deg);
        transform-origin: center right
    }

    .st-mainbody {
        background-color: #F6FAFC;
        min-height: 100vh
    }

    .st-mainbody .doc-header {
        height: calc(764/var(--width)*100vw);
        background-size: cover;
        background-position: center right
    }

    .st-mainbody .doc-header .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .st-mainbody .doc-header .container .head-title {
        font-size: calc(66/var(--width)*100vw);
        line-height: calc(88/var(--width)*100vw);
        font-weight: bold;
        text-shadow: 0 0 100px #fff;
        text-align: center;
        margin-top: calc(100/var(--width)*100vw)
    }

    .st-mainbody .doc-header .container .head-summary {
        font-size: calc(28/var(--width)*100vw);
        line-height: 1.5em;
        opacity: .85;
        max-width: calc(600/var(--width)*100vw);
        margin-top: calc(16/var(--width)*100vw);
        text-shadow: 0 0 10px #fff;
        display: none
    }

    .window-system {
        font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif
    }

    .chunk-contact {
        background-image: url(../images/home-contact-bgimg.jpg);
        background-size: cover;
        background-position: 66% center;
        position: relative;
        z-index: 2
    }

    .chunk-contact .container {
        padding: calc(120/var(--width)*100vw) 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .chunk-contact .container .title {
        font-size: calc(40/var(--width)*100vw);
        color: #323335;
        line-height: calc(60/var(--width)*100vw);
        text-align: center
    }

    .chunk-contact .container .subtitle {
        font-size: calc(24/var(--width)*100vw);
        color: #323335;
        line-height: calc(60/var(--width)*100vw)
    }

    .chunk-contact .container .contact-btn {
        width: calc(216/var(--width)*100vw);
        height: calc(76/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(24/var(--width)*100vw);
        color: #FFFFFF;
        line-height: calc(26/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
        margin-top: calc(32/var(--width)*100vw);
        font-weight: 400
    }

    .st-footer {
        background-color: #010B1B;
        color: #fff;
        padding-top: calc(50/var(--width)*100vw);
        padding-bottom: calc(40/var(--width)*100vw);
        position: relative;
        z-index: 10
    }

    .st-footer .container .service-list {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .st-footer .container .service-list .ser-itel {
        display: flex;
        align-items: center;
        padding-left: calc(30/var(--width)*100vw);
        flex: 0 0 50%
    }

    .st-footer .container .service-list .ser-itel img {
        width: calc(32/var(--width)*100vw);
        height: calc(32/var(--width)*100vw);
        object-fit: contain;
        margin-right: calc(10/var(--width)*100vw)
    }

    .st-footer .container .service-list .ser-itel>span {
        line-height: 2em;
        font-size: calc(28/var(--width)*100vw);
        font-weight: normal;
        color: #fff
    }

    .st-footer .container .service-list .line {
        display: none;
        width: 1px;
        height: calc(52/var(--width)*100vw);
        background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent)
    }

    .st-footer .container .foot-cont {
        display: flex;
        gap: calc(80/var(--width)*100vw);
        align-items: flex-start;
        justify-content: space-between;
        margin-top: calc(40/var(--width)*100vw);
        padding-top: calc(100/var(--width)*100vw);
        border-top: 1px solid rgba(217, 217, 217, 0.25);
        flex-direction: column
    }

    .st-footer .container .foot-cont .cont-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .st-footer .container .foot-cont .cont-left .l-logo {
        width: calc(264/var(--width)*100vw);
        height: calc(72/var(--width)*100vw)
    }

    .st-footer .container .foot-cont .cont-left .l-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .st-footer .container .foot-cont .cont-left .l-address {
        font-size: calc(24/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(32/var(--width)*100vw);
        margin-top: calc(28/var(--width)*100vw);
        opacity: .65
    }

    .st-footer .container .foot-cont .cont-left .l-links {
        display: flex;
        align-items: center;
        gap: calc(16/var(--width)*100vw);
        margin-top: calc(46/var(--width)*100vw);
        display: none
    }

    .st-footer .container .foot-cont .cont-left .l-links a {
        display: block;
        width: calc(36/var(--width)*100vw);
        height: calc(36/var(--width)*100vw);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative
    }

    .st-footer .container .foot-cont .cont-left .l-links a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        left: 0;
        top: 0
    }

    .st-footer .container .foot-cont .cont-left .l-links a img.default-img {
        opacity: 1;
        transition: .2s
    }

    .st-footer .container .foot-cont .cont-left .l-links a img.hover-img {
        opacity: 0;
        transition: .2s
    }

    .st-footer .container .foot-cont .cont-left .l-links a:hover img.default-img {
        opacity: 0
    }

    .st-footer .container .foot-cont .cont-left .l-links a:hover img.hover-img {
        opacity: 1
    }

    .st-footer .container .foot-cont .cont-center {
        flex: 1;
        gap: calc(40/var(--width)*100vw);
        display: flex;
        justify-content: space-evenly;
        display: none
    }

    .st-footer .container .foot-cont .cont-center .c-pro>a {
        font-size: calc(18/var(--width)*100vw);
        white-space: nowrap;
        font-weight: bold
    }

    .st-footer .container .foot-cont .cont-center .c-pro .submenu {
        margin-top: calc(16/var(--width)*100vw);
        display: grid;
        gap: 0 calc(40/var(--width)*100vw);
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row dense
    }

    .st-footer .container .foot-cont .cont-center .c-pro .submenu>li a {
        white-space: nowrap;
        height: calc(32/var(--width)*100vw);
        display: flex;
        align-items: center;
        font-size: calc(14/var(--width)*100vw);
        line-height: calc(32/var(--width)*100vw);
        color: rgba(255, 255, 255, 0.65);
        transition: .2s
    }

    .st-footer .container .foot-cont .cont-center .c-pro .submenu>li a:hover {
        color: #fff
    }

    .st-footer .container .foot-cont .cont-center .c-pro .submenu>li:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2
    }

    .st-footer .container .foot-cont .cont-center .c-pro .submenu>li:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3
    }

    .st-footer .container .foot-cont .cont-center .c-pro .submenu>li:nth-child(3) {
        grid-area: 2 / 2 / 2 / 3;
        margin-top: calc(-96/var(--width)*100vw)
    }

    .st-footer .container .foot-cont .cont-center .c-tec-dev .c-tec>a,
    .st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev>a {
        font-size: calc(18/var(--width)*100vw);
        white-space: nowrap;
        font-weight: bold
    }

    .st-footer .container .foot-cont .cont-center .c-tec-dev .c-tec .submenu,
    .st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev .submenu {
        margin-top: calc(20/var(--width)*100vw)
    }

    .st-footer .container .foot-cont .cont-center .c-tec-dev .c-tec .submenu li a,
    .st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev .submenu li a {
        white-space: nowrap;
        height: calc(32/var(--width)*100vw);
        display: flex;
        align-items: center;
        font-size: calc(16/var(--width)*100vw);
        color: rgba(255, 255, 255, 0.65);
        transition: .2s
    }

    .st-footer .container .foot-cont .cont-center .c-tec-dev .c-tec .submenu li a:hover,
    .st-footer .container .foot-cont .cont-center .c-tec-dev .c-dev .submenu li a:hover {
        color: #fff
    }

    .st-footer .container .foot-cont .cont-center .c-tec-dev .c-tec {
        margin-bottom: calc(50/var(--width)*100vw)
    }

    .st-footer .container .foot-cont .cont-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .st-footer .container .foot-cont .cont-right .r-qrs {
        display: flex;
        gap: calc(60/var(--width)*100vw)
    }

    .st-footer .container .foot-cont .cont-right .r-qrs .rq-1,
    .st-footer .container .foot-cont .cont-right .r-qrs .rq-2 {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .st-footer .container .foot-cont .cont-right .r-qrs .rq-1 .img,
    .st-footer .container .foot-cont .cont-right .r-qrs .rq-2 .img {
        width: calc(120/var(--width)*100vw);
        height: calc(120/var(--width)*100vw);
        background-color: #fff;
        border-radius: calc(4/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .st-footer .container .foot-cont .cont-right .r-qrs .rq-1 .img img,
    .st-footer .container .foot-cont .cont-right .r-qrs .rq-2 .img img {
        width: calc(100/var(--width)*100vw);
        height: calc(100/var(--width)*100vw);
        object-fit: contain
    }

    .st-footer .container .foot-cont .cont-right .r-qrs .rq-1 span,
    .st-footer .container .foot-cont .cont-right .r-qrs .rq-2 span {
        font-size: calc(14/var(--width)*100vw);
        margin-top: calc(10/var(--width)*100vw)
    }

    .st-footer .container .foot-cont .cont-right .r-phone {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .st-footer .container .foot-cont .cont-right .r-phone .phone {
        margin-top: calc(24/var(--width)*100vw);
        white-space: nowrap;
        font-size: calc(40/var(--width)*100vw);
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: calc(56/var(--width)*100vw)
    }

    .st-footer .container .foot-cont .cont-right .r-phone .email {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        color: rgba(255, 255, 255, 0.65);
        font-size: calc(14/var(--width)*100vw);
        font-weight: 400;
        line-height: calc(32/var(--width)*100vw)
    }

    .st-footer .container .foot-cont .cont-right .r-phone .email span:first-child {
        margin-right: calc(12/var(--width)*100vw)
    }

    .st-footer .container.icp {
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid rgba(217, 217, 217, 0.25);
        margin-top: calc(120/var(--width)*100vw);
        padding-top: calc(40/var(--width)*100vw);
        gap: calc(40/var(--width)*100vw);
        font-size: calc(12/var(--width)*100vw);
        opacity: .65;
        font-weight: normal;
        flex-direction: column
    }

    .st-footer .container.icp .copyright {
        text-align: center
    }

    .st-contact {
        display: none !important;
        position: fixed;
        z-index: 20;
        bottom: calc(152/var(--width)*100vw);
        opacity: 0;
        transition: .5s;
        right: 0
    }

    .st-contact .con-info .info-breathe {
        position: relative;
        width: calc(108/var(--width)*100vw);
        height: calc(108/var(--width)*100vw);
        cursor: pointer
    }

    .st-contact .con-info .info-breathe>img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .st-contact .con-info .info-breathe .img2 {
        width: calc(108/var(--width)*100vw);
        height: calc(108/var(--width)*100vw);
        object-fit: contain;
        animation: breatheAnimate2 1.2s linear infinite
    }

    .st-contact .con-info .info-breathe .img3 {
        width: calc(92/var(--width)*100vw);
        height: calc(92/var(--width)*100vw);
        object-fit: contain
    }

    .st-contact .con-info .info-breathe .img1 {
        width: calc(80/var(--width)*100vw);
        height: calc(80/var(--width)*100vw);
        object-fit: contain;
        animation: breatheAnimate1 1.2s linear infinite
    }

    .st-contact .con-info .info-breathe .contact-text {
        width: calc(72/var(--width)*100vw);
        height: calc(24/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(347deg, #00BCFC 0%, #0087F7 100%);
        border-radius: calc(2/var(--width)*100vw);
        font-size: calc(12/var(--width)*100vw);
        color: #FFFFFF;
        line-height: calc(20/var(--width)*100vw);
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 21
    }

    .st-contact .con-info .info-breathe .popup-wrap {
        position: absolute;
        top: 50%;
        right: calc(120/var(--width)*100vw);
        transform: translateY(-50%);
        background-color: #fff;
        width: calc(212/var(--width)*100vw);
        padding: calc(24/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        box-shadow: 0 calc(4/var(--width)*100vw) calc(10/var(--width)*100vw) rgba(117, 126, 159, 0.15);
        display: flex;
        flex-direction: column;
        gap: calc(24/var(--width)*100vw);
        opacity: 0;
        pointer-events: none;
        transition: .3s
    }

    .st-contact .con-info .info-breathe .popup-wrap .item .item-title {
        display: flex;
        align-items: center;
        white-space: nowrap;
        font-size: calc(14/var(--width)*100vw);
        line-height: calc(22/var(--width)*100vw);
        transition: .2s
    }

    .st-contact .con-info .info-breathe .popup-wrap .item .item-title img {
        width: calc(20/var(--width)*100vw);
        height: calc(20/var(--width)*100vw);
        object-fit: contain;
        margin-right: calc(8/var(--width)*100vw);
        filter: brightness(0);
        transition: .2s
    }

    .st-contact .con-info .info-breathe .popup-wrap .item .item-val {
        font-size: calc(12/var(--width)*100vw);
        line-height: calc(22/var(--width)*100vw);
        margin-top: calc(4/var(--width)*100vw);
        color: #929292;
        padding-left: calc(28/var(--width)*100vw)
    }

    .st-contact .con-info .info-breathe .popup-wrap .item:hover .item-title {
        color: #0087F7
    }

    .st-contact .con-info .info-breathe .popup-wrap .item:hover .item-title img {
        filter: unset
    }

    .st-contact .con-info .info-breathe .popup-wrap::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0
    }

    .st-contact .con-info .info-breathe:hover .popup-wrap {
        opacity: 1;
        pointer-events: all
    }

    @keyframes breatheAnimate1 {

        100%,
        0% {
            transform: translate(-50%, -50%) scale(.95)
        }

        50% {
            transform: translate(-50%, -50%) scale(1.05)
        }
    }

    @keyframes breatheAnimate2 {

        100%,
        0% {
            transform: translate(-50%, -50%) scale(1.05);
            opacity: 0
        }

        50% {
            transform: translate(-50%, -50%) scale(.95);
            opacity: 1
        }
    }

    .st-contact.st-contact-active {
        opacity: 1;
        right: calc(20/var(--width)*100vw);
        z-index: 21
    }

    .back-to-top {
        display: none !important;
        width: calc(74/var(--width)*100vw);
        height: calc(44/var(--width)*100vw);
        border-radius: calc(2/var(--width)*100vw);
        position: fixed;
        z-index: -1;
        right: 0;
        bottom: calc(96/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .5s;
        background: linear-gradient(315deg, #00BCFC 0%, #0087F7 100%)
    }

    .back-to-top.back-to-top-active {
        opacity: 1;
        right: calc(38/var(--width)*100vw);
        z-index: 22
    }

    .back-to-top img {
        width: calc(14/var(--width)*100vw);
        object-fit: contain
    }
}

.heading {
    font-family: 'Avenir';
    font-weight: 700
}

.heading.h1 {
    font-size: calc(40/var(--width)*100vw)
}

.heading.h2 {
    font-size: calc(32/var(--width)*100vw)
}

.heading.h3 {
    font-size: calc(24/var(--width)*100vw)
}

@media (max-width:768px) {
    .heading {
        font-family: 'Avenir';
        font-weight: 700
    }

    .heading.h1 {
        font-size: 32px !important
    }

    .heading.h2 {
        font-size: 26px !important
    }

    .heading.h3 {
        font-size: 22px !important
    }
}

.richtext a {
    color: #0087F7
}

.richtext a:hover {
    color: #006e6e
}

.notfound {
    text-align: center;
    padding: 80px;
    color: #999
}

.breadcrumb {
    padding: 12px 0;
    margin-bottom: 20px
}

.breadcrumb li:last-of-type {
    pointer-events: none;
    color: #0087F7
}

.page-home .st-header.fixed {
    background-color: #fff !important
}

.page-home .st-header {
    width: 100%;
    position: fixed;
    background-color: transparent;
    display: flex;
    align-items: center;
    z-index: 100;
    justify-content: space-between;
    padding: 0 calc(60/var(--width)*100vw);
    height: calc(64/var(--width)*100vw);
    background: transparent;
    transition: .2s;
    background-color: transparent !important
}

.page-home .st-header .logo {
    width: calc(140/var(--width)*100vw);
    height: calc(36/var(--width)*100vw);
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) invert(1)
}

.page-home .st-header .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(48/var(--width)*100vw);
    margin-left: calc(60/var(--width)*100vw);
    margin-right: auto;
    height: 100%
}

.page-home .st-header .nav>li {
    white-space: nowrap;
    height: 100%;
    position: relative
}

.page-home .st-header .nav>li>a {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.page-home .st-header .nav>li>a::after {
    content: "";
    width: 0;
    height: calc(2/var(--width)*100vw);
    background-color: #fff;
    position: absolute;
    bottom: 0;
    transition: width .2s
}

.page-home .st-header .nav>li>a:hover::after {
    width: 100%
}

.page-home .st-header .nav>li:nth-child(1)>a::after {
    background-color: transparent
}

.page-home .st-header .nav>li .submenu {
    position: absolute;
    top: 110%;
    left: calc(-40/var(--width)*100vw);
    background-color: #fff;
    padding: calc(40/var(--width)*100vw);
    border-top: 1px solid #f3f4f5;
    border-radius: 0 0 calc(4/var(--width)*100vw) calc(4/var(--width)*100vw);
    opacity: 0;
    pointer-events: none;
    transition: .2s
}

.page-home .st-header .nav>li .submenu.pro-menu {
    display: grid;
    gap: calc(20/var(--width)*100vw) calc(40/var(--width)*100vw);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense
}

.page-home .st-header .nav>li .submenu.pro-menu>li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2
}

.page-home .st-header .nav>li .submenu.pro-menu>li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3
}

.page-home .st-header .nav>li .submenu.pro-menu>li:nth-child(3) {
    grid-area: 2 / 2 / 2 / 3
}

.page-home .st-header .nav>li .submenu.pro-menu>li>a,
.page-home .st-header .nav>li .submenu.pro-menu>li>div {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 500;
    color: #242424;
    display: flex;
    align-items: center;
    margin-bottom: calc(16/var(--width)*100vw);
    font-weight: bold
}

.page-home .st-header .nav>li .submenu.pro-menu>li>a img,
.page-home .st-header .nav>li .submenu.pro-menu>li>div img {
    width: calc(16/var(--width)*100vw);
    height: calc(16/var(--width)*100vw);
    object-fit: contain;
    margin-right: calc(6/var(--width)*100vw)
}

.page-home .st-header .nav>li .submenu.pro-menu>li .close-submenu {
    margin-bottom: 0
}

.page-home .st-header .nav>li .submenu.pro-menu>li>a:hover {
    color: #0087F7
}

.page-home .st-header .nav>li .submenu.pro-menu>li .submenu3>li {
    height: calc(32/var(--width)*100vw);
    display: flex;
    align-items: center;
    min-width: calc(172/var(--width)*100vw)
}

.page-home .st-header .nav>li .submenu.pro-menu>li .submenu3>li a {
    font-size: calc(16/var(--width)*100vw);
    color: #555;
    transition: .1s
}

.page-home .st-header .nav>li .submenu.pro-menu>li .submenu3>li:hover a {
    color: #0087F7
}

.page-home .st-header .nav>li .submenu:not(.pro-menu) {
    display: flex;
    flex-direction: column
}

.page-home .st-header .nav>li .submenu:not(.pro-menu) li a {
    display: flex;
    transition: .1s;
    padding: calc(6/var(--width)*100vw) 0
}

.page-home .st-header .nav>li .submenu:not(.pro-menu) li a:hover {
    color: #0087F7
}

.page-home .st-header .nav>li:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: all
}

.page-home .st-header .nav li.active {
    color: #0087F7
}

.page-home .st-header .contact {
    display: flex;
    align-items: center
}

.page-home .st-header .contact .phone {
    display: flex
}

.page-home .st-header .contact .phone img {
    width: calc(20/var(--width)*100vw);
    height: calc(20/var(--width)*100vw);
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: .2s
}

.page-home .st-header .contact .phone span {
    font-size: calc(16/var(--width)*100vw);
    color: #fff;
    margin-left: calc(10/var(--width)*100vw);
    transition: .2s
}

.page-home .st-header .contact .now-lang {
    font-size: calc(16/var(--width)*100vw);
    margin: 0 calc(112/var(--width)*100vw) 0 calc(44/var(--width)*100vw);
    color: #fff;
    transition: .2s
}

.page-home .st-header .contact .apply-btn {
    width: calc(112/var(--width)*100vw);
    height: calc(40/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
    border-radius: calc(4/var(--width)*100vw);
    font-size: calc(18/var(--width)*100vw);
    color: #fff;
    cursor: pointer;
    line-height: calc(26/var(--width)*100vw)
}

.page-home .st-header .collapse-menu {
    display: none;
    margin-left: calc(20/var(--width)*100vw)
}

.page-home .st-header .collapse-menu .menu-btn {
    width: calc(24/var(--width)*100vw);
    height: calc(24/var(--width)*100vw);
    position: relative
}

.page-home .st-header .collapse-menu .menu-btn span {
    position: absolute;
    width: calc(22/var(--width)*100vw);
    height: calc(2/var(--width)*100vw);
    border-radius: 1px;
    background-color: #242424;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.page-home .st-header .collapse-menu .menu-btn span::after {
    content: "";
    width: calc(22/var(--width)*100vw);
    height: calc(2/var(--width)*100vw);
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-8/var(--width)*100vw);
    border-radius: 1px;
    background-color: #242424;
    transition: .2s
}

.page-home .st-header .collapse-menu .menu-btn span::before {
    content: "";
    width: calc(22/var(--width)*100vw);
    height: calc(2/var(--width)*100vw);
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(-8/var(--width)*100vw);
    border-radius: 1px;
    background-color: #242424;
    transition: .2s
}

.page-home .st-header .collapse-menu .menu-list {
    position: fixed;
    top: calc(60/var(--width)*100vw);
    left: -100%;
    width: 100%;
    padding-top: calc(60/var(--width)*100vw);
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    z-index: 20;
    transition: .2s
}

.page-home .st-header .collapse-menu .menu-list li {
    padding: calc(20/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f3f4f5
}

.page-home .st-header .collapse-menu .menu-list li.active {
    color: #0087F7;
    border-bottom-color: #0087F7
}

.page-home .st-header .collapse-menu .menu-list li a.active {
    color: #0087F7
}

.page-home .st-header .collapse-menu.menu-active .menu-btn span {
    width: 0
}

.page-home .st-header .collapse-menu.menu-active .menu-btn span::before {
    transform: rotate(45deg);
    transform-origin: center right
}

.page-home .st-header .collapse-menu.menu-active .menu-btn span::after {
    transform: rotate(-45deg);
    transform-origin: center right
}

.page-home .st-header .collapse-menu.menu-active .menu-list {
    left: 0
}

.page-home .st-header.fixed,
.page-home .st-header:hover {
    background-color: #fff !important
}

.page-home .st-header.fixed .logo,
.page-home .st-header:hover .logo {
    filter: none
}

.page-home .st-header.fixed .nav>li>a,
.page-home .st-header:hover .nav>li>a {
    color: #242424
}

.page-home .st-header.fixed .nav>li>a::after,
.page-home .st-header:hover .nav>li>a::after {
    background-color: #0087F7
}

.page-home .st-header.fixed .contact .phone img,
.page-home .st-header:hover .contact .phone img {
    filter: none
}

.page-home .st-header.fixed .contact .phone span,
.page-home .st-header:hover .contact .phone span {
    color: #242424
}

.page-home .st-header.fixed .contact .now-lang,
.page-home .st-header:hover .contact .now-lang {
    color: #242424
}

.page-home .st-mainbody .doc-header {
    width: 100%;
    height: calc(900/var(--width)*100vw);
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: 0;
    top: 0
}

.page-home .st-mainbody .doc-header .swiper-box {
    width: 100%;
    height: 100%
}

.page-home .st-mainbody .doc-header .swiper-box .s-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 calc(260/var(--width)*100vw);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.page-home .st-mainbody .doc-header .swiper-box .s-item .item-title {
    font-size: calc(50/var(--width)*100vw);
    font-weight: 600;
    color: #FFFFFF;
    line-height: calc(72/var(--width)*100vw)
}

.page-home .st-mainbody .doc-header .swiper-box .s-item .item-desc {
    font-size: calc(24/var(--width)*100vw);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5em;
    margin-top: calc(8/var(--width)*100vw);
    max-width: 50%
}

.page-home .st-mainbody .doc-header .swiper-box .s-item .item-link {
    width: calc(216/var(--width)*100vw);
    height: calc(64/var(--width)*100vw);
    background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
    border-radius: calc(4/var(--width)*100vw);
    font-size: calc(24/var(--width)*100vw);
    font-weight: normal;
    color: #FFFFFF;
    line-height: calc(32/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(12/var(--width)*100vw);
    margin-top: calc(42/var(--width)*100vw)
}

.page-home .st-mainbody .doc-header .swiper-box .s-item .item-link img {
    width: calc(24/var(--width)*100vw);
    height: calc(16/var(--width)*100vw);
    object-fit: contain
}

.page-home .st-mainbody .doc-header .swiper-box .swiper-pagination.swiper-pagination-bullets {
    left: calc(260/var(--width)*100vw);
    bottom: calc(200/var(--width)*100vw)
}

.page-home .st-mainbody .product-module {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-top: calc(900/var(--width)*100vw)
}

.page-home .st-mainbody .product-module .pro-title {
    font-size: calc(46/var(--width)*100vw);
    color: #323335;
    line-height: calc(64/var(--width)*100vw);
    text-align: center;
    padding-top: calc(120/var(--width)*100vw);
    max-width: 80%;
    margin: 0 auto
}

.page-home .st-mainbody .product-module .pro-summary {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(26/var(--width)*100vw);
    text-align: center;
    max-width: 80%;
    margin: calc(18/var(--width)*100vw) auto calc(80/var(--width)*100vw)
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont {
    width: 100%;
    display: flex
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item {
    flex: 1;
    overflow: hidden;
    height: calc(852/var(--width)*100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    transition: 1s;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc(120/var(--width)*100vw)
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    width: 100%
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-origin: padding-box;
    width: 100vw;
    opacity: 0;
    z-index: 10;
    transition: opacity 1s;
    pointer-events: none
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu .swiper-box {
    margin-top: 0;
    width: 100%;
    height: 100%
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu .swiper-box .item {
    padding: calc(140/var(--width)*100vw) calc(164/var(--width)*100vw)
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu .swiper-box .item .item-title {
    font-size: calc(46/var(--width)*100vw);
    color: #FFFFFF;
    font-weight: 500;
    line-height: calc(64/var(--width)*100vw)
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu .swiper-box .item .item-desc {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(24/var(--width)*100vw);
    max-width: calc(372/var(--width)*100vw);
    white-space: pre-wrap;
    color: #FFFFFF
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu .swiper-box .item .item-detail {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #0088F7;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(24/var(--width)*100vw);
    display: inline-flex;
    position: relative
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu .swiper-box .item .item-detail::after {
    content: "";
    width: calc(8/var(--width)*100vw);
    height: calc(8/var(--width)*100vw);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: calc(-24/var(--width)*100vw);
    border-top: calc(2/var(--width)*100vw) solid #0088F7;
    border-right: calc(2/var(--width)*100vw) solid #0088F7
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu .item-navs {
    position: absolute;
    z-index: 11;
    bottom: calc(90/var(--width)*100vw);
    left: calc(120/var(--width)*100vw);
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 4px;
    padding: calc(12/var(--width)*100vw) 0;
    display: flex
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu .item-navs .nav-item {
    padding: 0 calc(40/var(--width)*100vw);
    height: calc(40/var(--width)*100vw);
    display: flex;
    align-items: center;
    font-size: calc(18/var(--width)*100vw);
    font-weight: 500;
    color: #FFFFFF;
    line-height: calc(24/var(--width)*100vw);
    transition: .2s
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-submenu .item-navs .nav-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.45)
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-title {
    font-size: calc(46/var(--width)*100vw);
    font-weight: 600;
    color: #FFFFFF;
    line-height: calc(64/var(--width)*100vw);
    margin-bottom: calc(32/var(--width)*100vw)
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-btn {
    width: calc(58/var(--width)*100vw);
    height: calc(58/var(--width)*100vw);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(120/var(--width)*100vw)
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap .item-btn img {
    width: calc(24/var(--width)*100vw);
    height: calc(24/var(--width)*100vw);
    object-fit: contain
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap:hover {
    width: 100vw
}

.page-home .st-mainbody .product-module .pro-cont.pc-cont .pro-item .item-wrap:hover .item-submenu {
    opacity: 1;
    pointer-events: all
}

.page-home .st-mainbody .product-module .pro-cont.app-cont {
    display: flex;
    flex-direction: column;
    display: none
}

.page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item {
    padding-bottom: calc(70/var(--width)*100vw)
}

.page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item img {
    width: 100%;
    height: calc(500/var(--width)*100vw);
    object-fit: cover
}

.page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont {
    padding: calc(30/var(--width)*100vw)
}

.page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont .item-title {
    font-size: calc(32/var(--width)*100vw);
    font-weight: bold;
    line-height: 1.5em
}

.page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont .item-desc {
    font-size: calc(28/var(--width)*100vw);
    color: #666;
    margin-top: calc(12/var(--width)*100vw);
    line-height: 1.5em
}

.page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont .item-detail {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #0088F7;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(24/var(--width)*100vw);
    display: inline-flex;
    position: relative
}

.page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont .item-detail::after {
    content: "";
    width: calc(8/var(--width)*100vw);
    height: calc(8/var(--width)*100vw);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: calc(-24/var(--width)*100vw);
    border-top: calc(2/var(--width)*100vw) solid #0088F7;
    border-right: calc(2/var(--width)*100vw) solid #0088F7
}

.page-home .st-mainbody .product-module1 {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-top: calc(900/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-title {
    font-size: calc(46/var(--width)*100vw);
    color: #323335;
    line-height: calc(64/var(--width)*100vw);
    text-align: center;
    padding-top: calc(120/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-summary {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(18/var(--width)*100vw);
    margin-bottom: calc(80/var(--width)*100vw);
    text-align: center
}

.page-home .st-mainbody .product-module1 .pro-cont {
    width: 100%;
    display: flex
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item {
    flex: 1;
    height: calc(852/var(--width)*100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    transition: 1s;
    position: relative
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-wrap {
    background-size: cover;
    background-position: 90% center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(1) {
    margin-right: -6%
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(2) .item-wrap {
    transform: skew(-10deg);
    border-left: calc(2/var(--width)*100vw) solid rgba(255, 255, 255, 0.3);
    border-right: calc(2/var(--width)*100vw) solid rgba(255, 255, 255, 0.3);
    z-index: 2
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(2) .item-wrap .item-title,
.page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(2) .item-wrap .item-btn {
    transform: translateY(0%) skew(10deg)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(2) .item-wrap .item-submenu {
    transform: translateY(-50%) skew(10deg)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(3) {
    margin-left: -6%
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item:hover {
    flex: 0 0 92%
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item:hover .item-title {
    display: none
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item:hover .item-btn {
    display: none
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-title {
    font-size: calc(46/var(--width)*100vw);
    font-weight: 600;
    color: #FFFFFF;
    line-height: calc(64/var(--width)*100vw);
    margin-bottom: calc(32/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-btn {
    width: calc(58/var(--width)*100vw);
    height: calc(58/var(--width)*100vw);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(120/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-btn img {
    width: calc(24/var(--width)*100vw);
    height: calc(24/var(--width)*100vw);
    object-fit: contain
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu {
    position: absolute;
    top: 50%;
    left: calc(140/var(--width)*100vw);
    transform: translateY(-50%);
    transition: .5s
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-title {
    font-size: calc(46/var(--width)*100vw);
    color: #FFFFFF;
    line-height: calc(64/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs {
    margin-top: calc(90/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item {
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: calc(4/var(--width)*100vw);
    box-sizing: border-box
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: calc(4/var(--width)*100vw);
    transition: .2s;
    border: 1px solid #979797;
    box-sizing: border-box
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item::before {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: calc(4/var(--width)*100vw);
    transition: .2s;
    opacity: 0
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item span {
    position: absolute;
    bottom: calc(20/var(--width)*100vw);
    left: calc(20/var(--width)*100vw);
    z-index: 2;
    color: #fff;
    font-size: calc(20/var(--width)*100vw);
    white-space: nowrap;
    font-weight: 400;
    line-height: calc(28/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item.item-active::after {
    background-color: transparent;
    border: 1px solid #fff
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item.item-active::before {
    opacity: 1
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont {
    opacity: 0;
    pointer-events: none
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs {
    display: grid;
    gap: calc(10/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item {
    position: relative;
    width: calc(224/var(--width)*100vw);
    height: calc(144/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(1) {
    width: calc(312/var(--width)*100vw);
    height: calc(452/var(--width)*100vw);
    grid-area: 1 / 1 / 4 / 4
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(2) {
    grid-area: 1 / 4 / 2 / 6
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(3) {
    grid-area: 1 / 6 / 2 / 8
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(4) {
    grid-area: 2 / 4 / 3 / 6
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(5) {
    grid-area: 2 / 6 / 3 / 8
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(6) {
    grid-area: 3 / 4 / 4 / 6
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(7) {
    grid-area: 3 / 6 / 4 / 8
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziwu-cont {
    left: calc(264/var(--width)*100vw);
    opacity: 0;
    pointer-events: none
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziwu-cont .submenu-navs .item {
    display: flex;
    width: calc(752/var(--width)*100vw);
    height: calc(452/var(--width)*100vw);
    background-color: #fff;
    border-radius: calc(4/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont {
    left: calc(264/var(--width)*100vw);
    opacity: 0;
    pointer-events: none
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs {
    display: grid;
    gap: calc(10/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs .item {
    display: flex;
    background-color: #fff;
    border-radius: calc(4/var(--width)*100vw)
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs .item:nth-child(1) {
    width: calc(312/var(--width)*100vw);
    height: calc(452/var(--width)*100vw);
    grid-area: 1 / 1 / 3 / 3
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs .item:nth-child(2) {
    width: calc(456/var(--width)*100vw);
    height: calc(220/var(--width)*100vw);
    grid-area: 1 / 3 / 2 / 6
}

.page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs .item:nth-child(3) {
    width: calc(456/var(--width)*100vw);
    height: calc(220/var(--width)*100vw);
    grid-area: 2 / 3 / 2 / 6
}

.page-home .st-mainbody .technoloper-module {
    padding-top: calc(120/var(--width)*100vw);
    height: calc(1220/var(--width)*100vw);
    background: linear-gradient(232deg, #D9E1ED 0%, #F2F7FA 100%);
    background-color: #fff;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.page-home .st-mainbody .technoloper-module .tec-title {
    font-size: calc(46/var(--width)*100vw);
    font-weight: 400;
    color: #323335;
    line-height: calc(64/var(--width)*100vw);
    text-align: center;
    max-width: 80%;
    margin: 0 auto
}

.page-home .st-mainbody .technoloper-module .tec-summary {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(26/var(--width)*100vw);
    text-align: center;
    max-width: 80%;
    margin: calc(20/var(--width)*100vw) auto calc(4/var(--width)*100vw)
}

.page-home .st-mainbody .technoloper-module .tec-cont {
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-home .st-mainbody .technoloper-module .tec-cont img.tec-icon {
    width: calc(348/var(--width)*100vw);
    height: calc(356/var(--width)*100vw);
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: calc(316/var(--width)*100vw);
    transform: translateX(-50%);
    animation: upAndDownAnimate 5s ease-in-out infinite
}

@keyframes upAndDownAnimate {

    0%,
    100% {
        transform: translateX(-50%) translateY(20px)
    }

    50% {
        transform: translateX(-50%) translateY(-40px)
    }
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item {
    position: absolute;
    z-index: 20
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item .item-title {
    font-size: calc(46/var(--width)*100vw);
    font-weight: 600;
    color: #313336;
    line-height: calc(64/var(--width)*100vw);
    position: absolute;
    top: 100%
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item .item-cont {
    position: absolute;
    top: calc(-16/var(--width)*100vw)
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item .item-cont span {
    display: block;
    font-size: calc(16/var(--width)*100vw);
    font-weight: 500;
    color: #000000;
    line-height: calc(26/var(--width)*100vw);
    white-space: nowrap
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item .item-cont span:first-child {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 600;
    color: #313336;
    line-height: calc(32/var(--width)*100vw);
    margin-bottom: calc(8/var(--width)*100vw)
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item0 {
    top: calc(412/var(--width)*100vw);
    left: calc(648/var(--width)*100vw);
    width: calc(120/var(--width)*100vw);
    height: calc(152/var(--width)*100vw);
    background-size: 100% 100%;
    background-position: center
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item0 .item-title {
    right: 0;
    transform: translateX(50%)
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item0 .item-cont {
    right: 110%
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item1 {
    top: calc(672/var(--width)*100vw);
    left: calc(464/var(--width)*100vw);
    width: calc(376/var(--width)*100vw);
    height: calc(100/var(--width)*100vw);
    background-size: 100% 100%;
    background-position: center
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item1 .item-title {
    right: 0;
    transform: translateX(50%)
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item1 .item-cont {
    right: 110%
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item2 {
    top: calc(412/var(--width)*100vw);
    right: calc(412/var(--width)*100vw);
    width: calc(124/var(--width)*100vw);
    height: calc(344/var(--width)*100vw);
    background-size: 100% 100%;
    background-position: center
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item2 .item-title {
    left: 0;
    transform: translateX(-50%)
}

.page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item2 .item-cont {
    left: 110%
}

.page-home .st-mainbody .technoloper-module .more-btn {
    width: calc(260/var(--width)*100vw);
    height: calc(76/var(--width)*100vw);
    display: inline-flex;
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: calc(120/var(--width)*100vw);
    transform: translateX(-50%)
}

.page-home .st-mainbody .news-module {
    background-image: url(../images/home-news-bgimg.jpg);
    background-size: cover;
    background-position: center center;
    background-color: #010818;
    padding: calc(120/var(--width)*100vw) 0;
    color: #fff;
    position: relative;
    z-index: 2
}

.page-home .st-mainbody .news-module .new-title {
    font-size: calc(46/var(--width)*100vw);
    font-family: Helvetica;
    color: #FFFFFF;
    line-height: calc(64/var(--width)*100vw);
    text-align: center
}

.page-home .st-mainbody .news-module .new-wrap {
    display: flex;
    align-items: center;
    gap: calc(140/var(--width)*100vw)
}

.page-home .st-mainbody .news-module .new-wrap.APP-g {
    display: none !important
}

.page-home .st-mainbody .news-module .new-wrap.PC-g {
    display: flex !important
}

.page-home .st-mainbody .news-module .new-wrap .new-navs {
    display: flex;
    flex-direction: column;
    gap: calc(40/var(--width)*100vw)
}

.page-home .st-mainbody .news-module .new-wrap .new-navs .nav-item {
    font-size: calc(24/var(--width)*100vw);
    line-height: calc(28/var(--width)*100vw);
    cursor: pointer
}

.page-home .st-mainbody .news-module .new-wrap .new-navs .nav-item.nav-active {
    color: #0088F7
}

.page-home .st-mainbody .news-module .new-wrap .new-cont {
    flex: 1;
    position: relative;
    height: calc(400/var(--width)*100vw);
    margin-top: calc(80/var(--width)*100vw)
}

.page-home .st-mainbody .news-module .new-wrap .new-cont .new-list {
    display: flex;
    gap: calc(40/var(--width)*100vw);
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0
}

.page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item {
    flex: 1
}

.page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item .thumb {
    height: calc(304/var(--width)*100vw);
    overflow: hidden;
    border-radius: calc(4/var(--width)*100vw)
}

.page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 2s
}

.page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item .time {
    font-size: calc(18/var(--width)*100vw);
    color: #FFFFFF;
    line-height: calc(22/var(--width)*100vw);
    margin-top: calc(20/var(--width)*100vw);
    opacity: .65;
    font-family: Helvetica
}

.page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item .title {
    font-size: calc(24/var(--width)*100vw);
    color: #FFFFFF;
    line-height: calc(36/var(--width)*100vw);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: calc(14/var(--width)*100vw);
    transition: .2s
}

.page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item:hover .thumb img {
    transform: scale(1.1)
}

.page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item:hover .title {
    color: #0087F7
}

.page-home .st-mainbody .news-module .new-wrap .new-cont .new-list.new-list-active {
    opacity: 1;
    pointer-events: all
}

@media (max-width:1024px) {
    .page-home .st-header .contact .now-lang {
        margin: 0 calc(30/var(--width)*100vw) !important
    }

    .page-home .st-mainbody .doc-header .swiper-box .s-item {
        align-items: center;
        padding: 0 calc(50/var(--width)*100vw)
    }
}

@media (max-width:768px) {
    .page-home .st-header {
        width: 100%;
        position: fixed;
        background-color: transparent;
        display: flex;
        align-items: center;
        z-index: 100;
        justify-content: space-between;
        background: transparent;
        transition: .2s;
        background-color: transparent !important;
        height: calc(100/var(--width)*100vw);
        padding: 0 calc(20/var(--width)*100vw)
    }

    .page-home .st-header .logo {
        width: calc(140/var(--width)*100vw);
        height: calc(36/var(--width)*100vw);
        object-fit: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: brightness(0) invert(1)
    }

    .page-home .st-header .nav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
        margin-left: 0;
        margin-right: auto;
        height: 100%;
        position: fixed;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        overflow-x: hidden;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-color: #fff;
        transform: translateY(-110%);
        transition: .2s;
        padding-top: calc(100/var(--width)*100vw);
        box-sizing: border-box
    }

    .page-home .st-header .nav>li {
        white-space: nowrap;
        width: 100%;
        position: relative;
        border-top: 1px solid #f3f4f5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        gap: 0;
        flex: 0
    }

    .page-home .st-header .nav>li>a {
        width: 100%;
        height: calc(120/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #141414 !important
    }

    .page-home .st-header .nav>li>a::after {
        content: "";
        width: 0;
        height: calc(2/var(--width)*100vw);
        background-color: #0087F7;
        position: absolute;
        bottom: 0;
        transition: .2s
    }

    .page-home .st-header .nav>li>a:hover::after {
        width: 100% !important
    }

    .page-home .st-header .nav>li .submenu {
        width: 100%;
        position: absolute;
        top: 110%;
        left: calc(-40/var(--width)*100vw);
        background-color: #fff;
        padding: calc(40/var(--width)*100vw);
        border-top: 1px solid #f3f4f5;
        border-radius: 0 0 calc(4/var(--width)*100vw) calc(4/var(--width)*100vw);
        opacity: 0;
        pointer-events: none;
        transition: .2s
    }

    .page-home .st-header .nav>li .submenu.pro-menu {
        display: grid;
        gap: calc(40/var(--width)*100vw);
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row dense
    }

    .page-home .st-header .nav>li .submenu.pro-menu .nav-left,
    .page-home .st-header .nav>li .submenu.pro-menu .nav-right {
        width: 100%
    }

    .page-home .st-header .nav>li .submenu.pro-menu .nav-left .nav-title,
    .page-home .st-header .nav>li .submenu.pro-menu .nav-right .nav-title {
        width: 100%;
        font-size: calc(16/var(--width)*100vw);
        font-weight: 600;
        color: #323335;
        line-height: calc(26/var(--width)*100vw);
        display: flex;
        align-items: center
    }

    .page-home .st-header .nav>li .submenu.pro-menu .nav-left .nav-title img,
    .page-home .st-header .nav>li .submenu.pro-menu .nav-right .nav-title img {
        width: calc(24/var(--width)*100vw);
        height: calc(24/var(--width)*100vw);
        object-fit: contain;
        margin-right: calc(4/var(--width)*100vw)
    }

    .page-home .st-header .nav>li .submenu.pro-menu .nav-left .submenu3,
    .page-home .st-header .nav>li .submenu.pro-menu .nav-right .submenu3 {
        width: 100%
    }

    .page-home .st-header .nav>li .submenu.pro-menu .nav-left .submenu3>li,
    .page-home .st-header .nav>li .submenu.pro-menu .nav-right .submenu3>li {
        width: 100%;
        min-width: calc(172/var(--width)*100vw);
        height: calc(66/var(--width)*100vw);
        margin-top: calc(12/var(--width)*100vw)
    }

    .page-home .st-header .nav>li .submenu.pro-menu .nav-left .submenu3>li a,
    .page-home .st-header .nav>li .submenu.pro-menu .nav-right .submenu3>li a {
        width: 100%;
        font-size: calc(16/var(--width)*100vw);
        color: #323335;
        line-height: calc(26/var(--width)*100vw);
        transition: .2s
    }

    .page-home .st-header .nav>li .submenu.pro-menu .nav-left .submenu3>li:hover a,
    .page-home .st-header .nav>li .submenu.pro-menu .nav-right .submenu3>li:hover a {
        font-weight: bold;
        color: #0087F7
    }

    .page-home .st-header .nav>li .submenu.pro-menu .nav-right .nav-title {
        margin-top: calc(30/var(--width)*100vw)
    }

    .page-home .st-header .nav>li .submenu:not(.pro-menu) {
        display: flex;
        flex-direction: column;
        gap: calc(12/var(--width)*100vw)
    }

    .page-home .st-header .nav>li .submenu:not(.pro-menu) li {
        height: calc(26/var(--width)*100vw)
    }

    .page-home .st-header .nav>li .submenu:not(.pro-menu) li a {
        display: flex;
        transition: .1s
    }

    .page-home .st-header .nav>li .submenu:not(.pro-menu) li a:hover {
        color: #0087F7
    }

    .page-home .st-header .nav>li:hover .submenu {
        top: 100%;
        opacity: 1;
        pointer-events: all
    }

    .page-home .st-header .nav>li.has-child {
        position: relative;
        flex-direction: column
    }

    .page-home .st-header .nav>li.has-child .submenu {
        position: unset;
        box-sizing: border-box;
        overflow: auto;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        opacity: 1;
        pointer-events: all;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        transition: .3s;
        z-index: 2;
        padding: 0;
        gap: 0;
        padding: 0 !important;
        max-height: 0;
        overflow: hidden;
        border-top: none
    }

    .page-home .st-header .nav>li.has-child .submenu>li {
        height: unset
    }

    .page-home .st-header .nav>li.has-child .submenu>li>div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(20/var(--width)*100vw);
        font-size: 15px;
        margin-bottom: 0
    }

    .page-home .st-header .nav>li.has-child .submenu>li>div img {
        width: 16px;
        height: 16px
    }

    .page-home .st-header .nav>li.has-child .submenu>li .submenu3>li {
        padding: calc(20/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: unset;
        margin-top: 0
    }

    .page-home .st-header .nav>li.has-child .submenu>li .submenu3>li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .page-home .st-header .nav>li.has-child .submenu:not(.pro-menu) li a {
        font-size: calc(16/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(20/var(--width)*100vw)
    }

    .page-home .st-header .nav>li.has-child.active .submenu {
        padding: calc(20/var(--width)*100vw) 0 !important;
        max-height: calc(1200/var(--width)*100vw);
        border-top: 1px solid #f3f4f5
    }

    .page-home .st-header .nav>li.phone a {
        display: flex;
        align-items: center;
        gap: calc(40/var(--width)*100vw)
    }

    .page-home .st-header .nav>li:nth-child(2)>a,
    .page-home .st-header .nav>li:nth-child(5)>a {
        pointer-events: none !important
    }

    .page-home .st-header .nav li.active {
        color: #141414
    }

    .page-home .st-header .nav.active {
        transform: translateY(0)
    }

    .page-home .st-header .contact {
        display: flex;
        align-items: center;
        display: none
    }

    .page-home .st-header .contact .phone {
        display: flex
    }

    .page-home .st-header .contact .phone img {
        width: calc(20/var(--width)*100vw);
        height: calc(20/var(--width)*100vw);
        object-fit: contain;
        filter: brightness(0) invert(1);
        transition: .2s
    }

    .page-home .st-header .contact .phone span {
        font-size: calc(16/var(--width)*100vw);
        color: #fff;
        margin-left: calc(10/var(--width)*100vw);
        transition: .2s
    }

    .page-home .st-header .contact .now-lang {
        font-size: calc(16/var(--width)*100vw);
        margin: 0 calc(112/var(--width)*100vw) 0 calc(44/var(--width)*100vw);
        color: #fff;
        transition: .2s
    }

    .page-home .st-header .contact .apply-btn {
        width: calc(112/var(--width)*100vw);
        height: calc(40/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
        border-radius: calc(4/var(--width)*100vw);
        font-size: calc(18/var(--width)*100vw);
        color: #fff;
        cursor: pointer;
        line-height: calc(26/var(--width)*100vw)
    }

    .page-home .st-header .app-menu span,
    .page-home .st-header .app-menu span::after,
    .page-home .st-header .app-menu span::before {
        background-color: #fff
    }

    .page-home .st-header.fixed .app-menu span,
    .page-home .st-header.app-active .app-menu span,
    .page-home .st-header:hover .app-menu span,
    .page-home .st-header.fixed .app-menu span::after,
    .page-home .st-header.app-active .app-menu span::after,
    .page-home .st-header:hover .app-menu span::after,
    .page-home .st-header.fixed .app-menu span::before,
    .page-home .st-header.app-active .app-menu span::before,
    .page-home .st-header:hover .app-menu span::before {
        background-color: #141414
    }

    .page-home .st-mainbody .doc-header {
        width: 100%;
        height: calc(900/var(--width)*100vw);
        background-size: cover;
        background-position: center;
        position: fixed;
        z-index: 0;
        top: 0
    }

    .page-home .st-mainbody .doc-header .swiper-box {
        width: 100%;
        height: 100%
    }

    .page-home .st-mainbody .doc-header .swiper-box .s-item {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: calc(200/var(--width)*100vw) calc(20/var(--width)*100vw) 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-bottom: calc(100/var(--width)*100vw)
    }

    .page-home .st-mainbody .doc-header .swiper-box .s-item .item-title {
        font-size: calc(66/var(--width)*100vw);
        font-weight: 600;
        color: #FFFFFF;
        line-height: 1.25em;
        letter-spacing: calc(2/var(--width)*100vw);
        text-align: center;
        text-shadow: 0 0 100px #999
    }

    .page-home .st-mainbody .doc-header .swiper-box .s-item .item-desc {
        font-size: calc(32/var(--width)*100vw);
        color: rgba(255, 255, 255, 0.8);
        margin-top: calc(24/var(--width)*100vw);
        text-shadow: 0 0 20px #666;
        display: none
    }

    .page-home .st-mainbody .doc-header .swiper-box .s-item .item-link {
        width: calc(216/var(--width)*100vw);
        height: calc(64/var(--width)*100vw);
        background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
        border-radius: calc(4/var(--width)*100vw);
        font-size: calc(24/var(--width)*100vw);
        font-weight: normal;
        color: #FFFFFF;
        line-height: calc(32/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: calc(12/var(--width)*100vw);
        margin-top: calc(42/var(--width)*100vw);
        display: none
    }

    .page-home .st-mainbody .doc-header .swiper-box .s-item .item-link img {
        width: calc(24/var(--width)*100vw);
        height: calc(16/var(--width)*100vw);
        object-fit: contain
    }

    .page-home .st-mainbody .doc-header .swiper-box .swiper-pagination.swiper-pagination-bullets {
        left: 50%;
        transform: translateX(-50%);
        bottom: calc(50/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module {
        position: relative;
        z-index: 2;
        background-color: #fff;
        margin-top: calc(900/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module .pro-title {
        font-size: calc(48/var(--width)*100vw);
        color: #323335;
        line-height: 1.5em;
        text-align: center;
        padding: 0 calc(40/var(--width)*100vw);
        padding-top: calc(120/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module .pro-summary {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #777777;
        line-height: 1.5em;
        margin-top: calc(24/var(--width)*100vw);
        margin-bottom: calc(80/var(--width)*100vw);
        padding: 0 calc(40/var(--width)*100vw);
        text-align: center
    }

    .page-home .st-mainbody .product-module .pro-cont.pc-cont {
        width: 100%;
        display: none
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont {
        flex-direction: column;
        display: flex
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-thumb {
        width: 100%;
        height: calc(500/var(--width)*100vw);
        position: relative
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-thumb::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.29);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-thumb img {
        width: 100%;
        height: calc(500/var(--width)*100vw);
        object-fit: cover
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-thumb .thumb-title {
        font-size: calc(66/var(--width)*100vw);
        font-weight: 500;
        color: #FFFFFF;
        line-height: calc(100/var(--width)*100vw);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
        text-align: center
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item {
        padding-bottom: calc(70/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont {
        padding: calc(30/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont .item-title {
        font-size: calc(32/var(--width)*100vw);
        font-weight: bold;
        line-height: 1.5em
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont .item-desc {
        font-size: calc(28/var(--width)*100vw);
        color: #666;
        margin-top: calc(12/var(--width)*100vw);
        line-height: 1.5em
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont .item-detail {
        font-size: calc(18/var(--width)*100vw);
        font-weight: 400;
        color: #0088F7;
        line-height: calc(26/var(--width)*100vw);
        margin-top: calc(24/var(--width)*100vw);
        display: inline-flex;
        position: relative
    }

    .page-home .st-mainbody .product-module .pro-cont.app-cont .pro-item .item-swiper .item .item-cont .item-detail::after {
        content: "";
        width: calc(8/var(--width)*100vw);
        height: calc(8/var(--width)*100vw);
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotateZ(45deg);
        right: calc(-24/var(--width)*100vw);
        border-top: calc(2/var(--width)*100vw) solid #0088F7;
        border-right: calc(2/var(--width)*100vw) solid #0088F7
    }

    .page-home .st-mainbody .product-module1 {
        position: relative;
        z-index: 2;
        background-color: #fff;
        margin-top: calc(900/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-title {
        font-size: calc(48/var(--width)*100vw);
        color: #323335;
        line-height: 1.5em;
        text-align: center;
        padding: 0 calc(40/var(--width)*100vw);
        padding-top: calc(120/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-summary {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #777777;
        line-height: 1.5em;
        margin-top: calc(24/var(--width)*100vw);
        margin-bottom: calc(80/var(--width)*100vw);
        padding: 0 calc(40/var(--width)*100vw);
        text-align: center
    }

    .page-home .st-mainbody .product-module1 .pro-cont {
        width: 100%;
        display: flex
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item {
        flex: 1;
        height: calc(852/var(--width)*100vw);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        transition: 1s;
        position: relative
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-wrap {
        background-size: cover;
        background-position: 90% center;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        overflow: hidden
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(1) {
        margin-right: -6%
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(2) .item-wrap {
        transform: skew(-10deg);
        border-left: calc(2/var(--width)*100vw) solid rgba(255, 255, 255, 0.3);
        border-right: calc(2/var(--width)*100vw) solid rgba(255, 255, 255, 0.3);
        z-index: 2
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(2) .item-wrap .item-title,
    .page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(2) .item-wrap .item-btn {
        transform: translateY(0%) skew(10deg)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(2) .item-wrap .item-submenu {
        transform: translateY(-50%) skew(10deg)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item:nth-child(3) {
        margin-left: -6%
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item:hover {
        flex: 0 0 92%
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item:hover .item-title {
        display: none
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item:hover .item-btn {
        display: none
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-title {
        font-size: calc(46/var(--width)*100vw);
        font-weight: 600;
        color: #FFFFFF;
        line-height: calc(64/var(--width)*100vw);
        margin-bottom: calc(32/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-btn {
        width: calc(58/var(--width)*100vw);
        height: calc(58/var(--width)*100vw);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(1px);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: calc(120/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-btn img {
        width: calc(24/var(--width)*100vw);
        height: calc(24/var(--width)*100vw);
        object-fit: contain
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu {
        position: absolute;
        top: 50%;
        left: calc(140/var(--width)*100vw);
        transform: translateY(-50%);
        transition: .5s
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-title {
        font-size: calc(46/var(--width)*100vw);
        color: #FFFFFF;
        line-height: calc(64/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs {
        margin-top: calc(90/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item {
        position: relative;
        background-size: cover;
        background-position: center center;
        border-radius: calc(4/var(--width)*100vw);
        box-sizing: border-box
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: calc(4/var(--width)*100vw);
        transition: .2s;
        border: 1px solid #979797;
        box-sizing: border-box
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item::before {
        content: "";
        width: 100%;
        height: 50%;
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: calc(4/var(--width)*100vw);
        transition: .2s;
        opacity: 0
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item span {
        position: absolute;
        bottom: calc(20/var(--width)*100vw);
        left: calc(20/var(--width)*100vw);
        z-index: 2;
        color: #fff;
        font-size: calc(20/var(--width)*100vw);
        white-space: nowrap;
        font-weight: 400;
        line-height: calc(28/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item.item-active::after {
        background-color: transparent;
        border: 1px solid #fff
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu .submenu-navs .item.item-active::before {
        opacity: 1
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont {
        opacity: 0;
        pointer-events: none
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs {
        display: grid;
        gap: calc(10/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item {
        position: relative;
        width: calc(224/var(--width)*100vw);
        height: calc(144/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(1) {
        width: calc(312/var(--width)*100vw);
        height: calc(452/var(--width)*100vw);
        grid-area: 1 / 1 / 4 / 4
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(2) {
        grid-area: 1 / 4 / 2 / 6
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(3) {
        grid-area: 1 / 6 / 2 / 8
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(4) {
        grid-area: 2 / 4 / 3 / 6
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(5) {
        grid-area: 2 / 6 / 3 / 8
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(6) {
        grid-area: 3 / 4 / 4 / 6
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziren-cont .submenu-navs .item:nth-child(7) {
        grid-area: 3 / 6 / 4 / 8
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziwu-cont {
        left: calc(264/var(--width)*100vw);
        opacity: 0;
        pointer-events: none
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.shuziwu-cont .submenu-navs .item {
        display: flex;
        width: calc(752/var(--width)*100vw);
        height: calc(452/var(--width)*100vw);
        background-color: #fff;
        border-radius: calc(4/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont {
        left: calc(264/var(--width)*100vw);
        opacity: 0;
        pointer-events: none
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs {
        display: grid;
        gap: calc(10/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs .item {
        display: flex;
        background-color: #fff;
        border-radius: calc(4/var(--width)*100vw)
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs .item:nth-child(1) {
        width: calc(312/var(--width)*100vw);
        height: calc(452/var(--width)*100vw);
        grid-area: 1 / 1 / 3 / 3
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs .item:nth-child(2) {
        width: calc(456/var(--width)*100vw);
        height: calc(220/var(--width)*100vw);
        grid-area: 1 / 3 / 2 / 6
    }

    .page-home .st-mainbody .product-module1 .pro-cont .pro-item .item-submenu.zhenrenyingxiang-cont .submenu-navs .item:nth-child(3) {
        width: calc(456/var(--width)*100vw);
        height: calc(220/var(--width)*100vw);
        grid-area: 2 / 3 / 2 / 6
    }

    .page-home .st-mainbody .technoloper-module {
        padding-top: calc(120/var(--width)*100vw);
        height: calc(980/var(--width)*100vw);
        background: linear-gradient(232deg, #D9E1ED 0%, #F2F7FA 100%);
        position: relative;
        z-index: 2;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .page-home .st-mainbody .technoloper-module .tec-title {
        font-size: calc(48/var(--width)*100vw);
        color: #323335;
        line-height: 1.5em;
        text-align: center;
        padding: 0 calc(40/var(--width)*100vw)
    }

    .page-home .st-mainbody .technoloper-module .tec-summary {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #777777;
        line-height: 1.5em;
        margin-top: calc(24/var(--width)*100vw);
        margin-bottom: calc(80/var(--width)*100vw);
        padding: 0 calc(40/var(--width)*100vw);
        text-align: center
    }

    .page-home .st-mainbody .technoloper-module .tec-cont {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .page-home .st-mainbody .technoloper-module .tec-cont img.tec-icon {
        width: calc(348/var(--width)*100vw);
        height: calc(356/var(--width)*100vw);
        object-fit: contain;
        position: absolute;
        left: 50%;
        top: calc(316/var(--width)*100vw);
        transform: translateX(-50%);
        animation: upAndDownAnimate 5s ease-in-out infinite
    }

    @keyframes upAndDownAnimate {

        0%,
        100% {
            transform: translateX(-50%) translateY(20px)
        }

        50% {
            transform: translateX(-50%) translateY(-10px)
        }
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item {
        position: absolute;
        z-index: 20
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item .item-title {
        font-size: calc(46/var(--width)*100vw);
        font-weight: 600;
        color: #313336;
        line-height: calc(64/var(--width)*100vw);
        position: absolute;
        top: 100%
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item .item-cont {
        position: absolute;
        top: calc(-16/var(--width)*100vw)
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item .item-cont span {
        display: block;
        font-size: calc(16/var(--width)*100vw);
        font-weight: 500;
        color: #000000;
        line-height: calc(26/var(--width)*100vw);
        white-space: nowrap
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item .item-cont span:first-child {
        font-size: calc(24/var(--width)*100vw);
        font-weight: 600;
        color: #313336;
        line-height: calc(32/var(--width)*100vw);
        margin-bottom: calc(8/var(--width)*100vw)
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item0 {
        top: calc(412/var(--width)*100vw);
        left: calc(648/var(--width)*100vw);
        width: calc(120/var(--width)*100vw);
        height: calc(152/var(--width)*100vw);
        background-size: 100% 100%;
        background-position: center
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item0 .item-title {
        right: 0;
        transform: translateX(50%)
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item0 .item-cont {
        right: 110%
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item1 {
        top: calc(672/var(--width)*100vw);
        left: calc(464/var(--width)*100vw);
        width: calc(376/var(--width)*100vw);
        height: calc(100/var(--width)*100vw);
        background-size: 100% 100%;
        background-position: center
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item1 .item-title {
        right: 0;
        transform: translateX(50%)
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item1 .item-cont {
        right: 110%
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item2 {
        top: calc(412/var(--width)*100vw);
        right: calc(412/var(--width)*100vw);
        width: calc(124/var(--width)*100vw);
        height: calc(344/var(--width)*100vw);
        background-size: 100% 100%;
        background-position: center
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item2 .item-title {
        left: 0;
        transform: translateX(-50%)
    }

    .page-home .st-mainbody .technoloper-module .tec-cont .tec-item.tec-item2 .item-cont {
        left: 110%
    }

    .page-home .st-mainbody .technoloper-module .more-btn {
        width: calc(260/var(--width)*100vw);
        height: calc(76/var(--width)*100vw);
        display: inline-flex;
        font-size: calc(24/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(26/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        bottom: calc(120/var(--width)*100vw);
        transform: translateX(-50%)
    }

    .page-home .st-mainbody .news-module {
        background-image: url(../images/home-news-bgimg.jpg);
        background-size: cover;
        background-position: center center;
        padding: calc(120/var(--width)*100vw) 0;
        color: #fff;
        position: relative;
        z-index: 2
    }

    .page-home .st-mainbody .news-module .new-title {
        font-size: calc(48/var(--width)*100vw);
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        padding: 0 calc(40/var(--width)*100vw)
    }

    .page-home .st-mainbody .news-module .new-wrap {
        display: flex;
        align-items: center;
        gap: calc(60/var(--width)*100vw);
        padding: 0 calc(30/var(--width)*100vw) !important
    }

    .page-home .st-mainbody .news-module .new-wrap.APP-g {
        display: flex !important
    }

    .page-home .st-mainbody .news-module .new-wrap.PC-g {
        display: none !important
    }

    .page-home .st-mainbody .news-module .new-wrap .new-navs {
        display: flex;
        flex-direction: column;
        gap: calc(40/var(--width)*100vw)
    }

    .page-home .st-mainbody .news-module .new-wrap .new-navs .nav-item {
        font-size: calc(32/var(--width)*100vw);
        line-height: calc(28/var(--width)*100vw);
        cursor: pointer
    }

    .page-home .st-mainbody .news-module .new-wrap .new-navs .nav-item.nav-active {
        color: #0088F7
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont {
        flex: 1;
        position: relative;
        height: unset;
        margin-top: calc(80/var(--width)*100vw)
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .new-list {
        display: flex;
        flex-direction: column;
        gap: calc(40/var(--width)*100vw);
        position: relative;
        top: 0;
        right: 0;
        pointer-events: all;
        opacity: 1
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item {
        flex: 1;
        display: flex;
        gap: calc(30/var(--width)*100vw)
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item .thumb {
        flex: 0 0 calc(180/var(--width)*100vw);
        width: calc(180/var(--width)*100vw);
        height: calc(152/var(--width)*100vw);
        overflow: hidden;
        border-radius: calc(4/var(--width)*100vw)
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item .thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: 2s
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item .time {
        font-size: calc(18/var(--width)*100vw);
        color: #FFFFFF;
        line-height: calc(22/var(--width)*100vw);
        margin-top: calc(20/var(--width)*100vw);
        opacity: .65;
        font-family: Helvetica
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item .title {
        font-size: calc(24/var(--width)*100vw);
        color: #FFFFFF;
        line-height: calc(36/var(--width)*100vw);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: calc(14/var(--width)*100vw);
        transition: .2s
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item:hover .thumb img {
        transform: scale(1.1)
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .new-list .new-item:hover .title {
        color: #0087F7
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .new-list.new-list-active {
        opacity: 1;
        pointer-events: all
    }

    .page-home .st-mainbody .news-module .new-wrap .new-cont .more-btn {
        width: calc(260/var(--width)*100vw);
        height: calc(76/var(--width)*100vw);
        font-size: calc(24/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(26/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: calc(50/var(--width)*100vw) auto 0
    }
}

.page-developer .st-mainbody .doc-header {
    height: calc(460/var(--width)*100vw)
}

.page-developer .st-mainbody .doc-body {
    padding: calc(172/var(--width)*100vw) 0 calc(120/var(--width)*100vw);
    background-color: #F6FAFC
}

.page-developer .st-mainbody .doc-body .container {
    display: flex;
    flex-direction: column;
    gap: calc(100/var(--width)*100vw);
    width: 100%
}

.page-developer .st-mainbody .doc-body .container .dev-item {
    width: 100%;
    display: flex;
    gap: calc(24/var(--width)*100vw);
    align-items: flex-start
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-cont {
    flex: 0 0 calc(332/var(--width)*100vw);
    width: calc(332/var(--width)*100vw);
    height: calc(380/var(--width)*100vw);
    background-color: #fff;
    background: linear-gradient(to bottom, #deedfe, #fff);
    border-radius: calc(4/var(--width)*100vw);
    padding: calc(32/var(--width)*100vw);
    box-shadow: 0 calc(4/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(108, 151, 253, 0.08);
    display: flex;
    flex-direction: column
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-cont .cont-title {
    font-size: calc(36/var(--width)*100vw);
    font-weight: 500;
    line-height: 1em;
    color: #0087F7
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-cont .cont-summary {
    font-size: calc(16/var(--width)*100vw);
    line-height: 1.75em;
    margin-top: calc(24/var(--width)*100vw);
    color: #333;
    flex: 1
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-cont .cont-icon {
    width: calc(96/var(--width)*100vw);
    height: calc(96/var(--width)*100vw);
    margin-top: auto
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-cont .cont-icon img {
    width: 100%;
    height: 100%;
    border-radius: calc(8/var(--width)*100vw);
    object-fit: cover
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(24/var(--width)*100vw)
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail {
    width: calc(332/var(--width)*100vw);
    height: calc(176/var(--width)*100vw);
    background-color: #fff;
    padding: calc(24/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 calc(4/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(108, 151, 253, 0.08);
    transition: .4s
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail .de-title {
    font-size: calc(24/var(--width)*100vw);
    color: #333;
    font-weight: 500;
    transition: .2s
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail .de-links {
    display: flex;
    gap: calc(10/var(--width)*100vw) calc(32/var(--width)*100vw);
    flex-wrap: wrap;
    margin-top: auto
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail .de-links a {
    font-size: calc(16/var(--width)*100vw);
    color: #0087F7;
    transition: .2s
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail .de-links a:hover {
    text-decoration: underline
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail:hover {
    box-shadow: 0 calc(8/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(52, 86, 167, 0.2)
}

.page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail:hover .de-title {
    color: #0087F7
}

.page-developer .st-mainbody .doc-body .container .dev-item:nth-child(2) .item-cont {
    background: linear-gradient(to bottom, #e9f9e4, #fff)
}

.page-developer .st-mainbody .doc-body .container .dev-item:nth-child(2) .item-cont .cont-title {
    color: #60B247
}

.page-developer .st-mainbody .doc-footer {
    padding: calc(84/var(--width)*100vw) 0 calc(120/var(--width)*100vw);
    background-image: url('../images/shading.png');
    background-color: #E6EFFE;
    background-size: cover;
    background-position: center center
}

.page-developer .st-mainbody .doc-footer .foot-title {
    width: 100%;
    font-size: calc(40/var(--width)*100vw);
    font-weight: bold;
    text-align: center
}

.page-developer .st-mainbody .doc-footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(40/var(--width)*100vw);
    margin-top: calc(56/var(--width)*100vw)
}

.page-developer .st-mainbody .doc-footer .container .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(40/var(--width)*100vw);
    background-color: #fff;
    border-radius: calc(8/var(--width)*100vw);
    gap: calc(32/var(--width)*100vw);
    transition: .2s
}

.page-developer .st-mainbody .doc-footer .container .item .item-cont .cont-title {
    display: flex;
    align-items: center;
    gap: calc(20/var(--width)*100vw);
    font-size: calc(36/var(--width)*100vw);
    font-weight: bold
}

.page-developer .st-mainbody .doc-footer .container .item .item-cont .cont-title img {
    width: calc(48/var(--width)*100vw);
    height: calc(48/var(--width)*100vw);
    object-fit: cover;
    border-radius: calc(4/var(--width)*100vw)
}

.page-developer .st-mainbody .doc-footer .container .item .item-cont .cont-summary {
    font-size: calc(20/var(--width)*100vw);
    line-height: 1.75em;
    margin-top: calc(24/var(--width)*100vw)
}

.page-developer .st-mainbody .doc-footer .container .item .item-qrcode {
    flex: 0 0 calc(160/var(--width)*100vw);
    width: calc(160/var(--width)*100vw);
    height: calc(160/var(--width)*100vw)
}

.page-developer .st-mainbody .doc-footer .container .item .item-qrcode img {
    width: 100%;
    object-fit: cover;
    border-radius: calc(8/var(--width)*100vw)
}

.page-developer .st-mainbody .doc-footer .container .item:hover {
    background-color: #0087F7
}

.page-developer .st-mainbody .doc-footer .container .item:hover .item-cont .cont-title,
.page-developer .st-mainbody .doc-footer .container .item:hover .item-cont .cont-summary {
    color: #fff
}

@media (max-width:768px) {
    .page-developer .st-mainbody .doc-header {
        height: calc(800/var(--width)*100vw);
        background-position: 80% center
    }

    .page-developer .st-mainbody .doc-body {
        padding: calc(120/var(--width)*100vw) 0;
        background-color: #F6FAFC
    }

    .page-developer .st-mainbody .doc-body .container {
        display: flex;
        flex-direction: column;
        gap: calc(30/var(--width)*100vw);
        width: 100%
    }

    .page-developer .st-mainbody .doc-body .container .dev-item {
        width: 100%;
        display: flex;
        gap: calc(24/var(--width)*100vw);
        align-items: flex-start;
        flex-direction: column
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-cont {
        flex: unset;
        width: 100%;
        height: unset;
        background-color: #fff;
        background: linear-gradient(to bottom, #deedfe, #fff);
        border-radius: calc(4/var(--width)*100vw);
        padding: calc(32/var(--width)*100vw);
        box-shadow: 0 calc(4/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(108, 151, 253, 0.08);
        display: flex;
        flex-direction: column
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-cont .cont-title {
        font-size: calc(44/var(--width)*100vw);
        font-weight: 500;
        line-height: 1em;
        color: #0087F7
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-cont .cont-summary {
        font-size: calc(28/var(--width)*100vw);
        line-height: 1.5em;
        margin-top: calc(24/var(--width)*100vw);
        color: #333;
        flex: 1
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-cont .cont-icon {
        display: none;
        width: calc(196/var(--width)*100vw);
        height: calc(196/var(--width)*100vw);
        margin-top: auto
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-cont .cont-icon img {
        width: 100%;
        height: 100%;
        border-radius: calc(8/var(--width)*100vw);
        object-fit: cover
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-child {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: calc(32/var(--width)*100vw);
        width: 100%
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail {
        width: 100%;
        height: unset;
        background-color: #fff;
        padding: calc(24/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        box-shadow: 0 calc(4/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(108, 151, 253, 0.08);
        transition: .4s
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail .de-title {
        font-size: calc(32/var(--width)*100vw);
        color: #333;
        font-weight: 500;
        transition: .2s
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail .de-links {
        display: flex;
        justify-content: space-between;
        gap: calc(10/var(--width)*100vw) calc(32/var(--width)*100vw);
        flex-wrap: wrap;
        margin-top: calc(50/var(--width)*100vw)
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail .de-links a {
        font-size: calc(24/var(--width)*100vw);
        color: #0087F7;
        transition: .2s
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail .de-links a:hover {
        text-decoration: underline
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail:hover {
        box-shadow: 0 calc(8/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(52, 86, 167, 0.2)
    }

    .page-developer .st-mainbody .doc-body .container .dev-item .item-child .child-detail:hover .de-title {
        color: #0087F7
    }

    .page-developer .st-mainbody .doc-body .container .dev-item:nth-child(2) .item-cont {
        background: linear-gradient(to bottom, #e9f9e4, #fff)
    }

    .page-developer .st-mainbody .doc-body .container .dev-item:nth-child(2) .item-cont .cont-title {
        color: #60B247
    }

    .page-developer .st-mainbody .doc-footer {
        padding: calc(84/var(--width)*100vw) 0 calc(120/var(--width)*100vw);
        background-image: url('../images/shading.png');
        background-color: #E6EFFE;
        background-size: cover;
        background-position: center center
    }

    .page-developer .st-mainbody .doc-footer .foot-title {
        width: 100%;
        font-size: calc(40/var(--width)*100vw);
        font-weight: bold;
        text-align: center
    }

    .page-developer .st-mainbody .doc-footer .container {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
        gap: calc(40/var(--width)*100vw);
        margin-top: calc(56/var(--width)*100vw);
        flex-direction: column
    }

    .page-developer .st-mainbody .doc-footer .container .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: calc(40/var(--width)*100vw);
        background-color: #fff;
        border-radius: calc(8/var(--width)*100vw);
        gap: calc(32/var(--width)*100vw);
        transition: .2s
    }

    .page-developer .st-mainbody .doc-footer .container .item .item-cont .cont-title {
        display: flex;
        align-items: center;
        gap: calc(20/var(--width)*100vw);
        font-size: calc(36/var(--width)*100vw);
        font-weight: bold
    }

    .page-developer .st-mainbody .doc-footer .container .item .item-cont .cont-title img {
        width: calc(72/var(--width)*100vw);
        height: calc(72/var(--width)*100vw);
        object-fit: cover;
        border-radius: calc(4/var(--width)*100vw)
    }

    .page-developer .st-mainbody .doc-footer .container .item .item-cont .cont-summary {
        font-size: calc(28/var(--width)*100vw);
        line-height: 1.75em;
        margin-top: calc(24/var(--width)*100vw)
    }

    .page-developer .st-mainbody .doc-footer .container .item .item-qrcode {
        flex: 0 0 calc(160/var(--width)*100vw);
        width: calc(160/var(--width)*100vw);
        height: calc(160/var(--width)*100vw)
    }

    .page-developer .st-mainbody .doc-footer .container .item .item-qrcode img {
        width: 100%;
        object-fit: cover;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-developer .st-mainbody .doc-footer .container .item:hover {
        background-color: #0087F7
    }

    .page-developer .st-mainbody .doc-footer .container .item:hover .item-cont .cont-title,
    .page-developer .st-mainbody .doc-footer .container .item:hover .item-cont .cont-summary {
        color: #fff
    }
}

.page-news,
.page-news-list {
    background-color: #F6FAFC
}

.page-news .doc-header,
.page-news-list .doc-header {
    height: calc(460/var(--width)*100vw)
}

.page-news .st-mainbody .doc-nav,
.page-news-list .st-mainbody .doc-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(100/var(--width)*100vw) auto;
    gap: calc(10/var(--width)*100vw) calc(48/var(--width)*100vw);
    flex-wrap: wrap
}

.page-news .st-mainbody .doc-nav .nav-item,
.page-news-list .st-mainbody .doc-nav .nav-item {
    padding: calc(12/var(--width)*100vw) 0;
    font-size: calc(20/var(--width)*100vw);
    font-weight: 500
}

.page-news .st-mainbody .doc-nav .nav-item.active,
.page-news-list .st-mainbody .doc-nav .nav-item.active {
    color: #0088F7;
    border-bottom: 2px solid #0088F7;
    font-weight: bold
}

.page-news .st-mainbody .doc-body,
.page-news-list .st-mainbody .doc-body {
    width: 100%
}

.page-news .st-mainbody .doc-body .new-list,
.page-news-list .st-mainbody .doc-body .new-list {
    display: flex;
    flex-direction: column;
    gap: calc(32/var(--width)*100vw)
}

.page-news .st-mainbody .doc-body .new-list .new-item,
.page-news-list .st-mainbody .doc-body .new-list .new-item {
    background-color: #fff;
    border-radius: calc(8/var(--width)*100vw);
    padding: calc(32/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(100/var(--width)*100vw);
    transition: .4s
}

.page-news .st-mainbody .doc-body .new-list .new-item .new-cont .cont-title,
.page-news-list .st-mainbody .doc-body .new-list .new-item .new-cont .cont-title {
    font-size: calc(24/var(--width)*100vw);
    line-height: 1.5em;
    font-weight: 500;
    transition: .2s
}

.page-news .st-mainbody .doc-body .new-list .new-item .new-cont .cont-time,
.page-news-list .st-mainbody .doc-body .new-list .new-item .new-cont .cont-time {
    font-size: calc(16/var(--width)*100vw);
    margin-top: calc(8/var(--width)*100vw);
    color: #999;
    line-height: 1.75em
}

.page-news .st-mainbody .doc-body .new-list .new-item .new-cont .cont-summary,
.page-news-list .st-mainbody .doc-body .new-list .new-item .new-cont .cont-summary {
    font-size: calc(16/var(--width)*100vw);
    color: #777;
    line-height: 1.75em;
    margin-top: calc(32/var(--width)*100vw);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.page-news .st-mainbody .doc-body .new-list .new-item .new-cont .cont-detail-btn,
.page-news-list .st-mainbody .doc-body .new-list .new-item .new-cont .cont-detail-btn {
    font-size: calc(16/var(--width)*100vw);
    color: #0087F7;
    margin-top: calc(32/var(--width)*100vw)
}

.page-news .st-mainbody .doc-body .new-list .new-item .new-thumb,
.page-news-list .st-mainbody .doc-body .new-list .new-item .new-thumb {
    flex: 0 0 calc(436/var(--width)*100vw);
    width: calc(436/var(--width)*100vw);
    height: calc(280/var(--width)*100vw);
    overflow: hidden;
    border-radius: calc(4/var(--width)*100vw)
}

.page-news .st-mainbody .doc-body .new-list .new-item .new-thumb img,
.page-news-list .st-mainbody .doc-body .new-list .new-item .new-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(4/var(--width)*100vw);
    transition: 2s
}

.page-news .st-mainbody .doc-body .new-list .new-item:hover,
.page-news-list .st-mainbody .doc-body .new-list .new-item:hover {
    box-shadow: 0 calc(8/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(52, 86, 167, 0.2)
}

.page-news .st-mainbody .doc-body .new-list .new-item:hover .new-cont .cont-title,
.page-news-list .st-mainbody .doc-body .new-list .new-item:hover .new-cont .cont-title {
    color: #0087F7
}

.page-news .st-mainbody .doc-body .new-list .new-item:hover .new-thumb img,
.page-news-list .st-mainbody .doc-body .new-list .new-item:hover .new-thumb img {
    transform: scale(1.05)
}

.page-news .st-mainbody .doc-body .pagination,
.page-news-list .st-mainbody .doc-body .pagination {
    margin: calc(60/var(--width)*100vw) auto calc(140/var(--width)*100vw)
}

.page-news-detail .st-mainbody {
    padding-top: calc(80/var(--width)*100vw)
}

.page-news-detail .st-mainbody .bread-crumbs {
    background-color: #F4F4F4;
    display: flex;
    align-items: center
}

.page-news-detail .st-mainbody .bread-crumbs .container {
    width: 100%;
    font-size: calc(12/var(--width)*100vw);
    filter: brightness(0) opacity(.5)
}

.page-news-detail .st-mainbody .bread-crumbs .container .breadcrumb {
    align-items: flex-start;
    margin-bottom: 0
}

.page-news-detail .st-mainbody .bread-crumbs .container .breadcrumb li:not(:last-child) {
    white-space: nowrap
}

.page-news-detail .st-mainbody .doc-body {
    display: flex;
    align-items: flex-start;
    gap: calc(50/var(--width)*100vw);
    padding-top: calc(60/var(--width)*100vw);
    padding-bottom: calc(60/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .new-body {
    flex: 1
}

.page-news-detail .st-mainbody .doc-body .new-body>.new-title {
    font-size: calc(36/var(--width)*100vw);
    line-height: 1.5em
}

.page-news-detail .st-mainbody .doc-body .new-body>.new-time {
    display: flex;
    align-items: center;
    font-size: calc(16/var(--width)*100vw);
    line-height: 1.75em;
    margin-top: calc(10/var(--width)*100vw);
    color: #ADA8A8
}

.page-news-detail .st-mainbody .doc-body .new-body>.new-time span {
    font-size: calc(16/var(--width)*100vw);
    color: #000;
    margin-right: calc(30/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .new-body .new-content {
    margin-top: calc(46/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .new-body .new-content p {
    color: #77787E;
    margin-bottom: calc(10/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .new-body .new-content img {
    margin: calc(30/var(--width)*100vw) 0
}

.page-news-detail .st-mainbody .doc-body .new-body .new-footer {
    display: flex;
    gap: calc(30/var(--width)*100vw);
    margin-top: calc(152/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next {
    padding: calc(30/var(--width)*100vw);
    border-top: calc(4/var(--width)*100vw) solid #999;
    border-radius: calc(4/var(--width)*100vw);
    overflow: hidden;
    box-shadow: 0 0 calc(6/var(--width)*100vw) #eee;
    flex: 1
}

.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .prev-title,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .prev-title,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .next-title,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .next-title {
    font-size: calc(20/var(--width)*100vw);
    padding-bottom: calc(20/var(--width)*100vw);
    position: relative
}

.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .prev-title::before,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .prev-title::before,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .next-title::before,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .next-title::before {
    content: "";
    width: calc(30/var(--width)*100vw);
    height: calc(2/var(--width)*100vw);
    background-color: #0087F7;
    position: absolute;
    bottom: calc(10/var(--width)*100vw);
    left: 0
}

.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .new-title,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .new-title {
    font-size: calc(16/var(--width)*100vw);
    line-height: 1.75em;
    color: #2E2E31;
    margin-top: calc(36/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .new-time,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .new-time {
    font-size: calc(16/var(--width)*100vw);
    color: #ADA8A8;
    margin-top: calc(10/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .new-time span,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .new-time span {
    color: #77787E;
    margin-right: calc(20/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev:hover.new-prev,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next:hover.new-prev,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev:hover.new-next,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next:hover.new-next {
    border-top-color: #0087F7
}

.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev:hover.new-prev .new-title,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next:hover.new-prev .new-title,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev:hover.new-next .new-title,
.page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next:hover.new-next .new-title {
    color: #0087F7
}

.page-news-detail .st-mainbody .doc-body .sidebar {
    flex: 0 0 calc(320/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top {
    border-radius: calc(4/var(--width)*100vw);
    overflow: hidden;
    border-top: calc(4/var(--width)*100vw) solid #0087F7;
    padding: calc(20/var(--width)*100vw);
    box-shadow: 0 calc(4/var(--width)*100vw) calc(6/var(--width)*100vw) #eee
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top .sid-title {
    font-size: calc(20/var(--width)*100vw);
    position: relative
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top .sid-title::after {
    content: "";
    width: calc(30/var(--width)*100vw);
    height: calc(2/var(--width)*100vw);
    background-color: #0087F7;
    position: absolute;
    bottom: calc(-10/var(--width)*100vw);
    left: 0
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles {
    margin-top: calc(36/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item {
    display: block;
    padding: calc(20/var(--width)*100vw) 0;
    border-bottom: 1px solid #eee
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item .item-title {
    font-size: calc(16/var(--width)*100vw);
    line-height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item .item-time {
    font-size: calc(16/var(--width)*100vw);
    color: #ADA8A8;
    margin-top: calc(10/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item .item-time span {
    font-size: calc(16/var(--width)*100vw);
    color: #77787E;
    margin-right: calc(20/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item:hover .item-title {
    color: #0087F7
}

.page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item:last-child {
    border: none
}

.page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box {
    display: flex;
    gap: calc(20/var(--width)*100vw);
    align-items: center;
    margin-top: calc(50/var(--width)*100vw)
}

.page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item {
    position: relative
}

.page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item .share-btn {
    border-radius: calc(50/var(--width)*100vw);
    padding: calc(8/var(--width)*100vw) calc(20/var(--width)*100vw);
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    filter: brightness(0) opacity(.5);
    white-space: nowrap
}

.page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item .qr-code {
    width: 100%;
    position: absolute;
    padding: calc(6/var(--width)*100vw);
    box-shadow: 0 0 calc(6/var(--width)*100vw) #ddd;
    border-radius: calc(4/var(--width)*100vw);
    margin-top: calc(20/var(--width)*100vw);
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0
}

.page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item .qr-code img {
    display: block;
    width: 100%;
    object-fit: contain
}

.page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item .qr-code::before {
    content: "";
    width: 100%;
    height: calc(50/var(--width)*100vw);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%
}

.page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item:hover .share-btn {
    background-color: #0087F7;
    filter: none
}

.page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item:hover .qr-code {
    pointer-events: all;
    opacity: 1
}

@media (max-width:768px) {

    .page-news,
    .page-news-list {
        background-color: #F6FAFC
    }

    .page-news .doc-header,
    .page-news-list .doc-header {
        height: calc(800/var(--width)*100vw);
        background-position: 70% center
    }

    .page-news .st-mainbody .doc-nav,
    .page-news-list .st-mainbody .doc-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: calc(100/var(--width)*100vw) auto;
        gap: calc(10/var(--width)*100vw) calc(48/var(--width)*100vw);
        flex-wrap: wrap;
        max-width: 80%
    }

    .page-news .st-mainbody .doc-nav .nav-item,
    .page-news-list .st-mainbody .doc-nav .nav-item {
        padding: calc(12/var(--width)*100vw) 0;
        font-size: calc(32/var(--width)*100vw);
        font-weight: 500
    }

    .page-news .st-mainbody .doc-nav .nav-item.active,
    .page-news-list .st-mainbody .doc-nav .nav-item.active {
        color: #0088F7;
        border-bottom: 2px solid #0088F7;
        font-weight: bold
    }

    .page-news .st-mainbody .doc-body,
    .page-news-list .st-mainbody .doc-body {
        width: 100%;
        margin-top: calc(100/var(--width)*100vw)
    }

    .page-news .st-mainbody .doc-body .new-list,
    .page-news-list .st-mainbody .doc-body .new-list {
        display: flex;
        flex-direction: column;
        gap: calc(32/var(--width)*100vw)
    }

    .page-news .st-mainbody .doc-body .new-list .new-item,
    .page-news-list .st-mainbody .doc-body .new-list .new-item {
        background-color: #fff;
        border-radius: calc(8/var(--width)*100vw);
        padding: calc(32/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: calc(30/var(--width)*100vw);
        transition: .4s;
        flex-direction: column-reverse
    }

    .page-news .st-mainbody .doc-body .new-list .new-item .new-cont .cont-title,
    .page-news-list .st-mainbody .doc-body .new-list .new-item .new-cont .cont-title {
        font-size: calc(32/var(--width)*100vw);
        line-height: 1.5em;
        font-weight: 500;
        transition: .2s
    }

    .page-news .st-mainbody .doc-body .new-list .new-item .new-cont .cont-time,
    .page-news-list .st-mainbody .doc-body .new-list .new-item .new-cont .cont-time {
        font-size: calc(16/var(--width)*100vw);
        margin-top: calc(8/var(--width)*100vw);
        color: #999;
        line-height: 1.75em
    }

    .page-news .st-mainbody .doc-body .new-list .new-item .new-cont .cont-summary,
    .page-news-list .st-mainbody .doc-body .new-list .new-item .new-cont .cont-summary {
        font-size: calc(28/var(--width)*100vw);
        color: #777;
        line-height: 1.75em;
        margin-top: calc(32/var(--width)*100vw);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .page-news .st-mainbody .doc-body .new-list .new-item .new-cont .cont-detail-btn,
    .page-news-list .st-mainbody .doc-body .new-list .new-item .new-cont .cont-detail-btn {
        font-size: calc(16/var(--width)*100vw);
        color: #0087F7;
        margin-top: calc(32/var(--width)*100vw)
    }

    .page-news .st-mainbody .doc-body .new-list .new-item .new-thumb,
    .page-news-list .st-mainbody .doc-body .new-list .new-item .new-thumb {
        flex: unset;
        width: 100%;
        height: calc(420/var(--width)*100vw);
        overflow: hidden;
        border-radius: calc(4/var(--width)*100vw);
        background-color: #f9f9f9
    }

    .page-news .st-mainbody .doc-body .new-list .new-item .new-thumb img,
    .page-news-list .st-mainbody .doc-body .new-list .new-item .new-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: calc(4/var(--width)*100vw);
        transition: 2s
    }

    .page-news .st-mainbody .doc-body .new-list .new-item:hover,
    .page-news-list .st-mainbody .doc-body .new-list .new-item:hover {
        box-shadow: 0 calc(8/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(52, 86, 167, 0.2)
    }

    .page-news .st-mainbody .doc-body .new-list .new-item:hover .new-cont .cont-title,
    .page-news-list .st-mainbody .doc-body .new-list .new-item:hover .new-cont .cont-title {
        color: #0087F7
    }

    .page-news .st-mainbody .doc-body .new-list .new-item:hover .new-thumb img,
    .page-news-list .st-mainbody .doc-body .new-list .new-item:hover .new-thumb img {
        transform: scale(1.05)
    }

    .page-news .st-mainbody .doc-body .pagination,
    .page-news-list .st-mainbody .doc-body .pagination {
        margin: calc(60/var(--width)*100vw) auto calc(140/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody {
        padding-top: calc(80/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .bread-crumbs {
        background-color: #F4F4F4;
        display: flex;
        align-items: center
    }

    .page-news-detail .st-mainbody .bread-crumbs .container {
        width: 100%;
        font-size: calc(12/var(--width)*100vw);
        filter: brightness(0) opacity(.5)
    }

    .page-news-detail .st-mainbody .bread-crumbs .container .breadcrumb {
        align-items: flex-start;
        margin-bottom: 0
    }

    .page-news-detail .st-mainbody .bread-crumbs .container .breadcrumb li:not(:last-child) {
        white-space: nowrap
    }

    .page-news-detail .st-mainbody .doc-body {
        display: flex;
        align-items: flex-start;
        gap: calc(50/var(--width)*100vw);
        padding-top: calc(60/var(--width)*100vw);
        padding-bottom: calc(400/var(--width)*100vw);
        flex-direction: column
    }

    .page-news-detail .st-mainbody .doc-body .new-body {
        flex: 1
    }

    .page-news-detail .st-mainbody .doc-body .new-body>.new-title {
        font-size: calc(48/var(--width)*100vw);
        line-height: 1.5em;
        text-align: center
    }

    .page-news-detail .st-mainbody .doc-body .new-body>.new-time {
        display: flex;
        align-items: center;
        font-size: calc(16/var(--width)*100vw);
        line-height: 1.75em;
        margin-top: calc(10/var(--width)*100vw);
        color: #ADA8A8
    }

    .page-news-detail .st-mainbody .doc-body .new-body>.new-time span {
        font-size: calc(16/var(--width)*100vw);
        color: #000;
        margin-right: calc(30/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-content {
        margin-top: calc(46/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-content p {
        font-size: calc(28/var(--width)*100vw);
        color: #77787E;
        margin-bottom: calc(10/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-content img {
        margin: calc(30/var(--width)*100vw) 0
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-footer {
        display: flex;
        gap: calc(30/var(--width)*100vw);
        margin-top: calc(152/var(--width)*100vw);
        flex-direction: column
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next {
        padding: calc(30/var(--width)*100vw);
        border-top: calc(4/var(--width)*100vw) solid #999;
        border-radius: calc(4/var(--width)*100vw);
        overflow: hidden;
        box-shadow: 0 0 calc(6/var(--width)*100vw) #eee;
        flex: 1
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .prev-title,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .prev-title,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .next-title,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .next-title {
        font-size: calc(32/var(--width)*100vw);
        padding-bottom: calc(20/var(--width)*100vw);
        position: relative
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .prev-title::before,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .prev-title::before,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .next-title::before,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .next-title::before {
        content: "";
        width: calc(30/var(--width)*100vw);
        height: calc(2/var(--width)*100vw);
        background-color: #0087F7;
        position: absolute;
        bottom: calc(10/var(--width)*100vw);
        left: 0
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .new-title,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .new-title {
        font-size: calc(28/var(--width)*100vw);
        line-height: 1.75em;
        color: #2E2E31;
        margin-top: calc(36/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .new-time,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .new-time {
        font-size: calc(16/var(--width)*100vw);
        color: #ADA8A8;
        margin-top: calc(10/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev .new-time span,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next .new-time span {
        color: #77787E;
        margin-right: calc(20/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev:hover.new-prev,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next:hover.new-prev,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev:hover.new-next,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next:hover.new-next {
        border-top-color: #0087F7
    }

    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev:hover.new-prev .new-title,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next:hover.new-prev .new-title,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-prev:hover.new-next .new-title,
    .page-news-detail .st-mainbody .doc-body .new-body .new-footer .new-next:hover.new-next .new-title {
        color: #0087F7
    }

    .page-news-detail .st-mainbody .doc-body .sidebar {
        flex: unset;
        width: 100%
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top {
        border-radius: calc(4/var(--width)*100vw);
        overflow: hidden;
        border-top: calc(4/var(--width)*100vw) solid #0087F7;
        padding: calc(20/var(--width)*100vw);
        box-shadow: 0 calc(4/var(--width)*100vw) calc(6/var(--width)*100vw) #eee
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top .sid-title {
        font-size: calc(20/var(--width)*100vw);
        position: relative
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top .sid-title::after {
        content: "";
        width: calc(30/var(--width)*100vw);
        height: calc(2/var(--width)*100vw);
        background-color: #0087F7;
        position: absolute;
        bottom: calc(-10/var(--width)*100vw);
        left: 0
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles {
        margin-top: calc(36/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item {
        display: block;
        padding: calc(20/var(--width)*100vw) 0;
        border-bottom: 1px solid #eee
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item .item-title {
        font-size: calc(16/var(--width)*100vw);
        line-height: 1.75em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item .item-time {
        font-size: calc(16/var(--width)*100vw);
        color: #ADA8A8;
        margin-top: calc(10/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item .item-time span {
        font-size: calc(16/var(--width)*100vw);
        color: #77787E;
        margin-right: calc(20/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item:hover .item-title {
        color: #0087F7
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .sid-top .related-articles .article-item:last-child {
        border: none
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box {
        display: flex;
        gap: calc(20/var(--width)*100vw);
        align-items: center;
        margin-top: calc(50/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item {
        flex: 1;
        position: relative
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item .share-btn {
        border-radius: calc(50/var(--width)*100vw);
        padding: calc(16/var(--width)*100vw) calc(40/var(--width)*100vw);
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        filter: brightness(0) opacity(.5);
        white-space: nowrap;
        font-size: calc(32/var(--width)*100vw)
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item .qr-code {
        width: 100%;
        position: absolute;
        padding: calc(6/var(--width)*100vw);
        box-shadow: 0 0 calc(6/var(--width)*100vw) #ddd;
        border-radius: calc(4/var(--width)*100vw);
        margin-top: calc(20/var(--width)*100vw);
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
        opacity: 0
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item .qr-code img {
        display: block;
        width: 100%;
        object-fit: contain
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item .qr-code::before {
        content: "";
        width: 100%;
        height: calc(50/var(--width)*100vw);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item:hover .share-btn {
        background-color: #0087F7;
        filter: none
    }

    .page-news-detail .st-mainbody .doc-body .sidebar .qr-code-box .share-item:hover .qr-code {
        pointer-events: all;
        opacity: 1
    }
}

.page-introduce .st-mainbody .doc-header {
    height: calc(664/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-header .container {
    position: relative
}

.page-introduce .st-mainbody .doc-header .container .head-title {
    font-size: calc(80/var(--width)*100vw);
    font-weight: 600;
    color: #1b212b;
    line-height: calc(64/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-header .container .head-summary {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(30/var(--width)*100vw);
    margin-top: calc(42/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-header .container .head-cards {
    position: absolute;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 2px 8px 9px 0 rgba(37, 64, 118, 0.05);
    border-radius: 4px;
    bottom: calc(-58/var(--width)*100vw);
    left: 0;
    right: 0;
    padding: calc(52/var(--width)*100vw) 0
}

.page-introduce .st-mainbody .doc-header .container .head-cards .card-item {
    flex: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-introduce .st-mainbody .doc-header .container .head-cards .card-item img {
    width: calc(100/var(--width)*100vw);
    height: calc(100/var(--width)*100vw);
    object-fit: contain
}

.page-introduce .st-mainbody .doc-header .container .head-cards .card-item:not(:last-child) {
    border-right: 1px solid rgba(119, 119, 119, 0.42)
}

.page-introduce .st-mainbody .doc-header .container .head-cards .card-item .item-cont .cont-title {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #1c212a;
    line-height: calc(54/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-header .container .head-cards .card-item .item-cont .cont-desc {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(26/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-cont {
    padding-top: calc(64/var(--width)*100vw);
    display: flex;
    align-items: center;
    gap: calc(100/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-cont .cont-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 48px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 64px;
    white-space: nowrap
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-cont .cont-left span {
    color: #0088F7
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-cont .cont-right {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(30/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video {
    width: 100%;
    height: calc(788/var(--width)*100vw);
    position: relative;
    margin-top: calc(108/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(8/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .cover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: calc(8/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #18191D;
    opacity: .61;
    z-index: -1;
    border-radius: calc(8/var(--width)*100vw);
    transition: .2s
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon img {
    width: calc(60/var(--width)*100vw);
    height: calc(60/var(--width)*100vw);
    object-fit: contain;
    transition: .2s
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon:hover img {
    transform: scale(1.1)
}

.page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon:hover::after {
    background-color: transparent
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-title {
    font-size: calc(48/var(--width)*100vw);
    font-weight: 400;
    color: #1C212A;
    line-height: calc(54/var(--width)*100vw);
    text-align: center
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-point-map {
    margin: calc(78/var(--width)*100vw) 0 calc(46/var(--width)*100vw);
    height: calc(420/var(--width)*100vw);
    position: relative
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-point-map img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-point-map .point-item {
    position: absolute;
    width: calc(14/var(--width)*100vw);
    height: calc(14/var(--width)*100vw);
    border-radius: 50%;
    background-color: #0088F7
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-point-map .point-item::after {
    content: "";
    width: calc(40/var(--width)*100vw);
    height: calc(40/var(--width)*100vw);
    background-color: #0088F7;
    opacity: .12;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: breatheAnimate 2s ease-in-out infinite
}

@keyframes breatheAnimate {
    0% {
        width: calc(10/var(--width)*100vw);
        height: calc(10/var(--width)*100vw);
        opacity: 1
    }

    70% {
        width: calc(40/var(--width)*100vw);
        height: calc(40/var(--width)*100vw);
        opacity: 0
    }

    100% {
        width: calc(10/var(--width)*100vw);
        height: calc(10/var(--width)*100vw);
        opacity: 0
    }
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards {
    display: flex;
    align-items: center;
    height: calc(112/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item .cont-title {
    display: flex;
    align-items: flex-end
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item .cont-title span:first-child {
    font-size: calc(48/var(--width)*100vw);
    font-weight: 600;
    color: #0088F7;
    line-height: calc(50/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item .cont-title span:last-child {
    font-size: calc(16/var(--width)*100vw);
    line-height: calc(26/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item .cont-desc {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #1B212B;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(12/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item:not(:last-child) {
    border-right: 1px solid rgba(119, 119, 119, 0.42)
}

.page-introduce .st-mainbody .doc-body .technology-wrap {
    height: calc(684/var(--width)*100vw);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-title {
    font-size: calc(48/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(54/var(--width)*100vw);
    text-align: center
}

.page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards {
    margin-top: calc(42/var(--width)*100vw);
    display: flex;
    gap: calc(8/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards .card-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: calc(72/var(--width)*100vw) calc(40/var(--width)*100vw) calc(40/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards .card-item img {
    width: calc(72/var(--width)*100vw);
    height: calc(48/var(--width)*100vw);
    object-fit: contain
}

.page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards .card-item .item-title {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #1B212B;
    line-height: calc(32/var(--width)*100vw);
    margin-top: calc(28/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards .card-item .item-desc {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #1B212B;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(32/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .honor-wrap .hon-title {
    font-size: calc(48/var(--width)*100vw);
    font-weight: 400;
    color: #1C212A;
    line-height: calc(54/var(--width)*100vw);
    text-align: center
}

.page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: calc(10/var(--width)*100vw);
    margin-top: calc(48/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery .h-item {
    background-color: #fff;
    box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02)
}

.page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery .h-item .item-title {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #1B212B;
    line-height: calc(24/var(--width)*100vw);
    padding: calc(30/var(--width)*100vw) calc(32/var(--width)*100vw);
    text-align: center
}

.page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll {
    height: calc(684/var(--width)*100vw);
    margin-top: calc(48/var(--width)*100vw);
    display: flex;
    width: 100vw
}

.page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll .scroll-m {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    flex: 1
}

.page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll .scroll-m .h-item {
    background-color: #fff;
    box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
    height: calc(332/var(--width)*100vw);
    width: calc(372/var(--width)*100vw);
    margin-right: calc(10/var(--width)*100vw);
    margin-bottom: calc(10/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll .scroll-m .h-item img {
    width: 100%;
    height: calc(240/var(--width)*100vw)
}

.page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll .scroll-m .h-item .item-title {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #1B212B;
    line-height: calc(24/var(--width)*100vw);
    padding: calc(30/var(--width)*100vw) calc(32/var(--width)*100vw);
    text-align: center
}

@keyframes infiniteScrollAnimate {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.page-introduce-copy .st-mainbody .introduce-wrap {
    width: 100%;
    padding: calc(100/var(--width)*100vw) 0 calc(120/var(--width)*100vw)
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-title {
    font-size: calc(40/var(--width)*100vw);
    font-weight: 500;
    text-align: center
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-company-summary {
    font-size: calc(18/var(--width)*100vw);
    line-height: 1.75em;
    color: #777777;
    max-width: calc(900/var(--width)*100vw);
    text-align: center;
    margin: calc(40/var(--width)*100vw) auto 0
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-banner {
    width: 100%;
    margin-top: calc(80/var(--width)*100vw);
    border-radius: calc(8/var(--width)*100vw)
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-banner img {
    width: 100%;
    border-radius: calc(8/var(--width)*100vw)
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards {
    background: linear-gradient(to top, rgba(162, 207, 255, 0.16), transparent);
    padding: calc(60/var(--width)*100vw) calc(60/var(--width)*100vw) calc(40/var(--width)*100vw);
    display: flex;
    justify-content: space-between;
    margin-top: calc(60/var(--width)*100vw);
    border-radius: calc(8/var(--width)*100vw)
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card {
    display: flex;
    align-items: center
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card .card-icon {
    width: calc(96/var(--width)*100vw);
    height: calc(96/var(--width)*100vw);
    object-fit: contain;
    margin-right: calc(16/var(--width)*100vw)
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card .card-cont .cont-title {
    font-weight: 500;
    font-size: calc(24/var(--width)*100vw);
    color: #0087F7
}

.page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card .card-cont .cont-desc {
    font-size: calc(18/var(--width)*100vw);
    color: #333;
    margin-top: calc(4/var(--width)*100vw)
}

.page-introduce-copy .st-mainbody .technology-wrap {
    padding: calc(80/var(--width)*100vw) 0 calc(100/var(--width)*100vw);
    background-color: #f0f6ff
}

.page-introduce-copy .st-mainbody .technology-wrap .container .tec-title {
    font-size: calc(40/var(--width)*100vw);
    font-weight: 500;
    text-align: center
}

.page-introduce-copy .st-mainbody .technology-wrap .container .cards {
    display: flex;
    gap: calc(32/var(--width)*100vw);
    margin-top: calc(60/var(--width)*100vw)
}

.page-introduce-copy .st-mainbody .technology-wrap .container .cards .card {
    flex: 1;
    background-color: #fff;
    padding: calc(32/var(--width)*100vw);
    border-radius: calc(8/var(--width)*100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .4s
}

.page-introduce-copy .st-mainbody .technology-wrap .container .cards .card .card-icon {
    width: calc(80/var(--width)*100vw);
    height: calc(80/var(--width)*100vw)
}

.page-introduce-copy .st-mainbody .technology-wrap .container .cards .card .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.page-introduce-copy .st-mainbody .technology-wrap .container .cards .card .card-cont .cont-title {
    font-size: calc(24/var(--width)*100vw);
    margin-top: calc(20/var(--width)*100vw);
    text-align: center;
    color: #333
}

.page-introduce-copy .st-mainbody .technology-wrap .container .cards .card .card-cont .cont-desc {
    font-size: calc(18/var(--width)*100vw);
    line-height: 1.75em;
    margin-top: calc(20/var(--width)*100vw);
    color: #666;
    text-align: center
}

.page-introduce-copy .st-mainbody .technology-wrap .container .cards .card:hover {
    box-shadow: 0 calc(8/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(52, 86, 167, 0.2)
}

.page-join .st-mainbody .doc-header {
    height: calc(460/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .join-wrap {
    display: flex;
    gap: 40px;
    height: calc(420/var(--width)*100vw);
    margin-top: calc(160/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .join-wrap .nav-item {
    flex: 1;
    height: 100%;
    position: relative;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: calc(56/var(--width)*100vw) calc(40/var(--width)*100vw);
    border-radius: calc(8/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .join-wrap .nav-item>img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(8/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .join-wrap .nav-item::after {
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    border-radius: calc(8/var(--width)*100vw);
    transition: .2s
}

.page-join .st-mainbody .doc-body .join-wrap .nav-item .title {
    position: relative;
    z-index: 5;
    font-size: calc(32/var(--width)*100vw);
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-join .st-mainbody .doc-body .join-wrap .nav-item:hover::after {
    height: 100%
}

.page-join .st-mainbody .doc-body .img-wrap {
    margin: calc(112/var(--width)*100vw) auto calc(132/var(--width)*100vw);
    position: relative
}

.page-join .st-mainbody .doc-body .img-wrap>img {
    width: 100%;
    object-fit: contain;
    border-radius: calc(8/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .img-wrap .video-play-btn {
    position: absolute;
    right: calc(50/var(--width)*100vw);
    bottom: calc(50/var(--width)*100vw);
    transition: .2s;
    opacity: 0;
    cursor: pointer;
    pointer-events: none
}

.page-join .st-mainbody .doc-body .img-wrap .video-play-btn:hover {
    transform: scale(1.05)
}

.page-join .st-mainbody .doc-body .img-wrap:hover .video-play-btn {
    opacity: 1;
    pointer-events: all
}

.page-join .st-mainbody .doc-body .beautiful-wrap {
    padding: calc(100/var(--width)*100vw) 0 calc(148/var(--width)*100vw);
    background-color: #f0f6ff;
    position: relative;
    background-image: url("../images/bg_faceunity.jpg");
    background-size: cover
}

.page-join .st-mainbody .doc-body .beautiful-wrap .container {
    filter: brightness(0) invert(1)
}

.page-join .st-mainbody .doc-body .beautiful-wrap .container .bea-title {
    font-size: calc(56/var(--width)*100vw);
    text-align: center;
    font-weight: bold
}

.page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards {
    display: grid;
    gap: calc(48/var(--width)*100vw);
    grid-template-columns: repeat(5, 1fr);
    margin-top: calc(112/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards .card {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer
}

.page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards .card img {
    width: calc(108/var(--width)*100vw);
    height: calc(108/var(--width)*100vw);
    object-fit: contain
}

.page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards .card span {
    font-size: calc(24/var(--width)*100vw);
    margin-top: calc(8/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards .card:hover img {
    animation: gelatine .5s 1
}

@keyframes gelatine {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

@-webkit-keyframes gelatine {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy {
    padding: calc(112/var(--width)*100vw) 0;
    background-color: #f0f6ff;
    position: relative
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .bea-bgimg {
    position: absolute;
    left: calc(80/var(--width)*100vw);
    bottom: calc(32/var(--width)*100vw);
    width: calc(500/var(--width)*100vw);
    height: calc(324/var(--width)*100vw);
    object-fit: contain
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .container {
    display: flex;
    align-items: center;
    gap: calc(44/var(--width)*100vw);
    position: relative;
    z-index: 2
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-thumb {
    flex: 0 0 calc(700/var(--width)*100vw);
    height: calc(544/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(8/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-title {
    font-size: calc(40/var(--width)*100vw);
    font-weight: 500
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-subtitle {
    margin-top: calc(48/var(--width)*100vw);
    font-size: calc(18/var(--width)*100vw);
    font-weight: 500;
    line-height: 1.75em
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-cards {
    display: grid;
    gap: calc(20/var(--width)*100vw);
    grid-template-columns: repeat(5, 1fr);
    margin-top: calc(76/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-cards .card {
    display: flex;
    align-items: center;
    flex-direction: column
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-cards .card img {
    width: calc(48/var(--width)*100vw);
    height: calc(48/var(--width)*100vw);
    object-fit: contain
}

.page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-cards .card span {
    font-size: calc(18/var(--width)*100vw);
    margin-top: calc(8/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .company-introduce-wrap {
    padding: calc(112/var(--width)*100vw) 0 calc(152/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .company-introduce-wrap .container .navs {
    width: 100%;
    display: flex;
    gap: calc(100/var(--width)*100vw);
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #f0f6ff
}

.page-join .st-mainbody .doc-body .company-introduce-wrap .container .navs .nav {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 500;
    padding: calc(32/var(--width)*100vw) 0;
    border-bottom: 2px solid transparent;
    cursor: pointer
}

.page-join .st-mainbody .doc-body .company-introduce-wrap .container .navs .nav.nav-active {
    color: #0087F7;
    border-bottom-color: #0087F7
}

.page-join .st-mainbody .doc-body .company-introduce-wrap .container .gallery-cards .gallery-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(16/var(--width)*100vw);
    margin-top: calc(40/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .company-introduce-wrap .container .gallery-cards .gallery-item .img {
    width: 100%;
    height: calc(320/var(--width)*100vw);
    overflow: hidden;
    border-radius: calc(8/var(--width)*100vw)
}

.page-join .st-mainbody .doc-body .company-introduce-wrap .container .gallery-cards .gallery-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(8/var(--width)*100vw);
    transition: .5s
}

.page-join .st-mainbody .doc-body .company-introduce-wrap .container .gallery-cards .gallery-item .img:hover img {
    transform: scale(1.05)
}

.page-join-list .st-mainbody {
    background-color: #fff
}

.page-join-list .st-mainbody .doc-body {
    padding: calc(100/var(--width)*100vw) 0
}

.page-join-list .st-mainbody .doc-body .container .cont-navs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
    margin-bottom: calc(100/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .cont-navs .nav-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-join-list .st-mainbody .doc-body .container .cont-navs .nav-item span {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 500;
    line-height: calc(68/var(--width)*100vw);
    position: relative;
    cursor: pointer
}

.page-join-list .st-mainbody .doc-body .container .cont-navs .nav-item span::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #0087F7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .2s;
    transform: translate(-50%, 50%)
}

.page-join-list .st-mainbody .doc-body .container .cont-navs .nav-item.active span::after {
    width: 100%
}

.page-join-list .st-mainbody .doc-body .container .search-box {
    margin: 0 auto calc(100/var(--width)*100vw);
    width: calc(720/var(--width)*100vw);
    height: calc(64/var(--width)*100vw);
    font-size: calc(16/var(--width)*100vw);
    line-height: calc(64/var(--width)*100vw);
    background: #FFFFFF;
    color: #333;
    box-shadow: 0 0 calc(26/var(--width)*100vw) 0 rgba(222, 229, 255, 0.54);
    border-radius: calc(40/var(--width)*100vw);
    display: flex;
    align-items: center;
    padding-left: calc(24/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .search-box img {
    width: calc(24/var(--width)*100vw);
    height: calc(24/var(--width)*100vw);
    object-fit: contain
}

.page-join-list .st-mainbody .doc-body .container .search-box input {
    height: calc(64/var(--width)*100vw);
    line-height: calc(64/var(--width)*100vw);
    flex: 1;
    border: none;
    outline: none;
    padding: 0 calc(20/var(--width)*100vw);
    font-size: calc(16/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .search-box .search-btn {
    width: calc(160/var(--width)*100vw);
    height: calc(64/var(--width)*100vw);
    line-height: calc(64/var(--width)*100vw);
    text-align: center;
    background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
    border-radius: 0 calc(40/var(--width)*100vw) calc(40/var(--width)*100vw) 0;
    color: #fff;
    cursor: pointer
}

.page-join-list .st-mainbody .doc-body .container .filter-box .fil-addr,
.page-join-list .st-mainbody .doc-body .container .filter-box .fil-type {
    display: flex;
    padding: calc(14/var(--width)*100vw) calc(30/var(--width)*100vw);
    border-bottom: 1px solid #E9E9E9
}

.page-join-list .st-mainbody .doc-body .container .filter-box .fil-addr .fil-title,
.page-join-list .st-mainbody .doc-body .container .filter-box .fil-type .fil-title {
    font-size: calc(16/var(--width)*100vw);
    color: #323335
}

.page-join-list .st-mainbody .doc-body .container .filter-box .fil-addr .fil-item,
.page-join-list .st-mainbody .doc-body .container .filter-box .fil-type .fil-item {
    padding: calc(4/var(--width)*100vw) calc(10/var(--width)*100vw);
    color: #323335;
    border-radius: calc(2/var(--width)*100vw);
    font-size: calc(16/var(--width)*100vw);
    margin: 0 calc(10/var(--width)*100vw);
    cursor: pointer
}

.page-join-list .st-mainbody .doc-body .container .filter-box .fil-addr .fil-item.active,
.page-join-list .st-mainbody .doc-body .container .filter-box .fil-type .fil-item.active {
    background-color: #0087F7;
    color: #fff
}

.page-join-list .st-mainbody .doc-body .container .job-list {
    margin-top: calc(48/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-head {
    display: flex;
    background: #FAFAFA;
    border-radius: 4px 4px 0px 0px;
    padding: calc(20/var(--width)*100vw) 3%;
    border-bottom: 1px solid #E8E8E8
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-head span {
    flex: 2;
    color: #323335;
    font-size: calc(16/var(--width)*100vw);
    letter-spacing: 1px;
    font-weight: 600;
    white-space: nowrap
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-head span:nth-child(2) {
    flex: 4
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-head span:nth-child(4) {
    flex: 1
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head {
    display: flex;
    background: #FAFAFA;
    border-radius: 4px 4px 0px 0px;
    padding: calc(20/var(--width)*100vw) 3%;
    border-bottom: 1px solid #E8E8E8;
    background-color: #fff;
    cursor: pointer;
    transition: .2s;
    position: relative;
    z-index: 5
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span {
    flex: 2;
    color: #323335;
    font-size: calc(16/var(--width)*100vw);
    letter-spacing: 1px;
    font-weight: 600;
    white-space: nowrap
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span:nth-child(2) {
    flex: 4
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span:nth-child(4) {
    flex: 1
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span {
    font-weight: 500
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span:nth-child(4) {
    display: flex;
    color: #0087F7
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span:nth-child(4) img {
    width: calc(16/var(--width)*100vw);
    object-fit: contain;
    transform: rotateZ(180deg);
    transition: .2s
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head:hover {
    background-color: #fafafa
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-cont {
    background: #fafafa;
    transition: .48s;
    max-height: 0;
    overflow: hidden;
    padding: 0 calc(30/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-cont .cont-li {
    margin-bottom: calc(24/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-cont .cont-li p {
    line-height: calc(32/var(--width)*100vw);
    color: #666;
    font-weight: 500;
    letter-spacing: .5px
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-cont .deliver {
    display: inline-block;
    padding: calc(10/var(--width)*100vw) calc(24/var(--width)*100vw);
    background: #0087F7;
    font-size: calc(16/var(--width)*100vw);
    color: #fff;
    border-radius: 2px;
    cursor: pointer
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item.active .item-head span:nth-child(4) img {
    transform: rotateZ(0deg) !important
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item.active .item-cont {
    max-height: calc(1200/var(--width)*100vw);
    padding: calc(24/var(--width)*100vw) calc(30/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .job-list .job-body .not-data {
    font-size: calc(24/var(--width)*100vw);
    margin: calc(100/var(--width)*100vw) auto;
    color: #666;
    text-align: center
}

.page-join-list .st-mainbody .doc-body .container .paging-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: calc(10/var(--width)*100vw);
    margin-top: calc(40/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .paging-box .pag-item {
    width: calc(32/var(--width)*100vw);
    height: calc(32/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    border: 1px solid rgba(0, 0, 0, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(12/var(--width)*100vw);
    transition: .2s;
    cursor: pointer;
    pointer-events: all;
    color: #666
}

.page-join-list .st-mainbody .doc-body .container .paging-box .pag-item img {
    width: calc(12/var(--width)*100vw);
    height: calc(12/var(--width)*100vw);
    object-fit: contain;
    transition: .2s;
    pointer-events: none
}

.page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.prev-btn img {
    transform: rotateZ(-90deg);
    filter: brightness(0)
}

.page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.next-btn img {
    transform: rotateZ(90deg);
    filter: brightness(0)
}

.page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.disabled {
    cursor: not-allowed
}

.page-join-list .st-mainbody .doc-body .container .paging-box .pag-item:hover,
.page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.active {
    background-color: #0087F7;
    color: #fff
}

.page-join-list .st-mainbody .doc-body .container .paging-box .pag-item:hover img,
.page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.active img {
    filter: brightness(0) invert(1)
}

.page-join-list .st-mainbody .doc-body .container .cont-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 calc(156/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .cont-step .step-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-join-list .st-mainbody .doc-body .container .cont-step .step-item img {
    width: calc(60/var(--width)*100vw);
    height: calc(60/var(--width)*100vw);
    object-fit: contain
}

.page-join-list .st-mainbody .doc-body .container .cont-step .step-item .item-title {
    margin-top: calc(24/var(--width)*100vw);
    font-weight: bold;
    font-size: calc(20/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .cont-step .step-item .item-desc {
    font-size: calc(16/var(--width)*100vw);
    line-height: 1.6em;
    color: #929292;
    margin-top: calc(8/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .cont-video {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(40/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .cont-video .video-item {
    width: 100%
}

.page-join-list .st-mainbody .doc-body .container .cont-video .video-item video {
    width: 100%;
    object-fit: contain
}

.page-join-list .st-mainbody .doc-body .container .cont-video .video-item .video-title {
    color: #323335;
    font-size: calc(22/var(--width)*100vw);
    padding: calc(20/var(--width)*100vw) 0 calc(10/var(--width)*100vw);
    display: block;
    font-weight: bold;
    transition: .2s
}

.page-join-list .st-mainbody .doc-body .container .cont-video .video-item .video-summary {
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: calc(50/var(--width)*100vw)
}

.page-join-list .st-mainbody .doc-body .container .cont-video .video-item:hover {
    cursor: pointer
}

.page-join-list .st-mainbody .doc-body .container .cont-video .video-item:hover .video-title {
    color: #0087F7
}

@media (max-width:768px) {
    .page-introduce .st-mainbody .doc-header {
        height: calc(800/var(--width)*100vw);
        padding-top: calc(100/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-header .container {
        position: relative
    }

    .page-introduce .st-mainbody .doc-header .container .head-title {
        font-size: calc(80/var(--width)*100vw);
        font-weight: 600;
        color: #1b212b;
        line-height: calc(64/var(--width)*100vw);
        text-shadow: 0 0 10px #fff
    }

    .page-introduce .st-mainbody .doc-header .container .head-summary {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #333;
        line-height: 1.5em;
        margin-top: calc(42/var(--width)*100vw);
        max-width: 100%;
        text-shadow: 0 0 10px #fff
    }

    .page-introduce .st-mainbody .doc-header .container .head-cards {
        position: absolute;
        display: flex;
        align-items: flex-start;
        background: #ffffff;
        box-shadow: 2px 8px 9px 0 rgba(37, 64, 118, 0.05);
        border-radius: 4px;
        bottom: unset;
        top: 100%;
        left: 0;
        right: 0;
        padding: calc(52/var(--width)*100vw) calc(30/var(--width)*100vw);
        margin: 0 30rpx
    }

    .page-introduce .st-mainbody .doc-header .container .head-cards .card-item {
        flex: 1;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .page-introduce .st-mainbody .doc-header .container .head-cards .card-item img {
        width: calc(100/var(--width)*100vw);
        height: calc(100/var(--width)*100vw);
        object-fit: contain
    }

    .page-introduce .st-mainbody .doc-header .container .head-cards .card-item:not(:last-child) {
        border-right: none
    }

    .page-introduce .st-mainbody .doc-header .container .head-cards .card-item .item-cont .cont-title {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #1c212a;
        line-height: calc(54/var(--width)*100vw);
        text-align: center
    }

    .page-introduce .st-mainbody .doc-header .container .head-cards .card-item .item-cont .cont-desc {
        font-size: calc(16/var(--width)*100vw);
        font-weight: 400;
        color: #777777;
        line-height: 2em;
        text-align: center
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap {
        margin-top: calc(320/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-cont {
        padding-top: 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: calc(40/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-cont .cont-left {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        font-size: calc(48/var(--width)*100vw);
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: calc(64/var(--width)*100vw);
        white-space: nowrap
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-cont .cont-left span {
        color: #0088F7
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-cont .cont-right {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #777777;
        line-height: 1.5em
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video {
        width: 100%;
        height: calc(400/var(--width)*100vw);
        position: relative;
        margin-top: calc(50/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .cover-image {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #18191D;
        opacity: .61;
        z-index: -1;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon img {
        width: calc(60/var(--width)*100vw);
        height: calc(60/var(--width)*100vw);
        object-fit: contain;
        transition: .2s
    }

    .page-introduce .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon:hover img {
        transform: scale(1.1)
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-title {
        font-size: calc(48/var(--width)*100vw);
        font-weight: 400;
        color: #1C212A;
        line-height: calc(54/var(--width)*100vw);
        text-align: center
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-point-map {
        margin: calc(78/var(--width)*100vw) 0 calc(46/var(--width)*100vw);
        height: calc(232/var(--width)*100vw);
        position: relative
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-point-map img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-point-map .point-item {
        position: absolute;
        width: calc(14/var(--width)*100vw);
        height: calc(14/var(--width)*100vw);
        border-radius: 50%;
        background-color: #0088F7
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-point-map .point-item::after {
        content: "";
        width: calc(40/var(--width)*100vw);
        height: calc(40/var(--width)*100vw);
        background-color: #0088F7;
        opacity: .12;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        animation: breatheAnimate 2s ease-in-out infinite
    }

    @keyframes breatheAnimate {
        0% {
            width: calc(10/var(--width)*100vw);
            height: calc(10/var(--width)*100vw);
            opacity: 1
        }

        70% {
            width: calc(40/var(--width)*100vw);
            height: calc(40/var(--width)*100vw);
            opacity: 0
        }

        100% {
            width: calc(10/var(--width)*100vw);
            height: calc(10/var(--width)*100vw);
            opacity: 0
        }
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards {
        display: flex;
        align-items: center;
        height: calc(112/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item {
        flex: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item .cont-title {
        display: flex;
        align-items: flex-end
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item .cont-title span:first-child {
        font-size: calc(48/var(--width)*100vw);
        font-weight: 600;
        color: #0088F7;
        line-height: calc(50/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item .cont-title span:last-child {
        font-size: calc(28/var(--width)*100vw);
        line-height: calc(44/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item .cont-desc {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #1B212B;
        line-height: 1.5em;
        margin-top: calc(12/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .business-wrap .container .bus-cards .card-item:not(:last-child) {
        border-right: 1px solid rgba(119, 119, 119, 0.42)
    }

    .page-introduce .st-mainbody .doc-body .technology-wrap {
        height: unset;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover
    }

    .page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-title {
        font-size: calc(48/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(54/var(--width)*100vw);
        text-align: center
    }

    .page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards {
        margin-top: calc(42/var(--width)*100vw);
        display: flex;
        flex-direction: column;
        gap: calc(8/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards .card-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        padding: calc(72/var(--width)*100vw) calc(40/var(--width)*100vw) calc(40/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards .card-item img {
        width: calc(108/var(--width)*100vw);
        height: calc(72/var(--width)*100vw);
        object-fit: contain
    }

    .page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards .card-item .item-title {
        font-size: calc(36/var(--width)*100vw);
        font-weight: 400;
        color: #1B212B;
        line-height: 1.5em;
        margin-top: calc(28/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .technology-wrap .container .tec-cards .card-item .item-desc {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #1B212B;
        line-height: 1.5em;
        margin-top: calc(32/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .honor-wrap .hon-title {
        font-size: calc(48/var(--width)*100vw);
        font-weight: 400;
        color: #1C212A;
        line-height: calc(54/var(--width)*100vw);
        text-align: center
    }

    .page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: calc(10/var(--width)*100vw);
        margin-top: calc(48/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery .h-item {
        background-color: #fff;
        box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02)
    }

    .page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery .h-item .item-title {
        font-size: calc(16/var(--width)*100vw);
        font-weight: 400;
        color: #1B212B;
        line-height: calc(24/var(--width)*100vw);
        padding: calc(30/var(--width)*100vw) calc(32/var(--width)*100vw);
        text-align: center
    }

    .page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll {
        height: calc(684/var(--width)*100vw);
        margin-top: calc(48/var(--width)*100vw);
        display: flex;
        width: 100vw
    }

    .page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll .scroll-m {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100%;
        flex: 1
    }

    .page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll .scroll-m .h-item {
        background-color: #fff;
        box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
        height: calc(332/var(--width)*100vw);
        width: calc(372/var(--width)*100vw);
        margin-right: calc(10/var(--width)*100vw);
        margin-bottom: calc(10/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll .scroll-m .h-item img {
        width: 100%;
        height: calc(240/var(--width)*100vw)
    }

    .page-introduce .st-mainbody .doc-body .honor-wrap .hon-gallery-scroll .scroll-m .h-item .item-title {
        font-size: calc(16/var(--width)*100vw);
        font-weight: 400;
        color: #1B212B;
        line-height: calc(24/var(--width)*100vw);
        padding: calc(30/var(--width)*100vw) calc(32/var(--width)*100vw);
        text-align: center
    }

    @keyframes infiniteScrollAnimate {
        0% {
            transform: translateX(0%)
        }

        100% {
            transform: translateX(-100%)
        }
    }

    .page-introduce-copy .st-mainbody .introduce-wrap {
        width: 100%;
        padding: calc(100/var(--width)*100vw) 0 calc(120/var(--width)*100vw)
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-title {
        font-size: calc(40/var(--width)*100vw);
        font-weight: 500;
        text-align: center
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-company-summary {
        font-size: calc(18/var(--width)*100vw);
        line-height: 1.75em;
        color: #777777;
        max-width: calc(900/var(--width)*100vw);
        text-align: center;
        margin: calc(40/var(--width)*100vw) auto 0
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-banner {
        width: 100%;
        margin-top: calc(80/var(--width)*100vw);
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-banner img {
        width: 100%;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards {
        background: linear-gradient(to top, rgba(162, 207, 255, 0.16), transparent);
        padding: calc(60/var(--width)*100vw) calc(60/var(--width)*100vw) calc(40/var(--width)*100vw);
        display: flex;
        justify-content: space-between;
        margin-top: calc(60/var(--width)*100vw);
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card {
        display: flex;
        align-items: center
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card .card-icon {
        width: calc(96/var(--width)*100vw);
        height: calc(96/var(--width)*100vw);
        object-fit: contain;
        margin-right: calc(16/var(--width)*100vw)
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card .card-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card .card-cont .cont-title {
        font-weight: 500;
        font-size: calc(24/var(--width)*100vw);
        color: #0087F7
    }

    .page-introduce-copy .st-mainbody .introduce-wrap .container .int-cards .card .card-cont .cont-desc {
        font-size: calc(18/var(--width)*100vw);
        color: #333;
        margin-top: calc(4/var(--width)*100vw)
    }

    .page-introduce-copy .st-mainbody .technology-wrap {
        padding: calc(80/var(--width)*100vw) 0 calc(100/var(--width)*100vw);
        background-color: #f0f6ff
    }

    .page-introduce-copy .st-mainbody .technology-wrap .container .tec-title {
        font-size: calc(40/var(--width)*100vw);
        font-weight: 500;
        text-align: center
    }

    .page-introduce-copy .st-mainbody .technology-wrap .container .cards {
        display: flex;
        gap: calc(32/var(--width)*100vw);
        margin-top: calc(60/var(--width)*100vw)
    }

    .page-introduce-copy .st-mainbody .technology-wrap .container .cards .card {
        flex: 1;
        background-color: #fff;
        padding: calc(32/var(--width)*100vw);
        border-radius: calc(8/var(--width)*100vw);
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: .4s
    }

    .page-introduce-copy .st-mainbody .technology-wrap .container .cards .card .card-icon {
        width: calc(80/var(--width)*100vw);
        height: calc(80/var(--width)*100vw)
    }

    .page-introduce-copy .st-mainbody .technology-wrap .container .cards .card .card-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .page-introduce-copy .st-mainbody .technology-wrap .container .cards .card .card-cont .cont-title {
        font-size: calc(24/var(--width)*100vw);
        margin-top: calc(20/var(--width)*100vw);
        text-align: center;
        color: #333
    }

    .page-introduce-copy .st-mainbody .technology-wrap .container .cards .card .card-cont .cont-desc {
        font-size: calc(18/var(--width)*100vw);
        line-height: 1.75em;
        margin-top: calc(20/var(--width)*100vw);
        color: #666;
        text-align: center
    }

    .page-introduce-copy .st-mainbody .technology-wrap .container .cards .card:hover {
        box-shadow: 0 calc(8/var(--width)*100vw) calc(20/var(--width)*100vw) rgba(52, 86, 167, 0.2)
    }

    .page-join .st-mainbody .doc-header {
        height: calc(800/var(--width)*100vw);
        background-position: 70% center
    }

    .page-join .st-mainbody .doc-header .container {
        position: relative
    }

    .page-join .st-mainbody .doc-body .join-wrap {
        display: flex;
        gap: calc(40/var(--width)*100vw);
        height: unset;
        margin-top: calc(160/var(--width)*100vw);
        flex-direction: column
    }

    .page-join .st-mainbody .doc-body .join-wrap .nav-item {
        flex: unset;
        height: calc(580/var(--width)*100vw);
        position: relative;
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        padding: calc(56/var(--width)*100vw) calc(40/var(--width)*100vw);
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .join-wrap .nav-item>img {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .join-wrap .nav-item::after {
        content: "";
        width: 100%;
        height: 40%;
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        border-radius: calc(8/var(--width)*100vw);
        transition: .2s
    }

    .page-join .st-mainbody .doc-body .join-wrap .nav-item .title {
        position: relative;
        z-index: 5;
        font-size: calc(32/var(--width)*100vw);
        color: #fff;
        font-weight: bold;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .page-join .st-mainbody .doc-body .join-wrap .nav-item:hover::after {
        height: 100%
    }

    .page-join .st-mainbody .doc-body .img-wrap {
        margin: calc(112/var(--width)*100vw) auto calc(132/var(--width)*100vw);
        position: relative
    }

    .page-join .st-mainbody .doc-body .img-wrap>img {
        width: 100%;
        object-fit: contain;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .img-wrap .video-play-btn {
        position: absolute;
        right: calc(50/var(--width)*100vw);
        bottom: calc(50/var(--width)*100vw);
        transition: .2s;
        opacity: 0;
        cursor: pointer;
        pointer-events: none
    }

    .page-join .st-mainbody .doc-body .img-wrap .video-play-btn:hover {
        transform: scale(1.05)
    }

    .page-join .st-mainbody .doc-body .img-wrap:hover .video-play-btn {
        opacity: 1;
        pointer-events: all
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap {
        padding: calc(100/var(--width)*100vw) 0 calc(148/var(--width)*100vw);
        background-color: #f0f6ff;
        position: relative;
        background-image: url("../images/bg_faceunity.jpg");
        background-size: cover
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap .container {
        filter: brightness(0) invert(1)
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap .container .bea-title {
        font-size: calc(56/var(--width)*100vw);
        text-align: center;
        font-weight: bold
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards {
        display: grid;
        gap: calc(48/var(--width)*100vw);
        grid-template-columns: repeat(4, 1fr);
        margin-top: calc(112/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards .card {
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards .card img {
        width: calc(108/var(--width)*100vw);
        height: calc(108/var(--width)*100vw);
        object-fit: contain
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards .card span {
        font-size: calc(24/var(--width)*100vw);
        margin-top: calc(8/var(--width)*100vw);
        text-align: center
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap .container .info-cards .card:hover img {
        animation: gelatine .5s 1
    }

    @keyframes gelatine {

        from,
        to {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1)
        }

        25% {
            -webkit-transform: scale(.9, 1.1);
            transform: scale(.9, 1.1)
        }

        50% {
            -webkit-transform: scale(1.1, .9);
            transform: scale(1.1, .9)
        }

        75% {
            -webkit-transform: scale(.95, 1.05);
            transform: scale(.95, 1.05)
        }
    }

    @-webkit-keyframes gelatine {

        from,
        to {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1)
        }

        25% {
            -webkit-transform: scale(.9, 1.1);
            transform: scale(.9, 1.1)
        }

        50% {
            -webkit-transform: scale(1.1, .9);
            transform: scale(1.1, .9)
        }

        75% {
            -webkit-transform: scale(.95, 1.05);
            transform: scale(.95, 1.05)
        }
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy {
        padding: calc(112/var(--width)*100vw) 0;
        background-color: #f0f6ff;
        position: relative
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .bea-bgimg {
        position: absolute;
        left: calc(80/var(--width)*100vw);
        bottom: calc(32/var(--width)*100vw);
        width: calc(500/var(--width)*100vw);
        height: calc(324/var(--width)*100vw);
        object-fit: contain
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .container {
        display: flex;
        align-items: center;
        gap: calc(44/var(--width)*100vw);
        position: relative;
        z-index: 2
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-thumb {
        flex: 0 0 calc(700/var(--width)*100vw);
        height: calc(544/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-title {
        font-size: calc(40/var(--width)*100vw);
        font-weight: 500
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-subtitle {
        margin-top: calc(48/var(--width)*100vw);
        font-size: calc(18/var(--width)*100vw);
        font-weight: 500;
        line-height: 1.75em
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-cards {
        display: grid;
        gap: calc(20/var(--width)*100vw);
        grid-template-columns: repeat(5, 1fr);
        margin-top: calc(76/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-cards .card {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-cards .card img {
        width: calc(48/var(--width)*100vw);
        height: calc(48/var(--width)*100vw);
        object-fit: contain
    }

    .page-join .st-mainbody .doc-body .beautiful-wrap-copy .container .cont-info .info-cards .card span {
        font-size: calc(18/var(--width)*100vw);
        margin-top: calc(8/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .company-introduce-wrap {
        padding: calc(112/var(--width)*100vw) 0 calc(152/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .company-introduce-wrap .container .navs {
        width: 100%;
        display: flex;
        gap: calc(100/var(--width)*100vw);
        align-items: center;
        justify-content: center;
        border-bottom: 2px solid #f0f6ff
    }

    .page-join .st-mainbody .doc-body .company-introduce-wrap .container .navs .nav {
        font-size: calc(32/var(--width)*100vw);
        font-weight: 500;
        padding: calc(32/var(--width)*100vw) 0;
        border-bottom: 2px solid transparent;
        cursor: pointer
    }

    .page-join .st-mainbody .doc-body .company-introduce-wrap .container .navs .nav.nav-active {
        color: #0087F7;
        border-bottom-color: #0087F7
    }

    .page-join .st-mainbody .doc-body .company-introduce-wrap .container .gallery-cards .gallery-item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: calc(16/var(--width)*100vw);
        margin-top: calc(40/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .company-introduce-wrap .container .gallery-cards .gallery-item .img {
        width: 100%;
        height: calc(320/var(--width)*100vw);
        overflow: hidden;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-join .st-mainbody .doc-body .company-introduce-wrap .container .gallery-cards .gallery-item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: calc(8/var(--width)*100vw);
        transition: .5s
    }

    .page-join .st-mainbody .doc-body .company-introduce-wrap .container .gallery-cards .gallery-item .img:hover img {
        transform: scale(1.05)
    }

    .page-join-list .st-mainbody {
        background-color: #fff
    }

    .page-join-list .st-mainbody .doc-header {
        background-position: 70% center
    }

    .page-join-list .st-mainbody .doc-body {
        padding: calc(100/var(--width)*100vw) 0
    }

    .page-join-list .st-mainbody .doc-body .container .cont-navs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-bottom: 1px solid #eee;
        margin-bottom: calc(100/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .cont-navs .nav-item {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .page-join-list .st-mainbody .doc-body .container .cont-navs .nav-item span {
        font-size: calc(18/var(--width)*100vw);
        font-weight: 500;
        line-height: calc(68/var(--width)*100vw);
        position: relative;
        cursor: pointer
    }

    .page-join-list .st-mainbody .doc-body .container .cont-navs .nav-item span::after {
        content: "";
        width: 0%;
        height: 2px;
        background-color: #0087F7;
        position: absolute;
        left: 50%;
        bottom: 0;
        transition: .2s;
        transform: translate(-50%, 50%)
    }

    .page-join-list .st-mainbody .doc-body .container .cont-navs .nav-item.active span::after {
        width: 100%
    }

    .page-join-list .st-mainbody .doc-body .container .search-box {
        margin: 0 auto calc(100/var(--width)*100vw);
        width: calc(720/var(--width)*100vw);
        height: calc(100/var(--width)*100vw);
        font-size: calc(16/var(--width)*100vw);
        line-height: calc(100/var(--width)*100vw);
        background: #FFFFFF;
        color: #333;
        box-shadow: 0 0 calc(26/var(--width)*100vw) 0 rgba(222, 229, 255, 0.54);
        border-radius: calc(100/var(--width)*100vw);
        display: flex;
        align-items: center;
        padding-left: calc(24/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .search-box img {
        width: calc(36/var(--width)*100vw);
        height: calc(36/var(--width)*100vw);
        object-fit: contain
    }

    .page-join-list .st-mainbody .doc-body .container .search-box input {
        height: calc(100/var(--width)*100vw);
        line-height: calc(100/var(--width)*100vw);
        flex: 1;
        border: none;
        outline: none;
        padding: 0 calc(20/var(--width)*100vw);
        font-size: calc(32/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .search-box .search-btn {
        width: calc(160/var(--width)*100vw);
        height: calc(100/var(--width)*100vw);
        line-height: calc(100/var(--width)*100vw);
        text-align: center;
        background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
        border-radius: 0 calc(100/var(--width)*100vw) calc(100/var(--width)*100vw) 0;
        color: #fff;
        cursor: pointer;
        font-size: calc(36/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .filter-box .fil-addr,
    .page-join-list .st-mainbody .doc-body .container .filter-box .fil-type {
        display: flex;
        flex-wrap: wrap;
        padding: calc(14/var(--width)*100vw) calc(30/var(--width)*100vw) calc(14/var(--width)*100vw) calc(140/var(--width)*100vw);
        border-bottom: 1px solid #E9E9E9;
        position: relative;
        gap: calc(10/var(--width)*100vw) 0
    }

    .page-join-list .st-mainbody .doc-body .container .filter-box .fil-addr .fil-title,
    .page-join-list .st-mainbody .doc-body .container .filter-box .fil-type .fil-title {
        font-size: calc(24/var(--width)*100vw);
        color: #323335;
        white-space: nowrap;
        position: absolute;
        left: 0;
        top: calc(18/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .filter-box .fil-addr .fil-item,
    .page-join-list .st-mainbody .doc-body .container .filter-box .fil-type .fil-item {
        padding: calc(4/var(--width)*100vw) calc(16/var(--width)*100vw);
        color: #323335;
        border-radius: calc(2/var(--width)*100vw);
        font-size: calc(28/var(--width)*100vw);
        margin: 0 calc(10/var(--width)*100vw);
        cursor: pointer
    }

    .page-join-list .st-mainbody .doc-body .container .filter-box .fil-addr .fil-item.active,
    .page-join-list .st-mainbody .doc-body .container .filter-box .fil-type .fil-item.active {
        background-color: #0087F7;
        color: #fff
    }

    .page-join-list .st-mainbody .doc-body .container .job-list {
        margin-top: calc(48/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-head {
        display: flex;
        background: #FAFAFA;
        border-radius: 4px 4px 0px 0px;
        padding: calc(20/var(--width)*100vw) 3%;
        border-bottom: 1px solid #E8E8E8
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-head span {
        flex: 2;
        color: #323335;
        font-size: calc(16/var(--width)*100vw);
        letter-spacing: 1px;
        font-weight: 600;
        white-space: nowrap
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-head span:nth-child(1) {
        flex: 5
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-head span:nth-child(2) {
        flex: 2
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-head span:nth-child(4) {
        flex: 1.5
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head {
        display: flex;
        background: #FAFAFA;
        border-radius: 4px 4px 0px 0px;
        padding: calc(20/var(--width)*100vw) 3%;
        border-bottom: 1px solid #E8E8E8;
        background-color: #fff;
        cursor: pointer;
        transition: .2s;
        position: relative;
        z-index: 5
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span {
        flex: 2;
        color: #323335;
        font-size: calc(16/var(--width)*100vw);
        letter-spacing: 1px;
        font-weight: 600;
        white-space: nowrap
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span:nth-child(1) {
        flex: 5
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span:nth-child(2) {
        flex: 2
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span:nth-child(4) {
        flex: 1.5
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span {
        font-weight: 500
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span:nth-child(4) {
        display: flex;
        color: #0087F7
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head span:nth-child(4) img {
        width: calc(16/var(--width)*100vw);
        object-fit: contain;
        transform: rotateZ(180deg);
        transition: .2s
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-head:hover {
        background-color: #fafafa
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-cont {
        background: #fafafa;
        transition: .48s;
        max-height: 0;
        overflow: hidden;
        padding: 0 calc(30/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-cont .cont-li {
        margin-bottom: calc(24/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-cont .cont-li p {
        line-height: calc(32/var(--width)*100vw);
        color: #666;
        font-weight: 500;
        letter-spacing: .5px
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item .item-cont .deliver {
        display: inline-block;
        padding: calc(10/var(--width)*100vw) calc(24/var(--width)*100vw);
        background: #0087F7;
        font-size: calc(16/var(--width)*100vw);
        color: #fff;
        border-radius: 2px;
        cursor: pointer
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item.active .item-head span:nth-child(4) img {
        transform: rotateZ(0deg) !important
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .job-item.active .item-cont {
        max-height: 1200px;
        padding: calc(24/var(--width)*100vw) calc(30/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .job-list .job-body .not-data {
        font-size: calc(24/var(--width)*100vw);
        margin: calc(100/var(--width)*100vw) auto;
        color: #666;
        text-align: center
    }

    .page-join-list .st-mainbody .doc-body .container .paging-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: calc(10/var(--width)*100vw);
        margin-top: calc(40/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .paging-box .pag-item {
        width: calc(48/var(--width)*100vw);
        height: calc(48/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        border: 1px solid rgba(0, 0, 0, 0.28);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(12/var(--width)*100vw);
        transition: .2s;
        cursor: pointer;
        pointer-events: all;
        color: #666
    }

    .page-join-list .st-mainbody .doc-body .container .paging-box .pag-item img {
        width: calc(24/var(--width)*100vw);
        height: calc(24/var(--width)*100vw);
        object-fit: contain;
        transition: .2s;
        pointer-events: none
    }

    .page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.prev-btn img {
        transform: rotateZ(-90deg);
        filter: brightness(0)
    }

    .page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.next-btn img {
        transform: rotateZ(90deg);
        filter: brightness(0)
    }

    .page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.disabled {
        cursor: not-allowed
    }

    .page-join-list .st-mainbody .doc-body .container .paging-box .pag-item:hover,
    .page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.active {
        background-color: #0087F7;
        color: #fff
    }

    .page-join-list .st-mainbody .doc-body .container .paging-box .pag-item:hover img,
    .page-join-list .st-mainbody .doc-body .container .paging-box .pag-item.active img {
        filter: brightness(0) invert(1)
    }

    .page-join-list .st-mainbody .doc-body .container .cont-step {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 calc(156/var(--width)*100vw);
        gap: calc(30/var(--width)*100vw);
        flex-direction: column
    }

    .page-join-list .st-mainbody .doc-body .container .cont-step .step-item {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .page-join-list .st-mainbody .doc-body .container .cont-step .step-item img {
        width: calc(120/var(--width)*100vw);
        height: calc(120/var(--width)*100vw);
        object-fit: contain
    }

    .page-join-list .st-mainbody .doc-body .container .cont-step .step-item .item-title {
        margin-top: calc(24/var(--width)*100vw);
        font-weight: bold;
        font-size: calc(32/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .cont-step .step-item .item-desc {
        font-size: calc(28/var(--width)*100vw);
        line-height: 1.6em;
        color: #929292;
        margin-top: calc(12/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .cont-step>img {
        transform: rotateZ(90deg)
    }

    .page-join-list .st-mainbody .doc-body .container .cont-video {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: calc(40/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .cont-video .video-item {
        width: 100%
    }

    .page-join-list .st-mainbody .doc-body .container .cont-video .video-item video {
        width: 100%;
        object-fit: contain
    }

    .page-join-list .st-mainbody .doc-body .container .cont-video .video-item .video-title {
        color: #323335;
        font-size: calc(32/var(--width)*100vw);
        padding: calc(20/var(--width)*100vw) 0 calc(10/var(--width)*100vw);
        display: block;
        font-weight: bold;
        transition: .2s
    }

    .page-join-list .st-mainbody .doc-body .container .cont-video .video-item .video-summary {
        color: #666666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: calc(50/var(--width)*100vw)
    }

    .page-join-list .st-mainbody .doc-body .container .cont-video .video-item:hover {
        cursor: pointer
    }

    .page-join-list .st-mainbody .doc-body .container .cont-video .video-item:hover .video-title {
        color: #0087F7
    }
}

.page-mianbuyingye-detail .st-header,
.page-gaobaozhen-detail .st-header,
.page-shoujihangye-detail .st-header,
.page-zhinengqiche-detail .st-header,
.page-avatarx-sdk-detail .st-header,
.page-avatarx-shuziren-detail .st-header,
.page-ar-shipintexiao-detail .st-header,
.page-dianshangshuziren-detail .st-header,
.page-jinrongshuziren-detail .st-header,
.page-shuzidaiyanren-detail .st-header {
    background-color: #fff
}

.page-mianbuyingye-detail .st-mainbody,
.page-gaobaozhen-detail .st-mainbody,
.page-shoujihangye-detail .st-mainbody,
.page-zhinengqiche-detail .st-mainbody,
.page-avatarx-sdk-detail .st-mainbody,
.page-avatarx-shuziren-detail .st-mainbody,
.page-ar-shipintexiao-detail .st-mainbody,
.page-dianshangshuziren-detail .st-mainbody,
.page-jinrongshuziren-detail .st-mainbody,
.page-shuzidaiyanren-detail .st-mainbody {
    background-color: #F8FAFE
}

.page-mianbuyingye-detail .st-mainbody .doc-header .head-btns,
.page-gaobaozhen-detail .st-mainbody .doc-header .head-btns,
.page-shoujihangye-detail .st-mainbody .doc-header .head-btns,
.page-zhinengqiche-detail .st-mainbody .doc-header .head-btns,
.page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns,
.page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns,
.page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns,
.page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns,
.page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns,
.page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns {
    display: flex;
    margin-top: calc(42/var(--width)*100vw);
    align-items: center;
    gap: calc(24/var(--width)*100vw)
}

.page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-shoujihangye-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .apply-btn,
.page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-shoujihangye-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .contact-btn {
    width: calc(216/var(--width)*100vw);
    height: calc(64/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(12/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    background: #0088F7;
    color: #fff;
    cursor: pointer;
    font-size: calc(24/var(--width)*100vw)
}

.page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-shoujihangye-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .apply-btn img,
.page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .contact-btn img,
.page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .contact-btn img,
.page-shoujihangye-detail .st-mainbody .doc-header .head-btns .contact-btn img,
.page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .contact-btn img,
.page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .contact-btn img,
.page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .contact-btn img,
.page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .contact-btn img,
.page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn img,
.page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn img,
.page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .contact-btn img {
    width: calc(24/var(--width)*100vw);
    height: calc(16/var(--width)*100vw);
    object-fit: contain;
    transition: .2s
}

.page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-shoujihangye-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
.page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
.page-shoujihangye-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
.page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
.page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
.page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
.page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
.page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
.page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
.page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img {
    transform: translateX(30%)
}

.page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-shoujihangye-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
.page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .contact-btn {
    border: 1px solid #1B212B;
    background-color: transparent;
    filter: brightness(0)
}

.pro-module-title {
    font-size: calc(38/var(--width)*100vw);
    font-weight: 400;
    color: #1D2129;
    line-height: calc(64/var(--width)*100vw);
    text-align: center
}

.pro-module-subtitle {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(28/var(--width)*100vw);
    text-align: center
}

.pro-swiper-style1 {
    width: 100%;
    height: calc(788/var(--width)*100vw);
    margin-top: calc(42/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw)
}

.pro-swiper-style1 .item {
    background-size: cover;
    background-position: center;
    padding: calc(100/var(--width)*100vw)
}

.pro-swiper-style1 .item .item-title {
    font-size: calc(46/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(56/var(--width)*100vw)
}

.pro-swiper-style1 .item .item-desc {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(28/var(--width)*100vw);
    margin-top: calc(24/var(--width)*100vw);
    max-width: calc(412/var(--width)*100vw)
}

.pro-swiper-style1 .item .item-link {
    display: flex;
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(42/var(--width)*100vw);
    position: relative;
    display: inline-flex
}

.pro-swiper-style1 .item .item-link::after {
    content: "";
    width: calc(8/var(--width)*100vw);
    height: calc(8/var(--width)*100vw);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: calc(-24/var(--width)*100vw);
    border-top: calc(2/var(--width)*100vw) solid #fff;
    border-right: calc(2/var(--width)*100vw) solid #fff
}

.pro-swiper-style2 {
    position: relative
}

.pro-swiper-style2 .scene-swiper {
    width: 100%;
    pointer-events: none;
    margin-top: calc(42/var(--width)*100vw);
    height: calc(844/var(--width)*100vw)
}

.pro-swiper-style2 .scene-swiper .card-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.pro-swiper-style2 .scene-swiper .card-item::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.pro-swiper-style2 .scene-swiper .card-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pro-swiper-style2 .scene-swiper .card-item .container {
    position: relative;
    width: 100%;
    margin-top: auto;
    margin-bottom: calc(260/var(--width)*100vw);
    z-index: 2
}

.pro-swiper-style2 .scene-swiper .card-item .container .card-title {
    font-size: calc(46/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(56/var(--width)*100vw)
}

.pro-swiper-style2 .scene-swiper .card-item .container .card-subtitle {
    max-width: calc(452/var(--width)*100vw);
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(32/var(--width)*100vw);
    margin-top: calc(22/var(--width)*100vw)
}

.pro-swiper-style2 .scene-pagination {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(100/var(--width)*100vw)
}

.pro-swiper-style2 .scene-pagination .container .page-top {
    width: calc(452/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pro-swiper-style2 .scene-pagination .container .page-top .idx {
    display: flex;
    align-items: center;
    gap: calc(10/var(--width)*100vw);
    font-size: calc(24/var(--width)*100vw);
    color: #fff
}

.pro-swiper-style2 .scene-pagination .container .page-top .btns {
    display: flex;
    align-items: center;
    gap: calc(20/var(--width)*100vw)
}

.pro-swiper-style2 .scene-pagination .container .page-top .btns .prev-btn,
.pro-swiper-style2 .scene-pagination .container .page-top .btns .next-btn {
    width: calc(44/var(--width)*100vw);
    height: calc(44/var(--width)*100vw);
    padding: calc(10/var(--width)*100vw);
    cursor: pointer
}

.pro-swiper-style2 .scene-pagination .container .page-top .btns .prev-btn img,
.pro-swiper-style2 .scene-pagination .container .page-top .btns .next-btn img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
    object-fit: contain
}

.pro-swiper-style2 .scene-pagination .container .page-top .btns .next-btn img {
    transform: rotateZ(180deg)
}

.pro-swiper-style2 .scene-pagination .container .page-top .btns span {
    width: 2px;
    height: 10px;
    background-color: #fff;
    opacity: .8
}

.pro-swiper-style2 .scene-pagination .container .page-bottom {
    width: calc(452/var(--width)*100vw);
    height: calc(6/var(--width)*100vw);
    position: relative;
    margin-top: calc(26/var(--width)*100vw)
}

.pro-swiper-style2 .scene-pagination .container .page-bottom::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .2
}

.pro-swiper-style2 .scene-pagination .container .page-bottom .page-line-active {
    height: calc(6/var(--width)*100vw);
    transition: 1s;
    background-color: #fff
}

.pro-swiper-style2 .menu-container {
    width: 100%;
    position: absolute;
    top: calc(60/var(--width)*100vw)
}

.pro-swiper-style2 .menu-container .container .menu-navs {
    width: 100%;
    display: flex;
    gap: calc(40/var(--width)*100vw) calc(100/var(--width)*100vw);
    flex-wrap: wrap
}

.pro-swiper-style2 .menu-container .container .menu-navs .nav-item {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(40/var(--width)*100vw);
    cursor: pointer
}

.pro-swiper-style2 .menu-container .container .menu-navs .nav-item.nav-active {
    font-weight: 600
}

.pro-cards-style1 {
    display: flex;
    margin-top: calc(60/var(--width)*100vw)
}

.pro-cards-style1 .card-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(420/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    padding: calc(28/var(--width)*100vw) calc(20/var(--width)*100vw);
    position: relative;
    z-index: 2;
    color: #fff;
    transition: .3s;
    flex: 1;
    overflow: hidden
}

.pro-cards-style1 .card-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #010818 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: calc(4/var(--width)*100vw);
    z-index: -1
}

.pro-cards-style1 .card-item .card-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap
}

.pro-cards-style1 .card-item .card-title div {
    font-size: calc(24/var(--width)*100vw);
    line-height: calc(32/var(--width)*100vw);
    white-space: nowrap
}

.pro-cards-style1 .card-item .card-desc {
    width: 100%;
    font-size: calc(16/var(--width)*100vw);
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(16/var(--width)*100vw);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s .3s
}

.pro-cards-style1 .card-item .card-detail-btn {
    font-size: calc(18/var(--width)*100vw);
    color: #0088F7;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(16/var(--width)*100vw);
    cursor: pointer;
    position: relative;
    display: inline-flex
}

.pro-cards-style1 .card-item .card-detail-btn::after {
    content: "";
    width: calc(8/var(--width)*100vw);
    height: calc(8/var(--width)*100vw);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: calc(-24/var(--width)*100vw);
    border-top: calc(2/var(--width)*100vw) solid #0088F7;
    border-right: calc(2/var(--width)*100vw) solid #0088F7
}

.pro-cards-style1 .card-item.card-hover {
    flex: 2.5
}

.pro-cards-style1 .card-item.card-hover::after {
    background: linear-gradient(178deg, #0087F7 0%, rgba(0, 0, 0, 0) 100%)
}

.pro-cards-style1 .card-item.card-hover .card-title {
    flex-direction: row
}

.pro-cards-style1 .card-item.card-hover .card-desc {
    height: unset;
    opacity: 1
}

.pro-cards-style1 .card-item.card-hover .card-detail-btn {
    margin-top: calc(24/var(--width)*100vw)
}

.pro-cards-style1 .card-item:not(:last-child) {
    margin-right: calc(10/var(--width)*100vw)
}

.pro-list-style1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(32/var(--width)*100vw);
    margin-top: calc(52/var(--width)*100vw)
}

.pro-list-style1 .img {
    flex: 0 0 18%;
    height: calc(120/var(--width)*100vw);
    box-shadow: 4px 10px 25px 0 rgba(37, 64, 118, 0.1);
    border-radius: calc(8/var(--width)*100vw);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.pro-list-style1 .img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.doc-header-white .container .head-title {
    color: #fff !important
}

.doc-header-white .container .head-summary {
    color: #fff !important
}

.doc-header-white .head-btns .contact-btn {
    filter: brightness(0) invert(1) !important
}

.doc-body .module {
    padding: calc(100/var(--width)*100vw) 0
}

.doc-body .module:nth-child(odd) {
    background-color: #fff !important
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-summary {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(28/var(--width)*100vw);
    text-align: center
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video1 {
    width: calc(1200/var(--width)*100vw);
    position: relative;
    margin: calc(60/var(--width)*100vw) auto 0
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video1 img {
    width: 100%;
    object-fit: contain;
    border-radius: calc(8/var(--width)*100vw)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video1 .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    cursor: pointer
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video1 .video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video {
    width: calc(1400/var(--width)*100vw);
    height: calc(788/var(--width)*100vw);
    position: relative;
    margin: calc(60/var(--width)*100vw) auto 0
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(8/var(--width)*100vw)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .cover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: calc(8/var(--width)*100vw)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #18191D;
    opacity: .61;
    z-index: -1;
    border-radius: calc(8/var(--width)*100vw)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon img {
    width: calc(60/var(--width)*100vw);
    height: calc(60/var(--width)*100vw);
    object-fit: contain;
    transition: .2s
}

.page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon:hover img {
    transform: scale(1.1)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(10/var(--width)*100vw);
    margin-top: calc(64/var(--width)*100vw)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list .item {
    display: flex;
    gap: calc(10/var(--width)*100vw)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list .item .item-key {
    flex: 0 0 calc(212/var(--width)*100vw);
    width: calc(212/var(--width)*100vw);
    height: calc(100/var(--width)*100vw);
    background: #565D75;
    border-radius: calc(4/var(--width)*100vw);
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(24/var(--width)*100vw);
    font-weight: normal;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    text-shadow: 2px 4px 7px rgba(37, 64, 118, 0.16)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list .item .item-val {
    flex: 1;
    display: flex;
    align-items: center;
    gap: calc(10/var(--width)*100vw)
}

.page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list .item .item-val .val {
    flex: 1;
    height: calc(100/var(--width)*100vw);
    background: #FFFFFF;
    box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
    border-radius: calc(4/var(--width)*100vw);
    font-size: calc(24/var(--width)*100vw);
    color: #4E5969;
    line-height: calc(36/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .2s
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont {
    margin-top: calc(44/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .m-arrow {
    width: calc(108/var(--width)*100vw);
    height: calc(60/var(--width)*100vw);
    background: linear-gradient(90deg, rgba(105, 130, 212, 0) 0%, #565D75 100%);
    clip-path: polygon(0% 24%, 70% 24%, 70% 0%, 100% 50%, 70% 100%, 70% 76%, 0 76%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .m-arrow span {
    writing-mode: vertical-lr;
    transform: rotateZ(-90deg);
    letter-spacing: calc(2/var(--width)*100vw);
    white-space: nowrap
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .b-title {
    flex: 0 0 calc(64/var(--width)*100vw);
    width: calc(64/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    background-color: #565D75;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: calc(4/var(--width)*100vw);
    margin-right: calc(20/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .b-cont {
    box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
    border-radius: calc(4/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0 calc(36/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .img-title {
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-lr;
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #4E5969;
    line-height: calc(32/var(--width)*100vw);
    margin-right: calc(30/var(--width)*100vw);
    letter-spacing: calc(4/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 {
    display: flex;
    justify-content: space-between;
    height: calc(216/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-1 {
    display: flex;
    padding-right: calc(136/var(--width)*100vw);
    position: relative
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-1 .b-1-img {
    width: calc(264/var(--width)*100vw);
    height: calc(216/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-1 .b-1-img img {
    width: calc(108/var(--width)*100vw);
    height: calc(172/var(--width)*100vw);
    object-fit: contain
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-1 .b-1-arrow {
    position: absolute;
    top: 50%;
    right: calc(20/var(--width)*100vw);
    transform: translateY(-50%)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 {
    flex: 1;
    display: flex
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont {
    flex: 1;
    justify-content: space-between
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img {
    flex: 1;
    display: flex;
    align-items: center
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img:last-child {
    justify-content: flex-end;
    position: relative
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img:last-child::after {
    content: "";
    width: 1px;
    height: calc(124/var(--width)*100vw);
    border-left: 1px dashed #565D75;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img .img-cont {
    width: calc(232/var(--width)*100vw);
    height: calc(172/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    border: 1px solid #c6ccdf;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img .img-cont img {
    flex: 0 0 calc(128/var(--width)*100vw);
    width: calc(232/var(--width)*100vw);
    height: calc(128/var(--width)*100vw);
    object-fit: cover
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img .img-cont .cont-summary {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #4E5969;
    line-height: calc(26/var(--width)*100vw);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img .img-cont .b-2-arrow {
    width: calc(96/var(--width)*100vw);
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%) rotateZ(90deg);
    color: #fff
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 {
    height: calc(340/var(--width)*100vw);
    margin-top: calc(44/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 {
    height: 100%;
    display: flex
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont {
    flex: 1;
    display: flex
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont {
    flex: 1
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top,
.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom {
    display: flex
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item,
.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item {
    flex: 1;
    background: #F8FAFE;
    border-radius: calc(4/var(--width)*100vw);
    border: 1px solid #c6ccdf;
    padding: calc(16/var(--width)*100vw) calc(30/var(--width)*100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item:not(:last-child),
.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item:not(:last-child) {
    margin-right: calc(12/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item .item-title,
.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item .item-title {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #4E5969;
    line-height: calc(32/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item .item-summary,
.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item .item-summary {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #4E5969;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(8/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item .b-2-arrow,
.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item .b-2-arrow {
    width: calc(96/var(--width)*100vw);
    position: absolute;
    top: 130%;
    left: 35%;
    transform: translateX(-50%) rotateZ(90deg)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom {
    margin-top: calc(12/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 {
    height: calc(236/var(--width)*100vw);
    display: flex;
    justify-content: space-between;
    margin-top: calc(44/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 {
    display: flex;
    padding-right: calc(112/var(--width)*100vw);
    position: relative
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-summary {
    writing-mode: vertical-lr;
    font-size: calc(16/var(--width)*100vw);
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4E5969;
    letter-spacing: calc(6/var(--width)*100vw);
    margin-left: calc(-16/var(--width)*100vw);
    line-height: calc(20/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-img {
    padding-left: calc(44/var(--width)*100vw);
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-img img {
    width: calc(164/var(--width)*100vw);
    height: calc(112/var(--width)*100vw);
    object-fit: contain
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-img .img-summary {
    width: calc(324/var(--width)*100vw);
    text-align: center;
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #4E5969;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(6/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-img .b-1-arrow {
    position: absolute;
    top: 50%;
    right: calc(20/var(--width)*100vw);
    transform: translateY(-50%)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-2 {
    flex: 1;
    display: flex
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-2 .b-2-cont {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-2 .b-2-cont .cont-title {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #4E5969;
    line-height: calc(32/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-2 .b-2-cont .cont-img {
    width: calc(348/var(--width)*100vw);
    height: calc(112/var(--width)*100vw);
    object-fit: contain;
    margin-top: calc(10/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .scene-wrap {
    position: relative;
    width: 100%
}

.page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: .2s
}

.page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box {
    width: calc(1664/var(--width)*100vw);
    height: calc(908/var(--width)*100vw);
    position: relative;
    background: #D8D8D8;
    border-radius: calc(4/var(--width)*100vw)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn {
    width: calc(78/var(--width)*100vw);
    height: calc(78/var(--width)*100vw);
    background: rgba(216, 216, 216, 0.11);
    box-shadow: 0 7px 10px -1px rgba(37, 64, 118, 0.1);
    border: 1px solid #FFFFFF;
    position: absolute;
    border-radius: 50%;
    right: calc(42/var(--width)*100vw);
    top: calc(42/var(--width)*100vw);
    cursor: pointer;
    transition: .5s
}

.page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn::before,
.page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn::after {
    content: "";
    width: calc(28/var(--width)*100vw);
    height: calc(3/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    background-color: #fff;
    transform: rotateZ(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotateZ(45deg) translate(-50%, -50%);
    transform-origin: top left
}

.page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn::after {
    transform: rotateZ(-45deg) translate(-50%, -50%);
    transform-origin: top left
}

.page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn:hover {
    transform: rotateZ(180deg)
}

.page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box iframe {
    border: none
}

.page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup.active {
    opacity: 1;
    pointer-events: all;
    z-index: 20
}

.page-shoujihangye-detail .st-mainbody .doc-body .zhiliang-wrap .container .swiper-box .item {
    position: relative
}

.page-shoujihangye-detail .st-mainbody .doc-body .zhiliang-wrap .container .swiper-box .item>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.page-shoujihangye-detail .st-mainbody .doc-body .zhiliang-wrap .container .swiper-box .item .item-title {
    position: relative;
    z-index: 2
}

.page-shoujihangye-detail .st-mainbody .doc-body .zhiliang-wrap .container .swiper-box .item .item-desc {
    position: relative;
    z-index: 2
}

.page-shuzidaiyanren-detail .st-mainbody .doc-body .youshi-wrap .container .adv-cards .card-item.card-hover,
.page-dianshangshuziren-detail .st-mainbody .doc-body .youshi-wrap .container .adv-cards .card-item.card-hover {
    flex: 1
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(10/var(--width)*100vw);
    margin-top: calc(64/var(--width)*100vw)
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list .item {
    display: flex;
    gap: calc(10/var(--width)*100vw)
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list .item .item-key {
    flex: 0 0 calc(212/var(--width)*100vw);
    width: calc(212/var(--width)*100vw);
    height: calc(100/var(--width)*100vw);
    background: #565D75;
    border-radius: calc(4/var(--width)*100vw);
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(24/var(--width)*100vw);
    font-weight: normal;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    text-shadow: 2px 4px 7px rgba(37, 64, 118, 0.16)
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list .item .item-val {
    flex: 1;
    display: flex;
    align-items: center;
    gap: calc(10/var(--width)*100vw)
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list .item .item-val .val {
    flex: 1;
    height: calc(100/var(--width)*100vw);
    background: #FFFFFF;
    box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
    border-radius: calc(4/var(--width)*100vw);
    font-size: calc(24/var(--width)*100vw);
    color: #4E5969;
    line-height: calc(36/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .2s
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont {
    display: flex;
    align-items: center;
    gap: calc(80/var(--width)*100vw);
    margin-top: calc(42/var(--width)*100vw)
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-avatar {
    flex: 0 0 calc(292/var(--width)*100vw);
    width: calc(292/var(--width)*100vw);
    height: calc(292/var(--width)*100vw)
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-body {
    flex: 1;
    height: calc(292/var(--width)*100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-body .cont-title {
    font-size: calc(46/var(--width)*100vw);
    font-weight: 400;
    color: #1C212A;
    line-height: calc(54/var(--width)*100vw)
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-body .cont-desc {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(32/var(--width)*100vw);
    margin-top: calc(18/var(--width)*100vw)
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-body .cont-link {
    width: calc(308/var(--width)*100vw);
    height: calc(76/var(--width)*100vw);
    background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
    border-radius: calc(4/var(--width)*100vw);
    font-size: calc(24/var(--width)*100vw);
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto
}

.page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-qr-code {
    width: calc(292/var(--width)*100vw);
    height: calc(292/var(--width)*100vw);
    background: #FFFFFF;
    box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
    border-radius: calc(4/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container {
    position: relative
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-box {
    pointer-events: none
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-nav {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: calc(90/var(--width)*100vw);
    left: 50%;
    transform: translateX(-50%);
    padding: calc(28/var(--width)*100vw) calc(30/var(--width)*100vw);
    background-color: #fff;
    background: rgba(0, 0, 0, 0.55);
    border-radius: calc(4/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-nav .nav-item {
    padding: calc(6/var(--width)*100vw) calc(32/var(--width)*100vw);
    white-space: nowrap;
    font-size: calc(20/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(24/var(--width)*100vw);
    position: relative;
    cursor: pointer
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-nav .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(32/var(--width)*100vw);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.44)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-nav .nav-item.active {
    font-weight: bold
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont {
    margin-top: calc(44/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m:not(:last-child) {
    margin-bottom: calc(38/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m .m-b-title {
    width: calc(212/var(--width)*100vw);
    background: #565D75;
    border-radius: calc(4/var(--width)*100vw);
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(56/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m .b-title {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #565D75;
    line-height: calc(36/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m .b-line {
    width: calc(2/var(--width)*100vw);
    height: calc(44/var(--width)*100vw);
    background-image: linear-gradient(#565D75 50%, transparent 0);
    background-position: right;
    background-size: 1px calc(8/var(--width)*100vw);
    background-repeat: repeat-y
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m .m-arrow {
    height: calc(52/var(--width)*100vw);
    background: linear-gradient(90deg, rgba(105, 130, 212, 0) 0%, #565D75 100%);
    clip-path: polygon(0% 24%, 60% 24%, 60% 0%, 100% 50%, 60% 100%, 60% 76%, 0 76%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10;
    width: calc(62/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 {
    width: 100%;
    display: flex;
    gap: calc(16/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont {
    flex: 1
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-top,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom {
    display: flex;
    align-items: center;
    gap: calc(12/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-top .b-title,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom .b-title {
    flex: 1;
    background-color: #EAF0F5;
    height: calc(64/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom {
    margin-top: calc(12/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom .b-title {
    position: relative
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom .b-title .m-arrow {
    position: absolute;
    top: 95%;
    transform: translateX(-50%) rotateZ(-90deg);
    color: #fff;
    opacity: .6
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom .b-title:nth-child(1) .m-arrow {
    left: 82%
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom .b-title:nth-child(3) .m-arrow {
    left: 18%
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 {
    width: 100%;
    display: flex;
    gap: calc(16/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont {
    flex: 1
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item {
    display: flex;
    align-items: center;
    background-color: #EAF0F5;
    padding: calc(18/var(--width)*100vw) calc(56/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item:not(:last-child) {
    margin-bottom: calc(12/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 {
    display: flex
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 .b-title {
    margin-right: auto
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 .b-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: calc(20/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 .b-img img {
    width: calc(152/var(--width)*100vw);
    height: calc(104/var(--width)*100vw);
    background: #FFFFFF;
    border-radius: calc(2/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 .b-img .img-title {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #565D75;
    margin-top: calc(20/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-2,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-3,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-4,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 {
    justify-content: space-around
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-2 .b-title,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-3 .b-title,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-4 .b-title,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 .b-title {
    display: flex;
    align-items: center;
    justify-content: center
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 .b-title {
    position: relative
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 .b-title .m-arrow {
    position: absolute;
    top: 110%;
    transform: translateX(-50%) rotateZ(-90deg);
    color: #fff;
    opacity: .6
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 .b-title:nth-child(1) .m-arrow {
    left: 300%
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 .b-title:nth-child(5) .m-arrow {
    left: -20%
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 {
    display: flex;
    gap: calc(30/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-1,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-2,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #C6C8CB;
    border-radius: calc(4/var(--width)*100vw) calc(4/var(--width)*100vw) 0 0
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-1 .m-b-title,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-2 .m-b-title,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-3 .m-b-title {
    width: 100%;
    border-radius: calc(4/var(--width)*100vw) calc(4/var(--width)*100vw) 0 0
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-1 .b-title,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-2 .b-title,
.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-3 .b-title {
    height: calc(64/var(--width)*100vw);
    display: flex;
    align-items: center
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 {
    display: flex;
    align-items: center;
    gap: calc(68/var(--width)*100vw);
    background-color: #EAF0F5;
    padding: calc(32/var(--width)*100vw) calc(78/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-title {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #141F3F
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-list {
    margin-top: calc(18/var(--width)*100vw);
    display: flex;
    flex-direction: column
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-list>div {
    display: flex
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-list>div>span {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #141F3F;
    line-height: calc(26/var(--width)*100vw)
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-list>div>span:first-child {
    font-weight: 500;
    white-space: nowrap
}

.page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .b-line {
    height: calc(168/var(--width)*100vw)
}

@media (max-width:768px) {

    .page-mianbuyingye-detail .st-header,
    .page-gaobaozhen-detail .st-header,
    .page-shoujihangye-detail .st-header,
    .page-zhinengqiche-detail .st-header,
    .page-avatarx-sdk-detail .st-header,
    .page-avatarx-shuziren-detail .st-header,
    .page-ar-shipintexiao-detail .st-header,
    .page-dianshangshuziren-detail .st-header,
    .page-jinrongshuziren-detail .st-header,
    .page-shuzidaiyanren-detail .st-header {
        background-color: #fff
    }

    .page-mianbuyingye-detail .st-mainbody,
    .page-gaobaozhen-detail .st-mainbody,
    .page-shoujihangye-detail .st-mainbody,
    .page-zhinengqiche-detail .st-mainbody,
    .page-avatarx-sdk-detail .st-mainbody,
    .page-avatarx-shuziren-detail .st-mainbody,
    .page-ar-shipintexiao-detail .st-mainbody,
    .page-dianshangshuziren-detail .st-mainbody,
    .page-jinrongshuziren-detail .st-mainbody,
    .page-shuzidaiyanren-detail .st-mainbody {
        background-color: #F8FAFE
    }

    .page-mianbuyingye-detail .st-mainbody .doc-header,
    .page-gaobaozhen-detail .st-mainbody .doc-header,
    .page-shoujihangye-detail .st-mainbody .doc-header,
    .page-zhinengqiche-detail .st-mainbody .doc-header,
    .page-avatarx-sdk-detail .st-mainbody .doc-header,
    .page-avatarx-shuziren-detail .st-mainbody .doc-header,
    .page-ar-shipintexiao-detail .st-mainbody .doc-header,
    .page-dianshangshuziren-detail .st-mainbody .doc-header,
    .page-jinrongshuziren-detail .st-mainbody .doc-header,
    .page-shuzidaiyanren-detail .st-mainbody .doc-header {
        height: calc(980/var(--width)*100vw);
        padding-top: calc(100/var(--width)*100vw);
        overflow: hidden
    }

    .page-mianbuyingye-detail .st-mainbody .doc-header .head-btns,
    .page-gaobaozhen-detail .st-mainbody .doc-header .head-btns,
    .page-shoujihangye-detail .st-mainbody .doc-header .head-btns,
    .page-zhinengqiche-detail .st-mainbody .doc-header .head-btns,
    .page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns,
    .page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns,
    .page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns,
    .page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns,
    .page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns,
    .page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns {
        display: flex;
        margin-top: calc(42/var(--width)*100vw);
        align-items: center;
        gap: calc(24/var(--width)*100vw);
        display: none
    }

    .page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-shoujihangye-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .apply-btn,
    .page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-shoujihangye-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .contact-btn {
        width: calc(216/var(--width)*100vw);
        height: calc(64/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: calc(12/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        background: #0088F7;
        color: #fff;
        cursor: pointer;
        font-size: calc(24/var(--width)*100vw)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-shoujihangye-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .contact-btn img,
    .page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .contact-btn img,
    .page-shoujihangye-detail .st-mainbody .doc-header .head-btns .contact-btn img,
    .page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .contact-btn img,
    .page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .contact-btn img,
    .page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .contact-btn img,
    .page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .contact-btn img,
    .page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn img,
    .page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn img,
    .page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .contact-btn img {
        width: calc(24/var(--width)*100vw);
        height: calc(16/var(--width)*100vw);
        object-fit: contain;
        transition: .2s
    }

    .page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-shoujihangye-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
    .page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
    .page-shoujihangye-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
    .page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
    .page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
    .page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
    .page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
    .page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
    .page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img,
    .page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .contact-btn:hover img {
        transform: translateX(30%)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-gaobaozhen-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-shoujihangye-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-zhinengqiche-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-avatarx-sdk-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-avatarx-shuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-ar-shipintexiao-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-dianshangshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-jinrongshuziren-detail .st-mainbody .doc-header .head-btns .contact-btn,
    .page-shuzidaiyanren-detail .st-mainbody .doc-header .head-btns .contact-btn {
        border: 1px solid #1B212B;
        background-color: transparent;
        filter: brightness(0)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .changjing-wrap,
    .page-gaobaozhen-detail .st-mainbody .doc-body .changjing-wrap,
    .page-shoujihangye-detail .st-mainbody .doc-body .changjing-wrap,
    .page-zhinengqiche-detail .st-mainbody .doc-body .changjing-wrap,
    .page-avatarx-sdk-detail .st-mainbody .doc-body .changjing-wrap,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .changjing-wrap,
    .page-ar-shipintexiao-detail .st-mainbody .doc-body .changjing-wrap,
    .page-dianshangshuziren-detail .st-mainbody .doc-body .changjing-wrap,
    .page-jinrongshuziren-detail .st-mainbody .doc-body .changjing-wrap,
    .page-shuzidaiyanren-detail .st-mainbody .doc-body .changjing-wrap {
        padding-bottom: calc(100/var(--width)*100vw) !important
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-gaobaozhen-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-shoujihangye-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-zhinengqiche-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-avatarx-sdk-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-ar-shipintexiao-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-dianshangshuziren-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-jinrongshuziren-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-shuzidaiyanren-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-title,
    .page-mianbuyingye-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc,
    .page-gaobaozhen-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc,
    .page-shoujihangye-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc,
    .page-zhinengqiche-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc,
    .page-avatarx-sdk-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc,
    .page-ar-shipintexiao-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc,
    .page-dianshangshuziren-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc,
    .page-jinrongshuziren-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc,
    .page-shuzidaiyanren-detail .st-mainbody .doc-body .changjing-wrap .pro-swiper-style1 .item .item-desc {
        padding-left: calc(30/var(--width)*100vw);
        padding-right: calc(30/var(--width)*100vw)
    }

    .pro-module-title {
        font-size: calc(48/var(--width)*100vw);
        font-weight: 400;
        color: #1D2129;
        line-height: calc(64/var(--width)*100vw);
        text-align: center
    }

    .pro-module-subtitle {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #777777;
        line-height: 1.5em;
        margin-top: calc(28/var(--width)*100vw);
        text-align: center
    }

    .pro-swiper-style1 {
        width: 100%;
        height: unset;
        margin-top: calc(42/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        padding-bottom: calc(50/var(--width)*100vw)
    }

    .pro-swiper-style1 .item {
        background-size: cover;
        background-position: center;
        padding: 0;
        position: relative
    }

    .pro-swiper-style1 .item .item-thumb {
        width: 100%;
        height: calc(400/var(--width)*100vw)
    }

    .pro-swiper-style1 .item .item-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: calc(4/var(--width)*100vw)
    }

    .pro-swiper-style1 .item .item-title {
        font-size: calc(32/var(--width)*100vw);
        color: #333333;
        line-height: calc(56/var(--width)*100vw);
        margin-top: calc(52/var(--width)*100vw);
        font-weight: bold
    }

    .pro-swiper-style1 .item .item-desc {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #666;
        line-height: calc(38/var(--width)*100vw);
        margin-top: calc(26/var(--width)*100vw);
        max-width: 100%
    }

    .pro-swiper-style1 .item .item-link {
        display: flex;
        font-size: calc(18/var(--width)*100vw);
        font-weight: 400;
        color: #141414;
        line-height: calc(26/var(--width)*100vw);
        margin-top: calc(26/var(--width)*100vw);
        position: relative;
        display: inline-flex
    }

    .pro-swiper-style1 .item .item-link::after {
        content: "";
        width: calc(8/var(--width)*100vw);
        height: calc(8/var(--width)*100vw);
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotateZ(45deg);
        right: calc(-24/var(--width)*100vw);
        border-top: calc(2/var(--width)*100vw) solid #141414;
        border-right: calc(2/var(--width)*100vw) solid #141414
    }

    .pro-swiper-style1.swiper .swiper-pagination.swiper-pagination-bullets {
        bottom: 0
    }

    .pro-swiper-style2 {
        position: relative
    }

    .pro-swiper-style2 .scene-swiper {
        width: 100%;
        pointer-events: none;
        margin-top: calc(42/var(--width)*100vw);
        height: calc(844/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-swiper .card-item {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }

    .pro-swiper-style2 .scene-swiper .card-item::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.35);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

    .pro-swiper-style2 .scene-swiper .card-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .pro-swiper-style2 .scene-swiper .card-item .container {
        position: relative;
        width: 100%;
        margin-top: auto;
        margin-bottom: calc(260/var(--width)*100vw);
        z-index: 2
    }

    .pro-swiper-style2 .scene-swiper .card-item .container .card-title {
        font-size: calc(46/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(56/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-swiper .card-item .container .card-subtitle {
        max-width: calc(452/var(--width)*100vw);
        font-size: calc(18/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(32/var(--width)*100vw);
        margin-top: calc(22/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-pagination {
        width: 100%;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: calc(100/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-pagination .container .page-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .idx {
        display: flex;
        align-items: center;
        gap: calc(10/var(--width)*100vw);
        font-size: calc(32/var(--width)*100vw);
        color: #fff
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns {
        display: flex;
        align-items: center;
        gap: calc(20/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns .prev-btn,
    .pro-swiper-style2 .scene-pagination .container .page-top .btns .next-btn {
        width: calc(52/var(--width)*100vw);
        height: calc(52/var(--width)*100vw);
        padding: calc(10/var(--width)*100vw);
        cursor: pointer
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns .prev-btn img,
    .pro-swiper-style2 .scene-pagination .container .page-top .btns .next-btn img {
        width: 100%;
        height: 100%;
        filter: brightness(0) invert(1);
        object-fit: contain
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns .next-btn img {
        transform: rotateZ(180deg)
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns span {
        width: 2px;
        height: calc(20/var(--width)*100vw);
        background-color: #fff;
        opacity: .8
    }

    .pro-swiper-style2 .scene-pagination .container .page-bottom {
        width: 100%;
        height: calc(6/var(--width)*100vw);
        position: relative;
        margin-top: calc(26/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-pagination .container .page-bottom::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .2
    }

    .pro-swiper-style2 .scene-pagination .container .page-bottom .page-line-active {
        height: calc(6/var(--width)*100vw);
        transition: 1s;
        background-color: #fff
    }

    .pro-swiper-style2 .menu-container {
        width: 100%;
        position: absolute;
        top: calc(60/var(--width)*100vw)
    }

    .pro-swiper-style2 .menu-container .container .menu-navs {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: calc(30/var(--width)*100vw) calc(80/var(--width)*100vw);
        flex-wrap: wrap
    }

    .pro-swiper-style2 .menu-container .container .menu-navs .nav-item {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(40/var(--width)*100vw);
        cursor: pointer
    }

    .pro-swiper-style2 .menu-container .container .menu-navs .nav-item.nav-active {
        font-weight: 600
    }

    .pro-cards-style1 {
        display: flex;
        flex-direction: column;
        gap: calc(30/var(--width)*100vw);
        margin-top: calc(60/var(--width)*100vw)
    }

    .pro-cards-style1 .card-item {
        min-height: calc(500/var(--width)*100vw);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: calc(420/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        padding: calc(48/var(--width)*100vw);
        position: relative;
        z-index: 2;
        color: #fff;
        transition: .3s;
        flex: 1;
        overflow: hidden
    }

    .pro-cards-style1 .card-item::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, #010818 0%, rgba(0, 0, 0, 0) 100%);
        border-radius: calc(4/var(--width)*100vw);
        z-index: -1
    }

    .pro-cards-style1 .card-item .card-title {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .pro-cards-style1 .card-item .card-title div {
        font-size: calc(40/var(--width)*100vw);
        line-height: 1.5em;
        white-space: nowrap
    }

    .pro-cards-style1 .card-item .card-desc {
        width: 100%;
        font-size: calc(28/var(--width)*100vw);
        margin-top: calc(16/var(--width)*100vw);
        height: unset;
        overflow: unset;
        line-height: 1.5em;
        opacity: 1;
        transition: opacity .3s .3s
    }

    .pro-cards-style1 .card-item .card-detail-btn {
        font-size: calc(28/var(--width)*100vw);
        color: #0088F7;
        line-height: calc(26/var(--width)*100vw);
        margin-top: calc(16/var(--width)*100vw) !important;
        cursor: pointer;
        position: relative;
        display: inline-flex
    }

    .pro-cards-style1 .card-item .card-detail-btn::after {
        content: "";
        width: calc(8/var(--width)*100vw);
        height: calc(8/var(--width)*100vw);
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotateZ(45deg);
        right: calc(-24/var(--width)*100vw);
        border-top: calc(2/var(--width)*100vw) solid #0088F7;
        border-right: calc(2/var(--width)*100vw) solid #0088F7
    }

    .pro-cards-style1 .card-item.card-hover {
        flex: 2.5
    }

    .pro-cards-style1 .card-item.card-hover::after {
        background: linear-gradient(178deg, #0087F7 0%, rgba(0, 0, 0, 0) 100%)
    }

    .pro-cards-style1 .card-item.card-hover .card-title {
        flex-direction: row
    }

    .pro-cards-style1 .card-item.card-hover .card-desc {
        height: unset;
        opacity: 1
    }

    .pro-cards-style1 .card-item.card-hover .card-detail-btn {
        margin-top: calc(24/var(--width)*100vw)
    }

    .pro-cards-style1 .card-item:not(:last-child) {
        margin-right: 0
    }

    .pro-list-style1 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: calc(32/var(--width)*100vw);
        margin-top: calc(52/var(--width)*100vw)
    }

    .pro-list-style1 .img {
        flex: 0 0 32% !important;
        height: calc(140/var(--width)*100vw);
        box-shadow: 4px 10px 25px 0 rgba(37, 64, 118, 0.1) !important;
        border-radius: calc(8/var(--width)*100vw);
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .pro-list-style1 .img img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .doc-header-white .container .head-title {
        color: #fff !important
    }

    .doc-header-white .container .head-summary {
        color: #fff !important
    }

    .doc-header-white .head-btns .contact-btn {
        filter: brightness(0) invert(1) !important
    }

    .doc-body .module {
        padding: calc(100/var(--width)*100vw) 0
    }

    .doc-body .module:nth-child(odd) {
        background-color: #fff !important
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-summary {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #777777;
        line-height: 1.5em;
        margin-top: calc(28/var(--width)*100vw);
        text-align: center
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video1 {
        width: calc(1200/var(--width)*100vw);
        position: relative;
        margin: calc(60/var(--width)*100vw) auto 0
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video1 img {
        width: 100%;
        object-fit: contain;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video1 .video-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .2s;
        cursor: pointer
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video1 .video-play-btn:hover {
        transform: translate(-50%, -50%) scale(1.1)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video {
        width: 100%;
        height: calc(420/var(--width)*100vw);
        position: relative;
        margin: calc(60/var(--width)*100vw) auto 0
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .cover-image {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #18191D;
        opacity: .61;
        z-index: -1;
        border-radius: calc(8/var(--width)*100vw)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon img {
        width: calc(60/var(--width)*100vw);
        height: calc(60/var(--width)*100vw);
        object-fit: contain;
        transition: .2s
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .introduce-wrap .container .int-video .play-icon:hover img {
        transform: scale(1.1)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: calc(10/var(--width)*100vw);
        margin-top: calc(64/var(--width)*100vw)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list .item {
        display: flex;
        flex-direction: column;
        gap: calc(10/var(--width)*100vw)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list .item .item-key {
        flex: unset;
        width: 100%;
        height: calc(90/var(--width)*100vw);
        background: #565D75;
        border-radius: calc(4/var(--width)*100vw);
        border: 1px solid #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(32/var(--width)*100vw);
        font-weight: normal;
        color: #FFFFFF;
        line-height: calc(26/var(--width)*100vw);
        text-shadow: 2px 4px 7px rgba(37, 64, 118, 0.16)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list .item .item-val {
        flex: 1;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: calc(10/var(--width)*100vw)
    }

    .page-mianbuyingye-detail .st-mainbody .doc-body .architecture-wrap .container .arc-list .item .item-val .val {
        flex: 1;
        min-width: 40%;
        height: calc(80/var(--width)*100vw);
        background: #FFFFFF;
        box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
        border-radius: calc(4/var(--width)*100vw);
        font-size: calc(32/var(--width)*100vw);
        color: #4E5969;
        line-height: calc(36/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: .2s
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont {
        margin-top: calc(44/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .m-arrow {
        width: calc(108/var(--width)*100vw);
        height: calc(60/var(--width)*100vw);
        background: linear-gradient(90deg, rgba(105, 130, 212, 0) 0%, #565D75 100%);
        clip-path: polygon(0% 24%, 70% 24%, 70% 0%, 100% 50%, 70% 100%, 70% 76%, 0 76%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        z-index: 10
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .m-arrow span {
        writing-mode: vertical-lr;
        transform: rotateZ(-90deg);
        letter-spacing: calc(2/var(--width)*100vw);
        white-space: nowrap
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .b-title {
        flex: 0 0 calc(80/var(--width)*100vw);
        width: calc(80/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        writing-mode: vertical-lr;
        writing-mode: tb-lr;
        font-size: calc(32/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5em;
        background-color: #565D75;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: calc(4/var(--width)*100vw);
        margin-right: calc(20/var(--width)*100vw);
        padding: calc(40/var(--width)*100vw) 0
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .b-cont {
        box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
        border-radius: calc(4/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: calc(40/var(--width)*100vw) calc(36/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .img-title {
        display: flex;
        align-items: center;
        justify-content: center;
        writing-mode: vertical-lr;
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #4E5969;
        line-height: calc(32/var(--width)*100vw);
        margin-right: calc(30/var(--width)*100vw);
        letter-spacing: calc(4/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 {
        display: flex;
        justify-content: space-between;
        height: unset !important;
        flex-direction: column;
        gap: calc(44/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-1 {
        display: flex;
        padding-right: 0;
        position: relative
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-1 .b-1-img {
        flex: 1;
        height: unset !important;
        padding: calc(40/var(--width)*100vw) 0
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-1 .b-1-img img {
        width: unset;
        height: calc(300/var(--width)*100vw) !important;
        object-fit: contain
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-1 .b-1-arrow {
        display: none;
        position: absolute;
        top: 50%;
        right: calc(20/var(--width)*100vw);
        transform: translateY(-50%)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 {
        flex: 1;
        display: flex
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont {
        flex: 1;
        justify-content: space-between;
        flex-direction: column;
        gap: calc(44/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img {
        flex: 1;
        display: flex;
        align-items: center
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img:last-child {
        justify-content: flex-end;
        position: relative
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img:last-child::after {
        content: none;
        width: 1px;
        height: calc(124/var(--width)*100vw);
        border-left: 1px dashed #565D75;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img .img-cont {
        width: 50vw;
        height: 36vw;
        border-radius: calc(4/var(--width)*100vw);
        border: 1px solid #c6ccdf;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img .img-cont img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img .img-cont .cont-summary {
        font-size: calc(24/var(--width)*100vw);
        font-weight: 400;
        color: #4E5969;
        line-height: calc(26/var(--width)*100vw);
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-1 .m-1-b-2 .b-cont .b-2-img .img-cont .b-2-arrow {
        width: calc(96/var(--width)*100vw);
        position: absolute;
        top: 110%;
        left: 50%;
        transform: translateX(-50%) rotateZ(90deg);
        color: #fff;
        display: none
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 {
        height: unset !important;
        margin-top: calc(44/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 {
        height: 100%;
        display: flex
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont {
        flex: 1;
        display: flex
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont {
        flex: 1
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top,
    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom {
        display: flex;
        flex-direction: column;
        gap: calc(12/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item,
    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item {
        flex: 1;
        background: #F8FAFE;
        border-radius: calc(4/var(--width)*100vw);
        border: 1px solid #c6ccdf;
        padding: calc(16/var(--width)*100vw) calc(30/var(--width)*100vw);
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item:not(:last-child),
    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item:not(:last-child) {
        margin-right: 0
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item .item-title,
    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item .item-title {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #4E5969;
        line-height: 1.5em
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item .item-summary,
    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item .item-summary {
        font-size: calc(16/var(--width)*100vw);
        font-weight: 400;
        color: #4E5969;
        line-height: 2em;
        margin-top: calc(12/var(--width)*100vw);
        text-align: center
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-top .item .b-2-arrow,
    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom .item .b-2-arrow {
        width: calc(96/var(--width)*100vw);
        position: absolute;
        top: 130%;
        left: 35%;
        transform: translateX(-50%) rotateZ(90deg);
        display: none
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-2 .m-2-b-1 .b-1-cont .cont .cont-bottom {
        margin-top: calc(12/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 {
        height: unset !important;
        display: flex;
        justify-content: space-between;
        margin-top: calc(44/var(--width)*100vw);
        flex-direction: column;
        gap: calc(44/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 {
        display: flex;
        padding-right: 0;
        position: relative
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont {
        flex: 1
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-summary {
        writing-mode: vertical-lr;
        font-size: calc(16/var(--width)*100vw);
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4E5969;
        letter-spacing: calc(6/var(--width)*100vw);
        margin-left: calc(-16/var(--width)*100vw);
        line-height: calc(20/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-img {
        padding-left: calc(44/var(--width)*100vw);
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-img img {
        width: unset;
        height: calc(180/var(--width)*100vw);
        object-fit: contain
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-img .img-summary {
        width: unset;
        text-align: center;
        font-size: calc(16/var(--width)*100vw);
        font-weight: 400;
        color: #4E5969;
        line-height: calc(26/var(--width)*100vw);
        margin-top: calc(6/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-1 .b-1-cont .cont-img .b-1-arrow {
        position: absolute;
        top: 50%;
        right: calc(20/var(--width)*100vw);
        transform: translateY(-50%);
        display: none
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-2 {
        flex: 1;
        display: flex
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-2 .b-2-cont {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-2 .b-2-cont .cont-title {
        font-size: calc(24/var(--width)*100vw);
        font-weight: 400;
        color: #4E5969;
        line-height: calc(32/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .architecture-wrap .container .arc-cont .cont-m-3 .m-3-b-2 .b-2-cont .cont-img {
        width: unset;
        height: calc(180/var(--width)*100vw);
        object-fit: contain;
        margin-top: calc(10/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .scene-wrap {
        position: relative;
        width: 100%
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        transition: .2s
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box {
        width: calc(1664/var(--width)*100vw);
        height: calc(908/var(--width)*100vw);
        position: relative;
        background: #D8D8D8;
        border-radius: calc(4/var(--width)*100vw)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn {
        width: calc(78/var(--width)*100vw);
        height: calc(78/var(--width)*100vw);
        background: rgba(216, 216, 216, 0.11);
        box-shadow: 0 7px 10px -1px rgba(37, 64, 118, 0.1);
        border: 1px solid #FFFFFF;
        position: absolute;
        border-radius: 50%;
        right: calc(42/var(--width)*100vw);
        top: calc(42/var(--width)*100vw);
        cursor: pointer;
        transition: .5s
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn::before,
    .page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn::after {
        content: "";
        width: calc(28/var(--width)*100vw);
        height: calc(3/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        background-color: #fff;
        transform: rotateZ(45deg);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: rotateZ(45deg) translate(-50%, -50%);
        transform-origin: top left
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn::after {
        transform: rotateZ(-45deg) translate(-50%, -50%);
        transform-origin: top left
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box .clear-btn:hover {
        transform: rotateZ(180deg)
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup .eff-box iframe {
        border: none
    }

    .page-gaobaozhen-detail .st-mainbody .doc-body .effect-popup.active {
        opacity: 1;
        pointer-events: all;
        z-index: 20
    }

    .page-shoujihangye-detail .st-mainbody .doc-body .zhiliang-wrap .container .swiper-box .item {
        position: relative
    }

    .page-shoujihangye-detail .st-mainbody .doc-body .zhiliang-wrap .container .swiper-box .item>img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1
    }

    .page-shoujihangye-detail .st-mainbody .doc-body .zhiliang-wrap .container .swiper-box .item .item-title {
        position: relative;
        z-index: 2
    }

    .page-shoujihangye-detail .st-mainbody .doc-body .zhiliang-wrap .container .swiper-box .item .item-desc {
        position: relative;
        z-index: 2
    }

    .page-shuzidaiyanren-detail .st-mainbody .doc-body .youshi-wrap .container .adv-cards .card-item.card-hover,
    .page-dianshangshuziren-detail .st-mainbody .doc-body .youshi-wrap .container .adv-cards .card-item.card-hover {
        flex: 1
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: calc(10/var(--width)*100vw);
        margin-top: calc(64/var(--width)*100vw)
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list .item {
        display: flex;
        flex-direction: column;
        gap: calc(10/var(--width)*100vw)
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list .item .item-key {
        flex: unset;
        width: 100%;
        height: calc(90/var(--width)*100vw);
        background: #565D75;
        border-radius: calc(4/var(--width)*100vw);
        border: 1px solid #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(32/var(--width)*100vw);
        font-weight: normal;
        color: #FFFFFF;
        line-height: calc(26/var(--width)*100vw);
        text-shadow: 2px 4px 7px rgba(37, 64, 118, 0.16)
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list .item .item-val {
        flex: 1;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: calc(10/var(--width)*100vw)
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .jiagou-wrap .container .arc-list .item .item-val .val {
        flex: 1;
        min-width: 40%;
        height: calc(80/var(--width)*100vw);
        background: #FFFFFF;
        box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
        border-radius: calc(4/var(--width)*100vw);
        font-size: calc(32/var(--width)*100vw);
        color: #4E5969;
        line-height: calc(36/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: .2s
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: calc(80/var(--width)*100vw);
        margin-top: calc(42/var(--width)*100vw)
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-avatar {
        flex: 0 0 calc(292/var(--width)*100vw);
        width: calc(292/var(--width)*100vw);
        height: calc(292/var(--width)*100vw)
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-avatar img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-body {
        flex: 1;
        height: calc(292/var(--width)*100vw);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-body .cont-title {
        font-size: calc(46/var(--width)*100vw);
        font-weight: 400;
        color: #1C212A;
        line-height: calc(54/var(--width)*100vw)
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-body .cont-desc {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #777777;
        line-height: calc(32/var(--width)*100vw);
        margin-top: calc(18/var(--width)*100vw)
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-body .cont-link {
        width: calc(308/var(--width)*100vw);
        height: calc(76/var(--width)*100vw);
        background: linear-gradient(231deg, #00BCFC 0%, #0087F7 100%);
        border-radius: calc(4/var(--width)*100vw);
        font-size: calc(32/var(--width)*100vw);
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(26/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: calc(50/var(--width)*100vw)
    }

    .page-avatarx-sdk-detail .st-mainbody .doc-body .demo-wrap .container .demo-cont .cont-qr-code {
        width: calc(292/var(--width)*100vw);
        height: calc(292/var(--width)*100vw);
        background: #FFFFFF;
        box-shadow: 2px 4px 7px 0 rgba(37, 64, 118, 0.02);
        border-radius: calc(4/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container {
        position: relative
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-box {
        pointer-events: all
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-nav {
        width: 90vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        gap: calc(10/var(--width)*100vw) 0;
        bottom: calc(30/var(--width)*100vw);
        left: 50%;
        transform: translateX(-50%);
        padding: calc(28/var(--width)*100vw) calc(30/var(--width)*100vw);
        background-color: #fff;
        background: rgba(0, 0, 0, 0.55);
        border-radius: calc(4/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-nav .nav-item {
        padding: calc(6/var(--width)*100vw) calc(32/var(--width)*100vw);
        white-space: nowrap;
        font-size: calc(24/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(24/var(--width)*100vw);
        position: relative;
        cursor: pointer
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-nav .nav-item:not(:last-child)::after {
        content: none;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: calc(32/var(--width)*100vw);
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.44)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .buju-wrap .container .swiper-nav .nav-item.active {
        font-weight: bold
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont {
        margin-top: calc(44/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m:not(:last-child) {
        margin-bottom: calc(38/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m .m-b-title {
        width: 100%;
        height: calc(72/var(--width)*100vw);
        background: #565D75;
        border-radius: calc(4/var(--width)*100vw);
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5em;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m .b-title {
        font-size: calc(24/var(--width)*100vw);
        font-weight: 400;
        color: #565D75;
        line-height: calc(36/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m .b-line {
        width: calc(2/var(--width)*100vw);
        height: calc(44/var(--width)*100vw);
        background-image: linear-gradient(#CDD9E2 50%, transparent 0);
        background-position: right;
        background-size: 1px calc(8/var(--width)*100vw);
        background-repeat: repeat-y
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m .m-arrow {
        height: calc(52/var(--width)*100vw);
        background: linear-gradient(90deg, rgba(105, 130, 212, 0) 0%, #565D75 100%);
        clip-path: polygon(0% 24%, 60% 24%, 60% 0%, 100% 50%, 60% 100%, 60% 76%, 0 76%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        z-index: 10;
        width: calc(62/var(--width)*100vw);
        display: none !important
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: calc(16/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont {
        flex: 1
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-top,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom {
        display: flex;
        align-items: center;
        gap: calc(12/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-top .b-title,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom .b-title {
        flex: 1;
        background-color: #EAF0F5;
        height: calc(64/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom {
        margin-top: calc(12/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom .b-title {
        position: relative
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-1 .m-1-b-1 .b-1-cont .cont-bottom .b-title .m-arrow {
        position: absolute;
        top: 95%;
        left: 50%;
        transform: translateX(-50%) rotateZ(-90deg);
        color: #fff;
        opacity: .6
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: calc(16/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont {
        flex: 1
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item {
        display: flex;
        align-items: center;
        background-color: #EAF0F5;
        padding: calc(18/var(--width)*100vw) calc(56/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item:not(:last-child) {
        margin-bottom: calc(12/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 {
        display: flex
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 .b-title {
        margin-right: auto
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 .b-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: calc(20/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 .b-img img {
        width: unset;
        height: unset;
        background: #FFFFFF;
        border-radius: calc(2/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-1 .b-img .img-title {
        font-size: calc(16/var(--width)*100vw);
        font-weight: 400;
        color: #565D75;
        margin-top: calc(20/var(--width)*100vw);
        text-align: center
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-2,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-3,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-4,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 {
        justify-content: space-between
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-2 .b-title,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-3 .b-title,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-4 .b-title,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 .b-title {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 .b-title {
        position: relative
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-2 .m-2-b-1 .b-1-cont .cont-item.cont-item-5 .b-title .m-arrow {
        position: absolute;
        top: 110%;
        left: 50%;
        transform: translateX(-50%) rotateZ(-90deg);
        color: #fff;
        opacity: .6
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 {
        display: flex;
        flex-direction: column;
        gap: calc(16/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-1,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-2,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-3 {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid #C6C8CB;
        border-radius: calc(4/var(--width)*100vw) calc(4/var(--width)*100vw) 0 0
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-1 .m-b-title,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-2 .m-b-title,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-3 .m-b-title {
        width: 100%;
        border-radius: calc(4/var(--width)*100vw) calc(4/var(--width)*100vw) 0 0
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-1 .b-title,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-2 .b-title,
    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-3 .m-3-b-3 .b-title {
        height: calc(64/var(--width)*100vw);
        display: flex;
        align-items: center
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #EAF0F5;
        padding: calc(30/var(--width)*100vw);
        gap: 0;
        border-radius: calc(4/var(--width)*100vw)
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item {
        padding: calc(16/var(--width)*100vw) 0
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-title {
        font-size: calc(32/var(--width)*100vw);
        font-weight: 500;
        color: #141F3F
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-list {
        margin-top: calc(18/var(--width)*100vw);
        display: flex;
        flex-direction: column
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-list>div {
        display: flex
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-list>div>span {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #141F3F;
        line-height: 1.5em
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item .item-list>div>span:first-child {
        font-weight: 500;
        white-space: nowrap
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .cont-item:first-child {
        border-bottom: 1px solid #fff
    }

    .page-avatarx-shuziren-detail .st-mainbody .doc-body .jiagou-wrap .container .jiagou-cont .cont-m.cont-m-4 .b-line {
        display: none;
        height: calc(168/var(--width)*100vw)
    }
}

.page-technology .st-header {
    background-color: #fff !important
}

.page-technology .st-mainbody .doc-header .head-title {
    color: #fff
}

.page-technology .st-mainbody .doc-header .head-summary {
    color: #fff;
    max-width: calc(504/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-header .head-btns {
    display: flex;
    margin-top: calc(42/var(--width)*100vw);
    align-items: center;
    gap: calc(24/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-header .head-btns .apply-btn,
.page-technology .st-mainbody .doc-header .head-btns .contact-btn {
    width: calc(216/var(--width)*100vw);
    height: calc(64/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(12/var(--width)*100vw);
    border-radius: calc(4/var(--width)*100vw);
    background: #0088F7;
    color: #fff;
    cursor: pointer;
    font-size: calc(24/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-header .head-btns .apply-btn img,
.page-technology .st-mainbody .doc-header .head-btns .contact-btn img {
    width: calc(24/var(--width)*100vw);
    height: calc(16/var(--width)*100vw);
    object-fit: contain;
    transition: .2s
}

.page-technology .st-mainbody .doc-header .head-btns .apply-btn:hover img,
.page-technology .st-mainbody .doc-header .head-btns .contact-btn:hover img {
    transform: translateX(30%)
}

.page-technology .st-mainbody .doc-header .head-btns .contact-btn {
    border: 1px solid #fff;
    background-color: transparent
}

.page-technology .st-mainbody .doc-body .module {
    padding: calc(100/var(--width)*100vw) 0
}

.page-technology .st-mainbody .doc-body .module .m-title {
    font-size: calc(48/var(--width)*100vw);
    font-weight: 400;
    color: #1D2129;
    line-height: calc(64/var(--width)*100vw);
    text-align: center
}

.page-technology .st-mainbody .doc-body .module .m-summary {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #777777;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(24/var(--width)*100vw);
    text-align: center
}

.page-technology .st-mainbody .doc-body .module.jiagou-wrap {
    background-color: #fff
}

.page-technology .st-mainbody .doc-body .module.jiagou-wrap .m-cont {
    margin-top: calc(42/var(--width)*100vw);
    width: 100%
}

.page-technology .st-mainbody .doc-body .module.jiagou-wrap .m-cont img {
    width: 100%;
    object-fit: contain
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont {
    margin-top: calc(34/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-title {
    font-size: calc(42/var(--width)*100vw);
    font-weight: 400;
    color: #1D2129;
    line-height: calc(64/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-title:not(:first-child) {
    margin-top: calc(80/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa {
    display: flex;
    flex-wrap: wrap;
    padding-left: calc(470/var(--width)*100vw);
    height: calc(472/var(--width)*100vw);
    position: relative;
    gap: calc(10/var(--width)*100vw);
    margin-top: calc(22/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item {
    flex: 1;
    background-size: cover;
    background-position: center center;
    border-radius: calc(4/var(--width)*100vw);
    padding: calc(42/var(--width)*100vw) calc(42/var(--width)*100vw) calc(10/var(--width)*100vw);
    position: relative
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(1, 8, 24, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    border-radius: calc(4/var(--width)*100vw);
    transition: 1s
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item .item-title {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(32/var(--width)*100vw);
    position: relative;
    z-index: 5
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item .item-summary {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(16/var(--width)*100vw);
    position: relative;
    z-index: 5;
    opacity: 0;
    transition: .2s
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item:nth-child(1) {
    flex: 0 0 calc(460/var(--width)*100vw);
    width: calc(460/var(--width)*100vw);
    height: calc(472/var(--width)*100vw);
    position: absolute;
    left: 0;
    top: 0
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item:not(:nth-child(1)) {
    min-width: 45%
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item:hover::after {
    background: linear-gradient(180deg, #2371EE 0%, rgba(1, 8, 24, 0) 100%);
    opacity: .85
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item:hover .item-summary {
    opacity: 1
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing {
    margin-top: calc(22/var(--width)*100vw);
    display: flex;
    height: calc(400/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item {
    flex: 1;
    background-size: cover;
    background-position: center center;
    border-radius: calc(4/var(--width)*100vw);
    padding: calc(42/var(--width)*100vw) calc(42/var(--width)*100vw) calc(10/var(--width)*100vw);
    position: relative;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: calc(400/var(--width)*100vw) !important;
    position: relative !important
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(1, 8, 24, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    border-radius: calc(4/var(--width)*100vw);
    transition: 1s
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item .item-title {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(32/var(--width)*100vw);
    position: relative;
    z-index: 5
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item .item-summary {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(16/var(--width)*100vw);
    position: relative;
    z-index: 5;
    opacity: 0;
    transition: .2s
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item:nth-child(1) {
    flex: 0 0 calc(460/var(--width)*100vw);
    width: calc(460/var(--width)*100vw);
    height: calc(472/var(--width)*100vw);
    position: absolute;
    left: 0;
    top: 0
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item:not(:nth-child(1)) {
    min-width: 45%
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item:hover::after {
    background: linear-gradient(180deg, #2371EE 0%, rgba(1, 8, 24, 0) 100%);
    opacity: .85
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item:hover .item-summary {
    opacity: 1
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item .item-summary {
    max-width: calc(360/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian {
    margin-top: calc(22/var(--width)*100vw);
    display: flex;
    height: calc(400/var(--width)*100vw);
    gap: calc(10/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item {
    flex: 1;
    background-size: cover;
    background-position: center center;
    border-radius: calc(4/var(--width)*100vw);
    padding: calc(42/var(--width)*100vw) calc(42/var(--width)*100vw) calc(10/var(--width)*100vw);
    position: relative;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: calc(400/var(--width)*100vw) !important;
    position: relative !important;
    flex: 1 !important
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(1, 8, 24, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    border-radius: calc(4/var(--width)*100vw);
    transition: 1s
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item .item-title {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(32/var(--width)*100vw);
    position: relative;
    z-index: 5
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item .item-summary {
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(16/var(--width)*100vw);
    position: relative;
    z-index: 5;
    opacity: 0;
    transition: .2s
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item:nth-child(1) {
    flex: 0 0 calc(460/var(--width)*100vw);
    width: calc(460/var(--width)*100vw);
    height: calc(472/var(--width)*100vw);
    position: absolute;
    left: 0;
    top: 0
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item:not(:nth-child(1)) {
    min-width: 45%
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item:hover::after {
    background: linear-gradient(180deg, #2371EE 0%, rgba(1, 8, 24, 0) 100%);
    opacity: .85
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item:hover .item-summary {
    opacity: 1
}

.page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item .item-summary {
    max-width: calc(360/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.lingdaoli-wrap {
    background-size: cover;
    background-position: center center
}

.page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(74/var(--width)*100vw);
    gap: calc(80/var(--width)*100vw) 0
}

.page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item {
    flex: 1;
    min-width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item .item-title {
    font-size: calc(18/var(--width)*100vw);
    font-weight: 500;
    color: #1C212A;
    line-height: calc(50/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item .item-title span {
    font-size: calc(70/var(--width)*100vw);
    font-weight: 600;
    color: #0088F7;
    line-height: calc(50/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item .item-summary {
    text-align: center;
    font-size: calc(16/var(--width)*100vw);
    font-weight: 400;
    color: #1B212B;
    line-height: calc(26/var(--width)*100vw);
    margin-top: calc(16/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item::after {
    content: "";
    width: 1px;
    height: calc(112/var(--width)*100vw);
    opacity: .42;
    background-color: #777;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%)
}

.page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item:nth-child(3n)::after {
    content: none
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap {
    padding-bottom: 0
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont {
    position: relative
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper {
    width: 100%;
    pointer-events: none;
    margin-top: calc(42/var(--width)*100vw);
    height: calc(844/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item .container {
    position: relative;
    width: 100%;
    margin-top: auto;
    margin-bottom: calc(260/var(--width)*100vw);
    z-index: 2
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item .container .card-title {
    font-size: calc(46/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(56/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item .container .card-subtitle {
    max-width: calc(452/var(--width)*100vw);
    font-size: calc(18/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(32/var(--width)*100vw);
    margin-top: calc(22/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(100/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top {
    width: calc(452/var(--width)*100vw);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .idx {
    display: flex;
    align-items: center;
    gap: calc(10/var(--width)*100vw);
    font-size: calc(24/var(--width)*100vw);
    color: #fff
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns {
    display: flex;
    align-items: center;
    gap: calc(20/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .prev-btn,
.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .next-btn {
    width: calc(44/var(--width)*100vw);
    height: calc(44/var(--width)*100vw);
    padding: calc(10/var(--width)*100vw);
    cursor: pointer
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .prev-btn img,
.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .next-btn img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
    object-fit: contain
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .next-btn img {
    transform: rotateZ(180deg)
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns span {
    width: 2px;
    height: 10px;
    background-color: #fff;
    opacity: .8
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-bottom {
    width: calc(452/var(--width)*100vw);
    height: calc(6/var(--width)*100vw);
    position: relative;
    margin-top: calc(26/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-bottom::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .2
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-bottom .page-line-active {
    height: calc(6/var(--width)*100vw);
    transition: 1s;
    background-color: #fff
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .menu-container {
    width: 100%;
    position: absolute;
    top: calc(60/var(--width)*100vw)
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .menu-container .container .menu-navs {
    width: 100%;
    display: flex;
    gap: calc(40/var(--width)*100vw) calc(100/var(--width)*100vw);
    flex-wrap: wrap
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .menu-container .container .menu-navs .nav-item {
    font-size: calc(24/var(--width)*100vw);
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(40/var(--width)*100vw);
    cursor: pointer
}

.page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .menu-container .container .menu-navs .nav-item.nav-active {
    font-weight: 600
}

@media (max-width:768px) {
    .pro-swiper-style2 {
        position: relative
    }

    .pro-swiper-style2 .scene-swiper {
        width: 100%;
        pointer-events: none;
        margin-top: calc(42/var(--width)*100vw);
        height: calc(844/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-swiper .card-item {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }

    .pro-swiper-style2 .scene-swiper .card-item::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.35);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

    .pro-swiper-style2 .scene-swiper .card-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .pro-swiper-style2 .scene-swiper .card-item .container {
        position: relative;
        width: 100%;
        margin-top: auto;
        margin-bottom: calc(260/var(--width)*100vw);
        z-index: 2
    }

    .pro-swiper-style2 .scene-swiper .card-item .container .card-title {
        font-size: calc(46/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(56/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-swiper .card-item .container .card-subtitle {
        max-width: calc(452/var(--width)*100vw);
        font-size: calc(18/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(32/var(--width)*100vw);
        margin-top: calc(22/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-pagination {
        width: 100%;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: calc(100/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-pagination .container .page-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .idx {
        display: flex;
        align-items: center;
        gap: calc(10/var(--width)*100vw);
        font-size: calc(32/var(--width)*100vw);
        color: #fff
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns {
        display: flex;
        align-items: center;
        gap: calc(20/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns .prev-btn,
    .pro-swiper-style2 .scene-pagination .container .page-top .btns .next-btn {
        width: calc(52/var(--width)*100vw);
        height: calc(52/var(--width)*100vw);
        padding: calc(10/var(--width)*100vw);
        cursor: pointer
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns .prev-btn img,
    .pro-swiper-style2 .scene-pagination .container .page-top .btns .next-btn img {
        width: 100%;
        height: 100%;
        filter: brightness(0) invert(1);
        object-fit: contain
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns .next-btn img {
        transform: rotateZ(180deg)
    }

    .pro-swiper-style2 .scene-pagination .container .page-top .btns span {
        width: 2px;
        height: calc(20/var(--width)*100vw);
        background-color: #fff;
        opacity: .8
    }

    .pro-swiper-style2 .scene-pagination .container .page-bottom {
        width: 100%;
        height: calc(6/var(--width)*100vw);
        position: relative;
        margin-top: calc(26/var(--width)*100vw)
    }

    .pro-swiper-style2 .scene-pagination .container .page-bottom::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .2
    }

    .pro-swiper-style2 .scene-pagination .container .page-bottom .page-line-active {
        height: calc(6/var(--width)*100vw);
        transition: 1s;
        background-color: #fff
    }

    .pro-swiper-style2 .menu-container {
        width: 100%;
        position: absolute;
        top: calc(60/var(--width)*100vw)
    }

    .pro-swiper-style2 .menu-container .container .menu-navs {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: calc(30/var(--width)*100vw) calc(80/var(--width)*100vw);
        flex-wrap: wrap
    }

    .pro-swiper-style2 .menu-container .container .menu-navs .nav-item {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(40/var(--width)*100vw);
        cursor: pointer
    }

    .pro-swiper-style2 .menu-container .container .menu-navs .nav-item.nav-active {
        font-weight: 600
    }

    .page-technology .st-header {
        background-color: #fff !important
    }

    .page-technology .st-mainbody .doc-header {
        height: calc(980/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-header .container {
        padding-top: calc(100/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-header .head-title {
        color: #fff
    }

    .page-technology .st-mainbody .doc-header .head-summary {
        color: #fff;
        max-width: calc(504/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-header .head-btns {
        display: flex;
        margin-top: calc(42/var(--width)*100vw);
        align-items: center;
        gap: calc(24/var(--width)*100vw);
        display: none
    }

    .page-technology .st-mainbody .doc-header .head-btns .apply-btn,
    .page-technology .st-mainbody .doc-header .head-btns .contact-btn {
        width: calc(216/var(--width)*100vw);
        height: calc(64/var(--width)*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: calc(12/var(--width)*100vw);
        border-radius: calc(4/var(--width)*100vw);
        background: #0088F7;
        color: #fff;
        cursor: pointer;
        font-size: calc(24/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-header .head-btns .apply-btn img,
    .page-technology .st-mainbody .doc-header .head-btns .contact-btn img {
        width: calc(24/var(--width)*100vw);
        height: calc(16/var(--width)*100vw);
        object-fit: contain;
        transition: .2s
    }

    .page-technology .st-mainbody .doc-header .head-btns .apply-btn:hover img,
    .page-technology .st-mainbody .doc-header .head-btns .contact-btn:hover img {
        transform: translateX(30%)
    }

    .page-technology .st-mainbody .doc-header .head-btns .contact-btn {
        border: 1px solid #fff;
        background-color: transparent
    }

    .page-technology .st-mainbody .doc-body .module {
        padding: calc(100/var(--width)*100vw) 0
    }

    .page-technology .st-mainbody .doc-body .module .m-title {
        font-size: calc(48/var(--width)*100vw);
        font-weight: 400;
        color: #1D2129;
        line-height: calc(64/var(--width)*100vw);
        text-align: center
    }

    .page-technology .st-mainbody .doc-body .module .m-summary {
        font-size: calc(18/var(--width)*100vw);
        font-weight: 400;
        color: #777777;
        line-height: calc(26/var(--width)*100vw);
        margin-top: calc(24/var(--width)*100vw);
        text-align: center
    }

    .page-technology .st-mainbody .doc-body .module.jiagou-wrap {
        background-color: #fff
    }

    .page-technology .st-mainbody .doc-body .module.jiagou-wrap .m-cont {
        margin-top: calc(42/var(--width)*100vw);
        width: 100%
    }

    .page-technology .st-mainbody .doc-body .module.jiagou-wrap .m-cont img {
        width: 100%;
        object-fit: contain
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont {
        margin-top: calc(34/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-title {
        font-size: calc(42/var(--width)*100vw);
        font-weight: 400;
        color: #1D2129;
        line-height: calc(64/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-title:not(:first-child) {
        margin-top: calc(80/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 0;
        height: unset;
        position: relative;
        gap: calc(10/var(--width)*100vw);
        margin-top: calc(22/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item {
        flex: unset;
        height: calc(360/var(--width)*100vw);
        background-size: cover;
        background-position: center center;
        border-radius: calc(4/var(--width)*100vw);
        padding: calc(42/var(--width)*100vw) calc(42/var(--width)*100vw) calc(10/var(--width)*100vw);
        position: relative
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item::after {
        content: none;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(1, 8, 24, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
        border-radius: calc(4/var(--width)*100vw);
        transition: 1s
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item .item-title {
        font-size: calc(32/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(32/var(--width)*100vw);
        position: relative;
        z-index: 5
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item .item-summary {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5em;
        margin-top: calc(16/var(--width)*100vw);
        position: relative;
        z-index: 5;
        opacity: 1;
        transition: .2s
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item:nth-child(1) {
        flex: unset;
        width: 100%;
        height: calc(740/var(--width)*100vw);
        position: unset;
        left: 0;
        top: 0
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item:not(:nth-child(1)) {
        min-width: 100%
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item:hover::after {
        background: linear-gradient(180deg, #2371EE 0%, rgba(1, 8, 24, 0) 100%);
        opacity: .85
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-suanfa .card-item:hover .item-summary {
        opacity: 1
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing {
        margin-top: calc(22/var(--width)*100vw);
        display: flex;
        height: calc(400/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item {
        flex: 0 0 100%;
        width: 100%;
        height: calc(400/var(--width)*100vw);
        flex: unset;
        height: calc(360/var(--width)*100vw);
        background-size: cover;
        background-position: center center;
        border-radius: calc(4/var(--width)*100vw);
        padding: calc(42/var(--width)*100vw) calc(42/var(--width)*100vw) calc(10/var(--width)*100vw);
        position: relative
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item::after {
        content: none;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(1, 8, 24, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
        border-radius: calc(4/var(--width)*100vw);
        transition: 1s
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item .item-title {
        font-size: calc(32/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(32/var(--width)*100vw);
        position: relative;
        z-index: 5
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item .item-summary {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5em;
        margin-top: calc(16/var(--width)*100vw);
        position: relative;
        z-index: 5;
        opacity: 1;
        transition: .2s
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item:nth-child(1) {
        flex: unset;
        width: 100%;
        height: calc(740/var(--width)*100vw);
        position: unset;
        left: 0;
        top: 0
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item:not(:nth-child(1)) {
        min-width: 100%
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item:hover::after {
        background: linear-gradient(180deg, #2371EE 0%, rgba(1, 8, 24, 0) 100%);
        opacity: .85
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item:hover .item-summary {
        opacity: 1
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yinqing .card-item .item-summary {
        max-width: calc(360/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian {
        margin-top: calc(22/var(--width)*100vw);
        display: flex;
        flex-direction: column;
        height: unset;
        gap: calc(10/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item {
        flex: 0 0 100%;
        width: 100%;
        height: calc(400/var(--width)*100vw);
        flex: unset;
        height: calc(360/var(--width)*100vw);
        background-size: cover;
        background-position: center center;
        border-radius: calc(4/var(--width)*100vw);
        padding: calc(42/var(--width)*100vw) calc(42/var(--width)*100vw) calc(10/var(--width)*100vw);
        position: relative;
        flex: unset !important
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item::after {
        content: none;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(1, 8, 24, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
        border-radius: calc(4/var(--width)*100vw);
        transition: 1s
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item .item-title {
        font-size: calc(32/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(32/var(--width)*100vw);
        position: relative;
        z-index: 5
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item .item-summary {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5em;
        margin-top: calc(16/var(--width)*100vw);
        position: relative;
        z-index: 5;
        opacity: 1;
        transition: .2s
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item:nth-child(1) {
        flex: unset;
        width: 100%;
        height: calc(740/var(--width)*100vw);
        position: unset;
        left: 0;
        top: 0
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item:not(:nth-child(1)) {
        min-width: 100%
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item:hover::after {
        background: linear-gradient(180deg, #2371EE 0%, rgba(1, 8, 24, 0) 100%);
        opacity: .85
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item:hover .item-summary {
        opacity: 1
    }

    .page-technology .st-mainbody .doc-body .module.hexin-wrap .m-cont .cont-yingjian .card-item .item-summary {
        max-width: calc(360/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.lingdaoli-wrap {
        background-size: cover;
        background-position: center center
    }

    .page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont {
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(74/var(--width)*100vw);
        gap: calc(80/var(--width)*100vw) 0
    }

    .page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item {
        flex: 1;
        min-width: 48%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item .item-title {
        font-size: calc(18/var(--width)*100vw);
        font-weight: 500;
        color: #1C212A;
        line-height: calc(50/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item .item-title span {
        font-size: calc(70/var(--width)*100vw);
        font-weight: 600;
        color: #0088F7;
        line-height: calc(50/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item .item-summary {
        text-align: center;
        font-size: calc(16/var(--width)*100vw);
        font-weight: 400;
        color: #1B212B;
        line-height: 2em;
        margin-top: calc(16/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item::after {
        content: none;
        width: 1px;
        height: calc(112/var(--width)*100vw);
        opacity: .42;
        background-color: #777;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(50%, -50%)
    }

    .page-technology .st-mainbody .doc-body .module.lingdaoli-wrap .m-cont .card-item:nth-child(3n)::after {
        content: none
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap {
        padding-bottom: calc(100/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont {
        position: relative
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper {
        width: 100%;
        pointer-events: none;
        margin-top: calc(42/var(--width)*100vw);
        height: calc(844/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.35);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item .container {
        position: relative;
        width: 100%;
        margin-top: auto;
        margin-bottom: calc(260/var(--width)*100vw);
        z-index: 2
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item .container .card-title {
        font-size: calc(46/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(56/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-swiper .card-item .container .card-subtitle {
        max-width: calc(452/var(--width)*100vw);
        font-size: calc(18/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(32/var(--width)*100vw);
        margin-top: calc(22/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination {
        width: 100%;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: calc(100/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .idx {
        display: flex;
        align-items: center;
        gap: calc(10/var(--width)*100vw);
        font-size: calc(32/var(--width)*100vw);
        color: #fff
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns {
        display: flex;
        align-items: center;
        gap: calc(20/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .prev-btn,
    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .next-btn {
        width: calc(52/var(--width)*100vw);
        height: calc(52/var(--width)*100vw);
        padding: calc(10/var(--width)*100vw);
        cursor: pointer
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .prev-btn img,
    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .next-btn img {
        width: 100%;
        height: 100%;
        filter: brightness(0) invert(1);
        object-fit: contain
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns .next-btn img {
        transform: rotateZ(180deg)
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-top .btns span {
        width: 2px;
        height: calc(20/var(--width)*100vw);
        background-color: #fff;
        opacity: .8
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-bottom {
        width: 100%;
        height: calc(6/var(--width)*100vw);
        position: relative;
        margin-top: calc(26/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-bottom::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .2
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .scene-pagination .container .page-bottom .page-line-active {
        height: calc(6/var(--width)*100vw);
        transition: 1s;
        background-color: #fff
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .menu-container {
        width: 100%;
        position: absolute;
        top: calc(60/var(--width)*100vw)
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .menu-container .container .menu-navs {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: calc(30/var(--width)*100vw) calc(80/var(--width)*100vw);
        flex-wrap: wrap
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .menu-container .container .menu-navs .nav-item {
        font-size: calc(28/var(--width)*100vw);
        font-weight: 400;
        color: #FFFFFF;
        line-height: calc(40/var(--width)*100vw);
        cursor: pointer
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .menu-container .container .menu-navs .nav-item.nav-active {
        font-weight: 600
    }

    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .pro-swiper-style1 .item .item-title,
    .page-technology .st-mainbody .doc-body .module.funeng-wrap .m-cont .pro-swiper-style1 .item .item-desc {
        padding: 0 calc(30/var(--width)*100vw)
    }
}

.container {
    margin: auto;
    max-width: calc(1180/var(--width)*100vw)
}

@media (max-width:1180px) {
    .container {
        padding-left: calc(30/var(--width)*100vw) !important;
        padding-right: calc(30/var(--width)*100vw) !important
    }
}