/* ********* */
/* 空数据样式 */
.emptyPartial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.26rem 0;
    flex-direction: column;
}

.emptyPartial img {
    width: 1.44rem;
}

.emptyPartial p {
    margin-top: 0.08rem;
    font-size: 0.14rem;
    color: #fff;
}

.emptyPartial p span {
    font-size: 0.14rem;
    color: rgb(255, 205, 132);
    padding: 0 0.05rem;
}

.emptyPartial a {
    margin-top: 0.26rem;
    height: 0.4rem;
    background: rgb(255, 205, 132);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #000;
    width: 50%;
}

/* 下载app悬浮按钮 */

.downloadApp {
    position: fixed;
    bottom: 0.85rem;
    right: 0.12rem;
    width: 0.56rem;
    height: 0.56rem;
}

.downloadApp a {
    width: 100%;
    height: 100%;
}

.downloadApp a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 图片预览弹窗 */

dialog.imgPreview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: none;
}

dialog.imgPreview .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);

}

dialog.imgPreview .wraper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.08rem;
    width: 100%;
    height: 100%;
    background: none;
}

dialog.imgPreview .wraper .close {
    position: fixed;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 100;
    width: 0.25rem;
    height: 0.25rem;
}

dialog.imgPreview .wraper .close img {
    width: 100%;
    height: 100%;
}

dialog.imgPreview .wraper .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

dialog.imgPreview .wraper .content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 封面样式 */

.columns3 {
    display: grid;
    gap: 0.12rem 0.08rem;
    align-content: start;
    grid-template-columns: repeat(3, 1fr);
}

.columns2 {
    display: grid;
    gap: 0.12rem 0.08rem;
    align-content: start;
    grid-template-columns: repeat(2, 1fr);
}

/* 视频封面 */
.movieCover {
    width: 100%;
    min-width: 0;
    border-radius: 0.08rem;
}

.movieCover .cover {
    position: relative;
}

.movieCover_v .cover {
    aspect-ratio: 106/144;
}

.movieCover_h .cover {
    aspect-ratio: 164/92;
}

.movieCover .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.08rem;
}

.movieCover .cover mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    padding: 0.04rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.movieCover .cover mark .left {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.1rem;
    color: #fff;
    height: 0.16rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.04rem;
    padding: 0 0.06rem;
}


.movieCover .cover mark .right {
    font-size: 0.12rem;
    color: rgb(255, 205, 132);
}


.movieCover h2 {
    font-size: 0.12rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 0.06rem;
}

.movieCover .subtitle {
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.04rem;
}

/* 新闻封面 */

.newsCover {
    width: 100%;
    min-width: 0;
    border-radius: 0.08rem;
}

.newsCover .cover {
    position: relative;
    aspect-ratio: 164/93;
}


.newsCover .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.08rem;
}

.newsCover .cover mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    padding: 0.04rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsCover .cover mark .left {
    display: flex;
    align-items: center;
}

.newsCover .cover mark .left img {
    width: 0.1rem;
}

.newsCover .cover mark .left span {
    font-size: 0.1rem;
    color: #fff;
    padding-left: 0.04rem;
}


.newsCover .cover mark .right {
    font-size: 0.1rem;
    color: #fff;
}


.newsCover h2 {
    font-size: 0.12rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 0.06rem;
}

.newsCover .subtitle {
    margin-top: 0.04rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsCover .subtitle .left {
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.7);
}

.newsCover .subtitle .right {
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.55);
}



/* ********* */
/* 分页样式 */

.pages {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages>a {
    font-size: 0.14rem;
    width: 0.66rem;
    height: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.32rem;
    border-radius: 0.04rem;
}

.white .pages>a {
    color: rgba(0, 0, 0, 0.4);
    background: #fff;
}

.black .pages>a {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.12);
}

.pages>a:hover {
    border-radius: 0.04rem;
}

.white .pages>a:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}

.black .pages>a:hover {
    background: #fff;
    color: #000;
}

.pages ol {
    display: flex;
    align-items: center;
}

.pages ol li {
    margin: 0 0.06rem;

    border-radius: 0.04rem;
}

.white .pages ol li {
    background: #fff;
}

.black .pages ol li {
    background: rgba(255, 255, 255, 0.12);
}

.pages ol li:hover {
    border-radius: 0.04rem;
}

.white .pages ol li:hover {
    background: rgb(0, 0, 0);
}

.black .pages ol li:hover {
    background: #fff;
}

.white .pages ol li:hover a {
    color: #fff;
}

.black .pages ol li:hover a {
    color: #000;
}

.pages ol li.active {
    border-radius: 0.04rem;
}

.white .pages ol li.active {
    background: rgb(0, 0, 0);
}

.black .pages ol li.active {
    background: #fff;
}


.white .pages ol li.active a {
    color: #fff;
}

.black .pages ol li.active a {
    color: #000;
}

.pages ol li a {
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.32rem;
}

.white .pages ol li a {
    color: rgba(0, 0, 0, 0.4);
}

.black .pages ol li a {
    color: rgba(255, 255, 255, 0.7);
}


/* bottomBar样式 */

.bottomBar {
    width: 100%;
    height: 0.48rem;
}

.bottomBar nav {
    width: 100%;
    height: 0.48rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: rgb(20, 21, 25);
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.bottomBar nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20%;
    height: 0.48rem;
}

.bottomBar nav a img {
    width: 0.24rem;
}

.bottomBar nav a .activeIcon {
    display: none;
}

.bottomBar nav a.active .icon {
    display: none;
}

.bottomBar nav a.active .activeIcon {
    display: block;
}

.bottomBar nav a span {
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.03rem;
}

.bottomBar nav a.active span {
    color: #fff;
}

/* 验证码弹窗 */
dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: none;
}

dialog .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);

}

dialog .wraper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 0.08rem;
    width: 4.8rem;
    padding: 0 0.12rem 0.16rem;
}

dialog.changeDevice .wraper .header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.16rem;
    color: #000;
    margin-top: 0.16rem;
}

dialog.changeDevice .wraper .text {
    text-align: center;
    padding: 0.12rem 0 0.16rem;
}

dialog.changeDevice .wraper .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

dialog.changeDevice .wraper .btns .cancel {
    height: 0.36rem;
    width: 45%;
    background: rgb(238, 238, 238);
    border-radius: 0.5rem;
    font-size: 0.14rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

dialog.changeDevice .wraper .btns .confirm {
    height: 0.36rem;
    width: 45%;
    background: rgb(255, 205, 132);
    border-radius: 0.5rem;
    font-size: 0.14rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 下载app弹窗 */

dialog.downloadApp .wraper {
    padding: 0;
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    background: rgb(34, 34, 34);
    border-radius: 0;
    height: 1.92rem;
    height: 0;

}

dialog.downloadApp .wraper .header {
    height: 0.48rem;
    padding: 0 0.12rem;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
}


dialog.downloadApp .wraper .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.12rem;
    height: 0.72rem;
}

dialog.downloadApp .wraper .content .left {
    display: flex;
    align-items: center;
}

dialog.downloadApp .wraper .content .left .appLogo img {
    width: 0.56rem;
}

dialog.downloadApp .wraper .content .left .appInfo {
    padding-left: 0.12rem;
}

dialog.downloadApp .wraper .content .left .appInfo h1 {
    font-size: 0.16rem;
    color: #fff;
}

dialog.downloadApp .wraper .content .left .appInfo .sign {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.04rem;
}

dialog.downloadApp .wraper .content .right {
    width: 0.72rem;
    height: 0.32rem;
    background: rgb(255, 205, 132);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
}

dialog.downloadApp .wraper .content .right a {
    color: #000;
}

dialog.downloadApp .wraper .brower .right {
    background: rgba(255, 255, 255, 0.12);
}

dialog.downloadApp .wraper .brower .right a {
    color: #fff;
}

@media screen and (max-width: 1408px) {}

@media screen and (max-width: 1200px) {}

@media all and (max-width: 900px) {}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {
    .coverItem .cover mark {
        height: 0.16rem;
        font-size: 0.1rem;
        line-height: 0.16rem;
    }

    .coverItem .cover strong {
        height: 0.16rem;
        font-size: 0.1rem;
        line-height: 0.16rem;
    }

    .coverItem h2 {
        font-size: 0.12rem;
        margin-top: 0.06rem;
    }

    .pages {
        margin-top: 0.24rem;
    }

    .pages>a {
        font-size: 0.12rem;
        width: 0.6rem;
        height: 0.28rem;
        line-height: 0.28rem;
        background: #fff;
        border-radius: 0.04rem;
    }

    .pages ol li {
        margin: 0 0.04rem;
        background: #fff;
        border-radius: 0.04rem;
    }

    .pages ol li a {
        width: 0.28rem;
        height: 0.28rem;
        font-size: 0.12rem;
        line-height: 0.28rem;
    }

    dialog.changeDevice .wraper {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 0.08rem;
        width: 80%;
        padding: 0 0.12rem 0.16rem;
    }

    dialog.changeDevice .wraper .header {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 0.16rem;
        color: #000;
        margin-top: 0.16rem;
    }

    dialog.changeDevice .wraper .text {
        text-align: center;
        padding: 0.12rem 0 0.16rem;
    }

    dialog.changeDevice .wraper .btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    dialog.changeDevice .wraper .btns .cancel {
        height: 0.36rem;
        width: 45%;
        background: rgb(238, 238, 238);
        border-radius: 0.5rem;
        font-size: 0.14rem;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    dialog.changeDevice .wraper .btns .confirm {
        height: 0.36rem;
        width: 45%;
        background: rgb(255, 205, 132);
        border-radius: 0.5rem;
        font-size: 0.14rem;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}