.ctn-make .make {
  background: rgba(3, 81, 250, 0.17);
  border-radius: 10px;
  border: 1px solid #413194;
  padding: 3vw;
  margin-top: 0vw;
  position: relative;
}
.ctn-make .make .text {
  width: 54%;
}
.ctn-make .make .text h2 {
  display: inline-block;
  background: linear-gradient(to right, #ff3451, #ffb435);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  outline: 0;
}
.ctn-make .make .text p {
  color: #fff;
  opacity: 0.4;
  line-height: 1.8;
  margin-top: 1vw;
}
.ctn-make .make .erweima {
  position: absolute;
  width: 160px;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn-make .make .erweima img {
  width: 80%;
}
.market {
  overflow: hidden;
}
.market .ctn-list .swiper-slide {
  position: relative;
  transform: translateY(0px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.market .ctn-list .swiper-slide .tu {
  border-radius: 10px;
  overflow: hidden;
}
.market .ctn-list .swiper-slide .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.market .ctn-list .swiper-slide .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../img/market/m_btn.png);
  background-size: cover;
  left: 20px;
  bottom: 20px;
}
.market .ctn-list .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.market .ctn-list .swiper-slide:hover .btn {
  background: url(../img/market/m_btn_color.png);
  background-size: cover;
}
.market .ctn-list .swiper-slide.left {
  cursor: default;
}
.market .ctn-list .swiper-slide.left:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/market/button.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.market .ctn-list .swiper-slide.right {
  cursor: default;
}
.market .ctn-list .swiper-slide.right:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/market/button.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.market .ctn-list .ctn-bottom {
  margin-top: 30px;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  .market .ctn-list .swiper-slide .btn {
    width: 32px;
    height: 32px;
    left: 14px;
    bottom: 14px;
  }
  .market .ctn-list .swiper-button-prev {
    display: none;
  }
  .market .ctn-list .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #videoPopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .ctn-make .make {
    padding: 30px;
    margin-top: 30px;
  }
  .ctn-make .make .text {
    width: 60%;
  }
  .ctn-make .make .text h2 {
    white-space: nowrap;
  }
  .ctn-make .make .text p {
    line-height: 1.6;
    margin-top: 14px;
    font-size: 14px;
  }
  .ctn-make .make .erweima {
    right: 0px;
    width: 100px;
    /*top: 60%;*/
  }
  .market .ctn-list {
    overflow: hidden;
  }
  .market .ctn-list .swiper-slide.left {
    display: none!important;
  }
  .market .ctn-list .swiper-slide.right {
    display: none!important;
  }
  .market .ctn-list .ctn-bottom {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=market.css.map */