@import url("iconfont.css");

:root {
    --m-width: 1280px;
    --m-color: #ff7900;
    --s-color: #ff7900;
    --strong-color: #ff7900;
    --social-size1: 64px;
    --primary-color: #ff7900
}

@font-face {
    font-family: frabk;
    src: url("/fonts/FRABK.TTF")
}

@font-face {
    font-family: "fradm";
    src: url("/fonts/FRADM.TTF")
}

@font-face {
    font-family: "HeaderFont";
    src: url("/fonts/ONEDAY.otf")
}

* {
    font-family: frabk, Noto Sans SC, Helvetica Neue, Helvetica, PingFang SC, 'MicroSoft YaHei', sans-serif
}

.mont {
    font-family: fradm, Noto Sans SC, Helvetica Neue, Helvetica, PingFang SC, 'MicroSoft YaHei', sans-serif
}

.hfont {
    font-family: HeaderFont, Noto Sans SC, Helvetica Neue, Helvetica, PingFang SC, 'MicroSoft YaHei', sans-serif
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none
}

a {
    text-decoration: none
}

body {
    padding: 0;
    margin: 0;
    min-width: var(--m-width)
}

.footer {
    min-height: 180px;
    background: #e9e9e9;
    box-shadow: -1px -2px 5px -1px rgba(0, 0, 0, 0.15);
    color: #353535
}

.footer a:hover {
    color: var(--m-color)
}

.copyright {
    color: #8F8F8F !important;
    text-align: center;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center
}

.copyright>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--m-width);
    margin: 0 auto;
    border-top: 1px solid #ccc;
    height: 40px
}

.copyright a {
    color: #8F8F8F;
    margin-left: 12px
}

.copyright-alinks {
    display: flex;
    align-items: flex-start
}

.copyright-alinks a:first-of-type {
    margin-left: 0
}

.copyright-alinks a:first-of-type::before {
    display: none
}

.footer-first-line {
    height: 100px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-first-line-logo>img {
    height: 64px
}

.footer-send-email-div {
    border: 1px solid #ccc;
    height: 64px;
    border-radius: 32px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 8px
}

.footer-send-email-div>button {
    cursor: pointer;
    background: var(--m-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    outline: none
}

.footer-send-email-div>button>i {
    font-size: 24px
}

.footer-send-email-div>input {
    width: 200px;
    height: 48px;
    font-size: 20px;
    color: #353535;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    padding-left: 14px;
    border-radius: 24px;
}

.footer-send-email-div>input::placeholder {
    color: #999
}

.footer-footer-part {
    width: var(--m-width);
    margin: auto
}

.title {
    font-size: 28px;
    margin-bottom: 16px;
    color: #333
}

.header {
    min-height: 80px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04);
    z-index: 1999 !important;
    position: fixed;
    top: 0px;
    background: rgba(0, 0, 0, 0);
    min-width: var(--m-width);
    width: 100vw
}

.header-solid {
    background: #fcfdff
}

.top-m-bar {
    height: 0px;
    z-index: 100;
    position: relative;
    z-index: 2000;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(3.2px)
}

.top-m-bar-content {
    width: var(--m-width);
    margin: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: right;
    box-sizing: border-box
}

.header-solid .top-m-bar {
    background: linear-gradient(to right, #fcfdff calc(50% + 0.5 * var(--m-width) - 370px), #f5f6fc calc(50% + 0.5 * var(--m-width) - 370px));
    background: #f5f6fc
}

.header-contact-f-list {
    display: flex;
    align-items: center;
    column-gap: 14px;
    height: 40px;
    margin-left: 18px
}

.header-contact-f-list>a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease-in-out
}

.header-solid .header-contact-f-list>a {
    color: #aaa;
}

.header-contact-f-list>a.social-alink {
    background-size: cover
}

.header-contact-f-list>a i {
    font-size: 20px
}

.header-contact-f-list>a i.icon-a-shiliang2 {
    font-size: 14px
}

.header-contact-f-list>a i.icon-Youtube {
    font-size: 24px
}

.header-contact-f-list>a>i.icon-linkedin {
    font-size: 22px
}

.header-contact-f-list>a:hover {
    color: var(--m-color)
}

.footer-contact-f-list>a {
    color: #353535;
    width: 32px;
    height: 32px
}

.footer-contact-f-list>a.social-alink {
    background-size: cover
}

.footer-contact-f-list>a i {
    font-size: 24px
}

.footer-contact-f-list>a i.icon-a-shiliang2 {
    font-size: 18px
}

.footer-contact-f-list>a i.icon-Youtube {
    font-size: 28px
}

.footer-contact-f-list>a>i.icon-linkedin {
    font-size: 28px
}

.footer-contact-f-list>a:hover {
    color: var(--m-color)
}

.header .nav-part {
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.26);
    position: relative;
}

.header-solid .nav-part {
    backdrop-filter: none;
    background: #fff
}

.nav {
    width: var(--m-width);
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 900;
}

.nav>div:nth-of-type(1) {
    height: 80px;
    display: flex;
    align-items: center
}

.nav>div:nth-of-type(1)>a {
    height: 80px;
    display: flex;
    align-items: center;
    position: relative
}

.nav>div:nth-of-type(1)>a>img {
    height: 40px
}

.nav>div:nth-of-type(2) {
    display: flex;
    align-items: center;
}

.nav>div:nth-of-type(2) select {
    border: 1px solid #d9d9d9;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    min-width: 120px;
    outline: none;
    padding: 0 4px;
    margin-left: 24px
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center
}

.header-menu>li {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-menu>li>a {
    display: inline-block;
    height: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.header-solid .header-menu>li>a {
    color: #101121
}

.header .logo-blue {
    display: none !important
}

.header-solid .logo-white {
    display: none !important
}

.header-solid .logo-blue {
    display: flex !important
}

.header-menu>li>a>span {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 20px
}

.header-menu>li>a>span::after {
    content: "";
    border-bottom: 2px solid var(--m-color);
    display: block;
    width: 0%;
    position: absolute;
    bottom: 20px
}

.header-menu>li:hover>a>span::after {
    border-bottom: 2px solid var(--m-color)
}

.header-solid .header-menu>li:hover>a>span::after {
    border-bottom: 2px solid var(--m-color)
}

.header-menu>li>a::before {
    content: "";
    position: absolute;
    width: 0%;
    background: var(--m-color);
    height: 3px;
    bottom: 0px;
    transition: all 0.3s
}

.header-menu>li:hover>a {
    color: var(--m-color)
}

.header-menu>li:hover>.header-menu-triangle {
    display: block
}

.header-menu-sub-menu {
    position: absolute;
    top: 80px;
    right: -820px;
    z-index: 998;
    background: rgba(50, 50, 50, 0.5);
    background: var(--m-color);
    background: white;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    display: none;
    width: 1080px
}

.header-menu-sub-menu-no-expand {
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 998;
    background: white;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.06);
    transition: height 0.4s ease;
    width: 100vw;
    height: 0;
    overflow: hidden
}

.header-menu-sub-menu-no-expand-solution {
    width: 300px
}

.header-menu-sub-menu-part {
    display: grid;
    grid-template-columns: 260px 1fr;
    height: 100%
}

.header-menu-sub-menu-no-expand-solution .header-menu-sub-menu-part {
    grid-template-columns: 300px 1fr
}

.header-menu-triangle {
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 10px;
    bottom: -14px;
    z-index: 999;
    display: none;
    pointer-events: none;
    display: none !important
}

.header-menu-triangle::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0px;
    width: 0;
    height: 0;
    border-width: 6px 10px 6px 10px;
    border-style: solid;
    border-color: var(--m-color) transparent transparent transparent
}

.header-menu-sub-menu-ul {
    position: relative;
    background: #f7f8ff;
    height: auto
}

.header-menu-sub-menu-ul>li {
    height: 60px
}

.header-menu-sub-menu-ul>li>div {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    height: 100%;
    background: #f7f8ff;
    max-height: 100%
}

.header-menu-sub-menu-ul>li>a {
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 14px;
    color: #101121;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

.header-menu-sub-menu-ul>li>a::after {
    content: "";
    border-bottom: 1px solid rgba(230, 230, 235, 0.75);
    width: calc(100% - 28px);
    position: absolute;
    bottom: 0px
}

.header-menu-sub-menu-ul>li:last-of-type>a::after {
    display: none
}

.header-menu-sub-menu-ul>li>a>i {
    font-size: 24px;
    flex-shrink: 0
}

.header-menu-sub-menu-ul>li>a>span {
    text-align: left;
    padding-left: 4px;
    flex-grow: 1
}

#productLi .header-menu-sub-menu-ul>li>a>span {
    text-align: left;
    padding-left: 0px;
    flex-grow: 1;
    padding-left: 26px
}

#productLi .header-menu-sub-menu-ul>li {
    height: 70px
}

.header-menu-sub-menu-ul>li:hover>a,
.show-right-detail>a {
    color: var(--m-color) !important
}

.show-right-detail>div {
    display: block !important
}

.header-menu-sub-menu-ul>li:hover>div {
    display: block
}

.header-solid .header-top-right-triangle::before {
    border-right-color: #f5f6fc
}

.header-solid .header-top-right-triangle::after {
    background: #f5f6fc
}

.index-head-form-input {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: white;
    margin-left: 36px;
    position: relative;
    z-index: 100;
    bottom: 2px
}

.index-head-form-input::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0px;
    width: 130px;
    border-bottom: 1px solid rgba(252, 252, 255, 0.3);
    z-index: 1006
}

.header-solid .index-head-search-blue::before {
    border-color: var(--m-color) !important
}

.header-solid .index-head-search input::placeholder {
    color: rgba(47, 47, 47, 0.4)
}

.index-head-form-input>span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1006
}

.index-head-form-input>span>i {
    font-size: 18px;
    color: white
}

.index-head-form-input>span svg {
    width: 20px;
    height: 20px;
    fill: white
}

.index-head-form-input>div {
    width: 100px;
    height: 32px
}

.index-head-form-input>div>input {
    width: calc(100% - 30px);
    box-sizing: border-box;
    height: 100%;
    padding: 0 6px;
    background: none;
    border: none;
    outline: none;
    color: white;
    font-size: 12px;
    box-sizing: border-box
}

.index-lang-select {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    position: relative;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0)
}

.index-lang-select-value {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 10px;
    z-index: 1004
}

.index-lang-select-value>i {
    transform: rotate(90deg);
    color: white;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    right: 4px
}

.index-lang-select-option {
    width: calc(100% + 36px);
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: -3px;
    color: white;
    cursor: pointer;
    display: none;
    z-index: 999;
    padding-top: 32px;
    background: #f5f6fc;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08)
}

.header-solid .index-lang-select-option {
    background: #f5f6fc !important;
    color: var(--m-color)
}

.index-lang-select-option>div {
    height: 26px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 3px
}

.index-lang-select-option>div:hover {
    background: var(--m-color);
    color: white
}

.index-head-form-input-lang {
    position: relative;
    z-index: 1100
}

.index-head-form-input-lang:hover .index-lang-select-option {
    display: block;
    cursor: pointer
}

.header-solid .index-head-form-input>span svg {
    fill: var(--m-color)
}

.header-solid .index-head-form-input>div,
.header-solid .index-lang-select-option {
    background: none;
    color: #474747
}

.header-solid .index-head-form-input input,
.header-solid .index-lang-select-value>i {
    color: #474747
}

.header-solid .index-head-form-input::before {
    border-bottom: 1px solid #9e9ea1
}

.index-head-form-input-lang:hover>span svg {
    fill: #474747
}

.index-head-form-input-lang:hover .index-lang-select-value,
.index-lang-select-option>div {
    color: #474747
}

.index-head-form-input-lang:hover::before {
    border-bottom: 1px solid #9e9ea1
}

.big-img-part {
    overflow: hidden;
    width: 100%;
    min-width: var(--m-width);
    height: 51vw;
    min-height: calc(var(--m-width) * 0.5);
    max-height: 100vh;
    position: relative;
    z-index: 10
}

.big-img-content {
    position: absolute;
    bottom: 0px;
    display: flex;
    transition: left 1.2s ease-in-out;
    -moz-transition: left 1.2s ease-in-out;
    -webkit-transition: left 1.2s ease-in-out;
    -o-transition: left 1.2s ease-in-out
}

.big-img-content>img {
    width: 100vw;
    min-width: var(--m-width);
    height: auto
}

.big-img-content>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100vw;
    min-width: var(--m-width);
    height: 51vw;
    min-height: calc(var(--m-width) * 0.5);
    max-height: 100vh
}

.big-img-content>div:nth-of-type(1) {
    background-image: url("../img/Banner-5.jpg")
}

.big-img-content>div:nth-of-type(2) {
    background-image: url("../img/Banner-1.jpg")
}

.big-img-content>div:nth-of-type(3) {
    background-image: url("../img/Banner-2.jpg")
}

.big-img-content>div:nth-of-type(4) {
    background-image: url("../img/Banner-3.jpg");
    position: relative
}

.big-img-content>div:nth-of-type(4)::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
    pointer-events: none
}

.big-img-content>div:nth-of-type(5) {
    background-image: url("../img/Banner-4.jpg")
}

.big-img-content>div:nth-of-type(6) {
    background-image: url("../img/Banner-5.jpg")
}

.big-img-content>div:nth-of-type(7) {
    background-image: url("../img/Banner-1.jpg")
}

.no-tran {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important
}

.big-img-bnts {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px
}

.big-img-bnts>div {
    width: 28px;
    height: 20px;
    margin-right: 6px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box
}

.big-img-bnts>div::before {
    content: "";
    height: 14px;
    width: 14px;
    display: block;
    background: #ccc;
    transition: all 0.2s ease-in-out;
    position: relative
}

.big-img-bnts>div.active::before {
    background: var(--m-color);
    transform: scale(1.3, 1.3)
}

.big-img-cover-info-part {
    z-index: 998;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    color: white;
    text-align: center
}

.big-img-cover-info-content {
    width: var(--m-width);
    margin: auto
}

.index-big-img-contact-line {
    display: flex;
    align-items: center;
    margin-top: 64px
}

.index-big-img-contact-btn {
    height: 48px;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    color: white;
    background: var(--m-color);
    display: flex;
    min-width: 200px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0 24px;
}

.index-big-img-contact-btn i {
    font-size: 12px;
    margin-left: 10px
}

.index-big-desc-part {
    position: relative;
    height: 170px
}

.index-big-desc-text {
    position: absolute;
    transition: all 0.3s ease-in-out
}

.index-big-desc-text>div:nth-of-type(1) {
    font-size: 36px
}

.index-big-desc-text>div:nth-of-type(2) {
    font-size: 24px;
    line-height: 32px;
    margin-top: 24px;
    width: 720px
}

.index-opt-next-page-part {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.index-opt-next-page-part>a {
    width: 32px;
    height: 32px;
    opacity: 1;
    background: rgba(240, 240, 255, 0.3);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center
}

.index-opt-next-page-part>a:hover {
    background: rgba(30, 34, 170, 0.5);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25)
}

.index-opt-next-page-part>a>i {
    color: white;
    font-size: 20px
}

.index-opt-next-page-part>a:nth-of-type(1) {
    transform: rotate(180deg)
}

.index-big-img-text-part {
    position: absolute;
    bottom: 12vw;
    color: white;
    width: 100%;
    min-height: 150px;
    z-index: 90
}

.index-big-img-text-part>div {
    width: var(--m-width);
    margin: 0 auto
}

.foot-menu-part {
    min-height: 110px;
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 32px;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 32px
}

.foot-menu-part>.foot-menu-one-col:first-of-type {
    max-width: 260px
}

.foot-menu-one-col {
    flex-shrink: 0
}

.footer-first-text {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 18px;
    color: var(--m-color);
    position: relative;
    width: auto;
    display: block;
    font-weight: 500
}

.footer-first-text>a {
    color: #353535;
    display: inline-block;
    padding: 0 4px
}

.footer-first-text>a>span {
    position: relative;
    top: 8px;
    height: 16px
}

.footer-second-text {
    font-size: 14px;
    height: 28px;
    color: #5b5b5b;
    padding: 0 4px
}

.footer-second-text>a {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 500
}

.footer-second-text>a.footer-download-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 140px
}

.footer-second-text>a.footer-download-a>i {
    font-size: 12px;
    margin-left: 14px;
    visibility: hidden
}

.footer-second-text>a.footer-download-a:hover>i {
    visibility: visible
}

.footer-contact-t {
    margin-bottom: 4px;
    margin-top: 16px;
    color: var(--m-color);
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative
}

.foot-menu-one-col .footer-contact-t:nth-of-type(1) {
    margin-top: 0
}

.footer-contact-t>i {
    position: absolute;
    left: -32px;
    font-size: 24px;
    bottom: -2px
}

.footer-contact-v {
    font-size: 14px;
    line-height: 22px;
    color: #5b5b5b;
    font-weight: 500
}

.footer-contact-v>.t {
    font-weight: 500
}

.footer-contact-v>.d {
    font-weight: 500
}

.foot-menu {
    display: flex;
    justify-content: flex-start;
    height: 110px
}

.foot-menu>li {
    padding: 0 40px 0 0
}

.privacy-alink {
    margin-left: 14px !important;
    display: inline-block;
    display: flex;
    align-items: center
}

.privacy-alink::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    border-left: 1px solid #aaa;
    margin-right: 12px
}

body[lang='zh'] .beian-alink {
    display: initial
}

.blue-sub-menu-bar {
    margin-top: 48px;
    height: 48px;
    width: 100%;
    color: #101121;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 900
}

.blue-sub-menu-bar>div {
    width: var(--m-width);
    display: flex;
    height: 100%;
    align-items: center;
    margin: auto;
    background: rgba(30, 34, 170, 0.03);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12)
}

.blue-sub-menu-bar-triangle {
    border-left: 14px solid var(--m-color);
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent
}

.blue-sub-menu-index {
    display: flex;
    align-items: center;
    color: white;
    height: 48px
}

.blue-sub-menu-index>span {
    color: white
}

.blue-sub-menu-index>div:nth-of-type(1) {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    background: var(--m-color)
}

.blue-sub-menu-index>div:nth-of-type(1)>i {
    margin-right: 4px
}

.blue-sub-menu-bar a.blue-sub-alink {
    color: var(--m-color) !important
}

.blue-sub-menu-bar svg {
    fill: white;
    width: 18px;
    height: 18px;
    margin-right: 2px
}

.blue-sub-menu-divider {
    height: 12px;
    border-right: 1px solid var(--m-color);
    width: 0px;
    margin-right: 14px;
    margin-left: 14px;
    display: block
}

.common-content-main {
    width: var(--m-width);
    margin: auto
}

.lyear-checkbox,
.lyear-radio {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    padding-left: 30px;
    font-weight: 400;
    min-height: 18px;
    height: auto !important;
    line-height: 18px !important
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.lyear-checkbox input,
.lyear-radio input {
    position: absolute;
    display: none
}

.lyear-checkbox span::before,
.lyear-radio span::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    left: 0;
    top: 0px;
    border: 2px solid var(--m-color);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.lyear-checkbox span::after,
.lyear-radio span::after {
    content: '';
    position: absolute;
    display: none;
    width: 5px;
    height: 10px;
    left: 7px;
    top: 3px;
    border: solid #4d5259;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lyear-checkbox span,
.lyear-radio span {
    display: inline-block;
    user-select: none
}

.lyear-checkbox input:checked~span:after,
.lyear-radio input:checked~span:after {
    display: inline-block
}

.lyear-checkbox.checkbox-grey span::before,
.lyear-checkbox.radio-grey span::before,
.lyear-radio.checkbox-grey span::before,
.lyear-radio.radio-grey span::before {
    background-color: #ebebeb;
    border-color: #ebebeb
}

.lyear-checkbox input:disabled+span,
.lyear-radio input:disabled+span {
    cursor: not-allowed
}

.lyear-checkbox input:disabled+span::before,
.lyear-checkbox input:disabled+span::after,
.lyear-radio input:disabled+span::before,
.lyear-radio input:disabled+span::after {
    opacity: .4
}

.checkbox-info input:checked~span::before {
    background-color: var(--m-color);
    border-color: var(--m-color);
}

.checkbox-info input:checked~span::after {
    border-color: #fff
}


.support-aside-to-top {
    position: fixed;
    right: -52px;
    bottom: 240px;
    height: 106px;
    padding-left: 0px;
    transition: right 300ms;
    z-index: 900
}

.support-aside-to-top-show {
    right: 0px
}

.support-aside-to-top>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    background: rgba(79, 79, 79, 0.5);
    background: var(--m-color);
    border-radius: 2px
}

.support-aside-to-top>a:hover {
    background: var(--m-color)
}

.support-aside-to-top>a>i {
    font-size: 16px;
    margin-bottom: 2px
}

.support-aside-to-top>a>span {
    font-size: 16px
}

.support-aside-anchor {
    position: fixed;
    left: 2px;
    top: 300px;
    padding-left: 0px;
    z-index: 1000
}

.support-aside-anchor>div {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.support-aside-anchor>div>a {
    color: white;
    background: rgba(79, 79, 79, 0.5);
    background: var(--m-color);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    box-sizing: border-box;
    position: relative
}

.support-aside-anchor>div>a>i {
    font-size: 20px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.support-aside-anchor>div>a>i>svg {
    width: 32px;
    height: 32px;
    fill: white
}

.support-aside-anchor>div:nth-of-type(2)>a>i>svg {
    width: 30px;
    height: 30px
}

.support-aside-anchor>div>a i.icon-chanpin {
    font-size: 26px
}

.support-aside-anchor>div>a i.icon-ruanjianfuwu {
    font-size: 22px
}

.support-aside-anchor>div>a>div {
    position: absolute;
    left: 48px;
    top: 0px;
    height: 48px;
    box-sizing: border-box;
    background: var(--m-color);
    display: flex;
    align-items: center;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(79, 79, 79, 0.5)
}

.support-aside-anchor>div>a>div>span {
    width: 0px;
    transition: width 350ms
}

.support-aside-anchor>div>a>div>i {
    border-left: 12px solid rgba(79, 79, 79, 0.5);
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent
}

.support-aside-anchor>div>a:hover {
    background: var(--m-color)
}

.support-aside-anchor>div>a:hover>div {
    width: auto;
    background: linear-gradient(to right, var(--m-color) calc(100% - 12px), rgba(252, 252, 255, 0) 12px);
    color: white
}

.support-aside-anchor>div>a:hover>div>span {
    width: 100px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15)
}

.support-aside-anchor>div>a:hover>div>i {
    border-left-color: var(--m-color)
}

.faq-img-bg-part {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
    margin-top: 48px
}

.faq-img-bg-content {
    height: 360px;
    width: 100%;
    background-image: url("../img/faq_bg.jpg");
    background-size: 1920px 360px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.faq-img-bg-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background: linear-gradient(234.78deg, rgba(82, 114, 217, 1) 0%, rgba(0, 0, 0, 1) 100%)
}

.faq-img-bg-title {
    color: var(--m-color);
    width: 250px;
    position: relative;
    height: 72px !important;
    box-sizing: border-box
}

.faq-img-bg-title>span {
    position: relative;
    bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 32px solid rgba(232, 192, 29, 0.5);
    height: 72px
}

.faq-img-bg-title>span>span {
    position: relative;
    top: 36px;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 0.5px
}

.social-alink {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.social-alink-x {
    background-image: url("../img/twitter.png")
}

.social-alink-youtube {
    background-image: url("../img/youtube.png")
}

.social-alink-facebook {
    background-image: url("../img/facebook.png")
}

.social-alink-instagram {
    background-image: url("../img/instagram.png")
}

.social-alink-linkin {
    background-image: url("../img/linkin.png")
}

.header-menu>li:nth-of-type(n+3) .header-menu-sub-menu-ul a>i {
    visibility: hidden
}

.privacy-part {
    width: var(--m-width);
    margin: 30px auto 72px auto
}

.privacy-content>div.text {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    text-align: justify;
    margin-top: 32px;
    margin-bottom: 2px
}

.privacy-content>div.desc {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 28px
}

.privacy-head-content {
    width: var(--m-width);
    margin: 0 auto
}

.privacy-top-desc {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 28px;
    margin-top: 28px
}

.privacy-title-hr {
    border-bottom: 1px solid #eee;
    color: #101121;
    font-size: 36px;
    font-weight: 600;
    line-height: 64px
}

.privacy-company-text {
    color: #474747;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.t-video-face-part-loaded {
    pointer-events: auto
}

.talk-to-sales-alink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 16px;
    padding: 0 16px;
    background: var(--m-color);
    color: white;
    user-select: none
}

.talk-to-sales-alink>i {
    font-size: 18px
}

.talk-to-sales-alink>span {
    margin-left: 8px
}

.header .talk-to-sales-alink {
    background: white;
    color: black;
    font-size: 16px
}

.header-solid .talk-to-sales-alink {
    background: var(--m-color);
    color: white
}

.header-search-alink {
    color: #fff;
    font-weight: bolder;
    height: 32px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.header-search-alink i {
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
}

.header-search-input {
    position: relative;
    width: 120px;
    width: 0;
    height: 32px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
}
.header-search-alink:hover{
    background: rgba(255, 255, 255, 0.25);
}
.header-solid .header-search-alink:hover{
    background: #f0f0f0;
}
.header-search-alink:hover .header-search-input {
    width: 120px;
    opacity: 1;
}

.header-search-input input {
    width: 120px;
    height: 28px;
    border: none;
    background: transparent;
    outline: none;
    color: white;
    font-size: 14px;
    padding-left: 14px;
}

.header-search-input input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header-search-input i {
    font-size: 12px;
    color: white;
    cursor: pointer;
    font-style: normal;
    display: none;
}

.header-solid .header-search-alink {
    color: #353535;
}

.header-solid .header-search-input {
    background: #f0f0f0;
}

.header-solid .header-search-input input {
    color: #353535;
}

.header-solid .header-search-input input::placeholder {
    color: #999;
}

.header-solid .header-search-alink:hover .header-search-input {
    background: #f0f0f0;
}
.header-much-lang{
    color: white;
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 80px;
}
.header-much-lang i{
    font-size: 22px;
}
.header-much-lang span{
    font-size: 22px;
    margin-left: 6px;
}
.header-much-lang div{
    color: #353535;
}
.header-much-lang span::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    border-left: 1px solid #fff;
    margin-right: 4px;
}

.header-solid .header-much-lang{
    color: #353535;
}

.header-solid .header-much-lang span::before{
    border-left: 1px solid #aaa;
}
.exp-h400.header-menu-pro-show .header-menu-sub-menu,
.exp-h400.header-menu-pro-show .header-menu-sub-menu-no-expand {
    height: 280px
}

.exp-hpro.header-menu-pro-show .header-menu-sub-menu,
.exp-hpro.header-menu-pro-show .header-menu-sub-menu-no-expand {
    height: 360px
}

.header-second-menu-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-top: 40px
}

.header-second-menu-div>a {
    width: 200px;
    height: 200px;
    color: #000;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease
}

.header-second-menu-div>a:nth-of-type(n+2) {
    margin-left: 24px
}

.header-second-menu-div>a>img {
    width: 110px;
    margin-bottom: 18px
}

.header-second-menu-div>a:hover {
    background: #f6f6f6;
    color: var(--m-color)
}
.header-second-menu-div>a>div{
    height: 32px;
    text-align: center;
}
.f-big-img-part {
    height: 39vw;
    min-height: calc(var(--m-width) * 0.39);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 120px;
    position: relative
}

.f-big-img-part::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0
}

.f-big-img-content {
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    height: 20vw;
    min-height: calc(var(--m-width) * 0.20);
    position: absolute;
    bottom: 0
}

.f-big-img-content>div {
    width: var(--m-width);
    margin: 0 auto;
    color: white
}

.f-big-img-content>div>div:nth-of-type(1) {
    font-size: 36px
}

.f-big-img-content>div>div:nth-of-type(2) {
    font-size: 24px;
    line-height: 36px;
    margin-top: 24px;
    width: 720px
}

.f-support-bg {
    background-image: url("../img/support-bg.jpg")
}

.p-product-bg {
    background-image: url("../img/product-bg.jpg")
}

.support-card-part {
    width: var(--m-width);
    margin: 64px auto
}

.support-card-one {
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 40px;
    height: 360px;
    display: grid;
    grid-template-columns: 1fr 420px;
    overflow: hidden;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.20);
    position: sticky;
    translate: none;
    rotate: none;
    scale: none;
    filter: blur(0px) grayscale(22.2124%);
    transition: all linear 0.1s
}

.support-card-right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center
}

.support-card-left {
    box-sizing: border-box;
    padding: 36px 48px
}

.support-card-left img {
    width: 64px
}

.support-card-left>div:nth-of-type(1) {
    position: relative;
    right: 14px
}

.support-card-left>div:nth-of-type(2) {
    font-size: 32px;
    margin-top: 18px
}

.support-card-left>div:nth-of-type(3) {
    font-size: 24px;
    line-height: 36px;
    margin-top: 18px
}

.index-about-xifx {
    width: var(--m-width);
    margin: 0 auto
}

.index-common-title {
    font-size: 36px;
    text-align: center
}

.index-common-title>div:nth-of-type(2) {
    font-size: 18px;
    margin-top: 4px
}

.index-about-xfix-cards {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 36px
}

.index-about-xfix-cards>div {
    flex-grow: 1;
    text-decoration: none;
    -webkit-transition: -webkit-box-flex .4s;
    transition: -webkit-box-flex .4s;
    transition: flex .4s;
    transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;
    height: 480px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: auto 480px;
    background-position: center;
    position: relative;
    color: white
}

.index-about-xfix-cards>div::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    transition: all 0.35s ease-in-out
}

.index-about-xfix-cards>div>div {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding-top: 100px;
    z-index: 10;
    pointer-events: none
}

.index-about-xfix-cards>div>div>div:nth-of-type(1) {
    font-size: 36px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    transition: all 0.35s ease-in-out
}

.index-about-xfix-cards>div>div>div:nth-of-type(2) {
    opacity: 0;
    width: 460px;
    font-size: 24px;
    line-height: 36px;
    margin-top: 24px;
    transition: opacity 0.35s ease-in-out;
    position: absolute;
    left: 64px;
    top: 140px
}

.index-about-xfix-cards>div:hover {
    flex-grow: 2.4
}

.index-about-xfix-cards>div:hover>div {
    padding-left: 64px
}

.index-about-xfix-cards:hover>div>div>div:nth-of-type(1) {
    text-align: left;
    position: absolute;
    left: 64px
}

.index-about-xfix-cards>div:hover>div>div:nth-of-type(2) {
    opacity: 1;
    margin-top: 24px
}

.index-about-xfix-cards>div:hover::before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3.0px)
}

.index-gnss-intel {
    background: #f9f9f9;
    padding: 64px 0;
    margin: 48px auto 48px auto
}

.index-gnss-intel>div {
    width: var(--m-width);
    margin: 0 auto
}

.index-gnss-cards {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 12px));
    column-gap: 18px
}

.index-gnss-cards>div {
    background: #ccc;
    border-radius: 10px;
    height: 120px;
    user-select: none;
    cursor: pointer;
    color: white;
    box-sizing: border-box;
    padding: 16px;
    transition: all 0.35s ease-in-out
}

.index-gnss-cards>div>div:nth-of-type(1) {
    font-size: 20px
}

.index-gnss-cards>div>div:nth-of-type(2) {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px
}

.index-gnss-cards>div>div:nth-of-type(2)>div::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    margin-right: 6px
}

.index-gnss-cards>div.active,
.index-gnss-cards>div:hover {
    background: var(--m-color);
    box-shadow: 0 2px 18px 2px rgba(0, 0, 0, 0.25)
}

.index-gnss-imgs-part {
    height: 440px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-top: 18px;
    position: relative;
    overflow: hidden
}

.index-gnss-imgs-part>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease-in-out
}

.index-gnss-imgs-part>div>div {
    position: absolute;
    bottom: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
    z-index: 10
}

.index-gnss-imgs-part>div::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block
}

.index-patner-with-text {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin-top: 24px
}

.index-patner-with-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    margin-bottom: 48px
}

.index-scroll-card-part {
    margin-top: 48px;
    position: relative;
    height: calc(100vh);
    width: 100%;
    box-sizing: border-box
}

.index-scroll-card {
    height: calc(100vh);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/index-fix-bg1.jpg")
}

.index-scroll-card>div {
    height: 100%;
    box-sizing: border-box;
    padding-top: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.index-scroll-to-explore-tips {
    position: absolute;
    bottom: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%
}

.index-scroll-to-explore-tips::after,
.index-scroll-to-explore-tips::before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 1px;
    border-bottom: 1px solid #000
}

.index-scroll-to-explore-tips::before {
    margin-right: 18px
}

.index-scroll-to-explore-tips::after {
    margin-left: 18px
}

.index-scroll-card-1 {
    z-index: 10
}

.index-scroll-card-2 {
    z-index: 20;
    opacity: 0
}

.index-scroll-card-3 {
    z-index: 30;
    opacity: 0
}

.index-what-can-text {
    text-align: center;
    font-size: 18px;
    line-height: 36px
}

#marquee {
    overflow: hidden;
    width: var(--m-width);
    height: 240px;
    margin-top: 64px
}

#marquee>div {
    display: flex;
    align-items: center
}

#marquee>div>a {
    width: 240px;
    height: 240px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    box-sizing: border-box;
    padding: 10px
}

#marquee>div>a>img {
    width: 180px;
    transition: all 0.25s linear
}

#marquee>div>a>span {
    font-size: 18px;
    height: 40px;
    flex-shrink: 0;
    margin-top: 8px
}

#marquee>div>a:hover {
    background: #eee !important;
    border-radius: 10px;
    color: var(--m-color)
}

#marquee>div>a:hover>img {
    transform: scale(1.1)
}

.header-pro-list>div {
    min-height: 300px;
    width: var(--m-width);
    margin: 0 auto
}

.header-pro-types {
    display: flex;
    justify-content: space-between;
    padding-top: 24px
}

.header-pro-types>a {
    flex-shrink: 0;
    width: 190px;
    height: 134px;
    background: #f9f9f9;
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    color: #353535;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    box-sizing: border-box;
    padding-top: 6px
}

.header-pro-types>a.active,
.header-pro-types>a:hover {
    background: var(--m-color);
    color: white
}

.header-pro-types>a>div {
    width: 109px;
    height: 90px;
    position: relative;
    margin-bottom: 6px
}

.header-pro-types>a>div::after,
.header-pro-types>a>div::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url("../img/header-pro-type-icons.png");
    background-size: 109px 1080px;
    width: 109px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.35s ease-in-out
}

.header-pro-types>a>div::before {
    opacity: 1
}

.header-pro-types>a>div::after {
    opacity: 0
}

.header-pro-types>a.active>div::before,
.header-pro-types>a:hover>div::before {
    opacity: 0
}

.header-pro-types>a.active>div::after,
.header-pro-types>a:hover>div::after {
    opacity: 1
}

.header-pro-types>a>div.header-pro-gnss-receiver::before {
    background-position-y: -180px
}

.header-pro-types>a>div.header-pro-gnss-receiver::after {
    background-position-y: -270px
}

.header-pro-types>a>div.header-pro-antennas::before {
    background-position-y: 0px
}

.header-pro-types>a>div.header-pro-antennas::after {
    background-position-y: -90px
}

.header-pro-types>a>div.header-pro-data-controllers::before {
    background-position-y: -360px
}

.header-pro-types>a>div.header-pro-data-controllers::after {
    background-position-y: -450px
}

.header-pro-types>a>div.header-pro-tablets::before {
    background-position-y: -540px
}

.header-pro-types>a>div.header-pro-tablets::after {
    background-position-y: -630px
}

.header-pro-types>a>div.header-pro-pipe-robot::before {
    background-position-y: -720px
}

.header-pro-types>a>div.header-pro-pipe-robot::after {
    background-position-y: -810px
}

.header-pro-types>a>div.header-pro-software::before {
    background-position-y: -900px
}

.header-pro-types>a>div.header-pro-software::after {
    background-position-y: -990px
}

.header-pro-details {
    display: flex;
    align-items: center;
    margin-top: 24px;
    transition: transform 0.3s linear
}

.header-pro-details>a {
    width: 234px;
    height: 140px;
    background: #f9f9f9;
    border-radius: 10px;
    color: #353535;
    transition: all 0.35s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 6px;
    font-size: 16px;
    flex-shrink: 0
}

.header-pro-details>a:nth-of-type(n+2) {
    margin-left: 27.5px
}

.header-pro-details>a>div {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-pro-details>a img {
    width: 120px;
    transition: all 0.3s linear
}

.header-pro-details>a:hover {
    background: var(--m-color);
    color: white
}

.header-pro-details>a:hover img {
    transform: scale(1.1)
}

.header-pro-d-part {
    overflow: hidden
}

.header-pro-d-line {
    position: relative
}

.heaer-pro-page-btn {
    position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #353535;
    top: 76px;
    font-weight: bolder
}

.heaer-pro-page-btn:hover {
    color: var(--m-color)
}

.heaer-pro-page-btn>i {
    font-size: 32px
}

.heaer-pro-page-pre-btn {
    left: -40px
}

.heaer-pro-page-pre-btn>i {
    transform: rotate(180deg)
}

.heaer-pro-page-next-btn {
    right: -40px
}

.produt-main {
    background: #e9e9e9;
    min-height: 600px;
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}

.product-m-left {
    background-color: rgb(255, 255, 255);
    width: calc(50vw - 0.5 * var(--m-width) + 360px);
    min-width: 360px;
    position: sticky;
    top: 100px;
    min-height: 640px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 24px;
}

.product-m-right {
    min-height: 500px;
    flex-grow: 1;
}

.product-left-menu-part {
    width: 360px;
    min-height: 300px;
    box-sizing: border-box;
    padding-right: 24px;
    padding-top: 24px;
}

.product-left-title {
    font-size: 32px;
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #ebebeb;
    padding: 0 8px;
}

.product-left-menu-one-title {
    font-size: 28px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 8px;
    border-right: 4px solid rgba(0, 0, 0, 0);
    transition: all 0.35s ease-in-out;
    color: #353535;
}

.product-left-menu-one-title i {
    font-size: 32px;
    font-weight: bolder;
    color: #000;
    transform: rotate(90deg);
    transition: all 0.35s ease-in-out;
    display: none;
}

.product-left-menu-links {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s linear 0.1s;
    display: none;
}

.product-left-menu-links>a {
    height: 48px;
    flex-shrink: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
    color: #333;
    transition: all 0.35s ease-in-out;
}

.product-left-menu-links>a:hover,
.product-left-menu-links>a.active {
    background: #ffd7b3;
    color: var(--m-color);
}

.product-left-menu-one {
    margin-bottom: 4px;
}

.product-left-menu-one:hover .product-left-menu-one-title,
.product-left-menu-one.active .product-left-menu-one-title {
    color: var(--m-color);
    background: rgba(255, 215, 179, 0.8);
    /* border-right: 4px solid var(--m-color); */
}

.product-left-menu-one.active .product-left-menu-one-title i {
    color: var(--m-color);
    transform: rotate(270deg);
}

.product-left-menu-one.active .product-left-menu-links {
    max-height: 300px;
}

.product-right-part {
    width: 893px;
    margin-left: 27px;
}

.product-right-title {
    font-size: 28px;
    color: #353535;
    height: 72px;
    line-height: 72px;
    padding-top: 20px;
    margin-bottom: 4px;
}

.product-right-pro-list {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 18px));
    column-gap: 27px;
    row-gap: 27px;
}

.product-right-pro-list>a {
    background: white;
    height: 330px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease-in-out;
    color: #353535;
}

.product-right-pro-list>a:hover {
    box-shadow: 0px 4px 35px 3px rgba(0, 0, 0, 0.20);
}

.product-right-pro-list>a>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
}

.product-right-pro-list>a img {
    width: 190px;
    transition: all 0.35s ease-in-out;
}

.product-right-pro-list>a:hover img {
    transform: scale(1.1);
}

.product-right-pro-list>a>div:nth-of-type(2) {
    font-size: 24px;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.product-right-pro-list>a button {
    background-color: var(--m-color);
    outline: none;
    color: white;
    border: none;
    font-size: 16px;
    height: 32px;
    border-radius: 16px;
    padding: 0 16px;
    cursor: pointer;
    margin: 0 auto;
}

.product-right-pro-list>a>div:nth-of-type(3) {
    font-size: 16px;
    height: 48px;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 12px;
}

.product-right-pro-list>a>div:nth-of-type(4) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-hl-part {
    min-height: 480px;
}

.product-hl-content {
    width: var(--m-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 48px 0;
}

.product-hl-desc {
    box-sizing: border-box;
    padding-right: 18px;
}

.product-hl-desc>div:nth-of-type(1) {
    font-size: 36px;
    margin-bottom: 18px;
}

.product-hl-desc>div:nth-of-type(2) {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}

.pros-min-img-preview-part {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
    user-select: none;
    margin-left: 16px;
    margin-right: 16px
}

.pros-big-img-preview-main {
    width: 400px;
    height: 360px;
    overflow: hidden;
    user-select: none
}

.pros-big-img-preview-content {
    display: flex;
    align-items: center;
    justify-content: left;
    user-select: none;
    transition: all 300ms ease
}

.pros-big-img-preview-content>div {
    flex-shrink: 0;
    width: 400px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.pros-big-img-preview-content>div>img {
    width: 360px;
    height: auto;
}

.pros-big-img-preview-part {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.pros-min-img-preview-part>div {
    width: 64px;
    height: 64px;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.pros-min-img-preview-part>div.active {
    border: 1px solid var(--m-color)
}

.pros-min-img-preview-part>div>img {
    max-width: 64px;
    max-height: 64px
}

.pros-bg-img-switch-bgn-part {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pros-img-switch-btn {
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: none
}

.pros-img-switch-btn>i {
    font-size: 48px;
    color: #000
}

.pros-img-switch-btn:hover>i {
    color: var(--m-color)
}

.pros-img-switch-btn-left>i {
    transform: rotate(180deg)
}

.pros-main-bottom-opt-btns {
    display: flex;
    align-items: center;
    justify-content: center
}


.product-features-part {
    background: #f9f9f9;
}

.product-features-content {
    width: var(--m-width);
    margin: 0 auto;
    padding-bottom: 72px;
}

.product-features-title {
    font-size: 36px;
    display: flex;
    height: 72px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-features-grid {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 16px));
    column-gap: 24px;
    row-gap: 24px;
}

.product-features-grid>div {
    background: white;
    border-radius: 10px;
    height: 240px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease-in-out;
}

.product-features-grid>div>div:nth-of-type(1) {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-features-grid>div>div:nth-of-type(2) {
    font-size: 18px;
    text-align: center;
    color: var(--m-color);
    margin-bottom: 12px;
}

.product-features-grid>div>div:nth-of-type(3) {
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 18px;
}

.product-features-grid>div:hover {
    box-shadow: 0 4px 35px 3px rgba(0, 0, 0, 0.2);
}

.product-features-grid>div img {
    width: 90px;
}

.product-param-part {
    min-height: 480px;
    padding-top: 24px;
}

.product-param-content {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 64px;
}

.product-param-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 32px));
    column-gap: 64px;
    row-gap: 64px;
}

.product-param-grid>div>div:nth-of-type(1) {
    font-size: 24px;
    margin-bottom: 18px;
    min-height: 28px;
}

.product-param-tb-grid {
    display: grid;
    grid-template-columns: 35% 65%;
}

.product-param-tb-grid>div {
    line-height: 24px;
    font-size: 18px;
    min-height: 48px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 18px;
}

.product-param-tb-grid>div:nth-of-type(2n) {
    padding-left: 0;
}

.product-param-tb-grid>div:nth-of-type(4n+1),
.product-param-tb-grid>div:nth-of-type(4n+2) {
    background: rgba(255, 215, 179, 0.8);
    background: #ffe2ca;
}

.product-param-tips {
    font-size: 18px;
    color: black;
    margin-top: 24px;
}

.product-param-tips::before {
    content: "*";
    color: red;
    margin-right: 2px;
}

.product-param-download {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
}

.product-param-download i {
    font-size: 28px;
}

.product-related-part {
    background: #f9f9f9;
}

.product-related-content {
    width: var(--m-width);
    margin: 0 auto;
    padding-bottom: 48px;
}

.product-contact-us-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-look-for>div:nth-of-type(1) {
    font-size: 32px;
    text-align: center;
    padding-top: 36px;
}

.product-look-for>div:nth-of-type(2) {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 640px;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 6px;
}

.product-related-title {
    font-size: 36px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
}

.product-related-products {
    margin-bottom: 48px;
    margin-top: 12px;
}

.product-related-products>div {
    width: 893px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.product-related-products>div>a {
    width: 279px;
    flex-shrink: 0;

}

#productDetailBg[key='gnss-606'] {
    position: relative;
}

#productDetailBg[key='gnss-606']::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.f-partner-bg {
    background-image: url("../img/partner-bg.jpg");
}

.partner-coop-case-content {
    width: var(--m-width);
    margin: 0 auto;
}

.partner-coop-case-title {
    font-size: 36px;
    height: 72px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.part-ner-coop-case-grid {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 18px));
    row-gap: 24px;
    column-gap: 24px;
}

.part-ner-coop-case-grid>div {
    height: 280px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.part-ner-coop-case-grid>div::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
    transition: all 0.3s linear;
}

.part-ner-coop-case-grid>div::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 10;
}

.part-ner-coop-case-grid>div>span {
    color: white;
    font-size: 20px;
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.part-ner-coop-case-grid>div:nth-of-type(1)::after {
    background-image: url("../img/solution-monitor-industry-bg.jpg");
}

.part-ner-coop-case-grid>div:nth-of-type(2)::after {
    background-image: url("../img/partner-case-bg2.jpg");
}

.part-ner-coop-case-grid>div:nth-of-type(3)::after {
    background-image: url("../img/partner-case-bg3.jpg");
}

.part-ner-coop-case-grid>div:nth-of-type(4)::after {
    background-image: url("../img/partner-case-bg4.jpg");
}

.part-ner-coop-case-grid>div:nth-of-type(5)::after {
    background-image: url("../img/partner-case-bg5.jpg");
}

.part-ner-coop-case-grid>div:nth-of-type(6)::after {
    background-image: url("../img/partner-case-bg6.jpg");
}

.part-ner-coop-case-grid>div:nth-of-type(7)::after {
    background-image: url("../img/partner-case-bg7.jpg");
}

.part-ner-coop-case-grid>div:nth-of-type(8)::after {
    background-image: url("../img/partner-case-bg8.jpg");
}

.part-ner-coop-case-grid>div:hover::after {
    transform: scale(1.12);
}

.partner-customize-part {
    padding-top: 48px;
    padding-bottom: 48px;
}

.partner-customize-content {
    width: var(--m-width);
    margin: 0 auto;
    min-height: 480px;
    display: grid;
    grid-template-columns: 320px 1fr;
}

.partner-customize-left {
    position: relative;
}

.partner-customize-right {
    border-radius: 10px;
    position: relative;
}

.partner-customize-title {
    font-size: 36px;
}

.partner-switch-btn-div {
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
}

.partner-switch-btn-div>a {
    margin-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    transition: all 0.35s ease-in-out;
    background: white;
}

.partner-switch-btn-div>a i {
    font-size: 36px;
}

.partner-switch-pre {
    transform: rotate(180deg);
}

.partner-switch-btn-div>a:hover {
    border: 1px solid var(--m-color);
    background: var(--m-color);
    color: white;
}

.partner-customize-main {
    position: relative;
    height: 480px;
}

.partner-customize-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    color: white;
    opacity: 0;
    transition: all 1.0s ease-in-out;
}

.partner-customize-main>div.active {
    opacity: 1;
}

.partner-customize-main>div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.partner-customize-main>div::after {
    content: "";
    display: block;
    width: 832px;
    height: 1px;
    position: absolute;
    left: 64px;
    z-index: 5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    top: 300px;
}

.partner-customize-main>div>div {
    position: absolute;
    z-index: 100;
}

.partner-customize-main>div>div:nth-of-type(1) {
    font-size: 36px;
    left: 64px;
    top: 32px;
}

.partner-customize-main>div>div:nth-of-type(2) {
    font-size: 24px;
    line-height: 36px;
    left: 64px;
    top: 320px;
    width: 832px;
    text-align: justify;
}

.partner-customize-main>div:nth-of-type(1) {
    background-image: url("../img/index-about-img4.jpg");
}

.partner-customize-main>div:nth-of-type(2) {
    background-image: url("../img/partner-coop-bg2.jpg");
}

.partner-customize-main>div:nth-of-type(3) {
    background-image: url("../img/partner-coop-bg3.jpg");
}

.partner-indexs-div {
    position: absolute;
    width: 100%;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
}

.partner-indexs-div>div {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}

.partner-indexs-div>div.active {
    background: var(--m-color);
}

.partner-indexs-div>div:nth-of-type(n+2) {
    margin-left: 8px;
}

.f-contact-us-bg {
    background-image: url("/img/support-bg.jpg");
}

.f-contact-us-bg::before {
    background: rgba(0, 0, 0, 0.2);
}

.contact-us-m-part {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #f9f9f9;
}

.contact-us-m-content {
    min-height: 480px;
    width: var(--m-width);
    margin: 0 auto;

}

.contact-us-m-top-head {
    height: 100px;
    display: flex;
    align-items: flex-end;
}

.contact-us-m-top-head>div:nth-of-type(1) {
    height: 100px;
    background: var(--m-color);
    font-size: 36px;
    color: white;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 20px 0 0;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.contact-us-m-top-head i {
    font-size: 48px;
    margin-right: 16px;
}

.contact-us-m-top-head>div:nth-of-type(1)::after {
    content: "";
    display: block;
    height: 100px;
    width: 100px;
    right: -40px;
    top: 0;
    position: absolute;
    background: var(--m-color);
    transform: skew(45deg);
    border-radius: 10px 10px 0 0;
}

.contact-us-m-top-head>div:nth-of-type(2) {
    background: #fbcfa8;
    width: 50%;
    height: 72px;
    border-radius: 0 10px 0 0;
}

.contact-us-main-card {
    min-height: 360px;
    background: white;
    border-radius: 10px;
    position: relative;
    bottom: 10px;
    box-sizing: border-box;
    padding: 48px;
}

.contact-us-card-title {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.contact-us-card-tips {
    font-size: 24px;
    color: #999;
    line-height: 24px;
}

.contact-us-card-tips i {
    font-style: normal;
    color: red;
}

.contact-us-card-grid {

}

.contact-us-form-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 16px));
    row-gap: 32px;
    column-gap: 32px;
    margin-top: 48px;
}

.contact-form-one {
    display: flex;
    flex-direction: column;
}
.contact-form-one input[type='number'],
.contact-form-one input[type='text'] {
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    height: 48px;
    font-size: 20px;
    padding: 0 16px;
}
.contact-form-one input[type='number']::placeholder,
.contact-form-one input[type='text']::placeholder {
    color: #ccc;
}

.contact-form-one>div:nth-of-type(1) {
    font-size: 20px;
    padding-left: 16px;
    box-sizing: border-box;
    margin-bottom: 2px;
    position: relative;
}

.contact-form-one i {
    position: absolute;
    left: 0;
    font-style: normal;
    color: red;
}

.contac-form-col2 {
    grid-column: 1 / 3;
}

.contact-form-check-line {
    display: flex;
    align-items: center;
    height: 48px;
    padding-top: 12px;
    box-sizing: border-box;
    padding-left: 16px;
}

.contact-form-check-line input[type='text'] {
    flex-grow: 1;
    margin-left: 12px;
}


.contact-form-check-grid {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    align-items: center;
    padding-top: 12px;
    box-sizing: border-box;
    padding-left: 16px;
    row-gap: 18px;
}

.contact-form-check-grid>label {
    height: 32px;
    min-width: 200px;
    white-space: nowrap;
}

.contact-form-check-grid>div {
    grid-column: 3 / 5;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-top: 0px;
    height: 32px !important;
    box-sizing: border-box;
}
.contact-form-check-grid-about-us>div{
    grid-column: initial;
}

.contact-form-check-grid input[type='text'] {
    flex-grow: 1;
}

.contact-us-right-info {
    padding-left: 0px;
    padding-top: 32px;
}

.contact-us-right-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.contact-us-right-title i {
    color: red;
    font-style: normal;
    margin-right: 2px;
}

.contact-us-info-card {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 200px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-info-card>div:nth-of-type(1) {
    margin-right: 240px;
}

.contact-us-info-one {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #353535;
}

.contact-us-info-one i {
    font-size: 64px;
    margin-bottom: 12px;
}

.contact-us-opt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    padding-bottom: 24px;
}

.f-talk-to-sales-bg {
    background-image: url("/img/support-card-bg1.jpg");
}

.f-talk-to-sales-bg::before {
    background: rgba(0, 0, 0, 0.2);
}

.contact-us-info-textarea {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 150px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    padding: 16px;
    font-size: 20px;
    resize: none;
}

.contact-us-info-textarea::placeholder {
    color: #ccc;
}

.f-company-bg {
    background-image: url("/img/company-bg.jpg");
}

.about-us-our-adv-part {
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url("/img/about-us-our-adv.jpg");
    background-size: cover;
    background-position: center;
}

.about-us-our-adv-card {
    width: var(--m-width);
    background-color: white;
    border-radius: 10px;
    height: 360px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.04);
}

.about-us-our-adv-title {
    font-size: 36px;
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.about-us-our-adv-grid {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 9px));
    column-gap: 12px;
    margin-top: 0px;
}

.about-us-our-adv-grid i {
    font-style: normal;
}

.about-us-our-adv-grid>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-us-our-adv-grid>div>div:nth-of-type(1) {
    color: var(--m-color);
    font-size: 64px;
    margin-bottom: 12px;
}

.about-us-our-adv-grid>div>div:nth-of-type(1)>span {
    font-size: 32px;
    margin-left: 6px;
}

.about-us-our-adv-grid>div>div:nth-of-type(2) {
    font-size: 24px;
}

.about-us-news-part {
    padding-bottom: 100px;
}

.about-us-news-title {
    font-size: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.about-us-news-grid {
    width: var(--m-width);
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 24px));
    column-gap: 36px;
    row-gap: 36px;
    margin: 0 auto;
}

.about-us-news-grid>a {
    height: 510px;
    border: 1px solid #fafafa;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    display: block;
    transition: all 0.35s ease-in-out;
    position: relative;
}

.about-us-news-grid>a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 31, 4, 0.21);
    box-shadow: 0px 4px 35px 3px rgba(0, 0, 0, 0.20);
}

.about-us-news-card>div:nth-of-type(1) {
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    border-radius: 10px 10px 0 0;
    transition: all 0.3s linear;
}

.about-us-news-grid>a:hover>div:nth-of-type(1) {
    background-size: 110% auto;
}

.about-us-news-grid>a>div {
    box-sizing: border-box;
    padding: 0 18px;
}

.about-us-news-grid>a>div:nth-of-type(2) {
    color: #797979;
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.about-us-news-grid>a>div:nth-of-type(3) {
    color: #353535;
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-us-news-grid>a>div:nth-of-type(4) {
    color: #353535;
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-us-news-grid>a button {
    position: absolute;
    bottom: 24px;
    left: 18px;
    height: 32px;
    border-radius: 16px;
    color: white;
    outline: none;
    border: none;
    background: #353535;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-size: 16px;
    transition: all 0.35 ease-in-out;
    cursor: pointer;
}

.about-us-news-grid>a button>i {
    margin-left: 2px;
    font-size: 18px;
    vertical-align: bottom;
}

.about-us-news-grid>a:hover button {
    background: var(--m-color);
}

#gallery {
    min-width: 1200px;
    width: calc(100vw - 100px);
}

#thumbs {
    width: 10px;
    visibility: hidden;
    margin-top: 0px;
}

#thumbs .swiper-slide {
    opacity: 0.3;
}

#thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.about-us-value img{
    width: 100%;
}

.about-us-value{
    margin-top: 24px;
}

.about-us-value-title{
    font-size: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.about-us-value-desc{
    color: #000;
    font-size: 18px;
    line-height: 28px;
    width: 960px;
    margin: 72px auto 0 auto;
    text-align: center;
}

.f-news-bg{
    background-image: url("/img/news-bg.jpg");
}

.news-news-title{
    text-align: left;
    justify-content: left;
    width: var(--m-width);
    margin: 0 auto;
}



.news-main-text-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 64px
}

.news-main-text-paragraph>div {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #353535;
    text-align: justify;
}

.news-main-text-paragraph {
    margin-bottom: 72px
}

.news-main-text-paragraph>div.stitle {
    font-weight: 700;
    font-size: 26px
}

.news-content-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.news-content-img>img {
    width: 800px;
    max-height: 600px;
    border: 6px solid white;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.06)
}

.news-main-text-title {
    font-size: 36px;
}

.news-main-text-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
    font-size: 18px;
    white-space: nowrap;
}

.news-main-text-time i {
    font-size: 22px;
    margin-right: 2px;
    vertical-align: center
}

.news-main-top-t-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

.news-detail-img-div{
    height: 440px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-lang-part{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 80px;
}

.header-lang-title {
    font-size: 36px;
}

.header-lang-list-div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.header-lang-list-div>div{
    font-size: 24px;
    height: 64px;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f6f6f6;
    transition: all 0.35s ease-in-out;
}

.header-lang-list-div>div[select='true'],
.header-lang-list-div>div:hover{
    background: var(--m-color);
    color: white;
}

.header-lang-list-div>div:nth-of-type(n+2){
    margin-left: 24px;
}

.f-solution-1bg{
    background-image: url("/img/solution_1_bg.jpg");
}
.f-solution-2bg{
    background-image: url("/img/solution_2_bg.jpg");
}
.f-solution-3bg::before{
    background: rgba(0,0,0,0.25);
}
.f-solution-3bg{
    background-image: url("/img/solution_3_bg.jpg");
}
.solution-desc-part{
    padding-top: 24px;
    padding-bottom: 48px;
}
.solution-desc-content{
    width: var(--m-width);
    margin: 0 auto;
}

.solution-title{
    font-size: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.solution-paragraph{
    font-size: 18px;
    line-height: 28px;
}
.solution-paragraph>div{
    margin-bottom: 18px;
}

.solution-desc-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.solution-desc-icons>div{
    flex-shrink: 0;
    width: 260px;
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.35s ease-in-out;
    border-radius: 10px;
}

.solution-desc-icons>div>span{
    width: 120px;
    height: 120px;
    background-image: url("/img/solution-1-icons.png");
    background-repeat: no-repeat;
    background-size: auto 120px;
    background-position-y: 0; 
}
.solution-desc-icons2>div>span{
    background-image: url("/img/solution-2-icons.png");
}
.solution-desc-icons3>div>span{
    background-image: url("/img/solution-3-icons.png");
}
.solution-desc-icons>div:nth-of-type(1)>span{
    background-position-x: 0;
}
.solution-desc-icons>div:nth-of-type(2)>span{
    background-position-x: -120px;
}
.solution-desc-icons>div:nth-of-type(3)>span{
    background-position-x: -240px;
}
.solution-desc-icons>div:nth-of-type(4)>span{
    background-position-x: -360px;
}
.solution-desc-icons>div>div{
    text-align: center;
    padding: 0 14px;
    font-size: 18px;
    line-height: 28px;
}

.solution-in-act-content{
    width: var(--m-width);
    margin: 0 auto;
    padding-bottom: 72px;
}

.solution-in-act-flex{
    display: grid;
    grid-template-columns: calc(56% - 12px) calc(44% - 12px);
    column-gap: 24px;
}
.solution-in-act-flex>div{
    border-radius: 10px;
    height: 400px;
}

.solution-in-act-flex>div:nth-of-type(1){
    background: #f7f7f7;
}

.solution-act-imgs{
    position: relative;
}
.solution-act-imgs>div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    opacity: 0;
    transition: all 1.0s ease-in-out;
}
.solution-act-imgs>div:nth-of-type(1){
    background-image: url("/img/solution-in-act-bg1.jpg");
}
.solution-act-imgs>div:nth-of-type(2){
    background-image: url("/img/solution-in-act-bg2.jpg");
}
.solution-act-imgs>div:nth-of-type(3){
    background-image: url("/img/solution-in-act-bg3.jpg");
}
.solution-act-imgs>div:nth-of-type(4){
    background-image: url("/img/solution-in-act-bg4.jpg");
}
.solution-act-imgs2>div:nth-of-type(1){
    background-image: url("/img/solution-in-act-bg21.jpg");
}
.solution-act-imgs2>div:nth-of-type(2){
    background-image: url("/img/solution-in-act-bg22.jpg");
}
.solution-act-imgs2>div:nth-of-type(3){
    background-image: url("/img/solution-in-act-bg23.jpg");
}
.solution-act-imgs2>div:nth-of-type(4){
    background-image: url("/img/solution_2_bg.jpg");
}

.solution-act-imgs3>div:nth-of-type(1){
    background-image: url("/img/solution-in-act-bg31.jpg");
}
.solution-act-imgs3>div:nth-of-type(2){
    background-image: url("/img/solution-in-act-bg32.jpg");
}
.solution-act-imgs3>div:nth-of-type(3){
    background-image: url("/img/solution-in-act-bg33.jpg");
}
.solution-act-imgs3>div:nth-of-type(4){
    background-image: url("/img/solution-in-act-bg34.jpg");
}

.solution-act-imgs>div.active{
    opacity: 1;
}
.solution-act-act-div{
    display: flex;
    align-items: center;
}
.solution-act-act-div>div{
    height: 4px;
    width: 36px;
    background: #e9e9e9;
    margin-right: 4px;
    cursor: pointer;
}

.solution-act-act-div>div.active{
    background: var(--m-color);
}
.solution-tip-bottom{
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.switch-act-btn-div{
    position: relative;
    bottom: 0px;
    display: flex;
    align-items: center;
}

.switch-act-btn-div>a:nth-of-type(2){
    margin-right: 0;
}

.solution-act-desc{
    position: relative;
    box-sizing: border-box;
}

.solution-act-desc>div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 48px 36px;
    opacity: 0;
    transition: all 0.35s ease-in-out;
}
.solution-act-desc>div.active{
    opacity: 1;
}
.solution-act-desc-t{
    font-size: 24px;
    display: flex;
    align-items: center;
}
.solution-act-desc-t>span{
    min-width: 400px;
}

.solution-act-desc-t>i{
    color: var(--m-color);
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-left: 16px;
    cursor: pointer;
}

.solution-act-desc-d{
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    margin-top: 18px;
}

.header-solution-tabs{
    border-bottom: 1px solid #eee;
    height: 64px;
}

.header-solution-tabs>div{
    width: var(--m-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 18px));
    height: 64px;
    column-gap: 27px;
}
.header-solution-tabs>div>a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 2px solid rgba(0,0,0,0);
    transition: all 0.35s ease-in-out;
    color: #353535;
    position: relative;
}
.header-solution-tabs>div>a:hover{
    color: var(--m-color);
    border-bottom: 2px solid var(--m-color);
}

.header-solution-tabs>div>a>div{
    position: absolute;
    top: 64px;
    width: 100%;
    padding-top: 32px;
}

.index-solution-icon-bg{
    height: 220px;
    width: 100%;
    border-radius: 10px;
    background-size: 100% auto;
    transition: all 0.35s linear;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.header-solution-tabs>div>a:hover .index-solution-icon-bg{
    background-size: 110% auto;
}
.index-solution-icon-bg1{
    /* background-image: url("/img/solution-excavator-bg-header.jpg"); */
    background-image: url("/img/solution-1-head-bg.jpg");
}

.index-solution-icon-bg2{
    /* background-image: url("/img/solution_station_bg_header.jpg"); */
    background-image: url("/img/solution-2-head-bg.jpg");
}

.index-solution-icon-bg3{
    /* background-image: url("/img/solution-monitor-industry-bg.jpg"); */
    /* background-image: url("/img/solution-monitor-bg-header.jpg"); */
    background-image: url("/img/solution-3-head-bg.jpg");
    
}

.header-pro-details>a.header-pro-more-alink{
    justify-content: center;
}


.faq-content {
    padding-top: 64px;
}

.faq-one-part {
    min-height: 200px;
}


.faq-m-bg {
    padding: 12px 0px 26px 0px;
}

.faq-m-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 32px;
    color: rgba(16, 17, 33, 1);
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    display: none;
}
.faq-question-list{
    margin-top: 18px;
}
.faq-question-list-one {
    border-bottom: 1px solid rgba(230, 230, 230, 0.6);
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.faq-question-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    line-height: 36px;
    user-select: none;
    cursor: pointer;
    padding: 16px 10px 16px 40px;
    background: rgba(223, 223, 223, 0.5);
    box-sizing: border-box;
    position: relative;
    transition: all 0.35s ease-in-out;
}

.faq-question-text>i{
    color: #999;
    position: absolute;
    z-index: 10;
    left: 14px;
    top: 16px;
    font-size: 22px;
    font-weight: 400;
}
.faq-question-list-one-expand .faq-question-text{
    background: rgba(254, 223, 194, 0.4);
}
.faq-question-list-one-expand .faq-question-text>i{
    color: var(--m-color);
}
.faq-question-text>div {
    padding-right: 48px;
    color: #101121;
    font-size: 24px;
    font-weight: 500;
}

.faq-question-text>div>.order {
    margin-right: 4px;
}

.faq-question-text>span>button {
    color: #fff;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #ccc;
    border-radius: 50%;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
}
.faq-question-list-one-expand .faq-question-text>span>button{
    background: var(--m-color);
    color: #fff;
    transform: rotate(180deg);
}
.faq-question-text>span>button>i {
    font-size: 20px;
}


.faq-question-list-one>.faq-question-text>span>button.add i{
    transform: rotate(90deg);
    display: inline-block;
    font-size: 24px;
}
.faq-question-list-one>.faq-question-text>span>button.reduce {
    display: none;
}


.faq-answer-text {
    color: #4F4F4F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    transition: all 300ms;
    background: rgba(224, 224, 224, 0.5);
    background: #fff;
    overflow: hidden;
    height: 0;
    position: relative;
    box-sizing: border-box;
    padding-left: 28px;
}
.faq-answer-text>i{
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 14px;
    color: #999;
    font-weight: bolder;
}
.faq-question-list-one-expand .faq-answer-text>i{
    color: var(--m-color);
}
.faq-alink-title-text {
    margin-right: 8px;
    color: #101121;
    font-weight: 500;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.faq-answer-download-line {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
}

.faq-answer-download-line>a {
    color: var(--m-color);
    font-weight: 500;
    font-size: 14px;
    padding: 0px 8px;
    height: 28px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-answer-download-line>a[download] {
    padding: 0;
}

.faq-answer-download-line>a>span {
    display: inline-block;
    max-width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.faq-answer-download-line>a>i {
    margin-left: 8px;
    color: var(--m-color);
    font-size: 14px;
}

.outpage-cal-height {
    height: auto;
    position: fixed;
    left: 0;
    top: -1000;
}

.faq-answer-text>div {
    padding: 12px 20px;
}

.faq-pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    padding: 24px;
    flex-wrap: wrap;
    row-gap: 24px;
    /* display: none; */
    margin-top: 8px;
}

.faq-pagination-list>button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    outline: none;
    border: 1px solid #e0e0e0;
    background: none;
    color: #4F4F4F;
    font-weight: 500;
    cursor: pointer;
    border-radius: 2px;
    user-select: none;
    flex-shrink: 0;
}

.faq-pagination-list>button.active {
    color: white;
    background: var(--m-color);
    border: 1px solid var(--m-color);
}

.faq-empty-gap {
    height: 30px;
}

.faq-empty-gap2 {
    height: 30px;
}


.faq-main-part{
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 48px;
}

.faq-menu-left{
    width: 240px;
    height: 320px;

}

.faq-content-main{
    width: auto;
}

.faq-left-title{
    font-size: 32px;
    color: var(--m-color);
    margin-bottom: 24px;
}
.faq-left-menu{
    border-top: 1px solid #e0e0e0;
}
.faq-left-menu>div{
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #e0e0e0;
    padding: 18px 0;
    user-select: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.35s ease-in-out;
}

.faq-left-menu>div.active{
    color: var(--m-color);
}
.f-faq-bg{
    background-image: url("../img/faq-bg.jpg");
}
.f-faq-bg::before{
    background: rgba(0,0,0,0.15);
}
.f-download-bg{
    background-image: url("../img/f-download-bg.jpg");
}
.f-download-bg::before{
    background: rgba(0,0,0,0);
}
.f-video-bg{
    background-image: url("../img/f-video-bg.jpg");
}

.f-big-img-content-download{
    text-align: left;
}
.product-download-list img{
    width: 102px !important;
    height: 100px !important;
}

.product-download-list{
    grid-template-columns: repeat(4, calc(25% - 18px));
    row-gap: 24px;
    column-gap: 24px;
}
.product-download-list i {
    font-size: 20px;
    font-weight: bolder;
    margin-left: 10px;
}
.product-download-list a{
    height: 260px;
}
.product-download-list a>div{
    transition: all 0.35s ease-in-out;
}
.product-download-list a:hover>div{
    color: var(--m-color);
}

.video-list-main{
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 48px;
}
.video-menus{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}
.video-menus>div{
    font-size: 18px;
    height: 48px;
    display: flex;
    align-items: center;
    user-select: none;
    padding: 0 18px;
    border-bottom: 2px solid rgba(0,0,0,0);
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}
.video-menus>div.active{
    border-bottom: 2px solid var(--m-color);
    color: var(--m-color);
}
.video-menu-part{
    position: relative;
}
.video-menu-part>.act-line{
    width: 0px;
    border-bottom: 3px solid var(--m-color);
    position: absolute;
    bottom: 2px;
    left: 0;
    transition: width 0.3s, left 0.3s, right 0.3s;
}

.video-tags{
    display: flex;
    align-items: center;
    padding: 32px 0;
}
.video-tags>div{
    font-size: 18px;
    background: #e9e9e9;
    margin-right: 18px;
    border-radius: 4px;
    padding: 6px 12px;
    user-select: none;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}
.video-tags>div.active{
    background: var(--m-color);
    color: white;
}

.video-list-div{
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 12px));
    column-gap: 16px;
    row-gap: 16px;
}
.video-list-div>div{
    height: 248px;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    color: #353535;
    overflow: hidden;
}
.video-list-div>div>div:nth-of-type(1){
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.video-list-div>div>div:nth-of-type(1)>img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
    display: block;
}
.video-list-div>div>div:nth-of-type(2){
    box-sizing: border-box;
    padding: 8px 6px;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    height: 60px;
    transition: all 0.35s ease-in-out;
}
.video-list-div>div:hover>div:nth-of-type(2) {
    color: var(--m-color);
}
.video-list-div>div:hover img{
    transform: scale(1.1);
}

#productParamDiv[key='kts196']>div:nth-of-type(1) .product-param-tb-grid>div:nth-of-type(4),
#productParamDiv[key='kts196']>div:nth-of-type(1) .product-param-tb-grid>div:nth-of-type(8){
    font-size: 13px !important;
    line-height: 18px;
}
.not-login-partner-center{
    color: white;
    margin-right: 18px;
}
.header-solid .not-login-partner-center{
    color: #353535;
}
.not-login-partner-center>i{
    font-size: 20px;
}

.logined-partner-center {
    /* width: 150px; */
    cursor: pointer;
    position: relative;
}

.logined-partner-info {
    color: #474747;
    display: flex;
    align-items: center;
    height: 36px;
    user-select: none;
    justify-content: flex-start;
    position: relative;
    z-index: 100;
    padding: 0 12px;
    position: relative;
    margin-right: 8px;
}

.logined-partner-info>i:nth-of-type(1) {
    font-size: 20px;
    margin-right: 4px;
    color: #fff;
}
.header-solid .logined-partner-info>i:nth-of-type(1) {
    color: #353535;
}

.logined-partner-info>span {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: white;
    position: relative;
}
.header-solid .logined-partner-info>span {
    color: #353535;
}

.logined-partner-info>i.icon-you {
    transform: rotate(90deg);
    position: absolute;
    right: 12px;
    top: 12px;
}

.logined-menu-part {
    min-width: 160px;
    padding: 6px;
    box-sizing: border-box;
    position: absolute;
    top: 36px;
    left: 2px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0px 8px 5px rgba(0, 0, 0, 0.06);
    visibility: hidden;
    transform:scale(0.8);
    transform-origin: 50% 0;
    opacity: 0;
    transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.logined-partner-center:hover .logined-menu-part {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}

.logined-menu-one {
    height: 32px;
    padding: 0;
}

.logined-menu-one>a {
    display: flex;
    width: 100%;
    min-height: 32px;
    align-items: center;
    font-size: 16px;
    color: #353535;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 4px;
}

.logined-menu-one:hover>a {
    background: var(--m-color);
    color: white;
}



.train-center-left-menu {
    width: 240px;
    background: #f7f8ff;
    flex-shrink: 0;
    user-select: none;
}

.train-center-left-submenu>div:nth-of-type(1) {
    height: 54px;
    /* border-bottom: 1px solid rgba(230, 230, 230, 0.6); */
    display: flex;
    align-items: center;
    padding-left: 16px;
    box-sizing: border-box;
    color: #212121;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    background: #eeeefa;
}
.train-center-left-submenu>div:nth-of-type(1).active{
    border-left: 3px solid var(--m-color);
}

.train-center-left-submenu>div:nth-of-type(1)::after {
    content: "";
    position: absolute;
    width: 0px;
    right: 18px;
    border-width: 8px 6px;
    border-style: solid;
    border-color: #212121 transparent transparent  transparent;
    transition: transform 0.3s;
    transform-origin: 6px 2px;
    top: 26px;
    transform: rotate(-180deg);
}
.train-center-left-submenu>div:nth-of-type(2){
    transition: height 0.2s;
    overflow-y: hidden;
    display: block;
}
.train-center-left-submenu.noexpand>div:nth-of-type(2){
    height: 0px !important;
}
.train-center-left-submenu.noexpand>div:nth-of-type(1)::after{
    top: 24px;
    transform: rotate(0deg);
}
.train-center-left-submenu>div>a {
    height: 54px;
    /* border-bottom: 1px solid rgba(230, 230, 230, 0.6); */
    display: flex;
    align-items: center;
    padding-left: 36px;
    box-sizing: border-box;
    color: #212121;
    font-weight: 600;
    background: rgba(247, 248, 255, 0.5);
    font-size: 14px;
}
.train-center-left-submenu>div>a.active {
    color: var(--m-color);
}

.train-center-left-menu>a:last-of-type {
    border-bottom: none;
}
.train-center-right-list {
    min-height: 400px;
    padding-bottom: 32px;
}

.train-video-list-part {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 18px));
    column-gap: 24px;
    row-gap: 24px;
}


.train-video-card-one {
    min-height: 280px;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    overflow: hidden;
}

.train-video-face {
    height: 200px;
    background-color: #eeeeef;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: auto 200px;
    background-position: center;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.train-video-face::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 14px 24px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    opacity: 0;
}


.train-video-face>span>img {
    margin-right: 2px;
    width: 28px;
    height: 28px;
}

.train-video-face>span {
    color: #999;
    position: absolute;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.loading-img-part {
    display: inline-block;
    -webkit-animation: loading 1s linear infinite;
    -moz-animation: loading 1s linear infinite;
    -o-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.t-video-face-part-loaded {
    pointer-events: auto;
    transition: all 0.35s ease-in-out;
}

.t-video-face-part-loaded>span {
    display: none;
}

.t-video-face-part-loaded:hover {
    background-size: auto 220px;
}

.t-video-face-part-loaded:hover::before {
    opacity: 1;
}

.train-video-bottom {
    padding: 8px 12px;
}

.train-video-download-part {
    flex-shrink: 0;
}

.train-video-download-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.train-video-file-title {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    line-height: 22px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}


.train-video-date {
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.train-video-date>svg {
    width: 16px;
    height: 16px;
    fill: #777 !important;
}

.train-video-download-part>a {
    border: 1px solid var(--m-color);
    font-size: 14px;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-weight: 400;
}

.train-video-download-part>a>i {
    font-size: 12px;
    margin-left: 4px;
}

.train-video-download-part>a:hover {
    background: var(--m-color);
    color: white;
}

.train-video-download-part>a:hover>i {
    color: white;
}

.train-center-title-top {
    margin-top: 48px;
}



.train-center-video-play {
    width: 640px;
    position: relative;
}

.train-center-video-play video {
    width: 640px;
    margin: 0;
    padding: 0;
    display: block;
    background: none;
}

.train-center-video-play>div {
    margin-top: 20px;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.15);
    width: 640px;
}

.video-play-close-btn {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 50%;
    user-select: none;
    right: -20px;
    top: -20px;
    position: absolute;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.75);
}

.video-play-close-btn::before,
.video-play-close-btn::after {
    content: "";
    background: var(--m-color);
    position: absolute;
    height: 2px;
    width: 20px;
    left: 10px;
    top: 19px;
}

.video-play-close-btn::before {
    transform: rotate(45deg);
}

.video-play-close-btn::after {
    transform: rotate(-45deg);
}

.train-center-no-data {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 72px;
}

.train-center-no-data>img {
    width: auto;
}

.train-center-no-data>div {
    color: #999;
    font-size: 26px;
    margin-top: 6px;
}
#productParamDiv[key='rc525']{
    position: relative;
}
#productParamDiv[key='rc525']>div:nth-of-type(3){
    position: absolute;
    width: 608px;
    top: 288px;
}

#productParamDiv[key='rc525']>div:nth-of-type(4){
    position: relative;
    top: 96px;
}


#productParamDiv[key='at80']{
    position: relative;
}
#productParamDiv[key='at80']>div:nth-of-type(3){
    position: absolute;
    width: 608px;
    top: 288px;
}

#productParamDiv[key='at80']>div:nth-of-type(4){
    position: relative;
    top: 96px;
}

#productParamDiv[key='at85']>div:nth-of-type(3){
    position: relative;
    bottom: 96px;
}
.product-detail-size{
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.product-detail-size>img{
    max-width: var(--m-width);
}

.download-center-part{
    min-height: 500px;
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 48px;
}

/* Download Center Search Line */
.download-center-search-line {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    align-items: center;
    margin-top: 24px;
}

.download-center-search-line > div {
    width: 480px;
}

.download-center-search-line > div:first-child {
    position: relative;
    display: flex;
}

.download-center-search-line input {
    flex: 1;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 50px 0 16px;
    font-size: 18px;
    outline: none;
    transition: border-color 0.3s;
}

.download-center-search-line input:focus {
    border-color: var(--m-color);
}

.download-center-search-line input::placeholder {
    color: #aaa;
}

.download-center-search-line button {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 18px;
    transition: color 0.3s;
}

.download-center-search-line button:hover {
    color: var(--m-color);
}

.download-center-search-line select {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 40px 0 16px;
    font-size: 18px;
    outline: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0L6 4.59L10.59 0L12 1.41l-6 6l-6-6z'/%3E%3C/svg%3E") no-repeat right 16px center;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.3s;
    color: #333;
}

.download-center-search-line select:focus {
    border-color: var(--m-color);
}

.download-center-search-line select option {
    color: #333;
}

/* Download Center Table Grid */
.download-center-tb-grid {
    display: grid;
    grid-template-columns: 35% 35% 30%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.download-center-tb-grid > div {
    padding: 16px 32px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}
.download-center-tb-grid > div:nth-of-type(3n+2),
.download-center-tb-grid > div:nth-of-type(3n){
    justify-content: center;
}

/* Header Row */
.download-center-tb-grid > div:nth-child(1),
.download-center-tb-grid > div:nth-child(2),
.download-center-tb-grid > div:nth-child(3) {
    background: #ffd9b3;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #ffcc99;
}

/* Data Rows */
.download-center-tb-grid > div:nth-child(3n + 4) {
    border-left: none;
}



/* Remove border from last row */
.download-center-tb-grid > div:nth-last-child(-n + 3) {
    border-bottom: none;
}

/* Download Icon Link */
.download-center-tb-grid a {
    color: var(--m-color);
    border: 2px solid var(--m-color);
    /* font-size: 28px; */
    font-size: 16px;

    transition: all ease-in-out 0.3s;
    display: inline-flex;
    height: 32px;
    box-sizing: border-box;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    padding: 2px 16px;
    background: white;
    font-weight: bolder;
}
.download-center-tb-grid a>span{
    margin-right: 8px;
}
.download-center-tb-grid a>i{
    font-size: 14px;
}
.download-center-tb-grid a:hover {
    color: white;
    background: var(--m-color);
}

/* Responsive */
@media screen and (max-width: 768px) {
    .download-center-search-line {
        flex-direction: column;
        gap: 16px;
    }

    .download-center-tb-grid {
        grid-template-columns: 1fr;
    }

    .download-center-tb-grid > div {
        padding: 12px 16px;
    }

    .download-center-tb-grid > div:nth-child(3n + 5),
    .download-center-tb-grid > div:nth-child(3n + 6) {
        border-left: none;
        border-top: 1px solid #f0f0f0;
    }

    /* Make header sticky on mobile */
    .download-center-tb-grid > div:nth-child(1)::before {
        content: '';
    }

    .download-center-tb-grid > div:nth-child(2),
    .download-center-tb-grid > div:nth-child(3) {
        display: none;
    }

    /* Add labels for mobile */
    .download-center-tb-grid > div:nth-child(3n + 4)::before,
    .download-center-tb-grid > div:nth-child(3n + 5)::before {
        content: attr(data-label);
        font-weight: 600;
        margin-right: 12px;
        color: #666;
    }
}
/* Product Series List Grid */
.product-series-list-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    margin: 16px auto;
    row-gap: 16px;
    column-gap: 16px;
    box-sizing: border-box;
    width: calc(100% - 32px);
}

.product-series-card {
    position: relative;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.product-series-content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 48px;

}

.product-series-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0 0 4px 0;
}

.product-series-subtitle {
    font-size: 18px;
    color: #333;
    margin: 0 0 18px 0;
    line-height: 1.4;
    max-width: 350px;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.8);
}

.product-series-btn {
    display: inline-block;
    height: 32px;
    border-radius: 16px;
    min-width: 120px;
    padding: 0 16px;
    line-height: 32px;
    box-sizing: border-box;
    background-color: #ff7a00;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
}


.product-series-img {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: auto;
}

.product-series-img img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .product-series-card {
        height: 400px;
        padding: 40px 30px 30px;
    }

    .product-series-title {
        font-size: 30px;
    }

    .product-series-subtitle {
        font-size: 16px;
    }

    .product-series-img img {
        max-height: 160px;
    }
}

@media screen and (max-width: 768px) {
    .product-series-list-grid {
        grid-template-columns: 1fr;
    }

    .product-series-card {
        height: 380px;
        padding: 40px 24px 30px;
    }

    .product-series-title {
        font-size: 28px;
    }

    .product-series-subtitle {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .product-series-btn {
        padding: 10px 28px;
        font-size: 15px;
    }

    .product-series-img img {
        max-height: 140px;
    }
}


.pros-compare-grid-tb {
    display: grid;
    grid-template-columns: 240px repeat(4, calc((var(--m-width) - 240px) / 4));
    row-gap: 36px;
    padding-bottom: 32px;
    margin: 0 auto;
}

.pros-compare-grid-tb>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 42px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    box-sizing: border-box;
    flex-direction: column;
    padding: 0px 4px;
}


.pros-compare-grid-tb>div>div:nth-of-type(1){
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.85);
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 2px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}
.pros-compare-grid-tb>div>div:nth-of-type(2){
    font-size: 15px;
    color: rgba(0, 0, 0, 0.45);
    flex-shrink: 0;
}
.pros-compare-pro-name {
    border-bottom: 1px solid var(--m-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    font-weight: 600;
    font-size: 18px;
    padding-top: 8px;
}
.pros-compare-tb-th{
    position: sticky;
    top: 80px !important;
    z-index: 500;
    background: white;
}
.pros-compare-pro-img{
    height: 90px;
}
.pros-compare-pro-img>img {
    width: 180px;
    height: 180px;
}


.product-compare-download{
    padding: 12px 0 48px 0;
}



.pros-compare-main-title {
    margin-bottom: 42px;
    opacity: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 36px;
    font-weight: 700;
    color: rgba(16, 17, 33, 1);
    text-align: center;
}

.pros-compare-main-part{
    width: var(--m-width);
    margin: 0 auto;
    overflow: visible;
}

.product-n-compare {
    --product-n-compare-count: 3;
    --product-n-compare-label-width: 240px;
    --product-n-compare-header-min-height: 182px;
    --product-n-compare-cell-min-height: 76px;
    --product-n-compare-cell-padding: 22px 20px;
    --product-n-compare-media-size: 144px;
    --product-n-compare-media-radius: 20px;
    --product-n-compare-media-padding: 12px;
    --product-n-compare-head-font-size: 24px;
    --product-n-compare-spec-font-size: 18px;
    --product-n-compare-value-font-size: 17px;
    --product-n-compare-symbol-size: 30px;
    width: 100%;
    overflow: visible;
    padding-bottom: 32px;
}

.product-n-compare-table {
    width: 100%;
    overflow: visible;
}

.product-n-compare-sticky {
    position: sticky;
    top: 80px;
    z-index: 8;
    margin-bottom: 12px;
}

.product-n-compare-row {
    display: grid;
    grid-template-columns: var(--product-n-compare-label-width) repeat(var(--product-n-compare-count), minmax(0, 1fr));
    align-items: stretch;
    border: 1px solid #d9e8ef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
}

.product-n-compare-row + .product-n-compare-row {
    margin-top: 8px;
}

.product-n-compare-row-header {
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff8716 0%, #ff7a00 100%);
    background: linear-gradient(135deg, #ff8716 0%, #fe9431 100%);
    box-shadow: 0 20px 44px rgba(255, 122, 0, 0.22);
}

.product-n-compare-cell {
    min-width: 0;
    min-height: var(--product-n-compare-cell-min-height);
    padding: var(--product-n-compare-cell-padding);
    box-sizing: border-box;
    border-right: 1px solid #d9e8ef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-n-compare-cell:last-child {
    border-right: none;
}

.product-n-compare-row-header .product-n-compare-cell {
    min-height: var(--product-n-compare-header-min-height);
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.product-n-compare-row-header .product-n-compare-cell:last-child {
    border-right: none;
}

.product-n-compare-head-spec {
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.product-n-compare-head-spec-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.product-n-compare-head {
    flex-direction: column;
    gap: 18px;
    color: #fff;
    text-align: center;
}

.product-n-compare-media {
    width: var(--product-n-compare-media-size);
    height: var(--product-n-compare-media-size);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--product-n-compare-media-padding);
    box-sizing: border-box;
}

.product-n-compare-media > img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.12));
    position: relative;
    bottom: 14px;
}

.product-n-compare-head-title {
    font-size: var(--product-n-compare-head-font-size);
    line-height: 1.35;
    font-weight: 700;
    white-space: pre-line;
    word-break: break-word;
    position: absolute;
    bottom: 10px;
}

.product-n-compare-spec {
    justify-content: flex-start;
    background: #fff;
}

.product-n-compare-spec-text {
    font-size: var(--product-n-compare-spec-font-size);
    line-height: 1.6;
    font-weight: 600;
    color: rgba(16, 17, 33, 0.92);
    word-break: break-word;
}

.product-n-compare-value-cell {
    background: #fff;
}

.product-n-compare-value {
    /* width: 100%; */
    font-size: var(--product-n-compare-value-font-size);
    line-height: 1.7;
    font-weight: 500;
    color: rgba(16, 17, 33, 0.88);
    text-align: left;
    white-space: pre-line;
    word-break: break-word;
}

.product-n-compare-symbol {
    display: inline-block;
    font-size: var(--product-n-compare-symbol-size);
    line-height: 28px;
    /* font-weight: 700; */
}

.product-n-compare-value.is-yes {
    color: var(--m-color);
}
.product-n-compare-value.is-no,
.product-n-compare-value.is-empty {
    color: #a4adbb;
}

.product-n-compare-row.is-merged {
    border-color: rgba(255, 122, 0, 0.16);
}

.product-n-compare-value-merged {
    background: rgba(255, 122, 0, 0.08);
}

.product-n-compare-value.is-merged {
    color: var(--m-color);
    font-size: 16px;
    /* font-weight: 700; */
}

.product-right-sub-menus{
    background: white;
    padding-top: 4px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.prouct-compare-btn-line{
    display: flex;
    align-items: center;
    padding: 18px 0 0 0;
}
.prouct-compare-btn-line>a{
    margin-bottom: 18px;
}
.product-compare-btn-a{
    background-color: var(--m-color);
    outline: none;
    color: white;
    border: none;
    font-size: 16px;
    height: 32px;
    border-radius: 16px;
    padding: 0 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.antenna-ha-menus{
    display: flex;
    align-items: center;
    padding-top: 16px;
    margin-bottom: 32px;
}
.antenna-ha-menus>div{
    font-size: 18px;
    height: 36px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    user-select: none;
    padding: 0 18px;
    border-bottom: 2px solid rgba(0,0,0,0);
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    border: 1px solid #d9d9d9;
    margin-right: 16px;
}
.antenna-ha-menus>div:hover,
.antenna-ha-menus>div.active{
    border-bottom: 2px solid var(--m-color);
    color: var(--m-color);
    color: white;
    background: var(--m-color);
    border: 1px solid var(--m-color);
}

.download-pdf-name i{
    color: #eb2f3b;
    font-size: 20px;
    margin-right: 4px;
}
.download-pdf-name i.pro-icon{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.download-pdf-name i>img{
    width: 48px;
}
.f-download-title{
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
}

.clear-btn>i{
    font-size: 24px;
    color: #ccc;
}
.product-scene-part{
    background: #f9f9f9;
    margin-bottom: 32px;
    margin-top: 32px;
}

.product-scene-main{
    width: var(--m-width);
    margin: 0 auto;
    min-height: 200px;
    padding-bottom: 32px;
}
.product-scene-desc{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.product-scene-grid{
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 12px));
    width: 100%;
    min-width: 640px;
    margin: 0 auto;
    column-gap: 24px;
    row-gap: 24px;
    margin-top: 32px;
}
.product-scene-grid>div{
    height: 280px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 6px 3px rgba(50, 50, 50, 0.05);
}
.product-scene-grid>div>i{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-grow: 1;
}
.product-scene-grid>div>span{
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    background: #353535;
    width: 100%;
    border-radius: 0 0 10px 10px;
    color: white;
}
.product-charact-main{
    margin-top: 32px;
    margin-bottom: 32px;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-height {
    min-width: var(--m-width);
    height: 37.5vw;
    min-height: calc(var(--m-width) * 0.42);
    max-height: 100vh;
    padding-bottom: 24px;
}

.product-charact-text{
    width: var(--m-width);
    margin: 0 auto;
}

.product-charact-text>div:nth-of-type(1){
    font-size: 36px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
}
.product-charact-text>div:nth-of-type(2){
    text-align: center;
    font-size: 24px;
    width: 1024px;
    margin: 0 auto;
}

.product-charact-part>div:nth-of-type(odd) .product-charact-text{
    color: white;
}

.f-solution-excavator-bg{
    background-image: url("../img/solution-excavator-bg.jpg");
}

.solution-excavator-background {
    width: 100%;
    min-width: var(--m-width);
    background-image: url("../img/solution-excavator-bg2.jpg");
    background-size: cover;
    background-position: center;
    padding: 0 0 48px 0;
    box-sizing: border-box;
    /* min-height: 37.5vw; */
    max-height: 750px;
}

.solution-excavator-content {
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.solution-excavator-left {
    flex-shrink: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 32px;
    font-size: 18px;
    line-height: 36px;
    background-color: var(--m-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: justify;
}

.solution-excavator-title {
    font-size: 36px;
    color: white;
    margin-bottom: 40px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.solution-excavator-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.solution-excavator-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: white;
}

.solution-excavator-icon {
    width: 24px;
    height: 24px;
    background-color: var(--m-color);
    border-radius: 50%;
    margin-right: 16px;
    position: relative;
    flex-shrink: 0;
}

.solution-excavator-icon::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.solution-excavator-right {
    flex-shrink: 0;
    width: 50%;
    background-image: url("../img/solution-excavator-bg-r.png");
    background-size: cover;
    background-position: center bottom;
    min-height: 480px;
    border-radius: 0 10px 10px 0;
}
.solution-excavator-firework{
    width: 100%;
    min-width: var(--m-width);
    background-image: url("../img/solution-excavator-bg3.jpg");
    background-size: cover;
    background-position: center;
    padding: 0 0 48px 0;
    box-sizing: border-box;
    /* min-height: 37.5vw; */
    max-height: 750px;
    margin-top: 24px;
}
.solution-excavator-firework-content{
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.solution-excavator-firework-subtitle{
    width: var(--m-width);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}
.solution-excavator-firework-img{
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-excavator-firework-img>img{
    max-height: 100%;
    max-width: 100%;
}
.solution-excavator-system{
    width: 100%;
    min-width: var(--m-width);
    background-image: url("../img/solution-excavator-bg2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 48px 0;
    box-sizing: border-box;
    /* min-height: 37.5vw; */
    max-height: 750px;
    margin-top: 24px;
}

.solution-excavator-system-content{
    display: flex;
    width: var(--m-width);
    margin: 0 auto;
}
.solution-excavator-system-left{
    width: 45%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-top: 48px;
    padding-right: 18px;
}
.solution-excavator-system-left>div:nth-of-type(1){
    font-size: 24px;
    font-weight: 600;
    background: var(--m-color);
    color: white;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 18px;
}
.solution-excavator-system-left>div:nth-of-type(2){
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}
.solution-excavator-system-left>div:nth-of-type(2)>div{
    margin-top: 18px;
}
.solution-excavator-system-right{
    width: 55%;
    flex-shrink: 0;
    min-height: 400px;
    max-height: 530px;
    height: 28vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-excavator-system-right>img{
    max-width: 100%;
    max-height: 100%;
}

.solution-excavator-hardware-content{
    display: flex;
    width: var(--m-width);
    margin: 0 auto;
    justify-content: space-between;
}

.solution-excavator-hardware-one{
    width: calc(50% - 18px);
    flex-shrink: 0;
    background: var(--m-color);
    border-radius: 20px;
    color: white;
    box-sizing: border-box;
    padding: 36px 24px;
}
.solution-excavator-hardware-one-t{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.solution-excavator-hardware-one-d{
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    min-height: 112px;
}
.solution-excavator-hardware-one-f{
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.solution-excavator-hardware-one-f>div:nth-of-type(1){
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    border-radius: 20px;
    position: relative;
}
.solution-excavator-hardware-one-f>div>img{
    width: 190px;
    position: relative;
    bottom: 8px;
}
.solution-excavator-hardware-one-f>div>span{
    position: absolute;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    bottom: 12px;
}
.solution-excavator-hardware-one-f>div:nth-of-type(2){
    padding-left: 40px;
    box-sizing: border-box;
}
.solution-excavator-hardware-one-f>div:nth-of-type(2)>div{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
}

.solution-excavator-hardware-one-f>div:nth-of-type(2)>div::before{
    content: "\2605";
    position: absolute;
    left: -20px;
}


.solution-excavator-app-content{
    display: flex;
    width: var(--m-width);
    margin: 0 auto;
    justify-content: space-between;
}

.solution-excavator-app-one{
    width: calc(50% - 18px);
    flex-shrink: 0;
    box-sizing: border-box;
}

.solution-excavator-app-img{
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 3px solid var(--m-color);
    border-radius: 20px;
    margin-bottom: 32px;
}

.solution-excavator-app-desc>div:nth-of-type(1){
    font-size: 24px;
    font-weight: 600;
    color: var(--m-color);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.solution-excavator-app-desc>div:nth-of-type(1)::before{
    content: "";
    width: 6px;
    height: 20px;
    background: var(--m-color);
    display: inline-block;
    margin-right: 10px;
}

.solution-excavator-app-desc>div:nth-of-type(2){
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
}


.solution-excavator-scene-part{
    margin-bottom: 24px;
    margin-top: 24px;
    background-image: url("../img/solution-excavator-bg2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.solution-excavator-scene-main{
    width: var(--m-width);
    margin: 0 auto;
    min-height: 200px;
    padding-bottom: 32px;
}
.solution-excavator-scene-desc{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.solution-excavator-scene-grid{
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 12px));
    width: 100%;
    min-width: 640px;
    margin: 0 auto;
    column-gap: 24px;
    row-gap: 24px;
    margin-top: 32px;
}
.solution-excavator-scene-grid>div{
    height: 280px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 6px 3px rgba(50, 50, 50, 0.05);
}
.solution-excavator-scene-grid>div>i{
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    flex-grow: 1;
    transition: all 0.35s ease-in-out;
}
.solution-excavator-scene-grid>div>i:hover{
    background-size: 110% auto;
}
.solution-excavator-scene-grid>div>span{
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    background: var(--m-color);
    width: 100%;
    border-radius: 0 0 10px 10px;
    color: white;
}

.f-solution-station-bg{
    background-image: url("/img/solution_station_bg.jpg");
}

.f-solution-station-bg::before{
    background: rgba(0,0,0,0.15);
}

.solution-station-background{
    background-image: none;
    background-color: #f4f4f4;
    background-color: rgba(200, 200, 200, 0.1);
}
.solution-station-background2{
    background-image: none;
    background-color: #f4f4f4;
    background-color: rgba(200, 200, 200, 0.1);
    /* background-color: #fff; */
}

.solution-station-desc{
    width: var(--m-width);
    margin: -24px auto 0 auto;
    text-align: justify;
    font-size: 18px;
    line-height: 36px;
}

.solution-station-solution-content{
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    margin-top: 36px;
    justify-content: space-between;
}

.solution-station-solution-left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 12px);
    flex-shrink: 0;
    height: 440px;
}
.solution-station-solution-left>img{
    max-width: 100%;
    max-height: 100%;
}

.solution-station-solution-right{
    width: calc(50% - 12px);
    flex-shrink: 0;
}

.solution-station-solution-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.solution-station-solution-scene {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.solution-station-solution-scene>div {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.solution-station-solution-scene>div>div:first-child {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.solution-station-solution-scene>div>div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-station-solution-scene>div>div:last-child {
    padding: 10px 16px;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: 500;
}

.solution-station-system-img{
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-station-system-img>img{
    max-width: 100%;
    max-height: 600px;
}

.solution-station-system .solution-excavator-hardware-one-d{
    min-height: 84px;
}

.solution-station-hardware-solution{
    max-height: initial;
}

.solution-station-hs-content{
    width: var(--m-width);
    margin: 0 auto;
}

 .solution-station-hs-content {
            width: var(--m-width);
            margin: 0 auto;
        }

.solution-station-hs-one {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.solution-station-hs-one:last-child {
    margin-bottom: 0;
}

.solution-station-hs-one>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    flex-shrink: 0;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background: var(--m-color);
}

.solution-station-hs-one>div {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 280px;
}

.solution-station-hs-one>div>img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.solution-station-software-bg{
    background: #f8f8f8;
}

.solution-station-software-content{
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 auto;
    width: var(--m-width);
}

.solution-station-software-left{
    height: 480px;
    background-image: url("/img/solution-station-software-bg.jpg");
    background-position: center;
    /* background-size: auto 450px; */
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.solution-station-software-left>img{
    max-width: 100%;
    max-height: 100%;
}
.solution-station-software-left>span{
    bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    bottom: 12px;
    left: 90px;
    width: 360px;
    text-align: center;
}

.solution-station-software-right {
      display: flex;
      flex-direction: column;
      gap: 24px;
      max-width: 760px;
}

.solution-station-software-right>div {
      display: flex;
      align-items: flex-start;
}


.solution-station-software-right>div>i {
      width: 96px;
      height: 96px;
      background: #ff8f45;
      border-radius: 12px;
      display: grid;
      place-items: center;
      box-shadow: 0 6px 16px rgba(255, 138, 59, 0.25);
      overflow: hidden;
      flex-shrink: 0;
      margin-right: 20px;
}


.solution-station-software-right>div>i img {
      width: 56px;
      height: 56px;
      object-fit: contain;
}



.solution-station-software-right>div>div:last-child>div:first-child {
      font-size: 20px;
      font-weight: 600;
      color: var(--m-color);
      margin-bottom: 6px;
}


.solution-station-software-right>div>div:last-child>div:last-child {
      font-size: 16px;
      line-height: 24px;
      color: #666;
      text-align: justify;
}

.solution-station-sa{
    background: #fbf9f6;
}
.solution-station-sa-content {
      display: grid;
      grid-template-columns: repeat(2, calc(50% - 30px));
      row-gap: 60px;
      column-gap: 60px;
      width: var(--m-width);
      margin: 0 auto;
}

.solution-station-sa-content>div {
      display: flex;
      align-items: flex-start;
}


.solution-station-sa-content>div>i {
      width: 96px;
      height: 96px;
      background: #ff8f45;
      border-radius: 12px;
      display: grid;
      place-items: center;
      box-shadow: 0 6px 16px rgba(255, 138, 59, 0.25);
      overflow: hidden;
      flex-shrink: 0;
      margin-right: 20px;
}


.solution-station-sa-content>div>i img {
      width: 56px;
      height: 56px;
      object-fit: contain;
}



.solution-station-sa-content>div>div:last-child>div:first-child {
      font-size: 20px;
      font-weight: 600;
      color: var(--m-color);
      margin-bottom: 6px;
}


.solution-station-sa-content>div>div:last-child>div:last-child {
      font-size: 16px;
      line-height: 24px;
      color: #666;
      text-align: justify;
}
.solution-station-pain{
    background-image: url("/img/solution-adv-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.solution-station-pain-content{
    width: var(--m-width);
    margin: 0 auto;
    background: rgba(247, 247, 247, 0.92);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 54px 76px 56px;
    box-shadow: 0 12px 36px rgba(184, 150, 107, 0.08);
    backdrop-filter: blur(4px);
}

.solution-station-pain-content>div{
    position: relative;
    padding-left: 56px;
    font-size: 0;
}

.solution-station-pain-content>div+div{
    margin-top: 24px;
}

.solution-station-pain-content>div>img{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 6px;
}

.solution-station-pain-content>div>span{
    font-size: 18px;
    line-height: 1.7;
    color: #2f3138;
}

.solution-station-pain-content>div>span:nth-of-type(1){
    font-size: 18px;
    font-weight: 700;
    color: #1f2329;
    display: inline;
    margin-right: 6px;
}

.solution-station-pain-content>div>span:nth-of-type(2){
    display: inline;
    font-weight: 400;
}

.solution-station-pain-content>div>span:nth-of-type(1)::after{
    content: ":";
    font-weight: 400;
}

.solution-station-application{
    background: rgba(200, 200, 200, 0.1);
    margin-bottom: 24px;
    padding-bottom: 24px;
    max-height: 800px;
}
.solution-station-application-content{
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
}

.solution-station-application-content>div{
    border-radius: 20px;
    overflow: hidden;
}

.solution-station-application-content>div:nth-of-type(1){
    background: var(--m-color);
    box-sizing: border-box;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(35% - 8px);
}

.solution-station-application-content>div:nth-of-type(1)>div:nth-of-type(1){
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.solution-station-application-content>div:nth-of-type(1)>div:nth-of-type(2){
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-align: justify;
}

.solution-station-application-content>div:nth-of-type(2){
    display: flex;
    background: var(--m-color);
    width: calc(65% - 8px);
}

.solution-station-application-content>div:nth-of-type(2)>div:nth-of-type(1){
    width: 45%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.solution-station-application-content>div:nth-of-type(2)>div:nth-of-type(2){
    width: 55%;
    box-sizing: border-box;
    padding: 24px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-align: justify;
    display: flex;
    align-items: center;
}


.f-solution-monitor-bg{
    background-image: url("/img/solution-monitor-bg.jpg");
}

.solution-monitor-hardware{
    background-image: url("/img/solution-monitor-hardware-bg.jpg");
}


.solution-monitor-hardware-one{
    width: 100%;
    flex-shrink: 0;
    background: var(--m-color);
    border-radius: 20px;
    color: white;
    box-sizing: border-box;
    padding: 36px 24px;
}
.solution-monitor-hardware-one-t{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.solution-monitor-hardware-one-d{
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 18px;
}
.solution-monitor-hardware-one-f{
    display: flex;
    align-items: flex-start;
}
.solution-monitor-hardware-one-f>div:nth-of-type(1){
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 360px;
    flex-shrink: 0;
    border-radius: 20px;
    position: relative;
}
.solution-monitor-hardware-one-f>div>img{
    width: 280px;
    position: relative;
    bottom: 8px;
}
.solution-monitor-hardware-one-f>div>span{
    position: absolute;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    bottom: 12px;
}
.solution-monitor-hardware-one-f>div:nth-of-type(2){
    padding-left: 80px;
    box-sizing: border-box;
}
.solution-monitor-hardware-one-f>div:nth-of-type(2)>div{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
}

.solution-monitor-hardware-one-f>div:nth-of-type(2)>div::before{
    content: "\2605";
    position: absolute;
    left: -20px;
}
.solution-monitor-hardware-one-f>div:nth-of-type(2)>div:nth-of-type(1)::before{
    display: none;
}

.solution-monitor-hardware-one-t,
.solution-monitor-hardware-one-d{
    position: relative;
    right: 20px;
}
.solution-monitor-sa-main{
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.solution-monitor-sa-main .solution-station-pain-content>div>span:nth-of-type(1)::after{
    content: "";
}
.solution-monitor-sa-content{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.solution-monitor-sa-content>div{
    background: var(--m-color);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 24px;
    display: flex;
    color: #fff;
}

.solution-monitor-sa-content>div>i{
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
}

.solution-monitor-sa-content>div>i>img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.solution-monitor-sa-content>div>div{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.solution-monitor-sa-content>div>div>div:nth-of-type(1){
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.solution-monitor-sa-content>div>div>div:nth-of-type(2){
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
}
.solution-monitor-pain-content{
    width: calc(50% - 7px);
    margin: 0;
}
.solution-monitor-pain-content>div:nth-of-type(1){
    font-size: 24px;
    font-weight: 600;
    padding-left: 0;
}
.solution-monitor-scene{
    background: rgba(200, 200, 200, 0.1);
    margin-bottom: 0;
}
#product-charact-part[p='ex30b']>div:nth-of-type(2),
#product-charact-part[p='ex30b']>div:nth-of-type(3){
    background-position: center bottom !important;
}

.product-solution-main{
    margin-top: 32px;
    margin-bottom: 32px;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto !important;
}


.product-solution-content{
    width: var(--m-width);
    margin: 0 auto;
}

.product-solution-content>div:nth-of-type(1){
    font-size: 36px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
}
.product-solution-content>div:nth-of-type(2){
    display: grid;
    grid-template-columns: 50% 50%;
    height: 100%;
    margin-top: 24px;
}

.product-solution-content>div:nth-of-type(2)>div:nth-of-type(1){
    padding-top: 24px;
}
.product-solution-content>div:nth-of-type(2)>div:nth-of-type(1)>div{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 24px;
}
.product-solution-content>div:nth-of-type(2)>div:nth-of-type(2){
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-solution-content>div:nth-of-type(2)>div:nth-of-type(2)>img{
    max-width: 100%;
    max-height: 100%;
}

#product-charact-part[p='xfix-app'] .product-charact-text{
    color: #000;
}


#newsParagraphDiv[key='0002']>div:nth-of-type(5),
#newsParagraphDiv[key='0002']>div:nth-of-type(8){
    font-weight: 700;
    margin-bottom: 0;
    font-size: 28px;
}
#newsParagraphDiv[key='0002']>div:nth-of-type(12){
    background-size: auto 100%;
}
#newsParagraphDiv[key='0003']>div:nth-of-type(3),
#newsParagraphDiv[key='0003']>div:nth-of-type(13),
#newsParagraphDiv[key='0003']>div:nth-of-type(35),
#newsParagraphDiv[key='0003']>div:nth-of-type(52){
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.header-aliexpress-a{
    display: inline-flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}
.header-aliexpress-a>img{
    height: 22px;
    width: auto;
}
.about-us-value-p{
    width: var(--m-width);
    margin: 0 auto;
    position: relative;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.about-us-value-p>div{
    position: absolute;
    margin-top: 0;
    transition: all 0.35s ease-in-out;
}
.about-us-desc-detail{
    font-size: 24px;
    line-height: 36px;
    margin-top: 6px;
    text-align: justify;
}
.f-big-img-content-about-us{
    height: 25vw;
}

.f-company-bg::before{
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(3px)
}
.footer-send-email-div{
    display: none;
}
.f-blog-bg{
    background-image: url("/img/blog_bg.jpg");
}

.about-us-blog-grid>a{
    height: 400px;
}

.about-us-blog-grid > a > div:nth-of-type(3){
    -webkit-line-clamp: 3;
}
.blog-topic-keywords{
    position: relative;
    bottom: 24px;
    font-size: 24px;
    line-height: 1.5;
    color: #353535;
}
.blog-topic-keywords>div{
    display: flex;
    column-gap: 8px;
}
.blog-tk-title{
    font-weight: bolder;
}

.blog-tk-keywords{
    display: flex;
    align-items: center;
}
.blog-tk-keywords>span{
    background: var(--m-color);
    color: white;
    margin-right: 14px;
    padding: 0 16px;
    font-size: 20px;
    height: 32px;
    border-radius: 16px;
    user-select: none;
}

.blog-detail-img-div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
}
.blog-detail-img-div>img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.blog-detail-title-div{
    font-size: 28px !important;
    font-weight: 700;
    /* margin-bottom: 0 !important; */
}

.blog-iframe{
    border-radius:10px;
    border:none;
    width: 1280px;
    height: 720px;
}