a:hover {
  color: white;
  cursor: pointer;
}

/*头部*/
header.main {
  background: url('../../images/nvwaTopicPage/header-bg.jpg') center/cover;
  height: 1000px;
}
header.main .content {
  padding-top: 154px;
}
header.main .header-content {
  margin-top: 179px;
}
.header-logo-container {
  position: relative;
  right: 258px;
}
@media (max-width: 1600px) {
  .header-logo-container {
    right: 0;
  }
}

/*直播回顾*/
.fixed-container {
  width: 130px;
  right: 50px;
}
.fixed-container .review-btn {
  width: 130px;
  height: 130px;
  background: url('../../images/nvwaTopicPage/zbhg.png') center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  line-height: 27px;
  font-size: 22px;
}
/*字体*/
.normal-font {
  color: #ffffff;
  font-weight: 400;
  line-height: 37px;
  font-size: 18px;
}

/*内容*/
.main-container {
  height: auto;
}
/*整体上移*/
.main-wrapper {
  position: relative;
  top: -125px;
}
.background-wrapper {
  background: url('../../images/nvwaTopicPage/little-star.png') repeat-y center
    10%/92%;
}
/*统一标题*/
main .img-title {
  width: 140px;
  height: 75px;
  margin-bottom: 47px;
}
main .img-title img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

/*星星背景*/
main {
  background: linear-gradient(to bottom right, #19003e, #19003e);
}

#container-1 .normal-font {
  margin-bottom: 12px;
}

#container-2 {
  margin-top: 121px;
}
#container-2 .table-wrapper {
  width: 873px;
  position: relative;
}
#container-2 .iScrollVerticalScrollbar {
  background-color: white;
}

/*会议*/
.agenda {
  border-top: 2px solid white;
}

.agenda td {
  height: 71px;
}
.agenda td p {
  white-space: nowrap;
}
.table-wrapper .agenda-footer {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 17px;
  margin-top: 36px;
}
/*序号*/
.agenda tr td:nth-of-type(1) .bottom-line {
  width: 42px;
  justify-content: center;
}
/*主题*/
.agenda tr td:nth-of-type(2) {
  width: 408px;
  padding-left: 25px;
}

/*嘉宾*/
.agenda tr td:nth-of-type(3) {
  width: 418px;
  padding-left: 35px;
}
.agenda tr td:nth-of-type(3) ul {
  border-bottom: 1px solid white;
  width: 418px;
  white-space: nowrap;
}
.agenda tr td:nth-of-type(3) ul li {
  height: 54px;
  display: flex;
  align-items: center;
}

.agenda .bottom-line {
  border-bottom: 1px solid #666666;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
/*出席嘉宾*/
#container-3 {
  margin-top: 124px;
}
#container-3 .section-content {
  width: 1199px;
  margin: 0 auto;
  display: flex;
  margin-top: 62px;
  align-items: center;
  flex-wrap: wrap;
}

#container-3 .banner-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
#container-3 .banner-btn img {
  width: 100%;
  height: 100%;
}
#container-3 .banner-btn:hover {
  cursor: pointer;
}
#container-3 .guest-wrapper {
  width: 215px;
  margin: 0 24px 23px 0;
}
#container-3 .guest-img {
  width: 215px;
  height: 249px;
}
#container-3 .guest-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container-3 .guest-wrapper figcaption {
  background-color: white;
  color: #000000;
  line-height: 18px;
  height: 74px;
  padding: 18px 0 0 30px;
}
#container-3 .guest-wrapper figcaption.multiText {
  height: 96px;
}
#container-3 .guest-wrapper figcaption.multiText.h-3 {
  height: 118px;
}
#container-3 .guest-wrapper .name {
  font-size: 16px;
}
#container-3 .guest-wrapper .caree {
  margin-top: 4px;
  font-size: 13px;
}

/* 精彩瞬间 */
#container-4 {
  margin-top: 170px;
  display: none;
}
#container-4 .section-content {
  display: flex;
  justify-content: space-between;
}
#container-4 .img-wrapper {
  width: 392px;
  height: 283px;
}
#container-4 .img-wrapper img {
  width: 100%;
  height: 100%;
}

#container-5 {
  margin-top: 128px;
}
#container-5 .section-content {
  width: 1198px;
  height: 450px;
}
#container-5 .section-content img {
  width: 100%;
  height: 100%;
}
#container-6 {
  margin-top: 128px;
}
#container-6 .section-content {
  width: 880px;
  height: 416px;
}
#container-6 .section-content img {
  width: 100%;
  height: 100%;
}
/*底部*/
footer {
  background-color: #301b51;
  padding-top: 73px;
  height: 268px;
  text-align: center;
}
footer .welcome {
  font-size: 28px;
  color: #ffffff;
  line-height: 28px;
}
footer .link {
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 161px;
  height: 47px;
  margin: 31px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .copyright {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.3;
}
/*二维码*/
.erwm-img-wrapper {
  width: 0px;
  height: 0px;
}
.erwm-img {
  width: 129px;
  height: 129px;
  position: relative;
  left: -114px;
  top: -165px;
  display: none;
}
.show-erwm:hover .erwm-img {
  display: block;
}
.erwm-img img {
  width: 100%;
  height: 100%;
}
/*侧栏的二维码*/
.fixed-container .erwm-img {
  width: 153px;
  height: 183px;
  background: url('../../images/nvwaTopicPage/review-bg.png') center/contain;
  left: -98px;
  top: 85px;
}
.fixed-container .erwm {
  width: 117px;
  height: 117px;
  margin: 27px 18px 9px 18px;
}
.fixed-container .erwm-img-wrapper figcaption {
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 1400px) {
  .fixed-container {
    bottom: 350px;
  }
}
