.banner-new {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.banner-bg-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2B7FFB;
}
.bg-side {
    background-image: url(../images/dl_bg_ele_1.svg);
    position: absolute;
    right: 0;
    top: 0;
    width: 85vh;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-circle {
    background-image: url(../images/dl_bg_ele_2.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-circle.small {
    width: 87px;
    height: 87px;
}
.bg-circle.middle {
    width: 283px;
    height: 283px;
}
.bg-circle.big {
    width: 648px;
    height: 648px;
}
.banner-new .blur {
    filter: blur(13px);
}
.b-title {
    height: 78px;
    font-size: 56px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 78px;
    margin-bottom: 8px;
}
.b-desp {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 57px;
}
.banner-new .card-row {
    display: flex;
    align-items: flex-start;
}
.banner-new .card-container {
    padding: 47px 20px;
    width: 223px;
    background: #fff;
    border-radius: 12px;
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/dl-card-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 344px;
    position: relative;
}
.banner-new .card-container img.icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
}
.banner-new .card-container:hover img.qrcode {
    display: block;
}
.banner-new .card-container img.qrcode {
    width: 128px;
    height: 128px;
    bottom: 47px;
    display: none;
}
.banner-new .card-container h3 {
    height: 27px;
    font-size: 24px;
    font-family: ArialMT;
    color: #393939;
    line-height: 28px;
    margin-bottom: 20px;
}
/* .banner-new .card-container .version {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0em;
  color: #3C424F;
  margin-bottom: 6px;
} */
.version {
  /* font-family: PingFangSC-Medium; */
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 14px;
  text-align: center;
  letter-spacing: 0em;
  color: #3C424F;
  margin-bottom: 10px;
}
.banner-new .card-container p.desp {
    width: 100%;
    margin-bottom: 29px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    line-height: 21px;
    min-height: 63px;
}
.banner-new .card-container a.down-link {
    height: 40px;
    line-height: 40px;
    background: #FFCE5B;
    border-radius: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6F5B4E;
    padding: 0 24px;
    min-width: 140px;
    text-align: center;
    position: absolute;
    bottom: 40px;
}
.banner-new .card-container div.down-link {
  height: 40px;
  line-height: 40px;
  background: #FFCE5B;
  border-radius: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6F5B4E;
  padding: 0 24px;
  min-width: 140px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
}
.banner-new .card-container.mobi:hover p.desp ,
.banner-new .card-container.mobi:hover a.down-link {
    display: none;
}

.recommdDown {
  width: 130px;
  height: 50px;
  position: absolute;
  left: -30px;
  top: -24px;
  background-image: url('../images/tuijianxiazai.png');
  
  background-size: 100%;
  background-repeat: no-repeat;
}
.bigXing {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 24px;
  top: 24px;
  background-image: url('../images/bigxing.png');
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: Tada 2s infinite;
  -moz-animation: Tada 2s infinite;
  -ms-animation: Tada 2s infinite;
  animation: Tada 2s infinite;
}
.smallXing {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 32px;
  top: 18px;
  background-image: url('../images/smallxing.png');
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: TadaSmall 2s infinite;
  -moz-animation: TadaSmall 2s infinite;
  -ms-animation: TadaSmall 2s infinite;
  animation: TadaSmall 2s infinite;
}
@keyframes Tada {
  10% {
    opacity: 0.5;
    transform : scale( 0.8 , 0.8 );
  }
  90% {
    opacity: 1;
    transform : scale( 1, 1 );
  }
}
@keyframes TadaSmall {
  10% {
    opacity: 1;
    transform : scale( 1, 1 );
  }
  90% {
    opacity: 0.5;
    transform : scale( 0.8 , 0.8 );
  }
}