.hraderImg {
    width: 100%;
}

.hraderImg img {
    width: 100%;
}

.tab {
    width: 100%;
    height: 0.4rem;
}

.tab ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab ul li {
    flex: 1;
    position: relative;
}

.tab ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
}

.tab ul li.active a {
    color: rgb(255, 205, 132);
}

.tab ul li.active::after {
    content: "";
    width: 0.12rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background: rgb(255, 205, 132);
    position: absolute;
    bottom: -0.04rem;
    left: 50%;
    transform: translateX(-50%);
}

.rank {
    padding: 0.08rem 0.12rem;
}

.rank ul.forward {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.08rem;
    width: 100%;
    align-content: start;
}

.rank ul.forward .movieCover .cover .order {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.2rem;
    height: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: #fff;
    border-top-left-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
    background: rgba(0, 0, 0, 0.4);
}

.rank ul.forward .movieCover:nth-of-type(1) .cover .order {
    background: rgb(255, 64, 64);
}

.rank ul.forward .movieCover:nth-of-type(2) .cover .order {
    background: rgb(255, 128, 37);
}

.rank ul.forward .movieCover:nth-of-type(3) .cover .order {
    background: rgb(255, 190, 37);
}

.rank ul.after {
    margin-top: 0.12rem;
}

.rank ul.after li {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.08rem;
    height: 0.96rem;
    margin-bottom: 0.12rem;
}

.rank ul.after li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.rank ul.after li a .cover {
    height: 100%;
    aspect-ratio: 72/96;
    border-radius: 0.08rem;
    position: relative;
}

.rank ul.after li a .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.08rem;
}

.rank ul.after li a .cover .order {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.2rem;
    height: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: #fff;
    border-top-left-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
    background: rgba(0, 0, 0, 0.4);
}

.rank ul.after li a .intro {
    flex: 1;
    height: 100%;
    padding: 0.06rem 0 0.06rem 0.12rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.rank ul.after li a .intro h2 {
    font-size: 0.14rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank ul.after li a .intro .tagList {
    display: flex;
    align-items: center;
}

.rank ul.after li a .intro .tagList span {
    height: 0.24rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 0.08rem;
    padding: 0 0.08rem;
}

.rank ul.after li a .intro .desc {
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.7);
}

.rank ul.after li a .intro .info {
    display: flex;
    align-items: center;
}

.rank ul.after li a .intro .info img {
    width: 0.1rem;
    margin-right: 0.04rem;
}

.rank ul.after li a .intro .info span {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
}

.rank ul.after li a .intro .info i {
    height: 0.1rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 0.08rem;
}

.rank ul.after li a .intro .info strong {
    font-size: 0.12rem;
    color: rgb(255, 205, 132);
}

.videoRank {
    padding: 0.08rem 0.12rem;
}

.videoRank ul .newsCover .cover .order {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.2rem;
    height: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: #fff;
    border-top-left-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
    background: rgba(0, 0, 0, 0.4);
}

.videoRank ul .newsCover:nth-of-type(1) .cover .order {
    background: rgb(255, 64, 64);
}

.videoRank ul .newsCover:nth-of-type(2) .cover .order {
    background: rgb(255, 128, 37);
}

.videoRank ul .newsCover:nth-of-type(3) .cover .order {
    background: rgb(255, 190, 37);
}