﻿@import url("iconfont.css");

:root {
    --m-width: 1200px;
    --m-color: #daad14;
    --s-color: #daad14;
    --strong-color: #e8c01d;
    --social-size1: 64px;
}

@font-face {
    font-family: Roboto;
    src: url("../font/Roboto-Regular.ttf");
}

* {
    font-family: Roboto, Noto Sans SC, Helvetica Neue, Helvetica, PingFang SC, 'MicroSoft YaHei', sans-serif;
}

.mont {
    font-family: Roboto, 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);
}



.form-control {
    border: 0;
    background-color: transparent;
}




.mt-60{
    margin-top: 60px;
}






.ban{    width: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-left: 120px;}
.ban2{ width:300px; height:300px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:300px; height:300px;}
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:430px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:400px;}
.num ul{ position:absolute; left:0; top:0;width: 350px!important;}
.num ul li{ width:80px; height:80px; margin-right:5px; padding:1px;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:40px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:40px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:160px; left:0px; z-index:9;cursor:pointer;}
.next1{ position:absolute; top:160px; right:0px; z-index:9;cursor:pointer;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:500px; height:500px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:500px; height:500px; float:left;}
	
	
	.ban2 ul li a img {
    width: 300px;
    height: 300px;
}
	




.footer {
    min-height: 180px;
    background: rgba(55, 49, 38, 1);
    box-shadow: -1px -2px 5px -1px rgba(0, 0, 0, 0.15);
    color: #ebebeb
}

.footer a:hover {
    color: var(--m-color)
}

.copyright {
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    height: 80px;
    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 {
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer-first-line-logo>img {
    width: 176px;
    margin-bottom: 30px
}

.footer-contact-f-list {
    display: flex;
    align-items: center;
    column-gap: 14px
}

.footer-contact-f-list>a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.footer-contact-f-list>a svg {
    width: 26px;
    height: 26px;
    fill: #aaa;
    display: block
}

.footer-contact-f-list>a>i.icon-linkedin {
    font-size: 22px
}

.footer-contact-f-list>a:hover>svg {
    fill: var(--m-color)
}

.footer-footer-part {
    width: var(--m-width);
    margin: auto;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.footer-addr{
    position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
}
.footer-addr>img{
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.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: #ebebeb
}

.top-m-bar {
    height: 0px;
    background: rgba(55, 49, 38, 1);
    z-index: 100;
    position: relative;
    z-index: 2000;
    overflow: hidden;
    height: 40px
}

.top-m-bar-content {
    width: var(--m-width);
    margin: auto;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    color: #ebebeb;
}

.left-top-logo-div {
    display: flex;
    align-items: center;
    height: 100%
}

.left-top-logo-div>img {
    height: 26px
}

.right-top-info-div {
    display: flex;
    align-items: center;
}

.head-contact-info-sp {
    display: flex;
    align-items: center;
    margin-left: 28px;
    margin-right: 4px;
}

.head-contact-info-sp>svg {
    width: 16px;
    height: 16px;
    fill: #ebebeb
}

.head-contact-info-sp>span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 6px
}

.top-head-lang-s-alink {
    color: #ebebeb;
    display: flex;
    align-items: center;
    margin-left: 28px;
    margin-right: 4px;
    height: 36px;
    position: relative;
    user-select: none;
    cursor: pointer;
}

.top-head-lang-s-alink>svg {
    fill: #ebebeb;
    width: 16px;
    height: 16px
}

.top-head-lang-s-alink>span {
    font-size: 16px;
    margin-left: 4px
}

.top-head-lang-s-alink>span::after {
    position: relative;
    top: 4px;
    margin-left: 2px;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #ebebeb;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent
}

.top-select-lang-div-part {
    position: absolute;
    width: 180px;
    min-height: 100px;
    top: 35px;
    right: -30px;
    visibility: hidden
}

.top-head-lang-s-alink:hover .top-select-lang-div-part {
    visibility: visible
}

.top-select-lang-div-card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 180px;
    min-height: 100px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    top: 6px;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;z-index: 2;
}

.top-head-lang-s-alink:hover .top-select-lang-div-card {
    opacity: 1
}

.top-select-lang-div-card::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 10px solid transparent;
    right: 48px;
    top: -22px
}

.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)
}

.header-contact-f-list {
    display: flex;
    align-items: center;
    column-gap: 14px;
    height: 40px;
    margin-left: 18px
}

.header-contact-f-list>a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.header-contact-f-list>a.social-alink {
    background-size: cover
}

.header-contact-f-list>a svg {
    width: 18px;
    height: 18px;
    display: block
}

.header-contact-f-list>a>i.icon-linkedin {
    font-size: 22px
}

.nav {
    width: var(--m-width);
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 900
}

.nav>div:nth-of-type(1) {
    height: 80px;
    display: flex;
    align-items: center
}

.nav>div:nth-of-type(1)>a {
    height: 80px;
    display: flex;
    align-items: center;
    position: relative
}

.nav>div:nth-of-type(1)>a>img {
    height: 30px
}

.nav>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 1;
    justify-content: space-between
}

.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
}

.head-menu-btn-part>button {
    height: 32px;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    padding: 0px 6px 0px 10px
}

.head-menu-btn-part>button>span {
    font-size: 16px;
    font-weight: 600;
    margin-right: 6px;
    color: #1a1917
}

.head-menu-btn-part>button>img {
    width: 28px;
    height: 28px
}

.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: 600;
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.header-solid .header-menu>li>a {
    color: #1a1917
}

.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
}

.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-menu>li:hover>a>span::after {
    border-bottom: 2px solid var(--m-color);
    width: calc(100% + 16px)
}

.header-solid .header-menu>li:hover>a>span::after {
    border-bottom: 2px solid var(--m-color);
    width: calc(100% + 16px)
}

.header-solid .header-menu>li.home-li:hover>a>span::after {
    border-bottom: 2px solid var(--m-color);
    width: 100%
}
.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: 70px;
    left: 24px;
    z-index: 998;
    background: white;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    display: none;
    width: 240px
}

.header-menu-sub-menu-part {
    display: grid;
    grid-template-columns: 394px 1fr;
    height: 100%
}

.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
}

.head-second-menu-tree {
    position: absolute;
    top: 0px;
    left: 100%;
    height: auto;
    width: auto;
    background: #fff;
    display: none;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1)
}

.head-second-menu-tree>div {
    height: 48px;
    display: flex
}

.head-second-menu-tree>div>a {
    white-space: nowrap;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 32px;
    color: #373126;
    font-weight: 500;
    font-size: 16px
}

.head-second-menu-tree>div>a:hover {
    background: rgba(135, 108, 78, 0.2)
}

.header-menu-sub-menu-ul>li>a {
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 14px;
    color: #1a1917;
    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: #fff
}

.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
}

.header-solid .header-top-right-triangle::before {
    border-right-color: #f5f6fc
}

.header-solid .header-top-right-triangle::after {
    background: #f5f6fc
}

.header-side-menu-part {
    width: 0px;
    height: 100vh;
    right: 0px;
    top: 0px;
    position: fixed;
    z-index: 10000;
    user-select: none
}

.header-side-menu-part>div.right-menu-mask {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10001;
    right: 0;
    top: 0;
    visibility: visible;
    transition: all 0.2s
}

.header-side-menu-part>div.right-menu-part {
    background: white;
    position: fixed;
    width: 350px;
    height: 100vh;
    z-index: 10002;
    top: 0px;
    right: 0px;
    transition: right 0.3s
}

.header-side-menu-part-not-show>div.right-menu-part {
    right: -350px
}

.header-side-menu-part-not-show>div.right-menu-mask {
    visibility: hidden
}

.close-right-menu-line {
    height: 54px;
    display: flex;
    justify-content: right;
    align-items: center
}

.close-right-menu-line>button {
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px
}

.close-right-menu-line>button>img {
    width: 18px;
    height: 18px
}

.right-menu-one-link {
    height: 42px;
    display: flex;
    width: 100%
}

.right-menu-one-link>a {
    display: flex;
    height: 42px;
    align-items: center;
    width: 100%;
    color: #000;
    box-sizing: border-box;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400
}

.right-menu-one-link>a:hover {
    background: #373126;
    color: #ebebeb
}

.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%;
    min-width: var(--m-width);
    height: 31.25vw;
    min-height: calc(var(--m-width) * 0.3125);
    max-height: 600px;
    position: relative;
    z-index: 10
}

.big-img-content {
    position: absolute;
    bottom: 0px;
    display: flex;
    width: 100vw;
    height: 31.25vw;
    min-height: calc(var(--m-width) * 0.3125);
    max-height: 600px;
}



.big-img-content>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100vw;
    min-width: var(--m-width);
    height: 31.25vw;
    min-height: calc(var(--m-width) * 0.3125);
    max-height: 600px;
    transition: opacity 0.8s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.big-img-content>div.active{
    opacity: 1;
}

.big-img-content>div:nth-of-type(1) {
    background-image: url("../image/SP-4.jpg")
}

.big-img-content>div:nth-of-type(2) {
    background-image: url("../image/SP-5.jpg")
}

.big-img-content>div:nth-of-type(3) {
    background-image: url("../image/SP-2.jpg")
}


.no-tran {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important
}

.big-img-bnts {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    column-gap: 7px;
}

.big-img-bnts>div {
    width: 10px;
    height: 10px;
    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: 0px;
    left: 0px;
    width: 100%;
    height: 42px;
    color: white;
    text-align: center
}

.big-img-cover-info-content {
    width: var(--m-width);
    margin: auto
}

.index-big-img-contact-desc {
    font-size: 18px;
    margin-top: 2px;
    font-weight: 600;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
    letter-spacing: 1px
}

.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:hover {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    background: rgba(18, 18, 18, 0.5);
}

.index-opt-next-page-part>a>i {
    color: #fff;
    font-size: 24px;
}
.index-opt-next-page-part>a:hover>i{
    color: var(--m-color);
}

.index-opt-next-page-part>a:nth-of-type(1) {
    transform: rotate(180deg)
}

.foot-menu-part {
    min-height: 110px;
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    padding-top: 72px;
    padding-bottom: 72px;
    justify-content: space-around
}

.foot-menu-part>.foot-menu-one-col:first-of-type {
    max-width: 260px
}

.foot-menu-one-col {
    flex-shrink: 0;
    padding-left: 36px
}

.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-first-text-triangle::after{
    content: "";
    display: inline-block;
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--m-color);
}
.footer-second-text {
    font-size: 14px;
    margin-bottom: 8px
}

.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
}

.product-preview-list-part {
    height: 140px;
    background: #f5f5f5
}

.product-preview-list-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--m-width);
    margin: 0 auto
}

.product-priview-list-ul {
    display: flex;
    align-items: center;
    column-gap: 80px;
    transition: all 300ms ease;
    width: auto
}

.product-priview-list-ul>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140px;
  
    color: #000;
    font-weight: 500;
    font-size: 16px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.product-priview-list-ul>a>div{
    width: 100px;
    height: 100px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.product-preview-software-div{
    overflow: hidden;
    padding-top: 6px;
    box-sizing: border-box;
}
.product-priview-list-ul>a img {
    width: 100px;
    height: 100px;
    transition: transform 0.25s;
}

.product-priview-list-ul>a>span {
    margin-top: -1px;
    user-select: none
}

.product-priview-list-ul>a:hover::after,
.product-priview-list-ul>a.active::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 0px;
    border: 1px solid var(--m-color);
    bottom: 2px
}

.product-priview-list-ul>a:hover img,
.product-priview-list-ul>a.active img {
    transform: scale(1.06)
}

.product-priview-list-ul>a:hover>span,
.product-priview-list-ul>a.active>span {
    color: var(--m-color)
}


.pro-pre-next-btn {
    outline: none;
    background: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d9d9d9
}

.pro-pre-next-btn>i {
    font-size: 30px;
    color: #1a1917
}

.pro-pre-next-btn-left {
    transform: rotate(-180deg)
}

.pro-pre-next-btn:disabled {
    border: 1px solid #d9d9d9;
    background: #eee
}

.pro-pre-next-btn:disabled>i {
    color: #ccc
}

.pros-card-show-line-part {
    height: 380px;
    margin-top: 64px;
    margin-bottom: 64px;
    display: flex
}

.pros-card-show-line-left {
    width: 50%;
    position: relative;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

.pros-card-show-line-left::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    
    background-size: cover;
    background-position: 0 top;
    filter: blur(2px);
    right: 0;
    top: 0;
    width: 100%;
    height: 380px
}

.pros-card-show-line-left::after {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(100, 100, 100, 0.3);
    right: 0;
    top: 0;
    width: 100%;
    height: 380px
}

.pros-card-type-bg-1{
    background-image: url("../image/pro_left_bg1.jpg");
}
.pros-card-type-bg-1::after{
    background: rgba(100, 100, 100, 0.4);
}
.pros-card-type-bg-2{
    background-image: url("../image/pro_left_bg2.jpg");
}
.pros-card-type-bg-3{
    background-image: url("../image/pro_left_bg3.jpg");
    background-position: center;
    background-size: cover;
}
.pros-card-type-bg-3::after{
    background-image: url("../image/Spherefix_view.png");
    background-repeat: no-repeat;
    background-size: 380px auto;
    background-position: calc(50% + 300px) 0px;
}
.pros-card-type-bg-4{
    background-image: url("../image/pro_left_bg4.jpg");
}

.pros-card-type-bg-5{
    background-image: url("../image/pro_left_bg3.jpg");
    background-position: center;
    background-size: cover;
}
.pros-card-type-bg-5::after{
    background-image: url("../image/FieldGenius_view.png");
    background-repeat: no-repeat;
    background-size: 380px auto;
    background-position: calc(50% + 300px) 0px;
}
.pros-card-type-bg-6{
    background-image: url("../image/pro_left_bg6.jpg");
}
.pros-card-type-bg-7{
    background-image: url("../image/pro_left_bg7.jpg");
    background-repeat: no-repeat;
    background-size: auto 380px;
    background-position: right 0px;
}
.pros-card-type-bg-7::after{
    background: rgba(100, 100, 100, 0.5);
}
.pros-card-show-line-left>div {
    position: relative;
    z-index: 100;
    height: 380px
}

.pros-card-decorate {
    height: 124px;
    display: flex
}

.pros-card-decorate::before {
    content: "";
    display: inline-block;
    width: max(0px, calc(50vw - 0.5 * var(--m-width)));
    height: 124px;
    background: var(--m-color);
    position: relative;
    z-index: 1
}

.pros-card-decorate::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 124px;
    background: var(--m-color);
    transform: skew(18deg);
    position: relative;
    right: 21px;
    z-index: 1
}
.pros-card-decorate-s66ufh-lite::before,
.pros-card-decorate-s66ugh-lite::before{
    width: max(0px, calc(54vw - 0.5 * var(--m-width)));
}
.pros-card-decorate-software{
    height: 66px;
    position: relative;
    top: 58px;
}

.pros-card-decorate-software::before{
    height: 66px;
}

.pros-card-decorate-software::after{
    height: 66px;
    transform: skew(24deg);
    width: 220px;
}
.pros-card-show-real-c {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 380px;
    width: calc(0.5 * var(--m-width));
    z-index: 100;
}

.pros-card-show-real-c-software{
    right: initial;
    left: max(0px, calc(50% - 0.5 * var(--m-width)));
}

.pros-card-show-pro-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    height: 124px;
    box-sizing: border-box;
    padding-top: 70px
}

.pros-card-pro-desc-paragraph {
    width: 520px;
    text-align: justify;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pros-card-show-line-right {
    width: 50%;
    display: flex
}

.pros-card-show-line-right>div {
    width: calc(0.5 * var(--m-width))
}

.pros-min-img-preview-part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
    user-select: none
}

.pros-big-img-preview-main {
    width: 320px;
    height: 320px;
    overflow: hidden;
    user-select: none
}

.pros-big-img-preview-content {
    display: flex;
    align-items: center;
    justify-content: left;
    user-select: none;
    transition: all 300ms ease
}

.pros-big-img-preview-content>div {
    flex-shrink: 0;
    width: 320px;
    height: 320px
}

.pros-big-img-preview-content>div>img {
    width: 320px;
    height: 320px
}

.pros-big-img-preview-part {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px
}

.pros-min-img-preview-part>div {
    width: 64px;
    height: 64px;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.pros-min-img-preview-part>div.active {
    border: 1px solid var(--m-color)
}

.pros-min-img-preview-part>div>img {
    max-width: 64px;
    max-height: 64px
}

.pros-bg-img-switch-bgn-part {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pros-img-switch-btn {
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: none
}

.pros-img-switch-btn::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid
}

.pros-img-switch-btn-left::before {
    border-width: 10px 14px 10px 0px;
    border-color: transparent #373126 transparent transparent
}

.pros-img-switch-btn-right::before {
    border-width: 10px 0px 10px 14px;
    border-color: transparent transparent transparent #373126
}

.pros-tb-bar {
    height: 52px;
    background: #f5f5f5;
    display: flex;
    justify-content: center
}

.pros-tb-bar>div {
    width: var(--m-width);
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    position: relative
}

.pros-tb-bar>div>div {
    width: 33.33%;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 100;
    transition: color 0.2s ease-in-out;
    color: #1a1b1c
}

.pros-tb-bar-active-1 div {
    cursor: pointer;
    padding: 0px 20px;
    margin-right: 10px;
    border-radius: 0px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pros-tb-bar-active-1 div.active {
    background-color: #daad14; /* 高亮背景色 */
    color: #fff; /* 高亮文字颜色 */
}



.pros-tb-bar>div.pros-tb-bar-active-1::before {
    left: 0
}

.pros-tb-bar>div.pros-tb-bar-active-2::before {
    left: calc(0.3333 * var(--m-width))
}

.pros-tb-bar>div.pros-tb-bar-active-3::before {
    left: calc(0.6666 * var(--m-width))
}

.pros-real-detail-show-part {
  
    height: auto;
    width: var(--m-width);
    margin: auto;
    display: flex;
    align-items: flex-start;
    overflow: hidden
}

.pros-real-detail-show-part>div {
    width: auto;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease-in-out
}

.pros-real-detail-show-part>div>div {
    flex-shrink: 0
}

.pros-real-detail-charact {
    width: var(--m-width);
    padding-top: 24px;
    padding-bottom: 84px;
    background-repeat: no-repeat;
    background-size: 320px auto;
    background-position: top right
}
.pros-real-detail-charact-s66ufh-lite{
    background-size: 280px auto;
    background-position: calc(var(--m-width) - 300px) 90px;
}
.pros-real-detail-charact-sp8635{
    background-size: 500px auto;
    background-position: calc(var(--m-width) - 410px) center;
}
.pros-real-detail-param {
    width: var(--m-width)
}

.pros-real-detail-charact>div:nth-of-type(1) {
    width: 850px
}

.pros-real-detail-param-part>div {
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
    padding: 32px 18px 32px 18px
}

.pros-real-detail-param-part>div:nth-of-type(odd) {
    background: #fff
}

.pros-real-detail-param-part>div:nth-of-type(even) {
    background-color: #f5f5f5
}

.pros-real-detail-param-part>div>div {
    position: relative;
    z-index: 100
}

.pros-param-title {
    width: 310px;
    border-bottom: 3px solid var(--m-color);
    display: flex;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #1a1917;
    margin-bottom: 12px;
    box-sizing: border-box
}

.pros-param-desc>div {
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    color: #1a1917;
    font-size: 20px;
    font-weight: 400
}

.pros-param-desc>div>span:nth-of-type(1) {
    width: 720px;
    flex-shrink: 0;
    box-sizing: border-box
}

.pros-param-desc>div>span>span {
    margin-right: 16px
}

.pros-real-detail-download {
    width: var(--m-width)
}

.pros-download-part {
    min-height: 300px;
    padding-top: 36px
}

.pros-download-line {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px
}

.pros-download-line a {
    width: 120px;
    height: 36px;
    background: none;
    color: #1a1b1c;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center
}

.pros-download-line a>i {
    font-size: 14px;
    margin-left: 6px
}

.pros-download-line a:hover {
    color: var(--m-color)
}

.pros-download-line>div:nth-of-type(1) {
    font-size: 16px;
    color: #1a1b1c
}

.pros-charact-list-one {
    display: flex;
    align-items: flex-start;
    margin-top: 44px;
    padding-bottom: 10px
}

.pros-charact-list-one>div:nth-of-type(1) {
    width: 72px;
    height: 72px;
    margin-right: 30px
}

.pros-charact-list-one>div:nth-of-type(1)>img {
    width: 72px;
    height: 72px
}

.pros-charact-list-one>div:nth-of-type(2)>div:nth-of-type(1) {
    color: #1a1b1c;
    font-size: 22px;
    padding-top: 4px;
    margin-bottom: 6px;
    font-weight: 500
}

.pros-charact-list-one>div:nth-of-type(2)>div:nth-of-type(2) {
    color: #1a1b1c;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify
}

.pros-related-products-part {
    padding-top: 60px;
    width: var(--m-width);
    margin: auto;
    padding-bottom: 48px
}

.pros-related-products-title {
    font-size: 36px;
    font-weight: 400;
    height: 50px;
    text-align: center;
    border-bottom: 2px solid var(--m-color)
}

.pros-related-card-part {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
    padding-top: 40px
}

.pros-related-card-part>a {
   
       flex: 1;
    max-width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}


.w100{
    width: 100%;
}



.pros-related-card-part>a>img {
    width: 194px;
    height: 194px;
    transition: transform 0.25s
}

.pros-related-card-part>a>span {
    user-select: none;
    color: #1a1b1c;
    font-weight: 500;
    font-size: 24px;text-align: center;    margin-bottom: 20px;
}

.pros-related-card-part>a:hover>span {
    color: var(--m-color)
}

.pros-related-card-part>a:hover>img {
    transform: scale(1.1)
}

.pros-all-list-part {
    min-height: 500px;
    width: var(--m-width);
    margin: auto;
    padding-top: 40px
}

.pros-all-list-title {
    font-size: 36px;
    font-weight: 400;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8c8c8c;
    color: var(--m-color)
}

.pros-all-list-one {
    display: grid;
    grid-template-columns: 540px 540px;
    column-gap: 80px;
    row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 80px
}

.pros-all-list-one>div {
    height: 220px;
    display: flex;
    align-items: center
}

.pros-all-list-one>div>a {
    margin-right: 8px
}

.pros-all-list-one>div>a>img {
    width: 210px;
    height: 210px;
    transition: transform 0.25s
}

.pros-all-list-one>div>a:hover>img {
    transform: scale(1.1)
}

.pros-all-list-one>div>div>div:nth-of-type(1) {
    margin-bottom: 2px
}

.pros-all-list-one>div>div>div:nth-of-type(1)>a {
    font-size: 24px;
    line-height: 28px;
    color: #1a1917;
    font-weight: 500
}

.pros-all-list-one>div>div>div:nth-of-type(1)>a:hover {
    color: var(--m-color)
}

.pros-all-list-one>div>div>div:nth-of-type(2) {
    font-size: 18px;
    line-height: 22px;
    color: #8c8c8c;
    font-weight: 400;
    height: 48px;
    border-bottom: 1px solid #ebebeb
}

.pros-all-list-one>div>div>div:nth-of-type(3) {
    display: flex
}

.pros-all-list-one>div>div>div:nth-of-type(3)>a {
    font-size: 16px;
    font-weight: 400;
    color: #1a1917;
    height: 40px;
    display: flex;
    align-items: center;
    width: auto;
    padding-right: 10px
}

.pros-all-list-one>div>div>div:nth-of-type(3)>a:hover {
    color: var(--m-color)
}

.pros-all-list-one>div>div>div:nth-of-type(3)>a::after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-width: 5px 6px 5px 6px;
    border-color: transparent transparent transparent var(--m-color);
    border-style: solid;
    margin-left: 8px
}

.beian-alink {
    display: none
}



.common-content-main {
    width: var(--m-width);
    margin: auto
}

.faq-content {
    padding-top: 64px
}

.faq-one-part {
    min-height: 200px;
    padding-top: 40px
}

.faq-top-main-part{
    width: var(--m-width);
    margin: 24px auto 24px auto;
}

.faq-switch-type-part{
    display: flex;
    align-items: center;
    height: 150px;
    margin-top: 32px;
}
.faq-switch-type-part>a{
    width: 130px;
    height: 130px;
    margin-right: 36px;
}
.faq-switch-type-part>a>div{
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 12px;
    transition: background 0.2s;
}
.faq-switch-type-part>a>span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    color: #8c8c8c;
    font-size: 24px;
    font-weight: 400;
}
.faq-switch-type-part>a>div>svg{
    fill: #8c8c8c;
}
.faq-switch-type-part>a:nth-of-type(1) svg{
    width: 66px;
    height: 66px;
}
.faq-switch-type-part>a:nth-of-type(2) svg{
    width: 88px;
    height: 88px;
}
.faq-switch-type-part>a.active svg,
.faq-switch-type-part>a:hover svg{
    fill: white;
}
.faq-switch-type-part>a.active>div,
.faq-switch-type-part>a:hover>div{
    background: var(--m-color);
}
.faq-switch-type-part>a.active>span,
.faq-switch-type-part>a:hover>span{
    color: var(--m-color);
}

.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
}

.support-aside-anchor {
    position: fixed;
    left: 2px;
    top: 300px;
    padding-left: 0px;
    z-index: 1000
}

.support-aside-anchor>div {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.support-aside-anchor>div>a {
    color: white;
    background: rgba(79, 79, 79, 0.5);
    background: var(--m-color);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    box-sizing: border-box;
    position: relative
}

.support-aside-anchor>div>a>i {
    font-size: 20px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.support-aside-anchor>div>a>i>svg {
    width: 32px;
    height: 32px;
    fill: white
}

.support-aside-anchor>div:nth-of-type(2)>a>i>svg {
    width: 30px;
    height: 30px
}

.support-aside-anchor>div>a i.icon-chanpin {
    font-size: 26px
}

.support-aside-anchor>div>a i.icon-ruanjianfuwu {
    font-size: 22px
}

.support-aside-anchor>div>a>div {
    position: absolute;
    left: 48px;
    top: 0px;
    height: 48px;
    box-sizing: border-box;
    background: var(--m-color);
    display: flex;
    align-items: center;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(79, 79, 79, 0.5)
}

.support-aside-anchor>div>a>div>span {
    width: 0px;
    transition: width 350ms
}

.support-aside-anchor>div>a>div>i {
    border-left: 12px solid rgba(79, 79, 79, 0.5);
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent
}

.support-aside-anchor>div>a:hover {
    background: var(--m-color)
}

.support-aside-anchor>div>a:hover>div {
    width: auto;
    background: linear-gradient(to right, var(--m-color) calc(100% - 12px), rgba(252, 252, 255, 0) 12px);
    color: white
}

.support-aside-anchor>div>a:hover>div>span {
    width: 100px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15)
}

.support-aside-anchor>div>a:hover>div>i {
    border-left-color: var(--m-color)
}



.faq-m-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 21px;
    color: #212121;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.faq-m-title::before {
    content: "";
    height: 17px;
    margin-right: 12px;
    width: 6px;
    background: var(--m-color)
}

.faq-question-list-one {
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
}

.faq-question-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    line-height: 36px;
    user-select: none;
    cursor: pointer;
    padding: 6px 20px;
    background: rgba(235, 235, 235, 0.4);
}

.faq-question-text>div {
    padding-right: 48px;
    color: #212121;
    font-size: 18px;
    font-weight: 500
}

.faq-question-text>div>.order {
    margin-right: 12px;
    color: var(--m-color);
    width: 30px;
    height: 28px;
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.faq-question-text>div>.order::after{
    content: "";
    width: 1px;
    height: 22px;
    border-right: 1px solid #bdbdbd;
    position: absolute;
    right: 1px;
    top: 8px;
}
.faq-question-text>span>button {
    color: #474747;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: none;
    outline: none;
    border: none
}

.faq-question-text>span>button>i {
    font-size: 20px
}

.faq-question-list-one>.faq-question-text>span>button.add {
    display: initial
}

.faq-question-list-one>.faq-question-text>span>button.reduce {
    display: none
}

.faq-question-list-one-expand>.faq-question-text>span>button.add {
    display: none
}

.faq-question-list-one-expand>.faq-question-text>span>button.reduce {
    display: initial
}

.faq-answer-text {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    transition: all 300ms;
    background: #fff;
    overflow: hidden;
   
}

.faq-alink-title-text {
    margin-right: 8px;
    color: #1A1B1C;
    font-weight: 500;
    height: 28px;
    line-height: 28px;
    font-size: 14px
}

.faq-answer-download-line {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px
}

.faq-answer-download-line>a {
    color: var(--m-color);
    font-weight: 500;
    font-size: 14px;
    padding: 0px 8px;
    height: 28px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.faq-answer-download-line>a[download] {
    padding: 0
}

.faq-answer-download-line>a>span {
    display: inline-block;
    max-width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.faq-answer-download-line>a>i {
    margin-left: 8px;
    color: var(--m-color);
    font-size: 14px
}

.outpage-cal-height {
    height: auto;
    position: fixed;
    left: 0;
    top: -1000
}

.faq-answer-text>div {
    padding: 0px 12px;
    border-left: 1px solid #bdbdbd;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 48px;
}



.faq-pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    padding: 24px;
    flex-wrap: wrap;
    row-gap: 24px;
    display: none
}

.faq-pagination-list>button {
    width: 50px;
    height: 50px;
    isolation: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    outline: none;
    border: 1px solid #e0e0e0;
    background: none;
    color: #4F4F4F;
    font-weight: 500;
    cursor: pointer;
    border-radius: 2px;
    user-select: none;
    flex-shrink: 0
}

.faq-pagination-list>button.active {
    color: white;
    background: var(--m-color);
    border: 1px solid var(--m-color)
}

.faq-empty-gap {
    height: 80px
}

.faq-empty-gap2 {
    height: 120px
}

.faq-img-bg-part {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
    margin-top: 48px
}

.faq-img-bg-content {
    height: 360px;
    width: 100%;
    background-image: url("http://www.spherefixgnss.com/img/faq_bg.jpg");
    background-size: 1920px 360px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.faq-img-bg-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background: linear-gradient(234.78deg, rgba(82, 114, 217, 1) 0%, rgba(0, 0, 0, 1) 100%)
}

.faq-img-bg-title {
    color: var(--m-color);
    width: 250px;
    position: relative;
    height: 72px !important;
    box-sizing: border-box
}

.faq-img-bg-title>span {
    position: relative;
    bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 32px solid rgba(232, 192, 29, 0.5);
    height: 72px
}

.faq-img-bg-title>span>span {
    position: relative;
    top: 36px;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 0.5px
}

.download-main-part {
    width: var(--m-width);
    margin: 0 auto;
    min-height: 600px;
    padding-top: 64px
}

.download-main-title {
    font-size: 36px;
    color: #1a1b1c;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    height: 64px;
    display: flex;
    align-items: center
}

.download-main-filter-line {
    height: 48px;
    display: flex;
    align-items: center;
    margin-top: 12px
}

.download-main-filter-line>span {
    color: #1a1b1c;
    font-size: 16px;
    font-weight: 400;
    margin-right: 8px
}

.download-main-filter-line>select {
    margin-right: 36px;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: none;
    padding: 2px 6px;
    width: 200px;
    line-height: 32px;
    background: white;
    font-size: 16px;
    color: #1a1b1c;
    font-weight: 500
}

.download-main-filter-line>select>option {
    height: 32px
}

.index-pro-card-part {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    row-gap: 20px;
    column-gap: 20px;
    margin: 20px 14px
}

.index-pro-card-part>div {
    height: 31.25vw;
    max-height: 600px;
    min-height: 375px;
    overflow: hidden
}

.index-pro-card-part>div:nth-of-type(3) {
    grid-column: span 2
}

.index-pro-card-one {
    background-color: #f5f5f9;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-pro-card-one::before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.7);
}
.index-pro-card-one>div{
    z-index: 100;
}
.index-pro-card-one>img{
    z-index: 101;
}
.index-pro-card-one-sp10{
    background-image: url("../image/index_card_bg.png");
}
.index-pro-card-one-sp30{
    background-image: url("../image/index_card_bg2.png");
}
.index-pro-card-one-software{
    background-image: url("../image/index_software_bg.png");
}
.index-pro-card-one-software::before{
    display: none;
}
.index-pro-card-one-software .index-pro-card-title{
    color: #fff;
}
.index-pro-card-one-software .index-pro-card-subtitle{
    color: #fff;
}
.index-pro-card-one-c100{
    background-image: url("../image/index_card_bg2.png");
}
.index-pro-card-one-c500{
    background-image: url("../image/index_card_bg2.png");
}
.index-pro-card-one-f6{
    background-image: url("../image/index_card_bg.png");
}
.index-pro-card-one>img.index-pro-icon {
    height: calc(100% - 40px);
    max-height: 600px;
    min-height: 375px;
    user-select: none;
    flex-grow: 0;
    flex-shrink: 0
}

.index-pro-card-main {
    flex-grow: 1
}

.index-pro-card-main-left {
    position: relative;
    right: 16px
}

.index-pro-card-main-right {
    position: relative;
    left: 36px;
    padding-right: 14px
}

.index-pro-card-main-software {
    padding-left: 200px
}

.index-pro-card-software-img {
    width: 60%;
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.index-pro-card-software-img>img {
    height: 320px
}

.index-pro-card-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 10px
}

.index-pro-card-title::after {
    content: "";
    display: inline-block;
    width: 88px;
    height: 0px;
    border-bottom: 4px solid var(--m-color);
    position: absolute;
    bottom: 0px;
    left: 0px
}

.index-pro-card-subtitle {
    color: #1a1917;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
    min-height: 48px;
}

.index-pro-card-alink-line {
    margin-top: 32px;
    display: flex
}

.index-pro-card-alink-line>a {
    color: white;
    background: var(--m-color);
    border-radius: 4px;
    height: 36px;
    font-size: 20px;
    padding: 0 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-download-part{
    height: 37.5vw;
    max-height: 720px;
    min-height: calc(0.375 * var(--m-width));
    margin: 0 14px;
    background-repeat: no-repeat;
    background-image: url("../image/index_download_bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
}
.index-download-rectangle{
    position: absolute;
    width: 18vw;
    height: 18vw;
    min-width: 220px;
    min-height: 220px;
    max-width: 320px;
    max-height: 320px;
    background: var(--m-color);
    font-size: 36px;
    font-weight: 700;
    color: #212121;
    line-height: 48px;
    left: calc(20vw);
}
.index-download-rectangle>div{
    position: absolute;
    left: -30px;
    bottom: 20px;
    width: 360px;
}
.index-bottom-mission{
    height:  17.7vw;
    max-height: 340px;
    min-height: 280px;
    margin: 36px 100px;
    background: #ebebeb;
    border-radius: 18px;
    position: relative;
}
.index-bottom-mission::before{
    content: attr(data-title);
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 160px;
    letter-spacing: 28px;
    align-items: center;
    justify-content: center;
    color: rgba(33, 33, 33, 0.05);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.index-bottom-mission>div{
    position: relative;
    z-index: 100;
}
.index-bottom-mission>div>div:nth-of-type(1){
    font-size: 46px;
    line-height: 54px;
    font-weight: 400;
    margin: 0px auto;
    padding: 0 10px;
    min-width: 950px;
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    color: #212121;
}
.index-bottom-mission>div>div:nth-of-type(2){
    display: flex;
    justify-content: center;
}
.index-mission-alink{
    color: white;
    background: var(--m-color);
    border-radius: 6px;
    height: 36px;
    font-size: 20px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.index-donwload-explore-line{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.about-us-main-big{
    height: 40vw;
    max-height: 768px;
    min-height: calc(0.36 * var(--m-width));
    background-image: url("../image/about_us_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-us-border-decorate{
    height: 12px;
    background: var(--m-color);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.about-us-border-decorate::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 32px 20px 0px 20px;
    border-style: solid;
    border-color: var(--m-color) transparent transparent transparent;
    position: relative;
    top: 4px;
}
.about-us-main-desc{
    height: 24vw;
    max-height: 450px;
    min-height: 320px;
    background: linear-gradient(to right, rgba(18, 18, 18, 0.75) max(1000px, calc(50vw - 0.5 * var(--m-width) + 1000px)), rgba(0,0,0,0) max(1000px, calc(50vw - 0.5 * var(--m-width) + 1000px)));
}

.about-us-main-desc>div{
    width: var(--m-width);
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.about-us-main-desc>div>div{
    width: 960px;
    color: #ebebeb;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.about-us-about-spherefix{
    width: var(--m-width);
    margin: 0 auto;
    color: #1a1816;
    height: 10vw;
    min-height: calc(0.1 * var(--m-width));
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 48px;
}

.about-us-about-spherefix::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 28px;
    height: 6px;
    width: 98px;
    background: var(--m-color);
}

.about-us-our-adv{
    width: var(--m-width);
    margin: 48px auto 48px auto;
    text-align: center;
}

.about-us-our-adv>span{
    font-size: 36px;
    font-weight: 500;
}

.about-us-our-adv-grid{
    width: var(--m-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    row-gap: 16px;
    column-gap: 16px;
}

.about-us-our-adv-grid>div{
    height: 350px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.about-us-our-adv-grid>div:nth-of-type(1){
    background-image: url("../image/our_adv_bg1.png");
}
.about-us-our-adv-grid>div:nth-of-type(2){
    background-image: url("../image/our_adv_bg2.png");
}
.about-us-our-adv-grid>div:nth-of-type(3){
    background-image: url("../image/our_adv_bg3.png");
}
.about-us-our-adv-grid>div::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(112, 112, 112, 0.4);
}
.about-us-our-adv-grid>div:nth-of-type(4){
    background-image: url("../image/our_adv_bg4.png");
}
.about-us-card-one{
    user-select: none;   
}
.about-us-card-title{
    position: relative;
    z-index: 100;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-card-title>span{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--m-color);
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.about-us-card-desc{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    left: -100%;
    top: 0;
    background: var(--m-color);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    transition: left 0.45s ease;
    overflow: hidden;
}

.about-us-card-desc>span{
    color: #ebebeb;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    margin: 0 48px;
    display: inline-block;
}

.about-us-card-one:hover .about-us-card-desc{
    left: 0;
}

.about-us-our-target{
    height: 36vw;
    max-height: 700px;
    min-height: calc(0.36 * var(--m-width));
    margin-top: 70px;
    background-image: url("../image/about_us_bottom_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.about-us-our-target::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(105, 105, 105, 0.75);
    z-index: 1;
}

.about-us-our-target>div{
    position: relative;
    z-index: 200;
    width: var(--m-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 70px;
}

.about-us-our-target>div>div{
    text-align: center;
    width: 100%;
}

.about-us-target-one>div:nth-of-type(1){
    color: var(--m-color);
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 4px;
}
.about-us-target-one>div:nth-of-type(2){
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.gnss-pro-preview-software{
    overflow: hidden;
}


.common-top-main-title {
    font-size: 36px;
    color: #1a1b1c;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    height: 64px;
    display: flex;
    align-items: center
}

.footer-logon-bottom-download>a{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    font-weight: 400;
}
.footer-logon-bottom-download>a>i{
    margin-left: 4px;
    font-size: 14px;
}
.social-alinks-part{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    column-gap: 8px;
    z-index: 900;
}
.social-alinks-part>a{
    color: rgba(255, 255, 255, 0.8);
    width: 28px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logon-bottom-download>a>i{
    font-size: 18px;
    display: inline-block;
}
.social-alinks-part>a.a-youtube>i{
    font-size: 22px;
}

.footer-phone-part{
    position: absolute;
    bottom: -112px;
    width: 100%;
}
.footer-phone-part>div{
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 14px;
}
.footer-phone-part>div .head-contact-info-sp{
    margin-left: 0;
}


.news-sub-menu-bar{
    background: var(--m-color);
    height: 50px;
    margin-bottom: 42px;
}

.news-list-card{
    color: white !important;
    height: 404px;
    box-sizing: border-box;
    margin-bottom: 48px;
    display: flex;
}

.news-list-card a{
    color: white !important;   
}

.news-card-alink{
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 16px;
    position: relative;
    transition: background-size 0.5s ease;
    box-shadow: 0 4px 20px 5px rgba(217, 223, 231, 0.4);
}

.news-card-alink>img{
    position: absolute;
    width: 450px;
    border-radius: 16px;
    left: -36px;
    top: 32px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.06);
    z-index: 5;
}

.news-card-title-event{
    position: absolute;
    left: 450px;
    top: 32px;
    font-size: 24px;
    font-style: italic;
    z-index: 10;
}

.news-card-title-year{
    position: absolute;
    width: 640px;
    left: 500px;
    top: 110px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.news-card-desc-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 380px;
    width: 530px;
    background: var(--m-color);
    color: white;
    font-size: 18px;
    font-style: italic;
    padding: 20px;
    box-sizing: border-box;
    line-height: 28px;
    transition: width 0.35s ease;
    opacity: 0;
    z-index: 2;
    border-radius: 16px;
    overflow: hidden;
}

.news-card-desc-text>div {
    position: absolute;
    left: 550px;
    top: 100px;
    width: 520px;
    padding-right: 10px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.news-card-alink:hover .news-card-desc-text {
    height: 380px;
    width: var(--m-width);
    opacity: 1;
}

.news-detail-news-title {
    color: #1A1B1C;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    width: 1120px;
    margin: 64px auto 14px auto;
}

.news-detail-news-time {
    font-size: 16px;
    color: #474747;
    display: flex;
    align-items: center;
    column-gap: 4px;
    width: 1120px;
    margin: 0 auto 24px auto;
}

.news-detail-news-time>svg {
    width: 18px;
    height: 18px;
    fill: #474747;
}

.news-detail-news-text {
   
    width: 1120px;
    margin: 0 auto 30px auto;
}

.news-detail-news-text>div.text {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin-bottom: 28px;
    text-align: justify;
    font-style: italic;
}

.news-detail-news-text>div.img {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail-news-text>div.img>img {
    max-width: 1100px;
    max-height: 600px;
}

.news-detail-news-main-text {
    display: flex;
    align-items: flex-end;
    width: 1120px;
    margin: 0 auto;
    position: relative;
}

.news-detail-news-main-text>.news-detail-news-text {
    width: 720px;
    flex-shrink: 0;
    margin: initial;
}

.news-detail-right-img {
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    right: 0px;
    bottom: -50px;
    height: calc(100% + 50px);
    pointer-events: none;
}

.news-detail-right-img>img {
    max-height: 100%
}



.news-text-img-one-line {
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
}

.news-text-img-one-line>div.text {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin-bottom: 28px;
    text-align: justify;
    width: 600px;
    font-style: italic;
}

.news-text-img-one-line>div.img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
}

.news-text-img-one-line>div.img>img {
    max-width: 400px;
    max-height: 320px;
}

#news-main-part[news-key="0000"] .news-detail-news-text>div.img:nth-of-type(3)>img,
#news-main-part[news-key="0002"] .news-detail-news-text>div.img:nth-of-type(5)>img,
#news-main-part[news-key="0002"] .news-detail-news-text>div.img:nth-of-type(n+10)>img{
    max-width: initial;
    max-height: initial;
    width: 1120px;
}

#news-main-part[news-key="0001"] .text:nth-of-type(6),
#news-main-part[news-key="0002"] .text:nth-of-type(3),
#news-main-part[news-key="0002"] .text:nth-of-type(6),
#news-main-part[news-key="0002"] .text:nth-of-type(8),
#news-main-part[news-key="0002"] .text:nth-of-type(10),
#news-main-part[news-key="0002"] .text:nth-of-type(12),
#news-main-part[news-key="0002"] .text:nth-of-type(15),
#news-main-part[news-key="0003"] .text:nth-of-type(4),
#news-main-part[news-key="0003"] .text:nth-of-type(6),
#news-main-part[news-key="0003"] .text:nth-of-type(9),
#news-main-part[news-key="0004"] .text:nth-of-type(6)
{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 6px;
}

#news-main-part[news-key="0002"] .news-text-img-one-line>div.img{
    position: relative;
    bottom: 32px;
}
#news-main-part[news-key="0003"] .news-text-img-one-line{
    position: relative;
    height: 36px;
}
#news-main-part[news-key="0003"] .news-text-img-one-line>div.img{
    height: 966px;
}
#news-main-part[news-key="0003"] .news-text-img-one-line img{
    width: 460px;
    height: auto;
    max-width: initial;
    max-height: initial;
    position: absolute;
    right: 0px;
}
#news-main-part[news-key="0003"] .news-text-img-one-line .text{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 6px;
}
#news-main-part[news-key="0003"] .text:nth-of-type(3),
#news-main-part[news-key="0003"] .text:nth-of-type(4),
#news-main-part[news-key="0003"] .text:nth-of-type(5),
#news-main-part[news-key="0003"] .text:nth-of-type(6),
#news-main-part[news-key="0003"] .text:nth-of-type(7),
#news-main-part[news-key="0003"] .text:nth-of-type(8)
{
    width: 600px;
}
.news-text-img-one-line-01{
    align-items: stretch;
    margin-top: 36px;
    margin-bottom: 36px;
}
.news-text-img-one-line-01>div:nth-of-type(1){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
}
.news-text-img-one-line-01>div:nth-of-type(1).text{
    margin-top: 0;
    margin-bottom: 0;
}
.news-text-img-one-line-01>div:nth-of-type(2){
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding-left: 30px;
}

.news-text-img-one-line-01>div:nth-of-type(2) img{
    width: 480px;
}
.news-text-img-one-line-01>div:nth-of-type(2)>div:nth-of-type(3){
    display: none;
}

.news-bottom-div-img-grid{
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 24px;
    column-gap: 24px;
}

.news-bottom-div-img-grid>div>img{
    width: 100%;
    height: 100%;
}
.news-bottom-div-img-grid>div:nth-of-type(2){
    grid-row: 1 / 3;
    grid-column: 2 / 4;
}

.news-related-bottom-part{
    height: 50px;
    background: var(--m-color);
    margin-top: 80px;
}

.news-sub-menu-bar>div{
    width: var(--m-width);
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.news-sub-menu-bar .ntitle{
    color: white;
    font-size: 28px;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 50px;
    padding: 0 6px;
    letter-spacing: 1px;
}
.news-bar-home{
    position: absolute;
    left: 0px;
    height: 50px;
    min-width: 100px;
    background: rgba(55, 49, 38, 1);
    color: white;
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding: 0px 6px 0 8px;
    border-radius: 0px;
    box-sizing: border-box;
    z-index: 90;
    transition: all 0.3s;
}
.news-bar-home::after{
    content: "";
    height: 2px;
    width: 0;
    background: white;
    position: absolute;
    left: 6px;
    bottom: 5px;
    transition: all 0.3s;
}

.news-bar-home:hover::after{
    width: calc(100% - 12px);
}
.news-bar-home img{
    width: 24px;
    height: auto;
}
.news-bar-home-right{
    left: initial;
    right: 0px;
}


.much-color-part{
    position: absolute;
    height: 50px;
    width: 200px;
    position: absolute;
    z-index: 1;
    left: -100px;
    top: 0;
    display: flex;
    align-items: center;
}
.much-color-part>div{
    height: 50px;
}
.much-color-part>div:nth-of-type(1){
    width: 30px;
    background: #e9ce72;
}
.much-color-part>div:nth-of-type(2){
    width: 30px;
    background: #e0ba3a;
}
.much-color-part>div:nth-of-type(3){
    width: 30px;
    background: #dcb223;
}
.much-color-part>div:nth-of-type(4){
    width: 30px;
    background: #dbaf1a;
}   
.much-color-part>div:nth-of-type(5){
    width: 80px;
    background: #fff;
} 

.much-color-part-right{
    left: initial;
    right: -100px;
    transform: rotate(180deg);
}

.news-detail-bottom-part{
    margin-bottom: 0;
    margin-top: 64px;
}


.privacy-part {
    width: var(--m-width);
    margin: 30px auto 72px auto;
}

.privacy-content>div.text {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    text-align: justify;
    margin-top: 32px;
    margin-bottom: 2px;
}

.privacy-content>div.desc {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 28px;
}

.privacy-head-content {
    width: var(--m-width);
    margin: 0 auto;
}

.privacy-top-desc {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 28px;
    margin-top: 28px;
}

.privacy-title-hr {
    border-bottom: 1px solid #eee;
    font-size: 36px;
    font-weight: 600;
    line-height: 64px;
}

.privacy-company-text {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.privacy-please-agree-line {
    margin-top: 14px;
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.privacy-please-agree-line a {
    font-weight: 500;
    text-decoration: underline;
    color: white;
}

.privaci-err-tip {
    color: #ff3300;
    margin-top: 16px;
    opacity: 0;
    transition: opacity 0.3s;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 4px 14px 4px 14px;
    border-radius: 4px;
    position: relative;
}
.privaci-err-tip::before{
    content: "";
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
    border-width: 0px 5px 7px 5px;
    position: absolute;
    left: 8px;
    top: -7px;
}
.contact-us-bg-part{
    background-repeat: no-repeat;
    background-image: url("../image/contact_us_bg.jpg");
    background-size: cover;
    background-position: center top;
    height: 55vw;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 800px;
}
.contact-us-bg-part::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-us-bg-content{
    width: var(--m-width);
    position: relative;
    z-index: 100;
    margin: 0 auto;
    height: 50vw;
    color: white;
    box-sizing: border-box;
    padding-top: 120px
}

.contact-us-m-title{
    font-size: 60px;
    font-weight: 700;
    line-height: 84px;
    position: relative;
    margin-bottom: 24px;
    color: white;
}

.contact-us-m-title::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 14px;
    width: 98px;
    height: 6px;
    background: var(--m-color);
}

.contact-us-m-info{
    font-size: 32px;
    line-height: 36px;
    font-style: italic;
    max-width: max(640px, calc(100vw - 840px));
    margin-bottom: 48px;
    text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
    font-weight: 600;
}

.contact-us-f-list{
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.contact-us-f-list>a{
    color: white;
    margin-right: 24px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us-f-list>a>i{
    font-size: 56px;
}
.contact-us-f-list>a>i.icon-Youtube-fill{
    font-size: 62px;
    position: relative;
    right: 4px;
}
.contact-us-f-list>a:hover{
    color: var(--m-color);
}

.contact-us-yellow-bg{
    height: 100%;
    width: max(420px, calc((100vw - var(--m-width)) / 2 + 180px));
    position: absolute;
    right: 0;
    top: 0;
    z-index: 90;
}

.contact-us-yellow-bg::before{
    content: "";
    position: absolute;
    background: rgba(218, 173, 20, 0.5);
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us-yellow-bg>div:nth-of-type(1){
    width: calc(100% - 100px);
    background: rgba(218, 173, 20, 0.5);
    height: 100%;
    position: absolute;
    left: 100px;
    top: 0;
    color: white;
    box-sizing: border-box;
    padding: 100px 24px 0 24px;
}

.contact-us-man-qrcode>img{
    width: 160px;
}

.contact-us-imgr{
    display: flex;
    align-items: center;
}
.contact-us-imgr>span{
    font-size: 32px;
    width: 240px;
    flex-shrink: 0;
    margin-left: 14px;
    line-height: 36px;
    font-style: italic;
    text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
    font-weight: 600;
}
.contact-us-imgr>img{
    width: 32px;
    height: auto;
}
.contact-us-people-one{
    font-style: italic;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
    text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
}
.contact-us-people-one>div:nth-of-type(1){
    font-size: 32px;
    width: 280px;
    margin-bottom: 2px;
    font-weight: 600;
}

.contact-us-people-one>div:nth-of-type(2){
    font-size: 18px;
    width: 260px;
}
.contact-us-people-one>div:nth-of-type(3){
    font-size: 18px;
    margin-bottom: 18px;
    width: 260px;
}

.contact-us-hr-part{
    background: #373126;
    height: 12px;
}
.contact-us-send-an-inquiry-part{
    background-repeat: no-repeat;
    background-image: url("../image/contact_us_bg2.jpg");
    height: 1000px;
    box-sizing: border-box;
    padding-top: 8px;
    background-size: cover;
    background-position: center;
}
.contact-us-form-part{
    height: 720px;
    margin-top: 32px;
    box-sizing: border-box;
    padding-top: 28px;
    background: linear-gradient(90deg, rgba(218, 173, 20, 0.68) 0%, rgba(218, 173, 20, 0) 100%);
}


.contact-us-sub-form-two-c>div>div {
    background: rgba(255, 255, 255, 0.8);
    height: 50px;
    border-radius: 10px;

}

.contact-us-sub-form-two-c {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-us-sub-form-two-c>div {
    flex-shrink: 0;
    width: calc(50% - 28px);
    display: grid;
    grid-template-columns: 200px auto;
    column-gap: 10px;
    row-gap: 20px;
}

.contact-us-sub-form-two-c>div>div {
    padding: 0 14px;
    display: flex;
    align-items: center;
}

.contact-us-sub-form-two-c>div>div>span {
    color: #696969;
    font-weight: 500;
    font-size: 18px;
}

.contact-us-sub-form-two-c>div>div>span.require::after {
    content: "*";
    color: var(--m-color);
    margin-left: 2px;
}

.contact-us-sub-form-check-part .require::after {
    content: "*";
    color: var(--m-color);
    margin-left: 2px;
}
.contact-us-sub-form-oneline .require::after{
    content: "*";
    color: red;
    margin-left: 2px;
}
.contact-us-sub-form-two-c>div>div>input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    color: #101121;
    font-size: 16px;
}

.contact-us-sub-form-two-c>div>div>input::placeholder {
    color: rgba(71, 71, 71, 0.4);
}

.contact-us-sub-form-check-part {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    height: 300px;
    width: 430px;
    border-radius: 10px;
}

.contact-us-sub-form-check-part>div {
    color: #696969;
    font-weight: 600;
    font-size: 18px;
}

.contact-us-sub-form-check-part>div:nth-of-type(1) {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
}

.contact-us-sub-form-check-part>div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    column-gap: 114px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    user-select: none;
}

.contact-us-sub-form-check-part>div:nth-of-type(2)>label {
    cursor: pointer;
}



.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-checkbox span::after,
.lyear-radio span::after {
    content: '';
    position: absolute;
    display: none;
    width: 5px;
    height: 10px;
    left: 7px;
    top: 3px;
    border: solid #4d5259;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lyear-checkbox span,
.lyear-radio span {
    display: inline-block;
    user-select: none
}

.lyear-checkbox input:checked~span:after,
.lyear-radio input:checked~span:after {
    display: inline-block
}

.lyear-checkbox.checkbox-grey span::before,
.lyear-checkbox.radio-grey span::before,
.lyear-radio.checkbox-grey span::before,
.lyear-radio.radio-grey span::before {
    background-color: #ebebeb;
    border-color: #ebebeb
}

.lyear-checkbox input:disabled+span,
.lyear-radio input:disabled+span {
    cursor: not-allowed
}

.lyear-checkbox input:disabled+span::before,
.lyear-checkbox input:disabled+span::after,
.lyear-radio input:disabled+span::before,
.lyear-radio input:disabled+span::after {
    opacity: .4
}

.checkbox-info input:checked~span::before {
    background-color: var(--m-color);
    border-color: var(--m-color);
}

.checkbox-info input:checked~span::after {
    border-color: #fff
}


.contact-us-sub-form-textarea {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    width: 720px;
    border-radius: 10px;
}

.contact-us-sub-form-textarea>div {
    color: #696969;
    font-weight: 600;
    font-size: 18px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 18px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}

.contact-us-sub-form-textarea>textarea {
    width: calc(100% - 24px);
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 12px;
    height: 100px;
    resize: none;
    outline: none;
    border: none;
    background: none;
    color: #101121;
    font-size: 16px;
}

.contact-us-sub-form-oneline {
    margin-top: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    column-gap: 10px;
}

.contact-us-sub-form-oneline>div:nth-of-type(1) {
    color: #101121;
    width: 200px;
    height: 40px;
    background: white;
    display: flex;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
}

.contact-us-sub-form-oneline>div:nth-of-type(1)>span {
    color: #101121;
    font-weight: 500;
}

.contact-us-sub-form-oneline>div:nth-of-type(2) {
    background: white;
    height: 40px;
    flex-grow: 1;
    padding: 0 14px;
}

.contact-us-sub-form-oneline>div>input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    color: #101121;
    font-size: 16px;
}

.contact-us-sub-form-oneline>div>input::placeholder {
    color: rgba(71, 71, 71, 0.4);
}

.contact-us-submit-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.contact-us-submit-line>button {
    min-width: 140px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    background: none;
    outline: none;
    color: #fff;
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 24px;
}

.contact-us-submit-line>button:hover {
    color: white;
    background: linear-gradient(180deg, rgba(218, 173, 20, 1) 46.67%, rgba(218, 173, 20, 0) 100%);

}
.contact-us-check-textarea{
    display: flex;
    justify-content: space-between;
}

.product-inquiry-line{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 56px;
    width: 100%;
}
.product-inquiry-line>a{
    border: 3px solid var(--m-color);
    min-width: 140px;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    outline: none;
    color: var(--m-color);
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 24px;
    padding: 0 24px;
    box-sizing: border-box;
}

.product-inquiry-line>a:hover{
    background: var(--m-color);
    color: white;
}


.hauto {
  
    height: auto!important;
    
}




.gl {
    color: var(--m-color)!important;
}

.abcx{display: none}


.footer-logon-bottom-download {
    display: flex;
    flex-direction: column;
}



.w1000 {
    width: 100%!important;
}
.pros-real-detail-charact-sp8635 #pros-real-detail-charact {display: flex;flex-wrap: wrap;
    justify-content: space-between; /* 或 space-around */}


.pros-real-detail-charact-sp8635>div:nth-of-type(1) {display: flex;flex-wrap: wrap;
    justify-content: space-between;  }



.pf4 {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
    flex: 0 0 calc(50% - 20px);
    box-sizing: border-box;
}



		 
    /* 新增CSS样式 */
    .has-submenu {
        position: relative;
    }
    
    .third-level-menu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        min-width: 400px;
        z-index: 1000;
        padding: 10px 0;
    }
    
    .third-level-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .third-level-menu li {
        padding: 10px 15px;
    }
    
    .third-level-menu a {
        color: #333;
        text-decoration: none;
        display: block;
    }
    
    .third-level-menu a:hover {
        color: #0066cc;
    }
    
    .has-submenu:hover .third-level-menu {
        display: block;
    }
    
    /* 保持原有样式 */
    .header-menu-sub-menu-no-expand {
        display: none;
        position: absolute;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 999;
    }
    
    #gnssrecvLi:hover .header-menu-sub-menu-no-expand {
        display: block;
    }
