@media screen and (max-width: 960px) {
    #header-nav {
        display: none;
    }

    #header-banner {
        display: none;
    }

    #footer1 {
        display: none;
    }

    /* 视频演奏播放 */
    .plays-bofang-son .dl1,
    .plays-bofang-son .dl3 {
        display: none;
    }

    .plays-bofang-son .dl2 dd h1 {
        font-size: 0.2rem;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.3rem;
    }

    .plays-bofang-son .dl2 dd p {
        width: 2.5rem;
        font-size: 0.12rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.18rem;
        letter-spacing: 2px;
        text-align: center;
        margin: 0.2rem auto;
    }
    .plays-bofang-son .dl2{
        margin-top: 0.4rem;
    }

    .plays-bofang-son .dl2 dt {
        margin: 0 0.15rem;
    }
    .plays-bofang-son .dl2 dt video{
        border-radius: 0.12rem;
        z-index: 1;
    }

    /* 相关视频推荐 */
    .recommed-wai-ceng h2 {
        font-size: 0.2rem;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.3rem;
        text-align: center;
    }

    .tui-jijie-cons{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0.15rem;
        margin-top: 0.2rem;
    }

    .tui-jijie-cons dl {
        width: 1.66rem;
        margin-bottom: 0.15rem;
    }

    .tui-jijie-cons dl dt {
        position: relative;
    }

    .tui-jijie-cons dl dt .shipin-vios-fun {
        width: 100%;
        border-radius: 0.12rem 0.12rem 0 0;
    }

    .tui-jijie-cons dl dt .red-buttoms-nun {
        width: 0.4rem;
        height: 0.4rem;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .tui-jijie-cons dd {
        width: 1.66rem;
        height: 0.45rem;
        background: #FEFFFF;
        border-radius: 0px 0px 0.12rem 0.12rem;
        font-size: 18px;
        box-shadow: 0px 0px 9px 0px #d1d1d1;
        text-align: center;
    }

    .tui-jijie-cons dd p {

        font-size: 0.09rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.13rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 0.1rem;
        margin: 0 0.2rem;
    }



}