.swiper-slide img{
  display: block;
  width: 100%;
  height: 224px;
}
.swiper-button-prev,.swiper-button-next {
  /*background-image: url(/static/images/icons.png) !important;*/
  background-image: url(/images/live/icons.png) !important;
  right: auto;
  width: 50px !important;
  height: 50px !important;
  background-size: auto !important;
}

.swiper-button-prev {
  background-position: 0px 0px !important;
  left: 10px !important;
}

.swiper-button-next {
  background-position: -51px 0px !important;
  right: 10px !important;
}
/* content-left */
.row-tit,.classify-list{
  margin-bottom: 20px;
}
.row-tit h4 {
  border-left: 4px solid #ff5555;
  padding-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.classify-list li{
  margin-right: 10px;
  float: left;
  width: 64px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #666;
  background: #E5E5E5;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
}
.classify-list li:hover{
  background: #E2E8F0;
  color: #3773C1;
}
.classify-list li.active{
  background: #E2E8F0;
  color: #3773C1;
}

.lvl-li{
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px;
  background-color: #fff;
}
.live-state {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0 10px;
  min-width: 60px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  border-radius: 12px;
}
.live-state.yugao{
  background-color: #fd7602;
}
.live-state.huigu{
  background-color: #24a3fd;
}
.live-state.begin{
  background-color: #39cc09;
}
.live-video-img,.live-video-img img{
  display: block;
  width: 100%;
  height: 230px;
}
.live-video-name{
  margin: 11px 16px 0 16px;
  font-size: 18px;
  font-weight: 600;
}
.live-video-name a:hover{
  color: #c33;
  text-decoration: underline;
}

.live-video-time{
  margin: 7px 16px 0 16px;
  height: 20px;
  line-height: 20px;
  color: #999;
}
.time-span{
  padding-left: 20px;
  background: url(/images/live/icon-list.png) no-repeat;
  background-position: -50px -97px;
}
.live-video-text{
  margin: 7px 16px 0 16px;
  line-height: 20px;
  color: #888;
  word-break: break-all;
}

/* content-right */
.side .row{
  border: 0 none;
}
.side-title{
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: url(/images/live/rili-tit.png) no-repeat;
  background-size: 100% 100%;
}
.side-title i{
  display: inline-block;
  width: 29px;
  height: 26px;
  background: url(/images/live/calendar.png) no-repeat;
  background-position: -129px -95px;
  vertical-align: middle;
}

.calendar-btm {
  padding: 0 30px 5px;
}
.calendar-btm-cont {
  padding: 10px 0;
}
.calendar-btm-tag {
  margin: 0 auto;
  padding: 0 0 0 6px;
  width: 156px;
  height: 22px;
  line-height: 22px;
  color: #666;
  background: url(/images/live/calendar.png) no-repeat;
  background-position: 0 0;
}
.calendar-btm-tag span {
  display: inline-block;
  padding-left: 17px;
  width: 50px;
}
.cal-list{
  display: none;
}
.live-entrance{
  margin-bottom: 20px;
  padding: 16px;
  background-color: #fff;
}
.live-entrance-hd-title{
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.live-entrance-hd-title:hover{
  color: #c33;
  text-decoration: underline;
}
.live-entrance-hd .date{
  padding-left: 22px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  background: url(/images/live/live-icon_03.png) no-repeat;
  background-position: 0 7px;
}
.live-entrance-btn{
  margin: 8px auto 0 auto;
  display: block;
  width: 180px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}
.live-entrance-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}
.live-entrance-btn.huigu{
  background: #587cee;
  background-image: linear-gradient(90deg,#5995ee,#587cee);
}
.live-entrance-btn.yuyue {
  background: #ff4f4f;
  background-image: linear-gradient(90deg,#ff6753,#ff4f4f);
}
.product-box{
  margin-top: 10px;
}
.product-box a{
  position: relative;
  padding: 10px 0 0 70px;
  display: block;
  border-top: 1px solid #eee;
}
.product-box-img{
  position: absolute;
  left: 0;
  top: 10px;
  width: 60px;
  height: 45px;
}
.product-box-title{
  min-height: 45px;
  line-height: 20px;
  font-size: 14px;
  color: #1f4f88;
}
.product-box-title:hover{
  color: #c33;
  text-decoration: underline;
}