/* 直播稿 */

.live-page {
  max-width: 660px;
  margin: 0 auto;
}

.tab-head {
  line-height: 0.72rem;
  border-bottom: 1px solid #e3e3e3;
}

.tab-head .tab-title {
  position: relative;
  padding: 0 1rem;
  font-size: 0.28rem;
  color: #999;
}

.tab-head .active {
  color: #333;
  font-weight: bold;
}

.tab-head .active::after {
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -0.15rem;
  position: absolute;
  width: 0.3rem;
  height: 0.05rem;
  background-color: #1e96f2;
}

.tab-content {
  padding: 0.1rem 0;
}

.link-list {
  padding: 0.2rem 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  font-size: 0;
}

.link-list .link-li {
  margin-left: 0.1rem;
  display: inline-block;
  cursor: pointer;
}

.link-list .link-li img {
  display: block;
  width: 2rem;
  height: 1.125rem;
  border-radius: 0.06rem;
  border: 0.04rem solid transparent;
}

.link-list .active img {
  border: 0.04rem solid #1e96f2;
}

.tab-content ::-webkit-scrollbar {
  height: 10px;
}

.tab-content ::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 2px;
}

.tab-content ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  border: 5px solid #999;
}

.tab-content .content {
  padding: 0.3rem;
  color: #666;
  font-size: 0.28rem;
  line-height: 1.5;
}

.tab-content .people-list {
  padding: 0.3rem 0.3rem 0 0.3rem;
  font-size: 0.24rem;
  line-height: 1.5;
  color: #9597a2;
}

.tab-content .people-list .people-li {
  margin-right: 0.25rem;
  display: inline-block;
  margin-bottom: 0.05rem;
}

.tab-content .host-panel {
  padding: 0.3rem;
  border-top: 1px solid #e3e3e3;
}

.tab-content .host-panel .host-head {
  margin-bottom: 0.2rem;
  font-size: 0.26rem;
}

.tab-content .host-panel .host-head .host-sort i {
  position: relative;
  top: 0.02rem;
}

.tab-content .host-panel .host-li {
  padding-bottom: 0.2rem;
}

.tab-content .host-panel .host-li .host-info {
  margin-bottom: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.38rem;
}

.tab-content .host-panel .host-li .host-info .avatar {
  margin-right: 0.12rem;
  display: inline-block;
  vertical-align: middle;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 100%;
}

.tab-content .host-panel .host-li .host-info span {
  display: inline-block;
  vertical-align: middle;
}

.tab-content .host-panel .host-li .host-content {
  padding: 0 0 0 0.5rem;
  font-size: 0.28rem;
  line-height: 1.5;
  word-break: break-word;
}

.tab-content .host-panel .host-li .host-content /deep/ * {
  margin-bottom: 0.1rem;
}

.tab-content .host-panel .host-li .host-content img {
  max-width: 100%;
}

.tab-content .host-panel .host-li .host-content .img {
  margin-top: 0.1rem;
}

.tab-content .host-panel .host-li .host-content .img-list {
  overflow: hidden;
}

.tab-content .host-panel .host-li .host-content .img-list img {
  margin: 0 0.1rem 0.1rem 0;
  float: left;
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: cover;
}

.tab-content .host-panel .host-li .host-content .video {
  position: relative;
  margin: 0.1rem 0;
  padding-top: 56.25%;
}

.tab-content .host-panel .host-li .host-content .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.tab-content .host-panel .host-li .host-time {
  color: #9496a1;
  padding: 0 0.5rem;
  font-size: 0.24rem;
}

.live-head img {
  display: block;
  width: 100%;
}

.live-time {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.28rem;
}

.live-time span {
  margin: 0 0.05rem;
  display: inline-block;
  width: 0.5rem;
  padding: 0.1rem 0;
  text-align: center;
  background-color: #ccc;
  color: #ffffff;
  border-radius: 0.1rem;
}

.host-more {
  padding: 0.2rem;
  font-size: 0.24rem;
  color: #999;
  text-align: center;
}

.topic-list {
  padding: 0.3rem;
  height: 100%;
}

.topic-list .topic-li {
  margin-bottom: 0.3rem;
}

.topic-list .topic-li .avatar {
  margin-top: 0.12rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
}

.topic-list .topic-li .topic-info .name {
  margin-top: 0.03125rem;
  font-weight: bold;
}

.topic-list .topic-li .topic-info .address {
  margin-top: 0.1rem;
  color: #999;
  font-size: 0.14rem;
}

.topic-list .topic-li .topic-text {
  padding: 0.1rem 0;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.topic-list .topic-li .topic-time {
  color: #999;
  font-size: 0.24rem;
}

.topic-list .topic-li .topic-content {
  margin-left: 0.2rem;
  position: relative;
  padding: 0.1rem 0.16rem;
  background: #ffffff;
  border-radius: 0.06rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.topic-list .topic-li .topic-content .topic-children-list {
  margin-top: 0.3rem;
}

.topic-list .topic-li .topic-content .topic-children-list .topic-children-li {
  margin-bottom: 0.3rem;
}

.topic-list .topic-li .topic-content::before {
  content: "";
  position: absolute;
  left: -0.08rem;
  top: 0.2rem;
  width: 0;
  height: 0;
  border-right: 0.08rem solid #ffffff;
  border-top: 0.06rem solid transparent;
  border-bottom: 0.06rem solid transparent;
}

.topic-list .topic-more {
  padding: 0.2rem;
  font-size: 0.24rem;
  color: #999;
  text-align: center;
}

.ad {
  margin: 0.2rem 0;
  display: block;
  padding: 0 0.3rem;
}

.ad img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border-radius: 0.08rem;
}

.publish-time {
  padding: 0.3rem 0.3rem 0 0.3rem;
  font-size: 0.24rem;
  line-height: 1.5;
  color: #9597a2;
}

.discusses-list .discusses-li .cell .content {
  padding: 0;
}

.discusses-list {
  margin-top: 0.3rem;
}

wx-open-launch-app {
  position: absolute !important;
  top: 0 !important;
  left: 4% !important;
  width: 92% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 内部模板内容样式 */
wx-open-launch-app div {
  width: 100% !important;
  text-align: center;
}
