@charset "utf-8";
/* PC一期改版，首页样式文件 by:liutao  time:2022-12-26 */
/* PC一期改版，首页样式文件完善 by:shh  time:2022-12-31 */

/* 首页旌品欣赏轮播 start */
.index-video-lb {
  top: -55px;
  text-align: right;
}

.slider_one_big_picture {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  user-select: none;
}

div.slider > div:not(.nav_indicators):not(.next_button):not(.prev_button) {
  box-shadow: none;
  border-radius: 6px 6px 0 0;
}

.index-video-lb ul {
  display: inline-block;
  padding: 0;
}

.index-video-lb ul li,
.index-video-lb ul li.active {
  border: 0;
  position: static;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
}

.index-video-lb ul li {
  background: #ffffff;
  color: #ffffff;
}

.index-video-lb ul li.active {
  background: #ffa500;
  color: #ffa500;
}
/* 首页旌品欣赏轮播 end */

/* 快捷入口模块 start */
.quickEntry_box {
  margin-bottom: 40px;
  width: 1200px;
  height: 225px;
  display: flex;
  justify-content: space-between;
}



/*第一版样式等最终上线运行一段时间再删除    START*/
.quickEntry_item {
  width: 320px;
  height: 225px;
  border-radius: 10px;
  box-shadow: 0 0 0 0 rgba(22, 202, 130, .2);
  -webkit-transition: box-shadow .2s;
  -moz-transition: box-shadow .2s;
  transition: box-shadow .2s;
}

.quickEntry_item:hover {
  box-shadow: 0 5px 18px 0 rgba(22, 202, 130, .2);
}

.books_box {
  background: url("../img/book_bg.png") center no-repeat;
}

.school_box {
  background: url("../img/school_bg.png") center no-repeat;
}

.questionBank_box {
  background: url("../img/questionBank_bg.png") center no-repeat;
}

.quickEntry_item>* {
  width: 280px;
  margin: 0 auto;
}

.quickEntry_item_title {
  margin-top: 100px;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}

.quickEntry_item_content {
  margin-top: 5px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #666666;
}

.book_link {
  margin-top: 10px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.link_pic {
  margin-left: 10px;
  width: 20px;
  height: 6px;
  background: url("../img/entry_icon.png") center center no-repeat;
}
/*第一版样式等最终上线运行一段时间再删除    END*/

/* 快捷入口模块 end */

/* 旌品欣赏 start */
.admire_live {
  width: 1200px;
  justify-content: space-between;
}

.admire_live>* {
  margin: 0;
}

.admire_box {
  width: 390px;
  height: 326px;
}

.admire_content {
  background: #fff;
  border-radius: 6px;
}

.video_box {
  width: 100%;
  /*height: 268px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_title {
  padding: 0 15px;
  font-size: 15px;
  color: #000000;
  text-align: left;
  line-height: 48px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}

.admire_content .video-banner {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.admire_content img {
  width: 100%;
  height: 220px;
  border-radius: 6px 6px 0 0;
}
/* 旌品欣赏 end */

/* 旌品直播 start*/
.live_box {
  width: 796px;
}

.live_title {
  margin-bottom: 25px;
  width: 100%;
}

.live_content {
  width: 100%;
}

.live1_box {
  margin-right: 11px;
  width: 258px;
  height: 268px;
  background: white;
  cursor: pointer;
  border-radius: 6px;
}

.live1_box:last-child {
  margin-right: 0;
}

.live_pic {
  width: 100%;
  height: 145px;
  display: flex;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.live_status {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  background: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #666666;
  border-bottom: 1px solid #ededed;
}

.active_red {
  color: red;
}

.live_name {
  margin-top: 10px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-weight: 600;
  border-radius: 0 5px;
}
/* 旌品直播 end*/

/* 视频播放弹窗样式 start */
.hide {
  display: none !important;
}
.video-play-pop {
  z-index: 100000;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 700px;
  background: rgba(0, 0, 0, .65);
}

.video-play-pop .pop-video{
  width: 50%;
  height: auto;
}

.close-btn {
  display: block;
  position: absolute;
  top: 15%;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(22, 202, 103, .6);
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  color: #ddd;
  font-weight: bolder;
  user-select: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.close-btn:hover {
  color: #fff;
  background: rgba(22, 202, 103, .9);
}
/* 视频播放弹窗样式 end */
