.section {
  width: 100%;
  padding: 0.3rem 0;
}

.section-v {
  margin-top: 0.4rem;
}

.section-v .video-box {
  width: 12.66rem;
}
.section-v .video-box #player-container {
  width: 100%;
  height: 7.12rem;
}
.section-v .action-box {
  width: 100%;
  height: 0.84rem;
  flex-shrink: 0;
  background: #2b2b39;
  padding: 0 0.3rem;
}
.section-v .action-box .act-left .icon-danmu {
  width: 0.36rem;
  height: 0.32rem;
  cursor: pointer;
}

.tcp-skin .tcp-right-click-popup-menu{
  display: none;
}

.section-v .danmu-form {
  width: 3.13rem;
  height: 0.42rem;
  flex-shrink: 0;
  border-radius: 0.3rem;
  border: 0.5px solid #929292;
  background: rgba(0, 0, 0, 0.1);
  margin-left: 0.35rem;
}

.section-v .danmu-form .input {
  flex: 1;
  padding: 0 0.2rem;
  height: 100%;
  color: #929292;
}

.section-v .danmu-form .danmu-btn {
  width: 0.8rem;
  height: 0.42rem;
  flex-shrink: 0;
  border-radius: 0.3rem;
  border: 0.5px solid #929292;
  background: #666;
  color: #d9d9d9;
  font-size: 0.14rem;
  cursor: pointer;
}
.section-v .danmu-form .danmu-btn.active {
  border: 0.5px solid #e52a46;
  background: #e52a46;
}

.section-v .act-right {
  color: #d9d9d9;
  font-size: 0.14rem;
  height: 100%;
}
.section-v .act-right .item-li {
  margin-left: 0.3rem;
  transition: 0.5s;
  cursor: pointer;
  height: 100%;
  position: relative;
}
.section-v .act-right img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.06rem;
}

.section-v .act-right .item-li.active {
  color: #e52a46;
}

.section-v .act-right .web-qrcode {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.7rem;
  left: -0.45rem;
  z-index: 999;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: 1s;
}
.section-v .act-right .web-qrcode img {
  width: 100%;
  height: 100%;
}

.section-v .act-right .item-li:nth-child(2):hover .web-qrcode {
  display: block;
}

.section-v .cate-box {
  flex: 1;
  margin-left: 0.2rem;
}

.section-v .cate-box .album-box {
  width: 100%;
  height: 2.08rem;
  flex-shrink: 0;
  border-radius: 0.1rem;
  background: #2b2b39;
  padding: 0.3rem 0.2rem;
  margin-bottom: 0.12rem;
}
.section-v .cate-box .album-box .thumb-wrap {
  width: 1.06rem;
  height: 1.49rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.14rem;
  flex-shrink: 0;
}
.section-v .cate-box .thumb-wrap img {
  width: 100%;
  height: 100%;
}

.section-v .album-info h2 {
  color: #d9d9d9;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-v .album-info .det-btn {
  width: 0.65rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  border: 0.5px solid #929292;
  background: #666;
  color: #d9d9d9;
  font-size: 0.14rem;
  margin: 0.1rem 0;
  cursor: pointer;
}
.section-v .album-info .det-btn:hover {
  border: 0.5px solid #e52a46;
  background: #e52a46;
}
.section-v .album-info .tag-ul {
  color: #929292;
  font-size: 0.14rem;
}
.section-v .album-info .tag-ul span {
  margin-right: 0.1rem;
}

.section-v .album-list {
  width: 100%;
  height: 5.77rem;
  flex-shrink: 0;
  border-radius: 0.1rem;
  background: #2b2b39;
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
}
.section-v .album-tbls {
  margin-bottom: 0.2rem;
}
.section-v .album-tbls .h4 {
  font-size: 0.28rem;
  color: #d9d9d9;
  margin-right: 0.1rem;
}
.section-v .album-tbls .h5 {
  font-size: 0.14rem;
  color: #929292;
}
.section-v .cate-ul {
  max-height: 4.9rem;
  overflow-y: auto;
  padding-left: 0.1rem;
}
.section-v .cate-li {
  margin-bottom: 0.12rem;
}
.section-v .cate-li .img-wrap {
  width: 1.42rem;
  height: 0.82rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.14rem;
  flex-shrink: 0;
}

.section-v .cate-li .img-wrap img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  object-position: center;
}

.section-v .cate-li .cate-title h2 {
  font-size: 0.16rem;
  color: #fff;
}
.section-v .cate-li .sub-title {
  font-size: 0.14rem;
  color: #929292;
  margin-top: 0.06rem;
}
.section-v .cate-li:hover .img-wrap img {
  transform: scale(1.1);
}
.section-v .cate-li:hover .cate-title h2 {
  color: #e52a46;
}

.title-box .t-left {
  padding: 0.2rem 0;
}

.title-box .t-left h2 {
  font-size: 0.3rem;
  color: #fff;
  margin-right: 0.32rem;
}

.title-box .tabs {
  font-size: 0.18rem;
  color: #fff;
}
.title-box .tabs li {
  position: relative;
  margin: 0 0.2rem;
  cursor: pointer;
  color: #c2c2c2;
}

.title-box .tabs li.active {
  color: #fff;
}

.title-box .tabs li.active::after {
  content: "";
  position: absolute;
  width: 0.24rem;
  height: 0.03rem;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.12rem;
  background: #fe325b;
  transform: scaleX(1);
}

.title-box .t-right {
  color: #929292;
  font-size: 0.14rem;
  cursor: pointer;
  padding-right: 0.1rem;
}
.title-box .t-right img {
  width: 0.18rem;
  margin-right: 0.05rem;
}
.title-box .t-right:hover {
  opacity: 0.6;
}

.section-3 {
  margin-top: 0.4rem;
}

.section-3 .mix-left {
  width: 12.66rem;
}

.section-3 .hot-ul {
  margin-top: 0.1rem;
}
.section-3 .hot-ul a {
  width: 2.42rem;
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.12rem;
  margin-bottom: 0.3rem;
}
.section-3 .hot-ul a:nth-child(5n + 5) {
  margin-right: 0;
}
.section-3 .hot-ul a:last-child {
  margin-right: 0;
}
.section-3 .hot-ul a .img-wrap {
  position: relative;
  width: 100%;
  height: 1.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #000;
  border: 0.5px solid #414141;
}

.section-3 .hot-ul a .img-wrap img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  object-position: center;
}

.section-3 .hot-ul a .sort-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.38rem;
  height: 0.38rem;
  flex-shrink: 0;
  border-radius: 0.1rem 0;
  background: #313040;
  font-size: 0.18rem;
  color: #ffffff;
  z-index: 9;
  font-weight: bold;
}

.section-3 .hot-ul a:nth-child(1) .sort-box {
  background: #e52a46;
}
.section-3 .hot-ul a:nth-child(2) .sort-box {
  background: #ff8629;
}
.section-3 .hot-ul a:nth-child(3) .sort-box {
  background: #ffb13a;
}

.section-3 a .title-wrap {
  min-height: 0.8rem;
}
.section-3 a .title {
  font-size: 0.16rem;
  color: #fff;
  padding: 0.06rem 0.05rem 0 0;
}
.section-3 a .sub-title {
  font-size: 0.14rem;
  color: #929292;
  padding-top: 0.06rem;
}

.section-3 .hot-ul a:hover .img-wrap img {
  transform: scale(1.1);
}
.section-3 .hot-ul a:hover .title {
  color: #fe325b;
}
.section-3 .hot-ul a:hover .sub-title {
  color: #fff;
}

.section-3 .mess-wrap {
  flex: 1;
  margin-left: 0.2rem;
}
.section-3 .mess-wrap .mess-box {
  width: 100%;
  height: 7.2rem;
  flex-shrink: 0;
  border-radius: 0.1rem;
  background: #2b2b39;
  padding: 0.28rem 0 0 0.25rem;
}
.section-3 .mess-wrap .form-box {
  position: relative;
  border-bottom: 1px solid #3c3b4d;
  padding-bottom: 0.2rem;
  padding-right: 0.25rem;
}

.section-3 .mess-wrap .form-box .mask-model {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.section-3 .mess-wrap #textarea-zong {
  width: 100%;
  height: 1rem;
  border-radius: 0.16rem;
  background: #3c3b4d;
  padding: 0.16rem;
  display: flex;
  color: #fff;
}
.section-3 .mess-wrap .btn-wrap {
  margin-top: 0.12rem;
}
.section-3 .mess-wrap .text-num {
  color: #929292;
  font-size: 0.14rem;
}
.section-3 .mess-wrap .send-btn {
  width: 0.8rem;
  height: 0.42rem;
  border-radius: 0.3rem;
  background: linear-gradient(90deg, #ff5c3e 0%, #fe3a56 81.38%, #fe325b 100%);
  font-size: 0.16rem;
  color: #fff;
  cursor: pointer;
  margin-left: 0.1rem;
}

.section-3 .mess-wrap .msg-ul {
  margin-top: 0.2rem;
  height: 4.8rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.section-3 .mess-wrap .msg-ul .msg-li {
  margin-bottom: 0.1rem;
}
.section-3 .mess-wrap .msg-ul .msg-li .msg-cont {
  flex: 1;
}
.section-3 .mess-wrap .msg-ul .msg-li .avatar {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.08rem;
  flex-shrink: 0;
  border-radius: 50%;
}
.section-3 .mess-wrap .msg-ul .msg-li .name {
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.3rem;
}
.section-3 .mess-wrap .msg-ul .msg-li .cont-text {
  font-size: 0.14rem;
  color: #c2c2c2;
  line-height: 0.2rem;
}
.section-3 .mess-wrap .msg-ul .msg-li .time-wrap {
  margin-top: 0.1rem;
}
.section-3 .mess-wrap .msg-ul .msg-li .time {
  font-size: 0.12rem;
  color: #999;
}
.section-3 .mess-wrap .msg-ul .msg-li .ii-bt {
  font-size: 0.12rem;
  color: #666;
  cursor: pointer;
  margin-left: 0.2rem;
}
.section-3 .mess-wrap .hf-box {
  margin-top: 0.1rem;
}
.section-3 .mess-wrap .textarea-hf {
  width: 100%;
  height: 1rem;
  position: relative;
}
.section-3 .mess-wrap .textarea-hf textarea {
  background: #3c3b4d;
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  border-radius: 0.1rem;
  font-size: 0.14rem;
  color: #fff;
}
.section-3 .mess-wrap .textarea-hf .send-btn {
  color: #fff;
  width: 0.6rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.12rem;
  background: linear-gradient(90deg, #ff5c3e 0%, #fe3a56 81.38%, #fe325b 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
}
.section-3 .mess-wrap .msg-ul .msg-li .ii-bt:hover {
  color: #fe325b;
}
.section-3 .mess-wrap .reply-li {
  margin-top: 0.16rem;
}
.section-3 .mess-wrap .msg-ul .reply-li .avatar {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
}

.ai-content-indicator {
  margin-left: 0.1rem;
}
.ai-content-indicator .ai-icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.05rem;
}

.ai-declaration-wrap {
  padding: 0.1rem 0;
}
.hf-box .ai-declaration-wrap {
  margin-left: 0;
}
.ai-declaration-label {
  display: flex;
  align-items: flex-end;
  font-size: 0.14rem;
  color: #666;
  cursor: pointer;
}
.ai-declaration-label input[type="checkbox"] {
  margin-right: 0.08rem;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  accent-color: #da2927;
}
.ai-declaration-text {
  user-select: none;
}

.vjs-control-bar .vjs-barrage-switcher {
  display: none !important; /* 强制隐藏 */
}

@media (max-width: 1400px) {
  .section-3 .hot-ul {
    width: 100%;
  }
  .section-3 .hot-ul .a {
    width: 32.5%;
    margin-right: 1%!important;
  }
  .section-3 .hot-ul .a:nth-child(3n + 3) {
    margin-right: 0!important;
  }
  .section-3 .hot-ul a .img-wrap{
    height: 1.5rem;
  }
  .section-v .video-box {
    flex: 1;
  }
  .section-v .video-box #player-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7777 / 1;
  }
  .section-v .cate-box {
    width: 3.5rem;
    min-width: 3.5rem;
    flex: 0;
    flex-shrink: 0;
    margin-left: 0.2rem;
  }
  .section-v .cate-box .album-box {
    height: auto;
    padding: 0.15rem;
  }
  .section-v .album-list {
    width: 100%;
    height: 4rem;
    padding: 0.15rem;
  }
  .section-v .album-tbls .h4 {
    font-size: 0.2rem;
  }
  .section-v .cate-ul {
    max-height: 3.2rem;
    overflow-y: auto;
    padding-left: 0.1rem;
  }
  .section-3 .mess-wrap {
    min-width: 3.5rem;
    flex: 1;
    margin-left: 0.2rem;
  }
  .section-v .act-right .item-li:nth-child(2) {
    display: none;
  }
}

@media (max-width: 1000px) {
  .section-v {
    margin-top: 0.2rem;
  }
  .section-v .wp1720 {
    flex-wrap: wrap;
  }
  .section-v .video-box {
    flex: 1;
    width: 100%;
    min-width: 100%;
  }
  .section-v .cate-box {
    width: 100%;
    min-width: 100%;
    flex: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .section-3 .wp1720 {
    flex-wrap: wrap;
  }
  .section-3 .mix-left {
    width: 100%;
  }
  .section-3 .hot-ul {
    justify-content: space-between;
  }
  .title-box .t-left h2 {
    font-size: 0.2rem;
    margin-right: 0.25rem;
  }
  .section-3 .hot-ul a {
    margin-right: 0;
    margin-bottom: 0.15rem;
  }
  .section-3 .mess-wrap {
    margin-left: 0;
  }
  .section-3 .mess-wrap .mess-box {
    height: auto;
  }
  .section-3 .mess-wrap .msg-ul {
    height: auto;
    max-height: 4.8rem;
  }
  .section-v .action-box {
    padding: 0 0.1rem;
  }
  .section-v .action-box .act-left .icon-danmu {
    width: 0.3rem;
    height: 0.28rem;
  }
  .section-v .danmu-form {
    width: 2.13rem;
    height: 0.32rem;
    margin-left: 0.15rem;
  }
  .section-v .danmu-form .danmu-btn {
    width: 0.6rem;
    height: 0.32rem;
    border-radius: 0.15rem;
    font-size: 0.12rem;
  }
  .section-v .danmu-form .input {
    flex: 1;
    padding: 0 0 0 0.1rem;
  }
}

@media (max-width: 400px) {
  .section-3 .hot-ul a {
    width: 48% !important;
  }
}
