.bg1 {
  background: url(../img/bs_zltx2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}

.bg2 {
  background: url(../img/24ffaec1-36d2-4b16-b4ee-e0fc3bd7cfd3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}

.ab_qywh {
  background: url(../img/123b0282-10ff-4596-977e-d076842dd2ee.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}

.fw1 {
  padding: 2rem 0 4rem;
}
.fw1 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 14px;
}
.fw1 ul li {
  background: #ffffff54;
  padding: 4rem 1rem;
  text-align: center;
  border: 2px solid transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fw1 ul li:hover {
  color: var(--c1);
  border-image: linear-gradient(90deg, var(--c1) 0%, var(--c2));
  border-image-slice: 1;
}
.fw1 ul li:hover span {
  transition: all 1s ease;
  transform: perspective(800px) rotateY(360deg);
  -webkit-transform: perspective(800px) rotateY(360deg);
  -moz-transform: perspective(800px) rotateY(360deg);
}
.fw1 ul li h1 {
  font-size: 24px;
  margin: 10px auto;
}
.fw1 ul li span {
  font-size: 34px;
  border-radius: 100%;
  border: 1px solid var(--c1);
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.fw1 ul li p {
  font-size: 14px;
}

.fwbg {
  background: linear-gradient(rgb(255 255 255 / 56%), rgb(0 0 0 / 13%)), url(../img/5a8e7ec5-605e-4552-b4a4-e59ba7bb1ac7.jpg);
  background-repeat: no-repeat;
  padding: 4rem 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.fwbg .a_title h1 {
  color: var(--c1);
  font-weight: bold;
}

.a_title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding: 2rem 0;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a_title h1 {
  font-size: 2rem;
  position: relative;
  padding-left: 20px;
}

.a_title h1::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 26px;
  background: var(--c1);
}

.a_title p span {
  display: inline-block;
  margin: 5px;
  background: var(--c2);
  height: 8px;
  border-radius: 200px;
}

.a_title p {
  line-height: 0;
}

.a_title p span:nth-child(1) {
  width: 10px;
  background: var(--c1);
  animation: fa_span01_ani 1.5s ease infinite alternate;
}
.a_title p span:nth-child(2) {
  width: 45px;
  animation: fa_span02_ani 1.5s ease infinite alternate;
}

@keyframes fa_span01_ani {
  0% {
    width: 6px;
  }
  100% {
    width: 48px;
  }
}
@keyframes fa_span02_ani {
  0% {
    width: 48px;
  }
  100% {
    width: 6px;
  }
}

@media screen and (max-width: 700px) {
  #c_static_001_P_39977-1709794955584 .e_text-9,
  #c_static_001_P_29063-17097942138810 .e_richText-200,
  #c_product_list_097-1708934915354 .e_text-6,
  #c_category_338-17097941602700 .e_text-6 {
    font-size: 14px !important;
  }
  #c_static_001_P_39977-1709794955584 .e_text-8 {
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 0 1rem !important;
  }
  #c_static_001_P_39977-1709794955584 .e_text-5 {
    -webkit-line-clamp: inherit !important;
  }
  #c_static_001_P_39977-1709794955584 .e_loop-1 .p_loopitem {
    margin-bottom: 4px;
    border-bottom: 2px solid #f44336;
  }
  #c_static_001_P_39977-1709794955584 .e_loop-1 .p_loopitem.cur .e_container-3 {
    background-color: #fff0 !important;
  }
  #c_static_001_P_39335-1709003285200 .e_richText-2 span {
    color: #fff !important;
  }
  #c_static_001_P_39335-1709003285200 .e_text-4 {
    font-size: 16px !important;
  }
  #c_static_001_P_39335-1709003285200 {
    padding: 2rem 0 !important;
  }
  .scroll-text {
    font-size: 2rem !important;
  }
  #c_static_001_P_11668-17097946854690 .e_text-7,
  #c_static_001_P_11668-17097946854690 .e_text-16 {
    font-size: 16px !important;
  }

  #c_static_001_P_11668-17097946854690 .e_text-14,
  #c_static_001_P_11668-17097946854690 .e_text-17 {
    margin: 20px 0 !important;
  }
  #c_static_001_P_11668-17097946854690 .e_button-15 {
    max-width: 126px !important;
  }
  #c_category_338-17097941602700 .e_text-11:before {
    left: 138px !important;
  }
  .fwbg .a_title h1 {
    font-size: 24px !important;
  }
  .a_title h1::after {
    top: 0px;
  }
  .fwbg {
    padding: 1rem 0;
  }
  #c_product_list_097-1708934915354 {
    display: block !important;
  }
  #c_product_list_097-1708934915354 .e_image-3 {
    margin-bottom: 1rem !important;
    height: 13rem !important;
    padding-bottom: 4rem !important;
  }
  #c_product_list_097-1708934915354 .e_container-2 {
    margin: 0 !important;
  }

  #c_product_list_097-1708934915354 {
    min-height: auto !important;
    padding: 30px 0 50px !important;
  }
  #c_grid-1708935327238 {
    margin-top: 2rem;
  }
  #c_static_001_P_39977-1709794955584 .e_loop-1 {
    margin-top: 30px;
  }
  #c_static_001_P_29063-17097942138810 .More {
    font-size: 20px !important;
  }
}
