/*
 *@description:顶部插图 
 *@author: liangtian 
 *@date: 2020-08-03 13:06:52
*/
.illustration-wrap {
  width: 100%;
  height: 340px;
  background: url("/static/images/live-bg.png") no-repeat center / 100% 100%;
}
.screen-wrap {
  min-height: 85px;
  width: 100%;
}
.screen-wrap .screen {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 12px 20px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #f6f7fa;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 12px rgba(212, 216, 228, 0.6);
  box-shadow: 0 4px 12px rgba(212, 216, 228, 0.6);
  margin-top: 10px;
}
/*
   *@description:公开/密码/需登录
   *@author: liangtian 
   *@date: 2020-08-03 13:51:08
  */
.tag-tip-np {
  position: absolute;
  top: 16px;
  left: 0;
  width: 75px;
  height: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
}
.live-type-p {
  background: url("../images/icon-tag.png") no-repeat center / cover !important;
}
.live-type-n {
  background: url("../images/icon-tag2.png") no-repeat center / cover !important;
}
.live-type-l {
  background: url("../images/icon-tag3.png") no-repeat center / cover !important;
}
/*
 *@description: 正在进行 && 即将开始
 *@author: liangtian 
 *@date: 2020-08-03 13:23:32
*/
.main-content {
  overflow: hidden;
}
.now-live-wrap {
  margin-bottom: 20px;
}
.future-live-wrap {
  margin-bottom: 20px;
}
.content-item {
  background: rgba(133, 189, 255, 0.05);
  -webkit-box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
  box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
}
.content-item .live-state {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76px;
  height: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px 0 0 0;
}
.content-item .live-state > span {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #fff;
}
.content-item .item-info h5 {
  display: -webkit-box;
  display: flex;
}
.content-item .item-info h5 p {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 0 !important;
}
.content-item .school-name {
  padding-left: 45px;
  color: #999;
  font-size: 13px;
}
.global-title {
  position: relative;
}
.global-title .text {
  width: 140px;
}
.swiper-button {
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 35px;
}
.swiper-button > div {
  width: 40px;
  height: 32px;
  position: relative;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  margin-top: 0;
  background: rgba(28, 31, 33, 0.06);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.swiper-button > div:nth-of-type(1) {
  border-radius: 14px 0 0 14px;
  margin-right: 3px;
}
.swiper-button > div:nth-of-type(2) {
  border-radius: 0 14px 14px 0;
}
.swiper-button > div i {
  color: #409cff;
  font-size: 15px;
  font-weight: bold;
}
/*
 *@description:精彩回放 
 *@author: liangtian 
 *@date: 2020-08-03 15:07:07
*/
.history-live-wrap .content-ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.history-live-wrap .content-ul .content-item:nth-of-type(4n) {
  margin-right: 0;
}
.history-live-wrap .res-content {
  padding-bottom: 0;
}
.now-swiper-button-next::after,
.now-swiper-button-prev::after,
.future-swiper-button-next::after,
.future-swiper-button-prev::after {
  content: "";
}
