/*
 * 国家生态环境科技成果转化综合服务平台 直播首页样式文件
 * @author: liweiyi<190785909@qq.com>
 * @date: 2024-06-17 21:00:00
 */

 .page-zhibo-index {
  background: url("../img/banner-bg-zhibo.png") top center no-repeat;
  background-size: cover;
}
.page-zhibo-index .common-bg {
  display: none;
}
.page-zhibo-index .common-header {
  height: auto;
}
.page-zhibo-index .common-header .common-top-wrap {
  min-height: 108px;
}
.zhibo-live, .zhibo-desc, .zhibo-msg {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
.zhibo-live-title {
  margin-bottom: 20px;
}
.zhibo-live-body {
  color: #fff;
  border: 20px solid rgba(255, 255, 255, 0.5);
  padding: 0;
  box-shadow: 5px 5px 5px 0px rgba(17, 100, 225, 0.08);
  position: relative;
  z-index: 0;
}
.zhibo-live-body .cover {
  border: 1px solid #fff;
  /* box-shadow: 2px 2px 2px 0px #1164E1; */
  line-height: 0;
}
.zhibo-live-body .cover img {
  width: 100%;
}
.zhibo-live-body .cover .live-iframe {
  width:100%;
  height:620px;
  border:none;
}
.zhibo-live-body .info {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  padding: 40px;
}
.zhibo-live-body .info .view {
  margin-bottom: 10px;
}
.zhibo-live-body .info .btn-view {
  display: block;
  width: 165px;
  border: none;
  background: transparent;
}
.zhibo-live-body .info .title {
  font-weight: 500;
  font-size: 30px;
  padding-left: 2px;
}
.zhibo-desc-title {
  /* padding-top: 40px; */
  padding-bottom: 20px;
}
.zhibo-desc-body {
  padding: 0;
  border: 20px solid rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 3px 0px rgba(17, 100, 225, 0.08);
}
.zhibo-desc-body .zhibo-desc-body-wrap {
  box-shadow: 5px 5px 10px 0px rgba(17, 100, 225, 0.08);
  background-color: #fff;
  padding: 25px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color-dark);
  margin-bottom: 0;
  min-height: 245px;
}
.zhibo-desc-body-wrap .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.zhibo-replay {
  margin-top: 60px;
}
.zhibo-replay-title {
  margin-bottom: 40px;
}
.zhibo-replay-body .tab {
  height: 60px;
  border-bottom: 1px solid #E8EBF3;
  margin-bottom: 20px;
}
.zhibo-replay-body .nav-item {
  margin-right: 2.5rem;
}
.zhibo-replay-body .nav-link {
  color: #000;
  font-family: PingFangSC, sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  line-height: 41px;
}
.zhibo-replay-body .nav-link.active {
  border-bottom: 3px solid var(--primary-color-dark);
  color: var(--primary-color-dark);
}
.zhibo-replay-body .replay-container {
  display: none;
}
.zhibo-replay-body .replay-container.active {
  display: block;
}
.zhibo-replay-body .replay-list {
  padding: 5px;
}
.zhibo-replay-body .replay-list .replay-item {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.zhibo-replay-body .replay-list .replay-item .list-img-wrap {
  align-items: center;
  display: flex;
  height: 226px;
  background-color: #EEE;
}
.zhibo-replay-body .replay-list .replay-item .card-body {
  padding: 1rem;
}
.zhibo-replay-body .card {
  border: none;
  border-radius: 0;
  box-shadow: 5px 5px 5px 0px rgba(17, 100, 225, 0.08);
}
.zhibo-replay-body .card .card-img {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: relative;
  max-height: 226px;
}
.zhibo-replay-body .card .card-img-top {
  object-fit: cover;
}
.zhibo-replay-body .card .card-img .play-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.zhibo-replay-body .card-title {
  color: var(--text-color-dark);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.zhibo-replay-body .card-text {
  color: var(--text-color-light);
  font-size: 14px;
  font-weight: 300;
}
.zhibo-replay-body .card-text .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: var(--text-color-light);
  background: url(../icons/icon-timer.svg) no-repeat;
}
.zhibo-replay-body .card-text .time {
  display: inline-block;
  margin-left: 5px;
  line-height: 20px;
}

.zhibo-replay-body .more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.zhibo-replay-body .more a {
  line-height: 32px;
  font-size: 16px;
}
.zhibo-replay-body .more a:after {
  content: '>';
  font-family: "simsun";
  color: var(--primary-color-dark);
  padding-left: 10px;
  font-weight: bold;
}

.zhibo-msg-title {
  padding-bottom: 20px;
}
.zhibo-msg-body {
  padding: 0;
  border: 20px solid rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 3px 0px rgba(17, 100, 225, 0.08);
}
.zhibo-msg-body .zhibo-msg-body-wrap {
  box-shadow: 5px 5px 10px 0px rgba(17, 100, 225, 0.08);
  background-color: #fff;
  padding: 25px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color-dark);
  margin-bottom: 0;
}
.zhibo-msg-input-wrap {
  margin-bottom: 10px;
}
.zhibo-msg-body-wrap .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.zhibo-msg-input-wrap textarea {
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color-dark);
  border: none;
  outline: none;
}
.zhibo-msg-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zhibo-msg-btn-wrap .zhibo-msg-tip {
  font-size: 12px;
  color: var(--text-color-normal);
}
.zhibo-msg-btn-wrap .zhibo-msg-tip a {
  color: var(--primary-color)
}
.zhibo-msg-btn-wrap button {
  background-color: #CCCCCC;
  color: #FFF;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
  border: none;
}

@media screen and (max-width: 600px) {
  .zhibo-replay-body .nav-item {
    margin-right: 1.6rem;
  }
  .page-zhibo-index .common-header {
    height: auto;
  }
  .page-zhibo-index .common-header .common-top-wrap {
    min-height: 90px;
  }
  .zhibo-live-body .cover {
    line-height: 0;
    box-shadow: unset;
  }
  .zhibo-live-body .cover .live-iframe {
    height:228px;
  }
  .zhibo-desc-title {
    padding-top: 0;
  }
  .zhibo-live {
    padding-top: 24px;
  }
  .zhibo-live-body .info .title {
    font-size: 16px;
  }
  .zhibo-msg-body .zhibo-msg-body-wrap {
    padding: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .zhibo-replay-body .nav-item {
    margin-right: 2.6rem;
  }
  .page-zhibo-index .common-header {
    height: auto;
  }
  .page-zhibo-index .common-header .common-top-wrap {
    min-height: 90px;
  }
  .zhibo-live-body .cover {
    line-height: 0;
    box-shadow: unset;
  }
  .zhibo-live-body .cover .live-iframe {
    height:228px;
  }
  .zhibo-desc-title {
    padding-top: 0;
  }
  .zhibo-live-body .info {
    padding: 20px;
  }
  .zhibo-live-body .info .btn-view {
    width: 125px;
    height: 45px;
  }
  .zhibo-live-body .info .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .page-zhibo-index .common-header {
    height: 208px;
  }
}
@media screen and (min-width: 1100px) {
  .page-zhibo-index .common-header {
    height: 238px;
  }
}
