.details-info{
  display: flex;

}
.details-info .icon{
  width: 186px;
  height: 186px;
  border-radius: 20px;
  overflow: hidden;
}
.details-info .icon .pic{
  width: 100%;
  height: 100%;
}
.details-info-right{
  margin-left: 20px;
  flex: 1;
}
.info-head{

}
.info-head-title{
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.head-desc{
  margin-top: 18px;
}
.head-tag{
  font-size: 12px;
  color: #13C5CD;
  padding: 3px 9px;
  border-radius: 5px;
  border: 1px solid #13C5CD;
  margin-right: 8px;
  margin-top: 12px;
}
.formitem{
  color: #999999;
  font-size: 14px;
  margin-right: 60px;
}
.formitem .name{
  color: #333333;
}
.info-tags{
  margin-top: 50px;
}
.info-tag{
  width: 134px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #13C5CD;
  border-radius: 40px;
  margin-right: 20px;
  cursor: pointer;
  &.info-tag2{
    background: #5791FB;
  }
  &.info-tag3{
    background: #FE784B;
  }
}
.info-tag .icon-download{
  width: 14px;
  height: 14px;
  background: url(../img/icon-dowload.png) no-repeat center;
  background-size: 100%;
  margin-right: 3px;
}
.info-tag .icon-phone{
  width: 18px;
  height: 18px;
  background: url(../img/icon-phone.png) no-repeat center;
  background-size: 100%;
  margin-right: 3px;
}
.info-tag .icon-fanli{
  width: 18px;
  height: 18px;
  background: url(../img/icon-fanli.png) no-repeat center;
  background-size: 100%;
  margin-right: 3px;
}
.info-tag .icon-youxi{
  width: 18px;
  height: 18px;
  background: url(../img/icon-youxi.png) no-repeat center;
  background-size: 100%;
  margin-right: 3px;
}
.brage{
  display: flex;
  align-items: center;
}
.icon-bradge{
  width: 104px;
  height: 104px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-bradge .desc{
  font-weight: normal;
  font-size: 12px;
}
.icon-bradge1{
  background: url(../img/bradge1.png) no-repeat center;
  background-size: 100% 100%;
}
.icon-bradge2{
  background: url(../img/bradge2.png) no-repeat center;
  background-size: 100% 100%;
}
.details-descrption{
  margin-top: 30px;
  font-size: 15px;
  color: #999999;
  line-height: 24px;
}
.detals-title{
  font-size: 26px;
  color: #333;
  font-weight: bold;
  padding: 16px 0;
}
.details-video{
  width: 100%;
}
.video-section{
  width: 100%;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.video-section .pic{
  width: 100%;
  height: 100%;
}
/* swiper */
.swiper-container{
  width: 100%;
  box-sizing: border-box;
}
.swiper-slide {
  text-align: center;
  background: #000;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.9);
  /* width: 410px;
  height: 619px; */
}
.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
  z-index: 10;
}
.swiper-container .swiper-slide .pic{
  width: 100%;
  height: 100%;
}
.flex-start{
  align-items: flex-start;
}
.bag-item{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: url(../img/lb_bg.png) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 16px;
}
.bag-item .label{
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
}
.bag-item .name{
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.bag-item .icon-bag{
  width: 26px;
  height: 26px;
  background: url(../img/icon-bag.png) no-repeat center;
  background-size: 100%;
  margin-top: -4px;
  margin-left: 5px;
}
.coupon-section{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.coupon-item{
  width: 400px;
  height: 110px;
  background: url(../img/coupon-bg2.png) no-repeat center;
  background-size: 100%;
  display: flex;
  cursor: pointer;
  margin-bottom: 16px;
}
.coupon-item .coupon-left{
  width: 130px;
  height: 110px;
  background: url(../img/coupon-bg1.png) no-repeat center;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.coupon-item .money{
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
.coupon-item .money .unit{
  font-size: 20px;
  font-weight: normal;
  margin-right: 3px;
}
.coupon-item .limit{
  font-size: 18px;
  color: #fff;
}
.coupon-item .coupon-right{
  padding: 10px 14px;
}
.coupon-item .time1{
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
.coupon-item .time2{
  color: #999999;
  font-size: 14px;
  margin-top: 6px;
}
.coupon-item .time3{
  color: #999999;
  font-size: 14px;
  padding-top: 8px;
  border-top: 1px dashed #C8CBCF;
  margin-top: 10px;
}
.vjs-big-play-centered .vjs-big-play-button{
  width: 2em !important;
  height: 2em !important;
  line-height: 2em !important;
  border-radius: 2rem !important;
}
.notice-list .notice-item{
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #F7F8FB;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer;
}
.notice-list .notice-item:last-child{
  margin: 0;
}
.notice-list .notice-item .contents{
  flex: 1;
  font-size: 20px;
  color: #1D2127;
}
.notice-list .notice-item .time{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #868A92;
}
.notice-list .notice-item .time .icon-back{
  width: 12px;
  height: 12px;
  background: url(../img/icon-back.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.gray{
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}
.details-circle .circle-item{
  display: flex;
  border-bottom: 1px solid #E6EAEE;
  padding: 40px 0;
  padding-right: 40px;
}
.details-circle .circle-item:last-child{
  border: none;
}
.details-circle .circle-item .circle-icon{
  width: 58px;
  height: 58px;
  border-radius: 58px;
  overflow: hidden;
}
.details-circle .circle-item .circle-icon .pic{
  width: 100%;
  height: 100%;
}
.circle-info{
  flex: 1;
  margin-left: 10px;
}
.circle-info-head{
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.circle-info-head .name{
  color: #333333;
  font-size: 18px;
}
.circle-info-head .time{
  color: #999999;
  font-size: 16px;
}
.circle-title{
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin-top: 14px;
}
.circle-contents{
  font-size: 15px;
  color: #333333;
  margin-top: 13px;
}
.circle-pics{
  margin-top: 16px;
}
.circle-pics .pic{
  width: 640px;
  height: 360px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.circle-pics .pic:last-child{
  margin: 0;
}