.videoZoneBox .videoZoneMain{
  width: 1200px;
  margin: auto;
}
.videoZoneBox .topBanner{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 281px;
}
.videoZoneBox .bannerImg {
  display: block;
  width: 1920px;
  height: 281px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.videoZoneBox .videoZoneMain .screeningHeader{
  font-size: 16px;
  font-weight: 400;
  color: #26262D;
  margin-top: 40px;
  line-height: 34px;
  -moz-user-select : none
}
.videoZoneBox .videoZoneMain .screeningHeader .screeningItem{
  margin-right: 40px;
}
.videoZoneBox .videoZoneMain .screeningHeader .screeningItem>span{
  margin-right: 20px;
}
.videoZoneBox .videoZoneMain .screeningHeader .screeningItem .el-cascader{
  line-height: 33px;
  width: 160px;
}
.videoZoneBox .videoZoneMain .screeningHeader .screeningItem .el-cascader:first-of-type{
  margin-right: 16px;
}
.videoZoneBox .videoZoneMain .el-input__suffix,
.videoZoneBox .videoZoneMain .el-input__inner::placeholder{
  color: #26262D !important;
}
.videoZoneBox .videoZoneMain .screeningHeader .screeningItem input{
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.videoZoneBox .videoZoneMain .screeningHeader .mr{
  margin-left: 16px;
}
.videoZoneBox .videoZoneMain .screeningHeader .price{
  position: relative;
  padding-right: 15px;
}
.videoZoneBox .videoZoneMain .screeningHeader .price::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 9px;
  right: 0;
  background-image: url("/img/sort_top_grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.videoZoneBox .videoZoneMain .screeningHeader .price::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  position: absolute;
  bottom: 9px;
  right: 0;
  background-image: url("/img/sort_bottom_grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.videoZoneBox .videoZoneMain .screeningHeader .price.sort1::before{
  background-image: url("/img/sort_top_red.png");
}
.videoZoneBox .videoZoneMain .screeningHeader .price.sort2::after{
  background-image: url("/img/sort_bottom_red.png");
}
.videoZoneBox .videoZoneMain .screeningHeader .act{
  color:#E00000;
}
.videoZoneBox .videoZoneMain .screeningHeader .fr{
  font-size: 14px;
  margin-right: 16px;
}
.videoZoneBox .videoZoneMain .screeningHeader .fr .num{
  color:#E00000;
}
.videoZoneBox .videoZoneMain .videoZoneContainer{
  margin-top: 20px;
  padding: 16px;
  width: 1200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 1px rgba(233, 233, 233, 0.74);
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
}
.videoZoneBox .videoZoneContainer .videoZoneItem{
  width: 280px;
  font-size: 16px;
  font-weight: 400;
  color: #26262D;
  margin-top: 50px;
  margin-right: 16px;
  position: relative;
}
.videoZoneBox .videoZoneContainer .videoZoneItem .bidimg{
  width: 280px;
  height: 213px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.videoZoneBox .videoZoneContainer .videoZoneItem .videoPlay{
  width: 36px;
  height: 36px;
  position: absolute;
  top: 85px;
  left: 120px;
}
.videoZoneBox .videoZoneContainer .videoZoneItem::before{
  content: '';
  display: inline-block;
  width: 280px;
  height: 213px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.videoZoneBox .videoZoneContainer .videoZoneItem .shan{
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.videoZoneBox .videoZoneContainer .videoZoneItem:nth-of-type(4n){
  margin-right: 0;
}
.videoZoneBox .videoZoneContainer .videoZoneItem:nth-of-type(-n+4){
  margin-top: 0;
}
.videoZoneBox .videoZoneContainer .videoZoneItem .itemImg{
  width: 280px;
  height: 263px;
  border-radius: 6px;
}
.videoZoneBox .videoZoneContainer .videoZoneItem .price{
  font-size: 24px;
  color: #D80F19;
  margin-top: 8px;
  margin-bottom: 16px;
}
.videoZoneBox .videoZoneContainer .videoZoneItem .set_price_nologin{
  width:100px;
  font-size:14px;
  text-align: center;
}
.videoZoneBox .videoZoneContainer .videoZoneItem .category{
  font-size: 14px;
  color: #999999;
  margin-top: 12px;
}
.videoZoneBox .videoZoneContainer .videoZoneItem .dateAndAddr{
  font-size: 14px;
  color: #999999;
  margin-top: 4px;
  margin-bottom: 16px;
}
.videoZoneBox .videoZoneContainer .videoZoneItem .shopName .fr{
  width: 64px;
  height: 24px;
}
.videoZoneBox .videoZoneMain #fenye{
  margin: 50px 0 !important;
}
.videoZoneBox .videoZoneMain .noData {
  padding-top: 118px;
  padding-bottom: 234px;
  display: none;
}
.videoZoneBox .videoZoneMain .noData .box {
  width: 246px;
  margin: auto;
}
.videoZoneBox .videoZoneMain .noData .box .righ {
  margin-top: 43px;
  font-size: 14px;
  margin-left: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #26262d;
}
.videoZoneBox .videoZoneMain .noData .box .righ span {
  color: #e00000;
}