.banner-section {
  position: relative;
  width: 100%;
  padding: 20px 30px 0;
  max-width: 1200px;
  margin: 80px auto 0;
}
.banner-section .banner-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.banner-section .banner-wrap video {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-section .banner-wrap 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;
}
.section-title:before {
  content: "";
  display: block;
  width: 40%;
  height: 1.5px;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  left: 0;
}
.section-title:after {
  content: "";
  display: block;
  width: 40%;
  height: 1.5px;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  right: 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
.fliter-section {
  position: relative;
  width: 1200px;
  margin: 40px auto 0;
  padding: 0 30px;
}
.fliter-section .fliter-box {
  display: grid;
  gap: 0 30px;
  margin-top: 30px;
  grid-template-columns: repeat(6, 1fr);
}
.fliter-section .fliter-box .fliter-item {
  position: relative;
  transition: all 0.3s;
}
.fliter-section .fliter-box .fliter-item img {
  width: 100%;
  display: block;
}
.fliter-section .fliter-box .fliter-item .fliter-name {
  /* background-color: rgb(0, 0, 0);
                padding: 5px 0;
                border-radius: 99px;
                width: 140px; */
  position: absolute;
  left: 10%;
  top: 45%;
  font-weight: 700;
}
.fliter-section .fliter-box .fliter-item .fliter-name .fliter-cn {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.fliter-section .fliter-box .fliter-item .fliter-name .fliter-en {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.6;
}
.fliter-section .fliter-box .fliter-item:hover {
  transform: scale(0.95);
}
.about-section {
  margin: 40px 0;
}
.about-section .wrapper {
  width: 1000px;
  margin: 0 auto;
}
.about-section .content .ab-title {
  font-size: 32px;
  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-sec {
  margin-top: 80px;
}
.product-sec h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #191919;
  text-align: center;
}
.product-sec .title-sub {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  text-align: center;
  margin-top: 4px;
}
.product-sec .main {
  max-width: 1200px;
  display: flex;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  gap: 30px;
}
.product-sec .main .goods {
  position: relative;
  width: 240px;
  text-align: center;
  flex-shrink: 0;
  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: 16px;
}
.product-sec .main .goods .img-wrap {
  width: 100%;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
.product-sec .main .goods .img-wrap .img-main {
  position: relative;
  display: block;
}
.product-sec .main .goods .img-wrap .img-main .goods-img {
  position: relative;
  width: 100%;
  display: block;
}
.product-sec .main .goods .img-wrap .img-main .goods-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.product-sec .main .goods .info-wrap {
  text-align: center;
  padding: 0.6rem 0 0;
}
.product-sec .main .goods .info-wrap h3 {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #191919;
  display: flex;
  flex-direction: column;
}
.product-sec .main .goods .info-wrap h3 span {
  font-size: 16px;
}
.product-sec .main .goods .info-wrap .sub {
  position: absolute;
  top: 2rem;
  right: 1.4rem;
}
.product-sec .main .goods .info-wrap .sub .ml {
  font-size: 0.9rem;
  padding: 0.04rem 0.4rem;
  display: inline-block;
  border-radius: 0.4rem;
  color: #000000;
  border: 1.5px solid #000000;
  background-color: #FFF;
  font-weight: 700;
}
.product-sec .main .goods .info-wrap .notes {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-radius: 0.8rem;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  margin: 0.6rem auto 0;
  padding: 0.6rem 0;
  align-items: center;
}
.product-sec .main .goods .info-wrap .notes .notes-name {
  font-size: 1rem;
  font-weight: 700;
  flex: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
}
.product-sec .main .goods .info-wrap .notes .notes-name:nth-child(3) {
  border-right: none;
}
.product-sec .main .goods .info-wrap .notes .notes-name:first-child {
  margin-left: 0;
}
.product-sec .main .goods .info-wrap .notes .notes-item {
  width: 100%;
  padding: 0 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0086ff;
}
.product-sec .main .goods .info-wrap .notes .notes-item:last-child {
  border-right: none;
}
.product-sec .main .goods .info-wrap .pricebox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
}
.product-sec .main .goods .info-wrap .pricebox .now {
  font-weight: 700;
  font-size: 16px;
  color: red;
  letter-spacing: 0;
  pointer-events: none;
}
.product-sec .main .goods .info-wrap .pricebox .now .twd {
  font-size: 12px;
  margin-right: 2px;
}
.product-sec .main .goods .info-wrap .pricebox .stars {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-sec .main .goods .info-wrap .pricebox .stars i {
  font-size: 0.9rem;
  padding: 0 0.1rem 0.05rem 0.1rem;
  line-height: 1.1rem;
  border-radius: 0.2rem;
  margin-right: 1px;
  background: linear-gradient(90deg, #ffae00 var(--fill, 0%), #e0e0e0 0%);
  color: #fff;
}
.product-sec .main .goods .info-wrap .pricebox .stars i:last-child {
  margin-right: 0;
}
.product-sec .main .goods .info-wrap .pricebox .stars .stars-num {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #999;
  transition: all 0.3s;
  margin-left: 0.2rem;
}
.product-sec .main .last {
  width: 15rem;
  height: 15rem;
  transition: all 0.3s;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #aaa;
  scroll-snap-align: center;
  text-align: center;
  margin-right: 1rem;
}
.product-sec .main .last .last-text {
  margin-top: 8px;
  font-size: 16px;
  transition: all 0.3s;
}
.product-sec .main .last .more-text {
  width: 15rem;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.product-sec .main .last .more-arrow {
  margin-top: 1rem;
  width: 3rem;
  height: 3rem;
  border: 0.15rem solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 0.7rem;
  transition: all 0.3s;
}
.product-sec .main .last .more-arrow i {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  animation: goShop 1s infinite;
}
@keyframes goShop {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(3px);
  }
}
.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: #aaa;
  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: #aaa;
  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: 200px;
}
.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: 32px;
  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: 32px;
  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: 32px;
  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: #191919;
  font-size: 32px;
  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: 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: #191919;
  font-size: 18px;
  margin: 16px 0;
  font-weight: 700;
  padding: 0 10px;
}
.news-section .news .item .info .n-desc {
  font-size: 13px;
  color: #a3a3a3;
  padding: 0 10px;
}
