@charset "UTF-8";
/**
 * @desc main_style
 * @author Tven
 * @date 2025-11-19
 */
:root,
[data-bs-theme=light] {
  --bs-primary: #7cb34d;
  --bs-primary-rgb: 124, 179, 77;
  --bs-primary-text: #7cb34d;
  --bs-secondary: #201a16;
  --bs-secondary-rgb: 32, 26, 22;
  --bs-secondary-text: #201a16;
}

b, strong {
  font-weight: bold;
}

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-L";
  src: url("../fonts/Ubuntu-L.otf");
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-B";
  src: url("../fonts/ubuntu-B.ttf");
  font-display: swap;
}
@font-face {
  font-family: "MONTSERRAT-LIGHT";
  src: url("../fonts/MONTSERRAT-LIGHT.OTF");
  font-display: swap;
}
@font-face {
  font-family: "MONTSERRAT";
  src: url("../fonts/HINTED-MONTSERRAT-MEDIUM.TTF");
  font-display: swap;
}
body {
  font-size: clamp(14px, 0.875rem, 0.73vw);
  font-family: "MONTSERRAT";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.text-right {
  text-align: right;
}

/**
* $row 一行元素个数
* $gap 元素左右间距
* $bottom 元素上下间距
* $xsNum 小屏幕一行元素个数-可选值
* $xsBottom 小屏幕元素上下间距-可选值
*/
/**
 * grid布局
 * @param {number} $rows   行数
 * @param {number} $cols   列数
 * @param {number} $colGip 列间隔
 * @param {number} $rowGip 行间隔
 * @param {list}   $mobile 断点配置列表(默认空)
    * @param {number} $breakpoint 断点值
    * @param {number} $cols       列数
    * @param {number} $rows       行数
    * @param {number} $colGap     行列间隔
*/
h1 {
  font-size: clamp(18px, 2.25rem, 1.875vw);
}

h2 {
  font-size: clamp(18px, 1.875rem, 1.5625vw);
}

h3 {
  font-size: clamp(16px, 1.5rem, 1.25vw);
}

h4 {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
}

h5 {
  font-size: clamp(14px, 0.875rem, 0.73vw);
}

h6 {
  font-size: clamp(12px, 12px, 0.625vw);
}

p {
  font-size: clamp(14px, 1rem, 0.84vw);
}

/** 
* font-size
* @param $min-size 最小字号
* @param $normal-size 常规字号
* @param $max-size 最大字号
 */
.fz_60 {
  font-size: clamp(20px, 3.75rem, 3.125vw);
}

.fz_59 {
  font-size: clamp(20px, 3.6875rem, 3.0729166667vw);
}

.fz_58 {
  font-size: clamp(20px, 3.625rem, 3.0208333333vw);
}

.fz_57 {
  font-size: clamp(20px, 3.5625rem, 2.96875vw);
}

.fz_56 {
  font-size: clamp(20px, 3.5rem, 2.9166666667vw);
}

.fz_55 {
  font-size: clamp(20px, 3.4375rem, 2.8645833333vw);
}

.fz_54 {
  font-size: clamp(20px, 3.375rem, 2.8125vw);
}

.fz_53 {
  font-size: clamp(20px, 3.3125rem, 2.7604166667vw);
}

.fz_52 {
  font-size: clamp(20px, 3.25rem, 2.7083333333vw);
}

.fz_51 {
  font-size: clamp(20px, 3.1875rem, 2.65625vw);
}

.fz_50 {
  font-size: clamp(20px, 3.125rem, 2.6041666667vw);
}

.fz_49 {
  font-size: clamp(20px, 3.0625rem, 2.5520833333vw);
}

.fz_48 {
  font-size: clamp(20px, 3rem, 2.5vw);
}

.fz_47 {
  font-size: clamp(20px, 2.9375rem, 2.4479166667vw);
}

.fz_46 {
  font-size: clamp(20px, 2.875rem, 2.3958333333vw);
}

.fz_45 {
  font-size: clamp(20px, 2.8125rem, 2.34375vw);
}

.fz_44 {
  font-size: clamp(20px, 2.75rem, 2.2916666667vw);
}

.fz_43 {
  font-size: clamp(20px, 2.6875rem, 2.2395833333vw);
}

.fz_42 {
  font-size: clamp(20px, 2.625rem, 2.1875vw);
}

.fz_41 {
  font-size: clamp(20px, 2.5625rem, 2.1354166667vw);
}

.fz_40 {
  font-size: clamp(20px, 2.5rem, 2.0833333333vw);
}

.fz_39 {
  font-size: clamp(20px, 2.4375rem, 2.03125vw);
}

.fz_38 {
  font-size: clamp(20px, 2.375rem, 1.9791666667vw);
}

.fz_37 {
  font-size: clamp(20px, 2.3125rem, 1.9270833333vw);
}

.fz_36 {
  font-size: clamp(18px, 2.25rem, 1.875vw);
}

.fz_35 {
  font-size: clamp(18px, 2.1875rem, 1.8229166667vw);
}

.fz_34 {
  font-size: clamp(18px, 2.125rem, 1.7708333333vw);
}

.fz_33 {
  font-size: clamp(18px, 2.0625rem, 1.71875vw);
}

.fz_32 {
  font-size: clamp(18px, 2rem, 1.6666666667vw);
}

.fz_31 {
  font-size: clamp(18px, 1.9375rem, 1.6145833333vw);
}

.fz_30 {
  font-size: clamp(18px, 1.875rem, 1.5625vw);
}

.fz_29 {
  font-size: clamp(18px, 1.8125rem, 1.5104166667vw);
}

.fz_28 {
  font-size: clamp(16px, 1.75rem, 1.4583333333vw);
}

.fz_27 {
  font-size: clamp(16px, 1.6875rem, 1.40625vw);
}

.fz_26 {
  font-size: clamp(16px, 1.625rem, 1.3541666667vw);
}

.fz_25 {
  font-size: clamp(16px, 1.5625rem, 1.3020833333vw);
}

.fz_24 {
  font-size: clamp(16px, 1.5rem, 1.25vw);
}

.fz_23 {
  font-size: clamp(16px, 1.4375rem, 1.1979166667vw);
}

.fz_22 {
  font-size: clamp(16px, 1.375rem, 1.1458333333vw);
}

.fz_21 {
  font-size: clamp(16px, 1.3125rem, 1.09375vw);
}

.fz_20 {
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
}

.fz_19 {
  font-size: clamp(16px, 1.1875rem, 0.9895833333vw);
}

.fz_18 {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
}

.fz_17 {
  font-size: clamp(14px, 1.0625rem, 0.8854166667vw);
}

.fz_16 {
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}

.fz_15 {
  font-size: clamp(14px, 0.9375rem, 0.78125vw);
}

.fz_14 {
  font-size: clamp(14px, 0.875rem, 0.7291666667vw);
}

.fz_13 {
  font-size: clamp(14px, 0.8125rem, 0.6770833333vw);
}

.fz_12 {
  font-size: clamp(14px, 16px, 18pxvw);
}

.mod_header {
  width: 100%;
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}
.mod_header.active {
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  transform: translateY(-40px);
}
.mod_header.active .header .header_center {
  background: rgba(255, 255, 255, 0.95);
}
.mod_header.active .header .head_search_module {
  padding-top: 40px;
}
.mod_header .header {
  position: relative;
  z-index: 9;
}
.mod_header .header .head_top {
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
}
.mod_header .header .head_top .text span,
.mod_header .header .head_top .text a {
  display: inline-block;
  padding: 0 1.25rem;
  position: relative;
  color: #fff;
}
.mod_header .header .head_top .text span::after,
.mod_header .header .head_top .text a::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #324658;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mod_header .header .head_top .text span:first-child,
.mod_header .header .head_top .text a:first-child {
  padding-left: 0;
}
.mod_header .header .head_top .text span:last-child,
.mod_header .header .head_top .text a:last-child {
  padding-right: 0;
}
.mod_header .header .head_top .text span:last-child::after,
.mod_header .header .head_top .text a:last-child::after {
  display: none;
}
.mod_header .header .head_top ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mod_header .header .head_top ul li {
  margin-left: 0.75rem;
}
.mod_header .header .head_top ul li a {
  color: #fff;
  transition: color 0.2s ease;
}
.mod_header .header .head_top ul li a:hover {
  color: var(--bs-primary);
}
.mod_header .header .head_top ul li a i {
  font-size: clamp(16px, 1.125rem, 0.9375vw);
}
.mod_header .header .header_center {
  position: relative;
  height: 100px;
  background: rgba(255, 255, 255, 0.85);
}
.mod_header .header .header_center .logo {
  display: flex;
  align-items: center;
}
.mod_header .header .header_center .logo a {
  display: inline-block;
}
.mod_header .header .header_center .logo a img {
  max-height: 60px;
}
.mod_header .header .header_center nav > ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.mod_header .header .header_center nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}
.mod_header .header .header_center nav > ul > li:hover > a {
  color: var(--bs-primary);
}
.mod_header .header .header_center nav > ul > li:hover > i {
  color: var(--bs-primary);
}
.mod_header .header .header_center nav > ul > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.mod_header .header .header_center nav > ul > li:hover .pc-dropdown {
  opacity: 1;
  pointer-events: auto;
}
.mod_header .header .header_center nav > ul > li.active > a {
  font-family: "Ubuntu-B";
  color: var(--bs-primary);
}
.mod_header .header .header_center nav > ul > li.active > a::after {
  opacity: 1;
}
.mod_header .header .header_center nav > ul > li > a {
  height: 100px;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
  padding: 0 1.5em;
  color: #000;
  position: relative;
  font-family: "Ubuntu-L";
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.mod_header .header .header_center nav > ul > li > a::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  background-image: url("../img/ico.svg");
  background-size: cover;
  opacity: 0;
}
.mod_header .header .header_center nav > ul > li i {
  font-size: clamp(16px, 1.125rem, 0.9375vw);
  margin-left: 0.5rem;
  transition: all 0.5s ease;
  display: none;
}
.mod_header .header .header_center nav > ul > li:not(:first-child) .pc-dropdown {
  height: clamp(240px, 15.625rem, 250px);
}
.mod_header .header .header_center nav > ul > li .pc-dropdown {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  height: clamp(360px, 25rem, 400px);
  width: 100vw;
  z-index: -1;
  padding-top: calc(140px + 2rem);
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.mod_header .header .header_center nav > ul > li .pc-dropdown::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  left: 0;
  top: 140px;
}
.mod_header .header .header_center nav > ul > li .pc-dropdown > li {
  margin: 0 4%;
}
.mod_header .header .header_center nav > ul > li .pc-dropdown > li span {
  font-size: clamp(14px, 0.875rem, 0.7291666667vw);
  color: #777;
}
.mod_header .header .header_center nav > ul > li .pc-dropdown > li a {
  margin-top: 8px;
  display: inline-block;
  font-size: clamp(16px, 1.125rem, 0.9375vw);
  color: #1f1f1f;
  transition: all 0.2s;
  font-family: "MONTSERRAT-LIGHT";
}
.mod_header .header .header_center nav > ul > li .pc-dropdown > li a:hover {
  color: var(--bs-primary);
}
.mod_header .header .header_center nav > ul > li .pc-dropdown > li ul li {
  margin-top: 8px;
}
.mod_header .header .header_center nav > ul > li .pc-dropdown > li ul li a {
  margin-top: 0;
}
.mod_header .header .header_center .head_ico a {
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.3s;
  font-family: "MONTSERRAT-LIGHT";
}
.mod_header .header .header_center .head_ico a > i {
  margin-right: 0.5rem;
  font-size: clamp(18px, 2.25rem, 1.875vw);
}
.mod_header .header .header_center .head_ico a:hover {
  color: var(--bs-primary);
}
.mod_header .header .header_center .head_ico input {
  border: none;
  background: none;
  outline: none;
  width: 9.375rem;
}
.mod_header .header .header_center .head_ico input::placeholder {
  color: rgba(0, 0, 0, 0.85);
}
.mod_header .header .header_center .head_ico button {
  border: none;
  background: none;
  outline: none;
}
.mod_header .header .header_center .head_ico i {
  font-size: clamp(18px, 1.875rem, 1.5625vw);
  cursor: pointer;
}
.mod_header .header .header_center .head_search {
  margin-left: 2rem;
  transition: all 0.3s;
}
.mod_header .header .header_center .head_search:hover {
  color: var(--bs-primary);
}
.mod_header .header .head_search_module {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.96);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  padding: 0 34px;
}
.mod_header .header .head_search_module form {
  width: 100%;
}
.mod_header .header .head_search_module form input {
  width: 100%;
  font-size: clamp(16px, 2rem, 1.6666666667vw);
  background: none;
  border: none;
  outline: none;
  color: #fff;
}
.mod_header .header .head_search_module form input::placeholder {
  color: #fff;
}
.mod_header .header .head_search_module form span {
  cursor: pointer;
}
.mod_header .header .head_search_module form span i {
  color: #fff;
  font-size: clamp(16px, 1.5rem, 1.25vw);
}
.mod_header .header .head_search_module.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  .mod_header {
    height: 60px;
    position: static;
    background: #fff;
  }
  .mod_header .header .head_top {
    display: none;
  }
  .mod_header .header .header_center {
    height: 60px;
    display: flex;
    align-items: center;
  }
  .mod_header .header .header_center .logo a img {
    max-height: 36px;
  }
  .mod_header .header .header_center nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    transition: opacity 0.25s ease-out;
    background: rgba(0, 0, 0, 0.5);
  }
  .mod_header .header .header_center nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .mod_header .header .header_center nav.active .nav_close,
  .mod_header .header .header_center nav.active ul {
    transform: translateX(0);
  }
  .mod_header .header .header_center nav > ul {
    width: 90%;
    height: calc(100% - 52px);
    overflow: auto;
    display: block;
    background: #fff;
    transform: translateX(-100%);
    transition: all 0.2s ease-in;
  }
  .mod_header .header .header_center nav > ul > li {
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  .mod_header .header .header_center nav > ul > li.active > a::after {
    display: none;
  }
  .mod_header .header .header_center nav > ul > li:hover a,
  .mod_header .header .header_center nav > ul > li:hover i {
    color: #3a3a3a;
  }
  .mod_header .header .header_center nav > ul > li a {
    height: auto;
    width: calc(100% - 58px);
    font-size: clamp(14px, 0.875rem, 0.7291666667vw);
    padding: 12px 0;
    padding-left: 20px;
    color: #3a3a3a;
    text-transform: capitalize;
  }
  .mod_header .header .header_center nav > ul > li i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    width: 38px;
    font-size: clamp(16px, 1.125rem, 0.9375vw);
    flex-shrink: 0;
  }
  .mod_header .header .header_center nav > ul > li i.active::before {
    transform: rotateX(180deg);
  }
  .mod_header .header .header_center nav > ul > li .pc-dropdown {
    display: none;
    position: static;
    z-index: 2;
    height: auto;
    width: 100%;
    padding: 10px 15px;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    flex-direction: column;
  }
  .mod_header .header .header_center nav > ul > li .pc-dropdown::after {
    display: none;
  }
  .mod_header .header .header_center nav > ul > li .pc-dropdown > li:first-child a {
    margin-top: 0;
  }
  .mod_header .header .header_center nav > ul > li .pc-dropdown > li a {
    padding: 0;
    font-size: 14px;
  }
  .mod_header .header .header_center nav > ul > li .pc-dropdown > li ul {
    display: flex;
    flex-wrap: wrap;
    margin: 6px 0;
  }
  .mod_header .header .header_center nav > ul > li .pc-dropdown > li ul li a {
    padding: 0;
    font-size: 14px;
    width: auto;
    margin-right: 10px;
  }
  .mod_header .header .header_center nav > ul > li .pc-dropdown > li ul li a::before {
    display: none;
  }
  .mod_header .header .header_center .nav_open {
    transition: opacity 0.3s ease;
    color: var(--bs-primary);
  }
  .mod_header .header .header_center .nav_open.active {
    opacity: 0;
  }
  .mod_header .header .header_center .nav_open i {
    font-size: 24px;
  }
  .mod_header .header .header_center .nav_close {
    background: #fff;
    display: flex;
    width: 90%;
    height: 52px;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #eee;
    transform: translateX(-100%);
    transition: all 0.2s ease-in;
  }
  .mod_header .header .header_center .nav_close i {
    height: 100%;
    padding: 0 12px;
    font-size: 30px;
    color: #3a3a3a;
  }
}

.index-carousel {
  position: relative;
  z-index: 3;
  width: 100%;
}
.index-carousel .swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 9%;
  background-color: transparent;
}
.index-carousel .swiper-slide h2, .index-carousel .swiper-slide h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(24px, 3.75rem, 3.125vw);
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.index-carousel .video::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-carousel .video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.index-carousel .swiper-pagination1 {
  bottom: 11.25rem;
}
.index-carousel .swiper-pagination1 span {
  opacity: 1;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  background: none;
}
.index-carousel .swiper-pagination1 span:not(:last-child) {
  margin-right: 2.5rem;
}
.index-carousel .swiper-pagination1 span::after, .index-carousel .swiper-pagination1 span::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.index-carousel .swiper-pagination1 span::after {
  width: 100%;
  height: 100%;
  background: url(../img/ico.svg) center no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
.index-carousel .swiper-pagination1 span::before {
  width: 0.75rem;
  height: 0.75rem;
  background: #989a9e;
  border-radius: 50%;
}
.index-carousel .swiper-pagination1 span.swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: xzhuan 6s linear infinite;
}
.index-carousel .swiper-pagination1 span.swiper-pagination-bullet-active::before {
  opacity: 0;
  background: var(--bs-primary);
}
@media screen and (max-width: 991px) {
  .index-carousel .swiper {
    height: 28vh;
  }
}

@keyframes xzhuan {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
  }
}
.tire-search {
  background: #fff;
  height: 6.25rem;
  border-radius: 3.125rem;
  padding: 0.625rem;
  position: absolute;
  bottom: 3.125rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.tire-search.active {
  position: fixed;
  bottom: 3.125rem;
  left: 50%;
  z-index: 999;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.tire-search > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  color: #fff;
  border-radius: 2.5rem;
  padding: 0 2.75rem;
}
.tire-search > a i {
  font-size: clamp(18px, 2.5rem, 2.0833333333vw);
}
.tire-search ul li {
  padding: 0 2.25rem;
  position: relative;
}
.tire-search ul li:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.tire-search ul li:hover a {
  color: var(--bs-primary);
}
.tire-search ul li:hover a span {
  font-weight: bold;
}
.tire-search ul li:hover a span i {
  color: var(--bs-primary);
  transform: rotate(-90deg);
}
.tire-search ul li a {
  color: #000;
  display: flex;
  flex-direction: column;
  width: 11.25rem;
  transition: all 0.3s;
}
.tire-search ul li a > i {
  font-size: clamp(18px, 2rem, 1.6666666667vw);
  line-height: 1;
}
.tire-search ul li a span {
  font-family: "MONTSERRAT-LIGHT";
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(14px, 1.25rem, 1.0416666667vw);
  line-height: 1.4;
}
.tire-search ul li a span i {
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
  transition: all 0.3s;
}
.tire-search ul li ul {
  position: absolute;
  bottom: calc(100% + 2rem);
  left: 50%;
  transform: translate(-50%, -2rem);
  background: #fff;
  padding: 1.5rem 0;
  min-width: 100%;
  border-radius: 1.5rem;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.tire-search ul li ul::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2rem;
  top: 100%;
  left: 0;
}
.tire-search ul li ul li {
  margin: 0.75rem 0;
}
.tire-search ul li ul li label {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  cursor: pointer;
}
.tire-search ul li ul li label:hover {
  color: var(--bs-primary);
}
.tire-search ul li ul li label input {
  margin-right: 0.5rem;
}
@media screen and (max-width: 991px) {
  .tire-search {
    width: calc(100% - 30px);
    justify-content: space-between;
  }
  .tire-search > a {
    width: 6.25rem;
    padding: 0;
  }
  .tire-search ul li {
    padding: 0 10px;
  }
  .tire-search ul li:hover ul {
    transform: translate(0, 2rem);
  }
  .tire-search ul li a {
    width: auto;
  }
  .tire-search ul li a i {
    display: none;
  }
  .tire-search ul li a span {
    line-height: 1.2;
  }
  .tire-search ul li ul {
    bottom: auto;
    left: 0;
    top: 100%;
    transform: translate(0, 2rem);
  }
  .tire-search ul li ul::after {
    top: auto;
    bottom: 100%;
  }
  .tire-search ul li ul li label {
    white-space: nowrap;
  }
}

.index-product {
  padding: 7.5rem 0;
}
.index-product .swiper {
  padding: 0 1px;
  align-items: stretch;
}
.index-product .swiper .swiper-slide {
  height: initial;
}
.index-product .swiper .swiper-slide .item {
  height: 100%;
}
.index-product .relative .swiper-button-prev {
  left: -5rem;
}
.index-product .relative .swiper-button-next {
  right: -5rem;
}
.index-product .relative .swiper-button-next i {
  transform: rotateY(180deg);
}
.index-product .relative .swiper-button-prev, .index-product .relative .swiper-button-next {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.index-product .relative .swiper-button-prev:hover, .index-product .relative .swiper-button-next:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
.index-product .relative .swiper-button-prev:hover i, .index-product .relative .swiper-button-next:hover i {
  color: #fff;
}
.index-product .relative .swiper-button-prev::after, .index-product .relative .swiper-button-next::after {
  display: none;
}
.index-product .relative .swiper-button-prev i, .index-product .relative .swiper-button-next i {
  display: inline-block;
  font-size: clamp(18px, 2rem, 1.6666666667vw);
  color: #777777;
  transition: all 0.3s;
}
@media (min-width: 320px) {
  .index-product .swiper .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .index-product .swiper .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .index-product .swiper .swiper-slide {
    width: 33.33%;
  }
}
@media screen and (max-width: 991px) {
  .index-product .relative .swiper-button-prev, .index-product .relative .swiper-button-next {
    display: none;
  }
}

.cplist.small .item .img .flag {
  top: 1rem;
  right: 1rem;
}
.cplist.small .item .img .flag img {
  height: 1.25rem;
}
.cplist.small .item .img .new {
  padding: 0.375rem 0.625rem;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}
.cplist.small .item .img .brand {
  left: 1rem;
  top: 1rem;
}
.cplist.small .item .img .hot {
  right: 1rem;
  top: 1rem;
}
.cplist.small .item .img .hot i {
  font-size: clamp(18px, 1.75rem, 1.4583333333vw);
}
.cplist.small .item .text h4 {
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
  letter-spacing: 1px;
}
.cplist .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}
.cplist .item:hover {
  background: var(--bs-primary);
}
.cplist .item:hover .img .brand img {
  filter: grayscale(100%) brightness(2000%);
}
.cplist .item:hover .img .hot i {
  color: #fff;
}
.cplist .item:hover .img .new {
  opacity: 0;
}
.cplist .item:hover .img .bg {
  opacity: 1;
}
.cplist .item:hover .img ul {
  opacity: 1;
  pointer-events: auto;
}
.cplist .item:hover .text h4, .cplist .item:hover .text p {
  color: #fff;
}
.cplist .item .img {
  padding-top: 88.95%;
  position: relative;
  background: #eeeeee;
}
.cplist .item .img .brand {
  position: absolute;
  left: 1.875rem;
  top: 1.875rem;
  width: 50%;
  padding-top: 8.334%;
  display: flex;
  align-items: center;
  z-index: 5;
}
.cplist .item .img .brand img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}
.cplist .item .img .flag {
  position: absolute;
  right: 1.875rem;
  top: 2rem;
  z-index: 5;
  max-width: 40%;
  height: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.875rem;
}
.cplist .item .img .flag img {
  height: 1.5rem;
}
.cplist .item .img .hot {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  z-index: 5;
}
.cplist .item .img .hot i {
  line-height: 1;
  font-size: clamp(18px, 2.5rem, 2.0833333333vw);
  color: #000;
  transition: all 0.3s;
}
.cplist .item .img .new {
  position: absolute;
  top: 30%;
  right: 55%;
  padding: 0.5rem 0.875rem;
  border-radius: 50%;
  background: var(--bs-primary);
  z-index: 5;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(14px, 1.375rem, 1.1458333333vw);
  transition: all 0.3s;
}
.cplist .item .img .bg, .cplist .item .img .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cplist .item .img .bg {
  opacity: 0;
  transition: all 0.3s;
}
.cplist .item .img .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cplist .item .img .thumb {
  z-index: 2;
  overflow: hidden;
}
.cplist .item .img .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  max-width: 100%;
  max-height: 72%;
  opacity: 0;
}
.cplist .item .img .thumb img.cur {
  opacity: 1;
}
.cplist .item .img ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cplist .item .img ul li {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  color: #999;
  padding: 0 0.75rem;
  cursor: pointer;
  transition: all 0.3s;
}
.cplist .item .img ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
.cplist .item .img ul li.cur {
  color: var(--bs-primary);
}
.cplist .item .img ul li.cur::before {
  background: var(--bs-primary);
}
.cplist .item .text {
  padding: 2rem 1.875rem;
  transition: all 0.3s;
}
.cplist .item .text h3, .cplist .item .text h4 {
  font-size: clamp(16px, 1.875rem, 1.5625vw);
  color: #000;
  font-weight: bold;
  transition: all 0.3s;
  font-family: Arial, Helvetica, sans-serif;
}
.cplist .item .text p {
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  font-family: "MONTSERRAT-LIGHT";
  color: #666;
  transition: all 0.3s;
}
.cplist .item .text .tag {
  display: flex;
  flex-wrap: wrap;
}
.cplist .item .text .tag span {
  padding: 3px 6px;
  border-radius: 6px;
  background: #eeeeee;
  color: #474747;
  margin-bottom: 0.5rem;
  font-size: clamp(12px, 0.75rem, 0.625vw);
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
}
.cplist .item .text .tag span i {
  margin-right: 2px;
}
.cplist .item .text .tag span i.icon-paoche {
  transform: rotateY(180deg);
}

.index-solution {
  padding: 4rem 0;
  color: #fff;
}
.index-solution h2, .index-solution h3 {
  font-size: clamp(20px, 3.125rem, 2.6041666667vw);
  font-weight: bold;
}
.index-solution p {
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  width: 72%;
  font-family: "MONTSERRAT-LIGHT";
  line-height: 1.6;
}
.index-solution form {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.index-solution form input, .index-solution form button {
  height: 5rem;
  background: #fff;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  padding: 0 1.25rem;
  font-size: clamp(14px, 1.125rem, 0.9375vw);
}
.index-solution form input {
  width: 22%;
}
.index-solution form input:nth-child(3) {
  width: 36%;
}
.index-solution form button {
  width: 17%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.25rem, 1.0416666667vw);
  font-weight: bold;
  color: #fff;
  background: var(--bs-primary);
}
.index-solution form button:hover i {
  transform: rotate(180deg);
}
.index-solution form button i {
  transform: rotate(135deg);
  font-size: clamp(16px, 2rem, 1.6666666667vw);
  font-weight: normal;
  margin-left: 0.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .index-solution form {
    flex-wrap: wrap;
  }
  .index-solution form input {
    width: 48%;
    margin-bottom: 1rem;
  }
  .index-solution form input:nth-child(3), .index-solution form button {
    width: 100%;
  }
}

.index-about {
  padding: 5.625rem 0;
}
.index-about .left {
  padding-right: 15%;
}
.index-about .left .mod_title {
  margin-bottom: 2.5rem;
}
.index-about .left .mod_title h2 {
  line-height: 1;
}
.index-about .left p {
  font-family: "MONTSERRAT-LIGHT";
  line-height: 2;
}
.index-about .left ul {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
}
.index-about .left ul li {
  border: 1px solid #dddddd;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}
.index-about .left ul li::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  background: var(--bs-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.index-about .left ul li::before {
  content: "";
  background: url(../img/ico.svg) center no-repeat;
  background-size: cover;
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  right: 1rem;
  transform: translateX(calc(100% + 1rem));
  opacity: 0;
  bottom: 0.5rem;
  transition: all 0.3s;
}
.index-about .left ul li:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.index-about .left ul li:hover::after {
  transform: translateY(0);
  opacity: 1;
}
.index-about .left ul li:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.index-about .left ul li span {
  color: var(--bs-primary);
  font-size: clamp(20px, 4.375rem, 3.6458333333vw);
  font-weight: bold;
  margin-right: 0.5rem;
  line-height: 1.2;
}
.index-about .center {
  padding-left: 2rem;
}
.index-about .center .title {
  background: #f4f4f4;
  padding: 1.25rem 3.125rem;
  color: #1f1f1f;
  font-size: clamp(16px, 1.5rem, 1.25vw);
  text-transform: uppercase;
  font-weight: bold;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.index-about .center .text {
  padding: 1.5rem 3.125rem;
  background: #fbfcfd;
}
.index-about .center .text h3, .index-about .center .text h4 {
  font-weight: bold;
  color: var(--bs-primary);
  font-size: clamp(16px, 1.5rem, 1.25vw);
  margin: 0;
}
.index-about .center .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-about .center .text ul li {
  width: 48%;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  margin-top: 0.5rem;
  font-family: "MONTSERRAT-LIGHT";
}
.index-about .swiper {
  aspect-ratio: 5/3;
}
@supports not (aspect-ratio: 1/1) {
  .index-about .swiper {
    height: 14.75rem;
  }
  @media screen and (max-width: 991px) {
    .index-about .swiper {
      height: 23rem;
    }
  }
}
.index-about .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .swiper .swiper-button-next, .index-about .swiper .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s;
}
.index-about .swiper .swiper-button-next:hover, .index-about .swiper .swiper-button-prev:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
.index-about .swiper .swiper-button-next::after, .index-about .swiper .swiper-button-prev::after {
  display: none;
}
.index-about .swiper .swiper-button-next i, .index-about .swiper .swiper-button-prev i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
}
.index-about .swiper .swiper-button-next i {
  transform: rotateY(180deg);
}
.index-about .network {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.index-about .network::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f1f4f7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}
.index-about .network .hand {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
}
.index-about .network .hand::after, .index-about .network .hand::before {
  content: "";
  width: 137px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.index-about .network .hand::after {
  background: url(../img/handClick.png) center no-repeat;
  background-size: contain;
  animation: handho 6s linear infinite;
}
.index-about .network .hand::before {
  background: url(../img/handHover.png) center no-repeat;
  background-size: contain;
  transform-origin: 43% 58%;
  animation: handxz 6s linear infinite;
}
@keyframes handho {
  0% {
    opacity: 0;
  }
  55%, 75%, 95% {
    opacity: 0;
  }
  65%, 85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes handxz {
  0% {
    transform: translate(-50%, -50%) rotate(0);
    opacity: 1;
  }
  20% {
    transform: translate(-50%, -50%) rotate(-35deg);
    opacity: 1;
  }
  24% {
    transform: translate(-50%, -50%) rotate(-35deg);
    opacity: 0;
  }
  25% {
    transform: translate(-50%, -50%) rotate(0);
    opacity: 0;
  }
  26% {
    transform: translate(-50%, -50%) rotate(0);
    opacity: 1;
  }
  46% {
    transform: translate(-50%, -50%) rotate(-35deg);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) rotate(-35deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(0);
    opacity: 0;
  }
}
.index-about .network canvas {
  outline: none;
}
@supports not (aspect-ratio: 1/1) {
  .index-about .network {
    padding-top: 100%;
  }
  .index-about .network canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.index-about .mod_more {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  .index-about .left {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .index-about .left ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .index-about .center {
    padding-left: 0;
    margin-bottom: 2rem;
  }
}

.index-brand {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 5.875rem 0;
  width: 100%;
}
.index-brand .title, .index-brand h2.title {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 0;
  z-index: -1;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(24px, 5rem, 4.1666666667vw);
  font-weight: bold;
  margin-top: -3.125rem;
}
.index-brand .container .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 687/458;
  width: 42.875rem;
  margin-bottom: 4.375rem;
  color: #fff;
  padding-top: 4%;
}
@supports not (aspect-ratio: 687/458) {
  .index-brand .container .item {
    height: 28.625rem;
  }
}
.index-brand .container .item:nth-child(1) {
  background-color: var(--bs-primary);
}
.index-brand .container .item:nth-child(2) {
  background-color: #f09928;
  margin-left: 50%;
}
.index-brand .container .item:nth-child(2) p {
  margin-top: 0;
}
.index-brand .container .item:nth-child(3) {
  background-color: #2a7057;
  margin-left: 20%;
}
.index-brand .container .item:nth-child(4) {
  background-color: #0b3774;
  margin-left: calc(100% - 42.875rem);
  margin-bottom: 0;
}
.index-brand .container .item:nth-child(4) p {
  margin-top: 0;
}
.index-brand .container .item:hover .mod_more {
  opacity: 1;
}
.index-brand .container .item img {
  max-width: 84%;
  max-height: 5.875rem;
  filter: grayscale(100%) brightness(2000%);
}
.index-brand .container .item p {
  margin: 1.5rem 0;
  font-family: "MONTSERRAT-LIGHT";
}
.index-brand .container .item .mod_more {
  opacity: 0;
  transition: all 0.3s;
}
.index-brand .container .item .mod_more a:hover {
  background: none;
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  .index-brand .container .item {
    margin-left: 0 !important;
  }
  .index-brand .container .item .mod_more {
    opacity: 1;
  }
}

.index-email {
  background: #f1f4f7;
  padding: 4rem 0;
}
.index-email form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.index-email form input {
  width: 100%;
  border: none;
  background: #fff;
  height: 5rem;
  padding: 0 3.375rem;
  border-radius: 2.5rem;
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
  outline: none;
}
.index-email form .mod_more {
  position: absolute;
  right: 0;
  top: 0;
}
.index-email form .mod_more button {
  height: 5rem;
  border-radius: 2.5rem;
  border: none;
}
.index-email form .mod_more button span {
  padding: 0 3.5rem;
  font-weight: bold;
  padding-top: 0.25rem;
  font-size: clamp(14px, 1.125rem, 0.9375vw);
}
.index-email form .mod_more button span i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
  font-weight: normal;
}

.index-news {
  padding: 8.125rem 0;
}
.index-news .left a {
  display: flex;
  flex-direction: column;
  color: #1f1f1f;
}
.index-news .left a .img {
  overflow: hidden;
}
.index-news .left a .img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 50/32;
  transition: all 0.3s;
}
@supports not (aspect-ratio: 50/32) {
  .index-news .left a .img img {
    height: 20rem;
  }
}
.index-news .left a time {
  margin-top: 1rem;
  font-family: "MONTSERRAT-LIGHT";
}
.index-news .left a h3, .index-news .left a h4 {
  font-size: clamp(16px, 1.5rem, 1.25vw);
  font-weight: bold;
  color: var(--bs-primary);
  margin-top: 0.5rem;
}
.index-news .left a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-family: "MONTSERRAT-LIGHT";
}
.index-news .right {
  margin-left: 1rem;
  padding: 2.5rem 2.75rem;
  background: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
}
.index-news .right .item {
  margin-bottom: 1.5rem;
}
.index-news .right .item:last-child {
  margin-bottom: 0;
}
.index-news .right .item a {
  color: #777777;
  display: block;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}
.index-news .right .item a:hover h3, .index-news .right .item a:hover h4 {
  color: var(--bs-primary);
}
.index-news .right .item a h3, .index-news .right .item a h4 {
  color: #1f1f1f;
  transition: all 0.3s;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .index-news .right {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-news .right {
    margin-top: 2rem;
    box-shadow: none;
    background: none;
    padding: 0;
    margin-left: 0;
  }
}

.foot-ready {
  padding: 2.5rem 7.5rem;
  color: #fff;
  border-radius: 2rem;
  margin-bottom: 1.875rem;
}
.foot-ready h3 {
  font-size: clamp(18px, 3.125rem, 2.6041666667vw);
  font-weight: bold;
}
.foot-ready p {
  font-size: clamp(14px, 1.375rem, 1.1458333333vw);
  opacity: 0.71;
  margin: 0;
  font-family: "MONTSERRAT-LIGHT";
}
.foot-ready a {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.25rem, 1.0416666667vw);
  font-weight: bold;
  color: var(--bs-primary);
  background: #fff;
  padding: 1.25rem 2.5rem;
  border-radius: 1rem;
}
.foot-ready a:hover i {
  transform: rotate(180deg);
}
.foot-ready a i {
  transform: rotate(135deg);
  font-size: clamp(16px, 2.25rem, 1.875vw);
  font-weight: normal;
  margin-left: 0.5rem;
  transition: all 0.3s;
}

.footer {
  padding-top: 5rem;
}
.footer .foot-logo img {
  max-height: clamp(30px, 5.125rem, 82px);
  max-width: 100%;
  filter: grayscale(100%) brightness(2000%);
}
.footer .foot-logo ul li {
  margin-left: 1.5rem;
}
.footer .foot-logo ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 3.125rem, 50px);
  height: clamp(30px, 3.125rem, 50px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s;
}
.footer .foot-logo ul li a:hover {
  background: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}
.footer .foot-menu {
  margin-top: 4rem;
}
.footer .foot-menu ul li:nth-child(1) {
  margin-bottom: 1rem;
}
.footer .foot-menu ul li:nth-child(1) a {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.footer .foot-menu ul li a {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  font-family: "MONTSERRAT-LIGHT";
}
.footer .foot-menu ul li a:hover::before {
  opacity: 1;
}
.footer .foot-menu ul li a::before {
  content: "\e613";
  font-family: "iconfont" !important;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(16px, 1.5rem, 1.25vw);
  margin-right: 0.5rem;
  color: var(--bs-primary);
  opacity: 0;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.footer .foot-bottom {
  margin-top: 3rem;
  padding: 1.375rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.37);
  text-transform: uppercase;
  font-family: "MONTSERRAT-LIGHT";
}
.footer .foot-bottom a {
  color: inherit;
  transition: all 0.3s;
}
.footer .foot-bottom a:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer .foot-ready {
    padding: 2rem;
  }
  .footer .foot-ready a {
    margin-top: 2rem;
  }
}

.relative {
  position: relative;
}

.mod_gallery {
  aspect-ratio: 1920/640;
  padding-top: 8.75rem;
  padding-bottom: 2.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@supports not (aspect-ratio: 1920/640) {
  .mod_gallery {
    height: 40rem;
  }
}
.mod_gallery.null {
  aspect-ratio: initial;
  height: 0;
  padding: 0;
  margin-top: 144px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_gallery .container {
  margin-top: auto;
}
.mod_gallery img {
  max-width: 39%;
  max-height: 5rem;
  filter: grayscale(100%) brightness(2000%);
}
.mod_gallery .title {
  font-size: clamp(32px, 4.375rem, 3.6458333333vw);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.mod_gallery .foot-ready {
  padding: 1.5rem;
  border-radius: 0.875rem;
}
.mod_gallery .foot-ready h3 {
  margin: 0;
  font-size: clamp(16px, 1.5rem, 1.25vw);
  font-weight: normal;
}
@media (min-width: 991px) {
  .mod_gallery .foot-ready h3 {
    margin-left: 2rem;
  }
}
.mod_gallery .foot-ready a {
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  line-height: 1.2;
  border-radius: 0.5rem;
}
@media screen and (max-width: 991px) {
  .mod_gallery {
    padding-top: 2.875rem;
  }
  .mod_gallery.null {
    margin: 0;
  }
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  position: relative;
}

input[type=checkbox]::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: " ";
  border-radius: 3px;
}

input[type=checkbox]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  background-color: var(--bs-primary);
}

.products {
  padding: 2.5rem 0;
}
.products .right {
  padding-left: 2rem;
}
.products .cplist {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .products .cplist .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .products .cplist .item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 15px;
  }
  .products .cplist .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .products .cplist .item {
    width: calc((100% - (3 - 1) * 0px) / 3);
    margin-bottom: 1.875rem;
  }
  .products .cplist .item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  .products .right {
    padding-left: 0;
  }
}

.product-menu {
  padding-right: 2rem;
}
.product-menu nav.packup h4 span::before {
  transform: rotate(-90deg);
}
.product-menu nav.packup ul {
  padding: 0;
  padding-left: 4px;
  height: 0;
  overflow: hidden;
}
.product-menu nav h4 {
  color: #000;
  font-size: clamp(16px, 1.125rem, 0.9375vw);
  font-weight: bold;
  margin: 0;
  padding: 1.5rem 0;
  border-top: 2px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-menu nav h4 i {
  font-size: clamp(18px, 1.875rem, 1.5625vw);
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.product-menu nav h4 span {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: clamp(34px, 3.75rem, 60px);
  height: clamp(24px, 1.5rem, 34px);
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  padding-left: 0.875rem;
  cursor: pointer;
}
.product-menu nav h4 span::before {
  content: "\e638";
  display: inline-block;
  transform: rotate(90deg);
  font-size: clamp(18px, 1.5rem, 1.25vw);
  transition: all 0.3s;
}
.product-menu nav ul {
  padding-bottom: 1.5rem;
  padding-left: 4px;
  transition: all 0.3s;
}
.product-menu nav ul ul {
  padding: 0;
  padding-left: calc(1rem + 16px);
}
.product-menu nav ul ul li label, .product-menu nav ul ul li a {
  padding: 0.375rem 0;
}
.product-menu nav ul ul li label input, .product-menu nav ul ul li a input {
  margin-right: 0.5rem;
}
.product-menu nav ul li label, .product-menu nav ul li a {
  padding: 0.5rem 0;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: clamp(15px, 1.125rem, 0.9375vw);
}
.product-menu nav ul li label input, .product-menu nav ul li a input {
  flex-shrink: 0;
  margin-right: 1rem;
}
@media (max-width: 1200px) {
  .product-menu {
    padding-right: 0;
  }
}

.filter-by {
  padding: 0.875rem 1.5rem;
  background: #eeeeee;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  margin-bottom: 3.125rem;
  font-size: clamp(15px, 1.125rem, 0.9375vw);
}
.filter-by i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
  margin-right: 0.5rem;
}
.filter-by button, .filter-by a {
  margin-left: auto;
  color: #777777;
  border: none;
  background: none;
}

.mod-pagination {
  padding: 2rem 0;
}

.pro-need {
  padding: 4.5rem 0;
  color: #fff;
}
.pro-need.black {
  color: #000;
}
.pro-need.black p {
  width: 72%;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}
.pro-need.black form button {
  color: #fff;
  background: var(--bs-primary);
}
.pro-need h3 {
  font-size: clamp(18px, 3.125rem, 2.6041666667vw);
  font-weight: bold;
}
.pro-need p {
  font-size: clamp(14px, 1.375rem, 1.1458333333vw);
  margin: 0;
}
.pro-need form {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.pro-need form > * {
  border-radius: 0.5rem;
  border: none;
  outline: none;
  padding: 0 1.5rem;
  min-height: 3.5rem;
  font-size: clamp(14px, 1.125rem, 0.9375vw);
}
@media (max-width: 768px) {
  .pro-need form > * {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .pro-need form > * {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 15px;
  }
  .pro-need form > *:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .pro-need form > * {
    width: calc((100% - (4 - 1) * 1rem) / 4);
    margin-bottom: 0px;
  }
  .pro-need form > *:not(:nth-child(4n)) {
    margin-right: 1rem;
  }
}
.pro-need button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.25rem, 1.0416666667vw);
  font-weight: bold;
  color: var(--bs-primary);
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.pro-need button:hover i::before {
  transform: rotate(180deg);
}
.pro-need button i {
  font-size: clamp(16px, 2.25rem, 1.875vw);
  font-weight: normal;
  margin-left: 0.5rem;
}
.pro-need button i::before {
  display: inline-block;
  transform: rotate(135deg);
  transition: all 0.3s;
}
.pro-need .mod_more {
  margin-top: 2.5rem;
}
.pro-need .mod_more a {
  padding: 0.5rem 1.875rem;
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
}
.pro-need .mod_more a:first-child {
  margin-right: 1.75rem;
}
.pro-need .mod_more a i {
  font-size: clamp(16px, 2.25rem, 1.875vw);
  font-weight: normal;
  margin-left: 0.5rem;
}
.pro-need .mod_more a i::before {
  display: inline-block;
  transform: rotate(135deg);
}
@media screen and (max-width: 991px) {
  .pro-need.black p {
    width: 100%;
  }
  .pro-need .mod_more a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.go-back a {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #dddddd;
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  color: #000;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.go-back a:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}
.go-back a i {
  margin-left: 0.75rem;
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
}

.product-detail-1 {
  background: #f4f4f4;
}
.product-detail-1 .left {
  width: 50%;
}
.product-detail-1 .left .img {
  padding-top: 88.95%;
  position: relative;
  background: #eeeeee;
}
.product-detail-1 .left .img .flag {
  position: absolute;
  right: 1.875rem;
  top: 2rem;
  z-index: 5;
  max-width: 40%;
  height: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.875rem;
}
.product-detail-1 .left .img .flag img {
  height: 1.5rem;
}
.product-detail-1 .left .img .hot {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  z-index: 5;
}
.product-detail-1 .left .img .hot i {
  line-height: 1;
  color: #000;
  transition: all 0.3s;
  font-size: clamp(18px, 2.5rem, 2.0833333333vw);
}
.product-detail-1 .left .img .new {
  position: absolute;
  top: 3%;
  left: 3%;
  padding: 0.875rem 1.25rem;
  border-radius: 50%;
  background: var(--bs-primary);
  z-index: 5;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(18px, 2.5rem, 2.0833333333vw);
  transition: all 0.3s;
}
.product-detail-1 .left .img .bg, .product-detail-1 .left .img .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-detail-1 .left .img .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-detail-1 .left .img .thumb {
  z-index: 2;
  overflow: hidden;
}
.product-detail-1 .left .img .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: 78%;
  opacity: 0;
}
.product-detail-1 .left .img .thumb img.cur {
  opacity: 1;
}
.product-detail-1 .left .img ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.product-detail-1 .left .img ul li {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.125rem, 0.9375vw);
  color: #999;
  padding: 0 0.75rem;
  cursor: pointer;
  transition: all 0.3s;
}
.product-detail-1 .left .img ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
.product-detail-1 .left .img ul li.cur {
  color: var(--bs-primary);
}
.product-detail-1 .left .img ul li.cur::before {
  background: var(--bs-primary);
}
.product-detail-1 .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
  padding-right: 7%;
}
.product-detail-1 .right .text .brand {
  width: 16.25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  z-index: 5;
  margin-bottom: 1rem;
}
.product-detail-1 .right .text .brand img {
  max-height: 100%;
  max-width: 100%;
}
.product-detail-1 .right .text h4 {
  font-size: clamp(18px, 4rem, 3.3333333333vw);
  color: #000;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.product-detail-1 .right .text p {
  font-size: clamp(14px, 1.25rem, 1.0416666667vw);
  font-family: "MyriadPro";
  color: #000;
}
.product-detail-1 .right .text .tag {
  margin: 2.5rem 0;
}
.product-detail-1 .right .text .tag h5 {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
}
.product-detail-1 .right .text .tag span {
  padding: 2px 8px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  margin-bottom: 0.5rem;
  font-size: clamp(12px, 0.75rem, 0.625vw);
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
}
.product-detail-1 .right .text .tag span i {
  margin-right: 2px;
  font-size: clamp(18px, 2rem, 1.6666666667vw);
  margin-right: 2px;
}
.product-detail-1 .right .text .tag span i.icon-paoche {
  transform: rotateY(180deg);
}
.product-detail-1 .right .text .share h5 {
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
}
.product-detail-1 .right .text .more {
  margin-top: 3.5rem;
}
.product-detail-1 .right .text .mod_more {
  margin-right: 1.25rem;
}
.product-detail-1 .right .text .mod_more span i {
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
}
.product-detail-1 .right .text .mod_more:not(.style) a:active {
  transform: scale(0.95);
}
.product-detail-1 .right .text .mod_more:not(.style) a i {
  margin-left: 0;
  font-size: clamp(18px, 1.5rem, 1.25vw);
}
@media screen and (max-width: 991px) {
  .product-detail-1 .left, .product-detail-1 .right {
    width: 100%;
  }
  .product-detail-1 .right {
    padding: 20px 15px;
  }
}

.product-detail-2 {
  overflow: hidden;
  width: 100%;
  background: #f8f8f8;
}
.product-detail-2 .container:not(:first-child) {
  margin-top: 2rem;
}
.product-detail-2 .container:nth-child(2n) .text {
  order: 2;
  margin-right: 0;
  margin-left: 6.25rem;
}
.product-detail-2 .container:nth-child(2n) .img {
  margin-right: 0;
  margin-left: -10rem;
}
.product-detail-2 .text {
  width: 43%;
}
.product-detail-2 .text {
  margin-right: 6.25rem;
}
.product-detail-2 .text .line {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 3.5rem 0;
}
.product-detail-2 .text h3 {
  font-size: clamp(18px, 1.875rem, 1.5625vw);
}
.product-detail-2 .text p {
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  margin-bottom: 0.5rem;
}
.product-detail-2 .text img {
  max-width: 50%;
}
@media screen and (min-width: 992px) {
  .product-detail-2 .text img {
    max-height: 7.5rem;
  }
}
.product-detail-2 .img {
  width: calc(57% + 10rem);
  margin-right: -10rem;
  aspect-ratio: 1060/940;
}
@supports not (aspect-ratio: 1060/940) {
  .product-detail-2 .img {
    height: auto;
  }
}
.product-detail-2 .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .product-detail-2 .container {
    display: flex;
    flex-direction: column;
  }
  .product-detail-2 .text, .product-detail-2 .img {
    width: 100%;
    margin: 0 !important;
  }
  .product-detail-2 .text {
    order: 2 !important;
  }
}

.product-detail-spec {
  padding: 5rem 0;
}
.product-detail-spec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
}
.product-detail-spec ul li {
  padding: 0.5rem 1.5rem;
  border: 1px solid #cccccc;
  margin: 0 1rem;
  border-radius: 6px;
  font-size: clamp(15px, 1.125rem, 0.9375vw);
  transition: all 0.3s;
}
.product-detail-spec ul li.cur {
  background: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}
.product-detail-spec .mod_content {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
}
.product-detail-spec .mod_content .spec-content {
  display: none;
}
.product-detail-spec .mod_content .spec-content.cur {
  display: block;
}
.product-detail-spec .mod_content table {
  width: 100% !important;
  text-align: center;
}
.product-detail-spec .mod_content table tr:nth-child(2n-1) {
  background: #f1f4f7;
}
.product-detail-spec .mod_content table tr:nth-child(2n-1).firstrow {
  background: #9ca3aa;
  font-weight: bold;
  color: #fff;
}
.product-detail-spec .mod_content table tr:nth-child(2n-1).firstrow td {
  padding: 0.875rem;
}
.product-detail-spec .mod_content table tr td {
  width: initial !important;
  padding: 0.5rem 0.875rem;
}

.more-tires {
  padding: 5rem 0;
  padding-top: 2.5rem;
}
.more-tires .mod_title h3 {
  font-size: clamp(18px, 3.125rem, 2.6041666667vw);
}
.more-tires .cplist {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .more-tires .cplist .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .more-tires .cplist .item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 15px;
  }
  .more-tires .cplist .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .more-tires .cplist .item {
    width: calc((100% - (3 - 1) * 0px) / 3);
    margin-bottom: 1.875rem;
  }
  .more-tires .cplist .item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.brand-1 {
  width: 100%;
  overflow: hidden;
}
.brand-1 .brand_logo {
  margin-bottom: 3.5rem;
}
.brand-1 .brand_logo img {
  max-width: 80%;
  max-height: 5rem;
}
.brand-1 .mod_content * {
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  line-height: 2.2;
}
.brand-1 .timeline {
  margin-top: 5rem;
}
.brand-1 .timeline ul li {
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  color: #474747;
  width: 50%;
}
.brand-1 .timeline ul li span {
  font-size: clamp(20px, 4rem, 3.3333333333vw);
  font-weight: bold;
  color: var(--bs-primary);
  margin-right: 0.5rem;
}
.brand-1 .brand_img img {
  aspect-ratio: 1020/945;
  width: calc(100% + 10rem + 3.625rem);
  margin-left: -3.625rem;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .brand-1 {
    padding-top: 40px;
  }
  .brand-1 .mod_content * {
    line-height: 1.6;
  }
  .brand-1 .brand_img {
    margin-top: 20px;
  }
  .brand-1 .brand_img img {
    width: 100%;
    clip-path: none;
    margin: 0;
  }
}

.brand-2 {
  padding: 6.25rem 0;
  padding-bottom: 2rem;
  background: #f1f4f7;
}
.brand-2 .brand_map {
  margin-top: 3.5rem;
  display: inline-block;
  position: relative;
}
.brand-2 .brand_map .items {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.brand-2 .brand_map .items .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.brand-2 .brand_map .items .item:hover .img {
  opacity: 1;
}
.brand-2 .brand_map .items .item::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--bs-primary);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.brand-2 .brand_map .items .item:nth-child(1) {
  left: 33.3%;
  top: 46.9%;
}
.brand-2 .brand_map .items .item:nth-child(2) {
  left: 35.6%;
  top: 59.6%;
}
.brand-2 .brand_map .items .item:nth-child(3) {
  left: 39.7%;
  top: 33.1%;
}
.brand-2 .brand_map .items .item:nth-child(4) {
  left: 39.3%;
  top: 34.8%;
}
.brand-2 .brand_map .items .item:nth-child(5) {
  left: 80.1%;
  top: 35.8%;
}
.brand-2 .brand_map .items .item[data-num="10"] .line {
  height: 10rem;
}
.brand-2 .brand_map .items .item[data-num="10"].top .title {
  bottom: 10rem;
}
.brand-2 .brand_map .items .item[data-num="10"].top .img {
  top: -9rem;
}
.brand-2 .brand_map .items .item[data-num="10"].bottom .title {
  top: 10rem;
}
.brand-2 .brand_map .items .item[data-num="10"].bottom .img {
  bottom: -9rem;
}
.brand-2 .brand_map .items .item[data-num="9"] .line {
  height: 9rem;
}
.brand-2 .brand_map .items .item[data-num="9"].top .title {
  bottom: 9rem;
}
.brand-2 .brand_map .items .item[data-num="9"].top .img {
  top: -8rem;
}
.brand-2 .brand_map .items .item[data-num="9"].bottom .title {
  top: 9rem;
}
.brand-2 .brand_map .items .item[data-num="9"].bottom .img {
  bottom: -8rem;
}
.brand-2 .brand_map .items .item[data-num="8"] .line {
  height: 8rem;
}
.brand-2 .brand_map .items .item[data-num="8"].top .title {
  bottom: 8rem;
}
.brand-2 .brand_map .items .item[data-num="8"].top .img {
  top: -7rem;
}
.brand-2 .brand_map .items .item[data-num="8"].bottom .title {
  top: 8rem;
}
.brand-2 .brand_map .items .item[data-num="8"].bottom .img {
  bottom: -7rem;
}
.brand-2 .brand_map .items .item[data-num="7"] .line {
  height: 7rem;
}
.brand-2 .brand_map .items .item[data-num="7"].top .title {
  bottom: 7rem;
}
.brand-2 .brand_map .items .item[data-num="7"].top .img {
  top: -6rem;
}
.brand-2 .brand_map .items .item[data-num="7"].bottom .title {
  top: 7rem;
}
.brand-2 .brand_map .items .item[data-num="7"].bottom .img {
  bottom: -6rem;
}
.brand-2 .brand_map .items .item[data-num="6"] .line {
  height: 6rem;
}
.brand-2 .brand_map .items .item[data-num="6"].top .title {
  bottom: 6rem;
}
.brand-2 .brand_map .items .item[data-num="6"].top .img {
  top: -5rem;
}
.brand-2 .brand_map .items .item[data-num="6"].bottom .title {
  top: 6rem;
}
.brand-2 .brand_map .items .item[data-num="6"].bottom .img {
  bottom: -5rem;
}
.brand-2 .brand_map .items .item[data-num="5"] .line {
  height: 5rem;
}
.brand-2 .brand_map .items .item[data-num="5"].top .title {
  bottom: 5rem;
}
.brand-2 .brand_map .items .item[data-num="5"].top .img {
  top: -4rem;
}
.brand-2 .brand_map .items .item[data-num="5"].bottom .title {
  top: 5rem;
}
.brand-2 .brand_map .items .item[data-num="5"].bottom .img {
  bottom: -4rem;
}
.brand-2 .brand_map .items .item[data-num="4"] .line {
  height: 4rem;
}
.brand-2 .brand_map .items .item[data-num="4"].top .title {
  bottom: 4rem;
}
.brand-2 .brand_map .items .item[data-num="4"].top .img {
  top: -3rem;
}
.brand-2 .brand_map .items .item[data-num="4"].bottom .title {
  top: 4rem;
}
.brand-2 .brand_map .items .item[data-num="4"].bottom .img {
  bottom: -3rem;
}
.brand-2 .brand_map .items .item[data-num="3"] .line {
  height: 3rem;
}
.brand-2 .brand_map .items .item[data-num="3"].top .title {
  bottom: 3rem;
}
.brand-2 .brand_map .items .item[data-num="3"].top .img {
  top: -2rem;
}
.brand-2 .brand_map .items .item[data-num="3"].bottom .title {
  top: 3rem;
}
.brand-2 .brand_map .items .item[data-num="3"].bottom .img {
  bottom: -2rem;
}
.brand-2 .brand_map .items .item[data-num="2"] .line {
  height: 2rem;
}
.brand-2 .brand_map .items .item[data-num="2"].top .title {
  bottom: 2rem;
}
.brand-2 .brand_map .items .item[data-num="2"].top .img {
  top: -1rem;
}
.brand-2 .brand_map .items .item[data-num="2"].bottom .title {
  top: 2rem;
}
.brand-2 .brand_map .items .item[data-num="2"].bottom .img {
  bottom: -1rem;
}
.brand-2 .brand_map .items .item[data-num="1"] .line {
  height: 1rem;
}
.brand-2 .brand_map .items .item[data-num="1"].top .title {
  bottom: 1rem;
}
.brand-2 .brand_map .items .item[data-num="1"].top .img {
  top: 0rem;
}
.brand-2 .brand_map .items .item[data-num="1"].bottom .title {
  top: 1rem;
}
.brand-2 .brand_map .items .item[data-num="1"].bottom .img {
  bottom: 0rem;
}
.brand-2 .brand_map .items .item.top .line {
  bottom: 0;
}
.brand-2 .brand_map .items .item.top .title {
  transform: translateY(0.5rem);
}
.brand-2 .brand_map .items .item.bottom .line {
  top: 0;
}
.brand-2 .brand_map .items .item.bottom .title {
  transform: translateY(-0.5rem);
}
.brand-2 .brand_map .items .item.left .title {
  right: -0.6875rem;
}
.brand-2 .brand_map .items .item.left .title::after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/ico.svg) center no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
}
.brand-2 .brand_map .items .item.left .img {
  right: 1rem;
}
.brand-2 .brand_map .items .item.right .title {
  left: -0.6875rem;
}
.brand-2 .brand_map .items .item.right .title::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/ico.svg) center no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}
.brand-2 .brand_map .items .item.right .img {
  left: 1rem;
}
.brand-2 .brand_map .items .item .title {
  position: absolute;
  white-space: nowrap;
  font-size: clamp(16px, 1.375rem, 1.1458333333vw);
  font-weight: bold;
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.brand-2 .brand_map .items .item .line {
  width: 1px;
  height: 5rem;
  background: var(--bs-primary);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.brand-2 .brand_map .items .item .img {
  position: absolute;
  width: 18.125rem;
  border: 6px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.brand-2 .brand_map .items .item .img i {
  display: block;
  padding-top: 61.37%;
  border-radius: 0.625rem;
}
.brand-2 .brand_map > img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .brand-2 .brand_map {
    margin-top: 0;
  }
  .brand-2 .brand_map .items {
    position: static;
  }
  .brand-2 .brand_map .items .item {
    position: static;
    width: 100%;
    height: auto;
  }
  .brand-2 .brand_map .items .item::after {
    display: none;
  }
  .brand-2 .brand_map .items .item .line {
    display: none;
  }
  .brand-2 .brand_map .items .item .title {
    display: block;
    position: static;
    transform: translate(0, 0) !important;
    width: 100%;
    text-align: center;
    white-space: wrap;
  }
  .brand-2 .brand_map .items .item .title::after, .brand-2 .brand_map .items .item .title::before {
    display: none;
  }
  .brand-2 .brand_map .items .item .img {
    display: none;
    width: 50%;
    flex-shrink: 0;
    position: static;
    opacity: 1;
    pointer-events: auto;
    border-color: transparent;
  }
}

.brand-3 {
  padding-top: 6.875rem;
}
.brand-3 .mod_title h3 {
  font-size: clamp(18px, 2rem, 1.6666666667vw);
  line-height: 1.2;
  text-transform: initial;
}
.brand-3 .mod_more.style {
  margin-bottom: 3rem;
}
.brand-3 .mod_more.style a {
  height: clamp(40px, 4.375rem, 70px);
}
.brand-3 .mod_more.style a i {
  margin-left: 0.5rem;
}
.brand-3 .mod_more.style a i::before {
  display: block;
  transform: rotate(135deg);
  font-size: clamp(16px, 1.5rem, 1.25vw);
  font-weight: normal;
}

.brand-4 {
  padding: 6.875rem 0;
}
.brand-4 .mod_title {
  margin-bottom: 3.5rem;
}
.brand-4 .mod_title h3 {
  font-size: clamp(18px, 2rem, 1.6666666667vw);
  line-height: 1.2;
  text-transform: initial;
}
.brand-4 img {
  aspect-ratio: 780/560;
  width: 100%;
  display: block;
  object-fit: cover;
}
@supports not (aspect-ratio: 780/560) {
  .brand-4 img {
    height: 35rem;
  }
}
@media (min-width: 991px) {
  .brand-4 .row {
    margin: 0 -1.25rem;
  }
  .brand-4 .row .col-lg-6 {
    padding: 0 1.25rem;
  }
}

.brand-5 {
  padding: 3.75rem 0;
}
.brand-5 .mod_more {
  margin-top: 2.5rem;
}
.brand-5 .mod_more a {
  height: clamp(46px, 5rem, 80px) !important;
  font-size: clamp(14px, 1.25rem, 1.0416666667vw);
}
.brand-5 .mod_more a span {
  font-weight: bold;
  padding: 0 3rem !important;
}

.brand-6 {
  padding: 5rem 0;
  padding-bottom: 3.5rem;
}
.brand-6 .cplist {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .brand-6 .cplist .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .brand-6 .cplist .item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 15px;
  }
  .brand-6 .cplist .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .brand-6 .cplist .item {
    width: calc((100% - (3 - 1) * 0px) / 3);
    margin-bottom: 3.125rem;
  }
  .brand-6 .cplist .item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.brand-7 {
  padding: 4rem 0;
  padding-bottom: 3rem;
  background: #f1f4f7;
}
.brand-7 .swiper-button {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.brand-7 .swiper-button .swiper-button-prev, .brand-7 .swiper-button .swiper-button-next {
  position: static;
  margin: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid #dedede;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.875rem;
  transition: all 0.3s;
}
.brand-7 .swiper-button .swiper-button-prev::after, .brand-7 .swiper-button .swiper-button-next::after {
  display: none;
}
.brand-7 .swiper-button .swiper-button-prev:hover, .brand-7 .swiper-button .swiper-button-next:hover {
  background: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}
.brand-7 .swiper-button .swiper-button-prev i, .brand-7 .swiper-button .swiper-button-next i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
}
.brand-7 .swiper-button .swiper-button-next i {
  transform: rotateY(180deg);
}
.brand-7 .swiper {
  padding-left: 10rem;
}
.brand-7 .swiper .swiper-slide {
  position: relative;
}
.brand-7 .swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.brand-7 .swiper .swiper-slide:hover .img .btn {
  opacity: 1;
}
.brand-7 .swiper .swiper-slide:hover .text h4 {
  color: var(--bs-primary);
  font-weight: bold;
}
.brand-7 .swiper .img {
  overflow: hidden;
  padding-top: 55.84%;
  position: relative;
}
.brand-7 .swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.brand-7 .swiper .img .brand-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.brand-7 .swiper .img .brand-gallery:first-child {
  z-index: 2;
}
.brand-7 .swiper .img .btn {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: var(--bs-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.brand-7 .swiper .img .btn:active {
  outline: none;
  transform: translate(-50%, -50%) scale(0.95);
}
.brand-7 .swiper .img .btn i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
}
.brand-7 .swiper .text .brand {
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  margin: 0.75rem 0;
  text-transform: uppercase;
  text-align: center;
}
.brand-7 .swiper .text h4 {
  font-size: clamp(16px, 1.5rem, 1.25vw);
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .brand-7 .swiper {
    margin: 0 5%;
    padding-left: 0;
  }
}

.brand-8 {
  padding: 4rem 0;
}
.brand-8 .caption {
  margin-bottom: 15px;
  background-image: url(../img/wen2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f4f7;
  padding-bottom: 15%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  aspect-ratio: 510/310;
}
@supports not (aspect-ratio: 510/310) {
  .brand-8 .caption {
    height: 19.375rem;
  }
}
.brand-8 .caption img {
  max-width: 60%;
  max-height: 4rem;
}
.brand-8 .caption .mod_more {
  margin-top: 2rem;
}

.download-1 {
  padding: 4.375rem 0;
}

.download-brands {
  margin-bottom: 4rem;
}
.download-brands ul {
  justify-content: space-between;
}
.download-brands ul li {
  width: 19.2%;
}
.download-brands ul li.active a {
  font-weight: bold;
  background: var(--bs-primary);
  color: #fff;
}
.download-brands ul li.active a img {
  filter: grayscale(100%) brightness(2000%);
}
.download-brands ul li a {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.5rem, 1.25vw);
  border-radius: 4px;
  background: #eeeeee;
  color: #474747;
  line-height: 1.2;
}
.download-brands ul li a img {
  max-width: 80%;
  max-height: 2.5rem;
}
@media screen and (max-width: 991px) {
  .download-brands ul {
    flex-wrap: wrap;
  }
  .download-brands ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .download-brands ul li:first-child {
    width: 100%;
  }
}

.download-type {
  margin-bottom: 1rem;
}
.download-type ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-type ul li:not(:last-child) {
  margin-right: 1.5rem;
}
.download-type ul li a {
  display: block;
  padding: 1rem 3.625rem;
  font-size: clamp(16px, 1.125rem, 0.9375vw);
  font-weight: bold;
  color: #000;
  border-radius: 2rem;
  border: 1px solid #dedede;
  transition: all 0.3s;
}
.download-type ul li a:hover {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.download-type ul li a.active {
  background: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}

.download-search {
  margin: 3.125rem auto;
  width: 70%;
  height: 5rem;
  position: relative;
}
.download-search input {
  width: 100%;
  height: 100%;
  padding-left: 3rem;
  padding-right: 10rem;
  border-radius: 2.5rem;
  border: none;
  outline: none;
  background: #f1f4f7;
  font-size: clamp(14px, 1.25rem, 1.0416666667vw);
}
.download-search button {
  position: absolute;
  width: 8.75rem;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 2.5rem;
  border: none;
  outline: none;
  background: var(--bs-primary);
  z-index: 2;
  color: #fff;
}
.download-search button i {
  font-size: clamp(16px, 2rem, 1.6666666667vw);
}
@media screen and (max-width: 991px) {
  .download-search {
    width: 100%;
  }
}

.download-list .row .col-lg-4 {
  margin-top: 15px;
}
.download-list .item {
  position: relative;
  overflow: hidden;
}
.download-list .item:hover .text {
  background: rgba(var(--bs-primary-rgb), 0.9);
  transform: translateY(0);
}
.download-list .item:hover .text .brand img {
  filter: grayscale(100%) brightness(2000%);
}
.download-list .item:hover .text h4 {
  color: #fff;
  font-weight: bold;
}
.download-list .item:hover .text .more a {
  color: var(--bs-primary);
  background: #fff;
}
.download-list .item .img {
  padding-top: 141%;
}
.download-list .item .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  padding: 1rem;
  padding-bottom: 1.5rem;
  text-align: left;
  transition: all 0.3s;
  transform: translateY(100%);
}
.download-list .item .text .brand {
  height: 2.5rem;
  width: 80%;
  display: flex;
  align-items: center;
}
.download-list .item .text .brand img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}
.download-list .item .text h4 {
  margin: 1rem 0;
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #222;
}
.download-list .item .text .more {
  display: flex;
  align-items: center;
}
.download-list .item .text .more a {
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: #fff;
  transition: all 0.3s;
}
.download-list .item .text .more a i {
  font-size: clamp(16px, 1rem, 0.8333333333vw);
}
@media screen and (min-width: 991px) {
  .download-list {
    margin: 0 8%;
  }
  .download-list .row {
    margin: 0 -2.875rem;
  }
  .download-list .row .col-lg-4 {
    padding: 0 2.875rem;
    margin: 2.5rem 0;
  }
}

.video-list .row .col-lg-4 {
  margin-bottom: 15px;
}
.video-list .item {
  padding: 1.375rem;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.video-list .item:hover {
  background: var(--bs-primary);
}
.video-list .item:hover .img .btn {
  background: #fff;
  color: var(--bs-primary);
}
.video-list .item:hover .text {
  color: #fff;
}
.video-list .item:hover .text h4 {
  color: #fff;
}
.video-list .item:hover .text .duration span, .video-list .item:hover .text .download a {
  background: #fff;
  color: var(--bs-primary);
}
.video-list .item .img {
  display: block;
  padding-top: 56%;
  position: relative;
  flex-shrink: 0;
}
.video-list .item .img .btn {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: var(--bs-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.video-list .item .img .btn i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
}
.video-list .item .text {
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  padding-bottom: 0.5rem;
  color: #000;
  transition: all 0.3s;
}
.video-list .item .text .duration span {
  background: #eeeeee;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: clamp(14px, 0.875rem, 0.7291666667vw);
  transition: all 0.3s;
}
.video-list .item .text h4 {
  margin: 0.5rem 0;
  margin-bottom: 1rem;
  transition: color 0.3s;
}
.video-list .item .text .download {
  margin-top: auto;
}
.video-list .item .text .download a {
  display: inline-block;
  padding: 4px 2.5rem;
  border-radius: 4px;
  background: #eeeeee;
  color: #000;
  transition: all 0.3s;
}
.video-list .item .text .download a i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
}
@media screen and (min-width: 991px) {
  .video-list .row {
    margin: 0 -0.625rem;
  }
  .video-list .row .col-lg-4 {
    padding: 0 0.625rem;
    margin-bottom: 1.75rem;
  }
}

.gallery-list .grid {
  width: 100%;
}
.gallery-list .grid-item {
  width: calc((100% - 40px) / 3);
}
.gallery-list .grid-item:hover h4 {
  color: var(--bs-primary);
}
.gallery-list .grid-item .img {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.gallery-list .grid-item .img a {
  display: block;
  position: relative;
}
.gallery-list .grid-item .img a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-list .grid-item .img .more {
  position: absolute;
  bottom: 1.5rem;
  right: 0.875rem;
  z-index: 2;
  display: flex;
  align-items: center;
}
.gallery-list .grid-item .img .more a {
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
}
.gallery-list .grid-item .img .more a:hover {
  background-color: var(--bs-primary);
}
.gallery-list .grid-item .img .more a i {
  font-size: clamp(16px, 1rem, 0.8333333333vw);
}
.gallery-list .grid-item h4 {
  margin: 0;
  margin-top: 10px;
  padding-bottom: 5px;
  line-height: 1.4;
}
.gallery-list .grid-item--width2 {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
.gallery-list .mod_more {
  margin-top: 5rem;
}
.gallery-list .mod_more a i {
  margin-left: 0.5rem;
}
@media screen and (max-width: 991px) {
  .gallery-list .grid {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-list .grid-item, .gallery-list .grid-item--width2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.mod_fanye02 {
  padding-top: 2.875rem;
  border-top: 1px solid #dedede;
  margin-top: 4rem;
}
.mod_fanye02 .prev, .mod_fanye02 .next {
  display: flex;
  flex-direction: column;
}
.mod_fanye02 .prev b, .mod_fanye02 .next b {
  color: #777777;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.mod_fanye02 .prev b i, .mod_fanye02 .next b i {
  font-weight: normal;
  font-size: clamp(16px, 1.5rem, 1.25vw);
  margin-right: 0.5rem;
}
.mod_fanye02 .prev a, .mod_fanye02 .next a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mod_fanye02 .prev a:hover span, .mod_fanye02 .prev a:hover time, .mod_fanye02 .next a:hover span, .mod_fanye02 .next a:hover time {
  color: var(--bs-primary);
}
.mod_fanye02 .prev a span, .mod_fanye02 .next a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000;
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  font-weight: bold;
  transition: all 0.3s;
}
.mod_fanye02 .prev a time, .mod_fanye02 .next a time {
  flex-shrink: 0;
  margin-left: 1rem;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  color: #777;
  transition: all 0.3s;
}
.mod_fanye02 .next b i {
  margin: 0;
  margin-left: 0.5rem;
  transform: rotateY(180deg);
}
@media screen and (min-width: 992px) {
  .mod_fanye02 .prev {
    padding-right: 5%;
  }
  .mod_fanye02 .next {
    padding-left: 5%;
  }
}

.news-detail {
  padding-bottom: 5rem;
}
.news-detail .box {
  padding: 0 14%;
}
.news-detail .box > h1 {
  font-size: clamp(18px, 2.5rem, 2.0833333333vw);
  color: #000;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.news-detail .box > time {
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  color: #474747;
}
.news-detail .box > time i {
  margin-right: 0.5rem;
  font-size: clamp(16px, 1.125rem, 0.9375vw);
}
.news-detail .mod_more {
  margin-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  .news-detail .box {
    padding: 0;
  }
}

.news-head {
  padding: 4.5rem 0;
  padding-top: 1rem;
}
.news-head .swiper .swiper-wrapper .swiper-slide {
  height: initial;
}
.news-head .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-head .item:hover .img img {
  transform: scale(1.05);
}
.news-head .item:hover .text h4, .news-head .item:hover .text span {
  color: var(--bs-primary);
}
.news-head .item .img {
  overflow: hidden;
  padding-top: 64%;
  position: relative;
  flex-shrink: 0;
}
.news-head .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.3s;
}
.news-head .item .text {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-head .item .text time {
  color: #1f1f1f;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}
.news-head .item .text h4 {
  margin: 0.5rem 0;
  margin-bottom: 1rem;
  font-weight: bold;
  transition: all 0.3s;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-head .item .text p {
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  line-height: 1.4;
  color: #1f1f1f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-head .item .text span {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #777777;
  transition: all 0.3s;
  margin-top: auto;
}
.news-head .item .text span i {
  margin-left: 1rem;
  font-size: clamp(16px, 1.125rem, 0.9375vw);
}
.news-head .swiper-more {
  margin-top: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.news-head .swiper-more .swiper-pagination {
  width: 100%;
  position: static;
  margin: 0;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
}
.news-head .swiper-more .swiper-pagination > span {
  background: var(--bs-primary);
}
.news-head .swiper-more .swiper-pn {
  flex-shrink: 0;
  margin-left: 8.75rem;
  display: flex;
}
.news-head .swiper-more .swiper-pn .swiper-button-next, .news-head .swiper-more .swiper-pn .swiper-button-prev {
  position: static;
  margin: 0;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  transition: all 0.3s;
}
.news-head .swiper-more .swiper-pn .swiper-button-next::after, .news-head .swiper-more .swiper-pn .swiper-button-prev::after {
  display: none;
}
.news-head .swiper-more .swiper-pn .swiper-button-next:hover, .news-head .swiper-more .swiper-pn .swiper-button-prev:hover {
  background: var(--bs-primary);
  color: #fff;
}
.news-head .swiper-more .swiper-pn .swiper-button-next i, .news-head .swiper-more .swiper-pn .swiper-button-prev i {
  font-size: clamp(16px, 1.875rem, 1.5625vw);
}
.news-head .swiper-more .swiper-pn .swiper-button-next {
  margin-left: 2rem;
}
.news-head .swiper-more .swiper-pn .swiper-button-next i {
  transform: rotateY(180deg);
}

.news-list {
  padding: 5rem 0;
  background-color: #f8f8f8;
  background-image: url(../img/wen3.webp);
}
.news-list .item {
  margin-bottom: 1.25rem;
}
.news-list .item a {
  display: flex;
  flex-direction: column;
  padding: 2rem 5rem;
  color: #1f1f1f;
  background: #fff;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.news-list .item a:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.news-list .item a:hover h4 {
  color: var(--bs-primary);
}
.news-list .item a h4 {
  font-size: clamp(16px, 1.5rem, 1.25vw);
  transition: all 0.3s;
}
.news-list .item a p {
  line-height: 1.4;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: clamp(40px, 2.75rem, 44px);
}
.news-list .item a time {
  color: #777777;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}
@media screen and (max-width: 991px) {
  .news-list .item a {
    padding: 15px;
  }
  .news-list .item a .h4, .news-list .item a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.contact .caption {
  background: #f1f4f7;
  padding: 2.5rem 3.125rem;
  border-radius: 0.5rem;
  font-size: clamp(15px, 1.125rem, 0.9375vw);
  color: #1f1f1f;
  margin-bottom: 1.875rem;
}
.contact .caption span {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.contact .caption span i {
  margin-right: 0.5rem;
  font-size: clamp(16px, 1.5rem, 1.25vw);
  color: var(--bs-primary);
  font-weight: normal;
}
.contact .caption a {
  text-decoration: underline;
  color: inherit;
}
.contact .caption a:hover {
  color: var(--bs-primary);
}
.contact .caption .mod_content p {
  margin-bottom: 0.5rem;
}
.contact .caption .share {
  margin-top: 1rem;
}
.contact .caption .share a {
  margin-right: 1rem;
  text-decoration: none;
  color: #777777;
}
.contact .caption .share a:hover {
  color: var(--bs-primary);
}
.contact .caption .share a:hover i {
  transform: scale(1.2);
}
.contact .caption .share a i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
  transition: all 0.3s;
  display: inline-block;
}

.message {
  padding-top: 2.5rem;
  padding-bottom: 8.75rem;
}
.message .mod_title p {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  color: #777777;
}
.message form {
  display: block;
  margin-top: 2rem;
}
.message form .d-flex {
  margin-bottom: 2rem;
}
.message .group {
  padding: 0 1rem;
  border-radius: 4px;
  border: 1px solid #dedede;
  height: clamp(34px, 3.75rem, 60px);
}
.message .group input, .message .group select, .message .group textarea {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: clamp(15px, 1.125rem, 0.9375vw);
}
.message .group textarea {
  height: initial;
  padding: 10px 0;
}
.message label {
  font-size: clamp(15px, 1.125rem, 0.9375vw);
  color: #474747;
  margin-right: 2.5rem;
}
.message label input {
  margin-right: 5px;
}
.message label span {
  color: red;
  font-weight: normal;
  margin-right: 2px;
}
.message label:not(:has(input)) {
  font-weight: bold;
  color: #1f1f1f;
  margin: 0.5rem 0;
  margin-top: 1.75rem;
}
.message .mod_more {
  margin-top: 2.5rem;
}
.message .mod_more button {
  height: clamp(34px, 5rem, 80px) !important;
  font-size: clamp(15px, 1.25rem, 1.0416666667vw);
  letter-spacing: 2px !important;
}
.message .mod_more button span {
  padding: 0 3rem !important;
}

.suspend {
  position: fixed;
  z-index: 999;
  bottom: 5%;
  right: clamp(5px, 1rem, 16px);
  transition: all 0.3s;
}
.suspend ul {
  transition: all 0.3s;
}
.suspend ul li {
  margin-bottom: clamp(2px, 0.5rem, 8px);
}
.suspend ul li.cart i {
  position: relative;
}
.suspend ul li.cart i span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -5%);
  width: clamp(16px, 1.25rem, 20px);
  height: clamp(16px, 1.25rem, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  font-size: clamp(12px, 0.875rem, 0.7291666667vw);
}
.suspend ul li.mod_backTop {
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.suspend ul li.mod_backTop.active {
  opacity: 1;
  pointer-events: auto;
}
.suspend ul li.mod_backTop a, .suspend ul li.mod_backTop button {
  background: url("../img/top.png") center top no-repeat var(--bs-primary);
  background-size: auto 75%;
}
.suspend ul li a, .suspend ul li button {
  width: clamp(46px, 3.625rem, 58px);
  height: clamp(46px, 3.625rem, 58px);
  border: none;
  padding: 0;
  border-radius: 0.5rem;
  background: var(--bs-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s;
}
.suspend ul li a:hover, .suspend ul li button:hover {
  filter: brightness(95%);
  transform: scale(0.95);
}
.suspend ul li a i, .suspend ul li button i {
  font-size: clamp(20px, 1.75rem, 1.4583333333vw);
}
.suspend .open-btn {
  position: absolute;
  right: calc(100% + 1px);
  top: 0;
  color: var(--bs-primary);
  padding: 4px 0;
}
.suspend .open-btn i {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .suspend {
    transform: translateX(calc(100% + 10px));
  }
  .suspend.active {
    transform: translateX(0);
  }
  .suspend.active ul {
    opacity: 1;
    pointer-events: auto;
  }
  .suspend ul {
    opacity: 0;
    pointer-events: none;
  }
}

.cart-content table thead tr th {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  color: #fff;
  background: var(--bs-primary);
  padding: 1rem 0;
}
.cart-content table thead tr th input[type=checkbox]:checked::after {
  background: #fff;
  color: var(--bs-primary);
}
.cart-content table tbody tr td {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  color: #222222;
  padding: 2rem 0;
  background: #f1f4f7;
}
.cart-content table tbody tr td:nth-child(3) button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #999;
  background: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: all 0.3s;
}
.cart-content table tbody tr td:nth-child(3) button:hover {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
.cart-content table tbody tr td:nth-child(3) input {
  border: none;
  text-align: center;
  outline: none;
  padding: 0;
  background: none;
}
.cart-content table tbody tr td:nth-child(4) button {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  color: #999;
  transition: all 0.3s;
}
.cart-content table tbody tr td:nth-child(4) button:hover {
  color: var(--bs-primary);
}
.cart-content table tbody tr td:nth-child(4) button i {
  font-size: clamp(18px, 2rem, 1.6666666667vw);
}

.search {
  padding: 6.875rem 0;
  background: #f1f4f7;
}
.search .download-search input {
  background: #fff;
}
.search .cplist {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .search .cplist .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .search .cplist .item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 15px;
  }
  .search .cplist .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .search .cplist .item {
    width: calc((100% - (3 - 1) * 0px) / 3);
    margin-bottom: 3.125rem;
  }
  .search .cplist .item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.search-category {
  padding: 2rem 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 2.5rem;
}
.search-category ul li {
  position: relative;
}
.search-category ul li:not(:first-child) {
  padding-left: 2rem;
}
.search-category ul li:not(:last-child) {
  padding-right: 2rem;
}
.search-category ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.search-category ul li.active a {
  color: var(--bs-primary);
  font-weight: bold;
}
.search-category ul li a {
  font-size: clamp(16px, 1.5rem, 1.25vw);
  color: #333;
}

.search-news-list .item {
  display: block;
  margin-bottom: 1.25rem;
}
.search-news-list .item a {
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: all 0.3s;
  padding: 1.75rem 5rem;
  color: #333;
}
.search-news-list .item a:hover {
  border-radius: 0.875rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.search-news-list .item h3 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.search-news-list .item p {
  margin-bottom: 1.5rem;
}
.search-news-list .item time {
  color: #666;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}

.about-1 {
  background: #fff;
}
.about-1 .container > img {
  display: block;
  width: 100%;
  aspect-ratio: 1600/803;
}
.about-1 .about-1_stats {
  margin-top: 3.75rem;
  margin-bottom: 2rem;
}
.about-1 .mod_content {
  margin-left: 5%;
  letter-spacing: -0.03em;
}
.about-1 .mod_content * {
  font-size: inherit;
}
.about-1 .item {
  border: 1px solid #dddddd;
  padding: 1rem 1.5rem;
  padding-right: 0;
  border-radius: 1rem;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.about-1 .item::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  background: var(--bs-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.about-1 .item::before {
  content: "";
  background: url(../img/ico.svg) center no-repeat;
  background-size: cover;
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  right: 1rem;
  transform: translateX(calc(100% + 1rem));
  opacity: 0;
  bottom: 0.5rem;
  transition: all 0.3s;
}
.about-1 .item:hover::after {
  transform: translateY(0);
  opacity: 1;
}
.about-1 .item:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.about-1 .item span {
  color: var(--bs-primary);
  font-size: clamp(20px, 4.375rem, 3.6458333333vw);
  font-weight: bold;
  margin-right: 0.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .about-1 .mod_content {
    margin-left: 0;
  }
}

.about-2 {
  padding-top: 5rem;
}
.about-2 .items {
  background-attachment: fixed;
  color: #fff;
  padding: 8rem 0.75rem;
  width: 100%;
  overflow: hidden;
}
.about-2 .items .year {
  font-size: clamp(24px, 3.75rem, 3.125vw);
  position: relative;
  font-weight: bold;
}
.about-2 .items .year::before {
  content: "";
  width: 3.125rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 1rem);
}
.about-2 .items h4 {
  font-size: clamp(18px, 2.25rem, 1.875vw);
  font-weight: bold;
}
.about-2 .items p {
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
}
.about-2 .items .row {
  margin-top: 1rem;
}
.about-2 .items .row:nth-child(2n) {
  text-align: right;
}
.about-2 .items .row:nth-child(2n) .year::before {
  left: calc(100% + 1rem);
  right: auto;
}
.about-2 .items .row:nth-child(2n) .col-lg-4 {
  order: 2;
}

.about-3 {
  padding: 4.5rem 0;
}
.about-3 .cplist {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .about-3 .cplist .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .about-3 .cplist .item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 15px;
  }
  .about-3 .cplist .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .about-3 .cplist .item {
    width: calc((100% - (4 - 1) * 0px) / 4);
    margin-bottom: 1.875rem;
  }
  .about-3 .cplist .item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
}
.about-3 .mod_more {
  margin-top: 2rem;
}
.about-3 .mod_more a i {
  margin-left: 1rem;
}

.about-4 {
  padding: 4.5rem 0;
  padding-bottom: 6.875rem;
  background: #fafafa;
}
.about-4 .swiper {
  padding: 16px 0;
}
.about-4 .swiper .swiper-slide {
  width: 50%;
  filter: blur(8px);
  transition: all 0.8s;
}
.about-4 .swiper .swiper-slide.swiper-slide-active {
  filter: blur(0);
}
.about-4 .swiper .swiper-slide.swiper-slide-active .img .btn {
  opacity: 1;
}
.about-4 .swiper .swiper-slide:hover .img .btn {
  background: #fff;
  color: var(--bs-primary);
}
.about-4 .swiper .swiper-slide .img {
  display: block;
  padding-top: 51%;
  position: relative;
  flex-shrink: 0;
}
.about-4 .swiper .swiper-slide .img .btn {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: var(--bs-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
}
.about-4 .swiper .swiper-slide .img .btn i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
}
.about-4 .swiper .swiper-button-next, .about-4 .swiper .swiper-button-prev {
  width: clamp(40px, 3.75rem, 60px);
  height: clamp(40px, 3.75rem, 60px);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.2s;
}
.about-4 .swiper .swiper-button-next::after, .about-4 .swiper .swiper-button-prev::after {
  display: none;
}
.about-4 .swiper .swiper-button-next:active, .about-4 .swiper .swiper-button-prev:active {
  transform: translateY(-50%) scale(0.9);
}
.about-4 .swiper .swiper-button-next:hover, .about-4 .swiper .swiper-button-prev:hover {
  background: var(--bs-primary);
}
.about-4 .swiper .swiper-button-next i, .about-4 .swiper .swiper-button-prev i {
  font-size: clamp(18px, 1.5rem, 1.25vw);
}
.about-4 .swiper .swiper-button-prev {
  left: 15%;
}
.about-4 .swiper .swiper-button-next {
  right: 15%;
}
.about-4 .swiper .swiper-button-next i {
  transform: rotateY(180deg);
}
@media screen and (max-width: 991px) {
  .about-4 .swiper .swiper-slide {
    width: calc(100% - 30px);
  }
  .about-4 .swiper .swiper-button-prev {
    left: 6%;
  }
  .about-4 .swiper .swiper-button-next {
    right: 6%;
  }
}

.about-5 {
  padding-bottom: 6.875rem;
}

.a2a_kit {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}
.a2a_kit .a2a_svg {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.not_found {
  padding: 5rem;
}
.not_found p {
  margin-bottom: 2rem;
  color: var(--bs-gray-800);
}
.not_found input {
  padding: 6px 10px;
  border: 1px solid #ddd;
  outline: none;
  margin-right: 4px;
}
.not_found .mod_more button {
  padding: 0.5rem 1.5rem;
  outline: none;
}

.mod-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 991;
  background: rgba(30, 30, 30, 0.87);
  display: none;
  align-items: center;
  justify-content: center;
}
.mod-box-img {
  padding: 24px;
  background: #fff;
  position: relative;
}
.mod-box-img img {
  max-width: 300px;
}
.mod-box-content {
  background: #fff;
  padding: 6.25rem 4.375rem;
  border-radius: 1.25rem;
  width: 80%;
  position: relative;
}
.mod-box-content .mod_title {
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #abacb2;
  position: relative;
  margin-bottom: 2.5rem;
}
.mod-box-content .mod_title::after {
  content: "";
  width: 13.75rem;
  height: 3px;
  background: var(--bs-primary);
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
}
.mod-box-content .mod_title strong {
  opacity: 0.83;
}
.mod-box-content .mod_content {
  max-height: 40vh;
}
.mod-box-content .mod_content * {
  font-size: inherit;
  color: rgba(0, 0, 0, 0.72);
}
.mod-box-content .mod-box-close {
  right: 16px;
  top: 16px;
  width: 42px;
  height: 42px;
  border: 3px solid #9e9e9e;
  border-radius: 50%;
  transition: all 0.3s;
}
.mod-box-content .mod-box-close:hover {
  border-color: var(--bs-primary);
}
.mod-box-content .mod-box-close:hover:after {
  background: none;
  color: var(--bs-primary);
}
.mod-box-content .mod-box-close::after {
  transition: all 0.3s;
  transform: translate(50%, -50%) scale(1.5);
}
@media screen and (max-width: 768px) {
  .mod-box-content {
    width: calc(100% - 30px);
  }
}
.mod-box-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
}
.mod-box-close:hover::after {
  color: #555;
  background: #eee;
}
.mod-box-close::after {
  content: "×";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

/* 全局设置fancybox尺寸 */
.fancybox-inner {
  max-width: 90vw !important;
  max-height: 90vh !important;
  aspect-ratio: 16/9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fancybox-content {
  max-width: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .fancybox-inner {
    min-width: 90vw !important;
  }
}
@media (min-width: 992px) {
  .fancybox-inner {
    min-height: 80vh !important;
  }
}
/* zl_mod 通用样式
---------------------------------------------------------------- */
.mod_carousel {
  aspect-ratio: 1920/682;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.maodian {
  position: absolute;
  left: 0;
  top: -6.5rem;
}

.mod_bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mod_title {
  color: #1f1f1f;
  margin-bottom: 2rem;
}
.mod_title.white {
  color: var(--bs-white);
}
.mod_title h1,
.mod_title h2,
.mod_title h3,
.mod_title strong {
  text-transform: capitalize;
  font-size: clamp(24px, 4.375rem, 3.6458333333vw);
  line-height: 1.4;
  color: inherit;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
}

.mod_position {
  padding: 1.5rem 0;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
  color: #777;
}
.mod_position ol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.mod_position ol li {
  margin: 0 0.5rem;
  text-transform: uppercase;
}
.mod_position ol li:first-child {
  margin-left: 0;
}
.mod_position ol li:last-child {
  margin-right: 0;
}
.mod_position ol li a {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  color: #777;
}
.mod_position ol li a:hover {
  color: var(--bs-primary);
}
.mod_position ol li a i {
  margin-right: 0.375rem;
  font-size: clamp(16px, 1rem, 0.8333333333vw);
}
.mod_position ul li.active a {
  font-weight: bold;
  color: var(--bs-primary);
}
.mod_position ul li a {
  color: #474747;
}
.mod_position ul li a:hover {
  color: var(--bs-primary);
}
.mod_position ul li i {
  width: 1px;
  height: 0.625rem;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 1.75rem;
}
@media screen and (max-width: 991px) {
  .mod_position ul {
    width: 100%;
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }
  .mod_position ul li {
    scroll-snap-align: start;
  }
  .mod_position nav {
    margin-top: 10px;
  }
}

.container > .line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.mod_content {
  line-height: 1.8;
  font-size: fz(14px, 1.25rem);
  color: #474747;
}
.mod_content img {
  max-width: 100%;
  height: auto !important;
}
.mod_content table {
  max-width: 100% !important;
}
.mod_content ul, .mod_content ol {
  padding-left: inherit;
}
.mod_content ul li, .mod_content ol li {
  list-style: inherit;
}

.mod_more.white a,
.mod_more.white button {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.mod_more.white a:hover,
.mod_more.white button:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
}
.mod_more.style.bold a span, .mod_more.style.bold button span {
  font-weight: bold;
}
.mod_more.style.bold a i, .mod_more.style.bold button i {
  font-weight: none;
  transform: translateY(0);
}
.mod_more.style a, .mod_more.style button {
  padding: 0;
  height: clamp(40px, 3.75rem, 60px);
  position: relative;
  background: rgba(0, 0, 0, 0.05);
}
.mod_more.style a:hover span:first-child, .mod_more.style button:hover span:first-child {
  transform: translateY(-50px) scale(0) rotate(120deg);
}
.mod_more.style a:hover span:last-child, .mod_more.style button:hover span:last-child {
  transform: translateY(0) scale(1.2);
}
.mod_more.style a span, .mod_more.style button span {
  padding: 0 2.25rem;
  padding-top: 0.25rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-primary);
  color: #fff;
  transform: translateY(0) scale(1.2);
  transition: all 0.5s ease-in-out;
  font-size: clamp(12px, 0.875rem, 0.7291666667vw);
}
.mod_more.style a span i, .mod_more.style button span i {
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}
.mod_more.style a span:last-child, .mod_more.style button span:last-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: var(--bs-secondary);
}
.mod_more a,
.mod_more button {
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.875rem 1.875rem;
  padding-bottom: 0.75rem;
  background: var(--bs-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s;
  border: none;
  font-family: "Ubuntu-B";
}
.mod_more a i,
.mod_more button i {
  margin-left: 0.5rem;
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
  transform: translateY(-0.125rem);
}

.mod_more2.white a,
.mod_more2.white button {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.mod_more2.white a:hover,
.mod_more2.white button:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
}
.mod_more2 a,
.mod_more2 button {
  border-radius: 0.5rem;
  padding: 0 2rem;
  height: 3.5rem;
  background: var(--bs-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.mod_more2 a i,
.mod_more2 button i {
  margin-left: 0.5rem;
  font-size: clamp(16px, 1.25rem, 1.0416666667vw);
  font-weight: normal;
}

.tooltip {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  transition: all 0.3s ease;
  padding: 8px 20px;
  padding-right: 40px;
  border-radius: 4px;
  max-width: 300px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.tooltip.tooltip-info {
  background: #e6a23c;
}
.tooltip.tooltip-warning {
  background: #f56c6c;
}
.tooltip.tooltip-success {
  background: #67c23a;
}
.tooltip.hidden {
  opacity: 0;
  pointer-events: none;
}
.tooltip span {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.tooltip button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(calc(-50% - 2px));
  font-size: 20px;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .tooltip {
    padding: 8px 10px;
    padding-right: 30px;
  }
}

.mod_fanye {
  margin-top: 5rem;
}
.mod_fanye ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod_fanye li.active span {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.mod_fanye li.disabled {
  opacity: 0.65;
}
.mod_fanye li a,
.mod_fanye li span {
  font-size: clamp(14px, 0.875rem, 0.7291666667vw);
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: var(--bs-gray-800);
  background-color: --bs-gray-200;
  border: none;
}
.mod_fanye li a.activ:hover {
  color: var(--bs-white);
}
.mod_fanye li a:hover {
  color: var(--bs-primary);
}

.mod_fanye2 {
  margin-top: 5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #e0e0e0;
}
.mod_fanye2 a {
  display: flex;
  align-items: center;
  color: #000;
  opacity: 0.51;
  transition: all 0.3s;
  font-size: clamp(14px, 1rem, 0.8333333333vw);
}
.mod_fanye2 a:nth-child(1) i {
  margin-right: 1rem;
}
.mod_fanye2 a:nth-child(2) {
  flex-shrink: 0;
  margin: 0 3rem;
}
.mod_fanye2 a:nth-child(3) {
  justify-content: space-between;
}
.mod_fanye2 a:nth-child(3) i {
  transform: rotateY(180deg);
  margin-left: 1rem;
}
.mod_fanye2 a i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
}
.mod_fanye2 a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.mod_fanye2 a:hover {
  color: var(--bs-primary);
  opacity: 0.85;
}

.mod_content p:last-child {
  margin: 0;
}

/* 媒体查询
---------------------------------------------------------------- */
@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
  .mod_social {
    right: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mod_header .header .header_center nav > ul > li > a {
    padding: 0 1.25rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: calc(100% - 18.125rem);
    width: calc(100% - 18.125rem);
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: calc(1920px - 18.125rem);
    width: calc(1920px - 18.125rem);
  }
}
/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
.h_auto {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.h_auto::-webkit-scrollbar {
  width: 4px;
}
.h_auto::-webkit-scrollbar-track {
  background: var(--bs-gray-100);
}
.h_auto::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
}/*# sourceMappingURL=style.css.map */