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

    #header-banner {
        display: none;
    }

    #footer1 {
        display: none;
    }

    .col-srts-samlls{
        font-size: 10px;
        width: 100%;
        text-align: center;
        margin-top: 0.4rem;
    }

    .col-srts-samlls .col-biao-hgroup {}

    .col-biao-hgroup p {

        font-size: 0.2rem;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: bold;
        color: #D5081E;
       
        text-align: center;
    }
    
    .col-biao-hgroup h1 {
        font-size: 0.15rem !important;
        font-family: HelveticaNeue-Bold, HelveticaNeue;
        font-weight: bold;
        color: #4A4A4A;
     
        text-align: center;
    }

    .col-srts-samlls strong {
        width: 3rem;
        font-size: 0.12rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.18rem;
        letter-spacing: 2px;
        display: inline-block;
    }


    .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;
    }
    #pageurl{
        font-size: 0.12rem;
        text-align: center;
        margin: 0.1rem 0.2rem !important;
    } 
    #pageurl select{
        font-size: 0.12rem;
    }
}