@import url("iconfont.css");

:root {
    --m-width: 1200px;
    --m-color: #F05A06;
    --s-color: #F05A06;
    --strong-color: #F05A06;
    --social-size1: 64px
}

* {
    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: #383838;
    box-shadow: -1px -2px 5px -1px rgba(0, 0, 0, 0.15);
    color: #e5e5e5;
    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: #8F8F8F;
    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;
    margin-right: 72px;
    padding-bottom: 54px
}

.footer-first-line-logo {
    margin-bottom: 20px
}

.footer-first-line-logo>img {
    height: 64px
}

.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-social-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 6px;
    padding-right: 270px
}

.footer-social-info>div:nth-of-type(n+2) {
    margin-left: 40px
}

.footer-social-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px
}

.footer-social-qrcode img {
    width: 120px;
    margin-bottom: 16px
}

.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: 24px
}

.footer-bottom-logo-social {
    display: flex;
    align-items: center;
    justify-content: center
}

.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: linear-gradient(to right, rgba(0, 0, 0, 0) calc(50% + 0.5 * min(1540px, max(90vw, var(--m-width))) - 339px), rgba(252, 252, 255, 0.03) calc(50% - 0.5 * min(1540px, max(90vw, var(--m-width))) + 339px));
    background: rgba(0, 0, 0, 0)
}

.header-solid {
    background: #fff
}

.left-top-logo-div {
    display: flex;
    align-items: center;
    height: 100%
}

.left-top-logo-div>img {
    height: 36px
}

.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
}

.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
}

.header-solid .header-menu>li>a {
    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: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: 24px;
    z-index: 998;
    background: #2b2b2b;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    width: 200px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.header-menu-sub-menu-part {
    display: grid;
    grid-template-columns: 200px 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.12)
}

.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: 48px;
    column-gap: 12px
}

.big-img-bnts>div {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #aaa;
    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
}

.big-img-bg-desc-text-part {
    position: absolute;
    top: 17vw;
    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;
    white-space: nowrap;
    text-align: center
}

.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-big-img-contact-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 92px;
    width: 100%
}

.index-big-img-contact-line>div:nth-of-type(1) {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    box-sizing: border-box
}

.index-big-img-contact-line>div:nth-of-type(2) {
    flex-grow: 0;
    flex-shrink: 0
}

.index-big-img-contact-btn {
    color: white;
    background: var(--m-color);
    display: flex;
    height: 36px;
    font-size: 20px;
    padding: 0 16px;
    font-weight: 400;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    width: auto
}

.index-opt-next-page-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 50%;
    width: 100%;
    z-index: 9999
}

.index-opt-next-page-part>a {
    width: 28px;
    height: 60px;
    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: 24px
}

.index-opt-next-page-part>a:nth-of-type(1) {
    transform: rotate(180deg)
}

.foot-menu-part {
    min-height: 110px;
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(6, calc(calc(16.66% - 7px)));
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    column-gap: 8px;
    row-gap: 8px
}

body[lang='en'] .foot-menu-part {
    grid-template-columns: repeat(3, auto)
}

.foot-menu-part>.foot-menu-one-col:first-of-type {
    max-width: 260px
}

.foot-menu-right {
    width: 100%
}

.foot-menu-one-col {
    flex-shrink: 0
}

.footer-first-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff;
    position: relative;
    width: auto;
    display: block
}

.footer-first-text>a {
    color: #fff
}

.footer-second-text {
    font-size: 14px;
    margin-bottom: 10px
}

.footer-second-text>a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    font-weight: 400
}

.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
}

.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
}


.contact-us-bg-part {
    background-repeat: no-repeat;
    background-image: url("../img/about-us-banner-lxwm-01.jpg");
    background-size: cover;
    background-position: center;
    height: 26vw;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: calc(var(--m-width) * 0.26);
    z-index: 10
}

.contact-us-bg-part::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1
}

.contact-us-info-part {
    width: var(--m-width);
    margin: 0 auto;
    color: white;
    height: 560px;
    position: relative;
    bottom: 180px;
    opacity: 0.85;
    border-radius: 20px;
    background: rgba(240, 90, 6, 1);
    background-image: linear-gradient(180deg, #F05A06 0%, #F05A06 54.17%, #FF5733 100%);
    box-shadow: 0px 2px 157px rgba(0, 0, 0, 0.25);
    z-index: 100;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 24px 64px
}

.contact-us-info-v {
    width: 640px;
    flex-shrink: 0;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.contact-us-info-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 36px
}

.contact-us-info-one {
    margin-top: 28px
}

.contact-us-info-one>div:nth-of-type(1) {
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.contact-us-info-one>div:nth-of-type(1)>i {
    font-size: 28px;
    width: 36px;
    display: inline-block
}

.contact-us-info-one>div:nth-of-type(2) {
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin-left: 36px;
    width: 540px;
    padding-bottom: 2px
}

.contact-us-socials {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    color: white
}

.contact-us-socials>div img {
    height: 110px
}

.contact-us-socials .footer-social-qrcode div {
    color: white
}

.contact-us-social-alinks {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px
}

.contact-us-social-alinks>a {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    color: white
}

.contact-us-social-alinks>a:nth-of-type(1) {
    margin-left: 0
}

.contact-us-social-alinks>a>i {
    color: white;
    font-size: 28px
}

.contact-us-social-alinks>a>i.icon-douyin {
    font-size: 24px
}

.contact-us-map-part {
    width: var(--m-width);
    height: 420px;
    margin: 0 auto;
    margin-top: -160px;
    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
}

.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
}

.index-our-pros-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 24px
}

.index-our-pros-title>div:nth-of-type(1) {
    color: var(--m-color);
    font-size: 42px
}

.index-our-pros-title>div:nth-of-type(2) {
    color: #808080;
    font-size: 24px
}

.index-our-pros-main {
    display: flex;
    justify-content: space-between
}

.index-our-pros-img {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease-in-out
}

.index-our-pros-img:hover {
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.08)
}

.index-our-pros-img img {
    width: 450px;
    height: 600px;
    transition: all 0.2s linear
}

.index-our-pros-img img:hover {
    transform: scale(1.05)
}

.index-our-pros-desc {
    width: 720px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 140px
}

.index-our-pros-desc>div>div:nth-of-type(1) {
    font-size: 64px;
    margin-bottom: 10px
}

.index-our-pros-desc>div>div:nth-of-type(2) {
    font-size: 32px
}

.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
}

.index-about-us-bg {
    background-image: url("../img/index_about_us.jpg");
    height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.index-about-us-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 720px;
    background: rgba(255, 255, 255, 0.64);
    z-index: 1
}

.index-about-us-bg>div {
    position: relative;
    z-index: 10
}

.index-about-yct {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px
}

.index-about-yct>div {
    flex-shrink: 0
}

.index-about-yct>div:nth-of-type(1) {
    font-size: 28px;
    line-height: 56px;
    width: 56%
}

.index-about-yct>div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 480px;
    height: 410px;
    overflow: hidden;
    border-radius: 10px
}

.index-about-yct>div>img {
    height: 410px
}

.index-about-us-bottom-tips {
    color: var(--m-color);
    font-size: 48px;
    text-align: center;
    border-top: 1px solid rgba(128, 128, 128, 0.8);
    width: 1080px;
    margin: 42px auto 0 auto
}

.index-contact-us-bg {
    background-image: url("../img/index_contact_bg.jpg");
    height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.index-contact-us-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 720px;
    background: rgba(255, 255, 255, 0.64);
    z-index: 1
}

.index-contact-us-bg>div {
    position: relative;
    z-index: 10
}

.index-contact-us-title {
    text-align: center
}

.index-contact-us-card {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 15px));
    width: var(--m-width);
    column-gap: 20px;
    margin-top: 48px
}

.index-contact-us-card>div {
    background: white;
    height: 400px;
    box-sizing: border-box;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.04);
    padding-top: 20px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    box-shadow: 0px 1px 100px rgba(128, 128, 128, 0.25)
}

.index-contact-us-card>div:hover {
    color: white;
    transform: scale(1.05);
    background: linear-gradient(180deg, rgba(240, 90, 6, 1) 0%, rgba(255, 141, 26, 0.1) 100%);
    box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.25)
}

.index-contact-us-card>div>div:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.index-contact-us-card>div>div:nth-of-type(2) {
    background: #e5e5e5;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 20px auto
}

.index-contact-us-card>div>div:nth-of-type(2)>img {
    width: 32px
}

.index-contact-us-card>div>div:nth-of-type(3) {
    font-weight: 700;
    font-size: 20px;
    padding: 0 20px;
    line-height: 36px
}

.index-contact-us-card>div:hover>div:nth-of-type(2) {
    background: white
}

.index-contact-us-card>div>div.tcenter {
    text-align: center
}

.index-contact-us-card>div>div.tleft {
    text-align: left
}

.index-contact-info-one {
    display: flex;
    align-items: flex-start
}

.index-contact-info-one>span:nth-of-type(1) {
    flex-shrink: 0;
    white-space: nowrap
}

.index-contact-info-grid {
    display: grid;
    grid-template-columns: auto
}

.index-contact-info-grid>span {
    display: flex;
    align-items: flex-start;
    line-height: 24px
}

.index-contact-info-grid>span:nth-of-type(odd) {
    white-space: nowrap;
    margin-bottom: 2px
}

.index-contact-info-grid>span:nth-of-type(even) {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
    font-weight: normal
}

.index-contact-info-grid>span:nth-of-type(odd)::after {
    content: ":";
    margin-right: 6px
}

body[lang='en'] .index-contact-info-grid {
    grid-template-columns: auto
}

body[lang='en'] .index-contact-info-grid>span:nth-of-type(odd) {
    justify-content: flex-start
}

.index-news-card-min {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--m-width);
    margin: 0 auto;
    margin-bottom: 36px;
    user-select: none
}

.index-news-card-min>div {
    width: 360px;
    height: 240px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    color: white;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 12px;
    line-height: 24px;
    transition: background 0.3s ease-in-out
}

.index-news-card-min>div:hover {
    background-size: 110%
}

.index-news-card-min>div::before {
    content: "";
    background: linear-gradient(180deg, #000000 0%, #CCCCCC 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1;
    display: block
}

.index-news-card-min>div:nth-of-type(1) {
    background-size: 120%
}

.index-news-card-min>div:nth-of-type(1):hover {
    background-size: 130%
}

.index-news-card-min>div:nth-of-type(2) {
    background-image: url("../img/body-xw-03.jpg")
}

.index-news-card-min>div:nth-of-type(3) {
    background-image: url("../img/body-xw-04.jpeg")
}

.index-news-card-min>div>div {
    position: relative;
    z-index: 10
}

.index-news-card-min>div>div:nth-of-type(3) {
    display: flex;
    align-items: center;
    margin-top: 6px
}

.index-news-card-min>div a {
    color: white !important;
    border: 1px solid white;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 14px
}

.index-news-card-min>div a:hover {
    background: var(--m-color);
    border-color: var(--m-color)
}

.index-news-top-main {
    display: flex;
    align-items: center;
    width: var(--m-width);
    margin: 24px auto 36px auto
}

.index-news-m-bg {
    flex-shrink: 0;
    width: 600px;
    height: 370px;
    background-image: url("../img/body-xw-01.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: background 0.3s ease-in-out;
    background-position: center
}

.index-news-m-desc {
    padding-left: 32px
}

.index-news-m-desc>div:nth-of-type(4) {
    display: flex;
    align-items: center
}

.index-news-m-desc>div a {
    color: var(--m-color) !important;
    border: 1px solid var(--m-color);
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 14px
}

.index-news-m-desc>div a:hover {
    color: white !important;
    background: var(--m-color);
    border-color: var(--m-color)
}

.index-news-m-desc>div:nth-of-type(1) {
    color: #999;
    font-size: 16px
}

.index-news-m-desc>div:nth-of-type(2) {
    color: #333;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 18px
}

.index-news-m-desc>div:nth-of-type(3) {
    color: #333;
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 16px
}

.product-app-video-part {
    overflow: hidden;
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10
}

.product-app-video-main {
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-app-video-main>video {
    width: 100vw;
    height: auto
}

.product-app-play-btn {
    position: absolute;
    z-index: 120;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer
}

.product-app-play-btn>i {
    color: white;
    font-size: 32px;
    position: relative;
    left: 3px
}

.product-app-pause-btn {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    border: none;
    outline: none
}

.product-app-video-desc {
    position: absolute;
    width: var(--m-width);
    user-select: none;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-app-video-desc a {
    position: relative;
    z-index: 100;
    margin-left: 48px
}

.product-app-video-dline {
    display: flex;
    align-items: center
}

.product-app-download-alink {
    border: 2px solid var(--m-color);
    height: 36px;
    border-radius: 20px;
    display: flex;
    min-width: 110px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    color: var(--m-color);
    font-size: 16px;
    transition: all 0.2s ease-in-out
}

.product-app-download-alink:hover {
    color: white;
    border-color: var(--m-color);
    background: var(--m-color)
}

.product-app-video-desc>div>div:nth-of-type(1) {
    font-weight: 700;
    font-size: 64px
}

.product-app-video-desc>div>div:nth-of-type(2) {
    font-weight: 400;
    font-size: 24px
}

.product-app-m-desc {
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding-top: 64px;
    min-height: 560px;
    box-sizing: border-box;
    overflow: hidden
}

.product-app-m-desc>div:nth-of-type(1) {
    box-sizing: border-box;
    padding: 36px;
    width: 720px;
    border-radius: 18px;
    background: #F2F2F2;
    font-size: 24px;
    line-height: 52px;
    font-weight: 400
}

.product-app-m-desc>div:nth-of-type(2) {
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    position: relative;
    right: 24px
}

.product-app-m-desc>div:nth-of-type(2)>img {
    width: 1300px
}

.product-app-fy-part {
    height: 450px;
    width: var(--m-width);
    margin: 12px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.product-app-fy-part>div:nth-of-type(2) {
    box-sizing: border-box;
    padding: 24px 0 40px 0;
    width: 700px;
    border-radius: 18px;
    background: #F2F2F2;
    line-height: 56px;
    font-weight: 400;
    font-size: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    flex-shrink: 0
}

.product-app-fy-part>div:nth-of-type(2)>div:nth-of-type(1) {
    margin-bottom: 32px;
    color: var(--m-color);
}

.product-app-fy-part>div:nth-of-type(2)>div:nth-of-type(n+2) {
    display: flex;
    align-items: center;
    min-width: 180px
}

.product-app-icon {
    background-image: url("../img/product-app-icons.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px auto;
    display: inline-block;
    margin: 14px
}

.product-app-icon-1 {
    background-position-y: 0px
}

.product-app-icon-2 {
    background-position-y: -40px
}

.product-app-icon-3 {
    background-position-y: -80px
}

.product-app-icon-4 {
    background-position-y: -120px
}

.product-app-icon-5 {
    background-position-y: -160px
}

.product-app-icon-6 {
    background-position-y: -200px
}

.product-app-icon-7 {
    background-position-y: -240px
}

.product-app-fy-part>div:nth-of-type(1) {
    width: 500px;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    justify-content: flex-end
}

.product-app-fy-part>div:nth-of-type(1)>img {
    height: 576px;
    position: relative;
    left: 124px
}

.product-app-jt-part {
    height: 460px;
    width: var(--m-width);
    margin: 12px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px
}

.product-app-jt-part>div:nth-of-type(1) {
    box-sizing: border-box;
    padding: 24px 0 40px 0;
    width: 800px;
    border-radius: 18px;
    background: #F2F2F2;
    line-height: 56px;
    font-weight: 400;
    font-size: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    flex-shrink: 0;
    min-height: 424px
}

.product-app-jt-part>div:nth-of-type(1)>div:nth-of-type(1) {
    margin-bottom: 32px;
    color: var(--m-color)
}

.product-app-jt-part>div:nth-of-type(1)>div:nth-of-type(n+2) {
    display: flex;
    align-items: center;
    min-width: 180px
}

.product-app-jt-part>div:nth-of-type(2) {
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100
}

.product-app-jt-part>div:nth-of-type(2)>img {
    height: 460px;
    position: relative;
    right: 150px;
    top: 0px
}

.product-app-info-part {
    max-width: 100%;
    overflow-x: hidden;
    height: auto
}

.product-app-voice-part {
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.product-app-voice-main {
    width: var(--m-width);
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    padding-top: 3.2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.product-app-voice-main>div:nth-of-type(1) {
    color: #383838;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: 2px
}

.product-app-voice-main>div:nth-of-type(2) {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    overflow: hidden
}

.product-app-voice-main>div:nth-of-type(2)>img {
    height: calc(37.5vw - 20px);
    position: relative;
    min-height: 400px;
    top: 16px
}

.product-app-voice-tips {
    height: 300px;
    width: var(--m-width);
    position: absolute;
    top: 10vw;
    z-index: 200
}

.product-app-voice-tips>div {
    border: 1px solid #f7d5b5;
    background: rgba(255, 141, 26, 0.1);
    height: 48px;
    display: flex;
    align-items: center;
    position: absolute;
    width: auto;
    border-radius: 18px;
    padding: 0 32px 0 16px
}

.product-app-voice-tips>div:nth-of-type(1) {
    left: 200px;
    top: 64px
}

.product-app-voice-tips>div:nth-of-type(2) {
    left: 220px;
    top: 144px
}

.product-app-voice-tips>div:nth-of-type(3) {
    left: 802px;
    top: 88px
}

.product-app-voice-tips>div:nth-of-type(4) {
    left: 780px;
    top: 190px
}

.product-app-voice-tips>div>img {
    width: 32px;
    margin-right: 18px
}

.product-app-act-part {
    width: 100%;
    background-color: #e6e6e6;
    margin-bottom: 20px
}

.product-app-act-main {
    width: var(--m-width);
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    padding-top: 3.2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.product-app-act-main>div:nth-of-type(1) {
    color: #383838;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: 2px
}

.product-app-act-main>div:nth-of-type(2) {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 100
}

.product-app-act-main>div:nth-of-type(2)>img {
    height: calc(37.5vw - 180px);
    position: relative;
    min-height: 300px;
    top: 16px;
    left: 1.2vw
}

.product-app-act-main>div:nth-of-type(3) {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 90
}

.product-app-act-main>div:nth-of-type(3)>img {
    height: calc(37.5vw - 140px);
    position: relative;
    min-height: 300px;
    top: 0px;
    left: 0vw
}

.product-app-phone-part {
    width: 100%;
    background-image: url("../img/product-app-body-06.png");
    background-size: cover;
    background-position: center -6vw;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.product-app-bottom-part {
    width: 100%;
    background-image: url("../img/product-app-body-07.png");
    background-size: cover;
    background-position: center -6vw;
    background-repeat: no-repeat
}

.product-app-bottom-main {
    width: var(--m-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center
}

.product-app-bottom-main>a {
    margin-left: 48px
}

.product-app-phone-main {
    padding: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.product-app-phone-main>div:nth-of-type(1) {
    color: #383838;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: 2px
}

.product-app-phone-logos {
    width: 210px;
    display: grid;
    grid-template-columns: repeat(3, 70px);
    margin-top: 20px
}

.product-app-phone-logos>div {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-app-phone-logos>div:nth-of-type(1)>i {
    color: #ff6a00;
    font-size: 32px
}

.product-app-phone-logos>div:nth-of-type(2)>i {
    color: #ce0e2d;
    font-size: 24px
}

.product-app-phone-logos>div:nth-of-type(3)>i {
    color: #3f5cf7;
    font-size: 28px;
    position: relative;
    top: 2px
}

.product-app-phone-logos>div:nth-of-type(4)>i {
    color: #00612e;
    font-size: 28px
}

.product-app-phone-logos>div:nth-of-type(5)>i {
    color: #121ab5;
    font-size: 18px
}

.product-app-phone-logos>div:nth-of-type(6)>i {
    color: #000;
    font-size: 26px
}

.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
}

.about-us-body {
    background: #f7f7f7
}

.about-us-bg-part {
    background-repeat: no-repeat;
    background-image: url("../img/about-us-banner-gygs-01.jpg");
    background-size: cover;
    background-position: center;
    height: 26vw;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: calc(var(--m-width) * 0.26)
}

.about-us-bg-part::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 1
}

.about-us-bg-part>div {
    position: relative;
    z-index: 10;
    width: var(--m-width);
    margin: 0 auto;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about-us-bg-part>div>div:nth-of-type(1) {
    font-size: 48px;
    margin-bottom: 10px
}

.about-us-bg-part>div>div:nth-of-type(2) {
    font-size: 24px
}

.about-us-m-card-p {
    width: var(--m-width);
    margin: 72px auto 0 auto
}

.about-us-m-title {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 24px
}

.about-us-m-img {
    margin-bottom: 64px
}

.about-us-m-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: var(--m-width)
}

.about-us-m-text>div:nth-of-type(1) {
    background: var(--m-color);
    height: 48px;
    color: white;
    border-radius: 24px;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 0 24px
}

.about-us-m-text>span {
    box-sizing: border-box;
    padding: 16px 0 16px 24px;
    font-size: 24px;
    line-height: 48px
}

.about-us-m-img>div:nth-of-type(2) {
    width: var(--m-width);
    height: calc(var(--m-width) * 0.4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.about-us-hr {
    border-bottom: 1px solid #d9d9d9;
    margin-top: 64px;
    margin-bottom: 64px
}

.about-us-small-card {
    width: var(--m-width);
    height: 224px;
    margin: 0 auto 64px auto;
    background: white;
    border-radius: 18px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.01);
    display: flex;
    align-items: flex-start
}

.about-us-small-card>div:nth-of-type(1) {
    flex-shrink: 0;
    width: 420px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 18px
}

.about-us-small-card>div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 24px;
    padding-top: 24px;
    flex-grow: 1
}

.about-us-small-card>div:nth-of-type(2)>div:nth-of-type(1) {
    background: var(--m-color);
    font-size: 20px;
    color: white;
    min-width: 120px;
    font-weight: 700;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 24px
}

.about-us-small-card>div:nth-of-type(2)>div:nth-of-type(2) {
    padding-left: 120px;
    margin-top: 24px;
    font-size: 32px;
    width: 500px;
    line-height: 40px
}

.coop-apply-bg-part {
    background-repeat: no-repeat;
    background-image: url("../img/about-us-banner-hzsq-01.jpg");
    background-size: cover;
    background-position: center -70vw;
    height: 37.5vw;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-width: var(--m-width);
    min-height: calc(var(--m-width) * 0.375)
}

.coop-apply-bg-part::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 1
}

.coop-apply-bg-part>div {
    position: relative;
    z-index: 10;
    width: var(--m-width);
    margin: 0 auto;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 1)
}

.coop-apply-bg-part>div>div:nth-of-type(1) {
    font-size: 36px;
    margin-bottom: 10px
}

.coop-apply-bg-part>div>div:nth-of-type(2) {
    font-size: 48px;
    letter-spacing: 2px
}

.coop-apply-card-part {
    width: var(--m-width);
    margin: 0 auto
}

.coop-apply-card-title {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 64px
}

.coop-apply-card-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, calc(33.33% - 40px));
    column-gap: 60px;
    height: 520px
}

.coop-apply-card-one {
    background: linear-gradient(to top, rgba(230, 185, 128, 1) 0%, rgba(240, 90, 6, 1) 100%);
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    padding: 24px 30px;
    user-select: none
}

.coop-apply-card-one:hover {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(240, 90, 6, 1) 100%);
    transform: scale(1.1);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.08)
}

.coop-apply-card-one>div:nth-of-type(1) {
    font-size: 40px;
    color: white;
    font-weight: 700;
    text-align: center;
    margin-bottom: 36px;
    padding-top: 36px
}

.coop-apply-card-one>div:nth-of-type(2) {
    font-size: 32px;
    line-height: 64px
}

.coop-apply-alink-line {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px
}

.coop-apply-our-hope {
    width: var(--m-width);
    margin: -42px auto 80px auto;
    border-radius: 20px;
    min-height: 300px;
    position: relative;
    z-index: 200;
    padding-bottom: 32px;
    background: linear-gradient(to top, rgba(230, 185, 128, 1) 0%, rgba(240, 90, 6, 1) 100%)
}

.coop-apply-hope-title {
    color: white;
    font-size: 36px;
    font-weight: 700;
    padding: 24px 32px
}

.coop-apply-hope-grid {
    display: grid;
    grid-template-columns: repeat(3, 33.33%)
}

.coop-apply-hope-grid>div {
    display: flex;
    align-items: flex-start;
    padding: 0 32px 0 64px;
    font-size: 24px;
    line-height: 48px
}

.coop-apply-hope-grid>div>span:nth-of-type(1) {
    margin-right: 6px
}

.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;
    background-color: #f5f6fb;
    border-top: 1px solid rgba(212, 212, 212, 0.8);
    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: 720px;
    display: block;
    margin-top: 24px
}

.pros-feature-desc-text>div:nth-of-type(1) {
    color: #101121;
    font-size: 64px;
    font-weight: 600;
    line-height: 90px;
    margin-bottom: 18px;
    position: relative;
    display: block;
    text-align: center
}

.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-ycth5 #pro-feature-2 .pros-feature-content {
    justify-content: flex-end;
    padding-right: 200px;
    box-sizing: border-box
}

#pro-ycth5 #pro-feature-2 .pros-feature-content>div {
    justify-content: flex-start;
    padding-top: 5vw
}

#pro-ycth5 #pro-feature-3 .pros-feature-content {
    justify-content: flex-start
}

#pro-ycth5 #pro-feature-4 .pros-feature-content {
    justify-content: flex-start;
    padding-right: 200px;
    box-sizing: border-box
}

#pro-ycth5 #pro-feature-4 .pros-feature-content>div {
    justify-content: flex-end;
    padding-bottom: 7vw
}

.product-yct-h5-main {
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white
}

.product-yct-h5-content {
    width: var(--m-width);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 400px
}

.product-yct-h5-content>div:nth-of-type(1) {
    flex-shrink: 0;
    width: 600px;
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-yct-h5-img {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 9
}

.product-yct-h5-img>img {
    width: 60vw;
    right: 2vw
}

.product-yct-h5-bg-t {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.product-yct-h5-bg-t>div:nth-of-type(1) {
    font-size: 14px;
    height: 28px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 0 32px;
    line-height: 28px
}

.product-yct-h5-bg-t>div:nth-of-type(2) {
    font-size: 64px;
    font-weight: 700
}

.product-yct-h5-bg-t>div:nth-of-type(3) {
    font-size: 24px;
    font-weight: 400
}

.product-yct-h5-desc-part {
    background: #fff;
    margin-top: 5vw
}

.product-yct-h5-desc-main {
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 240px
}

.product-yct-h5-desc-main img {
    height: 100px;
    margin-right: 64px
}

.product-yct-h5-desc-main>div {
    font-size: 24px;
    line-height: 48px
}

.product-yct-h5-icon-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 48px
}

.product-yct-h5-icon-title {
    font-size: 64px;
    font-weight: 700;
    text-align: center
}

.product-yct-h5-icon-subtitle {
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

.product-yct-h5-icon-grid {
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 24px));
    column-gap: 30px;
    margin-top: 120px
}

.product-download-part {
    width: var(--m-width);
    margin: 0 auto;
    padding: 32px 0 64px 0
}

.product-download-hr {
    border-top: 1px solid #d9d9d9
}

.product-download-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding: 20px 0 20px 0
}

.product-download-card {
    background: white;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.02);
    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: 64px
}

.product-download-card>a>span {
    font-size: 18px;
    margin-top: 8px
}

.product-download-card>a:nth-of-type(1) {
    margin-right: 0px
}

.pro-yctht-card-one {
    height: 260px;
    background: #FF8D1A;
    color: white;
    border-radius: 10px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    padding-top: 48px;
    user-select: none;
    transition: all 0.25s ease-in-out
}

.pro-yctht-card-one:hover {
    transform: scale(1.08);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1)
}

.pro-ycth5-icon {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url("../img/product-h5-icons2.png");
    background-size: 80px auto;
    margin: 0 auto
}

.pro-ycth5-icon1 {
    background-position: 0 0px
}

.pro-ycth5-icon2 {
    background-position: 0 -80px
}

.pro-ycth5-icon3 {
    background-position: 0 -160px
}

.pro-ycth5-icon4 {
    background-position: 0 -240px
}

.pro-ycth5-icon5 {
    background-position: 0 -320px
}

.pro-yctht-card-text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-top: 32px
}

.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: flex-end;
    justify-content: center;
    background-image: url("../img/support-banner-zcpx-01.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.support-main-desc {
    color: white;
    width: var(--m-width);
    font-size: 36px;
    line-height: 64px;
    margin-bottom: 160px
}

.support-contact-us {
    position: relative;
    padding-bottom: 64px
}

.support-contact-us::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/support-footer-zcpx-03.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.3
}

.support-contact-us .contact-us-info-part {
    bottom: 0;
    background-color: none;
    background-image: linear-gradient(180deg, #F05A06 0%, #F05A06 54.17%, #FF5733 100%)
}

.support-contact-us-title {
    width: var(--m-width);
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
    padding-top: 48px;
    padding-bottom: 48px
}

.support-contact-us-title>div:nth-of-type(1) {
    color: #FF5733;
    text-shadow: 0px 2px 4px rgba(56, 56, 56, 0.8);
    font-size: 48px
}

.support-contact-us-title>div:nth-of-type(2) {
    color: #FF5733;
    font-size: 24px;
    text-shadow: 0px 2px 4px rgba(56, 56, 56, 0.8)
}

.support-and-train-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 48px
}

.support-and-train-title {
    color: var(--m-color)
}

.support-and-train-title>div:nth-of-type(1) {
    font-size: 48px;
    font-weight: 700
}

.support-and-train-title>div:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400
}

.support-and-train-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 24px));
    row-gap: 48px;
    column-gap: 48px;
    margin-top: 48px;
    margin-bottom: 36px
}

.support-and-train-one {
    border-radius: 20px;
    background-color: var(--m-color);
    height: 300px;
    box-sizing: border-box;
    padding: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.support-and-train-one>div:nth-of-type(1) {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px
}

.support-and-train-one>div:nth-of-type(2) {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    padding-left: 42px
}

.support-and-train-grid>div {
    position: relative
}

.support-and-train-grid>div>div {
    position: relative;
    z-index: 10
}

.support-and-train-grid>div:nth-of-type(even) {
    position: relative;
    bottom: 48px
}

.support-and-train-grid>div:nth-of-type(2),
.support-and-train-grid>div:nth-of-type(3) {
    color: white
}

.support-and-train-grid>div:nth-of-type(1),
.support-and-train-grid>div:nth-of-type(4) {
    background-color: none
}

.support-and-train-grid>div:nth-of-type(1)::before,
.support-and-train-grid>div:nth-of-type(4)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 1
}

.support-and-train-grid>div:nth-of-type(1)>div:nth-of-type(1),
.support-and-train-grid>div:nth-of-type(4)>div:nth-of-type(1) {
    color: var(--m-color)
}

.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/support-banner-shby-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 0 300px
}

.after-sale-desc {
    color: white;
    width: var(--m-width);
    font-size: 36px;
    line-height: 64px;
    text-align: center
}

.after-sale-card-part {
    width: var(--m-width);
    margin: 64px auto 0 auto
}

.after-sale-card-title {
    text-align: center;
    color: var(--m-color);
    margin-bottom: 48px
}

.after-sale-card-title>div:nth-of-type(1) {
    font-size: 48px;
    font-weight: 700
}

.after-sale-card-title>div:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400
}

.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
}

.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: #808080;
    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
}

.after-sale-feedback-part {
    margin-top: 64px;
    height: 40vw;
    min-height: calc(var(--m-width) * 0.4);
    max-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/support-footer-shby-04.jpg");
    position: relative
}

.after-sale-feedback-part::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.6;
    z-index: 1
}

.after-sale-feedback-part>div {
    position: relative;
    z-index: 10
}

.after-sale-feedback-main {
    width: 900px;
    margin: 0 auto
}

.after-sale-feedback-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 18px
}

.after-sale-feedback-desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px
}

.after-sale-feedback-form {
    margin-top: 3vw
}

.after-sale-feedback-form>div:nth-of-type(1) {
    margin-bottom: 4px
}

.after-sale-feedback-form>div:nth-of-type(1)::before {
    content: "*";
    color: red;
    margin-right: 2px
}

.after-sale-feedback-form textarea {
    width: 100%;
    height: 12vw;
    min-height: 100px;
    resize: none;
    border: 1px solid #d9d9d9;
    outline: none;
    box-sizing: border-box;
    padding: 14px;
    font-size: 16px
}

.after-sale-submit-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 18px
}

.after-sale-submit-line>a {
    border: 2px solid var(--m-color);
    height: 36px;
    min-width: 120px;
    border-radius: 20px;
    display: flex;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--m-color);
    font-size: 16px
}

.news-detail-bg-part {
    background-repeat: no-repeat;
    background-image: url("../img/news-detail-bg.jpg");
    background-size: cover;
    background-position: center;
    height: 26vw;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: calc(var(--m-width) * 0.26)
}

.news-detail-bg-part::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 1
}

.news-detail-bg-part>div {
    position: relative;
    z-index: 10;
    width: var(--m-width);
    margin: 0 auto;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 48px
}

.news-main-text-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 64px
}

.news-main-text-paragraph>div {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 24px;
    color: #747474
}

.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-report-bg-part {
    background-repeat: no-repeat;
    background-image: url("../img/news-banner-xwbd-01.jpg");
    background-size: cover;
    background-position: center;
    height: 26vw;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: calc(var(--m-width) * 0.26)
}

.news-report-bg-part::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    z-index: 1
}

.news-report-bg-part>div {
    position: relative;
    z-index: 10;
    width: var(--m-width);
    margin: 0 auto;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 48px
}

.news-report-card-one {
    background: #f7f7f7;
    height: 480px;
    margin-top: 64px;
    margin-bottom: 64px
}

.news-report-card-one>div {
    width: var(--m-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between
}

.news-report-card-img {
    width: 360px;
    flex-shrink: 0;
    height: 400px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2)
}

.news-report-card-text {
    height: 400px;
    width: 780px
}

.news-report-card-text>div:nth-of-type(1) {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 32px
}

.news-report-card-text>div:nth-of-type(2) {
    font-size: 24px;
    line-height: 48px;
    color: #747474;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.news-report-card-text>div:nth-of-type(3) {
    display: flex;
    align-items: center;
    margin-top: 12px
}

.news-report-main-part>div:nth-of-type(even)>div {
    flex-direction: row-reverse
}

.news-exh-part {
    overflow: hidden;
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10;
    background-color: white;
    padding-bottom: 24px
}

.news-exh-main {
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/body-xw-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 0 0 0 300px
}

.news-exh-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0 0 0 300px
}

.news-exh-desc {
    color: white;
    width: var(--m-width);
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.news-exh-desc>div {
    width: 100%
}

.news-exh-desc>div:nth-of-type(1) {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 16px
}

.news-exh-desc>div:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px
}

.news-exh-alink-line {
    margin-top: 72px
}

.news-exh-news-part {
    width: var(--m-width);
    margin: 0 auto;
    padding-top: 48px
}

.news-exh-news-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px
}

.news-exh-card-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 36px));
    column-gap: 72px;
    row-gap: 72px;
    margin-bottom: 360px
}

.news-exh-card-one {
    background: white;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.02);
    height: 660px
}

.news-exh-card-grid>div:nth-of-type(even) {
    position: relative;
    top: 300px
}

.news-exh-card-img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.news-exh-card-info {
    padding: 20px 36px;
    height: 360px;
    box-sizing: border-box;
    position: relative
}

.news-exh-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px
}

.news-exh-card-desc {
    font-size: 16px;
    line-height: 32px;
    color: #747474;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.news-exh-card-time {
    font-size: 16px;
    line-height: 32px;
    color: #747474;
    text-align: right;
    margin-top: 10px
}

.news-exh-card-alink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    position: absolute;
    bottom: 28px;
    width: 100%
}

.to-explore-news-alink {
    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-part {
    overflow: hidden;
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10
}

.join-us-main {
    width: 100%;
    position: relative;
    bottom: 0px;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-image: url("../img/join-us-banner-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.join-us-main-desc {
    width: var(--m-width);
    font-size: 64px;
    line-height: 64px;
    margin-top: 200px;
    text-align: center
}

.join-us-search-part {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center
}

.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: 720px;
    height: 80px;
    background: #f2f2f2;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
    justify-content: space-between
}

.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-career-part {
    width: var(--m-width);
    margin: 0 auto 48px auto
}

.join-us-career-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-left: 16px
}

.join-us-career-one {
    height: 120px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    box-sizing: border-box;
    padding: 16px;
    user-select: none
}

.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) {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.join-us-career-one>div:nth-of-type(1)>i {
    color: #ccc;
    font-size: 22px;
    transform: rotate(90deg)
}

.join-us-career-one>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #808080
}

.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(1)>i {
    color: white
}

.join-us-career-detail {
    width: var(--m-width);
    margin: 0 auto;
    background: #f4f4f4;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s linear;
    max-height: 0
}

.join-us-detail-show {
    max-height: 2000px !important
}

.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
}

.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-send-resume-line {
    padding-top: 6px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0
}

.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
}