/* .banner-section{
    position: relative;
    width: 100%;
    padding: 20px 30px 0;
    max-width: 1200px;
    margin: 0 auto;
    .banner-wrap{
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 30px;
        
        video{
            width: 100%;
            height: auto;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }
        img{
            position: relative;
            width: 100%;
            display: block;
            height: auto;
            opacity: 1;
            transition: opacity 1s ease;
            z-index: 2;
            
        }

    }
} */
.section-title {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 20px;
  white-space: nowrap;
}
.section-title:before,
.section-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.4);
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
.fliter-section {
  position: relative;
  width: 1200px;
  margin: 40px auto 60px;
  padding: 0 30px;
  display: flex;
  gap: 60px;
}
.fliter-section .fliter-wrap {
  width: 60%;
}
.fliter-section .fliter-wrap:last-child {
  width: 40%;
}
.fliter-section .fliter-wrap .fliter-box {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.fliter-section .fliter-wrap .fliter-box .fliter-item {
  position: relative;
  transition: all 0.3s;
}
.fliter-section .fliter-wrap .fliter-box .fliter-item img {
  width: 100%;
  display: block;
}
.fliter-section .fliter-wrap .fliter-box .fliter-item .fliter-name {
  position: absolute;
  left: 6%;
  top: 45%;
  font-weight: 700;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
}
.fliter-section .fliter-wrap .fliter-box .fliter-item .fliter-name span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.fliter-section .fliter-wrap .fliter-box .fliter-item:hover {
  transform: scale(0.95);
}
.fliter-section .fliter-wrap .fliter-desc-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
}
.fliter-section .fliter-wrap .fliter-desc-wrap .fliter-desc {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.fliter-section .fliter-wrap .fliter-desc-wrap .more-btn {
  display: flex;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  border-radius: 8px;
}
.fliter-section .fliter-wrap .fliter-desc-wrap .more-btn i {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  animation: goShop 1s infinite;
}
.about-section {
  margin: 40px 0;
}
.about-section .wrapper {
  width: 1000px;
  margin: 0 auto;
}
.about-section .content .ab-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-section .propagate {
  max-width: 100%;
  margin: 40px auto  0;
  position: relative;
}
.about-section .propagate img {
  max-width: 100%;
  margin: 0 auto;
}
.about-section .propagate .spread-btn {
  position: absolute;
  background-color: #e6c361;
  color: #171717;
  bottom: 105px;
  width: 140px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section .propagate .spread-btn.first {
  left: 114px;
}
.about-section .propagate .spread-btn.middle {
  left: 50%;
  transform: translateX(-50%);
}
.about-section .propagate .spread-btn.last {
  right: 114px;
}
.about-section .propagate .spread-btn.disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.product-section {
  margin: 30px auto;
  width: 1200px;
}
.product-section .title-en {
  display: block;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
}
.product-section .content {
  padding-top: 20px;
  position: relative;
}
.product-section .product {
  width: 1120px;
  margin: 0 auto;
}
.product-section .product .swiper-wrapper {
  height: auto;
}
.product-section .product .swiper-wrapper .swiper-slide {
  width: 280px !important;
}
.product-section .product .goods {
  width: 260px;
  padding-bottom: 10px;
  margin: 10px auto;
  padding: 10px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.product-section .product .goods .img-wrap {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.product-section .product .goods .img-wrap img {
  width: 100%;
}
.product-section .product .goods .info-wrap {
  text-align: center;
  padding: 6px 0 0;
}
.product-section .product .goods .info-wrap h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-section .product .goods .info-wrap h3 span {
  font-size: 16px;
}
.product-section .product .goods .info-wrap .sub {
  position: absolute;
  right: 26px;
  top: 36px;
}
.product-section .product .goods .info-wrap .sub .ml {
  font-size: 10px;
  border-radius: 19px;
  padding: 2px 8px;
  letter-spacing: 0;
  font-weight: 700;
  color: #000000;
  border: 1.5px solid #000000;
  background-color: #FFF;
}
.product-section .product .goods .info-wrap .notes {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  overflow: hidden;
  margin: 10px auto 0;
  align-items: center;
}
.product-section .product .goods .info-wrap .notes .notes-name {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
}
.product-section .product .goods .info-wrap .notes .notes-name:nth-child(3) {
  border-right: none;
}
.product-section .product .goods .info-wrap .notes .notes-name:first-child {
  margin-left: 0;
}
.product-section .product .goods .info-wrap .notes .notes-item {
  width: 100%;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0086ff;
}
.product-section .product .goods .info-wrap .notes .notes-item:last-child {
  border-right: none;
}
.product-section .product .goods .info-wrap .pricebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 0;
}
.product-section .product .goods .info-wrap .pricebox .now {
  font-weight: 700;
  font-size: 20px;
  color: red;
  letter-spacing: 0;
  pointer-events: none;
}
.product-section .product .goods .info-wrap .pricebox .now .twd {
  font-size: 12px;
  margin-right: 2px;
}
.product-section .product .goods .info-wrap .pricebox .stars {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-section .product .goods .info-wrap .pricebox .stars i {
  font-size: 10px;
  padding: 0 1px 0 2px;
  line-height: 14px;
  border-radius: 3px;
  margin-right: 1px;
  background: linear-gradient(90deg, #ffae00 var(--fill, 0%), #e0e0e0 0%);
  color: #fff;
}
.product-section .product .goods .info-wrap .pricebox .stars i:last-child {
  margin-right: 0;
}
.product-section .product .goods .info-wrap .pricebox .stars .stars-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: #999;
  transition: all 0.3s;
  margin-left: 2px;
}
.product-section .product .goods:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.product-section .product .goods:hover .cart-wrap {
  opacity: 1;
}
.product-section .product .last {
  width: 220px;
  height: 220px;
  margin: 100px auto;
  transition: all 0.3s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
}
.product-section .product .last .last-text {
  margin-top: 8px;
  font-size: 16px;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.9);
}
.product-section .product .last .more-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  transition: all 0.3s;
}
.product-section .product .last .more-arrow {
  margin-top: 12px;
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 8px 8px 8px 11px;
  transition: all 0.3s;
}
.product-section .product .last .more-arrow i {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
}
@keyframes goShop {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(3px);
  }
}
.product-section .product .last:hover {
  width: 200px;
  height: 200px;
  margin: 110px auto;
}
.product-section .product .last:hover .more-arrow {
  margin-top: 24px;
  transform: scale(1.2);
}
.product-section .product .last:hover .more-arrow i {
  animation: goShop 1s infinite;
}
.product-section .product-paging {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.product-section .product-paging .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  transition: transform 0.3s, background-color 0.3s, opacity 0.5s, pointer-events 0s, cursor 0s;
}
.product-section .product-paging .btn:hover {
  transform: scale(1.2);
}
.product-section .product-paging .btn.prev i {
  margin-left: 4px;
}
.product-section .product-paging .btn.next i {
  margin-right: 4px;
}
.product-section .product-paging .btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.product-section .product-paging .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
}
.product-section .product-paging .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.product-section .product-paging .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.taste-fliter-section {
  position: relative;
  margin-top: 40px;
  width: 100%;
}
.taste-fliter-section .taste-fliter-wrap {
  width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-title:before {
  content: "";
  display: block;
  width: 40%;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-title:after {
  content: "";
  display: block;
  width: 40%;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  right: 0;
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: 40px auto 0;
  perspective: 1000px;
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(6) {
  transition: transform 0.8s 0.75s cubic-bezier(0.42, 0, 0.83, 1.44), filter 0.8s 0.75s cubic-bezier(1, 0, 0, 1), -webkit-filter 0.8s 0.75s cubic-bezier(1, 0, 0, 1);
  transform: rotateY(0deg);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(6) .taste-fliter-name {
  opacity: 1;
  letter-spacing: 0.2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.5);
  transition: all 1.2s 0.75s cubic-bezier(0.5, 0, 0.5, 1);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(5) {
  transition: transform 0.8s 0.6s cubic-bezier(0.42, 0, 0.83, 1.44), filter 0.8s 0.6s cubic-bezier(1, 0, 0, 1), -webkit-filter 0.8s 0.6s cubic-bezier(1, 0, 0, 1);
  transform: rotateY(0deg);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(5) .taste-fliter-name {
  opacity: 1;
  letter-spacing: 0.2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.5);
  transition: all 1.2s 0.6s cubic-bezier(0.5, 0, 0.5, 1);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(4) {
  transition: transform 0.8s 0.45s cubic-bezier(0.42, 0, 0.83, 1.44), filter 0.8s 0.45s cubic-bezier(1, 0, 0, 1), -webkit-filter 0.8s 0.45s cubic-bezier(1, 0, 0, 1);
  transform: rotateY(0deg);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(4) .taste-fliter-name {
  opacity: 1;
  letter-spacing: 0.2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.5);
  transition: all 1.2s 0.45s cubic-bezier(0.5, 0, 0.5, 1);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(3) {
  transition: transform 0.8s 0.3s cubic-bezier(0.42, 0, 0.83, 1.44), filter 0.8s 0.3s cubic-bezier(1, 0, 0, 1), -webkit-filter 0.8s 0.3s cubic-bezier(1, 0, 0, 1);
  transform: rotateY(0deg);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(3) .taste-fliter-name {
  opacity: 1;
  letter-spacing: 0.2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.5);
  transition: all 1.2s 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(2) {
  transition: transform 0.8s 0.15s cubic-bezier(0.42, 0, 0.83, 1.44), filter 0.8s 0.15s cubic-bezier(1, 0, 0, 1), -webkit-filter 0.8s 0.15s cubic-bezier(1, 0, 0, 1);
  transform: rotateY(0deg);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(2) .taste-fliter-name {
  opacity: 1;
  letter-spacing: 0.2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.5);
  transition: all 1.2s 0.15s cubic-bezier(0.5, 0, 0.5, 1);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(1) {
  transition: transform 0.8s 0s cubic-bezier(0.42, 0, 0.83, 1.44), filter 0.8s 0s cubic-bezier(1, 0, 0, 1), -webkit-filter 0.8s 0s cubic-bezier(1, 0, 0, 1);
  transform: rotateY(0deg);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box.show .taste-fliter-item:nth-child(1) .taste-fliter-name {
  opacity: 1;
  letter-spacing: 0.2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.5);
  transition: all 1.2s 0s cubic-bezier(0.5, 0, 0.5, 1);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box .taste-fliter-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  transform: rotateY(-360deg);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transform-style: preserve-3d;
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box .taste-fliter-item img {
  width: 100%;
  transition: all 1.2s ease-in-out;
  cursor: pointer;
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box .taste-fliter-item .taste-fliter-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #FFF;
  font-weight: 500;
  white-space: nowrap;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.5);
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
  letter-spacing: -10px;
  opacity: 0;
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box .taste-fliter-item:hover img {
  transform: scale(1.1);
}
.taste-fliter-section .taste-fliter-wrap .taste-fliter-box .taste-fliter-item:hover .taste-fliter-name {
  transform: translate(-50%, -50%) scale(0.9);
}
.adv-section {
  width: 100%;
  height: 800px;
  position: relative;
  margin-top: 100px;
}
.adv-section .video-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.adv-section .video-container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-image: url("/static/img/pixel.webp");
  background-repeat: revert;
  top: 0;
  left: 0;
}
.adv-section .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv-section .content {
  position: absolute;
  top: 50%;
  z-index: 22;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  width: 1080px;
  align-items: baseline;
  justify-content: space-between;
  gap: 60px;
}
.adv-section .content .content-left {
  flex: 1;
}
.adv-section .content .content-left .ab-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.adv-section .content .content-left .text {
  font-size: 14px;
  line-height: 1.5;
}
.adv-section .content .sales-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin-top: 20px;
  flex: 1;
}
.adv-section .content .sales-sec .sales-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adv-section .content .sales-sec .sales-item .sales-ico {
  width: 64px;
  height: 64px;
  border: 1.5px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adv-section .content .sales-sec .sales-item .sales-ico i {
  font-size: 36px;
}
.adv-section .content .sales-sec .sales-item .sales-title {
  font-size: 15px;
  margin: 4px 0;
}
.adv-section .content .sales-sec .sales-item .sales-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 4px;
}
.marquee-section {
  margin-top: 160px;
}
.marquee-section .sec-title {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
}
.marquee-section .marquee-sub {
  font-size: 14px;
  color: #999;
  text-align: center;
  width: 40%;
  margin: 30px auto 0;
}
.marquee-section .brand-line {
  width: 1280px;
  margin: 40px auto;
  overflow: hidden;
  position: relative;
}
.marquee-section .brand-line:before {
  content: "";
  display: block;
  height: 100%;
  width: 400px;
  background: linear-gradient(90deg, #000, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.marquee-section .brand-line:after {
  content: "";
  display: block;
  height: 100%;
  width: 400px;
  background: linear-gradient(-90deg, #000, rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.marquee-section .brand-line .line-loop {
  display: flex;
  white-space: nowrap;
  margin-top: 60px;
}
@keyframes loop {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-150%);
  }
}
@keyframes reloop {
  from {
    transform: translateX(-150%);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-section .brand-line .line-loop:nth-child(1) {
  animation: loop 20s linear infinite;
  margin-top: 0;
}
.marquee-section .brand-line .line-loop:nth-child(2) {
  animation: reloop 30s linear infinite;
}
.marquee-section .brand-line .line-loop:nth-child(3) {
  animation: loop 30s linear infinite;
}
.marquee-section .brand-line .line-loop:nth-child(4) {
  animation: reloop 20s linear infinite;
}
.marquee-section .brand-line .line-loop .line-box {
  display: flex;
}
.marquee-section .brand-line .line-loop .line-box .brand-pic {
  width: 140px;
  margin-right: 20px;
}
.marquee-section .brand-line .line-loop .line-box .brand-pic .pic-box {
  padding: 20px;
  display: flex;
  border-radius: 8px;
  background-color: #FFF;
  opacity: 0.8;
}
.marquee-section .brand-line .line-loop .line-box .brand-pic .pic-box img {
  width: 100%;
}
.marquee-section .brand-line .line-loop .line-box .brand-pic .brand-name {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.guarantee-section {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  margin-top: 60px;
  padding: 60px 0;
}
.guarantee-section .guarantee-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.guarantee-section .guarantee-item {
  flex-shrink: 0;
  width: 240px;
  height: 240px;
  margin-left: 30px;
  position: relative;
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.guarantee-section .guarantee-item .guarantee-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.guarantee-section .guarantee-item .ico {
  width: 50px;
  height: 50px;
  display: flex;
  margin: 0 auto;
}
.guarantee-section .guarantee-item .ico i {
  color: #fff;
}
.guarantee-section .guarantee-item .just {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
}
.guarantee-section .guarantee-item .sub {
  color: #ddd;
  font-size: 14px;
}
.guarantee-section .guarantee-item:hover {
  background: rgba(0, 0, 0, 0.3);
}
.question-section {
  padding: 60px 0;
}
.question-section .question-main {
  width: 900px;
  margin: 0 auto;
}
.question-section .question-main .title {
  font-size: 28px;
  color: #000000;
  letter-spacing: 1px;
}
.question-section .question-main .question {
  margin-top: 30px;
}
.question-section .question-main .question .item {
  width: 900px;
  height: 48px;
  background: #e6e6e6;
  border-radius: 3px;
  font-size: 14px;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  margin-bottom: 12px;
  transition-duration: 0.3s;
}
.question-section .question-main .question .item .q-title {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.question-section .question-main .question .item .q-desc {
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.question-section .question-main .question .item .q-show {
  color: #000;
  position: absolute;
  right: 16px;
  top: 14px;
  font-weight: bold;
}
.question-section .question-main .question .item .q-show i {
  font-size: 18px;
}
.news-section {
  position: relative;
  margin: 200px auto;
}
.news-section h2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
.news-section .wrapper {
  width: 1080px;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
.news-section .news {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.news-section .news .item {
  width: 320px;
  position: relative;
  transition: all 0.5s;
}
.news-section .news .item:hover {
  transform: translateY(-20px);
}
.news-section .news .item:hover .time-label i {
  animation: goRead 1s infinite;
}
.news-section .news .item .time-label {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: -22px;
  left: 12px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
.news-section .news .item .time-label .time-num {
  font-size: 46px;
  margin-right: 6px;
  line-height: 42px;
  color: #0080ff;
}
.news-section .news .item .time-label i {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  margin: 2px 0 0 4px;
  display: inline-block;
}
@keyframes goRead {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(3px);
  }
}
.news-section .news .item .cover {
  width: 100%;
  border-radius: 0px 16px 16px 16px;
  overflow: hidden;
  position: relative;
}
.news-section .news .item .cover .label-title {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  background-color: #0080ff;
  padding: 4px 8px;
  font-style: normal;
  border-radius: 6px;
  z-index: 1;
}
.news-section .news .item .cover .cover-img {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.news-section .news .item .cover .cover-img:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 24px;
  width: 24px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #000;
}
.news-section .news .item .cover .cover-img a {
  border-radius: 18px;
  overflow: hidden;
}
.news-section .news .item .cover .cover-img a img {
  width: 100%;
  height: 100%;
}
.news-section .news .item .cover .cover-img .cover-border {
  border-bottom-right-radius: 10px;
  height: 30px;
  width: 50px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-34deg);
  box-shadow: -10px -10px 0 0 #000;
}
.news-section .news .item .cover .cover-img .cover-border:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #000;
}
.news-section .news .item .info .n-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin: 16px 0;
  font-weight: 700;
  padding: 0 10px;
}
.news-section .news .item .info .n-desc {
  font-size: 13px;
  color: #a3a3a3;
  padding: 0 10px;
}
