  
.model {
    padding-top: 6rem;  
    padding-bottom: 4rem;  
    position: relative;
    z-index: 1;
}  
.model .listbox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.model.kymodel {
    background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 90%, rgba(255, 255, 255, 0) 100%);
}
.model.kymodel .listbox{
    margin-bottom: 10rem;
}
.model .listbox .box{
    margin-top: 2rem;
    margin-right: 2rem;
    width: calc(25% - 1.5rem);
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 0.9rem;
    position: relative;
}
.model .listbox .box:nth-child(4n){
    margin-right: 0;
}
.model .listbox .imgbox{
    position: relative;
    overflow: hidden;
}.listbox .imgbox:hover .bg{
    transform: scale(1.1);
} 
.model .listbox .tips{
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    width: calc(100% - 2.4rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.model .listbox .tips span{
    border-radius: 0.2rem; 
    background: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(5px);
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: 450;
    line-height: 2rem; 
    color: #FFFFFF;
    margin-right: 1rem;
    display: block;
}

.model .listbox .info{
    padding: 2rem 2rem 3rem;
}
.model .listbox .info .tit{
    font-size: 1.8rem;
    font-weight: 450;
    line-height: 2.8rem;
    height: 5.6rem;
    color: #231815; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.model .listbox .flex{  
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.6rem 0 2.5rem;
}
.model .listbox .flex span{
    font-size: 1.5rem;
    font-weight: 450;
    line-height: 2.4rem; 
    color: #9B691C;
    padding:0 1.2rem;
    display: block;
    position: relative;
}
.model .listbox .flex span+span::after{
    content: '';
    width: 1px;
    height: 1rem;
    background: rgba(215, 174, 113, 0.2);
    position: absolute;
    left: 0;
    top: calc(50% - 0.5rem);
}
.model .listbox .flex span:first-child{
    padding-left: 0;
}
.model .listbox .info .starbox{ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 450;
    line-height: 2.4rem; 
    color: #9B691C;
    margin: 0 0 0.6rem;
    white-space: nowrap;
}
.model .listbox .info .starbox .ico{
    width: 1.6rem;
    display: block;
    margin-left: 0.8rem;
} 
.model .listbox .info .price{
    font-weight: 450;
    font-size: 1.4rem; 
    line-height: 2.4rem;
    color: #AF3230;
    margin-top: 2.4rem; 
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}
.model .listbox .info .price .noprice{ 
color: rgba(35, 24, 21, 0.3);
margin-left: 0.5rem;
}
.model .listbox .info .price .ico{
    font-weight: 800;
}
.model .listbox .info .price .num{
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 3rem;
    margin-right: 0.4rem;
} 
.model .pagination{
    margin: 6rem auto;
}
.model1{
    padding-bottom: 0;
    z-index: 10;
}
.model2{
    padding-top: 0;
}
.main1 {
    max-width: 880px;
    margin: 0 auto ;
    text-align: center;
}
@media screen and (min-width:750px) {
    .model1 .navbox.fixed  {
        position: fixed;
        top: -1rem;
        margin: 0;
        left: 0;
        width: 100%;
        background: #fff; 
        padding:2rem calc(50% - 500px);
        z-index: 2;
    }  
    .model1 .navbox.fixed.paddingtop  {
        top: 0;
        padding-top: 10rem;
    }
}
.navbox {
    display: flex;
    justify-content: space-between;
    align-items:center;  
    margin: 2rem auto;
    font-size: 2.0rem;
    font-weight: 450;
    line-height: 3rem;
    text-align: center;
    color: #231815;
} 
.navbox p{ 
    cursor: pointer; 
    white-space: nowrap;
}
.navbox p:hover{
    color: #AF3230;
}
.navbox p.on{
    font-weight: bold;
    color: #AF3230;
}
.main1 .searchbox {
    position: relative;
    /* overflow: hidden; */
    margin: 2.4rem 0;
    z-index: 1;
} 
.main1 .searchbox .input{
    border-radius: 3rem;
    line-height: 5.2rem;
    border: 2px solid #AF3230;
    font-size: 1.6rem;
    font-weight: 450;
    text-align: left;
    width: 100%;
    padding: 0 2.4rem;
} 
.main1 .searchbox .btn{
    font-size: 1.8rem;
    font-weight: bold; 
    text-align: center; 
    color: #FFFFFF;
    padding: 0 4rem;
    line-height: 5.6rem;
    cursor: pointer;
    border-radius: 3rem;
    background: #AF3230;
    position: absolute;
    right: 0;
    top: 0;
} 
.main1 .searchbox .searchline{
    border-radius: 1.6rem; 
    background: #FFFFFF;
    box-shadow: 0 .8rem 1.6rem 0 rgba(39, 6, 5, 0.08);
    position: absolute;
    top: calc(100% + 1.2rem);
    left: 0;
    width: 100%;
    padding: 2.4rem;
    z-index: 1;
    text-align: left;
    display: none;
}
.main1 .searchbox .searchline .searchreturn{
    display: none;
}
.main1 .searchbox .searchline .tit{
    font-size: 1.2rem;
    font-weight: 500; 
    color: #999999;
    display: block;
}
.main1 .searchbox .searchline .link{
    font-size: 1.4rem;
    color: #231815;
    margin-top: 1.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.main1 .searchbox .searchline .link .ico{
    width: 1.6rem;
    display: block;
    margin-left: 0.8rem;
}
.main1 .searchbox .searchline .link .tip{
    margin-left: 0.8rem;
    font-size: 1rem; 
    line-height: 1.5rem;
color: #9B691C; 
padding:0.3rem 0.8rem;

}
.main1 .typebox {
    margin: 2rem 0;
    border: 1px solid #E5E5E5;
    border-radius: 1.6rem;
    padding: 2rem 2rem 0.8rem;
}  
.main1 .typebox .list,
.main1 .typebox .list .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}
.main1 .typebox .list .flex{
    justify-content: flex-start;
    flex-wrap: wrap; 
    width: calc(100% - 11.2rem);
}
.main1 .typebox .list .label{ 
    font-size: 1.6rem;
    font-weight: bold;
    color: #231815;
    width: 10rem;
    margin-right: 1.2rem;
}
.main1 .typebox .list .flex .link{
    font-size: 1.6rem;
    font-weight: 450; 
    color: rgba(35, 24, 21, 0.6);
    margin-bottom: 1.6rem;
    margin-right: 2rem;
} 
.main1 .typebox .list.checkbox .label{
    font-size: 1.4rem;
    color: rgba(35, 24, 21, 0.6);
}
.main1 .typebox .list.checkbox {
    align-items: center;
} 
.main1 .typebox .list.checkbox .flex{ 
    width: calc(100% - 16.2rem);
}
.main1 .typebox .list.checkbox .flex span{
    color: #9B691C;
    font-size: 1.4rem;
    padding: 0 1rem;
    margin-right: 1rem;
    border: 1px solid rgba(35, 24, 21, 0.1);
    border-radius: 3rem;
    line-height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.main1 .typebox .list.checkbox .flex span .ico{
    cursor: pointer;
    width: 1.2rem;
    opacity: 0.5;
    display: block;
    margin-left: 0.4rem;
}
.main1 .typebox .list.checkbox .clearbtn{ 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 450; 
    color: rgba(35, 24, 21, 0.6);
    cursor: pointer;
} 
.main1 .typebox .list.checkbox .clearbtn .icon{
    width: 1.6rem;
    display: block;
    margin-right: 0.6rem;
} 
.storebg1{
    width: 26%;
    position: absolute;
    top:10rem;
    left: 0;
    z-index: -1;
}
.storebg2{
    z-index: -1;
    width: 29%;
    position: absolute;
    top: 10rem;
    right: 0;
}   
/* .filterbox .btn.on{
    background: #D7AF71;
    color: #FFFFFF;
    border: 0;
}  */
.guarantee,
.guarantee .li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 1.8rem; 
    color: #231815;
}
.guarantee .li{
    justify-content: center;
    width: 32%;
    background: #F0F0F0;
    border-radius: 0.8rem;
    padding: 1.7rem 0;
}
.guarantee .li .icon{
    width: 3.2rem;
    display: block;
    margin-right: 0.8rem;
}
.model .titimg{
    margin-top: 4rem;
}
/* 移动端兼容 */
@media screen and (max-width:750px) {  
.model {
    padding-top: 0rem  ; 
    padding-bottom: 0rem  ; 
}   
.model .pagination{
    margin: 2rem 4.25% 5rem;
}
.model .listbox { 
    justify-content: space-between;
}
.model .listbox .box{
    margin-top: 0.8rem;
    margin-right: 0;
    width:calc(50% - 0.4rem);
}
.model .listbox .tips{
    position: absolute;
    bottom: 0.8rem;
    left: 0.8rem;
    width: calc(100% - 1.6rem); 
}
.model .listbox .tips span{ 
    padding: 0 0.6rem;
    font-size: 1rem;
    line-height: 1.4rem; 
    margin-right: 0.4rem;
    margin-top: 0.4rem; 
}

.model .listbox .info{ 
    padding: 0.6rem 0.8rem ;
}
.model .listbox .info .tit{
    font-size: 1.2rem;
    height: 3.2rem;
    line-height: 1.6rem;
}
.model .listbox .flex{   
    margin: 0.6rem 0;
}
.model .listbox .flex span{
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0 0.4rem;
}  
.model .listbox .info .starbox{  
    font-size: 1rem; 
    line-height: 1.2rem;   
}
.model .listbox .info .starbox .ico{
    width: 0.8rem;
    display: block;
    margin-left: 0.4rem;
} 
.model .listbox .info .price{
    font-size: 1rem;
    margin-top:1rem;
    line-height: 1.8rem;
} 
.model .listbox .info .price .num{
    font-size: 1.6rem;
    line-height: 2.4rem;
} 
.headwap{
    background: #fff;
    display: flex!important;
}
.headwap .navbox {     
    font-size: 1.3rem; 
    line-height: 3rem;
    padding: 0.2rem ;
    background: #F1EAEA;
    border: 0;
    border-radius: 3rem;
} 
.headwap .navbox p{
    padding:0 1.2rem;
    min-width: 8rem;
    border-radius: 3rem;
    position: relative;
} 
.headwap .navbox p.on{
    background: #AF3230;
    color: #FFFFFF;
} 
.tabbanner{
    padding: 5rem 2rem 2rem;
}
.tabbanner .bg{ 
    border-radius: 0.8rem;
    overflow: hidden;
}
.main1 .searchbox {  
    margin: 1.4rem 0;
} 
.main1 .searchbox .input{ 
    line-height: 3.2rem; 
    font-size: 1.2rem;
    padding: 0 2rem;
} 
.main1 .searchbox .btn{
    font-size: 1.4rem; 
    padding: 0 2rem;
    line-height: 3.6rem; 
}  
.main1 .typebox {
   display: none;
}  
.main1 .storebg1 , 
.main1 .storebg2 { 
    display: none;
}
 .filterbox{
    margin-bottom: 0.8rem;
 } 
 .swiperbox {
    padding: 0 4.26%;
 }
 .swiperbox .label{
    font-size: 1.4rem;
    font-weight: bold; 
    color: #3D3D3D;
    margin: 2rem 0 1.2rem;
}
.swiperbox .swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 1rem;
}
.swiperbox .swiper .swiper-slide{
    border-radius: 0.8rem;
    overflow: hidden;
}
.swiperbox .swiper .tit{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    font-size: 1.2rem; 
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.3rem 0.8rem 0.8rem;
    text-align: center;
}
.banner .pagination { 
    position: absolute;
    bottom: 0;    
    left: 0; 
    width: 100%;
    z-index: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
} 
.banner .pagination .swiper-pagination-bullet{
    width: 1.2rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    background: #333;
    opacity: 0.5;
    margin:0 0.2rem;
    transition: all 0.3s ease 0s;
} 
.banner .pagination .swiper-pagination-bullet-active{
    opacity: 1;
    width: 2.6rem;
}    
.guarantee{
    padding: 2rem 0 1rem;
} 
.guarantee .li{ 
    font-size: 1.2rem;  
}
.guarantee .li{ 
    width: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.guarantee .li .icon{
    width: 2rem;
    display: block;
    margin-right: 0.4rem;
} 
}