@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Inter", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: local('Plus Jakarta Sans Medium'), local('PlusJakartaSans-Medium'), url('../fonts/plusjakartasans/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/plusjakartasans/PlusJakartaSans-Medium.woff') format('woff'), url('../fonts/plusjakartasans/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: local('Plus Jakarta Sans SemiBold'), local('../fonts/plusjakartasans/PlusJakartaSans-SemiBold'), url('../fonts/plusjakartasans/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('../fonts/plusjakartasans/PlusJakartaSans-SemiBold.woff') format('woff'), url('../fonts/plusjakartasans/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/inter/Inter-Regular.woff2') format('woff2'), url('../fonts/inter/Inter-Regular.woff') format('woff'), url('../fonts/inter/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/inter/Inter-Medium.woff2') format('woff2'), url('../fonts/inter/Inter-Medium.woff') format('woff'), url('../fonts/inter/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}
/* h1隐藏 */
.fszero {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -100;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}
ul {
  padding: 0;
}
:root {
  font-size: 16px;
  --main-color: #016FB9;
  --main-hover: #005e9d;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --padd100: 100px;
  --Gray-1: #222;
  --Gray-3: #4C4C4C;
  --Gray-4: #D9D9D9;
  --White: #fff;
  scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.google-translate a {
  pointer-events: none;
}
.header.active {
  background-color: #222222;
}
.header.active::after {
  background-color: transparent;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  border-bottom: 1;
  transition: all 0.5s;
  --height: 90px;
}
.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.header::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  z-index: 2;
  background-color: #F0F0F0;
  transition: all 0.5s;
}
.header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 230px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
  }
  .hd_item {
    position: relative;
    margin-right: 40px;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    color: #FFF !important;
    /* 导航标题 */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.08px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: var(--height);
  }
  .hd_link::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    transition: all 0.5s;
    opacity: 0;
  }
  .hd_item.active .hd_link::after,
  .hd_item:hover .hd_link::after {
    opacity: 1;
  }
  .hd_second {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 16px 22px;
    border-radius: 4px;
  }
  .hd_second_link {
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    line-height: 1.65;
    display: inline-block;
    padding: 6px 0;
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.hc_cont1650 {
  width: 1650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home-banner {
  overflow: hidden;
  position: relative;
  border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 1680px) {
  .home-banner {
    border-radius: 0 0 40px 40px;
  }
}
@media screen and (max-width: 1440px) {
  .home-banner {
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .home-banner {
    border-radius: 0 0 25px 25px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner {
    border-radius: 0 0 20px 20px;
  }
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .banner-img {
  width: 100%;
}
.home-banner .banner-img img {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .slide-link {
  position: relative;
  display: block;
}
.home-banner .slide-link img {
  width: 100%;
}
.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video {
    display: none !important;
  }
}
.home-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 12px;
  --interval: 12px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
  transition: all 0.5s;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.header-controls {
  display: flex;
  align-items: center;
}
/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}
.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}
.search_close:hover {
  transform: rotate(-90deg);
}
body.search_open {
  overflow: hidden;
}
@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.search_view_cont {
  position: relative;
  width: 1200px;
}
.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}
.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}
.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .search_view_cont button {
    font-size: 24px;
  }
  .search_close {
    width: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }
  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .search_view_cont button {
    font-size: 22px;
  }
  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }
  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }
  .search_view_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }
  .search_view_tit {
    font-size: 20px;
  }
  .search_view_cont button {
    font-size: 18px;
  }
  .search_view_cont input {
    height: 40px;
  }
}
/* search-end */
.header-search {
  margin-right: 40px;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #FFF;
}
.header-search::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D9D9D9;
  border-radius: 2px;
}
.header-search span {
  font-size: 22px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .header-search:hover {
    background-color: var(--main-color);
  }
  .header-cart:hover .iconfont {
    background-color: var(--main-color);
  }
}
.header-cart {
  margin-right: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.header-cart .iconfont {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #FFF;
  background-color: var(--main-color);
  margin-right: 10px;
  font-size: 22px;
  color: #fff;
}
.header-cart p {
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: -0.08px;
  text-transform: uppercase;
}
.header-cart::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D9D9D9;
  border-radius: 2px;
}
@media screen and (min-width: 1200px) {
  .header-cart:hover .iconfont {
    background-color: var(--main-hover);
  }
}
.header-lanuage {
  position: relative;
}
.header-lanuage .header-lanuage-content {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.header-lanuage .header-lanuage-content img {
  width: 24px;
  flex-shrink: 0;
  margin-right: 8px;
}
.header-lanuage .header-lanuage-content p {
  color: var(--White, #FFF);
  /* 14标题 */
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: -0.08px;
  margin-right: 4px;
}
.header-lanuage .header-lanuage-content .iconfont {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .header-lanuage:hover .header-lanuage-list {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0px);
  }
}
.header-lanuage-list {
  position: absolute;
  background-color: #fff;
  padding: 12px 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  top: 100%;
  z-index: 10;
  transition: all 0.5s;
  pointer-events: none;
  opacity: 0;
}
.header-lanuage-list a {
  font-size: 15px;
  color: #333;
  line-height: 1.65;
  display: block;
  padding: 4px 0;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .header-lanuage-list a:hover {
    color: var(--main-color);
  }
}
.home-about {
  padding: var(--padd100) 0;
}
.home-about .hds {
  display: flex;
  justify-content: space-between;
}
.home-about .hds .title {
  width: 37.57575757%;
}
.home-about .hds .text {
  width: 42.42424242%;
  align-self: flex-end;
}
.mod-tit48 {
  color: var(--main-color, #016FB9);
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 116.667%;
  text-transform: uppercase;
}
.mod-tit48 span {
  color: #222222;
}
.mod-text18 p {
  color: var(--Gray-3, #4C4C4C);
  /* 18-Text */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: -0.26px;
}
.home-about-more {
  min-width: 200px;
  height: 56px;
  padding: 16px 24px;
  border-radius: 16px;
  background-color: var(--main-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  cursor: pointer;
  color: #FFF !important;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.home-about-more:hover {
  background-color: #005e9d;
}
.home-about-video {
  position: relative;
  cursor: pointer;
  margin-top: 80px;
}
.home-about-video .img_box {
  border-radius: 24px;
  padding-top: 30.3030303%;
}
.mod-play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.5s;
}
.mod-play span {
  font-size: 48px;
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .home-about-video:hover .img_box img {
    transform: scale(1.05);
  }
  .home-about-video:hover .play {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.home-product {
  padding: var(--padd100) 0;
  position: relative;
  z-index: 1;
}
.home-product::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 127.0588235%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50px 50px 0px 0px;
  opacity: 0.5;
  background: linear-gradient(180deg, #2A9FFF 0%, rgba(42, 151, 225, 0) 100%);
}
.home-product .title {
  text-align: center;
}
.home-product-list {
  margin: 48px -20px 0;
}
.home-product-item {
  padding: 0 20px 30px;
}
.home-product-link {
  display: flex;
  height: 420px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-left: 24px;
}
.home-product-link .mask {
  width: 250px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF;
  border-radius: 20px;
  z-index: -2;
  transition: all 0.5s;
}
.home-product-link .hds {
  display: flex;
  justify-content: space-between;
}
.home-product-link .hds p {
  padding: 24px 0;
  width: 270px;
  border-bottom: 1px solid rgba(1, 111, 185, 0.2);
  transition: all 0.5s;
  color: #016FB9;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding-right: 40px;
  /* 125% */
}
.home-product-link .hds .number {
  align-self: flex-end;
  transform: translateY(8px);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--main-color, #016FB9);
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 116.667%;
  text-transform: uppercase;
  transition: all 0.5s;
  color: transparent;
}
.home-product-link .imgs {
  width: 300px;
}
.home-product-link .imgs .img_box {
  padding-top: 100%;
}
.home-product-link > img {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: -30px;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .home-product-link:hover .mask {
    background-color: var(--main-color);
  }
  .home-product-link:hover .hds {
    display: flex;
    justify-content: space-between;
  }
  .home-product-link:hover .hds p {
    border-color: #CCE2F1;
    color: #fff;
  }
  .home-product-link:hover .hds .number {
    -webkit-text-stroke-color: #fff;
  }
}
.home-product-control {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.home-product-control .dots .slick-dots li {
  width: 64px;
  height: 4px;
  border-radius: 0;
  background-color: var(--main-color) !important;
  opacity: 0.2 !important;
  transition: all 0.5s;
  margin-right: 15px;
  margin-left: 0 !important;
}
.home-product-control .dots .slick-dots li.slick-active {
  opacity: 1 !important;
}
.mod-arrow {
  display: flex;
  align-items: center;
}
.mod-arrow .mod-prev,
.mod-arrow .mod-next {
  margin-top: 48px;
}
.mod-arrow .mod-prev {
  margin-right: 36px;
}
.mod-prev,
.mod-next {
  cursor: pointer;
  transition: all 0.5s;
  width: 96px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
}
.mod-prev span,
.mod-next span {
  font-size: 20px;
  color: var(--main-color);
}
.mod-prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .mod-prev:hover,
  .mod-next:hover {
    background-color: var(--main-color);
  }
  .mod-prev:hover span,
  .mod-next:hover span {
    color: #fff;
  }
}
.home-choose {
  padding-bottom: var(--padd100);
  overflow: hidden;
}
.home-choose .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-choose .left {
  width: 47.2727272%;
}
.home-choose .left .text {
  margin-top: 36px;
}
.home-choose .left .text p {
  color: var(--Gray-3, #4C4C4C);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: -0.26px;
}
.home-choose .left .list {
  margin-top: 64px;
}
.home-choose .left .list li {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  letter-spacing: -0.32px;
  color: #000;
  margin-bottom: 16px;
}
.home-choose .left .list li .iconfont {
  color: var(--main-color);
  font-size: 26px;
  margin-top: 4px;
  margin-right: 16px;
}
.home-choose .left .list li:last-child {
  margin-bottom: 0;
}
.home-choose .right {
  width: 49.09090909%;
}
.home-choose .right .img_box {
  padding-top: 74.07407407%;
  border-radius: 24px;
}
.home-insights {
  padding-bottom: var(--padd100);
}
.home-insights .title {
  text-align: center;
}
.home-insights .list {
  display: flex;
  flex-wrap: wrap;
  margin: 36px -5px 0;
}
.home-insights .item {
  padding: 0 5px;
}
@media screen and (min-width: 1200px) {
  .home-insights .img_box:hover img {
    transform: scale(1.05);
  }
}
.home-insights .item:not(.center-item) {
  width: 25%;
}
.home-insights .item:not(.center-item) .content {
  margin-bottom: 10px;
}
.home-insights .item:not(.center-item) .content:last-child {
  margin-bottom: 0;
}
.home-insights .item:not(.center-item) .img_box {
  padding-top: 55.7377049%;
  border-radius: 20px;
}
.home-insights .item.center-item {
  width: 50%;
}
.home-insights .item.center-item .content {
  height: 100%;
}
.home-insights .item.center-item .img_box {
  padding-top: 56.09756097%;
  border-radius: 20px;
  height: 100%;
}
.home-insights .item.center-item .img_box img {
  object-fit: cover;
}
.home-news-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
.home-news-content .img_box {
  padding-top: 52.5%;
}
.home-news-content .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 12px 16px 0;
}
.home-news-content .content .time {
  color: #202C38;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 16px;
}
.home-news-content .content .tits {
  color: var(--Gray-1, #222);
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.home-news-content .content .texts {
  margin-top: 12px;
}
.home-news-content .content .texts p {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  color: var(--Gray-3, #4C4C4C);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-content .content .more {
  margin-top: 24px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  color: var(--main-color, #016FB9);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-top: 1.2px solid #F0F0F0;
}
.home-news-content .content .more span {
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .home-news-content:hover .img_box img {
    transform: scale(1.05);
  }
  .home-news-content:hover .content .tits {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.home-news-list {
  margin: 36px var(--flex-margin) 0;
}
.home-news-item {
  padding: 0 var(--flex-padding);
}
.home-news {
  border-radius: 50px;
  background: rgba(1, 111, 185, 0.03);
  padding: 60px 0;
}
.home-news .title {
  text-align: center;
}
.home-media {
  padding: var(--padd100) 0;
  overflow: hidden;
}
.home-media .list {
  margin: 0 var(--flex-margin);
}
.home-media .item {
  padding: 0 var(--flex-padding);
}
.home-media .content > img {
  width: 36px;
  margin-bottom: 12px;
}
.home-media .content h3 {
  margin-bottom: 24px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.home-media .content h3 span {
  font-weight: 700;
}
.home-media .content .img_box {
  border-radius: 20px;
  padding-top: 100%;
}
.home-newsletter {
  margin-bottom: 70px;
}
.home-newsletter .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  --leftw: 700px;
}
.home-newsletter .left {
  width: var(--leftw);
}
.home-newsletter .left .img_box {
  padding-top: 55.555555%;
}
.home-newsletter .right {
  width: calc(100% - var(--leftw));
}
.home-newsletter .content {
  margin-left: calc(var(--leftw) * -1);
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(1, 111, 185, 0) 0%, rgba(1, 111, 185, 0.1) 100%);
}
.home-newsletter .content .conts {
  width: 820px;
  max-width: 80%;
  margin-left: auto;
}
.home-newsletter .text {
  margin-top: 12px;
}
.home-newsletter .text p {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* */
  letter-spacing: -0.18px;
  color: #4C4C4C;
}
.home-newsletter form {
  margin-top: 48px;
  padding: 3px;
  width: 100%;
  display: flex;
  background-color: #fff;
  border-radius: 48px;
}
.home-newsletter form button {
  width: 150px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: var(--Gray-1, #222);
  transition: all 0.5s;
}
.home-newsletter form button p {
  color: var(--White, #FFF);
  /* 14-Text */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
}
.home-newsletter form button .iconfont {
  font-size: 20px;
  margin-left: 10px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .home-newsletter form button:hover {
    background-color: var(--main-color);
  }
}
.home-newsletter form input {
  width: calc(100% - 150px);
  padding: 0 24px;
  color: #2e2e2e;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.home-newsletter form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #4C4C4C;
}
.home-newsletter form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4C4C4C;
}
.home-newsletter form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4C4C4C;
}
.home-newsletter form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4C4C4C;
}
.footer {
  background-color: #222222;
}
.footer-top {
  padding: 80px 0 64px;
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
}
.footer-info {
  width: 870px;
}
.footer-info .list {
  margin-bottom: 36px;
}
.footer-info .list li {
  margin-bottom: 24px;
  display: flex;
}
.footer-info .list li .iconfont {
  font-size: 24px;
  color: #FFFFFF;
  margin-right: 12px;
}
.footer-info .list li .content p,
.footer-info .list li .content a {
  color: var(--White, #FFF);
  /* 16-Text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (min-width: 1200px) {
  .footer-info .list li .content a:hover {
    text-decoration: underline;
  }
}
.footer-info .list li:last-child {
  margin-bottom: 0;
}
.footer-logo {
  display: block;
  width: 230px;
  margin-bottom: 36px;
}
.footer-logo img {
  width: 100%;
}
.footer-nav .title {
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 24px;
}
.footer-nav li {
  margin-bottom: 16px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
.footer-nav a {
  color: var(--Gray-4, #D9D9D9);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (min-width: 1200px) {
  .footer-nav a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.mod-sp {
  display: flex;
  align-items: center;
}
.mod-sp a {
  display: flex;
  align-items: center;
  color: var(--Gray-5, #F0F0F0);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
}
.mod-sp a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  pointer-events: none;
  width: 1px;
  height: 14px;
  background-color: #4C4C4C;
  margin: 0 16px;
}
.mod-sp a:last-child::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .mod-sp a:hover {
    text-decoration: underline;
  }
}
.footer-bottom {
  padding: 24px 0;
}
.footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .left {
  display: flex;
  align-items: center;
}
.footer-bottom .left p,
.footer-bottom .left a {
  color: #F0F0F0;
  /* 14-Text */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-right: 16px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .left a:hover {
    text-decoration: underline;
  }
}
/* bread */
.bread {
  width: 100%;
  --text-color: #fff;
  --text-interval: 8px;
  --text-fontsize: 16px;
  --hover-color: #000;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
  line-height: 150%;
}
.mod_bread_item > span {
  line-height: 150%;
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}
.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}
/* bread-end */
.page-banner-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 39.33333333%;
  z-index: 2;
}
.page-banner-content .title {
  color: var(--White, #FFF);
  font-family: "Plus Jakarta Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
}
.page-banner-content .bread {
  margin-top: 16px;
}
.page-banner {
  border-radius: 0px 0px 50px 50px;
  overflow: hidden;
}
.page-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
}
.about-info {
  padding: 64px 0 var(--padd100);
  overflow: hidden;
}
.about-info .title {
  text-align: center;
  margin-bottom: 36px;
}
.about-info .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 var(--flex-margin);
  align-items: flex-start;
}
.about-info .left,
.about-info .right {
  width: 50%;
  padding: 0 var(--flex-padding);
}
.about-info .right .text p {
  color: var(--Gray-3, #4C4C4C);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: -0.26px;
}
.about-info .left .img_box {
  padding-top: 74.074074%;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .about-info .left .img_box:hover img {
    transform: scale(1.05);
  }
  .about-info .left .img_box:hover .mod-play {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.about-vr {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.about-vr span {
  font-size: 36px;
  margin-right: 16px;
  color: var(--main-color);
}
.about-vr p {
  color: var(--main-color, #016FB9);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -0.32px;
}
@media screen and (min-width: 1200px) {
  .about-vr:hover p {
    text-decoration: underline;
  }
}
.about .home-insights {
  position: relative;
  padding-top: var(--padd100);
  z-index: 1;
}
.about .home-insights::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 127.0588235%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50px 50px 0px 0px;
  opacity: 0.5;
  background: linear-gradient(180deg, #2A9FFF 0%, rgba(42, 151, 225, 0) 100%);
}
.about-honor {
  padding-bottom: 64px;
  overflow: hidden;
}
.about-honor .flex {
  display: flex;
  justify-content: space-between;
}
.about-honor .flex .left {
  width: 49.090909%;
}
.about-honor .flex .left .text {
  margin-top: 36px;
}
.about-honor .flex .left .text p {
  color: var(--Gray-3, #4C4C4C);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: -0.26px;
}
.about-honor .flex .left .mod-arrow .mod-prev,
.about-honor .flex .left .mod-arrow .mod-next {
  margin-top: 64px;
}
.about-honor .flex .right {
  width: 41.2121212%;
}
.about-honor-list {
  margin: 0 var(--flex-margin);
}
.about-honor-item {
  padding: 0 var(--flex-padding);
}
.about-honor-item .content {
  cursor: pointer;
}
.about-honor-item .img_box {
  padding-top: 140.625%;
}
.about-honor2 {
  padding-bottom: var(--padd100);
  overflow: hidden;
}
.about-honor2-list {
  margin: 0 var(--flex-margin);
}
.about-honor2-list .slick-list {
  overflow: initial !important;
}
.about-honor2-item {
  padding: 0 var(--flex-padding);
}
.about-honor2-item .content {
  cursor: pointer;
}
.about-honor2-item .img_box {
  padding-top: 62.5%;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .about-honor2-item .img_box:hover img {
    transform: scale(1.05);
  }
}
.product {
  padding: 120px 0 var(--padd100);
}
.product-content > .hc_cont1650 > .flex {
  display: flex;
  justify-content: space-between;
  --leftWidth: 390px;
  --left-mr: 30px;
}
.product-content > .hc_cont1650 > .flex > .left {
  width: var(--leftWidth);
  margin-right: var(--left-mr);
  flex-shrink: 0;
}
.product-content > .hc_cont1650 > .flex > .right {
  width: calc(100% - var(--leftWidth) - var(--left-mr));
  --margin-x: -15px;
  /* list 负margin */
  --padding-x: 15px;
  /* item 左右间距 */
  --list-mb: -30px;
  /* list 下边距 */
  --margin-y: 30px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--margin-x) var(--list-mb);
}
.product-item {
  width: 33.33333%;
  padding: 0 var(--padding-x);
  margin-bottom: var(--margin-y);
}
.product-nav {
  position: sticky;
  left: 0;
  top: 120px;
}
@media screen and (max-width: 1440px) {
  .product-nav {
    top: 110px;
  }
}
.product-nav-item {
  margin-bottom: 12px;
}
.product-nav-item:last-child {
  margin-bottom: 0;
}
.product-nav-item {
  background-color: #F9F9F9;
  border-radius: 20px;
}
.product-nav-item:hover .product-nav-link {
  background: var(--main-color);
}
.product-nav-item:hover .product-nav-link p {
  color: #fff;
}
.product-nav-item:hover .product-nav-link .iconfont {
  color: #fff;
}
.product-nav-item.active .product-nav-link {
  background: var(--main-color);
}
.product-nav-item.active .product-nav-link p {
  color: #fff;
}
.product-nav-item.active .product-nav-link .iconfont {
  color: #fff;
  transform: rotate(0);
}
.product-nav-item.active .product-second {
  display: block;
}
.product-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-radius: 20px;
  background: #EAF5FF;
}
.product-nav-link p {
  color: var(--main-color, #016FB9);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: all 0.5s;
  padding-right: 20px;
}
.product-nav-link .iconfont {
  font-size: 26px;
  color: var(--main-color);
  transform: rotate(-90deg);
}
.product-second {
  display: none;
}
.product-second a {
  display: flex;
  padding: 12px 24px;
  color: var(--Gray-3, #4C4C4C);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .product-second a:hover {
    color: var(--main-color);
  }
}
.product-second-item.active a {
  color: var(--main-color);
}
.mod-product {
  padding: 0 4px 4px;
  border-radius: 20px;
  background: #EAF5FF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
.mod-product .imgs .img_box {
  border-radius: 20px;
  padding-top: 100%;
}
@media screen and (min-width: 1200px) {
  .mod-product:hover {
    background: var(--main-color);
  }
  .mod-product:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .mod-product:hover .mod-product-hds p {
    color: #fff;
  }
  .mod-product:hover .mod-product-hds .iconfont {
    background-color: transparent;
    color: #fff;
  }
  .mod-product:hover .mod-product-hds .iconfont:hover {
    background-color: #fff;
    color: var(--main-color);
  }
}
.img_box {
  display: block;
}
.mod-product-hds {
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod-product-hds p {
  color: var(--main-color, #016FB9);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding-right: 20px;
  transition: all 0.5s;
}
.mod-product-hds .iconfont {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --margin-x: 8px;
  --fs: 20px;
  --iconfs: 18px;
  --wh: 50px;
  --bg: #e6e6e6;
  --page-color: #4C4C4C;
  margin-top: 36px;
}
.mod_page_item {
  margin: 0 var(--margin-x);
}
.mod_page_item.omit {
  pointer-events: none;
}
.mod_page .prev,
.mod_page .next {
  margin: 0 calc(var(--margin-x) + 16px) !important;
}
.mod_page .next {
  margin-right: 0 !important;
}
.mod_page_item a {
  color: var(--page-color);
  transition: all 0.36s;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: initial;
  line-height: initial;
  font-size: var(--fs);
  background-color: transparent;
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wh);
}
.mod_page .prev span {
  transform: rotate(180deg);
}
.mod_page .next span {
  transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
  font-size: var(--iconfs);
}
.mod_page_item.act a {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: var(--main-color);
  }
  .mod_page_item:not(.prev, .next) a:hover {
    color: var(--main-color);
  }
}
/* 分页-end */
.blog {
  padding-top: 64px;
  padding-bottom: var(--padd100);
}
.download {
  padding: 64px 0 var(--padd100);
}
.download-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  padding: 8px;
  background-color: #F9F9F9;
}
.download-link .imgs {
  flex-shrink: 0;
}
.download-link .imgs .img_box {
  padding-top: 58.8235294%;
  border-radius: 24px;
}
.download-link .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
.download-link .content .title {
  color: #222;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  transition: all 0.5s;
  margin-bottom: 12px;
}
.download-link .content .text {
  display: flex;
  flex-wrap: wrap;
}
.download-link .content .text p {
  color: var(--Gray-3, #4C4C4C);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin-right: 24px;
  transition: all 0.5s;
}
.download-link .content .btns {
  margin-top: 36px;
  display: flex;
  align-items: center;
}
.download-link .content .btns p {
  color: var(--main-color, #016FB9);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.18px;
  transition: all 0.5s;
}
.download-link .content .btns .iconfont {
  font-size: 16px;
  color: var(--main-color);
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  .download-link:hover {
    background-color: var(--main-color);
  }
  .download-link:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .download-link:hover .content .title {
    color: #fff;
  }
  .download-link:hover .content .text p {
    color: #fff;
  }
  .download-link:hover .content .btns p {
    color: #fff;
  }
  .download-link:hover .content .btns .iconfont {
    color: #fff;
  }
}
.download-list {
  margin: 0 var(--flex-margin) -30px;
}
.download-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.blog-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.blog-list {
  margin: 0 var(--flex-margin) -30px;
}
.contact-content {
  position: relative;
  z-index: 2;
}
.contact-content .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-content .left {
  width: 49.090909%;
  margin-top: -180px;
}
.contact-content .right {
  width: 47.03030303%;
}
.contact-content .right .text {
  margin-top: 10px;
}
.contact-content .right .text p {
  color: var(--Gray-3, #4C4C4C);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.contact-form {
  border-radius: 20px;
  border: 1px solid #F0F0F0;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 36px;
}
.contact-form-item {
  margin-bottom: 24px;
  display: block;
  width: 100%;
}
.contact-form-item .key {
  color: var(--main-color, #016FB9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 5px;
}
.contact-form-item input,
.contact-form-item textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--Gray-5, #F0F0F0);
}
.contact-form-item input {
  height: 56px;
  background-color: #FFFFFF;
  padding: 0 16px;
  color: #5b5b5b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.contact-form-item textarea {
  padding: 16px;
  height: 195px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.18px;
  color: #5b5b5b;
}
.contact-form-item button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 16px 24px;
  border-radius: 16px;
  border: 1px solid var(--main-color, #016FB9);
  background-color: #016FB7;
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.18px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .contact-form-item button:hover {
    background-color: #005e9d;
  }
}
.contact-form-item input::-webkit-input-placeholder,
.contact-form-item textarea::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #D9D9D9;
}
.contact-form-item input:-moz-placeholder,
.contact-form-item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D9D9D9;
}
.contact-form-item input::-moz-placeholder,
.contact-form-item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D9D9D9;
}
.contact-form-item input:-ms-input-placeholder,
.contact-form-item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #D9D9D9;
}
.contact-form-item.buttons {
  margin-top: 36px;
}
.contact-form-item:last-child {
  margin-bottom: 0;
}
.contact-content {
  padding: 66px 0 56px;
}
.contact-list {
  margin-top: 64px;
}
.contact-item {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1.2px solid #F0F0F0;
  display: flex;
  align-items: center;
}
.contact-item > .iconfont {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background-color: var(--main-color);
  margin-right: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.contact-item .content .key {
  color: var(--Gray-1, #222);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin-bottom: 4px;
}
.contact-item .content .val p,
.contact-item .content .val a {
  color: var(--Gray-1, #222);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (min-width: 1200px) {
  .contact-item .content .val:not(.media) a:hover {
    text-decoration: underline;
    color: var(--main-color);
  }
}
.contact-item .content .val.media a span {
  font-size: 24px;
  margin-right: 12px;
  color: #4C4C4C;
}
@media screen and (min-width: 1200px) {
  .contact-item .content .val.media a span:hover {
    color: var(--main-color);
  }
}
.prodeta-info {
  margin-bottom: 64px;
  overflow: hidden;
}
.prodeta-info .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prodeta-info .left {
  width: 51.5151515%;
  padding: 64px 48px;
  border-radius: 0px 0px 60px 60px;
  background: #EAF5FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prodeta-info .right {
  width: 44.2424242%;
}
.prodeta-info-blist {
  border-radius: 20px;
  width: 79.36507936%;
  overflow: hidden;
}
.prodeta-info-blist .img_box,
.prodeta-info-slist .img_box {
  padding-top: 100%;
}
.prodeta-info-slist {
  width: 17.4603174%;
  margin: -12px 0;
}
.prodeta-info-slist .img_box {
  border-radius: 20px;
}
.prodeta-info-sitem {
  padding: 12px 0;
}
.prodeta-info-scontent {
  cursor: pointer;
}
.prodeta-info .title {
  text-transform: none;
  margin-bottom: 48px;
}
.prodeta-info section {
  margin-bottom: 64px;
}
.prodeta-info section h3 {
  color: var(--main-color, #016FB9);
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
}
.prodeta-info section .text {
  margin-top: 12px;
  padding: 24px;
  border-radius: 20px;
  background: var(--Gray-6, #F9F9F9);
}
.prodeta-info section .text p {
  color: var(--Gray-2, #343434);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.prodeta-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prodeta-controls .group-btn {
  display: flex;
  align-items: center;
}
.btn-inquiry {
  min-width: 200px;
  padding: 16px 24px;
  text-align: center;
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.18px;
  background-color: var(--main-color);
  border-radius: 16px;
  cursor: pointer;
  margin-right: 24px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .btn-inquiry:hover {
    background-color: var(--main-hover);
  }
}
.btn-addtocart {
  display: flex;
  cursor: pointer;
  background-color: #EAF5FF;
  border-radius: 56px;
}
.btn-addtocart .iconfont {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.btn-addtocart p {
  padding-left: 10px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  color: var(--main-color, #016FB9);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.prodeta-share {
  display: flex;
  align-items: center;
}
.prodeta-share p {
  color: #343434;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin-right: 12px;
}
.prodeta-nav {
  border-bottom: 1px solid #F9F9F9;
  background: #EAF5FF;
  margin-bottom: 32px;
  position: sticky;
  left: 0;
  top: 90px;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .prodeta-nav {
    top: 85px;
  }
}
@media screen and (max-width: 1200px) {
  .prodeta-nav {
    top: 80px;
  }
}
.prodeta-nav-list {
  display: flex;
}
.prodeta-nav-item {
  margin-right: 64px;
  color: var(--Gray-3, #4C4C4C);
  /* 24-36 B */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  padding: 12px 0;
  cursor: pointer;
  transition: all 0.5s;
}
.prodeta-nav-item:last-child {
  margin-right: 0;
}
.prodeta-nav-item.active {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .prodeta-nav-item:hover {
    color: var(--main-color);
  }
}
.ptodeta-title {
  color: var(--main-color, #016FB9);
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 155.556%;
  margin-bottom: 24px;
}
.prodeta-description {
  padding-bottom: 64px;
}
.prodeta-description .edit p {
  color: #343434;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.prodeta-description .edit table {
  table-layout: fixed;
  width: 100%;
}
.prodeta-description .edit table td {
  border: 1.2px solid #F4F9F5;
  background-color: #FFF;
  color: #343434;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  padding: 10px 20px;
  text-align: center;
}
.prodeta-description .edit table td:nth-child(1) {
  background-color: #EAF5FF;
  color: #016FB9;
}
.prodeta-inquiry {
  margin-bottom: 64px;
}
.prodeta-inquiry .ptodeta-title {
  margin-bottom: 24px;
}
.prodeta-inquiry-formbox {
  border-radius: 20px;
  border: 1px solid #F0F0F0;
  background: #F9F9F9;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 36px;
}
.prodeta-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.prodeta-form-item.block {
  width: 100%;
}
.prodeta-form-item:last-child {
  margin-bottom: 0;
  margin-top: 12px;
}
.prodeta-form-item {
  padding: 0 12px;
  margin-bottom: 24px;
  display: block;
  width: 50%;
}
.prodeta-form-item .key {
  color: var(--main-color, #016FB9);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 4px;
}
.prodeta-form-item input {
  width: 100%;
  padding: 0 16px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  color: #686868;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.prodeta-form-item textarea {
  width: 100%;
  height: 152px;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 16px;
  color: #686868;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.prodeta-form-item input::-webkit-input-placeholder,
.prodeta-form-item textarea::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #D9D9D9;
}
.prodeta-form-item input:-moz-placeholder,
.prodeta-form-item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D9D9D9;
}
.prodeta-form-item input::-moz-placeholder,
.prodeta-form-item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D9D9D9;
}
.prodeta-form-item input:-ms-input-placeholder,
.prodeta-form-item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #D9D9D9;
}
.prodeta-form-item button {
  min-width: 200px;
  height: 56px;
  padding: 16px 24px;
  text-align: center;
  border-radius: 16px;
  background: #016FB9;
  display: inline-block;
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.18px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-form-item button:hover {
    background-color: var(--main-hover);
  }
}
.prodeta-form-item:last-child {
  margin-bottom: 0;
}
.prodeta-related-list {
  margin: 0 var(--flex-margin);
}
.prodeta-related-item {
  padding: 0 var(--flex-padding);
}
.prodeta-related {
  padding-bottom: var(--padd100);
}
.prodeta-related-progress {
  width: 100%;
  height: 1px;
  background-color: #F9F9F9;
  position: relative;
  margin-top: 25px;
}
.val-progress {
  width: 10%;
  height: 3px;
  border-radius: 3px;
  background-color: #016FB9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.privacy_cont {
  padding: 100px 0;
}
.privacy_cont .title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}
.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
@media screen and (max-width: 1680px) {
  .privacy_cont {
    padding: 90px 0;
  }
  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .privacy_cont {
    padding: 80px 0;
  }
  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .privacy_cont {
    padding: 70px 0;
  }
  .privacy_cont .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .privacy_cont {
    padding: 60px 0;
  }
  .privacy_cont .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .privacy_cont {
    padding: 55px 0;
  }
  .privacy_cont .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.product-phnav {
  display: none;
}
.product-phnav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.product-phnav a {
  font-size: 16px;
  color: #444;
  display: inline-block;
  padding: 4px 0;
  margin-right: 25px;
  margin-bottom: 20px;
}
.product-phnav a.active {
  color: var(--main-color);
  text-decoration: underline;
}
/* sitemap */
.sitemap_cont {
  padding: 100px 0 ;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 16.666666%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont {
    padding: 90px 0 ;
  }
  .sitemap_cont_link {
    line-height: 45px;
  }
  .sitemap_second_item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }
  .sitemap_cont {
    padding: 80px 0 ;
  }
  .sitemap_cont_list {
    margin: 0 -8px;
  }
  .sitemap_cont_link {
    line-height: 40px;
    font-size: 16px;
  }
  .sitemap_second_link {
    padding: 4px 0;
    line-height: 26px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .sitemap_cont {
    padding: 70px 0 ;
  }
}
@media screen and (max-width: 991px) {
  .sitemap_cont_item {
    padding: 0 5px;
  }
  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
  .sitemap_cont {
    padding: 60px 0 ;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 55px 0 ;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
.home-product-control .slick-dots {
  margin-top: 0;
}
.home-product::after {
  pointer-events: none;
}
.mod-aside {
  position: fixed;
  z-index: 20;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .mod-aside {
    right: 10px;
    top: 70%;
  }
}
.mod-aside.active .mod-aside-link.gotop {
  opacity: 1;
  pointer-events: all;
}
.mod-aside-link.gotop {
  opacity: 0;
  pointer-events: none;
}
.mod-aside-link:last-child {
  margin-bottom: 0;
}
.mod-aside-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  transition: all 0.2s;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0px 6px;
  padding: 0 0;
  cursor: pointer;
  margin-bottom: 4px;
}
.mod-aside-link .iconfont {
  color: #fff;
  font-size: 24px;
  min-height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-aside-link .content {
  padding-right: 12px;
  transition: all 0.6s;
  max-width: 0;
  overflow: hidden;
  padding-right: 0px;
}
.mod-aside-link .content p {
  color: var(--White, #FFF);
  /* 16-Text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  white-space: nowrap;
}
.mod-aside-link.weixin {
  position: relative;
  z-index: 1;
}
.mod-aside-link.weixin .content {
  position: absolute;
  width: 110px;
  max-width: initial;
  padding: 6px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  right: calc(100% + 10px);
  top: 50%;
  transition: all 0.5s;
  transform: translateY(-50%) translateX(20px);
  opacity: 0;
  pointer-events: none;
}
.mod-aside-link.weixin .content::after {
  content: "";
  width: 10px;
  height: 100%;
  left: 100%;
  top: 0;
}
.mod-aside-link.weixin .content img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .mod-aside-link.weixin:hover .content {
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
  }
  .mod-aside-link:hover {
    background-color: var(--main-color);
  }
  .mod-aside-link:not(.gotop,.weixin):hover {
    padding: 0px 6px;
  }
  .mod-aside-link:not(.gotop,.weixin):hover .content {
    padding-right: 12px;
    max-width: 300px;
  }
}
/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}
.newdate_info {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ccc;
}
.news_info {
  margin-bottom: 50px;
}
.news_info li {
  list-style: inherit;
}
.news_info ol,
.news_info ul {
  padding-left: 1rem;
}
.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.news_info h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}
.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}
.news_info img {
  height: auto !important;
}
.newdate_main .pdrf_shares {
  margin-top: 50px;
}
.newdate_page {
  margin-top: 40px;
}
.newdate_page a:hover {
  color: var(--main-color);
}
.newdate_prev {
  margin-bottom: 20px;
}
.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}
.pdrf_shares {
  display: flex;
  align-items: center;
}
.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .newdate_info {
    padding: 55px 0 20px;
  }
  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news_primary {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
  .pdrf_shares_text {
    font-size: 20px;
  }
  .news_info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .newdate_info {
    padding: 50px 0 15px;
  }
  .news_primary {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }
  .newdate_info_date {
    font-size: 14px;
  }
  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .news_info {
    margin-bottom: 30px;
  }
  .pdrf_shares_text {
    font-size: 18px;
  }
  .newdate_page {
    margin-top: 30px;
  }
  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }
  .newdate_prev {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }
  .newdate_info {
    padding: 40px 0 12px;
  }
  .news_primary {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .pdrf_shares_text {
    font-size: 16px;
  }
  .news_info h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }
  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }
  .news_primary {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
}
/* newdate-end */
/* shop */
.shop_cont {
  padding: var(--padd100) 0px;
}
.shop_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop_cheack {
  display: flex;
  align-items: center;
  width: 120px;
  min-width: 70px;
  margin-right: 10px;
}
.shop_photo {
  width: 200px;
  flex-shrink: 0;
}
.shop_photo_img {
  padding-top: 100%;
  border: 1px solid #ecebeb;
  transition: all 0.36s;
  display: block;
  overflow: hidden;
}
.shop_photo_img img {
  transform: scale(0.9);
}
.shop_photo_img:hover img {
  transform: scale(1);
}
.shop_photo_img:hover {
  border: 1px solid var(--main-color);
}
.shop_name {
  width: 30%;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
}
.shop_list .shop_text {
  transition: all 0.36s;
}
.shop_number {
  width: 180px;
  flex-shrink: 0;
}
.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
  color: #222;
}
.shop_operation {
  width: 140px;
  flex-shrink: 0;
}
.shop_header {
  padding: 20px 0;
  background-color: var(--main-color);
}
.shop_row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.shop_cont input[type=checkbox] {
  -webkit-appearance: auto;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}
.shop_item .shop_row {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
.shop_operation_btn {
  cursor: pointer;
  padding: 15px;
  box-sizing: content-box;
  display: inline-block;
}
.shop_operation_btn span {
  font-size: 20px;
}
.shop_operation_btn:hover span {
  color: var(--main-color);
}
.shop_operation {
  text-align: center;
}
.shop_number_control {
  display: flex;
  align-items: center;
}
.shop_number_control > div {
  cursor: pointer;
  width: 34px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  transition: all 0.36s;
}
.shop_number_control > div:hover {
  color: #fff;
  background-color: var(--main-color);
}
.shop_number_control input {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1680px) {
  .shop_cheack {
    width: 70px;
    min-width: 70px;
  }
  .shop_main {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1560px) {
  .shop_cheack {
    width: 50px;
    min-width: 50px;
  }
  .shop_number {
    width: 160px;
  }
  .shop_photo {
    width: 190px;
  }
}
@media screen and (max-width: 1440px) {
  .shop_cont input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  .shop_photo {
    width: 180px;
  }
  .shop_number_text,
  .shop_operation_text,
  .shop_text,
  .shop_photo_text,
  .shop_cheack_text {
    font-size: 15px;
  }
  .shop_number_control > div {
    width: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  .shop_number_control input {
    width: 45px;
    font-size: 14px;
  }
  .shop_operation_btn {
    padding: 12px;
  }
  .shop_operation_btn span {
    font-size: 18px;
  }
  .shop_number {
    width: 125px;
  }
  .shop_header {
    padding: 15px 0;
  }
  .shop_main {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_photo {
    width: 170px;
  }
  .shop_main {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .shop_photo {
    width: 150px;
  }
  .shop_operation {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .shop_header .shop_photo,
  .shop_header .shop_name,
  .shop_header .shop_number,
  .shop_header .shop_operation {
    display: none;
  }
  .shop_header {
    padding: 10px 0;
  }
  .shop_item .shop_row {
    padding: 16px 17px;
  }
  .shop_cont input[type=checkbox] {
    width: 14px;
    height: 14px;
  }
  .shop_row {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .shop_item .shop_row {
    padding-bottom: 60px !important;
    padding: 16px 15px;
  }
  .shop_item {
    margin-bottom: 10px;
  }
  .shop_row > div {
    width: 100%;
  }
  .shop_number_control {
    justify-content: center;
  }
  .shop_name {
    width: 100%;
    text-align: center;
    padding: 15px 0 12px;
  }
  .shop_item .shop_cheack input {
    position: absolute;
    left: 0;
    bottom: 5px;
    margin: 12px !important;
    box-sizing: content-box;
  }
  .shop_item .shop_operation_btn {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .shop_main {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
/* shop */
.home-banner-control {
  position: absolute;
  left: calc((100% - 1650px) / 2);
  bottom: 45px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.home-banner-control .currents,
.home-banner-control .sum {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.swiper-pagination {
  width: 360px !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  margin: 0 24px;
}
.swiper-pagination-progressbar {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-radius: 4px !important;
  overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff !important;
}
.product-phnav {
  display: none;
}
/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #f3f5f8;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product_search_text {
    padding: 10px 15px;
  }
  .product_search {
    margin-bottom: 15px;
  }
  /* 搜索页-end */
}
.prodeta-header {
  position: sticky;
  background-color: #222222;
}
.prodeta-header::after {
  background-color: transparent;
}
