.clear {clear: both;height: 0px;overflow: hidden;float: none;}
.snavbtn{display:none;}
.filterbtn {display:none;}
.sizefilter {display:none;}
.cplist{ overflow: hidden; padding: 30px 0; }
.cplist .item{ float: left; width: 32.2%; margin-bottom:45px; cursor: pointer; }
.cplist .item:nth-child(3n+2){ margin: 0 1.7%; }
.cplist .item .imga{ display: block; width: 100%; position: relative; overflow: hidden; aspect-ratio: 1 / 1; }
.cplist .item .imga img{ display: block; width: 100%; transition: all 0.6s; }
.cplist .item .imga i{ display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(0,0,0,0.1); background-image: url(../img/img38.png); background-size: 80px auto; background-repeat: no-repeat; background-position: center center; opacity: 0; transition: all 0.6s; }
.cplist .item:hover .imga img{ transform: scale(1.1); }
.cplist .item:hover .imga i{ opacity: 1; }

.cplist .item .info{ padding: 10px 0; }
.cplist .item .namea{ display: block; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 20px;text-transform: uppercase; }
.cplist .item .nameb{ display: block; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 20px; }
.cplist .item p{ font-size: 14px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 20px; margin-top: 20px; }

.message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: gray;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: none;
    z-index:999999;
    font-size:14px;
    font-weight:normal;
}

@media (max-width: 1440px) {
	.cplist .item .imga i{ background-size: 70px auto; }
}
@media (max-width: 1023px) {
.txtban {
    display: none;
}
.pagem {
    border-top: none;
}
.pagem .snav {
   position: fixed;
   top: 0;
   right: -100%;
   background-color: #000;
   z-index: 100;
   height:100vh;
   overflow-y: auto;
   transition: all 0.4s;
}
.pagem .snav.open {
      right: 0;
   }
.pagem .snav .kinds {
    padding-bottom: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pagem .snav .kon {
    width: 49%;
    margin-right: 0;
}
.filterbtn {
	display: block;
    width: 50%;
    height: 0.7rem;
    cursor: pointer;
    background: #FBC518;
    font-size: 0.28rem;
    color: #000;
    line-height: 0.7rem;
    text-align: center;
    border-radius: 1rem;
    margin: 0.6rem auto 0;
}

.sizefilter {
	display: block;
    width: 100%;
    height: auto;
}

    .sizefilter .sizefilter-name {
        width: 100%;
        height: auto;
        padding: 0.25rem 0;
        display:inline-block;
    }

    .sizefilter .sizefilter-name b {
        width: auto;
        height: 0.8rem;
        display: inline-block;
        font-size: 0.62rem;
        line-height: 0.8rem;
        font-family: "ff_MM_Light";
        float: left;
    }

    .sizefilter .sizefilter-name span {
        width: auto;
        height: 0.8rem;
        display: inline-block;
        font-size: 0.32rem;
        line-height: 1rem;
        float: left;
        margin-left:0.1rem;
    }

    .sizefilter .sizefilter-name a {
        display: inline-block;
        width: auto;
        height: 0.5rem;
        background: #FBC518;
        font-size: 0.24rem;
        color: #000;
        line-height: 0.5rem;
        padding: 0 0.2rem;
        border-radius: 0.2rem;
        float: right;
    }

    .sizefilter .sizefilter-kinds {
        padding-bottom: 0.1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .sizefilter .sizefilter-kinds .sizefilter-kon {
            width: 32%;
            float: left;
            margin-bottom: 0.15rem;
            height: 0.5rem;
            line-height: 0.5rem;
            font-size: 0.22rem;
            color: #000;
            border-radius: 0.5rem;
            background-color: #fff;
            font-family: "ff_MM_Bold";
            transition: background-color 0.6s;
            cursor: pointer;
            letter-spacing: -0.5px;
            text-align: center;
        }

            .sizefilter .sizefilter-kinds .sizefilter-kon.on {
                background: #FBC518;
            }

            .snavbtn {
                width: 100%;
                height: 1.3rem;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 0 5%;
            }
.return-button{width: 0.4rem;height: auto; margin-right: auto; cursor: pointer; }
.reset-button {
  display: inline-block;
  height: 0.4rem;
  width: auto;
  font-size: 0.28rem;
  cursor: pointer;
  background: #FBC518;
  border-radius: 4px;
  color: #000;
  padding: 0 0.2rem;
  line-height: 0.4rem;
}
.close-button {
  display: inline-block;
  height: 0.4rem;
  width: auto;
  font-size: 0.28rem;
  cursor: pointer;
  background: #FBC518;
  border-radius: 4px;
  color: #000;
  padding: 0 0.2rem;
  line-height: 0.4rem;
  margin-left: 0.2rem;

}
.cplist{ padding: 0.6rem 0; }
.cplist .item{ float: left; width: 48%; margin-bottom:0.55rem; }
.cplist .item:nth-child(3n+2){ margin: 0; margin-bottom:0.55rem; }
.cplist .item:nth-child(2n+2){ float: right; }

.cplist .item .info{ padding: 0.16rem 0; }
.cplist .item .namea{ font-size: 0.25rem; line-height: 0.3rem; }
.cplist .item .nameb{ font-size: 0.23rem; line-height: 0.3rem; }
.cplist .item p{ font-size: 0.22rem; line-height: 0.23rem; margin-top: 0.15rem; }

.cplist .item .imga i{ background-size: 0.6rem auto; }

.pagem .snav .sone:hover .name{ color: #000; }
.pagem .snav .sone:last-child {
    border-bottom: none;
}
}