@charset "utf-8";

/* Basic public styles  */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "PingFang-Regular", "PingFang Bold", Arial, Helvetica, sans-serif;
}

i {
    font-style: normal;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

/*clear float*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

em {
    font-style: normal !important;
}

@font-face {
    font-family: "iconfont";
    src: url("iconfont.eot");
    src: url("iconfont.eot?#iefix") format("embedded-opentype");
    src: url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
        url("iconfont.ttf") format("truetype"),
        url("iconfont.svg#iconfont") format("svg");
}

@font-face {
    font-family: "PingFang-Regular";
    src: url("fonts/PingFang-Regular.ttf");
    src: url("fonts/PingFang-Regular.woff") format("woff"),
        url("fonts/PingFang-Regular.ttf") format("truetype"),
        url("fonts/PingFang-Regular.svg") format("svg");
}

@font-face {
    font-family: "PingFang Bold";
    src: url("fonts/PingFang Bold.ttf");
    src: url("fonts/PingFang Bold.woff") format("woff"),
        url("fonts/PingFang Bold.ttf") format("truetype"),
        url("fonts/PingFang Bold.svg") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1520px !important;
}

.public_ad_header {
    background: #1f1f1f;
    padding: 10px 0;
    color: #fff
}

.public_ad_header_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.public_ad_header_social_media {
    display: flex;
}

.public_ad_header_social_media a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.public_ad_header_social_media i {
    margin-right: 20px;
    font-size: 18px;
}

.public_ad_header_social_media a:nth-child(2) i,
.public_ad_header_social_media a:nth-child(3) i {
    margin-right: 12px;
}

.public_ad_header_con a {
    color: #fff
}

.public_ad_header_contact ul li i {
    font-size: 16px;
    margin-right: 10px;
}

.public_ad_header_contact ul li {
    float: left;
    padding-left: 20px;

}

.public_ad_header_contact ul li:nth-child(1) {
    border-right: 1px #ddd solid;
    padding-right: 20px;
}



/* mobile */
.mobile {
    width: 100%;
    z-index: 99999999;
    display: none;
    height: 60px;
}

.navbar-brand img,
.offcanvas-title img {
    max-height: 50px;
    vertical-align: middle;
    max-width: initial;
}

.offcanvas-body .btn {
    padding: 6px 12px;
    margin-top: 0;
}

.dropdown_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.dropdown_title span {
    font-size: 18px;
    color: #fff;
    margin: 0 30px;
}

#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
    z-index: 99999999999;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #8521BF;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#page-content-wrapper {
    width: 100%;
}

.btn-success {
    background-color: #8521BF;
    border-color: transparent;
}


/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}

.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.sidebar-nav li:before {
    background-color: #1c1c1c;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
}

.sidebar-nav li:before {
    background-color: #10569e;
}

.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav li a {
    color: #fff;
    display: block;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    font-size: 14px;
    /* border-bottom: 1px solid #fff; */
    text-transform: capitalize;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.sidebar-nav li.open:hover before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

/* .sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
} */
.sidebar-nav .dropdown-menu li a {
    color: #000;
    border-bottom: 1px solid #10569e;
}

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    margin-left: 15px;
    position: fixed;
    top: 13px;
    right: 20px;
    width: 32px;
    z-index: 99999999999;
}

.hamburger:hover {
    outline: none;
}

.hamburger:focus {
    outline: none;
}

.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: "";
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 0;
}

.hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    top: 5px;
}

.hamburger.is-closed .hamb-middle {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #10569e;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #10569e;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open .hamb-middle {
    background-color: #10569e;
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #10569e;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: "";
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.open>.dropdown-menu {
    display: block;
}

/* header */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before,
.web_head {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*gotop*/
.gotop {
    position: fixed;
    text-align: center;
    right: 50px;
    bottom: 50px;
    color: #fff;
    background-color: #333;
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    /* border-radius: 50%; */
    background-clip: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 99999;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(50%) scale(0.8);
    -webkit-transform: translateY(50%) scale(0.8);
    -ms-transform: translateY(50%) scale(0.8);
    -o-transform: translateY(50%) scale(0.8);
    transform: translateY(50%) scale(0.8);
    display: block;
}

.gotop:hover,
.gotop.active:hover {
    background-color: #8521BF;
    color: #fff;
    font-family: "iconfont";
    content: "\e630";
    display: block;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.gotop em {
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.gotop:before {
    font-family: "iconfont";
    content: "\e630";
    display: block;
}

.gotop:hover:before {
    /* -webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5); */
    opacity: 1;
    filter: alpha(opacity=0);
}

.gotop:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.web_head {
    z-index: 9999;
    position: relative;
}

.head_layer {
    padding: 7px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.head_layer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9;
    justify-content: space-between;
}

.nav_wrap {
    position: relative;
}

.nav_wrap em {
    font-style: normal;
}

.nav_wrap .head_nav {
    /* position: relative; */
    z-index: 2;
    text-align: center;
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
    color: #000;
}

.nav_wrap .head_nav>li>a {
    opacity: 0.7;
    transition: all ease 0.3s;
}

.nav_wrap .head_nav {
    padding: 0;
}

.nav_wrap .head_nav>li {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
     position: relative; 
    /* perspective: 500px; */
    vertical-align: middle;
    font-weight: 500;
    margin: 0 20px;
}

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.nav_wrap .head_nav>li>a>b {
    display: inline-block;
    margin-left: 5px;
}

.nav_wrap .head_nav>li>a>b:after {
    font-family: "iconfont";
    font-size: 12px;
    content: "\e602";
    font-weight: bold;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav_wrap .head_nav>li li {
    position: relative;
    text-align: left;
    padding: 0 20px;
}

.nav_wrap .head_nav>li li a {
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    position: relative;
    color: #333;
    /* border-bottom: 1px solid #e6e6e6; */
    line-height: 24px;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-right: 20px;

}

.nav_wrap .head_nav>li li a:hover {
    /* text-decoration: underline;
    background-color: #8521BF;
    color: #fff !important; */
}

.nav_wrap .head_nav>li li b:after {
    font-family: "iconfont";
    font-size: 12px;
    content: "\e62c";
    position: absolute;
    right: 0;
    top: 10px;
}

.nav_wrap .head_nav>li li:last-child>a {
    border-bottom: 0;
}

.nav_wrap .head_nav>li li:hover>a {
    color: #666;
}

.nav_wrap .head_nav>li ul ul {
    left: 102%;
    top: -15px;
}

.nav_wrap .head_nav>li:hover>a {
    opacity: 1;
}

.nav_wrap .head_nav>li:hover>a>b:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav>li.nav-current>a:after,
.nav_wrap .head_nav:hover>li:hover>a:before,
.nav_wrap .head_nav:hover>li:hover>a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav:hover>li:hover>a:before {
    width: 110%;
    left: -5%;
}

.nav_wrap .head_nav:hover>li>a:before,
.nav_wrap .head_nav:hover>li>a:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_wrap .head_nav:hover>li>a:before {
    width: 0%;
    left: 50%;
}

.nav_wrap .head_nav li ul {
    width: 220px;
    padding: 15px 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: translateY(10%) scale(0.9);
    -ms-transform: translateY(10%) scale(0.9);
    -o-transform: translateY(10%) scale(0.9);
    transform: translateY(10%) scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
    border: 1px solid #eee;
    border-radius: 10px;
}

.head_layer .logo-fixed img {
    max-width: 50px;
}

.head_layer_right {
    display: flex;
    align-items: center;
}

.nav_wrap .head_nav li:hover>ul {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

.fixed-nav .head_layer {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.3);
}

.fixed-nav .nav_wrap {
    padding-top: 0;
    /* background-color: #fff; */
}

.fixed-nav .utill .lang {
    color: #fff;
}

.offcanvas-title img {
    max-width: 180px;
}

/* .fixed-nav .nav_wrap .head_nav>li {
  margin-right: 15px;
  margin-left: 15px;
} */

.fixed-nav .logo {
    float: left;
    display: none;
    margin-bottom: 0 !important;
}

.fixed-nav .logo-fixed {
    display: block;
    /* line-height: 70px;
  flex: 0 10%; */
}

.fixed-nav .logo-fixed img {
    /* max-width: 230px; */
    -webkit-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}

.fixed-nav .nav_wrap .head_nav {
    margin-bottom: 0 !important;
    float: right;
    padding: 0;
}

.fixed-nav .nav_wrap .head_nav>li {
    line-height: 30px;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    transition: all ease 0.3s;
}

.fixed-nav .nav_wrap .head_nav>li.nav-current {
    border-bottom: 2px solid #fff;
}

.fixed-nav .nav_wrap .head_nav>li:hover {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.fixed-nav .nav_wrap .head_nav>li>a:before {
    bottom: 18px;
}

.fixed-nav .nav_wrap .head_nav>li>a:after {
    bottom: 13px;
}

.fixed-nav-active .head_layer {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
    opacity: 1;
    height: 100%;
}

.fixed-nav .head_top {
    display: none;
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    transition: all ease 0.3s;
}


.headernav_box {
    position: relative;
    margin-left: 70px;
    display: flex;
    align-items: center;
    gap: 16px;

}

.headernav_box button {
    background-color: transparent;
    padding: 2px;
    border: none;
    color: #111;
    font-size: 20px;
    line-height: 1;
}

.headernav_box button i {
    font-size: 18px;
    line-height: 26px;
}

.utill {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
    margin-left: 32px;
    z-index: 99999
}

.lang_xs {
    margin-top: 20px;
}

.lang_xs a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.utill .lang {
    display: inline-block;
    color: #333;
    z-index: 99999;
    position: relative;
    top: 0px;
    font-size: 14px;
}

.utill .lang i {
    font-size: 14px !important;
    padding-right: 5px;
    margin-top: 5px
}

.utill .lang:hover {
    color: #1f1f1f;
    text-decoration: none !important
}

.lang-sub {
    position: absolute;
    top: 20px;
    left: 45px;
    padding-top: 6px;
    transform: translateX(-50%);
    width: 100px;
    display: none;
    z-index: 999999999;
}

.lang-sub .sub {
    background-color: #1f1f1f;
    overflow: hidden;
    padding-bottom: 10px
}

.lang-sub .sub img {
    width: auto;
    padding-right: 5px
}

.lang-sub .sub a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .3s;
    letter-spacing: 2px;
    border-bottom: 1px #333 solid;
}

.lang-sub .sub a:hover {
    color: #8521BF;
    text-decoration: none !important
}


.banner .bannerSwiper {
    width: 100%;
    height: 100vh;
    max-height: 700px;
    overflow: hidden;
}

.bannerSwiper {
    position: relative;
}

.bannerSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex;
  justify-content: center;
  align-items: center; */
}

.bannerSwiper .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.bannerSwiper .bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bannerSwiper .bannerImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
}


.bannerImg .bannerImg1 {
    display: block;
}

.bannerImg .bannerImg2 {
    display: none;
}


.bannerSwiper .swiper-slide img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 300px;
    height: auto;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    color: #ddd;
    background-color: transparent;
    opacity: 0.6;
    transition: all ease 0.3s;
    padding-left: 20px;
    position: relative;
}

.bannerSwiper .swiper-pagination-bullet::before {
    content: "";
    display: inline-block;
    height: calc(100%);
    width: 3px;
    background: transparent;
    margin-right: 20px;
    background: #bec1c7;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.3s;
}

.bannerSwiper .swiper-pagination-bullet-active {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    opacity: 1;
    transition: all ease 0.3s;
}

.bannerSwiper .swiper-pagination-bullet-active::before {
    background: #8523bf;
    opacity: 1;
    transition: all ease 0.3s;
}

.bannerSwiper .swiper-pagination-horizontal {
    bottom: 60px;
    left: 300px;
    display: flex;
    flex-direction: column;
}

.bannerSwiper .bannerDes {
    position: absolute;
    top: 40%;
    left: 20%;
    width: 500px;
    z-index: 22;
    transition: all ease 0.5s .1s;
    transform: translateY(66px);
}

.bannerDes h2 {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
}

.bannerDes p {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin: 25px 0 20px;
}

.bannerDesbtn a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1.3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    color: #8523bf;
    transition: all ease 0.3s;
}

.bannerDesbtn a:hover {
    background-color: #8523bf;
    color: #fff;
}

/* .s {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999999999999999999;
    position: fixed;
} */

.s {
    position: fixed;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.sblock {
    opacity: 1 !important;
    z-index: 999999999;
}


.web-search {
    display: flex;
    visibility: hidden;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search--open .btn--search-close {
    opacity: 1;
    transition: transform .3s ease;
    animation: bounceInA 1s ease;
}

.web-search .btn--search-close {
    opacity: 0;
    transition: opacity .3s ease;
}

.web-search .btn--search-close {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: inline-block;
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ccc;
    background-image: url("../images/search_btn_close.png");
    background-position: center;
    background-size: auto 35%;
    background-repeat: no-repeat;
    font-size: 1.8em;
    line-height: 42px;
    cursor: pointer;
    -webkit-background-size: auto 35%;
}

.web-search .btn--search-close:hover {
    background-color: #8521BF;
    transform: rotate(90deg);
}

.web-search .search-ipt {
    display: inline-block;
    box-sizing: border-box;
    padding: .05em 0;
    width: 75%;
    border-bottom: 3px solid;
    border-bottom-width: 3px;
    color: #333;
    font-size: 20px;
    line-height: 1em;
}

.search-ipt {
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-radius: 0;
    background: 0 0;
    -webkit-appearance: none;
}

.hsearch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hsearch_p {
    display: flex;
    width: 75%;
    justify-content: flex-end;
}

.hsearch_p {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.head-search form {
    position: relative;
}

.head-search form button {
    position: absolute;
    top: 11%;
    right: 188px;
    border: none;
    background: transparent;
}

.head-search form i {
    font-size: 37px;
    color: #bbb;
    font-weight: bold;
}

.js .search--open .search-btn {
    display: none !important;
}

.js .web-search .search-ipt {
    transition-delay: .4s;
}

.js .search--open .search-ipt {
    opacity: 1;
    transition-duration: .4s;
    transform: scale3d(1, 1, 1);
}

.js .web-search .search-ipt {
    transition-delay: .4s;
    opacity: 1;
}

.js .web-search .search-ipt {
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    opacity: 0;
    transition: transform .3s;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    border-bottom-width: 1px;
}

.js .web-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    margin: auto;
    padding: 50px 0;
    width: 70%;
    height: 240px;
    border-radius: 8px;
    perspective: 1200px;

}

.js .web-search {
    pointer-events: none;
}

.js .web-search::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    content: '';
    opacity: 0;
    transition: all .3s ease;
}

.js .search--open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.js .search--open::before {
    opacity: 1;
    transform: none;
}

.js .search--open .search-ipt {
    opacity: 1;
    transition-duration: .4s;
    transform: scale3d(1, 1, 1);
}

.js .btn--search-close {
    display: block;
    opacity: 1;
}

/* banner_content */
.bannercontent {
    position: relative;
}

.bannercontent img {
    width: 100%;
    vertical-align: middle;
}

.bannercontent .bannerDes {
    position: absolute;
    top: 30%;
    left: 15%;
    width: 500px;
    z-index: 22;
    transition: all ease 0.5s .1s;
    transform: translateY(66px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bannercontent .bannerDes2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    transition: all ease 0.5s .1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerDes2 h2 {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
}

.bannercontent .bannerDes p {
    text-align: center;
    margin-bottom: 30px;
}

.bannercontent .bannerDesbtn span {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    line-height: 1.5;
    font-size: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    color: #8523bf;
    transition: all ease 0.3s;
    cursor: pointer;
}

.bannercontent .bannerDesbtn span:hover {
    background-color: #8523bf;
    color: #fff;
}

.bread_crumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* flex-wrap: wrap; */
    color: #222;
    padding: 16px 0;
}

.bread_crumbs span {
    font-size: 18px;
    margin: 2px 10px 2px 10px;
}

.bread_crumbs i {
    color: #222;
}

.bread_crumbs a,
.bread_crumbs span {
    display: block;
    font-size: 16px;
    color: #222;
    margin: 2px 12px 2px 12px;
    word-break: break-all;
    word-wrap: break-word;
    flex-shrink: 0;
}

.bread_crumbs a:nth-child(1) {
    margin-left: 0;
    color: #888;
}

.bread_crumbs a:nth-last-child(1) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-shrink: inherit;
}

/* .bread_crumbs a:hover {
    text-decoration: underline !important;
    color: #8521BF;
} */

.bread_crumbs a:last-child::after {
    display: none;
}

/* Pagination */
.pagelistBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagelist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.pagelist a {
    display: block;
    line-height: 50px;
    padding: 0px 20px;
    /* border: 1px solid #8521BF; 
    margin: 10px 5px;*/
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.pagelist a i {
    font-size: 14px;
}

.pagelist span {
    display: block;
    padding: 0 10px;
    line-height: 50px;
    /* border: 1px solid #8521BF; */
    background-color: #fff;
    color: #111;
    font-size: 20px;
}

/* .pagelist a:hover {
    background-color: #8521BF;
    color: #fff;
} */

.pagelist .active {
    background-color: #8521BF !important;
    color: #fff !important;
}

.pagelist a .current {
    background-color: #8521BF;
    color: #fff
}

/* pagefenye and phonebottom */
.page_ctrl_box {
    padding: 40px 0;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.page_ctrl_box .prev {
    float: left;
    /* padding-left: 28px; */
}

.page_ctrl_box a:hover {
    color: #8521BF;
}

.page_ctrl_box .prev:hover {
    padding-left: 28px;
    transition: all ease 0.3s;
}

.page_ctrl_box .next:hover {
    padding-right: 28px;
    transition: all ease 0.3s;
}

.page_ctrl_box .list-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.page_ctrl_box .next {
    float: right;
    /* padding-right: 28px; */
}

.page_ctrl_box .prev,
.page_ctrl_box .next {
    font-size: 18px;
    line-height: 16px;
    color: #333;
    background-repeat: no-repeat;
    background-size: 8px;
    transition: all 0.3s;
}


/* product_head */
.product_head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: all 0.5s ease;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 2px 0;
    opacity: 0.9;
    width: 100%;
    color: #333;
    z-index: 999;
    transform: translateY(-70px);
}

.proHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proHead p {
    font-size: 20px;
    font-weight: bold;
    color: #111;
}

.proHead_nav {
    display: flex;
    align-items: center;
}

.proHead_nav ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

.proHead_nav ul li {
    /* margin: 0 10px; */
}

.proHead_nav ul a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #6C7280;
    white-space: nowrap;
    line-height: 1.8;
    padding: 20px 0;
    border-bottom: 2px solid transparent;
    transition: all ease 0.3s;
}

.proHead_nav ul a.proHead_nav_active {
    border-color: #8523BF;
    color: #27292E;
    transform: scale(1.1);
}

.proHead_btn.proHead_showM {
    display: none;
}

.proHead_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    padding: 8px 20px;
    border-radius: 8px;
    line-height: 1.5;
    font-size: 18px;

    box-shadow: inset 0px 70px 0px 0px #8523BF;
    color: #fff;
    font-weight: bold;
    height: auto;
    transition: all ease 0.5s;
    transition-timing-function: ease;
    transition-timing-function: ease;
    transition-timing-function: ease;
}

.proHead_btn a:hover {
    box-shadow: inset 0px 0px 0px 2px #8523BF;
    color: #8523BF;
}


/* p10_overview */
.p10_overview {
    padding: 150px 0;
    background-color: #000;
}

.p10_overview p {
    font-size: 42px;
    text-align: center;
    opacity: 0.3;
    color: #999;
    transition: opacity 0.3s ease;
}

.p10_overview p strong {
    color: #fff;
    font-weight: normal;
}

.p10_indexVideo {
    background-color: #27292E;
    padding: 100px 0;
}

.p10_indexVideo .ivideoSwiper .swiper-slide {
    background-color: #f1f1f1;
}

.p10_indexVideo .indextitle {
    color: #fff;
    font-size: 36px;
}

.p10_indexVideo .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.p10_VideoBox {
    padding: 0;
    transition: all ease 0.3s;
    background: #f1f1f1;
}

.p10_indexVideo .indexVideo_bot {
    background-color: transparent;
}

/* .p10_indexVideo .ivideoSwiper .swiper-slide {
    height: 100%;
    background-color: transparent;
  }

.p10_indexVideo .indexVideo_bot{
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all ease 0.3s;
    background-color: transparent;
    display: none;
    padding: 0 25px;
}

.p10_VideoBox:hover {
    padding: 15px 15px 20px 15px;
    transition: all ease 0.3s;
}

.p10_VideoBox:hover>.indexVideo_bot{
    height: 100%; 
    padding: 20px 10px 10px;
    transition: all ease 0.3s;
    display: flex;
} */

.p10_highlights {
    padding: 110px 0;
    background-color: #000;
}

.p10_titleh4 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.p10_highlights_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.p10_highlights_box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 99;
}

.p10_highlights_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all ease 0.8s;
}

.p10_highlights_box p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 25px;
    transition: all ease 0.8s;
}

.p10_highlights_box:hover img {
    transform: scale(1.1);
    transition: all ease 0.8s;
}

.p10_highlights_box:hover p {
    padding-left: 10px;
}

.p10_highlightsTwo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p10_highlights_main>div {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
}

.p10_video {
    position: relative;
    margin-bottom: -8px;
}

.p10_video video {
    width: 100%;
    height: auto;
}

.p10_video video.p10_videoM,
.p10_video iframe.p10_videoM {
    display: none;
}

.p10_video_title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p10_video_title h2 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.p10_video_title p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.p10_adv {
    position: relative;
}

.p10_advbg img {
    width: 100%;
    height: 100%;
}

.p10_advImgM {
    display: none;
}

.p10Adv {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 250px 0;
}

.p10_adv_main {
    width: 45%;
}

.p10_titleBox {
    margin-bottom: 100px;
}

.p10Adv .p10_titleBox h4 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.p10Adv .p10_titleBox p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.p10_titleBox h4 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.p10_titleBox p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.p10_advBox h4 span {
    color: #8523BF;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.p10_advBox p {
    color: #222;
    font-size: 20px;
}

.p10_pc {
    display: block;
}

.p10_mobile {
    display: none;
}

.p10_carpet {
    padding: 110px 0;
    background-color: #27292E;
}

.p10_carpet_main {
    padding-top: 20px;
}

.p10_carpet_option {
    padding-left: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.p10_carpet_option p {
    padding-left: 20px;
    border-left: 2px solid #fff;
    line-height: 40px;
    font-size: 16px;
    color: #aaa;
    transition: all ease 0.3s;
    cursor: pointer;
}

.p10_carpet_option p.active {
    border-left: 2px solid #8523BF;
    font-size: 22px;
    color: #fff;
}

.p10_carpet_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 56%;
    border-radius: 20px;
}


.p10_carpet_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 20px;
    transition: opacity ease 0.3s;
}

.p10_carpet_img img.active {
    opacity: 1;
}


.p10_set {
    background-color: #000;
}

.p10_set_top img {
    width: 100%;
    height: 100%;
}

.p10_set_bot {
    padding: 20px 0 110px;
}

.p10_set_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p10_set_box {
    width: calc(calc(100% / 9) - calc(calc(24px * 8) / 9));
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p10_set_img {
    width: 80px;
    height: 80px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #27292E;
    transition: all ease 0.5s;
}

.p10_set_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease 0.5s;
}

.p10_set_box p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 24px;
    word-wrap: break-word;
    transition: all ease 0.5s;
}

.p10_set_box:hover img {
    transform: scale(1.3);
}

.p10_set_box:hover .p10_set_img {
    background-color: transparent;
}

.p10_set_box:hover p {
    margin-top: 34px;
    margin-bottom: -10px;
}


.p10_auto {
    padding: 120px 0;
    background-color: #27292E;
}

.p10_auto_box {
    position: relative;
    overflow: hidden;
}

.p10_autoBox_top {
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.p10_autoBox_img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    border-radius: 10px;
}

.p10_autoBox_img img {
    opacity: 1;
    transition: all ease 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.p10_autoBox_video video {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    transition: all ease 0.3s;
    border-radius: 10px;
}

.p10_auto_box:hover .p10_autoBox_video video {
    opacity: 1;
    z-index: 99;
}

.p10_auto_box:hover .p10_autoBox_img {
    opacity: 0;
    z-index: 9;
    transform: scale(1.01);
    overflow: hidden;
}

.p10_autoBox_bot p {
    margin-top: 35px;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.p10_autoBox_bot span {
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
}


.p10_design {
    padding: 110px 0;
    background-color: #27292E;
}

.p10_design_box p {
    margin-top: 30px;
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.p10_design_box span {
    font-size: 15px;
    line-height: 1.3;
    color: #eee;
}

.p10_scan {
    padding: 110px 0;
    background-color: #27292E;
    overflow: hidden;
}

.p10_scanImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 40%;
    border-radius: 20px;
}

.p10_scanImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.p10_scanDes h4 {
    margin-top: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
}

.p10_scanDes p {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
}

.p10ScanSwiper {
    padding-bottom: 80px;
}

.p10ScanSwiper .swiper-button-next,
.p10ScanSwiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    bottom: 0;
    top: auto;
    left: auto;
    transition: all ease 0.3s;
}

.p10ScanSwiper .swiper-button-next::after,
.p10ScanSwiper .swiper-button-prev::after {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    transition: all ease 0.3s;
}

.p10ScanSwiper .swiper-button-next {
    right: 0;
}

.p10ScanSwiper .swiper-button-prev {
    right: 80px;
}

.p10ScanSwiper .swiper-button-next:hover::after {
    padding-left: 10px;
}

.p10ScanSwiper .swiper-button-prev:hover::after {
    padding-right: 10px;
}

/* .p10ScanSwiper .swiper-button-next::before,
.p10ScanSwiper .swiper-button-prev::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    transform: scaleX(.5);
    opacity: 0;
} */

/* .p10ScanSwiper .swiper-button-next:hover,
.p10ScanSwiper .swiper-button-prev:hover {
    background-color: #8523BF;
    border-color: #8523BF;
} */

/* .p10ScanSwiper .swiper-button-next:hover::before,
.p10ScanSwiper .swiper-button-prev:hover::before {
    opacity: 1;
    transform: scaleX(1);
} */

.p10_p {
    position: relative;
}

.p10_pImg img {
    width: 100%;
}

.p10_pDes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.p10_pDes .container {
    display: flex;
    align-items: center;
}

.p10_pDes .p10_titleBox {
    margin-bottom: 0;
}

.p10_titleBox h4 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}

.p10_titleBox p {
    color: #fff;
}


.p10_ai_titleH2 {
    font-weight: bold;
    font-size: 40px;
    color: #000;
    margin-bottom: 50px;
}

.p10_ai_none {
    display: none;
}

.p10_aiBox p {
    padding-left: 20px;
    border-left: 3px solid #D9D9D9;
    line-height: 40px;
    font-size: 16px;
    color: #D9D9D9;
    transition: all ease 0.3s;
    cursor: pointer;
}

.p10_aiBox p.active {
    border-left: 3px solid #8523BF;
    font-size: 22px;
    color: #333;
}

.p10_ai_right {
    position: relative;
}

.p10_aiImg {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); */
}

.p10_aiImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p10_ai {
    padding: 110px 0;
    position: relative;
}

.p10-ai-main {
    /* height: 1818px !important; */
}


.p10_ai_stack {
    position: sticky;
    top: 100px !important;
}

.p10_ai_scroll {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: flex-start;
}


.p10_ai_right {
    position: relative;
}

.p10_aiImg {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    /* z-index: 99; */
}

.p10_aiImg:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 9; */
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

.p10_aiImg_box {
    display: flex;
    width: 100%;
    aspect-ratio: 0.7967257844474761;
}

.p10_aiImg_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p10_aiImg_box video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.p10_ai .p10_aiImg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.p10_ai .p10_aiImg.active::after {
    opacity: 0;
}


.p10_route {
    position: relative;
}

.p10_routeImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.p10_routeImg img {
    width: 100%;
}

.p10_routeDes {
    justify-content: flex-start;
    padding-top: 90px;
}


.p10_control {
    position: relative;
}

.p10_controlImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p10_controlImg img {
    width: 100%;
}

.p10_controlDes {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 140px 0 calc(50% - 740px);
}

.p10_controlDes h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
}

.p10_controlBox {
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
}

.p10_controlBox:nth-last-child(1) {
    margin-bottom: 0;
}

.p10_controlBox h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

.p10_controlUl {
    display: flex;
    flex-wrap: wrap;
}

.p10_controlUl li {
    flex: 0 50%;
    position: relative;
    font-size: 15px;
    margin-top: 3px;
    padding-left: 10px;
}

.p10_controlUl li::before {
    position: absolute;
    top: 8px;
    left: 2px;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}


.p10_property {
    padding: 110px 0;
    background-color: #E2E3E6;
}

.p10_property .p10_titleh4 {
    color: #000;
}

.p10_propertyL {
    padding-right: 3%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p10_propertyBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 24px;
    border-radius: 12px;
    background: #dbdcdf;
    margin-bottom: 24px;
    overflow: hidden;
}

.p10_propertyBox h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

.p10_propertyBox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.p10_propertyBox li {
    width: calc(calc(100% / 5) - calc(calc(20px * 4) / 5));
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p10_propertyBox:nth-child(2) {
    padding-left: 8%;
    padding-right: 8%;
}

.p10_propertyBox:nth-child(2) li {
    width: calc(calc(100% / 4) - calc(calc(30px * 3) / 4));
}

.p10_propertyBox:nth-child(3) {
    padding-left: 15%;
    padding-right: 15%;
}

.p10_propertyBox:nth-child(3) li {
    width: calc(calc(100% / 3) - calc(calc(30px * 2) / 3));
}

.p10_propertyBox:nth-last-child(1) {
    margin-bottom: 0;
}

.p10_propertyBox li>div {
    width: 48px;
    height: 46px;
}

.p10_propertyBox li>div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p10_propertyBox li p {
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 12px;
}

.p10_propertyR {
    padding-left: 3%;
    height: 100%;
    display: flex;
    align-items: center;
}

.p10_propertyImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 58%;
    border-radius: 12px;
}

.p10_propertyImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}


.p10_use {
    padding: 110px 0;
    background-color: #E2E3E6;
}

.p10_use_box {
    margin-bottom: 35px;
}

.p10_use_box:nth-child(n+3) {
    margin-bottom: 0;
}

.p10_useBox {
    overflow: hidden;
}

.p10_useImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 56%;
    border-radius: 12px;
    margin-bottom: 24px;
}

.p10_useImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.96s ease;
    border-radius: 12px;
}

.p10_useDes h5 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
}

.p10_useDes p {
    color: #000;
    font-size: 15px;
}

.p10_useBox:hover img {
    transform: scale(1.1);
}


.p10_voice {
    position: relative;
}

.p10_voiceImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p10_voiceImg img {
    width: 100%;
}

.p10_voiceDes {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 40%;
    height: 100%;
    padding: 100px 150px 100px 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p10_voicetop h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.p10_voicetop p {
    font-size: 15px;
    color: #000;
}

.p10_voiceDes img {
    width: 100%;
}


.p10_privacy {
    position: relative;
}

.p10_privacyImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p10_privacyImg img {
    width: 100%;
}

.p10_privacy .p10_voiceDes {
    padding: 100px 0 100px calc(50% - 760px);
}

.p10_privacy p,
.p10_privacy h2 {
    color: #fff;
}

.p10_privacy .p10_voiceDes img {
    width: max-content;
}


.p10_size {
    padding: 110px 0;
    background-color: #E2E3E6;
}

.p10_sizeL {
    overflow: hidden;
}

.p10_sizeLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 70px;
    padding-left: 3%;
    height: 100%;
    overflow: hidden;
}

.p10_sizeLeft h2 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #bec1c7;
}

.p10_sizebox {
    margin-bottom: 25px;
}

.p10_sizebox:nth-last-child(1) {
    margin-bottom: 0;
}

.p10_sizebox p {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.p10_sizebox span {
    font-size: 15px;
    color: #000;
}

.p10_sizeRight img {
    border-radius: 12px;
}


.p10_contain {
    padding: 110px 0;
}

.p10_contain .container {
    padding: 0 5%;
}

.p10_contain .p10_titleh4 {
    color: #000;
}

.p10_containBox1Img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 111%;
    border-radius: 12px;
}

.p10_containBox1Img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    border-radius: 12px;
}

.p10_containBox2Img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 12px;
    background-color: #F3F4F5;
}

.p10_containBox2Img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    border-radius: 12px;
}


.p10_containDes {
    margin-top: 20px;
}

.p10_containDes h4 {
    font-size: 20px;
    word-wrap: break-word;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.p10_containDes p {
    line-height: 1;
    font-size: 22px;
    color: #000;
}

.p10_containBox2 {
    padding-bottom: 30px;
}


.p10_photo {
    padding: 110px 0;
    background-color: #F8F9FD;
}

.p10_photo .p10_titleh4 {
    color: #000;
}

.p10photoSwiper .swiper-wrapper,
.g10PhotoSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.p10photoReverseSwiper .swiper-wrapper,
.g10PhotoReverseSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.p10photoSwiper {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.p10photoReverseSwiper,
.g10PhotoReverseSwiper {
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.p10_photoImg {}

.p10_photoImg img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.p10_support {
    padding: 110px 0;
    background-color: #F3F4F5;
}

.p10_supportH2 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 50px;
}

.p10_comment .p10_supportH2 {
    margin-bottom: 34px;
}

.p10_supportBox p {
    padding-left: 20px;
    border-left: 3px solid #D9D9D9;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    transition: all ease 0.3s;
    cursor: pointer;
}

.p10_supportBox p.active {
    border-left: 3px solid #8523BF;
    font-size: 22px;
    color: #8523BF;
}

.p10_supportR {
    position: relative;
}

/* .p10_supportResult:nth-child(1) */
.p10_supportResult {
    position: absolute;
    width: 100%;
}

.p10_supportResult.none {
    opacity: 0;
    z-index: -1;
    transition: opacity ease 0.1s;
}

.p10_supportResult.block {
    /* display: none; */
    position: relative;
    opacity: 1;
    z-index: 99;
    transition: opacity ease 0.1s;
}

.p10_sPdf {
    border-top: 1px solid #E2E3E6;
}

.p10_sPdf li {
    padding: 20px 0;
    border-bottom: 1px solid #E2E3E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p10_sPdf li p {
    display: flex;
    align-items: center;
    flex: fit-content;
    padding-right: 10px;
}

.p10_sPdf li i {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin-right: 15px;
    color: #000;
}

.p10_sPdf li span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.p10_sPdf li a {
    display: block;
    width: 30px;
}

.p10_sPdf li img {
    width: 25px;
    height: 25px;
}

.p10_supportResult .accordion-button {
    background-color: transparent;
    color: #111;
    font-size: 18px;
    font-weight: bold;
}

.p10_supportResult .accordion-item:first-child .accordion-button {
    border-top: none;
}

.p10_supportResult .accordion-item {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: transparent;
}

.p10_supportResult .accordion-item:nth-last-child(1) {
    margin-bottom: none;
}

.p10_supportResult .accordion-item strong {
    font-size: 14px;
    font-weight: normal;
}

.p10_supportResult .accordion-button:focus,
.p10_supportResult .accordion-button:not(.collapsed) {
    box-shadow: none;
}


.p10_compare {
    padding: 110px 0;
}

.p10_compare .p10_titleh4 {
    color: #000;
}

@media (min-width: 700px) {
    .hide-pc {
        display: none !important;
    }
}

.p10Compare .p10_compare_header,
.p10Compare .p10_compare_info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-columns: 0.8fr 1fr 1fr; */
}

.p10_compare_header {
    position: sticky;
    top: 75px;
    background-color: #fff;
    z-index: 1;
}

.p10_comp_title {
    display: flex;
    align-items: center;
}

.p10_comp_title .p10_com_titlezhi {
    padding: 20px;
}

.p10_compare_header .p10_compare_values {
    padding: 20px;
}

.p10_compare_info {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: 0.8fr 1fr 1fr;
}

.p10_compare_header .p10_compare_values {
    background-color: #F3F4F5;
}

.p10_compare_header>div:nth-child(2) {
    background-color: #E2E3E6;
}

.p10_compare_value.p10_compare_pImg {
    display: flex;
    align-items: center;
    gap: 20px;
}

.p10_compare_img {
    display: flex;
    flex-shrink: 0;
}

.p10_compare_img img {
    width: 120px;
    height: auto;
}

.p10_com_title {
    font-weight: bold;
    font-size: 20px;
}

.p10_com_mbtn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.p10_com_mbtn .p10_btn {
    background: #8523bf;
    border-color: #8523bf;
    opacity: 1;
    padding: 14px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.p10_com_mbtn .button .p10_compare_Btntxt {
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.p10_com_mbtn .p10_compare_change .p10_btn {
    background: transparent;
    color: #000;
    border: 1px solid #e7e8eb;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.p10_com_mbtn .p10_compare_change .p10_btn .p10_compare_Btntxt {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.p10_compare_change {
    position: relative;
}

.p10_compare_drawer {
    position: absolute;
    top: 110%;
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border: 1px solid #e6e5e5;
    border-radius: 8px;
    z-index: 2;
}

.p10_compare_drawer span {
    font-weight: 700;
    padding: 10px 16px;
    cursor: pointer;
    background-color: #fff;
}

.p10_compare_drawer span.active {
    background: #f5f5f5;
}

.p10_compare_drawer.active {
    display: flex;
}

.p10_compare_btn {
    display: inline-block;
    font-size: 14px;
    margin-top: 8px;
    padding: 7px 18px;
    background: #8523BF;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.p10Compare .p10_compare_header>div,
.p10Compare .p10_compare_info>div {
    border-top: 1px solid #BEC1C7;
}

.p10_comp_title .p10_com_titlezhi {
    padding: 20px;
    font-weight: bold;
}

.p10_compare_info {
    max-height: 1000px;
    transition: max-height .5s ease-in, opacity .5s ease-in;
    opacity: 1;
}

.p10_compare_info>div:nth-child(2) {
    background-color: #E2E3E6;
    color: #000;
}

.p10_compare_value.p10_com_provalue {
    line-height: 1.4;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    gap: 4px;
}

.p10_com_provalue {
    word-break: break-all;
}

.p10_compare_info.collapsed:nth-child(n+6) {
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease-out, opacity .5s ease-out;
    opacity: 0;
}

.p10_compare_info.collapsed:nth-child(5) {
    border-bottom: 1px solid #BEC1C7;
}

.p10Compare>div:nth-last-child(2) {
    border-bottom: 1px solid #BEC1C7;
}

.p10Compare .p10_comp_botbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p10Compare .p10_compBotbtn {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}

.p10Compare .p10_compBotbtn .button {
    margin-top: 15px;
    background-color: #8523BF;
    padding: 8px 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.p10_comment {
    padding: 110px 0;
    background-color: #F3F4F5;
}

.p10_comment ul li {
    margin-bottom: 2px;
    font-size: 16px;
    color: #333;
}

/* q10 */
.bannerQ10 .bannerDes {
    right: 15%;
    left: auto;
}

.g10_highlights .p10_highlights_main>div {
    margin-bottom: 15px;
}

.g10_zip {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 75vh;
    overflow: hidden;
}

.g10_zip video {
    width: 100%;
    height: auto;
}

.g10_zipMain {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.g10_zipMain .p10_titleh4 {
    color: #fff;
}

.g10_zipBox {
    width: 100%;
}

.g10_zip_top {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #aaa;
    width: 100%;
}

.g10_zip_top h5 {
    flex: 1;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.g10_zip_top h5.active {
    border-bottom: 2px solid #fff;
}

.g10_zip_bot p {
    display: none;
    padding: 25px 20px 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.g10_zipMain .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 70px;
}

.g10_zip_bot p.active {
    display: block;
}


.g10_lower {
    background-color: #494D57;
}

.g10_clean {
    padding: 110px 0;
    background-color: #27292E;
}

.g10CleanSwiper,
.g10PreciseSwiper,
.g10PetSwiper {
    padding-bottom: 80px;
}

.g10CleanSwiper .swiper-button-next,
.g10CleanSwiper .swiper-button-prev,
.g10PreciseSwiper .swiper-button-next,
.g10PreciseSwiper .swiper-button-prev,
.g10PetSwiper .swiper-button-next,
.g10PetSwiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    bottom: 0;
    top: auto;
    left: auto;
    transition: all ease 0.3s;
}

.g10CleanSwiper .swiper-button-next::after,
.g10CleanSwiper .swiper-button-prev::after,
.g10PreciseSwiper .swiper-button-next::after,
.g10PreciseSwiper .swiper-button-prev::after,
.g10PetSwiper .swiper-button-next::after,
.g10PetSwiper .swiper-button-prev::after {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    transition: all ease 0.3s;
}

.g10CleanSwiper .swiper-button-next,
.g10PreciseSwiper .swiper-button-next,
.g10PetSwiper .swiper-button-next {
    right: 0;
}

.g10CleanSwiper .swiper-button-prev,
.g10PreciseSwiper .swiper-button-prev,
.g10PetSwiper .swiper-button-prev {
    right: 80px;
}

.g10CleanSwiper .swiper-button-next:hover::after,
.g10PreciseSwiper .swiper-button-next:hover::after,
.g10PetSwiper .swiper-button-next:hover::after {
    padding-left: 10px;
}

.g10CleanSwiper .swiper-button-prev:hover::after,
.g10PreciseSwiper .swiper-button-prev:hover::after,
.g10PetSwiper .swiper-button-prev:hover::after {
    padding-right: 10px;
}

.g10_carpet {
    background-color: #fff;
}

.g10_carpet .p10_titleh4 {
    color: #000;
}

.g10_carpet .p10_carpet_option p {
    border-left: 3px solid #ddd;
    color: #999;
}

.g10_carpet .p10_carpet_option p.active {
    border-left: 3px solid #8523BF;
    color: #000;
}

.g10_tangles {
    position: relative;
}

.g10_tanglesDes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.g10TanglesDes {
    width: 52%;
    position: absolute;
    right: 0;
    left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.g10TanglesDes .p10_titleBox {
    margin-bottom: 40px;
}

.g10_tangle_Box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g10_tangleImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 57%;
    border-radius: 8px;
}

.g10_tangleImg img {
    border-radius: 8px;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}


.g10_tangle_Box p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 15px;
}

.g10_precise {
    padding: 110px 0;
    background-color: #27292e;
}

.g10_precise .p10_scanImg {
    padding-top: 56%;
}

.g10_control {
    padding: 110px 0;
    background: #f2eded;
}

.g10_control .p10_titleh4 {
    color: #000;
}

.g10_controlImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g10_p .p10_titleBox {
    width: 35%;
}

.g10_contain .p10_containBox1Img {
    padding-top: 100%;
}



.pageCon_bot {
    padding: 80px 0;
}

.pageCon_botl {

    border-left: 2px solid #D9D9D9;
}

.pageCon_botl p,
.pageCon_botl a {
    display: block;
    padding-left: 20px;
    /* border-left: 2px solid #D9D9D9; */
    line-height: 1.5;
    font-size: 18px;
    color: #999;
    transition: all ease 0.3s;
    cursor: pointer;
    /* font-weight: bold; */
    margin: 10px 0;
    margin-left: -2px;
}

.pageCon_botl .active {
    border-left: 2px solid #8523BF;
    color: #111;
}

.pageCon_botBox {
    margin-bottom: 30px;
}

.pageCon_box {
    background-color: #f3f4f5;
    border-radius: 8px;
    padding: 32px;
    gap: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.pageCon_img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background-color: #fff;
}

.pageCon_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageCon_box h2 {
    font-size: 32px;
    font-weight: bold;
    color: #222;
}

.pageConDes p {
    color: #6c7280;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.pageConDes_p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.pageConDes_p p {
    margin-bottom: 0;
    flex: 1;
}

.pageConDes_p span {
    font-size: 16px;
    color: #222;
    /* flex: 1; */
    text-align: right;
}

.pageConDes_p a {
    /* flex: 1; */
    font-size: 16px;
    color: #222;
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 100% 1px no-repeat;
    transition: all ease 0.3s;
}

.pageConDes_p a:hover {
    background-size: 0 1px;
}

.pageConDes h6 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.pageConDes_box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pageConDes_box span {
    width: 48%;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    text-align: center;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.pageCon_foot {
    padding: 100px 0;
    background: url(../images/con_img6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pageCon_foot h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 60px;
}

.pageCon_fl {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
    height: 100%;
}

.pageCon_flImg {
    width: 150px;
}

.pageCon_flImg img {
    border-radius: 10px;
    object-fit: cover;
}

.pageCon_flImg2 {
    height: 50px;
}

.pageCon_flImg2 img {
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
}

.pageCon_fr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.pageCon_frmain {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.pageCon_frmain:nth-child(n+3) {
    margin-bottom: 0;
}

.pageCon_frImg {
    flex: 0 10%;
}

.pageCon_frImg img {
    width: 100%;
}

.pageCon_frBox {
    width: 90%;
    padding-left: 20px;
}

.pageCon_frBox h5 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: bold;
    color: #fff;
    word-wrap: break-word;
}

.pageCon_frBox p {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.pAbout_des {
    padding: 150px 0;
    background-color: #27292E;
}

.pAbout_des p {
    font-size: 36px;
    line-height: 1.3;
}

.pAbout_video {
    position: relative;
}


.pA_videoImg iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
}

.pA_videoImg img,
.pA_videoImg iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pA_videoImg div {
    position: relative;
    z-index: 2;
}

.pA_videoImg div::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 90;
}

.pA_videoBtn.none {
    display: none;
}

.pA_videoBtn .dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.pA_videoBtn .drbtn {
    position: relative;
}

.pA_videoBtn .cw {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    background-color: #fff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pA_videoImg .none {
    opacity: 0;
    transition: all ease 0.3s;
}

.pA_videoImg .active {
    opacity: 1;
    transition: all ease 5s;
    z-index: 99;
}

.pA_videoBtn .cw i {
    font-size: 20px;
    color: #111;
}

.pA_videoBtn .bo {
    position: absolute;
    top: 0;
}

.pA_videoBtn .bo::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    /* animation: scale2 2s infinite; */
    animation: 2.5s ease-in-out infinite alternate scale2;
}

@keyframes scale2 {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

.pAbout_Award {
    padding: 120px 0;
    overflow: hidden;
}

.aAwardSwiper {
    width: 70%;
    margin: 0 auto;
}

.aAwardSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.aAwardSwiper img {
    width: 100%;
    height: auto;
}

.pAbout_Title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.pAbout_Title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    text-align: center;
    margin-bottom: 10px;
}

.pAbout_Title p {
    font-size: 18px;
    color: #111;
    text-align: center;
}

.pAbout_data {
    padding: 120px 0;
    background-color: #F3F4F5;
}

.pAbout_dataMain>div {
    margin-bottom: 40px;
}

.pAbout_dataMain>div:nth-child(n+4) {
    margin-bottom: 0px;
}

.pAbout_dataBox {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pAbout_dataBox h3 {
    font-size: 26px;
    color: #8523BF;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.pAbout_dataBox h3 span {
    font-size: 48px;
    display: inline-block;
    margin-right: 5px;
}

.pAbout_dataBox h3 p {
    width: 65%;
    font-size: 26px;
    color: #8523BF;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%;
    position: relative;
    overflow: hidden; */
}

.pAbout_dataBox p {
    font-size: 20px;
    color: #333;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}

.pAbout_history {
    position: relative;
    padding: 100px 0 300px;
}

/* .pAbout_hisbg {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.pAbout_hisdes {
    /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pAbout_hisdes h2 {
    color: #fff;
}

.pAhisSwiper {
    width: 100%;
    position: relative;
}

.pAhisSwiper::before {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #ffffff;
}

.pAbout_hisBox {
    position: relative;
}

.pAbout_hisBox::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ffffff;
}

.pAbout_hisBox h4 {
    padding-top: 18px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.pAbout_hisBox p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.pAhisSwiper .swiper-button-next,
.pAhisSwiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 0;
    top: auto;
    left: auto;
    transition: all ease 0.3s;
    display: none;
}

.pAhisSwiper .swiper-button-next::after,
.pAhisSwiper .swiper-button-prev::after {
    font-size: 14px;
    color: #ddd;
    font-weight: bold;
    transition: all ease 0.3s;
    font-weight: bold;
}

.pagePolicy_bot {
    padding: 80px 0;
}

.pagePolicy_main {
    padding-left: 3%;
}

.pagePolicy_main p {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.pagePolicy_box {
    margin-top: 40px;
}

.pagePolicy_box h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 24px;
}

.pagePolicy_main h2 {
    font-weight: bold;
    font-size: 24px;
    color: #000;
}

.pageOrder_box {
    margin-top: 35px;
}

.pageOrder_box p {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.pageOrder_box a {
    display: block;
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 100% 1px no-repeat;
    transition: background-size .3s ease-in-out, color .3s ease-in-out;
    margin-left: 5px;
    line-height: 1.5;
    font-size: 17px;
}

.pageOrder_box a:hover {
    background-size: 0 1px;
}

.pagePolicy_main .pagePolicy_box:nth-child(1) {
    margin-top: 10px;
}

.pageParts_main {
    padding: 30px 0 80px;
}

.parts_mtopl {
    display: flex;
    align-items: center;
    height: 100%;
}

.parts_mtopl img {
    max-height: 20px;
    margin-right: 10px;
}

.parts_mtopl p {
    font-size: 16px;
    color: #333
}

.parts_mtopr {
    height: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.parts_tagslist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.parts_tag {
    background-color: #E6E6E7;
    border-radius: 5px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    padding: 15px 20px;
    font-size: 18px;
}

.parts_tag i {
    font-size: 22px;
    margin-left: 15px;
    cursor: pointer;
}

.parts_tagClear {
    margin-left: 15px;
    font-size: 18px;
    line-height: 49px;
    display: block;
    position: relative;
}

.parts_tagClear::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #000;
    transform: scaleX(1);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.parts_tagClear:hover::after {
    transform: scaleX(0);
    transform-origin: top left;
}

.parts_sortlist {
    flex-shrink: 0;
    height: 50px;
    display: flex;
    align-items: center;
}

.parts_sortlist span {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.parts_sortlist select {
    border: none;
    background-color: #fff;
    line-height: 24px;
    font-size: 16px;
    transition: all ease 0.3s;
    color: #333;
    text-align: right;
}

.parts_sortmain {
    position: relative;
}

.parts_sortSelect {
    display: inline-block;
    position: relative;
    min-width: 130px;
    border-radius: 6px;
    padding: 8px 35px 8px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    white-space: nowrap;
}

.parts_sortSelect p {
    position: relative;
    transition: all 0.3s ease;
}

.parts_sortSelect p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.parts_sortSelect:hover p::before {
    transform: scaleX(1);
    transform-origin: top left;
}

.parts_sortSelect:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #495057;
    transform: translateY(-50%);
}

.parts_sortmain .select-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 5px;
    padding: 15px 20px;
}

.parts_sortmain .select-option {
    padding: 4px 0;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #666;
}

.parts_sortmain .select-option::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.parts_sortmain .select-option:hover::before {
    transform: scaleX(1);
    transform-origin: top left;
}

.parts_sortmain .select-option.selected {
    color: #000;
}

.parts_mbot {
    margin-top: 22px;
}

.parts_mbotl {
    border-top: 1px solid #ddd;
}

.pagePart_left {
    padding-right: 3%;

}

.parts_mbot .pagePart_left {
    padding-bottom: 122px;
}

.accordion-button {
    background-color: transparent;
    color: #111;
    font-size: 16px;
    font-weight: bold;
    padding: 22px 0;
}

.accordion-item:first-child .accordion-button {
    border-top: none;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #111;
}

.accordion-button:not(.collapsed)::after {
    background-image: #111;
}

.accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: cover;
}

.accordion-item {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

.accordion-body {
    padding: 0;
    padding-bottom: 22px;
}

.accordion-collapse {
    opacity: 0;
    transition: all ease 0.3s;
    transform: translateY(6px);
}

.accordion-item .show {
    opacity: 1;
    transition: all ease 0.3s;
    transform: translateY(0px);
}

.parts_mbotl .range-container {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin: 20px 0;
}

.parts_mbotl .range-slider {
    position: relative;
    height: 5px;
    background: #F0E4F7;
    border-radius: 5px;
    margin: 10px 0;
}

.parts_mbotl .range-slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #8523BF;
}

.parts_mbotl .range-input {
    position: relative;
}

.parts_mbotl .range-input input {
    position: absolute;
    top: -15px;
    height: 5px;
    width: 100%;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}

.parts_mbotl input[type="range"]::-webkit-slider-thumb {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
    background: #8523BF;
    border: 2px solid #fff;
}

.parts_mbotl input[type="range"]::-moz-range-thumb {
    height: 13px;
    width: 13px;
    border: none;
    border-radius: 50%;
    pointer-events: auto;
    -moz-appearance: none;
    background: #8523BF;
    border: 2px solid #fff;
}

.parts_mbotl .value-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.parts_mbotl .value-box {
    flex: 1 0 0;
    border-radius: 24px;
    background: #F3F4F5;
    color: #999;
    border: none;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    padding: 10px 20px;
    cursor: pointer;
}

.parts_mbotl .value-display p {
    margin: 0 20px;
}

.parts_mbotl .value-box:focus-within {
    box-shadow: inset 0 0 0 1px #000;
}

.parts_mbotl .value-box span,
.parts_mbotl .value-box input {
    margin-left: 20px;
    border: none;
    background: transparent;
    color: #999;
    font-size: 14px;
    width: 30px;
}

.parts_checkboxs .form-check-input {
    width: 22px;
    height: 22px;
    padding: 5px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.parts_checkboxs .form-check-input[type="checkbox"],
.parts_checkboxs .form-check-input[type="radio"] {
    border-radius: 50%;
}

.parts_checkboxs .form-check-input:checked {
    border-color: #dee2e6;
}

.parts_checkboxs .form-check-input:checked[type="checkbox"],
.parts_checkboxs .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: none;
}

.parts_checkboxs input[type="checkbox"]:checked::before,
.parts_checkboxs input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #8523BF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.parts_checkboxs input:focus,
.parts_checkboxs input:not(.collapsed) {
    box-shadow: none;
    border-color: #dee2e6;
}

.parts_checkboxs .form-check {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 5px;
}

.parts_checkboxs .form-check label {
    margin-left: 10px;
    font-size: 16px;
    color: #999;
}

.pagePartBoxx,
.proListBoxx {
    margin-bottom: 20px;
    opacity: 0;
    animation: itemAppear 0.3s ease forwards;
}

@keyframes itemAppear {
    from {
        opacity: 0;
        transform: scale(0.8) translateX(-30px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateX(0);
    }
}

.pagePart_box {
    position: relative;
    border-radius: 8px;
    background: #F3F4F5;
    height: 100%;
}

/* .pagePart_save {
    position: absolute;
    width: calc(100% - 32px);
    left: 16px;
    top: 16px;
}

.pagePart_save p {
    background: rgba(133, 35, 191, 0.20);
    color: #8523BF;
    border-radius: 32px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    padding: 5px 10px;
    width: fit-content;
} */

.pagePart_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.pagePart_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.pagePart_des {
    padding: 24px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
}

.pagePart_des h6 {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
    position: relative;
    height: 100%;
    overflow: hidden;
}

/* .pagePart_price .salePrice {
    font-size: 16px;
    line-height: 20px;
    color: #494D57;
    font-weight: bold;
    margin-right: 5px;
}

.pagePart_price .oldPrice{
    font-size: 14px;
    line-height: 20px;
    color: #5A5B5B;
}

.lineThrough{
    text-decoration: line-through;
} */

.pagePart_des .proHead_btn a {
    margin-left: 0;
}

.pageParts_faq {
    background: #F3F4F5;
    padding: 130px 0;
}

.partsFaq_main {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 60px;
    border-radius: 20px;
}

.partsFaq_main strong {
    font-weight: normal;
}

.partsFaq_main .accordion-button {
    font-size: 20px;
}

.partsFaq_main .accordion-item:nth-last-child(1) {
    border-bottom: none;
}

.pagePartBoxx:nth-child(1),
.proListBoxx:nth-child(1) {
    animation-delay: 0.2s;
}

.pagePartBoxx:nth-child(2),
.proListBoxx:nth-child(2) {
    animation-delay: 0.3s;
}

.pagePartBoxx:nth-child(3),
.proListBoxx:nth-child(3) {
    animation-delay: 0.4s;
}

.pagePartBoxx:nth-child(4),
.proListBoxx:nth-child(4) {
    animation-delay: 0.5s;
}

.pagePartBoxx:nth-child(5),
.proListBoxx:nth-child(5) {
    animation-delay: 0.6s;
}

.pagePartBoxx:nth-child(6),
.proListBoxx:nth-child(6) {
    animation-delay: 0.7s;
}

.pagePartBoxx:nth-child(7),
.proListBoxx:nth-child(7) {
    animation-delay: 0.8s;
}

.pagePartBoxx:nth-child(8),
.proListBoxx:nth-child(8) {
    animation-delay: 0.9s;
}

.pagePartBoxx:nth-child(9),
.proListBoxx:nth-child(9) {
    animation-delay: 1.0s;
}

.pagePartBoxx:nth-child(10),
.proListBoxx:nth-child(10) {
    animation-delay: 1.1s;
}

.pagePartBoxx:nth-child(11),
.proListBoxx:nth-child(11) {
    animation-delay: 1.2s;
}

.pagePartBoxx:nth-child(12),
.proListBoxx:nth-child(12) {
    animation-delay: 1.3s;
}

.parts_mbotl_mobile {
    display: none;
}

.proList_botT {
    padding: 30px 0 80px;
}

.proList_botTtop,
.proList_botTtop .parts_mtop {
    width: 100%;
}

.proList_botT .parts_mtopr {
    display: flex;
    justify-content: flex-end;
}

.proList_botTmain {
    margin-top: 22px;
}

.proListBoxx {
    margin-bottom: 20px;
}

.proList_box {
    border-radius: 8px;
    background: #F3F4F5;
    overflow: hidden;
}

.proList_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.proList_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.proListImg {
    z-index: 2;
    opacity: 1;
}

.proListImghover {
    z-index: 1;
    opacity: 0;
}

.proList_img p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 16px;
    opacity: 0;
    transition: all 0.35s ease;
}

.proList_box:hover .proListImg {
    opacity: 0;
    z-index: 1;
}

.proList_box:hover .proListImghover,
.proList_box:hover .proList_img p {
    z-index: 2;
    opacity: 1;
}

.proList_des {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px 20px 16px;
    gap: 13px;
}

.proList_des h6 {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.proList_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.proList_btn a:nth-child(1) {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    text-align: center;
}

.proList_btn a:nth-child(2) {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    background-color: #8521BF;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.proList_botM {
    padding: 10px 0 120px;
}

.compare_sortMain .p10_compare_info.collapsed:nth-child(n+6) {
    overflow: visible;
    opacity: 1;
    max-height: auto;
}

.page_proList_bot .compare_sort:nth-child(n+2) {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: max-height .5s ease-out, opacity .5s ease-out;
}

.proList_botM .p10_compare_info>div {
    background-color: #fff;
}

.proList_botMbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.proList_botMbtn a {
    display: inline-block;
    margin-top: 40px;
    background-color: #8523BF;
    padding: 8px 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    border: none;
}




/* page_compBot */
.page_compBot {
    padding: 80px 0 100px;
}

.page_compMain .p10_compare_header {
    top: 52px;
}

.page_compMain .p10_compare_header .p10_compare_values {
    background-color: #fff;
    transition: all ease 0.3s;
}

.page_compMain .p10Compare .p10_compare_header>div {
    border-top: none;
}

.page_compMain .p10_compare_info.collapsed {
    border-bottom: none
}

.page_compMain .p10_compare_header .p10_compare_value {
    flex-direction: column;
}

.page_compMain .p10_compare_img img {
    width: 150px;
}

.page_compMain .p10_compare_header .p10_compare_rmain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.page_compMain .p10_compare_header .p10_compare_btn {
    margin-top: 0;
}

.page_compMain .p10_compare_header .p10_com_title {
    text-align: center;
}

.page_compMain .p10_com_provalue span {
    text-align: center;
}

.compare_more {
    font-size: 14px;
    color: #333;
}

.compare_more i {
    margin-left: 5px;
    font-size: 10px;
    color: #333;
}

.page_compMain .p10_compare_info.collapsed {
    overflow: visible;
    opacity: 1;
    max-height: fit-content;
}

.page_compMain .p10_compare_info>div {
    background-color: #fff;
    transition: all ease 0.3s;
}

.compareSort_title .p10_com_titlezhi {
    font-weight: bold;
    font-size: 24px;
}

.page_compMain .p10_compare_header .p10_compare_values {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.compare_sort:nth-last-child(1) .p10_compare_values {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.highlight-column {
    background-color: #f5f5f5 !important;
    transition: all ease 0.3s;
}


.page_partShow {
    padding: 100px 0;
}

.partShow_des {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.partShow_box {
    position: relative;
    display: inline-block;
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}


.thumbnail {
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.zoom-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 26px;
    color: #333;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999999999;
}

.image-container {
    position: relative;
    max-width: 90%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enlarged-image {
    max-width: 100%;
    height: 100vh;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.close-btn {
    position: absolute;
    top: 48px;
    right: 48px;
    width: 56px;
    height: 56px;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.close-btn:hover {
    transform: rotate(90deg);
}

/* 鼠标指针样式 */
.zoom-in {
    cursor: zoom-in;
}

.zoom-out {
    cursor: zoom-out;
}

.grab {
    cursor: grab;
}

.grab:active {
    cursor: grabbing;
}

.partShow_des h2 {
    font-size: 34px;
    font-weight: bold;
    color: #111;
    line-height: 1.3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.partShow_desBox p {
    font-size: 20px;
    color: #111;
    margin-bottom: 20px;
    font-weight: normal;
}

.partShow_desBtn a {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    background-color: #8521BF;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    transition: all ease 0.3s;
}

.partShow_desBtn a:hover {
    opacity: 0.8;
    transition: all ease 0.3s;
}

.partShow_comment {
    padding: 80px 0 0;
    width: 90%;
    margin: 0 auto;
}

.partShow_comment .row>div {
    margin-bottom: 30px;
}

.partShow_comBox {
    padding: 20px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    position: relative;
}

.partShow_comBox h6 {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.partShow_comBox span {
    font-size: 14px;
    color: #000;
}

.partShow_comBox p {
    color: #000;
    font-size: 16px;
}

.partShow_des ul,
.partShow_des ol {
    padding-left: 40px;
}

.partShow_comBox {
    max-height: 350px;
    overflow-y: auto;
}

.partShow_des ol,
.partShow_des ul,
.partShow_des li,
.partShow_des dl,
.partShow_des dt,
.partShow_des dd {
    list-style: unset;
}

.partShow_des li {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: lighter;
}

.partShow_left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page_newsListTop,
.newsList_tab {
    background-color: #f3f4f5;
}

.newsList_tab {
    padding-top: 10px;
}

.page_newsListBot .pageCon_botl {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* overflow-x: auto; */
    padding-inline: 10px;
    background-color: #f3f4f5;
    position: relative;
    z-index: 1;
}

.page_newsListBot .pageCon_botl a {
    border: none;
    flex-shrink: 0;
    white-space: nowrap;
    margin: 0 10px;
    font-size: 16px;
    padding: 16px 32px;
    font-weight: bold;
    background-color: transparent;
}

.page_newsListBot .pageCon_botl .active {
    color: #8523bf;
    border-left: 0;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page_newsListBot .pageCon_botl a:hover {
    color: #8523bf;
}

.newsList_main {
    padding-top: 50px;
    padding-bottom: 100px;
}

.newsListMain {
    display: none;
}

.newsList_main .active {
    display: block;
}

.newsList_topl {
    position: relative;
}

.newsList_topl {
    height: 100%;
}

.newsList_toplImg {
    display: block;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.newsList_toplImg img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all ease 1.5s;
}

.newsList_toplDes {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsList_topl:hover img {
    transition: all ease 1.5s;
    transform: scale(1.06);
}

.newsList_type span {
    color: #fff;
    background: #8523bf;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 5px;
}

.newsList_toplDes h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
}

.newsList_toplDes p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.newsList_date {
    display: flex;
    align-items: center;
}

.newsList_date i {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.newsList_date span {
    color: #fff;
    font-size: 14px;
}

.newsList_toprBox {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.newsList_toprDes {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}

.newsList_toprBox .newsList_date i,
.newsList_toprBox .newsList_date span {
    color: #666;
    transition: all ease 0.3s;
}

.newsList_toprBox .newsList_date:hover i,
.newsList_toprBox .newsList_date:hover span {
    color: #111;
}

/* .newsList_toprImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 56%;
    border-radius: 15px;
}

.newsList_toprImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 1.5s;
} */

.newsList_toprImg {
    display: block;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.newsList_toprImg img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all ease 1.5s;
}

.newsList_toprBox:hover img {
    transition: all ease 1.5s;
    transform: scale(1.06);
}

.newsList_toprDes h4 {
    font-size: 20px;
    color: #111;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: lighter;
}

.newsList_toprDes p {
    font-size: 16px;
    color: #111;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: lighter;
}

.newsList_topr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.newsList_topr .newsList_toprBox:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0;
}

.newsListMain_bot {
    margin-top: 50px;
}

.newsListMain_bot>div {
    margin-bottom: 10px;
}

.newsList_botBox {
    position: relative;
}

.newsList_botBox .newsList_type {
    position: absolute;
    top: 15px;
    left: 15px;
}

.newsList_botImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 56%;
    border-radius: 15px;
}

.newsList_botImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 1.5s;
}

.newsList_botBox:hover img {
    transition: all ease 1.5s;
    transform: scale(1.06);
}

.newsList_botDes {
    padding: 20px 0;
}

.newsList_botDes h4 {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.newsList_botBox .newsList_date {
    margin-top: 20px;
}

.newsList_botBox .newsList_date i,
.newsList_botBox .newsList_date span {
    color: #666;
    transition: all ease 0.3s;
}

.newsList_botBox .newsList_date:hover i,
.newsList_botBox .newsList_date:hover span {
    color: #111;
}

.newsList_main .pagelist {
    margin-top: 40px;
    margin-bottom: 0;
}

.newsShow_banner .container {
    max-width: 100% !important;
    padding: 0;
}

.banner_nshow {
    position: relative;
}

.banner_nImg img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.banner_ncont {
    position: absolute;
    bottom: 0;
    top: auto;
    height: 100%;
    width: 100%;
}

.banner_nDes {
    max-width: 1520px !important;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner_nDes h2 {
    font-size: 48px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 35px;
}

.banner_nDesbox {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    gap: 20px;
}

.banner_nDesbox p {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.7;
    transition: all ease 0.3s;
}

.banner_nDesbox p i {
    color: #fff;
    font-size: 16px;
}

.banner_nDesbox p span {
    color: #fff;
    font-size: 15px;
}

.banner_nDesbox p:hover {
    opacity: 1;
}

.page_newsShowMain {
    padding-top: 50px;
    padding-bottom: 80px;
}

.newsShow_see {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsShow_see h3 {
    font-weight: bold;
    font-size: 24px;
}

.newsShow_see h6 {
    font-weight: bold;
    font-size: 18px;
}

.newsShow_see img {
    /*width: 70%;*/
    margin: auto;
    border-radius: 15px;
}

.newsShow_see ul,
.newsShow_see ol,
.newsShow_see li {
    list-style: unset;
}

.newsShow_see ul,
.newsShow_see ol {
    padding-left: 20px;
}

.newsShow_tool {
    margin-top: 50px;
}

.newsShow_tags {
    margin-bottom: 50px;
}

.newsShow_tags h3,
.newsShow_media h3 {
    font-size: 18px;
    font-weight: bold;
}

.newsShow_tags div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.newsShow_tags span {
    display: block;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #f1f1f1;
    color: #666;
    font-size: 12px;
}

.newsShow_media {
    display: flex;
    align-items: center;
    gap: 20px;
}

.newsShow_media div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsShow_media div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all ease 0.3s;
    font-size: 22px;
}

.newsShow_media div a:hover {
    background-color: #f1f1f1;
}

.newsShow_fanye {
    margin-top: 100px;
}

.newsShow_fanye .banner_nDesbox {
    margin-top: 0;
    margin-bottom: 10px;
}

.newsShow_fanye .banner_nDesbox p i,
.newsShow_fanye .banner_nDesbox p span {
    color: #000;
}

.newsShow_fanyeL,
.newsShow_fanyeR {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    gap: 15px;
    margin-bottom: 20px;
}

.newsShow_fanyeR {
    justify-content: flex-end;
}

.newsShow_rmain {
    padding-left: 50px;
}

.newsShow_rmain .pagePart_box {
    margin-bottom: 30px;
    padding: 0 5%;
}

.newsShow_rmain .proList_btn {
    flex-direction: column;
}

.proList_btn a:nth-child(2) {
    display: inline-block;
    padding: 5px 22px;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    text-align: center;
}

.proList_btn a:nth-child(1) {
    display: inline-block;
    padding: 5px 22px;
    font-size: 15px;
    font-weight: bold;
    background-color: #8521BF;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}

.newsShow_pc {
    display: block;
}

.newsShow_mobile {
    display: none;
}


.guideBox {
    display: flex;
    align-items: center;
    height: 100%;
}

.guideImg {
    flex: 1;
}

.guideDes {
    flex: 1;
}

.page_guide {
    padding: 140px 0 100px;
}

.guideDes h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.guideDes li,
.guideDes span {
    font-size: 15px;
}

.guideLink i {
    font-size: 11px;
    margin-left: 5px;
}

.guideLink a {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: fit-content;
    color: #2f81ff;
}

.guideLink a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #2f81ff;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.guideLink a:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
}

.guideLink {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.page_guide .row>div {
    margin-bottom: 30px;
}



.parts_mbotl .form-check,
.parts_mobile_main .form-check {
    position: relative;
}

.parts_mbotl .form-check a,
.parts_mobile_main .form-check a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}



.iframe_3i {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    /* 视频加载前的背景色 */
    /*height: 1080px;*/
    margin-top: -100px;
}

.iframe_3i iframe {
    position: absolute;
    top: 0;
    
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    /* 移除iframe边框 */
    /*    position: relative;*/
    /*top: -100px;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

.pAboutBanner .p10_video_title{
    top: 100px;
    height: calc(100% - 170px);
}

.pAbout_desT{
    z-index: 99999;
    margin-top: -70px;
    position: relative;
}

/* page_search */
.search_result {
    padding: 30px 0 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.search_result_top h2 {
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    margin-bottom: 50px;
}

.search_result_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_result_box form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.search_result_box input {
    width: 100%;
    flex: 1;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    border: 1px solid #ddd;
    outline: none;
    background: none;
}

.search_result_box button {
    display: block;
    width: 10%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #8521BF;
    border: 1px solid #8521BF;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.search_result_box button i {
    font-size: 30px;
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.search_result_box button:hover {
    background-color: #fff;
    border: 1px solid #8521BF;
    width: 15%;
}

.search_result_box button:hover i {
    color: #8521BF;
}

.result_attention {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 4px solid #333;
    flex-wrap: wrap;
}

.result_attention p {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.result_attention span {
    font-size: 26px;
    color: #8521BF;
    font-weight: bold;
    display: block;
    margin: 0 5px;
}

.search_result_list {
    margin-top: 40px;
}

.resultcard {
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.resultcard h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
}

.resultcard p {
    font-size: 18px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.resultcard:hover h3 {
    color: #8521BF;
}

.resultcard:hover {
    border: 1px solid #8521BF;
}

@media screen and (max-width: 699px) {
    .p10_comp_title {
        display: none;
    }

    .p10_com_titlezhi {
        font-size: 12px;
        color: #6C7280;
    }
    
    .p10_compare_value.p10_com_provalue {
        font-weight: normal;
    }

    .p10Compare .p10_compare_header,
    .p10Compare .p10_compare_info {
        grid-template-columns: repeat(2, 1fr);
    }

    .p10Compare .p10_compare_header {
        position: -webkit-sticky;
        position: sticky;
        top: 84px;
    }

    .p10_compare_header .p10_compare_values {
        padding: 8px 10px;
    }

    .p10_compare_values .p10_compare_pImg {
        gap: 12px;
    }

    .p10_compare_img img {
        width: 48px;
    }

    .p10_com_title {
        font-size: 16px;
    }

    .p10_compare_btn {
        font-size: 12px;
        margin-top: 4px;
        padding: 4px 8px;
    }



}

@media (min-width:700px) and (max-width: 767px) {

    .p10_compare_header .p10_compare_values:nth-last-child(1),
    .p10_compare_info .p10_compare_values:nth-last-child(1) {
        display: block !important;
    }
    
    .p10_compare_value.p10_com_provalue {
        font-weight: normal;
    }

}

@media (max-width:575px) {
    .bannerImg .bannerImg1 {
        display: none !important;
    }

    .bannerImg .bannerImg2 {
        display: block !important;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        padding: 0 20px;
        display: block;
    }

    .navbar-brand img {
        max-width: 150px !important;
    }

    .navbar-toggler {
        background-color: #8521BF;
    }

    .bg-dark {
        background-color: #fff !important;
        border-bottom: 1px solid #eee;
    }

    .bannercontent {
        margin-top: 66px;
    }

    .bannercontent .bannerDes {
        position: absolute;
        bottom: 8%;
        top: auto;
        left: 3%;
        right: 0;
        width: 94%;
    }

    .bannercontent .bannerDesbtn span {
        padding: 8px 20px;
    }

    .proHead {
        flex-direction: column;
    }

    .proHead_btn {
        display: none;
    }

    .proHead_btn.proHead_showM {
        display: block;
    }

    .proHead p {
        font-size: 16px;
    }

    .proHead_left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .proHead_showM a {
        margin-left: 0;
        padding: 6px 16px;
        font-size: 16px;
    }

    .proHead_nav {
        width: 100%;
    }

    .proHead_nav ul {
        gap: 7px;
        width: 100%;
        justify-content: space-between;
    }

    .proHead_nav ul a {
        font-size: 14px;
        padding: 10px 0;
    }

    .p10_overview {
        padding: 50px 0;
    }

    .p10_overview p {
        font-size: 22px;
        word-wrap: break-word;
    }


    .p10_indexVideo,
    .p10_highlights,
    .p10_use,
    .p10_property,
    .p10_size,
    .p10_contain,
    .p10_photo,
    .p10_support,
    .p10_compare,
    .p10_comment,
    .g10_clean,
    .g10_precise,
    .g10_control {
        padding: 40px 0;
        overflow: hidden;
    }

    .p10_indexVideo .indextitle,
    .p10_titleh4 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .p10_indexVideo .indexVideo_bot {
        padding: 20px;
    }

    .p10_indexVideo .ivideoSwiper .swiper-slide {
        background-color: #f1f1f1;
    }

    .p10_highlights_box {
        margin-bottom: 30px;
    }

    .p10_contain .container {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }

    .p10_video video.p10_videoP,
    .p10_video iframe.p10_videoP {
        display: none;
    }

    .p10_video video.p10_videoM,
    .p10_video iframe.p10_videoM {
        display: block;
    }

    .p10_video_title h2 {
        font-size: 28px;
        word-wrap: break-word;
    }

    .p10_advImgP {
        display: none;
    }

    .p10_advImgM {
        display: block;
    }

    .p10_advbg {
        position: relative;
    }

    .p10_advbg::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .p10Adv {
        padding: 25px 0;
    }

    .p10Adv .p10_titleBox h4 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .p10Adv .p10_titleBox p {
        font-size: 17px;
        line-height: 1.3;
    }

    .p10Adv .container {
        height: 100%;
    }

    .p10_adv_main {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .p10_advBox h4 {
        text-align: center;
    }

    .p10_advBox h4 span {
        font-size: 20px;
        margin-bottom: 10px;
        word-break: break-all;
    }

    .p10_advBox p {
        word-break: break-all;
        font-size: 16px;
        text-align: center;
    }

    .p10_mobile {
        display: block;
    }

    .p10_pc {
        display: none;
    }

    .p10_control {
        position: relative;
        background: #EEE;
        display: flex;
        flex-direction: column;

    }

    .p10_carpet {
        padding: 50px 0;
    }

    .p10Carpet_Img {
        border-radius: 8px;
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 56%;
    }

    .p10Carpet_Img img {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
    }

    .p10Carpet_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p10Carpet_box p {
        text-align: center;
        font-size: 18px;
        margin-top: 12px;
        color: #fff;
    }

    .p10CarpetSwiper,
    .g10CarpetSwiper {
        padding-bottom: 40px;
    }

    .p10CarpetSwiper .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.7);
    }

    .g10CarpetSwiper .swiper-pagination-bullet {
        background: #6f6c6c;
    }

    .p10CarpetSwiper .swiper-pagination-bullet-active,
    .g10CarpetSwiper .swiper-pagination-bullet-active {
        background-color: #8523BF;
        width: 32px;
        border-radius: 15px;
        transition: all ease 0.3s;
    }

    .p10_set_bot {
        padding: 20px 0 40px;
    }

    .p10_set_main {
        gap: 24px;
        justify-content: center;
    }

    .p10_set_box {
        width: calc(calc(100% / 3) - calc(calc(24px * 2) / 3));
    }

    .p10_set_box p {
        font-size: 14px;
        margin-top: 16px;
        word-break: break-all;
    }

    .p10_auto {
        padding: 50px 0;
    }

    .p10_autoBox_bot p {
        margin-top: 14px;
        margin-bottom: 6px;
        font-size: 20px;
    }

    .p10Auto_video {
        border-radius: 8px;
    }

    .p10Auto_video video {
        width: 100%;
        border-radius: 8px;
    }

    .p10AutoSwiper,
    .p10AiSwiper,
    .p10PropertySwiper,
    .g10AiSwiper,
    .g10PropertySwiper {
        padding-bottom: 50px;
    }

    .p10AutoSwiper .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.7);
    }

    .p10AutoSwiper .swiper-pagination-bullet-active,
    .p10AiSwiper .swiper-pagination-bullet-active,
    .p10PropertySwiper .swiper-pagination-bullet-active,
    .g10AiSwiper .swiper-pagination-bullet-active,
    .g10PropertySwiper .swiper-pagination-bullet-active {
        background-color: #8523BF;
        width: 32px;
        border-radius: 15px;
        transition: all ease 0.3s;
    }

    .p10_design {
        padding: 50px 0 40px;
    }

    .p10_design_box p {
        margin-top: 15px;
        font-size: 18px;
        line-height: 1.3;
    }

    .p10_design_box {
        padding-bottom: 30px;
    }

    .p10_scan {
        padding: 70px 0 50px;
    }

    .p10_scanImg {
        padding-top: 114%;
    }

    .p10_scanDes h4 {
        margin-top: 16px;
        font-size: 20px;
        line-height: 1.3;
    }

    .p10_titleBox h4 {
        font-size: 28px;
        word-wrap: break-word;
    }

    .p10_pDes {
        bottom: auto;
        height: auto;
    }

    .p10_pDes .p10_titleBox {
        margin-top: 50px;
    }

    .p10_ai_titleH2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .p10_ai {
        padding: 50px 0 30px;
    }

    .p10Ai_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p10Ai_Img {
        border-radius: 8px;
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 125%;
    }


    .g10Ai_Img {
        border-radius: 8px;
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 112%;
    }

    .p10Ai_Img img,
    .g10Ai_Img video {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
    }

    .p10Ai_box p {
        text-align: center;
        font-size: 18px;
        margin-top: 12px;
        color: #333;
    }

    .p10_routeDes {
        padding-top: 40px;
    }

    .p10_route .p10_video_title h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .p10_controlImg {
        order: 2;
    }

    .p10_controlDes {
        order: 1;
        position: relative;
        left: 5%;
        width: 90%;
        padding: 40px 0;
        justify-content: flex-start;
    }

    .p10_controlDes h2 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .p10_controlBox {
        padding: 10px 14px;
        /* overflow: auto; */
    }

    .p10_controlBox h4 {
        font-size: 17px;
    }

    .p10_propertyL {
        overflow-x: auto;
        flex-direction: row;
        padding: 0;
        gap: 24px;
    }

    .p10_propertyBox {
        padding: 20px 10px !important;
        flex-shrink: 0;
        width: 100%;
    }

    .p10_propertyBox ul {
        flex-direction: column;
    }

    .p10PropertySwiper .swiper-slide,
    .g10PropertySwiper .swiper-slide {
        height: auto;
    }

    .p10_propertyBox {
        margin-bottom: 0 !important;
        height: 100%;
    }

    .p10_propertyBox h3 {
        text-align: center;
    }

    .p10_propertyBox li {
        width: 100% !important;
        flex-direction: row;
        margin-bottom: 15px;
    }

    .p10_propertyBox li p {
        margin-top: 0;
        word-break: break-all;
        padding-left: 10px;
        text-align-last: left;
        flex: 0 70%;
    }

    .p10_propertyBox li>div {
        width: 48px;
        height: 46px;
        flex: 0 30%;
    }

    .p10PropertySwiper,
    .g10PropertySwiper {
        margin-bottom: 30px;
    }



    .p10_use_box {
        margin-bottom: 35px !important;
    }

    .p10_use_box:nth-last-child(1) {
        margin-bottom: 0 !important;
    }

    .p10_voiceDes {
        bottom: auto;
        width: 100%;
        height: auto;
        padding: 30px 20px;
    }

    .p10_voicetop h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .p10_voiceDes img {
        margin-top: 15px;
        width: 80%;
    }

    .p10_privacy .p10_voiceDes {
        padding: 30px 20px;
    }

    .p10_privacy .p10_voiceDes img {
        width: 150px;
    }


    .p10_sizeLeft {
        padding-top: 0;
        padding-left: 0;
    }

    .p10_sizeLeft h2 {
        font-size: 28px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .p10_sizebox {
        margin-bottom: 15px;
    }

    .p10_sizeLeft {
        padding-bottom: 30px;
    }


    .p10_containDes h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .p10_containDes p {
        line-height: 1;
        font-size: 20px;
    }

    .p10_containDes {
        margin-top: 15px;
    }

    .p10_containBox1 {
        padding-bottom: 30px;
    }

    .p10_support {
        padding: 60px 0 100px;
    }

    .p10_supportH2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .p10_supportBox {
        display: flex;
        align-items: center;
    }

    .p10_supportBox p {
        border-left: none;
        border-top: 3px solid #D9D9D9;
        line-height: 40px;
        font-size: 14px;
        padding: 5px 0 0;
        margin-right: 2px;
        font-weight: bold;
    }

    .p10_supportBox p:nth-last-child(1) {
        margin-right: 0;
    }

    .p10_supportBox p.active {
        font-size: 14px;
        border-left: none;
        border-top: 3px solid #8523BF;
    }

    .p10_supportBox {
        margin-bottom: 22px;
    }

    .p10_sPdf li {
        padding: 12px 0;
    }

    .p10_sPdf li span {
        font-size: 16px;
    }


    .p10_comment ul li {
        margin-bottom: 10px;
        font-size: 14px;
        color: #333;
        line-height: 1.2;
    }

    .p10_mstart .p10_video_title {
        justify-content: start;
        padding-top: 45px;
    }

    /* g10 */
    .g10_highlights .p10_highlights_box {
        margin-bottom: 0;
    }

    .g10_highlights .p10_highlights_main>div {
        margin-bottom: 25px;
    }

    .g10_highlights .p10_highlights_main>div:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .g10_zipMain .container {
        padding: 30px 10px;
    }

    .g10_zip_top h5 {
        font-size: 16px;
        padding: 0 2px 10px;
        word-break: break-all;
    }

    .g10_zip_bot p {
        display: none;
        padding: 15px 20px 20px;
    }

    .g10_clean .p10_scanImg {
        padding-top: 40%;
    }

    .g10CleanSwiper {
        padding-bottom: 60px;
    }

    .g10_carpet .p10Carpet_box p {
        color: #333;
    }

    .g10TanglesDes {
        width: 94%;
        right: 3%;
        justify-content: flex-start;
        padding-top: 30px;
    }

    .g10TanglesDes .p10_titleBox {
        margin-bottom: 15px;
    }

    .g10TanglesDes .p10_titleBox h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .g10TanglesDes .p10_titleBox p {
        font-size: 16px;
        line-height: 1.3;
    }

    .g10_tangle_Box p {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 8px;
        word-break: break-all;
    }

    .g10_p .p10_titleBox {
        width: 100%;
    }

    .g10_tangles .row {
        width: 100%;
        margin: 0 auto;
    }

    .p10_compare {
        overflow: visible;
    }

    .p10photoReverseSwiper,
    .g10photoReverseSwiper {
        margin-top: 10px;
    }


    .bannerDes2 h2 {
        font-size: 30px;
        width: 90%;
        margin: 0 auto;
    }

    .pageContact {
        display: flex;
        flex-direction: column;
    }

    .pageCon_top {
        order: 2;
    }

    .pageCon_bot {
        padding: 40px 0 20px;
        order: 1;
    }

    .pageCon_botl {
        display: none;
    }

    .pageCon_box {
        padding: 25px;
        gap: 16px;
    }

    .pageCon_box h2 {
        font-size: 28px;
    }

    .pageConDes_p {
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 12px;
        flex-direction: column;
    }

    .pageConDes_p p {
        margin-bottom: 5px;
    }

    .pageCon_botBox:nth-last-child(1) {
        margin-bottom: 0;
    }

    .pageCon_foot {
        padding: 50px 0;
    }

    .pageCon_foot h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .pageCon_fleft {
        order: 2;
    }

    .pageCon_fright {
        order: 1;
    }

    .pageCon_flImg {
        display: none;
    }

    .pageCon_frmain {
        flex-direction: column;
        padding: 0 2%;
        align-items: flex-start;
    }

    .pageCon_frBox {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .pageCon_frImg {
        flex: 0;
    }

    .pageCon_frImg img {
        width: auto;
        height: 35px;
    }

    .pageCon_frBox h5 {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 12px;
    }

    .pageCon_fl {
        gap: 16px;
        padding-top: 40px;
    }

    .pageConDes_p span {
        text-align: left;
    }

    .pAboutBanner {
        margin-top: 66px;
    }

    .pA_videoBtn .cw {
        width: 50px;
        height: 50px;
    }

    .pA_videoBtn .bo::after {
        width: 50px;
        height: 50px;
    }

    .pA_videoBtn .cw i {
        font-size: 14px;
    }

    .pAbout_Award {
        padding: 40px 0;
    }

    .pAbout_dataBox {
        height: 100%;
    }

    .pAbout_Title h2 {
        font-size: 30px;
    }

    .aAwardSwiper {
        width: 100%;
    }

    .pAbout_Title {
        margin-bottom: 30px;
    }

    .pAbout_data {
        padding: 40px 0;
        background-color: #F3F4F5;
    }

    .pAbout_dataBox h3 span {
        font-size: 16px;
    }

    .pAbout_dataBox h3 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .pAbout_dataBox p {
        font-size: 16px;
        word-break: break-all;
        word-wrap: break-word;
    }

    .pAbout_dataMain>div {
        margin-bottom: 20px !important;
    }

    .pAbout_history {
        padding: 40px 0 150px;
    }

    .pAhisSwiper .swiper-button-next,
    .pAhisSwiper .swiper-button-prev {
        display: flex;
    }

    .pAbout_hisBox h4 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .pAbout_hisBox p {
        font-size: 18px;
    }

    .pAhisSwiper {
        padding-bottom: 80px;
    }

    .pAhisSwiper .swiper-button-next {
        right: 0;
        left: auto;
    }

    .pAhisSwiper .swiper-button-prev {
        right: 60px;
        left: auto;
    }

    .page_policy {
        display: flex;
        flex-direction: column;
    }

    .pagePolicy_top {
        order: 2;
        background-color: #f3f4f5;
    }

    .pagePolicy_bot {
        order: 1;
        padding: 0 0 40px;
    }

    .pagePolicy_main {
        padding-left: 0;
        padding-top: 40px;
        padding: 25px 10px 0;
    }

.pagePolicy_main .fl-module-content{
    margin: 0 !important;
}
    .pagePolicy_top .bread_crumb_main {
        padding-left: 14px;
        padding-right: 14px;
    }

    .pagePolicy_top .bread_crumbs {
        flex-wrap: nowrap;
    }

    .pagePolicy_top .bread_crumbs a:nth-child(1) {
        min-width: fit-content;
    }

    .pagePolicy_top .bread_crumbs a,
    .pagePolicy_top .bread_crumbs span {
        font-size: 12px;
    }

    .page_policy .pageCon_botl {
        scroll-behavior: smooth;
        /* gap: 10px; */
        border: none;
        display: flex;
        width: 100%;
        overflow-x: auto;
        width: calc(100vw- var(--bs-gutter-x) * 3);
        margin-inline: -calc(var(--bs-gutter-x) * 1.5);
        padding-inline: 0;
        background-color: #f3f4f5;
        position: relative;
        z-index: 1;
    }

    .page_policy .pageCon_botl p,
    .page_policy .pageCon_botl a {
        border: none;
        flex-shrink: 0;
        /* white-space: nowrap; */
        margin: 0;
        padding: 14px 20px;
        /* background-color: transparent; */
        transition: all 0.3s ease;
    }

    .page_policy .pageCon_botl .active {
        color: #8523bf;
        border-left: 0;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .pagePolicy_main h2 {
        font-weight: bold;
        font-size: 16px;
    }

    .pagePolicy_box h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .pagePolicy_main p {
        font-size: 12px;
    }

    .pagePolicy_bot {
        position: relative;
    }

    .pagePolicy_bot::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 55px;
        background-color: #f3f4f5;
        z-index: 0;
    }

    .pagePolicy_box {
        margin-top: 15px;
    }

    .pageOrder_box {
        margin-top: 15px;
    }

    .pageOrder_box a {
        font-size: 12px;
    }

    .bannerPolicy .bannerImg1 {
        display: block !important;
    }

    .bannercontent .bannerDes2 h2 {
        font-size: 20px;
    }

    .page_parts {
        display: flex;
        flex-direction: column;
    }

    .pageParts_top {
        order: 2;
    }

    .pageParts_bot {
        order: 1;
    }

    .pageParts_main {
        padding: 30px 0;
    }

    .parts_mbotl,
    .parts_mtop {
        display: none;
    }

    .parts_mbotl_mobile {
        display: block;
    }

    .partsMobile_filter {
        padding: 10px 30px;
        border-radius: 10px;
        background-color: #F3F4F5;
    }

    .partsbotlM_one {
        display: flex;
        align-items: center;
    }

    .partsbotlM_one img {
        width: 20px;
        height: auto;
        object-fit: cover;
        margin-right: 10px;
    }

    .partsbotlM_one p {
        font-weight: bold;
        font-size: 16px;
    }

    .pagePart_des .proHead_btn {
        display: block;
    }

    .pagePart_des .proHead_btn a {
        padding: 5px 20px;
        font-size: 16px;
        text-align: center;
    }

    .partsMobile_filter .accordion-item:nth-last-child(1) {
        border-bottom: none;
    }

    .partsMobile_filter .accordion-item:nth-last-child(1)>div>.accordion-body {
        padding-bottom: 0;
    }

    .parts_mbot {
        margin-top: 10px;
    }

    .parts_mbot .pagePart_left {
        padding-bottom: 30px;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .parts_tagslist_Mobile {
        margin-top: 30px;
    }

    .parts_tag {
        padding: 10px 14px;
        font-size: 16px;
    }

    .pagelist {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pagelist a {
        line-height: 30px;
        padding: 0 10px;
    }

    .pagelist span {
        line-height: 30px;
        font-size: 18px;
    }

    .pageParts_faq {
        padding: 40px 0;
    }

    .partsFaq_main {
        width: 100%;
        padding: 20px 20px;
    }

    .partsFaq_main .accordion-button {
        font-size: 18px;
        padding: 15px 0;
    }


    .page_comp {
        display: flex;
        flex-direction: column;
    }

    .page_compTop {
        order: 2;
    }

    .page_compBot {
        order: 1;
        padding: 30px 0;
    }

    .page_compMain .p10_compare_header {
        /*top: 66px;*/
        top: -94px;
        display: flex;
        overflow-x: auto;
        transition: all ease 0.3s;
    }

    .page_compMain .p10_compare_info {
        display: flex;
    }

    .compare_sortMain {
        overflow-x: auto;
        transition: all ease 0.3s;
    }

    .page_compMain .p10_compare_values {
        width: 50%;
        flex-shrink: 0;
    }

    .compareSort_title {
        width: 150%;

        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .compare_sort .compareSort_title .p10_comp_title {
        display: block;
        /* width: 50%; */
        position: sticky;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .compareSort_title .p10_com_titlezhi {
        font-size: 16px;
        font-weight: normal;
        padding: 16px;
    }

    .compare_sortMain .compareSort_title>div {
        border-top: none;
    }

    .compareSort_title {
        border-top: 1px solid #BEC1C7;
    }

    .compare_sortMain .compare_sort:nth-child(1) .compareSort_title {
        border-top: none;
    }

    .page_compMain .compare_sortMain .compareSort_title .p10_com_titlezhi {
        padding: 16px;
    }

    .compareSort_title .p10_compare_values {
        display: none;
    }

    .page_compMain .p10_compare_info.collapsed {
        position: relative;
    }

    .page_compMain .p10_comp_title {
        display: block;
        position: sticky;
        top: 10px;
        left: 15px;
        padding: 0;
        padding-top: 10px;
        background-color: transparent;
        border-top: none;
        width: 0;
        /* width: 50%;
        flex-shrink: 0; */
    }

    .compare_sortMain .compareSort_title .p10_comp_title {
        width: auto;
    }

    .page_compMain .p10_compare_info .p10_comp_title .p10_com_titlezhi {
        padding-right: 15px;
        width: calc(50vw - 14px);
        line-height: 1.3;
    }

    .page_compMain .p10_compare_info .p10_comp_title+.p10_compare_values {
        /* margin-left: -50%; */
    }

    .page_compMain .p10_compare_value.p10_com_provalue {
        padding: 43px 15px 15px;
        line-height: 1.3;
    }

    .page_compMain .p10_comp_title .p10_com_titlezhi {
        padding: 0;
        background: transparent;
    }

    .page_compMain .p10_compare_info>div {
        background-color: transparent;
    }




    .page_proList {
        display: flex;
        flex-direction: column;
    }

    .page_proList_top {
        order: 2;
    }

    .page_proList_bot {
        order: 1;
    }

    .proList_des {
        padding: 14px 10px 20px;
    }

    .proList_btn {
        flex-wrap: wrap;
    }

    .proList_img p {
        word-wrap: break-word;
        word-break: break-all;
        font-size: 12px;
        padding: 10px;
    }

    .proList_btn a:nth-child(1),
    .proList_btn a:nth-child(2) {
        padding: 8px 6px;
    }

    .proList_botT {
        padding: 30px 0 20px
    }

    .proList_botM {
        padding-bottom: 50px;
    }


    .gallery {
        margin-bottom: 20px;
    }

    .partShow_box {
        margin: 0;
    }

    .page_partShow {
        padding: 40px 0;
        margin-top: 67px;
    }

    .zoom-icon {
        position: absolute;
        top: 15px;
        bottom: auto;
        right: 25px;
    }

    .partShow_des h2 {
        font-size: 24px;
    }

    .partShow_desBox p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .partShow_comment {
        padding: 50px 0 0;
        width: 100%;
    }

    .partShow_comment .row>div {
        margin-bottom: 20px;
    }

    .partShow_des li {
        font-size: 18px;
    }

    .partShow_des ul,
    .partShow_des ol {
        padding-left: 25px;
    }

    .page_newsList {
        display: flex;
        flex-direction: column;
    }

    .page_newsListTop {
        order: 2;
    }

    .page_newsListBot {
        order: 1;
    }

    .page_newsListBot .pageCon_botl {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .newsList_topl {
        height: 400px;
        margin-bottom: 30px;
    }

    .newsList_main {
        padding-bottom: 50px;
    }

    .newsList_toplDes {
        padding: 18px;
        gap: 5px;
    }

    .newsList_toplDes h3 {
        font-size: 22px;
    }

    .newsList_toplDes p {
        font-size: 12px;
        -webkit-line-clamp: 1;
    }

    .page_newsListBot .pageCon_botl a {
        font-size: 16px;
        padding: 12px 10px;
    }

    .newsList_toprDes {
        gap: 8px;
    }

    .newsList_toprImg {
        height: 20vh;
    }

    .newsList_toprDes h4 {
        font-size: 16px;
    }

    .newsList_toprDes p {
        font-size: 14px;
        -webkit-line-clamp: 1;
    }

    .newsList_botDes h4 {
        font-size: 18px;
    }

    .newsList_botBox .newsList_date {
        margin-top: 14px;
    }

    .newsList_main .pagelist {
        margin-top: 10px;
    }



    .newsShow_banner {
        margin-top: 67px;
    }

    .newsShow_pc {
        display: none;
    }

    .newsShow_mobile {
        display: block;
    }

    .banner_ncont {
        position: relative;
        order: 1;
    }

    .banner_nshow {
        display: flex;
        flex-direction: column;
    }

    .banner_nImg {
        order: 2;
        margin: 0 5%;
        border-radius: 15px;
    }

    .banner_nImg img {
        border-radius: 15px;
    }

    .banner_nDes {
        display: flex;
        align-items: center;
        padding: 30px 5%;
    }

    .banner_nDes h2 {
        font-size: 24px;
        color: #111;
        text-align: center;
        word-wrap: break-word;
        word-break: break-all;
        margin-bottom: 20px;
    }

    .banner_nDesbox p i,
    .banner_nDesbox p span {
        color: #000;
    }

    .banner_nDesbox {
        margin-bottom: 0;
    }

    .page_newsShow {
        display: flex;
        flex-direction: column;
    }

    .page_newsShowTop {
        order: 2;
    }

    .page_newsShowMain {
        order: 1;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .newsShow_rmain {
        padding-left: 0;
    }

    .newsShow_right {
        margin-top: 30px;
    }

    .proList_btn a:nth-child(1),
    .proList_btn a:nth-child(2) {
        padding: 8px 20px;
    }

    .newsShow_rmain .proList_btn {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .newsShow_tool {
        margin-top: 20px;
    }

    .newsShow_tags {
        margin-bottom: 20px;
    }

    .newsShow_media {
        gap: 10px;
        flex-wrap: wrap;
    }

    .newsShow_fanye {
        margin-top: 40px;
    }

    .newsShow_fanyeL,
    .newsShow_fanyeR {
        gap: 10px;
    }

    .guideBox {
        flex-direction: column;
    }

    .page_guide {
        padding: 40px 0;
    }

    .guideDes {
        padding: 20px 5% 0;
    }

    .page_guide .row>div:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .guideDes h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 14px;
    }

    .guideLink {
        margin-top: 15px;
    }

    .pAbout_dataBox {
        height: auto;
    }

    .pAbout_dataBox h3 {
        height: auto;
        overflow: visible;
    }

    .pAbout_dataBox h3 span {
        font-size: 18px;
    }

    .pAbout_dataBox h3 p {
        width: auto;
        font-size: 15px;
    }

    .pAbout_dataBox p {
        font-size: 15px;
    }

    .page_search {
        display: flex;
        flex-direction: column;
    }

    .pagesearch_top {
        order: 2;
    }

    .search_result {
        order: 1;
        padding: 0 0 20px;
    }
    
    
    
    .iframe_3i {
        margin-top: 0px;
    }
    
    .pAboutBanner .p10_video_title{
        top: 0;
        height: 100%;
    }
    
    .pAbout_desT{
        margin-top: 0;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .bannerImg .bannerImg1 {
        display: none !important;
    }

    .bannerImg .bannerImg2 {
        display: block !important;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        padding: 0 20px;
        display: block;
    }

    .navbar-brand img {
        max-width: 150px !important;
    }

    .navbar-toggler {
        background-color: #8521BF;
    }

    .bg-dark {
        background-color: #fff !important;
        border-bottom: 1px solid #eee;
    }

    .bannercontent {
        margin-top: 66px;
    }

    .bannercontent .bannerDes {
        position: absolute;
        bottom: 8%;
        top: auto;
        left: 5%;
        right: 5%;
        width: 90%;
    }

    .bannercontent .bannerDesbtn span {
        padding: 8px 20px;
    }

    .proHead {
        flex-direction: column;
    }

    .proHead_btn {
        display: none;
    }

    .proHead_btn.proHead_showM {
        display: block;
    }

    .proHead_left {
        padding-top: 5px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .proHead_showM a {
        margin-left: 0;
        padding: 6px 16px;
        font-size: 16px;
    }

    .proHead_nav {
        width: 100%;
    }

    .proHead_nav ul {
        gap: 22px;
        width: 100%;
    }

    .proHead_nav ul a {
        padding: 5px 0;
    }

    .p10_overview {
        padding: 50px 0;
    }

    .p10_overview p {
        font-size: 24px;
    }

    .p10_indexVideo,
    .p10_highlights,
    .p10_use,
    .p10_property,
    .p10_size,
    .p10_contain,
    .p10_photo,
    .p10_support,
    .p10_compare,
    .p10_comment,
    .g10_clean,
    .g10_precise,
    .g10_control {
        padding: 50px 0;
        overflow: hidden;
    }

    .p10_indexVideo .indextitle,
    .p10_titleh4 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .p10_indexVideo .indexVideo_bot {
        padding: 20px;
    }

    .p10_indexVideo .ivideoSwiper .swiper-slide {
        background-color: #f1f1f1;
    }

    .p10_highlights_box {
        margin-bottom: 30px;
    }

    .p10_contain .container {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }

    .p10_video video.p10_videoP,
    .p10_video iframe.p10_videoP {
        display: none;
    }

    .p10_video video.p10_videoM,
    .p10_video iframe.p10_videoM {
        display: block;
    }

    .p10_video_title h2 {
        font-size: 32px;
        word-wrap: break-word;
    }

    .p10_advImgP {
        display: none;
    }

    .p10_advImgM {
        display: block;
    }

    .p10_advbg {
        position: relative;
    }

    .p10_advbg::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .p10Adv {
        padding: 60px 0;
    }

    .p10_adv_main {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .p10Adv .container {
        height: 100%;
    }

    .p10_advBox h4 {
        text-align: center;
    }

    .p10_advBox h4 span {
        font-size: 28px;
        word-break: break-all;
    }

    .p10_advBox p {
        word-break: break-all;
        font-size: 18px;
        text-align: center;
    }

    .p10_mobile {
        display: block;
    }

    .p10_pc {
        display: none;
    }

    .p10_carpet {
        padding: 50px 0;
    }

    .p10Carpet_Img {
        border-radius: 8px;
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 56%;
    }

    .p10Carpet_Img img {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
    }

    .p10Carpet_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p10Carpet_box p {
        text-align: center;
        font-size: 18px;
        margin-top: 12px;
        color: #fff;
    }

    .p10CarpetSwiper,
    .g10CarpetSwiper {
        padding-bottom: 40px;
    }

    .p10CarpetSwiper .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.7);
    }

    .g10CarpetSwiper .swiper-pagination-bullet {
        background: #6f6c6c;
    }

    .p10CarpetSwiper .swiper-pagination-bullet-active,
    .g10CarpetSwiper .swiper-pagination-bullet-active {
        background-color: #8523BF;
        width: 32px;
        border-radius: 15px;
        transition: all ease 0.3s;
    }

    .p10_set_bot {
        padding: 30px 0 50px;
    }

    .p10_set_main {
        gap: 24px;
        justify-content: center;
    }

    .p10_set_box {
        width: calc(calc(100% / 3) - calc(calc(24px * 2) / 3));
    }

    .p10_set_box p {
        margin-top: 20px;
        word-break: break-all;
    }

    .p10_auto {
        padding: 50px 0;
    }

    .p10_autoBox_bot p {
        margin-top: 14px;
        margin-bottom: 6px;
    }

    .p10Auto_video {
        border-radius: 8px;
    }

    .p10Auto_video video {
        width: 100%;
        border-radius: 8px;
    }

    .p10AutoSwiper,
    .p10AiSwiper,
    .p10PropertySwiper,
    .g10AiSwiper,
    .g10PropertySwiper {
        padding-bottom: 50px;
    }

    .p10AutoSwiper .swiper-pagination-bullet,
    .g10CarpetSwiper {
        background: rgba(255, 255, 255, 0.7);
    }

    .p10AutoSwiper .swiper-pagination-bullet-active,
    .p10AiSwiper .swiper-pagination-bullet-active,
    .p10PropertySwiper .swiper-pagination-bullet-active,
    .g10AiSwiper .swiper-pagination-bullet-active,
    .g10PropertySwiper .swiper-pagination-bullet-active {
        background-color: #8523BF;
        width: 32px;
        border-radius: 15px;
        transition: all ease 0.3s;
    }

    .p10_design {
        padding: 50px 0 40px;
    }

    .p10_design_box p {
        margin-top: 15px;
    }

    .p10_design_box {
        padding-bottom: 30px;
    }

    .p10_scan {
        padding: 70px 0 50px;
    }

    .p10_scanImg {
        padding-top: 114%;
    }

    .p10_titleBox h4 {
        font-size: 32px;
        word-wrap: break-word;
    }

    .p10_pDes {
        bottom: auto;
        height: auto;
    }

    .p10_pDes .p10_titleBox {
        margin-top: 50px;
    }

    .p10_ai_titleH2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .p10_ai {
        padding: 50px 0 40px;
    }

    .p10Ai_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p10Ai_Img {
        border-radius: 8px;
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 125%;
    }

    .g10Ai_Img {
        border-radius: 8px;
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 112%;
    }

    .p10Ai_Img img,
    .g10Ai_Img video {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
    }

    .p10Ai_box p {
        text-align: center;
        margin-top: 12px;
        color: #333;
    }

    .p10_routeDes {
        padding-top: 40px;
    }

    .p10_route .p10_video_title h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }



    .p10_control {
        position: relative;
        background: #EEE;
        display: flex;
        flex-direction: column;

    }

    .p10_controlImg {
        order: 2;
    }

    .p10_controlDes {
        position: relative;
        order: 1;
        left: 5%;
        width: 90%;
        padding: 60px 0;
        justify-content: flex-start;
    }

    .p10_controlDes h2 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 20px;

    }

    .p10_propertyL {
        overflow-x: auto;
        flex-direction: row;
        padding: 0;
        gap: 24px;
    }

    .p10_propertyBox {
        padding: 20px 10px !important;
        flex-shrink: 0;
        width: 100%;
    }

    .p10_propertyBox ul {
        flex-direction: column;
    }

    .p10PropertySwiper .swiper-slide,
    .g10PropertySwiper .swiper-slide {
        height: auto;
    }

    .p10_propertyBox {
        margin-bottom: 0 !important;
        height: 100%;
    }

    .p10_propertyBox h3 {
        text-align: center;
    }

    .p10_propertyBox li {
        width: 100% !important;
        flex-direction: row;
        margin-bottom: 15px;
    }

    .p10_propertyBox li p {
        margin-top: 0;
        word-break: break-all;
        padding-left: 10px;
        text-align-last: left;
        flex: 0 70%;
    }

    .p10_propertyBox li>div {
        width: 48px;
        height: 46px;
        flex: 0 30%;
    }

    .p10PropertySwiper,
    .g10PropertySwiper {
        margin-bottom: 30px;
    }



    .p10_use_box {
        margin-bottom: 35px !important;
    }

    .p10_use_box:nth-last-child(1) {
        margin-bottom: 0 !important;
    }

    .p10_voiceDes {
        bottom: auto;
        width: 100%;
        height: auto;
        padding: 80px 30px;
    }

    .p10_voiceDes img {
        margin-top: 35px;
        width: 50%;
    }

    .p10_privacy .p10_voiceDes {
        padding: 80px 30px;
    }

    .p10_privacy .p10_voiceDes img {
        margin-top: 50px;
    }

    .p10_voicetop p {
        font-size: 18px;
        margin-bottom: 25px;
    }


    .p10_sizeLeft {
        padding-top: 0;
        padding-left: 0;
    }

    .p10_sizeLeft {
        padding-bottom: 30px;
    }



    .p10_containBox1 {
        padding-bottom: 30px;
    }


    .p10_supportH2 {
        font-size: 27px;
        margin-bottom: 35px;
    }

    .p10_supportBox {
        display: flex;
        align-items: center;
    }

    .p10_supportBox p {
        border-left: none;
        border-top: 3px solid #D9D9D9;
        line-height: 40px;
        font-size: 18px;
        padding: 5px 0 0;
        margin-right: 4px;
        font-weight: bold;
    }

    .p10_supportBox p:nth-last-child(1) {
        margin-right: 0;
    }

    .p10_supportBox p.active {
        font-size: 18px;
        border-left: none;
        border-top: 3px solid #8523BF;
    }


    .p10_support {
        padding: 70px 0 120px;
    }

    .p10_supportBox {
        margin-bottom: 35px;
    }

    .p10_sPdf li {
        padding: 15px 0;
    }

    .p10_sPdf li span {
        font-size: 16px;
    }

    .p10_comment .p10_supportH2 {
        margin-bottom: 25px;
    }

    .p10_mstart .p10_video_title {
        justify-content: start;
        padding-top: 60px;
    }

    .p10_comment ul li {
        margin-bottom: 6 px;
        font-size: 15px;
        color: #333;
    }

    .p10_compare_img img {
        width: 48px;
    }

    .p10_compare_header .p10_compare_values {
        padding: 8px 10px;
    }

    .p10_com_title {
        font-size: 16px;
    }

    .p10_compare_btn {
        font-size: 12px;
        margin-top: 4px;
        padding: 4px 8px;
    }

    .g10_clean .p10_scanImg {
        padding-top: 40%;
    }

    .g10_p .p10_titleBox {
        width: 100%;
    }

    .g10_carpet .p10Carpet_box p {
        color: #111;
    }

    .g10TanglesDes {
        width: 100%;
        justify-content: flex-start;
        padding: 50px 20px;
    }

    .p10_compare {
        overflow: visible;
    }



    .bannerDes2 h2 {
        font-size: 40px;
    }

    .pageContact {
        display: flex;
        flex-direction: column;
    }

    .pageCon_top {
        order: 2;
    }

    .pageCon_bot {
        padding: 50px 0 20px;
        order: 1;
    }

    .pageCon_botl {
        display: none;
    }

    .pageCon_box {
        gap: 20px;
    }

    .pageCon_box h2 {
        font-size: 28px;
    }

    .pageConDes_p {
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 12px;
        flex-direction: column;
    }

    .pageConDes_p p {
        margin-bottom: 5px;
    }

    .pageCon_botBox:nth-last-child(1) {
        margin-bottom: 0;
    }

    .pageCon_foot {
        padding: 50px 0;
    }

    .pageCon_foot h2 {
        padding-left: 2%;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .pageCon_fleft {
        order: 2;
    }

    .pageCon_fright {
        order: 1;
    }

    .pageCon_flImg {
        display: none;
    }

    .pageCon_frmain {
        flex-direction: column;
        padding: 0 2%;
        align-items: flex-start;
    }

    .pageCon_frBox {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .pageCon_frImg {
        flex: 0;
    }

    .pageCon_frImg img {
        width: 100%;
        height: 35px;
    }

    .pageCon_frBox h5 {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 12px;
    }

    .pageCon_fl {
        gap: 16px;
        padding-top: 40px;
    }

    .pageConDes_p span {
        text-align: left;
    }

    .pAboutBanner {
        margin-top: 66px;
    }

    .pA_videoBtn .cw {
        width: 60px;
        height: 60px;
    }

    .pA_videoBtn .bo::after {
        width: 60px;
        height: 60px;
    }

    .pA_videoBtn .cw i {
        font-size: 16px;
    }

    .pAbout_Award {
        padding: 50px 0;
    }

    .pAbout_Title h2 {
        font-size: 32px;
    }

    .aAwardSwiper {
        width: 100%;
    }

    .pAbout_Title {
        margin-bottom: 35px;
    }

    .pAbout_data {
        padding: 50px 0;
    }

    .pAbout_dataBox {
        height: 100%;
    }

    .pAbout_dataBox h3 span {
        font-size: 30px;
    }

    .pAbout_dataBox h3 {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .pAbout_dataBox p {
        font-size: 18px;
    }

    .pAbout_dataMain>div {
        margin-bottom: 20px !important;
    }

    .pAbout_history {
        padding: 50px 0 150px;
    }

    .pAhisSwiper .swiper-button-next,
    .pAhisSwiper .swiper-button-prev {
        display: flex;
    }

    .pAbout_hisBox h4 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .pAbout_hisBox p {
        font-size: 18px;
    }

    .pAhisSwiper {
        padding-bottom: 80px;
    }

    .pAhisSwiper .swiper-button-next {
        right: 0;
        left: auto;
    }

    .pAhisSwiper .swiper-button-prev {
        right: 60px;
        left: auto;
    }



    .page_policy {
        display: flex;
        flex-direction: column;
    }

    .pagePolicy_top {
        order: 2;
    }

    .pagePolicy_bot {
        order: 1;
        padding: 0 0 40px;
    }

    .pagePolicy_main {
        padding-left: 0;
        padding-top: 45px;
    }

    .page_policy .pageCon_botl {
        border: none;
        display: flex;
        width: 100%;
        overflow-x: auto;
        width: calc(100vw- var(--bs-gutter-x) * 3);
        margin-inline: -calc(var(--bs-gutter-x) * 1.5);
        padding-inline: 10px;
        background-color: #f3f4f5;
        position: relative;
        z-index: 1;
    }

    .page_policy .pageCon_botl p,
    .page_policy .pageCon_botl a {
        border: none;
        flex-shrink: 0;
        white-space: nowrap;
        margin: 0 10px;
        padding: 16px 32px;
        background-color: transparent;
    }

    .page_policy .pageCon_botl .active {
        color: #8523bf;
        border-left: 0;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .pagePolicy_bot {
        position: relative;
    }

    .pagePolicy_bot::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 59px;
        background-color: #f3f4f5;
        z-index: 0;
    }

    .bannerPolicy .bannerImg1 {
        display: block !important;
    }

    .bannercontent .bannerDes2 h2 {
        font-size: 24px;
    }



    .pagePolicy_top {
        order: 2;
        background-color: #f3f4f5;
    }

    .pagePolicy_bot {
        order: 1;
        padding: 0 0 40px;
    }

    .pagePolicy_main {
        padding-left: 0;
        padding-top: 40px;
        padding: 40px 14px 0;
    }

    .pagePolicy_top .bread_crumb_main {
        padding-left: 14px;
        padding-right: 14px;
    }

    .pagePolicy_top .bread_crumbs {
        flex-wrap: nowrap;
    }

    .pagePolicy_top .bread_crumbs a:nth-child(1) {
        min-width: fit-content;
    }

    .pagePolicy_top .bread_crumbs a,
    .pagePolicy_top .bread_crumbs span {
        font-size: 12px;
    }

    .page_policy .pageCon_botl {
        scroll-behavior: smooth;
        /* gap: 5px; */
        border: none;
        display: flex;
        width: 100%;
        overflow-x: auto;
        width: calc(100vw- var(--bs-gutter-x) * 3);
        margin-inline: -calc(var(--bs-gutter-x) * 1.5);
        padding-inline: 0;
        background-color: #f3f4f5;
        position: relative;
        z-index: 1;
    }

    .page_policy .pageCon_botl p,
    .page_policy .pageCon_botl a {
        border: none;
        flex-shrink: 0;
        white-space: nowrap;
        margin: 0 10px;
        padding: 14px 15px;
        background-color: transparent;
        transition: all 0.3s ease;
    }

    .page_policy .pageCon_botl .active {
        color: #8523bf;
        border-left: 0;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .pagePolicy_main h2 {
        font-weight: bold;
        font-size: 16px;
    }

    .pagePolicy_box h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .pagePolicy_main p {
        font-size: 12px;
    }

    .pagePolicy_bot {
        position: relative;
    }

    .pagePolicy_bot::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 55px;
        background-color: #f3f4f5;
        z-index: 0;
    }

    .pagePolicy_box {
        margin-top: 15px;
    }

    .pageOrder_box {
        margin-top: 15px;
    }

    .pageOrder_box a {
        font-size: 12px;
    }

    .page_parts {
        display: flex;
        flex-direction: column;
    }

    .pageParts_top {
        order: 2;
    }

    .pageParts_bot {
        order: 1;
    }

    .pageParts_main {
        padding: 40px 0;
    }

    .parts_mbotl,
    .parts_mtop {
        display: none;
    }

    .parts_mbotl_mobile {
        display: block;
    }

    .partsMobile_filter {
        padding: 10px 30px;
        border-radius: 10px;
        background-color: #F3F4F5;
    }

    .partsbotlM_one {
        display: flex;
        align-items: center;
    }

    .partsbotlM_one img {
        width: 28px;
        height: auto;
        object-fit: cover;
        margin-right: 10px;
    }

    .partsbotlM_one p {
        font-weight: bold;
        font-size: 16px;
    }

    .pagePart_des .proHead_btn {
        display: block;
    }

    .partsMobile_filter .accordion-item:nth-last-child(1) {
        border-bottom: none;
    }

    .partsMobile_filter .accordion-item:nth-last-child(1)>div>.accordion-body {
        padding-bottom: 0;
    }

    .parts_mbot {
        margin-top: 15px;
    }

    .parts_mbot .pagePart_left {
        padding-bottom: 30px;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .parts_tagslist_Mobile {
        margin-top: 30px;
    }

    .parts_tag {
        padding: 14px 20px;
        font-size: 18px;
    }

    .pagelist {
        margin-bottom: 15px;
    }

    .pagelist a {
        line-height: 40px;
        padding: 0 15px;
    }

    .pagelist span {
        line-height: 30px;
        font-size: 18px;
    }

    .pageParts_faq {
        padding: 60px 0;
    }

    .partsFaq_main {
        width: 100%;
        padding: 20px 20px;
    }

    .partsFaq_main .accordion-button {
        font-size: 18px;
        padding: 18px 0;
    }


    .page_comp {
        display: flex;
        flex-direction: column;
    }

    .page_compTop {
        order: 2;
    }

    .page_compBot {
        order: 1;
        padding: 50px 0;
    }

    .page_compMain .p10_compare_header {
        top: 66px;
        display: flex;
        overflow-x: auto;
        transition: all ease 0.3s;
    }

    .page_compMain .p10_compare_info {
        display: flex;
    }

    .compare_sortMain {
        overflow-x: auto;
        transition: all ease 0.3s;
    }

    .page_compMain .p10_compare_values {
        width: 50%;
        flex-shrink: 0;
    }

    .compareSort_title {
        width: 150%;

        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .page_compMain .compare_sort .compareSort_title .p10_comp_title {
        display: block;
        /* width: 50%; */
        position: sticky;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .compareSort_title .p10_com_titlezhi {
        font-size: 16px;
        font-weight: normal;
        padding: 16px;
    }

    .compare_sortMain .compareSort_title>div {
        border-top: none;
    }

    .compareSort_title {
        border-top: 1px solid #BEC1C7;
        padding-top: 0;
    }

    .compare_sortMain .compare_sort .compareSort_title>div:nth-last-child(1) {
        display: none !important;
    }

    .compare_sortMain .compare_sort:nth-child(1) .compareSort_title {
        border-top: none;
    }

    .page_compMain .compare_sortMain .compareSort_title .p10_com_titlezhi {
        padding: 16px;
        font-size: 18px;
    }

    .compareSort_title .p10_compare_values {
        display: none;
    }

    .page_compMain .p10_compare_info.collapsed {
        position: relative;
    }

    .page_compMain .p10_compare_info .p10_comp_title {
        display: block;
        position: sticky;
        top: 10px;
        left: 15px;
        padding: 0;
        padding-top: 10px;
        background-color: transparent;
        border-top: none;
        width: 0;
        /* width: 50%;
        flex-shrink: 0; */
    }

    .compare_sortMain .compareSort_title .p10_comp_title {
        width: auto;
        padding-top: 0;
    }

    .page_compMain .p10_compare_info .p10_comp_title .p10_com_titlezhi {
        padding-right: 15px;
        width: calc(50vw - 14px);
    }

    .page_compMain .p10_compare_info .p10_comp_title+.p10_compare_values {
        /* margin-left: -50%; */
    }

    .page_compMain .p10_compare_value.p10_com_provalue {
        padding: 40px 20px 20px;
    }

    .page_compMain .p10_comp_title .p10_com_titlezhi {
        padding: 0;
        background: transparent;
        font-weight: normal;
        font-size: 14px;
    }

    .page_compMain .p10_compare_info>div {
        background-color: transparent;
    }




    .page_proList {
        display: flex;
        flex-direction: column;
    }

    .page_proList_top {
        order: 2;
    }

    .page_proList_bot {
        order: 1;
    }

    .proList_btn {
        flex-wrap: wrap;
    }

    .proList_botT {
        padding: 30px 0 40px
    }

    .proList_botM {
        padding-bottom: 60px;
    }



    .gallery {
        margin-bottom: 20px;
    }

    .partShow_box {
        margin: 0;
    }

    .page_partShow {
        padding: 40px 0;
        margin-top: 67px;
    }

    .zoom-icon {
        position: absolute;
        top: 15px;
        bottom: auto;
        right: 25px;
    }

    .partShow_des h2 {
        font-size: 24px;
    }

    .partShow_desBox p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .partShow_comment {
        padding: 50px 0 0;
        width: 100%;
    }

    .partShow_comment .row>div {
        margin-bottom: 20px;
    }

    .partShow_des ul,
    .partShow_des ol {
        padding-left: 30px;
    }

    .partShow_des li {
        font-size: 18px;
    }

    .page_newsList {
        display: flex;
        flex-direction: column;
    }

    .page_newsListTop {
        order: 2;
    }

    .page_newsListBot {
        order: 1;
    }

    .page_newsListBot .pageCon_botl {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .newsList_topl {
        height: 600px;
        margin-bottom: 30px;
    }

    .newsList_main {
        padding-bottom: 60px;
    }

    .newsList_toplDes p {
        -webkit-line-clamp: 2;
    }

    .page_newsListBot .pageCon_botl a {
        font-size: 16px;
        padding: 12px 10px;
    }

    .newsList_toprDes {
        gap: 8px;
    }

    .newsList_toprDes h4 {
        font-size: 16px;
    }

    .newsList_toprDes p {
        -webkit-line-clamp: 1;
    }

    .newsList_botBox .newsList_date {
        margin-top: 14px;
    }

    .newsList_main .pagelist {
        margin-top: 10px;
    }




    .newsShow_banner {
        margin-top: 67px;
    }

    .newsShow_pc {
        display: none;
    }

    .newsShow_mobile {
        display: block;
    }

    .banner_ncont {
        position: relative;
        order: 1;
    }

    .banner_nshow {
        display: flex;
        flex-direction: column;
    }

    .banner_nImg {
        order: 2;
        margin: 0 5%;
        border-radius: 15px;
    }

    .banner_nImg img {
        border-radius: 15px;
    }

    .banner_nDes {
        display: flex;
        align-items: center;
        padding: 30px 5%;
    }

    .banner_nDes h2 {
        font-size: 28px;
        color: #111;
        text-align: center;
        word-wrap: break-word;
        word-break: break-all;
        margin-bottom: 20px;
    }

    .banner_nDesbox p i,
    .banner_nDesbox p span {
        color: #000;
    }

    .banner_nDesbox {
        margin-bottom: 0;
    }

    .page_newsShow {
        display: flex;
        flex-direction: column;
    }

    .page_newsShowTop {
        order: 2;
    }

    .page_newsShowMain {
        order: 1;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .newsShow_rmain {
        padding-left: 0;
        display: flex;
        justify-content: space-between;
    }

    .pagePart_box {
        width: 48%;
    }

    .newsShow_right {
        margin-top: 30px;
    }

    .proList_btn a:nth-child(1),
    .proList_btn a:nth-child(2) {
        padding: 8px 20px;
    }

    .newsShow_rmain .proList_btn {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .newsShow_tool {
        margin-top: 20px;
    }

    .newsShow_tags {
        margin-bottom: 20px;
    }

    .newsShow_media {
        gap: 10px;
        flex-wrap: wrap;
    }

    .newsShow_fanye {
        margin-top: 40px;
    }

    .newsShow_fanyeL,
    .newsShow_fanyeR {
        gap: 10px;
    }

    .page_guide {
        padding: 60px 0;
    }

    .page_guide .row>div:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .guideDes h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 14px;
    }

    .guideLink {
        margin-top: 15px;
    }

    .pAbout_dataBox {
        height: auto;
    }

    .pAbout_dataBox h3 {
        font-size: 32px;
        height: auto;
        overflow: visible;
    }

    .pAbout_dataBox h3 span {
        font-size: 32px;
    }

    .pAbout_dataBox h3 p {
        font-size: 18px;
    }

    .pAbout_dataBox p {
        font-size: 16px;
    }

    .newsList_toprImg {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newsList_toprImg img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: all ease 1.5s;
        border-radius: 15px;
    }

    .page_search {
        display: flex;
        flex-direction: column;
    }

    .pagesearch_top {
        order: 2;
    }

    .search_result {
        order: 1;
        padding: 0 0 30px;
    }
    
    
    
    
    
    
    .iframe_3i {
        margin-top: 0px;
    }
    
    .pAboutBanner .p10_video_title{
        top: 0;
        height: 100%;
    }
    
    .pAbout_desT{
        margin-top: 0;
    }
}

@media (min-width:768px) and (max-width:992px) {

    .container,
    .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 1.5);
        padding-left: calc(var(--bs-gutter-x) * 1.5);
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        padding: 0 20px;
        display: block;
    }

    .navbar-brand img {
        max-width: 200px !important;
    }

    .navbar-toggler {
        background-color: #8521BF;
    }

    .bg-dark {
        background-color: #fff !important;
        border-bottom: 1px solid #eee;
    }

    .bannercontent {
        margin-top: 65px !important;
    }

    .bannercontent .bannerDes {
        position: absolute;
        top: 25%;
        left: 6%;
        width: 400px;
    }

    .p10_indexVideo,
    .p10_highlights,
    .p10_use,
    .p10_property,
    .p10_size,
    .p10_contain,
    .p10_photo,
    .p10_support,
    .p10_compare,
    .p10_comment,
    .p10_carpet,
    .p10_auto,
    .p10_design,
    .p10_scan,
    .g10_clean,
    .g10_precise,
    .g10_control,
    .p10_ai {
        padding: 80px 0;
    }

    .p10_overview {
        padding: 70px 0;
    }

    .p10_overview p {
        font-size: 30px;
    }

    .p10Adv {
        padding: 40px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p10_carpet_option p.active {
        font-size: 16px;
    }

    .p10_adv .p10_titleBox {
        margin-bottom: 12px;
    }

    .p10Adv .p10_titleBox h4 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .p10Adv .p10_titleBox p {
        font-size: 17px;
    }

    .p10_advBox p {
        font-size: 18px;
        line-height: 1.3;
    }

    .p10_adv .container {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }

    .p10_adv_main {
        width: 55%;
    }

    .p10_advBox h4 span {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .p10_set_bot {
        padding: 20px 0 50px;
    }

    .p10_set_box {
        width: calc(calc(100% / 4) - calc(calc(24px * 3) / 4));
        padding-bottom: 30px;
    }

    .p10_auto_box {
        padding-bottom: 20px;
    }

    .p10_pDes {
        width: 50%;
    }

    .p10_video_title {
        padding-left: 100px;
        padding-right: 100px;
    }

    .p10_video_title h2 {
        font-size: 38px;
    }

    .p10_p .p10_titleBox h4 {
        font-size: 30px;
    }

    .p10_ai_titleH2 {
        font-size: 30px;
        margin-bottom: 32px;
    }

    .p10_controlImg .p10_pc {
        display: none;
    }

    .p10_controlImg .p10_mobile {
        display: block;
    }

    .p10_highlights_box:hover p {
        padding-left: 0;
    }

    .p10_control {
        position: relative;
        background: #EEE;
        display: flex;
        flex-direction: column;

    }

    .p10_controlImg {
        order: 2;
    }

    .p10_controlDes {
        position: relative;
        order: 1;
        left: 7%;
        width: 86%;
        padding: 70px 0;
        justify-content: flex-start;
    }

    .p10_controlBox h4 {
        font-weight: bold;
        font-size: 22px;
    }

    .p10_controlUl li {
        font-size: 16px;
        margin-top: 10px;
    }

    .p10_controlBox {
        margin-bottom: 30px;
    }

    .p10_propertyR {
        padding-left: 0;
    }

    .p10_propertyBox li p {
        word-break: break-all;
    }

    .p10_voiceDes {
        padding: 25px 30px 25px 40px;
    }

    .p10_voiceDes img {
        width: 80%;
    }

    .p10_privacy .p10_voiceDes {
        padding: 30px 40px;
        width: 60%;
    }

    .p10_sizeLeft {
        padding-top: 0;
        padding-left: 0;
    }

    .p10_voicetop h2 {
        font-size: 28px;
    }

    .p10_privacy .p10_voiceDes img {
        width: 150px;
    }

    .p10_containDes h4 {
        font-size: 18px;
    }

    .p10_compare_value.p10_compare_pImg {
        gap: 10px;
    }

    .p10_compare_img img {
        width: 58px;
    }

    .p10_compare_header .p10_compare_values {
        padding: 8px 10px;
    }

    .p10_com_title {
        font-size: 16px;
    }

    .p10_compare_btn {
        font-size: 12px;
        margin-top: 4px;
        padding: 4px 8px;
    }

    .p10_support {
        padding: 100px 0;
    }

    .p10_supportH2 {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .bannerQ10 .bannerDes {
        right: 3%;
        left: auto;
    }

    .g10TanglesDes .p10_titleBox {
        margin-bottom: 5px;
    }

    .g10TanglesDes .p10_titleBox h4 {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .g10TanglesDes .p10_titleBox p {
        font-size: 16px;
        line-height: 1.3;
    }

    .g10_tangle_Box p {
        font-size: 14px;
        margin-top: 10px;
    }

    .g10TanglesDes .row {
        width: 90%;
    }

    .g10_p .p10_titleBox {
        width: 100%;
    }

    .g10_privacy .p10_voiceDes {
        padding: 25px 50px;
        width: 62%;
    }

    .g10_zipMain .container {
        padding: 80px 60px 70px;
    }

    .g10TanglesDes {
        width: 48%;
        right: 2%;
    }

    .g10_privacy .p10_voicetop h2 {
        font-size: 26px;
    }


    .bannerDes2 h2 {
        font-size: 36px;
    }

    .pageContact {
        display: flex;
        flex-direction: column;
    }

    .pageCon_top {
        order: 2;
    }

    .pageCon_bot {
        padding: 50px 0 40px;
        order: 1;
    }

    .pageConDes_box span {
        padding: 10px 5px;
    }

    .pageCon_botl {
        display: none;
    }

    .pageCon_box {
        gap: 20px;
    }

    .pageCon_box h2 {
        font-size: 28px;
    }

    .pageConDes_p {
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 12px;
        flex-direction: column;
    }

    .pageConDes_p p {
        margin-bottom: 5px;
    }

    .pageCon_botBox:nth-last-child(1) {
        margin-bottom: 0;
    }

    .pageCon_foot {
        padding: 50px 0;
    }

    .pageCon_foot h2 {
        padding-left: 2%;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .pageCon_frmain {
        flex-direction: column;
        padding: 0 2%;
        align-items: flex-start;
    }

    .pageCon_frBox {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .pageCon_frImg {
        flex: 0;
    }

    .pageCon_frImg img {
        width: 100%;
        height: 35px;
    }

    .pageCon_frBox h5 {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 12px;
    }

    .pageCon_fl {
        gap: 16px;
        padding-top: 40px;
    }

    .pageConDes_p span {
        text-align: left;
    }
    
    .p10_compare_value.p10_com_provalue {
        font-weight: normal;
    }

    .pAboutBanner {
        margin-top: 66px;
    }

    .pAbout_Award {
        padding: 70px 0;
    }

    .aAwardSwiper {
        width: 100%;
    }

    .pAbout_data {
        padding: 70px 0;
    }

    .pAbout_dataBox h3 span {
        font-size: 42px;
    }

    .pAbout_dataBox h3 {
        font-size: 28px;
    }

    .pAbout_history {
        padding: 80px 0 130px;
    }

    .pAhisSwiper .swiper-button-next,
    .pAhisSwiper .swiper-button-prev {
        display: flex;
    }

    .pAbout_hisBox h4 {
        font-size: 30px;
    }

    .pAhisSwiper {
        padding-bottom: 80px;
    }

    .pAhisSwiper .swiper-button-next {
        right: 0;
        left: auto;
    }

    .pAhisSwiper .swiper-button-prev {
        right: 65px;
        left: auto;
    }

    .page_policy {
        display: flex;
        flex-direction: column;
    }

    .pagePolicy_top {
        order: 2;
        background-color: #f3f4f5;
    }

    .pagePolicy_bot {
        order: 1;
        padding: 0 0 50px;
    }

    .pagePolicy_main {
        padding-left: 0;
        padding-top: 45px;
    }

    .page_policy .pageCon_botl {
        border: none;
        display: flex;
        width: 100%;
        overflow-x: auto;
        width: calc(100vw- var(--bs-gutter-x) * 3);
        margin-inline: -calc(var(--bs-gutter-x) * 1.5);
        padding-inline: 10px;
        background-color: #f3f4f5;
        position: relative;
        z-index: 1;
    }

    .page_policy .pageCon_botl p,
    .page_policy .pageCon_botl a {
        border: none;
        flex-shrink: 0;
        white-space: nowrap;
        margin: 0 10px;
        padding: 16px 32px;
        background-color: transparent;
    }

    .page_policy .pageCon_botl .active {
        color: #8523bf;
        border-left: 0;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .pagePolicy_bot {
        position: relative;
    }

    .pagePolicy_bot::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 59px;
        background-color: #f3f4f5;
        z-index: 0;
    }

    .page_parts {
        display: flex;
        flex-direction: column;
    }

    .pageParts_top {
        order: 2;
    }

    .pageParts_bot {
        order: 1;
    }

    .pageParts_main {
        padding: 50px 0;
    }

    .parts_mbotl,
    .parts_mtop {
        display: none;
    }

    .parts_mbotl_mobile {
        display: block;
    }

    .partsMobile_filter {
        padding: 10px 30px;
        border-radius: 10px;
        background-color: #F3F4F5;
    }

    .partsbotlM_one {
        display: flex;
        align-items: center;
    }

    .partsbotlM_one img {
        width: 28px;
        height: auto;
        object-fit: cover;
        margin-right: 10px;
    }

    .partsbotlM_one p {
        font-weight: bold;
        font-size: 16px;
    }

    .pagePart_des .proHead_btn {
        display: block;
    }

    .partsMobile_filter .accordion-item:nth-last-child(1) {
        border-bottom: none;
    }

    .partsMobile_filter .accordion-item:nth-last-child(1)>div>.accordion-body {
        padding-bottom: 0;
    }

    .parts_mbot {
        margin-top: 15px;
    }

    .parts_mbot .pagePart_left {
        padding-bottom: 30px;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .parts_tagslist_Mobile {
        margin-top: 30px;
    }

    .pageParts_faq {
        padding: 80px 0;
    }

    .partsFaq_main {
        width: 100%;
        padding: 30px 40px;
    }


    .page_comp {
        display: flex;
        flex-direction: column;
    }

    .page_compTop {
        order: 2;
    }

    .page_compBot {
        order: 1;
        padding: 60px 0;
    }

    .page_compMain .p10_compare_header {
        top: 66px;
        display: flex;
        overflow-x: auto;
        transition: all ease 0.3s;
    }

    .page_compMain .p10_compare_info {
        display: flex;
    }

    .compare_sortMain {
        overflow-x: auto;
        transition: all ease 0.3s;
    }

    .page_compMain .p10_compare_values {
        width: 50%;
        flex-shrink: 0;
    }

    .compareSort_title {
        width: 150%;

        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .compare_sort .compareSort_title .p10_comp_title {
        display: block;
        /* width: 50%; */
        position: sticky;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .compareSort_title .p10_com_titlezhi {
        font-size: 16px;
        font-weight: normal;
        padding: 16px;
    }

    .compare_sortMain .compareSort_title>div {
        border-top: none;
    }

    .compareSort_title {
        border-top: 1px solid #BEC1C7;
        padding-top: 0;
    }

    .compare_sortMain .compare_sort .compareSort_title>div:nth-last-child(1) {
        display: none !important;
    }

    .compare_sortMain .compare_sort:nth-child(1) .compareSort_title {
        border-top: none;
    }

    .compare_sortMain .compareSort_title .p10_com_titlezhi {
        padding: 16px;
        font-size: 18px;
    }

    .compareSort_title .p10_compare_values {
        display: none;
    }

    .page_compMain .p10_compare_info.collapsed {
        position: relative;
    }

    .p10_compare_info .p10_comp_title {
        display: block;
        position: sticky;
        top: 10px;
        left: 15px;
        padding: 0;
        padding-top: 10px;
        background-color: transparent;
        border-top: none;
        width: 0;
        /* width: 50%;
        flex-shrink: 0; */
    }

    .compare_sortMain .compareSort_title .p10_comp_title {
        width: auto;
        padding-top: 0;
    }

    .p10_compare_info .p10_comp_title .p10_com_titlezhi {
        padding-right: 15px;
        width: calc(47vw - 14px);
    }

    .p10_compare_info .p10_comp_title+.p10_compare_values {
        /* margin-left: -50%; */
    }

    .p10_compare_value.p10_com_provalue {
        padding: 40px 20px 20px;
    }

    .p10_comp_title .p10_com_titlezhi {
        padding: 0;
        background: transparent;
        font-weight: normal;
        font-size: 14px;
    }

    .page_compMain .p10_compare_info>div {
        background-color: transparent;
    }

    .p10_comment ul li {
        font-size: 15px;
    }


    .page_proList {
        display: flex;
        flex-direction: column;
    }

    .page_proList_top {
        order: 2;
    }

    .page_proList_bot {
        order: 1;
    }

    .proList_btn {
        flex-wrap: wrap;
    }

    .proList_botT {
        padding: 30px 0 40px
    }

    .proList_botM {
        padding-bottom: 80px;
    }


    .gallery {
        margin-bottom: 20px;
    }

    .partShow_box {
        margin: 0;
    }

    .page_partShow {
        padding: 40px 0;
        margin-top: 67px;
    }

    .zoom-icon {
        position: absolute;
        top: 15px;
        bottom: auto;
        right: 25px;
    }

    .partShow_des h2 {
        font-size: 32px;
    }

    .partShow_comment {
        padding: 70px 0 0;
        width: 100%;
    }

    .partShow_comment .row>div {
        margin-bottom: 30px;
    }

    .partShow_des ul,
    .partShow_des ol {
        padding-left: 30px;
    }

    .partShow_des li {
        font-size: 18px;
    }

    .page_newsList {
        display: flex;
        flex-direction: column;
    }

    .page_newsListTop {
        order: 2;
    }

    .page_newsListBot {
        order: 1;
    }

    .page_newsListBot .pageCon_botl {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .newsList_topl {
        height: auto;
        margin-bottom: 30px;
    }

    .newsList_main {
        padding-bottom: 70px;
    }


    .newsList_main .pagelist {
        margin-top: 10px;
    }




    .newsShow_banner {
        margin-top: 67px;
    }

    .banner_ncont {
        position: relative;
        order: 1;
    }

    .banner_nshow {
        display: flex;
        flex-direction: column;
    }

    .banner_nImg {
        order: 2;
        margin: 0 5%;
        border-radius: 15px;
    }

    .banner_nImg img {
        border-radius: 15px;
    }

    .banner_nDes {
        display: flex;
        align-items: center;
        padding: 30px 5%;
    }

    .banner_nDes h2 {
        font-size: 30px;
        color: #111;
        text-align: center;
        word-wrap: break-word;
        word-break: break-all;
        margin-bottom: 20px;
    }

    .banner_nDesbox p i,
    .banner_nDesbox p span {
        color: #000;
    }

    .banner_nDesbox {
        margin-bottom: 0;
    }

    .page_newsShow {
        display: flex;
        flex-direction: column;
    }

    .page_newsShowTop {
        order: 2;
    }

    .page_newsShowMain {
        order: 1;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .newsShow_rmain {
        padding-left: 0;
    }

    .pagePart_des {
        padding: 0 10px 16px 10px;
    }

    .proList_btn a:nth-child(1),
    .proList_btn a:nth-child(2) {
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
    }

    .page_guide {
        padding: 60px 0;
    }

    .guideBox {
        flex-direction: column;
    }

    .guideDes {
        padding: 0 2%;
    }

    .guideDes h3 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 14px;
    }

    .guideLink {
        margin-top: 15px;
    }

    .pAbout_dataBox {
        height: auto;
    }

    .pAbout_dataBox h3 {
        font-size: 32px;
        height: auto;
        overflow: visible;
    }

    .pAbout_dataBox h3 span {
        font-size: 34px;
    }

    .pAbout_dataBox h3 p {
        width: auto;
        font-size: 16px;
    }

    .pAbout_dataBox p {
        font-size: 16px;
    }

    /* .newsList_toprImg {
        display: flex;
        align-items: center;
        justify-content: center;
      }

    .newsList_toprImg img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: all ease 1.5s;
        border-radius: 15px;
      } */

    .page_search {
        display: flex;
        flex-direction: column;
    }

    .pagesearch_top {
        order: 2;
    }

    .search_result {
        order: 1;
        padding: 20px 0 40px;
    }
    
    
    
    
    
    .iframe_3i {
        margin-top: -60px;
    }
    
    .pAboutBanner .p10_video_title{
        top: 60px;
        height: calc(100% - 110px);
    }
    
    .pAbout_desT{
        margin-top: -50px;
    }
}

@media (min-width:993px) and (max-width:1200px) {

    .container,
    .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 3);
        padding-left: calc(var(--bs-gutter-x) * 3);
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        padding: 0 20px;
        display: block;
    }

    .navbar-brand img {
        max-width: 200px !important;
    }

    .navbar-toggler {
        background-color: #8521BF;
    }

    .bg-dark {
        background-color: #fff !important;
        border-bottom: 1px solid #eee;
    }

    .bannercontent {
        margin-top: 65px !important;
    }

    .bannercontent .bannerDes {
        position: absolute;
        top: 25%;
        left: 6%;
    }

    .p10_indexVideo,
    .p10_highlights,
    .p10_use,
    .p10_property,
    .p10_size,
    .p10_contain,
    .p10_photo,
    .p10_support,
    .p10_compare,
    .p10_comment,
    .p10_carpet,
    .p10_auto,
    .p10_design,
    .p10_scan,
    .g10_clean,
    .g10_precise,
    .g10_control {
        padding: 90px 0;
    }

    .p10_overview {
        padding: 70px 0;
    }

    .p10_overview p {
        font-size: 30px;
    }

    .p10Adv {
        padding: 60px 10px;
    }

    .p10_adv .p10_titleBox {
        margin-bottom: 40px;
    }

    .p10Adv .container {
        height: 100%;
    }

    .p10_adv_main {
        width: 56%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .p10_advBox h4 span {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .p10_set_top {
        padding: 0 150px;
    }

    .p10_carpet_option p.active {
        font-size: 20px;
    }

    .p10_set_bot {
        padding: 20px 0 50px;
    }

    .p10_set_box {
        width: calc(calc(100% / 4) - calc(calc(24px * 3) / 4));
        padding-bottom: 30px;
    }

    .p10_pDes {
        width: 55%;
    }

    .p10_video_title h2 {
        font-size: 38px;
    }

    .p10_voiceDes img {
        width: 85%;
    }

    .p10_ai_titleH2 {
        font-size: 30px;
        margin-bottom: 32px;
    }

    .p10_controlDes {
        width: 48%;
        padding: 30px 30px 30px 70px;
    }

    .p10_controlBox {
        overflow-y: auto;
    }

    .p10_controlDes h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .p10_controlBox h4 {
        font-size: 16px;
    }

    .p10_controlUl li {
        font-size: 14px;
    }

    .p10_propertyR {
        padding-left: 0;
    }

    .p10_propertyBox li p {
        word-break: break-all;
    }

    .p10_voiceDes {
        padding: 45px 70px;
    }

    .p10_privacy .p10_voiceDes {
        padding: 60px 20px 60px 70px;
        width: 55%;
    }

    .p10_sizeLeft {
        padding-top: 0;
        padding-left: 0;
    }

    .p10_voicetop h2 {
        font-size: 28px;
    }

    .p10_privacy .p10_voiceDes img {
        width: 150px;
    }


    .p10_compare_value.p10_compare_pImg {
        gap: 15px;
    }

    .p10_compare_header .p10_compare_values {
        padding: 8px 10px;
    }

    .p10_com_title {
        font-size: 16px;
    }

    .p10_compare_btn {
        font-size: 12px;
        margin-top: 4px;
        padding: 4px 8px;
    }

    .p10_supportH2 {
        font-size: 27px;
        margin-bottom: 30px;
    }


    .g10_p .p10_titleBox {
        width: 80%;
    }

    .g10TanglesDes .p10_titleBox {
        margin-bottom: 15px;
    }

    .g10TanglesDes .row {
        width: 90%;
    }

    .g10TanglesDes .p10_titleBox h4 {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .g10_tangle_Box p {
        margin-top: 10px;
    }

    .bannerQ10 .bannerDes {
        right: 6%;
        left: auto;
    }

    .p10_video_title {
        padding-left: 120px;
        padding-right: 120px;
    }

    .g10_zipMain .container {
        padding-left: 100px;
        padding-right: 100px;
    }

    .g10TanglesDes {
        width: 46%;
        right: 5%;
    }


    .bannerDes2 h2 {
        font-size: 40px;
    }

    .pageContact {
        display: flex;
        flex-direction: column;
    }

    .pageCon_top {
        order: 2;
    }

    .pageCon_bot {
        padding: 50px 0 40px;
        order: 1;
    }

    .pageConDes_box span {
        padding: 10px 5px;
    }

    .pageCon_botl {
        /* display: none; */
    }

    .pageConDes_p {
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 12px;
        flex-direction: column;
    }

    .pageConDes_p p {
        margin-bottom: 5px;
    }

    .pageCon_botBox:nth-last-child(1) {
        margin-bottom: 0;
    }

    .pageCon_foot {
        padding: 50px 0;
    }

    .pageCon_foot h2 {
        margin-bottom: 30px;
    }

    .pageCon_frmain {
        flex-direction: column;
        padding: 0 2%;
        align-items: flex-start;
    }

    .pageCon_frBox {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .pageCon_frImg {
        flex: 0;
    }

    .pageCon_frImg img {
        width: 100%;
        height: 35px;
    }

    .pageCon_frBox h5 {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 12px;
    }

    .pageCon_fl {
        gap: 20px;
        padding-top: 40px;
    }

    .pageConDes_p span {
        text-align: left;
    }

    .pAboutBanner {
        margin-top: 66px;
    }

    .pAbout_Award {
        padding: 80px 0;
    }

    .aAwardSwiper {
        width: 100%;
    }

    .pAbout_data {
        padding: 80px 0;
    }

    .pAbout_dataBox h3 {
        font-size: 32px;
    }

    .pAbout_history {
        padding: 90px 0 130px;
    }

    .pageParts_faq {
        padding: 90px 0;
    }

    .partsFaq_main {
        width: 100%;
    }

    .proList_btn {
        flex-wrap: wrap;
    }

    .proList_botT {
        padding: 30px 0 60px
    }

    .proList_botM {
        padding-bottom: 80px;
    }



    .page_partShow {
        padding: 70px 0;
        margin-top: 67px;
    }

    .partShow_des h2 {
        font-size: 28px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .partShow_comment {
        padding: 80px 0 0;
        width: 100%;
    }

    .partShow_comment .row>div {
        margin-bottom: 30px;
    }

    .partShow_desBox p {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .partShow_des ul,
    .partShow_des ol {
        padding-left: 30px;
    }

    .partShow_des li {
        font-size: 18px;
    }

    .page_newsListBot .pageCon_botl {
        overflow-x: auto;
    }

    .newsList_main {
        padding-bottom: 80px;
    }


    .newsList_main .pagelist {
        margin-top: 10px;
    }

    .page_newsListBot .pageCon_botl a {
        margin: 0 6px;
        font-size: 15px;
        padding: 14px 10px;
    }


    .newsShow_banner {
        margin-top: 67px;
    }

    .banner_ncont {
        position: relative;
        order: 1;
    }

    .banner_nshow {
        display: flex;
        flex-direction: column;
    }

    .banner_nImg {
        order: 2;
        margin: 0 5%;
        border-radius: 15px;
    }

    .banner_nImg img {
        border-radius: 15px;
    }

    .banner_nDes {
        display: flex;
        align-items: center;
        padding: 30px 5%;
    }

    .banner_nDes h2 {
        font-size: 30px;
        color: #111;
        text-align: center;
        word-wrap: break-word;
        word-break: break-all;
        margin-bottom: 20px;
    }

    .banner_nDesbox p i,
    .banner_nDesbox p span {
        color: #000;
    }

    .banner_nDesbox {
        margin-bottom: 0;
    }

    .page_newsShow {
        display: flex;
        flex-direction: column;
    }

    .page_newsShowTop {
        order: 2;
    }

    .page_newsShowMain {
        order: 1;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .newsShow_rmain {
        padding-left: 0;
    }

    .pagePart_des {
        padding: 0 10px 16px 10px;
    }

    .proList_btn a:nth-child(1),
    .proList_btn a:nth-child(2) {
        display: inline-block;
        padding: 5px 20px;
        font-size: 14px;
    }

    .newsShow_fanye {
        margin-top: 60px;
    }

    .page_guide {
        padding: 70px 0;
    }

    .guideDes h3 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .guideLink {
        margin-top: 15px;
    }

    .pAbout_dataBox {
        height: auto;
    }

    .pAbout_dataBox h3 {
        font-size: 32px;
        height: auto;
        overflow: visible;
    }

    .pAbout_dataBox h3 span {
        font-size: 36px;
    }

    .pAbout_dataBox h3 p {
        width: auto;
        font-size: 16px;
    }

    .pAbout_dataBox p {
        font-size: 16px;
    }

    .page_search {
        display: flex;
        flex-direction: column;
    }

    .pagesearch_top {
        order: 2;
    }

    .search_result {
        order: 1;
        padding: 30px 0 40px;
    }
}

@media (min-width:1201px) and (max-width:1400px) {

    .container,
    .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 3.5);
        padding-left: calc(var(--bs-gutter-x) * 3.5);
    }

    .banner .bannerSwiper {
        max-height: 550px;
    }

    .bannerSwiper .bannerDes {
        top: 32%;
        left: 16%;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        left: 100px;
    }

    .p10_advBox h4 span {
        font-size: 30px;
    }

    .p10_advBox p {
        font-size: 19px;
    }


    .p10_set_top {
        padding: 0 200px;
    }

    .p10_voiceDes,
    .p10_privacy .p10_voiceDes {
        padding: 100px 40px 100px 80px;

    }

    .p10_voiceDes img {
        width: 85%;
    }

    .p10_privacy .p10_voiceDes {
        width: 60%;
    }

    .p10_controlDes h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .p10_controlDes {
        left: 1%;
        width: 47%;
        padding: 0 30px 0 70px;
    }

    .p10_controlDes h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .p10_controlBox {
        padding: 8px 15px;
    }

    .p10_controlBox h4 {
        font-weight: bold;
        font-size: 15px;
        line-height: 1;
    }

    .p10_controlUl li {
        font-size: 14px;
    }

    .p10Adv {
        padding: 100px 0;
    }

    .p10_titleBox {
        margin-bottom: 80px;
    }

    .p10_adv .container {
        height: 100%;

    }

    .p10_adv_main {
        width: 55%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .bannerQ10 .bannerDes {
        right: 10%;
        left: auto;
    }

    .g10TanglesDes .row {
        width: 90%;
    }

    .g10_privacy .p10_voiceDes {
        width: 60%;
    }

    .p10_video_title {
        padding-left: 150px;
        padding-right: 150px;
    }

    .p10_pDes {
        width: 53%;
    }

    .g10_zipMain .container {
        padding-left: 100px;
        padding-right: 100px;
    }

    .g10TanglesDes {
        width: 45%;
        right: 6%;
    }

    .g10TanglesDes .p10_titleBox {
        margin-bottom: 30px;
    }

    .g10_p .p10_titleBox {
        width: 100%;
    }

    .partsFaq_main {
        width: 80%;
    }



    .page_partShow {
        padding: 80px 0;
    }

    .partShow_des h2 {
        font-size: 32px;
    }

    .partShow_comment {
        padding: 90px 0 0;
        width: 100%;
    }

    .partShow_comment .row>div {
        margin-bottom: 30px;
    }

    .partShow_desBox p {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .newsShow_banner .banner_nDes {
        padding: 0 calc(var(--bs-gutter-x) * 3.5);
    }

    .pAbout_dataBox h3 span {
        font-size: 40px;
    }

    .pAbout_dataBox h3 p {
        width: auto;
        font-size: 20px;
    }

    .pAbout_dataBox p {
        font-size: 16px;
    }
}


@media (min-width:1401px) {
    .g10TanglesDes .row {
        width: 95%;
    }

    .p10_set_top {
        padding: 0 360px;
    }
}

@media (min-width:1401px) and (max-width:1640px) {

    .container,
    .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 3.5);
        padding-left: calc(var(--bs-gutter-x) * 3.5);
    }

    .banner .bannerSwiper {
        max-height: 600px;
    }

    .bannerSwiper .bannerDes {
        top: 32%;
        left: 16%;
    }

    .bannerQ10 .bannerDes {
        right: 15%;
        left: auto;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        left: 100px;
    }

    .p10_advBox h4 span {
        font-size: 32px;
    }

    .p10_advBox p {
        font-size: 19px;
    }

    .p10_video_title {
        padding-left: 200px;
        padding-right: 200px;
    }

    .p10Adv {
        padding: 150px 0;
    }

    .p10_pDes .p10_titleBox {
        width: 46%;
    }

    .p10_pDes .p10_titleBox {
        width: 46%;
    }

    .p10_controlDes {
        width: 48%;
        padding: 20px 60px 20px 90px;
    }

    .p10_controlBox {
        padding: 8px 20px;
    }

    .p10_controlBox h4 {
        font-size: 18px;
        line-height: 1.3;
    }

    .p10_controlDes h2 {
        font-size: 30px;
        margin-bottom: 26px;
    }

    .p10_voiceDes {
        padding: 100px 80px;
    }

    .p10_voiceDes img {
        width: 80%;
    }

    .p10_privacy .p10_voiceDes {
        padding: 100px 0 100px 80px;
        width: 58%;
    }

    .g10_zipMain .container {
        padding-left: 100px;
        padding-right: 100px;
    }

    .g10TanglesDes {
        width: 46%;
        right: 4%;
    }

    .newsShow_banner .banner_nDes {
        padding: 0 calc(var(--bs-gutter-x) * 3.5);
    }

    .pAbout_dataBox h3 span {
        font-size: 44px;
    }

    .pAbout_dataBox h3 p {
        width: auto;
        font-size: 22px;
    }

    .pAbout_dataBox p {
        font-size: 18px;
    }
}

@media (min-width:1641px) and (max-width:1800px) {
    .p10_voiceDes {
        padding: 100px 150px 100px 100px;
    }

    .p10_privacy .p10_voiceDes {
        padding: 100px 0 100px 100px;
    }

}

.footer_box em{
    /*color: #ffffff;*/
}

.newsShowMain .fl-slide-mobile-photo {
     display: block; 
}

.table_overflow{
    overflow-x: auto;
}


/* feedback */
.feedback {
  width: 340px;
  position: fixed;
  right: 10px;
  bottom: -9999px;
  box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  z-index: 999999;
}

.feedback .feedbackHeader {
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  text-indent: 50px;
  font-weight: normal;
  cursor: pointer;
  font-size: 12px;
}

.feedback .eMailIco {
  background: url("../images/emailIco.png") 16px center no-repeat #ffc100;
  background-size: 21px auto;
}

.feedbackForm {
  padding: 16px 16px 40px 16px;
  background-color: #fff;
}

.feedbackForm .tips {
  color: #222d38;
  padding-bottom: 20px;
}

.feedbackForm .line {
  margin-bottom: 16px;
}

.feedbackForm .line input,
.feedbackForm .line textarea {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #222d38;
  display: block;
}

.feedbackForm textarea {
  resize: none;
  height: 78px;
  padding: 11px;
  line-height: 20px;
}

.feedbackForm .line input {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
}

.feedbackForm .input_b {
  background: #ffc100;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}

.feedback .closeBtn {
  background: url("../images/closeBtn.png") no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  display: none;
}
