.banner-container{
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    height: 0;
}
.banner-container img{
    max-height: 41.6rem;
    object-fit: cover;
    object-position: bottom;
}
.container{
    width: 1500px;
    margin: 2rem auto;
}


.labels-container{

}
.labels-row{
    margin-bottom: 3px;
    background: #F6F6F6;
    display: table;
    width: 100%;
}
.labels-name{
    background: #656565;
    color: #fff;
    width: 140px;
    display: table-cell;
    font-size: 1.8rem;
    padding: 0 1rem;
    height: 3.4rem;
    vertical-align: middle;
    line-height: 3.4rem;
    box-sizing: content-box;
}

.labels-content{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 1.8rem;
    padding: 0 1rem;
}
.labels-content .labels-value{
    cursor: pointer;padding: .6rem 1.4rem;display: inline-block;
    font-size: 1.6rem;color: #333;
}
.labels-content .labels-value.active{
    color:  var(--framing-main-color);
    font-weight: bold;
}
.labels-content .label-input{
    width: 4rem;text-align: center;font-size: 1.4rem;height: 2rem;
    line-height: 2.2rem;
}
.labels-content .label-input:first-child{
    margin-left: .6rem;
}
.labels-content .label-input+.labels-value{
    margin-left: 4rem;
}
.labels-content .width-unit-box{
    display: inline-block;margin-right: 6px;
}
.labels-content .width-unit-box .layui-btn{
    width: 3rem; font-size: 1.4rem;
    background: #ccc;
    margin-left: 6px;
}
.labels-content .width-unit-box .layui-btn.active{
    background: var(--framing-main-color);
    color: #fff;
}


.labels-content .label-select-box{
    position: relative;
    display: none;
    color: #fff;
    height: 2rem;
    background: #ADADAD;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0 6px;
    vertical-align: middle;
    width: 3rem;
    margin: 0 3px;
}
.labels-content .label-select-box span{
    float: right;font-size: 12px;
    position: relative;
    top: 1px;left: 2px;
}
.labels-content .label-select-box select{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.labels-content .label-select-box .layui-form-select{
    position: absolute;
    left: 0;
    top: 0;
}

.labels-content .label-select-box .layui-form-select .layui-input{
    background: none;
    color: #fff;
    border: none;
    height: 2rem;
    width: 100%;
    padding-left: .5rem;
    padding-right: 0;
}

.labels-content .label-select-box .layui-form-select .layui-edge{
    right: 0;
    border: none;
}
.labels-content .label-select-box .layui-form-select .layui-edge:after{
    content: '∨';
}
.labels-content .label-select-box .layui-form-select dl{
    top: 2rem;padding: 0;
}
.labels-content .label-select-box .layui-form-select dl dd{
    color: #333;
}
.labels-content .label-select-box .layui-form-select dl dd.layui-this{
    background-color: var(--framing-main-color);color: #fff;
}


.nav-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.breadcrumb{
    display: flex;
    align-items: center;
}
.breadcrumb span{
    margin: 0 1rem;
    font-size: 2rem;
}
.breadcrumb a,.breadcrumb h1,.breadcrumb h3{
    font-size: 2.6rem;
    color: #333;
}
.other-nav{
    display: none;
}
.other-nav button{
    font-size: 2rem;
    border-radius: 8px;
    height: 3rem;
    padding: .5rem 1.5rem;
    line-height: 2rem;
    margin-right: .8rem;
    background: var(--framing-main-color);
}
.other-nav .frame-search{
    position: relative;
    display: none;
}
.other-nav .frame-search input{
    width: 15rem;
    border-radius: 10px;
    background: #F6F6F6;
    border: none;
    padding: .5rem 1rem .5rem 4rem;
    font-size: 1.6rem;
    box-shadow: 0 1px 2px #cfcfcf inset;
}
.other-nav .frame-search input::-webkit-input-placeholder {
    color: #ccc;
}
.other-nav .frame-search span{
    position: absolute;
    left: 1.3rem;
    top: .6rem;
    font-size: 1.4rem;
}



.product-list{
    margin-top: 1.5rem;
    margin-left: -1%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2px;
}
.product-item{
    width: 19%;
    margin-left: 1%;
    /*padding: 1.5rem;*/
    border: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: 0 0 2px #eee;
    margin-bottom: 1.5rem;
}
.product-item:hover{
    box-shadow: 0 0 14px rgba(38,38,38,.2);
    transition: all .2s linear 0s;
}
@media screen and (max-width: 1281px){
    .product-item{
        width: 24%;
    }
}
.product-item .product-image{
    position: relative;
    top: -.4px;
    padding:1.5rem;
    height: 24rem;
    display: flex;
    align-items: center;
    background: #fff;
    padding-bottom: .5rem;
}
.product-item .product-image a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
}
.product-item .product-image img{
    width: 100%;max-height: 100%;object-fit: contain;
}
.frame-studio-box{
    display: flex;
    justify-content: space-between;
    height: 10rem;
}
.frame-studio-box .frame-studio-item{
    width: 48%;background: #ddd;
    text-align: center;box-sizing: border-box;
    padding: 2rem;flex: none;
}
.frame-studio-box .frame-studio-item.background-main{
    background: var(--framing-main-color);
}
.frame-studio-title{
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.frame-studio-subtitle{
    font-size: 1.6rem;
}




.product-item .product-image .collect-action{
    display: none;
    position: absolute;right: .5rem;top: 1.5rem;cursor: pointer;
    color: var(--framing-main-color); text-align: right;font-size: 2.2rem;margin-top: -1rem;
}
.product-item .product-content{
    padding: 0 1.5rem;
}
.product-item .product-name{
    font-size: 2.2rem;padding: 3px 0;
    border-bottom: 1px solid #bdbdbd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item .product-info{
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
    line-height: 2.2rem;display: flex;justify-content: space-between;
}
.product-item .product-info:last-child{
    border-bottom: none;
}
.product-item .product-info span{
    width: 45%;flex: none;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item .product-info .product-info-label{
    color: #A0A0A0;
}
.product-item .product-operate{
    margin-top: .8rem;
    display: flex;justify-content: space-between;
    padding: 0 1.5rem 1.5rem;
}
.product-item .product-operate button,.product-item .product-operate a{
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom,#232323,#656565);
    border: none;
    width: 48.5%;height:28px;font-size: 1.4rem;color: #fff;
    line-height: 28px;transition: all .3s;
}

.product-item .product-operate button:hover,.product-item .product-operate a:hover{
    background: linear-gradient(to bottom,var(--framing-main-color),rgba(var(--framing-main-color-opacity),0.8));
}


.product-pages{
    text-align: center;
}


.also-title{
    margin-top: 3rem;
    margin-bottom: 1.8rem;
    font-size: 3.4rem;
}
.also-item{

}
.also-image{
    position: relative;
}
.also-image img{
    width: 100%;
}
.also-image .also-mask{
    position: absolute;
    left: 0;right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
}
.also-image .also-btn{
    display: inline-flex;
    margin-top: 22%;
    height: 4.6rem;
    align-items: center;
    font-size: 3rem;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 2rem;
    transition: all .3s;
    border-radius: 5px;
}
.also-image .also-btn:hover{
    background: #fff;
    color: #333;
}
.also-caption{
    font-size: 2.6rem;margin-top: 1rem;margin-bottom: .5rem;
}
.also-content{
    font-size: 1.9rem;color: #999;margin-top: 2rem;
}


@media screen and (max-width: 1600px){
    .container{
        width: 1200px;
    }
    .product-item .product-image{
        height: 20rem;
    }
}

@media screen and (max-width: 1281px){
    .container{
        width: 1024px;
    }
    .product-item .product-image{
        height: 18rem;
    }
}



@media screen and (max-width: 1024px){
    .container{
        width: 92%;
    }
    /*.nav-title{*/
        /*display: block;*/
    /*}*/
    .breadcrumb{
        /*margin-bottom: 1.2rem;*/
        overflow: auto;
    }
    .breadcrumb a, .breadcrumb h1, .breadcrumb h3{
        font-size: 1.8rem;white-space: nowrap;
    }
    .breadcrumb span{
        margin: 0 .5rem;
    }
    .other-nav {
        display: none;
    }
    .other-nav .frame-search{
        width: 100%;
    }
    .other-nav .frame-search input{
        width: 100%;box-sizing: border-box;
    }
    .other-nav .frame-search input{
        border-radius: 5px;
        padding-left: 3rem;
        padding-top: .6rem;padding-bottom: .4rem;
    }
    .other-nav button{
        font-size: 1.2rem;
        margin-left: 1rem;
        margin-right: 0;
        height: 2.5rem;
        padding: .5rem;
        line-height: 1.6rem;
        border-radius: 4px;
    }
    .labels-name{
        width: 90px;
        font-size: 1.5rem;
        padding: 0 .5rem;
    }
    .labels-content{
        padding: .5rem .3rem;
    }
    .labels-content .label-input{
        width: 3.2rem;
    }

    .labels-content .labels-value{
        padding: .6rem;font-size: 1.2rem;
    }
    .labels-content .label-select-box{
       font-size: 1.3rem;
    }
    .product-list{
        margin-left: -1%;
    }
    .product-item {
        width: 24%;
        margin-left: 1%;
        padding: .6rem;
    }
    .product-item .product-image{
        height: auto;
    }
    .product-item .product-name{
        font-size: 1.8rem;
        white-space: nowrap;
    }
    .product-item .product-content{
        padding: 0 .5rem;
    }
    .product-item .product-info{
        font-size: 1rem;
    }
    .product-item .product-operate{
        padding: 0 0.5rem 0.5rem;
    }

    .also-title{
        font-size: 2.6rem;
    }
    .also-item{
        margin-bottom: 2rem;
    }
    .also-image .also-btn{
        font-size: 2rem;height: 3.6rem;line-height: 3.6rem;
    }
    .also-content{
        margin-top: 1rem;
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 880px){
    .product-list{
        margin-left: -3%;
    }
    .product-item {
        width: 47%;
        margin-left: 3%;
        padding: .6rem;
    }
    .product-item .product-image{
        height: auto;
    }


    .product-item .product-content{
        padding: 0;
    }
    .product-item .product-name{
        font-size: 1.4rem;
    }
    .product-item .product-info span{
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .product-item .product-operate {
        flex-wrap: wrap;
    }
    .product-item .product-operate button, .product-item .product-operate a{
        width: 100%;
        margin-bottom: .5rem;
    }
}



.page-title-wrapper{
    margin-top: 1.8rem;
    background: rgba(171, 170, 170, 0.3);
}
.page-title-wrapper p{
    padding: 1.4rem;
    font-size: 1.4rem;
}