@charset "UTF-8";
/* sass编译为css  sass --watch index.scss index.css */
.banner {
  height: 10.8rem;
  padding-top: 0.78rem;
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
}
.banner .bg_video {
  width: 100%;
  height: 10.8rem;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .bannerImg {
  width: 100%;
  object-fit: cover;
}
.banner .bannerTop {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: blur(6px) brightness(0.8);
}
.banner .botWhite {
  position: absolute;
  width: 100%;
  height: 1.5rem;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 2;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.banner .top_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .top_content .left {
  height: 5.6rem;
  width: 2.66rem;
  border-radius: 35px;
  border: 7px solid #373737;
  overflow: hidden;
}
.banner .top_content .left video {
  width: 100%;
  height: 100%;
}
.banner .top_content .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0.25rem;
}
.banner .top_content .right .top {
  margin-bottom: 0.38rem;
}
.banner .top_content .right .top img {
  height: 1.77rem;
}
.banner .top_content .right .bot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
}
.banner .top_content .right .bot img {
  height: 0.6rem;
  margin-right: 0.15rem;
  cursor: pointer;
}
.banner .top_content .right .bot .code {
  display: flex;
  position: relative;
}
.banner .top_content .right .bot .code img {
  margin-right: 0;
  width: 0.61rem;
}
.banner .top_content .right .bot .downCode {
  position: absolute;
  background: url(../image/codeBg.png) no-repeat;
  background-size: 100% 100%;
  right: calc(50% - 85px);
  bottom: -160px;
  width: 170px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.banner .top_content .right .bot .downCode img {
  width: 110px;
  height: 110px;
}
.banner .top_content .right .bot .downCode .codeCon {
  margin-top: 7px;
}
.banner .top_content .right .bot .downCode #qrcodeW1 {
  display: none;
}
.banner .top_content .right .bot .downCode .codeCon, .banner .top_content .right .bot .downCode #qrcodeW1 {
  width: 110px;
  height: 110px;
}
.banner .top_content .right .bot .downCode .codeCon canvas, .banner .top_content .right .bot .downCode #qrcodeW1 canvas {
  vertical-align: top;
}
.banner .top_content .right .bot .code:hover .downCode {
  display: flex;
}

.container {
  padding: 0.78rem 0;
}
.container .title {
  width: 100%;
  margin-bottom: 0.78rem;
  display: flex;
  justify-content: center;
}
.container .title img {
  width: 1.7rem;
}
.container .contentPc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.59rem;
}
.container .contentPc .left_icon, .container .contentPc .right_icon {
  height: 0.7rem;
  width: 0.36rem;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.container .contentPc .con {
  flex: 1;
}
.container .contentPc .con .con_c {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  position: relative;
}
.container .contentPc .con .con_c .con_c_bg {
  width: 76.3%;
  position: relative;
}
.container .contentPc .con .con_c .con_c_bg img {
  vertical-align: bottom;
}
.container .contentPc .con .con_c .con_c_bg .bg1 {
  width: 100%;
}
.container .contentPc .con .con_c .con_c_bg .bg2 {
  position: absolute;
  right: 0.29rem;
  top: 0.29rem;
  width: 2.57rem;
  height: 2.41rem;
}
.container .contentPc .con .con_c .con_c_c {
  margin-left: 0.96rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.container .contentPc .con .con_c .con_c_c {
  background: inherit;
  z-index: 2;
  border-radius: 13px;
  overflow: hidden;
}
.container .contentPc .con .con_c .con_c_c .con_c_con {
  width: 100%;
  height: 75%;
  display: flex;
  width: calc(100% - 0.96rem);
  box-shadow: 0px 3px 48px 0px rgba(124, 143, 168, 0.16);
}
.container .contentPc .con .con_c .con_c_c .con_c_con .left {
  width: 41.7%;
  cursor: pointer;
}
.container .contentPc .con .con_c .con_c_c .con_c_con .left .swiper-container {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.13rem;
  border-bottom-left-radius: 0.13rem;
}
.container .contentPc .con .con_c .con_c_c .con_c_con .left img {
  width: 100%;
  height: 100%;
}
.container .contentPc .con .con_c .con_c_c .con_c_con .right {
  flex: 1;
  background: white;
  margin-left: -1px;
}
.container .contentPc .con .con_c .con_c_c .con_c_con .right img {
  height: 87.3%;
  width: auto;
  margin-top: 0.37rem;
}
.container .contentPc .con .con_c .con_swiper_dir {
  position: absolute;
  bottom: 0.14rem;
  right: 0.82rem;
  z-index: 10;
  display: flex;
  align-items: center;
}
.container .contentPc .con .con_c .con_swiper_dir .list {
  margin-left: 0.24rem;
  display: flex;
  cursor: pointer;
}
.container .contentPc .con .con_c .con_swiper_dir img {
  width: 0.384rem;
}

@media screen and (max-width: 1024px) {
  .banner {
    height: 5.8rem;
  }
  .banner .bg_video {
    height: 5.8rem;
  }
  .banner .botWhite {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  }
  .banner .top_content {
    margin-top: 0.78rem;
    height: calc(100% - 0.78rem);
  }
  .banner .top_content .left {
    width: 2.13rem;
    height: 4.53rem;
    border-radius: 14px;
    border: 3px solid #373737;
    margin-left: 0.05%;
  }
  .banner .top_content .right {
    width: 4.79rem;
    margin-left: 0.19rem;
  }
  .banner .top_content .right .top {
    display: flex;
  }
  .banner .top_content .right .top img {
    width: 100%;
    height: inherit;
  }
  .banner .top_content .right .bot {
    padding-left: 0.04rem;
  }
  .banner .top_content .right .bot img {
    height: 1rem;
  }
  .container {
    padding: 0.22rem 0;
  }
  .container .title {
    margin-bottom: 0.15rem;
  }
  .content {
    display: flex;
    justify-content: flex-start;
    position: relative;
  }
  .content .left .swiper-container {
    width: 3.45rem;
    height: 4.16rem;
  }
  .content .right {
    position: absolute;
    right: 0.17rem;
    top: 0.17rem;
    width: 4.86rem;
    z-index: 2;
  }
  .content .right img {
    width: 100%;
  }
  .content .con_swiper_dir {
    position: absolute;
    bottom: 0.4rem;
    right: 0.23rem;
    z-index: 10;
    display: flex;
    align-items: center;
  }
  .content .con_swiper_dir .list {
    margin-left: 0.09rem;
    display: flex;
    cursor: pointer;
  }
  .content .con_swiper_dir img {
    width: 0.156rem;
  }
}

/*# sourceMappingURL=index.css.map */
