@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: '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;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/inter/Inter-Bold.woff2') format('woff2'), url('../fonts/inter/Inter-Bold.woff') format('woff'), url('../fonts/inter/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('../fonts/robotocondensed/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/robotocondensed/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/robotocondensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: local('Roboto Condensed Medium'), local('RobotoCondensed-Medium'), url('../fonts/robotocondensed/RobotoCondensed-Medium.woff2') format('woff2'), url('../fonts/robotocondensed/RobotoCondensed-Medium.woff') format('woff'), url('../fonts/robotocondensed/RobotoCondensed-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;
}
.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
/* 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: #82021B;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --padd100: 100px;
  scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.google-translate a {
  pointer-events: none;
}
.header-logo {
  width: 58px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
    margin-right: 70px;
  }
  .hd_item {
    position: relative;
    margin-right: 60px;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--height);
    color: #222;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .hd_item.active .hd_link,
  .hd_item:hover .hd_link {
    color: var(--main-color);
  }
  .hd_second {
    position: absolute;
    background-color: #fff;
    padding: 16px 22px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
  }
  .hd_second_link {
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    line-height: 1.65;
    display: inline-block;
    padding: 4px 0;
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
    text-decoration: underline;
  }
  .hd_second_link:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.header-top {
  background-color: #222222;
  padding: 8px 0;
}
.header-top .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .left {
  display: flex;
  align-items: center;
}
.header-top .left a {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.header-top .left a i {
  font-size: 18px;
  color: #D9D9D9;
  margin-right: 10px;
}
.header-top .left a span {
  color: #D9D9D9;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .header-top .left a:hover span {
    text-decoration: underline;
  }
}
.header-top .left a:last-child {
  margin-right: 0;
}
.header-language img {
  width: 24px;
  transition: all 0.5s;
}
.header-language a:not(:last-child) {
  margin-right: 16px;
}
@media screen and (min-width: 1200px) {
  .header-language a:hover img {
    transform: scale(1.1);
  }
}
.header-bottom {
  background-color: #fff;
  --height: 80px;
  position: relative;
}
.header-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom .right {
  display: flex;
  align-items: center;
}
.header-controls {
  display: flex;
  align-items: center;
}
.header-cart {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.header-cart > span {
  font-size: 24px;
  color: #222222;
  margin-right: 4px;
}
.header-cart p {
  color: #666;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.header-search {
  cursor: pointer;
  transition: all 0.5s;
}
.header-search span {
  font-size: 20px;
  color: #222222;
}
@media screen and (min-width: 1200px) {
  .header-search:hover {
    transform: scale(1.1);
  }
  .header-search:hover span {
    color: var(--main-color);
  }
}
/* 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 */
.home-banner {
  overflow: hidden;
  position: relative;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container {
  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;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video {
    pointer-events: all;
  }
}
.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video video {
    display: none;
  }
}
.home-banner .slide-video .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video .iconfont {
    display: block;
  }
}
.home-banner .slide-video > img {
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video > img {
    display: block;
  }
}
.home-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 35px;
  --wh: 12px;
  --interval: 5px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 88px;
  height: 4px;
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
  transition: all 0.5s;
  border-radius: 0 !important;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.home-product {
  padding: 80px 0;
}
.home-product .hds {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  align-items: flex-end;
}
.home-product .hds .left {
  width: 76.5957446%;
}
.home-product .hds .left .text {
  margin-top: 16px;
}
.home-product .hds .left .text p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-more {
  min-width: 154px;
  padding: 0 20px;
  height: 42px;
  border: 1px solid #D8D8D8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-more span {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  transition: all 0.5s;
}
.home-more i {
  font-size: 16px;
  color: var(--main-color);
  margin-left: 16px;
}
@media screen and (min-width: 1200px) {
  .home-more:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
  }
  .home-more:hover span {
    color: #fff;
  }
  .home-more:hover i {
    color: #fff;
    transform: rotate(45deg);
  }
}
.mod-str .subtit {
  margin-bottom: 22px;
}
.mod-str .subtit p {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
  text-transform: uppercase;
  padding-left: 7px;
  padding-top: 8px;
}
.mod-str .subtit p::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: var(--main-color);
  left: 0;
  top: 0;
  z-index: -1;
}
.mod-title48 {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 118.75%;
  text-transform: uppercase;
}
.mod-title48 span {
  color: var(--main-color);
}
.home-product-slick {
  position: relative;
}
.home-product-slick .carter_arrow {
  z-index: 3;
  width: calc(100% + 120px);
}
.mod-prev,
.mod-next {
  transition: all 0.5s;
  cursor: pointer;
  pointer-events: all;
}
.mod-prev span,
.mod-next span {
  font-size: 30px;
  color: #979797;
}
.mod-prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .mod-prev:hover span,
  .mod-next:hover span {
    color: var(--main-color);
  }
}
.home-product-list {
  margin: 0 var(--flex-margin);
}
.home-product-list .item {
  padding: 0 var(--flex-padding);
}
.mod-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 10px 10px 28px;
  position: relative;
  z-index: 1;
}
.mod-product::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  z-index: 2;
  width: 0;
}
.mod-product .img_box {
  padding-top: 80.64516129%;
}
.mod-product .imgs {
  margin-bottom: 26px;
}
.mod-product .tits {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 32px;
  transition: all 0.5s;
}
.mod-product .mores {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.mod-product .mores span {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 8px;
  display: inline-block;
  transition: all 0.5s;
}
.mod-product .mores i {
  margin-left: 8px;
  font-size: 12px;
  color: var(--main-color);
}
.mod-product:hover::after {
  width: 100%;
}
.mod-product:hover .img_box img {
  transform: scale(1.05);
}
.mod-product:hover .tits {
  color: var(--main-color);
  text-decoration: underline;
}
.home-about {
  padding: var(--padd100) 0;
  overflow: hidden;
}
.home-about .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-about .flex .left {
  width: 51.0638297%;
}
.home-about .flex .left .text {
  margin-top: 24px;
}
.home-about .flex .left .text p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-about .flex .left .home-more {
  margin-top: 56px;
}
.home-about .flex .right {
  width: 46.24113475%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home-about .flex .right .text-bg {
  width: 92.3312883%;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: transparent;
}
.home-about .flex .right .text-bg img {
  width: 100%;
}
.home-about .flex .right .video {
  width: 53.5%;
  position: relative;
  cursor: pointer;
}
.home-about .flex .right .video .img_box {
  padding-top: 163.1123919%;
  height: 100%;
}
.home-about .flex .right .video .img_box img {
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .home-about .flex .right .video:hover .img_box img {
    transform: scale(1.05);
  }
  .home-about .flex .right .video:hover .mod-plays::after {
    background-color: rgba(130, 2, 27, 0.6);
  }
  .home-about .flex .right .video:hover .mod-plays::before {
    background-color: rgba(130, 2, 27, 0.4);
  }
}
.home-about .flex .right .imgs {
  width: 45%;
}
.home-about .flex .right .imgs .img_box {
  padding-top: 163.1123919%;
  height: 100%;
}
.home-about .flex .right .imgs .img_box img {
  object-fit: cover;
}
.mod-plays {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  z-index: 2;
}
.mod-plays::after {
  content: "";
  width: 76px;
  height: 76px;
  background: rgba(217, 217, 217, 0.6);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.5s;
}
.mod-plays::before {
  content: "";
  width: 100px;
  height: 100px;
  background: rgba(217, 217, 217, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  transition: all 0.5s;
}
.mod-plays img {
  width: 100%;
}
.home-news {
  padding: 200px 0 var(--padd100);
  overflow: hidden;
}
.home-news .mod-str {
  margin-bottom: 56px;
  text-align: center;
}
.home-news .flex {
  display: flex;
  margin: 0 var(--flex-margin);
}
.home-news .flex .left,
.home-news .flex .right {
  width: 50%;
  padding: 0 var(--flex-padding);
}
.home-news .flex .left .content {
  position: relative;
  height: 100%;
}
.home-news .flex .left .img_box {
  padding-top: 88.4057971%;
  height: 100%;
}
.home-news .flex .left .img_box img {
  object-fit: cover;
}
.home-news .flex .left .info {
  position: absolute;
  width: 95.6521739%;
  left: 0;
  z-index: 2;
  bottom: 32px;
  background-color: #fff;
  padding: 24px 30px;
}
.home-news .flex .left .info .time {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% ;
  /**/
  text-transform: capitalize;
  margin-bottom: 16px;
}
.home-news .flex .left .info .tits {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.home-news .flex .left .info .mores {
  display: flex;
  align-items: center;
}
.home-news .flex .left .info .mores span {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-right: 16px;
}
.home-news .flex .left .info .mores i {
  font-size: 16px;
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .home-news .flex .left .content:hover .info .tits {
    color: var(--main-color);
    text-decoration: underline;
  }
  .home-news .flex .left .content:hover .info .mores i {
    transform: rotate(45deg);
  }
  .home-news .flex .left .content:hover .img_box img {
    transform: scale(1.05);
  }
}
.home-news-list {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
.home-news-item:not(:last-child) {
  margin-bottom: 30px;
}
.home-news-link {
  display: flex;
  align-items: center;
}
.home-news-link .imgs {
  width: 210px;
}
.home-news-link .imgs .img_box {
  padding-top: 85.7142857%;
}
.home-news-link .info {
  width: calc(100% - 210px);
  padding-left: 30px;
}
.home-news-link .info .time {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.home-news-link .info .tits {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-link .info .mores {
  display: flex;
  align-items: center;
}
.home-news-link .info .mores span {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-right: 16px;
}
.home-news-link .info .mores i {
  font-size: 16px;
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .home-news-link:hover .imgs .img_box img {
    transform: scale(1.05);
  }
  .home-news-link:hover .info .tits {
    color: var(--main-color);
    text-decoration: underline;
  }
  .home-news-link:hover .info .mores i {
    transform: rotate(45deg);
  }
}
.footer {
  background-color: #222222;
}
.footer-top {
  padding: var(--padd100) 0;
}
.footer-top .flex {
  display: flex;
  justify-content: space-between;
}
.footer-info {
  width: 360px;
}
.footer-info .footer-logo {
  display: block;
  width: 305px;
}
.footer-info .footer-logo img {
  width: 100%;
}
.footer-info .text {
  margin-top: 32px;
}
.footer-info .text p {
  color: #F5F5F5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.footer-info form {
  width: 100%;
  margin-top: 28px;
  border-bottom: 1px solid #404143;
  display: flex;
}
.footer-info form button {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.footer-info form button span {
  color: #fff;
  font-size: 17px;
}
@media screen and (min-width: 1200px) {
  .footer-info form button:hover span {
    color: var(--main-color);
  }
}
.footer-info form input {
  padding: 0 11px;
  width: calc(100% - 40px);
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
.footer-media {
  margin-top: 50px;
  display: flex;
}
.footer-media a {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #404143;
  transition: all 0.5s;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-media a span {
  color: #fff;
  font-size: 17px;
}
@media screen and (min-width: 1200px) {
  .footer-media a:hover span {
    color: var(--main-color);
  }
}
.footer-tit {
  color: #FFF;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.footer-nav li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-nav a {
  color: #F5F5F5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .footer-nav a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.footer-contact {
  width: 340px;
}
.footer-contact li {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}
.footer-contact li .iconfont {
  font-size: 18px;
  color: #D9D9D9;
  margin-right: 16px;
  transform: translateY(4px);
}
.footer-contact li .val p,
.footer-contact li .val a {
  color: #F5F5F5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 1200px) {
  .footer-contact li .val a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.footer-contact li:last-child {
  margin-bottom: 0;
}
.footer-bottom .flex {
  padding: 24px 0;
  border-top: 1px solid #404143;
  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: #D9D9D9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 214.286%;
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .left a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.footer-bottom .right {
  display: flex;
  align-items: center;
}
.footer-bottom .right a {
  margin-right: 23px;
  color: #D9D9D9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 214.286%;
  text-transform: uppercase;
}
.footer-bottom .right a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .right a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.product {
  padding: 80px 0 130px;
  background-color: #F5F5F5;
}
.product .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product .flex .left {
  width: 284px;
  background-color: #fff;
  padding: 20px 20px 30px;
}
.product .flex .left .title {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1.2px solid #F5F5F5;
}
.product .flex .right {
  width: calc(100% - 284px);
  padding-left: 76px;
}
.product .flex .right .text {
  margin-top: 16px;
}
.product .flex .right .text p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.product-nav-item {
  margin-bottom: 32px;
}
.product-nav-item:last-child {
  margin-bottom: 0;
}
.product-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-nav-link p {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  padding-right: 20px;
}
.product-nav-link .iconfont {
  font-size: 20px;
  color: #666666;
}
.product-second {
  padding: 24px 10px 10px;
}
.product-second-item:not(:last-child) {
  margin-bottom: 16px;
}
.product-second-item a {
  color: #666;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .product-second-item a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.product-second {
  display: none;
}
.product-nav-item.active .product-nav-link .iconfont {
  transform: rotate(-180deg);
}
.product-nav-item.active .product-second {
  display: block;
}
.product-second-item.active a {
  color: var(--main-color);
  text-decoration: underline;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px var(--flex-margin) -36px;
}
.product-item {
  width: 33.333333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 36px;
}
/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --margin-x: 8px;
  --fs: 16px;
  --iconfs: 22px;
  --wh: 48px;
  --bg: #FFF;
  --page-color: #666;
  margin-top: 80px;
}
.mod_page_item {
  margin: 0 var(--margin-x);
}
.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: 0px;
  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-top {
  padding: 30px 0;
}
.prodeta-top p {
  color: #FFF;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 118.75%;
  text-transform: capitalize;
}
.prodeta-info {
  padding: 80px 0;
  overflow: hidden;
}
.prodeta-info .flex {
  display: flex;
  justify-content: space-between;
}
.prodeta-info .left {
  width: 42.5531914%;
}
.prodeta-info .left .img_box {
  padding-top: 90%;
}
.prodeta-info .right {
  width: 51.0638297%;
  padding-top: 10px;
}
.prodeta-info .right .title {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 118.75%;
  text-transform: capitalize;
  width: 580px;
  max-width: 100%;
}
.prodeta-info .right .text {
  margin-top: 32px;
}
.prodeta-info .right .text p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.prodeta-info .right .prodeta-share {
  display: flex;
  align-items: center;
  margin-top: 140px;
}
.prodeta-info .right .prodeta-share p {
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-right: 22px;
}
.prodeta-info .right .controls {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.prodeta-info .right .controls .inquire-btn,
.prodeta-info .right .controls .cart-btn {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  cursor: pointer;
  transition: all 0.5s;
}
.prodeta-info .right .controls .cart-btn {
  background-color: var(--main-color);
}
.prodeta-info .right .controls .cart-btn i {
  font-size: 20px;
  color: #fff;
  margin-right: 16px;
}
.prodeta-info .right .controls .cart-btn span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-transform: capitalize;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-info .right .controls .cart-btn:hover {
    background-color: #700017;
  }
  .prodeta-info .right .controls .inquire-btn:hover {
    background-color: var(--main-color);
  }
  .prodeta-info .right .controls .inquire-btn:hover i {
    color: #fff;
  }
  .prodeta-info .right .controls .inquire-btn:hover span {
    color: #fff;
  }
}
.prodeta-info .right .controls .inquire-btn {
  background-color: #F5F5F5;
}
.prodeta-info .right .controls .inquire-btn i {
  font-size: 20px;
  color: #222222;
  margin-right: 16px;
}
.prodeta-info .right .controls .inquire-btn span {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-transform: capitalize;
  transition: all 0.5s;
}
.prodeta-info-blist {
  border: 1.2px solid #F5F5F5;
  margin-bottom: 16px;
}
.prodeta-info-slist {
  margin: 0 -8px;
}
.prodeta-info-sitem {
  padding: 0 8px;
}
.prodeta-info-scont {
  cursor: pointer;
  transition: all 0.5s;
  border: 1.2px solid #F5F5F5;
  position: relative;
}
.prodeta-info-scont .play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.prodeta-info-scont .play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
@media screen and (min-width: 1200px) {
  .prodeta-info-scont:hover {
    border: 1.2px solid var(--main-color);
  }
}
.slick-current .prodeta-info-scont {
  border: 1.2px solid var(--main-color);
}
.prodeta-nav-list {
  display: flex;
  background-color: #F5F5F5;
}
.prodeta-nav-item {
  min-width: 130px;
  padding: 15px 36px;
  text-align: center;
  color: #221E1F;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .prodeta-nav-item:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.prodeta-nav-item.active {
  background-color: var(--main-color);
  color: #fff;
}
.prodeta-nav {
  margin-bottom: 80px;
  position: sticky;
  z-index: 100;
  left: 0;
  top: 120px;
}
.prodeta-tit {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 118.75%;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.prodeta-details {
  padding-bottom: 80px;
}
.prodeta-details .edit p {
  color: #666;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.prodeta-inquiry {
  padding-bottom: 80px;
}
.prodeta-inquiry .text {
  margin-bottom: 24px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.prodeta-inquiry .mod_form {
  --form-margin: -8px;
  --form-padding: 8px;
  --form-item-botton: 18px;
  --form-item-br: 0px;
  --form-item-width: 33.33333%;
  --form-item-bg: #fff;
  --form-item-height: 50px;
  --form-item-padding: 23px;
  --form-label-size: 14px;
  --form-color: #666;
  --form-textarea-height: 190px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.prodeta-inquiry .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.prodeta-inquiry .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border-radius: var(--form-item-br);
  border: 1px solid #D9D9D9;
}
.prodeta-inquiry .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);
}
.prodeta-inquiry .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);
}
.prodeta-inquiry .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);
}
.prodeta-inquiry .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 42px;
  padding: 0 18px;
  background-color: var(--main-color);
  transition: all 0.5s;
}
.prodeta-inquiry .mod_form .mod_form_item .conts button p {
  color: #F3F3F3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 8px;
}
.prodeta-inquiry .mod_form .mod_form_item .conts button span {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .prodeta-inquiry .mod_form .mod_form_item .conts button:hover {
    background-color: #000;
  }
}
.prodeta-inquiry .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.prodeta-inquiry .mod_form .mod_form_item.selects.open .conts .selects-icon {
  transform: translateY(-50%) rotate(180deg);
}
.prodeta-inquiry .mod_form .mod_form_item.selects .conts {
  cursor: pointer;
}
.prodeta-inquiry .mod_form .mod_form_item.selects .conts input {
  pointer-events: none;
}
.prodeta-inquiry .mod_form .mod_form_item.selects .conts .select-list {
  position: absolute;
  width: 100%;
  padding: 15px var(--form-item-padding);
  background-color: #e6e6e6;
  left: 0;
  top: calc(100% + 5px);
  z-index: 2;
  border-radius: var(---form-item-br);
  display: none;
}
.prodeta-inquiry .mod_form .mod_form_item.selects .conts .select-list li {
  padding: 5px 0;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 1.75;
}
.prodeta-inquiry .mod_form .mod_form_item.selects .conts .select-list li.active {
  color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .prodeta-inquiry .mod_form .mod_form_item.selects .conts .select-list li:hover {
    color: var(--main-color);
  }
}
.prodeta-inquiry .mod_form .mod_form_item.selects .conts .selects-icon {
  position: absolute;
  width: 10px;
  right: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  cursor: pointer;
}
.prodeta-inquiry .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
}
.prodeta-inquiry .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.prodeta-inquiry .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.prodeta-inquiry .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: var(--main-color);
}
.prodeta-inquiry .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: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
.prodeta-inquiry .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  padding-left: 0px;
}
.prodeta-inquiry .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta-like {
  padding-bottom: 80px;
}
.prodeta-like .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.prodeta-like .hds .prodeta-tit {
  margin-bottom: 0;
}
.prodeta-like .arrow {
  display: flex;
  align-items: center;
}
.prodeta-like .arrow .mod-prev {
  margin-right: 10px;
}
.prodeta-like-list {
  margin: 0 var(--flex-margin);
}
.prodeta-like-item {
  padding: 20px var(--flex-padding);
}
.prodeta-like-item .mod-product {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.standard {
  padding: 80px 0 130px;
}
.standard .mod-product {
  box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.01), 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
}
.standard .title {
  text-align: center;
  margin-bottom: 56px;
}
.standard-list {
  margin: 0 var(--flex-margin) -30px;
}
.standard-item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.about-info {
  padding: 80px 0 100px;
}
.about-info .mod-str {
  width: 690px;
  max-width: 100%;
}
.about-info .text {
  margin-top: 32px;
}
.about-info .text p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.about-info .play {
  position: relative;
  margin-top: 60px;
}
.about-info .play .img_box {
  padding-top: 29.78723404%;
}
@media screen and (min-width: 1200px) {
  .about-info .play:hover .img_box img {
    transform: scale(1.05);
  }
  .about-info .play:hover .mod-plays::after {
    background-color: rgba(130, 2, 27, 0.6);
  }
  .about-info .play:hover .mod-plays::before {
    background-color: rgba(130, 2, 27, 0.4);
  }
}
.about-section {
  background-color: #F5F5F5;
  padding: 110px 0;
}
.about-section .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.about-section .flex .left {
  width: 46.80851063%;
}
.about-section .flex .left .title {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.about-section .flex .left .text p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.about-section .flex .right {
  width: 46.80851063%;
  position: relative;
  z-index: 1;
}
.about-section .flex .right::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  transform: translate(-16px, 16px);
}
.about-section .flex .right .img_box {
  padding-top: 74.2268041%;
}
.about-section .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.about-section .flex:last-child {
  margin-bottom: 0;
}
.about-honor {
  padding: 110px 0 100px;
}
.about-honor .mod-str {
  text-align: center;
}
.about-honor-slick {
  position: relative;
}
.about-honor-slick .carter_arrow {
  z-index: 3;
  width: calc(100% + 130px);
}
.about-honor-list {
  margin: 56px var(--flex-margin) 0;
}
.about-honor-item {
  padding: 0 var(--flex-padding);
}
.about-honor-cont {
  padding: 10px;
  border: 1px solid #EBEBEB;
  cursor: pointer;
  transition: all 0.5s;
}
.about-honor-cont .img_box {
  padding-top: 137.0967741%;
}
@media screen and (min-width: 1200px) {
  .about-honor-cont:hover {
    border: 1px solid var(--main-color);
  }
  .about-honor-cont:hover .img_box img {
    transform: scale(1.05);
  }
}
.about-factory {
  padding: 100px 0;
  background-color: #F5F5F5;
}
.about-factory .hds {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
}
.about-factory .hds .arrow {
  display: flex;
}
.about-factory .hds .arrow .mod-prev {
  margin-right: 20px;
}
.about-factory-conts {
  display: block;
  cursor: pointer;
}
.about-factory-conts .img_box {
  padding-top: 70.588235%;
  margin-bottom: 24px;
}
.about-factory-conts .tits {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .about-factory-conts:hover .img_box img {
    transform: scale(1.05);
  }
  .about-factory-conts:hover .tits {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.about-factory-list {
  margin: 0 var(--flex-margin);
}
.about-factory-item {
  padding: 0 var(--flex-padding);
}
.subsidiary,
.project {
  padding-bottom: var(--padd100);
}
.mod-nav {
  display: flex;
}
.mod-nav-item {
  margin-right: 20px;
  padding: 10px 30px;
  background-color: #F5F5F5;
  color: #222;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.mod-nav-item:last-child {
  margin-right: 0;
}
.mod-nav-item.active {
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .mod-nav-item:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.subsidiary-info {
  padding-top: 56px;
}
.subsidiary-info .title {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 118.75%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.subsidiary-info .info {
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1.2px solid #F5F5F5;
}
.subsidiary-info .info .item {
  display: flex;
  margin-bottom: 8px;
}
.subsidiary-info .info .item span {
  font-size: 20px;
  color: var(--main-color);
  margin-right: 8px;
  transform: translateY(5px);
}
.subsidiary-info .info .item a,
.subsidiary-info .info .item p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.subsidiary-info .info .item:last-child {
  margin-bottom: 0;
}
.subsidiary-info .edit p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.project .list {
  margin: 80px var(--flex-margin) -30px;
}
.project .item {
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.project .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.project .content .img_box {
  padding-top: 66.6666666%;
}
.project .content .tits {
  flex-grow: 1;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .project .content:hover {
    box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.01), 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
  }
  .project .content:hover .img_box img {
    transform: scale(1.05);
  }
  .project .content:hover .tits {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.blog {
  padding-bottom: var(--padd100);
}
.blog .mod-nav-item {
  margin-right: 0;
}
.blog-list {
  margin-top: 80px;
}
.blog-item {
  margin-bottom: 30px;
}
.blog-item:last-child {
  margin-bottom: 0;
}
.blog-link {
  padding: 12px 12px 12px 32px;
  background-color: #F5F5F5;
  display: block;
}
.blog-link .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-link .left {
  width: calc(100% - 374px);
  padding-right: 60px;
}
.blog-link .left .time {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.blog-link .left .tits {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 16px;
  transition: all 0.5s;
}
.blog-link .left .texts {
  margin-bottom: 32px;
}
.blog-link .left .texts p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-link .left .more {
  display: flex;
  align-items: center;
}
.blog-link .left .more p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 8px;
}
.blog-link .left .more span {
  font-size: 12px;
  color: var(--main-color);
  transform: translateY(1px);
}
.blog-link .right {
  width: 374px;
}
.blog-link .right .img_box {
  padding-top: 62.5%;
}
@media screen and (min-width: 1200px) {
  .blog-link:hover .left .tits {
    color: var(--main-color);
    text-decoration: underline;
  }
  .blog-link:hover .right .img_box img {
    transform: scale(1.05);
  }
}
.faq {
  padding: 80px 0 120px;
}
.faq .title {
  text-align: center;
  margin-bottom: 56px;
}
.faq .faq-item {
  margin-bottom: 20px;
  background-color: #F5F5F5;
}
.faq .faq-item:last-child {
  margin-bottom: 0;
}
.faq .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  cursor: pointer;
}
.faq .hds p {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  padding-right: 30px;
}
.faq .hds span {
  font-size: 24px;
  color: #666666;
}
.faq .bds {
  padding: 0 24px 24px;
  display: none;
}
.faq .bds p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.faq-item.active span {
  transform: rotate(180deg);
}
.faq-item:nth-child(1) .bds {
  display: block;
}
.contact {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}
.contact .flex {
  display: flex;
  justify-content: space-between;
}
.contact .left {
  width: 45.39007%;
  background-color: #F5F5F5;
  padding: 62px 45px;
  margin-top: -6.66666666vw;
}
.contact .left .title {
  color: #221E1F;
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.contact .left .text {
  margin-bottom: 56px;
}
.contact .left .text p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contact .right {
  width: 48.93617021%;
  padding: 80px 0 ;
}
.contact .right .title {
  color: #020736;
  font-family: "Roboto Condensed";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.833%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.contact .right .text {
  margin-bottom: 56px;
}
.contact .right .text p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contact .mod_form {
  --form-margin: -9px;
  --form-padding: 9px;
  --form-item-botton: 18px;
  --form-item-br: 0px;
  --form-item-width: 100%;
  --form-item-bg: #fff;
  --form-item-height: 48px;
  --form-item-padding: 16px;
  --form-label-size: 16px;
  --form-color: #666666;
  --form-textarea-height: 220px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.contact .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
  border-radius: var(--form-item-br);
}
.contact .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);
}
.contact .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);
}
.contact .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);
}
.contact .mod_form .mod_form_item .conts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 42px;
  padding: 0 18px;
  background-color: var(--main-color);
  transition: all 0.5s;
}
.contact .mod_form .mod_form_item .conts button p {
  color: #F3F3F3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 8px;
}
.contact .mod_form .mod_form_item .conts button span {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .contact .mod_form .mod_form_item .conts button:hover {
    background-color: #000;
  }
}
.contact .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact .mod_form .mod_form_item.selects.open .conts .selects-icon {
  transform: translateY(-50%) rotate(180deg);
}
.contact .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
  border: none;
  margin-top: 40px;
}
.contact .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.contact .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact .mod_form .mod_form_item.proname .conts {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.contact .mod_form .mod_form_item.proname .conts label {
  position: static;
  flex-shrink: 0;
  transform: none;
  padding-left: var(--form-item-padding);
  margin-bottom: 0;
}
.contact .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  padding-left: 5px;
}
.contact .mod_form .mod_form_item.block {
  width: 100%;
}
.contact-list {
  margin-top: 56px;
  width: 380px;
  max-width: 100%;
}
.contact-item {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
}
.contact-item .iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #82021B;
  font-size: 20px;
  color: var(--main-color);
  margin-right: 24px;
}
.contact-item .content .key {
  color: #222;
  font-family: "Roboto Condensed";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.contact-item .content .val {
  margin-top: 20px;
}
.contact-item .content .val p,
.contact-item .content .val a {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .contact-item .content .val a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-media {
  display: flex;
  margin-top: 56px;
}
.contact-media a {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 2px;
}
.contact-media a span {
  font-size: 17px;
  color: #979797;
}
@media screen and (min-width: 1200px) {
  .contact-media a:hover span {
    color: var(--main-color);
  }
}
.blog .mod_page,
.project .mod_page {
  --bg: #F5F5F5;
}
.standard .mod_page {
  --bg: #F5F5F5;
  justify-content: center;
}
.product-phnav {
  display: none;
}
.home-project {
  display: flex;
  flex-direction: column;
  padding-top: var(--padd100);
}
.home-project .mod-str {
  text-align: center;
}
.home-project .mod-str .subtit p,
.home-project .mod-str .title {
  color: #fff;
}
.home-project .text {
  width: 930px;
  margin-top: 20px;
  margin-left: auto;
  margin-inline-end: auto;
  max-width: 100%;
}
.home-project .text p {
  color: #F5F5F5;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-project-slick {
  position: relative;
  margin-bottom: -108px;
}
.home-project-slick .carter_arrow {
  z-index: 2;
  width: calc(100% + 140px);
}
.home-project-list {
  margin: 56px var(--flex-margin) 0;
}
.home-project-item {
  padding: 0 var(--flex-padding) 13px;
}
.home-project-link {
  display: block;
}
.home-project-link .img_box {
  padding-top: 66.6666666%;
}
.home-project-link .texts {
  background-color: #fff;
  padding: 23px 16px;
  height: 95px;
  overflow: hidden;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.home-project-link .texts p {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .home-project-link:hover .img_box img {
    transform: scale(1.05);
  }
  .home-project-link:hover .texts p {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.home-news-link .info .mores i {
  transform: translateY(1px);
}
/* 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 */
.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;
  }
}
/* 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: 80px 0px;
}
@media screen and (max-width: 1440px) {
  .shop_cont {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_cont {
    padding: 65px 0px;
  }
}
@media screen and (max-width: 991px) {
  .shop_cont {
    padding: 60px 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 */
.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 40px;
  --fs: 24px;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
  background-color: rgba(100, 100, 100, 0.28);
  border-radius: 4px;
  padding: 14px 5px;
}
.ct_aside1_item {
  margin-bottom: 10px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.36s;
}
.ct_aside1_link span {
  font-size: var(--fs);
  color: #fff !important;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: #031417;
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: #031417;
}
.ct_aside1_link,
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 4px;
}
.ct_aside1_switch {
  background-color: var(--main-color);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-90deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ct_aside1_cont .qr img {
  width: 100%;
}
.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 10px;
    bottom: 80px;
    transform: translateY(0);
  }
  .ct_aside1_switch {
    display: block;
  }
}
/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #fff;
  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 */
}
.product .flex .left {
  position: sticky;
  left: 0;
  top: 140px;
}
