@charset "UTF-8";
.personal-page-box {
  /*background: #FFF3EB;*/
  overflow: hidden;
  padding-top: clamp(83.33333px, 6.51042vw, 125px);
}
.personal-page-box .crumb {
  background: rgba(255, 255, 255, 0.4);
}
.personal-page-box .crumb a, .personal-page-box .crumb i {
  color: #4F4F4F;
}
.personal-page-box .crumb span {
  color: #0C0F4D;
}
.personal-page-box .crumb .home i {
  color: #0C0F4D;
}
.personal-page-box .personal-content {
  padding: clamp(40px, 3.125vw, 60px) 0;
}
.personal-page-box .personal-content .photo-text .pic {
  width: 38.75%;
  position: relative;
}
.personal-page-box .personal-content .photo-text .pic .swiper-button-next,
.personal-page-box .personal-content .photo-text .pic .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%);
  margin-top: 0;
  --swiper-theme-color:#fff;
}
.personal-page-box .personal-content .photo-text .pic .swiper-button-next.swiper-button-next,
.personal-page-box .personal-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);
}
.personal-page-box .personal-content .photo-text .pic .swiper-button-next.swiper-button-prev,
.personal-page-box .personal-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;
}
.personal-page-box .personal-content .photo-text .pic .swiper-button-next::after,
.personal-page-box .personal-content .photo-text .pic .swiper-button-prev::after {
  font-size: clamp(16.66667px, 1.30208vw, 25px);
  font-weight: 700;
}
.personal-page-box .personal-content .photo-text .pic .swiper-button-next.swiper-button-disabled,
.personal-page-box .personal-content .photo-text .pic .swiper-button-prev.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  --swiper-theme-color:#ffffff;
}
.personal-page-box .personal-content .photo-text .pic .big {
  background: #fff;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  position: relative;
}
.personal-page-box .personal-content .photo-text .pic .big .meidia-box {
  padding-bottom: 95%;
  overflow: hidden;
  position: relative;
}
.personal-page-box .personal-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;
}
.personal-page-box .personal-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;
}
.personal-page-box .personal-content .photo-text .pic .big img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.personal-page-box .personal-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%);
}
.personal-page-box .personal-content .photo-text .pic .small .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.personal-page-box .personal-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;
}
.personal-page-box .personal-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;
}
.personal-page-box .personal-content .photo-text .pic .small img {
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
}
.personal-page-box .personal-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;
  background: rgba(255, 255, 255, 0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.personal-page-box .personal-content .photo-text .pic .small .border-hover::after {
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  padding: 1px;
}
.personal-page-box .personal-content .photo-text .pic .small .swiper-slide-thumb-active .border-hover::after {
  opacity: 1;
  visibility: visible;
}
.personal-page-box .personal-content .photo-text .text {
  width: 61.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}
.personal-page-box .personal-content .photo-text .text > .tit {
  font-weight: 700;
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: #0C0F4D;
}
.personal-page-box .personal-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;
}
.personal-page-box .personal-content .photo-text .text .share .sharethis-inline-share-buttons {
  margin-left: clamp(6.66667px, 0.52083vw, 10px);
}
.personal-page-box .personal-content .photo-text .text .uesat-list ul li {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0C0F4D;
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.personal-page-box .personal-content .photo-text .text .uesat-list ul li b {
  display: block;
  width: clamp(160px, 12.5vw, 240px);
}
.personal-page-box .personal-content .photo-text .text .certification {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.personal-page-box .personal-content .photo-text .text .certification .certification-tit {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0C0F4D;
  line-height: 1;
}
.personal-page-box .personal-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);
}
.personal-page-box .personal-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);
}
.personal-page-box .personal-content .photo-text .text .certification .certification-des .icon:nth-child(5n+1) {
  margin-left: 0;
}
.personal-page-box .personal-content .photo-text .text .certification .certification-des .icon .meidia-box {
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}
.personal-page-box .personal-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;
}
.personal-page-box .personal-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;
}
.personal-page-box .other-page .product-features {
  /*background: #FEEADE;*/
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(66.66667px, 5.20833vw, 100px);
}
.personal-page-box .other-page .product-features .tit {
  text-align: center;
  font-weight: 700;
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: #0C0F4D;
  line-height: 1;
}
.personal-page-box .other-page .product-features .text-pic {
  margin-top: clamp(53.33333px, 4.16667vw, 80px);
  padding-left: calc(8.33333% - 20px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner {
  position: relative;
  padding-left: 31.5%;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text {
  background: #fff;
  padding: clamp(20px, 1.5625vw, 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  width: 33.8%;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .swiper-slide {
  padding: clamp(20px, 1.5625vw, 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .tit-text {
  position: relative;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .tit-text .tt {
  font-weight: 700;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #0C0F4D;
  line-height: 1.2;
  display: block;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .tit-text::after {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #0C0F4D;
  font-family: var(--font-rt);
  font-weight: 700;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .tips-text {
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: rgba(12, 15, 77, 0.8);
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page {
  top: 100%;
  position: absolute;
  left: clamp(40px, 3.125vw, 60px);
  margin-top: clamp(20px, 1.5625vw, 30px);
  width: clamp(80px, 6.25vw, 120px);
  height: clamp(30.66667px, 2.39583vw, 46px);
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-prev,
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-next {
  width: clamp(30.66667px, 2.39583vw, 46px);
  height: clamp(30.66667px, 2.39583vw, 46px);
  border-radius: clamp(2.66667px, 0.20833vw, 4px);
  border: 1px solid #9F9F9F;
  top: 0;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-prev::after,
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-next::after {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #3D3D3D;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-prev:hover,
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-next:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#214195), to(#0F296B));
  background: linear-gradient(180deg, #214195 0%, #0F296B 100%);
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-prev:hover::after,
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-next:hover::after {
  color: #fff;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-prev.swiper-button-next,
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-next.swiper-button-next {
  right: 0;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-prev.swiper-button-prev,
.personal-page-box .other-page .product-features .text-pic .tp-inner .text .page .swiper-button-next.swiper-button-prev {
  left: 0;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .pic {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .pic .swiper-slide {
  max-width: clamp(470px, 36.71875vw, 705px);
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .pic .swiper-slide .meidia-box {
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .pic .swiper-slide .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .pic .swiper-slide .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .pic .swiper-slide img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.personal-page-box .other-page .product-features .text-pic .tp-inner .pic .swiper-slide.swiper-slide-thumb-active .border-hover::after {
  opacity: 1;
  visibility: visible;
}
.personal-page-box .other-page .find-your-flow {
  /*background: -webkit-gradient(linear, left top, left bottom, from(#FFE9DC), to(#FBF5F5));*/
  /*background: linear-gradient(180deg, #FFE9DC 0%, #FBF5F5 100%);*/
  padding: clamp(66.66667px, 5.20833vw, 100px) clamp(80px, 6.25vw, 120px);
}
.personal-page-box .other-page .find-your-flow .fyf-inner {
  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;
}
.personal-page-box .other-page .find-your-flow .pic {
  width: 45.5%;
}
.personal-page-box .other-page .find-your-flow .pic .meidia-box {
  padding-bottom: 115%;
  overflow: hidden;
  position: relative;
}
.personal-page-box .other-page .find-your-flow .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-page-box .other-page .find-your-flow .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-page-box .other-page .find-your-flow .text {
  width: 54.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10%;
}
.personal-page-box .other-page .find-your-flow .text .tit {
  text-align: center;
  font-weight: 700;
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: #0C0F4D;
  line-height: 1;
}
.personal-page-box .other-page .find-your-flow .text .list-tit {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0C0F4D;
  line-height: 1;
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
  text-align: center;
  font-weight: 700;
}
.personal-page-box .other-page .find-your-flow .text .list {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
}
.personal-page-box .other-page .find-your-flow .text .list ul li {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: rgba(12, 15, 77, 0.8);
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
}
.personal-page-box .other-page .find-your-flow .text .list ul li:nth-child(1) {
  margin-top: 0;
}
.personal-page-box .other-page .find-your-flow .text .list ul li .dis {
  width: calc(100% - clamp(144px, 11.25vw, 216px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: clamp(13.33333px, 1.04167vw, 20px);
}
.personal-page-box .other-page .find-your-flow .text .list ul li .chart {
  width: clamp(144px, 11.25vw, 216px);
}
.personal-page-box .other-page .find-your-flow .text .tips {
  font-size: clamp(16px, 1.25vw, 24px);
  color: rgba(12, 15, 77, 0.8);
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  text-align: center;
}
.personal-page-box .other-page .specification {
  /*padding: clamp(80px, 6.25vw, 120px) 0;*/
  padding: 0 0 clamp(80px, 6.25vw, 120px);
  /*background: -webkit-gradient(linear, left top, left bottom, from(#FFE9DC), to(#FBF5F5));*/
  /*background: linear-gradient(180deg, #FFE9DC 0%, #FBF5F5 100%);*/
}
.personal-page-box .other-page .specification .specification-inner {
  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;
}
.personal-page-box .other-page .specification .specification-inner .pic {
  width: 36.2%;
}
.personal-page-box .other-page .specification .specification-inner .pic .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.personal-page-box .other-page .specification .specification-inner .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-page-box .other-page .specification .specification-inner .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-page-box .other-page .specification .specification-inner .text {
  width: 63.8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}
.personal-page-box .other-page .specification .specification-inner .text .tit {
  font-weight: 700;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #0C0F4D;
  line-height: 1;
  text-align: center;
}
.personal-page-box .other-page .specification .specification-inner .text .table {
  margin-top: clamp(33.33333px, 2.60417vw, 50px);
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF0F5), to(#F5F8FB));
  background: linear-gradient(180deg, #EDF0F5 0%, #F5F8FB 100%);
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(20px, 1.5625vw, 30px);
}
.personal-page-box .other-page .specification .specification-inner .text .table table {
  width: 100%;
}
.personal-page-box .other-page .specification .specification-inner .text .table table td {
  padding: clamp(13.33333px, 1.04167vw, 20px);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
  text-align: center;
}
.personal-page-box .other-page .specification .specification-inner .text .table table td:nth-child(1) {
  text-align: left;
  white-space: nowrap;
}
.personal-page-box .other-page .about-our-brand-story {
  padding: clamp(80px, 6.25vw, 120px) 0;
  background: url(../images/personal-pic-16.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.personal-page-box .other-page .about-our-brand-story .tit {
  text-align: center;
  max-width: clamp(825.33333px, 64.47917vw, 1238px);
  margin: 0 auto clamp(20px, 1.5625vw, 30px);
}
.personal-page-box .other-page .about-our-brand-story .tit .t {
  background: -webkit-gradient(linear, left top, right top, from(#FF8B8B), to(#FF8E15));
  background: linear-gradient(90deg, #FF8B8B 0%, #FF8E15 100%);
  font-weight: 700;
  font-size: clamp(53.33333px, 4.16667vw, 80px);
  text-transform: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
}
.personal-page-box .other-page .about-our-brand-story .tit .p {
  margin-top: clamp(20px, 1.5625vw, 30px);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
}
.personal-page-box .other-page .about-our-brand-story .pic {
  max-width: 1920px;
  margin: 0 auto;
}
.personal-page-box .other-page .about-our-brand-story .pic img {
  width: 100%;
  height: auto;
}
.personal-page-box .other-page .about-our-brand-story .pic img.wap {
  display: none;
}
.personal-page-box .main-related .related-product {
  /*padding: clamp(80px, 6.25vw, 120px) 0 clamp(40px, 3.125vw, 60px);*/
  padding: 0 0 clamp(40px, 3.125vw, 60px);
  /*background: #FFFAF7;*/
}
.personal-page-box .main-related .related-product .related-product-tit {
  text-align: center;
  font-weight: 700;
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: #0C0F4D;
  line-height: 1;
}
.personal-page-box .main-related .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;
}
.personal-page-box .main-related .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);
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-slide .pic {
  padding: 0 7%;
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-slide .pic .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.personal-page-box .main-related .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;
}
.personal-page-box .main-related .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;
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-slide .box-show {
  background: url(../images/product-box-show.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: clamp(38.66667px, 3.02083vw, 58px);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.personal-page-box .main-related .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;
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-slide.swiper-slide-active .box-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-button-next,
.personal-page-box .main-related .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;
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-button-next.swiper-button-next,
.personal-page-box .main-related .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;
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-button-next.swiper-button-prev,
.personal-page-box .main-related .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;
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-button-next::after,
.personal-page-box .main-related .related-product .pic-swiper .swiper-button-prev::after {
  display: none;
}
.personal-page-box .main-related .related-product .pic-swiper .swiper-button-next.swiper-button-disabled,
.personal-page-box .main-related .related-product .pic-swiper .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
}

@media screen and (max-width: 1023px) {
  .personal-page-box .other-page .about-our-brand-story .pic img.wap {
    display: block;
  }
  .personal-page-box .other-page .about-our-brand-story .pic img.pc {
    display: none;
  }
  .personal-page-box {
    padding-top: 87px;
  }
  .personal-page-box .personal-content .photo-text .pic {
    width: 100%;
  }
  .personal-page-box .personal-content .photo-text .text {
    width: 100%;
    padding-top: 40px;
  }
  .personal-page-box .personal-content .photo-text .text .certification .certification-des .icon {
    margin-left: 10px;
  }
  .personal-page-box .other-page .product-features .text-pic .tp-inner {
    padding-left: 0;
  }
  .personal-page-box .other-page .product-features .text-pic {
    padding: 0 20px;
  }
  .personal-page-box .other-page .product-features .text-pic .tp-inner .text {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 70px;
  }
  .personal-page-box .other-page .product-features {
    padding-bottom: 0;
  }
  .personal-page-box .other-page .find-your-flow {
    padding: 60px 20px;
  }
  .personal-page-box .other-page .find-your-flow .pic {
    width: 100%;
  }
  .personal-page-box .other-page .find-your-flow .text {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .personal-page-box .other-page .find-your-flow .text .list ul li .chart img {
    max-width: 100%;
    height: auto;
  }
  .personal-page-box .other-page .specification .specification-inner .pic {
    width: 100%;
  }
  .personal-page-box .other-page .specification .specification-inner .text {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .personal-page-box .other-page .specification .specification-inner .text .table {
    overflow-x: auto;
  }
  .personal-page-box .other-page .about-our-brand-story {
    padding: 60px 20px;
  }
  .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;
  }
    .personal-page-box .main-related .related-product .pic-swiper .swiper-button-next.swiper-button-next, .personal-page-box .main-related .related-product .pic-swiper .swiper-button-prev.swiper-button-next{
      right:0;
      margin-right: 0;
  }
  .personal-page-box .main-related .related-product .pic-swiper .swiper-button-next.swiper-button-prev, .personal-page-box .main-related .related-product .pic-swiper .swiper-button-prev.swiper-button-prev{
      left:0;
      margin-left:0;
  }
  .personal-page-box .main-related .related-product .pic-swiper{
      padding:0 0;
  }
}