.section-product {
  position: relative;
  background-size: cover;
  padding: 130px 0;
  height: 1080px;
}
.section-product video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-product::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 5, 10, 0.65);
}
.section-product .section-container {
  position: relative;
  z-index: 1;
}
.section-product .section-container .product-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
.section-product .section-container .product-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  color: #D8D8D8;
  margin: 0 50px;
  line-height: 40px;
}
.section-product .section-container .product-nav .active {
  position: relative;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
}
.section-product .section-container .product-nav .active::after {
  content: '';
  display: block;
  width: 37px;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-product .section-container .product-intro {
  box-shadow: inset 0px 0px 2px 0px #FFFFFF;
  background-color: rgba(9, 11, 25, 0.3);
  font-weight: 500;
  font-size: 22px;
  color: #DEDEDE;
  line-height: 50px;
  text-align: center;
  padding: 95px 50px;
  width: 80%;
  margin: 30px auto 150px;
}
.section-product .section-container .bottom {
  display: block;
  margin: 0 auto;
  width: 28px;
}
.section-product .section-container .bottom img {
  width: 100%;
}
.section-tab-content .advantage-box {
  padding: 80px 0 100px;
  min-height: 1080px;
  background: -webkit-linear-gradient(270deg, #121720 0%, #00030b 100%);
  background: linear-gradient(180deg, #121720 0%, #00030b 100%);
}
.section-tab-content .advantage-box .box-container {
  position: relative;
}
.section-tab-content .advantage-box .box-container::after {
  content: '';
  display: block;
  width: 80%;
  height: 115%;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/pro-bg3.png);
  background-size: cover;
}
.section-tab-content .advantage-box .box-container .box-title {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-tab-content .advantage-box .box-container .box-intro {
  font-weight: 500;
  font-size: 24px;
  color: #9F9F9F;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 50px;
  position: relative;
  z-index: 1;
}
.section-tab-content .advantage-box .box-container .advantage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.section-tab-content .advantage-box .box-container .advantage-list .list-item {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
  padding: 40px 25px;
  background-color: #52555b;
  box-shadow: inset 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
  border-radius: 5px 5px 5px 5px;
}
.section-tab-content .advantage-box .box-container .advantage-list .list-item:nth-child(4n) {
  margin-right: 0;
}
.section-tab-content .advantage-box .box-container .advantage-list .list-item .item-img {
  margin-bottom: 50px;
}
.section-tab-content .advantage-box .box-container .advantage-list .list-item .item-img img {
  width: 100%;
}
.section-tab-content .advantage-box .box-container .advantage-list .list-item .item-title {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.section-tab-content .advantage-box .box-container .advantage-list .list-item .item-title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  border-bottom: 3px solid #fff;
}
.section-tab-content .advantage-box .box-container .advantage-list .list-item .item-intro {
  font-weight: 500;
  font-size: 18px;
  color: #DEDEDE;
  line-height: 40px;
}
.section-tab-content .advantage-box .box-container .advantage-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.section-tab-content .advantage-box .box-container .advantage-list2 .list-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  padding: 40px 25px;
  background: -webkit-linear-gradient(299deg, #4661e6 0%, #5f22c2 100%);
  background: linear-gradient(151deg, #4661e6 0%, #5f22c2 100%);
  box-shadow: inset 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
  border-radius: 5px 5px 5px 5px;
}
.section-tab-content .advantage-box .box-container .advantage-list2 .list-item:nth-child(3n) {
  margin-right: 0;
}
.section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-img {
  margin-bottom: 50px;
}
.section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-img img {
  width: 100%;
}
.section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-title {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  border-bottom: 3px solid #fff;
}
.section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-intro {
  font-weight: 500;
  font-size: 18px;
  color: #DEDEDE;
  line-height: 40px;
}
.section-tab-content .feature-box {
  min-height: 1080px;
  background-size: cover;
  padding: 50px 0 90px;
}
.section-tab-content .feature-box .box-container .box-title {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.section-tab-content .feature-box .box-container .box-intro {
  font-weight: 500;
  font-size: 24px;
  color: #9F9F9F;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 0;
}
.section-tab-content .feature-box .box-container .box-content {
  font-weight: 500;
  font-size: 20px;
  color: #DEDEDE;
  line-height: 30px;
  text-align: center;
  margin: 50px 0 0px;
}
.section-tab-content .feature-box .box-container .feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-tab-content .feature-box .box-container .feature-content .feature-img {
  width: 45%;
}
.section-tab-content .feature-box .box-container .feature-content .feature-img img {
  width: 100%;
}
.section-tab-content .feature-box .box-container .feature-content .feature-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-tab-content .feature-box .box-container .feature-content .feature-list .list-item {
  margin-bottom: 100px;
}
.section-tab-content .feature-box .box-container .feature-content .feature-list .list-item:last-child {
  margin-bottom: 0;
}
.section-tab-content .feature-box .box-container .feature-content .feature-list .list-item .item-title {
  font-weight: 500;
  font-size: 28px;
  color: #316FF4;
  margin-bottom: 10px;
}
.section-tab-content .feature-box .box-container .feature-content .feature-list .list-item .item-intro {
  font-weight: 500;
  font-size: 20px;
  color: #DEDEDE;
  line-height: 30px;
}
.section-tab-content .scene-box {
  background: -webkit-linear-gradient(270deg, #070f2b 0%, #00030b 55%, #000209 100%);
  background: linear-gradient(180deg, #070f2b 0%, #00030b 55%, #000209 100%);
  padding: 160px 0 200px;
}
.section-tab-content .scene-box .box-container .box-title {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.section-tab-content .scene-box .box-container .box-intro {
  font-weight: 500;
  font-size: 24px;
  color: #9F9F9F;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 0;
}
.section-tab-content .scene-box .box-container .box-content {
  font-weight: 500;
  font-size: 20px;
  color: #DEDEDE;
  line-height: 30px;
  text-align: center;
  margin: 50px 0 90px;
}
.section-tab-content .scene-box .box-container .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-tab-content .scene-box .box-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 300ms;
          transition: 300ms;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.section-tab-content .scene-box .box-container .swiper-slide-active,
.section-tab-content .scene-box .box-container .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 1000;
}
.section-join {
  padding: 120px 0;
}
.section-join .section-container .join-title {
  font-weight: 800;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
}
.section-join .section-container .join-line {
  margin: 10px 0 30px;
  height: 2px;
  background: -webkit-linear-gradient(54deg, rgba(91, 91, 91, 0) 0%, #ffffff 57%, rgba(128, 128, 128, 0) 100%);
  background: linear-gradient(36deg, rgba(91, 91, 91, 0) 0%, #ffffff 57%, rgba(128, 128, 128, 0) 100%);
}
.section-join .section-container .join-intro {
  font-weight: 800;
  font-size: 36px;
  color: #DEDEDE;
  line-height: 60px;
  text-align: center;
}
.section-join .section-container .join-content {
  font-weight: 500;
  font-size: 20px;
  color: #A8A8A8;
  line-height: 40px;
  text-align: center;
  width: 90%;
  margin: 30px auto 60px;
}
.section-join .section-container .join-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-join .section-container .join-box .company-box {
  padding: 30px 50px;
  width: 48%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.1);
}
.section-join .section-container .join-box .company-box .title {
  font-weight: 400;
  position: relative;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.section-join .section-container .join-box .company-box .title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 30px;
  border-bottom: 3px solid #4661E6;
}
.section-join .section-container .join-box .company-box .company-list .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.section-join .section-container .join-box .company-box .company-list .list-item .item-img {
  width: 50px;
  margin-right: 10px;
}
.section-join .section-container .join-box .company-box .company-list .list-item .item-img img {
  width: 100%;
}
.section-join .section-container .join-box .company-box .company-list .list-item .item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-join .section-container .join-box .company-box .company-list .list-item .item-content .item-title {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.section-join .section-container .join-box .company-box .company-list .list-item .item-content .item-intro {
  font-weight: 400;
  font-size: 16px;
  color: #ACACAC;
}
.section-join .section-container .join-box .message-box {
  width: 48%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px 50px;
}
.section-join .section-container .join-box .message-box .title {
  font-weight: 400;
  position: relative;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.section-join .section-container .join-box .message-box .title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 30px;
  border-bottom: 3px solid #4661E6;
}
.section-join .section-container .join-box .message-box #form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-join .section-container .join-box .message-box #form .form-table {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-join .section-container .join-box .message-box #form .form-table .form-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-join .section-container .join-box .message-box #form .form-table .form-right .imglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-join .section-container .join-box .message-box #form .form-table .form-right .imglist img {
  width: 20%;
  margin: 5%;
}
.section-join .section-container .join-box .message-box #form .form-table .form-right .imglist .address {
  text-align: center;
}
.section-join .section-container .join-box .message-box .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.section-join .section-container .join-box .message-box .form-item .input-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 35px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #383940;
}
.section-join .section-container .join-box .message-box .form-item .input-item label {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.section-join .section-container .join-box .message-box .form-item .input-item input {
  background: transparent;
  border: none;
  outline: none;
  height: 50px;
  padding-left: 15px;
  color: #fff;
}
.section-join .section-container .join-box .message-box .form-item .input-item textarea {
  background: transparent;
  border: none;
  outline: none;
  padding: 15px;
  color: #fff;
}
.section-join .section-container .join-box .message-box .form-item .input-item button {
  width: 150px;
  height: 50px;
  background-color: rgba(1, 5, 10, 0.65);
  color: #fff;
  line-height: 50px;
  margin: 0 auto;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
.section-join .section-container .join-box .message-box .form-item .input-item:nth-child(3n) {
  margin-right: 0;
}
.section-join .section-container .join-box .message-box .form-item .input-item:last-child {
  margin-right: 0;
}
@media (max-width: 990px) {
  .section-product {
    position: relative;
    background-size: cover;
    padding: 50px 0;
    height: auto;
  }
  .section-product .section-container {
    position: relative;
    z-index: 1;
  }
  .section-product .section-container .product-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 90px;
  }
  .section-product .section-container .product-nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #D8D8D8;
    margin: 0 20px;
    line-height: 40px;
  }
  .section-product .section-container .product-nav .active {
    position: relative;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
  }
  .section-product .section-container .product-intro {
    box-shadow: inset 0px 0px 2px 0px #FFFFFF;
    background-color: rgba(9, 11, 25, 0.3);
    font-weight: 500;
    font-size: 22px;
    color: #DEDEDE;
    line-height: 50px;
    text-align: center;
    padding: 30px 15px;
    width: 90%;
    margin: 0 auto 60px;
  }
  .section-tab-content .advantage-box {
    padding: 80px 15px 100px;
    min-height: 1080px;
    background: -webkit-linear-gradient(270deg, #121720 0%, #00030b 100%);
    background: linear-gradient(180deg, #121720 0%, #00030b 100%);
  }
  .section-tab-content .advantage-box .box-container {
    position: relative;
  }
  .section-tab-content .advantage-box .box-container::after {
    content: '';
    display: block;
    width: 90%;
    height: 110%;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
  }
  .section-tab-content .advantage-box .box-container .box-title {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    position: relative;
  }
  .section-tab-content .advantage-box .box-container .box-intro {
    font-weight: 500;
    font-size: 24px;
    color: #9F9F9F;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 50px;
    position: relative;
  }
  .section-tab-content .advantage-box .box-container .advantage-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section-tab-content .advantage-box .box-container .advantage-list .list-item {
    width: 100%;
    margin-right: 0%;
    padding: 40px 25px;
    background-color: #52555b;
    box-shadow: inset 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
    border-radius: 5px 5px 5px 5px;
  }
  .section-tab-content .advantage-box .box-container .advantage-list .list-item:nth-child(4n) {
    margin-right: 0;
  }
  .section-tab-content .advantage-box .box-container .advantage-list .list-item .item-img {
    margin-bottom: 50px;
  }
  .section-tab-content .advantage-box .box-container .advantage-list .list-item .item-img img {
    width: 100%;
  }
  .section-tab-content .advantage-box .box-container .advantage-list .list-item .item-title {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
  }
  .section-tab-content .advantage-box .box-container .advantage-list .list-item .item-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    border-bottom: 3px solid #fff;
  }
  .section-tab-content .advantage-box .box-container .advantage-list .list-item .item-intro {
    font-weight: 500;
    font-size: 18px;
    color: #DEDEDE;
    line-height: 40px;
  }
  .section-tab-content .advantage-box .box-container .advantage-list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section-tab-content .advantage-box .box-container .advantage-list2 .list-item {
    width: 100%;
    margin-right: 0%;
    padding: 40px 25px;
    background: -webkit-linear-gradient(299deg, #4661e6 0%, #5f22c2 100%);
    background: linear-gradient(151deg, #4661e6 0%, #5f22c2 100%);
    box-shadow: inset 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
    border-radius: 5px 5px 5px 5px;
  }
  .section-tab-content .advantage-box .box-container .advantage-list2 .list-item:nth-child(3n) {
    margin-right: 0;
  }
  .section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-img {
    margin-bottom: 50px;
  }
  .section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-img img {
    width: 100%;
  }
  .section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-title {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
  }
  .section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    border-bottom: 3px solid #fff;
  }
  .section-tab-content .advantage-box .box-container .advantage-list2 .list-item .item-intro {
    font-weight: 500;
    font-size: 18px;
    color: #DEDEDE;
    line-height: 40px;
  }
  .section-tab-content .feature-box {
    min-height: auto;
    background-size: cover;
    padding: 100px 15px 90px;
  }
  .section-tab-content .feature-box .box-container {
    background-size: contain !important;
  }
  .section-tab-content .feature-box .box-container .box-title {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
  }
  .section-tab-content .feature-box .box-container .box-intro {
    font-weight: 500;
    font-size: 24px;
    color: #9F9F9F;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 0;
  }
  .section-tab-content .feature-box .box-container .box-content {
    font-weight: 500;
    font-size: 14px;
    color: #DEDEDE;
    line-height: 30px;
    text-align: center;
    margin: 50px 0 0px;
  }
  .section-tab-content .feature-box .box-container .feature-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .section-tab-content .feature-box .box-container .feature-content .feature-img {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-tab-content .feature-box .box-container .feature-content .feature-img img {
    width: 100%;
  }
  .section-tab-content .feature-box .box-container .feature-content .feature-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-tab-content .feature-box .box-container .feature-content .feature-list .list-item {
    margin-bottom: 100px;
  }
  .section-tab-content .feature-box .box-container .feature-content .feature-list .list-item:last-child {
    margin-bottom: 0;
  }
  .section-tab-content .feature-box .box-container .feature-content .feature-list .list-item .item-title {
    font-weight: 500;
    font-size: 15px;
    color: #316FF4;
    margin-bottom: 10px;
  }
  .section-tab-content .feature-box .box-container .feature-content .feature-list .list-item .item-intro {
    font-weight: 500;
    font-size: 12px;
    color: #DEDEDE;
    line-height: 30px;
  }
  .section-tab-content .scene-box {
    background: -webkit-linear-gradient(270deg, #070f2b 0%, #00030b 55%, #000209 100%);
    background: linear-gradient(180deg, #070f2b 0%, #00030b 55%, #000209 100%);
    padding: 100px 15px 100px;
  }
  .section-tab-content .scene-box .box-container .box-title {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
  }
  .section-tab-content .scene-box .box-container .box-intro {
    font-weight: 500;
    font-size: 24px;
    color: #9F9F9F;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 0;
  }
  .section-tab-content .scene-box .box-container .box-content {
    font-weight: 500;
    font-size: 14px;
    color: #DEDEDE;
    line-height: 30px;
    text-align: center;
    margin: 50px 0 90px;
  }
  .section-tab-content .scene-box .box-container .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .section-tab-content .scene-box .box-container .swiper-container img {
    width: 180%;
  }
  .section-tab-content .scene-box .box-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: 300ms;
            transition: 300ms;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .section-tab-content .scene-box .box-container .swiper-slide-active,
  .section-tab-content .scene-box .box-container .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    z-index: 1000;
  }
  .section-join {
    padding: 120px 15px;
    background-size: cover;
    background-position: center;
  }
  .section-join .section-container .join-title {
    font-weight: 800;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
  }
  .section-join .section-container .join-line {
    margin: 10px 0 30px;
    height: 2px;
    background: -webkit-linear-gradient(54deg, rgba(91, 91, 91, 0) 0%, #ffffff 57%, rgba(128, 128, 128, 0) 100%);
    background: linear-gradient(36deg, rgba(91, 91, 91, 0) 0%, #ffffff 57%, rgba(128, 128, 128, 0) 100%);
  }
  .section-join .section-container .join-intro {
    font-weight: 800;
    font-size: 26px;
    color: #DEDEDE;
    line-height: 60px;
    text-align: center;
  }
  .section-join .section-container .join-content {
    font-weight: 500;
    font-size: 20px;
    color: #A8A8A8;
    line-height: 40px;
    text-align: center;
    width: 90%;
    margin: 30px auto 60px;
  }
  .section-join .section-container .join-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-join .section-container .join-box .company-box {
    padding: 30px 15px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .section-join .section-container .join-box .company-box .title {
    font-weight: 400;
    position: relative;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 60px;
  }
  .section-join .section-container .join-box .company-box .title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #4661E6;
  }
  .section-join .section-container .join-box .company-box .company-list .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .section-join .section-container .join-box .company-box .company-list .list-item .item-img {
    width: 50px;
    margin-right: 10px;
  }
  .section-join .section-container .join-box .company-box .company-list .list-item .item-img img {
    width: 100%;
  }
  .section-join .section-container .join-box .company-box .company-list .list-item .item-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-join .section-container .join-box .company-box .company-list .list-item .item-content .item-title {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
  }
  .section-join .section-container .join-box .company-box .company-list .list-item .item-content .item-intro {
    font-weight: 400;
    font-size: 16px;
    color: #ACACAC;
  }
  .section-join .section-container .join-box .message-box {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px 15px;
    margin-top: 30px;
  }
  .section-join .section-container .join-box .message-box .title {
    font-weight: 400;
    position: relative;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 60px;
  }
  .section-join .section-container .join-box .message-box .title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #4661E6;
  }
  .section-join .section-container .join-box .message-box #form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-join .section-container .join-box .message-box #form .form-table {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-join .section-container .join-box .message-box #form .form-table .form-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-join .section-container .join-box .message-box #form .form-table .form-right .imglist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-join .section-container .join-box .message-box #form .form-table .form-right .imglist img {
    width: 20%;
    margin: 5%;
  }
  .section-join .section-container .join-box .message-box #form .form-table .form-right .imglist .address {
    text-align: center;
  }
  .section-join .section-container .join-box .message-box .form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .section-join .section-container .join-box .message-box .form-item .input-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 35px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #383940;
  }
  .section-join .section-container .join-box .message-box .form-item .input-item label {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
  }
  .section-join .section-container .join-box .message-box .form-item .input-item input {
    background: transparent;
    border: none;
    outline: none;
    height: 50px;
    padding-left: 15px;
    color: #fff;
  }
  .section-join .section-container .join-box .message-box .form-item .input-item textarea {
    background: transparent;
    border: none;
    outline: none;
    padding: 15px;
    color: #fff;
  }
  .section-join .section-container .join-box .message-box .form-item .input-item button {
    width: 150px;
    height: 50px;
    background-color: rgba(1, 5, 10, 0.65);
    color: #fff;
    line-height: 50px;
    margin: 0 auto;
    outline: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
  }
  .section-join .section-container .join-box .message-box .form-item .input-item:nth-child(3n) {
    margin-right: 0;
  }
  .section-join .section-container .join-box .message-box .form-item .input-item:last-child {
    margin-right: 0;
  }
}
