@media screen and (min-width: 960px) {
    .yd-list-top-wear {
        display: none;
    }

    .yd-three-quan {
        display: none;
    }

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

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

    #navcight {
        display: none;
    }

    .list-onese-bigs {
        margin: 0 2.4rem;
    }

    .kao-conner-hgroup {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .kao-conner-hgroup h1 {

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

    .kao-conner-hgroup p {
        font-size: 0.3rem;
        font-family: HelveticaNeue-Bold, HelveticaNeue;
        font-weight: bold;
        color: #4A4A4A;
        line-height: 0.37rem;
        text-align: center;
    }

    .list-onese-bigs .jieshao-first-p {
        font-size: 0.18rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 1rem;
        letter-spacing: 1px;
        text-align: center;
    }

    .wears-list-alls {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .wears-list-alls dl {
        width: 4.62rem;
        margin-bottom: 0.4rem;
    }

    .wears-list-alls dl dt {
        width: 100%;
        height: 2.6rem;
        position: relative;
    }

    .wears-list-alls dl dt img {
        width: 100%;
        /* height: 100%; */
        border-radius: 0.12rem 0.12rem 0px 0px;
        position: absolute;
    }

    .wears-list-alls dl dt .jie-xia-kunseo {}

    .wears-list-alls dl dt .jie-xia-kunseo img {
        width: 0.46rem;
        height: 0.4rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .wears-list-alls dl dd {
        background: #fff;
        border-radius: 0px 0px 0.12rem 0.12rem;
        font-size: 18px;
        align-items: center;
        position: relative;
        box-shadow: 0px 0px 9px 0px #d1d1d1;
        text-align: center
    }

    .wears-list-alls dl dd p {
        width: 4rem;
        font-size: 0.18rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.27rem;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 0.14rem;

    }

    .wears-list-alls dl dd span {

        font-size: 0.18rem;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #4A4A4A;
        line-height: 0.27rem;
        margin-top: 0.2rem;
        display: inline-block;
        margin-bottom: 0.04rem;
    }
    #pageurl {
        width: 100%;
        font-size: 0.2rem;
        display: flex;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    
    #pageurl select {
        font-size: 0.2rem;
    }
}