.wrap-container{
  width: 1440px;
  margin: 0 auto;
}
/* PC预览 */
.preview{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
}
.preview.preview-show{
  display: block !important;
}
.preview .content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1230px;
  height: 692px;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
}
.preview .content-mini{
  width: 503px;
  height: min-content;
  min-height: 800px;
}
.preview .control-left{
  position: absolute;
  top: 49vh;
  left: 120px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.preview .control-right{
  position: absolute;
  top: 49vh;
  right: 120px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.preview>div>img{
  width: 100%;
  height: 100%;
}
.preview .content>img{
  width: 100%;
  height: 100%;
}
.preview .content>video{
  width: 100%;
  height: 100%;
}
.preview .close{
  position: absolute;
  right: 36px;
  top: 36px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

/* 高端网站定制 */
.advantage-wrap{
  width: 1804px;
  min-width: 1804px;
  margin: 125px auto 0;
  background: url(https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/website/mini-advantage-bg.png) no-repeat;
  background-size: 100%;
  background-color: rgba(223,232,237,0.15);
  border-radius: 32px;
  /* overflow: hidden; */
}
.advantage-wrap .intro-wrap{
  position: relative;
  padding-top: 152px;
}
.advantage-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}
.advantage-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 81px;
  width: 100%;
  font-weight: 800;
  font-size: 98px;
  color: #97A9B2;
  line-height: 115px;
  text-align: right;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.advantage-wrap .content-wrap{
  position: relative;
  box-sizing: border-box;
  width: 1440px;
  padding: 91px 0;
}
.advantage-wrap .wrap-container{
  position: relative;
}
.advantage-wrap .bg-pin{
  position: absolute;
  top: -43px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 39px;
  height: 76px;
  border-radius: 45px 45px 45px 45px;
  border: 8px solid #7CBFB2;
  opacity: 0.25;
}

.advantage-wrap .content-wrap .item{
  box-sizing: border-box;
  width: 1440px;
  height: 650px;
  font-size: 0;
  margin-top: 56px;
  padding: 40px 40px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(205,218,229,0.25);
  border-radius: 32px;
  vertical-align: top;
  overflow: hidden;
}
.advantage-wrap .content-wrap .item:first-of-type{
  margin-top: 0;
}
.advantage-wrap .content-wrap .item>div{
  vertical-align: top;
}
.advantage-wrap .content-wrap .item .left{
  display: inline-block;
  width: 818px;
  margin-right: 60px;
}
.advantage-wrap .content-wrap .item .left .title-wrap{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
.advantage-wrap .content-wrap .item .left .title-wrap>h3{
  font-size: 24px;
  font-weight: bold;
  color: #13161B;
}
.advantage-wrap .content-wrap .item .left .title-wrap .date{
  font-size: 16px;
  font-weight: 400;
  color: rgba(11,27,59,0.3);  
}
.advantage-wrap .content-wrap .item .left .desc{
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 24px;
  text-align: left;
  margin-top: 16px; 
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advantage-wrap .content-wrap .item .left .media-wrap{
  position: relative;
  width: 818px;
  height: 460px;
  margin-top: 22px;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}
.advantage-wrap .content-wrap .item .left .media-wrap .media-img-swiper{
  width: 100%;
  height: 100%;
}
.advantage-wrap .content-wrap .item .left .media-wrap .media-img-swiper img{
  width: 100%;
}
.advantage-wrap .content-wrap .item .left .media-wrap .media-mini-swiper{
  width: 100%;
  height: 100%;
}
/* .advantage-wrap .content-wrap .item .left .media-wrap .media-mini-swiper img{
  width: 100%;
} */
.advantage-wrap .content-wrap .media-wrap .mini-wrap{
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.advantage-wrap .content-wrap .media-wrap .mini-wrap .mini-item {
  display: inline-block;
  width: fit-content;
  min-width: fit-content;
  height: 100%;
  margin-right: 60px;
}
.advantage-wrap .content-wrap .media-wrap .mini-wrap .mini-item img{
  width: auto;
  height: 100%;
}
.advantage-wrap .content-wrap .media-wrap .control-left{
  position: absolute;
  top: 216px;
  left: 30px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.advantage-wrap .content-wrap .media-wrap .control-right{
  position: absolute;
  top: 216px;
  right: 30px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.advantage-wrap .content-wrap .media-wrap div>img{
  width: 100%;
  height: 100%;
}
.advantage-wrap .content-wrap .item .left .media-wrap>img{
  width: 100%;
  height: 100%;
}
.advantage-wrap .content-wrap .item .left .media-wrap>.hot{
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 1;
  width: 23px;
  height: 44px;
}
.advantage-wrap .content-wrap .item .left .media-wrap>.play{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  margin: auto;
}
.advantage-wrap .content-wrap .item .info-wrap{
  display: inline-block;
  width: 492px;
  /* margin-left: 60px; */
}
.advantage-wrap .content-wrap .item .info-wrap .price-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.advantage-wrap .content-wrap .item .info-wrap .price-wrap>span{
  font-size: 20px;
  color: #36A687;
  line-height: 23px;
}
.advantage-wrap .content-wrap .item .info-wrap .price-wrap .yuan{
  position: relative;
  top: -8px;
}
.advantage-wrap .content-wrap .item .info-wrap .price-wrap .num{
  font-size: 64px;
  color: #36A687;
  line-height: 75px;
  margin: 0 24px;
}
.advantage-wrap .content-wrap .item .desc-list{
  width: 100%;
  min-height: 360px;
  margin-top: 60px;
}
.advantage-wrap .content-wrap .item .desc-list .desc-item{
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin-bottom: 44px;
}
.advantage-wrap .content-wrap .item .desc-list .desc-item .dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 26px;
  margin-right: 16px;
  background-color: #36A687;
  border-radius: 50%;
  vertical-align: middle;
}
.advantage-wrap .content-wrap .item .desc-list .desc-item .text{
  display: inline-block;
  width: 180px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.advantage-wrap .content-wrap .item .btn-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 27px;
}
.advantage-wrap .content-wrap .item .btn-wrap>a{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 44px;
  border-radius: 12px;
  border: 2px solid #A1ADB9;
  overflow: hidden;
  cursor: pointer;
}
.advantage-wrap .content-wrap .item .btn-wrap>a>span{
  font-size: 16px;
  font-weight: 500;
  color: #A1ADB9;
}
.advantage-wrap .content-wrap .item .btn-wrap>a>img{
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.advantage-wrap .content-wrap .item .btn-wrap .link{
  color: #36A687;
  border-color: #36A687;
}
.advantage-wrap .content-wrap .item .btn-wrap .link>span{
  color: #36A687;
}