/* 响应式布局 - 屏幕尺寸小于 1024px 时，两列布局改为上下布局 */
@media screen and (max-width: 1024px) {
    .nav_status_pc {
        display: none!important;
    }
    .nav_status {
        display: flex!important;
    }
    .header-content-forever {
        height: 88px;
    }
    .forever-content-top {
        display: block!important;
        position: relative;
    }
    .header-content-forever-item-logo {
        width: 107px;
        height: 30px;
        display: flex;
        align-self: center!important;
        margin-left: 20px;
    }
    .header-content-forever-item-cell {
        width: auto;
        height: auto;
        display: flex;
    }
    .header-content-forever-item-title-cel-line {
        margin: 0 14px;
    }
    .header-content-forever-item-title-cel-yuyan-icon {
        margin-left: 6px;
    }
    .header-content-forever-item-right {
        width: 24px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-self: center;
        margin-right: 20px;;
        margin-left: 20px;
    }
    .header-content-forever-item-right-item {
        width: 100%;
        height: 2px;
        border-radius: 1000px;
        background: #FFF;
    }
    .header-content-forever-item-s {
        width: 100%;
        height: 88px;
        display: flex;
        justify-content: space-between;
    }
    .header-content-forever-item-s-cell {
        display: none!important;
    }
    .footer-style-forever-item-header-content {
        width: 100%!important;
        margin-top: 20px;
    }
    .footer-style-forever-item-header-content {
        justify-content: start!important;
    }
    .footer-style-forever-item-header-content-item {
        width: calc(100% - 83px)!important;
    }
    .footer-style-forever-item {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .footer-style-forever-item-header {
        flex-direction: column;
        padding-bottom: 30px;
    }
    .footer-style-forever-item-cell {
        flex-direction: column;
    }
    .footer-style-forever-item-cell {
        padding-top: 30px;
    }
    .footer-style-forever-item-cell-img {
        width: 160px;
        height: 46px;
        margin-bottom: 30px;
    }
    .footer-style-forever-item-cell-item {
        width: 100%;
        margin: 0;
    }
    .footer-style-forever-item-cell-item-cell {
        flex-wrap: wrap;
    }
    .footer-style-forever-item-cell-item-content {
        border: none;
        padding-bottom: 12px;
    }
    .footer-style-forever-item-cell-item-content:first-child {
        padding-top: 28px;
    }
    .footer-style-forever-item-cell-item-content:last-child {
        padding-bottom: 12px;
    }
    .footer-style-bottom-forever {
        flex-direction: column;
        margin-top: 0;
    }
    .footer-style-bottom-forever-item-flex-value {
        font-size: 14px;
    }
    .footer-style-bottom-forever-item-title {
        text-align: center;
        margin-top: 14px;
    }
    .forever-content-top {
        width: 60vw;
        height: 100vh;
        background: rgba(33, 33, 33, 0.95);
        z-index: 500;
        position: fixed;
        top: 0;
        right: -60vw;
        display: none;
        transition: all .5s;
    }
    .forever-content-top-active {
        transition: all .5s;
        display: block!important;
        right: 0!important;
    }
    .forever-content-top-title {
        width: calc(100% - 40px);
        background-color: #000;
        height: 88px;
        font-size: 16px;
        color: rgba(255, 255, 255, .8);
        padding: 0 20px;
        display: flex;
        justify-content: flex-end;
        align-self: center;
        line-height: 88px;
    }
    .forever-content-top-item {
        width: calc(100% - 40px);
        height: auto;
        padding: 0 20px;
    }
    .forever-content-top-item-title {
        width: auto;
        height: auto;
        font-size: 14px;
        color: rgba(255, 255, 255, .9);
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: rgba(204, 204, 204, .5) solid 1px;
    }
    .forever-content-top-item-title:last-child {
        border: none;
    }
}