body {
  background: #F6F7F9;
}
.noBanner{
    width: 100%;
    height: 140px;
}
.con {
  padding-top: 20px;
  padding-bottom: 100px;
}

.con h1 {
  font-weight: 500;
  color: #333333;
  line-height: 1.25;
  text-align: center;
}

.con .time {
  color: #4D4D4D;
  text-align: center;
  margin-top: 30px;
}

.con hr {
  width: 100%;
  height: 1px;
  background: #DCDCDC;
}

.con .mt46 {
  margin-top: 46px;
}

.con .mes {
  color: #333;
  padding: 40px 0 0 0;
  line-height: 1.8;
}

.con .mes img {
  max-width: 100%;
  margin: auto;
}

.con .mt100 {
  margin-top: 100px;
}

.con .mt64 {
  margin-top: 64px;
}

.con .share p svg {
  margin-right: 10px;
}

.con .btn {
  margin-left: 10px;
  padding: 14px 62px;
  color: #fff;
  background: linear-gradient(90deg, #5F5CFE 0%, #3091CA 100%);
  border-radius: 50px;
}

.con .recommend {
  margin-top: 60px;
}

.con .recommend .nav_tit {
  font-weight: 600;
  color: #000000;
}

.con .recommend .main {
  margin-top: 54px;
}

.con .recommend .main .swiper {
  padding-bottom: 20px;
}

.con .recommend .main .swiper-slide {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.con .recommend .main .image {
  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
}

.con .recommend .main .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}

.con .recommend .main .info {
  padding: 68px 50px 54px 50px;
}

.con .recommend .main .info .tit {
  color: #000000;
  line-height: 1.5;
  margin-bottom: 24px;
  transition: all 0.2s linear;
}

.con .recommend .main .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.con .recommend .main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, #5F5CFE 0%, #3091CA 100%);
}
.con .recommend .main .swiper-slide:hover img{
    transform: scale(1.05);
}
.con .recommend .main .swiper-slide:hover .tit{
    color: var(--onColor);
}
@media only screen and (max-width: 1600px) {

  .con {
    padding-bottom: 5.2vw;
  }

  .con .time {
    margin-top: 1.5625vw;
  }

  .con .mt46 {
    margin-top: 2.3958vw;
  }

  .con .mt100 {
    margin-top: 5.2vw;
  }

  .con .mt64 {
    margin-top: 3.3333vw;
  }

  .con .recommend {
    margin-top: 3.125vw;
  }

  .con .recommend .main .info .tit {
    margin-bottom: 1.25vw;
  }

  .con .recommend .main {
    margin-top: 2.8125vw;
  }

  .con .recommend .main .info {
    padding: 3.5417vw 2.6042vw 2.8125vw 2.6042vw;
  }

  .con .btn {
    padding: 14px 3.2292vw;
  }
}

@media only screen and (max-width: 768px) {

  .con {
    padding: 20px 0 40px 0;
  }

  .con .time {
    margin-top: 10px;
  }

  .con .mt46 {
    margin-top: 20px;
  }

  .con .mt100 {
    margin-top: 20px;
  }

  .con .btn {
    padding: 10px 20px;
  }

  .con .mt64 {
    margin-top: 40px;
  }

  .con .recommend {
    margin-top: 20px;
  }

  .con .recommend .main {
    margin-top: 20px;
  }

  .con .recommend .main .info {
    padding: 20px;
  }

  .con .recommend .main .info .tit {
    margin-bottom: 20px;
  }

  .con .mes {
    padding-top: 20px;
  }
}
