.support-wrap {
  margin: 0 0 8vw;
  color: #fff;
}

.support,
.house,
.customer {
  margin-top: 8vw;
  padding: 0 4vw;
}
.support .img,
.house .img,
.customer .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.support .img img,
.house .img img,
.customer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4.8vw;
}
.support .wrap,
.house .wrap,
.customer .wrap {
  position: relative;
  padding: 4vw 0 0;
}
.support .wrap .title,
.house .wrap .title,
.customer .wrap .title {
  font-weight: bold;
  font-size: 4.8vw;
  margin-bottom: 3.2vw;
}
.support .wrap .desc,
.house .wrap .desc,
.customer .wrap .desc {
  font-weight: 400;
  font-size: 3.7vw;
  line-height: 6.9vw;
}

.house {
  background: #06214A;
  padding-bottom: 5.3vw;
}
.house .title {
  text-align: center;
}
.house .imgs {
  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: 2vw;
  margin-top: 4vw;
}
.house .imgs .img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29vw;
          flex: 0 0 29vw;
  padding-top: 23.64%;
}
.house .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.1vw;
}

.house,
.service-mode,
.customer {
  margin-top: 8vw;
}

.service-mode {
  position: relative;
}
.service-mode .name {
  font-weight: bold;
  font-size: 4.8vw;
  padding-left: 4vw;
}
.service-mode .wrap {
  margin-top: 5.3vw;
  padding: 4vw;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url(../../images/support-mode-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.service-mode .wrap .img {
  position: relative;
  width: 100%;
}
.service-mode .wrap .img img {
  width: 100%;
}

.ext-service {
  width: 100%;
  padding: 5.3vw 4vw;
  background: #06214A;
  margin-top: 8vw;
}
.ext-service .name,
.ext-service .name2 {
  font-weight: bold;
  font-size: 4.8vw;
  text-align: center;
}
.ext-service .name2 {
  text-align: left;
  margin-top: 4vw;
}
.ext-service .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-top: 4vw;
  border-radius: 4.8vw;
  overflow: hidden;
}
.ext-service .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ext-service .desc {
  background: #12284C;
  border-radius: 4.8vw;
  border: 0.3vw solid #4B6CB4;
  font-weight: 400;
  font-size: 3.7vw;
  line-height: 6.4vw;
  padding: 2.7vw;
  margin-top: 4vw;
}

.motor {
  padding: 0 4vw;
  margin-top: 8vw;
}
.motor .title {
  font-weight: bold;
  font-size: 4.8vw;
}
.motor .desc {
  font-weight: 400;
  font-size: 3.7vw;
  line-height: 6.4vw;
  margin-top: 4vw;
}
.motor .wrap {
  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;
}
.motor .wrap .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42vw;
          flex: 0 0 42vw;
}
.motor .wrap .item .img {
  position: relative;
  width: 100%;
  height: 44vw;
  background: #12284C;
  -webkit-box-shadow: 0px 1.3vw 2.7vw 0px rgba(75, 108, 180, 0.13);
          box-shadow: 0px 1.3vw 2.7vw 0px rgba(75, 108, 180, 0.13);
  border-radius: 2.1vw;
  border: 0.3vw solid #183565;
  overflow: hidden;
}
.motor .wrap .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.motor .wrap .item .tag {
  font-weight: 500;
  font-size: 3.2vw;
  color: #FFE74F;
  margin-top: 2.7vw;
}
.motor .wrap .item .words {
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 4.8vw;
  text-align: center;
  margin-top: 2.7vw;
}

.advantage {
  background: #06214A;
  margin-top: 8vw;
}
.advantage .name {
  font-weight: bold;
  font-size: 4.8vw;
}
.advantage .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  margin-top: 4vw;
}
.advantage .wrap .item {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  -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;
}
.advantage .wrap .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.7vw;
  background-color: #0E4BA3;
}
.advantage .wrap .item .offset {
  position: absolute;
  top: 3.2vw;
  left: 5.6vw;
  font-weight: bold;
  font-size: 5.5vw;
  color: #0E4BA3;
  text-align: center;
}
.advantage .wrap .item .img {
  width: 13.3vw;
  height: 13.3vw;
  border-radius: 13.3vw;
  background: #F2F6FD;
}
.advantage .wrap .item .img img {
  width: 50%;
}
.advantage .wrap .item .title {
  font-weight: bold;
  font-size: 4.3vw;
  color: #06214A;
}
.advantage .wrap .item .desc {
  font-weight: 400;
  font-size: 3.5vw;
  color: #374649;
  line-height: 6.4vw;
}
.advantage .wrap .item:nth-child(2) .offset {
  color: #E60012;
}
.advantage .wrap .item:nth-child(2)::after {
  background-color: #E60012;
}
.advantage .wrap .item:nth-child(3) .offset {
  color: #C9B42D;
}
.advantage .wrap .item:nth-child(3)::after {
  background-color: #FFE74F;
}
.advantage .wrap .item:nth-child(4) .offset {
  color: #0E9F16;
}
.advantage .wrap .item:nth-child(4)::after {
  background-color: #02C10C;
}

.customer .title {
  width: 60%;
}

@media (max-width: 991.98px) {
  .support-wrap .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .service-mode::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%);
  }
  .advantage {
    padding: 5.3vw 4vw;
  }
  .advantage .name {
    text-align: center;
  }
  .advantage .wrap .item {
    height: 43.5vw;
  }
  .advantage .wrap .item div {
    position: absolute;
  }
  .advantage .wrap .item .img {
    left: 4vw;
  }
  .advantage .wrap .item .title {
    width: 70vw;
    left: 21.3vw;
    top: 3.2vw;
  }
  .advantage .wrap .item .desc {
    width: 65vw;
    left: 21.3vw;
    top: 10.9vw;
  }
}
@media (min-width: 992px) {
  .support-wrap {
    margin: 60px 0 60px;
  }
  .support-wrap .container {
    padding: 0;
  }
  .support,
  .ext-service,
  .customer {
    margin-top: 60px;
    padding: 0;
  }
  .support .scale-wrap,
  .ext-service .scale-wrap,
  .customer .scale-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 36.2%;
  }
  .support .scale-wrap .scale-container,
  .ext-service .scale-wrap .scale-container,
  .customer .scale-wrap .scale-container {
    position: absolute;
    left: 0;
    top: 0;
    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;
  }
  .support .scale-wrap .scale-container .img,
  .ext-service .scale-wrap .scale-container .img,
  .customer .scale-wrap .scale-container .img {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 48.2%;
    height: 100%;
    border-radius: 2.1vw;
    overflow: hidden;
    padding-top: unset;
  }
  .support .scale-wrap .scale-container .img img,
  .ext-service .scale-wrap .scale-container .img img,
  .customer .scale-wrap .scale-container .img img {
    width: 100%;
    height: 100%;
    border-radius: 2.1vw;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .support .scale-wrap .scale-container .wrap,
  .ext-service .scale-wrap .scale-container .wrap,
  .customer .scale-wrap .scale-container .wrap {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47.6%;
    height: 100%;
    padding: 1.9vw 0;
  }
  .support .scale-wrap .scale-container .wrap .title,
  .ext-service .scale-wrap .scale-container .wrap .title,
  .customer .scale-wrap .scale-container .wrap .title {
    font-size: 2.1vw;
    margin-bottom: 1.3vw;
  }
  .support .scale-wrap .scale-container .wrap .desc,
  .ext-service .scale-wrap .scale-container .wrap .desc,
  .customer .scale-wrap .scale-container .wrap .desc {
    font-size: 0.9vw;
    line-height: 1.8vw;
  }
  .support .scale-wrap .scale-container:hover .img img,
  .ext-service .scale-wrap .scale-container:hover .img img,
  .customer .scale-wrap .scale-container:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
            transform: translate(-50%, -50%) scale(1.04);
  }
  .support .wrap::after {
    content: "METSLURRY";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    font-size: 5.2vw;
    color: #4B6CB4;
    opacity: 0.2;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .support:hover .wrap::after {
    opacity: 0.3;
  }
  .house {
    margin-top: 60px;
    padding-bottom: 50px;
  }
  .house .wrap .title {
    font-size: 2.1vw;
    margin-bottom: 1.3vw;
    text-align: center;
  }
  .house .wrap .desc {
    font-size: 0.9vw;
    line-height: 1.8vw;
    text-align: center;
  }
  .house .imgs {
    margin-top: 2.6vw;
  }
  .house .imgs .img {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 1.4vw);
            flex: 0 0 calc(33.333% - 1.4vw);
    height: 0;
    padding-top: 23.69%;
    overflow: unset;
  }
  .house .imgs .img img {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
  }
  .house .imgs .img img:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.04);
            transform: translate(-50%, -50%) scale(1.04);
  }
  .service-mode {
    position: relative;
  }
  .service-mode .container {
    position: relative;
  }
  .service-mode .container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.5vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0E8EC8), to(#4B6CB4));
    background: linear-gradient(180deg, #0E8EC8 0%, #4B6CB4 100%);
  }
  .service-mode .name {
    font-weight: bold;
    font-size: 2.1vw;
    padding-left: 2.6vw;
  }
  .service-mode .wrap {
    margin-top: 1.6vw;
    padding: 2.75%;
    background-color: rgba(255, 255, 255, 0.05);
    background-image: url(../../images/support-mode-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .service-mode .wrap .img {
    position: relative;
    width: 40%;
    margin: 0 auto;
    cursor: pointer;
  }
  .ext-service {
    width: 100%;
    padding: 2vw 0;
    margin-top: 60px;
  }
  .ext-service .name {
    font-size: 2.1vw;
    text-align: left;
  }
  .ext-service .scale-wrap {
    margin-top: 2.1vw;
  }
  .ext-service .scale-wrap .scale-container .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    border-radius: 1.6vw;
    padding-top: unset;
  }
  .ext-service .scale-wrap .scale-container .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    border-radius: 1.6vw;
  }
  .ext-service .scale-wrap .scale-container .wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.5vw 0;
  }
  .ext-service .scale-wrap .scale-container .wrap .tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #FFE74F;
    border-radius: 0.3vw;
    padding: 0.3vw 0.6vw;
    font-weight: 500;
    font-size: 0.8vw;
    color: #374649;
  }
  .ext-service .scale-wrap .scale-container .wrap .name2 {
    font-size: 1.7vw;
    margin-top: 1.3vw;
  }
  .ext-service .scale-wrap .scale-container .wrap .desc {
    border-radius: 1vw;
    border: 0.1vw solid #4B6CB4;
    font-size: 1.3vw;
    line-height: 2.6vw;
    padding: 1.4vw;
    margin-top: 1vw;
  }
  .motor {
    padding: 0;
    margin-top: 60px;
  }
  .motor .wrapper {
    position: relative;
    padding-left: 3.45%;
  }
  .motor .wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.7%;
    height: 100%;
    background-color: #187ABB;
  }
  .motor .title {
    font-weight: bold;
    font-size: 2.1vw;
  }
  .motor .desc {
    font-size: 0.9vw;
    line-height: 1.8vw;
    margin-top: 2.069%;
  }
  .motor .wrap {
    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: 20px;
    margin-top: 2.758%;
  }
  .motor .wrap .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 16px);
            flex: 0 0 calc(25% - 16px);
    cursor: pointer;
  }
  .motor .wrap .item .img {
    height: 0;
    padding-top: 100%;
    -webkit-box-shadow: 0px 0.2vw 0.5vw 0px rgba(75, 108, 180, 0.13);
            box-shadow: 0px 0.2vw 0.5vw 0px rgba(75, 108, 180, 0.13);
    border-radius: 2vw;
    border: 0.1vw solid #183565;
  }
  .motor .wrap .item .img img {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .motor .wrap .item .tag {
    font-size: 0.8vw;
    margin-top: 5.7%;
  }
  .motor .wrap .item .words {
    font-size: 1.3vw;
    line-height: 1.8vw;
    text-align: left;
    margin-top: 2.86%;
  }
  .motor .wrap .item:hover .img {
    -webkit-box-shadow: 0px 0.3vw 0.8vw 0px rgba(75, 108, 180, 0.3);
            box-shadow: 0px 0.3vw 0.8vw 0px rgba(75, 108, 180, 0.3);
  }
  .motor .wrap .item:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .advantage {
    padding: 2.6vw 0;
    margin-top: 60px;
  }
  .advantage .name {
    font-size: 2.1vw;
    text-align: left;
  }
  .advantage .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    margin-top: 2.758%;
  }
  .advantage .wrap .item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 3vw);
            flex: 0 0 calc(25% - 3vw);
    -webkit-box-shadow: 0px -0.5vw 1vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -0.5vw 1vw 0px rgba(0, 0, 0, 0.1);
    border-radius: 2.4vw;
    padding: 3.448% 1.241%;
  }
  .advantage .wrap .item::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1vw;
  }
  .advantage .wrap .item .offset {
    top: 0;
    left: 1vw;
    font-size: 3.1vw;
  }
  .advantage .wrap .item .img {
    position: relative;
    width: 5.2vw;
    height: 5.2vw;
    border-radius: 50%;
    margin: 0 auto;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .advantage .wrap .item .img img {
    width: 50%;
  }
  .advantage .wrap .item .title {
    position: relative;
    font-size: 1.6vw;
    line-height: 2.3vw;
    margin: 0.8vw 0 0.5vw;
    text-align: center;
  }
  .advantage .wrap .item .desc {
    position: relative;
    font-size: 0.9vw;
    line-height: 1.8vw;
    text-align: center;
  }
  .customer .scale-wrap .scale-container .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .customer .scale-wrap .scale-container .wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}