.section {
  width: 100%;
  padding: 0.3rem 0;
}

.section-swper {
  margin-top: 0.3rem;
}
.section-swper .a {
  position: relative;
  width: 100%;
  height: 6rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.section-swper a img {
  width: 100%;
  height: 100%;
}
.section-swper a .title-wrap {
  width: 100%;
  height: 1.35rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
  padding: 0 0.5rem;
}

.section-swper a .title-wrap span {
  display: block;
  text-align: left;
  margin-top: 0.7rem;
}

.section-2 a {
  width: 1.68rem;
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.08rem;
}
.section-2 a:last-child {
  margin-right: 0;
}
.section-2 a .img-wrap {
  width: 1.68rem;
  height: 0.96rem;
  border-radius: 0.04rem;
  overflow: hidden;
}

.section-2 a .img-wrap img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.section-2 a .label {
  padding: 0.1rem 0.06rem;
}

.section-2 a:hover .img-wrap img {
  transform: scale(1.1);
}
.section-2 a:hover .label {
  color: #fe325b;
}

.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 .hot-ul {
  margin-top: 0.1rem;
}
.section-3 .hot-ul a {
  width: 2.26rem;
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.08rem;
  margin-bottom: 0.16rem;
}
.section-3 .hot-ul a:nth-child(6n + 6) {
  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-4 {
  margin-top: 0.4rem;
}
.section-4 .hot-ul {
  margin-top: 0.1rem;
}
.section-4 .hot-ul .hot-li {
  width: 3.38rem;
  height: 3.12rem;
  flex-shrink: 0;
  margin-right: 0.14rem;
  margin-bottom: 0.15rem;
  border-radius: 0.1rem;
  border: 0.5px solid #4e4d5c;
  background: #2b2b39;
  overflow: hidden;
}
.section-4 .hot-ul .hot-li:nth-child(4n + 4) {
  margin-right: 0;
}
.section-4 .hot-ul .hot-li:last-child {
  margin-right: 0;
}
.section-4 .hot-ul .hot-li .img-wrap {
  position: relative;
  width: 100%;
  height: 1.92rem;
  overflow: hidden;
  background: #000;
}

.section-4 .hot-ul .hot-li .img-wrap img {
  width: 100%;
  transition: 0.5s;
}

.section-4 .hot-li .title-wrap {
  padding: 0.12rem 0.1rem 0.15rem;
  height: 1.2rem;
}
.section-4 .hot-li .title {
  font-size: 0.16rem;
  color: #fff;
}
.section-4 .hot-li .sub-title {
  font-size: 0.14rem;
  color: #929292;
  padding-top: 0.08rem;
}

.section-4 .hot-ul .hot-li:hover .img-wrap img {
  transform: scale(1.1);
}
.section-4 .hot-ul .hot-li:hover .title {
  color: #fe325b;
}
.section-4 .hot-ul .hot-li:hover .sub-title {
  color: #fff;
}

.section-4 .zt-box {
  font-size: 0.14rem;
  color: #929292;
}

.section-4 .zt-box img {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 100%;
  margin-right: 0.1rem;
}

.section-6 {
  margin-top: 0.3rem;
}
.section-6 .hot-ul a {
  width: 2.22rem;
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.13rem;
  margin-bottom: 0.16rem;
}
.section-6 .hot-ul a:nth-child(6n + 6) {
  margin-right: 0;
}
.section-6 .hot-ul a .img-wrap {
  position: relative;
  width: 100%;
  height: 3.08rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #000;
  border: 0.5px solid #414141;
}

.section-6 .hot-ul a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}

.section-6 .hot-ul a .title-wrap {
  min-height: 0.8rem;
}
.section-6 .hot-ul a .title {
  font-size: 0.16rem;
  color: #fff;
  padding: 0.06rem 0.05rem 0 0;
}
.section-6 .hot-ul a .sub-title {
  font-size: 0.14rem;
  color: #929292;
  padding-top: 0.06rem;
}

.section-6 .hot-ul a:hover .img-wrap img {
  transform: scale(1.1);
}
.section-6 .hot-ul a:hover .title {
  color: #fe325b;
}
.section-6 .hot-ul a:hover .sub-title {
  color: #fff;
}

.section-album {
  margin-top: 0.9rem;
}

.section-juzhen {
  position: relative;
  width: 100%;
  height: 4.05rem;
  overflow: hidden;
  margin-top: 0.5rem;
}

.section-juzhen .filter-bg {
  width: 100%;
  height: 100%;
  filter: blur(20px) brightness(0.5);
  -webkit-filter: blur(20px) brightness(0.5);
  position: relative;
}

/* 叠加深色遮罩 */
.section-juzhen .filter-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.section-juzhen .wp1400 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7rem;
  height: 100%;
  padding: 0 1rem;
}

.section-juzhen .avatar {
  width: auto;
  height: 3.03rem;
  border-radius: 0.04rem;
  margin-right: 0.5rem;
}

.section-juzhen .title {
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0.3rem;
}
.section-juzhen .desc {
  font-size: 0.18rem;
  color: #c2c2c2;
  line-height: 0.32rem;
}

.section-album-p {
  position: relative;
  width: 100%;
  height: 6.38rem;
  overflow: hidden;
  margin-top: 0.5rem;
}

.section-album-p .filter-bg {
  width: 100%;
  height: 100%;
  filter: blur(20px) brightness(0.5);
  -webkit-filter: blur(20px) brightness(0.5);
}

.section-album-p .wp1400 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7rem;
  height: 100%;
  padding: 0 2rem;
}

.section-album-p .avatar {
  max-width: 3.8rem;
  height: 5.36rem;
  border-radius: 0.04rem;
  margin-right: 0.5rem;
}

.section-album-p .info-box {
  padding-top: 1rem;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-album-p .title {
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0.3rem;
}
.cp-wrap {
  font-size: 0.18rem;
  color: #c2c2c2;
  margin-bottom: 0.25rem;
}
.cp-wrap img {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 100%;
  margin-right: 0.2rem;
}
.section-album-p .desc {
  font-size: 0.18rem;
  color: #c2c2c2;
  line-height: 0.32rem;
}

.play-btn {
  width: 1.9rem;
  height: 0.54rem;
  border-radius: 0.6rem;
  background: linear-gradient(90deg, #ff5c3e 0%, #fe325b 100%);
  font-size: 0.18rem;
  color: #fff;
  cursor: pointer;
  margin-top: 0.4rem;
}

.section-message {
  margin-top: 0.4rem;
}

.section-message .msg-ul {
  width: 100%;
  border-radius: 0.1rem;
  background: #2b2b39;
}
.section-message .msg-ul .a {
  padding: 0.3rem 0.4rem;
  border-bottom: 1px solid #40404d;
}
.section-message .msg-ul .a:last-child {
  border-bottom: none;
}
.section-message .msg-ul .a .title {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.3rem;
}
.section-message .msg-ul .a:hover .title {
  color: #fe325b;
}
.section-message .msg-ul .a .sub-title {
  font-size: 0.14rem;
  color: #929292;
  margin-top: 0.1rem;
}
.section-message .msg-ul .a .time {
  width: 3.4rem;
  font-size: 0.14rem;
  color: #929292;
  margin-top: 0.14rem;
  text-align: right;
}

.history-box .a {
  border: 1px solid #1f1f29;
  border-radius: 0.08rem;
  padding-bottom: 0.1rem;
  position: relative;
}

.history-box .a .delete-icon {
  width: 0.3rem;
  position: absolute;
  top: 0.06rem;
  right: 0.06rem;
  z-index: 9;
}

.history-box .a .title-wrap {
  padding: 0 0.1rem;
}

.history-box .a:hover {
  border: 1px solid #ff0000;
}
.history-box .a:hover .delete-icon {
  display: block;
}

.search-wrap {
  width: 6rem;
  height: 0.44rem;
  background: #da2927;
  border: 1px solid #da2927;
  border-radius: 0.05rem;
  margin: 0 auto 0.3rem;
  overflow: hidden;
}
.search-wrap input {
  width: 5.2rem;
  height: 0.42rem;
  background: #fff;
  border-radius: 0.05rem;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
}
.search-wrap .icon-search {
  width: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .section {
    padding: 0.2rem 0;
  }
  .title-box .t-left h2 {
    flex-shrink: 0;
    font-size: 0.2rem;
    margin-right: 0.15rem;
  }
  .section-swper .a {
    width: 100%;
    height: auto;
    aspect-ratio: 2.866 / 1;
    font-size: 0.2rem;
  }
  .section-3 {
    margin-top: 0.2rem;
  }
  .section-3 .hot-ul {
    width: 100%;
  }
  .section-3 .hot-ul a {
    width: 24%;
    margin-right: 1%!important;
  }
  .section-3 .hot-ul a:nth-child(5n + 5) {
    margin-right: 0!important;
  }
  .section-3 .hot-ul a .img-wrap{
    height: 1.5rem;
  }
  .section-6 {
    margin-top: 0;
  }
  .section-album {
    margin-top: 0.3rem;
  }
  .section-6 .hot-ul {
    width: 100%;
  }
  .section-6 .hot-ul a {
    width: 19%;
    margin-right: 1%!important;
  }
  .section-6 .hot-ul a:nth-child(5n + 5) {
    margin-right: 0!important;
  }
  .section-album-p .wp1400 {
    padding: 0 0;
    left: 5%;
    margin-left: 0;
  }

  .section-juzhen .wp1400 {
    left: 0;
    margin-left: 0;
    padding: 0 0.5rem;
  }
  .section-juzhen .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 800px) {
  .section-3 .hot-ul {
    justify-content: space-between;
  }
  .section-3 .hot-ul a {
    margin-right: 0;
    margin-bottom: 0.1rem;
    width: 48.5%;
  }

  .section-6 .hot-ul {
    justify-content: space-between;
  }
  .section-6 .hot-ul a {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .section-6 .hot-ul a .title-wrap {
    min-height: 0.7rem;
  }

  .search-wrap {
    width: 4rem;
  }
  .search-wrap input {
    width: 3.5rem;
  }
  .search-wrap .icon-search {
    width: 0.5rem;
  }
  .section-album-p {
    height: 2.8rem;
    margin-top: 0.3rem;
  }
  .section-album-p .wp1400 {
    left: 3%;
  }
  .section-album-p .avatar {
    max-width: 3.8rem;
    height: 2.2rem;
    margin-right: 0.1rem;
  }
  .section-album-p .info-box {
    padding-top: 0.3rem;
  }
  .section-album-p .title {
    font-size: 0.22rem;
    margin-bottom: 0.15rem;
  }
  .section-album-p .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 0.24rem;
  }
  .cp-wrap {
    margin-bottom: 0.15rem;
  }
  .cp-wrap img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1rem;
  }
  .play-btn {
    width: 1.2rem;
    height: 0.34rem;
    border-radius: 0.3rem;
    font-size: 0.14rem;
    margin-top: 0.2rem;
  }
  .section-juzhen {
    margin-top: 0.3rem;
    max-height: 3rem;
  }
  .section-juzhen .wp1400 {
    left: 0;
    margin-left: 0;
    padding: 0 0.2rem;
  }
  .section-juzhen .avatar {
    max-width: 1.3rem;
    height: auto;
    margin-right: 0.2rem;
  }
  .section-juzhen .title {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
  .section-juzhen .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 0.24rem;
  }
  .section-message .msg-ul .a {
    padding: 0.15rem 0.2rem;
  }
  .section-message {
    margin-top: 0.2rem;
  }
}

