@charset "UTF-8";
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4448758 */
  src: url(../style/fonts/iconfont/iconfont.woff2) format("woff2"), url(../style/fonts/iconfont/iconfont.woff) format("woff"), url(../style/fonts/iconfont/iconfont.ttf) format("truetype"), url(../style/fonts/iconfont/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Group1:before {
  content: "";
}

.icon-Group11:before {
  content: "";
}

.icon-Union:before {
  content: "";
}

.icon-a-Group497:before {
  content: "";
}

.icon-a-Group501:before {
  content: "";
}

.icon-a-Group502:before {
  content: "";
}

.icon-a-Group498:before {
  content: "";
}

.icon-a-Group407:before {
  content: "";
}

.icon-a-Group503:before {
  content: "";
}

.icon-a-Group499:before {
  content: "";
}

.icon-a-Group505:before {
  content: "";
}

.icon-a-Group504:before {
  content: "";
}

.icon-a-VectorStroke:before {
  content: "";
}

.icon-a-VectorStroke-1:before {
  content: "";
}

.icon-a-Group500:before {
  content: "";
}

.icon-Group:before {
  content: "";
}

.icon-Vector-2:before {
  content: "";
}

.icon-Vector-3:before {
  content: "";
}

.icon-Vector-4:before {
  content: "";
}

.icon-a-Group79:before {
  content: "";
}

.icon-a-Group506:before {
  content: "";
}

.icon-a-Group75:before {
  content: "";
}

.icon-Group-1:before {
  content: "";
}

.icon-a-Group103:before {
  content: "";
}

.icon-a-Group92:before {
  content: "";
}

.icon-a-Group507:before {
  content: "";
}

.icon-a-Group91:before {
  content: "";
}

.icon-a-Group155:before {
  content: "";
}

.icon-Group-3:before {
  content: "";
}

.icon-a-Group233:before {
  content: "";
}

.icon-Group-5:before {
  content: "";
}

.icon-a-Group76:before {
  content: "";
}

.icon-a-Group160:before {
  content: "";
}

.icon-a-Group95:before {
  content: "";
}

.icon-a-Group343:before {
  content: "";
}

.icon-a-Group508:before {
  content: "";
}

.icon-a-Group99:before {
  content: "";
}

.icon-Vector-1:before {
  content: "";
}

.icon-Vector:before {
  content: "";
}

.icon-a-Group344:before {
  content: "";
}

.icon-a-Group78:before {
  content: "";
}

.icon-a-Group495:before {
  content: "";
}

.icon-a-Group88:before {
  content: "";
}

.icon-Vector-5:before {
  content: "";
}

.icon-a-Group77:before {
  content: "";
}

.icon-a-Group314:before {
  content: "";
}

.icon-a-Group162:before {
  content: "";
}

.icon-a-Group82:before {
  content: "";
}

.icon-a-Group329:before {
  content: "";
}

.icon-a-Group163:before {
  content: "";
}

.icon-a-Group161:before {
  content: "";
}

.icon-a-Group121:before {
  content: "";
}

.icon-a-Group281:before {
  content: "";
}

.icon-a-Group143:before {
  content: "";
}

.icon-a-Group328:before {
  content: "";
}

.icon-a-Group326:before {
  content: "";
}

.icon-a-Group330:before {
  content: "";
}

.icon-a-Group327:before {
  content: "";
}

.icon-a-Group87:before {
  content: "";
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.show a,
body.show .transition,
body.show :before,
body.show img {
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.zoomImg:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.zoomImg:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a:hover .zoomImg:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
a:hover .zoomImg img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 12px;
  font-family: "OpenSansZ-Regular";
  color: #171A20;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  background-color: white;
}
body.show {
  opacity: 1;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h2,
h3,
h4,
h5 {
  font-family: "OpenSans-Bold";
  font-weight: 400;
}

textarea,
input {
  background: transparent;
  font-family: "OpenSansZ-Regular";
  color: #1E1E1E;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  object-fit: cover;
}

.ctl {
  text-transform: capitalize;
}

.phone-show {
  display: none;
}

/*foot*/
.topA {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  right: 0.6rem;
  bottom: 20%;
  border-radius: 50%;
  border: 0.5px solid #E40014;
  width: 0.6rem;
  height: 0.6rem;
  color: #000;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.topA:before {
  display: block;
  content: "";
  font-family: "iconfont";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-2px) scale(1, 1) rotate(180deg);
  -ms-transform: translateY(-2px) scale(1, 1) rotate(180deg);
  transform: translateY(-2px) scale(1, 1) rotate(180deg);
  width: 0.2rem;
  height: 0.1rem;
  font-size: 20px;
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/down.svg");
}
.topA:after {
  display: block;
  content: "";
  margin-top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E40014;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 800px) {
  .topA:hover {
    background-color: #E40014;
    border: 0.02rem solid #E40014;
    box-shadow: 0 0 10px 0 #E40014;
  }
  .topA:hover::before {
    background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/down_on.svg");
    -webkit-transform: translateY(0) scale(1, 1) rotate(180deg);
    -ms-transform: translateY(0) scale(1, 1) rotate(180deg);
    transform: translateY(0) scale(1, 1) rotate(180deg);
  }
  .topA:hover::after {
    background: white;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.topA.show {
  opacity: 1;
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  visibility: visible;
}

.bgc_w {
  background-color: rgba(225, 225, 225, 0.02) !important;
  color: #25489c !important;
  border: 1.2px solid #25489c !important;
}

.bgc_b {
  background-color: rgba(225, 225, 225, 0.02) !important;
  color: #fff !important;
  border: 1.2px solid #fff !important;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4448682 */
  src: url(../style/fonts/iconfont/iconfont.woff2) format("woff2"), url(../style/fonts/iconfont/iconfont.woff) format("woff"), url(../style/fonts/iconfont/iconfont.ttf) format("truetype"), url(../style/fonts/iconfont/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: "iconfont";
}

/*
   Open Sans is licensed under the Apache License, Version 2.0.
   Copyright (c) 2011, Steve Matteson (https://fonts.google.com/specimen/Open+Sans)
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
       http://www.apache.org/licenses/LICENSE-2.0
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
*/
@font-face {
  font-family: "OpenSansZ-Regular";
  src: url(../style/fonts/OpenSans.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(../style/fonts/OpenSansBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Medium";
  src: url(../style/fonts/OpenSansBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Book";
  src: url(../style/fonts/OpenSansLight.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansCe";
  src: url(../style/fonts/OpenSansBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ITCAvantGardeStd-Demi";
  src: url(../style/fonts/OpenSansBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ITCAvantGardeStd-Bk";
  src: url(../style/fonts/OpenSansBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ITCAvantGardeStd-XLt";
  src: url(../style/fonts/OpenSansBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.family-Regular {
  font-family: "OpenSansZ-Regular" !important;
}

.family-SemiBold {
  font-family: "OpenSans-Bold" !important;
}

.family-Medium {
  font-family: "OpenSans-Medium" !important;
}

.wal {
  max-width: 15.2rem;
  width: 100%;
  margin: 0 auto;
}

.wal-1280 {
  max-width: 12.8rem;
  width: 100%;
  margin: 0 auto;
}

.wal-1024 {
  max-width: 10.24rem;
  width: 100%;
  margin: 0 auto;
}

.wal-1100 {
  max-width: 11rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  body {
    font-size: 16px;
  }

  html {
    font-size: 94px;
  }

  .wal,
  .wal-1390,
  .wal-1478,
  .wal-1100,
  .wal-1280 {
    width: 90%;
  }
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 14px;
  }

  html {
    font-size: 86px;
  }

  .wal,
  .wal-1390,
  .wal-1478,
  .wal-1100,
  .wal-1280 {
    width: 85%;
    max-width: initial;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 78px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 68px;
  }

  .wal,
  .wal-1390,
  .wal-1478,
  .wal-1100,
  .wal-1280 {
    width: 90%;
    max-width: initial;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 64px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 70px;
  }
}
@media screen and (min-width: 800px) {
  body::-webkit-scrollbar, .g-scrollbar::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
  }
  body::-webkit-scrollbar-thumb, .g-scrollbar::-webkit-scrollbar-thumb {
    background: #E40014;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  body::-webkit-scrollbar-width, .g-scrollbar::-webkit-scrollbar-width {
    width: 8px !important;
  }
  .pc-show {
    display: block;
  }

  .phone-show {
    display: none !important;
  }

  .wal-1700 {
    max-width: 17rem;
    margin: 0 auto;
  }

  .wal-1390 {
    max-width: 13.9rem;
    margin: 0 auto;
  }

  .wal-1514 {
    max-width: 15.14rem;
    margin: 0 auto;
  }

  .wal-1478 {
    max-width: 14.78rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  body::-webkit-scrollbar, .g-scrollbar::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
  }
  body::-webkit-scrollbar-thumb, .g-scrollbar::-webkit-scrollbar-thumb {
    background: #E40014;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  body::-webkit-scrollbar-thumb:vertical, .g-scrollbar::-webkit-scrollbar-thumb:vertical {
    background-color: #f3f4f6;
  }
  body::-webkit-scrollbar-width, .g-scrollbar::-webkit-scrollbar-width {
    width: 2px !important;
  }
  html {
    font-size: 72px;
  }

  .wal,
  .wal-1200,
  .wal-1390,
  .wal-1478,
  .wal-1514,
  .wal-1100,
  .wal-1024,
  .wal-1280 {
    width: 100%;
    padding: 0 25px;
  }

  .wal-1700 {
    width: 100%;
    padding: 0 25px;
  }

  .phone-show {
    display: block;
  }

  .pc-show {
    display: none !important;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 62px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*head*/
.img-hover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}

.img-hover:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.wp {
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 0.6rem;
}

.wp_foot {
  position: relative;
  max-width: 100%;
  margin: 0 2rem;
}

.ico_style {
  font-size: 16px;
}

#header {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  height: 1.06rem;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
}
#header:hover {
  background-color: white;
  border-bottom: 1px solid #B9B9B9;
}
#header:hover a {
  color: #171A20 !important;
}
#header:hover .g_aside i {
  color: #171A20 !important;
}
#header:hover .community {
  border: 1px solid #8A8A8A !important;
}
#header:hover .community p {
  color: #171A20 !important;
}
#header .h_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}
#header .h_container .logo_content {
  width: 15%;
}
#header .h_container .logo {
  width: 118px;
  height: 40px;
}
#header .h_container .logo img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
#header .h_container .h_nav {
  height: 100%;
}
#header .h_container .h_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#header .h_container .h_nav ul li {
  padding: 0 0.2rem;
  display: block;
  height: inherit;
  position: relative;
}
#header .h_container .h_nav ul li:hover:after {
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  height: 0.03rem;
  width: 0.52rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #E40014;
}
#header .h_container .h_nav ul li:hover a {
  opacity: 1;
}
#header .h_container .h_nav ul li a {
  line-height: 1.06rem;
  display: block;
  font-family: "ITCAvantGardeStdMd";
  font-weight: 500;
  font-size: 0.18rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  opacity: 0.6;
}
#header .h_container .g_aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h_container .g_aside i {
  cursor: pointer;
}
#header .h_container .g_aside .community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.08rem 0.1rem 0.08rem 0.08rem;
  border-radius: 0.2rem;
  border: 1px solid #FFFFFF;
  opacity: 0.7;
  cursor: pointer;
}
#header .h_container .g_aside .community:hover {
  opacity: 1;
}
#header .h_container .g_aside .community .iconfont {
  margin-right: 0.08rem;
  width: 0.24rem;
  height: 0.24rem;
  font-size: 0.24rem;
  line-height: 1;
  color: #fff;
}
#header .h_container .g_aside .community p {
  font-weight: 500;
  font-size: 0.14rem;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.6;
}
#header .h_container .g_aside .icon-Vector-3 {
  margin-left: 0.43rem;
  opacity: 0.7;
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.2rem;
  line-height: 1;
  color: #fff;
}
#header .h_container .g_aside .icon-Vector-3:hover {
  opacity: 1;
}
#header .h_container .g_aside .icon-Group-5 {
  margin-left: 0.42rem;
  opacity: 0.7;
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.2rem;
  line-height: 1;
  color: #fff;
}
#header .h_container .g_aside .icon-Group-5:hover {
  opacity: 1;
}
#header .h_container .g_aside .h_dh {
  margin-left: 0.53rem;
}
#header .h_container .g_aside .h_dh i {
  width: 0.45rem;
  height: 0.45rem;
}
#header .h_container .g_aside .h_dh i:hover {
  color: #E40014;
}
#header .h_dh i {
  font-size: 32px;
}

#footer {
  background-color: #F7F7F7;
  padding-top: 1.02rem;
}
#footer .k_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer .k_footer .ft_l {
  width: 30%;
}
#footer .k_footer .ft_l > p {
  font-size: 0.48rem;
  color: #171A20;
  font-weight: 500;
  line-height: 1.6;
}
#footer .k_footer .ft_r {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .k_footer .ft_r .ft_link dt {
  margin-bottom: 0.24rem;
  color: #171A20;
  font-size: 0.16rem;
  font-weight: 500;
}
#footer .k_footer .ft_r .ft_link dd {
  line-height: 1.6;
}
#footer .k_footer .ft_r .ft_link dd a {
  font-size: 0.16rem;
  font-weight: 400;
  color: #171A20;
  margin-bottom: 0.18rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  opacity: 0.7;
}

.k_banner .banner_con {
  width: 100%;
}

@-webkit-keyframes navContactArrowHover {
  49% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes navContactArrowHover {
  49% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.cl {
  height: auto;
  position: relative;
  max-width: 100%;
  margin: 0 2rem;
}

.pc_show,
.pc_show_jt {
  display: block;
}

.mobile_show,
.mobile_show_jt {
  display: none;
}

.about_container .us {
  margin: 0;
  padding: 0;
  aspect-ratio: 1920/1280;
  position: relative;
}
.about_container .us .us_con {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.about_container .us .us_con .con_box {
  height: inherit;
  width: 100%;
}
.about_container .us .us_txt {
  position: absolute;
  top: 30%;
  margin: 0 2rem;
  text-align: left;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}
.about_container .us .us_txt p {
  text-align: left;
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.34rem;
}
.about_container .us .us_txt span {
  width: 7.5rem;
  font-size: 0.18rem;
  display: inline-block;
  line-height: 1.5;
  font-family: "OpenSans-Medium";
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.67rem;
}
.about_container .us .us_txt .Nav__ContactArrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #E40014;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 60px;
  will-change: background-color;
  cursor: pointer;
}
.about_container .us .us_txt .Nav__ContactArrow:hover .Nav__ContactArrowIcon {
  -webkit-animation: navContactArrowHover 0.6s ease;
  animation: navContactArrowHover 0.6s ease;
}
.about_container .us .us_txt .Nav__ContactArrow .Nav__ContactArrowIcon {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  width: 40px;
  will-change: fill;
}
.about_container .rank .rank_con {
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.about_container .rank .rank_con .cl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
.about_container .rank .rank_con .cl .rk_t {
  width: 35%;
  padding: 0.84rem 0;
  padding-top: 0.24rem;
  margin: auto 0;
}
.about_container .rank .rank_con .cl .rk_t > p {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.48rem;
  color: #FFFFFF;
  line-height: 1.2;
  padding-bottom: 0.76rem;
}
.about_container .rank .rank_con .cl .rk_t .t_tit {
  padding-bottom: 0.42rem;
}
.about_container .rank .rank_con .cl .rk_t .t_tit p {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.08rem;
}
.about_container .rank .rank_con .cl .rk_t .t_tit p::after {
  content: "";
  position: absolute;
  background-color: #E40014;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.about_container .rank .rank_con .cl .rk_t .t_tit span {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1.5;
  display: block;
  width: 3rem;
}
.about_container .rank .rank_con .cl .rk_xg {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about_container .rank .rank_con .cl .rk_xg .xg {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0.58rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.about_container .rank .rank_con .cl .rk_xg .xg:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.about_container .rank .rank_con .cl .rk_xg .xg > img {
  width: 0.72rem;
  height: 0.72rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.about_container .rank .rank_con .cl .rk_xg .xg .xg_con {
  position: relative;
  padding-top: 0.52rem;
  text-align: center;
  height: 3.2rem;
}
.about_container .rank .rank_con .cl .rk_xg .xg .xg_con p {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.36rem;
  color: #FFFFFF;
  line-height: 1.5;
  padding-bottom: 0.28rem;
}
.about_container .rank .rank_con .cl .rk_xg .xg .xg_con p.x_desc {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 1.5;
}
.about_container .rank .rank_con .cl .rk_xg .xg .xg_con .trigger-easter-egg {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about_container .ms .ms_con {
  width: 100%;
  height: 100vh;
  position: relative;
}
.about_container .ms .ms_con .ms_bgc {
  width: 100%;
  height: 100%;
}
.about_container .ms .ms_con .ms_spn {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1.28rem 2.4rem;
  text-align: center;
}
.about_container .ms .ms_con .ms_spn > p {
  padding-bottom: 1.7rem;
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.48rem;
  color: #FFFFFF;
  line-height: 0.6rem;
}
.about_container .ms .ms_con .ms_spn .spn_con .prev, .about_container .ms .ms_con .ms_spn .spn_con .next {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.5rem;
  cursor: pointer;
}
.about_container .ms .ms_con .ms_spn .spn_con .prev {
  position: absolute;
  left: 1.4rem;
  top: 5.7rem;
}
.about_container .ms .ms_con .ms_spn .spn_con .next {
  position: absolute;
  right: 1.4rem;
  top: 5.7rem;
}
.about_container .ms .ms_con .ms_spn .button-prev, .about_container .ms .ms_con .ms_spn .button-next {
  cursor: pointer;
  width: 0.5rem;
}
.about_container .ms .ms_con .ms_spn .button-prev img, .about_container .ms .ms_con .ms_spn .button-next img {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.5rem;
  object-fit: cover;
}
.about_container .ms .ms_con .ms_spn .button-prev .hoverImg, .about_container .ms .ms_con .ms_spn .button-next .hoverImg {
  display: none;
}
.about_container .ms .ms_con .ms_spn .button-prev:hover img, .about_container .ms .ms_con .ms_spn .button-next:hover img {
  display: none;
}
.about_container .ms .ms_con .ms_spn .button-prev:hover .hoverImg, .about_container .ms .ms_con .ms_spn .button-next:hover .hoverImg {
  display: block;
}
.about_container .ms .ms_con .ms_spn .con_swiper {
  overflow: hidden;
  position: relative;
}
.about_container .ms .ms_con .ms_spn .con_swiper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  background: rgba(255, 255, 255, 0.36);
  height: 2px;
}
.about_container .ms .ms_con .ms_spn .con_swiper ul li .swiper-slide {
  width: 60%;
}
.about_container .ms .ms_con .ms_spn .con_swiper ul li.swiper-slide-active .spn_txt {
  font-family: "OpenSansZ-Regular";
  font-size: 2rem !important;
  line-height: 1.5;
  background-image: -webkit-linear-gradient(top, #FFFFFF 39%, rgba(255, 255, 255, 0) 80%);
  background-image: linear-gradient(to bottom, #FFFFFF 39%, rgba(255, 255, 255, 0) 80%);
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
}
.about_container .ms .ms_con .ms_spn .con_swiper ul li.swiper-slide-active .spn_desc {
  display: block !important;
}
.about_container .ms .ms_con .ms_spn .con_swiper ul li.swiper-slide-prev .spn_txt {
  text-align: left;
}
.about_container .ms .ms_con .ms_spn .con_swiper ul li.swiper-slide-next .spn_txt {
  text-align: right;
}
.about_container .ms .ms_con .ms_spn .con_swiper ul li .spn_c .spn_txt {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 1.2;
}
.about_container .ms .ms_con .ms_spn .con_swiper ul li .spn_c .spn_desc {
  display: none;
  position: absolute;
  margin: 0 -1rem;
  bottom: -1.2rem;
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.about_container .oc {
  padding-top: 0.7rem;
}
.about_container .oc .oc_con {
  padding-bottom: 0.4rem;
}
.about_container .oc .oc_con h3 {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.48rem;
  color: #171A20;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 0.56rem;
}
.about_container .oc .oc_con h3 em {
  color: #171A20;
}
.about_container .oc .oc_con .o_flx {
  margin: 0 -0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about_container .oc .oc_con .o_flx .oc_item {
  width: 25%;
  padding: 0 0.2rem;
  position: relative;
  overflow: hidden;
  position: relative;
}
.about_container .oc .oc_con .o_flx .oc_item:hover .a_img img {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.about_container .oc .oc_con .o_flx .oc_item:hover .item_c > div {
  position: relative;
}
.about_container .oc .oc_con .o_flx .oc_item:hover .item_c > div::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.58rem;
  height: 1.58rem;
  background: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/about/e_bj.png");
  z-index: -1;
}
.about_container .oc .oc_con .o_flx .oc_item .a_img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 350/600;
}
.about_container .oc .oc_con .o_flx .oc_item .a_img img {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.about_container .oc .oc_con .o_flx .oc_item .item_c {
  position: absolute;
  bottom: 0;
  padding: 0.4rem 0;
  left: 50%;
  width: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about_container .oc .oc_con .o_flx .oc_item .item_c > img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  width: 0.64rem;
  margin-bottom: 0.2rem;
}
.about_container .oc .oc_con .o_flx .oc_item .item_c p {
  font-family: "OpenSansZ-Regular";
  font-weight: 500;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.about_container .esg {
  padding-bottom: 1.7rem;
  margin-top: 1.2rem;
}
.about_container .esg .esg_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about_container .esg .esg_con .esg_con_l {
  width: 50%;
  padding-right: 1rem;
}
.about_container .esg .esg_con .esg_con_l h3 {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-bottom: 0.56rem;
}
.about_container .esg .esg_con .esg_con_l p {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.18rem;
  color: #171A20;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.about_container .esg .esg_con .esg_con_l p.l_first {
  padding-bottom: 0.2rem;
}
.about_container .esg .esg_con .esg_con_r {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about_container .esg .esg_con .esg_con_r .r_con {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  width: 6.2rem;
  height: 5rem;
  text-align: right;
  position: relative;
}
.about_container .esg .esg_con .esg_con_r .r_con .left_img {
  position: absolute;
  right: 0;
  left: inherit;
  top: 0;
  width: 5.5rem;
  aspect-ratio: 620/620;
}
.about_container .esg .esg_con .esg_con_r .r_con:before {
  content: "";
  position: absolute;
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/about/egs_03.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  left: -2.6rem;
  top: 0.6rem;
  width: 4rem;
  aspect-ratio: 1/1;
}
.about_container .esg .esg_con .esg_con_r .r_con:after {
  content: "";
  position: absolute;
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/about/egs_04.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  left: -2rem;
  top: 4rem;
  width: 1.7rem;
  aspect-ratio: 170/150;
  z-index: -1;
}
.about_container .esg .esg_con .esg_con_r .r_con img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  position: absolute;
  aspect-ratio: 1/1;
  width: 3.5rem;
  left: -0.4rem;
  bottom: -1.8rem;
}
.about_container .strive_ey {
  margin-bottom: 0;
}
.about_container .strive_ey .strive_ey_con {
  width: 100%;
  aspect-ratio: 1920/845;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_container .strive_ey .strive_ey_con .ey_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_container .strive_ey .strive_ey_con .ey_center h3 {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.48rem;
  width: 7.2rem;
  color: #171A20;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 0.58rem;
}
.about_container .strive_ey .strive_ey_con .ey_center .g-btn {
  display: inline-block;
  margin: 0 auto;
}
.about_container .strive_ey .strive_ey_con .ey_center .g-btn a:hover span {
  color: #ffffff;
}
.about_container .strive_ey .strive_ey_con .ey_center .g-btn a span {
  color: #171A20;
}
.about_container .level_sld.mobile_show {
  height: 100vh;
  padding: 0.86rem 0;
}
.about_container .level_sld.mobile_show .level_sld_con {
  position: relative;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box {
  overflow: hidden;
  padding: 0px;
  min-width: 0;
  width: 100%;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .box_wc {
  position: relative;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.64rem;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item:last-child {
  margin-bottom: 0;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sld_item {
  margin: 0.4rem 0;
  position: relative;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sld_item > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.4rem;
  z-index: 999;
  display: block;
  font-family: "ITCAvantGardeStdBold";
  font-weight: 500;
  font-size: 0.46rem;
  color: #000;
  line-height: 1.5;
  font-style: normal;
  text-transform: none;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sld_item a {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: relative;
  z-index: 100;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sld_item a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: none;
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sld_item a svg circle.cir_bgc_active {
  stroke-width: 2px;
  stroke-dasharray: 215%;
  stroke-dashoffset: 0%;
  cx: 50%;
  cy: 50%;
  r: calc(50% - 2px);
  -webkit-transition-property: stroke-dashoffset;
  transition-property: stroke-dashoffset;
  stroke: #E40014;
  stroke-dashoffset: 174%;
  z-index: 1;
  -webkit-transition: all 2s;
  transition: all 2s;
  stroke-dasharray: 360%, 80%;
  stroke-dashoffset: 100%;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sd_img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1413/660;
  border-radius: 20px;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sd_img img {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sd_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sd_btn .btn_item {
  width: 100%;
  padding-bottom: 0.34rem;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sd_btn .btn_item p {
  display: inline-block;
  font-family: "OpenSansZ-Regular";
  font-weight: bold;
  font-size: 0.56rem;
  color: #E40014;
  line-height: 0.9;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sd_btn .btn_item span {
  vertical-align: bottom;
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: inline-block;
}

.product_detail .product_top {
  height: 7rem;
  width: 100%;
  position: relative;
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/p_banner.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  padding: 0.8rem 2rem 0;
}
.product_detail .product_top .info_con {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_detail .product_top .info_con .info_pt {
  width: 55%;
  text-align: center;
  margin-top: 0.3rem;
}
.product_detail .product_top .info_con .info_pt img {
  width: 4.2rem;
  aspect-ratio: 598/662;
}
.product_detail .product_top .info_con .info_xx {
  width: 45%;
  margin-top: 0.88rem;
}
.product_detail .product_top .info_con .info_xx > .img {
  width: 0.8rem;
  height: 0.8rem;
}
.product_detail .product_top .info_con .info_xx > .img img {
  object-fit: contain;
}
.product_detail .product_top .info_con .info_xx > .img img:nth-child(2) {
  display: none;
}
.product_detail .product_top .info_con .info_xx .l_tit {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.56rem;
  color: #333333;
  line-height: 1.2;
  font-style: normal;
  text-transform: none;
}
.product_detail .product_top .info_con .info_xx .l_tit em {
  color: #E40014;
  display: inline-block;
}
.product_detail .product_top .info_con .info_xx .desc {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.42rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.product_detail .product_top .info_con .info_xx .xx_xh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 0.24rem;
}
.product_detail .product_top .info_con .info_xx .xx_xh p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #333;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 0.12rem;
  margin-bottom: 0.12rem;
  color: #333333;
  opacity: 0.8;
}
.product_detail .product_top .info_con .info_xx .xx_xh p:last-child {
  margin-right: 0;
}
.product_detail .product_top .info_con .info_xx .xx_xh.active > a {
  background-color: #F9E2E4;
  border: 1px solid #F9E2E4;
  color: #E40014;
}
.product_detail .product_top .info_con .info_xx .g-btn {
  margin-top: 0.48rem;
}
.product_detail .product_top .info_con .info_xx .g-btn a span {
  color: #333333;
}
.product_detail .product_top .info_con .info_xx .g-btn a:hover span {
  color: #FFFFFF;
}
.product_detail .product_operate .ope_nav {
  padding: 0.4rem 0;
  border-bottom: 1px solid #CDCDCD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product_detail .product_operate .ope_nav .nav_item {
  padding: 0 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_detail .product_operate .ope_nav .nav_item:hover .nav_item_img {
  border: 1px solid #E40014;
}
.product_detail .product_operate .ope_nav .nav_item:hover > p {
  background-color: #E40014;
  border: 1px solid #E40014;
  color: #fff;
}
.product_detail .product_operate .ope_nav .nav_item .nav_item_img {
  width: 1.16rem;
  height: 1.16rem;
  margin-bottom: 0.2rem;
  border-radius: 50%;
  border: 1px solid #CDCDCD;
}
.product_detail .product_operate .ope_nav .nav_item .nav_item_img img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.product_detail .product_operate .ope_nav .nav_item p {
  -webkit-transition: all 0.3rem;
  transition: all 0.3rem;
  color: #333333;
  border: 1px solid #CDCDCD;
  padding: 5px 10px;
  border-radius: 20px;
}
.product_detail .product_operate .ope_nav .nav_item.active > p {
  background-color: #E40014;
  border: 1px solid #E40014;
  color: #fff;
}
.product_detail .product_operate .ope_nav .nav_item.active .nav_item_img {
  border: 1px solid #E40014;
}
.product_detail .product_operate .ope_kf {
  padding: 0.85rem 0 1.48rem;
}
.product_detail .product_operate .ope_kf .kf_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_detail .product_operate .ope_kf .kf_tab .tab_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px;
  margin: 0 auto;
  border-radius: 2rem;
  box-shadow: 0 0 20px 2px rgba(183, 183, 183, 0.25);
}
.product_detail .product_operate .ope_kf .kf_tab .tab_con p {
  width: 3.8rem;
  padding: 0.08rem;
  text-align: center;
  border-radius: 2rem;
  cursor: pointer;
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 1.2;
}
.product_detail .product_operate .ope_kf .kf_tab .tab_con p.active {
  color: #fff;
  background-color: #E40014;
}
.product_detail .product_operate .ope_kf .kf_con {
  margin-top: 1.18rem;
}
.product_detail .product_operate .ope_kf .kf_con .l_tit {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.56rem;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.56rem;
}
.product_detail .product_operate .ope_kf .kf_con .l_tit em {
  color: #E40014;
  display: inline-block;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list {
  margin: 0 1.26rem;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li {
  width: calc((100% - .9rem) / 4);
  margin: 0 0.3rem 0.3rem 0;
  padding: 0.04rem;
  border-radius: 0.16rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1);
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li:nth-child(4n) {
  margin-right: 0;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding: 0.3rem 0.3rem;
  border-radius: 0.16rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a:hover {
  background: -webkit-linear-gradient(135deg, white, 75%, #edc9c9);
  background: linear-gradient(-45deg, white, 75%, #edc9c9);
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a:hover .img span {
  color: #E40014;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a:hover .img img:nth-child(1) {
  display: none;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a:hover .img img:nth-child(2) {
  display: block;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a:hover p {
  opacity: 1 !important;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a:hover span {
  opacity: 1 !important;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a .img {
  width: 0.8rem;
  height: 0.8rem;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a .img span {
  font-size: 0.8rem;
  opacity: 0.8;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a .img img {
  object-fit: contain;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a .img img:nth-child(2) {
  display: none;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a .name {
  margin-top: 0.8rem;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a .name > p {
  font-family: "OpenSansZ-Regular";
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-bottom: 0.2rem;
  opacity: 0.8;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a .name .name_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a .name .name_desc span {
  display: block;
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.18rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
  padding-left: 12px;
  opacity: 0.8;
  margin-bottom: 0.08rem;
}
.product_detail .product_operate .ope_kf .kf_con .cart-list ul li a .name .name_desc span:after {
  content: "";
  position: absolute;
  background-color: #333333;
  left: 0px;
  top: 0.08rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.product_detail .product_info {
  background-color: #f8f8f8;
}
.product_detail .product_info .info_con {
  height: 8.06rem;
  padding-top: 1.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_detail .product_info .info_con .info_pt {
  width: 45%;
  text-align: center;
  padding-left: 0.4rem;
}
.product_detail .product_info .info_con .info_pt img {
  width: 5rem;
  aspect-ratio: 598/662;
}
.product_detail .product_info .info_con .info_xx {
  width: 55%;
}
.product_detail .product_info .info_con .info_xx .l_tit {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.56rem;
  color: #333333;
  line-height: 1.2;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.4rem;
  margin-top: 0.52rem;
}
.product_detail .product_info .info_con .info_xx .l_tit em {
  color: #E40014;
  display: inline-block;
}
.product_detail .product_info .info_con .info_xx .xx_xh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.product_detail .product_info .info_con .info_xx .xx_xh a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #CDCDCD;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 0.12rem;
  margin-bottom: 0.12rem;
  color: #666666;
}
.product_detail .product_info .info_con .info_xx .xx_xh a:last-child {
  margin-right: 0;
}
.product_detail .product_info .info_con .info_xx .xx_xh a:hover {
  background-color: #F9E2E4;
  border: 1px solid #F9E2E4;
  color: #E40014;
}
.product_detail .product_info .info_con .info_xx .xx_xh.active > a {
  background-color: #F9E2E4;
  border: 1px solid #F9E2E4;
  color: #E40014;
}
.product_detail .product_info .info_con .info_xx .info_attr {
  padding: 0.6rem 0 0.5rem;
}
.product_detail .product_info .info_con .info_xx .info_attr .attr_item {
  padding-bottom: 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_detail .product_info .info_con .info_xx .info_attr .attr_item p {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 16px;
}
.product_detail .product_info .info_con .info_xx .info_attr .attr_item p:first-child {
  color: #333333;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 40%;
  position: relative;
  padding-left: 15px;
}
.product_detail .product_info .info_con .info_xx .info_attr .attr_item p:first-child:after {
  content: "";
  position: absolute;
  background-color: #333333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.product_detail .product_info .info_con .info_xx .info_attr .attr_item p:last-child {
  color: #E40014;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 30%;
}
.product_detail .product_info .info_con .info_xx .info_attr .attr_item:last-child {
  padding-bottom: 0;
}
.product_detail .product_buttom {
  height: 6.8rem;
}
.product_detail .product_buttom .product_buttom_con {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product_detail .product_buttom .product_buttom_con .img {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.32rem;
}
.product_detail .product_buttom .product_buttom_con .img img {
  object-fit: contain;
}
.product_detail .product_buttom .product_buttom_con .img img:nth-child(2) {
  display: none;
}
.product_detail .product_buttom .product_buttom_con .l_tit {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.56rem;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.12rem;
}
.product_detail .product_buttom .product_buttom_con .l_tit em {
  color: #E40014;
  display: inline-block;
}
.product_detail .product_buttom .product_buttom_con .desc {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  opacity: 0.8;
  margin-bottom: 0.52rem;
  width: 4.5rem;
}
.product_detail .product_buttom .product_buttom_con .g-btn a span {
  color: #333333;
}
.product_detail .product_buttom .product_buttom_con .g-btn a:hover span {
  color: #FFFFFF;
}

.g-btn-red a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 30px;
  border-radius: 20px;
  margin-right: 0.12rem;
  background-color: #E40014;
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.21rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.g-btn-red a:hover {
  background-color: #d30013;
}

.level_sld.pc_show {
  height: 100vh;
  padding-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.level_sld.pc_show .level_sld_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0 !important;
}
.level_sld.pc_show .level_sld_con .sld_nav {
  width: 1.2rem;
  margin-right: 1rem;
}
.level_sld.pc_show .level_sld_con .sld_nav .sld_con .sld_item {
  color: #ca9d75;
  position: relative;
}
.level_sld.pc_show .level_sld_con .sld_nav .sld_con .sld_item:nth-of-type(2) {
  margin: -0.02rem 0;
}
.level_sld.pc_show .level_sld_con .sld_nav .sld_con .sld_item > span {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.8rem;
  z-index: 999;
  font-family: "OpenSansZ-Regular";
  font-size: 0.16rem;
  line-height: 1.5;
  font-style: normal;
  text-transform: none;
  font-weight: 500;
  color: #171A20;
  text-align: left;
}
.level_sld.pc_show .level_sld_con .sld_nav .sld_con .sld_item.active > span {
  color: #171A20;
  display: block;
}
.level_sld.pc_show .level_sld_con .sld_nav .sld_con .sld_item.active .cir_bgc_active {
  stroke-dashoffset: 162%;
}
.level_sld.pc_show .level_sld_con .sld_nav .sld_con .sld_item a {
  width: 1.2rem;
  height: 1.16rem;
  display: block;
  position: relative;
  z-index: 100;
  cursor: default;
}
.level_sld.pc_show .level_sld_con .sld_nav .sld_con .sld_item a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 0.36rem;
  color: #171A20;
  line-height: 1.2;
  font-family: "OpenSans-Medium";
}
.level_sld.pc_show .level_sld_con .sld_nav .sld_con .sld_item a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.level_sld.pc_show .level_sld_con .sld_nav .sld_con .sld_item a svg circle.cir_bgc_active {
  stroke: #E40014;
  stroke-width: 1px;
  stroke-dasharray: 318%;
  stroke-dashoffset: 0%;
  cx: 50%;
  cy: 50%;
  r: calc(50% - 2px);
  -webkit-transition-property: stroke-dashoffset;
  transition-property: stroke-dashoffset;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.level_sld.pc_show .level_sld_con .sld_box {
  padding: 0px;
  min-width: 0;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  display: -webkit-inline-box;
  overflow-x: auto;
  margin: 0;
}
.level_sld.pc_show .level_sld_con .sld_box::-webkit-scrollbar {
  background: none;
  height: 0;
}
.level_sld.pc_show .level_sld_con .sld_box::-webkit-scrollbar-thumb {
  background: rgba(71, 145, 242, 0.5);
  border-radius: 5px;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%;
  padding-left: 1.18rem;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_img {
  width: 100%;
  aspect-ratio: 1080/500;
  border-radius: 20px;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_img img {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0.34rem;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container p {
  white-space: normal !important;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container > p {
  display: inline-block;
  height: 0.8rem;
  overflow: visible;
  margin-right: 1.22rem;
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  line-height: 1;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: auto;
  position: relative;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container > p::after {
  content: "";
  position: absolute;
  left: -1.18rem;
  top: -1.7rem;
  display: block;
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/about/c_bj.png");
  width: 4rem;
  height: 4rem;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc {
  width: 100%;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc > p {
  font-family: "OpenSansZ-Regular";
  font-weight: normal;
  font-size: 0.16rem;
  color: #171A20;
  line-height: 1.5;
  text-align: left;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info .btn_item {
  width: calc(100% / 3);
  padding-right: 0.2rem;
  white-space: normal !important;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info .btn_item:last-child {
  border-right: 0 !important;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info .btn_item .num_io p {
  display: inline-block;
  font-family: "OpenSansZ-Regular";
  font-weight: bold;
  font-size: 0.36rem;
  color: #E40014;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info .btn_item .num_io span {
  font-family: "OpenSansZ-Regular";
  font-weight: 600;
  font-size: 0.24rem;
  color: #E40014;
  line-height: 1.8;
  text-align: left;
  vertical-align: bottom;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info .btn_item .num_io span.inline {
  display: block;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info .btn_item p {
  font-family: "OpenSansZ-Regular";
  font-weight: bold;
  font-size: 0.36rem;
  color: #E40014;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info .btn_item > span {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1650px) {
  .about_container .dig .dig_con .cl .cn_l {
    padding-right: 1rem;
  }

  .about_container .level_sld .level_sld_con .sld_nav {
    top: 1rem;
  }

  .product_detail .product_operate .ope_kf .kf_con .cart-list {
    margin: 0 0.6rem;
  }
}
@media screen and (max-width: 1500px) {
  .about_container .ms .ms_con .ms_spn .con_swiper ul li.swiper-slide-active .spn_txt {
    font-size: 1.6rem !important;
  }

  .about_container .dig .dig_con .cl .cn_r .r_con .flx_item .item_num {
    padding-top: 0.32rem;
  }

  .about_container .dig .dig_con .cl {
    padding-top: 1.84rem;
  }

  .about_container .level_sld .level_sld_con .sld_nav {
    top: 1.32rem;
  }

  .product_detail .product_top .info_con {
    margin: 0 0.2rem;
  }

  .product_detail .product_operate .ope_kf .kf_con .cart-list {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .about_container .level_sld {
    height: auto !important;
  }

  .about_container .dig .dig_con {
    height: 80vh;
  }

  .about_container .us .us_txt span {
    width: 100% !important;
  }

  .cl {
    margin: 0 0.8rem;
  }

  .about_container .us .us_txt {
    margin: 0 0.45rem !important;
  }

  .level_sld.pc_show .level_sld_con .sld_nav {
    display: none;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item {
    padding-left: 0 !important;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container > p::after {
    display: none !important;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.6rem;
  }

  .level_sld.pc_show .level_sld_con .sld_box {
    white-space: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .level_sld.pc_show .level_sld_con {
    margin-right: 0.45rem !important;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item {
    width: 100%;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container > p {
    font-size: 0.56rem;
    width: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .about_container .dig .dig_con {
    height: 80vh;
  }

  .product_detail .product_top {
    padding: 0.8rem 1.2rem 0;
  }

  .product_detail .product_info .info_con .info_xx .info_attr {
    padding: 0.3rem 0 0.5rem;
  }

  .product_detail .product_info .info_con {
    padding-top: 1rem;
  }

  .product_detail .product_operate .ope_kf .kf_con .cart-list ul li {
    width: calc((100% - 0.3rem) / 2);
  }
  .product_detail .product_operate .ope_kf .kf_con .cart-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .about_container .us .us_txt p span {
    display: block;
    line-height: 1.5;
  }

  .about_container .dig .dig_con {
    height: auto;
  }

  .about_container .dig .dig_con .cl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_container .dig .dig_con .cl .cn_l {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .about_container .dig .dig_con .cl .cn_r {
    width: 100%;
  }

  .about_container .dig .dig_con .cl {
    padding: 0.86rem 0 !important;
  }

  .about_container .dig .dig_con .cl .cn_l .l_tit {
    margin-bottom: 0.4rem;
  }

  .about_container .rank .rank_con .cl .rk_t {
    width: 100%;
  }

  .about_container .rank .rank_con .cl .rk_xg {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_container .rank .rank_con {
    height: auto;
  }

  .about_container .rank .rank_con .cl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.86rem 1.1rem;
    -webkit-backdrop-filter: blur(0.08rem);
    backdrop-filter: blur(0.08rem);
    margin: 0 !important;
  }

  .about_container .rank .rank_con .cl .rk_t {
    padding: 0;
  }

  .about_container .rank .rank_con .cl .rk_xg .xg {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .about_container .rank .rank_con .cl .rk_xg .xg:last-child {
    border: none;
  }

  .about_container .rank .rank_con .cl .rk_xg .xg .xg_con {
    text-align: left;
    height: 1rem;
    margin-bottom: 1.8rem;
  }

  .about_container .rank .rank_con .cl .rk_t > p {
    text-align: center;
  }

  .about_container .rank .rank_con .cl .rk_xg .xg .xg_con {
    width: 70%;
  }

  .about_container .oc .oc_con .o_flx {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .about_container .oc .oc_con .o_flx .oc_item .item_c {
    width: 85%;
    margin-bottom: 0.2rem;
  }

  .about_container .oc .oc_con .o_flx .oc_item .item_c p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .about_container .esg .esg_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_container .esg .esg_con .esg_con_r {
    height: 6rem;
  }

  .about_container .esg .esg_con .esg_con_r,
  .about_container .esg .esg_con .esg_con_l {
    width: 100%;
  }

  .about_container .esg .esg_con .esg_con_l {
    margin-bottom: 0.8rem;
  }

  .about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sd_btn .btn_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about_container .level_sld.mobile_show .level_sld_con .sld_box .sd_box_item .sd_btn .btn_item span {
    padding-left: 0.12rem;
  }

  .product_detail .product_top {
    padding: 0.8rem 0.4rem 0;
  }

  .product_detail .product_info .info_con .info_xx .info_attr .attr_item p:first-child {
    width: 60%;
  }

  .product_detail .product_info .info_con .info_xx .l_tit {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .pc_show_jt {
    display: none !important;
  }

  .mobile_show_jt {
    display: block !important;
  }

  .about_container .strive_ey .strive_ey_con .ey_center .g-btn a span {
    color: #ffffff;
  }

  .cl {
    margin: 0 0.45rem;
  }

  .about_container .rank .rank_con .cl {
    padding: 0.86rem 0.45rem 0 !important;
  }

  .about_container .dig .dig_con .cl .cn_r .r_con .flx_item {
    width: 100%;
  }

  .about_container .dig .dig_con .cl .cn_r .r_con .flx_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about_container .dig .dig_con .cl .cn_r .r_con .flx_item:nth-last-child(-n+2) {
    margin: 0 0.25rem 0.5rem !important;
  }

  .about_container .dig .dig_con .cl .cn_r .r_con .flx_item:last-child {
    margin: 0 0.25rem 0 !important;
  }

  .about_container .dig .dig_con .cl .cn_r .r_con .flx_item .iconfont {
    font-size: 0.84rem;
  }

  .about_container .ms .ms_con .ms_spn {
    padding: 1rem 0.45rem;
  }

  .about_container .ms .ms_con .ms_spn .spn_con .prev {
    left: 0.2rem;
  }

  .about_container .ms .ms_con .ms_spn .spn_con .next {
    right: 0.2rem;
  }

  .about_container .ms .ms_con .ms_spn .con_swiper ul li.swiper-slide-active .spn_txt {
    font-size: 0.6rem;
  }

  .about_container .esg .esg_con .esg_con_l {
    padding-right: 0;
  }

  .about_container .esg .esg_con .esg_con_r .r_con {
    width: 70%;
    -webkit-transform: translateX(0.45rem);
    -ms-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
  }

  .about_container .esg .esg_con .esg_con_r .r_con img {
    width: 2.8rem;
    bottom: 0 !important;
    aspect-ratio: 1/1 !important;
  }

  .about_container .esg .esg_con .esg_con_r {
    height: 3.6rem;
    margin-top: 1.92rem;
  }

  .about_container .esg .esg_con .esg_con_r .r_con:before {
    left: -1.6rem;
    top: -3.6rem;
    width: 4.8rem;
  }

  .about_container .esg .esg_con .esg_con_r .r_con:after {
    left: -1.6rem;
    top: -1rem;
    width: 1.4rem;
    aspect-ratio: 170/150;
  }

  .about_container .strive_ey .strive_ey_con {
    aspect-ratio: 375/500;
  }

  .about_container .strive_ey .strive_ey_con .ey_center h3 {
    width: 100%;
    font-size: 0.56rem;
    padding: 0 0.4rem 0.58rem;
  }

  .about_container .dig .dig_con .cl .cn_l .l_tit {
    font-size: 0.6rem;
  }

  .about_container .dig .dig_con .cl .cn_l .l_tit em {
    color: #fff;
  }

  /**
      水平滑动 start
  */
  .about_container .oc {
    padding-top: 0;
  }

  .about_container .oc .oc_con {
    width: calc(100% - 0.9rem);
  }

  .about_container .oc .oc_con .o_flx {
    display: -webkit-inline-box;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    margin: 0;
  }
  .about_container .oc .oc_con .o_flx::-webkit-scrollbar {
    background: #f1f2f5;
    height: 1px;
  }
  .about_container .oc .oc_con .o_flx::-webkit-scrollbar-thumb {
    background: #E40014;
    border-radius: 5px;
  }

  .about_container .oc .oc_con .o_flx .oc_item {
    padding: 0 0 0.32rem 0;
    margin-right: 0.45rem;
    width: 3.6rem;
  }
  .about_container .oc .oc_con .o_flx .oc_item:last-child {
    margin-right: 0;
  }

  .about_container .oc .oc_con .o_flx .oc_item .item_c {
    bottom: 0.32rem;
  }

  /**
      水平滑动 end
  */
  .about_container .rank .rank_con .cl .rk_t .t_tit {
    padding-left: 20px;
    padding-bottom: 0.9rem;
  }

  .about_container .us .us_txt p {
    font-size: 1.1rem;
  }

  .about_container .us .us_txt span {
    font-size: 0.28rem;
  }

  .about_container .us .us_txt p span {
    font-size: 0.62rem;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc > p {
    font-size: 0.28rem;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info {
    margin-top: 0.6rem;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info .btn_item .num_io p {
    font-size: 0.48rem;
  }

  .level_sld.pc_show .level_sld_con .sld_box .sd_box_item .sd_container .con_desc .desc_info .btn_item > span {
    font-size: 0.24rem;
    margin-top: 0.26rem;
  }

  .about_container .rank .rank_con .cl .rk_t > p {
    font-size: 0.56rem;
  }

  .about_container .rank .rank_con .cl .rk_t .t_tit p {
    font-size: 0.42rem;
  }

  .about_container .rank .rank_con .cl .rk_t .t_tit span {
    font-size: 0.24rem;
    width: 100% !important;
  }

  .about_container .rank .rank_con .cl .rk_xg .xg .xg_con p {
    font-size: 0.48rem;
  }

  .about_container .rank .rank_con .cl .rk_xg .xg .xg_con p.x_desc {
    font-size: 0.24rem;
  }

  .about_container .rank .rank_con .cl .rk_xg .xg .xg_con {
    height: auto !important;
    margin-bottom: 0.55rem;
  }

  .about_container .rank .rank_con .cl .rk_xg .xg {
    position: relative;
    border-bottom: none;
  }
  .about_container .rank .rank_con .cl .rk_xg .xg::after {
    content: "";
    position: absolute;
    height: 1px;
    left: -0.45rem;
    right: -0.45rem;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
  }
  .about_container .rank .rank_con .cl .rk_xg .xg:first-child::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -0.45rem;
    right: -0.45rem;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
  }
  .about_container .rank .rank_con .cl .rk_xg .xg:last-child::after {
    display: none;
    content: "";
    position: absolute;
    height: 1px;
    left: -0.45rem;
    right: -0.45rem;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
  }

  .ms_swiper .ms_container > p {
    font-size: 0.56rem !important;
  }

  .product_detail .product_top {
    height: auto;
  }

  .product_detail .product_top .info_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product_detail .product_top .info_con .info_xx {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product_detail .product_operate .ope_nav {
    display: -webkit-inline-box;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    margin: 0;
    padding: 0.9rem 0.45rem 0.6rem;
  }
  .product_detail .product_operate .ope_nav::-webkit-scrollbar {
    background: none;
    height: 0.1rem;
  }
  .product_detail .product_operate .ope_nav::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
  }

  .product_detail .product_operate .ope_nav .nav_item {
    padding: 0 0 0.32rem 0;
    margin-right: 0;
    width: 2.2rem;
  }
  .product_detail .product_operate .ope_nav .nav_item:last-child {
    margin-right: 0;
  }

  .about_container .oc .oc_con .o_flx .oc_item .item_c {
    bottom: 0.62rem;
  }

  .product_detail .product_operate .ope_kf .kf_tab .tab_con p {
    width: 50%;
  }

  .product_detail .product_operate .ope_kf .kf_tab .tab_con {
    width: 100%;
  }

  .product_detail .product_operate .ope_kf .kf_con .cart-list {
    margin: 0;
  }

  .product_detail .product_operate .ope_kf .kf_con .cart-list ul li {
    width: 100%;
  }
  .product_detail .product_operate .ope_kf .kf_con .cart-list ul li:nth-last-child(n) {
    margin-right: 0;
  }

  .product_detail .product_operate .ope_kf {
    padding: 0.6rem 0;
  }

  .product_detail .product_info .info_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  .product_detail .product_info .info_con .info_pt,
  .product_detail .product_info .info_con .info_xx {
    width: 100%;
  }

  .product_detail .product_info .info_con .info_xx {
    margin-bottom: 1.2rem;
  }

  .product_detail .product_info .info_con .info_xx .info_attr .attr_item p:first-child {
    width: 70%;
  }

  .product_detail .product_info .info_con .info_pt {
    padding-left: 0;
    text-align: center;
  }
}
/* ===============弹框================= */
/*
  弹框
*/
.dialog_uuid {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.dialog_uuid.show {
  opacity: 1;
  visibility: visible;
}

.dialog_uuid .shop_container {
  width: 440px;
  /*min-height: 224px;*/
  background: #fff;
}

.dialog_uuid .shop_container .hd_con {
  position: relative;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #e8e8e8;
}

.dialog_uuid .shop_container .hd_con p {
  padding-left: 20px;
  font-weight: 600;
}

.dialog_uuid .shop_container .sp_con {
  padding: 20px;
}

.dialog_uuid .shop_container .sp_con .shop_bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}

.dialog_uuid .shop_container .sp_con .shop_bt .dia_bt {
  margin: 0 10px;
  width: 100%;
  font-size: 14px;
  padding: 8px 0 !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ececec;
}

.dialog_uuid .shop_container .sp_con .shop_bt .dia_bt:hover {
  color: #fff;
  background-color: #467cbf;
}

.dialog_uuid .shop_container .sp_con .shop_bt .dia_bt.on {
  color: #fff;
  background-color: #467cbf;
}

.three_detail_con {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.three_detail_con .detail_container {
  width: 100%;
  height: 100%;
  min-height: 224px;
  background: #fff;
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/product_bgc.png) center no-repeat;
  background-size: cover;
}
.three_detail_con .detail_container .close {
  cursor: pointer;
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/close.svg) center no-repeat;
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
}
.three_detail_con .detail_container .close:hover {
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/close_on.svg) center no-repeat;
}
.three_detail_con .detail_container .sp_con {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.three_detail_con .detail_container .sp_con iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.three_detail_con .detail_container .sp_con .sn_bom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.three_detail_con .detail_container .sp_con .sn_bom img {
  width: 0.42rem;
  height: 0.42rem;
}
.three_detail_con .detail_container .sp_con .sn_bom p {
  margin-left: 0.14rem;
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.three_detail_con .detail_container .sp_con .sn_operate {
  position: absolute;
  right: 2.4rem;
  top: 2rem;
}
.three_detail_con .detail_container .sp_con .sn_operate > p {
  font-family: "OpenSansZ-Regular";
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 0.3rem;
}
.three_detail_con .detail_container .sp_con .sn_operate .operate_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.three_detail_con .detail_container .sp_con .sn_operate .operate_slide > img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  width: 0.36rem;
  height: 0.37rem;
  margin-bottom: 0.16rem;
  cursor: pointer;
}

.three_detail_con.show {
  opacity: 1;
  visibility: visible;
}

/* ============================================*/
/*
    加载动画 start
*/
.request-loading-view {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.request-loading-view.show {
  opacity: 1;
  visibility: visible;
}

.loading {
  border: 6px solid rgba(0, 0, 0, 0.01);
  border-radius: 50%;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.4s linear infinite;
  animation: spin 1.4s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.no_login {
  padding: 200px 0;
  text-align: center;
}

.no_login .txt {
  font-size: 16px;
}

.no_login .p-btn {
  margin: 20px auto;
}

/*
加载动画 end
*/
.ms_spn2 {
  width: 100%;
  padding: 1.28rem 2.4rem;
  text-align: center;
}
.ms_spn2 p {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.48rem;
  color: #FFFFFF;
  line-height: 0.6rem;
}

.ms_swiper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ms_swiper .bgc_im {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ms_swiper .bgc_im img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 100%;
  height: 100%;
}
.ms_swiper .bgc_im img.active {
  opacity: 1;
}
.ms_swiper .ms_container {
  width: 100%;
  text-align: center;
  position: relative;
}
.ms_swiper .ms_container > p {
  padding: 1.27rem 0 0.7rem;
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.48rem;
  color: #FFFFFF;
  line-height: 0.6rem;
  position: relative;
  z-index: 1;
}
.ms_swiper .ms_container .con_box {
  margin: 0 3.2rem;
  position: relative;
}
.ms_swiper .ms_container .con_box ul {
  position: relative;
  margin-bottom: 1rem;
}
.ms_swiper .ms_container .con_box ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.2rem;
  height: 2px;
}
.ms_swiper .ms_container .con_box ul li {
  margin: 56px 0;
}
.ms_swiper .ms_container .con_box ul li p {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 2.4rem;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 0.6rem;
  -webkit-transition: text-align 5.4s;
  transition: text-align 5.4s;
}
.ms_swiper .ms_container .con_box ul li .spn_desc {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  text-transform: none;
  width: 150%;
  display: block;
}
.ms_swiper .ms_container .con_box .prev {
  position: absolute;
  left: -1.2rem;
  bottom: 0.75rem;
  z-index: 9;
}
.ms_swiper .ms_container .con_box .next {
  position: absolute;
  right: -1.2rem;
  bottom: 0.75rem;
  z-index: 9;
}
.ms_swiper .ms_container .con_box .button-prev, .ms_swiper .ms_container .con_box .button-next {
  cursor: pointer;
  width: 0.5rem;
}
.ms_swiper .ms_container .con_box .button-prev img, .ms_swiper .ms_container .con_box .button-next img {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.5rem;
  object-fit: cover;
}
.ms_swiper .ms_container .con_box .button-prev .hoverImg, .ms_swiper .ms_container .con_box .button-next .hoverImg {
  display: none;
}
.ms_swiper .ms_container .con_box .button-prev:hover img, .ms_swiper .ms_container .con_box .button-next:hover img {
  display: none;
}
.ms_swiper .ms_container .con_box .button-prev:hover .hoverImg, .ms_swiper .ms_container .con_box .button-next:hover .hoverImg {
  display: block;
}
.ms_swiper .step-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
  padding: 0 3.2rem;
}
.ms_swiper .step-box .ul-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 0.02rem solid rgba(255, 255, 255, 0.5);
}
.ms_swiper .step-box .ul-wrapper li {
  width: calc(90% / 4);
  position: relative;
}
.ms_swiper .step-box .ul-wrapper li.active::before {
  background-color: #E40014;
}
.ms_swiper .step-box .ul-wrapper li.active::after {
  background-color: #E40014;
}
.ms_swiper .step-box .ul-wrapper li.active p {
  color: #E40014;
}
.ms_swiper .step-box .ul-wrapper li::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: -0.03rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ms_swiper .step-box .ul-wrapper li::after {
  content: "";
  display: block;
  width: 0.01rem;
  height: 0.08rem;
  background-color: #FFFFFF80;
  position: absolute;
  top: 0.05rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ms_swiper .step-box .ul-wrapper li p {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 0.2rem;
  font-family: "OpenSans-Medium";
}
.ms_swiper .step-box .ul-wrapper li span {
  display: none;
}
.ms_swiper .step-box .swiper-container {
  width: 100%;
}
.ms_swiper .step-box .swiper-container .swiper-wrapper {
  width: 100%;
  position: relative;
}
.ms_swiper .step-box .swiper-container .swiper-wrapper::before {
  position: absolute;
  top: 0.02rem;
  content: "";
  display: block;
  width: 200%;
  left: -50%;
  height: 2px;
  background-color: #EEEEEE;
}
.ms_swiper .step-box .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(100% / 4);
  position: relative;
  cursor: pointer;
}
.ms_swiper .step-box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  background-color: #E40014 !important;
}
.ms_swiper .step-box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  background-color: #E40014 !important;
}
.ms_swiper .step-box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #E40014;
}
.ms_swiper .step-box .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ms_swiper .step-box .swiper-container .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  width: 0.01rem;
  height: 0.08rem;
  background-color: #FFFFFF80;
  position: absolute;
  top: 0.08rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ms_swiper .step-box .swiper-container .swiper-wrapper .swiper-slide p {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 0.2rem;
  font-family: "OpenSans-Medium";
}
.ms_swiper .step-box .swiper-container .swiper-wrapper .swiper-slide span {
  display: none;
}
.ms_swiper .step-box .swiper-container .swiper-wrapper .swiper-slide .line {
  position: absolute;
  top: 0.02rem;
  content: "";
  display: block;
  width: 200%;
  left: 0%;
  height: 2px;
  z-index: -1;
  background-color: #EEEEEE;
}

@media screen and (max-width: 1770px) {
  .ms_swiper .ms_container .step-box {
    bottom: 0.3rem;
    padding: 0 3rem;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide::before {
    top: 0rem;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide::after {
    top: 0.05rem;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1670px) {
  .ms_swiper .ms_container .step-box {
    bottom: 0.3rem;
    padding: 0 3rem;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide::before {
    top: 0rem;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide::after {
    top: 0.05rem;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1200px) {
  .ms_swiper .ms_container .step-box {
    bottom: 0.26rem;
    padding: 0 2rem;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide::before {
    top: 0.03rem;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide::after {
    top: 0.07rem;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 800px) {
  .ms_swiper .ms_container .step-box {
    bottom: -28px;
    padding: 0 70px;
  }
  .ms_swiper .ms_container .step-box .swiper-container {
    position: relative;
  }
  .ms_swiper .ms_container .step-box .swiper-container::before {
    position: absolute;
    top: 0.06rem;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper {
    width: 100%;
    position: relative;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper::before {
    background-color: rgba(255, 255, 255, 0);
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(100% / 4);
    position: relative;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide::before {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 0.04rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide::after {
    content: "";
    display: block;
    width: 0.01rem;
    height: 0.1rem;
    background-color: #FFFFFF80;
    position: absolute;
    top: 0.08rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 14px;
  }
  .ms_swiper .ms_container .step-box .swiper-container .swiper-wrapper .swiper-slide .line {
    display: none;
  }
  .ms_swiper .ms_container .con_box ul li .spn_desc {
    opacity: 0;
    position: absolute;
    left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    font-family: "OpenSansZ-Regular";
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 100%;
    display: block;
  }
  .ms_swiper .ms_container .con_box .prev {
    position: absolute;
    left: -1.2rem;
    bottom: 0.75rem;
    z-index: 9;
  }
  .ms_swiper .ms_container .con_box .next {
    position: absolute;
    right: -1.2rem;
    bottom: 0.75rem;
    z-index: 9;
  }
  .ms_swiper .ms_container .con_box .button-prev, .ms_swiper .ms_container .con_box .button-next {
    cursor: pointer;
    width: 0.5rem;
  }
  .ms_swiper .ms_container .con_box .button-prev img, .ms_swiper .ms_container .con_box .button-next img {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.5rem;
    object-fit: cover;
  }
  .ms_swiper .ms_container .con_box .button-prev .hoverImg, .ms_swiper .ms_container .con_box .button-next .hoverImg {
    display: none;
  }
  .ms_swiper .ms_container .con_box .button-prev:hover img, .ms_swiper .ms_container .con_box .button-next:hover img {
    display: none;
  }
  .ms_swiper .ms_container .con_box .button-prev:hover .hoverImg, .ms_swiper .ms_container .con_box .button-next:hover .hoverImg {
    display: block;
  }
}
.cd-item-wrapper {
  position: relative;
}

.cd-item-wrapper li {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
  -webkit-transform: translateX(200%) scale(0.7);
  -ms-transform: translateX(200%) scale(0.7);
  transform: translateX(200%) scale(0.7);
  -webkit-transition: opacity 1.4s, background-color 1.4s, -webkit-transform 1.4s;
  transition: opacity 1.4s, background-color 1.4s, -webkit-transform 1.4s;
  transition: transform 1.4s, opacity 1.4s, background-color 1.4s;
  transition: transform 1.4s, opacity 1.4s, background-color 1.4s, -webkit-transform 1.4s;
  text-align: center;
}
.cd-item-wrapper li p {
  will-change: background-image;
  -webkit-transition: font-size 5.4s;
  transition: font-size 5.4s;
  font-size: 0.64rem;
  color: #FFFFFF;
}

.cd-item-wrapper li.selected {
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0) scale(1) translateY(-25%);
  -ms-transform: translateX(0) scale(1) translateY(-25%);
  transform: translateX(0) scale(1) translateY(-25%);
}
.cd-item-wrapper li.selected p {
  font-family: "OpenSansZ-Regular";
  background-image: -webkit-linear-gradient(top, #FFFFFF 39%, rgba(255, 255, 255, 0) 80%);
  background-image: linear-gradient(to bottom, #FFFFFF 39%, rgba(255, 255, 255, 0) 80%);
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
}
.cd-item-wrapper li.selected .spn_desc {
  opacity: 1 !important;
}

.cd-item-wrapper li.move-left {
  -webkit-transform: translateX(-95%) scale(0.1);
  -ms-transform: translateX(-95%) scale(0.1);
  transform: translateX(-95%) scale(0.1);
  opacity: 0;
}

.cd-item-wrapper li.move-right {
  -webkit-transform: translateX(95%) scale(0.1);
  -ms-transform: translateX(95%) scale(0.1);
  transform: translateX(95%) scale(0.1);
  opacity: 0;
}

.cd-item-wrapper li.hide-left {
  -webkit-transform: translateX(-200%) scale(0.7);
  -ms-transform: translateX(-200%) scale(0.7);
  transform: translateX(-200%) scale(0.7);
}

.cd-item-wrapper li img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1770px) {
  .earth_content .box_info .info_txt {
    padding: 0 0.6rem !important;
  }

  .cd-item-wrapper li.selected {
    -webkit-transform: translateX(0) scale(0.8) translateY(-25%);
    -ms-transform: translateX(0) scale(0.8) translateY(-25%);
    transform: translateX(0) scale(0.8) translateY(-25%);
  }

  .ms_swiper .ms_container .con_box ul li p {
    font-size: 1.8rem;
  }

  .ms_swiper .ms_container .con_box ul::before {
    bottom: 2rem;
  }

  .ms_swiper .ms_container .con_box .next,
  .ms_swiper .ms_container .con_box .prev {
    bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1670px) {
  .cd-item-wrapper li.focus-on-left {
    -webkit-transform: translateX(3%) scale(1.25);
    -ms-transform: translateX(3%) scale(1.25);
    transform: translateX(3%) scale(1.25);
  }

  .cd-item-wrapper li.focus-on-left.move-right {
    -webkit-transform: translateX(103%) scale(0.7);
    -ms-transform: translateX(103%) scale(0.7);
    transform: translateX(103%) scale(0.7);
  }

  .cd-item-wrapper li.focus-on-right {
    -webkit-transform: translateX(-3%) scale(1.25);
    -ms-transform: translateX(-3%) scale(1.25);
    transform: translateX(-3%) scale(1.25);
  }

  .cd-item-wrapper li.focus-on-right.move-left {
    -webkit-transform: translateX(-103%) scale(0.7);
    -ms-transform: translateX(-103%) scale(0.7);
    transform: translateX(-103%) scale(0.7);
  }

  .cd-item-wrapper li.hover {
    opacity: 1 !important;
  }

  .cd-item-wrapper li.hover.move-left {
    -webkit-transform: translateX(-97%) scale(0.75);
    -ms-transform: translateX(-97%) scale(0.75);
    transform: translateX(-97%) scale(0.75);
  }

  .cd-item-wrapper li.hover.move-right {
    -webkit-transform: translateX(97%) scale(0.75);
    -ms-transform: translateX(97%) scale(0.75);
    transform: translateX(97%) scale(0.75);
  }

  .ms_swiper .ms_container .con_box .next, .ms_swiper .ms_container .con_box .prev {
    bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ms_swiper .ms_container .con_box {
    margin: 0 1.2rem;
  }

  .ms_swiper .ms_container .con_box .prev {
    left: -0.8rem;
  }

  .ms_swiper .ms_container .con_box .next {
    right: -0.8rem;
  }

  .ms_swiper .ms_container .con_box ul::before {
    bottom: 2.3rem;
  }

  .ms_swiper .ms_container .con_box .next, .ms_swiper .ms_container .con_box .prev {
    bottom: 0.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .ms_swiper .ms_container .con_box {
    margin: 0;
  }

  .ms_swiper .ms_container .con_box .next, .ms_swiper .ms_container .con_box .prev {
    bottom: -1.08rem;
  }

  .ms_swiper .ms_container .con_box .prev {
    left: 0;
  }

  .ms_swiper .ms_container .con_box .next {
    right: 0;
  }

  .ms_swiper .ms_container .con_box ul li p {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .cd-item-wrapper li.move-left {
    -webkit-transform: translateX(-96%) scale(0.4);
    -ms-transform: translateX(-96%) scale(0.4);
    transform: translateX(-96%) scale(0.4);
  }

  .cd-item-wrapper li.move-right {
    -webkit-transform: translateX(96%) scale(0.4);
    -ms-transform: translateX(96%) scale(0.4);
    transform: translateX(96%) scale(0.4);
  }

  .cd-item-wrapper li.selected {
    -webkit-transform: translateX(0) scale(1.6) translateY(-25%);
    -ms-transform: translateX(0) scale(1.6) translateY(-25%);
    transform: translateX(0) scale(1.6) translateY(-25%);
  }

  .ms_swiper .ms_container .con_box ul::before {
    bottom: 220px;
  }

  .ms_swiper .ms_container .con_box ul li .spn_desc {
    top: 120px;
  }

  .ms_swiper .ms_container .con_box ul li {
    margin-bottom: 200px;
  }

  .ms_swiper .ms_container .con_box .next,
  .ms_swiper .ms_container .con_box .prev {
    bottom: -11px;
  }

  .ms_swiper .ms_container .con_box .next {
    right: 20px;
  }

  .ms_swiper .ms_container .con_box .prev {
    left: 20px;
  }

  .earth_content .info_tit_c {
    width: 90%;
    height: auto !important;
    top: 30% !important;
    -webkit-transform: translate(-50%, -30%) scale(1, 1) !important;
    -ms-transform: translate(-50%, -30%) scale(1, 1) !important;
    transform: translate(-50%, -30%) scale(1, 1) !important;
  }

  .about_container .oc .oc_con h3 {
    font-size: 0.56rem;
  }

  .about_container .oc .oc_con .o_flx .oc_item {
    width: 250px;
    padding: 0 0 40px 0;
  }

  .about_container .oc .oc_con .o_flx .oc_item .item_c p {
    font-size: 0.32rem;
    margin-top: 20px;
  }

  .about_container .esg .esg_con .esg_con_l h3 {
    font-size: 0.56rem;
  }

  .about_container .esg .esg_con .esg_con_l p {
    font-size: 0.28rem;
  }
}
.earth_content {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #CCDCE9, #ffffff);
  background: linear-gradient(to bottom, #CCDCE9, #ffffff);
}
.earth_content .content_box {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 30px;
}
.earth_content .content_box .gso {
  position: absolute;
  right: 2rem;
  bottom: 1.46rem;
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.32rem;
  color: #171A20;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.earth_content .content_box #earth {
  position: absolute;
}
.earth_content .content_box #earth canvas {
  position: relative;
  z-index: 1;
}
.earth_content .info_tit_c {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "OpenSansZ-Regular";
  text-align: center;
  height: 2.18rem;
  line-height: 2.18rem;
  margin: 0 auto;
  aspect-ratio: 1375/191;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
.earth_content .info_tit_c h3 {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.48rem;
  color: #171A20;
  line-height: 2.18rem;
  text-align: center;
}
.earth_content .info_tit_c h3 em {
  color: #171A20;
}
.earth_content .box_info {
  padding-top: 0.35rem;
}
.earth_content .box_info .info_tit {
  font-family: "OpenSansZ-Regular";
  text-align: center;
  height: 2.18rem;
  line-height: 2.18rem;
  max-width: 15rem;
  margin: 0 auto;
  aspect-ratio: 1383/218;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.earth_content .box_info .info_tit h3 {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.48rem;
  color: #171A20;
  line-height: 2.18rem;
  text-align: center;
}
.earth_content .box_info .info_tit h3 em {
  color: #171A20;
}
.earth_content .box_info .info_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 10;
}
.earth_content .box_info .info_desc .desc_item {
  padding: 0.2rem 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  min-width: 2.6rem;
}
.earth_content .box_info .info_desc .desc_item.active p {
  opacity: 1;
}
.earth_content .box_info .info_desc .desc_item .m_xx {
  width: 1.26rem;
  height: 1.26rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.earth_content .box_info .info_desc .desc_item img {
  width: 1.26rem;
  height: 1.26rem;
  margin-bottom: 0.24rem;
  border-radius: 50%;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.earth_content .box_info .info_desc .desc_item p {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: inline-block;
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 0.06rem 0.2rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.2rem;
  border: 2px solid #e50014;
}
.earth_content .box_info .info_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2.3rem;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.earth_content .box_info .info_txt .txt_item {
  width: 50%;
  padding: 0 32%;
  margin-bottom: 0.4rem;
}
.earth_content .box_info .info_txt .txt_item:nth-child(2n+1) {
  padding-left: 0;
}
.earth_content .box_info .info_txt .txt_item:nth-child(2n) {
  padding-right: 0;
  text-align: left;
}
.earth_content .box_info .info_txt .txt_item:nth-last-child(-n+2) {
  margin-bottom: 0 !important;
}
.earth_content .box_info .info_txt .txt_item p {
  font-family: "OpenSansZ-Regular";
  font-weight: bold;
  font-size: 0.56rem;
  color: #E40014;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.earth_content .box_info .info_txt .txt_item > span {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.earth_content .box_info .info_txt .txt_item .num_io {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.earth_content .box_info .info_txt .txt_item .num_io p {
  display: inline-block;
  font-family: "OpenSansZ-Regular";
  font-weight: bold;
  font-size: 0.56rem;
  color: #171A20;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.earth_content .box_info .info_txt .txt_item .num_io span {
  font-family: "OpenSansZ-Regular";
  font-weight: 600;
  font-size: 0.36rem;
  color: #333333;
  text-align: left;
  vertical-align: bottom;
  padding-left: 0.05rem;
}
.earth_content .box_info .info_txt .txt_item .num_io span.inline {
  display: block;
}

#log_info {
  color: #E40014;
  display: none;
  text-align: center;
}
#log_info p {
  font-family: "OpenSansZ-Regular";
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
  font-size: 16px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
#log_info .log_img {
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
#log_info .log_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
  .about_container .oc .oc_con .o_flx .oc_item:hover .item_c > div::after {
    width: 2rem;
    aspect-ratio: 1/1;
    height: auto !important;
  }

  .earth_content {
    height: auto !important;
  }

  .info_desc {
    display: none !important;
  }

  .box_info .info_txt .txt_item {
    opacity: 1 !important;
  }

  .earth_content .content_box #earth {
    position: relative;
  }

  .earth_content .box_info .info_tit {
    display: none;
  }

  .earth_content .box_info .info_txt {
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .earth_content .box_info {
    -webkit-transform: translateY(-1.5rem) !important;
    -ms-transform: translateY(-1.5rem) !important;
    transform: translateY(-1.5rem) !important;
  }

  .earth_content .box_info .info_txt .txt_item {
    padding: 0 1rem !important;
  }

  .earth_content .content_box .gso {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .about_container .us {
    height: 100vh;
    aspect-ratio: auto;
  }

  .about_container .oc .oc_con .o_flx .oc_item:hover .item_c > div::after {
    width: 2.4rem !important;
  }
}
@media only screen and (max-width: 800px) {
  .earth_content .box_info .info_txt .txt_item {
    padding: 0 0.2rem !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .content_box #earth {
    position: relative;
  }
}
.three_detail_con {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.three_detail_con .detail_container {
  width: 100%;
  height: 100%;
  min-height: 224px;
  background: #fff;
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/product_bgc.png) center no-repeat;
}
.three_detail_con .detail_container .close {
  cursor: pointer;
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/close.svg) center no-repeat;
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
}
.three_detail_con .detail_container .close:hover {
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/close_on.svg) center no-repeat;
}
.three_detail_con .detail_container .sp_con {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.three_detail_con .detail_container .sp_con > p {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transform: translate(-50%, -65%) scale(1, 1);
  -ms-transform: translate(-50%, -65%) scale(1, 1);
  transform: translate(-50%, -65%) scale(1, 1);
  background-image: -webkit-linear-gradient(top, #C5C9D1 39%, rgba(223, 223, 223, 0.5) 80%);
  background-image: linear-gradient(to bottom, #C5C9D1 39%, rgba(223, 223, 223, 0.5) 80%);
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  font-style: normal;
  text-transform: none;
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
}
.three_detail_con .detail_container .sp_con iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.three_detail_con .detail_container .sp_con .sn_bom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.three_detail_con .detail_container .sp_con .sn_bom img {
  width: 0.42rem;
  height: 0.42rem;
}
.three_detail_con .detail_container .sp_con .sn_bom p {
  margin-left: 0.14rem;
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.three_detail_con .detail_container .sp_con .sn_operate {
  position: absolute;
  right: 2.4rem;
  top: 2rem;
}
.three_detail_con .detail_container .sp_con .sn_operate > p {
  font-family: "OpenSansZ-Regular";
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 0.3rem;
}
.three_detail_con .detail_container .sp_con .sn_operate .operate_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.three_detail_con .detail_container .sp_con .sn_operate .operate_slide > img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  width: 0.36rem;
  height: 0.37rem;
  margin-bottom: 0.16rem;
  cursor: pointer;
  z-index: 2;
}

.three_detail_con.show {
  opacity: 1;
  visibility: visible;
}

.about_container .about-map {
  width: 100%;
  height: 100vh;
  position: relative;
}
.about_container .about-map .title {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  line-height: 0.56rem;
  font-family: "OpenSans-Medium";
}
.about_container .about-map .bg-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2.68rem;
  width: 13.74rem;
  height: 1.9rem;
}
.about_container .about-map .manufacturing-bases {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.about_container .about-map .manufacturing-bases.hide {
  opacity: 0;
  z-index: 0;
}
.about_container .about-map .manufacturing-bases.show {
  opacity: 1;
  z-index: 1;
}
.about_container .about-map .manufacturing-bases .map-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1920/584;
}
.about_container .about-map .manufacturing-bases .map-img .map-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.53rem;
  aspect-ratio: 53/64;
  cursor: pointer;
}
.about_container .about-map .manufacturing-bases .map-img .map-dot .default-img {
  display: block;
}
.about_container .about-map .manufacturing-bases .map-img .map-dot .hover-img {
  display: none;
}
.about_container .about-map .manufacturing-bases .map-img .map-dot.on .default-img {
  display: none;
}
.about_container .about-map .manufacturing-bases .map-img .map-dot.on .hover-img {
  display: block;
}
.about_container .about-map .manufacturing-bases .map-img .map-dot::after {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.about_container .about-map .manufacturing-bases .bases-list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 4rem);
  height: 1.1rem;
  padding-top: 0.2rem;
  border-top: 1px solid #C5C8CF;
  overflow: visible;
}
.about_container .about-map .manufacturing-bases .bases-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about_container .about-map .manufacturing-bases .bases-list ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% / 6);
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  line-height: 0.36rem;
  cursor: pointer;
  font-family: "OpenSans-Medium";
}
.about_container .about-map .manufacturing-bases .bases-list ul li.on::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(-0.2rem - 1px);
  width: 50%;
  height: 1px;
  background-color: #E40014;
}
.about_container .about-map .manufacturing-bases .bases-item {
  width: 4.8rem;
  height: 4.8rem;
  background-color: white;
  position: absolute;
  left: 2rem;
  bottom: 2.4rem;
}
.about_container .about-map .manufacturing-bases .bases-item .swiper-container {
  width: 100%;
}
.about_container .about-map .manufacturing-bases .bases-item .swiper-container ul {
  width: 100%;
}
.about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li {
  width: 100% !important;
}
.about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .img {
  width: 4.8rem;
  height: 2.7rem;
}
.about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .text {
  padding: 0.34rem 0.5rem 0.24rem 0.5rem;
}
.about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .text img {
  width: 0.39rem;
  height: 0.37rem;
}
.about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .text .item-title {
  font-weight: 500;
  font-size: 0.36rem;
  color: #171A20;
  line-height: 0.36rem;
  margin-top: 0.31rem;
  font-family: "OpenSans-Medium";
}
.about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .text .sub-title {
  font-weight: 500;
  font-size: 0.22rem;
  color: #171A20;
  line-height: 0.36rem;
  font-family: "OpenSans-Medium";
}
.about_container .about-map .global-layout {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.about_container .about-map .global-layout.hide {
  opacity: 0;
  z-index: 0;
}
.about_container .about-map .global-layout.show {
  opacity: 1;
  z-index: 1;
}
.about_container .about-map .global-layout .title {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  line-height: 0.56rem;
  font-family: "OpenSans-Medium";
}
.about_container .about-map .global-layout .bg-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 22%;
  width: 13.74rem;
  height: 1.9rem;
}
.about_container .about-map .global-layout .d-list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 24%;
  width: calc(100% - 4rem);
}
.about_container .about-map .global-layout .d-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_container .about-map .global-layout .d-list ul li {
  width: 2.65rem;
}
.about_container .about-map .global-layout .d-list ul li .n {
  font-weight: 500;
  font-size: 0.72rem;
  color: #171A20;
  line-height: 0.84rem;
  font-family: "OpenSans-Medium";
}
.about_container .about-map .global-layout .d-list ul li .des {
  width: 80%;
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  line-height: 0.19rem;
  font-family: "OpenSans-Medium";
}
.about_container .about-map .global-layout .map-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1920/583;
}
.about_container .about-map .global-layout .map-img .map-dot {
  position: absolute;
  left: 0;
  top: 0;
}
.about_container .about-map .global-layout .map-img .map-dot.on {
  z-index: 5;
}
.about_container .about-map .global-layout .map-img .map-dot.on .tit {
  opacity: 1;
}
.about_container .about-map .global-layout .map-img .map-dot .tit {
  position: absolute;
  left: 50%;
  top: -0.3rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  font-weight: 500;
  font-size: 0.2rem;
  color: #434D54;
  line-height: 0.23rem;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  font-family: "OpenSans-Medium";
}
.about_container .about-map .global-layout .map-img .map-dot .img {
  position: relative;
  width: 0.44rem;
  cursor: pointer;
  aspect-ratio: 53/64;
}
.about_container .about-map .global-layout .map-img .map-dot .img > img {
  width: 100%;
  height: 100%;
}
.about_container .about-map .global-layout .map-img .map-dot .img::after {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.about_container .about-map .global-layout .map-img .trigger-easter-egg {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 73%;
  top: 32%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1100px) {
  .about_container .about-map .manufacturing-bases .bases-list {
    width: calc(100% - 1.6rem);
  }
  .about_container .about-map .global-layout .d-list {
    width: calc(100% - 1.6rem);
  }
  .about_container .about-map .global-layout .map-img .map-dot > img {
    width: 0.7rem;
    aspect-ratio: 53/64;
  }
}
@media screen and (max-width: 800px) {
  .about_container .about-map {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
  }
  .about_container .about-map .manufacturing-bases {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
  }
  .about_container .about-map .manufacturing-bases.hide {
    opacity: 0;
    z-index: 0;
  }
  .about_container .about-map .manufacturing-bases.show {
    opacity: 1;
    z-index: 1;
  }
  .about_container .about-map .manufacturing-bases .title {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 8%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 500;
    font-size: 28px;
    color: #171A20;
    line-height: 33px;
    font-family: "OpenSans-Medium";
  }
  .about_container .about-map .manufacturing-bases .bg-text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 15%;
    width: 100%;
    aspect-ratio: 375/52;
  }
  .about_container .about-map .manufacturing-bases .map-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: auto;
    top: 20%;
    width: 136%;
    aspect-ratio: 1920/584;
  }
  .about_container .about-map .manufacturing-bases .map-img .map-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    aspect-ratio: 21/25;
    cursor: pointer;
  }
  .about_container .about-map .manufacturing-bases .map-img .map-dot .default-img {
    display: block;
  }
  .about_container .about-map .manufacturing-bases .map-img .map-dot .hover-img {
    display: none;
  }
  .about_container .about-map .manufacturing-bases .map-img .map-dot.on .default-img {
    display: none;
  }
  .about_container .about-map .manufacturing-bases .map-img .map-dot.on .hover-img {
    display: block;
  }
  .about_container .about-map .manufacturing-bases .map-img .map-dot::after {
    content: "";
    display: block;
    width: 60%;
    aspect-ratio: 1/1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .about_container .about-map .manufacturing-bases .bases-list {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 50px);
    height: 103px;
    padding-top: 21px;
    border-top: 1px solid #C5C8CF;
  }
  .about_container .about-map .manufacturing-bases .bases-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about_container .about-map .manufacturing-bases .bases-list ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    font-weight: 500;
    font-size: 16px;
    color: #171A20;
    line-height: 18px;
    cursor: pointer;
    font-family: "OpenSans-Medium";
  }
  .about_container .about-map .manufacturing-bases .bases-list ul li.swiper-slide-active::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(-22px);
    width: 80%;
    height: 2px;
    background-color: #E40014;
  }
  .about_container .about-map .manufacturing-bases .bases-list ul li.swiper-slide-prev {
    background: -webkit-linear-gradient(right, black, rgba(0, 0, 0, 0));
    background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about_container .about-map .manufacturing-bases .bases-list ul li.swiper-slide-next {
    background: -webkit-linear-gradient(left, black, rgba(0, 0, 0, 0));
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about_container .about-map .manufacturing-bases .bases-item {
    width: calc(100% - 50px);
    height: 39.5%;
    background-color: white;
    position: absolute;
    left: 25px;
    bottom: auto;
    top: 41%;
  }
  .about_container .about-map .manufacturing-bases .bases-item .swiper-container {
    width: 100%;
    height: 100%;
  }
  .about_container .about-map .manufacturing-bases .bases-item .swiper-container ul {
    width: 100%;
    height: 100%;
  }
  .about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li {
    width: 100% !important;
    height: 100%;
  }
  .about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .img {
    width: 100%;
    height: 56%;
  }
  .about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 25px 10px 25px;
  }
  .about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .text img {
    width: 25px;
    height: 25px;
  }
  .about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .text .item-title {
    font-weight: 500;
    font-size: 21px;
    color: #171A20;
    line-height: 24px;
    margin-top: 14px;
    font-family: "OpenSans-Medium";
  }
  .about_container .about-map .manufacturing-bases .bases-item .swiper-container ul li .text .sub-title {
    font-weight: 500;
    font-size: 14px;
    color: #171A20;
    line-height: 24px;
    font-family: "OpenSans-Medium";
  }
  .about_container .about-map .global-layout {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .about_container .about-map .global-layout.hide {
    opacity: 0;
    z-index: 0;
  }
  .about_container .about-map .global-layout.show {
    opacity: 1;
    z-index: 1;
  }
  .about_container .about-map .global-layout .title {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 8%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 500;
    font-size: 28px;
    color: #171A20;
    line-height: 33px;
    font-family: "OpenSans-Medium";
  }
  .about_container .about-map .global-layout .bg-text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 15%;
    width: 100%;
    aspect-ratio: 375/52;
  }
  .about_container .about-map .global-layout .d-list {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 44%;
    width: calc(100% - 50px);
  }
  .about_container .about-map .global-layout .d-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about_container .about-map .global-layout .d-list ul li {
    width: calc(100% / 2);
    padding: 40px 0 47px 0;
    border-bottom: 1px solid #9EB6C6;
  }
  .about_container .about-map .global-layout .d-list ul li:nth-of-type(odd) {
    padding-right: 27px;
  }
  .about_container .about-map .global-layout .d-list ul li:nth-of-type(even) {
    padding-left: 27px;
  }
  .about_container .about-map .global-layout .d-list ul li:nth-of-type(3), .about_container .about-map .global-layout .d-list ul li:nth-of-type(4) {
    border-bottom: none;
  }
  .about_container .about-map .global-layout .d-list ul li .n {
    font-weight: 500;
    font-size: 42px;
    color: #171A20;
    line-height: 49px;
    font-family: "OpenSans-Medium";
  }
  .about_container .about-map .global-layout .d-list ul li .des {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #171A20;
    line-height: 16px;
    margin-top: 7px;
    font-family: "OpenSans-Medium";
  }
  .about_container .about-map .global-layout .map-img {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 25%;
    width: 100%;
    aspect-ratio: 750/300;
  }
  .about_container .about-map .global-layout .map-img > img {
    width: 100%;
    height: 100%;
  }
  .about_container .about-map .global-layout .map-img .map-dot {
    position: absolute;
    left: 0;
    top: 0;
  }
  .about_container .about-map .global-layout .map-img .map-dot.on {
    z-index: 5;
  }
  .about_container .about-map .global-layout .map-img .map-dot.on .tit {
    opacity: 1;
    display: block;
  }
  .about_container .about-map .global-layout .map-img .map-dot.bottom .tit {
    top: 50px;
  }
  .about_container .about-map .global-layout .map-img .map-dot .tit {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    opacity: 0;
    font-weight: 500;
    font-size: 13px;
    color: #434D54;
    line-height: 19px;
    margin-bottom: 11px;
    text-align: center;
    -webkit-transition: all 0s;
    transition: all 0s;
    font-family: "OpenSans-Medium";
    display: none;
  }
  .about_container .about-map .global-layout .map-img .map-dot .img {
    position: relative;
    width: 14px;
    aspect-ratio: 53/64;
  }
  .about_container .about-map .global-layout .map-img .map-dot .img > img {
    width: 100%;
    height: 100%;
  }
  .about_container .about-map .global-layout .map-img .map-dot .img::after {
    content: "";
    display: block;
    width: 60%;
    aspect-ratio: 1/1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .about_container .about-map .global-layout .map-img .trigger-easter-egg {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 73%;
    top: 70%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#ed {
  background: #F7F7F7;
}
#ed .education .e-banner {
  position: relative;
}
#ed .education .e-banner .img img {
  width: 100%;
  aspect-ratio: 192/72;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
#ed .education .e-banner .img img.mobile-img {
  display: none;
}
#ed .education .e-banner .container {
  width: 100%;
  position: absolute;
  top: 2.15rem;
  padding: 0 2rem;
}
#ed .education .e-banner .container .leftbox {
  float: left;
  width: 3.64rem;
  font-family: "ITCAvantGardeStdMd";
  font-weight: 500;
  font-size: 0.72rem;
  color: #FFFFFF;
}
#ed .education .e-banner .container .rightbox {
  float: right;
  width: 5.16rem;
  font-family: "ITCAvantGardeStdMd";
  font-weight: 500;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#ed .education1 .container {
  width: calc(100vw - (((100vw - 16.99rem) / 2)));
  background: #FFFFFF;
  -webkit-transform: translateY(-1.4rem);
  -ms-transform: translateY(-1.4rem);
  transform: translateY(-1.4rem);
  padding: 1.12rem 0 1.36rem 1.3rem;
}
#ed .education1 .container .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ed .education1 .container .tit .leftbox {
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
#ed .education1 .container .tit .rightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem;
}
#ed .education1 .container .tit .rightbox .education1-line {
  width: 100px;
  background-color: #E3E5EA;
  margin-right: 0.38rem;
  height: 1px;
  overflow: hidden;
}
#ed .education1 .container .tit .rightbox .education1-line .line-inner {
  width: 0%;
  height: 1px;
  background-color: #E40014;
}
#ed .education1 .container .tit .rightbox .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ed .education1 .container .tit .rightbox .btn div {
  cursor: pointer;
  margin-right: 0.1rem;
}
#ed .education1 .container .tit .rightbox .btn div:hover span {
  background-color: #E40014;
  color: #FFFFFF;
}
#ed .education1 .container .tit .rightbox .btn div.prev span {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#ed .education1 .container .tit .rightbox .btn div span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #E3E5EA;
  color: #888888;
  border-radius: 50%;
  font-size: 0.06rem;
}
#ed .education1 .education1-swiper {
  margin-top: 0.9rem;
}
#ed .education1 .education1-swiper .education-swiper-container {
  height: 100%;
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-wrapper {
  width: 100%;
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-wrapper .swiper-slide {
  width: 33.33%;
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 20%;
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide {
  height: 100%;
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide .swiper-slide-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide .swiper-slide-title span {
  padding: 0.05rem;
  font-weight: 500;
  font-size: 0.14rem;
  color: #E40014;
  border: 0.01rem solid #E40014;
  margin-right: 0.16rem;
  font-family: "OpenSans-Book";
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide .swiper-slide-title div {
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide .swiper-slide-content {
  height: calc(100% - 0.66rem);
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide .swiper-slide-content ul {
  height: 100%;
  padding: 0.48rem 0.4rem;
  background-color: #F7F7F7;
  margin-top: 0.42rem;
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide .swiper-slide-content ul li {
  border-bottom: 0.01rem solid #B9B9B9;
  margin-bottom: 0.48rem;
  padding-bottom: 0.39rem;
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide .swiper-slide-content ul li:last-child {
  border: none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide .swiper-slide-content ul li div {
  font-weight: 500;
  font-size: 0.2rem;
  color: #171A20;
  font-family: "OpenSans-Book";
}
#ed .education1 .education1-swiper .education-swiper-container .swiper-slide .swiper-slide-content ul li p {
  font-weight: normal;
  font-size: 0.16rem;
  color: #171A20;
  margin-top: 0.18rem;
  line-height: 0.28rem;
  font-family: "OpenSans-Book";
}

@media screen and (max-width: 800px) {
  #ed {
    background-color: #FFFFFF;
  }
  #ed .education .e-banner {
    position: relative;
  }
  #ed .education .e-banner .img img {
    display: none;
  }
  #ed .education .e-banner .img img.mobile-img {
    display: block;
    width: 100%;
    aspect-ratio: 751/960;
  }
  #ed .education .e-banner .container {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 1.05rem;
    left: 0;
    padding: 0 25px;
  }
  #ed .education .e-banner .container .leftbox {
    float: left;
    width: 3.64rem;
    font-family: "ITCAvantGardeStdMd";
    font-weight: 500;
    font-size: 0.64rem;
    color: #FFFFFF;
  }
  #ed .education .e-banner .container .rightbox {
    float: left;
    width: 100%;
    text-align: initial;
    overflow: visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.42rem;
    margin-top: 0.46rem;
    font-family: "OpenSans-Book";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #ed .education1 {
    margin-top: 1.51rem;
  }
  #ed .education1 .container {
    width: 100%;
    overflow: hidden;
    height: auto;
    background: #FFFFFF;
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
    padding: 1.12rem 0 1.36rem 1.3rem;
    padding: 0rem 0 0rem 0rem;
  }
  #ed .education1 .container .tit {
    display: block;
  }
  #ed .education1 .container .tit .leftbox {
    font-weight: 500;
    font-size: 0.56rem;
    color: #171A20;
  }
  #ed .education1 .container .tit .rightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 0.36rem 0rem 0rem 0rem;
  }
  #ed .education1 .container .tit .rightbox .education1-line {
    display: none;
  }
  #ed .education1 .container .tit .rightbox .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #ed .education1 .container .tit .rightbox .btn div span {
    width: 0.7rem;
    height: 0.7rem;
  }
  #ed .education1 .education1-swiper {
    margin-top: 0.9rem;
  }
  #ed .education1 .education1-swiper .education-swiper-container .swiper-pagination {
    width: 100%;
    height: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #ed .education1 .education1-swiper .education-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background-color: #F1F1F1;
    margin: 0 0.05rem;
  }
  #ed .education1 .education1-swiper .education-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E40014;
  }
  #ed .education1 .education1-swiper .education-swiper-container .swiper-wrapper .swiper-slide-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #ed .education1 .education1-swiper .education-swiper-container .swiper-wrapper .swiper-slide-title span {
    font-size: 0.3rem;
  }
  #ed .education1 .education1-swiper .education-swiper-container .swiper-wrapper .swiper-slide-title div {
    font-size: 0.38rem;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 溢出部分隐藏 */
    text-overflow: ellipsis;
  }
  #ed .education1 .education1-swiper .education-swiper-container .swiper-wrapper .swiper-slide-content ul {
    padding: 0.63rem 0.4rem;
    background-color: #F7F7F7;
    margin-top: 0.42rem;
    height: 460px;
  }
  #ed .education1 .education1-swiper .education-swiper-container .swiper-wrapper .swiper-slide-content ul li div {
    font-size: 0.32rem;
  }
  #ed .education1 .education1-swiper .education-swiper-container .swiper-wrapper .swiper-slide-content ul li p {
    font-size: 0.24rem;
    margin-top: 0.3rem;
    line-height: 0.4rem;
  }
  #ed .e-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.05rem 0;
  }
  #ed .e-box .areas {
    background-color: #F7F7F7;
    padding: 1.37rem 0 1.17rem 0;
  }
  #ed .e-box .areas h2 {
    text-align: center;
    font-size: 0.56rem;
    color: #171A20;
    font-family: "OpenSans-Medium";
  }
  #ed .e-box .areas .e-box-content {
    position: relative;
    margin-top: 0.15rem;
  }
  #ed .e-box .case-study .container {
    margin-top: 0.57rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    overflow-x: scroll;
  }
  #ed .e-box .case-study .container li {
    margin-right: 0.4rem;
    width: 100%;
  }
  #ed .e-box .case-study .container li a h4 {
    height: 37px;
  }
}
.e-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.05rem 0;
}
.e-box .areas h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "ITCAvantGardeStdMd";
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  margin-bottom: 0.5rem;
}
.e-box .areas .e-box-content {
  position: relative;
  text-align: center;
}
.e-box .areas .e-box-content .areas-benefit {
  position: absolute;
  width: auto;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 0.25rem 0.25rem 0.25rem 0rem;
  color: #E40014;
  padding: 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
.e-box .areas .e-box-content .areas-benefit:hover {
  z-index: 1;
}
.e-box .areas .e-box-content .areas-benefit .iconfont {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
}
.e-box .areas .e-box-content .areas-benefit .iconfont img {
  width: 100%;
  height: 100%;
}
.e-box .areas .e-box-content .areas-benefit .text {
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 0.38rem;
  text-align: left;
}
.e-box .areas .e-box-content .areas-benefit .text span {
  font-weight: 500;
  font-size: 0.16rem;
  color: #E40014;
  padding: 0rem 0.12rem;
  font-family: "OpenSans-Medium";
}
.e-box .areas .e-box-content .areas-benefit.areas-benefit1 {
  left: 14%;
  bottom: 38%;
}
.e-box .areas .e-box-content .areas-benefit.areas-benefit2 {
  left: 30%;
  bottom: 44%;
}
.e-box .areas .e-box-content .areas-benefit.areas-benefit3 {
  left: 30%;
  bottom: 57%;
}
.e-box .areas .e-box-content .areas-benefit.areas-benefit4 {
  left: 48%;
  bottom: 26%;
}
.e-box .areas .e-box-content .areas-benefit.areas-benefit5 {
  left: 60%;
  bottom: 68%;
}
.e-box .areas .e-box-content .areas-benefit.areas-benefit6 {
  left: 64%;
  bottom: 45%;
}
.e-box .case-study h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "ITCAvantGardeStdMd";
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
}
.e-box .case-study .container {
  margin-top: 0.57rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.e-box .case-study .container li {
  margin-right: 0.4rem;
  width: calc((100% - 0.8rem)/3);
}
.e-box .case-study .container li a .zoomImg img {
  width: 100%;
  aspect-ratio: 48/30;
  object-fit: cover;
}
.e-box .case-study .container li a h4 {
  width: 4.16rem;
  margin-top: 0.37rem;
  font-family: "ITCAvantGardeStdMd";
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  line-height: 0.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-box .case-study .container li:last-child {
  margin-right: 0;
}
.e-box .case-study .container li:hover h4 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  /* 调整此值以设置下划线的距离 */
}

/*
  弹框
*/
.education_dialog_uuid {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.education_dialog_uuid.show {
  opacity: 1;
  visibility: visible;
}

.education_dialog_uuid .shop_container {
  width: 100vw;
  height: 100vh;
  background-color: #F7F7F7;
  overflow: hidden;
  position: relative;
}

.education_dialog_uuid .shop_container .hd_con {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  height: 80px;
  width: 100%;
  line-height: 54px;
}

.education_dialog_uuid .shop_container .hd_con .close {
  position: absolute;
  z-index: 5;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.45rem;
  height: 0.45rem;
  background-color: #E3E5EA;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #171A20;
  font-size: 0.24rem;
  cursor: pointer;
}
.education_dialog_uuid .shop_container .hd_con .close:hover {
  background-color: #E40014;
  color: #FFFFFF;
}

.education_dialog_uuid .shop_container .back {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  line-height: 0.16rem;
  cursor: pointer;
  font-family: "OpenSans-Medium";
}

.education_dialog_uuid .shop_container .back img {
  display: block;
  width: 0.2rem;
  height: 0.17rem;
  margin-right: 0.13rem;
}

.education_dialog_uuid .shop_container .back p {
  height: 0.17rem;
  margin-top: 0.03rem;
}

.education_dialog_uuid .shop_container .sp_con {
  overflow-y: scroll;
}

.education_dialog_uuid .shop_container .sp_con::-webkit-scrollbar {
  width: 4px !important;
  background-color: transparent;
  border-radius: 4px;
}

.education_dialog_uuid .shop_container .sp_con::-webkit-scrollbar-thumb {
  background-color: #d5d8db;
  width: 4px !important;
  border-radius: 4px;
}

.education-model {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F7F7;
}
.education-model .left {
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  width: 37%;
  height: 100vh;
  overflow: hidden;
}
.education-model .left .img {
  position: absolute;
  right: 10%;
  bottom: -17%;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.education-model .left .img .descripcion {
  position: absolute;
  right: 20%;
  top: -5%;
  height: 0.7rem;
  padding: 0.08rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(177, 177, 177, 0.25);
  border-radius: 0.35rem 0.35rem 0.35rem 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.education-model .left .img .descripcion .iconfont {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
}
.education-model .left .img .descripcion .iconfont img {
  width: 100%;
  height: 100%;
}
.education-model .left .img .descripcion .text {
  height: 0.54rem;
  line-height: 0.54rem;
}
.education-model .left .img .descripcion .text span {
  font-weight: 500;
  font-size: 0.2rem;
  color: #E40014;
  font-family: "OpenSans-Medium";
  padding: 0 0.24rem;
}
.education-model .right {
  width: 63%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.education-model .right::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 7.89rem;
  height: 4.94rem;
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/education/mobile-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.education-model .right .box1 {
  position: relative;
  z-index: 999;
  width: 26%;
  padding-top: 1.35rem;
}
.education-model .right .box1 span {
  font-weight: 500;
  font-size: 0.36rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.education-model .right .box2 {
  position: relative;
  z-index: 999;
  width: 74%;
  height: 100vh;
  overflow-y: scroll;
}
.education-model .right .box2::-webkit-scrollbar {
  width: 4px !important;
  background-color: transparent;
  border-radius: 4px;
}
.education-model .right .box2::-webkit-scrollbar-thumb {
  background-color: #d5d8db;
  width: 4px !important;
  border-radius: 4px;
}
.education-model .right .box2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0.44rem;
  margin-top: 100px;
}
.education-model .right .box2 ul li {
  width: calc((100% - 2rem)/2);
  margin: 0rem 0.45rem 0.39rem 0;
  position: relative;
  z-index: 102;
}
.education-model .right .box2 ul li:nth-of-type(2) {
  margin-top: 2rem;
}
.education-model .right .box2 ul li:nth-of-type(2n+1) {
  margin-top: -2rem;
}
.education-model .right .box2 ul li:nth-of-type(1) {
  margin-top: 0rem;
}
.education-model .right .box2 ul li .item-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 320/399;
  background-color: #FFFFFF;
  cursor: pointer;
}
.education-model .right .box2 ul li .item-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.education-model .right .box2 ul li .item-img:hover .btn {
  right: 0.3rem;
  opacity: 1;
}
.education-model .right .box2 ul li .item-img img {
  position: absolute;
  height: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.education-model .right .box2 ul li .item-img .btn {
  position: absolute;
  right: 0rem;
  top: 0.3rem;
  color: #E40014;
  font-size: 0.59rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.education-model .right .box2 ul li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 320/399;
  cursor: pointer;
  z-index: 99999 !important;
  background-color: rgba(0, 0, 0, 0);
}
.education-model .right .box2 ul li .item-title p {
  font-weight: 500;
  font-size: 0.2rem;
  color: #171A20;
  margin-top: 0.2rem;
  margin: 0.2rem 0rem 0.1rem 0rem;
  font-family: "OpenSans-Book";
}
.education-model .right .box2 ul li .item-title span {
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  font-family: "OpenSans-Book";
}

@media screen and (max-width: 800px) {
  .education_dialog_uuid {
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 9999999;
  }

  .education_dialog_uuid .shop_container .hd_con .close {
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.36rem;
  }

  .education_dialog_uuid .shop_container .back {
    display: none;
  }

  .education_dialog_uuid .shop_container .sp_con {
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    margin-top: 80px;
    height: calc(100% - 80px);
  }

  .education-model {
    display: block;
    background-color: #F7F7F7;
    height: auto;
  }
  .education-model .left {
    width: 100%;
    height: 7rem;
  }
  .education-model .left .img {
    position: absolute;
    right: 0%;
    bottom: -17%;
    width: 120%;
  }
  .education-model .left .img .descripcion {
    right: 20%;
    top: 0%;
  }
  .education-model .right {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0.5rem 1rem 0.5rem;
  }
  .education-model .right .box1 {
    width: 26%;
    padding: 1.1rem 0 0.56rem 0;
  }
  .education-model .right .box1 span {
    font-size: 0.56rem;
  }
  .education-model .right .box2 {
    width: 100%;
    height: auto;
    overflow-y: visible;
  }
  .education-model .right .box2::-webkit-scrollbar {
    width: 4px !important;
    background-color: transparent;
    border-radius: 4px;
  }
  .education-model .right .box2::-webkit-scrollbar-thumb {
    background-color: #d5d8db;
    width: 4px !important;
    border-radius: 4px;
  }
  .education-model .right .box2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0rem;
  }
  .education-model .right .box2 ul li {
    width: 100%;
    margin: 0rem 0rem 1rem 0;
  }
  .education-model .right .box2 ul li:nth-of-type(2) {
    margin-top: 0rem;
  }
  .education-model .right .box2 ul li:nth-of-type(2n+1) {
    margin-top: 0rem;
  }
  .education-model .right .box2 ul li:nth-of-type(1) {
    margin-top: 0rem;
  }
  .education-model .right .box2 ul li .item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 650/811;
    margin-bottom: 0.37rem;
  }
  .education-model .right .box2 ul li .item-img:hover .img1 {
    opacity: 0;
  }
  .education-model .right .box2 ul li .item-img:hover .img2 {
    opacity: 1;
  }
  .education-model .right .box2 ul li .item-img img {
    position: absolute;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .education-model .right .box2 ul li .item-img img.img1 {
    opacity: 1;
  }
  .education-model .right .box2 ul li .item-img img.img2 {
    opacity: 0;
  }
  .education-model .right .box2 ul li .item-img .btn {
    display: none;
  }
  .education-model .right .box2 ul li .item-title p {
    font-size: 0.36rem;
  }
  .education-model .right .box2 ul li .item-title span {
    font-size: 0.24rem;
  }
}
.wal-1537 {
  max-width: 15.37rem;
  width: 100%;
  margin: 0 auto;
}

.wal-1410 {
  max-width: 14.1rem;
  width: 100%;
  margin: 0 auto;
}

.wal-1280 {
  max-width: 12.8rem;
  width: 100%;
  margin: 0 auto;
}

.wal-1520 {
  max-width: 15.2rem;
  width: 100%;
  margin: 0 auto;
}

select {
  border: none;
  /* 去除select元素边框 */
  outline: none;
  /* 去除外部轮廓 */
}

select:focus {
  outline: none;
  /* 去除选中状态下的外部轮廓 */
}

.tabs .tab-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0.02rem 0.02rem 0.08rem 0rem rgba(206, 194, 194, 0.25), -0.02rem -0.02rem 0.12rem 0rem rgba(241, 234, 234, 0.25);
  border-radius: 0.6rem;
}
.tabs .tab-card .card-item {
  width: 6.33rem;
  height: 0.49rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.8rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1F1F1F;
  cursor: pointer;
  font-family: "OpenSansZ-Regular";
}
.tabs .tab-card .card-item.active {
  background: #E40014;
  color: #FFFFFF;
}
.tabs .tab-pane .tab-pane-item {
  display: none;
}
.tabs .tab-pane .tab-pane-item.active {
  display: block;
}

.private .container {
  padding-top: 1.55rem;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.private .container .leftbox {
  width: 3rem;
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.5rem;
  margin-right: 2.8rem;
}
.private .container .rightbox {
  padding-top: 1.4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.private .container .rightbox h4 {
  margin-top: 0.64rem;
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.33rem;
  margin-bottom: 0.24rem;
}
.private .container .rightbox p {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
}

.newsroom-detail {
  position: relative;
}
.newsroom-detail .container {
  padding-top: 1.5rem;
  padding-bottom: 1.28rem;
  margin-bottom: 1.12rem;
  position: relative;
}
.newsroom-detail .container .dot-bg {
  position: absolute;
  left: 28%;
  top: 8%;
  width: 3.24rem;
  height: 3.24rem;
}
.newsroom-detail .container .back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.2rem;
}
.newsroom-detail .container .back a {
  margin-right: 0.08rem;
}
.newsroom-detail .container .back a img {
  width: 0.2rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.newsroom-detail .container .back a .Hover {
  display: none;
}
.newsroom-detail .container .back p {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.14rem;
  color: #171A20;
}
.newsroom-detail .container h2 {
  width: 6.16rem;
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.5rem;
  margin-bottom: 0.56rem;
}
.newsroom-detail .container .d-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsroom-detail .container .d-content .leftbox {
  width: 6.16rem;
  margin-right: 1rem;
  position: relative;
  top: 0;
  bottom: 1.6rem;
  left: 0;
  height: 7rem;
  z-index: 1;
}
.newsroom-detail .container .d-content .leftbox .back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.4rem;
}
.newsroom-detail .container .d-content .leftbox .back img {
  width: 0.19rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-right: 0.08rem;
}
.newsroom-detail .container .d-content .leftbox .back .tit {
  font-family: "OpenSans-Medium";
  height: 0.17rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #171A20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.newsroom-detail .container .d-content .leftbox .back .tit span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsroom-detail .container .d-content .leftbox .back:hover p span:first-child {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
}
.newsroom-detail .container .d-content .leftbox .back:hover p span:last-child {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.newsroom-detail .container .d-content .leftbox h2 {
  width: 6.16rem;
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.42rem;
  color: #171A20;
  line-height: 0.5rem;
  margin-bottom: 0.56rem;
}
.newsroom-detail .container .d-content .leftbox .time {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 0.66rem;
}
.newsroom-detail .container .d-content .leftbox ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.newsroom-detail .container .d-content .leftbox ul li {
  margin-bottom: 0.16rem;
}
.newsroom-detail .container .d-content .leftbox ul li img {
  width: 0.4rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.newsroom-detail .container .d-content .leftbox ul li .hoverImg {
  display: none;
}
.newsroom-detail .container .d-content .leftbox ul li:hover img {
  display: none;
}
.newsroom-detail .container .d-content .leftbox ul li:hover .hoverImg {
  display: block;
}
.newsroom-detail .container .d-content .rightbox {
  width: 62.5%;
}
.newsroom-detail .container .d-content .rightbox h4 {
  font-family: "OpenSansCe";
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
  margin-bottom: 0.16rem;
}
.newsroom-detail .container .d-content .rightbox p {
  font-family: "OpenSansCe";
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 0.24rem;
}
.newsroom-detail .container .d-content .rightbox img {
  margin: 0.4rem 0;
}
.newsroom-detail .boxShaow {
  position: absolute;
  width: 6rem;
  height: 4.5rem;
  background: -webkit-linear-gradient(291deg, rgba(240, 51, 51, 0) 0%, rgba(239, 28, 28, 0.72) 60%, rgba(250, 40, 59, 0) 100%);
  background: linear-gradient(159deg, rgba(240, 51, 51, 0) 0%, rgba(239, 28, 28, 0.72) 60%, rgba(250, 40, 59, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  -webkit-filter: blur(6.2rem);
  filter: blur(6.2rem);
}

.newsroom {
  margin-bottom: 0.6rem;
  position: relative;
}
.newsroom .newsroomSwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsroom .container {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsroom .container .leftbox {
  width: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 0.72rem;
  aspect-ratio: 760/470;
}
.newsroom .container .leftbox:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsroom .container .leftbox span {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.03rem;
  padding: 0.1rem 0.16rem;
  position: absolute;
  right: 0.18rem;
  top: 0.18rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  font-family: "OpenSansZ-Regular";
}
.newsroom .container .leftbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsroom .container .rightbox {
  width: calc(50% - 0.72rem);
  padding-top: 0.5rem;
}
.newsroom .container .rightbox .g-text-hover > a {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.42rem;
  margin-bottom: 0.3rem;
  display: block;
}
.newsroom .container .rightbox .g-text-hover > a:hover h4 span {
  background-size: 100% 100%;
  color: #E40014;
}
.newsroom .container .rightbox .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.16rem;
}
.newsroom .container .rightbox .item img {
  width: 0.22rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-right: 0.1rem;
}
.newsroom .container .rightbox .item p {
  font-family: "OpenSans-Book";
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}
.newsroom .container .rightbox .g-btn {
  margin-top: 0.84rem;
}
.newsroom .container .rightbox .g-btn a:hover span {
  color: #FFFFFF;
}
.newsroom .container .rightbox .g-btn span {
  color: #171a20;
}
.newsroom .dots {
  margin-top: 0.48rem;
  text-align: center;
}
.newsroom .dots span {
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #DDDDDD;
  border-radius: 50%;
  margin-right: 5px;
}
.newsroom .dots span.swiper-pagination-bullet-active {
  background: #E40014;
}

.case_box .newsroom1:after {
  content: "";
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  width: 7.87rem;
  aspect-ratio: 787/561;
  z-index: -1;
}

.newsroom1 {
  position: relative;
}
.newsroom1 .container {
  position: relative;
}
.newsroom1 .container h2.case-study {
  padding-top: 2.15rem;
  margin-bottom: 1.09rem;
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.72rem;
  color: #171A20;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.newsroom1 .container .tabs .tabs-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsroom1 .container .tabs .tabs-head .tab-card {
  box-shadow: none;
}
.newsroom1 .container .tabs .tabs-head .tab-card .card-item {
  width: 1.8rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background: #f3f3f3;
  border-radius: 0.35rem 0.35rem 0.35rem 0.35rem;
  margin-right: 0.2rem;
  font-weight: 500;
  font-size: 0.18rem;
  font-family: "OpenSans-Medium";
}
.newsroom1 .container .tabs .tabs-head .tab-card .card-item.active {
  background: #E40014;
}
.newsroom1 .container .tabs .tabs-head .selectbox select {
  box-sizing: content-box;
  height: 0.28rem;
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.18rem;
  color: #171A20;
  background: none;
  width: 1.64rem;
  border: none;
  border-bottom: 1px solid #CCCFD4;
}
.newsroom1 .container .tabs .tabs-head .selectbox select.years {
  margin-right: 0.42rem;
}
.newsroom1 .container .tabs .tabs-head .selectbox select option[disabled] {
  color: #999;
  /* 修改占位符文本颜色 */
}
.newsroom1 .container .list {
  margin-bottom: 1.2rem;
}
.newsroom1 .container .list > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsroom1 .container .list > ul li {
  width: calc((100% - 0.8rem) / 3);
  margin: 0 0.4rem 0.75rem 0;
}
.newsroom1 .container .list > ul li a:hover .content {
  color: #E40014;
}
.newsroom1 .container .list > ul li a:hover .content-events span {
  color: #E40014;
}
.newsroom1 .container .list > ul li a .zoomImg {
  margin-bottom: 0.27rem;
}
.newsroom1 .container .list > ul li a .zoomImg img {
  width: 100%;
  aspect-ratio: 480/300;
  object-fit: cover;
}
.newsroom1 .container .list > ul li a .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.16rem;
}
.newsroom1 .container .list > ul li a .news p {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  opacity: 0.8;
  -webkit-text-decoration-line: none;
  -moz-text-decoration-line: none;
  text-decoration-line: none;
}
.newsroom1 .container .list > ul li a .content {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #171A20;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsroom1 .container .list > ul li a .content-events {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsroom1 .container .list > ul li a .item-events {
  margin-bottom: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsroom1 .container .list > ul li a .item-events img {
  width: 0.2rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-right: 0.1rem;
}
.newsroom1 .container .list > ul li a .item-events span {
  font-family: "OpenSansZ-Regular";
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.newsroom1 .container .list > ul li a .events-btn {
  margin-top: 0.28rem;
  width: 1.5rem;
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/newsroom/15.svg) no-repeat center right;
}
.newsroom1 .container .list > ul li:hover a .events-btn {
  color: #E40014;
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/newsroom/15-red.svg);
}
.newsroom1 .container .list > ul li:nth-child(3n) {
  margin-right: 0;
}
.newsroom1 .container .tit {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsroom1 .container .tit h2 {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.5rem;
  color: #E40014;
}
.newsroom1 .container .tit .swiper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsroom1 .container .tit .swiper-button .button-prev {
  margin-right: 0.2rem;
}
.newsroom1 .container .tit .swiper-button .button-prev,
.newsroom1 .container .tit .swiper-button .button-next {
  cursor: pointer;
}
.newsroom1 .container .tit .swiper-button .button-prev img,
.newsroom1 .container .tit .swiper-button .button-next img {
  width: 0.32rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.newsroom1 .container .tit .swiper-button .button-prev .hoverImg,
.newsroom1 .container .tit .swiper-button .button-next .hoverImg {
  display: none;
}
.newsroom1 .container .tit .swiper-button .button-prev:hover img,
.newsroom1 .container .tit .swiper-button .button-next:hover img {
  display: none;
}
.newsroom1 .container .tit .swiper-button .button-prev:hover .hoverImg,
.newsroom1 .container .tit .swiper-button .button-next:hover .hoverImg {
  display: block;
}

/* join-us===============弹框================= */
/*
  弹框
*/
.dialog_uuid {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.dialog_uuid.show {
  opacity: 1;
  visibility: visible;
}

.dialog_uuid .shop_container {
  position: relative;
  width: 12rem;
  background: #fff;
  overflow: hidden;
}

.dialog_uuid .shop_container .hd_con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  line-height: 54px;
  border: none;
}

.dialog_uuid .shop_container .hd_con .close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.45rem;
  height: 0.45rem;
  background: #e3e5ea;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #888888;
  font-size: 0.24rem;
}
.dialog_uuid .shop_container .hd_con .close:hover {
  background: #E40014;
  color: #FFFFFF;
}

.dialog_uuid .shop_container .sp_con {
  overflow-y: scroll;
  max-height: 7rem;
  padding: 0;
}

.dialog_uuid .shop_container .sp_con::-webkit-scrollbar {
  width: 4px !important;
  background-color: transparent;
  border-radius: 4px;
}

.dialog_uuid .shop_container .sp_con::-webkit-scrollbar-thumb {
  background-color: #d5d8db;
  width: 4px !important;
  border-radius: 4px;
}

.newsroom-model {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsroom-model .left {
  width: 38%;
}
.newsroom-model .left img.mobile-img {
  display: none;
}
.newsroom-model .right {
  width: 62%;
  padding: 1rem 0.8rem 0 0.8rem;
}
.newsroom-model .right .title {
  font-weight: 500;
  font-size: 0.42rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.newsroom-model .right p {
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  margin-top: 0.34rem;
  font-family: "OpenSans-Medium";
}
.newsroom-model .right form {
  width: 100%;
  margin-top: 0.35rem;
}
.newsroom-model .right form .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.3rem;
}
.newsroom-model .right form .form-item > div {
  width: calc((100% - 0.63rem) / 2);
}
.newsroom-model .right form .form-item > div .name {
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.newsroom-model .right form .form-item > div .name span {
  color: #E40014;
}
.newsroom-model .right form .form-item > div .inp {
  width: 100%;
  margin-top: 0.1rem;
}
.newsroom-model .right form .form-item > div .inp input {
  width: 100%;
  height: 0.35rem;
  border-bottom: 0.01rem solid #171A20;
  font-weight: normal;
  font-size: 0.16rem;
  font-family: "OpenSans-Book";
}
.newsroom-model .right form .form-item > div .inp input:focus {
  border-bottom: 0.01rem solid #E40014;
}
.newsroom-model .right form .btn {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.newsroom-model .right form .btn .g-btn a:hover span {
  color: #FFFFFF;
}
.newsroom-model .right form .btn .g-btn a span {
  color: #171A20;
}
.newsroom-model .right form .btn .mobile-btn {
  display: none;
}

.newsroom-model2 {
  padding: 1.13rem 1rem 1rem 1rem;
}
.newsroom-model2 .title {
  font-weight: 500;
  font-size: 0.36rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.newsroom-model2 p {
  margin-top: 0.56rem;
  font-weight: normal;
  font-size: 0.18rem;
  color: #171A20;
  line-height: 0.28rem;
  text-align: left !important;
  font-family: "OpenSans-Book";
}
.newsroom-model2 img {
  margin-top: 0.47rem;
}

@media screen and (max-width: 800px) {
  .dialog_uuid {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }

  .dialog_uuid.show {
    opacity: 1;
    visibility: visible;
  }

  .dialog_uuid .shop_container {
    position: relative;
    width: 100vw;
    background: #fff;
    overflow: hidden;
    -webkit-transform: translateY(0.7rem);
    -ms-transform: translateY(0.7rem);
    transform: translateY(0.7rem);
  }

  .dialog_uuid .shop_container .hd_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    line-height: 54px;
    border: none;
  }

  .dialog_uuid .shop_container .hd_con .close {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #E40014;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0.4rem;
  }

  .dialog_uuid .shop_container .sp_con {
    overflow-y: scroll;
    min-height: calc(100vh - 1.4rem);
    padding: 0;
  }

  .dialog_uuid .shop_container .sp_con::-webkit-scrollbar {
    width: 4px !important;
    background-color: transparent;
    border-radius: 4px;
  }

  .dialog_uuid .shop_container .sp_con::-webkit-scrollbar-thumb {
    background-color: #d5d8db;
    width: 4px !important;
    border-radius: 4px;
  }

  .newsroom-model {
    position: relative;
    height: 100%;
    display: block;
  }
  .newsroom-model .left {
    width: 100%;
  }
  .newsroom-model .left img {
    display: none;
  }
  .newsroom-model .left img.mobile-img {
    display: block;
  }
  .newsroom-model .right {
    width: 100%;
    padding: 1.1rem 0.5rem 1rem 0.5rem;
  }
  .newsroom-model .right .title {
    font-size: 0.56rem;
  }
  .newsroom-model .right p {
    font-size: 0.36rem;
    margin-top: 0.47rem;
    text-align: left !important;
  }
  .newsroom-model .right form {
    width: 100%;
    margin-top: 0.5rem;
  }
  .newsroom-model .right form .form-item {
    display: block;
    margin-bottom: 0rem;
  }
  .newsroom-model .right form .form-item > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .newsroom-model .right form .form-item > div .name {
    font-weight: 500;
    font-size: 0.24rem;
    color: #171A20;
    font-family: "OpenSans-Medium";
  }
  .newsroom-model .right form .form-item > div .name span {
    color: #E40014;
  }
  .newsroom-model .right form .form-item > div .inp {
    width: 100%;
    margin-top: 0.1rem;
  }
  .newsroom-model .right form .form-item > div .inp input {
    width: 100%;
    height: 0.64rem;
    border-bottom: 0.01rem solid #171A20;
    font-weight: normal;
    font-size: 0.24rem;
    font-family: "OpenSans-Book";
  }
  .newsroom-model .right form .form-item > div .inp input:focus {
    border-bottom: 0.01rem solid #E40014;
  }
  .newsroom-model .right form .btn {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .newsroom-model .right form .btn .g-btn {
    display: none;
  }
  .newsroom-model .right form .btn .mobile-btn {
    display: block;
    width: 100%;
    height: 0.9rem;
    background: #E40014;
    border-radius: 0.05rem;
  }
  .newsroom-model .right form .btn .mobile-btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.24rem;
    color: #FFFFFF;
  }

  .newsroom-model2 {
    padding: 2rem 0.4rem 1rem 0.4rem;
  }
  .newsroom-model2 .title {
    font-size: 0.56rem;
    word-break: break-all;
  }
  .newsroom-model2 p {
    margin-top: 1rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .newsroom-model2 img {
    margin-top: 0.55rem;
  }
}
.contact1 {
  min-height: 6rem;
}
.contact1 .container {
  padding-top: 2.25rem;
}
.contact1 .container h2 {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.72rem;
  color: #FFFFFF;
  line-height: 0.84rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.23rem;
}
.contact1 .container h4 {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  text-align: center;
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.33rem;
  font-style: normal;
  text-transform: none;
}

.contact2 {
  background: #FFFFFF;
  padding: 1.2rem 0;
}
.contact2 .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact2 .wal .leftbox {
  width: 50%;
  position: relative;
}
.contact2 .wal .leftbox .map {
  height: 100%;
  overflow: hidden;
}
.contact2 .wal .leftbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact2 .wal .leftbox .icon {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact2 .wal .leftbox .icon img {
  width: 0.45rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-top: 0.1rem;
}
.contact2 .wal .rightbox {
  width: calc(50% - 1.13rem);
  padding: 0.15rem 0;
}
.contact2 .wal .rightbox h4 {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.36rem;
  color: #E40014;
  line-height: 0.42rem;
  margin-bottom: 0.58rem;
}
.contact2 .wal .rightbox p {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.2rem;
  color: #171A20;
  line-height: 0.36rem;
}
.contact2 .wal .rightbox .phone {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.28rem;
  color: #E40014;
  margin-bottom: 0.17rem;
}
.contact2 .wal .rightbox .phone span {
  color: #989898;
}
.contact2 .wal .rightbox .detail span {
  -webkit-text-decoration: underline #b9b9b9;
  -moz-text-decoration: underline #b9b9b9;
  text-decoration: underline #b9b9b9;
}
.contact2 .wal .rightbox .line {
  width: 648px;
  height: 1px;
  background-color: rgba(185, 185, 185, 0.5);
  margin: 0.59rem 0 0.69rem 0;
}
.contact2 .wal .rightbox .location {
  line-height: 0.23rem;
  margin-bottom: 0.24rem;
}
.contact2 .wal .rightbox .fax {
  color: #989898;
}

.contact3 {
  background: #f7f7f7;
  min-height: 6.95rem;
  padding: 1.35rem 0 1.24rem 0;
}
.contact3 .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact3 .wal .leftbox {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  line-height: 0.56rem;
}
.contact3 .wal .rightbox {
  padding-left: 0.2rem;
}
.contact3 .wal .rightbox form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}
.contact3 .wal .rightbox form .item {
  width: calc((100% - 0.66rem) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.46rem;
}
.contact3 .wal .rightbox form .item label {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  line-height: 0.16rem;
  margin-bottom: 0.19rem;
}
.contact3 .wal .rightbox form .item input {
  font-size: 0.16rem;
  font-family: "OpenSansZ-Regular";
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #000000;
}
.contact3 .wal .rightbox form .item input::-webkit-input-placeholder {
  font-size: 0.16rem;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.contact3 .wal .rightbox form .item input::-moz-placeholder {
  font-size: 0.16rem;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.contact3 .wal .rightbox form .item input:-ms-input-placeholder {
  font-size: 0.16rem;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.contact3 .wal .rightbox form .item input::placeholder {
  font-size: 0.16rem;
  line-height: 0.19rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.contact3 .wal .rightbox form .item input:focus {
  border-bottom: 1px solid #E40014;
}
.contact3 .wal .rightbox form .item:nth-child(even) {
  margin-left: 0.66rem;
}
.contact3 .wal .rightbox form .item:last-child {
  width: 100%;
}
.contact3 .wal .rightbox .g-btn a:hover span {
  color: white;
}
.contact3 .wal .rightbox .g-btn a span {
  color: #171A20;
}

.contact4 {
  min-height: 4.5rem;
  padding: 1.35rem 0 1.24rem 0;
}
.contact4 .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact4 .wal .leftbox,
.contact4 .wal rightbox {
  width: 50%;
}
.contact4 .wal .leftbox h2 {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.48rem;
  color: #FFFFFF;
  line-height: 0.56rem;
  margin-bottom: 0.35rem;
}
.contact4 .wal .leftbox p {
  font-family: "OpenSans-Medium";
  font-weight: 500;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 800px) {
  .wal-1410 {
    width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .wal-1537 {
    width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .wal-1520 {
    width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .tabs .tab-card {
    width: 100%;
  }
  .tabs .tab-card .card-item {
    width: 50%;
    height: 0.74rem;
    font-size: 0.19rem;
  }
  .tabs .tab-card .card-item.active {
    background: #E40014;
    color: #FFFFFF;
  }

  .private .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .private .container .leftbox {
    width: 100%;
    font-size: 0.56rem;
  }
  .private .container .rightbox {
    width: 100%;
    padding-top: 0.74rem;
  }
  .private .container .rightbox h4 {
    font-size: 0.36rem;
    line-height: 0.42rem;
    margin-bottom: 0.3rem;
  }
  .private .container .rightbox p {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }

  .newsroom-detail .container {
    padding-bottom: 0;
    margin-bottom: 1.32rem;
    border-bottom: none;
  }
  .newsroom-detail .container .dot-bg {
    display: none;
  }
  .newsroom-detail .container .back {
    margin-bottom: 0.64rem;
  }
  .newsroom-detail .container .back a img {
    width: 0.4rem;
    margin-right: 0.16rem;
  }
  .newsroom-detail .container .back p {
    font-size: 0.24rem;
  }
  .newsroom-detail .container h2 {
    width: 100%;
    margin-bottom: 0.48rem;
  }
  .newsroom-detail .container .d-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsroom-detail .container .d-content .leftbox {
    width: 100%;
    margin-bottom: 1.2rem;
    height: auto;
  }
  .newsroom-detail .container .d-content .leftbox .time {
    margin-bottom: 0.8rem;
    font-size: 0.28rem;
  }
  .newsroom-detail .container .d-content .leftbox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .newsroom-detail .container .d-content .leftbox ul li {
    margin-right: 0.32rem;
  }
  .newsroom-detail .container .d-content .leftbox ul li a img {
    width: 0.8rem;
  }
  .newsroom-detail .container .d-content .rightbox {
    width: 100%;
  }
  .newsroom-detail .container .d-content .rightbox p {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .newsroom-detail .container .d-content .rightbox img {
    margin: 0.8rem 0;
  }
  .newsroom-detail .container .d-content .rightbox h4 {
    font-size: 0.28rem;
    opacity: 0.9;
    line-height: 0.36rem;
  }

  .newsroom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsroom .container .leftbox {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .newsroom .container .leftbox img {
    aspect-ratio: 654/400;
  }
  .newsroom .container .leftbox span {
    font-size: 0.22rem;
    padding: 0.12rem 0.24rem;
  }
  .newsroom .container .rightbox {
    width: 100%;
  }
  .newsroom .container .rightbox h4 {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .newsroom .container .rightbox .g-text-hover {
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsroom .container .rightbox .item {
    margin-bottom: 0.24rem;
  }
  .newsroom .container .rightbox .item img {
    width: 0.48rem;
    margin-right: 0.2rem;
  }
  .newsroom .container .rightbox .item p {
    font-size: 0.24rem;
    line-height: 0.28rem;
  }
  .newsroom .container .rightbox .g-btn {
    width: 100%;
    margin: 0.8rem 0 0.64rem 0;
  }
  .newsroom .container .rightbox .g-btn a {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0.3rem;
    background: #E40014;
    border-radius: 0.6rem;
    text-align: center;
  }
  .newsroom .container .rightbox .g-btn a .icon {
    display: none;
  }
  .newsroom .container .rightbox .g-btn a span {
    width: 100%;
    text-align: center;
    font-family: "OpenSansZ-Regular";
    font-weight: 400;
    color: #FFFFFF;
  }
  .newsroom .container .rightbox .swiperbtn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsroom .container .rightbox .swiperbtn .docs {
    width: 0.15rem;
    height: 0.15rem;
    background: #dddddd;
    border-radius: 50%;
    margin-right: 0.08rem;
  }
  .newsroom .container .rightbox .swiperbtn .docs svg {
    display: none;
  }
  .newsroom .container .rightbox .swiperbtn .docs span {
    display: none;
  }
  .newsroom .container .rightbox .swiperbtn .docs.active {
    background: #e40014;
  }
  .newsroom .dots {
    margin-top: 0;
  }

  .newsroom1 .container {
    position: relative;
  }
  .newsroom1 .container .tabs .tabs-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .newsroom1 .container .tabs .tabs-head .tab-card {
    margin-bottom: 0.8rem;
  }
  .newsroom1 .container .tabs .tabs-head .tab-card .card-item {
    width: calc((100% - 0.27rem) / 2);
    height: auto;
    line-height: normal;
    border-radius: 0.45rem;
    padding: 0.3rem 0;
    font-size: 0.28rem;
  }
  .newsroom1 .container .tabs .tabs-head .tab-card .card-item.prev {
    margin-right: 0.27rem;
  }
  .newsroom1 .container .tabs .tabs-head .selectbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .newsroom1 .container .tabs .tabs-head .selectbox select {
    width: calc((100% - 0.27rem) / 2);
    font-size: 0.24rem;
    height: 45px;
  }
  .newsroom1 .container .tabs .tabs-head .selectbox select.years {
    margin-right: 0.27rem;
    color: #000000;
  }
  .newsroom1 .container .tabs .tab-card .card-item {
    height: 0.9rem;
  }
  .newsroom1 .container .tabs .tab-card .card-item span {
    font-size: 0.28rem;
  }
  .newsroom1 .container .select-box {
    margin-bottom: 0.8rem;
  }
  .newsroom1 .container .select-box .years,
  .newsroom1 .container .select-box .month {
    width: calc((100% - 0.4rem) / 2);
  }
  .newsroom1 .container .select-box .years p,
  .newsroom1 .container .select-box .month p {
    font-size: 0.24rem;
  }
  .newsroom1 .container .select-box .years .select,
  .newsroom1 .container .select-box .month .select {
    padding: 0.24rem 0;
    width: 100%;
  }
  .newsroom1 .container .select-box .years .select img,
  .newsroom1 .container .select-box .month .select img {
    width: 0.08rem;
  }
  .newsroom1 .container .select-box .years .select:focus,
  .newsroom1 .container .select-box .month .select:focus {
    border: none;
  }
  .newsroom1 .container .select-box .years .option-list,
  .newsroom1 .container .select-box .month .option-list {
    width: 100%;
  }
  .newsroom1 .container .select-box .years .option-list p,
  .newsroom1 .container .select-box .month .option-list p {
    text-align: center;
  }
  .newsroom1 .container .list {
    margin-bottom: 1.5rem;
  }
  .newsroom1 .container .tit .swiper-button {
    position: absolute;
    left: 50%;
    bottom: -0.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .newsroom1 .container .tit .swiper-button .button-prev {
    margin-right: 0.4rem;
  }
  .newsroom1 .container .tit .swiper-button img {
    width: 0.64rem !important;
  }
  .newsroom1 .container .list > ul li {
    width: 100%;
    min-height: 6rem;
    margin: 0 0 0.4rem 0;
  }
  .newsroom1 .container .list > ul li a .zoomImg img {
    aspect-ratio: 5/3;
  }
  .newsroom1 .container .list > ul li a .news {
    margin-bottom: 0.18rem;
  }
  .newsroom1 .container .list > ul li a .news p {
    font-size: 0.24rem;
  }
  .newsroom1 .container .list > ul li a .news span {
    font-size: 0.22rem;
    padding: 0.08rem 0.2rem;
  }
  .newsroom1 .container .list > ul li a .content {
    font-size: 0.32rem;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsroom1 .container .tab-pane .list {
    margin-bottom: 0;
  }

  .contact1 {
    background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/contactUs/phone-banner.png);
    min-height: 9.6rem;
  }
  .contact1 .container h2 {
    font-size: 0.64rem;
    margin-bottom: 0.32rem;
  }
  .contact1 .container p {
    font-size: 0.32rem;
  }

  .contact2 {
    padding-top: 0.8rem;
  }
  .contact2 .wal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact2 .wal .leftbox,
  .contact2 .wal .rightbox {
    width: 100%;
  }
  .contact2 .wal .leftbox {
    margin-bottom: 0.67rem;
    height: 4rem;
  }
  .contact2 .wal .leftbox .icon {
    right: 0.2rem;
    bottom: 0.2rem;
  }
  .contact2 .wal .leftbox .icon img {
    width: 0.6rem;
    margin-top: 0.15rem;
  }
  .contact2 .wal .rightbox h4 {
    font-size: 0.48rem;
    line-height: 0.56rem;
    margin-bottom: 0.71rem;
  }
  .contact2 .wal .rightbox .phone {
    font-size: 0.4rem;
    line-height: 0.48rem;
    margin-bottom: 0.31rem;
  }
  .contact2 .wal .rightbox .detail,
  .contact2 .wal .rightbox .location,
  .contact2 .wal .rightbox .fax {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .contact2 .wal .rightbox .line {
    width: 100%;
  }

  .contact3 .wal .leftbox {
    text-align: center;
  }
  .contact3 .wal .rightbox form {
    margin-bottom: 0;
  }
  .contact3 .wal .rightbox form .item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }
  .contact3 .wal .rightbox form .item label {
    font-size: 0.24rem;
    margin-bottom: 0.33rem;
  }
  .contact3 .wal .rightbox form .item input {
    font-size: 0.28rem;
    padding-bottom: 0.15rem;
  }
  .contact3 .wal .rightbox form .item input::-webkit-input-placeholder {
    font-size: 0.28rem;
    font-family: "OpenSansZ-Regular";
  }
  .contact3 .wal .rightbox form .item input::-moz-placeholder {
    font-size: 0.28rem;
    font-family: "OpenSansZ-Regular";
  }
  .contact3 .wal .rightbox form .item input:-ms-input-placeholder {
    font-size: 0.28rem;
    font-family: "OpenSansZ-Regular";
  }
  .contact3 .wal .rightbox form .item input::placeholder {
    font-size: 0.28rem;
    font-family: "OpenSansZ-Regular";
  }
  .contact3 .wal .rightbox .g-btn {
    width: 100%;
  }
  .contact3 .wal .rightbox .g-btn a {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background: #E40014;
  }
  .contact3 .wal .rightbox .g-btn a .icon {
    display: none;
  }
  .contact3 .wal .rightbox .g-btn a span {
    font-size: 0.24rem;
    color: white !important;
  }

  .contact4 {
    min-height: 9.6rem;
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/contactUs/phone-banner2.png) no-repeat center !important;
    background-size: 100%;
    padding-top: 2rem;
  }
  .contact4 .wal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact4 .wal .leftbox {
    text-align: center;
  }
  .contact4 .wal .leftbox h2 {
    font-size: 0.56rem;
    line-height: 0.66rem;
    margin-bottom: 0.44rem;
  }
  .contact4 .wal .leftbox p {
    font-size: 0.32rem;
    line-height: 0.38rem;
    margin-bottom: 1.11rem;
  }
  .contact4 .wal .rightbox .g-btn a {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background: #E40014;
  }
  .contact4 .wal .rightbox .g-btn a .icon {
    display: none;
  }
  .contact4 .wal .rightbox .g-btn a span {
    padding: 0.35rem 0.64rem;
    font-size: 0.24rem;
    color: white !important;
  }
}
.pagination {
  margin: 0.8rem 0 1.07rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .skip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.3rem;
}
.pagination .skip span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Book";
}
.pagination .skip input {
  width: 0.61rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #CCCFD4;
  text-align: center;
  margin: 0rem 0.12rem;
}
.pagination .skip .confirm {
  width: 0.95rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #E40014;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.3rem;
  cursor: pointer;
}
.pagination .skip .confirm:hover {
  background-color: #E40014;
}
.pagination .skip .confirm:hover a {
  color: #FFFFFF;
}
.pagination .skip .confirm a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #E40014;
  font-family: "OpenSans-Book";
}

.uid_m .shop_container {
  margin-top: 1.2rem;
  height: calc(100% - 1.2rem);
}

.uid_m .shop_container .sp_con {
  max-height: 100% !important;
}

@media screen and (max-width: 1024px) {
  .newsroom1 .container .list ul li a .content {
    height: 0.8rem;
  }
}
.c_con .pagination {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .c_con .pagination {
    display: block;
    margin: 0 0 1.07rem 0 !important;
  }
  .c_con .pagination .skip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.28rem;
  }
  .c_con .pagination .skip span {
    font-size: 0.24rem;
  }
  .c_con .pagination .skip input {
    width: 1rem;
    height: 0.6rem;
    border-radius: 0.35rem;
    font-size: 0.24rem;
    margin: 0rem 0.1rem;
  }
  .c_con .pagination .skip .confirm {
    width: 1.4rem;
    height: 0.6rem;
    border-radius: 0.35rem;
  }
  .c_con .pagination .skip .confirm:hover a {
    color: #FFFFFF;
  }
  .c_con .pagination .skip .confirm a {
    font-weight: 400;
    font-size: 0.24rem;
    color: #E40014;
    font-family: "OpenSansCe";
  }
  .c_con .pagination .skip .confirm a:hover {
    color: #FFFFFF;
  }
}
.challenge {
  position: relative;
  background-color: #F7F7F7;
  padding: 1.23rem 0 1.34rem 0;
}
.challenge .dot-bg {
  position: absolute;
  right: -7%;
  top: 0;
  width: 32%;
  aspect-ratio: 488/403;
}
.challenge .title {
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  line-height: 0.56rem;
  margin-bottom: 0.65rem;
  font-family: "OpenSans-Medium";
}
.challenge .challenge-list {
  width: 100%;
}
.challenge .challenge-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #E3E5EA;
  box-sizing: border-box;
}
.challenge .challenge-list ul li {
  padding: 0.65rem 0.4rem 0.61rem 0.4rem;
  background-color: #FFFFFF;
  border-right: 1px solid #E3E5EA;
  height: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  overflow: hidden;
}
.challenge .challenge-list ul li.on .text .tit {
  font-size: 0.32rem;
}
.challenge .challenge-list ul li.on .text .des {
  height: 0.7rem;
  opacity: 1;
}
.challenge .challenge-list ul li:last-child {
  border-right: none;
}
.challenge .challenge-list ul li .icon {
  width: 0.6rem;
  height: 0.65rem;
}
.challenge .challenge-list ul li .text .tit {
  font-weight: 500;
  font-size: 0.2rem;
  color: #171A20;
  line-height: 0.32rem;
  margin-top: 1.09rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "OpenSans-Medium";
}
.challenge .challenge-list ul li .text .des {
  width: 5.5rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  line-height: 0.18rem;
  margin-top: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1500px) {
  .challenge .challenge-list ul li .text .des {
    width: 5rem;
  }
}
@media screen and (max-width: 1350px) {
  .challenge .challenge-list ul li .text .des {
    width: 4.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .challenge .challenge-list ul li .text .des {
    width: 4.4rem;
  }
}
@media screen and (max-width: 900px) {
  .challenge .challenge-list ul li.on .text .tit {
    font-size: 0.32rem;
  }
  .challenge .challenge-list ul li.on .text .des {
    height: 0.72rem;
    opacity: 1;
  }
  .challenge .challenge-list ul li .text .des {
    width: 3.5rem;
  }
}
@media screen and (max-width: 800px) {
  .challenge {
    background-color: #F7F7F7;
    padding: 75px 25px 85px 25px;
    overflow: hidden;
  }
  .challenge .dot-bg {
    display: none;
  }
  .challenge .title {
    font-weight: 500;
    font-size: 24px;
    color: #171A20;
    line-height: 28px;
    margin-bottom: 46px;
    font-family: "OpenSans-Medium";
  }
  .challenge .challenge-list {
    width: 100%;
    overflow: visible;
  }
  .challenge .challenge-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid transparent;
    box-sizing: border-box;
  }
  .challenge .challenge-list ul li {
    padding: 33px 20px;
    background-color: #FFFFFF;
    border: 1px solid #E3E5EA;
    width: 100%;
    height: 375px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
  }
  .challenge .challenge-list ul li.on {
    width: 100%;
  }
  .challenge .challenge-list ul li.on .text .tit {
    font-size: 18px;
  }
  .challenge .challenge-list ul li.on .text .des {
    height: auto;
    opacity: 1;
  }
  .challenge .challenge-list ul li:last-child {
    border-right: 1px solid #E3E5EA;
  }
  .challenge .challenge-list ul li .icon {
    width: 0.6rem;
    height: 0.65rem;
  }
  .challenge .challenge-list ul li .text .tit {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #171A20;
    line-height: 20px;
    margin-top: 55px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "OpenSans-Medium";
  }
  .challenge .challenge-list ul li .text .des {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #171A20;
    line-height: 21px;
    margin-top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .challenge .challenge-list .challenge-list-pagination {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .challenge .challenge-list .challenge-list-pagination .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #DDDDDD;
    margin: 0 2px;
  }
  .challenge .challenge-list .challenge-list-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E40014;
  }
}
.areas-benefit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.05rem 0;
}
.areas-benefit-box .areas {
  position: relative;
}
.areas-benefit-box .areas h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "ITCAvantGardeStdMd";
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  margin-bottom: 0.5rem;
}
.areas-benefit-box .areas .e-box-content {
  position: relative;
  text-align: center;
}
.areas-benefit-box .areas .e-box-content .areas-benefit {
  position: absolute;
  width: auto;
  color: #E40014;
  padding: 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .iconfont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.13rem 0.16rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .iconfont.on {
  background: white;
  border: 1px solid #E40014;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .iconfont.on .text {
  color: #E40014;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .iconfont::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #E40014;
  border-radius: 50%;
  margin-right: 0.11rem;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .iconfont .text {
  font-weight: 500;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.19rem;
  font-family: "OpenSans-Medium";
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list {
  display: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FFFFFF;
  padding: 0.34rem 0.2rem 0.46rem 0.2rem;
  z-index: 99;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list .line {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #E40014;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list .title {
  font-weight: 500;
  font-size: 0.2rem;
  color: #171A20;
  line-height: 0.23rem;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.28rem;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li {
  margin-right: 0.2rem;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li:last-child {
  margin-right: 0;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li:hover .img .btn {
  opacity: 1;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .img {
  position: relative;
  height: 1rem;
  min-width: 1.45rem;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .img img {
  height: 100%;
  object-fit: contain;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .img .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 0.35rem;
  height: 0.35rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .img .btn img {
  width: 0.35rem;
  height: 0.35rem;
}
.areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .sub-title {
  margin-top: 0.12rem;
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  line-height: 0.24rem;
}
.areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit1 {
  left: 14%;
  bottom: 45%;
  z-index: 99;
}
.areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit2 {
  left: 18%;
  top: 20%;
}
.areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit3 {
  left: 26%;
  top: 14%;
}
.areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit4 {
  left: 30%;
  bottom: 48%;
}
.areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit5 {
  left: 34%;
  top: 24%;
}
.areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit6 {
  left: 68%;
  bottom: 50%;
}
.areas-benefit-box .areas .trigger-easter-egg {
  position: absolute;
  left: 50%;
  top: 12%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.8rem;
  height: 0.8rem;
}
.areas-benefit-box .recommended-products {
  display: none;
}

@media screen and (max-width: 800px) {
  .areas-benefit-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 83px 0;
  }
  .areas-benefit-box .areas {
    padding: 0;
  }
  .areas-benefit-box .areas h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "ITCAvantGardeStdMd";
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #171A20;
    margin-bottom: 31px;
    font-family: "OpenSans-Medium";
  }
  .areas-benefit-box .areas .e-box-content {
    position: relative;
    text-align: center;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit {
    position: absolute;
    width: auto;
    color: #E40014;
    padding: 0em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.phone-on {
    z-index: 90;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.phone-on .iconfont {
    padding: 5px 5px;
    background: transparent;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.phone-on .iconfont .text {
    position: absolute;
    left: -15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 20px;
    color: #E40014;
    display: block;
    line-height: 19px;
    background-color: white;
    border: 1px solid #E40014;
    border-radius: 20px;
    z-index: -1;
    white-space: nowrap;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.phone-on.on-left .iconfont .text {
    right: -30%;
    left: auto;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit:hover {
    z-index: 1;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .iconfont {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid transparent;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .iconfont.on {
    background: white;
    border: 1px solid #E40014;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .iconfont.on .text {
    color: #E40014;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .iconfont::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #E40014;
    border-radius: 50%;
    margin-right: 0;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .iconfont .text {
    display: none;
    font-weight: 500;
    font-size: 11px;
    color: #000000;
    line-height: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    font-family: "OpenSans-Medium";
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .p-list {
    display: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFFFFF;
    padding: 0.34rem 0.44rem 0.46rem 0.44rem;
    z-index: 99;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .p-list .title {
    font-weight: 500;
    font-size: 0.2rem;
    color: #171A20;
    line-height: 0.23rem;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.28rem;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li:hover .img .btn {
    opacity: 1;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .img {
    position: relative;
    height: 1rem;
    min-width: 1.45rem;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .img img {
    height: 100%;
    object-fit: contain;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .img .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0.35rem;
    height: 0.35rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .img .btn img {
    width: 0.35rem;
    height: 0.35rem;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit .p-list > ul li .sub-title {
    margin-top: 0.12rem;
    font-weight: 500;
    font-size: 0.14rem;
    color: #171A20;
    line-height: 0.24rem;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit1 {
    left: 12%;
    bottom: 45%;
    z-index: 99;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit2 {
    left: 16%;
    top: 20%;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit3 {
    left: 26%;
    top: 8%;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit4 {
    left: 30%;
    bottom: 38%;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit5 {
    left: 34%;
    top: 24%;
  }
  .areas-benefit-box .areas .e-box-content .areas-benefit.areas-benefit6 {
    left: 70%;
    bottom: 30%;
  }
  .areas-benefit-box .recommended-products {
    display: block;
    width: 100%;
    height: 236px;
    margin-top: 40px;
    position: relative;
  }
  .areas-benefit-box .recommended-products .title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #171A20;
    line-height: 21px;
    font-family: "OpenSans-Medium";
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper {
    position: absolute;
    left: 0;
    top: 46px;
    opacity: 0;
    margin-top: 23px;
    overflow: hidden;
    width: 100%;
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper.on {
    opacity: 1;
    z-index: 2;
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper ul li {
    width: 145px;
    text-align: center;
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper ul li .img {
    min-width: 114px;
    height: 96px;
    text-align: center;
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper ul li .img img {
    height: 96px;
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper ul li .tit {
    margin-top: 14px;
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper .recommended-products-pagination {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper .recommended-products-pagination .swiper-pagination-bullet {
    display: block;
    height: 2px;
    background-color: #DDDDDD;
  }
  .areas-benefit-box .recommended-products .recommended-products-swiper .recommended-products-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E40014;
  }
}
.g-select {
  position: relative;
  width: 100%;
}
.g-select .select-selected {
  position: relative;
  width: 100%;
  height: 0.38rem;
  border-bottom: 0.01rem solid #171A20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 0.16rem;
  font-family: "OpenSans-Book";
}
.g-select .select-selected.active {
  border-bottom: 0.01rem solid #E40014;
}
.g-select .select-selected .custom-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #171A20;
  font-size: 0.06rem;
}
.g-select .select-items-uuid {
  width: 100%;
  position: absolute;
  display: none;
  padding: 0.2rem 0.1rem;
  background: white;
  box-shadow: 0.04rem 0.04rem 0.12rem 0rem rgba(164, 141, 141, 0.25), -0.02rem -0.02rem 0.19rem 0rem rgba(226, 206, 206, 0.25);
  border-radius: 0.16rem;
  font-weight: normal;
  font-size: 0.16rem;
  font-family: "OpenSans-Book";
}
.g-select .select-items-uuid .select-item {
  margin-bottom: 0.16rem;
  cursor: pointer;
}
.g-select .select-items-uuid .select-item:hover {
  color: #E40014;
}
.g-select .select-items-uuid .select-item:last-child {
  margin-bottom: 0rem;
}

@media screen and (max-width: 800px) {
  .g-select .select-selected {
    height: 0.64rem;
    font-size: 0.24rem;
  }
  .g-select .select-selected .custom-arrow {
    font-size: 0.12rem;
  }
  .g-select .select-items-uuid {
    font-size: 0.24rem;
    font-family: "OpenSans-Book";
  }
  .g-select .select-items-uuid .select-item {
    margin-bottom: 0.24rem;
  }
}
.red {
  color: #E40014;
}

.critical-power {
  background-color: #F7F7F7;
  padding-bottom: 1.2rem;
}
.critical-power .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.critical-power .banner .bg-img.mobile {
  display: none;
}
.critical-power .banner .content-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.critical-power .banner .content-box .left {
  text-align: left;
}
.critical-power .banner .content-box .left span {
  display: block;
  font-weight: 500;
  font-size: 0.72rem;
  color: #FFFFFF;
  font-family: "OpenSans-Medium";
}
.critical-power .banner .content-box .right {
  width: 3.5rem;
  height: 2.2rem;
  overflow: hidden;
}
.critical-power .banner .content-box .right .text-rotation-swiper-container {
  width: 100%;
  height: 100%;
}
.critical-power .banner .content-box .right .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.critical-power .banner .content-box .right .swiper-wrapper .swiper-slide {
  text-align: right;
}
.critical-power .banner .content-box .right .swiper-wrapper .swiper-slide span {
  font-weight: 500;
  font-size: 0.28rem;
  color: #E40014;
  font-family: "OpenSans-Medium";
}
.critical-power .banner .content-box .right .swiper-wrapper .swiper-slide p {
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.1rem;
  font-family: "OpenSans-Book";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.critical-power .container .critical-power-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.24rem;
}
.critical-power .container .critical-power-content .sidebar {
  position: relative;
  width: 26.5%;
}
.critical-power .container .critical-power-content .sidebar .mobile-close {
  display: none;
}
.critical-power .container .critical-power-content .sidebar .filter {
  width: 68%;
}
.critical-power .container .critical-power-content .sidebar .filter > div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.critical-power .container .critical-power-content .sidebar .filter > div .refresh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.critical-power .container .critical-power-content .sidebar .filter > div .refresh .iconfont {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transition: all 0.5;
  transition: all 0.5;
}
.critical-power .container .critical-power-content .sidebar .filter > div .refresh .iconfont.rotate {
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list {
  margin-top: 0.51rem;
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item {
  width: 68%;
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 0.16rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dt.active > .iconfont {
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/decrease.svg);
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dt > div {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  font-family: "OpenSansZ-Regular";
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dt > .iconfont {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.12rem;
  height: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd {
  display: none;
  width: 100%;
  padding-left: 0.26rem;
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.12rem;
  cursor: pointer;
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd > div.active span {
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/selected.svg");
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd > div span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.25rem;
  height: 0.25rem;
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/select.svg");
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd > div a {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}
.critical-power .container .critical-power-content .sidebar .done {
  display: none;
}
.critical-power .container .critical-power-content .sidebar .trigger-easter-egg {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 30%;
  top: 0.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.critical-power .container .critical-power-content .content {
  width: 73.5%;
}
.critical-power .container .critical-power-content .content .filters-wapper {
  display: none;
}
.critical-power .container .critical-power-content .content .filter-tab {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}
.critical-power .container .critical-power-content .content .filter-tab .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.critical-power .container .critical-power-content .content .filter-tab .left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.1rem;
  margin: 0rem 0.1rem 0.1rem 0rem;
  padding: 0.2rem;
  font-weight: 500;
  font-size: 0.14rem;
  color: #666666;
  border: 0.01rem solid #CCCFD4;
  border-radius: 0.03rem;
  cursor: pointer;
  font-family: "OpenSans-Medium";
}
.critical-power .container .critical-power-content .content .filter-tab .left a:hover {
  color: #171A20;
  border: 0.01rem solid #171A20;
}
.critical-power .container .critical-power-content .content .filter-tab .left a:hover span {
  color: #171A20;
}
.critical-power .container .critical-power-content .content .filter-tab .left a span {
  cursor: pointer;
  font-size: 0.2rem;
  margin-left: 0.15rem;
}
.critical-power .container .critical-power-content .content .filter-tab .right {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.critical-power .container .critical-power-content .content .content-list {
  margin-top: 0.3rem;
}
.critical-power .container .critical-power-content .content .content-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.critical-power .container .critical-power-content .content .content-list ul li {
  position: relative;
  width: calc((100% - 0.52rem)/3);
  margin: 0rem 0.26rem 0.4rem 0rem;
}
.critical-power .container .critical-power-content .content .content-list ul li:nth-of-type(3n) {
  margin-right: 0rem;
}
.critical-power .container .critical-power-content .content .content-list ul li .img-wapper {
  position: relative;
  width: 100%;
  aspect-ratio: 336/449;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.critical-power .container .critical-power-content .content .content-list ul li .img-wapper:hover .btn {
  right: 0.3rem;
  opacity: 1;
}
.critical-power .container .critical-power-content .content .content-list ul li .img-wapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.critical-power .container .critical-power-content .content .content-list ul li .img-wapper .btn {
  position: absolute;
  right: 0rem;
  top: 0.3rem;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.59rem;
  color: #E40014;
}
.critical-power .container .critical-power-content .content .content-list ul li .img-wapper img {
  position: absolute;
  height: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.critical-power .container .critical-power-content .content .content-list ul li .bottom {
  margin-top: 0.2rem;
}
.critical-power .container .critical-power-content .content .content-list ul li .bottom .title {
  display: block;
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.critical-power .container .critical-power-content .content .content-list ul li .bottom .spec {
  margin-top: 0.1rem;
  display: block;
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.critical-power .container .critical-power-content .content .pagination {
  margin-top: 0.31rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.critical-power .container .critical-power-content .content .pagination .skip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.3rem;
}
.critical-power .container .critical-power-content .content .pagination .skip span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSansCe";
}
.critical-power .container .critical-power-content .content .pagination .skip input {
  width: 0.61rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #CCCFD4;
  text-align: center;
  margin: 0rem 0.12rem;
}
.critical-power .container .critical-power-content .content .pagination .skip .confirm {
  width: 0.95rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #E40014;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.3rem;
  cursor: pointer;
}
.critical-power .container .critical-power-content .content .pagination .skip .confirm:hover {
  background-color: #E40014;
}
.critical-power .container .critical-power-content .content .pagination .skip .confirm:hover a {
  color: #FFFFFF;
}
.critical-power .container .critical-power-content .content .pagination .skip .confirm a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #E40014;
  font-family: "OpenSansCe";
}
.critical-power .mouse-dom {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.critical-power .mouse-dom a {
  font-size: 0.62rem;
  color: #E40014;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
  .critical-power .container .critical-power-content .sidebar-item-list .sidebar-item {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .critical-power {
    background-color: #F7F7F7;
    padding-bottom: 1.2rem;
  }
  .critical-power .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
  }
  .critical-power .banner .bg-img {
    display: none;
  }
  .critical-power .banner .bg-img.mobile {
    display: block;
  }
  .critical-power .banner .content-box {
    position: absolute;
    display: block;
  }
  .critical-power .banner .content-box .left {
    text-align: left;
  }
  .critical-power .banner .content-box .left span {
    display: inline-block;
    font-size: 0.64rem;
  }
  .critical-power .banner .content-box .right {
    margin-top: 0.8rem;
    width: 5.06rem;
    height: 3.16rem;
    overflow: hidden;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
  }
  .critical-power .banner .content-box .right .text-rotation-swiper-container {
    width: 100%;
    height: 50%;
  }
  .critical-power .banner .content-box .right .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .critical-power .banner .content-box .right .swiper-wrapper .swiper-slide {
    text-align: left;
  }
  .critical-power .banner .content-box .right .swiper-wrapper .swiper-slide span {
    font-size: 0.36rem;
  }
  .critical-power .banner .content-box .right .swiper-wrapper .swiper-slide p {
    font-size: 0.28rem;
  }
  .critical-power .container .critical-power-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.24rem;
  }
  .critical-power .container .critical-power-content .sidebar {
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 0.45rem 0.5rem;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
    overflow-y: scroll;
  }
  .critical-power .container .critical-power-content .sidebar .mobile-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .critical-power .container .critical-power-content .sidebar .mobile-close span {
    font-size: 0.5rem;
  }
  .critical-power .container .critical-power-content .sidebar .filter {
    width: 100%;
  }
  .critical-power .container .critical-power-content .sidebar .filter > div {
    margin-top: 0.52rem;
    font-size: 0.24rem;
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list {
    margin-top: 0.63rem;
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item {
    width: 100%;
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 1.02rem;
    margin-bottom: 0.4rem;
    cursor: pointer;
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dt > div {
    font-weight: normal;
    font-size: 0.32rem;
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dt > .iconfont {
    width: 0.24rem;
    height: 0.24rem;
    background-image: 100% 100%;
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd {
    display: none;
    width: 100%;
    padding-left: 0.28rem;
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.48rem;
    cursor: pointer;
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd > div.active span {
    background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/selected.svg");
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd > div span {
    width: 0.34rem;
    height: 0.34rem;
    background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/select.svg");
    background-size: 100% 100%;
    margin-right: 0.19rem;
  }
  .critical-power .container .critical-power-content .sidebar .sidebar-item-list .sidebar-item dd > div a {
    font-size: 0.28rem;
  }
  .critical-power .container .critical-power-content .sidebar .done {
    display: block;
    width: 100%;
    height: 0.9rem;
    background: #E40014;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    cursor: pointer;
  }
  .critical-power .container .critical-power-content .sidebar .done a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .critical-power .container .critical-power-content .sidebar .done a span {
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    font-family: "OpenSans-Medium";
  }
  .critical-power .container .critical-power-content .content {
    width: 100%;
  }
  .critical-power .container .critical-power-content .content .filters-wapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .critical-power .container .critical-power-content .content .filters-wapper .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0.22rem;
    width: 3.2rem;
    height: 0.9rem;
    background: #E40014;
    border-radius: 0.35;
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    font-family: "OpenSans-Medium";
  }
  .critical-power .container .critical-power-content .content .filters-wapper .left .iconfont {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .critical-power .container .critical-power-content .content .filters-wapper .right {
    font-weight: 500;
    font-size: 0.24rem;
    color: #1F1F1F;
  }
  .critical-power .container .critical-power-content .content .filter-tab {
    margin-top: 0.42rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .critical-power .container .critical-power-content .content .filter-tab .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .critical-power .container .critical-power-content .content .filter-tab .left a {
    margin: 0rem 0.19rem 0.19rem 0rem;
    padding: 0.26rem 0.2rem;
    font-size: 0.24rem;
  }
  .critical-power .container .critical-power-content .content .filter-tab .right {
    display: none;
  }
  .critical-power .container .critical-power-content .content .content-list {
    margin-top: 0.42rem;
  }
  .critical-power .container .critical-power-content .content .content-list ul {
    display: block;
  }
  .critical-power .container .critical-power-content .content .content-list ul li {
    width: 100%;
    margin: 0rem 0.26rem 1rem 0rem;
  }
  .critical-power .container .critical-power-content .content .content-list ul li:nth-of-type(3n) {
    margin-right: 0rem;
  }
  .critical-power .container .critical-power-content .content .content-list ul li .img-wapper {
    position: relative;
    width: 100%;
    aspect-ratio: 336/449;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .critical-power .container .critical-power-content .content .content-list ul li .img-wapper:hover .btn {
    opacity: 1;
  }
  .critical-power .container .critical-power-content .content .content-list ul li .img-wapper .btn {
    position: absolute;
    right: 0.34rem;
    top: 0.54rem;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0.59rem;
    color: #E40014;
  }
  .critical-power .container .critical-power-content .content .content-list ul li .img-wapper img {
    position: absolute;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .critical-power .container .critical-power-content .content .content-list ul li .bottom {
    margin-top: 0.26rem;
  }
  .critical-power .container .critical-power-content .content .content-list ul li .bottom .title {
    font-size: 0.48rem;
  }
  .critical-power .container .critical-power-content .content .content-list ul li .bottom .spec {
    font-size: 0.24rem;
  }
  .critical-power .container .critical-power-content .content .pagination {
    margin-top: 0.56rem;
    display: block;
  }
  .critical-power .container .critical-power-content .content .pagination .skip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.28rem;
  }
  .critical-power .container .critical-power-content .content .pagination .skip span {
    font-size: 0.24rem;
  }
  .critical-power .container .critical-power-content .content .pagination .skip input {
    width: 1rem;
    height: 0.6rem;
    border-radius: 0.35rem;
    font-size: 0.24rem;
    margin: 0rem 0.1rem;
  }
  .critical-power .container .critical-power-content .content .pagination .skip .confirm {
    width: 1.4rem;
    height: 0.6rem;
    border-radius: 0.35rem;
  }
  .critical-power .container .critical-power-content .content .pagination .skip .confirm:hover a {
    color: #FFFFFF;
  }
  .critical-power .container .critical-power-content .content .pagination .skip .confirm a {
    font-weight: 400;
    font-size: 0.24rem;
    color: #E40014;
    font-family: "OpenSansCe";
  }
  .critical-power .container .critical-power-content .content .pagination .skip .confirm a:hover {
    color: #FFFFFF;
  }
  .critical-power .container .mouse-dom {
    display: none;
  }
}
.cloud-infrastructure {
  background-color: #F7F7F7;
}
.cloud-infrastructure .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.cloud-infrastructure .banner .bg-img {
  width: 100%;
  height: 100%;
}
.cloud-infrastructure .banner .bg-img img {
  width: 100%;
  height: 100%;
}
.cloud-infrastructure .banner .bg-img.mobile {
  display: none;
}
.cloud-infrastructure .banner .content-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cloud-infrastructure .banner .content-box .left {
  text-align: left;
}
.cloud-infrastructure .banner .content-box .left span {
  display: block;
  font-weight: 500;
  font-size: 0.72rem;
  color: #FFFFFF;
  font-family: "OpenSans-Medium";
}
.cloud-infrastructure .banner .content-box .right {
  width: 3.5rem;
  height: 2.2rem;
  overflow: hidden;
}
.cloud-infrastructure .banner .content-box .right .text-rotation-swiper-container {
  width: 100%;
  height: 100%;
}
.cloud-infrastructure .banner .content-box .right .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.cloud-infrastructure .banner .content-box .right .swiper-wrapper .swiper-slide {
  text-align: right;
}
.cloud-infrastructure .banner .content-box .right .swiper-wrapper .swiper-slide span {
  font-weight: 500;
  font-size: 0.28rem;
  color: #E40014;
  font-family: "OpenSans-Medium";
}
.cloud-infrastructure .banner .content-box .right .swiper-wrapper .swiper-slide p {
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.1rem;
  font-family: "OpenSans-Book";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cloud-infrastructure .container .critical-power-content {
  padding: 0.85rem 0rem 0.83rem 0;
}
.cloud-infrastructure .container .critical-power-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cloud-infrastructure .container .critical-power-content ul li {
  width: calc((100% - 0.78rem)/4);
  margin: 0rem 0.26rem 0.4rem 0rem;
  position: relative;
}
.cloud-infrastructure .container .critical-power-content ul li:nth-of-type(4n) {
  margin-right: 0rem;
}
.cloud-infrastructure .container .critical-power-content ul li .img-wapper {
  position: relative;
  width: 100%;
  aspect-ratio: 250/312;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cloud-infrastructure .container .critical-power-content ul li .img-wapper:hover .btn {
  right: 0.3rem;
  opacity: 1;
}
.cloud-infrastructure .container .critical-power-content ul li .img-wapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cloud-infrastructure .container .critical-power-content ul li .img-wapper .btn {
  position: absolute;
  right: 0rem;
  top: 0.3rem;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.59rem;
  color: #E40014;
}
.cloud-infrastructure .container .critical-power-content ul li .img-wapper img {
  position: absolute;
  height: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cloud-infrastructure .container .critical-power-content ul li .bottom {
  margin-top: 0.2rem;
}
.cloud-infrastructure .container .critical-power-content ul li .bottom .title {
  display: block;
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.cloud-infrastructure .container .critical-power-content ul li .bottom .spec {
  margin-top: 0.1rem;
  display: block;
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.cloud-infrastructure .container .cloud-mouse-dom {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cloud-infrastructure .container .cloud-mouse-dom a {
  font-size: 0.62rem;
  color: #E40014;
  background-color: #FFFFFF;
}

@media screen and (max-width: 800px) {
  .cloud-infrastructure {
    background-color: #F7F7F7;
  }
  .cloud-infrastructure .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
  }
  .cloud-infrastructure .banner .bg-img {
    display: none;
  }
  .cloud-infrastructure .banner .bg-img.mobile {
    display: block;
  }
  .cloud-infrastructure .banner .content-box {
    position: absolute;
    display: block;
  }
  .cloud-infrastructure .banner .content-box .left {
    text-align: left;
  }
  .cloud-infrastructure .banner .content-box .left span {
    display: inline-block;
    font-size: 0.64rem;
  }
  .cloud-infrastructure .banner .content-box .right {
    margin-top: 0.8rem;
    width: 5.06rem;
    height: 3.16rem;
    overflow: hidden;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
  }
  .cloud-infrastructure .banner .content-box .right .text-rotation-swiper-container {
    width: 100%;
    height: 50%;
  }
  .cloud-infrastructure .banner .content-box .right .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .cloud-infrastructure .banner .content-box .right .swiper-wrapper .swiper-slide {
    text-align: left;
  }
  .cloud-infrastructure .banner .content-box .right .swiper-wrapper .swiper-slide span {
    font-size: 0.36rem;
  }
  .cloud-infrastructure .banner .content-box .right .swiper-wrapper .swiper-slide p {
    font-size: 0.28rem;
  }
  .cloud-infrastructure .container .critical-power-content {
    padding: 1.2rem 0rem 1.6rem 0;
  }
  .cloud-infrastructure .container .critical-power-content ul {
    display: block;
  }
  .cloud-infrastructure .container .critical-power-content ul li {
    width: 100%;
    margin: 0rem 0rem 1rem 0rem;
  }
  .cloud-infrastructure .container .critical-power-content ul li:nth-of-type(3n) {
    margin-right: 0rem;
  }
  .cloud-infrastructure .container .critical-power-content ul li .img-wapper {
    position: relative;
    width: 100%;
    aspect-ratio: 451/563;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cloud-infrastructure .container .critical-power-content ul li .img-wapper:hover .btn {
    opacity: 1;
  }
  .cloud-infrastructure .container .critical-power-content ul li .img-wapper .btn {
    position: absolute;
    right: 0.34rem;
    top: 0.54rem;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0.59rem;
    color: #E40014;
  }
  .cloud-infrastructure .container .critical-power-content ul li .img-wapper img {
    position: absolute;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .cloud-infrastructure .container .critical-power-content ul li .bottom {
    margin-top: 0.26rem;
  }
  .cloud-infrastructure .container .critical-power-content ul li .bottom .title {
    font-size: 0.36rem;
  }
  .cloud-infrastructure .container .critical-power-content ul li .bottom .spec {
    font-size: 0.24rem;
  }
  .cloud-infrastructure .container .cloud-mouse-dom {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .cloud-infrastructure .banner .content-box .right {
    height: 250px;
  }

  .cloud-infrastructure .banner .content-box .right .text-rotation-swiper-container {
    height: 100%;
  }
}
.download {
  position: relative;
}
.download .bg {
  display: none;
  position: absolute;
  right: 0.46rem;
  top: 0;
  width: 6.3rem;
  height: 2.76rem;
}
.download .bg img {
  width: 100%;
  height: 100%;
}
.download .container .download-content .title {
  font-weight: 500;
  font-size: 0.5rem;
  color: #171A20;
  padding-top: 1.47rem;
  margin-left: 0.2rem;
  font-family: "OpenSans-Medium";
}
.download .container .download-content .content {
  width: 100%;
  margin-top: 1.13rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.download .container .download-content .content > .left {
  width: 26.5%;
  height: 150vh;
}
@media screen and (max-width: 800px) {
  .download .container .download-content .content > .left {
    height: auto;
  }
}
.download .container .download-content .content > .left .sidebar {
  position: relative;
  width: 68%;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  height: 80vh;
  overflow-y: auto;
}
.download .container .download-content .content > .left .sidebar::-webkit-scrollbar {
  width: 4px !important;
  background-color: transparent;
  border-radius: 4px;
}
.download .container .download-content .content > .left .sidebar::-webkit-scrollbar-thumb {
  background-color: #d5d8db;
  width: 4px !important;
  border-radius: 4px;
}
.download .container .download-content .content > .left .sidebar .mobile-close {
  display: none;
}
.download .container .download-content .content > .left .sidebar .sidebar-list {
  border-bottom: 0.01rem solid #B9B9B9;
  margin-bottom: 0.44rem;
}
.download .container .download-content .content > .left .sidebar .sidebar-list:last-child {
  border-bottom: 0.01rem solid transparent;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-title {
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  padding-left: 0.2rem;
  font-family: "OpenSans-Medium";
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper {
  margin: 0.38rem 0 0.43rem 0;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-title {
  height: 0.54rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 0.2rem 0 0.2rem;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-title:hover, .download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-title.on {
  background: #F0F0F0;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-title:hover div, .download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-title.on div {
  color: #E40014;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-title div {
  font-weight: normal;
  font-size: 0.2rem;
  color: #171A20;
  font-family: "OpenSans-Book";
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-title.active span {
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/decrease.svg");
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-title span {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/add.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper {
  display: none;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item {
  padding-left: 0.2rem;
  margin-bottom: 0.44rem;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 0.29rem;
  padding-left: 0.29rem;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt.active .iconfont {
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/decrease.svg");
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt.bold {
  height: 0.4rem;
  background: #F0F0F0;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt.bold > div {
  color: #E40014;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt span {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.19rem;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt .iconfont {
  position: absolute;
  left: 0;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/add.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0.19rem;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt div {
  font-weight: normal;
  font-size: 0.16rem;
  color: #333333;
  font-family: "OpenSans-Book";
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd {
  display: none;
  margin-top: 0.18rem;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd > div {
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.49rem;
  margin-bottom: 0.15rem;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd > div:last-child {
  margin-bottom: 0;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd > div.active {
  background: #F0F0F0;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd > div.active a {
  color: #E40014;
}
.download .container .download-content .content > .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd > div a {
  font-weight: normal;
  font-size: 0.16rem;
  color: #333333;
  font-family: "OpenSans-Book";
}
.download .container .download-content .content > .left .sidebar .trigger-easter-egg {
  position: absolute;
  right: 0;
  top: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
}
.download .container .download-content .content .right {
  width: 73.5%;
}
.download .container .download-content .content .right .filters {
  display: none;
}
.download .container .download-content .content .right .filter-title {
  display: none;
}
.download .container .download-content .content .right .marketing {
  width: 100%;
}
.download .container .download-content .content .right .marketing > ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download .container .download-content .content .right .marketing > ul > li {
  width: calc((100% - 1.2rem)/4);
  margin: 0rem 0.4rem 0.6rem 0;
  cursor: pointer;
}
.download .container .download-content .content .right .marketing > ul > li:hover .img .eye {
  opacity: 1;
}
.download .container .download-content .content .right .marketing > ul > li:hover .g-text span {
  background-size: 100% 100%;
}
.download .container .download-content .content .right .marketing > ul > li:nth-of-type(4n) {
  margin-right: 0;
}
.download .container .download-content .content .right .marketing > ul > li .img {
  position: relative;
  width: 100%;
  aspect-ratio: 24/32;
}
.download .container .download-content .content .right .marketing > ul > li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download .container .download-content .content .right .marketing > ul > li .img .eye {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.download .container .download-content .content .right .marketing > ul > li .img .eye span {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/download/eye.png);
  background-size: 100% 100%;
}
.download .container .download-content .content .right .marketing > ul > li .text {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  margin-top: 0.27rem;
  font-family: "OpenSans-Medium";
  display: block;
  height: 0.75rem;
  overflow: hidden;
}
.download .container .download-content .content .right .marketing > ul > li .text .g-text-hover .g-text span {
  background-image: -webkit-linear-gradient(top, transparent 95%, #a3a4a6 0);
  background-image: linear-gradient(to bottom, transparent 95%, #a3a4a6 0);
}
.download .container .download-content .content .right .product {
  display: none;
}
.download .container .download-content .content .right .product .radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download .container .download-content .content .right .product .radios .radio-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.44rem 0.2rem 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.18rem;
  color: #171A2050;
  font-family: "OpenSans-Medium";
}
.download .container .download-content .content .right .product .radios .radio-item.active {
  color: #E40014;
}
.download .container .download-content .content .right .product .radios .radio-item.active span {
  background: #E40014;
  border: 0.01rem solid #E40014;
  opacity: 1;
}
.download .container .download-content .content .right .product .radios .radio-item span {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  border: 0.01rem solid #000000;
  opacity: 0.3;
  margin-right: 0.12rem;
}
.download .container .download-content .content .right .product .document ul {
  margin-top: 0.46rem;
}
.download .container .download-content .content .right .product .document ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 0.29rem 0.2rem 0.29rem 0.5rem;
  margin-bottom: 0.1rem;
}
.download .container .download-content .content .right .product .document ul li .left {
  width: calc(100% - 1.35rem);
}
.download .container .download-content .content .right .product .document ul li .left p {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.download .container .download-content .content .right .product .document ul li .left > div {
  margin-top: 0.12rem;
}
.download .container .download-content .content .right .product .document ul li .left > div span {
  font-weight: 400;
  font-size: 0.14rem;
  color: #989898;
  font-family: "OpenSansZ-Regular";
}
.download .container .download-content .content .right .product .document ul li .right {
  width: 1.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.download .container .download-content .content .right .product .document ul li .right a {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.15rem;
  cursor: pointer;
}
.download .container .download-content .content .right .product .document ul li .right a.view {
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/download/eyse.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.download .container .download-content .content .right .product .document ul li .right a.view:hover {
  background: url(../image/download/eysed.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.download .container .download-content .content .right .product .document ul li .right a.down {
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/download/down.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.download .container .download-content .content .right .product .document ul li .right a.down:hover {
  background: url(../image/download/downed.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.download .container .download-content .content .right .product .video {
  display: none;
  width: 100%;
}
.download .container .download-content .content .right .product .video > ul {
  width: 100%;
  margin-top: 0.46rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download .container .download-content .content .right .product .video > ul > li {
  width: calc((100% - 0.6rem)/3);
  margin: 0rem 0.3rem 0.6rem 0;
  cursor: pointer;
}
.download .container .download-content .content .right .product .video > ul > li:hover .img .eye {
  opacity: 1;
}
.download .container .download-content .content .right .product .video > ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.download .container .download-content .content .right .product .video > ul > li .img {
  position: relative;
  width: 100%;
  aspect-ratio: 340/212;
  object-fit: cover;
}
.download .container .download-content .content .right .product .video > ul > li .img .eye {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.download .container .download-content .content .right .product .video > ul > li .img .eye span {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/download/paly.png);
  background-size: 100% 100%;
}
.download .container .download-content .content .right .product .video > ul > li .text {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  margin-top: 0.27rem;
  font-family: "OpenSans-Medium";
}
.download .container .download-content .content .right .pagination {
  margin: 0.8rem 0 1.07rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download .container .download-content .content .right .pagination .skip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.3rem;
}
.download .container .download-content .content .right .pagination .skip span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSansCe";
}
.download .container .download-content .content .right .pagination .skip input {
  width: 0.61rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #CCCFD4;
  text-align: center;
  margin: 0rem 0.12rem;
}
.download .container .download-content .content .right .pagination .skip .confirm {
  width: 0.95rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #E40014;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.3rem;
  cursor: pointer;
}
.download .container .download-content .content .right .pagination .skip .confirm:hover {
  background-color: #E40014;
}
.download .container .download-content .content .right .pagination .skip .confirm:hover a {
  color: #FFFFFF;
}
.download .container .download-content .content .right .pagination .skip .confirm a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #E40014;
  font-family: "OpenSansCe";
}

@media screen and (max-width: 1000px) {
  .download .container .download-content .content .left .sidebar {
    width: 86%;
  }
  .download .container .download-content .content .left .sidebar .trigger-easter-egg {
    position: absolute;
    right: 10%;
    top: 80px;
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .download {
    position: relative;
  }
  .download .bg {
    right: 0;
    overflow: hidden;
  }
  .download .bg img {
    -webkit-transform: translateX(35%);
    -ms-transform: translateX(35%);
    transform: translateX(35%);
  }
  .download .container .download-content .title {
    font-size: 0.64rem;
  }
  .download .container .download-content .content {
    width: 100%;
    margin-top: 1.13rem;
    display: block;
  }
  .download .container .download-content .content .left {
    display: block;
    width: 100%;
  }
  .download .container .download-content .content .left .sidebar {
    position: fixed;
    left: 100%;
    top: 0;
    background-color: #FFFFFF;
    width: 100%;
    height: 100vh;
    z-index: 99;
    padding: 0.45rem 0.5rem;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .download .container .download-content .content .left .sidebar .mobile-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .download .container .download-content .content .left .sidebar .mobile-close span {
    font-size: 0.5rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list {
    border-bottom: 0.01rem solid #B9B9B9;
    margin-bottom: 0.44rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-title {
    font-size: 0.24rem;
    padding-left: 0rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper {
    margin: 0.51rem 0 0.57rem 0;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-title {
    height: 0.72rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 0rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-title.on {
    background: #F0F0F000;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-title div {
    font-weight: normal;
    font-size: 0.32rem;
    color: #171A20;
    font-family: "OpenSans-Book";
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-title.active span {
    background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/decrease.svg");
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-title span {
    width: 0.24rem;
    height: 0.24rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper {
    display: none;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item {
    padding-left: 0;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: 0.38rem;
    margin: 0.38rem 0 0.38rem 0;
    padding-left: 0.4rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt.active .iconfont {
    background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/decrease.svg");
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt span {
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt .iconfont {
    width: 0.24rem;
    height: 0.24rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dt div {
    font-size: 0.28rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd {
    display: none;
    margin-top: 0.18rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd > div {
    margin-bottom: 0.37rem;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd > div.active {
    background: #F0F0F000;
  }
  .download .container .download-content .content .left .sidebar .sidebar-list .list-wapper li .item-list-wapper .sidebar-item dd > div a {
    font-size: 0.28rem;
  }
  .download .container .download-content .content .right {
    width: 100%;
  }
  .download .container .download-content .content .right .filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.3rem;
    width: 3.2rem;
    height: 0.9rem;
    background: #E40014;
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    font-family: "OpenSans-Medium";
  }
  .download .container .download-content .content .right .filters span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .download .container .download-content .content .right .filter-title {
    display: block;
    font-weight: 500;
    font-size: 0.4rem;
    color: #171A20;
    margin: 0.89rem 0 0.51rem 0;
    font-family: "OpenSans-Medium";
  }
  .download .container .download-content .content .right .marketing {
    display: none;
    width: 100%;
  }
  .download .container .download-content .content .right .marketing > ul {
    width: 100%;
  }
  .download .container .download-content .content .right .marketing > ul > li {
    width: 100%;
    margin: 0rem 0rem 1rem 0;
  }
  .download .container .download-content .content .right .marketing > ul > li:hover .img .eye {
    opacity: 0;
  }
  .download .container .download-content .content .right .marketing > ul > li .img {
    position: relative;
    width: 100%;
    aspect-ratio: 650/867;
  }
  .download .container .download-content .content .right .marketing > ul > li .text {
    font-size: 0.32rem;
    margin-top: 0.45rem;
  }
  .download .container .download-content .content .right .product {
    display: block;
  }
  .download .container .download-content .content .right .product .radios .radio-item {
    margin: 0rem 0.5rem 0.39rem 0;
    font-size: 0.28rem;
  }
  .download .container .download-content .content .right .product .radios .radio-item span {
    width: 0.2rem;
    height: 0.2rem;
  }
  .download .container .download-content .content .right .product .document {
    display: none;
  }
  .download .container .download-content .content .right .product .document ul {
    margin-top: 0.46rem;
  }
  .download .container .download-content .content .right .product .document ul li {
    display: block;
    padding: 0.55rem 0.41rem;
    margin-bottom: 0.3rem;
  }
  .download .container .download-content .content .right .product .document ul li .left {
    width: 100%;
    display: block;
  }
  .download .container .download-content .content .right .product .document ul li .left p {
    font-size: 0.32rem;
  }
  .download .container .download-content .content .right .product .document ul li .left > div {
    margin-top: 0.21rem;
  }
  .download .container .download-content .content .right .product .document ul li .left > div span {
    font-size: 0.24rem;
  }
  .download .container .download-content .content .right .product .document ul li .right {
    margin-top: 0.7rem;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .download .container .download-content .content .right .product .document ul li .right a {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
  }
  .download .container .download-content .content .right .product .document ul li .right a.view {
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/download/eyse.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .download .container .download-content .content .right .product .document ul li .right a.view:hover {
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/download/eysed.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .download .container .download-content .content .right .product .document ul li .right a.down {
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/download/down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .download .container .download-content .content .right .product .document ul li .right a.down:hover {
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/download/downed.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .download .container .download-content .content .right .product .video {
    display: block;
    width: 100%;
  }
  .download .container .download-content .content .right .product .video > ul {
    margin-top: 0.61rem;
  }
  .download .container .download-content .content .right .product .video > ul > li {
    width: 100%;
    margin: 0rem 0rem 1rem 0;
    cursor: pointer;
  }
  .download .container .download-content .content .right .product .video > ul > li:hover .img .eye {
    display: none;
    opacity: 1;
  }
  .download .container .download-content .content .right .product .video > ul > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .download .container .download-content .content .right .product .video > ul > li .img {
    position: relative;
    width: 100%;
    aspect-ratio: 650/405;
  }
  .download .container .download-content .content .right .product .video > ul > li .text {
    font-size: 0.32rem;
    margin-top: 0.47rem;
  }
  .download .container .download-content .content .right .pagination {
    margin-top: 0.56rem;
    display: block;
  }
  .download .container .download-content .content .right .pagination .skip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.28rem;
  }
  .download .container .download-content .content .right .pagination .skip span {
    font-size: 0.24rem;
  }
  .download .container .download-content .content .right .pagination .skip input {
    width: 1rem;
    height: 0.6rem;
    border-radius: 0.35rem;
    font-size: 0.24rem;
    margin: 0rem 0.1rem;
  }
  .download .container .download-content .content .right .pagination .skip .confirm {
    width: 1.4rem;
    height: 0.6rem;
    border-radius: 0.35rem;
  }
  .download .container .download-content .content .right .pagination .skip .confirm:hover a {
    color: #FFFFFF;
  }
  .download .container .download-content .content .right .pagination .skip .confirm a {
    font-weight: 400;
    font-size: 0.24rem;
    color: #E40014;
    font-family: "OpenSansCe";
  }
  .download .container .download-content .content .right .pagination .skip .confirm a:hover {
    color: #FFFFFF;
  }
}
.where-to-buy {
  background-color: #F7F7F7;
}
.where-to-buy .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.where-to-buy .banner .bg-img.mobile {
  display: none;
}
.where-to-buy .banner .content-box {
  position: absolute;
}
.where-to-buy .banner .content-box .title {
  font-weight: 500;
  font-size: 0.72rem;
  color: #FFFFFF;
}
.where-to-buy .container .where-to-buy-content .content-title {
  padding: 1.5rem 0 0.76rem;
  border-bottom: 0.01rem solid #B9B9B9;
}
.where-to-buy .container .where-to-buy-content .content-title span {
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.74rem;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .left-area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding-right: 0.5rem;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .left-area .name {
  font-family: "OpenSans-Medium";
  font-size: 0.28rem;
  line-height: 0.34rem;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .left-area .layout {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.23rem;
  white-space: pre-line;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  min-height: 0.96rem;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list {
  padding: 0.06rem 0;
  padding-right: 0.73rem;
  border-right: 1px solid #B9B9B9;
  height: 100%;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li em {
  display: none;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li span {
  cursor: pointer;
  font-size: 0.2rem;
  line-height: 0.28rem;
  position: relative;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li span:hover {
  color: #E40014;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li span:hover::after {
  border-bottom: 1px solid #E40014;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #171A20;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .phone-list {
  padding-left: 0.73rem;
  height: 100%;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .phone-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .phone-list ul li {
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-top: 0.15rem;
  color: #989898;
}
.where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .phone-list ul li:first-child {
  margin-top: 0;
}
.where-to-buy .container .where-to-buy-content > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.76rem;
}
.where-to-buy .container .where-to-buy-content > ul > li {
  margin: 0rem 0.4rem 0.4rem 0;
  width: calc((100% - 0.8rem)/3);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.45rem 0.4rem;
  background-color: #FFFFFF;
}
.where-to-buy .container .where-to-buy-content > ul > li:nth-of-type(3n) {
  margin-right: 0rem;
}
.where-to-buy .container .where-to-buy-content > ul > li .title {
  font-weight: 500;
  font-size: 0.2rem;
  color: #E40014;
  font-family: "OpenSans-Medium";
}
.where-to-buy .container .where-to-buy-content > ul > li .add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}
.where-to-buy .container .where-to-buy-content > ul > li .add .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
.where-to-buy .container .where-to-buy-content > ul > li .add p {
  font-size: 0.16rem;
  color: #000000;
  font-family: "OpenSans-Book";
}
.where-to-buy .container .where-to-buy-content > ul > li .phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}
.where-to-buy .container .where-to-buy-content > ul > li .phones .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
.where-to-buy .container .where-to-buy-content > ul > li .phones .text .phone {
  font-weight: 500;
  font-size: 0.18rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.where-to-buy .container .where-to-buy-content > ul > li .emails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.45rem;
}
.where-to-buy .container .where-to-buy-content > ul > li .emails .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}
.where-to-buy .container .where-to-buy-content > ul > li .emails .text .email {
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Book";
}
.where-to-buy .container .where-to-buy-content > ul > li .emails .text .email span {
  position: relative;
}
.where-to-buy .container .where-to-buy-content > ul > li .emails .text .email span:hover {
  color: #E40014;
}
.where-to-buy .container .where-to-buy-content > ul > li .emails .text .email span:hover::after {
  border-bottom: 1px solid #E40014;
}
.where-to-buy .container .where-to-buy-content > ul > li .emails .text .email span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #171A20;
}
.where-to-buy .container .where-to-buy-content .footer-container {
  margin: 0.69rem 0 1.48rem;
}
.where-to-buy .container .where-to-buy-content .footer-container .footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.where-to-buy .container .where-to-buy-content .footer-container .footer-wrapper .footer-title {
  max-width: 8.07rem;
  text-align: center;
  font-size: 0.48rem;
  line-height: 0.58rem;
  font-family: "OpenSans-Medium";
}
.where-to-buy .container .where-to-buy-content .footer-container .footer-wrapper .footer-arrow-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.14rem;
  line-height: 0.17rem;
  margin-top: 0.53rem;
}
.where-to-buy .container .where-to-buy-content .footer-container .footer-wrapper .footer-arrow-btn em {
  margin-right: 0.13rem;
}
.where-to-buy .container .where-to-buy-content .pagination {
  margin: 0 0 1.2rem;
}
.where-to-buy .contact3 {
  background-color: white;
  padding-top: 1.2rem;
}

@media screen and (max-width: 800px) {
  .where-to-buy {
    padding-bottom: 0.96rem;
  }
  .where-to-buy .banner .bg-img {
    display: none;
  }
  .where-to-buy .banner .bg-img.mobile {
    display: block;
  }
  .where-to-buy .banner .content-box .title {
    font-size: 0.64rem;
  }
  .where-to-buy .container .where-to-buy-content .content-title {
    padding: 84px 0 26px;
  }
  .where-to-buy .container .where-to-buy-content .content-title span {
    font-size: 28px;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .left-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-right: 0;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .left-area .name {
    font-size: 20px;
    line-height: 23px;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .left-area .layout {
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    min-height: auto;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list {
    padding: 0;
    padding-right: 0;
    border-right: 0;
    height: 100%;
    margin-top: 26px;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li em {
    display: inline;
    font-size: 14px;
    line-height: 21px;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li span {
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    position: relative;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li span:hover {
    color: #E40014;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li span:hover::after {
    border-bottom: 1px solid #E40014;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .mail-list ul li span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #171A20;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .phone-list {
    margin-top: 26px;
    padding-left: 0;
    height: 100%;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .phone-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .phone-list ul li {
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
    color: #989898;
  }
  .where-to-buy .container .where-to-buy-content .where-to-buy-topInfo .right-area .phone-list ul li:first-child {
    margin-top: 0;
  }
  .where-to-buy .container .where-to-buy-content > ul {
    margin-top: 59px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li {
    margin: 0rem 0rem 25px 0;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 25px 21px;
    background-color: #FFFFFF;
    min-height: 275px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li:last-child {
    margin-bottom: 0;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .title {
    font-size: 20px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .add {
    margin-top: 18px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .add .icon {
    margin-right: 10px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .add .icon svg {
    width: 24px;
    height: 24px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .add p {
    font-size: 14px;
    line-height: 21px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .phones {
    margin-top: 21px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .phones .icon {
    margin-right: 10px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .phones .icon svg {
    width: 24px;
    height: 24px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .phones .text .phone {
    font-size: 16px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .emails {
    margin-top: 27px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .emails .icon {
    margin-right: 10px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .emails .icon svg {
    width: 24px;
    height: 24px;
  }
  .where-to-buy .container .where-to-buy-content > ul > li .emails .text .email {
    font-size: 14px;
  }
  .where-to-buy .container .where-to-buy-content .footer-container {
    margin: 66px 0 76px;
  }
  .where-to-buy .container .where-to-buy-content .footer-container .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .where-to-buy .container .where-to-buy-content .footer-container .footer-wrapper .footer-title {
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    font-family: "OpenSans-Medium";
  }
  .where-to-buy .container .where-to-buy-content .footer-container .footer-wrapper .footer-arrow-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: 31px;
  }
  .where-to-buy .container .where-to-buy-content .footer-container .footer-wrapper .footer-arrow-btn em {
    margin-right: 11px;
  }
  .where-to-buy .contact2 .wal .leftbox {
    height: auto;
  }
}
.search-results {
  background-color: #FFFFFF;
  padding: 2.15rem 0 1.6rem 0;
}
.search-results .container .search-results-search {
  width: 100%;
  text-align: center;
}
.search-results .container .search-results-search .title {
  font-weight: 500;
  font-size: 0.72rem;
  color: #171A20;
}
.search-results .container .search-results-search .form {
  margin: 1.37rem 0rem 1.16rem 0rem;
  display: inline-block;
}
.search-results .container .search-results-search .form > div {
  width: 10rem;
  height: 0.64rem;
  position: relative;
  overflow: hidden;
}
.search-results .container .search-results-search .form > div:hover .line {
  left: 0;
  width: 100%;
}
.search-results .container .search-results-search .form > div input {
  width: 100%;
  height: 100%;
  border-bottom: 0.01rem solid #B8B8B8;
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  font-family: "OpenSans-Medium";
}
.search-results .container .search-results-search .form > div input::-webkit-input-placeholder {
  color: #CDCDCD;
}
.search-results .container .search-results-search .form > div input::-moz-placeholder {
  color: #CDCDCD;
}
.search-results .container .search-results-search .form > div input:-ms-input-placeholder {
  color: #CDCDCD;
}
.search-results .container .search-results-search .form > div input::placeholder {
  color: #CDCDCD;
}
.search-results .container .search-results-search .form > div button {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.64rem;
  height: 0.64rem;
  border: none;
  cursor: pointer;
  font-size: 0.3rem;
  background-color: transparent;
}
.search-results .container .search-results-search .form > div .line {
  position: absolute;
  right: -2px;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #171A20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search-results .container .search-results-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.34rem;
}
.search-results .container .search-results-content .sidebar {
  width: 26.5%;
}
.search-results .container .search-results-content .sidebar .title {
  width: 68%;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  font-family: "OpenSansZ-Regular";
}
.search-results .container .search-results-content .sidebar .column {
  width: 68%;
  margin-top: 0.41rem;
}
.search-results .container .search-results-content .sidebar .column ul {
  width: 100%;
}
.search-results .container .search-results-content .sidebar .column ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  margin-bottom: 0.26rem;
  cursor: pointer;
}
.search-results .container .search-results-content .sidebar .column ul li:hover a {
  color: #E40014;
}
.search-results .container .search-results-content .sidebar .column ul li.active a {
  color: #E40014;
}
.search-results .container .search-results-content .sidebar .column ul li a {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  font-family: "OpenSans-Book";
}
.search-results .container .search-results-content .content {
  width: 73.5%;
}
.search-results .container .search-results-content .content .result-total {
  font-weight: 500;
  font-size: 0.16rem;
  color: #1F1F1F;
  margin-bottom: 0.41rem;
  font-family: "OpenSansZ-Regular";
}
.search-results .container .search-results-content .content .result-list li {
  width: 100%;
  padding: 0.34rem 0rem;
  border-top: 0.01rem solid #CDCDCD50;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.search-results .container .search-results-content .content .result-list li:hover {
  padding-left: 0.36rem;
  background: #F7F7F7;
}
.search-results .container .search-results-content .content .result-list li:hover a {
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
}
.search-results .container .search-results-content .content .result-list li:last-child {
  padding-bottom: 0rem;
}
.search-results .container .search-results-content .content .result-list li:last-child::after {
  content: "";
  width: 100%;
  display: block;
  margin-top: 0.34rem;
  border-top: 0.01rem solid #CDCDCD50;
}
.search-results .container .search-results-content .content .result-list li a {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  font-family: "OpenSans-Medium";
}
.search-results .container .search-results-content .content .pagination {
  margin-top: 0.76rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-results .container .search-results-content .content .pagination .skip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.3rem;
}
.search-results .container .search-results-content .content .pagination .skip span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSansCe";
}
.search-results .container .search-results-content .content .pagination .skip input {
  width: 0.61rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #CCCFD4;
  text-align: center;
  margin: 0rem 0.12rem;
}
.search-results .container .search-results-content .content .pagination .skip .confirm {
  width: 0.95rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #E40014;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.3rem;
  cursor: pointer;
}
.search-results .container .search-results-content .content .pagination .skip .confirm:hover {
  background-color: #E40014;
}
.search-results .container .search-results-content .content .pagination .skip .confirm:hover a {
  color: #FFFFFF;
}
.search-results .container .search-results-content .content .pagination .skip .confirm a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #E40014;
  font-family: "OpenSansCe";
}

@media screen and (max-width: 1000px) {
  .search-results .container .search-results-content .sidebar .column {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .search-results {
    padding: 1.63rem 0 1.6rem 0;
  }
  .search-results .container .search-results-search .title {
    font-size: 0.64rem;
  }
  .search-results .container .search-results-search .form {
    width: 100%;
    margin: 0.81rem 0rem 1.21rem 0rem;
    display: inline-block;
  }
  .search-results .container .search-results-search .form > div {
    width: 100%;
    height: 0.82rem;
    position: relative;
  }
  .search-results .container .search-results-search .form > div input {
    font-size: 0.36rem;
  }
  .search-results .container .search-results-search .form > div button {
    width: 0.82rem;
    height: 0.82rem;
  }
  .search-results .container .search-results-content {
    display: block;
  }
  .search-results .container .search-results-content .sidebar {
    width: 100%;
  }
  .search-results .container .search-results-content .sidebar .title {
    font-weight: 500;
    font-size: 0.24rem;
    color: #171A20;
    font-family: "OpenSans-Medium";
  }
  .search-results .container .search-results-content .sidebar .line {
    display: none;
  }
  .search-results .container .search-results-content .sidebar .column {
    width: 100%;
    margin-top: 0.47rem;
  }
  .search-results .container .search-results-content .sidebar .column ul {
    width: 100%;
  }
  .search-results .container .search-results-content .sidebar .column ul li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0rem 0.54rem 0.38rem 0rem;
  }
  .search-results .container .search-results-content .sidebar .column ul li a {
    font-size: 0.28rem;
    color: #171A20;
  }
  .search-results .container .search-results-content .content {
    width: 100%;
    margin-top: 0.74rem;
  }
  .search-results .container .search-results-content .content .result-total {
    display: none;
  }
  .search-results .container .search-results-content .content .result-list li {
    width: 100%;
    padding: 0.42rem 0rem;
  }
  .search-results .container .search-results-content .content .result-list li:hover {
    padding-left: 0rem;
    background: #F7F7F700;
  }
  .search-results .container .search-results-content .content .result-list li:hover a {
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  .search-results .container .search-results-content .content .result-list li:last-child {
    padding-bottom: 0rem;
  }
  .search-results .container .search-results-content .content .result-list li:last-child::after {
    content: "";
    width: 100%;
    display: block;
    margin-top: 0.34rem;
    border-top: 0.01rem solid #CDCDCD50;
  }
  .search-results .container .search-results-content .content .result-list li a {
    font-weight: 500;
    font-size: 0.32rem;
    color: #171A20;
    line-height: 0.48rem;
    font-family: "OpenSans-Medium";
  }
  .search-results .container .search-results-content .content .pagination {
    margin-top: 0.8rem;
    display: block;
  }
  .search-results .container .search-results-content .content .pagination .skip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.28rem;
  }
  .search-results .container .search-results-content .content .pagination .skip span {
    font-size: 0.24rem;
  }
  .search-results .container .search-results-content .content .pagination .skip input {
    width: 1rem;
    height: 0.6rem;
    border-radius: 0.35rem;
    font-size: 0.24rem;
    margin: 0rem 0.1rem;
  }
  .search-results .container .search-results-content .content .pagination .skip .confirm {
    width: 1.4rem;
    height: 0.6rem;
    border-radius: 0.35rem;
  }
  .search-results .container .search-results-content .content .pagination .skip .confirm:hover a {
    color: #FFFFFF;
  }
  .search-results .container .search-results-content .content .pagination .skip .confirm a {
    font-weight: 400;
    font-size: 0.24rem;
    color: #E40014;
    font-family: "OpenSansCe";
  }
  .search-results .container .search-results-content .content .pagination .skip .confirm a:hover {
    color: #FFFFFF;
  }
}
.join-us {
  overflow: hidden;
  background-color: #F7F7F7;
  padding: 2.15rem 0 0rem 0;
  position: relative;
}
.join-us::after {
  position: absolute;
  top: 0;
  right: 5.04rem;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7.56rem;
  height: 4.42rem;
  background-size: 100% 100%;
}
.join-us .container .join-us-search {
  width: 100%;
  text-align: center;
}
.join-us .container .join-us-search .title {
  font-weight: 500;
  font-size: 0.72rem;
  color: #171A20;
}
.join-us .container .join-us-search .form {
  margin: 1.37rem 0rem 1.16rem 0rem;
  display: inline-block;
}
.join-us .container .join-us-search .form > div {
  width: 10rem;
  height: 0.64rem;
  position: relative;
  overflow: hidden;
}
.join-us .container .join-us-search .form > div:hover .line {
  left: 0;
  width: 100%;
}
.join-us .container .join-us-search .form > div input {
  width: 100%;
  height: 100%;
  border-bottom: 0.01rem solid #B8B8B8;
  font-weight: 400;
  font-size: 0.32rem;
  text-indent: 0.5rem;
  color: #333333;
  font-family: "OpenSans-Medium";
}
.join-us .container .join-us-search .form > div input::-webkit-input-placeholder {
  color: #CDCDCD;
}
.join-us .container .join-us-search .form > div input::-moz-placeholder {
  color: #CDCDCD;
}
.join-us .container .join-us-search .form > div input:-ms-input-placeholder {
  color: #CDCDCD;
}
.join-us .container .join-us-search .form > div input::placeholder {
  color: #CDCDCD;
}
.join-us .container .join-us-search .form > div button {
  position: absolute;
  left: -0.1rem;
  top: 0;
  width: 0.64rem;
  height: 0.64rem;
  border: none;
  cursor: pointer;
  font-size: 0.3rem;
  color: #989898;
  background-color: transparent;
}
.join-us .container .join-us-search .form > div .search {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 0.64rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "OpenSans-Medium";
}
.join-us .container .join-us-search .form > div .search:hover {
  color: #E40014;
}
.join-us .container .join-us-search .form > div .line {
  position: absolute;
  right: -2px;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #171A20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.join-us .line {
  width: 100%;
  border: 0.01rem solid #B9B9B930;
}
.join-us .container2 .join-us-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.57rem;
}
.join-us .container2 .join-us-content .sidebar {
  width: 26.5%;
}
.join-us .container2 .join-us-content .sidebar .mobile-close {
  display: none;
}
.join-us .container2 .join-us-content .sidebar .filter {
  width: 68%;
}
.join-us .container2 .join-us-content .sidebar .filter > div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.join-us .container2 .join-us-content .sidebar .filter > div .refresh {
  cursor: pointer;
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list {
  margin-top: 0.51rem;
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item {
  width: 68%;
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 0.53rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dt.active > .iconfont {
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/decrease.svg);
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dt > div {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  font-family: "OpenSansZ-Regular";
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dt > .iconfont {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 0.12rem;
  height: 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd {
  display: none;
  width: 100%;
  padding-left: 0.2rem;
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.32rem;
  cursor: pointer;
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd > div.active span {
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/selected.svg");
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd > div span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.25rem;
  height: 0.25rem;
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/select.svg");
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd > div a {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}
.join-us .container2 .join-us-content .sidebar .done {
  display: none;
}
.join-us .container2 .join-us-content .content {
  width: 73.5%;
}
.join-us .container2 .join-us-content .content .filters-wapper {
  display: none;
}
.join-us .container2 .join-us-content .content .filter-tab {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}
.join-us .container2 .join-us-content .content .filter-tab .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.join-us .container2 .join-us-content .content .filter-tab .left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.1rem;
  margin: 0rem 0.1rem 0.1rem 0rem;
  padding: 0.2rem;
  font-weight: 500;
  font-size: 0.14rem;
  color: #666666;
  border: 0.01rem solid #CCCFD4;
  border-radius: 0.03rem;
  cursor: pointer;
  font-family: "OpenSans-Medium";
}
.join-us .container2 .join-us-content .content .filter-tab .left a:hover {
  color: #171A20;
  border: 0.01rem solid #171A20;
}
.join-us .container2 .join-us-content .content .filter-tab .left a:hover span {
  color: #171A20;
}
.join-us .container2 .join-us-content .content .filter-tab .left a span {
  cursor: pointer;
  font-size: 0.2rem;
  margin-left: 0.15rem;
}
.join-us .container2 .join-us-content .content .filter-tab .right {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.join-us .container2 .join-us-content .content .content-list {
  margin-top: 0.3rem;
}
.join-us .container2 .join-us-content .content .content-list > ul {
  width: 100%;
  margin-bottom: 0.81rem;
}
.join-us .container2 .join-us-content .content .content-list > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0.33rem 0.5rem;
  background: #FFFFFF;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.join-us .container2 .join-us-content .content .content-list > ul > li .left .title {
  font-weight: 500;
  font-size: 0.2rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.join-us .container2 .join-us-content .content .content-list > ul > li .left .tags-wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}
.join-us .container2 .join-us-content .content .content-list > ul > li .left .tags-wapper .tags {
  font-weight: 400;
  font-size: 0.16rem;
  color: #989898;
  font-family: "OpenSansZ-Regular";
}
.join-us .container2 .join-us-content .content .content-list > ul > li .left .tags-wapper .tags span {
  margin-right: 0.15rem;
}
.join-us .container2 .join-us-content .content .content-list > ul > li .left .tags-wapper .tags span::after {
  content: "|";
  display: inline-block;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.15rem;
}
.join-us .container2 .join-us-content .content .content-list > ul > li .left .tags-wapper .tags span:last-child::after {
  content: "";
  display: inline-block;
}
.join-us .container2 .join-us-content .content .content-list > ul > li .right {
  height: 100%;
}
.join-us .container2 .join-us-content .content .content-list > ul > li .right span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.45rem;
  height: 0.45rem;
  font-size: 0.14rem;
  border: 0.01rem solid #CCCFD4;
  color: #989898;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.join-us .container2 .join-us-content .content .content-list > ul > li .right span:hover {
  background-color: #E40014;
  color: #FFFFFF;
}
.join-us .container2 .join-us-content .content .pagination {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join-us .container2 .join-us-content .content .pagination .skip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.3rem;
}
.join-us .container2 .join-us-content .content .pagination .skip span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSansCe";
}
.join-us .container2 .join-us-content .content .pagination .skip input {
  width: 0.61rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #CCCFD4;
  text-align: center;
  margin: 0rem 0.12rem;
}
.join-us .container2 .join-us-content .content .pagination .skip .confirm {
  width: 0.95rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #E40014;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.3rem;
  cursor: pointer;
}
.join-us .container2 .join-us-content .content .pagination .skip .confirm:hover {
  background-color: #E40014;
}
.join-us .container2 .join-us-content .content .pagination .skip .confirm:hover a {
  color: #FFFFFF;
}
.join-us .container2 .join-us-content .content .pagination .skip .confirm a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #E40014;
  font-family: "OpenSansCe";
}

@media screen and (max-width: 1000px) {
  .join-us .container2 .join-us-content .sidebar .filter {
    width: 86%;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .join-us {
    padding: 1.63rem 0 1.6rem 0;
  }
  .join-us::after {
    top: -1rem;
    right: -1.8rem;
  }
  .join-us .container .join-us-search .title {
    font-size: 0.64rem;
  }
  .join-us .container .join-us-search .form {
    width: 100%;
    margin: 0.81rem 0rem 1.21rem 0rem;
    display: inline-block;
  }
  .join-us .container .join-us-search .form > div {
    width: 100%;
    height: 0.82rem;
    position: relative;
  }
  .join-us .container .join-us-search .form > div input {
    font-size: 0.32rem;
    text-indent: 0.6rem;
  }
  .join-us .container .join-us-search .form > div button {
    width: 0.82rem;
    height: 0.82rem;
  }
  .join-us .container .join-us-search .form > div .search {
    height: 0.82rem;
    width: 0.82rem;
    font-size: 0.24rem;
  }
  .join-us .line {
    display: none;
  }
  .join-us .container2 .join-us-content {
    margin-top: 0;
  }
  .join-us .container2 .join-us-content .sidebar {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 0.45rem 0.5rem;
    background-color: #FFFFFF;
    z-index: 99;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .join-us .container2 .join-us-content .sidebar .mobile-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    font-size: 0.5rem;
  }
  .join-us .container2 .join-us-content .sidebar .filter {
    width: 100%;
    margin-top: 0.8rem;
  }
  .join-us .container2 .join-us-content .sidebar .filter > div {
    font-size: 0.24rem;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list {
    margin-top: 0.51rem;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item {
    width: 100%;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 0.53rem;
    margin-bottom: 0.63rem;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dt > div {
    font-size: 0.32rem;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dt > .iconfont {
    width: 0.24rem;
    height: 0.24rem;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd {
    display: none;
    width: 100%;
    padding-left: 0.2rem;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.48rem;
    cursor: pointer;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd > div.active span {
    background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/selected.svg");
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd > div span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0.34rem;
    height: 0.34rem;
    background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/select.svg");
    background-size: 100% 100%;
    margin-right: 0.27rem;
  }
  .join-us .container2 .join-us-content .sidebar .sidebar-item-list .sidebar-item dd > div a {
    font-weight: 400;
    font-size: 0.28rem;
    color: #333333;
  }
  .join-us .container2 .join-us-content .sidebar .done {
    display: block;
    width: 100%;
  }
  .join-us .container2 .join-us-content .sidebar .done a {
    width: 100%;
    height: 0.9rem;
    background: #E40014;
    border-radius: 0.05rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
  }
  .join-us .container2 .join-us-content .content {
    width: 100%;
  }
  .join-us .container2 .join-us-content .content .filters-wapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .join-us .container2 .join-us-content .content .filters-wapper .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 3.2rem;
    height: 0.9rem;
    padding: 0rem 0.3rem;
    background: #E40014;
    border-radius: 0.05rem;
    color: #FFFFFF;
  }
  .join-us .container2 .join-us-content .content .filters-wapper .right {
    font-size: 0.24rem;
  }
  .join-us .container2 .join-us-content .content .content-list {
    width: 100%;
    margin-top: 0.6rem;
  }
  .join-us .container2 .join-us-content .content .content-list > ul {
    width: 100%;
  }
  .join-us .container2 .join-us-content .content .content-list > ul > li {
    width: 100%;
    padding: 0.52rem 0.3rem;
    margin-bottom: 0.3rem;
  }
  .join-us .container2 .join-us-content .content .content-list > ul > li .left .title {
    font-size: 0.36rem;
  }
  .join-us .container2 .join-us-content .content .content-list > ul > li .left .tags-wapper {
    margin-top: 0.23rem;
  }
  .join-us .container2 .join-us-content .content .content-list > ul > li .left .tags-wapper .tags {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .join-us .container2 .join-us-content .content .content-list > ul > li .left .tags-wapper .tags span {
    margin-right: 0.14rem;
  }
  .join-us .container2 .join-us-content .content .content-list > ul > li .left .tags-wapper .tags span::after {
    margin-left: 0.14rem;
  }
  .join-us .container2 .join-us-content .content .content-list > ul > li .right {
    display: none;
  }
  .join-us .container2 .join-us-content .content .pagination {
    margin-top: 0.8rem;
    display: block;
  }
  .join-us .container2 .join-us-content .content .pagination .skip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.28rem;
  }
  .join-us .container2 .join-us-content .content .pagination .skip span {
    font-size: 0.24rem;
  }
  .join-us .container2 .join-us-content .content .pagination .skip input {
    width: 1rem;
    height: 0.6rem;
    border-radius: 0.35rem;
    font-size: 0.24rem;
    margin: 0rem 0.1rem;
  }
  .join-us .container2 .join-us-content .content .pagination .skip .confirm {
    width: 1.4rem;
    height: 0.6rem;
    border-radius: 0.35rem;
  }
  .join-us .container2 .join-us-content .content .pagination .skip .confirm:hover a {
    color: #FFFFFF;
  }
  .join-us .container2 .join-us-content .content .pagination .skip .confirm a {
    font-weight: 400;
    font-size: 0.24rem;
    color: #E40014;
    font-family: "OpenSansCe";
  }
  .join-us .container2 .join-us-content .content .pagination .skip .confirm a:hover {
    color: #FFFFFF;
  }
}
/* join-us===============弹框================= */
/*
  弹框
*/
.join_us_dialog_uuid {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.join_us_dialog_uuid.show {
  opacity: 1;
  visibility: visible;
}

.join_us_dialog_uuid .shop_container {
  width: 12rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.join_us_dialog_uuid .shop_container .hd_con {
  position: relative;
  height: 80px;
  line-height: 54px;
}

.join_us_dialog_uuid .shop_container .hd_con .close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.45rem;
  height: 0.45rem;
  background-color: #E40014;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.24rem;
}

.join_us_dialog_uuid .shop_container .sp_con {
  overflow-y: scroll;
  max-height: 7rem;
}

.join_us_dialog_uuid .shop_container .sp_con::-webkit-scrollbar {
  width: 4px !important;
  background-color: transparent;
  border-radius: 4px;
}

.join_us_dialog_uuid .shop_container .sp_con::-webkit-scrollbar-thumb {
  background-color: #d5d8db;
  width: 4px !important;
  border-radius: 4px;
}

.join-us-model {
  padding: 0.74rem 1rem 0.74rem 1.2rem;
  position: relative;
}
.join-us-model::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 7rem;
  height: 4rem;
  background-image: url("https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/join-us-img.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.join-us-model .title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #171A20;
}
.join-us-model .title div {
  font-weight: 500;
  font-size: 0.48rem;
  font-family: "OpenSans-Medium";
}
.join-us-model .title span {
  font-weight: 400;
  font-size: 0.18rem;
  font-family: "OpenSansZ-Regular";
}
.join-us-model .list {
  position: relative;
  padding: 0.32rem 0.3rem;
  background: #F7F7F7;
  margin-top: 0.7rem;
}
.join-us-model .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.join-us-model .list ul li {
  margin-right: 1rem;
}
.join-us-model .list ul li span {
  display: block;
}
.join-us-model .list ul li span:nth-of-type(1) {
  font-weight: 400;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Book";
}
.join-us-model .list ul li span:nth-of-type(2) {
  font-weight: 500;
  font-size: 0.18rem;
  color: #171A20;
  margin-top: 0.18rem;
  font-family: "OpenSans-Medium";
}
.join-us-model .content {
  position: relative;
}
.join-us-model .content ul {
  margin: 0.93rem 0 0.93rem 0;
}
.join-us-model .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.14rem;
}
.join-us-model .content ul li:last-child {
  margin-bottom: 0rem;
}
.join-us-model .content ul li .list-title {
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.join-us-model .content ul li .detail {
  width: 5.5rem;
  font-weight: normal;
  font-size: 0.16rem;
  color: #171A20;
  word-break: break-all;
  font-family: "OpenSans-Book";
}
.join-us-model .btn {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join-us-model .btn .g-btn a:hover span {
  color: #FFFFFF;
}
.join-us-model .btn .g-btn a span {
  color: #171A20;
}
.join-us-model .btn .mobile-btn {
  display: none;
}

/* join-us===============弹框适配移动端================= */
@media screen and (max-width: 800px) {
  .join_us_dialog_uuid .shop_container {
    height: calc(100vh - 1.4rem);
    -webkit-transform: translateY(0.7rem);
    -ms-transform: translateY(0.7rem);
    transform: translateY(0.7rem);
    border-radius: 0;
  }

  .join_us_dialog_uuid .shop_container .hd_con .close {
    top: 0.3rem;
    right: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.4rem;
  }

  .join_us_dialog_uuid .shop_container .sp_con {
    max-height: 100%;
  }

  .join-us-model {
    padding: 0.2rem 0.5rem 1.54rem 0.5rem;
  }
  .join-us-model::after {
    bottom: 1rem;
  }
  .join-us-model .title {
    display: block;
  }
  .join-us-model .title div {
    font-size: 0.56rem;
    margin-bottom: 0.23rem;
  }
  .join-us-model .title span {
    font-size: 0.26rem;
  }
  .join-us-model .list {
    padding: 0.42rem 0.3rem;
    margin-top: 0.59rem;
  }
  .join-us-model .list ul {
    display: block;
  }
  .join-us-model .list ul li {
    width: 100%;
    margin-right: 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.33rem;
  }
  .join-us-model .list ul li:last-child {
    margin-bottom: 0rem;
  }
  .join-us-model .list ul li span {
    width: 50%;
    display: inline-block;
  }
  .join-us-model .list ul li span:nth-of-type(1) {
    font-size: 0.24rem;
    color: #171A20;
  }
  .join-us-model .list ul li span:nth-of-type(2) {
    font-size: 0.24rem;
    margin-top: 0rem;
  }
  .join-us-model .content ul {
    margin: 1.2rem 0 0.89rem 0;
  }
  .join-us-model .content ul li {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.14rem;
  }
  .join-us-model .content ul li:last-child {
    margin-bottom: 0rem;
  }
  .join-us-model .content ul li .list-title {
    font-size: 0.36rem;
  }
  .join-us-model .content ul li .detail {
    width: 100%;
    font-size: 0.28rem;
    margin-top: 0.4rem;
  }
  .join-us-model .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.69rem;
  }
  .join-us-model .btn .g-btn {
    display: none;
  }
  .join-us-model .btn .mobile-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .join-us-model .btn .mobile-btn a {
    width: 3rem;
    height: 0.9rem;
    background: #E40014;
    border-radius: 0.05rem;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.24rem;
    color: #FFFFFF;
    font-family: "OpenSans-Medium";
  }
}
.join-us-model-uuid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.join-us-model-uuid .left {
  width: 38%;
  height: 7rem;
}
.join-us-model-uuid .left img {
  height: 100%;
}
.join-us-model-uuid .left img.mobile-img {
  display: none;
}
.join-us-model-uuid .right {
  width: 62%;
  height: 7rem;
  overflow-y: scroll;
  padding: 1rem 0.8rem 1rem 0.8rem;
}
.join-us-model-uuid .right::-webkit-scrollbar {
  width: 4px !important;
  background-color: transparent;
  border-radius: 4px;
}
.join-us-model-uuid .right::-webkit-scrollbar-thumb {
  background-color: #d5d8db;
  width: 4px !important;
  border-radius: 4px;
}
.join-us-model-uuid .right .title {
  font-weight: 500;
  font-size: 0.42rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.join-us-model-uuid .right p {
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  margin-top: 0.34rem;
  font-family: "OpenSans-Medium";
}
.join-us-model-uuid .right form {
  width: 100%;
  margin-top: 0.35rem;
}
.join-us-model-uuid .right form .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.3rem;
}
.join-us-model-uuid .right form .form-item > div {
  width: calc((100% - 0.63rem) / 2);
}
.join-us-model-uuid .right form .form-item > div .name {
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.join-us-model-uuid .right form .form-item > div .name span {
  color: #E40014;
}
.join-us-model-uuid .right form .form-item > div .inp {
  width: 100%;
  margin-top: 0.1rem;
}
.join-us-model-uuid .right form .form-item > div .inp input {
  width: 100%;
  height: 0.35rem;
  border-bottom: 0.01rem solid #171A20;
  font-weight: normal;
  font-size: 0.16rem;
  font-family: "OpenSans-Book";
}
.join-us-model-uuid .right form .form-item > div .inp input:focus {
  border-bottom: 0.01rem solid #E40014;
}
.join-us-model-uuid .right form .form-item.form-item3 > div, .join-us-model-uuid .right form .form-item.form-item4 > div {
  width: 100%;
}
.join-us-model-uuid .right form .form-item.form-item3 > div .name .file, .join-us-model-uuid .right form .form-item.form-item4 > div .name .file {
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A2060;
  font-family: "OpenSans-Medium";
}
.join-us-model-uuid .right form .form-item.form-item3 > div .file-list, .join-us-model-uuid .right form .form-item.form-item4 > div .file-list {
  display: none;
}
.join-us-model-uuid .right form .form-item.form-item3 > div .file-list > div, .join-us-model-uuid .right form .form-item.form-item4 > div .file-list > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.join-us-model-uuid .right form .form-item.form-item3 > div .file-list > div:hover span, .join-us-model-uuid .right form .form-item.form-item4 > div .file-list > div:hover span {
  display: block;
  color: #E40014;
}
.join-us-model-uuid .right form .form-item.form-item3 > div .file-list > div p, .join-us-model-uuid .right form .form-item.form-item4 > div .file-list > div p {
  font-size: 0.14rem;
  margin: 0.1rem 0 0.1rem 0;
  color: #171A2060;
}
.join-us-model-uuid .right form .form-item.form-item3 > div .file-list > div span, .join-us-model-uuid .right form .form-item.form-item4 > div .file-list > div span {
  display: none;
  cursor: pointer;
}
.join-us-model-uuid .right form .form-item.form-item3 > div .inp, .join-us-model-uuid .right form .form-item.form-item4 > div .inp {
  position: relative;
}
.join-us-model-uuid .right form .form-item.form-item3 > div .inp div, .join-us-model-uuid .right form .form-item.form-item4 > div .inp div {
  width: 2.55rem;
  height: 0.54rem;
  border-radius: 0.03rem;
  border: 0.01rem solid #E40014;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.2rem;
  font-weight: 500;
  font-size: 0.14rem;
  color: #E40014;
}
.join-us-model-uuid .right form .form-item.form-item3 > div .inp div span, .join-us-model-uuid .right form .form-item.form-item4 > div .inp div span {
  color: #E40014;
  font-size: 0.3rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.join-us-model-uuid .right form .form-item.form-item3 > div .inp input, .join-us-model-uuid .right form .form-item.form-item4 > div .inp input {
  width: 2.55rem;
  height: 0.54rem;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  opacity: 0;
}
.join-us-model-uuid .right form .btn {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.join-us-model-uuid .right form .btn .g-btn a:hover span {
  color: #FFFFFF;
}
.join-us-model-uuid .right form .btn .g-btn a span {
  color: #171A20;
}
.join-us-model-uuid .right form .btn .mobile-btn {
  display: none;
}

@media screen and (max-width: 800px) {
  .join-us-model-uuid {
    position: relative;
    display: block;
  }
  .join-us-model-uuid .left {
    width: 100%;
    height: auto;
  }
  .join-us-model-uuid .left img {
    height: 100%;
    display: none;
  }
  .join-us-model-uuid .left img.mobile-img {
    display: block;
  }
  .join-us-model-uuid .right {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.5rem 1rem 0.5rem;
  }
  .join-us-model-uuid .right .title {
    font-size: 0.56rem;
  }
  .join-us-model-uuid .right p {
    font-size: 0.36rem;
    margin-top: 0.47rem;
    text-align: left !important;
  }
  .join-us-model-uuid .right form {
    width: 100%;
    margin-top: 0.35rem;
  }
  .join-us-model-uuid .right form .form-item {
    display: block;
    margin-bottom: 0rem;
  }
  .join-us-model-uuid .right form .form-item > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .join-us-model-uuid .right form .form-item > div .name {
    font-weight: 500;
    font-size: 0.24rem;
    color: #171A20;
    font-family: "OpenSans-Medium";
  }
  .join-us-model-uuid .right form .form-item > div .name span {
    color: #E40014;
  }
  .join-us-model-uuid .right form .form-item > div .inp {
    width: 100%;
    margin-top: 0.1rem;
  }
  .join-us-model-uuid .right form .form-item > div .inp input {
    width: 100%;
    height: 0.64rem;
    border-bottom: 0.01rem solid #171A20;
    font-weight: normal;
    font-size: 0.24rem;
    font-family: "OpenSans-Book";
  }
  .join-us-model-uuid .right form .form-item > div .inp input:focus {
    border-bottom: 0.01rem solid #E40014;
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div, .join-us-model-uuid .right form .form-item.form-item4 > div {
    width: 100%;
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div .name .file, .join-us-model-uuid .right form .form-item.form-item4 > div .name .file {
    font-weight: 500;
    font-size: 0.2rem;
    color: #171A2060;
    font-family: "OpenSans-Medium";
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div .file-list, .join-us-model-uuid .right form .form-item.form-item4 > div .file-list {
    display: none;
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div .file-list > div, .join-us-model-uuid .right form .form-item.form-item4 > div .file-list > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div .file-list > div p, .join-us-model-uuid .right form .form-item.form-item4 > div .file-list > div p {
    width: 90%;
    font-size: 0.2rem;
    margin: 0.1rem 0 0.1rem 0;
    word-break: break-all;
    color: #171A2060;
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div .file-list > div span, .join-us-model-uuid .right form .form-item.form-item4 > div .file-list > div span {
    display: block;
    color: #E40014;
    cursor: pointer;
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div .inp, .join-us-model-uuid .right form .form-item.form-item4 > div .inp {
    position: relative;
    margin-top: 0.3rem;
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div .inp div, .join-us-model-uuid .right form .form-item.form-item4 > div .inp div {
    width: 3.2rem;
    height: 0.9rem;
    border-radius: 0.03rem;
    border: 0.01rem solid #E40014;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.2rem;
    font-weight: 500;
    font-size: 0.22rem;
    color: #E40014;
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div .inp div span, .join-us-model-uuid .right form .form-item.form-item4 > div .inp div span {
    color: #E40014;
    font-size: 0.4rem;
  }
  .join-us-model-uuid .right form .form-item.form-item3 > div .inp input, .join-us-model-uuid .right form .form-item.form-item4 > div .inp input {
    width: 3.2rem;
    height: 0.9rem;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    opacity: 0;
  }
  .join-us-model-uuid .right form .btn {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .join-us-model-uuid .right form .btn .g-btn {
    display: none;
  }
  .join-us-model-uuid .right form .btn .mobile-btn {
    display: block;
    width: 100%;
    height: 0.9rem;
    background: #E40014;
    border-radius: 0.05rem;
  }
  .join-us-model-uuid .right form .btn .mobile-btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.24rem;
    color: #FFFFFF;
  }
}
.help {
  background-color: #FFFFFF;
  padding-bottom: 1.2rem;
}
.help .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.help .banner .bg-img.mobile {
  display: none;
}
.help .banner .content-box {
  position: absolute;
}
.help .banner .content-box .title {
  font-weight: 500;
  font-size: 0.72rem;
  color: #FFFFFF;
}
.help .container .help-content {
  margin-top: 1.24rem;
}
.help .container .help-content .tab-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.help .container .help-content .tab-card .card-item {
  width: 1.8rem;
  height: 0.54rem;
  background: #F3F3F3;
  border-radius: 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.2rem;
  cursor: pointer;
}
.help .container .help-content .tab-card .card-item:last-child {
  margin-right: 0rem;
}
.help .container .help-content .tab-card .card-item.active {
  background: #E40014;
}
.help .container .help-content .tab-card .card-item.active span {
  color: #FFFFFF;
}
.help .container .help-content .tab-card .card-item span {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane {
  margin-top: 0.98rem;
}
.help .container .help-content .tab-pane .tab-pane-item {
  display: none;
}
.help .container .help-content .tab-pane .tab-pane-item.active {
  display: block;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims {
  width: 100%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .title {
  text-align: center;
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form {
  padding-top: 0.91rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div {
  width: calc((100% - 1.4rem) / 3);
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div .name {
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div .inp {
  width: 100%;
  margin-top: 0.1rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div .inp input {
  width: 100%;
  height: 0.38rem;
  border-bottom: 0.01rem solid #171A20;
  font-weight: normal;
  font-size: 0.16rem;
  font-family: "OpenSans-Book";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div .inp input:focus {
  border-bottom: 0.01rem solid #E40014;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item2 > div .inp {
  position: relative;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item2 > div .inp.select input {
  text-indent: 0.6rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item2 > div .inp.select select {
  position: absolute;
  left: 0;
  bottom: 25%;
  font-size: 0.14rem;
  font-family: "OpenSans-Book";
  background-color: transparent;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item3 > div:nth-of-type(2) .inp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item3 > div:nth-of-type(2) .inp input {
  margin: 0 0.08rem;
  text-align: center;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item3 > div:nth-of-type(2) .inp div {
  height: 0.38rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Book";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item3 > div:nth-of-type(2) .inp .ah {
  width: 14%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item3 > div:nth-of-type(2) .inp .cells {
  width: 14%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item3 > div:nth-of-type(2) .inp .groups {
  width: 16%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item3 > div .inp {
  width: 100%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item4 {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item4 > div {
  margin-right: 0.7rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item4 > div:nth-of-type(1) .inp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item4 > div:nth-of-type(1) .inp input {
  width: 22%;
  margin: 0 0.15rem;
  text-align: center;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item4 > div:nth-of-type(1) .inp div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.38rem;
  font-weight: normal;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Book";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 {
  display: block;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div {
  width: 100%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-title {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  margin-bottom: 0.41rem;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-content > div {
  width: calc((100% - 1.4rem)/3);
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-content > div:nth-of-type(1) .inp {
  position: relative;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-content > div:nth-of-type(1) .inp input {
  width: 95%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-content > div:nth-of-type(1) .inp .units {
  position: absolute;
  right: 0;
  bottom: 20%;
  font-weight: normal;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Book";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item6 {
  display: block;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item6 > div {
  width: 100%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item6 > div.form-item-title {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  margin-bottom: 0.22rem;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item6 > div.form-item-content textarea {
  width: 100%;
  height: 1.28rem;
  border-radius: 0.05rem;
  border: 0.01rem solid #171A20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  resize: none;
  padding: 0.1rem;
  text-indent: 0.1rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  font-family: "OpenSansZ-Regular";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item6 > div.form-item-content textarea:focus {
  border: 0.01rem solid #E40014;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 {
  display: block;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div {
  width: 100%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-title {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  margin-bottom: 0.41rem;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table {
  border: 0.01rem solid #171A20;
  border-bottom: 0;
  border-right: 0;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table {
  width: 100%;
  border-radius: 0.02rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr td {
  font-size: 0.16rem;
  color: #171A2095;
  border-right: 0.01rem solid #000000;
  border-bottom: 0.01rem solid #000000;
  font-family: "OpenSans-Book";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(1) {
  height: 0.68rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(1) td:nth-of-type(1) {
  text-indent: 0.5rem;
  color: #171A20;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(1) td:nth-of-type(2) {
  text-align: center;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(2) {
  height: 0.9rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(2) td {
  text-align: center;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(2) td textarea {
  width: 100%;
  height: 2.3rem;
  resize: none;
  padding: 0.1rem;
  text-indent: 0.1rem;
  font-weight: 400;
  font-size: 0.16rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(3) {
  height: 0.7rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(3) td {
  height: 0.7rem;
  text-align: center;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(3) td input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 0.16rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(4) {
  height: 0.7rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(4) td {
  height: 0.7rem;
  text-align: center;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(4) td input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 0.16rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(5) {
  height: 1.4rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(5) td {
  width: 100%;
  height: 1.4rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(5) td textarea {
  width: 100%;
  height: 100%;
  resize: none;
  padding: 0.3rem 0.47rem;
  text-indent: 0.1rem;
  font-weight: 400;
  font-size: 0.16rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 {
  display: block;
  margin-bottom: 0.92rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .form-item-title {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .btn {
  width: 2.55rem;
  height: 0.54rem;
  border-radius: 0.03rem;
  border: 0.01rem solid #E40014;
  margin-top: 0.19rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.2rem;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .btn span {
  font-weight: 500;
  font-size: 0.14rem;
  color: #E40014;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .btn span.iconfont {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .btn span.iconfont img {
  width: 100%;
  height: 100%;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .btn input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item9 .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item9 .btn .g-btn a:hover span {
  color: #FFFFFF;
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item9 .btn .g-btn a span {
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item9 .btn .mobile-btn {
  display: none;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .filter .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.48rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .faq .filter .filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.35rem;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .filter .filters > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.18rem;
  color: #171A2080;
  margin: 0 0.29rem;
  cursor: pointer;
  font-family: "OpenSans-Book";
}
.help .container .help-content .tab-pane .tab-pane-item .faq .filter .filters > div.active {
  color: #E40014;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .filter .filters > div.active span {
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/circles-red.png);
}
.help .container .help-content .tab-pane .tab-pane-item .faq .filter .filters > div span {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/circles.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 0.1rem;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .filter .result {
  margin-top: 1.06rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .faq .filter .result .red {
  margin-right: 0.1rem;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list {
  margin-top: 0.33rem;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li {
  position: relative;
  padding: 0.48rem 0rem;
  border-top: 0.01rem solid rgba(51, 51, 51, 0.5);
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li:last-child {
  border-bottom: 0.01rem solid rgba(51, 51, 51, 0.5);
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li::before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  height: 0.01rem;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #E40014;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li.on::before {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li:hover::before {
    width: 100%;
  }
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .title.active .iconfont {
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/decrease.svg);
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .title .text {
  padding-right: 0.5rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #1F1F1F;
  font-family: "OpenSans-Medium";
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .title .iconfont {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/add.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .expand-details {
  display: none;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.24rem;
  font-family: "OpenSans-Book";
}
.help .container .help-content .tab-pane .tab-pane-item .faq .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.3rem;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip span {
  font-weight: 400;
  font-size: 0.16rem;
  color: #171A20;
  font-family: "OpenSansCe";
}
.help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip input {
  width: 0.61rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #CCCFD4;
  text-align: center;
  margin: 0rem 0.12rem;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip .confirm {
  width: 0.95rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #E40014;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.3rem;
  cursor: pointer;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip .confirm:hover {
  background-color: #E40014;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip .confirm:hover a {
  color: #FFFFFF;
}
.help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip .confirm a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #E40014;
  font-family: "OpenSansCe";
}

@media screen and (max-width: 800px) {
  .help {
    padding-bottom: 0.96rem;
  }
  .help .banner .bg-img {
    display: none;
  }
  .help .banner .bg-img.mobile {
    display: block;
  }
  .help .banner .content-box .title {
    font-size: 0.64rem;
  }
  .help .container .help-content {
    margin-top: 1.44rem;
  }
  .help .container .help-content .tab-card .card-item {
    width: 3.1rem;
    height: 0.9rem;
    border-radius: 0.45rem;
    margin-right: 0.28rem;
  }
  .help .container .help-content .tab-card .card-item.active {
    background: #E40014;
  }
  .help .container .help-content .tab-card .card-item.active span {
    color: #FFFFFF;
  }
  .help .container .help-content .tab-card .card-item span {
    font-size: 0.22rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims {
    width: 100%;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .title {
    font-size: 0.56rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form {
    padding-top: 0.91rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div .name {
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div .inp {
    width: 100%;
    margin-top: 0.1rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div .inp input {
    width: 100%;
    height: 0.64rem;
    border-bottom: 0.01rem solid #171A20;
    font-weight: normal;
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item > div .inp input:focus {
    border-bottom: 0.01rem solid #E40014;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item2 > div .inp.select input {
    text-indent: 0.9rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item2 > div .inp.select select {
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item3 > div:nth-of-type(2) .inp input {
    margin: 0 0.14rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item3 > div:nth-of-type(2) .inp div {
    height: 0.64rem;
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item4 > div:nth-of-type(1) .inp div {
    height: 0.64rem;
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 {
    display: block;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div {
    width: 100%;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-title {
    font-size: 0.32rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-content {
    display: block;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-content > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-content > div:nth-of-type(1) .inp input {
    width: 90%;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item5 > div.form-item-content > div:nth-of-type(1) .inp .units {
    font-size: 0.32rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item6 {
    display: block;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item6 > div.form-item-title {
    font-size: 0.32rem;
    margin-bottom: 0.38rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item6 > div.form-item-content textarea {
    height: 2.8rem;
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 {
    display: block;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div {
    width: 100%;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-title {
    font-size: 0.32rem;
    margin-bottom: 0.46rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content {
    overflow: scroll;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table {
    width: 20.9rem;
    border-radius: 0.02rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr td {
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(2) td textarea {
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(3) td input {
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(4) td input {
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item7 > div.form-item-content table tr:nth-of-type(5) td textarea {
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 {
    display: block;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .form-item-title {
    font-size: 0.32rem;
    margin-bottom: 0.33rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .btn {
    width: 3.59rem;
    height: 0.9rem;
    border-radius: 0.03rem;
    border: 0.01rem solid #E40014;
    margin-top: 0rem;
    padding: 0 0.3rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .btn span {
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .btn span.iconfont {
    width: 0.3rem;
    height: 0.3rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item8 .btn input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item9 .btn .g-btn {
    display: none;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item9 .btn .mobile-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.24rem;
    width: 100%;
    height: 0.9rem;
    background: #E40014;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .warranty-claims .form .form-item.form-item9 .btn .mobile-btn a {
    color: #FFFFFF;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .filter .title {
    font-size: 0.56rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .filter .filters {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 0.57rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .filter .filters > div {
    font-size: 0.28rem;
    margin: 0.2rem 0.46rem 0 0;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .filter .filters > div span {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.12rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .filter .result {
    margin-top: 0.87rem;
    font-size: 0.24rem;
    color: #171A20;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list {
    margin-top: 0.42rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li {
    padding: 0.48rem 0rem;
    border-top: 0.01rem solid rgba(51, 51, 51, 0.5);
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li.on::before {
    width: 100%;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .title.active .iconfont {
    background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/decrease.svg);
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .title .text {
    width: calc(100% - 0.5rem);
    font-size: 0.32rem;
    font-family: "OpenSans-Medium";
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .title .iconfont {
    width: 0.2rem;
    height: 0.2rem;
    background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/add.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .help-fqa-list li .expand-details {
    font-size: 0.28rem;
    margin-top: 0.5rem;
    font-family: "OpenSans-Book";
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .pagination {
    margin-top: 0.56rem;
    display: block;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.28rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip span {
    font-size: 0.24rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip input {
    width: 1rem;
    height: 0.6rem;
    border-radius: 0.35rem;
    font-size: 0.24rem;
    margin: 0rem 0.1rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip .confirm {
    width: 1.4rem;
    height: 0.6rem;
    border-radius: 0.35rem;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip .confirm:hover a {
    color: #FFFFFF;
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip .confirm a {
    font-weight: 400;
    font-size: 0.24rem;
    color: #E40014;
    font-family: "OpenSansCe";
  }
  .help .container .help-content .tab-pane .tab-pane-item .faq .pagination .skip .confirm a:hover {
    color: #FFFFFF;
  }
}
.solution {
  position: relative;
}
.solution .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.solution .banner .bg-img {
  width: 100%;
  height: 100%;
}
.solution .banner .bg-img img {
  width: 100%;
  height: 100%;
}
.solution .banner .bg-img.mobile {
  display: none;
}
.solution .banner .content-box {
  position: absolute;
  bottom: 1.62rem;
}
.solution .banner .content-box .title {
  font-weight: 500;
  font-size: 0.72rem;
  color: #FFFFFF;
  margin-bottom: 0.37rem;
}
.solution .banner .content-box .synopsis {
  width: 6.85rem;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-family: "OpenSansZ-Regular";
}
.solution .banner .content-box .discover-more {
  margin-top: 0.2rem;
}
.solution .banner .content-box .g-btn {
  margin-top: 0.77rem;
}
.solution .banner .mask {
  display: none;
}
.solution .right-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.2rem;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solution .right-sidebar ul {
  width: 100%;
  position: relative;
}
.solution .right-sidebar ul .red-line {
  position: absolute;
  top: 0.43rem;
  content: "";
  display: block;
  width: 0.33rem;
  height: 0.03rem;
  background-color: #E40014;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.solution .right-sidebar ul li.active a span {
  color: #FFFFFF;
}
.solution .right-sidebar ul li.active a div {
  color: #FFFFFF;
}
.solution .right-sidebar ul li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.86rem;
  cursor: pointer;
  margin-left: 1rem;
}
.solution .right-sidebar ul li a:hover span {
  color: #FFFFFF;
}
.solution .right-sidebar ul li a:hover div {
  color: #FFFFFF;
}
.solution .right-sidebar ul li a span {
  font-size: 0.42rem;
  color: #FFFFFF60;
  margin-right: 0.37rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution .right-sidebar ul li a div {
  font-weight: 500;
  font-size: 0.22rem;
  color: #FFFFFF60;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "OpenSans-Medium";
}

.mobile-sidebar {
  display: none;
}

@media screen and (max-width: 800px) {
  .solution {
    position: relative;
    overflow: hidden;
  }
  .solution .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .solution .banner .bg-img {
    display: none;
  }
  .solution .banner .bg-img.mobile {
    display: block;
  }
  .solution .banner .content-box {
    position: absolute;
    bottom: 4.62rem;
  }
  .solution .banner .content-box .title {
    font-size: 0.72rem;
  }
  .solution .banner .content-box .synopsis {
    width: 5.81rem;
    font-size: 0.24rem;
  }
  .solution .banner .content-box .discover-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 0.9rem;
    background: #E40014;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-top: 0.69rem;
    font-family: "OpenSans-Medium";
  }
  .solution .banner .mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding-left: 1.1rem;
    cursor: pointer;
  }
  .solution .banner .mask span {
    font-size: 0.48rem;
    color: #FFFFFF;
    margin-right: 0.46rem;
  }
  .solution .banner .mask div {
    font-weight: 500;
    font-size: 0.4rem;
    color: #FFFFFF;
    font-family: "OpenSans-Medium";
  }
  .solution .right-sidebar {
    display: none;
  }

  .mobile-sidebar {
    display: block;
  }
  .mobile-sidebar ul li {
    width: 100%;
  }
  .mobile-sidebar ul li.active {
    height: 0;
    overflow: hidden;
  }
  .mobile-sidebar ul li a {
    position: relative;
    display: block;
  }
  .mobile-sidebar ul li a .bg {
    width: 100%;
  }
  .mobile-sidebar ul li a .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 1.1rem;
  }
  .mobile-sidebar ul li a .text span {
    font-size: 0.48rem;
    color: #FFFFFF;
    margin-right: 0.46rem;
  }
  .mobile-sidebar ul li a .text div {
    font-weight: 500;
    font-size: 0.4rem;
    color: #FFFFFF;
    font-family: "OpenSans-Medium";
  }
}
.case-study-detail .container {
  padding-top: 1.65rem;
}
.case-study-detail .container .back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-study-detail .container .back a img {
  width: 0.19rem;
}
.case-study-detail .container .back p {
  margin-left: 0.13rem;
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}
.case-study-detail .container .content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.48rem;
}
.case-study-detail .container .content .left {
  width: 7.2rem;
}
.case-study-detail .container .content .left .case-study-swiper-container {
  position: relative;
  overflow: hidden;
}
.case-study-detail .container .content .left .case-study-swiper-container .swiper-slide {
  aspect-ratio: 720/405;
}
.case-study-detail .container .content .left .case-study-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-study-detail .container .content .left .case-study-swiper-container .swiper-pagination {
  width: 100%;
  height: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.case-study-detail .container .content .left .case-study-swiper-container .swiper-pagination span {
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  margin: 0 0.03rem;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.case-study-detail .container .content .left .case-study-swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #E40014;
}
.case-study-detail .container .content .right {
  padding-left: 0.92rem;
  width: calc(100% - 7.2rem);
}
.case-study-detail .container .content .right .title {
  font-weight: 500;
  font-size: 0.32rem;
  color: #171A20;
  line-height: 0.36rem;
  font-family: "OpenSans-Medium";
}
.case-study-detail .container .content .right ul {
  margin-top: 0.33rem;
}
.case-study-detail .container .content .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.16rem;
}
.case-study-detail .container .content .right ul li img {
  width: 0.25rem;
  object-fit: contain;
}
.case-study-detail .container .content .right ul li div {
  margin-left: 0.19rem;
}
.case-study-detail .container .content .right ul li div > span {
  display: block;
}
.case-study-detail .container .content .right ul li div > span:nth-of-type(1) {
  font-weight: 400;
  font-size: 0.14rem;
  color: #171A2060;
  font-family: "OpenSans-Book";
}
.case-study-detail .container .content .right ul li div > span:nth-of-type(2) {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  margin-top: 0.1rem;
  font-family: "OpenSans-Medium";
}
.case-study-detail .container .content .right ul li div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-top: 0.1rem;
}
.case-study-detail .container .content .right ul li div > div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.1rem;
}
.case-study-detail .container .content .right ul li div > div a span {
  font-weight: 500;
  font-size: 0.16rem;
  color: #171A20;
  margin-right: 0.1rem;
  font-family: "OpenSans-Medium";
}
.case-study-detail .container .content .right ul li div > div a span:hover {
  text-decoration: underline;
  color: #E40014;
}
.case-study-detail .container .content .right ul li div > div a svg {
  width: 0.13rem;
  height: 0.14rem;
}
.case-study-detail .container .description {
  padding-top: 0.37rem;
  margin: 0.5rem 0 1.01rem 0;
  border-top: 1px solid #B9B9B9;
}
.case-study-detail .container .description h3 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  margin-bottom: 0.17rem;
  font-family: "OpenSans-Medium";
}
.case-study-detail .container .description p {
  font-weight: 500;
  font-size: 0.18rem;
  color: #171A20;
  font-family: "OpenSans-Medium";
}

@media screen and (max-width: 800px) {
  .case-study-detail .container {
    padding-top: 134px;
  }
  .case-study-detail .container .back a img {
    width: 16px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .case-study-detail .container .back p {
    margin-left: 9px;
    font-size: 12px;
  }
  .case-study-detail .container .content {
    width: 100%;
    display: block;
    margin-top: 35px;
  }
  .case-study-detail .container .content .left {
    width: 100%;
  }
  .case-study-detail .container .content .left .swiper-container {
    position: relative;
  }
  .case-study-detail .container .content .left .swiper-container .swiper-pagination {
    width: 100%;
    height: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .case-study-detail .container .content .left .swiper-container .swiper-pagination span {
    display: inline-block;
    width: 0.06rem;
    height: 0.06rem;
    margin: 0 0.03rem;
    border-radius: 50%;
    background-color: #FFFFFF;
  }
  .case-study-detail .container .content .left .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #E40014;
  }
  .case-study-detail .container .content .right {
    padding-left: 0rem;
    width: 100%;
    margin-top: 27px;
  }
  .case-study-detail .container .content .right .title {
    font-size: 24px;
    line-height: 28px;
  }
  .case-study-detail .container .content .right ul {
    margin-top: 23px;
  }
  .case-study-detail .container .content .right ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .case-study-detail .container .content .right ul li img {
    width: 22px;
  }
  .case-study-detail .container .content .right ul li div {
    margin-left: 18px;
  }
  .case-study-detail .container .content .right ul li div span {
    display: block;
  }
  .case-study-detail .container .content .right ul li div span:nth-of-type(1) {
    font-size: 13px;
  }
  .case-study-detail .container .content .right ul li div span:nth-of-type(2) {
    font-size: 14px;
    margin-top: 8px;
  }
  .case-study-detail .container .content .right ul li div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-top: 10px;
  }
  .case-study-detail .container .content .right ul li div > div a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
  }
  .case-study-detail .container .content .right ul li div > div a span {
    font-weight: 500;
    font-size: 16px;
    color: #171A20;
    margin-right: 10px;
    font-family: "OpenSans-Medium";
  }
  .case-study-detail .container .content .right ul li div > div a span:hover {
    text-decoration: underline;
    color: #E40014;
  }
  .case-study-detail .container .content .right ul li div > div a svg {
    width: 13px;
    height: 14px;
  }
  .case-study-detail .container .description {
    padding-top: 52px;
    margin: 43px 0 80px 0;
    border-top: 1px solid #B9B9B9;
  }
  .case-study-detail .container .description h3 {
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 52px;
    font-family: "OpenSans-Medium";
  }
  .case-study-detail .container .description p {
    font-size: 14px;
    font-family: "OpenSans-Medium";
  }
}
.no-page {
  position: relative;
  width: 100%;
  height: 100vh;
}
.no-page .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 61%;
  aspect-ratio: 1183/647;
}
.no-page .container {
  width: 100%;
  position: absolute;
  bottom: 1.29rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.no-page .container .c_l {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.65rem;
  color: #E40014;
}
.no-page .container .c_c p {
  font-weight: 600;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.28rem;
  text-align: left;
}
.no-page .container .c_r .btns .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.54rem;
  border-radius: 1rem;
  border: 1px solid #171A20;
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  line-height: 0.16rem;
  font-family: "OpenSans-Medium";
  margin-top: 0.19rem;
}
.no-page .container .c_r .btns .btn.red {
  background: #E40014;
  border: 1px solid #E40014;
  color: #FFFFFF;
}

@media screen and (max-width: 800px) {
  .no-page {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .no-page .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 739/404;
  }
  .no-page .container {
    width: 100%;
    position: absolute;
    bottom: 80px;
    display: block;
    padding: 0 28px;
  }
  .no-page .container .c_l {
    font-weight: 600;
    font-size: 130px;
    line-height: 1.65rem;
    color: #E40014;
  }
  .no-page .container .c_c {
    margin: 45px 0 82px 0;
  }
  .no-page .container .c_c p {
    width: 290px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
  }
  .no-page .container .c_r .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-page .container .c_r .btns .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 155px;
    height: 45px;
    border-radius: 45px;
    border: 1px solid #171A20;
    font-weight: 500;
    font-size: 12px;
    color: #171A20;
    line-height: 14px;
    font-family: "OpenSans-Medium";
    margin-top: 0;
  }
  .no-page .container .c_r .btns .btn.red {
    background: #E40014;
    border: 1px solid #E40014;
    color: #FFFFFF;
  }
}
.newsroom-detail2 .container {
  position: relative;
  max-width: 10rem;
  margin: 2.15rem auto 1.36rem auto;
}
.newsroom-detail2 .container .dot-bg {
  position: absolute;
  top: 0;
  left: 2.13rem;
  text-align: center;
}
.newsroom-detail2 .container .back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsroom-detail2 .container .back a img {
  width: 0.19rem;
  height: 0.17rem;
  object-fit: cover;
}
.newsroom-detail2 .container .back a img.Hover {
  width: 0.19rem;
  height: 0.17rem;
  display: none;
}
.newsroom-detail2 .container .back p {
  font-weight: 500;
  font-size: 0.14rem;
  color: #171A20;
  line-height: 0.16rem;
  margin-left: 0.13rem;
  font-family: "OpenSans-Medium";
}
.newsroom-detail2 .container .share {
  position: absolute;
  right: -1.66rem;
  top: 0.6rem;
}
.newsroom-detail2 .container .share ul li a:hover img {
  display: none;
}
.newsroom-detail2 .container .share ul li a:hover img.hoverImg {
  display: block;
}
.newsroom-detail2 .container .share ul li a img {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0 0.12rem 0;
  display: block;
}
.newsroom-detail2 .container .share ul li a img.hoverImg {
  display: none;
}
.newsroom-detail2 .container h2 {
  font-weight: 500;
  font-size: 0.42rem;
  color: #171A20;
  line-height: 0.49rem;
  margin-top: 0.4rem;
  font-family: "OpenSans-Medium";
}
.newsroom-detail2 .container .tag p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #171A20;
  line-height: 0.21rem;
  margin: 0.31rem 0 0.67rem 0;
  font-family: "OpenSansZ-Regular";
}
.newsroom-detail2 .container .d-content p {
  font-weight: normal;
  font-size: 0.18rem;
  color: #171A20;
  line-height: 0.28rem;
}
.newsroom-detail2 .container .d-content img {
  width: 100%;
  margin: 0.5rem 0;
}
.newsroom-detail2 .container .d-content h4 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #171A20;
  line-height: 0.28rem;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 800px) {
  .newsroom-detail2 .container {
    position: relative;
    max-width: 100%;
    margin: 100px auto 136px auto;
  }
  .newsroom-detail2 .container .dot-bg {
    display: none;
  }
  .newsroom-detail2 .container .back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsroom-detail2 .container .back a img {
    width: 19px;
    height: 17px;
    object-fit: cover;
    margin-top: -5px;
  }
  .newsroom-detail2 .container .back a img.Hover {
    width: 19px;
    height: 17px;
    display: none;
  }
  .newsroom-detail2 .container .back p {
    font-weight: 500;
    font-size: 14px;
    color: #171A20;
    line-height: 19px;
    margin-left: 10px;
    font-family: "OpenSans-Medium";
  }
  .newsroom-detail2 .container .share {
    position: static;
    margin-bottom: 20px;
  }
  .newsroom-detail2 .container .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .newsroom-detail2 .container .share ul li a:hover img {
    display: none;
  }
  .newsroom-detail2 .container .share ul li a:hover img.hoverImg {
    display: block;
  }
  .newsroom-detail2 .container .share ul li a img {
    width: 45px;
    height: 45px;
    margin: 0 20px 0 0;
    display: block;
  }
  .newsroom-detail2 .container .share ul li a img.hoverImg {
    display: none;
  }
  .newsroom-detail2 .container h2 {
    font-weight: 500;
    font-size: 28px;
    color: #171A20;
    line-height: 33px;
    margin-top: 30px;
    font-family: "OpenSans-Medium";
  }
  .newsroom-detail2 .container .tag p {
    font-weight: 400;
    font-size: 14px;
    color: #171A20;
    line-height: 19px;
    margin: 30px 0 30px 0;
    font-family: "OpenSansZ-Regular";
  }
  .newsroom-detail2 .container .d-content p {
    font-weight: normal;
    font-size: 14px;
    color: #171A20;
    line-height: 19px;
  }
  .newsroom-detail2 .container .d-content img {
    width: 100%;
    margin: 30px 0;
  }
  .newsroom-detail2 .container .d-content h4 {
    font-weight: 500;
    font-size: 18px;
    color: #171A20;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hideScroll {
  -ms-overflow-style: none;
  scrollbar-width: 0;
}
.hideScroll::-webkit-scrollbar {
  display: none;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.modal {
  width: 100% !important;
  max-width: 11rem !important;
  padding: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.modal-video video {
  width: 100%;
}
.modal-video iframe {
  width: 100%;
  height: 6.18rem;
}
.modal-video iframe html body video {
  width: 100% !important;
  height: 100% !important;
}

video {
  margin: 0 !important;
}

@-webkit-keyframes scrollKey {
  25% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  75%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}

@keyframes scrollKey {
  25% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
  75%, 100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}
@keyframes navContactArrowHover {
  49% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
:root {
  --pllx_main_imgs_size_01: 4.08rem;
  --pllx_main_imgs_size_02: 3.27rem;
  --pllx_imgs_size_01: 2.42rem;
  --pllx_imgs_size_02: 2.6rem;
  --pllx_imgs_size_03: 2.91rem;
  --pllx_imgs_size_04: 1.79rem;
  --pllx_imgs_size_05: 2.44rem;
}

.full__Page {
  height: 100vh;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  overflow: auto;
}
.full__Page::-webkit-scrollbar {
  width: 0px !important;
}
.full__Page section, .full__Page .section {
  scroll-snap-align: center;
}

body {
  --sticky-progress:0;
}
body.is-sticky-active .sticky-progressor {
  opacity: 1;
}

.g-text-hover:hover .g-text span {
  background-size: 100% 100%;
}
.g-text-hover .g-text span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0, #0b5ace));
  background-image: -webkit-linear-gradient(top, transparent 95%, #E40014 0);
  background-image: linear-gradient(to bottom, transparent 95%, #E40014 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  text-decoration: none;
  -webkit-transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
  transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
}

.g-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.94rem;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.g-head.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.g-head.show-layer .center-nav .nav-item > a, .g-head.__black .center-nav .nav-item > a, .g-head.fixed__head .center-nav .nav-item > a {
  color: #171A20 !important;
}
.g-head.show-layer .g-head-right .community > a, .g-head.__black .g-head-right .community > a, .g-head.fixed__head .g-head-right .community > a {
  border: 1px solid #8A8A8A !important;
  color: #171A20 !important;
}
.g-head.show-layer .g-head-right .community > a .img svg > path, .g-head.__black .g-head-right .community > a .img svg > path, .g-head.fixed__head .g-head-right .community > a .img svg > path {
  fill: #171A20;
}
.g-head.show-layer .g-head-right .search .search-btn .icon, .g-head.__black .g-head-right .search .search-btn .icon, .g-head.fixed__head .g-head-right .search .search-btn .icon {
  color: #171A20 !important;
}
.g-head.show-layer .g-head-right .sidebar-btn .img .icon svg, .g-head.__black .g-head-right .sidebar-btn .img .icon svg, .g-head.fixed__head .g-head-right .sidebar-btn .img .icon svg {
  fill: #171A20 !important;
}
.g-head.show-layer .g-head-right .lang-select .content em, .g-head.__black .g-head-right .lang-select .content em, .g-head.fixed__head .g-head-right .lang-select .content em {
  color: #171A20 !important;
}
.g-head.show-layer .g-head-right .lang-select .content .icon, .g-head.__black .g-head-right .lang-select .content .icon, .g-head.fixed__head .g-head-right .lang-select .content .icon {
  color: #171A20 !important;
}
.g-head.show-layer .wp {
  border-bottom: 1px solid rgba(185, 185, 185, 0.5);
}
.g-head.fixed__head {
  background-color: white;
}
.g-head .wp {
  padding: 0 0.58rem;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.g-head .wp .g-head-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0.94rem;
}
.g-head .wp .g-head-main .logo-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.g-head .wp .g-head-main .logo-box .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.4rem;
  height: 0.94rem;
  line-height: 0.94rem;
}
.g-head .wp .g-head-main .logo-box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.g-head .wp .g-head-main .center-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.g-head .wp .g-head-main .center-nav > ul > .nav-item {
  position: relative;
  height: 100%;
  line-height: 0.94rem;
  padding: 0 0.2rem;
  border-bottom: 0.03rem solid transparent;
}
.g-head .wp .g-head-main .center-nav > ul > .nav-item:hover > a, .g-head .wp .g-head-main .center-nav > ul > .nav-item.active > a {
  opacity: 1;
}
.g-head .wp .g-head-main .center-nav > ul > .nav-item > a {
  position: relative;
  color: white;
  font-size: 0.16rem;
  line-height: 0.16rem;
  opacity: 0.7;
}
.g-head .wp .g-head-main .center-nav .nav__line {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0.52rem;
  background-color: #E40014;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.g-head .wp .g-head-main .center-nav .nav__line.show {
  opacity: 1;
}
.g-head .wp .g-head-main .g-head-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-head .wp .g-head-main .g-head-right .search.active .search-btn {
  opacity: 1;
}
.g-head .wp .g-head-main .g-head-right .search .search-btn {
  cursor: pointer;
  opacity: 0.7;
  margin-left: 0.43rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-head .wp .g-head-main .g-head-right .search .search-btn:hover {
  opacity: 1;
}
.g-head .wp .g-head-main .g-head-right .search .search-btn .icon {
  color: white;
  font-size: 0.24rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-head .wp .g-head-main .g-head-right .community a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.14rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.08rem;
  opacity: 0.7;
  border-radius: 0.3rem;
  border: 1px solid white;
  color: white;
}
.g-head .wp .g-head-main .g-head-right .community a:hover {
  color: white;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 1;
}
.g-head .wp .g-head-main .g-head-right .community a .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.08rem;
}
.g-head .wp .g-head-main .g-head-right .community a .img svg {
  width: 0.24rem;
  height: 0.24rem;
}
.g-head .wp .g-head-main .g-head-right .community a .img svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-head .wp .g-head-main .g-head-right .community a .img img {
  width: 0.16rem;
  height: 0.16rem;
}
.g-head .wp .g-head-main .g-head-right .lang-select {
  height: 100%;
}
.g-head .wp .g-head-main .g-head-right .lang-select.active .content {
  opacity: 1;
}
.g-head .wp .g-head-main .g-head-right .lang-select .content {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.43rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.g-head .wp .g-head-main .g-head-right .lang-select .content:hover {
  opacity: 1;
}
.g-head .wp .g-head-main .g-head-right .lang-select .content em {
  font-size: 0.14rem;
  margin-right: 0.16rem;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-head .wp .g-head-main .g-head-right .lang-select .content .icon {
  font-size: 0.24rem;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-head .wp .g-head-main .layer {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}
.g-head .wp .g-head-main .layer::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: white;
  z-index: -1;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp, .g-head .wp .g-head-main .layer.layer__lang .layer__wp, .g-head .wp .g-head-main .layer.layer__search .layer__wp {
  padding: 1.07rem 0.58rem 0.84rem;
  background-size: 15%;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list, .g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list, .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.94rem;
  max-height: 100vh;
  overflow: auto;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item, .g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item, .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__list .layer__item {
  position: relative;
  margin: 0 0.2rem 0.2rem 0;
  overflow: hidden;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item:nth-child(4n), .g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item:nth-child(4n), .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__list .layer__item:nth-child(4n) {
  margin-right: 0;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a, .g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item > a, .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__list .layer__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a .img, .g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item > a .img, .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__list .layer__item > a .img {
  height: 100%;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a .img img, .g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item > a .img img, .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__list .layer__item > a .img img {
  width: 100%;
  height: 100%;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a .name, .g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item > a .name, .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__list .layer__item > a .name {
  font-size: 0.18rem;
  line-height: 0.21rem;
  margin-bottom: 0.3rem;
  color: #333333;
}
.g-head .wp .g-head-main .layer.layer__text .layer__wp {
  padding: 1.18rem 0 0.54rem;
  background-size: 15%;
}
.g-head .wp .g-head-main .layer.layer__text .layer__wp .layer__list {
  position: relative;
  text-align: center;
  max-width: 3rem;
}
.g-head .wp .g-head-main .layer.layer__text .layer__wp .layer__list .layer__item {
  line-height: normal;
  margin-bottom: 0.24rem;
}
.g-head .wp .g-head-main .layer.layer__text .layer__wp .layer__list .layer__item:last-child {
  margin-bottom: 0;
}
.g-head .wp .g-head-main .layer.layer__text .layer__wp .layer__list .layer__item a {
  color: #171A20;
  font-size: 0.16rem;
  line-height: 0.18rem;
}
.g-head .wp .g-head-main .layer.layer__text .layer__wp .layer__list .layer__item a:hover {
  color: #E40014;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp {
  padding: 1.07rem 0 0.81rem 0;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list {
  padding-top: 0.2rem;
  max-height: auto;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a {
  height: auto;
  padding-top: 0;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a:hover .learn-more {
  opacity: 1;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a:hover .learn-more span {
  color: #E40014;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a .img {
  width: 2.01rem;
  height: 2.01rem;
  overflow: hidden;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a .img img {
  object-fit: contain;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a .name {
  margin-top: 0.32rem;
  font-size: 0.2rem;
  line-height: 1;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a .learn-more {
  margin-top: 0.25rem;
  line-height: normal;
  opacity: 0.6;
  font-size: 0.14rem;
}
.g-head .wp .g-head-main .layer.layer__product .layer__wp .layer__list .layer__item > a .learn-more span {
  color: #171A20;
  text-decoration: underline;
}
.g-head .wp .g-head-main .layer.layer__solution.product .layer__wp .layer__list .layer__item > a .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g-head .wp .g-head-main .layer.layer__solution.product .layer__wp .layer__list .layer__item > a .img img {
  width: auto;
  height: 60%;
  object-fit: contain;
}
.g-head .wp .g-head-main .layer.layer__solution .layer__wp {
  padding: 1.07rem 0 0.81rem 0;
  background-size: 15%;
}
.g-head .wp .g-head-main .layer.layer__solution .layer__wp .layer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.2rem;
  max-height: auto;
}
.g-head .wp .g-head-main .layer.layer__solution .layer__wp .layer__list .layer__item {
  margin-right: 0.18rem;
}
.g-head .wp .g-head-main .layer.layer__solution .layer__wp .layer__list .layer__item:last-child {
  margin-right: 0;
}
.g-head .wp .g-head-main .layer.layer__solution .layer__wp .layer__list .layer__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: baseline;
  -webkit-justify-content: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
}
.g-head .wp .g-head-main .layer.layer__solution .layer__wp .layer__list .layer__item > a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-head .wp .g-head-main .layer.layer__solution .layer__wp .layer__list .layer__item > a .img {
  width: 2.01rem;
  height: 2.01rem;
  overflow: hidden;
}
.g-head .wp .g-head-main .layer.layer__solution .layer__wp .layer__list .layer__item > a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.g-head .wp .g-head-main .layer.layer__solution .layer__wp .layer__list .layer__item > a .text {
  margin-top: 0.32rem;
  font-size: 0.2rem;
  line-height: 1;
}
.g-head .wp .g-head-main .layer.layer__service .layer__wp {
  padding: 1.07rem 0 0.81rem 0;
  background-size: 15%;
}
.g-head .wp .g-head-main .layer.layer__service .layer__wp .layer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.2rem;
  max-height: auto;
}
.g-head .wp .g-head-main .layer.layer__service .layer__wp .layer__list .layer__item {
  margin-right: 0.18rem;
}
.g-head .wp .g-head-main .layer.layer__service .layer__wp .layer__list .layer__item:last-child {
  margin-right: 0;
}
.g-head .wp .g-head-main .layer.layer__service .layer__wp .layer__list .layer__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: baseline;
  -webkit-justify-content: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
}
.g-head .wp .g-head-main .layer.layer__service .layer__wp .layer__list .layer__item > a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-head .wp .g-head-main .layer.layer__service .layer__wp .layer__list .layer__item > a .img {
  width: 3.2rem;
  height: 2.01rem;
  overflow: hidden;
}
.g-head .wp .g-head-main .layer.layer__service .layer__wp .layer__list .layer__item > a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.g-head .wp .g-head-main .layer.layer__service .layer__wp .layer__list .layer__item > a .text {
  margin-top: 0.32rem;
  font-size: 0.2rem;
  line-height: 1;
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item {
  margin: 0 0.44rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-height: auto;
  background-color: transparent;
  border-radius: 0;
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item:nth-child(4n) {
  margin: 0 0.44rem;
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item a {
  padding: 0;
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item a:hover .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item a:hover .sub__name {
  color: #E40014;
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item a .img {
  width: 25px;
  height: 25px;
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item a .name {
  margin-top: 0.1rem;
  margin-bottom: 0;
  font-size: 0.16rem;
  opacity: 0.8;
}
.g-head .wp .g-head-main .layer.layer__lang .layer__wp .layer__list .layer__item a .sub__name {
  margin-top: 0.12rem;
  font-size: 0.18rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp {
  padding: 1.57rem 2.1rem 0.84rem;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content {
  position: relative;
  padding: 1rem 0 0;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.42rem;
  color: #171A20;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 8rem;
  height: 0.64rem;
  margin: 0 auto;
  padding-bottom: 0.18rem;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input:hover .line .line-inner {
  left: 0;
  width: 100%;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input .icon {
  font-size: 0.2rem;
  color: #171A20;
  opacity: 0.3;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding-left: 0.18rem;
  color: #171A20;
  opacity: 0.3;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input input:focus + .line .line-inner {
  left: 0;
  width: 100%;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input input:valid {
  opacity: 1;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input .search-go {
  cursor: pointer;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input .search-go:hover a {
  color: #E40014;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #B8B8B8;
}
.g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input .line .line-inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #171A20;
  width: 0%;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.g-layer-mask {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 95;
}

.g-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.g-btn.on a .icon,
.g-btn.on .a .icon {
  width: 100%;
}
.g-btn.on a span,
.g-btn.on .a span {
  -webkit-transform: translateX(-0.43rem);
  -ms-transform: translateX(-0.43rem);
  transform: translateX(-0.43rem);
}
.g-btn a,
.g-btn .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.66rem;
  width: 110%;
  height: 0.54rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-btn a:hover .icon,
.g-btn .a:hover .icon {
  width: 100%;
}
.g-btn a:hover span,
.g-btn .a:hover span {
  -webkit-transform: translateX(-0.43rem);
  -ms-transform: translateX(-0.43rem);
  transform: translateX(-0.43rem);
}
.g-btn a:hover.black span,
.g-btn .a:hover.black span {
  color: white;
}
.g-btn a .icon,
.g-btn .a .icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.54rem;
  min-height: 0.54rem;
  background-color: #E40014;
  border-radius: 0.03rem;
  -webkit-transform: translateX(-0.66rem);
  -ms-transform: translateX(-0.66rem);
  transform: translateX(-0.66rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-btn a .icon svg,
.g-btn .a .icon svg {
  margin: 0 0.13rem 0.03rem 0;
  font-size: 0.13rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-btn a span,
.g-btn .a span {
  font-family: "ITCAvantGardeStd-Bk";
  position: relative;
  font-size: 0.16rem;
  line-height: 0.18rem;
  color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  z-index: 1;
}
.g-btn a.black span,
.g-btn .a.black span {
  color: #171A20;
}

.g-cookie__container {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: white;
  border-radius: 0.03rem 0 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 14px rgba(43, 31, 31, 0.1);
}
.g-cookie__container.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.g-cookie__container .g-cookie__wal {
  max-width: 5.67rem;
  padding: 0.66rem 0.76rem 0.5rem;
}
.g-cookie__container .g-cookie__wal .content {
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.g-cookie__container .g-cookie__wal .content a {
  color: #E40014;
  text-decoration: underline;
}
.g-cookie__container .g-cookie__wal .btn__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.42rem;
}
.g-cookie__container .g-cookie__wal .btn__box .c_btn {
  cursor: pointer;
  padding: 0.19rem 0.44rem;
  font-size: 0.14rem;
  line-height: 0.16rem;
  border: 1px solid #333;
  border-radius: 0.03rem;
}
.g-cookie__container .g-cookie__wal .btn__box .c_btn:nth-child(1) {
  margin-right: 0.2rem;
}
.g-cookie__container .g-cookie__wal .btn__box .c_btn.bg_red {
  background: #E40014;
  border: 1px solid #E40014;
  color: white;
}

.index-banner {
  background-size: cover;
}
.index-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index-banner .container .bg-video,
.index-banner .container .bg-img {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.index-banner .container .bg-video video, .index-banner .container .bg-video img,
.index-banner .container .bg-img video,
.index-banner .container .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .container .bg-video {
  z-index: -1;
}
.index-banner .container .content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-banner .container .content-box.hide {
  opacity: 0;
  visibility: hidden;
}
.index-banner .container .content-box .title {
  font-size: 1.03rem;
  line-height: 1.21rem;
}
.index-banner .container .content-box .sub-title {
  max-width: 7.15rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.42rem;
  margin-top: 0.15rem;
}
.index-banner .container .scroll__tip {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.index-banner .container .scroll__tip a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.index-banner .container .scroll__tip a:hover::before {
  -webkit-transform: rotate(1.5turn);
  -ms-transform: rotate(1.5turn);
  transform: rotate(1.5turn);
}
.index-banner .container .scroll__tip a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #E40014;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.index-banner .container .scroll__tip a span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-animation: scrollKey 3s ease-in-out infinite;
  animation: scrollKey 3s ease-in-out infinite;
}
.index-banner .container .scroll__tip a span em {
  font-size: 12px;
  color: white;
  line-height: 14px;
  margin-top: 9px;
}
.index-banner .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 50%;
  right: 0.49rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
.index-banner .dots span {
  width: 0.08rem;
  height: 0.08rem;
  background-color: white;
  opacity: 0.3;
  margin-bottom: 0.1rem;
  border-radius: 50%;
}
.index-banner .dots span:last-child {
  margin-bottom: 0;
}
.index-banner .dots span.swiper-pagination-bullet-active {
  opacity: 1;
}

.index-nav-banner .banner__wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
}
.index-nav-banner .banner__wal .banner__main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.2rem;
  height: 100%;
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/index/banner01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (min-width: 800px) {
  .index-nav-banner .banner__wal .banner__main.active {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .index-nav-banner .banner__wal .banner__main.active .banner__box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .index-nav-banner .banner__wal .banner__main.active .footer-logo {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0s;
    transition: 0s;
  }
}
.index-nav-banner .banner__wal .banner__main .banner__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1.24rem 0 0 2rem;
  opacity: 0;
  visibility: hidden;
}
.index-nav-banner .banner__wal .banner__main .banner__box .title {
  font-size: 0.48rem;
  line-height: 0.56rem;
  color: white;
}
.index-nav-banner .banner__wal .banner__main .banner__box .sub__title {
  max-width: 4.2rem;
  margin-top: 0.28rem;
  font-size: 0.18rem;
  line-height: 0.21rem;
  color: #F8F8FA;
  font-family: "OpenSans-Book";
}
.index-nav-banner .banner__wal .banner__main .banner__box .g-btn {
  margin-top: 0.49rem;
}
.index-nav-banner .banner__wal .banner__main .footer-logo {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  right: 0;
  bottom: 0.51rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0;
  transition: 0;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.index-nav-banner .banner__wal .banner__main .footer-logo .img {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0.2rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.index-nav-banner .banner__wal .banner__main .footer-logo .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-nav-banner .banner__wal .banner__main .footer-logo span {
  font-size: 0.24rem;
  line-height: 0.29rem;
  margin-top: 0.26rem;
  color: white;
}
.index-nav-banner .banner__wal .banner_nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.index-nav-banner .banner__wal .banner_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
}
.index-nav-banner .banner__wal .banner_nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index-nav-banner .banner__wal .banner_nav ul li:nth-child(n+1) {
  border-left: 0;
}
.index-nav-banner .banner__wal .banner_nav ul li.active .name,
.index-nav-banner .banner__wal .banner_nav ul li.active .img {
  opacity: 1;
}
.index-nav-banner .banner__wal .banner_nav ul li .img {
  font-size: 0.3rem;
  color: white;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-nav-banner .banner__wal .banner_nav ul li .name {
  font-size: 0.18rem;
  line-height: 0.23rem;
  color: white;
  opacity: 0.3;
  margin-left: 0.17rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-about {
  width: 100%;
  position: relative;
}
.index-about .container {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 2;
  overflow: hidden;
}
.index-about .container .container-bg {
  position: absolute;
  inset: 0;
  height: 100vh;
}
.index-about .container .container-bg .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -30%);
  -ms-transform: translate(60%, -30%);
  transform: translate(60%, -30%);
}
.index-about .container .container-bg .bg-inner {
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(14.4332vw at calc(31.0833vw) 44.7037vh);
  clip-path: circle(14.4332vw at calc(31.0833vw) 44.7037vh);
}
.index-about .container .container-bg .bg-inner .bg-video {
  will-change: clip-path;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .container .right {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-about .container .right._top-container {
  -webkit-clip-path: circle(14.4332vw at calc(31.0833vw) 44.7037vh);
  clip-path: circle(14.4332vw at calc(31.0833vw) 44.7037vh);
  z-index: 3;
}
.index-about .container .right._top-container .right__content {
  will-change: clip-path;
  color: white !important;
}
.index-about .container .right._top-container .right__content .statistics__item__title {
  opacity: 1 !important;
}
.index-about .container .right._top-container .right__content text {
  fill: white !important;
}
.index-about .container .right .right__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80vh;
  padding-top: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 50%;
  color: #171A20;
}
.index-about .container .right .right__content .title {
  position: relative;
  font-size: 0.48rem;
  line-height: 0.56rem;
}
.index-about .container .right .right__content .title .circle-label {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index-about .container .right .right__content .title .circle-label svg {
  --size: 78px;
  --border-width: 2px;
  --percent: 80;
  width: var(--size);
  height: var(--size);
}
.index-about .container .right .right__content .title .circle-label svg circle {
  cx: calc(var(--size) / 2);
  cy: calc(var(--size) / 2);
  r: calc((var(--size) - var(--border-width)) / 2 );
  stroke-dasharray: calc( 2 * 3.1415 * (var(--size) - var(--border-width)) / 2 * (var(--percent) / 100) ), 1000;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}
.index-about .container .right .right__content .statistics {
  margin-top: 0.45rem;
}
.index-about .container .right .right__content .statistics .statistics__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-about .container .right .right__content .statistics .statistics__content .statistics__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 0.56rem;
}
.index-about .container .right .right__content .statistics .statistics__content .statistics__item .statistics__item__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.64rem;
  line-height: 0.75rem;
}
.index-about .container .right .right__content .statistics .statistics__content .statistics__item .statistics__item__value .icon {
  font-size: 0.2rem;
  margin-left: 0.04rem;
}
.index-about .container .right .right__content .statistics .statistics__content .statistics__item .statistics__item__title {
  font-size: 0.16rem;
  line-height: 0.2rem;
  opacity: 0.6;
}

.index-solution {
  position: relative;
  padding-top: 1.2rem;
  overflow: hidden;
}
.index-solution .solution__top-content {
  position: relative;
  z-index: 1;
}
.index-solution .solution__top-content .content__wal {
  max-width: 9.55rem;
  margin: 0 auto;
}
.index-solution .solution__top-content .content__wal .context {
  font-size: 0.48rem;
  text-align: center;
  line-height: 0.56rem;
}
.index-solution .solution__top-content .content__wal .g-btn {
  position: relative;
  margin: 0.46rem auto 0;
}
.index-solution .solution__top-content .content__wal .g-btn a:hover span {
  color: white;
}
.index-solution .solution__top-content .content__wal .g-btn a span {
  color: #171A20;
}
.index-solution .solution__top-content .content__wal .g-btn .trigger-easter-egg {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: -50%;
  top: 0;
}
.index-solution .solution__images {
  position: relative;
}
.index-solution .solution__images .solution__images-wal {
  position: relative;
  padding: 0.8rem 0 30vh;
}
.index-solution .solution__images .solution__images-wal .solution__bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(10%, -25%);
  -ms-transform: translate(10%, -25%);
  transform: translate(10%, -25%);
}
.index-solution .solution__images .solution__images-wal .solution__bg img {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
}
.index-solution .solution__images .solution__images-wal .text-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0.16rem 0.24rem;
}
.index-solution .solution__images .solution__images-wal .text-img .bg-img {
  position: absolute;
  inset: 0;
}
.index-solution .solution__images .solution__images-wal .text-img .bg-img.scale_img {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.index-solution .solution__images .solution__images-wal .text-img .bg-img:hover a {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.index-solution .solution__images .solution__images-wal .text-img .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-solution .solution__images .solution__images-wal .text-img .bg-img a {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-solution .solution__images .solution__images-wal .text-img .bg-img a .iconfont {
  color: #E40014;
}
.index-solution .solution__images .solution__images-wal .text-img .bg-img a .iconfont svg {
  width: 0.54rem;
  height: 0.54rem;
}
.index-solution .solution__images .solution__images-wal .text-img .context {
  position: relative;
  color: white;
  font-size: 0.24rem;
  line-height: 0.23rem;
}
.index-solution .solution__images .solution__images-wal .solution__images-main {
  position: relative;
  width: 4.08rem;
  height: 4.08rem;
  margin: 0 auto 0.2rem;
  aspect-ratio: 4/4;
  z-index: 1;
}
.index-solution .solution__images .solution__images-wal .solution__images-main .main_img {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
  clip-path: polygon(30% 30%, 70% 30%, 70% 70%, 30% 70%);
}
.index-solution .solution__images .solution__images-wal .solution__images-main .solution__main-sub-img {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--pllx_main_imgs_size_01);
  height: var(--pllx_main_imgs_size_01);
  -webkit-transform: translate(0, 200%) rotate(10deg);
  -ms-transform: translate(0, 200%) rotate(10deg);
  transform: translate(0, 200%) rotate(10deg);
}
.index-solution .solution__images .solution__images-wal .solution__images-main .solution__main-sub-img:nth-of-type(2) {
  width: var(--pllx_main_imgs_size_02);
  height: var(--pllx_main_imgs_size_02);
  -webkit-transform: translate(50%, 200%) rotate(-10deg);
  -ms-transform: translate(50%, 200%) rotate(-10deg);
  transform: translate(50%, 200%) rotate(-10deg);
}
.index-solution .solution__images .solution__images-wal .solution__pllx-imgs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 4.08rem;
  top: 1.19rem;
}
.index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img {
  position: absolute;
}
.index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(1) {
  width: var(--pllx_imgs_size_01);
  height: var(--pllx_imgs_size_01);
  bottom: 50%;
  left: 0;
  -webkit-transform: translate(-155%, 0);
  -ms-transform: translate(-155%, 0);
  transform: translate(-155%, 0);
}
.index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(2) {
  width: var(--pllx_imgs_size_02);
  height: var(--pllx_imgs_size_02);
  top: 0;
  left: 0;
  -webkit-transform: translate(-200%, 0);
  -ms-transform: translate(-200%, 0);
  transform: translate(-200%, 0);
}
.index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(3) {
  width: var(--pllx_imgs_size_03);
  height: var(--pllx_imgs_size_03);
  bottom: 0;
  right: 0;
  -webkit-transform: translate(337.5%, 0);
  -ms-transform: translate(337.5%, 0);
  transform: translate(337.5%, 0);
}
.index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(4) {
  width: var(--pllx_imgs_size_04);
  height: var(--pllx_imgs_size_04);
  top: 0;
  right: 0;
  -webkit-transform: translate(157.5%, 0);
  -ms-transform: translate(157.5%, 0);
  transform: translate(157.5%, 0);
}
.index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(5) {
  width: var(--pllx_imgs_size_05);
  height: var(--pllx_imgs_size_05);
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-250%, 0);
  -ms-transform: translate(-250%, 0);
  transform: translate(-250%, 0);
}

.index-updates .wal-1390 {
  padding-bottom: 1.3rem;
}
.index-updates .wal-1390 .container .title {
  font-size: 0.48rem;
  line-height: 0.56rem;
  margin-bottom: 0.5rem;
}
.index-updates .wal-1390 .container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-height: 4.6rem;
}
.index-updates .wal-1390 .container .box .l-cont {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index-updates .wal-1390 .container .box .l-cont.on {
  position: static;
  opacity: 1;
  visibility: visible;
}
.index-updates .wal-1390 .container .box .l-cont .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index-updates .wal-1390 .container .box .l-cont .news-list .news-item {
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 0.12rem;
}
.index-updates .wal-1390 .container .box .l-cont .news-list .news-item:first-child {
  padding-top: 0;
}
.index-updates .wal-1390 .container .box .l-cont .news-list .news-item:last-child {
  border-bottom: 0;
}
.index-updates .wal-1390 .container .box .l-cont .news-list .news-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index-updates .wal-1390 .container .box .l-cont .news-list .news-item a:hover .name {
  color: #E40014;
}
.index-updates .wal-1390 .container .box .l-cont .news-list .news-item a .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  line-height: 0.28rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-updates .wal-1390 .container .box .l-cont .news-list .news-item a .date {
  font-size: 0.16rem;
  line-height: 0.18rem;
  margin-top: 0.16rem;
  opacity: 0.8;
}
.index-updates .wal-1390 .container .box .l-cont .g-btn a:hover span {
  color: white;
}
.index-updates .wal-1390 .container .box .l-cont .g-btn a span {
  color: #333;
}
.index-updates .wal-1390 .container .box .r-cont {
  margin-right: 1.08rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 7.6rem;
  -ms-flex: 0 0 7.6rem;
  flex: 0 0 7.6rem;
}
.index-updates .wal-1390 .container .box .r-cont .inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.index-updates .wal-1390 .container .box .r-cont .inner .imgs {
  height: 100%;
}
.index-updates .wal-1390 .container .box .r-cont .inner .imgs img {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.index-updates .wal-1390 .container .box .r-cont .inner .imgs img.on {
  opacity: 1;
  visibility: visible;
}
.index-updates .wal-1390 .container .box .r-cont .inner .tab {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0.18rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index-updates .wal-1390 .container .box .r-cont .inner .tab .tab-out .tab-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.44rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.03rem;
  margin: 0 auto;
  overflow: hidden;
}
.index-updates .wal-1390 .container .box .r-cont .inner .tab .tab-out .tab-inner .tab-item {
  font-family: "ITCAvantGardeStd-Bk";
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.5rem;
  color: white;
  height: 100%;
  font-size: 0.16rem;
  z-index: 1;
  background-color: rgba(216, 216, 216, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-updates .wal-1390 .container .box .r-cont .inner .tab .tab-out .tab-inner .tab-item.active {
  color: white;
  background-color: #E40014;
}
.index-updates .wal-1390 .container .box .r-cont .inner .tab .tab-out .tab-inner .tab-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 0.44rem;
  background-color: #E40014;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-support .support__container {
  background-color: #f7f7f7;
  padding: 0.66rem 0 0.42rem;
}
.index-support .support__container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index-support .support__container ul li {
  margin: 0 1.3rem;
}
.index-support .support__container ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-support .support__container ul li a .img img {
  width: 0.48rem;
  height: 0.48rem;
  object-fit: contain;
}
.index-support .support__container ul li a .name {
  font-size: 0.24rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}

.fixed__nav {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.2rem;
  z-index: 10;
}
.fixed__nav .nav__bottom {
  background-color: rgba(253, 253, 253, 0.8);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0.25rem 10px 10px;
  border-radius: 4.375rem;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 30px -10px;
}
.fixed__nav .nav__bottom .nav__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.54rem;
  height: 0.54rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #E40014;
  border-radius: 0.54rem;
  margin-right: 0.14rem;
}
.fixed__nav .nav__bottom .nav__icon svg {
  font-size: 0.24rem;
  color: white;
}
.fixed__nav .nav__bottom .nav__item-current {
  font-size: 0.16rem;
}
.fixed__nav .nav__bottom .nav__wrap {
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed__nav .nav__bottom .nav__wrap .nav__item {
  opacity: 0;
  visibility: hidden;
  margin: 0 0.12rem;
  font-size: 0.16rem;
}
.fixed__nav .nav__bottom .nav__wrap .nav__item.nav_item-active {
  color: #E40014;
}
.fixed__nav .nav__bottom .nav__wrap .nav__item:first-child {
  margin-left: 0;
}

.products__page .banner__container {
  width: 100%;
  height: 7rem;
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/products__bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.products__page .banner__container .banner__warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.products__page .banner__container .banner__warpper .banner__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 10rem;
  color: white;
}
.products__page .banner__container .banner__warpper .banner__text .title {
  font-size: 0.8rem;
  line-height: 0.88rem;
  max-width: 9.23rem;
  text-align: center;
}
.products__page .banner__container .banner__warpper .banner__text .sub__title {
  font-size: 0.36rem;
  line-height: 0.42rem;
  margin-top: 0.2rem;
  text-align: center;
}
.products__page .banner__container .banner__warpper .banner__text .blur__box {
  display: inline-block;
  font-size: 0.2rem;
  border: 1px solid white;
  padding: 0.08rem 0.3rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  margin-top: 0.56rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.8rem;
}
.products__page .banner__container .banner__warpper .banner__text .blur__box span {
  line-height: 0.23rem;
}
.products__page .circular__container .circular__warpper {
  padding: 0.4rem;
  border-bottom: 1px solid #d5d5d5;
}
.products__page .circular__container .circular__warpper .circular__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products__page .circular__container .circular__warpper .circular__list li {
  padding: 0 0.44rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.products__page .circular__container .circular__warpper .circular__list li:hover .img__outter, .products__page .circular__container .circular__warpper .circular__list li.on .img__outter {
  border: 1px solid #E40014;
}
.products__page .circular__container .circular__warpper .circular__list li:hover .name, .products__page .circular__container .circular__warpper .circular__list li.on .name {
  border: 1px solid transparent;
  background-color: #E40014;
  color: white;
}
.products__page .circular__container .circular__warpper .circular__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.products__page .circular__container .circular__warpper .circular__list li .img__outter {
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  padding: 0.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__page .circular__container .circular__warpper .circular__list li .img__outter .img__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.products__page .circular__container .circular__warpper .circular__list li .img__outter .img__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products__page .circular__container .circular__warpper .circular__list li .name {
  margin-top: 0.16rem;
  padding: 0.04rem 0.16rem;
  border: 1px solid #d5d5d5;
  border-radius: 0.3rem;
  font-size: 0.2rem;
  line-height: 0.23rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__page .products__container .products__wal {
  padding: 1.04rem 0;
  max-width: 12.79rem;
  margin: 0 auto;
}
.products__page .products__container .products__wal .products__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.products__page .products__container .products__wal .products__inner em {
  color: #E40014;
}
.products__page .products__container .products__wal .products__inner .title {
  font-size: 0.56rem;
  line-height: 0.64rem;
}
.products__page .products__container .products__wal .products__inner .sub__title {
  font-size: 0.18rem;
  line-height: 0.21rem;
  margin-top: 0.16rem;
}
.products__page .products__container .products__wal .products__inner .product__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.58rem;
}
.products__page .products__container .products__wal .products__inner .product__list .product__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - .44rem) / 3);
  -ms-flex: 0 0 calc((100% - .44rem) / 3);
  flex: 0 0 calc((100% - .44rem) / 3);
  margin: 0 0.22rem 0.22rem 0;
  border-radius: 0.16rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__page .products__container .products__wal .products__inner .product__list .product__item:nth-child(3n) {
  margin-right: 0;
}
.products__page .products__container .products__wal .products__inner .product__list .product__item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.products__page .products__container .products__wal .products__inner .product__list .product__item:hover a {
  background: -webkit-linear-gradient(45deg, white, 85%, #e8c8c8);
  background: linear-gradient(45deg, white, 85%, #e8c8c8);
}
.products__page .products__container .products__wal .products__inner .product__list .product__item:hover a .go {
  opacity: 1;
  visibility: visible;
  right: 0.2rem;
}
.products__page .products__container .products__wal .products__inner .product__list .product__item:hover a .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.products__page .products__container .products__wal .products__inner .product__list .product__item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.36rem;
  background-color: #f8f8f8;
}
.products__page .products__container .products__wal .products__inner .product__list .product__item a .go {
  position: absolute;
  top: 0.2rem;
  opacity: 0;
  visibility: hidden;
  right: 0;
  font-size: 0.28rem;
  color: #E40014;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__page .products__container .products__wal .products__inner .product__list .product__item a .img {
  max-width: 2.9rem;
  height: 2rem;
}
.products__page .products__container .products__wal .products__inner .product__list .product__item a .img img {
  height: 100%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.products__page .products__container .products__wal .products__inner .product__list .product__item a .name {
  font-size: 0.18rem;
  line-height: 0.21rem;
  margin-top: 0.24rem;
}
.products__page .products__container .products__wal .products__inner .pagination {
  margin: 0.58rem 0 0;
}

@supports (mix-blend-mode: difference) and ((-webkit-filter: invert(1)) or (filter: invert(1))) {
  .product_detail_page .sticky-progressor {
    -webkit-filter: invert(1);
    filter: invert(1);
    mix-blend-mode: difference;
  }
}
.product_detail_page .sticky-progressor {
  position: fixed;
  left: 5vw;
  bottom: 5vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  will-change: opacity;
  pointer-events: none;
  z-index: 20;
  opacity: 0;
}
.product_detail_page .sticky-progressor .sticky-progressor__bar-inner {
  -webkit-transform: scaleY(calc(var(--sticky-progress, 0)));
  -ms-transform: scaleY(calc(var(--sticky-progress, 0)));
  transform: scaleY(calc(var(--sticky-progress, 0)));
  -webkit-transform-origin: 0 56px;
  -ms-transform-origin: 0 56px;
  transform-origin: 0 56px;
  will-change: transform;
}
.product_detail_page .top__banner {
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/top_banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_detail_page .top__banner .wal .top__banner__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .back span {
  width: 0.19rem;
  margin-right: 0.13rem;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .back p {
  font-weight: 500;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.16rem;
  font-family: "OpenSans-Medium";
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .txt__info {
  margin-top: 0.8rem;
  color: #FFFFFF;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .txt__info .tag {
  font-size: 0.24rem;
  line-height: 0.28rem;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .txt__info .name {
  font-size: 0.64rem;
  line-height: 0.75rem;
  margin-top: 0.11rem;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .txt__info_desc {
  margin-top: 0.28rem;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .txt__info_desc p {
  max-width: 4rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-bottom: 2.07rem;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .video__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E40014;
  margin-top: 0.48rem;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform, opacity;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .video__btn:hover .Nav__ContactArrowIcon {
  -webkit-animation: navContactArrowHover 0.6s ease;
  animation: navContactArrowHover 0.6s ease;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .video__btn .Nav__ContactArrowIcon {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  will-change: fill;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box {
  position: relative;
  margin-top: auto;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__head {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.14rem 0.2rem;
  background-color: #404243;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__head span {
  font-size: 0.18rem;
  line-height: 0.21rem;
  color: white;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__head .icon {
  color: white;
  font-size: 0.06rem;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer {
  position: absolute;
  width: 100%;
  bottom: -0.08rem;
  left: 0;
  padding: 0.27rem 0.23rem;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  max-height: 2rem;
  overflow-y: auto;
  background-color: #404243;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer.show {
  opacity: 1;
  visibility: visible;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer .list .item {
  margin-bottom: 0.21rem;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer .list .item:last-child {
  margin-bottom: 0;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer .list .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: white;
}
.product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer .list .item a:hover {
  color: #E40014;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  text-align: center;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main {
  overflow: hidden;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  z-index: 1;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn {
  cursor: pointer;
  height: 0.58rem;
  border-radius: 0.4rem;
  background-color: #444444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0.17rem 0.22rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn .inner .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn .inner .icon svg {
  width: 0.16rem;
  height: 0.16rem;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn .inner span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 0.16rem;
}
@media screen and (min-width: 800px) {
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn:hover .inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn.hover {
    width: auto;
    background-color: #E40014;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn.hover .icon {
    margin-left: 0.1rem;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn.hover span {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .href-btn {
  margin-right: 0.2rem;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .href-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.58rem;
  border-radius: 0.4rem;
  background-color: #e6e2e2;
  padding: 0 0.2rem;
  font-size: 0.16rem;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .imgs {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .imgs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .imgs ul li {
  width: 100%;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .imgs ul li img {
  max-width: 3.2rem;
  max-height: 80vh;
  height: 100%;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .imgs .dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  bottom: 0.5rem;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .imgs .dots .swiper-pagination-bullet {
  cursor: pointer;
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  margin-left: 0.1rem;
  background-color: #cdcdcd;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .imgs .dots .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .imgs .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E40014;
}
.product_detail_page .f__features {
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/section_banner_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_detail_page .f__features .wal {
  height: 100vh;
}
.product_detail_page .f__features .wal .features__box {
  position: relative;
  padding-top: 1.45rem;
  height: 100%;
}
.product_detail_page .f__features .wal .features__box .left__cont {
  width: 50%;
}
.product_detail_page .f__features .wal .features__box .left__cont .section__name {
  font-size: 0.48rem;
  line-height: 0.56rem;
}
.product_detail_page .f__features .wal .features__box .left__cont .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.product_detail_page .f__features .wal .features__box .left__cont .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 1.2rem;
  margin-top: 0.7rem;
}
.product_detail_page .f__features .wal .features__box .left__cont .list .item:nth-child(1), .product_detail_page .f__features .wal .features__box .left__cont .list .item:nth-child(2) {
  margin-top: 0;
}
.product_detail_page .f__features .wal .features__box .left__cont .list .item .icon {
  width: 0.75rem;
  height: 0.75rem;
}
.product_detail_page .f__features .wal .features__box .left__cont .list .item .icon img {
  object-fit: contain;
}
.product_detail_page .f__features .wal .features__box .left__cont .list .item .name {
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-top: 0.4rem;
}
.product_detail_page .f__features .wal .features__box .left__cont .list .item .context {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.2rem;
  font-family: "OpenSans-Book";
}
.product_detail_page .f__features .wal .features__box .right__cont {
  width: 50%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product_detail_page .f__features .wal .features__box .right__cont .img img {
  max-width: 6.28rem;
  max-height: 80vh;
}
.product_detail_page .f__specification {
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/section_banner_02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_detail_page .f__specification .wal {
  padding: 1.62rem 0;
  height: 100vh;
}
.product_detail_page .f__specification .wal .box {
  height: 100%;
}
.product_detail_page .f__specification .wal .box .box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.product_detail_page .f__specification .wal .box .box__inner .left__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_detail_page .f__specification .wal .box .box__inner .left__cont .img img {
  max-width: 2.3rem;
  max-height: 5.74rem;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .title {
  font-size: 0.48rem;
  line-height: 0.56rem;
  color: white;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box {
  margin-top: 0.37rem;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box .list .item {
  cursor: pointer;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: white;
  margin-right: 0.1rem;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box .list .item:hover span {
  text-decoration: underline;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box .list .item.active {
  color: #E40014;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box .list .item span {
  margin-right: 0.1rem;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box {
  display: none;
  margin-top: 0.48rem;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box.active {
  display: block;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box .row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-bottom: 0.29rem;
  padding-left: 3rem;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box .row:last-child {
  margin-bottom: 0;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box .row .label {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .g-btn {
  margin-top: 0.65rem;
  position: relative;
}
.product_detail_page .f__specification .wal .box .box__inner .right__cont .g-btn .trigger-easter-egg {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: -6%;
  top: 100%;
}
.product_detail_page .bottom__form {
  background-color: white;
}
.product_detail_page .bottom__form .wal {
  padding: 1.55rem 0 1.4rem;
}
.product_detail_page .bottom__form .wal .box .box_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_detail_page .bottom__form .wal .box .box_inner .left__cont {
  width: 50%;
  padding-right: 2.45rem;
}
.product_detail_page .bottom__form .wal .box .box_inner .left__cont .title {
  font-size: 0.48rem;
  line-height: 0.56rem;
}
.product_detail_page .bottom__form .wal .box .box_inner .left__cont .context {
  font-size: 0.24rem;
  line-height: 0.28rem;
  margin-top: 0.23rem;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont {
  width: 50%;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.64rem;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row:first-child {
  margin-top: 0;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box:nth-child(2) {
  margin-left: 0.69rem;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box.error .input::after, .product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box:has(:focus) .input::after {
  width: 100%;
  left: 0;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box .label {
  font-size: 0.14rem;
  line-height: 0.16rem;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box .input {
  position: relative;
  margin-top: 0.1rem;
  padding: 0.08rem 0;
  font-size: 0.16rem;
  border-bottom: 1px solid #000000;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box .input:hover::after {
  width: 100%;
  left: 0;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box .input::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
  background-color: #E40014;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .g-btn {
  margin-top: 0.9rem;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .g-btn a:hover span {
  color: white;
}
.product_detail_page .bottom__form .wal .box .box_inner .right__cont .g-btn a span {
  color: #171A20;
}
.product_detail_page.detail_02 .f_product_overview {
  background-color: white;
}
.product_detail_page.detail_02 .f_product_overview .wal {
  height: 7.59rem;
}
.product_detail_page.detail_02 .f_product_overview .wal .box {
  height: 100%;
}
.product_detail_page.detail_02 .f_product_overview .wal .box .box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_detail_page.detail_02 .f_product_overview .wal .box .box__inner .box__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 1.5rem;
}
.product_detail_page.detail_02 .f_product_overview .wal .box .box__inner .box__right {
  width: 50%;
  padding-left: 1rem;
}
.product_detail_page.detail_02 .f_product_overview .wal .box .box__inner .box__right .title {
  font-size: 0.48rem;
  line-height: 0.56rem;
}
.product_detail_page.detail_02 .f_product_overview .wal .box .box__inner .box__right .context {
  max-width: 4.63rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.37rem;
  font-family: "OpenSans-Book";
}
.product_detail_page.detail_02 .f__key__features {
  background-color: black;
}
.product_detail_page.detail_02 .f__key__features .wal {
  padding: 1.45rem 0;
}
.product_detail_page.detail_02 .f__key__features .wal .box .box__title {
  text-align: center;
  font-size: 0.48rem;
  line-height: 0.56rem;
  color: white;
}
.product_detail_page.detail_02 .f__key__features .wal .box .box__main {
  margin-top: 0.79rem;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 5.61rem;
  margin-bottom: 0.3rem;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 8.6rem;
  -ms-flex: 0 1 8.6rem;
  flex: 0 1 8.6rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box.need-overturn:hover .cart__inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box:first-child {
  margin-right: 0.3rem;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 500;
  perspective: 500;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__front {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__reverse {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__reverse .cart__content {
  padding: 0.1rem 0.5rem 0.75rem;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__reverse .cart__content p {
  position: relative;
  font-size: 0.18rem;
  line-height: 0.24rem;
  padding-left: 0.12rem;
  margin-bottom: 0.06rem;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__reverse .cart__content p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  border-radius: 50%;
  background-color: #171A20;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0.4rem 0.47rem;
  font-size: 0.32rem;
  line-height: 0.37rem;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box.black {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 6.3rem;
  -ms-flex: 0 1 6.3rem;
  flex: 0 1 6.3rem;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box.black .cart__inner {
  width: 100%;
  background-color: #242424;
  color: white;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box.black .cart__front .cart__title {
  color: white;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box.black .cart__reverse .cart__content p::before {
  background-color: white;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row:nth-child(2n) .cart__box {
  margin-right: 0;
}
.product_detail_page.detail_02 .f__key__features .wal .box .row:nth-child(2n) .cart__box:nth-child(2) {
  margin-right: 0.3rem;
}
.product_detail_page.detail_02 .f__specification {
  background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/section_banner_03.png);
}

.easter-egg-layer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.easter-egg-layer.show {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}
.easter-egg-layer .easter-egg-step1 {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000000;
  background-image: url(../image/easterEgg/easterEggCoverImg.gif);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.easter-egg-layer .easter-egg-step1.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.easter-egg-layer .easter-egg-step1 .close {
  position: absolute;
  right: 4.86rem;
  top: 2.05rem;
  color: white;
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2e30;
  font-size: 0.2rem;
  border-radius: 50%;
}
.easter-egg-layer .easter-egg-step1 .close:hover {
  background-color: #E40014;
}
.easter-egg-layer .easter-egg-step1 ._box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 1.38rem;
}
.easter-egg-layer .easter-egg-step1 ._box .img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.easter-egg-layer .easter-egg-step1 ._box .msg {
  font-family: "OpenSans-Medium";
  font-size: 0.28rem;
  line-height: 0.32rem;
  max-width: 7.24rem;
  text-align: center;
  color: white;
}
.easter-egg-layer .easter-egg-step1 ._box .g-btn {
  margin-top: 0.39rem;
}
.easter-egg-layer .easter-egg-step1 ._box .g-btn a {
  width: 1.6rem;
}
.easter-egg-layer .easter-egg-step2 {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.easter-egg-layer .easter-egg-step2.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 8.22rem;
  height: 7.13rem;
  padding: 1.02rem 0.8rem 0.63rem;
  background-color: white;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  color: white;
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2e30;
  font-size: 0.2rem;
  border-radius: 50%;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .close:hover {
  background-color: #E40014;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-head .title {
  font-size: 0.42rem;
  line-height: 0.49rem;
  font-family: "OpenSans-Medium";
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-head .sub-title {
  font-size: 0.24rem;
  line-height: 0.28rem;
  margin-top: 0.15rem;
  font-family: "OpenSans-Medium";
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body {
  width: 100%;
  margin-top: 0.59rem;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.46rem;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item:first-child {
  margin-top: 0;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.63rem;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box.required ._label::after {
  content: "*";
  display: inline-block;
  color: #E40014;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box:first-child {
  margin-left: 0;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._label {
  font-family: "OpenSans-Medium";
  font-size: 0.14rem;
  line-height: 0.16rem;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input {
  margin-top: 0.19rem;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #171A20;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input::-webkit-input-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input::-moz-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input:-moz-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input:-ms-input-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input textarea::-webkit-input-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input textarea::-moz-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input textarea:-moz-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input textarea:-ms-input-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input:hover {
  border-bottom: 1px solid #E40014;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input {
  width: 100%;
  font-size: 0.16rem;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-btn {
  width: 100%;
  margin-top: 0.6rem;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-btn .g-btn {
  margin: 0 auto;
}
.easter-egg-layer .easter-egg-step2 .easter-egg-form .form-btn .g-btn a span {
  font-family: "OpenSans-Medium";
}

.keep-funds-layer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.keep-funds-layer.show {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}
.keep-funds-layer .keep-funds-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.keep-funds-layer .keep-funds-container .keep-funds-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 8.22rem;
  height: 7.13rem;
  padding: 1.02rem 0.8rem 0.63rem;
  background-color: white;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  color: white;
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2e30;
  font-size: 0.2rem;
  border-radius: 50%;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .close:hover {
  background-color: #E40014;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-head .title {
  font-size: 0.42rem;
  line-height: 0.49rem;
  font-family: "OpenSans-Medium";
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-head .sub-title {
  font-size: 0.24rem;
  line-height: 0.28rem;
  margin-top: 0.15rem;
  font-family: "OpenSans-Medium";
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body {
  width: 100%;
  margin-top: 0.59rem;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.46rem;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item:first-child {
  margin-top: 0;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.63rem;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box.required ._label::after {
  content: "*";
  display: inline-block;
  color: #E40014;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box:first-child {
  margin-left: 0;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._label {
  font-family: "OpenSans-Medium";
  font-size: 0.14rem;
  line-height: 0.16rem;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input {
  margin-top: 0.19rem;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #171A20;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input::-webkit-input-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input::-moz-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input:-moz-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input:-ms-input-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input textarea::-webkit-input-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input textarea::-moz-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input textarea:-moz-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input textarea:-ms-input-placeholder {
  color: rgba(23, 26, 32, 0.3);
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input:hover {
  border-bottom: 1px solid #E40014;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input {
  width: 100%;
  font-size: 0.16rem;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-btn {
  width: 100%;
  margin-top: 0.6rem;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-btn .g-btn {
  margin: 0 auto;
}
.keep-funds-layer .keep-funds-container .keep-funds-form .form-btn .g-btn a span {
  font-family: "OpenSans-Medium";
}

@media screen and (max-width: 1700px) {
  .index-solution {
    position: relative;
    padding-top: 1.2rem;
  }
  .index-solution .solution__top-content {
    position: relative;
    z-index: 1;
  }
  .index-solution .solution__top-content .content__wal {
    max-width: 9.55rem;
    margin: 0 auto;
  }
  .index-solution .solution__top-content .content__wal .context {
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.56rem;
  }
  .index-solution .solution__top-content .content__wal .g-btn {
    margin: 0.46rem auto 0;
  }
  .index-solution .solution__top-content .content__wal .g-btn a:hover span {
    color: white;
  }
  .index-solution .solution__top-content .content__wal .g-btn a span {
    color: #171A20;
  }
  .index-solution .solution__images {
    position: relative;
  }
  .index-solution .solution__images .solution__images-wal .solution__images-main .solution__main-sub-img {
    width: calc(var(--pllx_main_imgs_size_01) - .3rem);
    height: calc(var(--pllx_main_imgs_size_01) - .3rem);
  }
  .index-solution .solution__images .solution__images-wal .solution__images-main .solution__main-sub-img:nth-of-type(2) {
    width: calc(var(--pllx_main_imgs_size_02) - .3rem);
    height: calc(var(--pllx_main_imgs_size_02) - .3rem);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(1) {
    width: calc(var(--pllx_imgs_size_01) - .3rem);
    height: calc(var(--pllx_imgs_size_01) - .3rem);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(2) {
    width: calc(var(--pllx_imgs_size_02) - .3rem);
    height: calc(var(--pllx_imgs_size_02) - .3rem);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(3) {
    width: calc(var(--pllx_imgs_size_03) - .3rem);
    height: calc(var(--pllx_imgs_size_03) - .3rem);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(4) {
    width: calc(var(--pllx_imgs_size_04) - .3rem);
    height: calc(var(--pllx_imgs_size_04) - .3rem);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(5) {
    width: calc(var(--pllx_imgs_size_05) - .3rem);
    height: calc(var(--pllx_imgs_size_05) - .3rem);
  }
}
@media screen and (max-width: 800px) {
  body.show-nav {
    overflow-y: hidden;
  }
  body.show-nav .mb-sidebar {
    left: 0 !important;
  }
  body.show-nav .g-head .g-head-right {
    display: none;
  }

  .g-head {
    height: auto;
  }
  .g-head.show-layer .g-head-right .sidebar-btn .img .icon {
    color: #333 !important;
  }
  .g-head.show-layer .g-head-right .sidebar-btn .img .icon svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .g-head .wp {
    margin: 16px 26px;
    padding: 0;
    border: 0 !important;
  }
  .g-head .wp .g-head-main {
    height: 0.55rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g-head .wp .g-head-main .logo-box {
    position: static;
    z-index: 98;
  }
  .g-head .wp .g-head-main .logo-box .img {
    width: 100%;
    height: 28px;
  }
  .g-head .wp .g-head-main .g-head-right {
    position: relative;
  }
  .g-head .wp .g-head-main .g-head-right .community,
  .g-head .wp .g-head-main .g-head-right .lang-select {
    display: none;
  }
  .g-head .wp .g-head-main .g-head-right .search {
    margin-right: 28px;
  }
  .g-head .wp .g-head-main .g-head-right .search .search-btn {
    opacity: 1 !important;
  }
  .g-head .wp .g-head-main .g-head-right .search .search-btn .icon {
    color: white;
    font-size: 22px;
  }
  .g-head .wp .g-head-main .g-head-right .sidebar-btn .img .icon {
    color: white;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .g-head .wp .g-head-main .layer.layer__search .layer__wp {
    padding: 2rem 26px 1.2rem;
    background-size: 40%;
  }
  .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input input,
  .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input .search-go > a {
    font-size: 14px;
  }
  .g-head .wp .g-head-main .layer.layer__search .layer__wp .layer__content .search-input .line {
    background-color: rgba(184, 184, 184, 0.6);
  }
  .g-head .wp .g-head-main .mb-sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__head {
    padding: 16px 26px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__head .sidebar_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.55rem;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__head .sidebar_main .icon {
    font-size: 20px;
    color: #333;
    margin-right: 28px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__head .sidebar_main .icon:nth-of-type(2) {
    margin-right: 0;
    font-size: 18px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main {
    position: relative;
    padding-top: 0.4rem;
    height: calc(100% - .55rem - 32px);
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/header/layer__bg.png) bottom right no-repeat;
    background-size: 60%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper {
    padding: 0 26px 26px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item {
    overflow: hidden;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item.on > a .icon .h {
    opacity: 0;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item > a span {
    font-size: 18px;
    line-height: 0.21rem;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item > a .icon {
    font-size: 14px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer {
    width: 100%;
    display: none;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper .list li {
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper .list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    padding: 10px 0;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper .list li a .img {
    width: 80px;
    height: 80px;
    margin-right: 0.6rem;
    text-align: center;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper .list li a .img img {
    height: 100%;
    object-fit: contain;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper .list li a .contents .name {
    font-size: 16px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer .layer__warpper .list li a .contents .learn-more {
    font-size: 12px;
    color: #171A20;
    opacity: 0.6;
    text-decoration: underline;
    margin-top: 10px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.solution__layer .layer__warpper .list li {
    background: transparent;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.solution__layer .layer__warpper .list li a {
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.solution__layer .layer__warpper .list li a .img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.solution__layer .layer__warpper .list li a .img img {
    width: 100%;
    object-fit: cover;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.solution__layer .layer__warpper .list li a .name {
    position: relative;
    color: white;
    font-size: 16px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.text__layer .layer__warpper {
    padding-left: 20px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.text__layer .layer__warpper .list li {
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.text__layer .layer__warpper .list li.active a {
    color: #E40014;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .nav__list .nav__item .item__layer.text__layer .layer__warpper .list li a {
    min-height: auto;
    padding: 10px 0;
    color: #666666;
    font-size: 16px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .choose__lang {
    margin-top: 27px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .choose__lang .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .choose__lang .box .img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .choose__lang .box .img img {
    width: 100%;
    object-fit: contain;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .choose__lang .box .msg-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .choose__lang .box .msg-box .cont .title {
    font-size: 18px;
    line-height: 21px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .choose__lang .box .msg-box .cont .current-lang {
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .sidebar__warpper .choose__lang .box .msg-box .icon {
    font-size: 14px;
    line-height: 21px;
    color: #000;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: calc(100% - .55rem - 32px);
    margin-top: calc(0.55rem + 32px);
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer.on {
    left: 0;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper {
    padding: 26px 26px 0;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .top__cont {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .top__cont .icon {
    font-size: 20px;
    color: #000;
    margin-right: 12px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .lang__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .lang__list li {
    margin-bottom: 30px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .lang__list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .lang__list li a .img {
    width: 30px;
    height: 30px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .lang__list li a .img img {
    width: 100%;
    object-fit: contain;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .lang__list li a .cont {
    margin-left: 18px;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .lang__list li a .cont .name {
    font-size: 12px;
    line-height: 14px;
    opacity: 0.8;
  }
  .g-head .wp .g-head-main .mb-sidebar .sidebar__main .lang__layer .lang__warpper .lang__list li a .cont .sub__name {
    font-size: 14px;
    line-height: 16px;
  }

  .g-btn a,
  .g-btn .a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 45px;
    padding: 0 26px;
    background-color: #E40014;
    border-radius: 3px;
  }
  .g-btn a:hover span,
  .g-btn .a:hover span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .g-btn a .icon,
  .g-btn .a .icon {
    display: none;
    width: 45px;
    height: 45px;
    -webkit-transform: translateX(-51px);
    -ms-transform: translateX(-51px);
    transform: translateX(-51px);
  }
  .g-btn a .icon svg,
  .g-btn .a .icon svg {
    margin-right: 13px;
    font-size: 10px;
  }
  .g-btn a span,
  .g-btn .a span {
    font-size: 12px;
    line-height: 18px;
  }

  .index-banner .container {
    padding: 0 24px;
  }
  .index-banner .container .content-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
  .index-banner .container .content-box .title {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
  }
  .index-banner .container .content-box .sub-title {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin-top: 27px;
  }
  .index-banner .container .content-box .g-btn {
    margin-top: 20px;
  }
  .index-banner .dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0.32rem;
    z-index: 2;
  }
  .index-banner .dots span {
    width: 0.08rem;
    height: 0.08rem;
    background-color: white;
    opacity: 0.3;
    margin-bottom: 0.1rem;
  }
  .index-banner .dots span.swiper-pagination-bullet-active {
    opacity: 1;
  }

  .index-nav-banner .banner__wal .banner__main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 140px 24px 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .index-nav-banner .banner__wal .banner__main.active {
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
  .index-nav-banner .banner__wal .banner__main .banner__box {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    padding: 0;
  }
  .index-nav-banner .banner__wal .banner__main .banner__box .title {
    font-size: 32px;
    line-height: 38px;
  }
  .index-nav-banner .banner__wal .banner__main .banner__box .sub__title {
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
    margin-top: 18px;
  }
  .index-nav-banner .banner__wal .banner__main .footer-logo {
    display: none;
  }
  .index-nav-banner .banner__wal .banner_nav {
    bottom: 30px;
  }
  .index-nav-banner .banner__wal .banner_nav ul {
    height: 60px;
  }
  .index-nav-banner .banner__wal .banner_nav ul li .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .index-nav-banner .banner__wal .banner_nav ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .index-nav-banner .banner__wal .banner_nav ul li .name {
    display: none;
  }

  .index-solution {
    position: relative;
    padding-top: 18px;
  }
  .index-solution .solution__top-content {
    position: relative;
    z-index: 1;
  }
  .index-solution .solution__top-content .content__wal {
    padding: 0 40px;
    max-width: 100%;
    margin: 0 auto;
  }
  .index-solution .solution__top-content .content__wal .context {
    font-size: 32px;
    text-align: center;
    line-height: 38px;
  }
  .index-solution .solution__top-content .content__wal .g-btn {
    margin: 0.48rem auto 0;
  }
  .index-solution .solution__top-content .content__wal .g-btn a:hover span {
    color: white;
  }
  .index-solution .solution__top-content .content__wal .g-btn a span {
    color: white;
  }
  .index-solution .solution__images {
    position: relative;
  }
  .index-solution .solution__images .solution__images-wal {
    position: relative;
    padding: 92px 0 0;
    height: auto;
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/index/about_bg.svg) center no-repeat;
    background-position-x: 0;
    background-size: 200%;
    overflow: hidden;
  }
  .index-solution .solution__images .solution__images-wal .solution__bg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(10%, -25%);
    -ms-transform: translate(10%, -25%);
    transform: translate(10%, -25%);
  }
  .index-solution .solution__images .solution__images-wal .solution__bg img {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
  }
  .index-solution .solution__images .solution__images-wal .text-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0.16rem 0.24rem;
  }
  .index-solution .solution__images .solution__images-wal .text-img .bg-img {
    position: absolute;
    inset: 0;
  }
  .index-solution .solution__images .solution__images-wal .text-img .bg-img.scale_img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .index-solution .solution__images .solution__images-wal .text-img .context {
    position: relative;
    color: white;
    font-size: 0.2rem;
    line-height: 0.23rem;
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    inset: 0;
    width: 100%;
    height: auto;
    top: 0;
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img {
    width: 100%;
    position: relative;
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(2n) {
    margin-left: auto;
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(1) {
    width: 35vw;
    height: 35vw;
    bottom: auto;
    -webkit-transform: translate(44%, 0);
    -ms-transform: translate(44%, 0);
    transform: translate(44%, 0);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(2) {
    width: 43vw;
    height: 43vw;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(3) {
    width: 50vw;
    height: 50vw;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(4) {
    width: 35vw;
    height: 35vw;
    -webkit-transform: translate(-25%, -150%);
    -ms-transform: translate(-25%, -150%);
    transform: translate(-25%, -150%);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(5) {
    width: 35vw;
    height: 35vw;
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    transform: translate(0, -150%);
  }
  .index-solution .solution__images .solution__images-wal .solution__pllx-imgs .text-img:nth-child(6) {
    width: 43vw;
    height: 43vw;
    -webkit-transform: translate(-25%, -170%);
    -ms-transform: translate(-25%, -170%);
    transform: translate(-25%, -170%);
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs {
    position: relative;
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 600px;
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 25px 112px;
    color: white;
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs ul li .name {
    font-size: 32px;
    line-height: 38px;
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs ul li .more__btn {
    margin-top: 32px;
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs ul li .more__btn a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 26px;
    border: 1px solid white;
    color: white;
    font-size: 12px;
    font-family: "OpenSans-Book";
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs .indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 24px;
    bottom: 51px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs .indicator .progress {
    font-size: 16px;
    line-height: 19px;
    margin-right: 32px;
    color: white;
    font-family: "OpenSans-Book";
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs .indicator .prev {
    margin-right: 35px;
  }
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs .indicator .prev svg,
  .index-solution .solution__images .solution__images-wal .mb_solution__pllx-imgs .indicator .next svg {
    width: 26px;
    height: 26px;
  }

  .index-about {
    background-color: transparent;
  }
  .index-about .container .container-bg .bg-inner {
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .index-about .container .right {
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image/index/filter_bg.png) bottom center no-repeat;
    background-size: contain;
    background-position-y: 101%;
    overflow: hidden;
  }
  .index-about .container .right .right__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    padding: 0;
  }
  .index-about .container .right .right__content .title {
    font-size: 27px;
    line-height: 31px;
    color: white;
    margin-right: auto;
    padding-left: 78px;
  }
  .index-about .container .right .right__content .title .circle-label {
    position: absolute;
    left: 0;
    top: -10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .index-about .container .right .right__content .title .circle-label svg text {
    fill: white;
  }
  .index-about .container .right .right__content .statistics {
    margin-top: 0.72rem;
    padding-left: 47px;
  }
  .index-about .container .right .right__content .statistics .statistics__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-about .container .right .right__content .statistics .statistics__content .statistics__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 0.88;
    margin-bottom: 0.56rem;
  }
  .index-about .container .right .right__content .statistics .statistics__content .statistics__item .statistics__item__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 46px;
    color: white;
  }
  .index-about .container .right .right__content .statistics .statistics__content .statistics__item .statistics__item__value .icon {
    color: white;
    font-size: 20px;
    margin-left: 2px;
  }
  .index-about .container .right .right__content .statistics .statistics__content .statistics__item .statistics__item__title {
    max-width: 104px;
    font-size: 12px;
    line-height: 14px;
    color: white;
    text-align: left;
    opacity: 1;
  }

  .index-updates .wal-1390 {
    padding: 95px 25px 105px;
  }
  .index-updates .wal-1390 .container .title {
    text-align: center;
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 29px;
  }
  .index-updates .wal-1390 .container .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-height: 100%;
  }
  .index-updates .wal-1390 .container .box .l-cont {
    margin-top: 39px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .index-updates .wal-1390 .container .box .l-cont .news-list .news-item {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
  }
  .index-updates .wal-1390 .container .box .l-cont .news-list .news-item a .name {
    font-size: 16px;
    line-height: 20px;
  }
  .index-updates .wal-1390 .container .box .l-cont .news-list .news-item a .date {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
  }
  .index-updates .wal-1390 .container .box .l-cont .g-btn {
    margin-top: 26px;
  }
  .index-updates .wal-1390 .container .box .l-cont .g-btn a:hover span {
    color: white;
  }
  .index-updates .wal-1390 .container .box .l-cont .g-btn a span {
    color: white;
  }
  .index-updates .wal-1390 .container .box .r-cont {
    width: 100%;
    margin-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .index-updates .wal-1390 .container .box .r-cont .inner {
    position: relative;
    height: 197px;
    overflow: hidden;
  }
  .index-updates .wal-1390 .container .box .r-cont .inner .imgs {
    height: 100%;
  }
  .index-updates .wal-1390 .container .box .r-cont .inner .imgs img {
    width: 100%;
  }
  .index-updates .wal-1390 .container .box .r-cont .inner .tab {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .index-updates .wal-1390 .container .box .r-cont .inner .tab .tab-out .tab-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0.44rem;
  }
  .index-updates .wal-1390 .container .box .r-cont .inner .tab .tab-out .tab-inner .tab-item {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 10px;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 10px;
  }
  .index-updates .wal-1390 .container .box .r-cont .inner .tab .tab-out .tab-inner .tab-item.active {
    color: white;
    height: 100%;
    background-color: #E40014;
  }
  .index-updates .wal-1390 .container .box .r-cont .inner .tab .tab-out .tab-inner .tab-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0.44rem;
    background-color: #E40014;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .index-support .support__container {
    padding: 20px 25px 0;
  }
  .index-support .support__container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index-support .support__container ul li {
    width: 100%;
    margin: 0;
    padding: 39px 0;
    border-bottom: 1px solid #B9B9B950;
  }
  .index-support .support__container ul li:last-child {
    border-bottom: none;
  }
  .index-support .support__container ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index-support .support__container ul li a .img img {
    width: 45px;
    height: 45px;
    object-fit: contain;
  }
  .index-support .support__container ul li a .name {
    font-size: 18px;
    line-height: 21px;
    margin-top: 23px;
  }

  .fixed__nav {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0.2rem;
  }
  .fixed__nav .nav__bottom {
    background-color: rgba(253, 253, 253, 0.8);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 11px 5px 5px;
    border-radius: 4.375rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 30px -10px;
  }
  .fixed__nav .nav__bottom .nav__icon {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    margin-right: 7px;
  }
  .fixed__nav .nav__bottom .nav__icon svg {
    font-size: 18px;
    color: white;
  }
  .fixed__nav .nav__bottom .nav__item-current {
    font-size: 12px;
  }
  .fixed__nav .nav__bottom .nav__wrap {
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fixed__nav .nav__bottom .nav__wrap .nav__item {
    opacity: 0;
    visibility: hidden;
    margin: 0 0 0 5px;
    font-size: 12px;
  }
  .fixed__nav .nav__bottom .nav__wrap .nav__item.nav_item-active {
    color: #E40014;
  }
  .fixed__nav .nav__bottom .nav__wrap .nav__item:last-child {
    margin-right: 10px;
  }

  .products__page .banner__container {
    height: 100vh;
  }
  .products__page .banner__container .banner__warpper {
    padding: 0 18px;
  }
  .products__page .banner__container .banner__warpper .banner__text {
    max-width: 100%;
  }
  .products__page .banner__container .banner__warpper .banner__text .title {
    font-size: 32px;
    line-height: 38px;
    max-width: 100%;
  }
  .products__page .banner__container .banner__warpper .banner__text .sub__title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 16px;
    padding: 0 14px;
  }
  .products__page .banner__container .banner__warpper .banner__text .blur__box {
    display: inline-block;
    font-size: 14px;
    border: 1px solid white;
    padding: 6px 18px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    margin-top: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 55px;
  }
  .products__page .banner__container .banner__warpper .banner__text .blur__box span {
    line-height: 16px;
  }
  .products__page .circular__container .circular__warpper {
    padding: 60px 0 60px 18px;
    border-bottom: 1px solid #d5d5d5;
  }
  .products__page .circular__container .circular__warpper .circular__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    overflow-y: auto;
  }
  .products__page .circular__container .circular__warpper .circular__list li {
    padding: 0;
    margin-right: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products__page .circular__container .circular__warpper .circular__list li:last-child {
    margin-right: 0;
  }
  .products__page .circular__container .circular__warpper .circular__list li:hover .img__outter {
    border: 1px solid #E40014;
  }
  .products__page .circular__container .circular__warpper .circular__list li:hover .name {
    border: 1px solid transparent;
    background-color: #E40014;
    color: white;
  }
  .products__page .circular__container .circular__warpper .circular__list li .img__outter {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    padding: 7px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .products__page .circular__container .circular__warpper .circular__list li .img__outter .img__inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  .products__page .circular__container .circular__warpper .circular__list li .img__outter .img__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .products__page .circular__container .circular__warpper .circular__list li .name {
    margin-top: 15px;
    padding: 4px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 0.3rem;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
  }
  .products__page .products__container .products__wal {
    padding: 48px 18px;
    max-width: 12.79rem;
  }
  .products__page .products__container .products__wal .products__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .products__page .products__container .products__wal .products__inner em {
    color: #E40014;
  }
  .products__page .products__container .products__wal .products__inner .title {
    font-size: 29px;
    line-height: 33px;
  }
  .products__page .products__container .products__wal .products__inner .sub__title {
    text-align: center;
    max-width: 238px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }
  .products__page .products__container .products__wal .products__inner .product__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 49px;
  }
  .products__page .products__container .products__wal .products__inner .product__list .product__item {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 20px;
    border-radius: 16px;
  }
  .products__page .products__container .products__wal .products__inner .product__list .product__item:last-child {
    margin-bottom: 0;
  }
  .products__page .products__container .products__wal .products__inner .product__list .product__item a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 36px;
    background-color: #f8f8f8;
  }
  .products__page .products__container .products__wal .products__inner .product__list .product__item a .go {
    position: absolute;
    top: 0.2rem;
    opacity: 0;
    visibility: hidden;
    right: 0;
    font-size: 0.28rem;
    color: #E40014;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .products__page .products__container .products__wal .products__inner .product__list .product__item a .img {
    max-width: 230px;
    height: 158px;
  }
  .products__page .products__container .products__wal .products__inner .product__list .product__item a .img img {
    height: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .products__page .products__container .products__wal .products__inner .product__list .product__item a .name {
    font-size: 14px;
    line-height: 16px;
    margin-top: 19px;
  }
  .products__page .products__container .products__wal .products__inner .pagination {
    margin: 0.58rem 0 0;
  }

  .g-cookie__container {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .g-cookie__container.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .g-cookie__container .g-cookie__wal {
    max-width: 100%;
    padding: 31px 24px;
  }
  .g-cookie__container .g-cookie__wal .content {
    font-size: 14px;
    line-height: 21px;
  }
  .g-cookie__container .g-cookie__wal .btn__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
  }
  .g-cookie__container .g-cookie__wal .btn__box .c_btn {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 0.19rem 0;
    font-size: 12px;
    line-height: 14px;
  }
  .g-cookie__container .g-cookie__wal .btn__box .c_btn:nth-child(1) {
    margin-right: 17px;
  }

  @supports (mix-blend-mode: difference) and ((-webkit-filter: invert(1)) or (filter: invert(1))) {
    .product_detail_page .sticky-progressor {
      -webkit-filter: invert(1);
      filter: invert(1);
      mix-blend-mode: difference;
    }
  }
  .product_detail_page .sticky-progressor {
    position: fixed;
    left: 5vw;
    bottom: 5vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    will-change: opacity;
    pointer-events: none;
    z-index: 20;
    opacity: 0;
  }
  .product_detail_page .sticky-progressor .sticky-progressor__bar-inner {
    -webkit-transform: scaleY(calc(var(--sticky-progress, 0)));
    -ms-transform: scaleY(calc(var(--sticky-progress, 0)));
    transform: scaleY(calc(var(--sticky-progress, 0)));
    -webkit-transform-origin: 0 56px;
    -ms-transform-origin: 0 56px;
    transform-origin: 0 56px;
    will-change: transform;
  }
  .product_detail_page .top__banner {
    background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/top_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product_detail_page .top__banner .wal .top__banner__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    padding-top: 1.2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .txt__info {
    margin-top: 0.33rem;
    color: #FFFFFF;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .txt__info .tag {
    font-size: 18px;
    line-height: 21px;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .txt__info .name {
    font-size: 32px;
    line-height: 38px;
    margin-top: 12px;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 36px;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .video__btn {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #E40014;
    margin-top: 36px;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    position: relative;
    margin-top: auto;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__head {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 15px;
    background-color: #404243;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__head span {
    font-size: 14px;
    line-height: 16px;
    color: white;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__head .icon {
    color: white;
    font-size: 0.06rem;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer {
    position: absolute;
    width: 100%;
    bottom: -0.08rem;
    left: 0;
    padding: 0.27rem 0.23rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    max-height: 200px;
    overflow-y: auto;
    background-color: #404243;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer.show {
    opacity: 1;
    visibility: visible;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer .list .item {
    margin-bottom: 0.21rem;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer .list .item:last-child {
    margin-bottom: 0;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer .list .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    color: white;
  }
  .product_detail_page .top__banner .wal .top__banner__box .left__box .bottom-box .download__box .box__layer .list .item a:hover {
    color: #E40014;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40vh;
    padding: 0 1.1rem;
    text-align: center;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main {
    height: 100%;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    border-radius: 0.4rem;
    background-color: #E40014;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 15px 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn .inner {
    padding: 0;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn .inner.bottom {
    display: none;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn .inner .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn .inner .icon svg {
    width: 10px;
    height: 10px;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .right-icon.full-btn .inner span {
    width: 100%;
    opacity: 1;
    visibility: visible;
    font-size: 12px;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .href-btn {
    margin-right: 0.2rem;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main .right-btn-box .href-btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    border-radius: 0.4rem;
    background-color: #e6e2e2;
    padding: 15px 22px;
    font-size: 12px;
  }
  .product_detail_page .top__banner .wal .top__banner__box .right__box .three_main img {
    height: 100%;
    object-fit: contain;
  }
  .product_detail_page .f__features {
    background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/section_banner_01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product_detail_page .f__features .wal {
    height: 100%;
  }
  .product_detail_page .f__features .wal .features__box {
    position: relative;
    padding-top: 80px;
    height: 100%;
  }
  .product_detail_page .f__features .wal .features__box .left__cont {
    width: 100%;
  }
  .product_detail_page .f__features .wal .features__box .left__cont .section__name {
    text-align: center;
    font-size: 28px;
    line-height: 33px;
  }
  .product_detail_page .f__features .wal .features__box .left__cont .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 44px;
  }
  .product_detail_page .f__features .wal .features__box .left__cont .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    margin-top: 0.7rem;
  }
  .product_detail_page .f__features .wal .features__box .left__cont .list .item:nth-child(2) {
    margin-top: 0.7rem;
  }
  .product_detail_page .f__features .wal .features__box .left__cont .list .item .icon {
    width: 60px;
    height: 60px;
  }
  .product_detail_page .f__features .wal .features__box .left__cont .list .item .icon img {
    object-fit: contain;
  }
  .product_detail_page .f__features .wal .features__box .left__cont .list .item .name {
    font-size: 20px;
    line-height: 21px;
    margin-top: 28px;
  }
  .product_detail_page .f__features .wal .features__box .left__cont .list .item .context {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-top: 13px;
    font-family: "OpenSans-Book";
  }
  .product_detail_page .f__features .wal .features__box .right__cont {
    position: static;
    width: 100%;
    height: 40vh;
    right: 0;
    text-align: center;
    bottom: 0;
    margin-top: 75px;
  }
  .product_detail_page .f__features .wal .features__box .right__cont .img {
    height: 100%;
  }
  .product_detail_page .f__features .wal .features__box .right__cont .img img {
    height: 100%;
    object-fit: contain;
  }
  .product_detail_page .f__specification {
    background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/mb_section_banner_02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product_detail_page .f__specification .wal {
    padding: 75px 25px 94px;
    height: 100%;
  }
  .product_detail_page .f__specification .wal .box {
    height: 100%;
  }
  .product_detail_page .f__specification .wal .box .box__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
  }
  .product_detail_page .f__specification .wal .box .box__inner .left__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
  }
  .product_detail_page .f__specification .wal .box .box__inner .left__cont .img {
    height: 100%;
  }
  .product_detail_page .f__specification .wal .box .box__inner .left__cont .img img {
    height: 100%;
    object-fit: contain;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .title {
    text-align: center;
    font-size: 28px;
    line-height: 33px;
    color: white;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box {
    margin-top: 37px;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box .list .item {
    cursor: pointer;
    font-size: 18px;
    line-height: 21px;
    color: white;
    margin-right: 12px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box .list .item:hover span {
    text-decoration: none;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .tab__box .list .item span {
    margin-right: 0;
    padding-right: 5px;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box {
    display: none;
    margin-top: 41px;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box.active {
    display: block;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box .row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 25px;
    padding-left: 0;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box .row:last-child {
    margin-bottom: 0;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .info__box .row .label {
    position: static;
    left: 0;
    top: 0;
    opacity: 0.7;
    margin-bottom: 14px;
  }
  .product_detail_page .f__specification .wal .box .box__inner .right__cont .g-btn {
    margin-top: 0.65rem;
  }
  .product_detail_page .bottom__form {
    background-color: white;
  }
  .product_detail_page .bottom__form .wal {
    padding: 72px 25px;
  }
  .product_detail_page .bottom__form .wal .box .box_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .left__cont {
    width: 100%;
    padding-right: 0;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .left__cont .title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .left__cont .context {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 19px;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont {
    width: 100%;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 50px;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box:nth-child(2) {
    margin-left: 0;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box.error .input::after {
    width: 100%;
    left: 0;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box .label {
    font-size: 12px;
    line-height: 14px;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box .input {
    position: relative;
    margin-top: 10px;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #000000;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box .input:hover::after {
    width: 100%;
    left: 0;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .form__main .row .input-box .input::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: #E40014;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .g-btn {
    width: 100%;
    margin-top: 50px;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .g-btn a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .product_detail_page .bottom__form .wal .box .box_inner .right__cont .g-btn a span {
    color: white;
  }
  .product_detail_page.detail_02 .f_product_overview {
    background-color: white;
  }
  .product_detail_page.detail_02 .f_product_overview .wal {
    padding-top: 80px;
    height: 100%;
  }
  .product_detail_page.detail_02 .f_product_overview .wal .box {
    height: 100%;
  }
  .product_detail_page.detail_02 .f_product_overview .wal .box .box__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .product_detail_page.detail_02 .f_product_overview .wal .box .box__inner .box__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 50px;
    margin-top: 57px;
  }
  .product_detail_page.detail_02 .f_product_overview .wal .box .box__inner .box__left .img img {
    max-height: 284px;
    object-fit: contain;
  }
  .product_detail_page.detail_02 .f_product_overview .wal .box .box__inner .box__right {
    width: 100%;
    padding-left: 0;
  }
  .product_detail_page.detail_02 .f_product_overview .wal .box .box__inner .box__right .title {
    text-align: center;
    font-size: 28px;
    line-height: 33px;
  }
  .product_detail_page.detail_02 .f_product_overview .wal .box .box__inner .box__right .context {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-top: 21px;
    font-family: "OpenSans-Book";
  }
  .product_detail_page.detail_02 .f__key__features {
    background-color: black;
  }
  .product_detail_page.detail_02 .f__key__features .wal {
    padding: 75px 25px 93px;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .box__title {
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.56rem;
    color: white;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .box__main {
    margin-top: 0.79rem;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 480px;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box:hover .cart__inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box:first-child {
    margin-right: 0;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__front {
    position: relative;
    z-index: 1;
    height: 240px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__reverse {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    inset: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__reverse .cart__content {
    padding: 0.75rem 0.5rem 1rem;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__reverse .cart__content p {
    position: relative;
    font-size: 0.18rem;
    line-height: 0.24rem;
    padding-left: 0.12rem;
    margin-bottom: 0.06rem;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__reverse .cart__content p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0.06rem;
    height: 0.06rem;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    border-radius: 50%;
    background-color: #171A20;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box .cart__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 0.4rem 0.47rem;
    font-size: 0.32rem;
    line-height: 0.37rem;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box:nth-child(2) .cart__inner {
    width: 100%;
    background-color: #242424;
    color: white;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box:nth-child(2) .cart__front {
    height: 280px;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box:nth-child(2) .cart__front .cart__title {
    color: white;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row .cart__box:nth-child(2) .cart__reverse .cart__content p::before {
    background-color: white;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row:nth-child(2n) .cart__box {
    margin-right: 0;
  }
  .product_detail_page.detail_02 .f__key__features .wal .box .row:nth-child(2n) .cart__box:nth-child(2) {
    margin-right: 0;
  }
  .product_detail_page.detail_02 .f__specification {
    background-image: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/productDetail/section_banner_03.png);
  }

  .easter-egg-layer {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .easter-egg-layer.show {
    opacity: 1;
    visibility: visible;
    z-index: 1001;
  }
  .easter-egg-layer .easter-egg-step1 {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000000;
    background-image: url(../image/easterEgg/easterEggCoverImg.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 200%;
  }
  .easter-egg-layer .easter-egg-step1.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .easter-egg-layer .easter-egg-step1 .close {
    position: absolute;
    right: 16px;
    top: 16px;
    color: white;
    width: 0.5rem;
    height: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2e2e30;
    font-size: 0.2rem;
    border-radius: 50%;
  }
  .easter-egg-layer .easter-egg-step1 .close:hover {
    background-color: #E40014;
  }
  .easter-egg-layer .easter-egg-step1 ._box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 28%;
  }
  .easter-egg-layer .easter-egg-step1 ._box .img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .easter-egg-layer .easter-egg-step1 ._box .msg {
    font-family: "OpenSans-Medium";
    font-size: 20px;
    line-height: 23px;
    max-width: 100%;
    text-align: center;
    color: white;
    padding: 0 15px;
  }
  .easter-egg-layer .easter-egg-step1 ._box .g-btn {
    margin-top: 41px;
  }
  .easter-egg-layer .easter-egg-step1 ._box .g-btn a {
    width: 150px;
    padding: 0 0 0 0.66rem;
  }
  .easter-egg-layer .easter-egg-step1 ._box .g-btn a .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .easter-egg-layer .easter-egg-step2 {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .easter-egg-layer .easter-egg-step2.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 90%;
    padding: 79px 25px 75px;
    background-color: white;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .close {
    position: absolute;
    right: 25px;
    top: 24px;
    color: white;
    width: 0.5rem;
    height: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E40014;
    font-size: 0.2rem;
    border-radius: 50%;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .close:hover {
    background-color: #E40014;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-head .title {
    font-size: 0.42rem;
    line-height: 0.49rem;
    font-family: "OpenSans-Medium";
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-head .sub-title {
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin-top: 0.15rem;
    font-family: "OpenSans-Medium";
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    margin-top: 46px;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item:first-child {
    margin-top: 0;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item:first-child .input-box:first-child {
    margin-top: 0;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0;
    margin-top: 30px;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box.required ._label::after {
    content: "*";
    display: inline-block;
    color: #E40014;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box:first-child {
    margin-left: 0;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._label {
    font-family: "OpenSans-Medium";
    font-size: 12px;
    line-height: 14px;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input {
    margin-top: 17px;
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #171A20;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input::-webkit-input-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input::-moz-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input:-moz-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input:-ms-input-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input textarea::-webkit-input-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input textarea::-moz-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input textarea:-moz-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input textarea:-ms-input-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input:hover {
    border-bottom: 1px solid #E40014;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-body .form-item .input-box ._input input {
    width: 100%;
    font-size: 14px;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-btn {
    width: 100%;
    margin-top: 0.6rem;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-btn .g-btn {
    width: 100%;
    margin: 0 auto;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-btn .g-btn a {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .easter-egg-layer .easter-egg-step2 .easter-egg-form .form-btn .g-btn a span {
    font-family: "OpenSans-Medium";
    color: white !important;
  }

  .keep-funds-layer {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .keep-funds-layer.show {
    opacity: 1;
    visibility: visible;
    z-index: 1001;
  }
  .keep-funds-layer .keep-funds-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 79px 25px 75px;
    background-color: #F7F7F7;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .close {
    position: absolute;
    right: 25px;
    top: 24px;
    color: white;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E40014;
    font-size: 0.3rem;
    border-radius: 50%;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .close:hover {
    background-color: #E40014;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-head .title {
    text-align: center;
    font-size: 28px;
    line-height: 33px;
    font-family: "OpenSans-Medium";
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-head .sub-title {
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin-top: 0.15rem;
    font-family: "OpenSans-Medium";
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    margin-top: 46px;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item:first-child {
    margin-top: 0;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item:first-child .input-box:first-child {
    margin-top: 0;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0;
    margin-top: 30px;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box.required ._label::after {
    content: "*";
    display: inline-block;
    color: #E40014;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box:first-child {
    margin-left: 0;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._label {
    font-family: "OpenSans-Medium";
    font-size: 12px;
    line-height: 14px;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input {
    margin-top: 17px;
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #171A20;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input::-webkit-input-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input::-moz-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input:-moz-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input:-ms-input-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input textarea::-webkit-input-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input textarea::-moz-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input textarea:-moz-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input textarea:-ms-input-placeholder {
    color: rgba(23, 26, 32, 0.3);
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input:hover {
    border-bottom: 1px solid #E40014;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-body .form-item .input-box ._input input {
    width: 100%;
    font-size: 14px;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-btn {
    width: 100%;
    margin-top: 0.6rem;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-btn .g-btn {
    width: 100%;
    margin: 0 auto;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-btn .g-btn a {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .keep-funds-layer .keep-funds-container .keep-funds-form .form-btn .g-btn a span {
    font-family: "OpenSans-Medium";
    color: white !important;
  }
}
.g-foot {
  background-color: #F7F7F7;
  padding: 0.9rem 0 0.65rem 0;
  border-top: 0.01rem solid #B9B9B950;
}
.g-foot .g-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #33333315;
}
.g-foot .g-content .g-foot-right {
  width: 41.3%;
}
.g-foot .g-content .g-foot-right .sign-up {
  font-family: "OpenSans-Medium";
  font-weight: 400;
  font-size: 0.48rem;
  line-height: 0.56rem;
}
.g-foot .g-content .g-foot-right .sign-up .up-arrow {
  position: absolute;
  display: none;
}
.g-foot .g-content .g-foot-right .form {
  margin-top: 0.34rem;
  width: 4.4rem;
}
.g-foot .g-content .g-foot-right .form div {
  position: relative;
}
.g-foot .g-content .g-foot-right .form div > input {
  width: 4.4rem;
  height: 0.54rem;
  background: #FFFFFF;
  border-radius: 0.03rem;
  text-indent: 0.24rem;
  font-weight: 400;
  font-size: 0.14rem;
}
.g-foot .g-content .g-foot-right .form div > input input::-webkit-input-placeholder {
  color: "#989898";
}
.g-foot .g-content .g-foot-right .form div > input input::-moz-placeholder {
  color: "#989898";
}
.g-foot .g-content .g-foot-right .form div > input input:-moz-placeholder {
  color: "#989898";
}
.g-foot .g-content .g-foot-right .form div > input input:-ms-input-placeholder {
  color: "#989898";
}
.g-foot .g-content .g-foot-right .form div > input textarea::-webkit-input-placeholder {
  color: "#989898";
}
.g-foot .g-content .g-foot-right .form div > input textarea::-moz-placeholder {
  color: "#989898";
}
.g-foot .g-content .g-foot-right .form div > input textarea:-moz-placeholder {
  color: "#989898";
}
.g-foot .g-content .g-foot-right .form div > input textarea:-ms-input-placeholder {
  color: "#989898";
}
.g-foot .g-content .g-foot-right .form div button {
  position: absolute;
  cursor: pointer;
  right: 0;
  width: 1.12rem;
  height: 0.54rem;
  background: #E40014;
  border-radius: 0 0.03rem 0.03rem 0;
  font-family: "OpenSans-Book";
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  border: none;
}
.g-foot .g-content .g-foot-right .protocols {
  margin-top: 0.21rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #989898;
  line-height: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-foot .g-content .g-foot-right .protocols input[type=radio] {
  cursor: pointer;
  position: relative;
  width: 0.14rem;
  height: 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g-foot .g-content .g-foot-right .protocols input[type=radio]::after {
  position: absolute;
  color: #E40014;
  width: calc(0.14rem - 2px);
  height: calc(0.14rem - 2px);
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: " ";
  border-radius: 3px;
}
.g-foot .g-content .g-foot-right .protocols input[type=radio]:checked::after {
  background-color: #E40014;
  border: 1px solid #FFFFFF;
  outline: 1px solid #E40014;
  border-radius: 50%;
  box-sizing: border-box;
}
.g-foot .g-content .g-foot-right .protocols p {
  margin-left: 0.08rem;
}
.g-foot .g-content .g-foot-right .protocols p a {
  text-decoration: underline;
  color: #333333;
}
.g-foot .g-content .g-foot-right .share {
  margin: 1.01rem 0 0.4rem 0;
}
.g-foot .g-content .g-foot-right .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-foot .g-content .g-foot-right .share ul li {
  margin-right: 0.24rem;
  border-radius: 50%;
  overflow: hidden;
}
.g-foot .g-content .g-foot-right .share ul li a {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  border: 1px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}
.g-foot .g-content .g-foot-right .share ul li a.amplify {
  -webkit-animation: showBorder 6s;
  animation: showBorder 6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  box-sizing: border-box;
}
.g-foot .g-content .g-foot-right .share ul li a.amplify::after {
  -webkit-animation: amplify 2s;
  animation: amplify 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  box-sizing: border-box;
}
.g-foot .g-content .g-foot-right .share ul li a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  border: 1px solid #B9B9B9;
  opacity: 0.6;
  border-radius: 50%;
  box-sizing: border-box;
}
@-webkit-keyframes amplify {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
    border: 1px solid #B9B9B9;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    border: 1px solid #B9B9B900;
  }
}
@keyframes amplify {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
    border: 1px solid #B9B9B9;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    border: 1px solid #B9B9B900;
  }
}
@-webkit-keyframes showBorder {
  0% {
    border: 1px solid #B9B9B900;
  }
  100% {
    border: 1px solid #B9B9B9;
  }
}
@keyframes showBorder {
  0% {
    border: 1px solid #B9B9B900;
  }
  100% {
    border: 1px solid #B9B9B9;
  }
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(1):hover a {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(1):hover a::after {
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(1) a {
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(2):hover a {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(2):hover a::after {
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(2) a {
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(3):hover a {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(3):hover a::after {
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(3) a {
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(4):hover a {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(4):hover a::after {
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(4) a {
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(5):hover a {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(5):hover a::after {
  border: 1px solid transparent;
}
.g-foot .g-content .g-foot-right .share ul li:nth-of-type(5) a {
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.g-foot .g-content .g-foot-left {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.12rem;
}
.g-foot .g-content .g-foot-left .ft_link dt {
  margin-bottom: 0.24rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 500;
}
.g-foot .g-content .g-foot-left .ft_link dt span {
  display: none;
}
.g-foot .g-content .g-foot-left .ft_link dd {
  line-height: 1.6;
}
.g-foot .g-content .g-foot-left .ft_link dd a {
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.18rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  opacity: 0.7;
  font-family: "OpenSans-Book";
}
.g-foot .g-content .g-foot-left .ft_link dd a:hover {
  opacity: 1;
}
.g-foot .g-foot-b {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 16px;
  font-family: "OpenSans-Book";
}
.g-foot .g-foot-b .g-foot-b-left span {
  margin-left: 0.56rem;
  color: #666666;
}
.g-foot .g-foot-b .g-foot-b-left .vertical-line {
  display: none;
}

@media screen and (max-width: 800px) {
  .g-foot {
    padding-top: 62px;
  }
  .g-foot .g-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #33333300;
  }
  .g-foot .g-content .g-foot-right {
    width: 100%;
  }
  .g-foot .g-content .g-foot-right .sign-up {
    position: relative;
    font-weight: 500;
    font-size: 33px;
    color: #171A20;
    line-height: 39px;
    font-family: "OpenSans-Medium";
  }
  .g-foot .g-content .g-foot-right .sign-up .up-arrow {
    position: absolute;
    display: block;
    color: #E40014;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 0;
    top: 0;
  }
  .g-foot .g-content .g-foot-right .form {
    width: 100%;
    margin-top: 29px;
  }
  .g-foot .g-content .g-foot-right .form div > input {
    font-weight: 400;
    font-size: 12px;
    color: #989898;
    width: calc(100% - 90px);
    height: 40px;
    font-family: "OpenSans-Book";
  }
  .g-foot .g-content .g-foot-right .form div > input input::-webkit-input-placeholder {
    color: "#989898";
  }
  .g-foot .g-content .g-foot-right .form div > input input::-moz-placeholder {
    color: "#989898";
  }
  .g-foot .g-content .g-foot-right .form div > input input:-moz-placeholder {
    color: "#989898";
  }
  .g-foot .g-content .g-foot-right .form div > input input:-ms-input-placeholder {
    color: "#989898";
  }
  .g-foot .g-content .g-foot-right .form div > input textarea::-webkit-input-placeholder {
    color: "#989898";
  }
  .g-foot .g-content .g-foot-right .form div > input textarea::-moz-placeholder {
    color: "#989898";
  }
  .g-foot .g-content .g-foot-right .form div > input textarea:-moz-placeholder {
    color: "#989898";
  }
  .g-foot .g-content .g-foot-right .form div > input textarea:-ms-input-placeholder {
    color: "#989898";
  }
  .g-foot .g-content .g-foot-right .form div button {
    width: auto;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    width: 90px;
    height: 40px;
    padding: 12px 14px;
    font-family: "OpenSans-Medium";
  }
  .g-foot .g-content .g-foot-right .protocols {
    margin-top: 18px;
  }
  .g-foot .g-content .g-foot-right .protocols input[type=radio] {
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .g-foot .g-content .g-foot-right .protocols input[type=radio]::after {
    position: absolute;
    color: #E40014;
    width: calc(0.25rem - 2px);
    height: calc(0.25rem - 2px);
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: " ";
    border-radius: 3px;
  }
  .g-foot .g-content .g-foot-right .protocols input[type=radio]:checked::after {
    background-color: #E40014;
    border: 1px solid #FFFFFF;
    outline: 1px solid #E40014;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .g-foot .g-content .g-foot-right .protocols p {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 15px;
    font-family: "OpenSans-Book";
  }
  .g-foot .g-content .g-foot-right .protocols p a {
    color: #171A20;
  }
  .g-foot .g-content .g-foot-right .share {
    width: 100%;
    margin: 43px 0 0.9rem 0;
  }
  .g-foot .g-content .g-foot-right .share ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .g-foot .g-content .g-foot-right .share ul li:last-child {
    margin-right: 0;
  }
  .g-foot .g-content .g-foot-right .share ul li a {
    width: 0.8rem;
    height: 0.8rem;
  }
  .g-foot .g-content .g-foot-left {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-foot .g-content .g-foot-left .ft_link {
    width: 100%;
    margin-bottom: 0.44rem;
    border-bottom: 0.01rem solid #B9B9B950;
  }
  .g-foot .g-content .g-foot-left .ft_link dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.32rem;
    color: #171A20;
    margin-bottom: 0.36rem;
    font-family: "OpenSans-Medium";
  }
  .g-foot .g-content .g-foot-left .ft_link dt.active span {
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/decrease.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    width: 0.25rem;
    height: 0.25rem;
  }
  .g-foot .g-content .g-foot-left .ft_link dt span {
    background: url(https://kcmsdata.kehua.com/upload/0515-image/image-shutong/jack/add.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .g-foot .g-content .g-foot-left .ft_link dd {
    display: none;
  }
  .g-foot .g-content .g-foot-left .ft_link dd a {
    font-size: 0.26rem;
    margin-bottom: 0.36rem;
  }
  .g-foot .g-foot-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 1.08rem 0 1.13rem 0;
  }
  .g-foot .g-foot-b .g-foot-b-right {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 0.24rem;
    color: #666666;
    font-family: "OpenSans-Book";
  }
  .g-foot .g-foot-b .g-foot-b-left {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.28rem;
    color: #171A20;
    font-family: "OpenSans-Book";
    margin-bottom: 0.38rem;
    color: #171A20;
  }
  .g-foot .g-foot-b .g-foot-b-left span {
    margin-left: 0;
    color: #171A20;
  }
  .g-foot .g-foot-b .g-foot-b-left .vertical-line {
    display: inline-block;
    margin: 0 0.2rem;
  }
}
.pagination {
  width: 100%;
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination ul li {
  width: 0.4rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  border-radius: 0.03rem;
  margin: 0 0.04rem;
  font-family: "OpenSansZ-Regular";
}
.pagination ul li.on {
  background-color: #E40014;
}
.pagination ul li.on a {
  color: #FFFFFF;
  opacity: 1;
}
.pagination ul li a.arrow {
  opacity: 1;
  color: #fdfcfc;
  font-size: 0.14rem;
}
.pagination ul li a.arrow span {
  width: 0.16rem;
  height: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pagination ul li {
    width: 0.6rem;
    height: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    border-radius: 0.02rem;
    margin: 0 2px;
    font-family: "OpenSansZ-Regular";
  }
  .pagination ul li.on a {
    color: #FFFFFF;
    opacity: 1;
  }
  .pagination ul li a.arrow {
    opacity: 1;
    color: #E40014;
    font-size: 0.18rem;
  }
  .pagination .skip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.28rem;
  }
  .pagination .skip span {
    font-size: 0.24rem;
  }
  .pagination .skip input {
    width: 1rem;
    height: 0.6rem;
    border-radius: 0.35rem;
    font-size: 0.24rem;
    margin: 0rem 0.1rem;
  }
  .pagination .skip .confirm {
    width: 1.4rem;
    height: 0.6rem;
    border-radius: 0.35rem;
  }
  .pagination .skip .confirm:hover a {
    color: #FFFFFF;
  }
  .pagination .skip .confirm a {
    font-weight: 400;
    font-size: 0.24rem;
    color: #E40014;
    font-family: "OpenSansCe";
  }
  .pagination .skip .confirm a:hover {
    color: #FFFFFF;
  }
}
