@media screen and (min-width:750px) {
    #m-top-form{
        display: none;
    }
    #m-bottom-form{
        display: none;
    }
    #navcight{
        display: none;
    }
.col-bigs-all{
    margin: 0 2.4rem;
    margin-top: 0.9rem;
}
.col-srts-samlls .col-biao-hgroup {
    text-align: center;
}

.col-biao-hgroup p {

    font-size: 0.48rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #D5081E;
    line-height: 0.6rem;
    text-align: center;
}

.col-biao-hgroup h1 {
    font-size: 0.3rem !important;
    font-family: HelveticaNeue-Bold, HelveticaNeue;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 0.38rem;
    text-align: center;
}

.col-srts-samlls strong {
    font-size: 0.18rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 0.36rem;
    letter-spacing: 1px;
    text-align: center;
    display: inherit;
}

.clo-video-wears {
    /* margin: 0 2.4rem; */
    /* display: flex;
    flex-wrap: wrap; */
    margin-top: 0.6rem;
    text-align: center;

}

.clo-video-wears dl {
    width: 2.2rem;
    margin-bottom: 0.3rem;
    margin-right: 0.2rem;
    display: inline-block;
    float: left;

}

.clo-video-wears dl dt {
    width: 100%;
    height: 3.9rem;
    position: relative;
}

.clo-video-wears dl dt img {
    width: 100%;
    height: auto;
    position: absolute;
    border-radius: 0.12rem 0.12rem 0px 0px;
}

.clo-video-wears dl dt .clon-red-bofeng img {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clo-video-wears dd {
    width: 100%;
    height: 0.7rem;
    background: #FEFFFF;
    border-radius: 0px 0px 0.12rem 0.12rem;
    font-size: 18px;
    box-shadow: 0px 0px 9px 0px #d1d1d1;
    text-align: center;
}

.clo-video-wears dd b {
    font-size: 0.18rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 0.27rem;

    display: inline-block;
}
.clo-video-wears 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;
}
#pageurl{
    width: 100%;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}
#pageurl select{
    font-size: 0.2rem;
}
}