@media screen and (max-width:960px) {
    #header-nav{
        display: none;
    }
    #header-banner{
        display: none;
    }
    #footer{
        display: none;
    }
    #m-top-form{
        display: block;
    }


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

    #navcight{
        display: block;
    }

    .freq-frist-han {
        display: none;
    }

    /*音乐科普列表-------------------------------------------------------------------*/
    /*头部*/
    .list-pintu-all {
        display: none;
    }
    .yd-list-top-wear {
        margin: 0 auto;
    }

    .yd-list-top-wear img {

        width: 0.36rem;
        height: 0.31rem;
        margin-right: 0.04rem;
        
    }

    .yd-list-top-wear {

        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.31rem;
        margin-bottom: 0.16rem;

    }
    .yd-diande-top-hgroup {
        font-size: 10px;
    }

    .yd-diande-top-hgroup h2 {
        font-size: 0.15rem;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.22rem;
    }
    .yd-diande-top-hgroup h2 >a{
        color: #D5081E;
    }

    .yd-diande-top-hgroup strong {
        font-size: 0.06rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #D5081E;
        line-height: 0.09rem;
        display: inline-block;
    }

    .yd-diande-top-hgroup span {
        width: 0.65rem;
        height: 0.03rem;
        background: #D5081E;
        font-size: 3px;
        display: inline-block;
        transform-origin: 0 0;
        transform: skew(30deg);
    }
    .clo-video-wears {
 
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0.15rem;
        margin-top: 0.2rem
    }
    
    .clo-video-wears dl {
        width: 1.67rem;
        margin-bottom: 0.15rem;
        /* margin-right: 0.1rem; */
        display: inline-block;
        /* float: left; */
    
    }
    
    .clo-video-wears dl dt {
        width: 100%;
        height: 2.96rem;
        position: relative;
    }
    
    .clo-video-wears dl dt img {
        width: 100%;
        height: auto;
        position: absolute;
        border-radius: 0.06rem 0.06rem 0px 0px;
    }
    
    .clo-video-wears dl dt .clon-red-bofeng img {
        width: 0.35rem;
        height: 0.35rem;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .clo-video-wears dd {
        width: 100%;
        height: 0.45rem;
        background: #FEFFFF;
        border-radius: 0px 0px 0.06rem 0.06rem;
        font-size: 18px;
        box-shadow: 0px 0px 9px 0px #d1d1d1;
        text-align: center;
    }
    
    .clo-video-wears dd b {
        font-size: 0.09rem;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #4A4A4A;
        line-height: 0.14rem;
        margin-top: 0.05rem;
        display: inline-block;
    }
    
    .clo-video-wears dd p{
        font-size: 0.09rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.14rem;
        text-align: center;
        padding-top: 0.1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0 0.1rem;
    }
}