.merch__banner__wrap{
    padding: 40px 20px 30px;
}
.merch__banner__wrap img{
    width: 100%;
    max-height: 290px;
    object-fit: cover;
    object-position: center;
}
.merch__banner__wrap img.pc{
    display: none;
}

@media screen and (min-width: 768px) {
    .merch__banner__wrap img.wap{
        display: none;
    }
    .merch__banner__wrap img.pc{
        display: block;
        height: 290px;
    }
    .merch__banner__wrap{
        margin-top: 70px;
        padding: 60px 7vw 40px;
    }
}
@media screen and (min-width: 992px) {
    .merch__banner__wrap{
        margin-top: 90px;
        padding-top: 100px;
    }
}




.merch__search{
    padding: 0 7vw 50px;
}
.merch__search form{
    position: relative;
    max-width: 620px;
}
.merch__search input {
    display: block;
    width: 100%;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    max-width: 620px;
    padding: 0 55px 0 15px;
    border-radius: 20px;
    background: #f6f6f6;
}

.merch__search button {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    background: url(../images/search_btn.png) no-repeat center left;
    background-size: auto 20px;
}


.merch__list__wrap{
    display: block;
    padding: 0 20px 80px;
}
.merch__classify{
    margin: 0 0 30px;
    position: sticky;
    top: 70px;
    background-color: #f8f8f8;
    z-index: 50;
}

.merch_classify__title{
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    padding: 10px 0 20px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.merch_classify__title a{
    padding-left: 24px;
    line-height: 26px;
    padding-top: 4px;
    background: url(../images/classify_icon.svg) no-repeat center left;
    background-size: 20px 20px;
}
.merch_classify__title .close {
    padding: 0 12px;
    font-size: 1.2rem;
}
.merch_classify__title .close .comm-guanbi01 {
    display: none;
}
.merch_classify__list {
    display: none;
    height: calc(100vh - 110px);
    padding-bottom: 30px;
    overflow-x: auto;
}
.merch_classify__list dl{
    margin: 0;
    line-height: 40px;
}
.merch_classify__list dl a:hover,
.merch_classify__list dl a.active,
.merch_classify__list dl dd .sub a:hover,
.merch_classify__list dl dd .sub a.active{
    color: #2c9689;
}
.merch_classify__list dl dt{
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
.merch_classify__list dl dd {
    padding-left: 10px;
    margin: 0;
}
.merch_classify__list dl dd h3{
    margin: 0;
    font-size: 16px;
    line-height: 40px;
}
.merch_classify__list dl dd h3 a,
.merch_classify__list dl dd .sub a{
    color: #a4a4a4;
    font-weight: 400;
}
.merch_classify__list dl dd .sub{
    padding-left: 10px;
    font-size: 14px;
}
.merch__row__conts{
    flex: 1;
}
.merch__row__conts .row{
    margin: 0 -10px 40px;
}
.merch__row__conts .col{
    margin: 0 0 40px;
    padding: 0 10px;
}
.merch__row__conts .pic{
    overflow: hidden;
}
.merch__row__conts .pic img{
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
}
.merch__row__conts .pic a:hover img{
    transform: scale(1.05);
}
.merch__row__conts .merch__details{
    display: flex;
    padding: 20px 0 0;
}
.merch__row__conts .merch__details .title{
    padding-right: 20px;
}
.merch__row__conts .merch__details .title h2{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
}
.merch__row__conts .merch__details .title h2 a:hover{
    color: #2c9689;
}
.merch__row__conts .merch__details .title a.more{
    width: 140px;
    line-height: 40px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    background: #000000;
}
.merch__row__conts .merch__details .title a.more:hover{
    background: #2c9689;
}
.merch__row__conts .merch__details .color{
    display: flex;
    flex: 0 0 auto;
    align-items: flex-end;
}
.merch__row__conts .merch__details .color .item{
    margin-right: 10px;
    overflow: hidden;
}
.merch__row__conts .merch__details .color .item:last-child{
    margin-right: 0;
}
.merch__row__conts .merch__details .color img{
    width: 65px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.merch__row__conts .merch__details .color a:hover img{
    transform: scale(1.05);
}
@media screen and (min-width: 576px) {
    .merch__row__conts .merch__details .color{
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .merch__list__wrap{
        padding: 0 7vw 80px;
    }
    .merch__row__conts .row{
        margin: 0 -15px 30px;
    }
    .merch__row__conts .col{
        padding: 0 15px;
        margin: 0 0 50px;
    }
    .merch__row__conts .merch__details .color{
        display: flex;
    }
    .merch__classify{
        margin: 0 0 50px;
    }
}
@media screen and (min-width: 992px) {
    .merch__list__wrap{
        display: flex;
        padding-bottom: 100px;
    }
    .merch__row__conts .row{
        margin-bottom: 50px;
    }
    .merch__classify{
        width: 250px;
        flex: 0 0 auto;
        position: unset;
    }
    .merch_classify__title{
        display: none;
    }
    .merch_classify__list {
        display: block;
        height: auto;
    }
    .merch__row__conts .merch__details .color .item:first-child{
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .merch__row__conts .merch__details .color{
        display: none;
    }
    .merch__row__conts .merch__details .title{
        padding-right: 0;
    }
}
@media screen and (min-width: 1440px) {
    .merch__row__conts .merch__details .color{
        display: flex;
    }
    .merch__row__conts .merch__details .color img{
        width: 90px;
        height: 90px;
    }
    .merch__row__conts .merch__details .title{
        padding-right: 20px;
    }
}
@media screen and (min-width: 1680px) {
    .merch__row__conts .merch__details .color .item:first-child{
        display: block;
    }
}




.l__merch__info{
    padding: calc(70px + 60px) 0 30px;
    text-align: center;
}
.l__merch__info .position{
    font-size: 14px;
    font-weight: 500;
    color: #a4a4a4;
}
.l__merch__info h1{
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0 0;
}
.l__merch__pics{
    padding: 0 20px;
}
.l__merch__pics .btns{
    display: flex;
    margin: 30px 0 0;
    justify-content: center;
}
.l__merch__pics .btns a{
    width: 16px;
    height: 24px;
    margin: 0 10px;
    background-size: 100% 100%;
}
.l__merch__pics .btns a.prev{
    background-image: url(../images/merch_prev.png);
    
}
.l__merch__pics .btns a.next{
    background-image: url(../images/merch_next.png);
}
.l__merch__contents{
    padding-top: 50px;
    padding-bottom: 50px;
}
.l__merch__contents img{
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .l__merch__info{
        padding: calc(70px + 100px) 0 50px;
    }
    .l__merch__info h1{
        font-size: 32px;
    }
    .l__merch__pics{
        padding: 0;
    }
    .l__merch__pics .swiper-slide{
        transform: scale(0.8);
    }
    .l__merch__pics .swiper-slide-active{
        transform: scale(1);
    }
    .l__merch__contents{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (min-width: 992px) {
    .l__merch__info{
        padding: calc(90px + 100px) 0 50px;
    }
    .l__merch__pics .btns{
        margin: 50px 0 0;
    }
    .l__merch__contents{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}




.merch__recommend{
    padding-bottom: 50px;
}
.merch__recommend_title{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0 0 20px;
}
.merch__recommend .swiper-slide a{
    display: block;
    position: relative;
}

.merch__recommend .swiper-slide {
    overflow: hidden;
}
.merch__recommend .swiper-slide img{
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.merch__recommend .swiper-slide .merch_text {
    background: #f6f6f6;
    left: 10px;
    bottom: 10px;
    padding: 15px;
    position: absolute;
    transform: translateX(-110%);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.merch__recommend .swiper-slide.ani-slide .merch_text {
    transform: translateX(0%);
}
.merch__recommend .swiper-slide .merch_text .sort {
    font-size: 18px;
    font-weight: 500;
}

.merch__recommend .swiper-slide .merch_text .title {
    display: flex;
    margin: 5px 0 0;
}

.merch__recommend .swiper-slide .merch_text .title span {
    display: block;
    color: #ffffff;
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    background: #000000;
}

.merch__recommend .swiper-slide .merch_text .title i {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    margin-left: auto;
    line-height: 28px;
}
.merch__recommend .swiper-pagination{
    position: relative;
    bottom: auto;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}
.merch__recommend .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50%;
    background: #c8c8c8;
}
.merch__recommend .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #000000;
}
@media screen and (min-width: 768px) {
    .merch__recommend{
        padding-bottom: 80px;
    }
    .merch__recommend_title{
        font-size: 28px;
        margin: 0 0 30px;
    }
    .merch__recommend .swiper-slide a:hover img{
        transform: scale(1.08);
    }
    .merch__recommend .swiper-slide.ani-slide .merch_text {
        transform: translateX(-110%);
    }
    .merch__recommend .swiper-slide a:hover .merch_text{
        transform: translateX(0%);
    }
}
@media screen and (min-width: 992px) {
    .merch__recommend{
        padding-bottom: 100px;
    }
    .merch__recommend_title{
        font-size: 32px;
        margin: 0 0 40px;
    }
    .merch__recommend .swiper-slide .merch_text .sort {
        font-size: 20px;
    }
    .merch__recommend .swiper-slide .merch_text .title i {
        font-size: 24px;
    }
}