.page-header {
    padding: 25px 0px;
    margin: 0 !important;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
}

.sec-header-head {
    font-size: 30px;
    font-family: Muli-Bold, Muli !important;
    font-weight: bold;
    letter-spacing: 2px !important;
}

.slide {
    width: 100%;
    /* min-height: 200px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slide img {
    width: 100%;
    min-height: 200px !important;
    object-fit: contain;
}

.banner-text {
    /* position: absolute; */
    width: 100%;
    color: #454545;
    z-index: 1;
    /* text-align: center; */
    margin: 35px 50px 20px;
}

.banner-text h1 {
    margin-bottom: 12px;
    font-size: 30px !important;
    letter-spacing: 2px !important;
    font-family: Muli-Bold!important;
    color: #333;
    font-weight: 400;
    text-align: center;
}

.banner_img{
    position: absolute;
}

/* .slide:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 4, 4, .65)), to(rgba(54, 54, 54, .2)));
    background-image: linear-gradient(to top, rgba(4, 4, 4, .65), rgba(54, 54, 54, .2));
} */

.m-collect {
    position: fixed;
    width: 400px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 120;
    background: white;
    overflow-y: auto;
    display: none;
}

.m-collect .m-collect-con {
    height: calc(100vh - 164px);
    overflow-y: auto;
}

.m-collect .m-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 68px;
    position: relative;
    -webkit-box-shadow: 0 -1px rgb(227 227 227 / 60%) inset;
    box-shadow: 0 -1px #e3e3e399 inset;
}

.m-collect .m-title .m-title-name {
    letter-spacing: 1px!important;
    font-family: Muli-Bold!important;
    font-size: 16px;
}

.m-collect .m-title i.iconfont {
    right: 18px;
    position: absolute;
    font-size: 13px;
}

.m-collect-apply {
    padding: 24px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -1px #e3e3e3;
    box-shadow: 0 -1px #e3e3e3;
}

.m-collect-apply button {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    font-family: Muli-Bold!important;
    letter-spacing: 1px!important;
    color: #fff;
    border-color: #000;
    width: 100%;
}

.m-collect-apply button::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    background-color: #000;
}

.m-collect-apply button:hover {
    color: #000;
    background-color: transparent;
}

.m-collect-apply button:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}

.collection {
    display: flex;
}

.collection .collection-left {
    position: sticky;
    top: 108px!important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 200px;
    margin: 0 16px 0 24px;
    padding-bottom: 50px;
    padding-top: 28px;
}

.collection-list {
    color: #333;
    margin-bottom: 32px;
}

.collection-list .content {
    display: none;
}

.collection-list .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    cursor: pointer;
}

.collection-list .title h2 {
    font-family: Muli-Bold, Muli!important;
    font-size: 14px;
    letter-spacing: 1px!important;
}

.collection-list .title .iconfont {
    font-size: 12px;
}

.collection-list .collection-item {
    padding-left: 30px;
    min-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.m-checkbox {
    margin-right: 10%;
    font-size: 16px;
}

.content li {
    font-size: 16px;
}

.collection-list .collection-item button {
    font-weight: 400;
    color: #333;
}

.m-collect-ul {
    margin: 24px;
}

.collection .collection-right {
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
}

.sort {
    margin: 0 15px 10px 15px;
    width: auto;
    padding: 10px 15px;
    display: flex;
}

.sort button {
    color: #333;
    letter-spacing: 1px!important;
    font-family: Muli-Bold!important;
    display: none;
}

.sort label {
    color: #333;
    font-family: Muli-Bold!important;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 44px;
    padding-right: 15px;
    letter-spacing: 1px!important;
}

.sort select {
    appearance: none;
    border: 1px solid #ddd;
    background: #fff;
    min-width: 200px;
    padding: 10px;
    border-radius: 2px;
    color: #333;
    width: 100%;
}

.sort .btn-sort {
    display: none;
}

.sort .sort-div {
    display: flex;
    justify-content: right;
    flex: 1;
}

.sort .sort-select {
    position: relative;
}

.sort i {
    position: absolute;
    pointer-events: none;
    font-size: 14px;
    right: 1px;
    background-color: #fff;
    top: 1px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    width: 38px;
    color: #a5a7b1;
}


/*产品列表*/

.pro-list {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pro-list .pro-list-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 12px 40px 12px;
}

.new-logo {
    position: absolute;
    width: 39px;
    height: 22px;
    margin: 10px;
    left: 0px;
    top: 0px;
}

.new-logo img.new-logo-img {
    z-index: 1;
}

.off-logo {
    display: inline-block;
    width: 75px;
    height: 28px;
    font-size: 14px;
    font-family: Muli-Bold, Muli !important;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    background: url(../img/off_red.png) no-repeat;
    background-size: cover;
    margin-left: -9px;
    margin-top: 8px;
    position: absolute;
    z-index: 1;
}

.pro-img {
    width: 100%;
    display: block;
}

.pro-img:hover .img {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: none;
}

.pro-img img {
    width: 100%;
    display: block;
}

.pro-img .hover-img {
    display: none;
}

.pro-img:hover .hover-img {
    display: block;
}



.pro-title {
    color: #333;
    font-family: Muli-SemiBold!important;
    font-weight: normal;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 7px;
}

.pro-money {
    letter-spacing: 1px;
    font-family: Muli-ExtraBold!important;
    font-size: 12px;
}

.pagination {
    margin: 60px 0;
    text-align: center;
}

.pagination .pagination-nav {
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
}

.pagination .pagination-nav-item {
    display: inline-block;
    padding: 16px 20px;
    font-size: 12px;
    color: #000;
}

.pagination .pagination-nav-item.is-active {
    color: #454545;
    border-bottom: 3px solid;
    border-bottom-color: #454545;
}

.pagination .pagination-nav-item .iconfont {
    font-size: 12px;
}

.text-head {
    color: #333333;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-weight: bold;
}

.recently-list {
    margin: 0 20px;
}

.swiper-button-prev,
.swiper-button-next {
    z-index: 1111;
    opacity: 1;
    color: #454545;
    background: hsla(0, 0%, 100%, .7);
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin-top: 0;
    width: 40px;
}

.swiper-button-next {
    left: unset;
    right: 0;
}

.sort-pop {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 10;
    -webkit-box-shadow: 0 -2px 10px rgb(54 54 54 / 20%);
    box-shadow: 0 -2px 10px #36363633;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    z-index: 120;
}

.sort-pop.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sort-pop .sort-pop-header {
    position: relative;
    padding: 13px 20px;
    border-bottom: 1px solid rgba(227, 227, 227, .4);
    text-align: center;
}

.sort-pop .sort-pop-header i {
    position: absolute;
    left: 20px;
    top: calc(50% - 8px);
    font-size: 12px;
}

.sort-pop .sort-pop-header .sort-pop-title {
    letter-spacing: 1px!important;
    font-family: Muli-Bold!important;
    font-size: 15px;
    font-weight: 400;
}

.sort-pop .sort-pop-list {
    max-height: 385px;
    padding: 18px 0;
}

.sort-pop .sort-pop-list button {
    color: #666;
    letter-spacing: 1px!important;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}

.breadcrumbs {
    position: absolute;
    top: 10px;
    left: 36px;
    z-index: 1;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    color: #454545;
    font-size: 12px;
}

.breadcrumbs ul a {
    color: #454545;
}

@media screen and (min-width: 641px) {
    .pro-list .pro-list-item {
        width: 33.3%;
    }
    .m-collect .m-title i.iconfont {
        right: 30px;
    }
    .collection .collection-right {
        padding: 0 24px;
    }
    .pagination {
        margin: 80px 0;
    }
    .pagination .pagination-nav-item {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media screen and (min-width: 1008px) {
    .recently-list {
        margin: 0 90px 30px 90px;
    }
}

@media screen and (min-width: 1240px) {
    .collection .collection-left {
        margin-right: 10px;
        margin-left: 50px;
    }
    .collection .collection-right {
        padding: 0 50px;
    }
    .pro-list .pro-list-item {
        width: 25%;
    }
    .breadcrumbs {
        left: 50px;
    }
}

@media screen and (max-width: 640px) {
    .pagination {
        margin: 0px 0 42px 0;
    }
    .m-collect {
        width: 80%;
    }
    .sort {
        padding: 0;
        margin: 0;
    }
    .sort .sort-div {
        display: none;
    }
    .sort .btn-sort {
        display: block;
        border-right: 1px solid #e3e3e3;
    }
    .sort button {
        flex: 1;
        font-size: 12px;
        font-weight: 400;
        border-bottom: 1px solid #e3e3e3;
        padding: 13px 0;
        box-sizing: border-box;
    }
    .breadcrumbs {
        left: 24px;
    }
}

@media screen and (max-width: 767px) {
    .off-logo {
        width: 62px;
        height: 22px;
        line-height: 18px;
        font-size: 12px;
        margin-left: -4px;
        margin-top: 5px;
    }

    .banner-text {
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media screen and (max-width: 1160px) {
    .sec-header-head {
        font-size: 18px;
    }
    .banner-text h2 {
        font-size: 18px !important;
        letter-spacing: 1px !important;
    }
    .text-head {
        font-size: 18px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 24px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    .collection .collection-left {
        display: none;
    }
    .sort button {
        display: block;
    }
    /* .breadcrumbs {
        left: 54px;
    } */
}