@media (max-width: 1024px) {
    /* 全局默认内容宽度 */
    :root {
        --content-width: 100%;
        --nav-font-size: 20px;
        --title-font-size: 20px;
        --text-font-size: 16px;
        --active-font-weight: 600;
        --nav-channel-width: 100%
    }
    .base-body {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position:relative;
        padding-bottom: 100px;
    }
    .base-body-header{
        position: relative;
        height: 240px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        background-image: url('../imgs/base_header_bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        /* background-position: -120px center; */
    }
    .base-header-nav{
        width: var(--content-width);
        height: 60px;
        /* background-color: #3780C6; */
        background: linear-gradient(45deg, #afafafab, transparent);
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .base-body-center{
        /*width: var(--content-width);*/
        width: 100%;
        min-height: 350px;
        margin: 0 auto;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        padding: 10px 0px;
        box-sizing: border-box;
    }
    /* 走进开投-集团简介 */

    .walk-in-body{
        position: relative;
        padding: 64px 24px;
    }
    .walk-in-card{
        position: absolute;
        left: 0px;
        width: 100%;
        height: 280px;
        /*background-image: url('../imgs/walk_in_card_bg.png');*/
        background-size: initial;
        background-repeat: no-repeat;
    }
    .info-public-open-content{
        height: auto;
        display: flex;
        flex-direction: row;
    }
    .level3Menu {
        display: block;
        /*position: fixed;*/
        top: 10px;
        left: 20px;
        background: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
        z-index: 1000;
        color: blue;
    }
    .info-public-open-content-left{
        width: 120px;
        position: fixed;
    }
    .info-public-open-content-left-show {
        display: none;
    }
    .info-public-open-content-left.info-public-open-content-left-active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .info-public-first-item{
        width: 120px;
        height: 57px;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0em;
        font-variation-settings: "opsz" auto;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(to right,rgba(55, 128, 198, 1),rgba(55, 128, 198, 0.48));
    }
    .info-public-children{
        width: 120px;
        height: auto;
        background-color: #F5F8FA;
        display: none;
    }
    .info-public-child{
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 54px;
        font-size: 16px;
        font-weight: normal;
        line-height: 36px;
        letter-spacing: 0em;
        color: #121624;
        cursor: pointer;
    }
    .info-public-item,.info-public-parent{
        width: 120px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 0em;
        font-variation-settings: "opsz" auto;
        color: #121624;
    }
    .walk-in-card-title{
        width: 100%;
        height: 163px;
        font-size: 32px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0em;
        font-variation-settings: "opsz" auto;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        padding-left: 24px;
        justify-content: center;
    }

    .walk-in-text{
        width: 100%;
        overflow-x: hidden;
    }
    .walk-in-text p{
        text-indent: initial;
        font-size: initial;
        font-weight: normal;
        line-height: 32px;
        text-align: initial; /* 浏览器可能不支持 */
        letter-spacing: 0em;
        font-variation-settings: "opsz" auto;
        color: #121624;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

/*article内容详情页css样式    */
    .page-turning-box{
        width: 100%;
        border-top: 1px solid #e2e2e2;
        display: flex;
        padding: 15px 10px;
        margin-top: 20px;
        box-sizing: border-box;
    }

    .page-turning-a{
        max-width: 80px;
        color: #7b7b7b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .development-course-box {
        display: block;
        width: 100%;
        height: 100%;
    }
}