.ma-top {
    padding: 30px 90px 15px;
    background-color: #ffffff;
}




.matp-ul {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}

.matp-ul button {
    background-color: #ffffff;
    border: 0px solid #df8f1c;
    margin-right: 20px;
    cursor: pointer;
}

.btnshw {
    color: #df8f1c !important;
}



.matp-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}



.matp-bmsift {
    display: flex;
    align-items: center;
}

.matp-bmsift h3 {
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
}

.matp-bmsift>a {
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
}

.matp-bmsift h4 {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #666666;
    margin-left: 10px;
}

.matp-bmsift h4 img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}






























.ma-paging {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

.paging-btn {
    width: 450px;
    background-color: #222222;
    border-radius: 5px;
}

.paging-btn>a {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}


.paging-num {
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.paging-num img {
    width: 20px;
    height: 20px;
}

.paging-num p {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.numpshw {
    color: #df8f1c !important;
    font-weight: 600;
}














.match-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}

.match-ul>li {
    width: calc(100% / 4);
    padding: 40px;
}


.match-timcnt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.match-timcnt a {
    width: 100%;
    color: #222222;
}

.bmrip {
    display: none;
}

.match-timcnt:hover .bmrip {
    display: block;
}

.match-timctimg {
    width: 100%;
    position: relative;
}

.timctimg-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.timctimg-btn img {
    width: 100%;
    height: 100%;
}

.match-timctimg>img {
    width: 100%;
    height: auto;
}


.match-timct-btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.timct-bmle {
    width: 100%;
}

.timct-bmle h4 {
    font-size: 14px;
}

.timct-bmle p {
    font-size: 12px;
    margin-top: 5px;
}


















/* 弹出层 ----- 筛选 */

.filter-pupop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.filter-pup-box {
    width: 480px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: #ffffff;
}

.filter-pupb-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
}

.filter-pupb-tit h4 {
    font-size: 16px;
}

.filter-pupb-tit i {
    font-size: 20px;
    cursor: pointer;
}


.filter-pupb-cnt {
    width: 100%;
    height: calc(100% - 210px);
    padding: 20px 30px;
    overflow-y: auto;
}

.filter-pctli {
    padding-bottom: 30px;
}

.filter-pctltit {
    font-size: 16px;
    font-weight: 600;
}

.filter-colour {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.colour-li {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 10px 45px 10px 0;
    position: relative;
}

/*.clurshw::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #f5f5f5;
    border-radius: 50%;
}*/

/*.clurshw::before {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}*/

.clurshw {
    color: #df8f1c;
}

.colour1 {
    background-color: #7a7a7a;
}

.colour2 {
    background-color: #cbc6b9;
}

.colour3 {
    background-color: #3b2854;
}

.colour4 {
    background-color: #ffff66;
}

.colour5 {
    background-color: #ff0000;
}

.colour6 {
    background-color: #cc6699;
}

.colour7 {
    background-color: #003366;
}

.colour8 {
    background-color: #ff4000;
}

.colour9 {
    background-color: #003399;
}

.colour10 {
    background-color: #006633;
}

.colour11 {
    background-color: #663300;
}

.colour12 {
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
}

.colour13 {
    background-color: #7a7a7a;
}

.colour14 {
    background-color: #000000;
}




.filter-size {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.size-btn {
    width: calc((100% - 40px)/4);
    text-align: center;
    padding: 10px 0;
    border: 1px solid #d2d2d2;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.sizbnsw {
    border: 1px solid #df8f1c;
    color: #df8f1c;
}


.filter-pupb-txt {
    text-align: center;
    font-size: 14px;
}

.filter-pupb-txt span {
    color: #df8f1c;
}

.filter-pupb-btn {
    padding: 25px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-pupb-btn button {
    width: 48%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #df8f1c;
    background-color: #ffffff;
    color: #df8f1c;
    border-radius: 2px;
    padding: 20px 0;
    cursor: pointer;
}

.filter-pupb-btn button:nth-child(2) {
    background-color: #df8f1c;
    color: #ffffff;
}



@media only screen and (max-width: 1340px) {


    .ma-top {
        padding: 20px 60px 10px;
    }



    .matp-ul button {
        margin-right: 15px;
    }

    .matp-btm {
        margin-top: 10px;
    }














    .match-ul {
        padding: 0 20px;
    }

    .match-ul>li {
        padding: 30px;
    }


    .timct-bmle {
        width: 100%;
    }


















    .ma-paging {
        padding: 40px 0;
    }

    .paging-btn {
        width: 400px;
    }

    .paging-btn>a {
        padding: 15px 0;
    }

    .paging-num {
        width: 400px;
        margin-top: 30px;
    }




    /* 弹出层 ----- 筛选 */
    .filter-pup-box {
        width: 420px;
    }

    .filter-pupb-tit {
        padding: 15px 20px;
    }

    .filter-pupb-cnt {
        height: calc(100% - 160px);
        padding: 10px 20px;
    }

    .filter-pctli {
        padding-bottom: 20px;
    }

    .colour-li {
        margin: 10px 35px 10px 0;
    }

    .filter-size {
        padding-top: 10px;
    }

    .filter-pupb-btn {
        padding: 15px 20px 20px;
    }

    .filter-pupb-btn button {
        padding: 15px 0;
    }



}

@media only screen and (max-width: 768px) {

    .ma-top {
        padding: .2rem .1rem .1rem;
    }

    .matp-bmsift {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 0 .3rem;
    }



    .matp-btm {
        margin-top: .1rem;
        flex-direction: column;
    }

    .matp-ul {
        width: 100%;
    }

    .matp-ul button {
        margin-right: .2rem;
    }
    .matp-bmsift>a{
        padding: 0 .1rem;
    }





    .match-ul {
        padding: 0;
    }

    .match-ul>li {
        width: calc(100% / 2);
        padding: .3rem;
    }

















    .ma-paging {
        padding: .4rem .1rem;
    }

    .paging-btn {
        width: 290px;
    }

    .paging-num {
        width: 300px;
        margin-top: .3rem;
    }







    /* 弹出层 ----- 筛选 */

    .filter-pup-box {
        width: 320px;
    }

    .colour-li {
        width: 20px;
        height: 20px;
        margin: .1rem .38rem .1rem .1rem;
    }

    .clurshw::after {
        width: 35px;
        height: 35px;
    }

    .size-btn {
        padding: .1rem 0;
    }

    .filter-pupb-cnt {
        height: calc(100% - 133px);
        padding: .1rem .2rem;
    }

    .filter-pupb-btn {
        padding: .15rem .2rem .2rem;
    }

    .filter-pupb-btn button {
        padding: .15rem 0;
    }




}