.gloves-page-box {
  overflow: hidden;
  padding-top: clamp(106.66667px, 8.33333vw, 160px);
}
.gloves-page-box .crumb a, .gloves-page-box .crumb i {
  color: #4F4F4F;
}
.gloves-page-box .crumb span {
  color: #0C0F4D;
}
.gloves-page-box .crumb .home i {
  color: #0C0F4D;
}
.gloves-page-box .gloves-content {
  padding: clamp(40px, 3.125vw, 60px) 0;
}
.gloves-page-box .gloves-content .photo-text .pic {
  width: 38.75%;
  position: relative;
}
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-next,
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-prev {
  width: clamp(33.33333px, 2.60417vw, 50px);
  height: clamp(50px, 3.90625vw, 75px);
  background: rgba(255, 255, 255, 0.8);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  --swiper-theme-color:#182E64;
}
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-next.swiper-button-next,
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-prev.swiper-button-next {
  right: 2px;
  border-radius: clamp(6.66667px, 0.52083vw, 10px) 0 0 clamp(6.66667px, 0.52083vw, 10px);
}
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-next.swiper-button-prev,
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-prev.swiper-button-prev {
  left: 2px;
  border-radius: 0 clamp(6.66667px, 0.52083vw, 10px) clamp(6.66667px, 0.52083vw, 10px) 0;
}
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-next::after,
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-prev::after {
  font-size: clamp(16.66667px, 1.30208vw, 25px);
  font-weight: 700;
}
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-next.swiper-button-disabled,
.gloves-page-box .gloves-content .photo-text .pic .swiper-button-prev.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  --swiper-theme-color:#ffffff;
}
.gloves-page-box .gloves-content .photo-text .pic .big {
  position: relative;
}
.gloves-page-box .gloves-content .photo-text .pic .big .meidia-box {
  padding-bottom: 95%;
  overflow: hidden;
  position: relative;
}
.gloves-page-box .gloves-content .photo-text .pic .big .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .photo-text .pic .big .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .photo-text .pic .big img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.gloves-page-box .gloves-content .photo-text .pic .small {
  position: absolute;
  z-index: 5;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20%;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.gloves-page-box .gloves-content .photo-text .pic .small .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.gloves-page-box .gloves-content .photo-text .pic .small .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .photo-text .pic .small .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .photo-text .pic .small img {
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
}
.gloves-page-box .gloves-content .photo-text .pic .small .swiper-slide {
  border: 1px solid #fff;
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gloves-page-box .gloves-content .photo-text .pic .small .border-hover::after {
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  padding: 1px;
}
.gloves-page-box .gloves-content .photo-text .pic .small .swiper-slide-thumb-active .border-hover::after {
  opacity: 1;
  visibility: visible;
}
.gloves-page-box .gloves-content .photo-text .text {
  width: 61.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}
.gloves-page-box .gloves-content .photo-text .text > .tit {
  font-weight: 700;
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: #0C0F4D;
}
.gloves-page-box .gloves-content .photo-text .text .share {
  margin-top: clamp(6.66667px, 0.52083vw, 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0C0F4D;
}
.gloves-page-box .gloves-content .photo-text .text .share .sharethis-inline-share-buttons {
  margin-left: clamp(6.66667px, 0.52083vw, 10px);
}
.gloves-page-box .gloves-content .photo-text .text .property {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.gloves-page-box .gloves-content .photo-text .text .property ul li {
  margin-left: 5%;
  width: 15%;
  text-align: center;
}
.gloves-page-box .gloves-content .photo-text .text .property ul li:nth-child(5n+1) {
  margin-left: 0;
}
.gloves-page-box .gloves-content .photo-text .text .property ul li .icon {
  width: clamp(60px, 4.6875vw, 90px);
  height: clamp(60px, 4.6875vw, 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.gloves-page-box .gloves-content .photo-text .text .property ul li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .photo-text .text .property ul li .tit {
  margin: clamp(13.33333px, 1.04167vw, 20px) 0;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0C0F4D;
}
.gloves-page-box .gloves-content .photo-text .text .property ul li .des {
  font-weight: 700;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #0C0F4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gloves-page-box .gloves-content .photo-text .text .color {
  margin-top: clamp(20px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gloves-page-box .gloves-content .photo-text .text .color .color-tit {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0C0F4D;
  line-height: 1;
}
.gloves-page-box .gloves-content .photo-text .text .color .color-des {
  margin-left: clamp(6.66667px, 0.52083vw, 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gloves-page-box .gloves-content .photo-text .text .color .color-des i {
  width: clamp(20px, 1.5625vw, 30px);
  height: clamp(20px, 1.5625vw, 30px);
  border-radius: 50%;
  margin: 0 clamp(10px, 0.78125vw, 15px) 5px 0;
  display: block;
}
.gloves-page-box .gloves-content .photo-text .text .tips {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.gloves-page-box .gloves-content .photo-text .text .tips .tips-tit {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0C0F4D;
  line-height: 1;
}
.gloves-page-box .gloves-content .photo-text .text .tips .tips-des {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 400;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0C0F4D;
}
.gloves-page-box .gloves-content .photo-text .text .certification {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.gloves-page-box .gloves-content .photo-text .text .certification .certification-tit {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0C0F4D;
  line-height: 1;
}
.gloves-page-box .gloves-content .photo-text .text .certification .certification-des {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #F8F8F8;
  border-radius: clamp(8px, 0.625vw, 12px);
  padding: clamp(20px, 1.5625vw, 30px) clamp(26.66667px, 2.08333vw, 40px) clamp(6.66667px, 0.52083vw, 10px);
}
.gloves-page-box .gloves-content .photo-text .text .certification .certification-des .icon {
  width: calc(20% - clamp(106.66667px, 8.33333vw, 160px)/5);
  margin-left: calc(clamp(106.66667px, 8.33333vw, 160px)/4);
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.gloves-page-box .gloves-content .photo-text .text .certification .certification-des .icon:nth-child(5n+1) {
  margin-left: 0;
}
.gloves-page-box .gloves-content .photo-text .text .certification .certification-des .icon .meidia-box {
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}
.gloves-page-box .gloves-content .photo-text .text .certification .certification-des .icon .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .photo-text .text .certification .certification-des .icon .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .usage .usage-tit {
  padding: clamp(66.66667px, 5.20833vw, 100px) 0 clamp(40px, 3.125vw, 60px);
  text-align: center;
  font-weight: 700;
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: #0C0F4D;
  line-height: 1;
}
.gloves-page-box .gloves-content .usage .usage-des .swiper {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-next,
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-prev {
  width: clamp(33.33333px, 2.60417vw, 50px);
  height: clamp(50px, 3.90625vw, 75px);
  background: rgba(0, 0, 0, 0.1);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  --swiper-theme-color:#fff;
  margin-top: 0;
}
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-next.swiper-button-next,
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-prev.swiper-button-next {
  right: 2px;
  border-radius: clamp(6.66667px, 0.52083vw, 10px) 0 0 clamp(6.66667px, 0.52083vw, 10px);
}
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-next.swiper-button-prev,
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-prev.swiper-button-prev {
  left: 2px;
  border-radius: 0 clamp(6.66667px, 0.52083vw, 10px) clamp(6.66667px, 0.52083vw, 10px) 0;
}
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-next::after,
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-prev::after {
  font-size: clamp(16.66667px, 1.30208vw, 25px);
  font-weight: 700;
}
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-next.swiper-button-disabled,
.gloves-page-box .gloves-content .usage .usage-des .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
}
.gloves-page-box .gloves-content .usage .usage-des .meidia-box {
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.gloves-page-box .gloves-content .usage .usage-des .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .usage .usage-des .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .features {
  padding: clamp(66.66667px, 5.20833vw, 100px) 0 clamp(26.66667px, 2.08333vw, 40px);
}
.gloves-page-box .gloves-content .features .features-tit {
  text-align: center;
  font-weight: 700;
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: #0C0F4D;
  line-height: 1;
}
.gloves-page-box .gloves-content .features .features-des {
  margin-top: clamp(40px, 3.125vw, 60px);
}
.gloves-page-box .gloves-content .features .features-des ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gloves-page-box .gloves-content .features .features-des ul li {
  width: 48%;
  background: #F8F8F8;
  border-radius: clamp(8px, 0.625vw, 12px);
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gloves-page-box .gloves-content .features .features-des ul li .icon {
  width: clamp(106.66667px, 8.33333vw, 160px);
}
.gloves-page-box .gloves-content .features .features-des ul li .icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .gloves-content .features .features-des ul li .text {
  width: calc(100% - clamp(106.66667px, 8.33333vw, 160px));
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(20px, 1.5625vw, 30px);
  /*font-weight: 700;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gloves-page-box .gloves-content .features .features-des ul li .text .tit {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0C0F4D;
  line-height: 1;
}
.gloves-page-box .gloves-content .features .features-des ul li .text .tips {
  margin-top: clamp(10px, 0.78125vw, 15px);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0C0F4D;
}
.gloves-page-box .related-product {
  background: #EDF0F5;
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(40px, 3.125vw, 60px);
}
.gloves-page-box .related-product .related-product-tit {
  text-align: center;
  font-weight: 700;
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: #0C0F4D;
  line-height: 1;
}
.gloves-page-box .related-product .pic-swiper {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 10%;
  position: relative;
}
.gloves-page-box .related-product .pic-swiper .swiper-slide {
  padding: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.gloves-page-box .related-product .pic-swiper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gloves-page-box .related-product .pic-swiper .swiper-slide .pic {
  padding: 0 7%;
}
.gloves-page-box .related-product .pic-swiper .swiper-slide .pic .meidia-box {
  padding-bottom: 150%;
  overflow: hidden;
  position: relative;
}
.gloves-page-box .related-product .pic-swiper .swiper-slide .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .related-product .pic-swiper .swiper-slide .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gloves-page-box .related-product .pic-swiper .swiper-slide .base {
  background: url("../images/gloves-pic-30.png");
  width: clamp(136.66667px, 10.67708vw, 205px);
  height: clamp(42px, 3.28125vw, 63px);
  background-size: 100% 100%;
  margin: -20px auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gloves-page-box .related-product .pic-swiper .swiper-slide .text {
  font-weight: 700;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #0C0F4D;
  text-align: center;
  line-height: clamp(26.66667px, 2.08333vw, 40px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gloves-page-box .related-product .pic-swiper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gloves-page-box .related-product .pic-swiper .swiper-button-next,
.gloves-page-box .related-product .pic-swiper .swiper-button-prev {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  top: auto;
  margin-top: 0;
  bottom: 0;
}
.gloves-page-box .related-product .pic-swiper .swiper-button-next.swiper-button-next,
.gloves-page-box .related-product .pic-swiper .swiper-button-prev.swiper-button-next {
  background: url(../images/gloves-pic-right.png);
  background-size: 100% 100%;
  right: 33.3333333333%;
  margin-right: -40px;
}
.gloves-page-box .related-product .pic-swiper .swiper-button-next.swiper-button-prev,
.gloves-page-box .related-product .pic-swiper .swiper-button-prev.swiper-button-prev {
  background: url(../images/gloves-pic-left.png);
  background-size: 100% 100%;
  left: 33.3333333333%;
  margin-left: -40px;
}
.gloves-page-box .related-product .pic-swiper .swiper-button-next::after,
.gloves-page-box .related-product .pic-swiper .swiper-button-prev::after {
  display: none;
}
.gloves-page-box .related-product .pic-swiper .swiper-button-next.swiper-button-disabled,
.gloves-page-box .related-product .pic-swiper .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
}

@media screen and (max-width: 1023px) {
  .gloves-page-box {
    padding-top: 87px;
  }
  .gloves-page-box .gloves-content .photo-text .pic {
    width: 100%;
  }
  .gloves-page-box .gloves-content .photo-text .text {
    width: 100%;
    margin-top: 20px;
  }
  .gloves-page-box .gloves-content .photo-text .text .certification .certification-des .icon {
    margin-left: 10px;
  }
  .gloves-page-box .gloves-content .features .features-des ul li {
    width: 100%;
  }
  .gloves-page-box .related-product .pic-swiper .swiper-button-next.swiper-button-prev, .gloves-page-box .related-product .pic-swiper .swiper-button-prev.swiper-button-prev {
    left: 0;
    margin-left: 0;
  }
  .gloves-page-box .related-product .pic-swiper .swiper-button-next.swiper-button-next, .gloves-page-box .related-product .pic-swiper .swiper-button-prev.swiper-button-next {
    right: 0;
    margin-right: 0;
  }
  .gloves-page-box .related-product .pic-swiper {
    padding: 0 0;
  }
  .contact-form .pic-form .pic {
    display: none;
  }
  .contact-form .pic-form .form {
    width: 100%;
  }
  .contact-form .pic-form .form .hs-form-frame {
    height: 680px !important;
  }
  .contact-form .pic-form .form .hs-form-frame iframe {
    overflow-y: auto;
  }
}