@import "/statics/home/components/hx-second-header.css";
@import "/statics/home/components/hx-params.css";

:root {
    /* 用于快速设置响应尺寸 */
    --page-news-details-ratio: 1;

    /* 此页面中元素间距的一些关键值 */
    --page-news-details-size-top: calc(120px * var(--page-news-details-ratio));
    --page-news-details-size-bot: calc(56px * var(--page-news-details-ratio));
    --page-news-details-size-mid: calc(80px * var(--page-news-details-ratio));
}

body {
    background: #000000;
}

/* 1680 */
@media (max-width: 1680px) {
    :root {
        /* 用于快速设置响应尺寸 */
        --page-news-details-ratio: 0.9;
    }
}

/* 1440 */
@media (max-width: 1440px) {
    :root {
        /* 用于快速设置响应尺寸 */
        --page-news-details-ratio: 0.85;
    }
}

/* 1366 */
@media (max-width: 1366px) {
    :root {
        /* 用于快速设置响应尺寸 */
        --page-news-details-ratio: 0.8;
    }
}

/* 1280 */
@media (max-width: 1280px) {
    :root {
        /* 用于快速设置响应尺寸 */
        --page-news-details-ratio: 0.75;
    }
}

/* 1024 */
@media (max-width: 1024px) {
    :root {
        /* 用于快速设置响应尺寸 */
        --page-news-details-ratio: 0.7;
    }
}

/* 992 */
@media (max-width: 992px) {
    :root {
        /* 用于快速设置响应尺寸 */
        --page-news-details-ratio: 0.65;
    }
}

/* 768 */
@media (max-width: 768px) {
    :root {
        /* 用于快速设置响应尺寸 */
        --page-news-details-ratio: 0.5;
    }
}

/* 576 */
@media (max-width: 576px) {
    :root {
        /* 用于快速设置响应尺寸 */
        --page-news-details-ratio: 0.4;
    }
}
