.cont .covering {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
  backdrop-filter: blur(10px);
}
.cont .cont_bg {
  background: url(../img/join-us_banner.jpg) center top #fff no-repeat;
  background-size: 100%;
}
.cont .gradient-bg .g3,
.cont .gradient-bg .g5 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .page_banner {
  position: relative;
  padding-top: 26%;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt {
  color: #fff;
  font-weight: bold;
}
.cont .page1 {
  position: relative;
  padding-bottom: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding-top: 80px;
}
.cont .page1 .swiper-scrollbar {
  width: 100%;
  height: 3px;
  margin: 10px;
  position: relative;
  z-index: 10;
  background: rgba(74, 47, 135, 0.1);
}
.cont .page1 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #4a2f87;
}
.cont .page1 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .page1 .swiper-container {
  z-index: 10;
  margin-left: calc((100% - 1440px) / 2);
  padding: 10px 10px 80px 10px;
}
.cont .page1 .swiper-container .swiper-slide {
  box-shadow: 0 0 10px rgba(74, 47, 135, 0.1);
  overflow: hidden;
  border-radius: 15px;
}
.cont .page1 .swiper-container .img {
  padding-top: 494px;
  position: relative;
}
.cont .page1 .swiper-container .img img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
}
.cont .page1 .swiper-container .img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 110%;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 100%);
}
.cont .page1 .swiper-container .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cont .page1 .swiper-container .txt .tit {
  color: #080748;
  font-weight: bold;
}
.cont .page1 .swiper-container .txt ul {
  margin: 2vw 0;
}
.cont .page1 .swiper-container .txt ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cont .page1 .swiper-container .txt ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.cont .page1 .swiper-container .txt ul li svg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.cont .page1 .swiper-container .txt ul li a {
  display: block;
  color: #080748;
}
.cont .page1 .swiper-container .txt ul li a:hover {
  text-decoration: underline;
}
.cont .page1 .swiper-container .txt .share {
  display: flex;
  align-items: center;
}
.cont .page1 .swiper-container .txt .share .qr {
  width: 105px;
  margin-right: 15px;
}
.cont .page1 .swiper-container .txt .share i {
  display: block;
  color: #080748;
}
@media screen and (max-width: 1600px) {
  .cont .page1 .swiper-container {
    margin-left: 10%;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 .swiper-container .img {
    padding-top: 420px;
  }
}
@media screen and (max-width: 1366px) {
  .cont .page1 .swiper-container .img {
    padding-top: 400px;
  }
  .cont .page1 .swiper-container .txt ul {
    margin: 15px 0 20px;
  }
  .cont .page1 .swiper-container .txt ul li {
    margin-bottom: 10px;
  }
  .cont .page1 .swiper-container .txt ul li svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cont .page1 .swiper-container {
    margin-left: 5%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .swiper-container .img {
    padding-top: 340px;
  }
}
@media screen and (max-width: 768px) {
  .cont .cont_bg {
    background-size: 150%!important;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page1 .swiper-container {
    margin-right: 5%;
    padding: 10px;
  }
  .cont .page1 .swiper-container .txt {
    position: relative;
    z-index: 10;
    left: 0;
    padding: 20px 0 20px 20px;
  }
  .cont .page1 .swiper-container .txt ul {
    margin: 5px 0 10px;
  }
  .cont .page1 .swiper-container .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 0;
  }
  .cont .page1 .swiper-container .txt ul li {
    margin-bottom: 5px;
  }
  .cont .page1 .swiper-container .txt .share .qr {
    width: 50px;
  }
  .cont .page1 .swiper-container .txt ul li svg {
    width: 20px;
    height: 20px;
  }
  .cont .page1 .swiper-container .txt ul li a,
  .cont .page1 .swiper-container .txt .share i {
    font-size: 14px;
  }
  .cont .page1 .swiper-container .img::after {
    background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
  }
  .cont .page1 .swiper-container .swiper-slide {
    border-radius: 10px;
  }
  .cont .page1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*# sourceMappingURL=./join-us.css.map */
