.home {
  width: 100%;
  overflow: hidden;
  color: #fff;
}
.home .title {
  font-weight: bold;
  font-size: 5.3vw;
  line-height: 9.1vw;
  text-align: center;
}
.home .desc {
  font-weight: 400;
  font-size: 3.7vw;
  line-height: 6.4vw;
}

.banner {
  position: relative;
  height: 56.3vw;
}
.banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.banner .swiper-slide .video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.banner .banner-nav {
  display: none;
}

.footer-hold {
  display: none;
}

.company {
  margin-top: 8vw;
}
.company .wrapper {
  position: relative;
}
.company .wrapper .main-info {
  position: relative;
}
.company .wrapper .main-info .info {
  padding: 0 4vw;
}
.company .wrapper .main-info .info .title {
  text-align: left;
  margin-bottom: 2vw;
}
.company .wrapper .main-info .img {
  position: relative;
  width: 100%;
  height: 106.7vw;
  margin-top: 4vw;
}
.company .wrapper .main-info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .wrapper .main-info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.1vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0E8EC8), to(#4B6CB4));
  background: linear-gradient(180deg, #0E8EC8 0%, #4B6CB4 100%);
}

.service {
  margin-top: 8vw;
  background: #06214A;
  padding: 4vw;
}
.service .desc {
  margin-top: 2.7vw;
}
.service .pics {
  margin-top: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 3vw;
}
.service .pics .img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 2vw);
          flex: 0 0 calc(33.333% - 2vw);
  height: 0;
  padding-top: 23.478%;
  border-radius: 2.1vw;
  overflow: hidden;
}
.service .pics .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.global {
  margin-top: 8vw;
}
.global .titlebar {
  font-weight: bold;
  text-align: center;
  font-size: 4.8vw;
  margin: 0 auto 4vw;
}
.global .company-content {
  font-weight: 400;
  font-size: 3.7vw;
  line-height: 6.4vw;
  margin-top: 1.5vw;
}
.global .company-remark {
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 4.8vw;
  margin: 1vw 0 0;
}
.global .map {
  position: relative;
  width: 92vw;
  height: 42vw;
}
.global .map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/world.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.global .info-wrap {
  width: 100%;
  height: 46vw;
  padding: 0 4vw;
  margin-top: 4vw;
}
.global .info-wrap .map-info {
  width: 86vw;
  height: 46vw;
  background: #F6FAFF;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0px 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0px 3px 0px rgba(75, 108, 180, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0px 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0px 3px 0px rgba(75, 108, 180, 0.2);
  border-radius: 2.1vw;
  border: 1.1vw solid #FFFFFF;
  padding: 2vw;
  cursor: pointer;
}
.global .info-wrap .map-info .info-name {
  position: relative;
  font-weight: 500;
  font-size: 3.2vw;
  color: #496CC5;
  padding-bottom: 2vw;
}
.global .info-wrap .map-info .info-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10.6vw;
  height: 1.1vw;
  background: #4B6CB4;
  border-radius: 1.3vw;
}
.global .info-wrap .map-info .info-row {
  font-weight: 400;
  font-size: 3vw;
  color: #5A6875;
  line-height: 5vw;
  margin-top: 2.5vw;
  word-break: break-all;
}
.global .data {
  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;
  gap: 4vw;
  margin-top: 4vw;
}
.global .data .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44vw;
          flex: 0 0 44vw;
  background: #fff;
  -webkit-box-shadow: 0px -1.3vw 2.7vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -1.3vw 2.7vw 0px rgba(0, 0, 0, 0.1);
  border-radius: 4.8vw;
  overflow: hidden;
  padding: 7.5vw 0;
}
.global .data .item .num {
  font-weight: bold;
  font-size: 9.6vw;
  color: #0E4BA3;
  line-height: 11.5vw;
  text-align: center;
}
.global .data .item .word {
  font-weight: 400;
  font-size: 3.7vw;
  color: #374649;
  line-height: 5vw;
  text-align: center;
  margin-top: 3.2vw;
}
.global .data .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.7vw;
  background-color: #0E4BA3;
}
.global .data .item:nth-child(2) .num {
  color: #E60012;
}
.global .data .item:nth-child(2)::after {
  background-color: #E60012;
}
.global .data .item:nth-child(3) .num {
  color: #C9B42D;
}
.global .data .item:nth-child(3)::after {
  background-color: #FFE74F;
}
.global .data .item:nth-child(4) .num {
  color: #0E9F16;
}
.global .data .item:nth-child(4)::after {
  background-color: #02C10C;
}

.product {
  margin-top: 8vw;
  padding: 4vw 0;
  background: #06214A;
}
.product .container {
  position: relative;
}
.product .container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.1vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0E8EC8), to(#4B6CB4));
  background: linear-gradient(180deg, #0E8EC8 0%, #4B6CB4 100%);
}
.product .container .wrapper .title {
  text-align: left;
}
.product .container .wrapper .product-wrap {
  margin-top: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}
.product .container .wrapper .product-wrap .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product .container .wrapper .product-wrap .product-item .img-container .img {
  position: relative;
  width: 28.5vw;
  height: 21.6vw;
  background: #12284C;
  border-radius: 2.1vw;
  border: 0.3vw solid #183565;
  overflow: hidden;
}
.product .container .wrapper .product-wrap .product-item .img-container .img img {
  width: 85%;
  height: 85%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .container .wrapper .product-wrap .product-item .content {
  width: calc(100% - 28.5vw - 3.5vw);
  height: 100%;
  padding: 2vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product .container .wrapper .product-wrap .product-item .content .tag {
  font-weight: 500;
  font-size: 3.2vw;
  color: #FFE74F;
}
.product .container .wrapper .product-wrap .product-item .content .name {
  font-weight: bold;
  font-size: 4.3vw;
  color: #fff;
}

@media (max-width: 991.98px) {
  .home .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .company .wrapper {
    padding-bottom: 11.5vw;
  }
  .company .wrapper .about-list {
    position: absolute;
    right: 4vw;
    bottom: 0;
    width: 69.3vw;
    background: #06214A;
    padding: 0 5.3vw 31vw;
    background-image: url(../../images/world.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .company .wrapper .about-list .item {
    display: block;
    width: 58.7vw;
    margin: 0 auto;
    padding: 5.3vw 2.7vw;
    color: #fff;
    font-weight: 500;
    font-size: 3.7vw;
    border-bottom: 0.3vw solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company .wrapper .about-list .item img {
    width: 4.3vw;
  }
  .global .container:nth-child(1) {
    padding: 0 4vw 4vw;
  }
  .global .company-name {
    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;
  }
  .global .company-name img {
    width: 19.4vw;
  }
  .global .company-name div {
    width: 100%;
    font-weight: bold;
    font-size: 3.7vw;
    margin-top: 2.7vw;
    text-align: center;
  }
  .global .data {
    padding: 0 4vw;
  }
  .product .container {
    padding: 0 4vw;
  }
  .product .d-lg-none {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .home {
    margin-bottom: 60px;
  }
  .home .container {
    padding: 0;
  }
  .home .title {
    font-size: 2.6vw;
    line-height: 3.6vw;
  }
  .home .desc {
    font-size: 0.9vw;
    line-height: 1.8vw;
  }
  .banner {
    position: relative;
    height: 100vh;
  }
  .banner .banner-nav {
    bottom: 0;
    width: 76vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
  .banner .banner-nav .item {
    position: relative;
    width: 21vw;
    height: 7.8vw;
    padding: 1.2vw 0 0 0.8vw;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
  }
  .banner .banner-nav .item::before {
    content: "";
    position: absolute;
    left: 0.8vw;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .banner .banner-nav .item::after {
    content: "";
    position: absolute;
    left: 0.3vw;
    top: 0;
    width: 0.2vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0E8EC8), to(#4B6CB4));
    background: linear-gradient(180deg, #0E8EC8 0%, #4B6CB4 100%);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .banner .banner-nav .item div {
    position: relative;
    padding-left: 1.8vw;
  }
  .banner .banner-nav .item .cate {
    font-weight: 500;
    font-size: 0.8vw;
  }
  .banner .banner-nav .item .name {
    font-weight: bold;
    font-size: 1.1vw;
    line-height: 1.5vw;
    margin-top: 1.2vw;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .banner .banner-nav .active {
    background-size: 100% 100%;
  }
  .banner .banner-nav .active::before {
    width: calc(100% - 0.8vw);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .banner .banner-nav .active::after {
    left: 0;
    width: 0.8vw;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .banner .banner-nav .active .name {
    text-decoration: underline;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .company {
    margin-top: 60px;
  }
  .company .wrapper {
    padding-bottom: 5%;
  }
  .company .wrapper .main-info .info {
    width: 68.96%;
    padding: 0 0 0 2.1vw;
  }
  .company .wrapper .main-info .info .title {
    margin-bottom: 1.1vw;
  }
  .company .wrapper .main-info .img {
    width: 68.96%;
    height: 0;
    padding-top: 51.72%;
    margin-top: 0.5vw;
  }
  .company .wrapper .main-info::after {
    width: 0.5vw;
    height: 100%;
  }
  .company .wrapper .wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 77.24%;
    height: 0;
    padding-top: 51.86%;
    background: #06214A;
  }
  .company .wrapper .wrap .inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company .wrapper .wrap .inner .about-list {
    width: 28.6%;
    height: 100%;
    padding: 0.7vw 0 0 2.2vw;
    background-image: url(../../images/world.png);
    background-size: auto 34.3%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .company .wrapper .wrap .inner .about-list a {
    display: block;
    width: 100%;
    margin-top: 1.5vw;
    padding: 1vw;
    font-weight: 500;
    font-size: 0.9vw;
    color: #fff;
    border: 0.1vw solid #06214A;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .company .wrapper .wrap .inner .about-list .select {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0 0.1vw 0px #0E4BA3, inset 0px 0.2vw 0.2vw 0px #0E4BA3, inset 0px -0.2vw 0.2vw 0px #0E4BA3, inset 0.2vw 0 0.2vw 0px #0E4BA3;
            box-shadow: 0px 0 0.1vw 0px #0E4BA3, inset 0px 0.2vw 0.2vw 0px #0E4BA3, inset 0px -0.2vw 0.2vw 0px #0E4BA3, inset 0.2vw 0 0.2vw 0px #0E4BA3;
    border-radius: 0.2vw 0px 0px 0.2vw;
    border: 0.1vw solid #0E4BA3;
    border-right: none;
  }
  .company .wrapper .wrap .inner .about-wrap {
    width: 71.4%;
    height: 100%;
    background: #313C4D;
  }
  .company .about-wrap .about-item {
    display: none;
    width: 100%;
    height: 100%;
    padding: 5%;
    overflow: hidden;
    overflow-y: auto;
  }
  .company .about-wrap .about-item::-webkit-scrollbar {
    width: 4px;
  }
  .company .about-wrap .about-item::-webkit-scrollbar-thumb {
    background: #4B6CB4;
    border-radius: 3px;
  }
  .company .about-wrap .about-item .about-title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.9vw;
    color: #FFE74F;
    padding-bottom: 0.4vw;
    font-weight: bold;
  }
  .company .about-wrap .about-item .about-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.3vw;
    background-color: #FFE74F;
    border-radius: 0.2vw;
  }
  .company .about-wrap .about-item .about-desc {
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.6vw;
    margin-top: 1vw;
  }
  .company .about-wrap .about-item .about-img {
    width: 70%;
    margin-top: 1.6vw;
  }
  .company .about-wrap .show {
    display: block;
  }
  .company .about-wrap .about-vision .vision-wrap {
    margin-top: 7%;
    padding: 1.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2vw;
    background-image: url(../../images/vision-bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .company .about-wrap .about-vision .vision-wrap .vision-item {
    position: relative;
    width: 100%;
    padding: 2.77% 2.77% 2.77% 20.83%;
    border-radius: 1.6vw;
    border: 0.2vw solid #4B6CB4;
    background-image: url(../../images/vison-inner-bg-pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .company .about-wrap .about-vision .vision-wrap .vision-item img {
    left: 6.25%;
    width: 8.33%;
  }
  .company .about-wrap .about-vision .vision-wrap .vision-item .vision-name {
    font-weight: bold;
    font-size: 1vw;
    line-height: 1.5vw;
  }
  .company .about-wrap .about-vision .vision-wrap .vision-item .vision-desc {
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.6vw;
    margin-top: 2.1%;
  }
  .service {
    margin-top: 60px;
    padding: 2.6vw 0;
  }
  .service .desc {
    margin-top: 2.1vw;
  }
  .service .pics {
    margin-top: 2.1vw;
    gap: 2vw;
  }
  .service .pics .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 1.4vw);
            flex: 0 0 calc(33.333% - 1.4vw);
    padding-top: 23.478%;
    border-radius: 2.1vw;
    cursor: pointer;
  }
  .service .pics .img img {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .service .pics .img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
  .global {
    position: relative;
    z-index: 3;
    margin-top: 60px;
  }
  .global .titlebar {
    margin: 0 auto 3.3%;
    font-size: 1.9vw;
    line-height: 4vw;
  }
  .global .company-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .global .company-name img {
    width: 4.6vw;
  }
  .global .company-name div {
    font-weight: bold;
    font-size: 1.3vw;
    margin-right: 0.8vw;
  }
  .global .company-content {
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.2vw;
    margin-top: 1.5vw;
  }
  .global .company-remark {
    font-size: 0.8vw;
    line-height: 1.2vw;
    margin: 1vw 0 2.6vw;
  }
  .global .map-container {
    position: relative;
    width: 100%;
    height: 44vw;
  }
  .global .map-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/world.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
  }
  .global .map-container .map {
    width: 100%;
    height: 100%;
  }
  .global .map-container .map-info {
    position: absolute;
    left: 5.5vw;
    bottom: 5vw;
    width: 20.5vw;
    background: #F6FAFF;
    -webkit-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0 3px 0px rgba(75, 108, 180, 0.2);
            box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0 3px 0px rgba(75, 108, 180, 0.2);
    border-radius: 0.4vw;
    border: 0.3vw solid #FFFFFF;
    padding: 1vw;
  }
  .global .map-container .map-info .info-name {
    position: relative;
    font-weight: 500;
    font-size: 0.9vw;
    color: #496CC5;
    padding-bottom: 0.8vw;
  }
  .global .map-container .map-info .info-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.1vw;
    height: 0.3vw;
    background: #4B6CB4;
    border-radius: 0.3vw;
  }
  .global .map-container .map-info .info-row {
    font-weight: 400;
    font-size: 0.8vw;
    color: #5A6875;
    line-height: 1.3vw;
    margin-top: 1vw;
  }
  .global .data {
    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;
    gap: 4.3vw;
    margin-top: 2.6vw;
  }
  .global .data .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 3.3vw);
            flex: 0 0 calc(25% - 3.3vw);
    -webkit-box-shadow: 0px -0.3vw 0.5vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -0.3vw 0.5vw 0px rgba(0, 0, 0, 0.1);
    border-radius: 1.3vw;
    padding: 2.1vw 0;
    cursor: pointer;
  }
  .global .data .item .num {
    font-size: 3.1vw;
    line-height: 3.8vw;
  }
  .global .data .item .word {
    font-size: 0.9vw;
    line-height: 1.8vw;
    margin-top: 1vw;
  }
  .global .data .item::after {
    height: 1vw;
  }
  .product {
    margin-top: 60px;
    padding: 2.6vw 0;
  }
  .product .container::after {
    width: 0.5vw;
    height: 90%;
  }
  .product .container .wrapper {
    padding-left: 3.448%;
  }
  .product .container .wrapper .product-wrap {
    margin-top: 1.428%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.2vw;
  }
  .product .container .wrapper .product-wrap .product-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 1.5vw);
            flex: 0 0 calc(33.333% - 1.5vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .product .container .wrapper .product-wrap .product-item .img-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .product .container .wrapper .product-wrap .product-item .img-container .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 1vw;
    border: 0.1vw solid #183565;
  }
  .product .container .wrapper .product-wrap .product-item .img-container .img img {
    width: 85%;
    height: 85%;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .product .container .wrapper .product-wrap .product-item .content {
    width: 100%;
    height: unset;
    padding: 0;
    margin-top: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product .container .wrapper .product-wrap .product-item .content .tag {
    width: 100%;
    font-size: 0.8vw;
  }
  .product .container .wrapper .product-wrap .product-item .content .name {
    width: 100%;
    height: 4vw;
    font-size: 1.3vw;
    margin-top: 0.5vw;
  }
  .product .container .wrapper .product-wrap .select .img-container .img {
    -webkit-box-shadow: 0px 0 0.5vw 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0 0.5vw 0px rgba(0, 0, 0, 0.5);
    border: 0.1vw solid #8DA5CB;
  }
  .product .container .wrapper .product-wrap .select .img-container .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .product .container .wrapper .detail-container {
    position: relative;
    width: 75.57%;
    height: 0;
    padding-top: 32.285%;
    margin: 5.428% 0 0 14.071%;
  }
  .product .container .wrapper .detail-container .detail {
    display: none;
    width: 100%;
    height: 100%;
    border: 0.1vw solid #fff;
    padding: 6.427% 0 4.725% 9.546%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .product .container .wrapper .detail-container .detail.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product .container .wrapper .detail-container .detail .intro {
    width: 63%;
    font-weight: 400;
    font-size: 1.7vw;
    line-height: 2.6vw;
  }
  .product .container .wrapper .detail-container .detail .words {
    font-weight: 500;
    font-size: 0.8vw;
  }
  .product .container .wrapper .detail-container .detail .words div:first-child {
    margin-bottom: 1.795%;
  }
  .product .container .wrapper .detail-container .detail .quote {
    position: absolute;
    top: 9.4%;
    left: -4.25%;
    width: 12%;
  }
  .product .container .wrapper .detail-container .detail .main-img {
    position: absolute;
    right: 0.1vw;
    top: 14.847%;
    width: 28.35%;
  }
  .product .container .wrapper .detail-container .detail .main-img img {
    width: 100%;
    background: #12284C;
    border-radius: 0.5vw;
    border: 0.1vw solid #183565;
  }
  .product .container .wrapper .detail-container .detail .main-img a {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.8vw;
    color: #FFE74F;
  }
  .product .container .wrapper .detail-container .detail .main-img a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.7vw;
    width: 100%;
    height: 0.3vw;
    background: #FFE74F;
  }
}