@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;
}

.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;
}

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

.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 i {
    position: absolute;
    top: 11%;
    right: 188px;
    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;
}

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

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

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

/* Pagination */
.pagelist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 50px;
}

.pagelist a {
    display: block;
    padding: 3px 10px;
    border: 1px solid #8521BF;
    margin: 10px 5px;
    font-size: 16px;
}

.pagelist span {
    display: block;
    padding: 3px 10px;
    border: 1px solid #8521BF;
    background-color: #fff;
    color: #8521BF;
    font-size: 16px;
}

.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 {
    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 .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_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 {
    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: 5px;
    font-size: 20px;
    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;
}

.pAbout_dataBox h3 {
    font-size: 40px;
    color: #8523BF;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

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

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

.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;
}

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

    .p10_com_titlezhi {
        font-size: 12px;
        color: #6C7280;
    }

    .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;
    }
}

@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;
    }

    .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_video video.p10_videoP {
        display: none;
    }

    .p10_video video.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_supportH2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .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: 15px;
    }

    .p10_sPdf li {
        padding: 12px 0;
    }

    .p10_sPdf li span {
        font-size: 16px;
    }


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

    .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_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: 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: 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;
    }
}

@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;
    }

    .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_video video.p10_videoP {
        display: none;
    }

    .p10_video video.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: 80%;
    }

    .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: 32px;
        margin-bottom: 30px;
    }

    .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_supportBox {
        margin-bottom: 30px;
    }

    .p10_sPdf li {
        padding: 15px 0;
    }

    .p10_sPdf li span {
        font-size: 16px;
    }



    .p10_mstart .p10_video_title {
        justify-content: start;
        padding-top: 60px;
    }

    .p10_comment ul li {
        margin-bottom: 12px;
        font-size: 18px;
        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 h3 span {
        font-size: 38px;
    }

    .pAbout_dataBox h3 {
        font-size: 24px;
        margin-bottom: 3px;
    }

    .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;
    }
}

@media (min-width:768px) and (max-width:992px) {


    .bannerQ10 .bannerDes {
        right: 3%;
        left: auto;
    }
    .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;
    }

    .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_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;
    }

    .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;
    }

    .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;
    }
}

@media (min-width:993px) and (max-width:1200px) {


    .bannerQ10 .bannerDes {
        right: 6%;
        left: auto;
    }
    .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;
    }

    .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_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_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_advBox p {
        font-size: 16px;
    }

    .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;
    }
}

@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%;
    }

    .bannerQ10 .bannerDes {
        right: 10%;
        left: auto;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        left: 100px;
    }

    .p10_voiceDes,
    .p10_privacy .p10_voiceDes {
        padding: 100px 40px 100px 80px;
        ;
    }

    .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;
    }
    
    .p10_advBox h4 span {
         font-size: 30px;
    }
    
    
    .p10_advBox p {
        font-size: 18px;
    }

    .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%;
    }
}

@media (min-width:1401px) {
    .g10TanglesDes .row {
        width: 95%;
    }
    
    .p10_set_top {
        padding: 0 320px;
    }
}

@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_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_privacy .p10_voiceDes {
        padding: 100px 0 100px 80px;
        width: 58%;
    }
    
    
    
    .p10_advBox h4 span {
         font-size: 30px;
    }
    .p10_advBox p {
    color: #222;
    font-size: 18px;
}

    .g10_zipMain .container {
        padding-left: 100px;
        padding-right: 100px;
    }

    .g10TanglesDes {
        width: 46%;
        right: 4%;
    }
}

@media (min-width:1641px) and (max-width:1800px) {
    .p10_voiceDes {
        padding: 100px 150px 100px 100px;
    }

    .p10_privacy .p10_voiceDes {
        padding: 100px 0 100px 100px;
    }

}