@media screen and (min-width:960px) {
    #m-top-form {
        display: none;
    }

    #m-bottom-form {
        display: none;
    }

    #navcight {
        display: none;
    }

    /* 视频演奏播放 */

    .plays-bofang-son {
        margin: 0 3.2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.8rem;
    }

    .plays-bofang-son dl dt {
        width: 3.94rem;
    }

    .plays-bofang-son .dl1 dd h2,
    .plays-bofang-son .dl3 dd h2 {
        width: 2.6rem;
        font-size: 0.2rem;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: bold;
        color: #4A4A4A;
        line-height: 0.3rem;
        text-align: center;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .plays-bofang-son .dl1,
    .plays-bofang-son .dl3{
        margin-top: 1rem;
    }

    .plays-bofang-son .dl1 dt,
    .plays-bofang-son .dl3 dt {
        width: 3rem;
        display: inline-block;
        position: relative;

    }

    .plays-bofang-son .dl1 dt .con-wearsons,
    .plays-bofang-son .dl3 dt .con-wearsons {
        width: 100%;
        height: 100%;
        border-radius: 0.12rem;
    }

    .plays-bofang-son .dl1 dt .fun-reds-niu,
    .plays-bofang-son .dl3 dt .fun-reds-niu {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .plays-bofang-son .dl1 dt .btn-hong-left {
        width: 0.84rem;
        height: 1.68rem;
        background: #EE3044;
        opacity: 0.8;
        border-radius: 0 0.84rem 0.84rem 0;
        line-height: 1.68rem;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .plays-bofang-son .dl3 dt .btn-hong-right {
        width: 0.84rem;
        height: 1.68rem;
        background: #EE3044;
        opacity: 0.8;
        border-radius: 0.84rem 0 0 0.84rem;
        line-height: 1.68rem;
        color: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        font-size: 1rem;
        text-align: center;
    }

    .plays-bofang-son .dl2 dt {
        width: 4rem;
        display: inline-block
    }

    .plays-bofang-son .dl2 dt video{
        border-radius: 0.12rem;
    }

    .plays-bofang-son h1 {
        width: 100%;
        font-size: 0.4rem !important;
        font-weight: bold;
        margin: 0 auto;
        color: #D5081E;
        line-height: 0.6rem;
        text-align: center;
    }


    .plays-bofang-son .dl2 dd p {
        width: 3.6rem;
        font-size: 0.24rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.36rem;
        letter-spacing: 2px;
        text-align: center;
        margin: 0.3rem auto;
    }

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

    .tui-jijie-cons {
        margin: 0 2.4rem;
    }

    .tui-jijie-cons dl {
        width: 3.42rem;
        display: inline-block;
        float: left;
        margin-right: 0.18rem;
        margin-bottom: 0.24rem;
    }

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

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

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

    .tui-jijie-cons dl dd {
        width: 100%;
        height: 0.9rem;
        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 dl dd p {
        font-size: 0.18rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.27rem;
        text-align: center;
        display: inline-block;
        padding-top: 0.1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0 0.2rem;
    }

}