@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Epilogue", "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: 'Epilogue';
  src: local('Epilogue Regular'), local('Epilogue-Regular'), url('../fonts/epilogue/Epilogue-Regular.woff2') format('woff2'), url('../fonts/epilogue/Epilogue-Regular.woff') format('woff'), url('../fonts/epilogue/Epilogue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: local('Epilogue Bold'), local('Epilogue-Bold'), url('../fonts/epilogue/Epilogue-Bold.woff2') format('woff2'), url('../fonts/epilogue/Epilogue-Bold.woff') format('woff'), url('../fonts/epilogue/Epilogue-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
ul {
  padding-left: 0;
}
/* 谷歌翻译后防止与sticky产生冲突 */
.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 {
  display: none;
}
/* 去除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;
  }
}
:root {
  font-size: 10px;
  --main-color: #F8743A;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --white: #fff;
  --top76: 7.6rem;
  --bottom120: 12rem;
  scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.header-logo {
  width: 90px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
.header-tip {
  background-color: var(--main-color);
}
.header-tip .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.header-tip .prevs,
.header-tip .nexts {
  cursor: pointer;
}
.header-tip .prevs span,
.header-tip .nexts span {
  font-size: 24px;
  color: #fff;
}
.header-tip .prevs span {
  transform: rotate(180deg);
}
.header-tip-list {
  width: 80%;
}
.header-tip-conts {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.header-tip-conts p {
  color: var(--white, #FFF);
  font-family: Epilogue;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
}
.header-tip-conts a {
  color: var(--white, #FFF);
  font-family: Epilogue;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  position: relative;
  margin-left: 24px;
  display: inline-block;
}
.header-tip-conts a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.header-tip-item:not(:first-child) {
  display: none;
}
.header-info {
  --height: 74px;
  margin-top: 20px;
  transition: all 0.5s;
}
.header-info .hc_cont1410 {
  transition: all 0.5s;
}
.header-info .flex {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0 24px;
  position: relative;
}
.header-info .left {
  display: flex;
  align-items: center;
}
.header-info .center {
  z-index: 1;
}
.header-info .right {
  display: flex;
  align-items: center;
}
.ph-search {
  display: none;
}
.header-search {
  width: 130px;
  margin-left: 30px;
  transition: all 0.5s;
}
.header-search-box form {
  display: flex;
  align-items: center;
  height: 42px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--gray-5, #F0F0F0);
  padding: 0 8px;
}
.header-search-box form button {
  font-size: 24px;
  color: #676B70;
  flex-shrink: 0;
}
.header-search-box form input {
  width: calc(100% - 24px);
  padding: 0 5px;
  font-size: 16px;
  color: #676B70;
}
.hd_prolist {
  display: flex;
}
.hd_proitem {
  margin: 0 24px;
}
.hd_proitem:not(.child) .hd_prolink img {
  display: none;
}
.hd_proitem:hover .hd-pro-all {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.hd_prolink {
  display: flex;
  align-items: center;
  height: var(--height);
  position: relative;
  z-index: 2;
}
.hd_prolink p {
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.5s;
  text-transform: capitalize;
}
.hd_prolink img {
  width: 14px;
  font-size: 14px;
  transition: all 0.5s;
  margin-left: 4px;
  color: #0D141C;
}
.hd_prosecond {
  position: absolute;
  width: 240px;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  border-radius: 12px;
}
.hd_prosecond::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 100%;
  opacity: 0;
}
.hd_prosecond_link {
  display: inline-block;
  padding: 4px 0;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}
.hd_prosecond_item.active .hd_prosecond_link {
  color: var(--main-color);
}
.hd_prothree {
  padding-left: 12px;
}
.hd_prothree_link {
  display: inline-block;
  padding: 4px 0;
  font-size: 15px;
  line-height: 1.4;
  color: #666;
}
@media screen and (min-width: 1200px) {
  .hd_prosecond_link:hover {
    color: var(--main-color);
  }
  .hd_prothree_link:hover {
    color: var(--main-color);
  }
  .hd_proitem:hover .hd_prolink p {
    color: var(--main-color);
  }
  .hd_proitem:hover .hd_prolink span {
    color: var(--main-color);
  }
  .hd_proitem:hover .hd_prosecond {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    pointer-events: all;
  }
}
.hd-pro-all {
  position: absolute;
  width: 1180px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  opacity: 0;
  pointer-events: none;
  top: calc(100% + 10px);
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}
.hd-pro-all::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  left: 0;
  bottom: 100%;
  opacity: 0;
  z-index: -2;
}
.hd-pro-allcontent {
  display: flex;
  justify-content: space-between;
}
.hd-pro-allcontent .lefts {
  width: 300px;
}
.hd-pro-allcontent .lefts .tits {
  color: #0D141C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}
.hd-pro-allcontent .lefts .tits::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
}
.hd-pro-allcontent .rights {
  width: 780px;
}
.hd-all-link {
  height: 46px;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hd-all-link p {
  color: #0D141C;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 185.714%;
  text-transform: capitalize;
  transition: all 0.5s;
}
.hd-all-link span {
  font-size: 16px;
  color: #676B70;
  font-weight: bold;
}
.hd-all-item.active .hd-all-link p {
  color: var(--main-color);
}
.hd-all-item.active .hd-all-link span {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .hd-all-link:hover p {
    color: var(--main-color);
  }
  .hd-all-link:hover span {
    color: var(--main-color);
  }
}
.hd-pro-alls-item:not(:first-child) {
  display: none;
}
.hd-pro-alls-imgs {
  border-radius: 20px;
  padding: 5.7rem 4rem;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hd-pro-alls-imgs > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.hd-pro-alls-imgs p {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  font-style: normal;
  color: var(--white, #FFF);
}
.hd-pro-alls-cont {
  display: flex;
  justify-content: space-between;
}
.hd-pro-alls-cont .items {
  width: 200px;
}
.hd-pro-alls-cont .items .img_box {
  padding-top: 100%;
  border-radius: 20px;
  margin-bottom: 12px;
}
.hd-pro-alls-cont .items .contents-tits {
  color: #393E45;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 178.571% */
  text-transform: capitalize;
  transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .hd-pro-alls-cont .items .contents:hover .img_box img {
    transform: scale(1.05);
  }
  .hd-pro-alls-cont .items .contents:hover .contents-tits {
    color: var(--main-color);
  }
}
.hd-pro-alls-cont .items.mores {
  width: 110px;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  transition: all 0.5s;
}
.hd-pro-alls-cont .items.mores .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hd-pro-alls-cont .items.mores .contents p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #0D141C;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  text-transform: capitalize;
  transition: all 0.5s;
}
.hd-pro-alls-cont .items.mores .contents .icons {
  width: 30px;
  text-align: center;
  overflow: hidden;
}
.hd-pro-alls-cont .items.mores .contents .iconfont {
  font-size: 24px;
  color: #0D141C;
}
@media screen and (min-width: 1200px) {
  .hd-pro-alls-cont .items.mores:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
  .hd-pro-alls-cont .items.mores:hover p {
    color: #fff;
  }
  .hd-pro-alls-cont .items.mores:hover .iconfont {
    color: #fff;
    animation: allmore 0.65s both;
  }
}
@keyframes allmore {
  from {
    transform: translateX(0);
  }
  50% {
    transform: translateX(40px);
  }
  50.1% {
    transform: translateX(-40px);
  }
  to {
    transform: translateX(0);
  }
}
.header-btns {
  cursor: pointer;
}
#checkbox {
  display: none;
}
.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: 0.3s;
  transform: scale(0.7);
}
.bars {
  width: 100%;
  height: 4px;
  background-color: #0D141C;
  border-radius: 5px;
  transition-duration: 0.3s;
}
.header-btns.open .bars {
  margin-left: 13px;
  background-color: var(--main-color);
}
.header-btns.open #bar2 {
  transform: rotate(135deg);
  margin-left: 0;
  transform-origin: center;
  transition-duration: 0.3s;
}
.header-btns.open #bar1 {
  transform: rotate(45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}
.header-btns.open #bar3 {
  transform: rotate(-45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}
.header-touch {
  width: 150px;
  height: 44px;
  cursor: pointer;
  border-radius: 12px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.header-touch p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.5s;
}
.header-touch span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 26px;
  color: #fff;
  z-index: -1;
  opacity: 0.8;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 30px));
}
@media screen and (min-width: 1200px) {
  .header-touch:hover p {
    opacity: 0;
    transform: translateY(-30px);
  }
  .header-touch:hover span {
    opacity: 0.8;
    transform: translate(-50%, calc(-50%));
  }
}
.header-touch-ph {
  display: none;
  font-size: 18px;
  color: #fff;
}
.header-touch {
  margin-right: 30px;
}
.header-cart {
  margin-right: 25px;
}
.header-cart {
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (min-width: 1200px) {
  .header-cart:hover {
    color: var(--main-color);
  }
}
.home-banner {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.home-banner .swiper-container {
  width: 100%;
}
.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;
}
.home-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 10px;
  --interval: 10px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: transparent !important;
  opacity: 1 !important;
  margin: 0 var(--interval);
  transition: all 0.5s;
  border: 1px solid #fff;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.home-banner .swiper-container {
  width: 94.79166666%;
  margin: 0 auto;
}
.home-banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 40px 6rem;
}
.home-banner-content .title {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2px;
  margin-bottom: 14px;
}
.home-banner-content .text p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.mod-tit36 {
  color: #0D141C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}
.home-furry {
  padding-top: 10rem;
}
.home-hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home-hd .text {
  margin-top: 8px;
}
.home-hd .text p {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.mod-arrows {
  display: flex;
}
.mod-prevs,
.mod-nexts {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
  pointer-events: all;
}
.mod-prevs span,
.mod-nexts span {
  font-size: 22px;
  color: #676B70;
}
@media screen and (min-width: 1200px) {
  .mod-prevs:hover,
  .mod-nexts:hover {
    background-color: var(--main-color);
  }
  .mod-prevs:hover span,
  .mod-nexts:hover span {
    color: #fff;
  }
}
.mod-prevs {
  margin-right: 24px;
}
.mod-prevs span {
  transform: rotate(180deg);
}
.home-furry {
  overflow: hidden;
}
.home-furry-slick {
  position: relative;
  width: 91.4893617%;
}
.home-furry-slick::before {
  content: "";
  position: absolute;
  width: calc(50%);
  height: 100%;
  right: 100%;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.home-furry-slick .slick-list {
  overflow: initial;
}
.home-furry-list {
  margin: 36px var(--flex-margin) 0;
}
.home-furry-item {
  padding: 0 var(--flex-padding);
}
.home-furry-link {
  display: block;
}
.home-furry-link .img_box {
  padding-top: 133.3333333%;
  margin-bottom: 12px;
  border-radius: 20px;
}
.home-furry-link .tits {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-furry-link:hover {
    display: block;
  }
  .home-furry-link:hover .img_box img {
    transform: scale(1.05);
  }
  .home-furry-link:hover .tits {
    color: var(--main-color);
  }
}
.home-about {
  padding-top: 12rem;
}
.home-about-flex1 {
  display: flex;
  justify-content: space-between;
}
.home-about-flex1 .left {
  width: 39.716312%;
  position: relative;
  z-index: 2;
}
.home-about-flex1 .left .title {
  margin-right: -60px;
}
.home-about-flex1 .left .title p {
  color: #0D141C;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.home-about-flex1 .left .text {
  margin-top: 3.6rem;
  width: 480px;
  margin-right: 30px;
}
.home-about-flex1 .left .text p {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.home-about-flex1 .left .more {
  width: 156px;
  height: 48px;
  border-radius: 4px 20px;
  margin-top: 48px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.home-about-flex1 .left .more p {
  color: var(--white, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.5s;
}
.home-about-flex1 .left .more span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  font-size: 28px;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-about-flex1 .left .more:hover p {
    opacity: 0;
  }
  .home-about-flex1 .left .more:hover span {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
}
.home-about-flex1 .right {
  width: 60.5673758%;
  display: flex;
  justify-content: space-between;
}
.home-about-flex1 .right .big-img {
  width: 70.25761124%;
}
.home-about-flex1 .right .big-img .img_box {
  padding-top: 83.333333%;
  height: 100%;
  border-radius: 12px;
}
.home-about-flex1 .right .big-img .img_box img {
  object-fit: cover;
}
.home-about-flex1 .right .group-img {
  width: 27.86885245%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #F0F0F0;
  border-radius: 12px;
}
.home-about-flex1 .right .group-img img {
  display: block;
  width: 100%;
  margin: 10px 0;
  border-radius: 12px;
}
.home-about-flex2 {
  display: flex;
  justify-content: space-between;
  margin-top: 6.4rem;
}
.home-about-flex2 .left {
  width: 42.55319148%;
}
.home-about-flex2 .left p {
  color: #0D141C;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 183.333%;
}
.home-about-flex2 .right {
  width: 55.31914893%;
}
.mod-number {
  margin: 0 -10px;
  display: flex;
}
.mod-number-item {
  padding: 0 10px;
  width: 33.333333%;
}
.mod-number-cont {
  background-color: #F9F9F9;
  padding: 9px 24px;
  text-align: center;
  border-radius: 12px;
}
.mod-number-cont .val {
  color: #0D141C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
}
.mod-number-cont .texts {
  color: #676B70;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.home-about-flex3 {
  display: flex;
  justify-content: space-between;
  margin-top: 12rem;
}
.home-about-flex3 .left {
  width: 42.5531914%;
}
.home-about-flex3 .right {
  width: 55.31914%;
  padding: 36px;
  background-color: #F9F9F9;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-about-flex3 .right .title {
  color: #0D141C;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  margin-bottom: 11.6rem;
}
.home-about-flex3 .right .mores {
  padding: 16px 36px;
  margin-top: 6.4rem;
  border-radius: 4px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
}
.home-about-flex3 .right .mores p {
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  transition: all 0.5s;
}
.home-about-flex3 .right .mores span {
  font-size: 24px;
  color: #0D141C;
}
.home-about-flex3 .right .mores .icons {
  overflow: hidden;
  width: 30px;
  text-align: center;
}
.home-about-flex3 .right .mores:hover {
  background-color: var(--main-color);
}
.home-about-flex3 .right .mores:hover p {
  color: #fff;
}
.home-about-flex3 .right .mores:hover span {
  color: #fff;
  animation: allmore 0.8s;
}
.home-about-slick {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.home-about-slick .slick-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.home-about-slick .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #F8743A;
  background-color: transparent !important;
  opacity: 1 !important;
  transition: all 0.5s;
  border-radius: 8px;
}
.home-about-slick .slick-dots li.slick-active {
  width: 30px;
  background-color: var(--main-color) !important;
}
.home-about-slink {
  height: 100%;
  display: block;
  overflow: hidden;
}
.home-about-slink .img_box {
  padding-top: 100%;
  height: 100%;
}
.home-about-slink .img_box img {
  object-fit: cover;
}
.home-about-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px -5.6rem;
}
.home-about-info .item {
  width: 50%;
  margin-bottom: 5.6rem;
  padding: 0 24px;
}
.home-about-info .content {
  display: flex;
  align-items: center;
}
.home-about-info .content .iconfont {
  font-size: 36px;
  color: #393E45;
  margin-right: 24px;
}
.home-about-info .content .vals .tits {
  color: #0D141C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.home-about-info .content .vals .text {
  margin-top: 4px;
}
.home-about-info .content .vals .text p {
  color: #0D141C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.slick-track {
  margin-left: initial;
  margin-right: initial;
}
.home-product {
  padding-top: 12rem;
}
.home-product-slick {
  margin: 36px var(--flex-margin) 0;
}
.home-product-sitem {
  padding: 0 var(--flex-padding);
}
.mod-procontent {
  display: block;
  overflow: hidden;
}
.mod-procontent .tits {
  margin-top: 12px;
  color: #393E45;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
  text-transform: capitalize;
  display: block;
}
.mod-procontent .addcart {
  transition: all 0.5s;
  height: 38px;
  width: 100%;
  border-radius: 4px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  opacity: 0;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .mod-procontent:hover .addcart {
    opacity: 1;
  }
  .mod-procontent:hover .mod-proarrow-flex .prev,
  .mod-procontent:hover .mod-proarrow-flex .next {
    transform: translateX(0);
  }
}
.mod-proimgs-slick {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.mod-proimgs-link {
  display: block;
  overflow: hidden;
}
.mod-proimgs-link .img_box {
  padding-top: 100%;
}
@media screen and (min-width: 1200px) {
  .mod-proimgs-link:hover .img_box img {
    transform: scale(1.05);
  }
}
.mod-proarrow {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.mod-proarrow-flex {
  display: flex;
  justify-content: space-between;
}
.mod-proarrow-flex .prev,
.mod-proarrow-flex .next {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.5s;
}
.mod-proarrow-flex .prev span,
.mod-proarrow-flex .next span {
  color: #676B70;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .mod-proarrow-flex .prev:hover,
  .mod-proarrow-flex .next:hover {
    background-color: var(--main-color);
  }
  .mod-proarrow-flex .prev:hover span,
  .mod-proarrow-flex .next:hover span {
    color: #fff;
  }
}
.mod-proarrow-flex .prev {
  border-radius: 0 36px 36px 0;
  padding-right: 3px;
  transform: translateX(-100%);
}
.mod-proarrow-flex .prev span {
  transform: rotate(180deg);
}
.mod-proarrow-flex .next {
  transform: translateX(100%);
  border-radius: 36px 0 0 36px;
  padding-left: 3px;
}
.home-answers {
  margin-top: 12rem;
  padding-bottom: 12rem;
}
.home-answers .flex {
  display: flex;
  justify-content: space-between;
}
.home-answers .left {
  width: 63.82978723%;
}
.home-answers .right {
  width: 32.62411347%;
  background-color: #F9F9F9;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}
.home-answers .right .iconfont {
  font-size: 64px;
  color: #0D141C;
  margin-bottom: 36px;
}
.home-answers .right .tits {
  text-align: center;
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.home-answers .right .texts {
  margin-bottom: 7rem;
}
.home-answers .right .texts p {
  color: #393E45;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  text-transform: capitalize;
}
.home-answers .right .mores {
  width: 100%;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  position: relative;
  border-radius: 4px 20px;
  z-index: 1;
}
.home-answers .right .mores p {
  color: var(--white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.4s;
}
.home-answers .right .mores .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 30px;
  z-index: -1;
  opacity: 0.5;
  transition: all 0.4s;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .home-answers .right .mores:hover p {
    opacity: 0;
  }
  .home-answers .right .mores:hover .iconfont {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
.edit_active p {
  margin-bottom: 0;
}
.home-answers-item {
  transition: all 0.5s;
  background-color: #F9F9F9;
  margin-bottom: 24px;
  border-radius: 20px;
  --paddx: 24px;
}
.home-answers-item:last-child {
  margin-bottom: 0;
}
.home-answers-hd {
  padding: 14px var(--paddx);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.home-answers-hd p {
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  text-transform: capitalize;
  width: 70%;
  transition: all 0.5s;
}
.home-answers-hd .iconfont {
  font-size: 16px;
  color: #676B70;
}
.home-answers-bd {
  display: none;
  padding-bottom: 14px;
  padding-left: var(--paddx);
  padding-right: var(--paddx);
}
.home-answers-bd .edit_active {
  margin-top: -2px;
}
.home-answers-bd .edit_active p {
  color: #F9F9F9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  text-transform: capitalize;
}
.home-answers-item.active {
  background-color: var(--main-color);
}
.home-answers-item.active .home-answers-hd p {
  color: #fff;
}
.home-answers-item.active .home-answers-hd .iconfont {
  color: #fff;
  transform: rotate(90deg);
}
.home-answers-item.active .home-answers-bd .edit_active p {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .home-answers-item:hover {
    background-color: var(--main-color);
  }
  .home-answers-item:hover .home-answers-hd p {
    color: #fff;
  }
  .home-answers-item:hover .home-answers-hd .iconfont {
    color: #fff;
  }
}
.home-answers-item:first-child .home-answers-bd {
  display: block;
}
.home-share {
  display: flex;
}
.home-share-item {
  margin-right: 12px;
}
.home-share-item a {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-share-item a span {
  font-size: 22px;
  color: #676B70;
}
@media screen and (min-width: 1200px) {
  .home-share-item a:hover {
    background-color: var(--main-color);
  }
  .home-share-item a:hover span {
    color: #fff;
  }
}
.home-share-item:last-child {
  margin-right: 0;
}
.home-follow {
  overflow: hidden;
  padding-bottom: 12rem;
}
.home-follow-slick {
  margin-top: 48px;
}
.home-follow-list {
  margin: 0 var(--flex-margin);
}
.home-follow-item {
  padding: 0 var(--flex-padding);
}
.home-follow-list .slick-slide:nth-child(even) .home-follow-item {
  margin-top: 6.4rem;
}
.home-follow-conts .img_box {
  padding-top: 100%;
  border-radius: 20px;
}
.footer-top {
  width: calc(100% - 100px);
  margin: 0 auto;
  background-color: #F9F9F9;
  padding: 64px 0;
  border-radius: 20px;
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  display: block;
  width: 180px;
}
.footer-logo img {
  width: 100%;
}
.footer-nav {
  max-width: 170px;
}
.footer-nav-list {
  margin-top: 24px;
}
.footer-nav-item {
  margin-bottom: 12px;
}
.footer-nav-item:last-child {
  margin-bottom: 0;
}
.footer-nav-link {
  color: #393E45;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .footer-nav-link:hover {
    color: var(--main-color);
  }
}
.footer-title {
  color: #0D141C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.footer-conetnt {
  width: 350px;
}
.footer-conetnt .text {
  margin-top: 24px;
  color: #393E45;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.footer-conetnt form {
  display: flex;
  padding: 2px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 12px;
}
.footer-conetnt form input {
  width: 230px;
  padding: 0 12px;
  height: 46px;
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.footer-conetnt form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #393E45;
}
.footer-conetnt form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393E45;
}
.footer-conetnt form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393E45;
}
.footer-conetnt form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #393E45;
}
.footer-conetnt form button {
  width: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: var(--main-color);
  position: relative;
}
.footer-conetnt form button p {
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  transition: all 0.5s;
}
.footer-conetnt form button .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 26px;
  color: #fff;
  opacity: 0.9;
  opacity: 0;
}
.footer-conetnt form button:hover p {
  opacity: 0;
}
.footer-conetnt form button:hover .iconfont {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}
.footer-share {
  display: flex;
  margin-top: 6.4rem;
}
.footer-share-item {
  margin-right: 26px;
}
.footer-share-item a span {
  color: #676B70;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .footer-share-item a:hover span {
    color: var(--main-color);
  }
}
.footer-share-item:last-child {
  margin-right: 0;
}
.footer-bottom {
  padding: 12px 0;
}
.footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .flex .left {
  display: flex;
  align-items: center;
}
.footer-bottom .flex .left p,
.footer-bottom .flex .left a {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  text-transform: capitalize;
  margin-right: 24px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .flex .left a:hover {
    color: var(--main-color);
  }
}
.footer-bottom .flex .right {
  display: flex;
}
.footer-bottom .flex .right a {
  padding: 0 12px;
  position: relative;
  display: block;
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  text-transform: capitalize;
}
.footer-bottom .flex .right a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #676B70;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .footer-bottom .flex .right a:hover {
    color: var(--main-color);
  }
}
.footer-bottom .flex .right a:last-child {
  padding-right: 0;
}
.footer-bottom .flex .right a:last-child::after {
  display: none;
}
.page-banner {
  width: calc(100% - 10rem);
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  padding-top: 50px;
}
.page-banner img {
  border-radius: 12px;
}
/* bread */
.bread {
  width: 100%;
  --text-color: #393E45;
  --text-interval: 8px;
  --text-fontsize: 16px;
  --icon-fontsize: 18px;
  --hover-color: #F8743A;
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 8px;
  padding: 12px 24px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.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;
}
.mod_bread_item > span {
  margin: 0 12px;
  display: inline-block;
  font-size: 40px;
  color: var(--main-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 */
.product-content {
  padding-top: var(--top76);
  padding-bottom: var(--bottom120);
}
.mod-flex {
  display: flex;
  justify-content: space-between;
}
.mod-flex .left {
  width: 370px;
}
.mod-flex .right {
  width: calc(100% - 370px);
  padding-left: 32px;
}
.mod-search {
  height: 44px;
  border-radius: 12px;
  margin-bottom: 24px;
  border: 1px solid #F8743A;
  display: flex;
}
.mod-search button {
  padding: 8px;
  flex-shrink: 0;
}
.mod-search button span {
  font-size: 24px;
  color: #676B70;
}
@media screen and (min-width: 1200px) {
  .mod-search button:hover span {
    color: var(--main-color);
  }
}
.mod-search input {
  width: 100%;
  padding-left: 2px;
  padding-right: 20px;
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-transform: capitalize;
}
.mod-search input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #393E45;
}
.mod-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393E45;
}
.mod-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393E45;
}
.mod-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #393E45;
}
.mod-nav {
  padding: 24px;
  border: 1px solid var(--main-color);
  border-radius: 20px;
  margin-bottom: 24px;
}
.mod-nav:last-child {
  margin-bottom: 0;
}
.mod-nav-title {
  color: #0D141C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 14px;
  margin-bottom: 12px;
  position: relative;
}
.mod-nav-title::after {
  content: "";
  width: 10rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--main-color);
}
.mod-nav-item {
  padding: 12px 0;
  border-bottom: 1px solid #F0F0F0;
}
.mod-nav-cont {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.mod-nav-cont a {
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  text-transform: capitalize;
  padding: 6px 0;
}
.mod-nav-cont .iconfont {
  font-size: 18px;
  color: #676B70;
}
@media screen and (min-width: 1200px) {
  .mod-nav-item:hover .mod-nav-cont a,
  .mod-nav-item:hover .mod-nav-cont span {
    color: var(--main-color);
  }
}
.mod-nav-slink {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-transform: capitalize;
  display: inline-block;
}
.mod-nav-sitem {
  margin-bottom: 15px;
}
.mod-nav-sitem:last-child {
  margin-bottom: 0;
}
.mod-nav-second {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mod-nav-three {
  padding-top: 10px;
  padding-left: 12px;
}
.mod-nav-tlink {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-transform: capitalize;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .mod-nav-slink:hover,
  .mod-nav-tlink:hover {
    color: var(--main-color);
  }
}
.mod-nav-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mod-nav-second {
  display: none;
}
.mod-nav-item:nth-child(1) .mod-nav-second {
  display: block;
}
.mod-nav-item.--current .mod-nav-cont a {
  color: var(--main-color);
}
.mod-nav-item.--current .mod-nav-cont span {
  color: var(--main-color);
}
.mod-nav-item.--active .mod-nav-cont span {
  transform: rotate(90deg);
}
.mod-nav-sitem.--current .mod-nav-slink {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .mod-nav-slink:hover {
    color: var(--main-color);
  }
}
.mod-nav-titem.--current .mod-nav-tlink {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .mod-nav-tlink:hover {
    color: var(--main-color);
  }
}
.mod-nav-titem {
  margin-bottom: 8px;
}
.mod-nav-titem:last-child {
  margin-bottom: 0;
}
.mod-nav-item:not(.--child) .mod-nav-cont .iconfont {
  display: none;
}
.mod-nav-item:not(.--child) .mod-nav-cont a {
  width: 100%;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -20px;
}
.product-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 20px;
  width: 33.333333%;
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  --margin-x: 6px;
  --fs: 15px;
  --iconfs: 14px;
  --wh: 38px;
  --bg: transparent;
  --page-color: #393E45;
  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 var(--margin-x) !important;
}
.mod_page_item a {
  color: var(--page-color);
  transition: all 0.36s;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: var(--wh);
  line-height: var(--wh);
  font-size: var(--fs);
  background-color: var(--bg);
}
.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 {
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
  .mod_page_item:not(.prev,.next) a:hover {
    color: #fff;
  }
}
/* 分页-end */
.prodeta-info {
  padding-top: var(--top76);
  margin-bottom: 10rem;
}
.prodeta-info .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prodeta-info .flex .left {
  width: 49.64539007%;
  position: relative;
}
.prodeta-info .flex .right {
  width: 37.58865248%;
  padding-top: 5rem;
}
.prodeta-info .flex .right .title {
  color: #0D141C;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  padding-bottom: 20px;
  margin-bottom: 36px;
  position: relative;
  text-transform: capitalize;

}
.prodeta-info .flex .right .title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
}
.prodeta-info .flex .right .text {
  margin-bottom: 6.4rem;
}
.prodeta-info .flex .right .text p {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.prodeta-info .flex .right .prodeta-info-group {
  display: flex;
  margin-bottom: 6.4rem;
}
.prodeta-info .flex .right .prodeta-info-btn {
  width: 200px;
  height: 48px;
  border: 1px solid #676B70;
  border-radius: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-right: 36px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-info .flex .right .prodeta-info-btn:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
  }
}
.prodeta-info .flex .right .prodeta-info-btn:last-child {
  margin-right: 0;
}
.prodeta-info-list {
  background-color: #F9F9F9;
  overflow: hidden;
  border-radius: 20px;
}
.prodeta-info-list .img_box {
  padding-top: 100%;
}
.prodeta-info-imgs {
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #F0F0F0;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.prodeta-info-imgs .img_box {
  transition: all 0.5s;
  padding-top: 100%;
}
.prodeta-info-imgs .prodeta-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.prodeta-info-imgs .prodeta-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}
.prodeta-info-sitem {
  padding: 0 12px;
}
.prodeta-info-slist {
  margin: 0 -12px;
}
.prodeta-info-sitem:not(:first-child) {
  display: none;
}
.slick-current .prodeta-info-imgs {
  border-color: var(--main-color);
}
.slick-current .prodeta-info-imgs .img_box img {
  transform: scale(1.05);
}
@media screen and (min-width: 1200px) {
  .prodeta-info-imgs:hover {
    border-color: var(--main-color);
  }
  .prodeta-info-imgs:hover .img_box img {
    transform: scale(1.05);
  }
}
.prodeta-info-slick {
  position: absolute;
  width: 85.7142857%;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
}
.prodeta-info-share {
  display: flex;
  align-items: center;
  margin-bottom: 6.4rem;
}
.prodeta-info-share p {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  margin-right: 12px;
}
.prodeta-info-category p {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.prodeta-info-category p a {
  margin-left: 12px;
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .prodeta-info-category p a:hover {
    text-decoration: underline;
  }
}
.prodeta-nav {
  position: sticky;
  left: 0;
  top: 124px;
  z-index: 10;
  border-bottom: 1px solid #F0F0F0;
  background-color: #FFFFFF;
}
.prodeta-nav-list {
  display: flex;
}
.prodeta-nav-list li {
  margin-right: 64px;
  color: #676B70;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  cursor: pointer;
}
.prodeta-nav-list li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: var(--main-color);
  z-index: 2;
  transition: all 0.5s;
  opacity: 0;
}
.prodeta-nav-list li.active::after {
  opacity: 1;
}
.prodeta-nav-list li:last-child {
  margin-right: 0;
}
.prodeta-details {
  margin-bottom: 12rem;
  padding-top: 4.8rem;
}
.prodeta-details .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.prodeta-details .flex .left {
  width: 25.5319148%;
  padding: 0 24px;
  background-color: #F9F9F9;
  border-radius: 20px;
}
.prodeta-details .flex .right {
  width: 70%;
}
.prodeta-details .flex .right .edit_active {
  margin-top: 36px;
}
.prodeta-details .flex .right .edit_active p {
  margin-bottom: 0;
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.prodeta-details-nav .item {
  padding: 24px 0;
  cursor: pointer;
  transition: all 0.5s;
  color: #676B70;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  border-bottom: 1px solid #F0F0F0;
}
.prodeta-details-nav .item:last-child {
  border-bottom: none;
}
.prodeta-details-nav .item:hover {
  color: var(--main-color);
}
.prodeta-details-nav .item.active {
  color: var(--main-color);
}
.prodeta-details-content .item:not(:first-child) {
  display: none;
}
.prodeta-tit {
  position: relative;
  color: #0D141C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  padding-bottom: 12px;
}
.prodeta-tit::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
}
.prodeta-inquiry {
  margin-bottom: 12rem;
}
.mod_form {
  --form-margin: -10px;
  --form-padding: 10px;
  --form-item-botton: 20px;
  --form-item-br: 20px;
  --form-item-width: 50%;
  --form-item-bg: #FFFFFF;
  --form-item-height: 50px;
  --form-item-padding: 24px;
  --form-label-size: 14px;
  --form-color: #393E45;
  --form-textarea-height: 150px;
  display: flex;
  flex-wrap: wrap;
  margin: 36px var(--form-margin) 0;
}
.mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border: 1px solid #F0F0F0;
  border-radius: var(--form-item-br);
}
.mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  line-height: 1.2;
  color: var(--form-color);
}
.mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 48px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px 20px;
}
.mod_form .mod_form_item .conts button p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.5s;
}
.mod_form .mod_form_item .conts button span {
  position: absolute;
  z-index: -1;
  font-size: 28px;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .mod_form .mod_form_item .conts button:hover p {
    opacity: 0;
  }
  .mod_form .mod_form_item .conts button:hover span {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
}
.mod_form .mod_form_item .conts.active label {
  top: 0 !important;
  color: var(--main-color);
}
.mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.mod_form .mod_form_item.textarea {
  margin-bottom: 36px;
}
.mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F9F9F9;
}
.mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
  color: #393E45;
}
.mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
  color: #393E45;
}
.mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta .home-product {
  padding-top: 0 !important;
  padding-bottom: 9rem;
}
.story,
.video {
  padding-top: var(--top76);
  padding-bottom: var(--bottom120);
  overflow: hidden;
}
.story-item:last-child {
  margin-bottom: 0;
}
.story-item {
  margin-bottom: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.story-item .left {
  width: 42.5531914%;
}
.story-item .left .img_box {
  padding-top: 83.3333333%;
  border-radius: 12px;
}
.story-item .right {
  width: 53.1914893%;
}
.story-item .right .subtits {
  color: #0D141C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 12px;
}
.story-item .right .tits {
  color: #0D141C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
.story-item .right .texts p {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.story-item:nth-child(even) {
  flex-direction: row-reverse;
}
.video-item:last-child {
  margin-bottom: 0;
}
.video-item:nth-child(even) {
  flex-direction: row-reverse;
}
.video-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.video-item .left {
  width: 42.553191%;
}
.video-item .left .img_box {
  padding-top: 66.666666%;
  height: 100%;
  border-radius: 20px;
}
.video-item .left .img_box img {
  object-fit: cover;
}
.video-item .right {
  width: 55.31914893%;
  padding: 36px;
  background-color: #F9F9F9;
  border-radius: 20px;
}
.video-item .right .tits {
  color: #0D141C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
  transition: all 0.5s;
}
.video-item .right .texts {
  margin-bottom: 6rem;
  min-height: 150px;
}
.video-item .right .texts p {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  transition: all 0.5s;
}
.video-item .right .mores {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 36px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px 20px;
  transition: all 0.5s;
}
.video-item .right .mores p {
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  transition: all 0.5s;
}
.video-item .right .mores .icons {
  width: 30px;
  overflow: hidden;
}
.video-item .right .mores .iconfont {
  font-size: 24px;
  color: #0D141C;
}
.video-item .right .mores:hover {
  background-color: var(--main-color);
}
.video-item .right .mores:hover p {
  color: #fff;
}
.video-item .right .mores:hover .iconfont {
  color: #fff;
  animation: allmore 0.7s;
}
@media screen and (min-width: 1200px) {
  .video-item:hover .left .img_box img {
    transform: scale(1.05);
  }
}
.blogs-nav-links {
  padding: 12px 0 21px;
  display: block;
  border-bottom: 1px solid #F0F0F0;
}
.blogs-nav-links .tits {
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.blogs-nav-links .time {
  color: #676B70;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .blogs-nav-links:hover .tits {
    color: var(--main-color);
  }
}
.blogs-nav-links:last-child {
  border-bottom: none;
  padding-bottom: 12px;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}
.news-item {
  width: 50%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.news-link {
  display: block;
  border-radius: 20px;
  background-color: #F9F9F9;
  height: 100%;
  padding: 12px;
}
.news-link .imgs {
  position: relative;
}
.news-link .imgs .time {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 10px 24px;
  background-color: var(--main-color);
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  border-radius: 34px;
}
.news-link .imgs .img_box {
  padding-top: 55.55555555%;
  border-radius: 12px;
}
.news-link .tabs {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.news-link .tabs .iconfont {
  font-size: 16px;
  color: #F8743A;
  margin-right: 12px;
}
.news-link .tabs p {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-transform: capitalize;
}
.news-link .tits {
  color: #0D141C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .news-link:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .news-link:hover .tits {
    color: var(--main-color);
  }
}
.faq-title {
  color: #0D141C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 36px;
}
.faq-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
}
.faq {
  padding-bottom: var(--bottom120);
  padding-top: var(--top76);
}
.faq .mod-flex .right {
  padding-left: 64px;
}
.warranty {
  padding-top: var(--top76);
  padding-bottom: var(--bottom120);
}
.warranty-item:nth-child(even) {
  flex-direction: row-reverse;
}
.warranty-item {
  margin-bottom: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.warranty-item .left {
  width: 42.55319149%;
}
.warranty-item .left .img_box {
  padding-top: 66.6666666%;
}
.warranty-item .right {
  width: 53.19148936%;
}
.warranty-item .right .tabs {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 30px;
  border: 1px solid var(--main-color);
  color: #F8743A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.warranty-item .right .tits {
  color: #0D141C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
.warranty-item .right .texts p {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.warranty-item:last-child {
  margin-bottom: 0;
}
.contact {
  padding-top: var(--top76);
  padding-bottom: var(--bottom120);
}
.contact-info {
  margin-bottom: 11rem;
}
.contact-info-content {
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 36px 30px;
}
.contact-info-list {
  display: flex;
  align-items: center;
  margin: 0 -18px;
}
.contact-info-item {
  width: 33.33333%;
  padding: 0 18px;
}
.contact-info-cont {
  display: flex;
  align-items: center;
}
.contact-info-cont .iconfont {
  display: flex;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: 26px;
  margin-right: 24px;
  flex-shrink: 0;
}
.contact-info-cont .key {
  color: #0D141C;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 8px;
}
.contact-info-cont .val p,
.contact-info-cont .val a {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
@media screen and (min-width: 1200px) {
  .contact-info-cont .val a:hover {
    color: var(--main-color);
  }
}
.contact-info-cont:hover .iconfont {
  animation: carter_swing2 1s;
}
.contact-inquire {
  overflow: hidden;
}
.contact-inquire .flex {
  display: flex;
  justify-content: space-between;
}
.contact-inquire .flex .left {
  width: 55.31914893%;
  background-color: #F9F9F9;
  padding: 48px 35px 6rem;
  border-radius: 20px;
}
.contact-inquire .flex .left .tits {
  color: #0D141C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 4.8rem;
}
.contact-inquire .flex .right {
  width: 42.55319148%;
}
.contact-inquire .flex .right .img_box {
  height: 100%;
  padding-top: 100%;
  border-radius: 20px;
}
.contact-inquire .flex .right .img_box img {
  object-fit: cover;
}
@keyframes carter_swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.about {
  padding: var(--top76) 0 var(--bottom120);
}
.about-info-data,
.about-info-introduce {
  margin-bottom: 6.4rem;
}
.about-info-data .flex,
.about-info-introduce .flex {
  display: flex;
  justify-content: space-between;
}
.about-info-data .flex .left,
.about-info-introduce .flex .left {
  width: 55.31914894%;
}
.about-info-data .flex .right,
.about-info-introduce .flex .right {
  width: 42.553191%;
}
.about-info-data .flex .right p {
  color: #0D141C;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 183.333%;
}
.about-info-introduce {
  margin-bottom: 6.4rem;
}
.about-info-introduce .left .title {
  margin-bottom: 36px;
}
.about-info-introduce .left .title p {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  color: #0D141C;
}
.about-info-introduce .left .text p {
  margin-bottom: 12px;
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.about-info-introduce .right .img_box {
  padding-top: 83.3333333%;
  border-radius: 12px;
}
.about-info-video {
  position: relative;
  cursor: pointer;
}
.about-info-video .img_box {
  padding-top: 20.83333333%;
}
.about-info-video .plays {
  position: absolute;
  width: 160px;
  border-radius: 50%;
  right: 36.45833333%;
  bottom: 0;
  transform: translateY(50%);
}
.about-info-video .plays img {
  width: 100%;
  animation: rotate360 20s linear infinite;
}
.about-info-video .plays span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: #040000;
}
@keyframes rotate360 {
  to {
    transform: rotate(360deg);
  }
}
.about-info-youdian {
  margin-top: 6.4rem;
}
.about-info-youdian .text {
  margin-bottom: 4.8rem;
}
.about-info-youdian .text p {
  color: #0D141C;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.about-youdian-list {
  display: flex;
  margin: 0 -24px;
}
.about-youdian-item {
  width: 25%;
  padding: 0 24px;
}
.about-youdian-conts {
  display: flex;
  align-items: center;
}
.about-youdian-conts .iconfont {
  font-size: 36px;
  color: #393E45;
  margin-right: 24px;
}
.about-youdian-conts .conts .key {
  color: #0D141C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 4px;
}
.about-youdian-conts .conts .val p {
  color: #0D141C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
}
.about-tit36,
.about-tit36 p {
  color: #0D141C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  text-transform: capitalize;
}
.about-choose {
  padding-top: 12rem;
}
.about-choose .title {
  margin-bottom: 4.8rem;
}
.about-choose-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}
.about-choose-item {
  width: 50%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.about-choose-conts {
  padding: 24px 36px;
  min-height: 400px;
  background-color: #F9F9F9;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  cursor: pointer;
}
.about-choose-conts .number {
  color: var(--main-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 24px;
  transition: all 0.5s;
}
.about-choose-conts .tits {
  color: #0D141C;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.about-choose-conts .texts p {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  transition: all 0.5s;
}
.about-choose-conts > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.about-choose-conts:hover .tits {
  color: #fff;
}
.about-choose-conts:hover .texts p {
  color: #fff;
}
.about-choose-conts:hover > img {
  opacity: 1;
}
.about-factory {
  padding-top: 12rem;
  overflow: hidden;
}
.about-factory .text {
  margin-top: 24px;
}
.about-factory .text p {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.about-factory-list {
  margin: 4.8rem var(--flex-margin) 0;
}
.about-factory-item {
  padding: 0 var(--flex-padding);
}
.about-factory-conts {
  cursor: pointer;
}
.about-factory-conts .img_box {
  padding-top: 56.25%;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .about-factory-conts:hover .img_box img {
    transform: scale(1.05);
  }
}
.home-choose-box {
  position: sticky;
  left: 0;
  top: 20%;
  overflow: hidden;
}
.home-choose {
  padding-top: 12rem;
}
.home-choose-list {
  display: inline-flex;
  margin-top: 48px;
  width: auto;
}
.home-choose-item {
  margin-right: 30px;
}
.home-choose-item:last-child {
  margin-right: 0;
}
.home-choose-item {
  flex-shrink: 0;
  width: 600px;
}
.home-choose-conts {
  padding: 24px ;
  height: 100%;
  border-radius: 20px;
  background-color: #FFF9F7;
}
.home-choose-conts .number {
  color: var(--main-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 24px;
}
.home-choose-conts .tits {
  color: #0D141C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 12px;
}
.home-choose-conts .texts {
  margin-bottom: 24px;
}
.home-choose-conts .texts p {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.home-choose-conts .img_box {
  padding-top: 54.5454545%;
  border-radius: 12px;
}
.blogs,
.reviews {
  padding-top: var(--top76);
  padding-bottom: var(--bottom120);
}
.reviews-item {
  width: 33.333333%;
}
.reviews-conts {
  display: block;
  padding: 12px;
  background-color: #F9F9F9;
  border-radius: 20px;
}
.reviews-conts .text {
  padding: 12px;
  margin-bottom: 15px;
}
.reviews-conts .text p {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  text-transform: capitalize;
}
.reviews-conts .img_box {
  padding-top: 55.8139534%;
  border-radius: 8px;
}
.reviews-hd {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.reviews-hd .left {
  padding-right: 20px;
}
.reviews-hd .left .names {
  color: #393E45;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.reviews-hd .left .time {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
}
.reviews-hd .right {
  flex-shrink: 0;
}
.reviews-mask {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.reviews-mask span {
  margin-left: 8px;
  color: var(--main-color);
  font-size: 14px;
}
.reviews-mask span:first-child {
  margin-left: 0;
}
.reviews-score {
  color: var(--main-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}
.home-customer-slick {
  position: relative;
}
.home-customer-slick::after {
  content: "";
  position: absolute;
  width: 96.4539007%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25px);
  background-color: #FCC0A6;
  border-radius: 20px;
}
.home-customer-slick::before {
  content: "";
  position: absolute;
  width: 92.9078014%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50px);
  background-color: #F8743A;
  border-radius: 20px;
}
.home-customer-conts {
  background-color: #FFF9F7;
  padding: 48px;
  padding-right: 12.4rem;
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-customer-conts .left {
  width: 51.612903%;
}
.home-customer-conts .left .img_box {
  padding-top: 56.25%;
  border-radius: 20px;
}
.home-customer-conts .right {
  width: 44.354838%;
}
.home-customer-conts .right .title {
  color: #0D141C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.home-customer-conts .right .group {
  display: flex;
  border-top: 1px solid #FCC0A6;
  border-bottom: 1px solid #FCC0A6;
  padding: 24px 0;
  margin-bottom: 36px;
}
.home-customer-conts .right .group .infos,
.home-customer-conts .right .group .scores {
  width: 50%;
}
.home-customer-conts .right .group .infos {
  position: relative;
}
.home-customer-conts .right .group .infos::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #FCC0A6;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-customer-conts .right .group .infos .name {
  color: #393E45;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.home-customer-conts .right .group .infos .time {
  color: #676B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
}
.home-customer-conts .right .group .scores {
  padding-left: 11%;
}
.home-customer-conts .right .group .scores .mask {
  display: flex;
  margin-bottom: 12px;
}
.home-customer-conts .right .group .scores .mask span {
  color: var(--main-color);
  font-size: 14px;
  margin-right: 8px;
}
.home-customer-conts .right .group .scores .mask span:last-child {
  margin-right: 0;
}
.home-customer-conts .right .group .scores .scores-val {
  color: #F8743A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}
.home-customer-conts .right .text p {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  text-transform: capitalize;
}
.home-customer-swiper {
  height: 460px;
}
.home-customer {
  padding-top: 17rem;
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 48px;
}
.swiper-pagination-vertical.swiper-pagination-bullets span,
.swiper-vertical > .swiper-pagination-bullets span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid var(--main-color);
  transition: all 0.5s;
  opacity: 1 !important;
  background: transparent !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets span.swiper-pagination-bullet-active,
.swiper-vertical > .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background-color: var(--main-color) !important;
  height: 30px;
}
body {
  height: initial !important;
}
.header.active .header-info {
  margin-top: 10px;
}
.header.active .header-info .hc_cont1410 {
  width: 90%;
}
.header.active .header-search {
  width: 200px;
}
.privacy_cont {
  padding: 7rem 0;
}
.privacy_cont .title {
  margin-bottom: 3rem;
  font-size: 32px;
  font-weight: bold;
}
.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.privacy-main {
  padding-bottom: var(--bottom120);
}
/* sitemap */
.sitemap_cont {
  padding: 8rem 0 ;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 25%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .sitemap_cont_link:hover {
    text-decoration: underline;
    color: #fff;
  }
}
.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_link {
    line-height: 45px;
  }
  .sitemap_second_item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }
  .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: 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;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 7rem 0 ;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
/* shop */
.shop_cont {
  padding: 8rem 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 */
/* 搜索页 */
.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;
  border-radius: 12px;
}
@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 */
}
/* 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 */
.prodeta-info-item:not(:first-child) {
  display: none;
}
.about-info {
  overflow: hidden;
}
.fadeInRight,
.fadeInLeft,
.fadeInUp {
  animation-duration: 1s;
}
#tooltip {
  padding: 0;
  min-height: 150px;
  border-radius: 20px;
}
.tooltip_con {
  padding: 35px 24px 30px;
  background-color: #fff;
  width: 720px;
  overflow: hidden;
}
.tooltip_con .title {
  color: #0D141C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.tooltip_con .text {
  margin-top: 4px;
}
.tooltip_con .text p {
  color: #393E45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
}
.tooltip_con .mod_form {
  --form-margin: -6px;
  --form-padding: 6px;
  --form-item-botton: 20px;
  --form-item-br: 18px;
  --form-item-width: 25%;
  --form-item-bg: #FFFFFF;
  --form-item-height: 50px;
  --form-item-padding: 12px;
  --form-label-size: 14px;
  --form-color: #393E45;
  --form-textarea-height: 120px;
  display: flex;
  flex-wrap: wrap;
  margin: 24px var(--form-margin) 0;
}
.tooltip_con .mod_form .mod_form_item.textarea {
  margin-bottom: 24px;
}
.fancybox-close-small {
  top: 18px;
  right: 18px;
}
.fancybox-close-small:after {
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  font: 36px / 36px Helvetica Neue, Helvetica, sans-serif;
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  nav {
    position: absolute;
    width: 300px;
    background-color: #fff;
    border-radius: 20px;
    right: 0;
    top: calc(100% + 10px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    padding: 24px;
  }
  .hd_link {
    color: #0D141C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding-bottom: 8px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
  }
  .hd_link::after {
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: var(--main-color);
  }
  .hd_item:not(:last-child) {
    margin-bottom: 36px;
  }
  .hd_second_link {
    color: #0D141C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
    display: inline-block;
  }
  .hd_second_link:hover {
    color: var(--main-color);
  }
  .hd_second_item:not(:last-child) {
    margin-bottom: 8px;
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
  .hd_item.hidden {
    display: none;
  }
}
.header-share {
  display: flex;
  justify-content: space-between;
  margin-top: 6.4rem;
}
.header-share span {
  color: #676B70;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .header-share a:hover span {
    color: var(--main-color);
  }
}
.header nav {
  display: none;
}
.newsdeta {
  padding-bottom: var(--bottom120);
}
.newsdeta .prodeta-inquiry {
  margin-bottom: 0;
}
.mod_online_item:not(:last-child) {
  border-right: 1px solid #fff;
}
.mod-aside {
  position: fixed;
  right: 30px;
  bottom: 30%;
  z-index: 10;
  transition: all 0.5s;
}
.mod-aside .gotop {
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.mod-aside.active .gotop {
  opacity: 1;
  pointer-events: all;
}
.mod-aside-item {
  margin-bottom: 6px;
  position: relative;
  transition: all 0.5s;
}
.mod-aside-list {
  margin-bottom: -46px;
  position: relative;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
.mod-aside-list.active {
  pointer-events: all;
  opacity: 1;
}
.mod-aside-item:last-child {
  margin-bottom: 0;
}
.mod-aside-link {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--bg);
  cursor: pointer;
}
.mod-aside-link span {
  color: #fff;
  font-size: 26px;
}
.mod-aside-val {
  position: absolute;
  right: calc(100% + 17px);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bg);
  padding: 12px 16px;
  border-radius: 4px;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.mod-aside-val::after {
  content: "";
  position: absolute;
  width: 17px;
  left: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
}
.mod-aside-val > svg {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
.mod-aside-val > svg path {
  fill: var(--bg);
}
.mod-aside-val a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  white-space: nowrap;
}
.mod-aside-item.qr .mod-aside-val {
  padding: 8px;
}
.mod-aside-item.qr .mod-aside-val .mod-aside-qr {
  width: 100px;
}
.mod-aside-item.qr .mod-aside-val .mod-aside-qr img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .mod-aside-item:hover .mod-aside-val {
    opacity: 1;
    pointer-events: all;
  }
}
