@import url("iconfont.css");

:root {
    --m-width: 1200px;
    --m-color: #03a9f4;
    --s-color: #03a9f4;
    --strong-color: #03a9f4;
    --social-size1: 64px
}

* {
    font-family: Noto Sans SC, Helvetica Neue, Helvetica, PingFang SC, 'MicroSoft YaHei', sans-serif
}

.mont {
    font-family: 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: #666;
    box-shadow: -1px -2px 5px -1px rgba(0, 0, 0, 0.15);
    color: #fff;
    padding-top: 24px
}

.footer a:hover {
    color: var(--m-color)
}

.copyright {
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.copyright a {
    color: #fff;
    margin-left: 12px
}

.copyright>span:nth-of-type(1) {
    margin-right: 4px
}

.footer-first-line {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap
}

.footer-first-line-logo {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.footer-first-line-logo>img {
    height: 48px
}

.footer-first-line-logo>span {
    font-size: 24px;
    font-weight: 500;
    margin-left: 18px;
    color: white
}

.footer-footer-part {
    width: var(--m-width);
    margin: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    justify-content: space-between
}

.footer-contact-info {
    width: 360px;
    padding-left: 4px;
    flex-shrink: 0
}

.footer-contact-title {
    font-size: 24px;
    font-weight: 500;
    padding: 0px 0 28px 0;
    color: #fff
}

.footer-contact-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 12px;
    column-gap: 6px;
    font-size: 14px;
    line-height: 22px
}

.footer-contact-grid>div:nth-of-type(even) {
    display: flex;
    align-items: flex-start
}

.footer-contact-one {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.footer-contact-one>i {
    margin-right: 2px;
    position: relative
}

.footer-contact-one>span:nth-of-type(1) {
    flex-shrink: 0;
    white-space: nowrap
}

.footer-contact-one::after {
    content: ":";
    margin-right: 4px
}

.footer-social-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.footer-social-follow-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 28px
}

.footer-social-list {
    display: flex;
    justify-content: center
}

.footer-social-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
    width: 144px
}

.footer-social-qrcode img {
    width: 114px;
    margin-bottom: 12px;
    pointer-events: none
}

.footer-social-qrcode div {
    color: #fff;
    font-size: 14px;
    text-align: center
}

.footer-social-qrcode div:nth-of-type(1) {
    margin-bottom: 4px
}

.footer-social-qrcode div>i {
    font-size: 20px;
    margin-right: 6px
}

.footer-social-alinks {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    width: 180px
}

.footer-social-alinks>a {
    height: 24px;
    width: 24px;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    color: white;
    background: white
}

.footer-social-alinks>a:hover {
    color: white
}

.footer-social-alinks>a>i {
    font-size: 26px
}

.footer-social-alinks>a:nth-of-type(1) {
    margin-left: 0
}

.footer-social-alinks>a:nth-of-type(1)>i {
    color: #07c160
}

.footer-social-alinks>a:nth-of-type(2)>i {
    color: #fa9d3b
}

.footer-social-alinks>a:nth-of-type(3) {
    color: #170b1a
}

.title {
    font-size: 28px;
    margin-bottom: 16px;
    color: #333
}

.header {
    min-height: 80px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    z-index: 1999 !important;
    position: sticky;
    top: 0px;
    background: rgba(0, 0, 0, 0)
}

.header-solid {
    background: white
}

.header-taobao-part {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    position: relative;
    flex-direction: column;
    height: 48px
}

.header-taobao-part>img {
    width: 64px;
    margin-right: 8px
}

.header-taobao-part i {
    color: #ff5000;
    font-size: 24px;
    margin-right: 4px
}

.header-taobao-part a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #333
}

.header-taobao-part a:hover {
    color: #ff5000 !important
}

.header-taobao-qrcode {
    width: 160px;
    height: 180px;
    position: absolute;
    top: 48px;
    box-shadow: 0 0px 8px 5px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #50607a;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transform-origin: 50% 0;
    transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.header-taobao-qrcode img {
    width: 130px;
    user-select: none;
    pointer-events: none
}

.header-taobao-qrcode span {
    font-size: 14px;
    margin-top: 4px
}

.header-taobao-part:hover .header-taobao-qrcode {
    display: flex;
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.header-taobao-part:hover a {
    color: #ff5000
}

.left-top-logo-div {
    display: flex;
    align-items: center;
    height: 100%
}

.left-top-logo-div>img {
    height: 36px
}

.left-top-logo-div>span {
    font-size: 24px;
    font-weight: 500;
    margin-left: 18px;
    color: #333
}

.top-sel-lang-ul {
    padding-top: 10px
}

.top-sel-lang-ul>li {
    display: flex;
    align-items: center;
    height: 36px;
    box-sizing: border-box;
    padding-left: 26px
}

.top-sel-lang-ul>li>img {
    width: 30px;
    margin-right: 10px
}

.top-sel-lang-ul>li>span {
    font-size: 16px;
    font-weight: 500;
    color: #232323
}

.top-sel-lang-ul>li:hover>span {
    color: var(--m-color)
}

.header-solid .top-m-bar {
    background: rgba(55, 49, 38, 1)
}

.nav {
    width: var(--m-width);
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 900;
    justify-content: space-between
}

.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: 48px
}

.nav>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 1;
    justify-content: space-between;
    margin-left: 160px
}

body[lang='en'] .nav>div:nth-of-type(2) {
    margin-left: 60px
}

.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;
    position: relative;
    justify-content: center;
    margin-right: 4px
}

.header-menu>li>a {
    display: inline-block;
    height: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    transition: background 0.25s ease-in-out
}

.header-solid .header-menu>li>a {
    color: #fff;
    color: #333
}

.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 24px 0 24px
}

body[lang='en'] .header-menu>li>a>span {
    margin: 0 14px 0 14px
}

.header-menu>li>a>span>i {
    transform: rotate(90deg);
    margin-left: 2px;
    font-size: 18px;
    position: relative;
    top: 2px
}

.header-menu>li.home-li>a>span {
    margin-left: 0;
    margin-right: 8px
}

.header-menu>li.noexpand-li>a>span {
    margin-right: 8px
}

.header-menu>li.faq-li>a>span {
    margin-right: 24px
}

.header-menu>li>a>span::after {
    content: "";
    border-bottom: 2px solid var(--m-color);
    display: block;
    width: 0%;
    position: absolute;
    bottom: 10px;
    left: 0;
    transition: width 0.4s
}

.header-solid .header-menu>li.noexpand-li:hover>a>span::after {
    border-bottom: 2px solid var(--m-color);
    width: 100%
}

.header-menu>li:hover>a {
    color: 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::before {
    width: 100%
}

.header-menu>li:hover>.header-menu-triangle {
    display: block;
    transform: rotate(90deg)
}

.header-menu>li:hover>.header-menu-triangle::after {
    border-color: transparent transparent transparent var(--m-color)
}

.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: #2b2b2b;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    width: 214px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.header-menu-sub-menu-part {
    display: grid;
    grid-template-columns: 214px 1fr;
    height: 100%
}

body[lang='en'] .header-menu-sub-menu-no-expand {
    width: 300px
}

body[lang='en'] .header-menu-sub-menu-part {
    grid-template-columns: 300px 1fr
}

.header-menu-triangle {
    position: absolute;
    top: 37px;
    width: 12px;
    height: 8px;
    z-index: 999;
    right: 5px;
    pointer-events: none;
    transform-origin: 3px 4px;
    transition: 0.2s ease-in-out
}

.header-menu-triangle::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border-width: 4px 6px 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #1a1917
}

.header-menu-sub-menu-ul {
    position: relative;
    background: #fff;
    height: auto
}

.header-menu-sub-menu-ul>li {
    height: 48px;
    position: relative;
    border-top: 1px solid rgba(100, 100, 100, 0.1)
}

.header-menu-sub-menu-ul>li>a {
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 14px;
    color: #808080;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    position: relative
}

.header-menu-sub-menu-ul>li>a::after {
    content: "";
    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
}

.header-menu-sub-menu-ul>li:hover>a {
    background: var(--m-color);
    color: rgba(255, 255, 255, 0.9)
}

.show-right-detail>div {
    display: block !important
}

.header-menu-sub-menu-ul>li:hover>div {
    display: block
}

.header-menu-pro-show .header-menu-sub-menu,
.header-menu-pro-show .header-menu-sub-menu-no-expand {
    display: block;
    max-height: 400px
}

.header-solid .header-top-right-triangle::before {
    border-right-color: #f5f6fc
}

.header-solid .header-top-right-triangle::after {
    background: #f5f6fc
}

.index-head-search::before {
    content: "";
    width: 130px;
    border-bottom: 1px solid rgba(252, 252, 255, 0.3)
}

.index-head-search {
    box-sizing: border-box;
    position: relative;
    width: 130px;
    transition: padding-left 0.25s;
    padding-left: 30px
}

.index-head-search span:nth-of-type(1) {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 1;
    transition: opacity 0.25s;
    pointer-events: none
}

.index-head-search span:nth-of-type(2) {
    position: absolute;
    right: 0px;
    top: 0;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.25s;
    cursor: pointer
}

.header-solid .index-head-search-blue::before {
    border-color: var(--m-color) !important
}

.index-head-search input::placeholder {
    color: rgba(255, 255, 255, 0.4)
}

.header-solid .index-head-search input::placeholder {
    color: rgba(47, 47, 47, 0.4)
}

.index-head-search>div {
    width: 130px
}

.header-solid .index-lang-select-option {
    background: #f5f6fc !important;
    color: var(--m-color)
}

.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
}

.big-img-part {
    overflow: hidden;
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10
}

.big-img-part::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.big-img-content {
    position: absolute;
    bottom: 0px;
    display: flex;
    transition: left 1.0s ease-in-out;
    -moz-transition: left 1.0s ease-in-out;
    -webkit-transition: left 1.0s ease-in-out;
    -o-transition: left 1.0s 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 top;
    width: 100vw;
    height: 52vw;
    min-height: calc(var(--m-width) * 0.52);
    max-height: 100vh
}

.no-tran {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important
}

.big-img-content>div:nth-of-type(1) {
    background-image: url("../img/index-banner-06.jpg")
}

.big-img-content>div:nth-of-type(2) {
    background-image: url("../img/index-banner-01.jpg")
}

.big-img-content>div:nth-of-type(3) {
    background-image: url("../img/index-banner-02.jpg")
}

.big-img-content>div:nth-of-type(4) {
    background-image: url("../img/index-banner-03.jpg")
}

.big-img-content>div:nth-of-type(5) {
    background-image: url("../img/index-banner-04.jpg")
}

.big-img-content>div:nth-of-type(6) {
    background-image: url("../img/index-banner-05.jpg")
}

.big-img-content>div:nth-of-type(7) {
    background-image: url("../img/index-banner-06.jpg")
}

.big-img-content>div:nth-of-type(8) {
    background-image: url("../img/index-banner-01.jpg")
}

.big-img-bnts {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    column-gap: 14px;
    background: rgba(34, 182, 245, 0.2);
    border-radius: 18px;
    padding: 0 18px
}

.big-img-bnts>div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer
}

.big-img-bnts>div.active {
    background: var(--m-color)
}

.big-img-cover-info-part {
    z-index: 998;
    position: absolute;
    bottom: 6vw;
    left: 0px;
    width: 100%;
    height: 42px;
    color: white;
    text-align: center
}

.big-img-cover-info-content {
    width: var(--m-width);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.big-img-bg-desc-text-part {
    position: absolute;
    bottom: calc(50% + 76px);
    height: 0px;
    width: 100%;
    left: 0;
    z-index: 900;
    color: white;
    text-align: center;
    user-select: none;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.big-img-bg-desc-text-part>div {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    top: 0;
    width: var(--m-width)
}

.big-img-bg-desc-text-part>div.active {
    opacity: 1
}

.big-img-bg-desc-text-part>div>div:nth-of-type(1) {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 16px
}

.big-img-bg-desc-text-part>div>div:nth-of-type(2) {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px
}

.big-img-bg-desc-text-part>div>div:nth-of-type(3) {
    font-size: 30px
}

.index-opt-next-page-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 50%;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    padding: 0 18px
}

.index-opt-next-page-part>a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
    background: rgba(18, 18, 18, 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>i {
    color: #fff;
    font-size: 28px
}

.index-opt-next-page-part>a:nth-of-type(1) {
    transform: rotate(180deg)
}

.index-usage-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: var(--m-color);
    padding-top: 64px;
    margin-bottom: -24px
}

.index-our-pros-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 36px
}

.index-our-pros-title>div:nth-of-type(1) {
    color: var(--m-color);
    font-size: 48px;
    font-weight: 700
}

.index-our-pros-title>div:nth-of-type(2) {
    color: var(--m-color);
    font-size: 24px;
    font-weight: 700
}

.index-center-title {
    text-align: center
}

.index-pros-list-part {
    padding-top: 32px
}

.index-pros-grid {
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    margin-bottom: 24px;
    column-gap: 24px;
    row-gap: 24px;
    min-height: 560px !important
}

.index-pros-grid>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.04);
    overflow: hidden
}

.index-pros-grid>div>div:nth-of-type(3) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px
}

.index-pro-to-detail-a {
    background: white;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.06);
    font-size: 18px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 6px;
    font-weight: 700;
    position: relative;
    z-index: 100;
    transition: all 0.3s ease-in-out
}

.index-pro-to-detail-a>i {
    font-size: 24px;
    margin-left: 4px;
    position: relative;
    top: 2px
}

.index-pro-to-detail-a:hover {
    background: var(--m-color);
    color: white
}

.index-pros-grid-3 {
    grid-template-columns: repeat(3, calc(33.33% - 16px))
}

.index-pros-grid-2 {
    grid-template-columns: repeat(2, calc(50% - 12px))
}

.index-pros-grid>div {
    position: relative;
    display: flex;
    flex-direction: column
}

.index-pros-grid>div>div:nth-of-type(1) {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-top: 32px;
    flex-shrink: 0
}

.index-pros-grid>div>div:nth-of-type(2) {
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    flex-shrink: 0
}

.index-pros-grid>div>div:nth-of-type(3) {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 80px
}

.index-pros-grid>div img {
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.index-pros-grid>div img:hover {
    transform: scale(1.1)
}

.index-pros-grid-3>div img {
    width: 80%
}

.index-pros-grid-2>div img {
    width: 58%
}

.index-pros-grid-1>div>div:nth-of-type(1) {
    padding-top: 50px
}

.index-pros-grid-1>div>div:nth-of-type(2) {
    position: relative;
    top: 50px
}

.index-pros-grid-1>div img {
    width: 45%
}

.index-pros-grid-1>div>div:nth-of-type(3) {
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 48px;
    position: relative;
    bottom: 14px
}

.index-pros-card-1 {
    background-image: url("../img/index_pro_bg1.png")
}

.index-pros-card-2 {
    background-image: url("../img/index_pro_bg2.png")
}

.index-pros-card-3 {
    background-image: url("../img/index_pro_bg3.png");
    background-size: 120% auto !important
}

.index-pros-card-4 {
    background-image: url("../img/index_pro_bg4.png");
    background-size: 120% auto !important
}

.index-pros-card-5 {
    background-image: url("../img/index_pro_bg5.png")
}

.index-pros-card-6 {
    background-image: url("../img/index_pro_bg6.png")
}

.to-explore-alink {
    border: 2px solid var(--m-color);
    background: white;
    height: 36px;
    border-radius: 20px;
    display: flex;
    width: 160px;
    align-items: center;
    justify-content: center;
    color: var(--m-color);
    font-size: 16px;
    transition: all 0.2s ease-in-out
}

.to-explore-alink:hover {
    background: var(--m-color);
    color: white
}

.foot-menu-part {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    max-width: 160px
}

.foot-quick-visit-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 26px
}

.foot-quick-blue-div {
    width: 64px;
    height: 3px;
    background: var(--m-color);
    margin-top: 32px;
    margin-bottom: 6px
}

.foot-menu-right {
    width: 960px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.foot-menu-one-col {
    flex-shrink: 0
}

.footer-first-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #fff;
    position: relative;
    width: auto;
    display: block
}

.footer-first-text>a {
    color: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding-bottom: 2px
}

.footer-first-text>a:hover {
    border-color: var(--m-color)
}

.foot-menu {
    display: flex;
    justify-content: flex-start;
    height: 110px
}

.foot-menu>li {
    padding: 0 40px 0 0
}

.paragraph {
    color: #666;
    line-height: 32px;
    font-size: 18px
}

.beian-alink {
    color: #e5e5e5 !important;
    cursor: pointer
}

.beian-alink:hover {
    color: var(--m-color) !important
}

.common-content-main {
    width: var(--m-width);
    margin: auto
}


.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>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: 50%
}

.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: 14px
}

.common-top-main-title {
    font-size: 36px;
    color: #1a1b1c;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    height: 64px;
    display: flex;
    align-items: center
}

.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;
    background: #fff;
    border-radius: 4px
}

.lyear-radio span::before {
    border-radius: 11px;
    width: 18px;
    height: 18px;
    top: -1px;
    border: 2px solid #ccc;
    background: white
}

.lyear-checkbox 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-radio span::after {
    content: "";
    border-width: 0;
    transform: none;
    position: absolute;
    left: 6px;
    top: 5px;
    height: 4px;
    width: 10px;
    height: 10px;
    border: none;
    background: white;
    display: none;
    border-radius: 50%
}

.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-radio input:checked~span:before {
    border: 2px solid var(--m-color);
    background: var(--m-color);
    border: 2px solid #134b9f;
    background: #134b9f
}

.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
}

.banner-height {
    min-width: var(--m-width);
    height: 37.5vw;
    min-height: calc(var(--m-width) * 0.375);
    max-height: 100vh
}

.banner-height-f {
    min-width: var(--m-width);
    height: 52vw;
    min-height: calc(var(--m-width) * 0.52);
    max-height: 100vh
}

.banner-height-s {
    min-width: var(--m-width);
    height: 42vw;
    min-height: calc(var(--m-width) * 0.42);
    max-height: 100vh
}

.banner-height-900 {
    min-width: var(--m-width);
    height: 46.8vw;
    min-height: calc(var(--m-width) * 0.468);
    max-height: 100vh
}

.banner-height-short {
    min-width: var(--m-width);
    height: 26vw;
    min-height: calc(var(--m-width) * 0.26);
    max-height: 100vh
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.after-sale-part {
    overflow: hidden;
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10
}

.after-sale-main {
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/after-sale-banner.jpeg");
    background-size: cover;
    background-repeat: no-repeat
}

.after-sale-main::before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.after-sale-main-desc {
    color: white;
    width: var(--m-width);
    font-size: 64px;
    line-height: 90px;
    position: relative;
    z-index: 10;
    text-align: center
}

.after-sale-bottom-bg-part {
    min-width: var(--m-width);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/after-sale-body.png");
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.after-sale-bottom-bg-part::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1
}

.after-sale-bottom-bg-part>div {
    position: relative;
    z-index: 10;
    width: var(--m-width);
    color: white;
    font-size: 48px;
    line-height: 72px;
    font-weight: 700
}

.after-sale-safeguard-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 64px
}

.after-sale-safeguard-title {
    color: #37474f;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px
}

.after-sale-safeguard-desc {
    color: #828282;
    font-size: 24px;
    line-height: 48px;
}

.after-sale-safeguard-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 32px));
    column-gap: 64px;
    row-gap: 64px;
    margin-bottom: 72px;
    margin-top: 48px
}

.after-sale-our-safeguard img {
    width: 96px
}

.after-sale-our-safeguard>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px
}

.after-sale-our-safeguard>div:nth-of-type(2) {
    text-align: center;
    color: var(--m-color);
    margin-bottom: 24px;
    margin-top: 8px
}

.after-sale-our-safeguard>div:nth-of-type(2)>div:nth-of-type(1) {
    font-size: 32px;
    font-weight: 700
}

.after-sale-our-safeguard>div:nth-of-type(2)>div:nth-of-type(2) {
    font-size: 16px;
    font-weight: 700
}

.after-sale-our-safeguard>div:nth-of-type(3) {
    color: #828282;
    font-size: 24px;
    line-height: 48px
}

.product-top-m-main {
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.product-top-m-img {
    width: 600px;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center
}

.product-top-m-img>img {
    width: 600px
}

.product-top-m-img-app {
    align-items: center
}

.product-top-m-img-car-computer {
    justify-content: center;
    align-items: center;
    padding-top: 2vw
}

.product-top-m-img-car-computer>img {
    width: 720px;
    position: relative
}

.product-top-m-img-navigator {
    justify-content: center;
    align-items: center;
    padding-top: 2vw
}

.product-top-m-img-navigator>img {
    width: 700px;
    position: relative
}

.product-top-m-img-gnss-receiver {
    align-items: center
}

.product-top-m-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 100px;
    box-sizing: border-box
}

.product-top-m-text>div:nth-of-type(1) {
    font-size: 64px;
    color: #383838;
    font-weight: 700;
    margin-bottom: 90px
}

.product-top-m-text>div:nth-of-type(2) {
    font-size: 32px;
    color: #383838
}

.product-main-desc-part {
    background: #f5f5f5;
    color: #383838;
    border-radius: 10px
}

.product-main-desc-main {
    width: var(--m-width);
    padding: 42px 0;
    margin: 0 auto;
    font-size: 24px;
    line-height: 48px
}

.pros-feature {
    height: 46.8vw;
    min-height: calc(var(--m-width) * 0.468);
    max-height: 900px;
    background-size: cover;
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-top: 1px solid rgba(212, 212, 212, 0.1);
    background-color: #f0f0f0
}

.pros-feature-part .pros-feature:nth-of-type(1) {
    border-top: none
}

.pros-feature-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    box-sizing: border-box
}

.pros-feature-content {
    width: var(--m-width);
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 500
}

.pros-feature-content>div {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px
}

.pros-feature-left .pros-feature-content {
    justify-content: right
}

.pros-feature-desc-text {
    width: 600px;
    display: block;
    margin-top: 24px
}

.pros-feature-desc-text>div:nth-of-type(1) {
    color: #101121;
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 18px;
    position: relative;
    display: block
}

.pros-feature-desc-text>div:nth-of-type(1)>span {
    z-index: 100;
    position: relative
}

.pros-feature-desc-text>div:nth-of-type(1)::before {
    content: "";
    display: block;
    height: 10px;
    width: calc(100% + 20px);
    position: absolute;
    bottom: 0px;
    left: -10px;
    z-index: 1
}

.pros-feature-desc-text>div:nth-of-type(2) {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    box-sizing: border-box;
    color: #474747;
    display: none
}

.pro-gear-sensor-bg1-img img {
    width: 720px
}

#pro-gear-sensor #pro-feature-1 .pros-feature-content>div {
    text-align: center
}

#pro-gear-sensor #pro-feature-2 .pros-feature-content {
    justify-content: space-between;
    box-sizing: border-box
}

#pro-gear-sensor #pro-feature-2 .pros-feature-content>div:nth-of-type(2) {
    padding-left: 120px
}

#pro-gear-sensor #pro-feature-2 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-right: 0;
    width: 600px
}

.pro-gear-sensor-bg2-img {
    padding-right: 200px;
    padding-top: 200px
}

.pro-gear-sensor-bg2-img img {
    width: 800px
}

#pro-gear-sensor #pro-feature-3 .pros-feature-content {
    flex-direction: row-reverse
}

.pro-gear-sensor-bg3-img img {
    width: 600px
}

#pro-gear-sensor #pro-feature-4 .pros-feature-content {
    justify-content: flex-start;
    box-sizing: border-box
}

#pro-gear-sensor #pro-feature-4 .pros-feature-content>div:nth-of-type(2) {
    padding-left: 120px
}

#pro-gear-sensor #pro-feature-4 .pros-feature-content>div:nth-of-type(2)>div {
    width: 600px
}

#pro-gear-sensor #pro-feature-5 .pros-feature-content {
    justify-content: flex-start;
    text-align: left
}

.product-download-part {
    width: var(--m-width);
    margin: 0 auto;
    padding: 32px 0 64px 0
}

.product-download-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding: 20px 0 32px 0
}

.product-download-card {
    background: white;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 900px;
    margin: 0 auto
}

.product-download-card>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999
}

.product-download-card>a:hover {
    color: var(--m-color)
}

.product-download-card>a>i {
    font-size: 100px
}

.product-download-card>a>span {
    font-size: 18px;
    margin-top: 12px
}

.product-download-card>a:hover>span {
    color: var(--m-color)
}

#pro-staroadnav-app #pro-feature-1 .pros-feature-content {
    flex-direction: row-reverse
}

#pro-staroadnav-app #pro-feature-1 .pros-feature-content>div {
    text-align: left
}

#pro-staroadnav-app #pro-feature-1 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-right: 48px
}

.pro-staroadnav-app-bg1-img>img {
    width: 640px
}

#pro-staroadnav-app #pro-feature-2 .pros-feature-content {
    justify-content: space-between;
    box-sizing: border-box
}

#pro-staroadnav-app #pro-feature-2 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-left: 80px;
    width: 600px
}

.pro-staroadnav-app-bg2-img img {
    width: 640px
}

#pro-staroadnav-app #pro-feature-3 .pros-feature-content {
    flex-direction: row-reverse
}

.pro-staroadnav-app-bg3-img img {
    width: 660px
}

#pro-staroadnav-app #pro-feature-3 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-right: 100px;
    width: 600px
}

#pro-staroadnav-app #pro-feature-4 .pros-feature-content {
    justify-content: flex-start;
    box-sizing: border-box
}

#pro-staroadnav-app #pro-feature-4 .pros-feature-content>div:nth-of-type(2)>div {
    width: 600px;
    padding-left: 120px;
    box-sizing: border-box
}

.pros-feature-content>div.pro-staroadnav-app-bg4-img {
    align-items: flex-start
}

.pro-staroadnav-app-bg4-img>img {
    width: 660px
}

#pro-staroadnav-app #pro-feature-5 .pros-feature-content {
    justify-content: space-between;
    flex-direction: row-reverse;
    text-align: left
}

#pro-staroadnav-app #pro-feature-5 .pros-feature-content>div:nth-of-type(2)>div {
    padding-right: 48px;
    box-sizing: border-box
}

.pro-staroadnav-app-bg5-img>img {
    width: 640px
}

#pro-car-computer #pro-feature-1 .pros-feature-content {
    flex-direction: row-reverse
}

#pro-car-computer #pro-feature-1 .pros-feature-content>div {
    text-align: left
}

#pro-car-computer #pro-feature-1 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-right: 0px
}

#pro-car-computer .pro-car-computer-bg1-img {
    align-items: flex-start
}

.pro-car-computer-bg1-img>img {
    width: 600px
}

#pro-car-computer #pro-feature-2 .pros-feature-content {
    justify-content: space-between;
    box-sizing: border-box
}

#pro-car-computer #pro-feature-2 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-left: 80px;
    width: 600px
}

.pro-car-computer-bg2-img img {
    width: 600px
}

#pro-car-computer #pro-feature-3 .pros-feature-content {
    flex-direction: row-reverse
}

.pro-car-computer-bg3-img img {
    width: 660px
}

#pro-car-computer #pro-feature-3 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-right: 100px;
    width: 600px
}

#pro-car-computer #pro-feature-4 .pros-feature-content {
    justify-content: flex-start;
    box-sizing: border-box
}

#pro-car-computer #pro-feature-4 .pros-feature-content>div:nth-of-type(2)>div {
    width: 600px;
    padding-left: 40px;
    box-sizing: border-box
}

.pros-feature-content>div.pro-car-computer-bg4-img {
    align-items: flex-start
}

.pro-car-computer-bg4-img>img {
    width: 660px
}

#pro-car-computer #pro-feature-5 .pros-feature-content {
    justify-content: space-between;
    flex-direction: row-reverse;
    text-align: left
}

#pro-car-computer #pro-feature-5 .pros-feature-content>div:nth-of-type(2)>div {
    padding-right: 48px;
    box-sizing: border-box
}

.pro-car-computer-bg5-img>img {
    width: 640px
}

#pro-navigator #pro-feature-1 .pros-feature-content {
    flex-direction: row-reverse
}

#pro-navigator #pro-feature-1 .pros-feature-content>div {
    text-align: left
}

#pro-navigator #pro-feature-1 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-right: 0px
}

#pro-navigator .pro-navigator-bg1-img {
    align-items: flex-start
}

.pro-navigator-bg1-img>img {
    width: 700px
}

#pro-navigator #pro-feature-2 .pros-feature-content {
    justify-content: space-between;
    box-sizing: border-box
}

#pro-navigator #pro-feature-2 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-left: 80px;
    width: 600px
}

.pro-navigator-bg2-img img {
    width: 600px
}

#pro-navigator #pro-feature-3 .pros-feature-content {
    flex-direction: row-reverse
}

.pro-navigator-bg3-img img {
    width: 660px
}

#pro-navigator #pro-feature-3 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-right: 100px;
    width: 600px
}

#pro-navigator #pro-feature-4 .pros-feature-content {
    justify-content: flex-start;
    box-sizing: border-box
}

#pro-navigator #pro-feature-4 .pros-feature-content>div:nth-of-type(2)>div {
    width: 600px;
    padding-left: 40px;
    box-sizing: border-box
}

.pros-feature-content>div.pro-navigator-bg4-img {
    align-items: flex-start
}

.pro-navigator-bg4-img>img {
    width: 660px
}

#pro-navigator #pro-feature-5 .pros-feature-content {
    justify-content: space-between;
    flex-direction: row-reverse;
    text-align: left
}

#pro-navigator #pro-feature-5 .pros-feature-content>div:nth-of-type(2)>div {
    padding-right: 48px;
    box-sizing: border-box
}

.pro-navigator-bg5-img>img {
    width: 640px
}

#pro-3d-camera #pro-feature-1 .pros-feature-content {
    flex-direction: row-reverse
}

#pro-3d-camera #pro-feature-2 .pros-feature-content {
    flex-direction: row-reverse
}

#pro-3d-camera #pro-feature-3 .pros-feature-content {
    flex-direction: row;
    justify-content: flex-start
}

#pro-3d-camera #pro-feature-4 .pros-feature-content {
    justify-content: flex-end
}

#pro-3d-camera #pro-feature-4 .pros-feature-content>div>div {
    width: 600px;
    padding-bottom: 120px;
    box-sizing: border-box;
    text-align: right
}

#pro-3d-camera #pro-feature-5 .pros-feature-content {
    justify-content: flex-start;
    flex-direction: row;
    text-align: left
}

#pro-gnss-receiver #pro-feature-1 .pros-feature-content {
    flex-direction: row-reverse
}

.pro-gnss-receiver-bg1-img img {
    width: 600px
}

#pro-gnss-receiver #pro-feature-2 .pros-feature-content {
    flex-direction: row
}

#pro-gnss-receiver #pro-feature-2 .pros-feature-content>div:nth-of-type(2)>div {
    box-sizing: border-box;
    padding-left: 160px
}

.pro-gnss-receiver-bg2-img img {
    width: 560px
}

#pro-gnss-receiver #pro-feature-3 .pros-feature-content {
    flex-direction: row-reverse;
    justify-content: flex-start
}

.pro-gnss-receiver-bg3-img img {
    width: 600px
}

#pro-gnss-receiver #pro-feature-4 .pros-feature-content {
    justify-content: flex-end
}

#pro-gnss-receiver #pro-feature-4 .pros-feature-content>div:nth-of-type(2)>div {
    padding-left: 180px;
    box-sizing: border-box
}

#pro-gnss-receiver #pro-feature-5 .pros-feature-content {
    justify-content: flex-end;
    flex-direction: row-reverse
}

#pro-gnss-receiver .pro-gnss-receiver-bg5-img {
    align-items: center
}

.pro-gnss-receiver-bg5-img img {
    width: 640px
}

.about-us-bg-part {
    background-image: url("../img/about-us-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: cover;
    position: relative
}

.about-us-bg-part>div {
    width: var(--m-color);
    color: white;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative
}

.about-us-bg-part>div>div:nth-of-type(1) {
    font-size: 64px;
    font-weight: 700
}

.about-us-bg-part>div>div:nth-of-type(2) {
    font-size: 48px;
    font-weight: 400;
    margin-top: 4px
}

.about-us-s-titles {
    width: var(--m-width);
    margin: -16px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100
}

.about-us-s-titles>a {
    color: #37474f;
    width: 180px;
    height: 72px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.25s ease-in-out
}

.about-us-s-titles>a:nth-of-type(n+2) {
    margin-left: 64px
}

.about-us-s-titles>a::before {
    content: "";
    position: absolute;
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    box-shadow: 8px 5px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    border-radius: 6px
}

.about-us-s-titles>a:hover,
.about-us-s-titles>a.active {
    color: #fff
}

.about-us-s-titles>a:hover::before,
.about-us-s-titles>a.active::before {
    background: var(--m-color)
}

.about-us-s-titles>a>span {
    position: relative;
    z-index: 10
}

.about-us-body {
    background: #f6f6f6
}

.about-us-ac-part {
    width: var(--m-width);
    margin: 72px auto 0 auto;
    padding-bottom: 72px
}

.about-us-ac-title {
    font-size: 48px;
    font-weight: 700;
    color: #37474F;
    text-align: center;
    margin-bottom: 24px
}

.about-us-ac-desc {
    color: #828282;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 32px
}

.about-us-ac-desc>div {
    margin-bottom: 24px
}

.about-us-ac-img {
    display: flex;
    justify-content: center
}

.about-us-ac-img>img {
    width: 1000px
}

.about-us-strength-part {
    background: white;
    padding-bottom: 2px
}

.about-us-strength-title {
    font-size: 48px;
    font-weight: 700;
    color: #383838;
    text-align: center;
    padding: 48px 0
}

.about-us-strength-card-one {
    width: var(--m-width);
    margin: 0 auto 64px auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

.about-us-strength-card-one>div:nth-of-type(1) {
    width: 1024px;
    background: var(--m-color);
    color: white;
    border-radius: 48px;
    height: 480px;
    box-sizing: border-box;
    padding: 48px 24px 48px 90px
}

.abouts-us-strength-text>div:nth-of-type(1) {
    font-size: 36px;
    font-weight: 700
}

.abouts-us-strength-text>div:nth-of-type(2) {
    font-size: 24px;
    line-height: 48px;
    margin-top: 6px
}

.about-us-strength-card-one>div:nth-of-type(2) {
    position: absolute;
    left: 0;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    height: 326px;
    overflow: hidden
}

.about-us-strength-card-one>div:nth-of-type(2)>img {
    width: 240px
}

.about-us-strength-card-one-r {
    justify-content: flex-start
}

.about-us-strength-card-one-r>div:nth-of-type(2) {
    left: initial;
    right: 0
}

.about-us-strength-card-one-r>div:nth-of-type(1) {
    padding: 48px 90px 48px 48px
}

.about-us-our-hope-part {
    width: var(--m-width);
    margin: 0 auto
}

.about-us-our-hope-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    padding: 48px 0 24px 0
}

.about-us-our-hope-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 480px;
    overflow: hidden;
    padding-bottom: 20px
}

.about-us-our-hope-main>div {
    position: relative
}

.about-us-our-hope-main>div:nth-of-type(1) {
    width: 560px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 20
}

.about-us-our-hope-main>div:nth-of-type(1)>img {
    width: 620px
}

.about-us-our-hope-main>div:nth-of-type(2) {
    width: 640px;
    flex-shrink: 0;
    background: var(--m-color);
    color: white;
    font-size: 24px;
    line-height: 48px;
    z-index: 10;
    box-sizing: border-box;
    padding: 48px 48px 48px 80px
}

.about-us-our-value-part {
    background-image: url("../img/about-us-our-value-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 780px !important;
    display: flex;
    flex-direction: column
}

.about-us-our-value-title {
    padding: 48px 0 0px 0;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.about-us-our-value-main {
    width: 720px;
    margin: 0 auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about-us-our-value-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 24px));
    column-gap: 48px;
    row-gap: 48px;
    color: white
}

.about-us-our-value-grid>div {
    height: 260px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 28px
}

.about-us-our-value-grid>div:nth-of-type(1),
.about-us-our-value-grid>div:nth-of-type(4) {
    background: #5e62ad
}

.about-us-our-value-grid>div:nth-of-type(2),
.about-us-our-value-grid>div:nth-of-type(3) {
    background: var(--m-color)
}

.about-us-our-value-one>div:nth-of-type(1) {
    font-size: 36px;
    font-weight: 700;
    padding: 24px 0;
    text-align: center
}

.about-us-our-value-one>div:nth-of-type(2) {
    font-size: 24px;
    line-height: 48px;
    font-weight: 400
}

.about-us-our-mission-part {
    background-color: var(--m-color);
    color: white;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-image: url("../img/about-us-our-mission-bg.png")
}

.about-us-our-mission-main {
    width: var(--m-width);
    margin: 0 auto
}

.about-us-our-mission-title {
    font-size: 48px;
    font-weight: 700;
    padding: 48px 0;
    text-align: center
}

.about-us-our-mission-desc {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 64px
}

.about-us-our-mission-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.about-us-our-mission-img>img {
    width: 100%
}

.coop-our-hope-part {
    margin-top: 24px;
    background-color: #ebf5ff;
    padding-bottom: 12px
}

.coop-our-hope-main {
    width: var(--m-width);
    margin: 0 auto
}

.coop-our-hope-top-bg {
    height: 50px;
    background-image: url("../img/coop-our-hope-top-bg.png");
    background-repeat: no-repeat;
    background-size: 1920px 50px;
    background-position: center
}

.coop-our-hope-title {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 64px;
    margin-top: -46px
}

.coop-our-hope-card-one {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px
}

.coop-our-hope-card-one-r {
    flex-direction: row-reverse
}

.coop-our-hope-card-one>div:nth-of-type(1) {
    background: var(--m-color);
    color: white;
    font-size: 64px;
    font-weight: 700;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.coop-our-hope-card-one>div:nth-of-type(2) {
    height: 280px;
    width: 1000px;
    border-radius: 20px;
    color: white;
    background-size: 1100px auto;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    padding: 24px 36px
}

.coop-our-hope-card-one>div:nth-of-type(2)>div:nth-of-type(1) {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 36px
}

.coop-our-hope-card-one>div:nth-of-type(2)>div:nth-of-type(2) {
    font-size: 32px
}

.coop-our-provide-part {
    padding-bottom: 72px
}

.coop-our-provide-main {
    width: var(--m-width);
    margin: 0 auto
}

.coop-our-provide-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    padding: 48px 0
}

.coop-our-provide-flex {
    display: flex;
    justify-content: space-between
}

.coop-our-provide-flex>div {
    width: 360px;
    flex-shrink: 0;
    height: 480px
}

.coop-our-provide-one {
    color: white;
    background: linear-gradient(to top, #c2eafc 0%, var(--m-color) 100%);
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 32px 24px;
    user-select: none
}

.coop-our-provide-one:hover {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, var(--m-color) 90%);
    transform: scale(1.06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.08)
}

.coop-our-provide-one>div:nth-of-type(1) {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px
}

.coop-our-provide-one>div:nth-of-type(2) {
    font-size: 32px;
    line-height: 64px
}

.coop-our-provide-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 0 0 0
}

.join-us-bg-part {
    height: 28vw;
    min-height: calc(var(--m-width) * 0.28);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/join-us-bg.png");
    margin-top: 64px
}

.join-us-bg-main {
    width: var(--m-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.join-us-bg-main>div:nth-of-type(1) {
    font-size: 48px;
    font-weight: 700;
    color: white;
}

.join-us-bg-main>div:nth-of-type(2) {
    visibility: hidden;
    display: none;
}

.to-apply-btn {
    height: 40px;
    border-radius: 20px;
    display: flex;
    width: 140px;
    align-items: center;
    justify-content: center;
    color: var(--m-color);
    font-size: 16px;
    background: var(--m-color);
    color: white
}

.join-us-search-part {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 64px
}

.join-us-search-main {
    width: var(--m-width);
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center
}

.join-us-search-line {
    width: 800px;
    height: 80px;
    background: #f8fafc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
    justify-content: space-between;
    box-shadow: 10px 10px 50px rgba(103, 114, 148, 0.3)
}

.join-us-search-line>input {
    width: 618px;
    height: 56px;
    background: none;
    border: none;
    outline: none;
    background: none;
    font-size: 24px
}

.join-us-search-line>input::placeholder {
    color: #bbb
}

.join-us-search-line>button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer
}

.join-us-search-line>button>i {
    font-size: 32px;
    color: #aaa
}

.join-us-search-line>button>.icon-sousuo {
    color: var(--m-color)
}

.join-us-career-part {
    width: var(--m-width);
    margin: 0 auto 72px auto
}

.join-us-career-one {
    height: 90px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative
}

.join-us-career-list>.join-us-career-one:nth-of-type(1) {
    border-top: 1px solid #e0e0e0
}

.join-us-career-one>div:nth-of-type(1) {
    display: grid;
    grid-template-columns: 32% 17% 17% 17% 17%;
    font-size: 24px;
    width: 100%;
    flex-shrink: 0
}

.join-us-career-one>div:nth-of-type(1)>span {
    padding: 8px 0 8px 16px;
    display: flex;
    align-items: center
}

.join-us-career-one>div:nth-of-type(2)>i {
    color: #aaa;
    font-size: 24px;
    transform: rotate(90deg)
}

.join-us-career-one>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #aaa;
    position: absolute;
    right: 10px
}

.join-us-career-one>div:nth-of-type(2)>div:nth-of-type(1) {
    display: flex;
    align-items: center
}

.join-us-career-one>div:nth-of-type(2)>div:nth-of-type(1)>span {
    margin-right: 24px;
    display: flex;
    align-items: center
}

.join-us-career-one>div:nth-of-type(2)>div:nth-of-type(1)>span:nth-of-type(1)::after {
    content: "";
    margin: 0 0 0 24px;
    height: 14px;
    width: 2px;
    background: #aaa;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 2px
}

.join-us-career-one:hover {
    color: white;
    background: var(--m-color)
}

.join-us-career-one:hover>div {
    color: white
}

.join-us-career-one:hover span::after {
    background: white !important
}

.join-us-career-one:hover>div:nth-of-type(2)>i {
    color: white
}

.join-us-career-detail {
    width: var(--m-width);
    margin: 0 auto;
    background: #ebf5fa;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s linear;
    max-height: 0;
    display: grid;
    grid-template-columns: 50% 50%
}

.join-us-detail-show {
    max-height: 2000px !important
}

.join-us-to-form {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / 3;
    padding-bottom: 12px;
    display: none
}

.join-us-cd-respon {
    margin: 24px
}

.join-us-cd-subtitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px
}

.join-us-cd-desc {
    font-size: 16px;
    line-height: 32px;
    color: #808080
}

.to-send-resume-alink {
    margin-top: 24px;
    border: 2px solid var(--m-color);
    height: 36px;
    border-radius: 20px;
    display: flex;
    width: 160px;
    align-items: center;
    justify-content: center;
    background: var(--m-color);
    color: white;
    font-size: 16px;
    transition: all 0.2s ease-in-out
}

.join-us-career-tb-ths {
    display: grid;
    grid-template-columns: 32% 17% 17% 17% 17%;
    font-size: 32px;
    border-bottom: 1px solid #e0e0e0;
    height: 90px
}

.join-us-career-tb-ths>div {
    box-sizing: border-box;
    padding: 8px 0 8px 16px;
    display: flex;
    align-items: center
}

.contact-us-map-part {
    width: var(--m-width);
    height: 420px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 48px
}

.contact-us-map-main {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 24px 0 48px 0;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.04);
    height: 420px
}

.contact-us-info-part {
    padding-bottom: 24px
}

.contact-us-info-main {
    width: var(--m-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%
}

.contact-us-info-left {
    height: 314px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.contact-us-info-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 24px;
    color: #616161;
    row-gap: 18px;
    width: 420px
}

.contact-us-social-alinks {
    width: 420px
}

.contact-us-social-alinks>a {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    margin-left: 24px
}

.contact-us-social-alinks>a>i {
    font-size: 50px
}

.contact-us-form-title {
    font-size: 32px;
    margin-bottom: 16px
}

.contact-us-form-part input {
    background: #ebebeb;
    height: 48px;
    border-radius: 6px;
    width: 360px;
    padding: 0 14px;
    border: none;
    outline: none;
    font-size: 18px
}

.contact-us-form-part textarea {
    background: #ebebeb;
    height: 90px;
    border-radius: 6px;
    width: 360px;
    padding: 14px;
    border: none;
    outline: none;
    font-size: 18px;
    resize: none
}

.contact-us-form-part textarea::placeholder,
.contact-us-form-part input::placeholder {
    color: #aaa
}

.contact-us-form-part>div {
    margin-bottom: 18px
}

.contact-submit-btn {
    background: var(--m-color);
    color: white;
    height: 48px;
    font-size: 18px;
    padding: 0 24px;
    border-radius: 6px;
    border: none;
    outline: none;
    width: 100px;
    cursor: pointer
}

.support-part {
    overflow: hidden;
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10
}

.support-main {
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/support-banner.png");
    background-size: cover;
    background-repeat: no-repeat
}

.support-main::before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.support-main-desc {
    color: white;
    width: var(--m-width);
    font-size: 64px;
    line-height: 90px;
    position: relative;
    z-index: 10;
    text-align: center
}

.support-and-train-part {
    background: #eceff1
}

.support-rectangle>img {
    width: 100px;
}

.support-and-train-main {
    width: var(--m-width);
    margin: 0 auto
}

.support-and-train-title {
    font-size: 48px;
    font-weight: 700;
    color: #37474f;
    text-align: center;
    margin-bottom: 48px
}

.support-and-train-desc {
    font-size: 24px;
    line-height: 48px;
    color: #828282;
    margin: 0 auto;
    font-weight: 400
}

.support-and-train-btn-part {
    height: 300px;
    margin-top: 100px;
    background: var(--m-color);
    color: white
}

.support-and-train-btn-part>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: var(--m-width);
    height: 100%
}

.support-and-train-btn-part>div>div:nth-of-type(1) {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 36px
}

.support-and-train-btn-part>div button {
    width: 160px;
    height: 48px;
    font-size: 18px;
    background: white;
    border: none;
    border-radius: 4px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    color: #37474f;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.04)
}

.support-common-faq-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 64px
}

.support-common-faq-title {
    color: #37474f;
    font-size: 48px
}

.support-common-faq-subtitle {
    color: #6e6e6e;
    color: #37474f;
    font-size: 24px;
    font-weight: 400;
    margin-top: 4px;
    line-height: 48px;
    margin-bottom: 24px
}

.support-common-faq-desc {
    color: #6e6e6e;
    font-size: 24px;
    line-height: 48px
}

.support-common-faq-tips {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 48px
}

.support-common-faq-tips>img {
    width: 64px;
    margin-right: 14px
}

.support-common-faq-tips>span {
    font-size: 24px;
    line-height: 48px;
    color: #6e6e6e
}

.support-bottom-part {
    background: #f7f9fb
}

.support-search-line {
    width: var(--m-width);
    width: 1000px;
    height: 80px;
    background: #f8fafc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
    justify-content: space-between;
    box-shadow: 10px 10px 50px rgba(103, 114, 148, 0.3)
}

.support-search-line>input {
    width: 618px;
    height: 56px;
    background: none;
    border: none;
    outline: none;
    background: none;
    font-size: 24px
}

.support-search-line>input::placeholder {
    color: #bbb
}

.support-search-line>button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer
}

.support-search-line>button>i {
    font-size: 32px;
    color: #aaa
}

.support-search-line>button>.icon-sousuo {
    color: var(--m-color)
}

.support-search-main {
    width: var(--m-width);
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px
}

.support-after-sale-tel i {
    font-size: 72px
}

.support-after-sale-tel {
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    padding: 160px 0
}

.support-after-sale-tel>div:nth-of-type(1) {
    margin-bottom: 4px
}

.support-question-form-part {
    width: var(--m-width);
    margin: 0 auto
}

.support-question-form-title {
    font-size: 36px;
    color: #1f1e17
}

.support-question-form-subtitle {
    color: #888;
    font-size: 16px;
    margin-top: 2px
}

.support-your-question-title {
    color: #888;
    font-size: 16px;
    margin-top: 24px
}

.support-your-question-text {
    margin-top: 8px
}

.support-your-question-text>textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    font-size: 16px;
    height: 160px;
    background: white;
    border: none;
    outline: none;
    resize: none;
    border-radius: 4px
}

.support-your-question-text>textarea::placeholder {
    color: #aaa
}

.support-your-question-name {
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: space-between
}

.support-your-question-name>input {
    width: 200px;
    height: 48px;
    border-radius: 4px;
    background: white;
    font-size: 16px;
    padding: 0 8px;
    outline: none;
    border: none;
    box-sizing: border-box;
    width: calc(50% - 10px)
}

.support-your-question-name>input::placeholder {
    color: #aaa
}

.support-your-question-tips {
    color: #888;
    font-size: 16px;
    margin-top: 20px
}

.support-your-question-submit {
    padding: 32px 0 64px 0
}

.news-bg-part {
    background-image: url("../img/news-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: cover;
    position: relative
}

.news-bg-part>div {
    width: var(--m-color);
    color: white;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative
}

.news-bg-part>div>div:nth-of-type(1) {
    font-size: 64px;
    font-weight: 700
}

.news-bg-part>div>div:nth-of-type(2) {
    font-size: 48px;
    font-weight: 400;
    margin-top: 4px
}

.news-main-show-part {
    width: var(--m-width);
    margin: 0 auto
}

.news-main-show-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    padding: 64px 0 48px 0
}

.news-main-show-text {
    height: 204px;
    background: var(--m-color);
    color: white
}

.news-main-show-text>div {
    width: 900px;
    margin: 0 auto;
    padding-top: 24px
}

.news-main-show-text>div>div:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px
}

.news-main-show-text>div>div:nth-of-type(2) {
    font-size: 16px;
    line-height: 32px;
    min-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-main-show-imgs {
    height: 420px;
    width: 900px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.news-main-show-imgs>div:nth-of-type(1) {
    overflow: hidden
}

.news-main-show-imgs>div:nth-of-type(1)>img {
    width: 100%
}

.news-main-show-imgs>div:nth-of-type(2) {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    box-sizing: border-box;
    padding: 0 16px
}

.news-main-show-imgs>div:nth-of-type(2)>button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 4px
}

.news-main-show-imgs>div:nth-of-type(2)>button:nth-of-type(1) {
    transform: rotate(180deg)
}

.news-main-show-imgs>div:nth-of-type(2)>button>i {
    font-size: 36px;
    color: #fff
}

.news-main-list {
    width: var(--m-width);
    margin: 0 auto;
    padding-bottom: 72px
}

.news-main-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    padding: 72px 0 48px 0
}

.news-card-one {
    display: grid;
    grid-template-columns: 280px 720px 1fr;
    height: 180px;
    border-bottom: 1px dashed #d9d9d9;
    box-sizing: border-box;
    padding: 24px
}

.news-card-one:hover {
    background: #f0f0f0;
    cursor: pointer
}

.news-card-icon {
    display: flex;
    align-items: center
}

.news-card-icon>div:nth-of-type(1) {
    width: 180px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.news-card-icon>div:nth-of-type(2) {
    margin-left: 16px;
    color: #666
}

.news-card-icon>div:nth-of-type(2)>div:nth-of-type(1) {
    font-size: 20px
}

.news-card-icon>div:nth-of-type(2)>div:nth-of-type(2) {
    font-size: 16px
}

.news-card-text>div:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    color: #333
}

.news-card-text>div:nth-of-type(2) {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 2px;
    color: #666
}

.news-right-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.news-right-btn>button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #999;
    background: none;
    outline: none;
    cursor: pointer
}

.news-right-btn>button>i {
    font-size: 24px;
    color: #999
}

.news-main-text-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 90px
}

.news-main-text-paragraph>div {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 24px;
    color: #666
}

.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: 48px;
    font-weight: 700;
    text-align: center
}

.news-main-text-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    color: #999;
    font-size: 18px;
    margin-top: 8px
}

.news-main-text-time i {
    font-size: 22px;
    margin-right: 2px;
    vertical-align: center
}

.news-main-show-to-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px
}

.news-main-show-to-detail>a {
    color: white;
    border: 2px solid white;
    height: 32px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 17px
}

.news-main-show-to-detail>a:hover {
    background: white;
    color: var(--m-color)
}

.to-send-resume-alink {
    margin-top: 24px;
    border: 2px solid var(--m-color);
    height: 36px;
    border-radius: 20px;
    display: flex;
    width: 160px;
    align-items: center;
    justify-content: center;
    background: var(--m-color);
    color: white;
    font-size: 16px;
    transition: all 0.2s ease-in-out
}

.join-us-resume-part {
    min-height: 800px;
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 48px
}

.join-us-resume-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px
}

.join-us-resume-grid {
    display: grid;
    grid-template-columns: 15% 35% 15% 35%;
    row-gap: 28px
}

.join-us-resume-grid>div {
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.join-us-resume-grid>div:nth-of-type(odd) {
    justify-content: flex-end;
    padding-right: 6px;
    color: #666
}

.join-us-resume-grid>div.col2-4 {
    grid-column: 2 / 5
}

.join-us-resume-grid>div.textarea-title {
    align-items: flex-start
}

.join-us-resume-form {
    padding-bottom: 120px
}

.join-us-resume-form input[type='text'],
.join-us-resume-form input[type='number'],
.join-us-resume-form input[type='date'] {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 0 12px;
    outline: none;
    width: 360px;
    font-size: 16px
}

.join-us-resume-form input::placeholder {
    color: #aaa
}

.join-us-resume-form textarea {
    height: 120px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 12px;
    outline: none;
    width: 360px;
    font-size: 16px;
    resize: none
}

.join-us-resume-form textarea::placeholder {
    color: #aaa
}

.join-us-resume-form textarea.w-full,
.join-us-resume-form input.w-full {
    width: 960px
}

.join-us-resume-form label {
    display: flex;
    align-items: center;
    margin-right: 12px;
    font-size: 16px;
    min-width: 72px
}

.join-us-resume-form span.require::before {
    content: "*";
    color: red;
    margin-right: 2px
}

.join-us-resume-submit-line {
    justify-content: center;
    padding-top: 12px;
    width: 960px;
    display: flex;
    justify-content: center;
    align-items: center
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.after-sale-card-part {
    width: var(--m-width);
    margin: 64px auto 0 auto
}

.after-salec-card {
    height: 200px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 28px
}

.after-salec-card i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    flex-shrink: 0;
    background: white
}

.after-salec-card i>img {
    width: 80px
}

.after-salec-card>div {
    padding: 0 32px;
    min-height: 140px;
    flex-grow: 1
}

.after-salec-card-left {
    background: #f7f7f7;
    background: #e5e5e5
}

.after-salec-card-left>div>div:nth-of-type(1) {
    font-size: 24px;
    color: var(--m-color);
    font-weight: 700;
    margin-bottom: 8px
}

.after-salec-card-left>div>div:nth-of-type(2) {
    font-size: 18px;
    line-height: 32px;
    color: #383838;
    font-weight: 400
}

.after-salec-card-right {
    background: var(--m-color);
    color: white
}

.after-salec-card-right>div>div:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right
}

.after-salec-card-right>div>div:nth-of-type(2) {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    justify-content: flex-end
}