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

    #header-banner {
        display: none;
    }

    #footer {
        display: none;
    }

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

    .list-onese-bigs .kao-conner-hgroup {
        margin-top: 0.3rem;
        margin-bottom: 0.1rem;
    }

    .list-onese-bigs .kao-conner-hgroup h1 {
        font-size: 0.2rem;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.3rem;
    }

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

    .list-onese-bigs .jieshao-first-p {
        font-size: 0.12rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.18rem;
        letter-spacing: 2px;
        text-align: center;
        width: 3rem;
        margin: 0 auto;
        margin-bottom: 0.15rem;
        margin-top: 0.1rem;
    }

    .wears-list-alls{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wears-list-alls dl{
        width: 1.66rem;
        border-radius: 0.06rem 0.06rem 0px 0px;
        margin-bottom: 0.12rem;
    }
    .wears-list-alls dl dt{
        width: 100%;
        height: 0.94rem;
        position: relative;
    }
    .wears-list-alls dl dt img{
        width: 100%;
        height: 0.94rem;
        border-radius: 0.06rem 0.06rem 0px 0px;
        position: absolute;
    }
    .wears-list-alls dl dt .jie-xia-kunseo{}
    .wears-list-alls dl dt .jie-xia-kunseo img{
        width: 0.23rem;
        height: 0.2rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .wears-list-alls dl dd{
        width: 100%;
        /* height: 0.45rem; */
        background: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 0px 0px 0.06rem 0.06rem;
        box-shadow: 0px 0px 9px 0px #d1d1d1
    }

    .wears-list-alls dl dd span{
        font-size: 0.09rem;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #4A4A4A;
        line-height: 0.23rem;
    }

    .wears-list-alls dl dd p{
        width: 1.5rem;
        font-size: 0.09rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.2rem;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 0.06rem;
    }
    #pageurl {
        font-size: 0.12rem;
        text-align: center;
        margin: 0.1rem 0.2rem !important;
    }
    
    #pageurl select {
        font-size: 0.12rem;
    }

}