@charset "UTF-8";
@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
}

@font-face {
    font-family: 'Rajdhani-Regular';
    src: url("../fonts/Rajdhani-Regular-2.ttf");
}

@font-face {
    font-family: 'Rajdhani-Medium';
    src: url("../fonts/Rajdhani-Medium-3.ttf");
}

@font-face {
    font-family: 'Rajdhani-Bold';
    src: url("../fonts/Rajdhani-Bold-4.ttf");
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes o-upfade-left {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scale-1 {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes indexsvg {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes o-ani5-1 {
    0%,
    100% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-10px);
    }
}

@keyframes loading-1 {
    0% {
        stroke-dashoffset: 3074;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes loading-2 {
    0%,
    40% {
        background-color: #fff;
    }
    50%,
    60% {
        background-color: #e60012;
    }
    70%,
    100% {
        background-color: transparent;
    }
}

@keyframes loading-3 {
    0% {
        transform: scale(3.7) translateY(10.3vw);
    }
    40%,
    60% {
        transform: scale(1) translateY(0);
    }
    80% {
        transform: scaleX(3.7);
    }
    100% {
        transform: scaleX(3.7) scaleY(3.7);
    }
}

@keyframes loading-4 {
    0%,
    40% {
        opacity: 1;
    }
    50%,
    60%,
    100% {
        opacity: 0;
    }
}

@media screen and (min-width: 1025px) {
    .wow {
        visibility: hidden;
    }
}

@media screen and (min-width: 1200px) {
    .dom-loaded .header {
        transition: all .3s ease;
    }
    .dom-loaded .header:before {
        transition: opacity .3s ease;
    }
    .dom-loaded .header .flex {
        transition: all .3s ease;
    }
    .dom-loaded .header .logo img {
        transition: opacity .3s ease;
    }
    .dom-loaded .header .code:before {
        transition: background .3s ease;
    }
    .dom-loaded .header .code span {
        transition: color .3s ease;
    }
    .dom-loaded .header .code .num {
        transition: color .3s ease;
    }
    .dom-loaded .header li a.single {
        transition: all .3s ease;
    }
    .dom-loaded .header .user a.top {
        transition: all .3s ease;
    }
    .dom-loaded .header .user a.top:after {
        transition: all .3s ease;
    }
    .dom-loaded .header .tologin {
        transition: color .3s ease;
    }
    .dom-loaded .header .tologin:before {
        transition: all .3s ease;
    }
    .dom-loaded .header .tel i {
        transition: all .3s ease;
    }
    .dom-loaded .header .telline {
        transition: all .3s ease;
    }
    .dom-loaded .header .global span {
        transition: color .3s ease;
    }
    .dom-loaded .header .global span:before,
    .dom-loaded .header .global span:after {
        transition: all .3s ease;
    }
    .dom-loaded .header .search {
        transition: all .3s ease;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

@media screen and (min-width: 1200px) {
    .header:hover,
    .header.down {
        background-color: #fff;
    }
    .header:hover:before,
    .header.down:before {
        opacity: 1;
    }
    .header:hover .logo img.show,
    .header.down .logo img.show {
        opacity: 0;
    }
    .header:hover .logo img.hide,
    .header.down .logo img.hide {
        opacity: 1;
    }
    .header:hover .code:before,
    .header.down .code:before {
        background-color: #e6e6e6;
    }
    .header:hover .code span,
    .header.down .code span {
        color: #333;
    }
    .header:hover .code .num,
    .header.down .code .num {
        color: #333;
    }
    .header:hover li a.single,
    .header.down li a.single {
        color: #333333;
    }
    .header:hover .user a.top,
    .header.down .user a.top {
        color: #333333;
    }
    .header:hover .user a.top:after,
    .header.down .user a.top:after {
        background-image: url("../images/user/icon-6.png");
    }
    .header:hover .tologin,
    .header.down .tologin {
        color: #333;
    }
    .header:hover .tologin:before,
    .header.down .tologin:before {
        background-image: url("../images/user-1.svg");
    }
    .header:hover .tel i,
    .header.down .tel i {
        background-image: url("../images/tel-1.svg");
    }
    .header:hover .telline,
    .header.down .telline {
        background-color: #dddddd;
    }
    .header:hover .global span,
    .header.down .global span {
        color: #333;
    }
    .header:hover .global span:before,
    .header.down .global span:before {
        background-image: url("../images/global-1.svg");
    }
    .header:hover .global span:after,
    .header.down .global span:after {
        background-image: url("../images/icon-1-1.png");
    }
    .header:hover .search,
    .header.down .search {
        background-image: url("../images/search-1.svg");
    }
    .header.down .flex {
        height: max(80px, 6.25rem);
    }
    .header.down li a.single {
        line-height: max(80px, 6.25rem);
    }
    .header.down .user a.top {
        line-height: max(80px, 6.25rem);
    }
    .header.translate {
        transform: translateY(-100%);
    }
}

.header:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e6e6e6;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.header .flex {
    padding: 0 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: max(100px, 7.5rem);
    position: relative;
    z-index: 2;
}

.header .left-box {
    display: flex;
    align-items: center;
    grid-gap: 3.75rem;
    position: relative;
    z-index: 2;
}

.header .right-box {
    display: flex;
    align-items: center;
    justify-content: right;
    grid-gap: 1.5rem;
    position: relative;
    z-index: 2;
}

.header .logo {
    position: relative;
    width: max(140px, 10rem);
}

.header .logo img {
    display: block;
    width: 100%;
}

.header .logo img.hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.header .code {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    position: relative;
}

.header .code:before {
    content: '';
    width: 1px;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -1.875rem;
    top: 50%;
    margin-top: -1.25rem;
}

.header .code span {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    width: 24px;
    text-align: center;
}

.header .code .num {
    font-size: 2rem;
    color: #fff;
}

.header ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.header li {
    padding: 0 1.5rem;
}

.header li.position {
    position: relative;
}

.header li a.single {
    display: block;
    font-size: max(16px, 1.125rem);
    color: #fff;
    line-height: max(100px, 7.5rem);
    position: relative;
}

.header li a.single:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
}

.header li .subnav {
    width: 15rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: none;
}

.header li .subnav a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: max(14px, 1rem);
    line-height: max(40px, 3.75rem);
    padding: 0 1.25rem;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .header li .subnav a:hover {
        background-color: #e60012;
        color: #fff;
    }
}

.header li .drop-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    display: none;
}

.header li .drop-nav .nav-top {
    padding: 1.5rem 3.75rem;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header li .drop-nav .nav-top a {
    font-size: 16px;
    color: #333333;
}

.header li .drop-nav .nav-top a:after {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-2.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.header li .drop-nav .nav-top .close {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/close-1.svg");
    cursor: pointer;
}

.header li .drop-nav .nav-bot {
    display: flex;
}

.header li .drop-nav .left-tab {
    width: 20rem;
    padding: 2.5rem 3.75rem;
    border-right: 1px solid #ececec;
}

.header li .drop-nav .left-tab .item {
    margin-top: 10px;
}

.header li .drop-nav .left-tab .item:nth-of-type(1) {
    margin-top: 0;
}

.header li .drop-nav .left-tab .item a {
    display: inline-block;
    padding: 10px 0;
    position: relative;
    font-size: 15px;
    color: #747474;
}

.header li .drop-nav .left-tab .item a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e60012;
    transform: scaleX(0);
    transform-origin: left top;
}

.header li .drop-nav .left-tab .item.active a {
    color: #e60012;
}

.header li .drop-nav .left-tab .item.active a:after {
    transform: scaleX(1);
    transition: transform .3s ease;
}

@media (any-hover: hover) {
    .header li .drop-nav .left-tab .item:hover a {
        color: #e60012;
    }
}

.header li .drop-nav .right-tab {
    width: calc(100% - 20rem);
    padding-right: 3.75rem;
}

.header li .drop-nav .right-tab .child {
    display: none;
    max-height: calc(90vh - 180px);
    overflow: auto;
}

.header li .drop-nav .right-tab .child.active {
    display: block;
}

.header li .drop-nav .right-tab .tit {
    padding: 2.5rem 5rem;
    font-size: 1.875rem;
    color: #000000;
    border-bottom: 1px solid #ececec;
}

.header li .drop-nav .right-tab .items {
    padding: 2.5rem 5rem;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
}

.header li .drop-nav .right-tab .item {
    width: calc((100% - 15rem) / 4);
}

.header li .drop-nav .right-tab .item .linktit {
    display: inline-block;
    position: relative;
    padding-right: 24px;
}

.header li .drop-nav .right-tab .item .linktit span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

.header li .drop-nav .right-tab .item a.linktit:after {
    content: '';
    width: 6px;
    height: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-3.png");
    position: absolute;
    right: 0;
    top: 4px;
}

@media (any-hover: hover) {
    .header li .drop-nav .right-tab .item a.linktit:hover span {
        color: #e60012;
    }
}

.header li .drop-nav .right-tab .item .linkcont {
    margin-top: 1.25rem;
}

.header li .drop-nav .right-tab .item .linkcont a {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.header li .drop-nav .right-tab .item .linkcont a span {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.header li .drop-nav .right-tab .item .linkcont a.hot:after {
    content: '';
    width: 26px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/hot.png");
}

@media (any-hover: hover) {
    .header li .drop-nav .right-tab .item .linkcont a:hover span {
        color: #e60012;
    }
}

.header li.open a.single {
    color: #e60012;
}

.header li.open a.single:after {
    transform: scaleX(1);
    transition: transform .3s ease;
}

.header li.open .drop-nav {
    display: block;
}

@media (any-hover: hover) {
    .header li:hover a.single {
        color: #e60012;
    }
    .header li:hover a.single:after {
        transform: scaleX(1);
        transition: transform .3s ease;
    }
    .header li:hover .subnav {
        display: block;
    }
    .header li:hover .drop-nav {
        display: block;
    }
}

.header .user {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header .user a.top {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    line-height: max(100px, 7.5rem);
}

.header .user a.top:after {
    content: '';
    width: 10px;
    height: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-6-1.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 6px;
}

.header .user .hdimg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-left: 5px;
}

.header .user .hide {
    width: 250px;
    background-color: #f1f1f1;
    border-top: 1px solid #e6e6e6;
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.header .user .top-box {
    padding: 30px 20px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

.header .user .top-box a {
    display: block;
    font-size: 16px;
    color: #092a44;
    position: relative;
}

.header .user .top-box a:after {
    content: '';
    width: 6px;
    height: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-7.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.header .user .top-box p {
    font-size: 12px;
    color: #8f9ba4;
    opacity: 0.4;
    margin-top: 10px;
}

.header .user .link {
    padding: 20px;
    background-color: #fff;
    display: flex;
    grid-gap: 10px;
}

.header .user .link a {
    width: calc((100% - 12px) / 3);
    font-size: 12px;
    color: #092a44;
    text-align: center;
    line-height: 24px;
    border: 1px solid #e6e6e6;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .header .user .link a:hover {
        background-color: #e60012;
        border-color: #e60012;
        color: #fff;
    }
}

.header .user .logout {
    padding: 20px;
}

.header .user .logout a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #092a44;
    text-align: center;
    background-color: #fff;
}

.header .user:hover .hide {
    display: block;
}

.header .tologin {
    font-size: 14px;
    color: #fff;
}

.header .tologin:before {
    content: '';
    width: max(16px, 1.125rem);
    height: max(16px, 1.125rem);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user-2.svg");
}

.header .tel i {
    display: block;
    width: max(16px, 1.125rem);
    height: max(16px, 1.125rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/tel-2.svg");
    cursor: pointer;
}

.header .tel .hide {
    position: absolute;
    top: 100%;
    left: -1rem;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.header .tel .hide:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
    left: 1.25rem;
    top: 12px;
}

.header .tel .hide .box {
    background-color: #fff;
    padding: 1rem 1.25rem;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.06);
    white-space: nowrap;
}

.header .tel .hide span {
    font-size: max(12px, 0.875rem);
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.header .tel .hide p {
    font-size: max(14px, 1.125rem);
    color: #e60012;
    font-family: 'Rajdhani-Bold';
    margin-top: 5px;
}

@media (any-hover: hover) {
    .header .tel:hover .hide {
        opacity: 1;
        visibility: visible;
        transition: all .3s ease;
    }
}

.header .telline {
    width: 1px;
    height: 14px;
    background-color: #fff;
}

.header .global {
    position: relative;
}

.header .global span {
    display: block;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.header .global span:before {
    content: '';
    width: max(16px, 1.125rem);
    height: max(16px, 1.125rem);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/global-2.svg");
}

.header .global span:after {
    content: '';
    width: 8px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-1-2.png");
}

.header .global .hide {
    position: absolute;
    top: 100%;
    right: -2rem;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.header .global .hide:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 11px;
    left: 1.25rem;
}

.header .global .link {
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    background-color: #fff;
}

.header .global .link a {
    display: block;
    font-size: 14px;
    color: #49433d;
    white-space: nowrap;
    transition: all .3s ease;
    margin-top: 1rem;
}

.header .global .link a:nth-of-type(1) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .header .global .link a:hover {
        color: #e60012;
    }
}

.header .global:hover .hide {
    opacity: 1;
    visibility: visible;
}

.header .search {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/search-2.svg");
    cursor: pointer;
}

.head-null {
    height: max(80px, 6.25rem);
}

.fixed-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}

.fixed-search .close {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/close.svg");
    position: absolute;
    right: 3.75rem;
    top: 3.75rem;
    z-index: 2;
    cursor: pointer;
}

.fixed-search .main {
    border-top: 4px solid #e60012;
    background-color: #fff;
    padding: 8.75rem 0 13.75rem;
}

.fixed-search .tit {
    font-size: 3.75rem;
    color: #e60012;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-align: center;
}

.fixed-search .form {
    width: 90%;
    max-width: 60rem;
    margin: 6.25rem auto 0;
    height: max(60px, 5.625rem);
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.fixed-search .form:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e60012;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform .3s ease;
}

.fixed-search .form.active:after {
    transform: scaleX(1);
}

.fixed-search input {
    width: 100%;
    height: 100%;
    padding: 0 1.875rem;
    font-size: 2.25rem;
    color: #333333;
    background-color: transparent;
}

.fixed-search input::-webkit-input-placeholder {
    color: #333333;
}

.fixed-search input::-moz-placeholder {
    color: #333333;
}

.fixed-search input:-ms-input-placeholder {
    color: #333333;
}

.fixed-search button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5.625rem;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("../images/search-1.svg");
    background-size: auto 2rem;
    cursor: pointer;
}

.footer {
    border-top: 1px solid #e5e5e5;
}

.footer .top-block {
    padding-top: 5.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .top-block .img-box {
    width: 13.375rem;
}

.footer .top-block .img-box img {
    display: block;
    width: 100%;
}

.footer .top-block .form {
    width: 43.75rem;
    border: 1px solid #e6e6e6;
    height: max(50px, 3.75rem);
    border-radius: max(25px, 1.875rem);
    padding-right: max(105px, 10rem);
    position: relative;
}

.footer .top-block .form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0 1.875rem;
    font-size: 14px;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.footer .top-block .form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border-radius: max(20px, 1.5rem);
    background-color: #e60012;
    width: max(100px, 9.375rem);
    font-size: 14px;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    cursor: pointer;
}

.footer .mid-block {
    padding: 5rem 0 5.625rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .mid-block .box span {
    display: block;
    font-size: max(16px, 1.5rem);
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.footer .mid-block .box .link {
    margin-top: 1.5rem;
}

.footer .mid-block .box .link a {
    display: block;
    font-size: max(13px, 1rem);
    color: #808080;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: .75rem;
    transition: color .3s ease;
}

.footer .mid-block .box .link a:nth-of-type(1) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .footer .mid-block .box .link a:hover {
        color: #e60012;
    }
}

.footer .mid-block .box .share {
    width: max(240px, 20rem);
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
}

.footer .mid-block .box .share .img-box {
    width: calc(50% - 10px);
    border: 1px solid #e6e6e6;
}

.footer .mid-block .box .share img {
    display: block;
    width: 100%;
}

.footer .mid-block .box .share .txt-box {
    width: calc(50% + 10px);
    padding-left: 1.25rem;
}

.footer .mid-block .box .share .tit {
    font-size: max(13px, 1rem);
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.footer .mid-block .box .share .tit:before {
    content: '';
    width: max(18px, 1.75rem);
    height: max(18px, 1.75rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/footer-icon-1.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px .625rem 0 0;
}

.footer .mid-block .box .share .s-tit {
    display: block;
    background-color: #f5f5f5;
    margin-top: 1rem;
    text-align: center;
    font-size: max(12px, 0.875rem);
    line-height: max(40px, 3rem);
    font-family: 'HarmonyOS_Sans_SC_Light';
    border-radius: max(20px, 1.5rem);
}

.footer .mid-block .box .share .s-tit:before {
    content: '';
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/search-1.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.footer .mid-block .box .otherlink {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid #e6e6e6;
}

.footer .mid-block .box .otherlink a {
    display: flex;
    align-items: center;
    position: relative;
}

.footer .mid-block .box .otherlink a:after {
    content: '';
    width: max(20px, 1.875rem);
    height: max(20px, 1.875rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/footer-icon-2.png");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer .mid-block .box .otherlink .img-box {
    width: 8em;
}

.footer .mid-block .box .otherlink .img-box img {
    display: block;
    width: 100%;
}

.footer .mid-block .box .otherlink .s-tit {
    font-size: max(14px, 1.25rem);
    color: #a8a8a8;
    font-family: 'HarmonyOS_Sans_SC_Light';
    padding-left: 0.75rem;
}

.footer .bot-block {
    border-top: 1px solid #e6e6e6;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .bot-block .left-box p {
    font-size: max(12px, 0.875rem);
    color: #000000;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.footer .bot-block .left-box p a,
.footer .bot-block .left-box p img {
    display: inline-block;
    margin-left: 1rem;
}

.footer .bot-block .left-box p a {
    color: #000000;
}

.footer .bot-block .right-box {
    display: flex;
    grid-gap: 2rem;
}

.footer .bot-block .right-box a {
    font-size: max(12px, 0.875rem);
    color: #000000;
    font-family: 'HarmonyOS_Sans_SC_Light';
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .footer .bot-block .right-box a:hover {
        color: #e60012;
    }
}

.fixed-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}

.fixed-form .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.fixed-form .main {
    width: 90%;
    max-width: max(500px, 40rem);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 2;
}

.fixed-form .block {
    padding: 3.75rem;
    background: #fff url("../images/service/img-3.png") right top no-repeat;
    background-size: 100% auto;
}

.fixed-form .tit {
    font-size: max(20px, 1.875rem);
    color: #092a44;
}

.fixed-form .tit.red {
    color: #e60012;
}

.fixed-form p {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
}

.fixed-form .form {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
}

.fixed-form .form .box {
    width: 100%;
}

.fixed-form .form .box:nth-of-type(1),
.fixed-form .form .box:nth-of-type(2),
.fixed-form .form .box:nth-of-type(3),
.fixed-form .form .box:nth-of-type(4) {
    width: calc((100% - 1.25rem) / 2);
}

.fixed-form .form .box.border {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 1.25rem 0 1.25rem 1.25rem;
    display: flex;
    align-items: flex-start;
}

.fixed-form .form .box span {
    width: 11.25rem;
    font-size: max(12px, 0.875rem);
    color: #808080;
    line-height: 20px;
}

.fixed-form .form .items {
    width: calc(100% - 11.25rem);
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 1rem;
}

.fixed-form .form .item {
    width: 33.33%;
    display: flex;
    align-items: center;
}

.fixed-form .form .item em {
    font-size: max(12px, 0.875rem);
    color: #081d2e;
    font-style: normal;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.fixed-form .form .agree {
    font-size: 14px;
    color: #808080;
}

.fixed-form .form .agree a {
    color: #e60012;
}

.fixed-form .form input[type="text"] {
    display: block;
    width: 100%;
    height: max(40px, 3.75rem);
    padding: 0 1.25rem;
    font-size: max(12px, 0.875rem);
    color: #808080;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.fixed-form .form textarea {
    display: block;
    width: 100%;
    min-height: auto;
    height: 10rem;
    padding: 10px 1.25rem;
    border-radius: 0;
    font-size: max(12px, 0.875rem);
    color: #808080;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    resize: none;
}

.fixed-form .form button {
    width: 100%;
    height: max(40px, 3.75rem);
    background-color: #092a44;
    font-size: max(14px, 1.125rem);
    color: #fff;
    cursor: pointer;
}

.fixed-form .form button.red {
    background-color: #e60012;
    border-radius: max(20px, 1.875rem);
}

.fixed-form .form .layui-form-checked[lay-skin=primary] i {
    border-color: #e60012 !important;
    background-color: #e60012 !important;
}

.fixed-form .form .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #e60012;
}

.fixed-form .form .layui-input:hover,
.fixed-form .form .layui-textarea:hover {
    border-color: #092a44 !important;
}

.fixed-form .form .layui-form-radio {
    padding-right: 0;
    line-height: 20px;
    margin: 0 0 0 15px;
}

.fixed-form .form .layui-form-radio>i {
    font-size: 16px;
}

.fixed-form .form .layui-form-radio * {
    font-size: max(12px, 0.875rem);
}

.fixed-form .form .layui-form-radio:hover *,
.fixed-form .form .layui-form-radioed,
.fixed-form .form .layui-form-radioed>i {
    color: #e60012;
}

.fixed-tologin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.fixed-tologin .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.fixed-tologin .main {
    width: 90%;
    max-width: max(400px, 31.25rem);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 2;
}

.fixed-tologin .top-box {
    padding: 3.75rem 2.5rem 2.5rem;
}

.fixed-tologin .top-box i {
    display: block;
    width: 6.875rem;
    height: 6.875rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/service/icon-6.png");
}

.fixed-tologin .top-box span {
    display: block;
    font-size: 1.625rem;
    color: #092a44;
    text-align: center;
    margin-top: 2rem;
}

.fixed-tologin .top-box a.link {
    display: block;
    padding: 0 1.25rem;
    margin: 1.25rem auto 0;
    width: max(140px, 11.25rem);
    line-height: max(40px, 3.125rem);
    font-size: max(14px, 1rem);
    color: #fff;
    background: #092a44 url("../images/user/icon-2.png") calc(100% - 1.25rem) center no-repeat;
}

.fixed-tologin .tips {
    border-top: 1px solid #e6e6e6;
    padding: 1rem;
    text-align: center;
    font-size: 14px;
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.fixed-tologin .tips a {
    color: #e60012;
}

.fixed-submitsuccess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.fixed-submitsuccess .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.fixed-submitsuccess .main {
    width: 90%;
    max-width: max(400px, 31.25rem);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 2;
}

.fixed-submitsuccess .top-box {
    padding: 3.75rem 2.5rem 2.5rem;
}

.fixed-submitsuccess .top-box i {
    display: block;
    width: 6.125rem;
    height: 6.125rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/service/icon-7.png");
}

.fixed-submitsuccess .top-box span {
    display: block;
    font-size: 1.625rem;
    color: #092a44;
    text-align: center;
    margin-top: 2rem;
}

.fixed-submitsuccess .top-box p {
    font-size: max(14px, 1.125rem);
    color: #092a44;
    text-align: center;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 5px;
}

.fixed-submitsuccess .top-box .back {
    display: block;
    padding: 0 1.25rem;
    margin: 1.25rem auto 0;
    width: max(140px, 11.25rem);
    line-height: max(40px, 3.125rem);
    font-size: max(14px, 1rem);
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #092a44;
}

.fixed-right {
    position: fixed;
    right: 2.5rem;
    bottom: 20%;
    z-index: 11;
}

.fixed-right.active {
    opacity: 1;
    pointer-events: auto;
}

.fixed-right .block {
    background-color: #fff;
    border-radius: 25px;
    width: 50px;
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.06);
}

.fixed-right .show-form {
    padding: 0 0 15px;
    cursor: pointer;
}

.fixed-right .show-form span {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
}

.fixed-right .show-form span:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background-color: #e60012;
    opacity: .1;
    z-index: 1;
}

.fixed-right .show-form span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #e60012;
    opacity: .4;
    z-index: 2;
}

.fixed-right .show-form span i {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    background-color: #e60012;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/fixed-right-1.svg");
    background-size: auto 18px;
    z-index: 3;
}

.fixed-right .show-form .tit {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #5c646b;
    padding: 0 10px;
}

.fixed-right .consult {
    position: relative;
    padding: 20px 0;
    cursor: pointer;
}

.fixed-right .consult:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fixed-right .consult .show:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/fixed-right-2.svg");
}

.fixed-right .consult .show span {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #5c646b;
}

.fixed-right .consult .hide {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.fixed-right .consult .hide:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
}

.fixed-right .consult .hide .box {
    width: 170px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #fff url("../images/fixed-right-4.png") center top no-repeat;
    background-size: 100% auto;
    padding: 30px 24px;
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.06);
}

.fixed-right .consult .hide .tit {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.fixed-right .consult .hide .img-box {
    width: 100px;
    border: 2px solid #e60012;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto 0;
}

.fixed-right .consult .hide img {
    display: block;
    width: 100%;
}

.fixed-right .consult .hide p {
    font-size: 14px;
    color: #9c9c9c;
    text-align: center;
    margin-top: 10px;
}

.fixed-right .consult .hide .tel {
    font-size: 18px;
    color: #333333;
    font-family: 'Rajdhani-Medium';
    text-align: center;
}

.fixed-right .consult .hide a {
    display: block;
    margin-top: 10px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #e60012;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.fixed-right .consult .hide a:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/fixed-right-2-1.svg");
}

@media (any-hover: hover) {
    .fixed-right .consult:hover .hide {
        opacity: 1;
        pointer-events: auto;
    }
}

.fixed-right .totop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/fixed-right-3.svg");
    background-size: auto 14px;
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.06);
    cursor: pointer;
    margin-top: 10px;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
}

.fixed-bottom .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 5%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.fixed-bottom a.link {
    text-align: center;
}

.fixed-bottom a.link i {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fixed-bottom a.link span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.fixed-bottom a.obtain i {
    background-image: url("../images/fixed-1.svg");
}

.fixed-bottom a.tel i {
    background-image: url("../images/fixed-2.svg");
}

.fixed-bottom a.form {
    width: 160px;
    background-color: #e60012;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 24px;
    color: #fff;
}

.fixed-infomation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}

.fixed-infomation .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.fixed-infomation .main {
    width: 90%;
    max-width: max(600px, 50rem);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 2;
}

.fixed-infomation .block {
    position: relative;
    padding: 3.75rem;
    background: #fff url("../images/service/img-3.png") 101% top no-repeat;
    background-size: 80% auto;
}

.fixed-infomation .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("../images/close-2.svg") center no-repeat;
    background-size: contain;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 2;
}

@media (any-hover: hover) {
    .fixed-infomation .close:hover {
        transform: rotate(180deg);
    }
}

.fixed-infomation .tit {
    font-size: max(20px, 1.875rem);
    color: #092a44;
}

.fixed-infomation p {
    max-width: max(400px, 32.5rem);
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d7dee5;
}

.fixed-infomation .ewm-box {
    width: 10rem;
    margin-top: 1rem;
}

.fixed-infomation .ewm-box img {
    display: block;
    width: 100%;
}

.fixed-infomation .info {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 1rem;
    border-top: 1px solid #d7dee5;
    position: relative;
}

.fixed-infomation .info:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d7dee5;
    position: absolute;
    top: 50%;
    left: 0;
}

.fixed-infomation .item {
    width: calc((100% - 2rem) / 3);
    max-width: 270px;
    padding-right: 1rem;
    padding: 1.25rem 0;
}

.fixed-infomation .item a {
    font-size: 1.5rem;
    color: #081d2e;
    font-family: 'Rajdhani-Medium';
    line-height: 1;
}

.fixed-infomation .item span {
    display: block;
    font-size: max(12px, 0.875rem);
    color: #081d2e;
    margin-top: 5px;
}

.fixed-infomation .s-tips {
    margin-top: 2.5rem;
    font-size: max(12px, 0.875rem);
    color: #081d2e;
    line-height: 1.5;
}

.wrap-s {
    width: 90rem;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.c-bg-fixed,
.join-s4,
.solution-s18,
.solution-s35 .bg,
.service-s3,
.about-s6,
.user-login {
    background-attachment: fixed;
}

.c-crumbs {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 3.75rem;
    z-index: 5;
    position: sticky;
    top: 0;
}

.c-crumbs.border {
    border-bottom: 1px solid #e6e6e6;
}

.c-crumbs .left-box {
    display: flex;
    grid-gap: 1.25rem;
}

.c-crumbs .left-box a,
.c-crumbs .left-box span {
    font-size: 14px;
    line-height: 50px;
    color: #999;
}

.c-crumbs .left-box a.home {
    opacity: 0.6;
    transition: all .3s ease;
}

.c-crumbs .left-box a.home:before {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/crumbs-icon-1.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .c-crumbs .left-box a.home:hover {
        opacity: 1;
        color: #e60012;
    }
    .c-crumbs .left-box a.home:hover:before {
        background-image: url("../images/crumbs-icon-1-1.svg");
    }
}

.c-crumbs .left-box .link:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #999999;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 1.25rem 0 0;
}

.c-crumbs .left-box a.link {
    opacity: 0.6;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .c-crumbs .left-box a.link:hover {
        opacity: 1;
        color: #e60012;
    }
}

.c-crumbs .right-box .box {
    display: flex;
    grid-gap: 3.125rem;
}

.c-crumbs .right-box a {
    font-size: 14px;
    color: #999999;
    line-height: 50px;
    position: relative;
    transition: color .3s ease;
}

.c-crumbs .right-box a:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.c-crumbs .right-box a.active {
    color: #e60012;
}

.c-crumbs .right-box a.active:after {
    opacity: 1;
}

@media (any-hover: hover) {
    .c-crumbs .right-box a:hover {
        color: #e60012;
    }
    .c-crumbs .right-box a:hover:after {
        opacity: 1;
    }
}

.c-crumbs a.consult {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background-color: #e60012;
    padding: 0 1rem;
    position: absolute;
    top: 50%;
    right: 3.75rem;
    border-radius: 16px;
    margin-top: -16px;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .c-crumbs a.consult:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.c-product-crumbs {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 3.75rem;
    z-index: 5;
    position: sticky;
    top: 0;
}

.c-product-crumbs .left-box {
    display: flex;
    grid-gap: 1.25rem;
}

.c-product-crumbs .left-box a,
.c-product-crumbs .left-box span {
    font-size: 14px;
    line-height: max(50px, 3.75rem);
    color: #999;
}

.c-product-crumbs .left-box a.home {
    opacity: 0.6;
}

.c-product-crumbs .left-box a.home:before {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/crumbs-icon-1.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.c-product-crumbs .left-box .link:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #999999;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 1.25rem 0 0;
}

.c-product-crumbs .left-box a.link {
    opacity: 0.6;
}

.c-product-crumbs .right-box {
    display: flex;
    grid-gap: 3.75rem;
    align-items: center;
}

.c-product-crumbs .right-box .link {
    display: flex;
    grid-gap: 1.875rem;
}

.c-product-crumbs .right-box .link span {
    font-size: 14px;
    color: #999999;
    line-height: max(50px, 3.75rem);
    position: relative;
    cursor: pointer;
    transition: color .3s ease;
}

.c-product-crumbs .right-box .link span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.c-product-crumbs .right-box .link span.active {
    color: #e60012;
}

.c-product-crumbs .right-box .link span.active:after {
    opacity: 1;
}

@media (any-hover: hover) {
    .c-product-crumbs .right-box .link span:hover {
        color: #e60012;
    }
    .c-product-crumbs .right-box .link span:hover:after {
        opacity: 1;
    }
}

.c-product-crumbs a.consult {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background-color: #e60012;
    padding: 0 1rem;
    border-radius: 16px;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .c-product-crumbs a.consult:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.c-pages {
    font-size: 0;
    text-align: center;
}

.c-pages li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.c-pages li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-pages li:first-of-type a,
.c-pages li:last-of-type a {
    width: 60px;
}

.c-pages li:hover a,
.c-pages li.active a {
    border-color: #e60012;
    background-color: #e60012;
    color: #fff;
}

.c-banner {
    position: relative;
    overflow: hidden;
}

.c-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/banner-bg.png");
    z-index: 2;
}

.c-banner .img-box img {
    display: block;
    width: 100%;
    height: 28.65vw;
    object-fit: cover;
}

.c-banner .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.c-banner .tit {
    font-size: 3rem;
    color: #fff;
}

.c-banner p {
    font-size: max(16px, 1.25rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
}

.c-banner.min .img-box img {
    height: 23.4375vw;
}

.c-banner.bg-1:after {
    background-image: url("../images/banner-bg-1.png");
}

.about-label {
    font-size: 3rem;
    color: #081d2e;
}

.prolabel {
    font-size: max(24px, 2rem);
    color: #081d2e;
}

.solution-label {
    font-size: 2.625rem;
    text-align: center;
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.index-label {
    font-size: 2.75rem;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-align: center;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
}

.loading .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.loading .process {
    position: absolute;
    bottom: 7.5rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 3.75rem;
    font-family: 'Microsoft YaHei';
    color: #ccc;
    z-index: 4;
}

.loading .block-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.loading .block-1 .img-box {
    position: absolute;
    bottom: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max(140px, 10rem);
}

.loading .block-1 .img-box img {
    display: block;
    width: 100%;
}

.loading .block-1 .line-1 {
    position: absolute;
    top: 50%;
    width: 102%;
    left: -1%;
}

.loading .block-1 .line-1 svg {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.loading .block-1 .line-1 .svg-left,
.loading .block-1 .line-1 .svg-right {
    stroke-dasharray: 3074;
    stroke-dashoffset: 3074;
}

.loading .block-1 .line-2 {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.loading .block-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.loading .block-2 .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(3.7) translateY(10.3vw);
}

.loading .block-2 .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.loading .block-2 .line.line-1:before,
.loading .block-2 .line.line-1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(50vh - 20vw);
    background-color: #fff;
}

.loading .block-2 .line.line-1:before {
    top: 0;
}

.loading .block-2 .line.line-1:after {
    bottom: 0;
}

.loading .block-2 .line.line-2:before,
.loading .block-2 .line.line-2:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 30vw);
    background-color: #fff;
}

.loading .block-2 .line.line-2:before {
    left: 0;
}

.loading .block-2 .line.line-2:after {
    right: 0;
}

.loading .block-2 .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.loading .block-2 img {
    display: block;
    width: 100%;
}

.loading .block-2 .img1 {
    position: absolute;
    top: 0;
    left: 0;
}

.loading.animate .block-1 .line-1 .svg-left,
.loading.animate .block-1 .line-1 .svg-right {
    animation: loading-1 20s linear forwards;
}

.loading.active .bg {
    animation: loading-2 2s linear forwards;
}

.loading.active .process {
    opacity: 0;
    transition: opacity .3s ease;
}

.loading.active .block-1 {
    opacity: 0;
    transition: opacity .3s ease;
}

.loading.active .block-2 {
    opacity: 1;
    transition: opacity .3s ease;
}

.loading.active .block-2 .box {
    animation: loading-3 2s linear forwards;
}

.loading.active .block-2 .img1 {
    animation: loading-4 2s linear forwards;
}

.index-s1 {
    background-color: #000;
    position: relative;
}

.index-s1:after {
    content: '';
    width: 100%;
    height: 2vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url("../images/solution/img-25.png") center bottom no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.index-s1 .item {
    position: relative;
    height: calc(100vh + 2vw);
    overflow: hidden;
}

.index-s1 .item .img-box {
    height: 100%;
    position: relative;
    z-index: 1;
}

.index-s1 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 5s ease;
    will-change: transform;
}

.index-s1 .item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-s1 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 2vw;
    z-index: 2;
}

.index-s1 .item .tit {
    font-size: 4rem;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    opacity: 0;
}

.index-s1 .item p {
    font-size: max(14px, 1.25rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
    opacity: 0;
}

.index-s1 .item.swiper-slide-active img {
    transform: scale(1);
}

.index-s1 .item.swiper-slide-active .tit,
.index-s1 .item.swiper-slide-active p {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.index-s1 .item.swiper-slide-active p {
    animation-delay: .1s;
}

.index-s1 .pagination {
    position: absolute;
    bottom: 6.25vw;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 2;
}

.index-s1 .pagination span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 1rem;
    cursor: pointer;
}

.index-s1 .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.index-s1 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.index-s1 .pagination span:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
}

.index-s1 .pagination span svg {
    fill: none;
    stroke: #e60012;
    stroke-width: 2px;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transform: rotate(-90deg);
}

.index-s1 .pagination span.active:before {
    opacity: 1;
}

.index-s1 .pagination span.active svg {
    animation: indexsvg 5.5s linear forwards;
}

.index-s1 .pagination span:nth-of-type(1).active svg {
    animation-duration: 29s;
}

.index-s1 .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s ease;
}

.index-s1 .button .btn {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .index-s1 .button .btn:hover {
        opacity: 1;
    }
}

.index-s1 .button.show {
    opacity: 1;
}

.index-s1 .prev {
    left: 3.75rem;
}

.index-s1 .prev .btn {
    background-image: url("../images/index/left.svg");
}

.index-s1 .next {
    right: 3.75rem;
}

.index-s1 .next .btn {
    background-image: url("../images/index/right.svg");
}

.index-s2 {
    padding: 7.5rem 0;
}

.index-s2 .index-label {
    text-align: left;
}

.index-s2 .top-block {
    margin-top: 3.75rem;
    display: flex;
    align-items: center;
    grid-gap: 2rem;
}

.index-s2 .tab-tit {
    width: calc(100% - 25.75rem);
}

.index-s2 .tab-tit .sw {
    display: flex;
    grid-gap: 1rem;
}

.index-s2 .tab-tit .item {
    cursor: pointer;
}

.index-s2 .tab-tit .item span {
    display: block;
    padding: 1rem 1.5rem;
    font-size: max(14px, 1.125rem);
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    transition: background .3s ease;
}

.index-s2 .tab-tit .item span:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png");
    vertical-align: middle;
    margin: -2px 1rem 0 0;
    display: none;
}

.index-s2 .tab-tit .item.active span {
    background-color: #faf9f9;
    border-radius: 5px;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.index-s2 .tab-tit .item.active span:before {
    display: inline-block;
}

@media (any-hover: hover) {
    .index-s2 .tab-tit .item:hover span {
        background-color: #faf9f9;
    }
}

.index-s2 .form {
    width: 23.75rem;
    height: max(40px, 3.375rem);
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: max(20px, 1.6875rem);
    position: relative;
    padding: 0 0 0 calc(1.875rem + 16px);
}

.index-s2 .form:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/search-1.svg");
    position: absolute;
    left: 1.875rem;
    top: 50%;
    margin-top: -8px;
}

.index-s2 .form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 14px;
    color: #808080;
    padding: 0 1.25rem;
}

.index-s2 .tab-cont {
    margin-top: 3.75rem;
}

.index-s2 .tab-cont .child {
    display: none;
}

.index-s2 .tab-cont .child.active {
    display: block;
}

.index-s2 .items {
    display: flex;
    grid-gap: 2rem;
    flex-wrap: wrap;
}

.index-s2 .items .item {
    width: calc((100% - 2rem) / 2);
    position: relative;
    border-radius: 5px;
    background-color: #f8f8f8;
    overflow: hidden;
    transition: all .3s ease;
}

.index-s2 .items .item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/img-3.png");
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
}

.index-s2 .items .item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.index-s2 .items .item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.24;
    filter: grayscale(1);
}

.index-s2 .items .item .txt-box {
    padding: 3.125rem;
    position: relative;
    z-index: 3;
}

.index-s2 .items .item .box {
    padding-bottom: max(80px, 7.5rem);
    margin-right: 13.75rem;
    position: relative;
    z-index: 2;
}

.index-s2 .items .item .pic {
    width: 12.5rem;
    height: 12.5rem;
    text-align: center;
    position: absolute;
    right: 1.875rem;
    bottom: 0;
    z-index: 1;
}

.index-s2 .items .item .pic img {
    width: auto;
    max-width: 100%;
    max-height: 1005；;
}

.index-s2 .items .item .en {
    font-size: 2rem;
    color: #e60013;
    font-family: 'Rajdhani-Bold';
    line-height: 1;
}

.index-s2 .items .item .tit {
    font-size: max(16px, 1.5rem);
    color: #333333;
}

.index-s2 .items .item p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: max(14px, 1rem);
    color: #333333;
    line-height: 1.5;
    height: max(42px, 3rem);
    font-family: 'HarmonyOS_Sans_SC_Light';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.index-s2 .items .item .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: .625rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.index-s2 .items .item .link a {
    width: calc((100% - 1.25rem) / 3);
    padding: 0 1rem;
    line-height: max(26px, 2rem);
    font-size: max(12px, 0.85rem);
    color: #808080;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-align: center;
    background-color: #ebebeb;
    border-radius: 5px;
    transition: all .3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .index-s2 .items .item .link a:hover {
        background-color: #e60012;
        color: #fff;
    }
}

@media (any-hover: hover) {
    .index-s2 .items .item:hover {
        box-shadow: 0 1.25rem 1.25rem rgba(0, 0, 0, 0.05);
    }
    .index-s2 .items .item:hover:after {
        opacity: 1;
    }
    .index-s2 .items .item:hover .img-box {
        opacity: 1;
    }
    .index-s2 .items .item:hover p {
        opacity: 0;
        visibility: hidden;
    }
    .index-s2 .items .item:hover .link {
        opacity: 1;
        visibility: visible;
    }
}

.index-s3 {
    background-color: #f9f9f9;
}

.index-s3 .index-label {
    text-align: left;
}

.index-s3 .top-block {
    position: relative;
    overflow: hidden;
}

.index-s3 .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    overflow: hidden;
    z-index: 1;
}

.index-s3 .video-bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(18%);
}

.index-s3 .label-box {
    position: absolute;
    top: 7.5rem;
    left: 0;
    width: 100%;
    z-index: 3;
}

.index-s3 .tab-cont {
    position: relative;
    z-index: 2;
}

.index-s3 .tab-cont .child {
    height: 56.25rem;
    position: relative;
    display: none;
}

.index-s3 .tab-cont .child.active {
    display: block;
}

.index-s3 .tab-cont .child.active .info-box .tit,
.index-s3 .tab-cont .child.active .info-box p,
.index-s3 .tab-cont .child.active .info-box .btn {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.index-s3 .tab-cont .child.active .info-box p {
    animation-delay: .1s;
}

.index-s3 .tab-cont .child.active .info-box .btn {
    animation-delay: .2s;
}

.index-s3 .tab-cont .child.active .cont-box .img-box {
    animation: o-upfade-left 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.index-s3 .tab-cont .child:nth-of-type(1) .dot:nth-of-type(1) {
    top: 58.5%;
    left: 32%;
}

.index-s3 .tab-cont .child:nth-of-type(1) .dot:nth-of-type(2) {
    top: 55%;
    left: 53%;
}

.index-s3 .tab-cont .child:nth-of-type(1) .dot:nth-of-type(3) {
    top: 80%;
    left: 26%;
}

.index-s3 .tab-cont .child:nth-of-type(1) .dot:nth-of-type(4) {
    top: 78%;
    left: 49%;
}

.index-s3 .tab-cont .child:nth-of-type(2) .dot:nth-of-type(1) {
    top: 83%;
    left: 32%;
}

.index-s3 .tab-cont .child:nth-of-type(2) .dot:nth-of-type(2) {
    top: 80%;
    left: 53%;
}

.index-s3 .tab-cont .child:nth-of-type(2) .dot:nth-of-type(3) {
    top: 83%;
    left: 72%;
}

.index-s3 .tab-cont .child:nth-of-type(3) .dot:nth-of-type(1) {
    top: 86%;
    left: 16%;
}

.index-s3 .tab-cont .child:nth-of-type(3) .dot:nth-of-type(2) {
    top: 89%;
    left: 35%;
}

.index-s3 .tab-cont .child:nth-of-type(3) .dot:nth-of-type(3) {
    top: 91%;
    left: 55%;
}

.index-s3 .tab-cont .child:nth-of-type(3) .dot:nth-of-type(4) {
    top: 94%;
    left: 74%;
}

.index-s3 .tab-cont .child:nth-of-type(4) .dot:nth-of-type(1) {
    top: 71%;
    left: 16%;
}

.index-s3 .tab-cont .child:nth-of-type(4) .dot:nth-of-type(2) {
    top: 80%;
    left: 68%;
}

.index-s3 .tab-cont .child:nth-of-type(4) .dot:nth-of-type(3) {
    top: 63%;
    left: 78%;
}

.index-s3 .tab-cont .info-box {
    position: relative;
    height: 100%;
    z-index: 1;
}

.index-s3 .tab-cont .info-box .wrap-s {
    height: 100%;
}

.index-s3 .tab-cont .info-box .block {
    width: 30rem;
    height: 100%;
    padding-top: 27rem;
}

.index-s3 .tab-cont .info-box .tit {
    display: inline-block;
    font-size: max(20px, 1.875rem);
    color: #fff;
    line-height: max(40px, 3.375rem);
    padding: 0 5rem 0 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/img-12.png");
    background-size: 100% 100%;
    opacity: 0;
}

.index-s3 .tab-cont .info-box p {
    font-size: max(14px, 1.125rem);
    color: #0f1a22;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.25rem;
    opacity: 0;
}

.index-s3 .tab-cont .info-box .btn {
    margin-top: 3.75rem;
    opacity: 0;
}

.index-s3 .tab-cont .info-box .btn a {
    display: inline-block;
    padding: 0 2rem;
    font-size: 14px;
    color: #656565;
    border: 2px solid #e5e5e5;
    line-height: max(36px, 2.5rem);
    border-radius: max(20px, 1.5rem);
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .index-s3 .tab-cont .info-box .btn a:hover {
        transform: translateY(-3px);
        color: #fff;
        background-color: #e60012;
        border-color: #e60012;
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.index-s3 .tab-cont .cont-box {
    width: 61vw;
    max-width: 1170px;
    height: 83%;
    position: absolute;
    right: 0;
    bottom: 6%;
    z-index: 2;
}

.index-s3 .tab-cont .cont-box .img-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    opacity: 0;
}

.index-s3 .tab-cont .cont-box img {
    display: block;
    width: 100%;
}

.index-s3 .tab-cont .cont-box .dot {
    position: absolute;
    transform: translateX(-50%);
}

.index-s3 .tab-cont .cont-box .dot .ani {
    position: relative;
    display: block;
    animation: o-ani5-1 2s linear infinite;
}

.index-s3 .tab-cont .cont-box .dot .ani:after {
    content: '';
    width: 1px;
    height: 6.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/img-13.png");
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    pointer-events: none;
}

.index-s3 .tab-cont .cont-box .dot i {
    margin: 0 auto;
    display: block;
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png");
}

.index-s3 .tab-cont .cont-box .dot span {
    display: block;
    font-size: max(12px, 0.9375rem);
    color: #0f1a22;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 5px;
}

.index-s3 .tab-cont .cont-box .dot:nth-of-type(1) .ani {
    animation-delay: .2s;
}

.index-s3 .tab-cont .cont-box .dot:nth-of-type(2) .ani {
    animation-delay: .5s;
}

.index-s3 .tab-cont .cont-box .dot:nth-of-type(4) .ani {
    animation-delay: .6s;
}

.index-s3 .tab-cont .cont-box .dot:nth-of-type(5) .ani {
    animation-delay: .3s;
}

.index-s3 .tab-cont .cont-box .dot:nth-of-type(6) .ani {
    animation-delay: .7s;
}

.index-s3 .tab-cont .cont-box .dot:nth-of-type(7) .ani {
    animation-delay: .3s;
}

.index-s3 .tab-cont .cont-box .dot:nth-of-type(8) .ani {
    animation-delay: .4s;
}

@media (any-hover: hover) {
    .index-s3 .tab-cont .cont-box .dot:hover .ani {
        animation-play-state: paused;
    }
    .index-s3 .tab-cont .cont-box .dot:hover span {
        color: #e60012;
    }
}

.index-s3 .tab-tit {
    background-color: #f7f7f7;
}

.index-s3 .tab-tit .flex {
    display: flex;
}

.index-s3 .tab-tit .item {
    width: 20%;
    padding: 2.5rem 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 10px;
    cursor: pointer;
}

.index-s3 .tab-tit .item:before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-1.png");
    display: none;
}

.index-s3 .tab-tit .item span {
    font-size: max(14px, 1rem);
    line-height: 20px;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    max-width: calc(100% - 30px);
}

.index-s3 .tab-tit .item:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #e60013;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left bottom;
}

.index-s3 .tab-tit .item.active:before {
    display: block;
}

.index-s3 .tab-tit .item.active:after {
    transform: scaleX(1);
    transition: transform .5s ease;
}

@media (any-hover: hover) {
    .index-s3 .tab-tit .item:hover:after {
        transform: scaleX(1);
        transition: transform .5s ease;
    }
}

.index-s4 .sticky {
    position: relative;
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
}

.index-s4 .main-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.index-s4 .main-block .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background: url("../video/main-bg.png") center top no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    pointer-events: none;
}

.index-s4 .main-block .txt-box img {
    width: 13.125rem;
}

.index-s4 .main-block .txt-box span {
    font-size: 2.5rem;
    color: #000000;
    margin-left: 1.25rem;
    padding-left: 1.25rem;
    border-left: 1px solid #dbdada;
}

.index-s4 .main-block .dot-box {
    position: absolute;
    top: 3.125vw;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: opacity .3s ease;
    transition-delay: .3s;
}

.index-s4 .main-block .dot-box .dot {
    position: absolute;
    transform: translateX(-50%);
    padding: 0 1.875rem;
    background-color: rgba(47, 200, 233, 0.6);
    border: 2px solid #2fc8e9;
    border-radius: 1.625rem;
    display: flex;
    align-items: center;
    grid-gap: 0.75rem;
    transition: all .3s ease;
    cursor: pointer;
}

.index-s4 .main-block .dot-box .dot:before {
    content: '';
    width: max(14px, 1.0625rem);
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../video/icon-1-1.png");
    transition: all .3s ease;
}

.index-s4 .main-block .dot-box .dot span {
    display: block;
    font-size: max(12px, 1.125rem);
    line-height: 3rem;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-shadow: 0 3px 3px rgba(21, 110, 121, 0.8);
    transition: all .3s ease;
}

.index-s4 .main-block .dot-box .dot:after {
    content: '';
    width: 3px;
    height: 79px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../video/icon-2.png");
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1px;
}

.index-s4 .main-block .dot-box .dot:nth-of-type(1) {
    top: 11%;
    left: 15.5%;
}

.index-s4 .main-block .dot-box .dot:nth-of-type(2) {
    top: 16%;
    left: 57.5%;
}

.index-s4 .main-block .dot-box .dot:nth-of-type(3) {
    top: 36%;
    left: 14%;
}

.index-s4 .main-block .dot-box .dot:nth-of-type(4) {
    top: 38%;
    left: 45.5%;
}

.index-s4 .main-block .dot-box .dot:nth-of-type(5) {
    top: 30%;
    left: 79%;
}

.index-s4 .main-block .dot-box .dot:nth-of-type(6) {
    top: 70%;
    left: 47%;
}

@media (any-hover: hover) {
    .index-s4 .main-block .dot-box .dot:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }
    .index-s4 .main-block .dot-box .dot:hover:before {
        background-image: url("../video/icon-1-2.png");
    }
    .index-s4 .main-block .dot-box .dot:hover span {
        color: #20768e;
        text-shadow: none;
    }
}

.index-s4 .main-block.active {
    pointer-events: none;
}

.index-s4 .main-block.active .dot-box {
    opacity: 0;
    transition-delay: 0s;
}

.index-s4 .bg-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53.125vw;
    z-index: 1;
}

.index-s4 .bg-block .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-s4 .bg-block .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-s4 .bg-block .video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index-s4 .bg-block .video-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-s4 .ani-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.index-s4 .ani-block .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}

.index-s4 .ani-block .block .video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-s4 .ani-block .block .video-box video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-s4 .ani-block .block .video-box video:nth-of-type(1) {
    z-index: 2;
}

.index-s4 .ani-block .block .video-box video:nth-of-type(2) {
    z-index: 1;
}

.index-s4 .ani-block .block .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.index-s4 .ani-block .block .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-s4 .ani-block .block .dot-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.index-s4 .ani-block .block .dot-box .dot {
    position: absolute;
    transform: translateX(-50%);
    padding: 0 1.875rem;
    background-color: rgba(47, 200, 233, 0.6);
    border: 2px solid #2fc8e9;
    border-radius: 1.625rem;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    cursor: pointer;
}

.index-s4 .ani-block .block .dot-box .dot span {
    display: block;
    font-size: max(12px, 1.125rem);
    line-height: 3rem;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-shadow: 0 3px 3px rgba(21, 110, 121, 0.8);
    transition: all .3s ease;
}

.index-s4 .ani-block .block .dot-box .dot:after {
    content: '';
    width: 3px;
    height: 79px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../video/icon-2.png");
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1px;
}

@media (any-hover: hover) {
    .index-s4 .ani-block .block .dot-box .dot:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }
    .index-s4 .ani-block .block .dot-box .dot:hover span {
        color: #20768e;
        text-shadow: none;
    }
}

.index-s4 .ani-block .block .txt-box {
    width: 30vw;
    max-width: 560px;
    position: absolute;
    right: 12.5vw;
    bottom: 10vw;
    z-index: 4;
    opacity: 0;
    transform: translateY(10%);
}

.index-s4 .ani-block .block .txt-box .box {
    height: max(360px, 30rem);
    padding: 5rem;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
}

.index-s4 .ani-block .block .txt-box .tit {
    font-size: 1.75rem;
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.index-s4 .ani-block .block .txt-box .tit:before {
    content: '';
    width: 3.75rem;
    height: 6px;
    background-color: #33c7e7;
    display: block;
    margin-bottom: 1rem;
}

.index-s4 .ani-block .block .txt-box .para {
    font-size: max(14px, 1.125rem);
    color: #092a44;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-s4 .ani-block .block .txt-box .back {
    padding: 0 1.5rem;
    line-height: 3rem;
    font-size: max(12px, 1rem);
    color: #fff;
    background-color: #092a44;
    border-radius: 1.5rem;
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    cursor: pointer;
}

.index-s4 .ani-block .block .txt-box .back:before {
    content: '';
    width: max(14px, 1.125rem);
    height: max(14px, 1.125rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../video/icon-3.png");
    margin: -2px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.index-s4 .ani-block .block.active {
    opacity: 1;
    pointer-events: auto;
    transition-duration: 0s;
}

.index-s4 .ani-block .block.show .img-box {
    opacity: 1;
    transition: opacity .3s linear;
}

.index-s4 .ani-block .block.show .dot-box {
    opacity: 1;
    transition: opacity .5s .5s ease;
}

.index-s4 .ani-block .block.show .txt-box {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s .5s ease;
}

.index-s4 .ani-block .block.change .video-box video:nth-of-type(1) {
    z-index: 1;
}

.index-s4 .ani-block .block.change .video-box video:nth-of-type(2) {
    z-index: 2;
}

.m-index-s4 {
    display: none;
    padding: 0 0 6rem;
}

.m-index-s4 .img-box {
    margin-top: 2rem;
}

.m-index-s4 img {
    display: block;
    width: 100%;
}

.index-s5 {
    height: 250vh;
}

.index-s5 .sticky {
    position: sticky;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/index/img-7.jpg");
    top: 0;
    height: 100vh;
}

.index-s5 .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.index-s5 .icon .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-s5 .icon .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-s5 .icon .line.line-1:before,
.index-s5 .icon .line.line-1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(50vh - 30rem);
    background-color: #fff;
}

.index-s5 .icon .line.line-1:before {
    top: 0;
}

.index-s5 .icon .line.line-1:after {
    bottom: 0;
}

.index-s5 .icon .line.line-2:before,
.index-s5 .icon .line.line-2:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50rem);
    background-color: #fff;
}

.index-s5 .icon .line.line-2:before {
    left: 0;
}

.index-s5 .icon .line.line-2:after {
    right: 0;
}

.index-s5 .icon .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120rem;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.index-s5 .icon img {
    display: block;
    width: 100%;
}

.index-s5 .txt-block-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: calc(50vh + 7.5rem);
    z-index: 2;
    background: url("../images/index/img-14.png") center bottom no-repeat;
    background-size: 100% auto;
}

.index-s5 .txt-block-1 .para {
    font-size: max(16px, 1.5rem);
    color: #333333;
    text-align: center;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.5rem;
}

.index-s5 .txt-block-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 15rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.index-s5 .txt-block-2:before {
    content: '';
    width: 100%;
    height: 60%;
    background-image: linear-gradient(180deg, #092a44, 90%, transparent);
    position: absolute;
    top: 0;
    left: 0;
}

.index-s5 .txt-block-2 .index-label {
    text-align: left;
    color: #fff;
    opacity: 0;
    transform: translateY(7.5rem);
}

.index-s5 .txt-block-2 .para {
    font-size: max(16px, 1.5rem);
    color: #fff;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.5rem;
    opacity: 0;
    transform: translateY(7.5rem);
}

.index-s5 .txt-block-2 .data-box {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(7.5rem);
}

.index-s5 .txt-block-2 .data .num {
    position: relative;
}

.index-s5 .txt-block-2 .data .num span {
    font-size: 4.5rem;
    color: #fff;
    line-height: 1;
    font-family: 'Rajdhani-Regular';
}

.index-s5 .txt-block-2 .data .num i {
    font-size: max(16px, 1.5rem);
    color: #fff;
    opacity: 0.5;
    font-style: normal;
}

.index-s5 .txt-block-2 .data .hide {
    opacity: 0;
}

.index-s5 .txt-block-2 .data .show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index-s5 .txt-block-2 .data p {
    font-size: max(16px, 1.5rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.index-s5 .txt-block-2 .btn {
    margin-top: 10rem;
    opacity: 0;
    transform: translateY(7.5rem);
}

.index-s5 .txt-block-2 .btn a {
    display: block;
    width: max(120px, 11.25rem);
    line-height: max(40px, 3rem);
    color: #fff;
    font-size: 14px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    background-color: #e60012;
    border-radius: max(20px, 1.5rem);
    text-align: center;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .index-s5 .txt-block-2 .btn a:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.index-s6 {
    padding: 7.5rem 0;
}

.index-s6 .index-label {
    text-align: left;
    width: 60%;
}

.index-s6 .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-s6 .tab-tit .sw {
    display: flex;
    grid-gap: 3.75rem;
}

.index-s6 .tab-tit .item {
    cursor: pointer;
}

.index-s6 .tab-tit .item span {
    display: block;
    font-size: max(16px, 1.5rem);
    color: #808080;
    font-family: 'HarmonyOS_Sans_SC_Light';
    transition: color .3s ease;
}

.index-s6 .tab-tit .item span:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-2.png");
    vertical-align: middle;
    margin: -2px 1rem 0 0;
    display: none;
}

.index-s6 .tab-tit .item.active span {
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.index-s6 .tab-tit .item.active span:before {
    display: inline-block;
}

@media (any-hover: hover) {
    .index-s6 .tab-tit .item:hover span {
        color: #333333;
    }
}

.index-s6 .mid-block {
    position: relative;
    margin-top: 3.125rem;
}

.index-s6 .mid-block .child {
    display: none;
}

.index-s6 .mid-block .child.active {
    display: block;
}

.index-s6 .mid-block .flex {
    display: flex;
}

.index-s6 .mid-block .single-box {
    width: 39rem;
    height: 39.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/img-8.jpg");
}

.index-s6 .mid-block .single-box .cell-box {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 5.625rem 4.375rem;
}

.index-s6 .mid-block .single-box .date {
    font-size: 14px;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.index-s6 .mid-block .single-box .tit {
    font-size: 2rem;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-s6 .mid-block .single-box p {
    margin-top: 1.5rem;
    font-size: 14px;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-s6 .mid-block .single-box span {
    font-size: 14px;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    position: absolute;
    bottom: 3.75rem;
    left: 5.625rem;
}

.index-s6 .mid-block .single-box span:after {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-3.svg");
    margin: -2px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.index-s6 .mid-block .items {
    width: calc(100% - 45.25rem);
    margin-left: 6.25rem;
}

.index-s6 .mid-block .swiper {
    height: 100%;
}

.index-s6 .mid-block .item a {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 5rem;
}

.index-s6 .mid-block .item .img-box {
    position: relative;
    height: 15rem;
    overflow: hidden;
}

.index-s6 .mid-block .item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: transform .5s ease;
    will-change: transform;
}

.index-s6 .mid-block .item .img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/img-9.png");
    background-size: 100% 100%;
    z-index: 2;
}

.index-s6 .mid-block .item .txt-box {
    padding: 2rem 2rem 0;
}

.index-s6 .mid-block .item .tit {
    font-size: max(16px, 1.5rem);
    color: #333333;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.index-s6 .mid-block .item p {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.5rem;
}

.index-s6 .mid-block .item span {
    font-size: 14px;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    position: absolute;
    bottom: 3.75rem;
    left: 2rem;
}

.index-s6 .mid-block .item span:after {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-3-1.svg");
    margin: -2px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}

@media (any-hover: hover) {
    .index-s6 .mid-block .item:hover .img-box img {
        transform: scale(1.1);
    }
    .index-s6 .mid-block .item:hover .tit {
        color: #e60012;
    }
}

.index-s6 .mid-block .btns {
    position: absolute;
    right: 0;
    top: calc(100% + 5rem);
    display: flex;
    grid-gap: 10px;
}

.index-s6 .mid-block .button {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.index-s6 .mid-block .prev {
    background-image: url("../images/index/left-1.svg");
}

@media (any-hover: hover) {
    .index-s6 .mid-block .prev:hover {
        background-image: url("../images/index/left-2.svg");
    }
}

.index-s6 .mid-block .next {
    background-image: url("../images/index/right-1.svg");
}

@media (any-hover: hover) {
    .index-s6 .mid-block .next:hover {
        background-image: url("../images/index/right-2.svg");
    }
}

.index-s6 .bot-block {
    margin-top: 2.5rem;
    border-top: 1px solid #e5e5e5;
    padding-top: 2.5rem;
}

.index-s6 .bot-block a.more {
    display: block;
    width: max(120px, 11.25rem);
    line-height: max(40px, 3rem);
    color: #333333;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    font-family: 'HarmonyOS_Sans_SC_Light';
    border-radius: max(20px, 1.5rem);
    text-align: center;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .index-s6 .bot-block a.more:hover {
        transform: translateY(-3px);
        color: #fff;
        background-color: #e60012;
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.m-index-label {
    text-align: center;
    display: none;
}

.m-index-label span {
    display: block;
    font-size: 20px;
    color: #e60012;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.m-index-label p {
    font-size: 14px;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
}

.m-index-s2 {
    padding: 6rem 0;
    display: none;
}

.m-index-s2 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.m-index-s2 .item {
    width: calc(50% - 5px);
    border-radius: 5px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.m-index-s2 .item a {
    position: relative;
    display: block;
    height: 100%;
}

.m-index-s2 .item .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 1.5rem 0;
    font-size: 15px;
    color: #333333;
}

.m-index-s2 .item .tit:after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-3-2.svg");
    margin: -2px 0 0 5px;
}

.m-index-s2 .item .img-box {
    height: 30vw;
}

.m-index-s2 .item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-index-s2 .item:nth-of-type(1) {
    width: 100%;
}

.m-index-s2 .item:nth-of-type(1) .tit:after {
    display: block;
    margin-top: 10vw;
    margin-left: 0;
}

.m-index-s2 .item:nth-of-type(1) .img-box {
    height: 26vw;
}

.m-index-s3 {
    padding: 0 0 6rem;
    display: none;
}

.m-index-s3 .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.m-index-s3 .item {
    width: calc(50% - 5px);
    border-radius: 5px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.m-index-s3 .item a {
    position: relative;
    display: block;
    height: 100%;
}

.m-index-s3 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    z-index: 2;
}

.m-index-s3 .item .txt-box:after {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/icon-3.svg");
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}

.m-index-s3 .item .tit {
    font-size: 15px;
    color: #ffffff;
}

.m-index-s3 .item p {
    font-size: 13px;
    color: #ffffff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-index-s3 .item .img-box {
    height: 36vw;
}

.m-index-s3 .item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-index-s3 .item:nth-of-type(1) {
    width: 100%;
}

.m-index-s3 .item:nth-of-type(1) .tit:after {
    display: block;
    margin-top: 10vw;
    margin-left: 0;
}

.m-index-s5 {
    padding: 6rem 0 8rem;
    background: #f6f6f6 url("../images/index/img-14.png") right bottom no-repeat;
    background-size: 120% auto;
    overflow: hidden;
    display: none;
}

.m-index-s5 .para {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dce0e3;
    margin-bottom: 2rem;
}

.m-index-s5 .data-box {
    margin-right: -5rem;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 2.5rem;
}

.m-index-s5 .data {
    width: 33.33%;
}

.m-index-s5 .data .num span {
    font-size: 3rem;
    color: #e60012;
    line-height: 1;
    font-family: 'Rajdhani-Regular';
}

.m-index-s5 .data .num i {
    font-size: 16px;
    color: #333333;
    font-style: normal;
}

.m-index-s5 .data p {
    font-size: 12px;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.join-s1 {
    padding: 7.5rem 0;
}

.join-s1 .block {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.join-s1 .top-box {
    padding-bottom: 3.75rem;
    border-bottom: 4px solid #283a51;
}

.join-s1 .top-box .tit {
    font-size: 3.125rem;
    color: #1f2329;
}

.join-s1 .top-box .tips {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 6.25rem;
    grid-row-gap: 1rem;
}

.join-s1 .top-box .tips span {
    font-size: max(14px, 1rem);
    color: #1f2329;
}

.join-s1 .bot-box {
    margin-top: 3.75rem;
}

.join-s1 .bot-box .box {
    margin-top: 3.75rem;
}

.join-s1 .bot-box .tit {
    font-size: max(16px, 1.5rem);
    color: #1f2329;
}

.join-s1 .bot-box .para {
    margin-top: 1.25rem;
    font-size: max(14px, 1rem);
    color: #646a73;
    line-height: 2;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.join-s1 a.mail {
    display: block;
    margin-top: 4.375rem;
    font-size: max(16px, 1.5rem);
    line-height: max(40px, 3.75rem);
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    background-image: linear-gradient(to right, #e60012, #e65c00);
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .join-s1 a.mail:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 1.875rem rgba(230, 59, 6, 0.26);
    }
}

.join-s1 .form-box {
    margin-top: 4.375rem;
}

.join-s1 .form-box .show-btn {
    display: block;
    font-size: max(16px, 1.5rem);
    line-height: max(40px, 3.75rem);
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    background-image: linear-gradient(to right, #e60012, #e65c00);
    cursor: pointer;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .join-s1 .form-box .show-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 1.875rem rgba(230, 59, 6, 0.26);
    }
}

.join-s1 .form {
    display: none;
}

.join-s1 .form .flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.25rem;
}

.join-s1 .form .box {
    margin-right: 1.25rem;
}

.join-s1 .form .box:nth-of-type(1),
.join-s1 .form .box:nth-of-type(2),
.join-s1 .form .box:nth-of-type(3) {
    width: calc(33.33% - 1.25rem);
}

.join-s1 .form .box:nth-of-type(4),
.join-s1 .form .box:nth-of-type(5) {
    width: calc(100% - 1.25rem);
    margin-top: 1.25rem;
}

.join-s1 .form .box:nth-of-type(1) input[type="text"] {
    border-color: #e60012;
    color: #e60012;
}

.join-s1 .form input[type="text"] {
    display: block;
    width: 100%;
    height: max(50px, 3.75rem);
    border-radius: 10px;
    padding: 0 1.5rem;
    font-size: max(14px, 1.125rem);
    color: #333;
    background-color: #feffff;
    border: 1px solid #e2e3e3;
}

.join-s1 .form button.upload {
    display: block;
    width: 100%;
    height: 15rem;
    border-radius: 10px;
    border: 1px solid #e2e3e3;
    background-color: #feffff;
    font-size: max(14px, 1.125rem);
    color: #333;
    cursor: pointer;
}

.join-s1 .form button.upload:before {
    content: '';
    width: 2.875rem;
    height: 2.875rem;
    display: block;
    margin: 0 auto 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/join/icon-6.png");
}

.join-s1 .form button.submit {
    margin-top: 2rem;
    width: 100%;
    font-size: max(16px, 1.5rem);
    line-height: max(40px, 3.75rem);
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    background-image: linear-gradient(to right, #e60012, #e65c00);
    transition: all .3s ease;
    cursor: pointer;
}

@media (any-hover: hover) {
    .join-s1 .form button.submit:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 1.875rem rgba(230, 59, 6, 0.26);
    }
}

.join-s1 .form .layui-input:hover,
.join-s1 .form .layui-textarea:hover {
    border-color: #e60012 !important;
}

.join-s1 .form .tips {
    font-size: max(14px, 1.125rem);
    color: #333;
}

.join-s2 {
    position: relative;
}

.join-s2 .form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 100%;
    max-width: 50rem;
    height: max(50px, 4rem);
    border-radius: max(25px, 2rem);
    background-color: #fff;
    overflow: hidden;
    padding: 0 max(100px, 8.75rem) 0 calc(2.5rem + 16px);
    box-shadow: 0 0.625rem 2.5rem rgba(12, 61, 112, 0.1);
}

.join-s2 .form:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/join/icon-1.svg");
    position: absolute;
    left: 2.5rem;
    top: 50%;
    margin-top: -8px;
}

.join-s2 .form input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: max(14px, 1rem);
    color: #9ca2ad;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.join-s2 .form button {
    position: absolute;
    right: 0;
    top: 0;
    width: max(100px, 8.75rem);
    height: 100%;
    font-size: max(14px, 1.125rem);
    color: #fff;
    background-color: #e60012;
    cursor: pointer;
}

.join-s2 .flex {
    display: flex;
    padding-top: 9.375rem;
}

.join-s2 .left-box {
    width: 23.125rem;
    padding: 0 2.5rem 7.5rem 0;
    border-right: 1px solid #eff1f1;
}

.join-s2 .left-box .ope {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eff1f1;
}

.join-s2 .left-box .ope .tit {
    font-size: 14px;
    color: #1f2329;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.join-s2 .left-box .ope span {
    font-size: 14px;
    color: #9ca2ac;
    cursor: pointer;
}

.join-s2 .left-box .group-block {
    padding-top: 1.875rem;
}

.join-s2 .left-box .group-block .block {
    margin-top: 2.5rem;
}

.join-s2 .left-box .group-block .block:nth-of-type(1) {
    margin-top: 0;
}

.join-s2 .left-box .group-block .label {
    font-size: max(16px, 1.125rem);
    color: #1f2329;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.join-s2 .left-box .group-block .group {
    margin-top: 1.5rem;
}

.join-s2 .left-box .group-block .box {
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.join-s2 .left-box .group-block .box i {
    width: 15px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/join/icon-2-1.png");
}

.join-s2 .left-box .group-block .box span {
    width: calc(100% - 15px);
    padding-left: 12px;
    font-size: max(14px, 0.9375rem);
    color: #1f2329;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: 20px;
}

.join-s2 .left-box .group-block .box.check i {
    background-image: url("../images/join/icon-2-2.png");
}

.join-s2 .right-box {
    width: calc(100% - 23.125rem);
    padding: 0 0 7.5rem 5rem;
}

.join-s2 .right-box .label {
    font-size: 2rem;
    color: #1f2329;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.join-s2 .items {
    margin: 2rem 0 3.75rem;
    border-top: 1px solid #eff1f1;
}

.join-s2 .item {
    position: relative;
}

.join-s2 .item:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e60012;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform-origin: left top;
    transform: scaleX(0);
}

.join-s2 .item a {
    display: block;
    padding: 2rem 0;
    border-bottom: 1px solid #eff1f1;
}

.join-s2 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #1f2329;
    transition: color .3s ease;
}

.join-s2 .item .tips {
    margin-top: 1rem;
    display: flex;
    grid-gap: 2.25rem;
}

.join-s2 .item .tips span {
    font-size: max(14px, 1rem);
    color: #9ca2ac;
    position: relative;
}

.join-s2 .item .tips span:after {
    content: '';
    width: 1px;
    height: 1rem;
    background-color: #cfd4dc;
    position: absolute;
    right: -1.875rem;
    top: 50%;
    margin-top: -0.5rem;
}

.join-s2 .item .tips span:last-of-type:after {
    display: none;
}

@media (any-hover: hover) {
    .join-s2 .item:hover:after {
        transform: scaleX(1);
        transition: transform .5s ease;
    }
    .join-s2 .item:hover .tit {
        color: #e60012;
    }
}

.join-s3 {
    padding: 7.5rem 0;
    position: relative;
    background-color: #fff;
}

.join-s3:before {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #f5f7f8;
    position: absolute;
    top: 0;
    right: 0;
}

.join-s3 .tit-box {
    position: relative;
}

.join-s3 .tit-box .en {
    font-size: 3.75rem;
    line-height: 1;
    text-transform: uppercase;
    color: #f6f6f7;
    letter-spacing: 1rem;
    font-family: 'Rajdhani-Bold';
    margin-left: 2rem;
}

.join-s3 .tit-box .tit {
    font-size: 2rem;
    color: #1f2329;
    line-height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
}

.join-s3 .t-para {
    font-size: max(14px, 1rem);
    color: #646a73;
    margin-top: 1rem;
}

.join-s3 .flex {
    display: flex;
    align-items: flex-start;
    margin-top: 5rem;
}

.join-s3 .left-box {
    width: calc(50% - 6.25rem);
    padding-left: 3.75rem;
    order: 2;
}

.join-s3 .right-box {
    width: calc(50% + 6.25rem);
    position: sticky;
    top: max(80px, 7.5rem);
}

.join-s3 .right-box .img-box {
    border-radius: 1rem;
    overflow: hidden;
}

.join-s3 .right-box img {
    display: block;
    width: 100%;
}

.join-s3 .item {
    margin-top: 1.25rem;
    background-color: #fff;
    border-radius: 1rem;
    padding: 3.125rem 3.75rem;
}

.join-s3 .item:nth-of-type(1) {
    margin-top: 0;
}

.join-s3 .item i {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.join-s3 .item span {
    display: block;
    font-size: max(16px, 1.5rem);
    color: #1f2329;
    margin-top: 1rem;
}

.join-s3 .item .para {
    margin-top: 1.25rem;
    font-size: max(14px, 1rem);
    line-height: 1.75rem;
    color: #646a73;
}

.join-s3 .item .para p {
    position: relative;
    padding-left: 20px;
}

.join-s3 .item .para p:before {
    content: '•';
    color: #e60012;
    font-size: max(14px, 1rem);
    line-height: 1.75rem;
    position: absolute;
    top: 0;
    left: 0;
}

.join-s4 {
    padding: 7.5rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/join/img-2.jpg");
    position: relative;
    overflow: hidden;
}

.join-s4:after {
    content: '';
    width: 100%;
    height: 2.5vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url("../images/solution/img-25.png") center bottom no-repeat;
    background-size: 100% auto;
}

.join-s4 .tit-box {
    position: relative;
}

.join-s4 .tit-box .en {
    font-size: 3.75rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.06;
    letter-spacing: 1rem;
    font-family: 'Rajdhani-Bold';
    text-align: center;
}

.join-s4 .tit-box .tit {
    width: 100%;
    font-size: 2rem;
    color: #ffffff;
    position: absolute;
    top: 45%;
    left: 0;
    text-align: center;
}

.join-s4 .t-para {
    font-size: max(14px, 1rem);
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin-top: 2rem;
}

.join-s4 .s-tit {
    font-size: max(18px, 1.625rem);
    color: #fff;
    text-align: center;
    margin-top: 12.5rem;
}

.join-s4 .icon {
    width: 12.5rem;
    height: 12.5rem;
    border: 1px solid #fff;
    margin: 2.5rem auto 0;
    border-radius: 50%;
    position: relative;
}

.join-s4 .icon .range {
    width: 62.5rem;
    height: 62.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.join-s4 .icon .range em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 0;
    animation: scale-1 3s linear infinite;
}

.join-s4 .icon .range em:nth-of-type(2) {
    animation-delay: 1s;
}

.join-s4 .icon .range em:nth-of-type(3) {
    animation-delay: 2s;
}

.join-s4 .icon:before {
    content: '';
    width: 5.625rem;
    height: 5.625rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.join-s4 .icon i {
    width: 13px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/join/icon-4.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.join-s5 {
    padding: 5rem 0 7.5rem;
}

.join-s5 .tit-box {
    position: relative;
}

.join-s5 .tit-box .en {
    font-size: 3.75rem;
    line-height: 1;
    text-transform: uppercase;
    color: #f6f6f7;
    letter-spacing: 1rem;
    font-family: 'Rajdhani-Bold';
    margin-left: 2rem;
}

.join-s5 .tit-box .tit {
    font-size: 2rem;
    color: #1f2329;
    line-height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
}

.join-s5 .t-para {
    font-size: max(14px, 1rem);
    color: #646a73;
    margin-top: 1rem;
}

.join-s5 .items {
    margin-top: 3.75rem;
}

.join-s5 .sw {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
}

.join-s5 .item {
    width: calc((100% - 3.75rem) / 3);
    height: 16.125rem;
}

.join-s5 .item .img-box {
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.join-s5 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

@media (any-hover: hover) {
    .join-s5 .item:hover img {
        transform: scale(1.1);
    }
}

.join-s6 {
    position: relative;
    padding: 7.5rem 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.join-s6:after {
    content: '';
    width: 100%;
    height: 2.5vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url("../images/join/img-4.png") center bottom no-repeat;
    background-size: 100% auto;
    z-index: 4;
}

.join-s6 canvas.line {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    z-index: 1;
}

.join-s6 .tit-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.join-s6 .tit-box .en {
    font-size: 3.75rem;
    line-height: 1;
    text-transform: uppercase;
    color: #f1f1f1;
    letter-spacing: 1rem;
    font-family: 'Rajdhani-Bold';
}

.join-s6 .tit-box .tit {
    font-size: 2rem;
    color: #1f2329;
    line-height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.join-s6 .items {
    width: 50rem;
    height: 41.25rem;
    margin: 0 auto;
    position: relative;
}

.join-s6 .item {
    position: absolute;
    cursor: pointer;
}

.join-s6 .item .show {
    width: 13.75rem;
    height: 13.75rem;
    position: relative;
    z-index: 1;
}

.join-s6 .item .show:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #ececec;
    position: absolute;
    top: 0;
    left: 0;
}

.join-s6 .item .show .cell-box {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    border-radius: 50%;
    background-color: #efefef;
}

.join-s6 .item .show i {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.join-s6 .item .show span {
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-size: max(16px, 1.25rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.join-s6 .item .hide {
    position: absolute;
    top: -2.5rem;
    left: -2.5rem;
    width: 18.75rem;
    height: 18.75rem;
    z-index: 2;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.join-s6 .item .hide:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e60012;
    opacity: 0.06;
    position: absolute;
    top: 0;
    left: 0;
}

.join-s6 .item .hide .cell-box {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    border-radius: 50%;
    background-image: linear-gradient(to right, #e60012, #ff900d);
}

.join-s6 .item .hide i {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.join-s6 .item .hide span {
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-size: max(16px, 1.25rem);
    color: #ffffff;
}

.join-s6 .item .hide p {
    font-size: max(14px, 1.125rem);
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
    text-align: center;
}

.join-s6 .item:nth-of-type(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.join-s6 .item:nth-of-type(2) {
    right: 0;
    top: 11.25rem;
}

.join-s6 .item:nth-of-type(3) {
    bottom: 0;
    right: 6.25rem;
}

.join-s6 .item:nth-of-type(4) {
    bottom: 0;
    left: 6.25rem;
}

.join-s6 .item:nth-of-type(5) {
    left: 0;
    top: 11.25rem;
}

@media (any-hover: hover) {
    .join-s6 .item:hover .hide {
        opacity: 1;
        transform: scale(1);
    }
}

.join-s7 {
    padding: 7.5rem 0 0;
}

.join-s7 .tit-box {
    position: relative;
}

.join-s7 .tit-box .en {
    font-size: 3.75rem;
    line-height: 1;
    text-transform: uppercase;
    color: #f1f1f1;
    letter-spacing: 1rem;
    font-family: 'Rajdhani-Bold';
    text-align: center;
}

.join-s7 .tit-box .tit {
    font-size: 2rem;
    color: #1f2329;
    line-height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.join-s7 .cont {
    margin-top: 3.125rem;
}

.join-s7 .t-head {
    background-color: #354756;
    border-radius: 1rem;
    display: flex;
    padding: 1.5rem 0;
}

.join-s7 .t-head span {
    font-size: max(16px, 1.375rem);
    color: #fff;
}

.join-s7 .t-head span:nth-of-type(1) {
    width: calc(50% - 11.25rem);
    padding-left: 3.75rem;
}

.join-s7 .t-head span:nth-of-type(2) {
    width: 28%;
}

.join-s7 .t-head span:nth-of-type(3) {
    width: 22%;
}

.join-s7 .t-head span:nth-of-type(4) {
    width: 10rem;
}

.join-s7 .item {
    display: flex;
    padding: 2rem 0;
    transition: transform .3s ease;
    will-change: transform;
    border-radius: 1rem;
}

.join-s7 .item:nth-of-type(even) {
    background-color: #f7f7f7;
}

.join-s7 .item span {
    font-size: max(14px, 1.125rem);
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #1f2329;
}

.join-s7 .item span:nth-of-type(1) {
    width: calc(50% - 11.25rem);
    padding-left: 3.75rem;
}

.join-s7 .item span:nth-of-type(2) {
    width: 28%;
}

.join-s7 .item span:nth-of-type(3) {
    width: 22%;
}

.join-s7 .item span:nth-of-type(4) {
    width: 10rem;
}

@media (any-hover: hover) {
    .join-s7 .item:hover {
        transform: scale(1.02);
    }
}

.join-s7 a.more {
    display: block;
    margin: 3.75rem auto 0;
    width: max(140px, 11.25rem);
    line-height: max(40px, 3.375rem);
    border-radius: 5px;
    background-color: #e60012;
    font-size: max(14px, 1rem);
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .join-s7 a.more:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.join-s8 {
    height: 52vw;
    background: url("../images/join/img-5.jpg") center top no-repeat;
    background-size: 100% auto;
    position: relative;
}

.join-s8 .img-box {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.join-s8 img {
    display: block;
    width: 31.6875rem;
}

.solution-s1 {
    padding: 7.5rem 0 0;
    background-color: #f8f8f8;
}

.solution-s1 .items {
    margin-top: 2rem;
}

.solution-s1 .sw {
    display: flex;
    grid-gap: 1.25rem;
}

.solution-s1 .item {
    width: calc((100% - 5rem) / 5);
    border-radius: 10px;
    position: relative;
    padding-top: 16.875rem;
    overflow: hidden;
}

.solution-s1 .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem;
    z-index: 2;
}

.solution-s1 .item .tit {
    font-size: max(16px, 1.25rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s1 .item .link {
    margin-top: 1.5rem;
}

.solution-s1 .item .link a {
    display: block;
    margin-top: 1rem;
    position: relative;
    padding-right: 10px;
}

.solution-s1 .item .link a:after {
    content: '';
    width: 5px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/icon-1.svg");
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.solution-s1 .item .link a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: max(13px, 0.875rem);
    line-height: 20px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #fff;
}

@media (any-hover: hover) {
    .solution-s1 .item .link a:hover:after {
        opacity: 1;
    }
}

.solution-s1 .item .img-box {
    height: 20.625rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.solution-s1 .item .img-box:before {
    content: '';
    width: 100%;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.solution-s1 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-s1 .item:nth-of-type(5n-4) {
    background-color: #034a6e;
}

.solution-s1 .item:nth-of-type(5n-4) .img-box:before {
    background-image: linear-gradient(180deg, #034a6e, 70%, transparent);
}

.solution-s1 .item:nth-of-type(5n-3) {
    background-color: #1c3765;
}

.solution-s1 .item:nth-of-type(5n-3) .img-box:before {
    background-image: linear-gradient(180deg, #1c3765, 70%, transparent);
}

.solution-s1 .item:nth-of-type(5n-2) {
    background-color: #2a5564;
}

.solution-s1 .item:nth-of-type(5n-2) .img-box:before {
    background-image: linear-gradient(180deg, #2a5564, 70%, transparent);
}

.solution-s1 .item:nth-of-type(5n-1) {
    background-color: #537e95;
}

.solution-s1 .item:nth-of-type(5n-1) .img-box:before {
    background-image: linear-gradient(180deg, #537e95, 70%, transparent);
}

.solution-s1 .item:nth-of-type(5n) {
    background-color: #24405c;
}

.solution-s1 .item:nth-of-type(5n) .img-box:before {
    background-image: linear-gradient(180deg, #24405c, 70%, transparent);
}

.solution-s2 {
    padding: 7.5rem 0;
    background-color: #f8f8f8;
}

.solution-s2 .items {
    margin-top: 2rem;
    padding: 0 3.75rem;
}

.solution-s2 .sw {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
}

.solution-s2 .item {
    width: calc((100% - 1.25rem) / 2);
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.solution-s2 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/solution/img-2.jpg") center top no-repeat;
    background-size: 100% auto;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.solution-s2 .item .box {
    display: block;
    height: 100%;
    padding-bottom: 30rem;
    position: relative;
    z-index: 2;
}

.solution-s2 .item .txt-box {
    padding: 3.75rem 3.75rem 0;
    position: relative;
    z-index: 2;
}

.solution-s2 .item .icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.solution-s2 .item .icon:before,
.solution-s2 .item .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    transition: opacity .3s ease;
}

.solution-s2 .item .icon:before {
    background-image: url("../images/solution/img-3-1.jpg");
}

.solution-s2 .item .icon:after {
    background-image: url("../images/solution/img-3-2.jpg");
    opacity: 0;
}

.solution-s2 .item .icon i {
    display: block;
    position: absolute;
    top: 25%;
    left: 15%;
    width: 70%;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.solution-s2 .item .tit {
    font-size: max(18px, 1.625rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    text-align: center;
    margin-top: 1.25rem;
}

.solution-s2 .item p {
    font-size: max(14px, 1rem);
    color: #081d2e;
    text-align: center;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 0.625rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution-s2 .item .btns {
    margin-top: 2rem;
    display: flex;
    grid-gap: 1rem;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease;
}

.solution-s2 .item a {
    display: block;
    width: 110px;
    line-height: max(36px, 2.75rem);
    font-size: max(14px, 0.9375rem);
    color: #fff;
    text-align: center;
    border-radius: max(18px, 1.375rem);
    background-color: #e60012;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .solution-s2 .item a:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.solution-s2 .item .img-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35rem;
    text-align: center;
    z-index: 1;
}

.solution-s2 .item .img-box img {
    width: auto;
    max-width: 80%;
    max-height: 70%;
}

@media screen and (min-width: 769px) {
    .solution-s2 .item:nth-of-type(3n) {
        width: 100%;
    }
    .solution-s2 .item:nth-of-type(3n) .box {
        height: 37.5rem;
        padding-bottom: 0;
        display: flex;
        justify-content: right;
    }
    .solution-s2 .item:nth-of-type(3n) .txt-box {
        position: absolute;
        top: 50%;
        left: 0;
        width: calc(50% - 0.625rem);
        transform: translateY(-50%);
    }
    .solution-s2 .item:nth-of-type(3n) .img-box {
        position: static;
        width: 65%;
        height: 100%;
    }
}

@media (any-hover: hover) {
    .solution-s2 .item:hover:before {
        opacity: 1;
    }
    .solution-s2 .item:hover .icon:before {
        opacity: 0;
    }
    .solution-s2 .item:hover .icon:after {
        opacity: 1;
    }
    .solution-s2 .item:hover .btns {
        opacity: 1;
    }
}

.solution-s3 {
    background-color: #fff;
    position: relative;
    background-color: #000;
    height: max(600px, 50vw);
}

.solution-s3 .wrap-s {
    height: 100%;
    padding-top: 7.5rem;
}

.solution-s3 .solution-label {
    color: #fff;
}

.solution-s3 .pic-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.solution-s3 .pic-block .child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.solution-s3 .pic-block .child.active {
    opacity: 1;
    visibility: visible;
}

.solution-s3 .pic-block .pic-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.solution-s3 .pic-block .pic-box.active {
    opacity: 1;
    visibility: visible;
}

.solution-s3 .pic-block .pic-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-s3 .tab-tit {
    margin-top: 2rem;
}

.solution-s3 .tab-tit .sw {
    display: flex;
    justify-content: center;
    grid-gap: 3.75rem;
}

.solution-s3 .tab-tit .item {
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}

.solution-s3 .tab-tit .item:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform .3s ease;
    will-change: transform;
}

.solution-s3 .tab-tit .item span {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #c7cfce;
    transition: color .3s ease;
}

.solution-s3 .tab-tit .item.active:after {
    transform: scaleX(1);
}

.solution-s3 .tab-tit .item.active span {
    color: #fff;
}

.solution-s3 .tab-cont {
    margin-top: 8.5vw;
}

.solution-s3 .tab-cont .child {
    display: none;
}

.solution-s3 .tab-cont .child.active {
    display: block;
}

.solution-s3 .tab-cont .child.active .logo-box,
.solution-s3 .tab-cont .child.active .tit,
.solution-s3 .tab-cont .child.active p {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.solution-s3 .tab-cont .child.active .tit {
    animation-delay: .1s;
}

.solution-s3 .tab-cont .child.active p {
    animation-delay: .2s;
}

.solution-s3 .tab-cont .logo-box,
.solution-s3 .tab-cont .tit,
.solution-s3 .tab-cont p {
    opacity: 0;
}

.solution-s3 .tab-cont .logo-box {
    width: 12.5rem;
    height: 5rem;
}

.solution-s3 .tab-cont .logo-box img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.solution-s3 .tab-cont .tit {
    font-size: max(18px, 1.625rem);
    color: #fff;
    margin-top: 1.25rem;
}

.solution-s3 .tab-cont p {
    max-width: 500px;
    font-size: max(14px, 1.125rem);
    color: #fff;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution-s3 .tab-cont .s-txt .box {
    display: none;
}

.solution-s3 .tab-cont .s-txt .box.active {
    display: block;
}

.solution-s3 .tab-cont .s-img {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px;
}

.solution-s3 .tab-cont .s-img .img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .3s ease;
}

.solution-s3 .tab-cont .s-img .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.solution-s3 .tab-cont .s-img .img.active {
    border-color: #fff;
}

.solution-s4 {
    padding: 3.75rem 0 7.5rem;
    background-color: #f5f5f5;
}

.solution-s4 .form {
    background-color: #fff;
    border-radius: 24px;
    height: 48px;
    position: relative;
    padding-left: 44px;
    overflow: hidden;
}

.solution-s4 .form:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/search-1.svg");
    position: absolute;
    left: 30px;
    top: 16px;
}

.solution-s4 .form input {
    height: 100%;
    width: 100%;
    font-size: 15px;
    color: #a4a8ab;
    padding: 0 10px;
}

.solution-s4 .filter {
    margin-top: 16px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
}

.solution-s4 .filter .left-box {
    width: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    border-right: 1px solid #d4d4d4;
    margin-top: 4px;
}

.solution-s4 .filter .left-box span {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}

.solution-s4 .filter .left-box .all {
    font-size: 15px;
    color: #333333;
}

.solution-s4 .filter .right-box {
    width: calc(100% - 170px);
    padding-left: 10px;
}

.solution-s4 .filter .items {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 3.75rem;
    grid-row-gap: 1rem;
    position: relative;
}

.solution-s4 .filter .item .trigger {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
}

.solution-s4 .filter .item .trigger .box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.solution-s4 .filter .item .trigger .box i {
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/service/icon-2-1.png");
    opacity: 0;
    visibility: hidden;
}

.solution-s4 .filter .item .trigger .box span {
    font-size: 15px;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-left: 10px;
}

.solution-s4 .filter .item .trigger .box.check i {
    opacity: 1;
    visibility: visible;
    background-image: url("../images/service/icon-2-2.png");
}

.solution-s4 .filter .item .trigger .icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/service/icon-3.png");
    margin-left: 15px;
    cursor: pointer;
}

@media (any-hover: hover) {
    .solution-s4 .filter .item .trigger:hover .box i {
        opacity: 1;
        visibility: visible;
    }
}

.solution-s4 .filter .item .content {
    background-color: #f7f7f7;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 0;
    margin-top: 6px;
    display: none;
}

.solution-s4 .filter .item .group-box {
    padding: 6px 10px;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 1rem;
    grid-row-gap: 5px;
}

.solution-s4 .filter .item .group-box .box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.solution-s4 .filter .item .group-box .box i {
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/service/icon-2-1.png");
}

.solution-s4 .filter .item .group-box .box span {
    font-size: 13px;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-left: 6px;
}

.solution-s4 .filter .item .group-box .box.check i {
    background-image: url("../images/service/icon-2-2.png");
}

.solution-s4 .filter .item.open .trigger {
    background-color: #f5f5f5;
}

.solution-s4 .filter .item.open .trigger .box i {
    opacity: 1;
    visibility: visible;
}

.solution-s4 .filter .item.open .trigger .icon {
    transform: rotate(180deg);
}

.solution-s4 .filter .item.open .content {
    display: block;
}

.solution-s4 .filter .clear {
    margin-top: 10px;
    text-align: right;
    display: none;
}

.solution-s4 .filter .clear.show {
    display: block;
}

.solution-s4 .filter .clear span {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Light';
    cursor: pointer;
}

.solution-s4 .filter .clear span:before {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/icon-3.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.solution-s4 .sort-box {
    padding: 1.875rem 0;
    display: flex;
    justify-content: right;
}

.solution-s4 .sort-box span {
    font-size: 15px;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding-right: 18px;
}

.solution-s4 .sort-box span:after {
    content: '';
    width: 7px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/icon-4.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.solution-s4 .sort-box span.sortdown:after {
    transform: rotate(180deg);
}

.solution-s4 .list-box {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
}

.solution-s4 .list {
    width: calc((100% - 2rem) / 3);
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .3s ease;
}

.solution-s4 .list .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.solution-s4 .list .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: 0.25;
}

.solution-s4 .list .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/solution/img-8.png");
    z-index: 2;
}

.solution-s4 .list a {
    display: block;
    height: 100%;
    padding: 3.125rem 3.125rem max(calc(30px + 4.375rem), 6.625rem);
    position: relative;
    z-index: 2;
}

.solution-s4 .list .tit {
    font-size: max(16px, 1.25rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s4 .list .label {
    display: flex;
    margin-top: 0.75rem;
}

.solution-s4 .list .label span {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 0 14px;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s4 .list p {
    font-size: max(14px, 0.9375rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: 1.5;
    margin-top: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution-s4 .list .tips {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
}

.solution-s4 .list .tips span {
    font-size: max(12px, 0.875rem);
    color: #999999;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #888888;
    border-radius: 3px;
}

.solution-s4 .list .more {
    position: absolute;
    bottom: 2.5rem;
    right: 3.125rem;
}

.solution-s4 .list .more span {
    display: block;
    line-height: max(30px, 2.25rem);
    padding: 0 1.5rem;
    border-radius: max(15px, 1.125rem);
    font-size: max(14px, 0.9375rem);
    color: #092a44;
    border: 1px solid #092a44;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .solution-s4 .list:hover {
        box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
    }
    .solution-s4 .list:hover .img-box {
        opacity: 1;
    }
    .solution-s4 .list:hover .more span {
        background-color: #e60012;
        border-color: #e60012;
        color: #fff;
    }
}

.solution-s5 {
    padding: 7.5rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/solution/img-9.jpg");
}

.solution-s5 .tit {
    font-size: 2.875rem;
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s5 .para {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e1e6ea;
    font-size: max(14px, 1.25rem);
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: 1.8;
}

.solution-s5 .para p {
    margin-top: 1rem;
}

.solution-s5 .para p:nth-of-type(1) {
    margin-top: 0;
}

.solution-s5 .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.solution-s5 .btn a {
    display: inline-block;
    font-size: max(14px, 0.9375rem);
    line-height: max(36px, 2.75rem);
    color: #fff;
    background-color: #092a44;
    border-radius: max(18px, 1.375rem);
    padding: 0 1.5rem;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .solution-s5 .btn a:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(9, 42, 68, 0.3);
    }
}

.solution-s6 {
    border-top: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    margin-top: -1px;
}

.solution-s6 .top-block {
    background-color: #fff;
}

.solution-s6 .top-block .sw {
    display: flex;
}

.solution-s6 .top-block .item {
    flex: 1;
    height: max(60px, 4.375rem);
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.solution-s6 .top-block .item:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 0;
}

.solution-s6 .top-block .item:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform .3s ease;
}

.solution-s6 .top-block .item span {
    width: 100%;
    font-size: max(14px, 1.125rem);
    color: #191919;
    text-align: center;
    padding: 0 1.25rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s6 .top-block .item.active {
    background-color: #f9f9f9;
}

.solution-s6 .top-block .item.active span {
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.solution-s6 .top-block .item.active:after {
    transform: scaleX(1);
}

.solution-s6 .bot-block {
    padding: 5.625rem 0;
}

.solution-s6 .bot-block .flex {
    display: flex;
    align-items: flex-start;
    grid-gap: 1.25rem;
}

.solution-s6 .bot-block.active .left-box {
    display: block;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.solution-s6 .bot-block.active .right-box {
    display: block;
    animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.solution-s6 .left-box {
    width: 23.125rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 2.5rem;
    position: sticky;
    top: max(100px, 7.5rem);
    display: none;
    opacity: 0;
}

.solution-s6 .left-box .tit {
    font-size: max(16px, 1.25rem);
    display: none;
}

.solution-s6 .left-box .tab-tit {
    margin: 1.25rem -1.25rem 0;
    margin-top: 0;
}

.solution-s6 .left-box .item {
    padding: .625rem 1.25rem;
    border-radius: 10px;
    display: flex;
    align-items: baseline;
    cursor: pointer;
}

.solution-s6 .left-box .item:before {
    content: '';
    width: 1rem;
    height: 0.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/icon-5-1.png");
    transform: translateY(1px);
}

.solution-s6 .left-box .item a,
.solution-s6 .left-box .item span {
    width: calc(100% - 1rem);
    padding-left: .625rem;
    font-size: max(14px, 0.9375rem);
    color: #191919;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s6 .left-box .item.active {
    background-color: #f4f6f7;
}

.solution-s6 .left-box .item.active:before {
    background-image: url("../images/solution/icon-5-2.png");
}

.solution-s6 .left-box .item.active a,
.solution-s6 .left-box .item.active span {
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.solution-s6 .right-box {
    width: calc(100% - 24.375rem);
    background-color: #fff;
    border-radius: 10px;
    padding: 3.75rem;
    display: none;
    opacity: 0;
}

.solution-s6 .right-box .label {
    font-size: 2.125rem;
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    padding-bottom: 1.25rem;
    border-bottom: 4px solid #081d2e;
}

.solution-s6 .right-box .label>div {
    font-size: max(14px, 1.25rem) !important;
    line-height: 1.5 !important;
    color: #081d2e !important;
    font-family: 'HarmonyOS_Sans_SC_Light' !important;
    margin-top: 1rem !important;
}

.solution-s6 .right-box .para {
    padding-top: 2.5rem;
    font-size: max(14px, 1.25rem);
    line-height: 1.5;
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s6 .right-box .para p {
    margin-top: 1rem;
}

.solution-s6 .right-box .para p:nth-of-type(1) {
    margin-top: 0;
}

.solution-s6 .right-box .para img {
    width: auto;
    max-width: 100%;
    height: auto !important;
}

.solution-s6 .solution-point {
    margin-top: 3.75rem;
}

.solution-s6 .solution-point .block-tit {
    font-size: max(16px, 1.375rem);
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #081d2e;
}

.solution-s6 .solution-point .items {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
}

.solution-s6 .solution-point .item {
    width: calc((100% - 1.25rem) / 2);
    padding: 2.5rem;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.solution-s6 .solution-point .item span {
    display: block;
    font-size: 2.5rem;
    color: #e60012;
    line-height: 1;
    font-family: 'Rajdhani-Medium';
}

.solution-s6 .solution-point .item .tit {
    font-size: max(14px, 1.0625rem);
    color: #081d2e;
    margin-top: 1rem;
}

.solution-s6 .solution-point .item p {
    font-size: max(13px, 1rem);
    color: #081d2e;
    line-height: 1.5;
    margin-top: 0.625rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s6 .solution-product {
    margin-top: 3.75rem;
}

.solution-s6 .solution-product .block-tit {
    font-size: max(16px, 1.375rem);
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #081d2e;
}

.solution-s6 .solution-product .items {
    margin-top: 1.25rem;
}

.solution-s6 .solution-product .item {
    background-color: #f9f9f9;
    border-radius: 5px;
}

.solution-s6 .solution-product .item a {
    display: block;
    height: 100%;
    padding: 0 2.5rem;
}

.solution-s6 .solution-product .item .tit {
    height: max(60px, 5rem);
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: flex-end;
    padding: 1rem 0;
}

.solution-s6 .solution-product .item span {
    display: block;
    width: 100%;
    font-size: max(14px, 1.0625rem);
    color: #081d2e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.solution-s6 .solution-product .item .img-box {
    height: 15rem;
    text-align: center;
}

.solution-s6 .solution-product .item .img-box img {
    width: auto;
    max-width: 100%;
    max-height: 70%;
}

@media (any-hover: hover) {
    .solution-s6 .solution-product .item:hover span {
        color: #e60012;
    }
}

.solution-s6 .solution-product .pagination {
    font-size: 0;
    text-align: center;
    margin-top: 1.875rem;
}

.solution-s6 .solution-product .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 1.25rem;
    height: 1rem;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/product/icon-6-1.png");
    cursor: pointer;
    transition: all .3s ease;
}

.solution-s6 .solution-product .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.solution-s6 .solution-product .pagination span.active {
    background-image: url("../images/product/icon-6-2.png");
}

@media (any-hover: hover) {
    .solution-s6 .solution-product .pagination span:hover {
        background-image: url("../images/product/icon-6-2.png");
    }
}

.solution-s6-tab .bot-block-child {
    display: none;
}

.solution-s6-tab .bot-block-child.active {
    display: block;
}

.solution-s6-tab .right-box .child {
    display: none;
}

.solution-s6-tab .right-box .child.active {
    display: block;
}

.solution-s7 {
    padding: 7.5rem 0;
    background: #fff url("../images/solution/img-11.jpg") center top no-repeat;
    background-size: 100% auto;
}

.solution-s7 .para {
    max-width: 1100px;
    margin: 1.5rem auto 0;
    font-size: max(14px, 1.25rem);
    color: #081d2e;
    line-height: 1.5;
    text-align: center;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s7 .btn {
    margin-top: 2rem;
    text-align: center;
}

.solution-s7 .btn a {
    display: inline-block;
    font-size: max(14px, 0.9375rem);
    line-height: max(36px, 2.75rem);
    color: #fff;
    background-color: #092a44;
    border-radius: max(18px, 1.375rem);
    padding: 0 1.5rem;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .solution-s7 .btn a:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(9, 42, 68, 0.3);
    }
}

.solution-s7 .img-box {
    width: 70%;
    max-width: 1003px;
    margin: 3.75rem auto 0;
}

.solution-s7 .img-box img {
    display: block;
    width: 100%;
}

.solution-s8 {
    background-color: #f1f1f1;
    position: relative;
}

.solution-s8 .solution-label {
    position: absolute;
    top: 7.5rem;
    left: 0;
    right: 0;
    z-index: 2;
}

.solution-s8 .img-box {
    width: 64%;
    margin-left: 36%;
}

.solution-s8 .img-box img {
    display: block;
    width: 100%;
}

.solution-s8 .txt-box {
    position: absolute;
    bottom: 10vw;
    left: 0;
    width: 100%;
    z-index: 2;
}

.solution-s8 .txt-box .tit {
    font-size: max(16px, 1.375rem);
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s8 .txt-box .tit.mt {
    margin-top: 3.125rem;
}

.solution-s8 .txt-box .point {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.solution-s8 .txt-box .point span {
    font-size: max(14px, 1.125rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: max(40px, 3.75rem);
    padding: 0 2rem;
    border-radius: 10px;
    background-color: #fff;
}

.solution-s8 .txt-box .tips {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem;
    width: max(500px, 40rem);
}

.solution-s8 .txt-box .box {
    width: calc((100% - 4.5rem) / 4);
}

.solution-s8 .txt-box .box span {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.solution-s8 .txt-box .box p {
    font-size: max(13px, 0.9375rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 5px;
}

.solution-s8 .guide-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1.25rem 1.875rem;
    border-radius: 10px 10px 0 0;
    display: flex;
    grid-gap: 2.5rem;
    z-index: 2;
}

.solution-s8 .guide-box .box {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.solution-s8 .guide-box .box i {
    width: max(30px, 2.625rem);
    height: max(30px, 2.625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s8 .guide-box .box span {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    white-space: nowrap;
}

.solution-s8 .guide-box .box:nth-of-type(1) i {
    background-image: url("../images/solution/icon-6-1.png");
}

.solution-s8 .guide-box .box:nth-of-type(2) i {
    background-image: url("../images/solution/icon-6-2.png");
}

.solution-s9 {
    background-color: #fff;
    position: relative;
}

.solution-s9 .solution-label {
    position: absolute;
    top: 7.5rem;
    left: 0;
    right: 0;
    z-index: 2;
}

.solution-s9 .img-box {
    width: 100%;
}

.solution-s9 .img-box img {
    display: block;
    width: 100%;
}

.solution-s9 .txt-box {
    position: absolute;
    bottom: 8vw;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: right;
}

.solution-s9 .txt-box .block {
    display: inline-block;
    text-align: left;
}

.solution-s9 .txt-box .tit {
    font-size: max(16px, 1.375rem);
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s9 .txt-box .tit.mt {
    margin-top: 3.125rem;
}

.solution-s9 .txt-box .point {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.solution-s9 .txt-box .point span {
    font-size: max(14px, 1.125rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: max(40px, 3.75rem);
    padding: 0 2rem;
    border-radius: 10px;
    background-color: #f1f1f1;
}

.solution-s9 .txt-box .tips {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem;
    width: max(500px, 40rem);
}

.solution-s9 .txt-box .box {
    width: calc((100% - 4.5rem) / 4);
}

.solution-s9 .txt-box .box span {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.solution-s9 .txt-box .box p {
    font-size: max(13px, 0.9375rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 5px;
}

.solution-s9 .guide-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1.25rem 1.875rem;
    border-radius: 10px 10px 0 0;
    display: flex;
    grid-gap: 2.5rem;
    z-index: 2;
}

.solution-s9 .guide-box .box {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.solution-s9 .guide-box .box i {
    width: max(30px, 2.625rem);
    height: max(30px, 2.625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s9 .guide-box .box span {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    white-space: nowrap;
}

.solution-s9 .guide-box .box:nth-of-type(1) i {
    background-image: url("../images/solution/icon-6-1.png");
}

.solution-s9 .guide-box .box:nth-of-type(2) i {
    background-image: url("../images/solution/icon-6-2.png");
}

.solution-s10 {
    background-color: #fff;
    position: relative;
}

.solution-s10 .solution-label {
    position: absolute;
    top: 7.5rem;
    left: 0;
    right: 0;
    z-index: 2;
}

.solution-s10 .img-box {
    width: 100%;
}

.solution-s10 .img-box img {
    display: block;
    width: 100%;
}

.solution-s11 {
    padding: 7.5rem 0;
    overflow: hidden;
}

.solution-s11 .bot-block {
    margin-top: 2.5rem;
    position: relative;
}

.solution-s11 .swiper {
    width: 100vw;
    padding: 0 calc(50vw - 720px) 3.75rem;
}

.solution-s11 .item {
    background-color: #f9f9f9;
    border-radius: 5px;
}

.solution-s11 .item a {
    display: block;
    height: 100%;
    padding: 0 2.5rem;
}

.solution-s11 .item .tit {
    height: max(60px, 5rem);
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: flex-end;
    padding: 1rem 0;
}

.solution-s11 .item span {
    display: block;
    width: 100%;
    font-size: max(14px, 1.0625rem);
    color: #081d2e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.solution-s11 .item .img-box {
    height: 15rem;
    text-align: center;
}

.solution-s11 .item .img-box img {
    width: auto;
    max-width: 100%;
    max-height: 70%;
}

@media (any-hover: hover) {
    .solution-s11 .item:hover span {
        color: #e60012;
    }
}

.solution-s11 .button {
    width: 10px;
    height: 15px;
    position: absolute;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.2;
    z-index: 2;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .solution-s11 .button:hover {
        opacity: 1;
    }
}

.solution-s11 .prev {
    right: calc(50% + 34.375rem);
    background-image: url("../images/product/prev.svg");
}

.solution-s11 .next {
    left: calc(50% + 34.375rem);
    background-image: url("../images/product/next.svg");
}

.solution-s11 .swiper-horizontal>.swiper-scrollbar {
    width: 61.25rem;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 6px;
    background-color: #e6e6e6;
}

.solution-s11 .swiper-scrollbar-drag {
    height: 7px;
    top: -2px;
    background-color: #092a44;
    cursor: pointer;
    border-radius: 0;
}

.solution-s12 {
    padding: 7.5rem 0;
    background: #fff url("../images/solution/img-16.jpg") right top no-repeat;
    background-size: auto 100%;
}

.solution-s12 .solution-label {
    text-align: left;
}

.solution-s12 .para {
    margin-top: 2rem;
    padding: 2.5rem 0;
    border-top: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
    font-size: max(14px, 1.375rem);
    color: #092a44;
    line-height: 1.8;
}

.solution-s12 .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.solution-s12 .btn a {
    display: inline-block;
    font-size: max(14px, 0.9375rem);
    line-height: max(36px, 2.75rem);
    color: #fff;
    background-color: #092a44;
    border-radius: max(18px, 1.375rem);
    padding: 0 1.5rem;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .solution-s12 .btn a:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(9, 42, 68, 0.3);
    }
}

.solution-s12 .s-tit {
    margin-top: 2.5rem;
    font-size: max(18px, 1.625rem);
    color: #081d2e;
}

.solution-s12 .items {
    margin-top: 2rem;
    display: flex;
    grid-gap: 1.25rem;
}

.solution-s12 .items .item {
    width: calc((100% - 3.75rem) / 4);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/solution/img-17.png");
    background-size: 100% 100%;
    padding: 3.75rem 2.25rem;
}

.solution-s12 .items .item span {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    color: #e60012;
    font-family: 'Rajdhani-Medium';
    line-height: 1;
}

.solution-s12 .items .item .tit {
    font-size: max(16px, 1.25rem);
    color: #081d2e;
    text-align: center;
    margin-top: 5px;
}

.solution-s12 .items .item p {
    font-size: max(14px, 1rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.25rem;
}

.solution-s12 .related {
    margin-top: 3.125rem;
    display: flex;
    grid-gap: 1.25rem;
}

.solution-s12 .related .item {
    width: calc((100% - 1.25rem) / 2);
    border-radius: 10px;
    padding: 1rem 1.25rem 1rem 1.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution-s12 .related .item .tit {
    font-size: max(18px, 1.625rem);
    color: #fff;
}

.solution-s12 .related .item .tips {
    display: flex;
    grid-gap: 10px;
}

.solution-s12 .related .item span {
    padding: 0 1.5rem;
    line-height: max(40px, 3.75rem);
    font-size: max(14px, 1.125rem);
    color: #fff;
    border-radius: 10px;
}

.solution-s12 .related .item:nth-of-type(1) {
    background-color: #092a44;
}

.solution-s12 .related .item:nth-of-type(1) span {
    background-color: rgba(255, 255, 255, 0.15);
}

.solution-s12 .related .item:nth-of-type(2) {
    background-color: #e60012;
}

.solution-s12 .related .item:nth-of-type(2) span {
    background-color: rgba(0, 0, 0, 0.2);
}

.solution-s13 {
    padding: 7.5rem 0;
    background-color: #f5f5f5;
}

.solution-s13 .items {
    margin-top: 2.5rem;
}

.solution-s13 .sw {
    display: flex;
    grid-gap: 1.25rem;
}

.solution-s13 .item {
    width: 13.75rem;
    position: relative;
    height: 45rem;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    transition: width .3s ease;
}

.solution-s13 .item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/solution/img-20.png");
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
}

.solution-s13 .item .img-box {
    width: 45rem;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}

.solution-s13 .item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-s13 .item .txt-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 2.5rem;
}

.solution-s13 .item .icon {
    width: max(40px, 3.125rem);
    height: max(40px, 3.125rem);
    position: relative;
}

.solution-s13 .item i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s ease;
}

.solution-s13 .item i.hide {
    opacity: 0;
}

.solution-s13 .item .tit {
    margin-top: 1rem;
    font-size: 1.625rem;
    color: #fff;
    transition: color .3s ease;
}

.solution-s13 .item .scroll {
    width: 40rem;
    position: absolute;
    top: 11.25rem;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    overflow: auto;
    padding-right: 2rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.solution-s13 .item .scroll p {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    padding: 1rem 1rem 1rem 2.5rem;
    position: relative;
    border-radius: 10px;
}

.solution-s13 .item .scroll p:before {
    content: '•';
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: max(14px, 1rem);
    color: #081d2e;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.solution-s13 .item .scroll p:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.solution-s13 .item.active {
    width: calc(100% - 41.25rem - 3.75rem);
}

.solution-s13 .item.active:after {
    opacity: 1;
}

.solution-s13 .item.active .img-box {
    opacity: 0.1;
    filter: grayscale(1);
}

.solution-s13 .item.active i.show {
    opacity: 0;
}

.solution-s13 .item.active i.hide {
    opacity: 1;
}

.solution-s13 .item.active .tit {
    color: #081d2e;
}

.solution-s13 .item.active .scroll {
    opacity: 1;
}

.solution-s14 {
    position: relative;
    padding-bottom: max(50px, 3.75rem);
    overflow: hidden;
}

.solution-s14 .solution-label {
    position: absolute;
    top: 7.5rem;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
}

.solution-s14 .img-box img {
    display: block;
    width: 100%;
}

.solution-s14 .bot-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.solution-s14 .null {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.solution-s14 .items {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 2.5rem;
    display: flex;
    align-items: center;
    grid-gap: 13.75rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    height: max(100px, 7.5rem);
}

.solution-s14 .item {
    position: relative;
    padding-left: 50px;
}

.solution-s14 .item:after {
    content: '';
    width: 1px;
    height: 3.125rem;
    background-color: #e7e7e7;
    position: absolute;
    right: -6.875rem;
    top: 50%;
    margin-top: -1.5rem;
}

.solution-s14 .item i {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 0;
}

.solution-s14 .item span {
    display: block;
    font-size: max(14px, 1.375rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    white-space: nowrap;
}

.solution-s14 .item p {
    font-size: max(14px, 1.0625rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    white-space: nowrap;
    margin-top: 5px;
}

.solution-s14 .item:last-of-type:after {
    display: none;
}

.solution-s15 {
    padding: 7.5rem 0;
}

.solution-s15 .items {
    margin-top: 2rem;
}

.solution-s15 .sw {
    display: flex;
    grid-gap: 1.25rem;
}

.solution-s15 .item {
    width: calc((100% - 1.25rem) / 2);
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 0 1.25rem 1.25rem;
}

.solution-s15 .item .img-box {
    height: 22.5rem;
    text-align: center;
}

.solution-s15 .item img {
    width: auto;
    max-width: 90%;
    max-height: 80%;
}

.solution-s15 .item .tit {
    font-size: max(14px, 1.25rem);
    color: #081d2e;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    line-height: max(40px, 3.75rem);
    font-family: 'HarmonyOS_Sans_SC_Light';
    padding: 0 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .solution-s15 .item:hover .tit {
        color: #e60012;
    }
}

.solution-s16 {
    background-color: #f9f9f9;
    overflow: hidden;
}

.solution-s16 .sw {
    display: flex;
}

.solution-s16 .item {
    flex: 1;
    height: max(60px, 4.375rem);
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.solution-s16 .item:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.solution-s16 .item:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #e60012;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform .3s ease;
}

.solution-s16 .item span {
    display: block;
    width: 100%;
    font-size: max(14px, 1.125rem);
    height: max(17px, 1.35rem);
    color: #191919;
    text-align: center;
    padding: 0 1.25rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s16 .item span:before {
    content: '';
    width: 1rem;
    height: max(17px, 1.35rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/icon-5-2.png");
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    opacity: 0;
}

.solution-s16 .item.active {
    background-color: #f9f9f9;
}

.solution-s16 .item.active span {
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.solution-s16 .item.active span:before {
    opacity: 1;
}

.solution-s16 .item.active:after {
    transform: scaleX(1);
}

.solution-s17 {
    position: relative;
}

.solution-s17 .img-box img {
    display: block;
    width: 100%;
}

.solution-s17 .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solution-s17 .box {
    width: 41.25rem;
    padding: 5.625rem 3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/solution/img-23.png");
    background-size: 100% 100%;
}

.solution-s17 .top-box {
    display: flex;
    align-items: center;
    grid-gap: 1.25rem;
}

.solution-s17 .top-box i {
    width: 4.375rem;
    height: 4.375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s17 .para {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e6ea;
    font-size: max(14px, 1.25rem);
    color: #092a44;
    line-height: 1.8;
}

.solution-s17 .para span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s18 {
    position: relative;
    height: 56.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solution-s18:after {
    content: '';
    width: 100%;
    height: 2.5vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url("../images/solution/img-25.png") center bottom no-repeat;
    background-size: 100% auto;
}

.solution-s19 {
    padding: 5.625rem 0 7.5rem;
}

.solution-s19 .items {
    margin-top: 2.5rem;
    padding-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #e8ebed;
    grid-column-gap: 10rem;
    grid-row-gap: 5.625rem;
}

.solution-s19 .item {
    width: calc((100% - 20rem) / 3);
    padding-left: 7.5rem;
    position: relative;
}

.solution-s19 .item i {
    width: 5.875rem;
    height: 5.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.solution-s19 .item .tit {
    font-size: max(15px, 1.5rem);
    color: #081d2e;
}

.solution-s19 .item p {
    margin-top: .625rem;
    font-size: max(14px, 1.0625rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s20 {
    padding: 0 0 25vw;
    background: url("../images/solution/img-26.png") center bottom no-repeat;
    background-size: 100% auto;
}

.solution-s20 .solution-label {
    text-align: left;
}

.solution-s20 .flex {
    display: flex;
    align-items: center;
}

.solution-s20 .txt-box {
    width: calc(100% - 42.8125rem);
    padding-right: 5rem;
}

.solution-s20 .tips {
    margin-top: 2rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    display: inline-flex;
    grid-gap: 2rem;
}

.solution-s20 .tips span {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s20 .tips span:before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.solution-s20 .tips span:nth-of-type(1):before {
    background-color: #3499cc;
}

.solution-s20 .tips span:nth-of-type(2):before {
    background-color: #e10012;
}

.solution-s20 .tips span:nth-of-type(3):before {
    background-color: #9b9c9c;
}

.solution-s20 .img-box {
    width: 42.8125rem;
}

.solution-s20 .img-box img {
    display: block;
    width: 100%;
}

.solution-s21 {
    padding: 7.5rem 0;
    overflow: hidden;
}

.solution-s21 .bot-block {
    margin-top: 2.5rem;
    position: relative;
}

.solution-s21 .swiper {
    width: 100vw;
    padding: 0 calc(50vw - 720px) 3.75rem;
}

.solution-s21 .item {
    width: max(540px, 45rem);
    background-color: #f9f9f9;
}

.solution-s21 .item .box {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3.75rem 2.5rem;
}

.solution-s21 .item .img-box {
    width: 21.25rem;
    height: 13.75rem;
    position: relative;
    overflow: hidden;
}

.solution-s21 .item .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/solution/img-28.png");
    background-size: 100% 100%;
    z-index: 2;
}

.solution-s21 .item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-s21 .item .txt-box {
    width: calc(100% - 21.25rem);
    padding-left: 1.5rem;
}

.solution-s21 .item .tit {
    font-size: 1.625rem;
    color: #092a44;
}

.solution-s21 .item .num {
    font-size: 0;
    margin-top: 1rem;
}

.solution-s21 .item .num span {
    font-size: 2.5rem;
    color: #e10012;
    font-family: 'Rajdhani-Medium';
    line-height: 1;
}

.solution-s21 .item .num i {
    font-size: 1.625rem;
    font-family: 'Rajdhani-Medium';
    font-style: normal;
    color: #e10012;
    text-transform: uppercase;
}

.solution-s21 .item .tips {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dce3e9;
    grid-gap: 2.5rem;
    display: flex;
}

.solution-s21 .item .tips span {
    position: relative;
    font-size: max(14px, 1.125rem);
    color: #bcc2c7;
}

.solution-s21 .item .tips span:nth-of-type(1):after {
    content: '';
    width: 1px;
    height: 1rem;
    background-color: #bcc2c7;
    position: absolute;
    right: -1.25rem;
    top: 50%;
    margin-top: -0.5rem;
}

.solution-s21 .button {
    width: 10px;
    height: 15px;
    position: absolute;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.2;
    z-index: 2;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .solution-s21 .button:hover {
        opacity: 1;
    }
}

.solution-s21 .prev {
    right: calc(50% + 34.375rem);
    background-image: url("../images/product/prev.svg");
}

.solution-s21 .next {
    left: calc(50% + 34.375rem);
    background-image: url("../images/product/next.svg");
}

.solution-s21 .swiper-horizontal>.swiper-scrollbar {
    width: 61.25rem;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 6px;
    background-color: #e6e6e6;
}

.solution-s21 .swiper-scrollbar-drag {
    height: 7px;
    top: -2px;
    background-color: #092a44;
    cursor: pointer;
    border-radius: 0;
}

.solution-s22 {
    padding: 7.5rem 0 0;
    background-color: #f1f2f3;
    position: relative;
    overflow: hidden;
}

.solution-s22:after {
    content: '';
    width: 100%;
    height: 2.5vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url("../images/solution/img-25.png") center bottom no-repeat;
    background-size: 100% auto;
    z-index: 4;
}

.solution-s22 .top-box {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
}

.solution-s22 .top-box i {
    width: 4.375rem;
    height: 4.375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s22 .para {
    margin-top: 2.5rem;
    padding-top: 1.875rem;
    color: #092a44;
    border-top: 1px solid #dde2e6;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s22 .para span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s22 .img-box {
    width: 100%;
    max-width: 77.5rem;
    margin: 2.5rem auto 0;
}

.solution-s22 .img-box img {
    display: block;
    width: 100%;
}

.solution-s23 {
    padding: 5.625rem 0 7.5rem;
}

.solution-s23 .items {
    margin-top: 2.5rem;
    padding-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #e8ebed;
    grid-gap: 4.375rem;
}

.solution-s23 .item {
    width: calc((100% - 4.375rem) / 2);
    padding-left: 7.5rem;
    position: relative;
}

.solution-s23 .item i {
    width: 5.875rem;
    height: 5.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.solution-s23 .item .tit {
    font-size: max(15px, 1.5rem);
    color: #081d2e;
}

.solution-s23 .item .para {
    margin-top: 1rem;
}

.solution-s23 .item p {
    font-size: max(14px, 1.0625rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    padding-left: 1.25rem;
    position: relative;
}

.solution-s23 .item p:before {
    content: '•';
    font-size: max(14px, 1.0625rem);
    color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}

.solution-s23 .scene {
    margin-top: 5rem;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    background-color: #f9f9f9;
    overflow: hidden;
}

.solution-s23 .scene .tit {
    font-size: max(16px, 1.5rem);
    color: #fff;
    text-align: center;
    padding: 1.25rem;
    background-color: #092a44;
    border-radius: 10px;
}

.solution-s23 .inner-items {
    padding: 3.125rem;
    display: flex;
}

.solution-s23 .inner-item {
    width: 33.33%;
    border-right: 1px solid #eeeeee;
}

.solution-s23 .inner-item:last-of-type {
    border: none;
}

.solution-s23 .inner-item i {
    display: block;
    width: 5rem;
    height: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.solution-s23 .inner-item span {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
    font-size: max(14px, 1rem);
    color: #092a44;
}

.solution-s24 {
    padding: 0 0 25vw;
    background: url("../images/solution/img-31.png") center bottom no-repeat;
    background-size: 100% auto;
}

.solution-s24 .solution-label {
    text-align: left;
}

.solution-s24 .flex {
    display: flex;
    align-items: flex-start;
}

.solution-s24 .txt-box {
    width: calc(100% - 52.3125rem);
    padding-right: 5rem;
    margin-top: 6.25rem;
}

.solution-s24 .tips {
    margin-top: 2rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    display: inline-flex;
    grid-gap: 2rem;
}

.solution-s24 .tips span {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s24 .tips span:before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.solution-s24 .tips span:nth-of-type(1):before {
    background-color: #3499cc;
}

.solution-s24 .tips span:nth-of-type(2):before {
    background-color: #e10012;
}

.solution-s24 .tips span:nth-of-type(3):before {
    background-color: #9b9c9c;
}

.solution-s24 .img-box {
    width: 52.3125rem;
}

.solution-s24 .img-box img {
    display: block;
    width: 100%;
}

.solution-s25 {
    padding: 7.5rem 0 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.solution-s25 .top-box {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
}

.solution-s25 .top-box i {
    width: 4.375rem;
    height: 4.375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s25 .para {
    margin-top: 2.5rem;
    padding-top: 1.875rem;
    color: #092a44;
    border-top: 1px solid #dde2e6;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s25 .para span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s25 .img-box {
    width: 100%;
    max-width: 52.75rem;
    margin: 3.75rem auto 0;
}

.solution-s25 .img-box img {
    display: block;
    width: 100%;
}

.solution-s26 {
    padding: 5.625rem 0 7.5rem;
}

.solution-s26 .items {
    margin-top: 2.5rem;
    padding-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #e8ebed;
    grid-gap: 10rem;
}

.solution-s26 .item {
    width: calc((100% - 20rem) / 3);
}

.solution-s26 .item i {
    display: block;
    width: 5.875rem;
    height: 5.875rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s26 .item .tit {
    font-size: max(15px, 1.5rem);
    color: #081d2e;
    margin-top: 1.5rem;
    text-align: center;
}

.solution-s26 .item p {
    margin-top: 1rem;
    font-size: max(14px, 1.0625rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-align: center;
}

.solution-s26 .scene {
    margin-top: 5rem;
    position: relative;
}

.solution-s26 .scene .tit {
    width: max(120px, 11.5625rem);
    height: max(120px, 11.5625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/img-36.png");
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.solution-s26 .scene .tit span {
    font-size: max(16px, 1.5rem);
    color: #fff;
}

.solution-s26 .inner-items {
    display: flex;
    grid-gap: 1.875rem;
}

.solution-s26 .inner-item {
    width: calc((100% - 1.875rem) / 2);
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    padding: 6.25rem 2.5rem;
}

.solution-s26 .inner-item i {
    display: block;
    width: 5rem;
    height: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.solution-s26 .inner-item span {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
    font-size: max(14px, 1.25rem);
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #092a44;
}

.solution-s27 {
    padding: 0 0 25vw;
    background: url("../images/solution/img-35.png") center bottom no-repeat;
    background-size: 100% auto;
}

.solution-s27 .solution-label {
    text-align: left;
}

.solution-s27 .flex {
    display: flex;
    align-items: flex-start;
}

.solution-s27 .txt-box {
    width: calc(100% - 45.4375rem);
    padding-right: 5rem;
    margin-top: 6.25rem;
}

.solution-s27 .tips {
    margin-top: 2rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    display: inline-flex;
    grid-gap: 2rem;
}

.solution-s27 .tips span {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s27 .tips span:before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.solution-s27 .tips span:nth-of-type(1):before {
    background-color: #3499cc;
}

.solution-s27 .tips span:nth-of-type(2):before {
    background-color: #e10012;
}

.solution-s27 .tips span:nth-of-type(3):before {
    background-color: #9b9c9c;
}

.solution-s27 .img-box {
    width: 45.4375rem;
}

.solution-s27 .img-box img {
    display: block;
    width: 100%;
}

.solution-s28 {
    padding: 7.5rem 0 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.solution-s28 .top-box {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
}

.solution-s28 .top-box i {
    width: 4.375rem;
    height: 4.375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s28 .para {
    margin-top: 2.5rem;
    padding-top: 1.875rem;
    color: #092a44;
    border-top: 1px solid #dde2e6;
    font-size: max(14px, 1.25rem);
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s28 .para span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s28 .btn {
    width: max(120px, 11.5625rem);
    height: max(120px, 11.5625rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/img-36.png");
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 10rem;
    border-radius: 50%;
    cursor: pointer;
}

.solution-s28 .btn span {
    font-size: max(14px, 1.25rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s28 .btn span:after {
    content: '';
    width: 7px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/icon-18.svg");
    display: block;
    margin: 1rem auto 0;
}

.solution-s28 .img-box {
    width: 85%;
    margin: 2.5rem 0 0 15%;
}

.solution-s28 .img-box img {
    display: block;
    width: 100%;
}

.solution-s29 {
    padding: 5.625rem 0 7.5rem;
}

.solution-s29 .items {
    margin-top: 2.5rem;
    padding-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #e8ebed;
    grid-column-gap: 10rem;
    grid-row-gap: 5.625rem;
}

.solution-s29 .item {
    width: calc((100% - 20rem) / 3);
    padding-left: 7.5rem;
    position: relative;
}

.solution-s29 .item i {
    width: 5.875rem;
    height: 5.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.solution-s29 .item .tit {
    font-size: max(15px, 1.5rem);
    color: #081d2e;
}

.solution-s29 .item p {
    margin-top: .625rem;
    font-size: max(14px, 1.0625rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s29 .scene {
    margin-top: 5rem;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    background-color: #f9f9f9;
    overflow: hidden;
}

.solution-s29 .scene .tit {
    font-size: max(16px, 1.5rem);
    color: #fff;
    text-align: center;
    padding: 1.25rem;
    background-color: #092a44;
    border-radius: 10px;
}

.solution-s29 .inner-items {
    padding: 3.125rem;
    display: flex;
}

.solution-s29 .inner-item {
    width: 20%;
    border-right: 1px solid #eeeeee;
}

.solution-s29 .inner-item:last-of-type {
    border: none;
}

.solution-s29 .inner-item i {
    display: block;
    width: 3rem;
    height: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.solution-s29 .inner-item span {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
    font-size: max(14px, 1rem);
    color: #092a44;
}

.solution-s30 {
    padding: 0 0 21.5vw;
    background: url("../images/solution/img-40.png") center bottom no-repeat;
    background-size: 100% auto;
}

.solution-s30 .solution-label {
    text-align: left;
}

.solution-s30 .flex {
    display: flex;
    align-items: center;
}

.solution-s30 .txt-box {
    width: calc(100% - 53.1875rem);
    padding-right: 5rem;
}

.solution-s30 .tips {
    margin-top: 2rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    display: inline-flex;
    grid-gap: 2rem;
}

.solution-s30 .tips span {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s30 .tips span:before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.solution-s30 .tips span:nth-of-type(1):before {
    background-color: #3499cc;
}

.solution-s30 .tips span:nth-of-type(2):before {
    background-color: #e10012;
}

.solution-s30 .tips span:nth-of-type(3):before {
    background-color: #9b9c9c;
}

.solution-s30 .img-box {
    width: 53.1875rem;
}

.solution-s30 .img-box img {
    display: block;
    width: 100%;
}

.fixed-measurement {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.fixed-measurement .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.fixed-measurement .close {
    position: absolute;
    top: 5rem;
    left: 5.625rem;
    width: 16px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/icon-21.svg");
    opacity: 0.2;
    cursor: pointer;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .fixed-measurement .close:hover {
        opacity: 1;
    }
}

.fixed-measurement .main {
    width: 85%;
    max-width: 1629px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 5rem 11.25rem;
    background-color: #fff;
}

.fixed-measurement .img-box img {
    display: block;
    width: 100%;
}

.solution-s31 {
    padding: 7.5rem 0 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.solution-s31 .top-box {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
}

.solution-s31 .top-box i {
    width: 4.375rem;
    height: 4.375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s31 .para {
    margin-top: 2.5rem;
    padding-top: 1.875rem;
    color: #092a44;
    border-top: 1px solid #dde2e6;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s31 .para span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s31 .img-box {
    width: 100%;
    max-width: 57.8125rem;
    margin: 3.75rem auto 0;
}

.solution-s31 .img-box img {
    display: block;
    width: 100%;
}

.solution-s32 {
    padding: 5.625rem 0 7.5rem;
}

.solution-s32 .items {
    margin-top: 2.5rem;
    padding-top: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #e8ebed;
    grid-column-gap: 10rem;
    grid-row-gap: 5.625rem;
}

.solution-s32 .item {
    width: calc((100% - 20rem) / 3);
    position: relative;
    display: flex;
    align-items: center;
}

.solution-s32 .item i {
    width: 5.875rem;
    height: 5.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s32 .item span {
    width: calc(100% - 5.875rem);
    display: block;
    font-size: max(15px, 1.25rem);
    padding-left: 1.5rem;
    color: #092a44;
}

.solution-s33 {
    padding: 0 0 23vw;
    background: url("../images/solution/img-45.png") center bottom no-repeat;
    background-size: 100% auto;
}

.solution-s33 .solution-label {
    text-align: left;
}

.solution-s33 .flex {
    display: flex;
    align-items: flex-start;
}

.solution-s33 .txt-box {
    width: calc(100% - 57.3125rem);
    padding-right: 5rem;
    margin-top: 6.25rem;
}

.solution-s33 .tips {
    margin-top: 2rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    display: inline-flex;
    grid-gap: 2rem;
}

.solution-s33 .tips span {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s33 .tips span:before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.solution-s33 .tips span:nth-of-type(1):before {
    background-color: #3499cc;
}

.solution-s33 .tips span:nth-of-type(2):before {
    background-color: #e10012;
}

.solution-s33 .tips span:nth-of-type(3):before {
    background-color: #9b9c9c;
}

.solution-s33 .img-box {
    width: 57.3125rem;
}

.solution-s33 .img-box img {
    display: block;
    width: 100%;
}

.solution-s34 {
    padding: 7.5rem 0 5.625rem;
}

.solution-s34 .tit {
    font-size: 2rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #081d2e;
}

.solution-s34 .para {
    font-size: max(14px, 1.25rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin: 1.5rem 0 3.75rem;
    padding-bottom: 3.75rem;
    border-bottom: 2px solid #000000;
}

.solution-s34 .pic-box {
    background-color: #f9f9f9;
    padding-bottom: 3.75rem;
    margin-top: 1.5rem;
}

.solution-s34 .tips {
    padding: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.solution-s34 .tips span {
    font-size: max(14px, 1.25rem);
    color: #aab2b8;
    padding: 1rem 1.875rem;
    background-color: #fff;
}

.solution-s34 .img {
    margin: 5rem auto 0;
    text-align: center;
}

.solution-s34 .img img {
    max-width: 82%;
}

.solution-s34 .items {
    margin-top: 3.75rem;
    display: flex;
    grid-gap: 3.75rem;
}

.solution-s34 .item {
    width: calc((100% - 3.75rem) / 2);
}

.solution-s34 .item span {
    display: block;
    font-size: 2rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #081d2e;
}

.solution-s34 .item p {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e60012;
    font-size: max(14px, 1.25rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s35 {
    padding: 12.5rem 0 0;
    position: relative;
}

.solution-s35 .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 10rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solution-s35 .flex {
    display: flex;
    justify-content: right;
}

.solution-s35 .block {
    width: 50%;
    background-color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.04);
    padding: 3.75rem 3.75rem 1.25rem;
}

.solution-s35 .tit {
    font-size: 2rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #081d2e;
}

.solution-s35 .items {
    margin-top: 1.5rem;
    border-top: 4px solid #f1f1f1;
}

.solution-s35 .item {
    padding: 2.5rem 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
}

.solution-s35 .item:last-of-type {
    border: none;
}

.solution-s35 .item i {
    width: 3.125rem;
    height: 3.125rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s35 .item p {
    width: calc(100% - 3.125rem);
    padding-left: 2.5rem;
    font-size: max(14px, 1.125rem);
    color: #092a44;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s36 {
    padding: 7.5rem 0;
    background: #fff url("../images/solution/img-49.jpg") right top no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.solution-s36 .solution-label {
    text-align: left;
}

.solution-s36 .para {
    margin-top: 2rem;
    padding: 2.5rem 0;
    border-top: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
    font-size: max(14px, 1.375rem);
    color: #092a44;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s36 .para span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s36 .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.solution-s36 .btn a {
    display: inline-block;
    font-size: max(14px, 0.9375rem);
    line-height: max(36px, 2.75rem);
    color: #fff;
    background-color: #092a44;
    border-radius: max(18px, 1.375rem);
    padding: 0 1.5rem;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .solution-s36 .btn a:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(9, 42, 68, 0.3);
    }
}

.solution-s36 .s-tit {
    margin-top: 2.5rem;
    font-size: max(18px, 1.625rem);
    color: #081d2e;
}

.solution-s36 .items {
    margin-top: 2.5rem;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
}

.solution-s36 .item {
    width: calc((100% - 1.25rem) / 2);
    position: relative;
    padding: 5rem 3.75rem 6.25rem;
}

.solution-s36 .item:before,
.solution-s36 .item:after {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .3s ease;
}

.solution-s36 .item:before {
    background-image: url("../images/solution/img-50-1.png");
}

.solution-s36 .item:after {
    background-image: url("../images/solution/img-50-2.png");
    opacity: 0;
}

.solution-s36 .item .box {
    position: relative;
    z-index: 2;
}

.solution-s36 .item .icon {
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 auto;
    position: relative;
}

.solution-s36 .item i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s ease;
}

.solution-s36 .item i.hide {
    opacity: 0;
}

.solution-s36 .item span {
    display: block;
    font-size: max(16px, 1.25rem);
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    text-align: center;
    margin-top: 3.75rem;
    transition: color .3s ease;
}

.solution-s36 .item p {
    font-size: max(14px, 1.125rem);
    color: #092a44;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.25rem;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .solution-s36 .item:hover:before {
        opacity: 0;
    }
    .solution-s36 .item:hover:after {
        opacity: 1;
    }
    .solution-s36 .item:hover i.show {
        opacity: 0;
    }
    .solution-s36 .item:hover i.hide {
        opacity: 1;
    }
    .solution-s36 .item:hover span {
        color: #fff;
    }
    .solution-s36 .item:hover p {
        color: rgba(255, 255, 255, 0.5);
    }
}

.solution-s36 .pic-box {
    position: absolute;
    left: 58%;
    bottom: 5rem;
    width: 65vw;
    max-width: 1218px;
}

.solution-s36 .pic-box img {
    display: block;
    width: 100%;
}

.solution-s37 {
    padding: 7.5rem 0;
    background-color: #f5f5f5;
}

.solution-s37 .items {
    margin-top: 2.5rem;
}

.solution-s37 .sw {
    display: flex;
    grid-gap: 1.25rem;
}

.solution-s37 .item {
    width: 13.75rem;
    position: relative;
    height: 45rem;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    transition: width .3s ease;
}

.solution-s37 .item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/solution/img-20.png");
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
}

.solution-s37 .item .img-box {
    width: 45rem;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}

.solution-s37 .item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-s37 .item .txt-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 2.5rem;
}

.solution-s37 .item .icon {
    width: max(40px, 3.125rem);
    height: max(40px, 3.125rem);
    position: relative;
}

.solution-s37 .item i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s ease;
}

.solution-s37 .item i.hide {
    opacity: 0;
}

.solution-s37 .item .tit {
    margin-top: 1rem;
    font-size: 1.625rem;
    color: #fff;
    transition: color .3s ease;
}

.solution-s37 .item .para {
    width: 40rem;
    font-size: max(14px, 1rem);
    color: #081d2e;
    margin-top: 0.625rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: opacity .3s ease;
}

.solution-s37 .item .scroll {
    width: 40rem;
    position: absolute;
    top: 13.75rem;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    overflow: auto;
    padding-right: 2rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.solution-s37 .item .inner {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 1.5rem 2.5rem;
    border-radius: 10px;
}

.solution-s37 .item .inner:nth-of-type(1) {
    margin-top: 0;
}

.solution-s37 .item .inner .box {
    width: 11.9375rem;
    border-right: 2px solid #e8e9eb;
}

.solution-s37 .item .inner span {
    display: block;
    font-size: 2rem;
    color: #e60012;
    line-height: 1;
    font-family: 'Rajdhani-Medium';
}

.solution-s37 .item .inner .s-tit {
    font-size: max(14px, 1.25rem);
    color: #081d2e;
}

.solution-s37 .item .inner p {
    width: calc(100% - 11.9375rem);
    padding-left: 2.5rem;
    font-size: max(14px, 1rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s37 .item.active {
    width: calc(100% - 41.25rem - 3.75rem);
}

.solution-s37 .item.active:after {
    opacity: 1;
}

.solution-s37 .item.active .img-box {
    opacity: 0;
    filter: grayscale(1);
}

.solution-s37 .item.active i.show {
    opacity: 0;
}

.solution-s37 .item.active i.hide {
    opacity: 1;
}

.solution-s37 .item.active .tit {
    color: #081d2e;
}

.solution-s37 .item.active .para {
    opacity: 1;
}

.solution-s37 .item.active .scroll {
    opacity: 1;
}

.solution-s38 {
    padding: 7.5rem 0 0;
}

.solution-s38 .flex {
    display: flex;
    align-items: flex-start;
    grid-gap: 1.25rem;
}

.solution-s38 .left-box {
    width: 22.5rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 2.5rem;
    position: sticky;
    top: max(100px, 7.5rem);
}

.solution-s38 .left-box .tit {
    font-size: max(16px, 1.25rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s38 .left-box .tab-tit {
    margin: 1.25rem -1.25rem 0;
}

.solution-s38 .left-box .item {
    padding: .625rem 1.25rem;
    border-radius: 10px;
    display: flex;
    align-items: baseline;
    cursor: pointer;
}

.solution-s38 .left-box .item:before {
    content: '';
    width: 1rem;
    height: 0.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/icon-5-1.png");
    transform: translateY(1px);
}

.solution-s38 .left-box .item span {
    width: calc(100% - 1rem);
    padding-left: .625rem;
    font-size: max(14px, 0.9375rem);
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s38 .left-box .item.active {
    background-color: #ffffff;
}

.solution-s38 .left-box .item.active:before {
    background-image: url("../images/solution/icon-5-2.png");
}

.solution-s38 .left-box .item.active span {
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.solution-s38 .right-box {
    width: calc(100% - 23.75rem);
    background-color: #f9f9f9;
    border-radius: 10px;
    border-radius: 10px;
}

.solution-s38 .right-box .child {
    display: none;
}

.solution-s38 .right-box .child.active {
    display: block;
}

.solution-s38 .right-box .top-box {
    padding: 3.125rem 3.75rem;
    background-image: linear-gradient(135deg, #be101e, #e60012);
    box-shadow: 0 0.625rem 1.875rem rgba(206, 93, 90, 0.45);
    border-radius: 10px;
}

.solution-s38 .right-box .top-box .tit {
    font-size: 2rem;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s38 .right-box .top-box .para {
    font-size: max(14px, 1rem);
    color: #fff;
    line-height: 1.5;
    margin-top: 1rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s38 .right-box .top-box .para span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s38 .right-box .bot-box {
    padding: 3.75rem;
}

.solution-s38 .cont-1 {
    background-color: #fff;
    border-radius: 10px;
    padding: 3.75rem 3.75rem 2.5rem;
    text-align: center;
    margin-bottom: 3.75rem;
}

.solution-s38 .cont-1 img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.solution-s38 .cont-1 p {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1rem;
    font-size: max(14px, 1rem);
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 2.5rem;
}

.solution-s38 .solution-point .block-tit {
    font-size: max(16px, 1.375rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s38 .solution-point .items {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
}

.solution-s38 .solution-point .item {
    width: calc((100% - 1.25rem) / 2);
    padding: 2.5rem;
    border-radius: 10px;
    background-color: #ffffff;
}

.solution-s38 .solution-point .item span {
    display: block;
    font-size: 2.5rem;
    color: #e60012;
    line-height: 1;
    font-family: 'Rajdhani-Medium';
}

.solution-s38 .solution-point .item .tit {
    font-size: max(14px, 1.125rem);
    color: #081d2e;
    margin-top: 1rem;
}

.solution-s38 .solution-point .item p {
    font-size: max(13px, 1rem);
    color: #081d2e;
    line-height: 1.5;
    margin-top: 0.625rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s38 .cont-2 {
    margin-top: 3.75rem;
}

.solution-s38 .cont-2 .block-tit {
    font-size: max(16px, 1.375rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s38 .cont-2 .img-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 2.5rem 1.875rem;
    text-align: center;
    margin-top: 1rem;
}

.solution-s38 .cont-2 .img-box img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.solution-s39 {
    padding: 5.625rem 0;
    background-color: #f9f9f9;
}

.solution-s39 span {
    display: block;
    font-size: 2rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #081d2e;
}

.solution-s39 p {
    margin-top: 2rem;
    font-size: max(14px, 1.25rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s40 {
    padding: 7.5rem 0 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.solution-s40 .top-box {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
}

.solution-s40 .top-box i {
    width: 4.375rem;
    height: 4.375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s40 .para {
    margin-top: 2.5rem;
    padding-top: 1.875rem;
    color: #092a44;
    border-top: 1px solid #dde2e6;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s40 .para span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.solution-s40 .img-box {
    width: 100%;
    max-width: 76.875rem;
    margin: 3.75rem auto 0;
}

.solution-s40 .img-box img {
    display: block;
    width: 100%;
}

.solution-s41 {
    padding: 5.625rem 0 7.5rem;
}

.solution-s41 .items {
    margin-top: 2.5rem;
    padding-top: 2.55rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #e8ebed;
    grid-gap: 1.25rem;
}

.solution-s41 .item {
    width: calc((100% - 1.25rem) / 2);
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 4.375rem 3.75rem;
    display: flex;
    align-items: center;
}

.solution-s41 .item i {
    width: 5.875rem;
    height: 5.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-s41 .item .txt-box {
    width: calc(100% - 5.875rem);
    padding-left: 1.875rem;
}

.solution-s41 .item span {
    display: block;
    font-size: 1.5rem;
    color: #092a44;
}

.solution-s41 .item p {
    margin-top: 1rem;
    font-size: max(14px, 1.0625rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s42 {
    padding: 0 0 30vw;
    background: url("../images/solution/n-img-4.png") center bottom no-repeat;
    background-size: 100% auto;
}

.solution-s42 .solution-label {
    text-align: left;
}

.solution-s42 .flex {
    display: flex;
    align-items: flex-start;
}

.solution-s42 .txt-box {
    width: calc(100% - 53.5625rem);
    padding-right: 2rem;
    margin-top: 6.25rem;
}

.solution-s42 .tips {
    margin-top: 2rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    display: inline-flex;
    grid-gap: 2rem;
}

.solution-s42 .tips span {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-s42 .tips span:before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.solution-s42 .tips span:nth-of-type(1):before {
    background-color: #349bcf;
}

.solution-s42 .tips span:nth-of-type(2):before {
    background-color: #e10012;
}

.solution-s42 .tips span:nth-of-type(3):before {
    background-color: #48b035;
}

.solution-s42 .tips span:nth-of-type(4):before {
    background-color: #7c7c7c;
}

.solution-s42 .img-box {
    width: 53.5625rem;
}

.solution-s42 .img-box img {
    display: block;
    width: 100%;
}

.service-s1 {
    padding: 7.5rem 0;
}

.service-s1 .flex {
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
}

.service-s1 .filter-box {
    width: 280px;
    background-color: #fbfcfc;
    border-radius: 10px;
    padding: 2.5rem;
    border: 1px solid #f1f4f6;
}

.service-s1 .filter-box .label {
    font-size: max(16px, 1.25rem);
    color: #191919;
}

.service-s1 .filter-box .clear {
    display: inline-block;
    margin-top: 5px;
    font-size: max(12px, 0.875rem);
    color: #666666;
    font-family: 'HarmonyOS_Sans_SC_Light';
    cursor: pointer;
}

.service-s1 .filter-box .block {
    margin-top: 2.5rem;
}

.service-s1 .filter-box .block .tit {
    font-size: max(14px, 1rem);
    color: #e60012;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.service-s1 .filter-box .block .group {
    margin-top: 10px;
}

.service-s1 .filter-box .layui-tree-set-active>.layui-tree-entry {
    background-color: #f3f6f6;
}

.service-s1 .filter-box .layui-tree-txt {
    font-size: 14px;
    color: #191919;
    line-height: 26px;
}

.service-s1 .filter-box .layui-tree-entry {
    height: auto;
    border-radius: 5px;
}

.service-s1 .filter-box .layui-tree-entry:hover {
    background-color: #f3f6f6;
}

.service-s1 .right-box {
    width: calc(100% - 280px);
    padding-left: 1.25rem;
}

.service-s1 .right-box .items {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    margin-bottom: 3.75rem;
}

.service-s1 .right-box .item {
    width: calc((100% - 2.5rem) / 3);
}

.service-s1 .right-box .item .top-box {
    border: 1px solid #f1f4f6;
    border-radius: 10px;
    height: 17.5rem;
    position: relative;
}

.service-s1 .right-box .item .img-box {
    width: 8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4rem;
    transform: translateY(-50%);
    perspective: 800px;
    z-index: 1;
    transition: left .3s ease;
}

.service-s1 .right-box .item .img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: url("../images/user/img-5.jpg") right top no-repeat;
    background-size: auto 100%;
}

.service-s1 .right-box .item .img-box img {
    display: block;
    width: 100%;
    transform-style: preserve-3d;
    transform-origin: left center;
    transform: rotateY(25deg);
}

.service-s1 .right-box .item .btns {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.service-s1 .right-box .item .btns a {
    display: block;
    margin-top: 4px;
    background-color: #f5f5f5;
    border-radius: 10px;
    font-size: max(12px, 0.8125rem);
    color: #666666;
    font-family: 'HarmonyOS_Sans_SC_Light';
    padding: .625rem .625rem .625rem 2.5rem;
    position: relative;
    transition: all .3s ease;
}

.service-s1 .right-box .item .btns a:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/service/icon-1-1.svg");
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .service-s1 .right-box .item .btns a:hover {
        background-color: #e60012;
        color: #fff;
    }
    .service-s1 .right-box .item .btns a:hover:before {
        background-image: url("../images/service/icon-1-2.svg");
    }
}

.service-s1 .right-box .item .tit {
    padding: 1rem 1.875rem 0;
    font-size: max(16px, 1.125rem);
    color: #191919;
}

@media (any-hover: hover) {
    .service-s1 .right-box .item:hover .img-box {
        left: 7.375rem;
    }
    .service-s1 .right-box .item:hover .btns {
        opacity: 1;
        visibility: visible;
    }
}

.service-s2 {
    padding: 7.5rem 0;
    background-color: #f9fafb;
    overflow: hidden;
}

.service-s2 .wrap-s {
    padding-bottom: max(200px, 18.75rem);
}

.service-s2 .solution-label {
    text-align: left;
}

.service-s2 .txt-box {
    position: absolute;
    top: 5rem;
    left: 0;
}

.service-s2 .txt-box p {
    font-size: max(14px, 1.125rem);
    color: #9da1a6;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 0.625rem;
}

.service-s2 .txt-box .btn {
    display: inline-block;
    margin-top: 3.125rem;
    padding: 0 2.5rem;
    font-size: max(14px, 0.9375rem);
    color: #fff;
    line-height: max(40px, 3.125rem);
    border-radius: max(20px, 1.5625rem);
    background-color: #e60012;
    cursor: pointer;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .service-s2 .txt-box .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.service-s2 .img-box {
    width: 39rem;
    margin-left: calc(100% - 47.5rem);
    padding-bottom: 1rem;
}

.service-s2 .img-box img {
    display: block;
    width: 100%;
}

.service-s2 .items {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    grid-gap: 1.25rem;
}

.service-s2 .items .null {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-s2 .item {
    width: 40rem;
    height: max(200px, 18.75rem);
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #fff;
    padding: 0 3.125rem;
    transition: all .3s ease;
}

.service-s2 .item .box {
    padding-left: 5.625rem;
    position: relative;
}

.service-s2 .item i {
    width: max(36px, 3.125rem);
    height: max(36px, 3.125rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.service-s2 .item .tit {
    font-size: 1.625rem;
    color: #3c495e;
}

.service-s2 .item p {
    font-size: max(14px, 1rem);
    color: #3c495e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
}

.service-s2 .item .s-box {
    display: flex;
    align-items: center;
    justify-content: spacee-between;
}

.service-s2 .item .txt {
    width: calc(100% - 120px);
}

.service-s2 .item .tips {
    margin-top: 1.5rem;
    font-size: max(14px, 1rem);
    color: #3c495e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.service-s2 .item .tips span {
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.service-s2 .item .tel {
    font-size: 2rem;
    color: #e60012;
    font-family: 'Rajdhani-Medium';
    line-height: 1;
    margin-top: 5px;
}

.service-s2 .item .ewm {
    width: 120px;
}

.service-s2 .item .ewm .img {
    border: 1px solid #f7f7f7;
}

.service-s2 .item .ewm img {
    display: block;
    width: 100%;
}

.service-s2 .item .ewm p {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    text-align: center;
}

@media (any-hover: hover) {
    .service-s2 .item:hover {
        border-color: #e60012;
        background-color: #fffcfc;
    }
}

.service-s3 {
    position: relative;
    height: 200vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/service/img-2.jpg");
    z-index: 1;
}

.service-s3 .solution-label {
    text-align: left;
    color: #fff;
}

.service-s3 .para {
    font-size: max(16px, 1.375rem);
    color: #fff;
    margin-top: 1rem;
}

.service-s3 .btn {
    display: inline-block;
    margin-top: 10rem;
    padding: 0 2.5rem;
    font-size: max(14px, 0.9375rem);
    color: #fff;
    line-height: max(40px, 3.125rem);
    border-radius: max(20px, 1.5625rem);
    background-color: #e60012;
    cursor: pointer;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .service-s3 .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.service-s3 .block-1 {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 2;
}

.service-s3 .block-1 .cell-box {
    height: 100%;
}

.service-s3 .icon {
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 1;
    margin-top: -100vh;
}

.service-s3 .icon .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    opacity: 0;
    transform: scale(3);
    will-change: transform;
}

.service-s3 .icon .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service-s3 .icon .line.line-1:before,
.service-s3 .icon .line.line-1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(50vh - 30rem);
    background-color: #fff;
}

.service-s3 .icon .line.line-1:before {
    top: 0;
}

.service-s3 .icon .line.line-1:after {
    bottom: 0;
}

.service-s3 .icon .line.line-2:before,
.service-s3 .icon .line.line-2:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50rem);
    background-color: #fff;
}

.service-s3 .icon .line.line-2:before {
    left: 0;
}

.service-s3 .icon .line.line-2:after {
    right: 0;
}

.service-s3 .icon .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120rem;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.service-s3 .icon img {
    display: block;
    width: 100%;
}

.service-s3 .icon span {
    font-size: 2.25rem;
    color: #092a44;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.service-s4 {
    background-color: #fff;
    margin-top: calc(-50vh + 17.5rem);
    padding: 0 0 7.5rem;
    position: relative;
    z-index: 2;
}

.service-s4 .solution-label {
    display: none;
}

.service-s4 .items {
    display: flex;
    grid-gap: 1.25rem;
}

.service-s4 .item {
    width: calc((100% - 1.25rem) / 2);
    padding: 3.75rem;
    background-color: #f8f9fa;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 2.5rem;
}

.service-s4 .item .top-box {
    position: relative;
}

.service-s4 .item i {
    width: 5rem;
    height: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}

.service-s4 .item .tit {
    font-size: 2.25rem;
    color: #092a44;
    margin-right: 6.25rem;
}

.service-s4 .item .bot-box p {
    border-top: 1px solid #dddddd;
    padding: .625rem 0;
    font-size: max(14px, 1rem);
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.service-s4 .item .bot-box p:nth-of-type(1) {
    border: none;
}

.product-s1 {
    padding: 8.75rem 0;
    background-color: #f9f9f9;
    position: relative;
}

.product-s1.bg-1 {
    background-color: #fff;
}

.product-s1:before {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/product/img-1.png");
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.product-s1 .s-label {
    font-size: max(14px, 1.25rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
}

.product-s1 .form {
    margin-top: 1.5rem;
    width: 100%;
    max-width: max(400px, 37.5rem);
    height: 54px;
    border: 1px solid #e0e0e0;
    border-radius: 27px;
    padding-left: calc(1.875rem + 16px);
    position: relative;
}

.product-s1 .form:before {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/product/icon-1.svg");
    position: absolute;
    left: 1.875rem;
    top: 50%;
    margin-top: -8px;
}

.product-s1 .form input {
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    font-size: 14px;
    color: #808080;
    font-family: 'HarmonyOS_Sans_SC_Light';
    background-color: transparent;
}

.product-s2 {
    padding: 7.5rem 0;
}

.product-s2 .flex {
    display: flex;
}

.product-s2 .left-box {
    width: 21.25rem;
    padding-right: 20px;
}

.product-s2 .left-box .sticky {
    position: sticky;
    top: max(80px, 7.5rem);
}

.product-s2 .left-box .label {
    font-size: max(20px, 1.625rem);
    color: #081d2e;
}

.product-s2 .left-box .items {
    margin-top: 1.5rem;
}

.product-s2 .left-box .item {
    padding-left: max(20px, 1.875rem);
    position: relative;
    margin-top: 2.25rem;
    cursor: pointer;
}

.product-s2 .left-box .item:nth-of-type(1) {
    margin-top: 0;
}

.product-s2 .left-box .item:last-of-type:after {
    display: none;
}

.product-s2 .left-box .item:before {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    border: 1px solid #191919;
    box-sizing: border-box;
}

.product-s2 .left-box .item:after {
    content: '';
    width: 2px;
    height: 2.25rem;
    background-color: #e7e7e7;
    position: absolute;
    left: 4px;
    top: 30px;
}

.product-s2 .left-box .item span {
    display: block;
    font-size: max(16px, 1.0625rem);
    line-height: 30px;
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.product-s2 .left-box .item.active:before {
    background-color: #191919;
}

.product-s2 .right-box {
    width: calc(100% - 21.25rem);
}

.product-s2 .block {
    margin-top: 6.25rem;
}

.product-s2 .block:nth-of-type(1) {
    margin-top: 0;
}

.product-s2 .block .label {
    font-size: max(20px, 1.875rem);
    color: #081d2e;
}

.product-s2 .block .items {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
}

.product-s2 .block .item {
    width: calc((100% - 3.75rem) / 3);
    position: relative;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 2rem 2rem max(120px, 11.25rem);
    overflow: hidden;
}

.product-s2 .block .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/product/img-3.jpg");
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity .3s ease;
}

.product-s2 .block .item .top-box,
.product-s2 .block .item .mid-box,
.product-s2 .block .item .bot-box {
    position: relative;
    z-index: 2;
}

.product-s2 .block .item .top-box a {
    display: block;
}

.product-s2 .block .item .mid-box {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    max-height: 60px;
}

.product-s2 .block .item .bot-box {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    right: 2rem;
    height: max(120px, 11.25rem);
    margin-top: 1.25rem;
}

.product-s2 .block .item .bot-box a {
    display: block;
    height: 100%;
}

.product-s2 .block .item .en {
    font-size: max(18px, 1.375rem);
    color: #bcbcbc;
    font-family: 'Rajdhani-Bold';
    line-height: 1;
    transition: color .3s ease;
}

.product-s2 .block .item .tit {
    display: inline-block;
    font-size: max(18px, 1.375rem);
    color: #081d2e;
    position: relative;
    padding-right: 30px;
}

.product-s2 .block .item .tit:after {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/product/icon-2.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    transition: opacity .3s ease;
}

.product-s2 .block .item p {
    transition: all .3s ease;
}

.product-s2 .block .item p a {
    display: block;
    font-size: max(14px, 0.9375rem);
    color: #808080;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-s2 .block .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + .625rem);
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.product-s2 .block .item .link a {
    display: inline-block;
    vertical-align: top;
    padding: 5px .625rem;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #808080;
    margin: 0 .625rem .625rem 0;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .product-s2 .block .item .link a:hover {
        background-color: #e60012;
        color: #fff;
    }
}

.product-s2 .block .item .cell-box {
    height: 100%;
    text-align: center;
}

.product-s2 .block .item .cell-box img {
    width: auto;
    max-width: 90%;
    max-height: 80%;
}

@media (any-hover: hover) {
    .product-s2 .block .item:hover:before {
        opacity: 1;
    }
    .product-s2 .block .item:hover .en {
        color: #e60012;
    }
    .product-s2 .block .item:hover .tit:after {
        opacity: 1;
    }
    .product-s2 .block .item:hover p {
        opacity: 0;
        visibility: hidden;
    }
    .product-s2 .block .item:hover .link {
        opacity: 1;
        visibility: visible;
    }
}

.product-s3 .label {
    font-size: max(24px, 2rem);
    color: #081d2e;
    text-align: center;
}

.product-s3 .block {
    padding: 7.5rem 3.75rem;
    border-top: 0.875rem solid #f9f9f9;
}

.product-s3 .block:nth-of-type(1) {
    border: none;
}

.product-s3 .items {
    max-width: 1800px;
    margin: 2.5rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 1.5rem;
}

.product-s3 .items.t-left {
    justify-content: left;
}

.product-s3 .item {
    width: calc((100% - 3rem) / 3);
    border-radius: 5px;
    position: relative;
    background-color: #f9f9f9;
    overflow: hidden;
}

.product-s3 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/product/img-4.jpg");
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity .3s ease;
}

.product-s3 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem 2.5rem max(200px, 17.5rem);
    position: relative;
    z-index: 2;
}

.product-s3 .item .tit {
    display: inline-block;
    font-size: max(18px, 1.375rem);
    color: #081d2e;
    position: relative;
    padding-right: 30px;
}

.product-s3 .item .tit:after {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/product/icon-2-1.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    transition: opacity .3s ease;
}

.product-s3 .item .mid-box {
    margin-top: 1.5rem;
    border-top: 1px solid #e6e6e6;
    padding-top: 1.25rem;
}

.product-s3 .item p {
    font-size: max(14px, 0.9375rem);
    color: #808080;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: 24px;
    height: 48px;
    margin-bottom: 1.875rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.product-s3 .item .tips {
    margin-right: -4px;
    font-size: 0;
}

.product-s3 .item .tips span {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.25rem;
    border: 1px solid #e7e7e8;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    font-family: 'HarmonyOS_Sans_SC_Light';
    background-color: #f9f9f9;
    margin: 0 4px 4px 0;
}

.product-s3 .item .bot-box {
    position: absolute;
    bottom: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: max(200px, 17.5rem);
}

.product-s3 .item .cell-box {
    height: 100%;
    text-align: center;
}

.product-s3 .item .cell-box img {
    width: auto;
    max-width: 90%;
    max-height: 80%;
}

@media (any-hover: hover) {
    .product-s3 .item:hover:before {
        opacity: 1;
    }
    .product-s3 .item:hover .tit:after {
        opacity: 1;
    }
    .product-s3 .item:hover a {
        padding: 2.5rem 2.5rem max(calc(200px - 48px - 1.875rem), calc(17.5rem - 48px - 1.875rem));
    }
    .product-s3 .item:hover p {
        display: -webkit-box;
    }
    .product-s3 .item:hover .bot-box {
        height: max(calc(200px - 48px - 1.875rem), calc(17.5rem - 48px - 1.875rem));
    }
}

.product-s4 {
    background-color: #f9f9f9;
    padding: 6.25rem 0;
}

.product-s4.bg-1 {
    background-color: #f4f6f7;
}

.product-s4 .label {
    font-size: 3.125rem;
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    text-align: center;
}

.product-s4 .label span {
    color: #e60012;
}

.product-s4 .btns {
    margin-top: 1.5rem;
}

.product-s4 .btns a {
    display: block;
    width: max(100px, 8.75rem);
    line-height: max(40px, 3rem);
    color: #fff;
    font-size: max(14px, 0.9375rem);
    margin: 0 auto;
    background-color: #092a44;
    border-radius: max(20px, 1.5rem);
    text-align: center;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .product-s4 .btns a:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(9, 42, 68, 0.3);
    }
}

.product-s4 .items {
    margin-top: 2.5rem;
    display: flex;
    grid-gap: 1.25rem;
}

.product-s4 .item {
    width: calc((100% - 2.5rem) / 3);
    background-color: #fff;
    border-radius: 5px;
    padding: 1.875rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.product-s4 .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url("../images/index/img-2.jpg") right top no-repeat;
    background-size: auto 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.product-s4 .item a {
    display: block;
}

.product-s4 .item i,
.product-s4 .item .tit,
.product-s4 .item .para {
    position: relative;
    z-index: 2;
}

.product-s4 .item i {
    display: block;
    width: max(36px, 3.375rem);
    height: max(36px, 3.375rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-s4 .item .tit {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
}

.product-s4 .item .tit span {
    width: 90px;
    font-size: max(16px, 1.125rem);
    color: #081d2e;
    line-height: max(40px, 2.875rem);
}

.product-s4 .item .form {
    width: calc(100% - 90px);
    height: max(38px, 2.75rem);
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding-left: calc(1.25rem + 16px);
}

.product-s4 .item .form:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 1.25rem;
    margin-top: -8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/product/icon-1.svg");
}

.product-s4 .item .form input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: max(12px, 0.875rem);
    color: #808080;
    background-color: transparent;
}

.product-s4 .item p {
    font-size: max(12px, 0.875rem);
    color: #808080;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.product-s4 .item p.flex {
    display: flex;
    grid-column-gap: 1.5rem;
}

.product-s4 .item p.flex span:nth-of-type(1) {
    width: 140px;
}

.product-s4 .item p.flex span:nth-of-type(2) {
    width: calc(100% - 140px - 1.5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (any-hover: hover) {
    .product-s4 .item:hover:before {
        opacity: 1;
    }
}

.product-s5 {
    padding: 6.25rem 0;
    overflow: hidden;
}

.product-s5 .prolabel {
    text-align: center;
}

.product-s5 .bot-block {
    margin-top: 2.5rem;
    position: relative;
}

.product-s5 .swiper {
    width: 100vw;
    padding: 0 calc(50vw - 720px) 3.75rem;
}

.product-s5 .item {
    width: calc((100% - 40px) / 3);
    border-radius: 5px;
    position: relative;
    background-color: #f9f9f9;
    overflow: hidden;
}

.product-s5 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/product/img-4.jpg");
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity .3s ease;
}

.product-s5 .item a {
    display: block;
    height: 100%;
    padding: 2.5rem 2.5rem max(200px, 17.5rem);
    position: relative;
    z-index: 2;
}

.product-s5 .item .tit {
    display: inline-block;
    font-size: max(18px, 1.375rem);
    color: #081d2e;
    position: relative;
    padding-right: 30px;
}

.product-s5 .item .tit:after {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/product/icon-2-1.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    transition: opacity .3s ease;
}

.product-s5 .item .mid-box {
    margin-top: 1.5rem;
    border-top: 1px solid #e6e6e6;
    padding-top: 1.25rem;
}

.product-s5 .item p {
    font-size: max(14px, 0.9375rem);
    color: #808080;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: 24px;
    height: 48px;
    margin-bottom: 1.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.product-s5 .item .tips {
    margin-right: -4px;
    font-size: 0;
}

.product-s5 .item .tips span {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.25rem;
    border: 1px solid #e7e7e8;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    font-family: 'HarmonyOS_Sans_SC_Light';
    background-color: #f9f9f9;
    margin: 0 4px 4px 0;
}

.product-s5 .item .bot-box {
    position: absolute;
    bottom: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: max(200px, 17.5rem);
}

.product-s5 .item .cell-box {
    height: 100%;
    text-align: center;
}

.product-s5 .item .cell-box img {
    width: auto;
    max-width: 90%;
    max-height: 80%;
}

@media (any-hover: hover) {
    .product-s5 .item:hover:before {
        opacity: 1;
    }
    .product-s5 .item:hover .tit:after {
        opacity: 1;
    }
    .product-s5 .item:hover a {
        padding: 2.5rem 2.5rem max(calc(200px - 48px - 1.875rem), calc(17.5rem - 48px - 1.875rem));
    }
    .product-s5 .item:hover p {
        display: block;
    }
    .product-s5 .item:hover .bot-box {
        height: max(calc(200px - 48px - 1.875rem), calc(17.5rem - 48px - 1.875rem));
    }
}

.product-s5 .button {
    width: 10px;
    height: 15px;
    position: absolute;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.2;
    z-index: 2;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .product-s5 .button:hover {
        opacity: 1;
    }
}

.product-s5 .prev {
    right: calc(50% + 34.375rem);
    background-image: url("../images/product/prev.svg");
}

.product-s5 .next {
    left: calc(50% + 34.375rem);
    background-image: url("../images/product/next.svg");
}

.product-s5 .swiper-horizontal>.swiper-scrollbar {
    width: 61.25rem;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 6px;
    background-color: #e6e6e6;
}

.product-s5 .swiper-scrollbar-drag {
    height: 7px;
    top: -2px;
    background-color: #092a44;
    cursor: pointer;
    border-radius: 0;
}

.product-s6 {
    padding: 0 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.product-s6 .left-box {
    display: flex;
    align-items: center;
    grid-gap: 3.75rem;
}

.product-s6 .tit {
    font-size: max(16px, 1.0625rem);
    color: #081d2e;
}

.product-s6 .link {
    display: flex;
    grid-gap: 1.875rem;
}

.product-s6 .link span {
    font-size: 14px;
    color: #999999;
    line-height: max(50px, 3.75rem);
    position: relative;
    cursor: pointer;
    transition: color .3s ease;
}

.product-s6 .link span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #092a44;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.product-s6 .link span.active {
    color: #092a44;
}

.product-s6 .link span.active:after {
    opacity: 1;
}

@media (any-hover: hover) {
    .product-s6 .link span:hover {
        color: #092a44;
    }
    .product-s6 .link span:hover:after {
        opacity: 1;
    }
}

.product-s6 .right-box a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 18px;
    background-color: #e60012;
    border-radius: 17px;
    line-height: 34px;
}

.product-s7 {
    padding: 8.75rem 0 7.5rem;
    position: relative;
    min-height: min(45.3125vw, 870px);
    background-color: #f7f7f7;
}

.product-s7.pb {
    padding-bottom: 8.75rem;
}

.product-s7:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    height: 45.3125vw;
    max-height: 870px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/product/img-8.png");
    z-index: 2;
    pointer-events: none;
}

.product-s7 .crumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 3.75rem;
    display: flex;
    justify-content: right;
    align-items: center;
    z-index: 3;
}

.product-s7 .crumbs a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: max(48px, 3.75rem);
    margin-right: 40px;
    position: relative;
    transition: color .3s ease;
}

.product-s7 .crumbs a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    left: calc(100% + 17px);
    top: 50%;
    margin-top: -4px;
}

@media (any-hover: hover) {
    .product-s7 .crumbs a:hover {
        color: #fff;
    }
}

.product-s7 .crumbs span {
    font-size: 14px;
    color: #fff;
    line-height: max(48px, 3.75rem);
}

.product-s7 .flex {
    display: flex;
}

.product-s7 .flex .left-box {
    width: 50%;
    padding: 3.75rem 6.25rem 0 0;
}

.product-s7 .flex .right-box {
    width: 50%;
    order: 2;
}

.product-s7 .flex .sticky {
    position: sticky;
    top: max(100px, 9.375rem);
}

.product-s7 .pic-box {
    width: 80%;
    margin: 0 auto;
}

.product-s7 .pic-box img {
    display: block;
    width: 100%;
}

.product-s7 .swiper-box {
    height: 31.875rem;
    border: 5px solid #fff;
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/product/img-9.jpg");
    position: relative;
}

.product-s7 .swiper-box .swiper {
    height: 100%;
}

.product-s7 .swiper-box .item .img-box {
    height: 100%;
    text-align: center;
}

.product-s7 .swiper-box .item .img-box img {
    width: auto;
    max-width: 80%;
    max-height: 80%;
}

.product-s7 .swiper-box .pagination {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 2;
}

.product-s7 .swiper-box .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 1.25rem;
    height: 1rem;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/product/icon-6-1.png");
    cursor: pointer;
    transition: all .3s ease;
}

.product-s7 .swiper-box .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.product-s7 .swiper-box .pagination span.active {
    background-image: url("../images/product/icon-6-2.png");
}

@media (any-hover: hover) {
    .product-s7 .swiper-box .pagination span:hover {
        background-image: url("../images/product/icon-6-2.png");
    }
}

.product-s7 .overview-box .tit {
    font-size: 3.125rem;
    color: #081d2e;
}

.product-s7 .overview-box .s-tit {
    font-size: 2.5rem;
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.product-s7 .overview-box .para-label {
    margin-top: 2rem;
    padding-top: 3.75rem;
    border-top: 3px solid #092a44;
    font-size: 2rem;
    color: #092a44;
}

.product-s7 .overview-box .para {
    font-size: max(14px, 1rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
    line-height: 1.5;
}

.product-s7 .overview-box .tel {
    display: inline-block;
    margin-top: 2rem;
    padding: 0 1rem;
    font-size: max(13px, 0.9375rem);
    color: #fff;
    line-height: max(36px, 2.5rem);
    border-radius: 20px;
    background-color: #e60012;
}

.product-s7 .overview-box .tel:before {
    content: '';
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/product/icon-5.svg");
    background-size: auto 10px;
    margin: -2px 8px 0 0;
}

.product-s7 .overview-box .tel span {
    font-size: max(15px, 1.125rem);
    font-family: 'Rajdhani-Medium';
}

.product-s7 .overview-box .tel.nomt {
    margin-top: 0;
}

.product-s7 .overview-box .btns {
    margin-top: 1rem;
    display: flex;
    grid-gap: 1rem;
}

.product-s7 .overview-box .btns.nomt {
    margin-top: 0;
}

.product-s7 .overview-box .btns a {
    font-size: max(13px, 0.9375rem);
    border-radius: 20px;
    padding: 0 20px;
    line-height: max(36px, 2.5rem);
    border: 1px solid #092a44;
    cursor: pointer;
    transition: all .3s ease;
}

.product-s7 .overview-box .btns a:nth-of-type(1) {
    color: #fff;
    background-color: #092a44;
}

.product-s7 .overview-box .btns a:nth-of-type(2) {
    color: #092a44;
}

@media (any-hover: hover) {
    .product-s7 .overview-box .btns a:hover {
        transform: translateY(-3px);
        color: #fff;
        background-color: #092a44;
        box-shadow: 0 0.625rem 1.875rem rgba(9, 42, 68, 0.3);
    }
}

.product-s7 .overview-box .btnsbox {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
}

.product-s7 .function-box {
    margin-top: 6.25rem;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.product-s7 .function-box .top-box {
    padding: 1.5rem 2.5rem;
    background-color: #eeeeee;
}

.product-s7 .function-box>.items {
    padding: 0 2.5rem;
}

.product-s7 .function-box .item {
    padding: 2rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.product-s7 .function-box .item:last-of-type {
    border: none;
}

.product-s7 .function-box .item span {
    display: block;
    font-size: max(14px, 1.125rem);
    color: #081d2e;
}

.product-s7 .function-box .item .para {
    margin-top: 0.625rem;
    padding-left: 20px;
    position: relative;
    font-size: max(14px, 1.125rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.product-s7 .function-box .item .para:before {
    content: '•';
    font-size: max(14px, 1.125rem);
    color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}

.product-s7 .features-box {
    margin-top: 6.25rem;
}

.product-s7 .features-box .items {
    margin-top: 1.5rem;
}

.product-s7 .features-box .item {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-top: 1.25rem;
}

.product-s7 .features-box .item:nth-of-type(1) {
    margin-top: 0;
}

.product-s7 .features-box .item .img-box {
    width: 64px;
    height: 64px;
    background-color: #f5f5f5;
    border-radius: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.product-s7 .features-box .item .img-box img {
    width: auto;
    max-width: 60%;
    max-height: 60%;
}

.product-s7 .features-box .item .tit {
    font-size: max(16px, 1.375rem);
    color: #e60012;
}

.product-s7 .features-box .item p {
    font-size: max(14px, 1rem);
    color: #081d2e;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
}

.product-s8 {
    padding: 0;
    background-image: linear-gradient(180deg, #f7f7f7, #ffffff);
}

.product-s8.pt {
    padding-top: 7.5rem;
}

.product-s8.pb {
    padding-bottom: 7.5rem;
}

.product-s8 .top-box {
    display: flex;
    align-items: center;
    grid-gap: 1.25rem;
}

.product-s8 .top-box a {
    font-size: 14px;
    color: #656565;
}

.product-s8 .top-box a:after {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/product/icon-2.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 6px;
}

.product-s8 .bot-box {
    margin-top: 2.5rem;
    padding: 2.5rem;
    background-color: #f3f4f5;
    border-radius: 10px;
}

.product-s8 .bot-box p {
    font-size: max(14px, 1.0625rem);
    color: #9da1a6;
    margin-right: max(calc(450px + 3.75rem), 37.5rem);
    padding-right: 1.25rem;
}

.product-s8 .items {
    position: absolute;
    right: 2.5rem;
    bottom: 0;
}

.product-s8 .items .sw {
    display: flex;
    grid-gap: 1.875rem;
}

.product-s8 .item {
    width: max(150px, 11.25rem);
    padding: 1.25rem 1.25rem calc(4.375rem + 30px);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
    background: #fff url("../images/product/img-11.png") center bottom no-repeat;
    background-size: 100% auto;
}

.product-s8 .item .img-box {
    width: max(80px, 6.25rem);
}

.product-s8 .item img {
    display: block;
    width: 100%;
}

.product-s8 .item .tit {
    font-size: max(14px, 1.0625rem);
    color: #c9cdd3;
    margin-top: 1rem;
}

.product-s8 .item a {
    padding: 0 1rem;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
    background-color: #e60012;
    position: absolute;
    bottom: 1.875rem;
    left: 1.25rem;
    opacity: 0;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .product-s8 .item:hover a {
        opacity: 1;
    }
}

.product-s9 {
    padding: 0 0 7.5rem;
    position: relative;
    background-color: #f7f7f7;
}

.product-s9 .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-s9 .tab-tit {
    display: flex;
    grid-gap: 3.125rem;
}

.product-s9 .tab-tit span {
    position: relative;
    color: #333333;
    font-size: max(14px, 1.125rem);
    line-height: 50px;
    padding: 0 10px;
    cursor: pointer;
}

.product-s9 .tab-tit span:before {
    content: '';
    vertical-align: middle;
    width: 1.25rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/product/icon-7.png");
    margin: -2px 10px 0 0;
    display: none;
}

.product-s9 .tab-tit span:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #092a44;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.product-s9 .tab-tit span.active {
    color: #081d2e;
}

.product-s9 .tab-tit span.active:before {
    display: inline-block;
}

.product-s9 .tab-tit span.active:after {
    opacity: 1;
}

@media (any-hover: hover) {
    .product-s9 .tab-tit span:hover {
        color: #081d2e;
    }
    .product-s9 .tab-tit span:hover:after {
        opacity: 1;
    }
}

.product-s9 .bot-box {
    margin-top: 2.5rem;
}

.product-s9 .bot-box .child {
    display: none;
}

.product-s9 .bot-box .child.active {
    display: block;
}

.product-s9 .bot-box .item {
    margin-top: 1rem;
    display: flex;
    border-radius: 1rem;
    overflow: hidden;
}

.product-s9 .bot-box .item:nth-of-type(1) {
    margin-top: 0;
}

.product-s9 .bot-box .left-box {
    width: 28.125rem;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-s9 .bot-box .left-box span {
    font-size: max(16px, 1.375rem);
    color: #081d2e;
}

.product-s9 .bot-box .left-box span:before {
    content: '';
    width: 8px;
    height: 6px;
    background-color: #e60012;
    display: inline-block;
    vertical-align: middle;
    margin: -2px .625rem 0 0;
}

.product-s9 .bot-box .right-box {
    width: calc(100% - 28.125rem);
    background-color: #fff;
}

.product-s9 .bot-box table {
    width: 100%;
    display: block;
    padding: 2.5rem;
    background-color: #fff;
}

.product-s9 .bot-box table tbody {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 3.125rem;
}

.product-s9 .bot-box table tr {
    width: 100%;
    display: flex;
}

.product-s9 .bot-box table td {
    width: 33.33%;
    padding: 0 1.25rem;
}

.product-s9 .bot-box table span {
    display: block;
    margin-bottom: 5px;
    font-size: max(13px, 0.9375rem);
    color: #666666;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.product-s9 .bot-box table p {
    font-size: max(14px, 1rem);
    line-height: 1.5;
    color: #081d2e;
}

.product-s9 .bot-box table p svg {
    width: 20px;
    height: auto;
}

.product-s10 {
    position: relative;
}

.product-s10 .pic-box {
    height: 46.875vw;
    position: relative;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
}

.product-s10 .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.product-s10 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-s10 .item.active {
    opacity: 1;
    visibility: visible;
}

.product-s10 .txt-box {
    position: absolute;
    top: 6.25rem;
    left: 0;
    width: 100%;
    z-index: 2;
}

.product-s10 .tit {
    font-size: max(24px, 2.375rem);
    text-align: center;
    color: #fff;
}

.product-s10 .tab-tit {
    margin-top: 2.5rem;
}

.product-s10 .tab-tit .sw {
    display: flex;
    justify-content: center;
    grid-gap: 4.375rem;
}

.product-s10 .tab-tit span {
    font-size: max(14px, 1.125rem);
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 1rem;
    transition: color .3s ease;
    cursor: pointer;
    position: relative;
}

.product-s10 .tab-tit span:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.product-s10 .tab-tit span.active {
    color: #fff;
}

.product-s10 .tab-tit span.active:after {
    opacity: 1;
}

@media (any-hover: hover) {
    .product-s10 .tab-tit span:hover {
        color: #fff;
    }
}

.about-s1 {
    padding-top: 7.5rem;
}

.about-s1 .top-block .flex {
    display: flex;
    align-items: flex-start;
}

.about-s1 .top-block .about-label {
    width: 22.5rem;
}

.about-s1 .top-block .txt-box {
    width: calc(100% - 22.5rem);
}

.about-s1 .top-block .tit {
    font-size: 2rem;
    color: #081d2e;
}

.about-s1 .top-block .para {
    font-size: 1.5rem;
    color: #081d2e;
    line-height: 1.5;
    margin-top: 1.5rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.about-s1 .bot-block {
    height: 250vh;
}

.about-s1 .sticky {
    position: sticky;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-2.jpg");
    top: 0;
    height: 100vh;
}

.about-s1 .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.about-s1 .icon .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-s1 .icon .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-s1 .icon .line.line-1:before,
.about-s1 .icon .line.line-1:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(50vh - 30rem);
    background-color: #fff;
}

.about-s1 .icon .line.line-1:before {
    top: 0;
}

.about-s1 .icon .line.line-1:after {
    bottom: 0;
}

.about-s1 .icon .line.line-2:before,
.about-s1 .icon .line.line-2:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50rem);
    background-color: #fff;
}

.about-s1 .icon .line.line-2:before {
    left: 0;
}

.about-s1 .icon .line.line-2:after {
    right: 0;
}

.about-s1 .icon .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120rem;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about-s1 .icon img {
    display: block;
    width: 100%;
}

.about-s1 .data-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.about-s1 .data-block .bg {
    content: '';
    width: 100%;
    height: 53vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-1.png");
    position: absolute;
    left: 0;
    z-index: 1;
    transform: translateY(-7.5rem);
}

.about-s1 .data-block .cell-box {
    height: 100%;
    position: relative;
    z-index: 2;
}

.about-s1 .data-block .tit {
    font-size: 2.25rem;
    line-height: 4rem;
    color: #081d2e;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -2rem;
}

.about-s1 .data-block .data-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column-gap: calc(100% - 50rem);
    grid-row-gap: 3.125rem;
}

.about-s1 .data-block .data {
    width: 22.5rem;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 1.5rem 7.5rem;
}

.about-s1 .data-block .data span {
    font-size: 3.75rem;
    color: #e60012;
    font-family: 'Rajdhani-Regular';
    line-height: 1;
}

.about-s1 .data-block .data i {
    font-size: 3rem;
    color: #e60012;
    font-family: 'Rajdhani-Regular';
    line-height: 1;
    font-style: normal;
}

.about-s1 .data-block .data p {
    font-size: max(16px, 1.5rem);
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.about-s1 .txt-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.about-s1 .txt-block .cell-box {
    height: 100%;
}

.about-s1 .txt-block .tit {
    font-size: 5rem;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(7.5rem);
}

.about-s1 .txt-block .s-tit {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(7.5rem);
}

.about-s1 .txt-block .btns {
    margin-top: 7.5rem;
    opacity: 0;
    transform: translateY(7.5rem);
}

.about-s1 .txt-block .video-btn {
    width: max(120px, 11.25rem);
    line-height: max(40px, 3.375rem);
    border-radius: 5px;
    background-color: #e60012;
    font-size: max(14px, 1rem);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .about-s1 .txt-block .video-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 0.625rem 1.875rem rgba(230, 0, 18, 0.3);
    }
}

.about-s2 {
    padding: 7.5rem 0 0;
    background: url("../images/about/img-3.jpg") center bottom no-repeat;
    background-size: 100% auto;
}

.about-s2 .top-block .swiper {
    padding-top: 4.375rem;
}

.about-s2 .top-block .item {
    margin-right: 1.5rem;
    width: 21.375rem;
    height: 21.375rem;
    position: relative;
    cursor: pointer;
}

.about-s2 .top-block .item .img-box {
    height: 100%;
    border-radius: 1.875rem;
    overflow: hidden;
    position: relative;
}

.about-s2 .top-block .item .img-box:after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);
}

.about-s2 .top-block .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s2 .top-block .item span {
    font-size: 2rem;
    line-height: 6rem;
    color: #fff;
    font-family: 'Rajdhani-Bold';
    position: absolute;
    top: 0;
    left: 2.5rem;
    z-index: 3;
    transition: all .3s ease;
    will-change: transform;
}

.about-s2 .top-block .item.active span {
    color: #e60012;
    font-size: 5.625rem;
    transform: translateY(-2.75rem);
}

.about-s2 .mid-block {
    margin-top: 5.625rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 1.25rem;
}

.about-s2 .mid-block .swiper {
    width: 52.5rem;
    margin: 0;
}

.about-s2 .mid-block .item {
    width: 7.5rem;
    cursor: pointer;
    position: relative;
}

.about-s2 .mid-block .item:after {
    content: '';
    width: 4.5rem;
    height: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-2.png");
    position: absolute;
    left: calc(50% + 1.5rem);
    top: calc(1.5rem - 2px);
}

.about-s2 .mid-block .item:last-of-type:after {
    display: none;
}

.about-s2 .mid-block .item .circle {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #092a44;
    position: relative;
    transition: border .3s ease;
}

.about-s2 .mid-block .item .circle:before {
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background-color: #e60012;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.9375rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.about-s2 .mid-block .item span {
    display: block;
    font-size: max(16px, 1.25rem);
    color: rgba(9, 42, 68, 0.3);
    font-family: 'Rajdhani-Bold';
    text-align: center;
    margin-top: 1rem;
    transition: color .3s ease;
}

.about-s2 .mid-block .item.active .circle {
    border-color: #e60012;
}

.about-s2 .mid-block .item.active .circle:before {
    opacity: 1;
}

.about-s2 .mid-block .item.active span {
    color: #081d2e;
}

@media (any-hover: hover) {
    .about-s2 .mid-block .item:hover span {
        color: #081d2e;
    }
}

.about-s2 .mid-block .btn {
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-1.svg");
    margin-top: calc(1.5rem - 7px);
    cursor: pointer;
}

.about-s2 .mid-block .btn.prev {
    transform: rotateY(180deg);
}

.about-s2 .bot-block {
    margin-top: 5rem;
    height: 15rem;
}

.about-s2 .bot-block .child {
    display: none;
    text-align: center;
}

.about-s2 .bot-block .child.active {
    display: block;
}

.about-s2 .bot-block .child.active .para {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.about-s2 .bot-block .para {
    display: inline-block;
    text-align: left;
    font-size: 2rem;
    color: #081d2e;
    opacity: 0;
}

.about-s2 .bot-block .para p {
    margin-top: 1rem;
}

.about-s2 .bot-block .para p:nth-of-type(1) {
    margin-top: 0;
}

.about-s3 {
    padding: 7.5rem 0;
}

.about-s3 .about-label {
    text-align: center;
}

.about-s3 .items {
    margin-top: 2rem;
}

.about-s3 .item {
    border-bottom: 1px solid #e5e5e5;
}

.about-s3 .item .top-block {
    padding: 2.5rem;
    font-size: 2.25rem;
    color: #081d2e;
    cursor: pointer;
    position: relative;
}

.about-s3 .item .top-block:after {
    content: '';
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-4-1.png");
    position: absolute;
    right: 2.5rem;
    top: 50%;
    margin-top: -1rem;
    transition: all .3s ease;
    display: none;
}

.about-s3 .item .bot-block {
    padding: 0 5rem 2.5rem;
}

.about-s3 .item .bot-block .flex {
    display: flex;
    align-items: center;
}

.about-s3 .item .bot-block .left-box {
    width: 50%;
    position: relative;
}

.about-s3 .item .bot-block img.bg {
    display: block;
    width: 100%;
}

.about-s3 .item .bot-block img.pic {
    width: 78%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.about-s3 .item .bot-block .right-box {
    width: 50%;
    padding-left: 5rem;
}

.about-s3 .item .bot-block i {
    display: block;
    width: 5rem;
    height: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-s3 .item .bot-block .para {
    margin-top: 2rem;
    font-size: max(16px, 1.5rem);
    color: #081d2e;
}

.about-s3 .item .bot-block .tabtit {
    display: flex;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e6e6e6;
    grid-gap: 1rem;
}

.about-s3 .item .bot-block .tabtit span {
    font-size: max(14px, 1.25rem);
    opacity: 0.5;
    cursor: pointer;
}

.about-s3 .item .bot-block .tabtit span.active {
    opacity: 1;
    color: #e81929;
}

.about-s3 .item .bot-block .tabcont {
    font-size: max(14px, 1.25rem);
    position: relative;
}

.about-s3 .item .bot-block .tabcont .child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.about-s3 .item .bot-block .tabcont .child p {
    margin-top: 1rem;
    position: relative;
    padding-left: 1.25rem;
}

.about-s3 .item .bot-block .tabcont .child p:before {
    content: '•';
    font-size: max(14px, 1.25rem);
    color: #e81929;
    position: absolute;
    top: 0;
    left: 0;
}

.about-s3 .item .bot-block .tabcont .child p:nth-of-type(1) {
    margin-top: 0;
}

.about-s3 .item .bot-block .tabcont .child:nth-of-type(4) {
    position: relative;
}

.about-s3 .item .bot-block .tabcont .child.active {
    opacity: 1;
    visibility: visible;
}

.about-s3 .item.active .top-block:after {
    background-image: url("../images/about/icon-4-2.png");
}

.about-s3 .item.active .bot-block {
    display: block;
}

.about-s3 .item.active .bot-block .left-box,
.about-s3 .item.active .bot-block .right-box {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.about-s3 .item.active .bot-block .right-box {
    animation-delay: .1s;
}

.about-s4 {
    padding: 7.5rem 0;
    background-color: #04121d;
}

.about-s4 .about-label {
    color: #fff;
}

.about-s4 .items {
    padding-bottom: 7.5rem;
    margin-top: 2.5rem;
}

.about-s4 .sw {
    display: flex;
    grid-gap: 1.5rem;
}

.about-s4 .item {
    width: calc((100% - 3rem) / 3);
    height: 29rem;
    position: relative;
    border-radius: 1.875rem;
    overflow: hidden;
}

.about-s4 .item .show,
.about-s4 .item .hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-s4 .item .show {
    z-index: 1;
}

.about-s4 .item .show:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent, 30%, #252b33);
    z-index: 2;
}

.about-s4 .item .show .img-box {
    width: 100%;
    height: 100%;
    border-radius: 1.875rem;
    overflow: hidden;
}

.about-s4 .item .show img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.about-s4 .item .show .txt-box {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    z-index: 3;
}

.about-s4 .item .hide {
    background-color: #252b33;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.about-s4 .item .hide .block {
    height: 100%;
    padding: 3.75rem 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.about-s4 .item .txt-box {
    width: 100%;
    padding: 0 2.5rem;
}

.about-s4 .item .txt-box .tit {
    font-size: max(18px, 1.75rem);
    color: #fff;
}

.about-s4 .item .txt-box .s-tit {
    font-size: max(16px, 1.25rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
}

.about-s4 .item .txt-box p {
    font-size: max(14px, 1rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-s4 .item .txt-box:after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 4px;
    margin-top: 1.875rem;
    background-color: #e81929;
}

.about-s4 .item .data-box {
    width: 100%;
    padding: 0 2.5rem;
    display: flex;
    justify-content: space-between;
}

.about-s4 .item .data .num {
    font-size: 3.125rem;
    color: #e81929;
    font-family: 'Rajdhani-Medium';
}

.about-s4 .item .data .num em {
    font-size: 2rem;
    font-style: normal;
}

.about-s4 .item .data p {
    font-size: max(14px, 1rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

@media (any-hover: hover) {
    .about-s4 .item:hover .show img {
        transform: scale(1.1);
    }
    .about-s4 .item:hover .hide {
        opacity: 1;
        visibility: visible;
    }
}

.about-s5 {
    padding: 7.5rem 0;
}

.about-s5 .about-label {
    text-align: center;
}

.about-s5 .cont {
    display: flex;
    align-items: flex-end;
    margin-top: -6.25rem;
}

.about-s5 .left-box {
    width: 60%;
    position: relative;
}

.about-s5 .swiper {
    width: 80%;
    height: 60.375rem;
    margin-left: 0;
}

.about-s5 .item .img-box {
    display: none;
}

.about-s5 .item .txt-box {
    height: 8.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.1;
}

.about-s5 .item .txt-box:before,
.about-s5 .item .txt-box:after {
    content: '';
    width: 3.75rem;
    height: 5.625rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1);
    opacity: 0.2;
}

.about-s5 .item .txt-box:before {
    background-image: url("../images/about/icon-5-1.png");
}

.about-s5 .item .txt-box:after {
    background-image: url("../images/about/icon-5-2.png");
}

.about-s5 .item .txt-box .txt {
    width: calc(100% - 7.5rem);
    padding: 0 1rem;
    text-align: center;
}

.about-s5 .item .txt-box .tit {
    font-size: max(16px, 1.25rem);
    color: #081d2e;
}

.about-s5 .item .txt-box p {
    font-size: 12px;
    line-height: 1;
    color: #bfbfbf;
    text-transform: uppercase;
    margin-top: 5px;
}

.about-s5 .item.prev-1 .txt-box {
    opacity: 0.5;
}

.about-s5 .item.prev-2 .txt-box {
    opacity: 0.3;
}

.about-s5 .item.prev-3 .txt-box {
    opacity: 0.1;
}

.about-s5 .item.next-1 .txt-box {
    opacity: 0.5;
}

.about-s5 .item.next-2 .txt-box {
    opacity: 0.3;
}

.about-s5 .item.next-3 .txt-box {
    opacity: 0.1;
}

.about-s5 .item.swiper-slide-active .txt-box {
    opacity: 1;
}

.about-s5 .item.swiper-slide-active .txt-box:before,
.about-s5 .item.swiper-slide-active .txt-box:after {
    filter: grayscale(0);
    opacity: 1;
}

.about-s5 .btns {
    position: absolute;
    right: 0;
    top: 50%;
}

.about-s5 .button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    transition: all .3s ease;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 12px;
}

.about-s5 .button.prev {
    background-image: url("../images/about/prev-1.png");
}

@media (any-hover: hover) {
    .about-s5 .button.prev:hover {
        background-image: url("../images/about/prev-2.png");
    }
}

.about-s5 .button.next {
    margin-top: 1.25rem;
    background-image: url("../images/about/next-1.png");
}

@media (any-hover: hover) {
    .about-s5 .button.next:hover {
        background-image: url("../images/about/next-2.png");
    }
}

@media (any-hover: hover) {
    .about-s5 .button:hover {
        background-color: #e81929;
        box-shadow: 0 1.25rem 1.875rem rgba(232, 25, 41, 0.3);
    }
}

.about-s5 .tab-cont {
    width: 40%;
    display: flex;
    justify-content: right;
}

.about-s5 .tab-cont .child {
    width: 38.4375rem;
    height: 45.125rem;
    display: none;
}

.about-s5 .tab-cont .child.active {
    display: block;
}

.about-s5 .tab-cont .child.active .img-box {
    animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.about-s5 .tab-cont .img-box {
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.about-s5 .tab-cont img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.about-s6 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-7.jpg");
    padding: 20rem 0;
}

.about-s6 .about-label {
    color: #fff;
}

.about-s6 .flex {
    display: flex;
    justify-content: right;
}

.about-s6 .box {
    max-width: 480px;
}

.about-s6 .para {
    margin-top: 2.5rem;
    font-size: max(16px, 1.5rem);
    color: #fff;
}

.about-s6 .para p {
    margin-top: 2.5rem;
}

.about-s6 .para p:nth-of-type(1) {
    margin-top: 0;
}

.investor-s1 {
    padding: 7.5rem 0;
}

.investor-s1 .flex {
    display: flex;
}

.investor-s1 .left-box {
    width: 40rem;
    padding: 3.125rem 3.75rem 2.5rem;
    background-color: #f6f8f9;
}

.investor-s1 .left-box .code {
    position: relative;
}

.investor-s1 .left-box .code span {
    display: block;
    font-size: max(14px, 1rem);
    color: #939393;
}

.investor-s1 .left-box .code i {
    display: block;
    font-size: max(14px, 1.0625rem);
    color: #939393;
    font-style: normal;
    line-height: 1;
    font-family: 'Rajdhani-Bold';
}

.investor-s1 .left-box .code .arrow {
    width: 17px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/investor/icon-1-1.png");
}

.investor-s1 .left-box .code .arrow.down {
    transform: rotate(180deg);
}

.investor-s1 .left-box .trend {
    margin-top: 1rem;
}

.investor-s1 .left-box .trend span {
    display: block;
    font-size: 3.75rem;
    line-height: 1;
    color: #e60012;
    font-family: 'Rajdhani-Bold';
}

.investor-s1 .left-box .trend i {
    font-size: max(15px, 1.25rem);
    color: #e60012;
    font-style: normal;
}

.investor-s1 .left-box .list {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 1.25rem;
}

.investor-s1 .left-box .list .box {
    width: 33.33%;
}

.investor-s1 .left-box .list span {
    display: block;
    font-size: max(14px, 0.9375rem);
    color: #9d9da3;
}

.investor-s1 .left-box .list i {
    display: block;
    font-size: max(16px, 1.25rem);
    color: #595959;
    font-family: 'Rajdhani-Bold';
    font-style: normal;
}

.investor-s1 .left-box .tips {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #595959;
    font-size: max(14px, 1rem);
    color: #929292;
}

.investor-s1 .left-box .tips span {
    font-family: 'Rajdhani-Bold';
    font-size: max(16px, 1.125rem);
}

.investor-s1 .right-box {
    width: calc(100% - 40rem);
}

.investor-s1 .right-box a {
    display: block;
    height: 100%;
    padding: 0 3.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/investor/img-1.jpg");
}

.investor-s1 .right-box .cell {
    position: relative;
}

.investor-s1 .right-box .s-tit {
    font-size: 2.875rem;
    color: #fdf4d7;
    line-height: 1;
}

.investor-s1 .right-box .tit {
    font-size: 2.875rem;
    color: #fdf4d7;
}

.investor-s1 .right-box .tit span {
    font-size: 3.375rem;
    font-family: 'Rajdhani-Medium';
}

.investor-s1 .right-box .en-tit {
    font-size: 1.625rem;
    color: #fdf4d7;
    opacity: 0.4;
    line-height: 1;
}

.investor-s1 .right-box .info {
    margin-right: 13.75rem;
    margin-top: 5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
}

.investor-s1 .right-box .img-box {
    width: 5.625rem;
}

.investor-s1 .right-box .img-box img {
    display: block;
    width: 100%;
}

.investor-s1 .right-box .txt-box {
    width: calc(100% - 5.625rem);
    padding-left: 2.5rem;
    position: relative;
}

.investor-s1 .right-box .txt-box:before {
    content: '';
    width: 2px;
    height: 90%;
    position: absolute;
    left: calc(1.25rem - 1px);
    top: 5%;
    background-color: rgba(255, 255, 255, 0.3);
}

.investor-s1 .right-box .txt-box span {
    display: block;
    font-size: max(14px, 1rem);
    color: #fdf4d7;
}

.investor-s1 .right-box .txt-box p {
    font-size: max(14px, 1rem);
    color: #fdf4d7;
}

.investor-s1 .right-box .more {
    width: 120px;
    line-height: max(40px, 3rem);
    font-size: max(14px, 0.9375rem);
    color: #fdf4d7;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: max(20px, 1.5rem);
    position: absolute;
    right: 0;
    bottom: 0;
}

.investor-s2 {
    padding: 7.5rem 0;
    background-color: #f6f7f7;
}

.investor-s2 .label {
    font-size: max(24px, 2rem);
    text-align: center;
    color: #092a44;
}

.investor-s2 .items {
    margin: 2.5rem 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
}

.investor-s2 .item {
    width: calc((100% - 3.75rem) / 4);
    background-color: #fff;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
}

.investor-s2 .item a {
    display: block;
    height: 100%;
    padding: 1.875rem;
}

.investor-s2 .item a:after {
    content: '';
    width: 9px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/investor/icon-2.svg");
    display: block;
    margin-top: 1rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.investor-s2 .item .date {
    width: max(70px, 5.625rem);
    height: max(70px, 5.625rem);
    text-align: center;
    border-radius: 10px;
    background-color: #f6f7f7;
    transition: all .3s ease;
}

.investor-s2 .item .date span {
    display: block;
    font-size: 2.625rem;
    line-height: 1;
    color: #e60012;
    font-family: 'Rajdhani-Bold';
    transition: color .3s ease;
}

.investor-s2 .item .date i {
    font-size: max(14px, 1rem);
    color: #191919;
    font-style: normal;
    font-family: 'Rajdhani-Medium';
    transition: color .3s ease;
}

.investor-s2 .item .tit {
    margin-top: 1.5rem;
    font-size: max(16px, 1.125rem);
    color: #191919;
    line-height: 1.5;
    height: max(48px, 3.375rem);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .investor-s2 .item:hover {
        background-color: #e60012;
        box-shadow: 0 1.25rem 2.5rem rgba(230, 0, 18, 0.3);
        z-index: 2;
    }
    .investor-s2 .item:hover a:after {
        opacity: 1;
    }
    .investor-s2 .item:hover .date {
        background-color: #bc0413;
    }
    .investor-s2 .item:hover .date span,
    .investor-s2 .item:hover .date i {
        color: #fff;
    }
    .investor-s2 .item:hover .tit {
        color: #fff;
    }
}

.investor-s2 .c-pages {
    background-color: rgba(255, 255, 255, 0.6);
}

.investor-s3 {
    padding: 7.5rem 0;
}

.investor-s3 .label {
    font-size: max(24px, 2rem);
    color: #092a44;
}

.investor-s3 .flex {
    display: flex;
    align-items: flex-end;
    margin-top: 2rem;
}

.investor-s3 .left-box {
    width: calc(100% - 40rem);
    background-color: #f4f6f7;
}

.investor-s3 .top-box {
    background-color: #092a44;
    padding: 0 3rem;
}

.investor-s3 .tab-tit {
    display: flex;
    grid-gap: 2rem;
}

.investor-s3 .tab-tit .item {
    padding: 0 0.75rem;
    position: relative;
    cursor: pointer;
}

.investor-s3 .tab-tit .item span {
    display: block;
    font-size: max(14px, 1.375rem);
    color: rgba(255, 255, 255, 0.4);
    line-height: max(70px, 5.625rem);
    transform: scale(0.8);
    transition: all .3s ease;
}

.investor-s3 .tab-tit .item i {
    font-style: normal;
    font-size: max(18px, 1.75rem);
    font-family: 'Rajdhani-Medium';
}

.investor-s3 .tab-tit .item:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #e60012;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.investor-s3 .tab-tit .item.active span {
    color: #fff;
    transform: scale(1);
}

.investor-s3 .tab-tit .item.active:after {
    opacity: 1;
}

@media (any-hover: hover) {
    .investor-s3 .tab-tit .item:hover span {
        color: #fff;
    }
}

.investor-s3 .tab-cont {
    padding: 1rem 1.25rem;
}

.investor-s3 .tab-cont .child {
    display: none;
}

.investor-s3 .tab-cont .child.active {
    display: block;
}

.investor-s3 .tab-cont .scroll {
    padding: 0 2.5rem;
    height: max(306px, calc(27rem + 6px));
    overflow: auto;
}

.investor-s3 .tab-cont a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6eaec;
}

.investor-s3 .tab-cont a .date {
    width: 8.125rem;
    line-height: max(50px, 4.5rem);
    font-size: max(14px, 1.125rem);
    color: #c5c5c5;
    font-family: 'Rajdhani-Bold';
    transition: color .3s ease;
}

.investor-s3 .tab-cont a .tit {
    width: calc(100% - 8.125rem - 40px);
    font-size: max(14px, 1.0625rem);
    color: #a0a0a0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.investor-s3 .tab-cont a .icon {
    width: 40px;
    height: 40px;
    background: url("../images/investor/icon-3.svg") right center no-repeat;
    background-size: auto 12px;
    opacity: 0.4;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .investor-s3 .tab-cont a:hover .date {
        color: #e60012;
    }
    .investor-s3 .tab-cont a:hover .tit {
        color: #333;
    }
    .investor-s3 .tab-cont a:hover .icon {
        opacity: 1;
    }
}

.investor-s3 .right-box {
    width: 40rem;
    padding-left: 3.75rem;
}

.investor-s3 .right-box .tit {
    font-size: max(16px, 1.375rem);
    color: #666666;
}

.investor-s3 .right-box .para {
    margin-top: 1.25rem;
    font-size: max(14px, 1rem);
    line-height: 1.5;
    color: #666666;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.investor-s3 .right-box .para span {
    font-size: max(16px, 1.125rem);
    font-family: 'Rajdhani-Bold';
}

.investor-s3 .right-box .img-box {
    margin-top: 3.75rem;
}

.investor-s3 .right-box img {
    display: block;
    width: 100%;
}

.news-s1 {
    position: relative;
    overflow: hidden;
    min-height: 41.25rem;
}

.news-s1 .bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 41.25rem;
    background-image: linear-gradient(180deg, #e60012, 50%, #fd977e, #fdd0b9);
}

.news-s1 .bg-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/news/img-1.png") center bottom no-repeat;
    background-size: 100% auto;
}

.news-s1 .label {
    padding: 8.75rem 0 5rem;
    text-align: center;
    font-size: 3.5rem;
    color: #fff;
}

.news-s1 .cont {
    padding: 4.375rem 4.375rem 0;
    background-color: #fff;
    display: flex;
}

.news-s1 .single-box {
    width: 50rem;
    height: 28.125rem;
    border-radius: 1rem;
    overflow: hidden;
}

.news-s1 .single-box a {
    display: block;
    height: 100%;
    position: relative;
}

.news-s1 .single-box a:after {
    content: '';
    width: 100%;
    height: 30%;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.news-s1 .single-box .img-box {
    height: 100%;
}

.news-s1 .single-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.news-s1 .single-box .txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 3.375rem 2.5rem;
    z-index: 3;
}

.news-s1 .single-box .tit {
    font-size: max(16px, 1.5rem);
    color: #fff;
}

.news-s1 .single-box span {
    display: block;
    font-size: max(14px, 1rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
}

.news-s1 .single-box span:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/news/icon-1-1.svg");
}

@media (any-hover: hover) {
    .news-s1 .single-box:hover img {
        transform: scale(1.1);
    }
}

.news-s1 .list-box {
    width: calc(100% - 50rem);
    padding-left: 3.75rem;
}

.news-s1 .list {
    height: 33.33%;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.news-s1 .list .box {
    width: 100%;
}

.news-s1 .list .date {
    font-size: max(14px, 1.25rem);
    color: #e60012;
    font-family: 'Rajdhani-Medium';
    line-height: 1;
}

.news-s1 .list .tit {
    font-size: max(14px, 1.125rem);
    color: #092a44;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .news-s1 .list:hover .tit {
        color: #e60012;
    }
}

.news-s2 {
    padding: 3.75rem 0 5.625rem;
}

.news-s2 .wrap-s {
    padding: 0 4.375rem;
}

.news-s2 .filter {
    display: flex;
    grid-gap: 1rem;
}

.news-s2 .filter .drop {
    width: 17.5rem;
    position: relative;
}

.news-s2 .filter .drop span {
    display: block;
    position: relative;
    line-height: max(50px, 3.75rem);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 0 1.25rem;
    font-size: 14px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #808080;
    cursor: pointer;
}

.news-s2 .filter .drop span:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #dcdcdc;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -3px;
}

.news-s2 .filter .drop .hide {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1.25rem;
    font-size: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    display: none;
    z-index: 2;
}

.news-s2 .filter .drop .hide a {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 14px;
    line-height: 2;
    color: #092a44;
    text-align: center;
}

@media (any-hover: hover) {
    .news-s2 .filter .drop .hide a:hover {
        color: #e60012;
    }
}

.news-s2 .filter .drop.open .hide {
    display: block;
}

.news-s2 .filter .form {
    width: calc(100% - 18.5rem);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: max(50px, 3.75rem);
    padding-right: 60px;
}

.news-s2 .filter .form input {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    font-size: 14px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #808080;
}

.news-s2 .filter .form input::placeholder {
    color: #808080;
}

.news-s2 .filter .form button {
    width: 60px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/search-1.svg");
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    background-size: auto 20px;
    cursor: pointer;
}

.news-s2 .items {
    margin-top: 3.15rem;
    margin-bottom: 3.75rem;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 2.5rem;
}

.news-s2 .item {
    width: 33.33%;
    position: relative;
}

.news-s2 .item:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #efefef;
    pointer-events: none;
    transition: opacity .3s ease;
}

.news-s2 .item a {
    display: block;
    height: 100%;
    padding: 3.125rem 3.125rem 2rem;
    border-radius: 10px;
    transition: background .3s ease;
}

.news-s2 .item .img-box {
    height: 11.5625rem;
    border-radius: 10px;
    overflow: hidden;
}

.news-s2 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    will-change: transform;
}

.news-s2 .item .txt-box {
    margin-top: 2rem;
}

.news-s2 .item .date {
    font-size: max(14px, 1.25rem);
    color: #e60012;
    font-family: 'Rajdhani-Medium';
    line-height: 1;
}

.news-s2 .item .tit {
    font-size: max(16px, 1.375rem);
    color: #092a44;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem;
}

.news-s2 .item span {
    display: block;
    font-size: max(14px, 1rem);
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1.5rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.news-s2 .item span:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/news/icon-1-2.svg");
}

@media screen and (min-width: 769px) {
    .news-s2 .item:nth-of-type(3n):after {
        display: none;
    }
}

@media (any-hover: hover) {
    .news-s2 .item:hover:after {
        opacity: 0;
    }
    .news-s2 .item:hover a {
        background-color: #f8f8f8;
    }
    .news-s2 .item:hover img {
        transform: scale(1.1);
    }
    .news-s2 .item:hover span {
        opacity: 1;
    }
}

.news-s3 {
    padding: 5.625rem 0 6.25rem 0;
}

.news-s3 .block {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.news-s3 .top-block {
    padding-bottom: 3.125rem;
    border-bottom: 4px solid #353544;
}

.news-s3 .top-block .date {
    font-size: max(16px, 1.25rem);
    color: #e60012;
    font-family: 'Rajdhani-Medium';
}

.news-s3 .top-block .date:before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/news/icon-2.svg");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.news-s3 .top-block .tit {
    font-size: 3.125rem;
    color: #283a51;
    margin-top: 1.5rem;
}

.news-s3 .mid-block {
    padding: 3.125rem 0;
}

.news-s3 .mid-block .para {
    font-size: max(14px, 1.125rem);
    color: #283a51;
    line-height: 2;
}

.news-s3 .mid-block .para p {
    margin-top: 2rem;
}

.news-s3 .mid-block .para p:nth-of-type(1) {
    margin-top: 0;
}

.news-s3 .mid-block .para img {
    max-width: 100%;
    height: auto !important;
}

.news-s3 .mid-block .para video {
    max-width: 100%;
    height: auto !important;
}

.news-s3 .share {
    position: relative;
    text-align: center;
    font-size: 0;
}

.news-s3 .share:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    background-color: #092a44;
    z-index: 1;
}

.news-s3 .share .box {
    padding: 0 2.5rem;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

.news-s3 .share a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    border: 1px solid #eaeced;
    border-radius: 3px;
    margin-left: 10px;
    overflow: hidden;
}

.news-s3 .share a:nth-of-type(1) {
    margin-left: 0;
}

.news-s3 .share a:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: #092a44;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.news-s3 .share a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    transition: all .3s ease;
}

.news-s3 .share a.wechat:after {
    background-image: url("../images/news/share-1.png");
}

@media (any-hover: hover) {
    .news-s3 .share a.wechat:hover:after {
        background-image: url("../images/news/share-1-1.png");
    }
}

.news-s3 .share a.sina:after {
    background-image: url("../images/news/share-2.png");
}

@media (any-hover: hover) {
    .news-s3 .share a.sina:hover:after {
        background-image: url("../images/news/share-2-1.png");
    }
}

.news-s3 .share a.qq:after {
    background-image: url("../images/news/share-3.png");
}

@media (any-hover: hover) {
    .news-s3 .share a.qq:hover:after {
        background-image: url("../images/news/share-3-1.png");
    }
}

@media (any-hover: hover) {
    .news-s3 .share a:hover:before {
        opacity: 1;
    }
}

.news-s3 .page {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.news-s3 .page a {
    width: 11.25rem;
    line-height: 3rem;
    text-align: center;
    font-size: max(14px, 1.125rem);
    color: #092a44;
    background-color: #f8f8f8;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .news-s3 .page a:hover {
        background-color: #092a44;
        color: #fff;
    }
}

.contact-s1 {
    padding: 7.5rem 0 0;
}

.contact-s1 .label {
    font-size: max(24px, 2.25rem);
    color: #092a44;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #e5e5e5;
}

.contact-s1 .items {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem;
    margin-top: 2.5rem;
}

.contact-s1 .item {
    width: calc((100% - 3rem) / 3);
    height: max(180px, 15rem);
    position: relative;
    background-color: #f9f9f9;
    border-radius: 1.875rem;
}

.contact-s1 .item:before {
    content: '';
    width: 33.5625rem;
    height: 33.5625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -46%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/contact/icon-6.png");
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
}

.contact-s1 .item .cell-box {
    height: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.contact-s1 .item .icon {
    width: max(24px, 1.875rem);
    height: max(24px, 1.875rem);
    margin: 0 auto;
    position: relative;
}

.contact-s1 .item i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s ease;
}

.contact-s1 .item i.hide {
    opacity: 0;
}

.contact-s1 .item p {
    font-size: max(14px, 1.125rem);
    color: #092a44;
    text-align: center;
    margin-top: 2.5rem;
    transition: color .3s ease;
}

.contact-s1 .item span {
    display: block;
    font-size: max(14px, 1rem);
    color: #092a44;
    text-align: center;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 5px;
    transition: color .3s ease;
}

@media (any-hover: hover) {
    .contact-s1 .item:hover {
        background-color: transparent;
    }
    .contact-s1 .item:hover:before {
        opacity: 1;
    }
    .contact-s1 .item:hover i.show {
        opacity: 0;
    }
    .contact-s1 .item:hover i.hide {
        opacity: 1;
    }
    .contact-s1 .item:hover p,
    .contact-s1 .item:hover span {
        color: #fff;
    }
}

.contact-s2 {
    padding: 7.5rem 0;
}

.contact-s2 .label {
    font-size: max(24px, 2.25rem);
    color: #092a44;
    text-align: center;
}

.contact-s2 .s-tit {
    font-size: max(14px, 1.125rem);
    color: #092a44;
    text-align: center;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
}

.contact-s2 .form {
    width: 100%;
    max-width: 730px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin: 2rem auto 0;
}

.contact-s2 .form .box {
    width: 100%;
}

.contact-s2 .form .box:nth-of-type(2),
.contact-s2 .form .box:nth-of-type(3) {
    width: calc((100% - 10px) / 2);
}

.contact-s2 .form .box input[type="text"] {
    display: block;
    width: 100%;
    height: max(46px, 3.75rem);
    padding: 0 1.875rem;
    font-size: 14px;
    color: #808080;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.contact-s2 .form .box textarea {
    display: block;
    width: 100%;
    min-height: auto;
    height: 11.25rem;
    padding: 10px 1.875rem;
    border-radius: 0;
    font-size: 14px;
    color: #808080;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    resize: none;
}

.contact-s2 .form .box .agree {
    padding: 1.25rem 1.875rem;
    font-size: 14px;
    color: #808080;
}

.contact-s2 .form .box .agree a {
    color: #e60012;
}

.contact-s2 .form .box .layui-form-select dl {
    top: 100%;
}

.contact-s2 .form .box .layui-form-select dl dd.layui-this {
    color: #808080;
    font-weight: normal;
}

.contact-s2 .form .box .layui-form-select dl dd,
.contact-s2 .form .box .layui-form-select dl dt {
    font-size: 14px;
}

.contact-s2 .form .box .layui-form-checked[lay-skin=primary] i {
    border-color: #e60012 !important;
    background-color: #e60012 !important;
}

.contact-s2 .form .box .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #e60012;
}

.contact-s2 .form .box .layui-input:hover,
.contact-s2 .form .box .layui-textarea:hover {
    border-color: #092a44 !important;
}

.contact-s2 .form button {
    display: block;
    width: 100%;
    height: max(46px, 3.75rem);
    background-color: #e60012;
    border-radius: max(23px, 1.875rem);
    font-size: max(18px, 1.5rem);
    color: #fff;
    cursor: pointer;
}

.contact-s3 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.875rem;
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    z-index: 6;
    display: none;
}

.contact-s3 span {
    display: block;
    text-align: center;
    font-size: max(14px, 1rem);
    color: #e60012;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.contact-s3 .tit {
    font-size: max(18px, 1.5rem);
    color: #092a44;
    text-align: center;
    margin-top: 0.625rem;
}

.contact-s3 p {
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.contact-s3 .img-box {
    width: 120px;
    margin: 1rem auto 0;
    border: 4px solid #e60012;
}

.contact-s3 img {
    display: block;
    width: 100%;
}

.other-s1 {
    background-color: #fbfbfb;
    overflow: hidden;
}

.other-s1 .flex {
    display: flex;
}

.other-s1 .left-box {
    padding: 7.5rem 2.5rem 7.5rem 0;
    width: 23.75rem;
    border-right: 1px solid #eeeeee;
}

.other-s1 .left-box .tips {
    font-size: max(16px, 1.25rem);
    color: #092a44;
}

.other-s1 .left-box .tips.mt {
    margin-top: 1rem;
}

.other-s1 .left-box .num {
    font-size: 2.5rem;
    color: #092a44;
    font-family: 'Rajdhani-Bold';
}

.other-s1 .left-box .addr {
    font-size: max(14px, 1rem);
    color: #092a44;
}

.other-s1 .left-box .ewm-box {
    margin-top: 2.5rem;
    background-color: #092a44;
    display: flex;
    align-items: center;
    padding: .625rem .625rem .625rem 0;
}

.other-s1 .left-box .txt {
    width: calc(100% - 7.5rem);
}

.other-s1 .left-box .txt i {
    display: block;
    margin: 0 auto;
    width: max(24px, 2rem);
    height: max(24px, 2rem);
    border-radius: 50%;
    background: #fff url("../images/footer-icon-1.svg") center center no-repeat;
    background-size: max(14px, 1.125rem);
}

.other-s1 .left-box .txt span {
    display: block;
    font-size: max(12px, 1rem);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Light';
    text-align: center;
    line-height: 1.5;
    margin-top: 0.625rem;
}

.other-s1 .left-box .img-box {
    width: 7.5rem;
}

.other-s1 .left-box .img-box img {
    display: block;
    width: 100%;
}

.other-s1 .right-box {
    width: calc(100% - 23.75rem);
    padding: 7.5rem 0 7.5rem 4.375rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    grid-gap: 1rem;
}

.other-s1 .right-box:before {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 10rem;
}

.other-s1 .right-box .box .tit {
    display: block;
    text-align: center;
    font-size: max(16px, 1.125rem);
    color: #092a44;
}

.other-s1 .right-box .box .link {
    margin-top: 2.5rem;
}

.other-s1 .right-box .box .link a {
    display: block;
    padding: 10px 1.5rem;
    text-align: center;
    margin-top: 10px;
    font-size: max(14px, 1rem);
    color: #838c93;
    background-color: #f4f4f4;
    border-radius: 6px;
    transition: all .3s ease;
}

.other-s1 .right-box .box .link a:nth-of-type(1) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .other-s1 .right-box .box .link a:hover {
        background-color: #092a44;
        color: #fff;
    }
}

.other-s2 .flex {
    display: flex;
}

.other-s2 .left-box {
    width: 23.75rem;
    padding: 7.5rem 1.875rem 7.5rem 0;
}

.other-s2 .sticky {
    position: sticky;
    top: calc(6.25rem + 20px);
}

.other-s2 .position span {
    display: block;
    font-size: max(14px, 1rem);
    color: #353844;
    border-radius: 5px;
    padding: 1rem 60px 1rem 20px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
}

.other-s2 .position span:after {
    content: '';
    width: 20px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 9px;
    background-image: url("../images/other/icon-1.svg");
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    transition: opacity .3s ease;
}

.other-s2 .position span.active {
    background-color: #eeeeee;
}

.other-s2 .position span.active:after {
    opacity: 1;
}

.other-s2 .right-box {
    width: calc(100% - 23.75rem);
    padding: 7.5rem 0;
    border-left: 1px solid #eeeeee;
    padding-left: 3.125rem;
}

.other-s2 .right-box .block {
    margin-top: 3.75rem;
}

.other-s2 .right-box .block:nth-of-type(1) {
    margin-top: 0;
}

.other-s2 .right-box .tit {
    font-size: 2rem;
    color: #3e4247;
    padding-left: 2rem;
    position: relative;
}

.other-s2 .right-box .tit:before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e60012;
}

.other-s2 .right-box .para {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eeeeee;
    font-size: max(14px, 1.125rem);
    color: #7d7f85;
    line-height: 2;
}

.other-s2 .right-box .para span {
    display: block;
    color: #3e4247;
}

.other-s2 .right-box .para.nomt {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.other-s2 .right-box .para.gray {
    color: #353844;
}

.other-s2 .right-box .para.mb {
    margin-bottom: 5rem;
}

.other-s2 .right-box.style .tit {
    padding-left: 0;
}

.other-s2 .right-box.style .tit:before {
    display: none;
}

.other-s2 .right-box.style .tit:after {
    content: '';
    width: 7.5rem;
    height: 1px;
    position: absolute;
    bottom: calc(-2rem - 1px);
    left: 0;
    background-color: #e60012;
}

.other-s3 {
    padding: 8.75rem 0;
    background-color: #f4f4f4;
    position: relative;
}

.other-s3:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/other/img-1.png") right top no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.other-s3 .label {
    font-size: 3.125rem;
    color: #081d2e;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    text-align: center;
}

.other-s3 .form {
    margin-top: 2rem;
    width: 100%;
    background-color: #fff;
    height: max(60px, 5.625rem);
    position: relative;
    padding-right: max(60px, 5.625rem);
}

.other-s3 .form input {
    width: 100%;
    height: 100%;
    padding: 0 2.5rem;
    font-size: max(14px, 1.25rem);
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
    background-color: transparent;
}

.other-s3 .form button {
    position: absolute;
    right: 0;
    top: 0;
    width: max(60px, 5.625rem);
    height: max(60px, 5.625rem);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/search-1.svg");
    background-size: auto 2rem;
    cursor: pointer;
}

.other-s3 .radiomod {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2rem;
}

.other-s3 .radiomod .item {
    cursor: pointer;
    font-size: max(14px, 1.125rem);
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #092a44;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.other-s3 .radiomod label {
    cursor: pointer;
}

.other-s3 .radiomod input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer;
    border: 3px #fff solid;
}

.other-s3 .radiomod input[type="radio"] {
    border: 4px #fff solid;
    background: #f4f4f4;
    border-radius: 50%;
}

.other-s3 .radiomod input[type="radio"]:checked {
    background: #e60012;
    border: 4px #fff solid;
}

.other-s4 {
    padding: 3.75rem 0 7.5rem;
}

.other-s4 .tips {
    font-size: max(14px, 1.125rem);
    color: #092a44;
}

.other-s4 .tips span {
    color: #d1291a;
}

.other-s4 .items {
    margin-bottom: 2.5rem;
}

.other-s4 .item {
    position: relative;
}

.other-s4 .item:before,
.other-s4 .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

.other-s4 .item:before {
    background-color: #f5f5f5;
}

.other-s4 .item:after {
    background-color: #d1291a;
    transform: scaleX(0);
    transform-origin: left top;
}

.other-s4 .item a {
    position: relative;
    display: block;
    padding: 2.5rem 0;
}

.other-s4 .item .date {
    font-size: max(14px, 1rem);
    color: #767b7f;
}

.other-s4 .item .tit {
    margin: 1rem 0;
    font-size: max(16px, 1.25rem);
    color: #092a44;
    transition: color .3s ease;
}

.other-s4 .item p {
    font-size: max(14px, 1rem);
    color: #767b7f;
}

.other-s4 .item span {
    display: block;
    font-size: max(14px, 1rem);
    color: #d1291a;
    margin-top: 1rem;
}

@media (any-hover: hover) {
    .other-s4 .item:hover:after {
        transform: scaleX(1);
        transition: transform .5s linear;
    }
    .other-s4 .item:hover .tit {
        color: #d1291a;
    }
}

@media screen and (max-width: 1800px) {
    .solution-s2 .item:nth-of-type(3n) .txt-box {
        width: calc(40% - 0.625rem);
    }
    .header ul {
        padding-left: 4.5rem;
    }
}

@media screen and (max-width: 1681px) {
    html {
        font-size: 15px;
    }
    .header li {
        padding: 0 1rem;
    }
    .solution-s11 .swiper {
        padding: 0 calc(50vw - 45rem) 3.75rem;
    }
    .solution-s21 .swiper {
        padding: 0 calc(50vw - 45rem) 3.75rem;
    }
    .product-s5 .swiper {
        padding: 0 calc(50vw - 45rem) 3.75rem;
    }
    .index-s4 .ani-block .block .txt-box .box {
        padding: 3rem;
    }
    .index-s4 .ani-block .block .txt-box .back {
        bottom: 3rem;
        left: 3rem;
    }
}

@media screen and (max-width: 1540px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 1441px) {
    html {
        font-size: 13px;
    }
    .header .left-box {
        grid-gap: 2rem;
    }
    .header .code:before {
        left: -1rem;
    }
    .header li {
        padding: 0 8px;
    }
}

@media screen and (max-width: 1367px) {
    html {
        font-size: 12px;
    }
    .other-s1 .right-box .box .link a {
        padding: 10px 5px;
    }
    .index-s6 .mid-block .item p {
        -webkit-line-clamp: 4;
    }
}

@media screen and (max-width: 1281px) {
    html {
        font-size: 11px;
    }
    .wrap-s {
        width: 90%;
    }
    .solution-s13 .item {
        width: calc((100% - 45vw - 3.75rem) / 3);
    }
    .solution-s13 .item.active {
        width: 45vw;
    }
    .solution-s13 .item .img-box {
        width: 45vw;
    }
    .solution-s13 .item .para {
        width: calc(45vw - 4rem);
    }
    .solution-s13 .item .scroll {
        width: calc(45vw - 4rem);
        left: 2rem;
        right: 2rem;
        bottom: 2rem;
    }
    .solution-s13 .item .txt-box {
        padding: 2rem;
    }
    .solution-s37 .item {
        width: calc((100% - 45vw - 3.75rem) / 3);
    }
    .solution-s37 .item.active {
        width: 45vw;
    }
    .solution-s37 .item .img-box {
        width: 45vw;
    }
    .solution-s37 .item .para {
        width: calc(45vw - 4rem);
    }
    .solution-s37 .item .scroll {
        width: calc(45vw - 4rem);
        left: 2rem;
        right: 2rem;
        bottom: 2rem;
    }
    .solution-s37 .item .txt-box {
        padding: 2rem;
    }
    .solution-s11 .swiper {
        padding: 0 5vw 3.75rem;
    }
    .solution-s9 .img-box {
        padding-top: 5rem;
    }
    .solution-s9 .txt-box {
        bottom: 10vw;
    }
    .solution-s21 .swiper {
        padding: 0 5vw 3.75rem;
    }
    .solution-s18 {
        height: 56vw;
    }
    .solution-s33 .img-box {
        width: 50%;
    }
    .solution-s33 .txt-box {
        width: 50%;
    }
    .solution-s42 .img-box {
        width: 50%;
    }
    .solution-s42 .txt-box {
        width: 50%;
    }
    .solution-s28 .btn {
        bottom: 9vw;
    }
    .solution-s30 .img-box {
        width: 50%;
    }
    .solution-s30 .txt-box {
        width: 50%;
    }
    .solution-s27 .img-box {
        width: 50%;
    }
    .solution-s27 .txt-box {
        width: 50%;
    }
    .solution-s24 .img-box {
        width: 50%;
    }
    .solution-s24 .txt-box {
        width: 50%;
    }
    .solution-s20 .img-box {
        width: 50%;
    }
    .solution-s20 .txt-box {
        width: 50%;
    }
    .about-s2 .top-block .item {
        height: 21vw;
    }
    .news-s2 .item .img-box {
        height: 12vw;
    }
    .news-s1 .single-box {
        width: 62%;
        height: 29vw;
    }
    .news-s1 .list-box {
        width: 38%;
    }
    .product-s5 .swiper {
        padding: 0 5vw 3.75rem;
    }
    .product-s9 .bot-box .left-box {
        width: 25%;
    }
    .product-s9 .bot-box .right-box {
        width: 75%;
    }
    .join-s5 .item {
        height: 16vw;
    }
}

@media screen and (max-width: 1200px) {
    .head-null {
        height: 60px;
    }
    .header {
        height: 60px;
        background-color: #fff;
    }
    .header:before {
        opacity: 1;
    }
    .header .flex {
        padding: 0 5%;
        height: 100%;
    }
    .header .logo {
        width: 100px;
    }
    .header .logo img.show {
        opacity: 0;
    }
    .header .logo img.hide {
        opacity: 1;
    }
    .header .code {
        grid-gap: 5px;
    }
    .header .code:before {
        background-color: #e6e6e6;
    }
    .header .code span {
        color: #333;
        font-size: 10px;
    }
    .header .code .num {
        color: #333;
    }
    .header ul {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        background-color: #fff;
        padding: 70px 30px;
        overflow: auto;
        display: block;
        z-index: 3;
        transition: left .3s ease;
    }
    .header ul.active {
        left: 0;
    }
    .header li {
        padding: 0;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
    }
    .header li a.single {
        line-height: 50px;
        color: #333;
        display: inline-block;
        z-index: 22;
    }
    .header li a.single:after {
        display: none;
    }
    .header li i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 1;
        background: url("../images/icon-3.png") calc(100% - 2rem) center no-repeat;
    }
    .header li .subnav {
        width: 100%;
        position: static;
        transform: none;
        box-shadow: none;
        padding: 0 0 1rem;
    }
    .header li .subnav a {
        text-align: left;
        padding: 0 2rem;
        font-size: 15px;
    }
    .header li .drop-nav {
        position: static;
        box-shadow: none;
        padding: 0 2rem;
    }
    .header li .drop-nav .nav-top {
        display: none;
    }
    .header li .drop-nav .nav-bot {
        display: block;
    }
    .header li .drop-nav .left-tab {
        display: none;
    }
    .header li .drop-nav .right-tab {
        width: 100%;
        padding-right: 0;
    }
    .header li .drop-nav .right-tab .child {
        display: block;
        height: auto;
        max-height: none;
    }
    .header li .drop-nav .right-tab .tit {
        font-size: 16px;
        padding: 1rem 0;
    }
    .header li .drop-nav .right-tab .items {
        padding: 1rem 2rem;
        display: block;
    }
    .header li .drop-nav .right-tab .item {
        width: 100%;
        margin-top: 2rem;
    }
    .header li .drop-nav .right-tab .item:nth-of-type(1) {
        margin-top: 0;
    }
    .header .right-box {
        margin-right: 35px;
    }
    .header .user a.top {
        color: #333333;
        font-size: 12px;
        line-height: 60px;
    }
    .header .user a.top:after {
        background-image: url("../images/user/icon-6.png");
    }
    .header .user .hdimg {
        display: none;
    }
    .header .user .hide {
        right: 50%;
        transform: translateX(50%);
    }
    .header .tologin {
        color: #fff;
        font-size: 0;
    }
    .header .tologin:before {
        width: 18px;
        height: 18px;
        background-image: url("../images/user-1.svg");
        margin: 0;
    }
    .header .tel,
    .header .telline {
        display: none;
    }
    .header .global span {
        font-size: 0;
        color: #fff;
    }
    .header .global span:before {
        width: 18px;
        height: 18px;
        background-image: url("../images/global-1.svg");
        margin: 0;
    }
    .header .global span:after {
        background-image: url("../images/icon-1-1.png");
        display: none;
    }
    .header .global .hide {
        right: -5.5rem;
    }
    .header .search {
        width: 18px;
        height: 18px;
        background-image: url("../images/search-1.svg");
    }
    .mNavBtn {
        display: block;
        width: 20px;
        height: 16px;
        right: 5%;
        top: 22px;
        position: absolute;
        cursor: pointer;
        z-index: 4;
    }
    .mNavBtn span {
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        background-color: #666;
        transition: all .3s ease;
    }
    .mNavBtn span.line1 {
        top: 0;
    }
    .mNavBtn span.line2 {
        top: 7px;
    }
    .mNavBtn span.line3 {
        bottom: 0;
    }
    .mNavBtn.active .line2 {
        display: none;
    }
    .mNavBtn.active .line1 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }
    .mNavBtn.active .line3 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 7px;
    }
    .c-crumbs {
        position: relative;
    }
    .c-product-crumbs {
        position: relative;
    }
}

@media screen and (max-width: 1025px) {
    html {
        font-size: 10px;
    }
    body {
        padding-bottom: 78px !important;
    }
    .fixed-right {
        display: none;
    }
    .fixed-bottom {
        display: block;
    }
    .loading {
        display: none;
    }
    .fixed-search .tit {
        font-size: 2.4rem;
    }
    .fixed-search .close {
        right: 2rem;
        top: 2rem;
    }
    .fixed-search input {
        font-size: 14px;
    }
    .c-bg-fixed,
    .join-s4,
    .solution-s18,
    .solution-s35 .bg,
    .service-s3,
    .about-s6,
    .user-login {
        background-attachment: inherit;
    }
    .footer .top-block {
        padding-top: 3rem;
        display: block;
    }
    .footer .top-block .img-box {
        width: 140px;
        margin: 0 auto;
    }
    .footer .top-block .form {
        width: 100%;
        max-width: 400px;
        margin: 2rem auto 0;
    }
    .footer .top-block .form input {
        font-size: 12px;
    }
    .footer .top-block .form button {
        font-size: 12px;
    }
    .footer .mid-block {
        justify-content: center;
        padding: 2rem 0;
    }
    .footer .mid-block .box {
        display: none;
    }
    .footer .mid-block .box:last-of-type {
        display: block;
    }
    .footer .mid-block .box span {
        display: none;
    }
    .footer .mid-block .box .share {
        margin-top: 0;
    }
    .footer .bot-block {
        display: block;
    }
    .footer .bot-block .left-box p {
        text-align: center;
    }
    .footer .bot-block .right-box {
        margin-top: 1rem;
        justify-content: center;
    }
    .solution-s4 .filter {
        display: none;
    }
    .solution-s4 .sort-box {
        display: none;
    }
    .solution-s4 .list-box {
        margin-top: 2rem;
    }
    .c-crumbs {
        display: block;
        padding: 0;
        display: none;
    }
    .c-crumbs .left-box {
        display: none;
    }
    .c-crumbs a.consult {
        display: none;
    }
    .c-crumbs .right-box {
        padding: 0 5vw;
    }
    .c-crumbs .right-box .box {
        grid-gap: unset;
    }
    .c-crumbs .right-box a {
        width: auto;
        margin-right: 20px;
    }
    .c-product-crumbs {
        display: block;
        padding: 0;
        display: none;
    }
    .c-product-crumbs .left-box {
        display: none;
    }
    .c-product-crumbs a.consult {
        display: none;
    }
    .solution-s4 .list {
        width: calc((100% - 1rem) / 2);
    }
    .solution-s1 {
        overflow: hidden;
    }
    .solution-s1 .items {
        margin: 2rem -5vw 0;
        padding: 0 5vw;
    }
    .solution-s1 .sw {
        grid-gap: unset;
    }
    .solution-s1 .pagination {
        margin-top: 2rem;
        font-size: 0;
        text-align: center;
    }
    .solution-s1 .pagination span {
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 0 2px;
        background-color: #092a44;
        opacity: 0.3;
        transition: opacity .3s ease;
    }
    .solution-s1 .pagination span.active {
        opacity: 1;
    }
    .solution-s3 .tab-tit .sw {
        grid-gap: unset;
        justify-content: left;
    }
    .solution-s3 .tab-tit .item {
        width: auto;
    }
    .solution-s37 .sw {
        grid-gap: unset;
    }
    .solution-s37 .item {
        transition: none;
        height: auto;
    }
    .solution-s37 .item:after,
    .solution-s37 .item .img-box {
        display: none;
    }
    .solution-s37 .item .txt-box {
        position: static;
    }
    .solution-s37 .item .scroll {
        width: 100%;
        position: static;
        max-height: 370px;
        margin-top: 2rem;
    }
    .solution-s37 .item .inner {
        display: block;
    }
    .solution-s37 .item .inner .box {
        width: 100%;
        border: none;
    }
    .solution-s37 .item .inner p {
        width: 100%;
        padding: 1rem 0 0;
    }
    .solution-s37 .pagination {
        margin-top: 2rem;
        font-size: 0;
        text-align: center;
    }
    .solution-s37 .pagination span {
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 0 2px;
        background-color: #092a44;
        opacity: 0.3;
        transition: opacity .3s ease;
    }
    .solution-s37 .pagination span.active {
        opacity: 1;
    }
    .solution-s11 .swiper-horizontal>.swiper-scrollbar {
        width: 70vw;
    }
    .solution-s11 .prev {
        right: 88vw;
    }
    .solution-s11 .next {
        left: 88vw;
    }
    .solution-s36 .items {
        width: 100%;
    }
    .solution-s36 .pic-box {
        position: static;
        margin: 2rem auto 0;
    }
    .solution-s38 .flex {
        display: block;
    }
    .solution-s38 .left-box {
        width: 100%;
        padding: 10px;
        top: 60px;
        border-radius: 0;
    }
    .solution-s38 .left-box .tit {
        margin-bottom: 1rem;
    }
    .solution-s38 .left-box .tab-tit {
        margin: 0;
    }
    .solution-s38 .left-box .item {
        width: auto;
    }
    .solution-s38 .right-box {
        width: 100%;
        margin-top: 2rem;
    }
    .solution-s16 .item {
        flex: none;
        width: auto;
    }
    .solution-s35 .item {
        padding: 1.5rem 0;
    }
    .solution-s8 {
        padding: 7.5rem 0 0;
        overflow: hidden;
    }
    .solution-s8 .solution-label {
        position: static;
    }
    .solution-s8 .txt-box {
        position: static;
        margin: 2rem 0;
    }
    .solution-s8 .txt-box .tips {
        width: 100%;
    }
    .solution-s8 .img-box {
        position: relative;
        width: 100%;
        margin-left: 0;
        height: 50vw;
        overflow: hidden;
    }
    .solution-s8 .img-box img {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .solution-s9 {
        padding: 7.5rem 0 0;
        overflow: hidden;
    }
    .solution-s9 .solution-label {
        position: static;
    }
    .solution-s9 .txt-box {
        position: static;
        margin: 2rem 0;
    }
    .solution-s9 .txt-box .tips {
        width: 100%;
    }
    .solution-s9 .img-box {
        position: relative;
        padding-top: 0;
        height: 50vw;
        overflow: hidden;
    }
    .solution-s9 .img-box img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 180%;
    }
    .solution-s32 .items {
        grid-column-gap: 5rem;
    }
    .solution-s32 .item {
        width: calc((100% - 10rem) / 3);
    }
    .solution-s21 .swiper-horizontal>.swiper-scrollbar {
        width: 70vw;
    }
    .solution-s21 .prev {
        right: 88vw;
    }
    .solution-s21 .next {
        left: 88vw;
    }
    .solution-s29 .items {
        grid-column-gap: 5rem;
    }
    .solution-s29 .item {
        width: calc((100% - 10rem) / 3);
    }
    .solution-s26 .items {
        grid-gap: 5rem;
    }
    .solution-s26 .item {
        width: calc((100% - 10rem) / 3);
    }
    .solution-s19 .items {
        grid-gap: 5rem;
    }
    .solution-s19 .item {
        width: calc((100% - 10rem) / 3);
    }
    .other-s1 .flex {
        display: block;
    }
    .other-s1 .left-box {
        width: 100%;
        max-width: 400px;
        border: none;
    }
    .other-s1 .right-box {
        width: 100%;
        padding: 0 0 4rem;
        display: block;
    }
    .other-s1 .right-box:before {
        display: none;
    }
    .other-s1 .right-box .box {
        margin-top: 4rem;
    }
    .other-s1 .right-box .box:nth-of-type(1) {
        margin-top: 0;
    }
    .other-s1 .right-box .box .tit {
        text-align: left;
    }
    .other-s1 .right-box .box .link {
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
    }
    .other-s1 .right-box .box .link a {
        margin: 0;
        padding: 10px;
    }
    .other-s2 .left-box {
        display: none;
    }
    .other-s2 .right-box {
        width: 100%;
        padding-left: 0;
        border: none;
    }
    .about-s1 .bot-block {
        height: auto;
        margin-top: 4rem;
    }
    .about-s1 .sticky {
        position: static;
        height: auto;
        background: none;
    }
    .about-s1 .icon {
        display: none;
    }
    .about-s1 .data-block {
        position: static;
    }
    .about-s1 .data-block .tit {
        position: static;
        text-align: left;
        margin: 0;
    }
    .about-s1 .data-block .data-box {
        grid-gap: 2rem;
        justify-content: left;
        margin-top: 2rem;
    }
    .about-s1 .data-block .data {
        width: calc((100% - 6rem) / 4);
        padding: 0 0 2rem 0;
    }
    .about-s1 .txt-block {
        position: static;
        opacity: 1;
        visibility: visible;
        margin-top: 4rem;
    }
    .about-s1 .txt-block .tit {
        color: #333;
        opacity: 1;
        transform: none;
        font-size: 2.25rem;
        text-align: left;
    }
    .about-s1 .txt-block .s-tit {
        color: #333;
        opacity: 1;
        transform: none;
        font-size: 1.6rem;
        text-align: left;
    }
    .about-s1 .txt-block .tit br {
        display: none;
    }
    .about-s1 .txt-block .btns {
        opacity: 1;
        visibility: visible;
        margin-top: 2rem;
        transform: none;
    }
    .about-s1 .txt-block .video-btn {
        margin-left: 0;
    }
    .about-s4 .items {
        padding-bottom: 0;
    }
    .about-s4 .sw {
        grid-gap: unset;
    }
    .about-s4 .item {
        height: auto;
    }
    .about-s4 .item .show,
    .about-s4 .item .hide {
        position: static;
        height: auto;
    }
    .about-s4 .item .show .txt-box {
        display: none;
    }
    .about-s4 .item .show:after {
        display: none;
    }
    .about-s4 .item .show .img-box {
        height: 20vw;
        border-radius: 0;
    }
    .about-s4 .item .hide {
        opacity: 1;
        visibility: visible;
    }
    .about-s4 .item .hide .block {
        padding: 2rem 0;
    }
    .about-s4 .item .txt-box {
        padding: 0 2rem;
    }
    .about-s4 .item .data-box {
        padding: 0 2rem;
        margin-top: 2rem;
    }
    .about-s4 .pagination {
        margin-top: 2rem;
        font-size: 0;
        text-align: center;
    }
    .about-s4 .pagination span {
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 0 2px;
        background-color: #ffffff;
        opacity: 0.3;
        transition: opacity .3s ease;
    }
    .about-s4 .pagination span.active {
        opacity: 1;
    }
    .about-s5 .cont {
        margin-top: 2rem;
        display: block;
    }
    .about-s5 .left-box {
        width: 100%;
    }
    .about-s5 .tab-cont {
        display: none;
    }
    .about-s5 .btns {
        display: none;
    }
    .about-s5 .swiper {
        width: 100%;
        height: auto;
    }
    .about-s5 .item .img-box {
        display: block;
        height: 30vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0.8);
        opacity: 0.1;
        transition: all .3s ease;
    }
    .about-s5 .item .img-box img {
        max-width: 90%;
        max-height: 90%;
        transform: translateX(-15%);
    }
    .about-s5 .item .txt-box:before,
    .about-s5 .item .txt-box:after {
        display: none;
    }
    .about-s5 .item .txt-box .txt {
        width: 100%;
    }
    .about-s5 .item.swiper-slide-active .img-box {
        opacity: 1;
        transform: scale(1);
    }
    .about-s5 .pagination {
        margin-top: 2rem;
        font-size: 0;
        text-align: center;
    }
    .about-s5 .pagination span {
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 0 2px;
        background-color: #e81929;
        opacity: 0.3;
        transition: opacity .3s ease;
    }
    .about-s5 .pagination span.active {
        opacity: 1;
    }
    .about-s2 .top-block .item {
        height: 28vw;
    }
    .news-s2 .item a {
        padding: 2rem;
    }
    .news-s2 .item .img-box {
        height: 14vw;
    }
    .news-s1 .bg-box:before {
        display: none;
    }
    .solution-s6 .top-block .item {
        flex: none;
    }
    .solution-s6 .bot-block .flex {
        display: block;
    }
    .solution-s6 .left-box {
        width: 100%;
        padding: 10px;
        top: 60px;
        border-radius: 0;
        opacity: 1;
        display: block;
    }
    .solution-s6 .left-box .tit {
        margin-bottom: 1rem;
    }
    .solution-s6 .left-box .tab-tit {
        margin: 0;
    }
    .solution-s6 .left-box .tab-tit .sw {
        display: flex;
    }
    .solution-s6 .left-box .item {
        width: auto;
    }
    .solution-s6 .right-box {
        width: 100%;
        margin-top: 2rem;
        display: block;
        opacity: 1;
    }
    .product-s3 .block {
        padding: 4rem 5%;
    }
    .product-s3 .label {
        font-size: 20px;
    }
    .product-s3 .item {
        width: calc((100% - 1.5rem) / 2);
    }
    .product-s5 .item {
        width: calc((100% - 20px) / 2);
    }
    .product-s8 .bot-box p {
        margin-right: 0;
        padding-right: 0;
    }
    .product-s8 .items {
        position: static;
        margin-top: 2rem;
    }
    .product-s8 .item a {
        opacity: 1;
    }
    .product-s6 {
        display: none;
    }
    .product-s7 .crumbs {
        display: none;
    }
    .product-s5 .swiper-horizontal>.swiper-scrollbar {
        width: 70vw;
    }
    .product-s5 .prev {
        right: 88vw;
    }
    .product-s5 .next {
        left: 88vw;
    }
    .product-s9 .bot-box .item {
        display: block;
    }
    .product-s9 .bot-box .left-box {
        width: 100%;
        padding: 1rem 2rem;
        justify-content: left;
    }
    .product-s9 .bot-box .right-box {
        width: 100%;
    }
    .product-s9 .bot-box table {
        padding: 2rem;
    }
    .product-s2 .flex {
        display: block;
    }
    .product-s2 .left-box {
        display: none;
    }
    .product-s2 .right-box {
        width: 100%;
    }
    .product-s2 .block .item {
        width: calc((100% - 1.875rem) / 2);
    }
    .product-s2 .block .item .link {
        position: static;
        opacity: 1;
        visibility: visible;
        margin-top: 1rem;
    }
    .product-s2 .block .item .mid-box {
        max-height: none;
    }
    .join-s2 .left-box {
        display: none;
    }
    .join-s2 .flex {
        display: block;
    }
    .join-s2 .right-box {
        width: 100%;
        padding: 0 0 7.5rem;
    }
    .join-s6 .tit-box {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
    .join-s6 .tit-box .en {
        text-align: center;
    }
    .join-s6 .items {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }
    .join-s6 .item {
        width: 18%;
        position: static;
        transform: none !important;
    }
    .join-s6 .item .hide {
        display: none;
    }
    .join-s6 .item .show {
        width: 100%;
        height: auto;
    }
    .join-s6 .item .show:before {
        display: none;
    }
    .join-s6 .item .show .cell-box {
        position: static;
        background-color: transparent;
        border-radius: 0;
    }
    .join-s6 .item .show p {
        font-size: 14px;
        color: #081d2e;
        font-family: 'HarmonyOS_Sans_SC_Light';
        text-align: center;
        margin-top: 5px;
    }
    .service-s1 .flex {
        display: block;
    }
    .service-s1 .right-box {
        width: 100%;
        padding-left: 0;
    }
    .service-s1 .filter-box {
        display: none;
    }
    .service-s1 .right-box .item .top-box {
        height: auto;
        padding: 2rem;
    }
    .service-s1 .right-box .item .img-box {
        position: static;
        margin: 0 auto;
        transform: none;
        width: 30%;
    }
    .service-s1 .right-box .item .btns {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 1rem;
    }
    .service-s1 .right-box .item .btns a {
        margin: 0;
    }
    .service-s2 .wrap-s {
        padding-bottom: 0;
    }
    .service-s2 .items {
        position: static;
        flex-wrap: wrap;
    }
    .service-s2 .item {
        width: 100%;
        height: auto;
        padding: 2rem;
    }
    .service-s3 {
        height: auto;
    }
    .service-s3 .block-1 {
        height: auto;
        padding: 7.5rem 0;
    }
    .service-s3 .icon {
        display: none;
    }
    .service-s4 .solution-label {
        display: block;
    }
    .service-s4 .items {
        margin-top: 2rem;
    }
    .service-s4 {
        margin-top: 0;
        padding: 7.5rem 0;
    }
    .investor-s1 .flex {
        display: block;
    }
    .investor-s1 .left-box {
        width: 100%;
    }
    .investor-s1 .right-box {
        width: 100%;
    }
    .investor-s1 .right-box a {
        padding: 3.75rem;
    }
    .investor-s3 .flex {
        display: block;
    }
    .investor-s3 .left-box {
        width: 100%;
    }
    .investor-s3 .right-box {
        width: 100%;
        padding: 3.75rem 0 0;
    }
    .solution-s13 .sw {
        grid-gap: unset;
    }
    .solution-s13 .item {
        transition: none;
        height: auto;
    }
    .solution-s13 .item:after,
    .solution-s13 .item .img-box {
        display: none;
    }
    .solution-s13 .item .txt-box {
        position: static;
    }
    .solution-s13 .item .scroll {
        width: 100%;
        position: static;
        max-height: 370px;
        margin-top: 2rem;
    }
    .solution-s13 .item .inner {
        display: block;
    }
    .solution-s13 .item .inner .box {
        width: 100%;
        border: none;
    }
    .solution-s13 .item .inner p {
        width: 100%;
        padding: 1rem 0 0;
    }
    .solution-s13 .pagination {
        margin-top: 2rem;
        font-size: 0;
        text-align: center;
    }
    .solution-s13 .pagination span {
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 0 2px;
        background-color: #092a44;
        opacity: 0.3;
        transition: opacity .3s ease;
    }
    .solution-s13 .pagination span.active {
        opacity: 1;
    }
    .solution-s14 .items {
        position: static;
        grid-gap: 1rem;
    }
    .solution-s14 .item {
        width: calc((100% - 4rem) / 5);
    }
    .solution-s14 .item:after {
        display: none;
    }
    .solution-s12 .items {
        flex-wrap: wrap;
    }
    .solution-s12 .items .item {
        width: calc((100% - 1.25rem) / 2);
    }
    .solution-s14 .item span {
        white-space: normal;
    }
    .solution-s14 .item p {
        white-space: normal;
    }
    .index-page {
        margin-top: 60px;
    }
    .index-s1 .item {
        height: 60vw;
    }
    .index-label {
        display: none;
    }
    .m-index-label {
        display: block;
    }
    .index-s2 {
        display: none;
    }
    .m-index-s2 {
        display: block;
    }
    .index-s3 {
        display: none;
    }
    .m-index-s3 {
        display: block;
    }
    .index-s4 {
        display: none;
    }
    .m-index-s4 {
        display: block;
    }
    .index-s5 {
        display: none;
    }
    .m-index-s5 {
        display: block;
    }
    .index-s6 .top-block {
        display: block;
    }
    .index-s6 .index-label {
        width: 100%;
    }
    .index-s6 .tab-tit {
        margin-top: 2rem;
    }
    .index-s6 .mid-block .single-box {
        display: none;
    }
    .index-s6 .mid-block .items {
        width: 100%;
        margin-left: 0;
    }
    .index-s6 .mid-block .item .img-box {
        height: 30vw;
    }
    .index-s6 .mid-block .item p {
        -webkit-line-clamp: 3;
    }
    .index-s6 .mid-block .item span {
        bottom: 0;
    }
    .c-banner.bg-1:after {
        background-image: url("../images/banner-bg.png");
    }
    .index-s6 .mid-block .item .img-box img {
        will-change: auto;
    }
}

@media screen and (max-width: 900px) {
    .about-s4 .item .show .img-box {
        height: 34vw;
    }
    .product-s7:before {
        display: none;
    }
    .product-s7 {
        min-height: auto;
    }
    .product-s7 .flex {
        display: block;
    }
    .product-s7 .flex .right-box {
        width: 100%;
    }
    .product-s7 .flex .left-box {
        width: 100%;
        padding-right: 0;
    }
    .product-s7 .swiper-box {
        height: 80vw;
        max-height: 360px;
    }
}

@media screen and (max-width: 769px) {
    .fixed-infomation .item a {
        font-size: 12px;
        white-space: nowrap;
    }
    .c-banner .img-box {
        background-color: #000;
    }
    .c-banner .img-box img {
        opacity: 0.8;
    }
    .c-banner:after {
        background-position: 0% center;
    }
    .c-banner .tit {
        font-size: 2rem;
    }
    .c-banner p {
        font-size: 14px;
        display: none;
    }
    .solution-s4 {
        padding: 4rem 0;
    }
    .solution-s4 .list {
        width: 100%;
    }
    .solution-s4 .list a {
        padding: 2rem 2rem 7rem;
    }
    .solution-s4 .list .more {
        right: 2rem;
        bottom: 2rem;
    }
    .product-s1 {
        padding: 6rem 0;
    }
    .product-s1:before {
        display: none;
    }
    .solution-s1 {
        padding: 4rem 0 0;
    }
    .solution-label {
        font-size: 2rem;
    }
    .solution-s2 {
        padding: 4rem 0;
    }
    .solution-s2 .items {
        padding: 0 5%;
    }
    .solution-s2 .item {
        width: 100%;
    }
    .solution-s2 .item .box {
        padding-bottom: 60vw;
    }
    .solution-s2 .item .txt-box {
        padding: 2rem 2rem 0;
    }
    .solution-s2 .item:nth-of-type(3n) .txt-box {
        width: 100%;
    }
    .solution-s2 .item .btns {
        opacity: 1;
    }
    .solution-s2 .item .img-box {
        height: 60vw;
    }
    .about-label {
        font-size: 2rem;
    }
    .solution-s3 {
        height: 50rem;
    }
    .solution-s3 .wrap-s {
        padding-top: 4rem;
    }
    .solution-s3 .tab-cont .tit {
        font-size: 16px;
    }
    .solution-s3 .tab-cont .s-img {
        bottom: 4rem;
    }
    .solution-s3 .tab-cont .s-img .img {
        width: 48px;
        height: 48px;
    }
    .solution-s36 {
        padding: 4rem 0;
        background: #fff;
    }
    .solution-s36 .para {
        margin-top: 1rem;
        padding: 1rem 0;
    }
    .solution-s36 .btn {
        position: static;
        margin-top: 1rem;
    }
    .solution-s36 .item {
        width: 100%;
        padding: 4rem 2rem;
    }
    .solution-s36 .item span {
        margin-top: 1rem;
    }
    .solution-s37 {
        padding: 4rem 0;
    }
    .solution-s38 {
        padding: 4rem 0 0;
    }
    .solution-s38 .right-box .top-box {
        padding: 2rem;
    }
    .solution-s38 .right-box .top-box .tit {
        font-size: 1.6rem;
    }
    .solution-s38 .right-box .bot-box {
        padding: 2rem;
    }
    .solution-s38 .solution-point .item {
        width: 100%;
        padding: 2rem;
    }
    .solution-s38 .cont-1 {
        padding: 2rem;
    }
    .solution-s11 {
        padding: 4rem 0;
    }
    .solution-s11 .item a {
        padding: 0 2rem;
    }
    .product-s4 {
        padding: 4rem 0;
    }
    .product-s4 .label {
        font-size: 2rem;
    }
    .product-s4 .items {
        flex-wrap: wrap;
    }
    .product-s4 .item {
        width: 100%;
    }
    .product-s4 .item .tit {
        display: block;
        margin-top: 0;
    }
    .solution-s34 {
        padding: 4rem 0;
    }
    .solution-s34 .items {
        flex-wrap: wrap;
    }
    .solution-s34 .item {
        width: 100%;
    }
    .solution-s39 {
        padding: 4rem 0;
    }
    .solution-s35 {
        padding: 0;
    }
    .solution-s35 .bg {
        height: 56vw;
        position: static;
    }
    .solution-s35 .block {
        width: 100%;
        box-shadow: none;
        padding: 2rem 0 0;
    }
    .solution-s7 {
        padding: 4rem 0;
    }
    .solution-s7 .img-box {
        width: 100%;
    }
    .solution-s8 {
        padding: 4rem 0 0;
    }
    .solution-s8 .txt-box .box {
        width: calc((100% - 1.5rem) / 2);
    }
    .solution-s8 .guide-box {
        padding: 5px;
    }
    .solution-s9 {
        padding: 4rem 0 0;
    }
    .solution-s9 .txt-box .box {
        width: calc((100% - 1.5rem) / 2);
    }
    .solution-s9 .guide-box {
        padding: 5px;
    }
    .solution-s10 {
        padding: 4rem 0 0;
    }
    .solution-s10 .solution-label {
        position: static;
    }
    .solution-s31 {
        padding: 4rem 0 0;
    }
    .solution-s40 {
        padding: 4rem 0 0;
    }
    .solution-s32 {
        padding: 4rem 0;
    }
    .solution-s32 .items {
        margin-top: 2rem;
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
    }
    .solution-s32 .item {
        width: calc(50% - 1rem);
        display: block;
    }
    .solution-s32 .item i {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 50px;
    }
    .solution-s32 .item span {
        width: 100%;
        padding: 1rem 0 0;
        text-align: center;
    }
    .solution-s33 .flex {
        display: block;
    }
    .solution-s33 .txt-box {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .solution-s33 .solution-label {
        text-align: center;
    }
    .solution-s33 .tips {
        margin-top: 1rem;
    }
    .solution-s33 .img-box {
        width: 100%;
        margin-top: 2rem;
    }
    .solution-s42 .flex {
        display: block;
    }
    .solution-s42 .txt-box {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .solution-s42 .solution-label {
        text-align: center;
    }
    .solution-s42 .tips {
        margin-top: 1rem;
    }
    .solution-s42 .img-box {
        width: 100%;
        margin-top: 2rem;
    }
    .solution-s21 {
        padding: 4rem 0;
    }
    .solution-s21 .item {
        width: 100%;
        max-width: 540px;
    }
    .solution-s21 .item .box {
        padding: 2rem;
        display: block;
    }
    .solution-s21 .item .img-box {
        width: 100%;
        height: 45vw;
    }
    .solution-s21 .item .txt-box {
        width: 100%;
        padding: 2rem 0 0;
    }
    .solution-s28 {
        padding: 4rem 0 0;
    }
    .solution-s28 .btn {
        position: static;
        width: 100px;
        height: 100px;
        margin-top: 1rem;
    }
    .solution-s28 .img-box {
        width: 100%;
        margin: 2rem 0 0;
    }
    .solution-s29 {
        padding: 4rem 0;
    }
    .solution-s29 .items {
        margin-top: 2rem;
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
    }
    .solution-s29 .item {
        width: calc(50% - 1rem);
        display: block;
        padding-left: 0;
    }
    .solution-s29 .item i {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        position: static;
    }
    .solution-s29 .item .tit {
        padding: 1rem 0 0;
        text-align: center;
    }
    .solution-s29 .item p {
        text-align: center;
    }
    .solution-s29 .scene {
        margin-top: 2rem;
    }
    .solution-s29 .inner-items {
        padding: 2rem 0;
        flex-wrap: wrap;
        grid-row-gap: 2rem;
    }
    .solution-s29 .inner-item {
        width: 50%;
        border: none;
        padding: 0 1rem;
    }
    .solution-s41 {
        padding: 4rem 0;
    }
    .solution-s41 .items {
        margin-top: 2rem;
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
    }
    .solution-s41 .item {
        width: calc(50% - 1rem);
        display: block;
        padding: 2rem;
    }
    .solution-s41 .item i {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 50px;
    }
    .solution-s41 .item .txt-box {
        width: 100%;
        padding: 1rem 0 0;
        text-align: center;
    }
    .solution-s30 .flex {
        display: block;
    }
    .solution-s30 .txt-box {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .solution-s30 .solution-label {
        text-align: center;
    }
    .solution-s30 .tips {
        margin-top: 1rem;
    }
    .solution-s30 .img-box {
        width: 100%;
        margin-top: 2rem;
    }
    .solution-s25 {
        padding: 4rem 0 0;
    }
    .solution-s26 {
        padding: 4rem 0;
    }
    .solution-s26 .items {
        margin-top: 2rem;
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
    }
    .solution-s26 .item {
        width: calc(50% - 1rem);
    }
    .solution-s26 .item i {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 50px;
    }
    .solution-s26 .scene {
        margin-top: 2rem;
    }
    .solution-s26 .scene .tit {
        width: 100%;
        height: auto;
        position: static;
        transform: none;
        background: #e10012;
        padding: 1.25rem;
        border-radius: 10px;
        margin-bottom: 1rem;
    }
    .solution-s26 .inner-items {
        grid-gap: 1rem;
    }
    .solution-s26 .inner-item {
        padding: 4rem 1rem;
    }
    .solution-s26 .inner-item i {
        width: 40px;
        height: 40px;
    }
    .solution-s27 .flex {
        display: block;
    }
    .solution-s27 .txt-box {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .solution-s27 .solution-label {
        text-align: center;
    }
    .solution-s27 .tips {
        margin-top: 1rem;
    }
    .solution-s27 .img-box {
        width: 100%;
        margin-top: 2rem;
    }
    .solution-s22 {
        padding: 4rem 0 0;
    }
    .solution-s23 {
        padding: 4rem 0;
    }
    .solution-s23 .items {
        grid-gap: 2rem;
    }
    .solution-s23 .item {
        width: 100%;
        padding-left: 70px;
    }
    .solution-s23 .item i {
        width: 50px;
        height: 50px;
    }
    .solution-s23 .scene {
        margin-top: 2rem;
    }
    .solution-s23 .inner-items {
        padding: 2rem 0;
        flex-wrap: wrap;
        grid-row-gap: 2rem;
    }
    .solution-s23 .inner-item {
        padding: 0 1rem;
        width: 50%;
        border: none;
    }
    .solution-s23 .inner-item i {
        width: 30px;
        height: 30px;
    }
    .solution-s24 .flex {
        display: block;
    }
    .solution-s24 .txt-box {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .solution-s24 .solution-label {
        text-align: center;
    }
    .solution-s24 .tips {
        margin-top: 1rem;
    }
    .solution-s24 .img-box {
        width: 100%;
        margin-top: 2rem;
    }
    .solution-s17 {
        padding: 4rem 0 0;
    }
    .solution-s17 .txt-box {
        position: static;
    }
    .solution-s17 .box {
        background: none;
        padding: 0;
        width: 100%;
    }
    .solution-s17 .img-box {
        margin-top: 2rem;
    }
    .solution-s17 .img-box img {
        width: 150%;
        margin-left: -50%;
    }
    .solution-s19 {
        padding: 4rem 0;
    }
    .solution-s19 .items {
        margin-top: 2rem;
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
    }
    .solution-s19 .item {
        width: calc(50% - 1rem);
        display: block;
        padding-left: 0;
    }
    .solution-s19 .item i {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        position: static;
    }
    .solution-s19 .item .tit {
        padding: 1rem 0 0;
        text-align: center;
    }
    .solution-s19 .item p {
        text-align: center;
    }
    .solution-s20 .flex {
        display: block;
    }
    .solution-s20 .txt-box {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .solution-s20 .solution-label {
        text-align: center;
    }
    .solution-s20 .tips {
        margin-top: 1rem;
    }
    .solution-s20 .img-box {
        width: 100%;
        margin-top: 2rem;
    }
    .other-s1 .left-box {
        padding: 4rem 0;
    }
    .other-s3 {
        padding: 6rem 0;
    }
    .other-s3:before {
        display: none;
    }
    .other-s3 .label {
        font-size: 20px;
    }
    .other-s4 {
        padding: 4rem 0;
    }
    .other-s4 .item:before,
    .other-s4 .item:after {
        height: 4px;
    }
    .other-s2 .right-box {
        padding: 4rem 0;
    }
    .about-s2 .top-block .item {
        height: 44vw;
    }
    .about-s2 .mid-block .item:after {
        left: calc(100% - 2.5rem);
    }
    .about-s2 .mid-block .btn {
        display: none;
    }
    .about-s1 {
        padding: 4rem 0 0;
    }
    .about-s1 .top-block .flex {
        display: block;
    }
    .about-s1 .top-block .about-label {
        width: 100%;
    }
    .about-s1 .top-block .txt-box {
        width: 100%;
        margin-top: 2rem;
    }
    .about-s1 .top-block .tit {
        font-size: 1.6rem;
    }
    .about-s1 .top-block .para {
        font-size: 1.4rem;
        margin-top: 1rem;
    }
    .about-s1 .data-block .data {
        width: calc((100% - 2rem) / 2);
    }
    .about-s1 .data-block .data span {
        font-size: 3rem;
    }
    .about-s1 .data-block .data p {
        font-size: 14px;
    }
    .about-s1 .txt-block .tit {
        font-size: 2rem;
    }
    .about-s2 {
        padding: 4rem 0 0;
    }
    .about-s2 .top-block .item.active span {
        font-size: 4rem;
    }
    .about-s2 .mid-block {
        margin-top: 2rem;
    }
    .about-s2 .bot-block {
        margin-top: 2rem;
    }
    .about-s2 .bot-block .para {
        font-size: 1.6rem;
    }
    .about-s3 {
        padding: 4rem 0;
    }
    .about-s3 .item .top-block {
        font-size: 1.8rem;
        padding: 2rem 0;
    }
    .about-s3 .item .top-block:after {
        right: 0;
    }
    .about-s3 .item .bot-block {
        padding: 0 0 2rem;
    }
    .about-s3 .item .bot-block .flex {
        display: block;
    }
    .about-s3 .item .bot-block .left-box {
        width: 100%;
    }
    .about-s3 .item .bot-block .right-box {
        width: 100%;
        padding: 2rem 0 0;
    }
    .about-s3 .item .bot-block i {
        width: 4rem;
        height: 4rem;
    }
    .about-s3 .item .bot-block .para {
        font-size: 1.4rem;
    }
    .about-s4 {
        padding: 4rem 0;
    }
    .about-s5 {
        padding: 4rem 0;
    }
    .about-s5 .item .img-box {
        height: 50vw;
    }
    .about-s6 {
        padding: 10rem 0;
        background-position: right center;
    }
    .about-s6 .para {
        font-size: 1.4rem;
    }
    .contact-s1 {
        padding: 4rem 0 0;
    }
    .contact-s1 .label {
        font-size: 2rem;
    }
    .contact-s1 .item {
        width: calc((100% - 1.5rem) / 2);
        height: auto;
    }
    .contact-s1 .item .cell-box {
        padding: 2rem;
        height: auto;
    }
    .contact-s1 .item p {
        margin-top: 1.5rem;
    }
    .contact-s2 {
        padding: 4rem 0;
    }
    .contact-s2 .label {
        font-size: 2rem;
    }
    .contact-s2 .form .box:nth-of-type(2),
    .contact-s2 .form .box:nth-of-type(3) {
        width: 100%;
    }
    .join-s1 {
        padding: 4rem 0;
    }
    .join-s1 .top-box .tit {
        font-size: 2rem;
    }
    .join-s1 .top-box .tips {
        grid-column-gap: 2rem;
    }
    .join-s1 .top-box .tips span {
        width: calc(50% - 1rem);
    }
    .news-s3 {
        padding: 4rem 0;
    }
    .news-s3 .top-block .tit {
        font-size: 2rem;
    }
    .news-s1 .label {
        padding: 6rem 0 3rem;
        font-size: 2rem;
    }
    .news-s1 .cont {
        display: block;
        padding: 2rem 2rem 0;
    }
    .news-s1 .single-box {
        width: 100%;
        height: 45vw;
    }
    .news-s1 .list-box {
        width: 100%;
        padding: 0;
    }
    .news-s1 .list {
        padding: 2rem 0;
    }
    .news-s2 {
        padding: 4rem 0;
    }
    .news-s2 .wrap-s {
        padding: 0 2rem;
    }
    .news-s2 .filter {
        flex-wrap: wrap;
    }
    .news-s2 .filter .drop {
        width: 100%;
    }
    .news-s2 .filter .form {
        width: 100%;
    }
    .news-s2 .items {
        margin: 2rem 0;
        grid-row-gap: 4rem;
    }
    .news-s2 .item {
        width: 100%;
    }
    .news-s2 .item:after {
        display: none;
    }
    .news-s2 .item a {
        padding: 0;
    }
    .news-s2 .item .img-box {
        height: 44vw;
    }
    .news-s2 .item span {
        opacity: 1;
    }
    .solution-s6 .bot-block {
        padding: 2rem 0 4rem;
    }
    .solution-s6 .right-box {
        padding: 2rem;
    }
    .solution-s6 .right-box .label {
        font-size: 18px;
    }
    .solution-s6 .solution-point .item {
        width: 100%;
        padding: 2rem;
    }
    .solution-s6 .solution-product .item a {
        padding: 0 2rem;
    }
    .solution-s5 {
        padding: 4rem 0;
    }
    .solution-s5 .tit {
        font-size: 2rem;
    }
    .solution-s5 .btn {
        position: static;
        margin-top: 1rem;
    }
    .product-s7 {
        padding: 4rem 0;
    }
    .product-s7.pb {
        padding-bottom: 4rem;
    }
    .product-s7 .flex .left-box {
        padding: 2rem 0 0;
    }
    .product-s7 .overview-box .tit {
        font-size: 2rem;
    }
    .product-s7 .overview-box .para-label {
        padding-top: 2rem;
    }
    .product-s7 .overview-box .para-label {
        font-size: 1.6rem;
    }
    .product-s10 .txt-box {
        top: 4rem;
    }
    .product-s10 .tit {
        font-size: 2rem;
    }
    .product-s10 .tab-tit .sw {
        grid-gap: 2rem;
    }
    .product-s10 .pic-box {
        height: 100vw;
    }
    .product-s8.pt {
        padding-top: 4rem;
    }
    .prolabel {
        font-size: 2rem;
    }
    .product-s8 .bot-box {
        margin-top: 2rem;
        padding: 2rem;
    }
    .product-s8 .items .sw {
        grid-gap: unset;
    }
    .product-s8 .item {
        width: calc((100% - 15px) / 2);
        height: auto;
        max-width: 170px;
    }
    .product-s8 .pagination {
        margin-top: 2rem;
        font-size: 0;
        text-align: center;
    }
    .product-s8 .pagination span {
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 0 2px;
        background-color: #092a44;
        opacity: 0.3;
        transition: opacity .3s ease;
    }
    .product-s8 .pagination span.active {
        opacity: 1;
    }
    .product-s5 {
        padding: 4rem 0;
    }
    .product-s7 .function-box {
        margin-top: 4rem;
    }
    .product-s7 .features-box {
        margin-top: 4rem;
    }
    .product-s7 .features-box .item {
        padding: 2rem;
    }
    .product-s7 .function-box .top-box {
        padding: 1.5rem 2rem;
    }
    .product-s7 .function-box>.items {
        padding: 0 2rem;
    }
    .product-s7 .function-box .item {
        padding: 1.5rem 0;
    }
    .product-s7 .overview-box .s-tit {
        font-size: 1.6rem;
    }
    .product-s9 {
        padding: 0 0 4rem;
    }
    .product-s9 .top-box {
        display: block;
    }
    .product-s9 .tab-tit {
        grid-gap: 2rem;
    }
    .product-s9 .tab-tit span {
        padding: 0;
    }
    .product-s9 .bot-box {
        margin-top: 2rem;
    }
    .product-s9 .bot-box table tr {
        flex-wrap: wrap;
        grid-row-gap: 1rem;
    }
    .product-s9 .bot-box table td {
        width: 100%;
        display: block;
        padding: 0;
    }
    .product-s2 {
        padding: 4rem 0;
    }
    .product-s2 .block {
        margin-top: 4rem;
    }
    .join-s2 .flex {
        padding-top: 65px;
    }
    .join-s2 .right-box {
        padding-bottom: 4rem;
    }
    .join-s3 {
        padding: 4rem 0;
    }
    .join-s3:before {
        display: none;
    }
    .join-s3 .flex {
        display: block;
        margin-top: 2rem;
    }
    .join-s3 .tit-box .tit {
        position: static;
    }
    .join-s3 .tit-box .en {
        display: none;
    }
    .join-s3 .left-box {
        width: 100%;
        padding-left: 0;
    }
    .join-s3 .item {
        padding: 2rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }
    .join-s3 .right-box {
        width: 100%;
        margin-top: 2rem;
    }
    .join-s4 .tit-box .en {
        display: none;
    }
    .join-s4 .tit-box .tit {
        position: static;
    }
    .join-s5 {
        padding: 4rem 0;
    }
    .join-s5 .tit-box .en {
        display: none;
    }
    .join-s5 .tit-box .tit {
        position: static;
    }
    .join-s5 .items {
        margin-top: 2rem;
    }
    .join-s5 .sw {
        grid-gap: 1rem;
    }
    .join-s5 .item {
        width: calc((100% - 1rem) / 2);
        height: 24vw;
    }
    .join-s6 {
        padding: 4rem 0;
    }
    .join-s6 .tit-box .en {
        display: none;
    }
    .join-s6 .tit-box .tit {
        position: static;
    }
    .join-s6 .items {
        flex-wrap: wrap;
        grid-gap: 2rem;
    }
    .join-s6 .item {
        width: calc(50% - 1rem);
    }
    .join-s7 {
        padding: 4rem 0;
    }
    .join-s7 .tit-box .tit {
        position: static;
    }
    .join-s7 .tit-box .en {
        display: none;
    }
    .join-s7 .cont {
        margin-top: 2rem;
    }
    .join-s7 .t-head span:nth-of-type(1) {
        width: calc(100% - 80px);
        padding-left: 2rem;
    }
    .join-s7 .t-head span:nth-of-type(2),
    .join-s7 .t-head span:nth-of-type(3) {
        display: none;
    }
    .join-s7 .t-head span:nth-of-type(4) {
        width: 80px;
        text-align: center;
    }
    .join-s7 .item span:nth-of-type(1) {
        width: calc(100% - 80px);
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .join-s7 .item span:nth-of-type(2),
    .join-s7 .item span:nth-of-type(3) {
        display: none;
    }
    .join-s7 .item span:nth-of-type(4) {
        width: 80px;
        text-align: center;
    }
    .join-s8 img {
        width: 40vw;
    }
    .service-s1 {
        padding: 4rem 0;
    }
    .service-s1 .right-box .item {
        width: 100%;
    }
    .service-s2 {
        padding: 4rem 0;
    }
    .service-s2 .txt-box {
        position: static;
        text-align: center;
    }
    .service-s2 .solution-label {
        text-align: center;
    }
    .service-s2 .txt-box p {
        text-align: center;
    }
    .service-s2 .img-box {
        width: 100%;
        margin-left: 0;
    }
    .service-s2 .item .ewm {
        width: 100px;
    }
    .service-s2 .item .txt {
        width: calc(100% - 100px);
    }
    .service-s3 .block-1 {
        padding: 4rem 0;
    }
    .service-s3 .btn {
        margin-top: 2rem;
    }
    .service-s3 .para {
        font-size: 14px;
    }
    .service-s4 {
        padding: 4rem 0;
    }
    .service-s4 .items {
        flex-wrap: wrap;
    }
    .service-s4 .item {
        width: 100%;
        padding: 2rem;
    }
    .service-s4 .item .tit {
        font-size: 16px;
    }
    .service-s4 .item i {
        width: 40px;
        height: 40px;
    }
    .investor-s1 {
        padding: 4rem 0;
    }
    .investor-s1 .left-box {
        padding: 2rem;
    }
    .investor-s1 .right-box a {
        padding: 2rem;
    }
    .investor-s1 .right-box .s-tit {
        font-size: 2rem;
    }
    .investor-s1 .right-box .tit {
        font-size: 2rem;
    }
    .investor-s1 .right-box .tit span {
        font-size: 2.4rem;
    }
    .investor-s1 .right-box .info {
        margin: 2rem 0;
    }
    .investor-s1 .right-box .more {
        position: static;
    }
    .investor-s2 {
        padding: 4rem 0;
    }
    .investor-s2 .items {
        grid-gap: 2rem;
    }
    .investor-s2 .item {
        width: 100%;
    }
    .investor-s2 .item .tit {
        height: auto;
    }
    .investor-s2 .item a:after {
        display: none;
    }
    .investor-s3 {
        padding: 4rem 0;
    }
    .investor-s3 .tab-cont .scroll {
        padding: 0;
    }
    .investor-s3 .right-box .img-box {
        margin-top: 2rem;
    }
    .investor-s2 .label {
        font-size: 2rem;
    }
    .investor-s3 .label {
        font-size: 2rem;
    }
    .solution-s12 {
        padding: 4rem 0;
        background: #fff;
    }
    .solution-s12 .btn {
        position: static;
        margin-top: 2rem;
    }
    .solution-s12 .para {
        padding: 2rem 0;
    }
    .solution-s12 .items .item {
        width: 100%;
    }
    .solution-s12 .related {
        flex-wrap: wrap;
    }
    .solution-s12 .related .item {
        width: 100%;
    }
    .solution-s13 {
        padding: 4rem 0;
    }
    .solution-s14 {
        padding-bottom: 0;
    }
    .solution-s14 .bot-block {
        position: static;
    }
    .solution-s14 .items {
        flex-wrap: wrap;
        height: auto;
        padding: 2rem 0 0;
        grid-gap: 2rem;
        background-color: transparent;
    }
    .solution-s14 .item {
        width: calc(50% - 2rem);
    }
    .solution-s15 {
        padding: 4rem 0;
    }
    .index-s6 .mid-block .item .img-box {
        height: 60vw;
    }
    .index-label {
        font-size: 2rem;
    }
    .index-s6 {
        padding: 6rem 0;
    }
    .index-s1 .item .tit {
        font-size: 2rem;
    }
    .index-s1 .pagination {
        transform: scale(0.6);
        transform-origin: center bottom;
    }
    .fixed-form .block {
        padding: 2rem;
    }
    .fixed-form .form .box {
        width: 100% !important;
    }
    .fixed-form .form .box.border {
        display: block;
    }
    .fixed-form .form .box span {
        display: block;
        width: 100%;
    }
    .fixed-form .form .items {
        width: 100%;
        margin-top: 1rem;
    }
    .fixed-form .form .item {
        width: 50%;
    }
    .fixed-infomation .block {
        padding: 2rem;
    }
    .fixed-infomation .close {
        top: 10px;
        right: 10px;
    }
    .join-s1 .form .flex {
        display: block;
        margin-right: 0;
    }
    .join-s1 .form .box {
        margin: 1rem 0 0;
    }
    .join-s1 .form .box:nth-of-type(1) {
        margin-top: 0;
    }
    .join-s1 .form .box:nth-of-type(1),
    .join-s1 .form .box:nth-of-type(2),
    .join-s1 .form .box:nth-of-type(3) {
        width: 100%;
    }
    .join-s1 .form .box:nth-of-type(4),
    .join-s1 .form .box:nth-of-type(5) {
        width: 100%;
    }
}

@media screen and (max-width: 641px) {
    .about-s4 .item .show .img-box {
        height: 70vw;
    }
    .product-s3 .item {
        width: 100%;
    }
    .product-s5 .item {
        width: 100%;
    }
    .product-s2 .block .item {
        width: 100%;
    }
    .solution-s15 .sw {
        flex-wrap: wrap;
    }
    .solution-s15 .item {
        width: 100%;
    }
}

.user-header-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 0 3.75rem;
    z-index: 9;
}

.user-header-1:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.user-header-1 .flex {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.user-header-1 .left-box {
    display: flex;
    align-items: center;
    grid-gap: 2.5rem;
}

.user-header-1 .left-box .link {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.user-header-1 .left-box .link:before {
    content: '';
    width: 1px;
    height: 2.5rem;
    background-color: #e6e6e6;
    position: absolute;
    left: -1.25rem;
    top: 50%;
    margin-top: -1.25rem;
}

.user-header-1 .left-box .link a {
    font-size: max(14px, 0.9375rem);
    color: #798893;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.user-header-1 .left-box .link a.active {
    color: #092a44;
}

.user-header-1 .left-box .link i {
    width: 1px;
    height: 15px;
    background-color: #e6e6e6;
}

.user-header-1 .right-box {
    display: flex;
    align-items: center;
    justify-content: right;
    grid-gap: 3.75rem;
}

.user-header-1 .logo {
    width: max(100px, 9.125rem);
}

.user-header-1 .logo img {
    display: block;
    width: 100%;
}

.user-header-1 ul {
    display: flex;
    grid-gap: 2.5rem;
}

.user-header-1 li a.single {
    display: block;
    font-size: max(14px, 0.9375rem);
    color: #092a44;
    line-height: 80px;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.user-header-1 .global {
    position: relative;
}

.user-header-1 .global span {
    display: block;
    font-size: 14px;
    color: #092a44;
    cursor: pointer;
}

.user-header-1 .global span:before {
    content: '';
    width: max(16px, 1.125rem);
    height: max(16px, 1.125rem);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/global-1.svg");
}

.user-header-1 .global span:after {
    content: '';
    width: 8px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-1-1.png");
}

.user-header-1 .global .hide {
    position: absolute;
    top: 100%;
    right: -2rem;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.user-header-1 .global .hide:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 11px;
    left: 1.25rem;
}

.user-header-1 .global .link {
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    background-color: #fff;
}

.user-header-1 .global .link a {
    display: block;
    font-size: 14px;
    color: #49433d;
    white-space: nowrap;
    transition: all .3s ease;
    margin-top: 1rem;
}

.user-header-1 .global .link a:nth-of-type(1) {
    margin-top: 0;
}

@media (any-hover: hover) {
    .user-header-1 .global .link a:hover {
        color: #e60012;
    }
}

.user-header-1 .global:hover .hide {
    opacity: 1;
    visibility: visible;
}

.user-header-2 {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    font-size: 0;
    background-color: #fff;
    border-bottom: 1px solid #d8e0e6;
}

.user-header-2:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}

.user-header-2 .flex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 3.75rem;
}

.user-header-2 .logo {
    display: inline-block;
    vertical-align: middle;
    width: max(100px, 9.125rem);
}

.user-header-2 .logo img {
    display: block;
    width: 100%;
}

.user-header-2 .back {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.user-header-2 .back:before {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.user-header-2 .back a {
    display: inline-block;
    background-color: #f7f7f7;
    font-size: 13px;
    color: #092a44;
    padding: 0 20px;
    line-height: 40px;
}

.user-header-2 .back a:before {
    content: '';
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-5.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.user-header-2 .user {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.user-header-2 .user a.top {
    display: inline-block;
    vertical-align: middle;
    color: #03364c;
    font-size: 14px;
    line-height: 70px;
}

.user-header-2 .user a.top:after {
    content: '';
    width: 10px;
    height: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-6.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 6px;
}

.user-header-2 .user .hdimg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-left: 15px;
}

.user-header-2 .user .hide {
    width: 250px;
    background-color: #f1f1f1;
    border-top: 1px solid #e6e6e6;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.user-header-2 .user .top-box {
    padding: 30px 20px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

.user-header-2 .user .top-box a {
    display: block;
    font-size: 16px;
    color: #092a44;
    position: relative;
}

.user-header-2 .user .top-box a:after {
    content: '';
    width: 6px;
    height: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-7.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.user-header-2 .user .top-box p {
    font-size: 12px;
    color: #8f9ba4;
    opacity: 0.4;
    margin-top: 10px;
}

.user-header-2 .user .link {
    padding: 20px;
    background-color: #fff;
    display: flex;
    grid-gap: 10px;
}

.user-header-2 .user .link a {
    width: calc((100% - 12px) / 3);
    font-size: 12px;
    color: #092a44;
    text-align: center;
    line-height: 24px;
    border: 1px solid #e6e6e6;
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .user-header-2 .user .link a:hover {
        background-color: #e60012;
        border-color: #e60012;
        color: #fff;
    }
}

.user-header-2 .user .logout {
    padding: 20px;
}

.user-header-2 .user .logout a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #092a44;
    text-align: center;
    background-color: #fff;
}

.user-header-2 .user:hover .hide {
    display: block;
}

.user-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.25rem;
    z-index: 9;
    padding: 0 3.75rem;
    background-color: #1e2129;
}

.user-footer .bot-block {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-footer .bot-block .left-box p {
    font-size: max(12px, 0.875rem);
    color: #ffffff;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.user-footer .bot-block .left-box p a,
.user-footer .bot-block .left-box p img {
    display: inline-block;
    margin-left: 1rem;
}

.user-footer .bot-block .left-box p a {
    color: #ffffff;
}

.user-footer .bot-block .right-box {
    display: flex;
    grid-gap: 2rem;
}

.user-footer .bot-block .right-box a {
    font-size: max(12px, 0.875rem);
    color: #ffffff;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.user-login {
    background: #f5f5f5 url("../images/user/img-1.png") center top no-repeat;
    background-size: 100% auto;
    padding: 120px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-login .block-1 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/user/img-2.png");
    background-size: 100% 100%;
    width: 650px;
    padding: 80px;
}

.user-login .block-1 .tit {
    font-size: 28px;
    color: #092a44;
}

.user-login .block-1 .method {
    margin-top: 24px;
    font-size: 0;
}

.user-login .block-1 .method span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.user-login .block-1 .method-items {
    display: inline-block;
    vertical-align: middle;
}

.user-login .block-1 .method-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #798893;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-left: 20px;
    cursor: pointer;
}

.user-login .block-1 .method-item:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-1-1.png");
}

.user-login .block-1 .method-item.active:before {
    background-image: url("../images/user/icon-1-2.png");
}

.user-login .block-1 .method-form {
    margin-top: 20px;
}

.user-login .block-1 .form {
    display: none;
}

.user-login .block-1 .form .pic {
    margin-top: 24px;
}

.user-login .block-1 .form .pic img {
    display: block;
    width: 100%;
}

.user-login .block-1 .form .row {
    position: relative;
    margin-top: 10px;
}

.user-login .block-1 .form .row:nth-of-type(1) {
    margin-top: 0;
}

.user-login .block-1 .form .row.gjqh {
    padding-left: 90px;
}

.user-login .block-1 .form .row.yzm {
    padding-right: 140px;
}

.user-login .block-1 .form input.layui-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #092a44;
    transition: all .3s ease;
}

.user-login .block-1 .form input.layui-input:hover,
.user-login .block-1 .form input.layui-input:focus {
    position: relative;
    z-index: 2;
}

.user-login .block-1 .form button {
    display: block;
    padding: 0 20px;
    margin-top: 30px;
    width: 140px;
    height: 50px;
    font-size: 16px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #fff;
    text-align: left;
    background: #092a44 url("../images/user/icon-2.png") calc(100% - 20px) center no-repeat;
    cursor: pointer;
}

.user-login .block-1 .form .phone-select {
    width: 91px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.user-login .block-1 .form a.send {
    width: 130px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background-color: #e60012;
    position: absolute;
    right: 0;
    top: 0;
}

.user-login .block-1 .form .tips {
    font-size: 14px;
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 5px;
}

.user-login .block-1 .form .tips a {
    color: #092a44;
}

.user-login .block-1 .form .agree {
    font-size: 14px;
    line-height: 16px;
    color: #798893;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 15px;
}

.user-login .block-1 .form .agree a {
    color: #092a44;
}

.user-login .block-1 .form .layui-form-select dl {
    top: 100%;
    bottom: auto;
    border-color: #e4ecee;
}

.user-login .block-1 .form .layui-form-select dl dd,
.user-login .block-1 .form .layui-form-select dl dt {
    font-size: 16px;
    color: #333;
    padding: 0 20px !important;
}

.user-login .block-1 .form .layui-form-select dl dd.layui-this {
    background-color: #e60012;
    color: #fff;
}

.user-login .block-1 .form .layui-form-select .layui-edge {
    z-index: 2;
}

.user-login .block-1 .form .layui-form-checkbox[lay-skin=primary] {
    min-width: 16px;
    min-height: 16px;
    padding: 0;
    margin-right: 5px;
    margin-top: -4px;
}

.user-login .block-1 .form .layui-form-checked[lay-skin=primary] i {
    border-color: #e60012 !important;
    background-color: #e60012;
}

.user-login .block-1 .form .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #e60012 !important;
}

.user-login .block-1 .ope {
    margin: 30px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #d8e0e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-login .block-1 .ope a.link {
    font-size: 16px;
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.user-login .block-1 .ope a.link:after {
    content: '';
    width: 6px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-3.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 20px;
}

.user-login .block-1 .ope span {
    font-size: 14px;
    color: #798893;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.user-login .block-1 .ope span a {
    color: #092a44;
}

.user-login .block-3 {
    width: 780px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/user/img-2.png");
    background-size: 100% 100%;
}

.user-login .block-3 .top-box {
    border-bottom: 1px solid #e6e6e6;
    padding: 80px 80px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-login .block-3 .top-box .tit {
    font-size: 24px;
    color: #092a44;
}

.user-login .block-3 .top-box .tolog {
    font-size: 16px;
    color: #546a73;
}

.user-login .block-3 .top-box .tolog a {
    color: #092a44;
}

.user-login .block-3 .bot-box {
    padding: 40px 80px 80px;
    font-size: 0;
}

.user-login .block-3 .bot-box .item {
    margin-top: 20px;
}

.user-login .block-3 .bot-box .item:nth-of-type(1) {
    margin-top: 0;
}

.user-login .block-3 .bot-box .box {
    width: 100%;
    display: inline-block;
    position: relative;
}

.user-login .block-3 .bot-box .box:nth-of-type(2) {
    margin-left: 20px;
}

.user-login .block-3 .bot-box input.layui-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    color: #092a44;
    transition: all .3s ease;
}

.user-login .block-3 .bot-box input.layui-input:hover,
.user-login .block-3 .bot-box input.layui-input:focus {
    position: relative;
    z-index: 2;
}

.user-login .block-3 .bot-box button {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #092a44;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}

.user-login .block-3 .bot-box button i {
    width: 6px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-2.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 20px;
}

.user-login .block-3 .bot-box .typechange {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-4-1.png");
    cursor: pointer;
    z-index: 2;
}

.user-login .block-3 .bot-box .typechange.active {
    background-image: url("../images/user/icon-4-2.png");
}

.user-login .block-3 .bot-box .tips-flex {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-login .block-3 .bot-box .tips-flex span {
    width: 50%;
    font-size: 14px;
    color: #798893;
    font-family: 'HarmonyOS_Sans_SC_Light';
    padding-right: 40px;
}

.user-login .block-3 .bot-box .tip-form {
    position: relative;
    padding-right: 130px;
}

.user-login .block-3 .bot-box .tip-form a {
    width: 130px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background-color: #e60012;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.user-login .block-3 .bot-box .tips {
    font-size: 14px;
    color: #546a73;
    margin-top: 5px;
}

.user-login .block-3 .bot-box .s-tips {
    text-align: center;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #546a73;
}

.user-login .block-3 .bot-box .s-tips a {
    color: #092a44;
}

.user-page {
    height: 100vh;
    padding: 70px 0 6.25rem;
    background-color: #f7f7f7;
}

.user-page .left-block {
    width: 270px;
    position: absolute;
    top: 70px;
    bottom: 6.25rem;
    left: 0;
    background-color: #fff;
    z-index: 2;
}

.user-page .left-block.bg {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.06);
}

.user-page .left-block .tit {
    padding: 40px 20px;
    font-size: 16px;
    color: #092a44;
}

.user-page .left-block .link a {
    display: block;
    line-height: 48px;
    padding: 0 30px;
    font-size: 14px;
    color: #092a44;
    line-height: 48px;
    transition: all .3s ease;
}

.user-page .left-block .link a.active {
    color: #e60012;
    background-color: #f7f7f7;
}

@media (any-hover: hover) {
    .user-page .left-block .link a:hover {
        color: #e60012;
        background-color: #f7f7f7;
    }
}

.user-page .left-block .ope {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e2e8f0;
    font-size: 0;
}

.user-page .left-block .ope a:nth-of-type(1),
.user-page .left-block .ope a:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #092a44;
    line-height: 40px;
    text-align: center;
    width: 50%;
    position: relative;
}

.user-page .left-block .ope a:nth-of-type(1) {
    position: relative;
}

.user-page .left-block .ope a:nth-of-type(1):after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #dce0e2;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

.user-page .left-block .ope a:nth-of-type(3) {
    display: block;
    font-size: 14px;
    color: #092a44;
    line-height: 40px;
    background-color: #f7f7f7;
    text-align: center;
}

.user-page .right-block {
    width: calc(100% - 270px);
    padding: 0 20px 0 10px;
    position: absolute;
    top: 70px;
    bottom: 6.25rem;
    right: 0;
    z-index: 1;
}

.user-page .right-block.bg {
    background-color: #fff;
}

.user-page .right-block .crumbs {
    display: flex;
    align-items: flex-start;
    grid-gap: 18px;
}

.user-page .right-block .crumbs a {
    font-size: 14px;
    color: #092a44;
    font-family: 'HarmonyOS_Sans_SC_Light';
    line-height: 3.75rem;
    opacity: 0.5;
}

.user-page .right-block .crumbs a:after {
    content: '';
    width: 6px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/user/icon-7.png");
}

.user-page .right-block .crumbs a:last-of-type {
    opacity: 1;
}

.user-page .right-block .crumbs a:last-of-type:after {
    display: none;
}

.user-page .right-block .page-main {
    height: calc(100% - 3.75rem);
}

.user-page .right-block .scroll {
    height: 100%;
    overflow: auto;
}

.user-s1 {
    height: 100%;
}

.user-s1 .top-block {
    background-color: #fff;
    padding: 40px 50px;
    display: flex;
    align-items: center;
}

.user-s1 .top-block .head-img {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.user-s1 .top-block .head-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-s1 .top-block .head-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
}

.user-s1 .top-block .info-box {
    width: calc(100% - 124px);
    padding-left: 60px;
    font-size: 0;
}

.user-s1 .top-block .info {
    display: flex;
}

.user-s1 .top-block .info:nth-of-type(2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.user-s1 .top-block .info-item {
    width: 33.33%;
    max-width: 400px;
}

.user-s1 .top-block .info-item span {
    display: inline-block;
    vertical-align: middle;
}

.user-s1 .top-block .info-item span.tit {
    font-size: 14px;
    line-height: 30px;
    color: #798893;
    padding-right: 20px;
}

.user-s1 .top-block .info-item span.zhanghao {
    font-size: 14px;
    line-height: 30px;
    color: #092a44;
}

.user-s1 .top-block .info-item span.mima {
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 30px;
    color: #092a44;
    padding: 0 20px;
}

.user-s1 .top-block .info-item a.xg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #e60012;
}

.user-s1 .bot-block {
    min-height: calc(100% - 124px - 80px - 10px);
    margin-top: 10px;
    background-color: #fff;
}

.user-s1 .bot-block .tit {
    font-size: 16px;
    color: #092a44;
}

.user-s1 .bot-block .top-box {
    padding: 40px 50px;
}

.user-s1 .bot-block .top-box .info-box {
    margin-top: 30px;
}

.user-s1 .bot-block .top-box .info {
    font-size: 0;
}

.user-s1 .bot-block .top-box .info:nth-of-type(2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.user-s1 .bot-block .top-box .info .txt {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    font-size: 14px;
    color: #092a44;
}

.user-s1 .bot-block .top-box .info .para {
    display: inline-block;
    vertical-align: middle;
    width: 680px;
    font-size: 14px;
    color: #798893;
}

.user-s1 .bot-block .top-box .info .para span {
    color: #e60012;
}

.user-s1 .bot-block .top-box .info a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #e60012;
}

.user-s1 .bot-block .bot-box {
    padding: 40px 50px;
    border-top: 4px solid #f7f7f7;
}

.user-s1 .bot-block .bot-box .form {
    position: relative;
    margin-top: 15px;
    max-width: 940px;
    padding-right: 340px;
}

.user-s1 .bot-block .bot-box .form .item {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.user-s1 .bot-block .bot-box .form .item:nth-of-type(1) {
    margin-top: 0;
}

.user-s1 .bot-block .bot-box .form .item span {
    width: 100px;
    font-size: 14px;
    color: #092a44;
}

.user-s1 .bot-block .bot-box .form .box {
    width: calc(100% - 100px);
}

.user-s1 .bot-block .bot-box .form .box.half {
    display: flex;
}

.user-s1 .bot-block .bot-box .form .box.half .s-box {
    width: calc(50% - 5px);
}

.user-s1 .bot-block .bot-box .form .box.half .s-box:nth-of-type(2) {
    margin-left: 10px;
}

.user-s1 .bot-block .bot-box .form input.layui-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #092a44;
    transition: all .3s ease;
}

.user-s1 .bot-block .bot-box .form input.layui-input:hover,
.user-s1 .bot-block .bot-box .form input.layui-input:focus {
    position: relative;
    z-index: 2;
}

.user-s1 .bot-block .bot-box .form .layui-form-select dl {
    top: 100%;
    bottom: auto;
    border-color: #e4ecee;
}

.user-s1 .bot-block .bot-box .form .layui-form-select dl dd,
.user-s1 .bot-block .bot-box .form .layui-form-select dl dt {
    font-size: 16px;
    color: #333;
    padding: 0 20px !important;
}

.user-s1 .bot-block .bot-box .form .layui-form-select dl dd.layui-this {
    background-color: #e60012;
    color: #fff;
}

.user-s1 .bot-block .bot-box .form .layui-form-select .layui-edge {
    z-index: 2;
}

.user-s1 .bot-block .bot-box .form button {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0 20px;
    width: 140px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    background: #092a44 url("../images/user/icon-2.png") calc(100% - 20px) center no-repeat;
    cursor: pointer;
}

.user-s2 .items {
    padding: 1.25rem 3.75rem;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 1.875rem;
    grid-row-gap: 3.75rem;
}

.user-s2 .item {
    width: calc((100% - 5.625rem) / 4);
}

.user-s2 .item .top-box {
    border: 1px solid #f1f4f6;
    border-radius: 10px;
    height: 17.5rem;
    position: relative;
}

.user-s2 .item .img-box {
    width: 8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4rem;
    transform: translateY(-50%);
    perspective: 800px;
    z-index: 1;
    transition: left .3s ease;
}

.user-s2 .item .img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: url("../images/user/img-5.jpg") right top no-repeat;
    background-size: auto 100%;
}

.user-s2 .item .img-box img {
    display: block;
    width: 100%;
    transform-style: preserve-3d;
    transform-origin: left center;
    transform: rotateY(25deg);
}

.user-s2 .item .btns {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.user-s2 .item .btns a {
    display: block;
    margin-top: 4px;
    background-color: #f5f5f5;
    border-radius: 10px;
    font-size: max(12px, 0.8125rem);
    color: #666666;
    font-family: 'HarmonyOS_Sans_SC_Light';
    padding: .625rem .625rem .625rem 2.5rem;
    position: relative;
    transition: all .3s ease;
}

.user-s2 .item .btns a:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/service/icon-1-1.svg");
    transition: all .3s ease;
}

@media (any-hover: hover) {
    .user-s2 .item .btns a:hover {
        background-color: #e60012;
        color: #fff;
    }
    .user-s2 .item .btns a:hover:before {
        background-image: url("../images/service/icon-1-2.svg");
    }
}

.user-s2 .item .tit {
    font-size: max(16px, 1.125rem);
    color: #191919;
    margin: 1rem 1.875rem 0;
}

@media (any-hover: hover) {
    .user-s2 .item:hover .img-box {
        left: 7.375rem;
    }
    .user-s2 .item:hover .btns {
        opacity: 1;
        visibility: visible;
    }
}

.userpop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: none;
}

.userpop .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.userpop .main {
    width: 540px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 40px 30px 0;
    z-index: 2;
}

.userpop .tit {
    font-size: 26px;
    color: #092a44;
}

.userpop .form {
    margin-top: 24px;
}

.userpop .form .row {
    position: relative;
    margin-top: 10px;
}

.userpop .form .row:nth-of-type(1) {
    margin-top: 0;
}

.userpop .form .row.gjqh {
    padding-left: 90px;
}

.userpop .form .row.yzm {
    padding-right: 140px;
}

.userpop .form input.layui-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #092a44;
    transition: all .3s ease;
}

.userpop .form input.layui-input:hover,
.userpop .form input.layui-input:focus {
    position: relative;
    z-index: 2;
}

.userpop .form button {
    display: block;
    padding: 0 20px;
    margin-top: 30px;
    width: 180px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    background: #092a44 url("../images/user/icon-2.png") calc(100% - 20px) center no-repeat;
    cursor: pointer;
}

.userpop .form .phone-select {
    width: 91px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.userpop .form a.send {
    width: 130px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background-color: #e60012;
    position: absolute;
    right: 0;
    top: 0;
}

.userpop .form .s-tips {
    font-size: 14px;
    color: #798893;
    margin-top: 5px;
}

.userpop .form .agree {
    font-size: 14px;
    line-height: 16px;
    color: #798893;
    margin-top: 15px;
}

.userpop .form .agree a {
    color: #092a44;
}

.userpop .form .layui-form-select dl {
    top: 100%;
    bottom: auto;
    border-color: #e4ecee;
}

.userpop .form .layui-form-select dl dd,
.userpop .form .layui-form-select dl dt {
    font-size: 16px;
    color: #333;
    padding: 0 20px !important;
}

.userpop .form .layui-form-select dl dd.layui-this {
    background-color: #e60012;
    color: #fff;
}

.userpop .form .layui-form-select .layui-edge {
    z-index: 2;
}

.userpop .tips {
    margin: 40px -30px 0;
    padding: 0 30px;
    border-top: 1px solid #d8e0e6;
    font-size: 14px;
    line-height: 50px;
    color: #7f929a;
}

.userpop .tips a {
    color: #092a44;
}

@media screen and (max-width: 1681px) {
    .user-s2 .item {
        width: calc((100% - 3.75rem) / 3);
    }
}

@media screen and (max-width: 1441px) {
    .user-login .block-1 {
        width: 600px;
    }
    .user-page .left-block {
        width: 220px;
    }
    .user-page .left-block .tit {
        padding: 20px;
    }
    .user-page .right-block {
        width: calc(100% - 220px);
    }
    .user-s1 .top-block {
        padding: 0 30px;
        height: 160px;
    }
    .user-s1 .top-block .head-img {
        width: 100px;
        height: 100px;
    }
    .user-s1 .top-block .info-box {
        width: calc(100% - 100px);
        padding-left: 30px;
    }
    .user-s1 .top-block .info {
        flex-wrap: wrap;
    }
    .user-s1 .top-block .info:nth-of-type(2) {
        margin-top: 10px;
        padding-top: 10px;
    }
    .user-s1 .top-block .info-item span.tit {
        padding-right: 0;
    }
    .user-s1 .top-block .info-item span.nicheng {
        padding: 0 10px;
    }
    .user-s1 .top-block .info-item {
        width: auto;
    }
    .user-s1 .top-block .info-item:nth-of-type(1) {
        width: 240px;
    }
    .user-s1 .top-block .info-item:nth-of-type(2) {
        width: 270px;
    }
    .user-s1 .bot-block {
        min-height: calc(100% - 160px - 10px);
    }
    .user-s1 .bot-block .top-box {
        padding: 30px;
    }
    .user-s1 .bot-block .top-box .info:nth-of-type(2) {
        margin-top: 10px;
        padding-top: 10px;
    }
    .user-s1 .bot-block .top-box .info .txt {
        width: 80px;
    }
    .user-s1 .bot-block .top-box .info .para {
        width: 570px;
    }
    .user-s1 .bot-block .bot-box {
        padding: 30px;
    }
    .user-s1 .bot-block .bot-box .form {
        padding-right: 240px;
    }
}

@media screen and (max-width: 1025px) {
    .user-header-1 {
        height: 60px;
        padding: 0 5%;
    }
    .user-header-1 .right-box {
        margin-right: 35px;
    }
    .user-header-1 .global span {
        font-size: 0;
        color: #fff;
    }
    .user-header-1 .global span:before {
        width: 18px;
        height: 18px;
        background-image: url("../images/global-1.svg");
        margin: 0;
    }
    .user-header-1 .global span:after {
        background-image: url("../images/icon-1-1.png");
        display: none;
    }
    .user-header-1 .global .hide:before {
        left: 48px;
    }
    .user-header-1 ul {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 70px 30px;
        overflow: auto;
        display: block;
        z-index: 3;
        transition: left .3s ease;
    }
    .user-header-1 ul.active {
        left: 0;
    }
    .user-header-1 li {
        position: relative;
        border-bottom: 1px solid #e6e6e6;
    }
    .user-header-1 li a.single {
        line-height: 50px;
        color: #333;
        display: inline-block;
        z-index: 22;
    }
    .user-header-1 li a.single:after {
        display: none;
    }
    .user-header-1 .logo {
        width: 120px;
    }
    .user-header-1 .left-box .link {
        display: none;
    }
    .user-header-2 {
        height: 60px;
    }
    .user-header-2 .flex {
        padding: 0 5%;
    }
    .user-header-2 .back {
        display: none;
    }
    .user-header-2 .logo {
        width: 120px;
    }
    .user-header-2 .user a.top {
        line-height: 60px;
    }
    .user-page {
        height: auto;
        padding: 60px 0 0;
    }
    .user-page .left-block {
        width: 100%;
        position: static;
    }
    .user-page .left-block .tit {
        display: none;
    }
    .user-page .left-block .link {
        display: flex;
    }
    .user-page .left-block .link a {
        flex: 1;
        text-align: center;
    }
    .user-page .left-block .ope {
        display: none;
    }
    .user-page .right-block {
        width: 100%;
        position: static;
        margin-top: 5px;
        padding: 0 20px 40px;
    }
    .user-page .right-block .crumbs {
        display: none;
    }
    .user-s1 .top-block {
        height: auto;
        padding: 20px;
        display: block;
    }
    .user-s1 .top-block .head-img {
        margin: 0 auto;
    }
    .user-s1 .top-block .info-box {
        width: 100%;
        padding: 20px 0 0;
    }
    .user-page .right-block .page-main {
        height: auto;
    }
    .user-page .right-block .scroll {
        height: auto;
        overflow: hidden;
    }
    .user-s1 .bot-block {
        min-height: auto;
    }
    .user-s1 .bot-block .top-box {
        padding: 20px;
    }
    .user-s1 .bot-block .top-box .info-box {
        margin-top: 20px;
    }
    .user-s1 .bot-block .top-box .info .txt {
        display: block;
    }
    .user-s1 .bot-block .top-box .info .para {
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    .user-s1 .top-block .info {
        display: block;
        text-align: center;
    }
    .user-s1 .top-block .info-item {
        width: auto !important;
        max-width: none;
    }
    .user-s1 .bot-block .bot-box {
        padding: 20px;
    }
    .user-s1 .bot-block .bot-box .form {
        padding-right: 0;
    }
    .user-s1 .bot-block .bot-box .form .item {
        margin-top: 10px;
    }
    .user-s1 .bot-block .bot-box .form button {
        position: static;
        margin-top: 20px;
    }
    .user-s1 .bot-block .bot-box .form .item span {
        width: 70px;
    }
    .user-s1 .bot-block .bot-box .form .box {
        width: calc(100% - 70px);
    }
    .user-s1 .bot-block .bot-box .form input.layui-input {
        font-size: 14px;
        padding: 0 10px;
    }
    .userpop .main {
        max-width: 540px;
        width: 90%;
        padding: 20px 20px 0;
    }
    .userpop .tit {
        font-size: 20px;
    }
    .userpop .form input.layui-input {
        padding: 0 10px;
        font-size: 14px;
    }
    .userpop .form button {
        width: 140px;
        font-size: 14px;
        margin-top: 20px;
    }
    .userpop .tips {
        margin: 20px -20px 0;
        padding: 0 20px;
    }
    .userpop .form a.send {
        width: 100px;
        font-size: 14px;
    }
    .userpop .form .row.yzm {
        padding-right: 110px;
    }
    .user-login {
        background: #f5f5f5;
        padding: 12rem 0 6rem;
        min-height: calc(100vh - 99px);
    }
    .user-login .block-1 {
        width: 90%;
        max-width: 600px;
        background-color: #fff;
        background-image: none;
        padding: 2rem;
    }
    .user-login .block-1 .tit {
        font-size: 20px;
    }
    .user-login .block-1 .method {
        margin-top: 20px;
    }
    .user-login .block-1 .method span {
        display: block;
        font-size: 14px;
    }
    .user-login .block-1 .method-item {
        margin: 10px 0 0;
        display: block;
        font-size: 14px;
    }
    .user-login .block-1 .ope {
        margin-top: 20px;
        display: block;
    }
    .user-login .block-1 .ope a.link {
        display: inline-block;
        font-size: 14px;
    }
    .user-login .block-1 .ope span {
        display: block;
        margin-top: 10px;
    }
    .user-login .block-1 .form input.layui-input {
        padding: 0 10px;
        font-size: 14px;
    }
    .user-login .block-1 .form a.send {
        width: 100px;
        font-size: 14px;
    }
    .user-login .block-1 .form .row.yzm {
        padding-right: 110px;
    }
    .user-login .block-1 .form button {
        font-size: 14px;
        margin-top: 20px;
    }
    .user-login .block-3 {
        width: 90%;
        max-width: 780px;
        background-color: #fff;
        background-image: none;
    }
    .user-login .block-3 .top-box {
        padding: 20px;
        display: block;
    }
    .user-login .block-3 .top-box .tit {
        font-size: 20px;
    }
    .user-login .block-3 .top-box .tolog {
        font-size: 14px;
        margin-top: 10px;
    }
    .user-login .block-3 .bot-box {
        padding: 20px;
    }
    .user-login .block-3 .bot-box input.layui-input {
        padding: 0 10px;
        font-size: 14px;
    }
    .user-login .block-3 .bot-box .tips-flex {
        display: block;
    }
    .user-login .block-3 .bot-box .tips-flex span {
        width: 100%;
        display: block;
    }
    .user-login .block-3 .bot-box .tip-form {
        margin-top: 10px;
        padding-right: 100px;
    }
    .user-login .block-3 .bot-box .tip-form a {
        width: 100px;
        font-size: 14px;
    }
    .user-login .block-3 .bot-box .item {
        margin-top: 10px;
    }
    .user-login .block-3 .bot-box button {
        margin-top: 20px;
        font-size: 14px;
    }
    .user-footer {
        position: static;
        padding: 2rem 5%;
        height: 100%;
    }
    .user-footer .bot-block {
        display: block;
    }
    .user-footer .bot-block .left-box p {
        text-align: center;
    }
    .user-footer .bot-block .right-box {
        margin-top: 1rem;
        justify-content: center;
    }
    .user-s2 .items {
        padding: 2rem 0 0;
    }
    .user-s2 .item .top-box {
        height: auto;
        padding: 2rem;
    }
    .user-s2 .item .img-box {
        position: static;
        margin: 0 auto;
        transform: none;
        width: 30%;
    }
    .user-s2 .item .btns {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 1rem;
    }
    .user-s2 .item .btns a {
        margin: 0;
    }
}

@media screen and (max-width: 769px) {
    .user-s2 .item {
        width: 100%;
    }
}

/*# sourceMappingURL=bundle.css.map */