/* 在线访谈-new港城会客厅 */
.common-head {
  margin-bottom: 12px;
}

.zxft-view .item {
  margin-bottom: 10px;
}

.zxft-view .item.memo {
  height: 65px;
}

.zxft-first .video_pic,
video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 397px;
  min-height: 100%;
}

/* 在线访谈-港城会客厅-直播与提问 */
.zxft-zbtw {
  height: 639px;
}

.zxft-zbtw .marbox-left {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 1);
  padding: 25px 30px 30px 30px;
  box-sizing: border-box;
}


.zxft-zbtw .marbox-left .hd {
  height: 50px;
  margin-bottom: 18px;
}

.zxft-zbtw .marbox-left .hd ul {
  height: 100%;
}

.zxft-zbtw .marbox-left .hd ul li {
  border-radius: 10px;
  float: left;
  height: 100%;
  padding: 0 13px;
  line-height: 2;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0px;
  /* line-height: 37.65px; */
  color: rgb(0, 0, 0);
  text-align: left;
  vertical-align: top;
  margin-right: 17px;
  background-color: #fff;
  border: 1px solid rgba(229, 229, 229, 1);
  cursor: pointer;
}

.zxft-zbtw .marbox-left .hd ul li.on {
  background-color: rgba(227, 71, 71, 1);
  color: #ffffff;
  border: none;
}

.zxft-zbtw .marbox-left .bd {
  background-color: #fff;
  width: 100%;
  height: 520px;
  padding: 18px 15px 14px 15px;
  box-sizing: border-box;
  border-radius: 10px;
}

/* .zxft-zbtw .marbox-left .bd ul,
ul li {
  height: 100%;
  overflow: visible !important;
}

.zxft-zbtw .marbox-left .zxft-wzsl-cont {
  height: 422px !important;
}
.zxft-zbtw .marbox-left .zxft-wzsl-cont2 {
  height: 480px !important;
} */

/* 实时互动 */
.sshd-box {
  display: inline-block;
  width: 100%;
  float: right;
  height: 185px;
  background-color: rgba(245, 245, 245, 1);
  padding: 10px 18px;
  box-sizing: border-box;
}

.sshd-box .hd {
  margin-bottom: 13px;
}

.sshd-box .hd ul {
  height: 100%;

}

.sshd-box .hd ul li {
  border-radius: 10px;
  float: left;
  height: 100%;
  padding: 0 13px;
  line-height: 2;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0px;
  /* line-height: 37.65px; */
  color: rgb(180 180 180);
  text-align: left;
  vertical-align: top;
  margin-right: 13px;
  background-color: #e4e4e4;
  border: 1px solid rgba(229, 229, 229, 1);
  cursor: pointer;
  cursor: no-drop;
}


.sshd-box .hd ul li.on {
  background-color: rgba(227, 71, 71, 1);
  color: #ffffff;
  border: none;
  cursor: pointer;
}


.sshd-box ul,
ul li {
  height: 100%;
}

.sshd-box ul .message_content {
  resize: none;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  border: none;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.6;
  color: rgba(128, 128, 128, 1);
  text-align: left;
  vertical-align: top;
}

.sshd-box ul li .yzm {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}

.sshd-box ul li .yzm input {
  box-sizing: border-box;
  border: none;
  outline: none;
  width: 59.34%;
  height: 50px;
  opacity: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 10px 12px;
  font-size: 18px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.sshd-box ul li .yzm .yzm_tp {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
}

.sshd-box ul li .yzm .yzm_tp img {
  width: 100%;
}

.sshd-box ul li .yzm .yzm_tp span {
  display: block;
  font-size: 14px;
  color: rgba(128, 128, 128, 1);
  margin-top: 2px;
}

.sshd-box ul li .submit-button {
  cursor: pointer;
  width: 17%;
  height: 50px;
  opacity: 1;
  border-radius: 100px;
  background: rgba(234, 100, 91, 1);
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  user-select: none;
  display: inline-block;
}

.sshd-box ul li .submit-button.zbyjs {
  background: rgb(188 188 188);
  color: rgb(0, 0, 0);
}


@media (max-width: 431px) {
  .zxft-first .video_pic, video {
    height: 254px;
  }
  .zxft-zbtw .marbox-left .hd ul {
    display: flex;
    gap: 10px;
  }
  .zxft-zbtw .marbox-left .hd ul li {
    margin-right: 0;
    flex-grow: 1;
    text-align: center;
  }
  .sshd-box {
    margin-top: 20px;
  }

  .zxft-xctp .bd .module-main .module-box {
    height: 210px;
  }
}