.modelbox{
    padding-top: 10rem; 
    background:linear-gradient(to bottom, #F7F7F7 70%,#fff 100%); 
} 
.model {
    padding-top: 4rem ;  
    padding-bottom: 4rem ;  
    position: relative;
} 
.model .title{ 
    font-size: 4rem;
    font-family: 'sans-serif-bold', serif; 
    font-weight: bold;
    line-height: 6rem;
    letter-spacing: 0.1em; 
    color: #AF3230;
    text-align: center;  
    position: relative;
    margin: 0 0 4rem;
}

.model .morebox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem 0 0;
}
.model .morebox .morebtn{
    line-height: 4rem;
    border-radius: 2rem; 
    background: #AF3230;
    padding:0 1.6rem;
    font-size: 2rem;
    font-weight: 450; 
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.model .morebox .morebtn .ico{
    width: 0.6rem;
    margin-left: 0.6rem;
    display: block; 
} 

.model .listbox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.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 .price{
    font-weight: 450;
    font-size: 1.4rem; 
color: #AF3230;
}
.model .listbox .info .price .ico{
    font-weight: 800;
}
.model .listbox .info .price .num{
    font-weight: 800;
    font-size: 2.2rem;
}
.pagination{
    margin: 6rem auto 2rem;
}

.main1 {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}
.main1 .navbox {
    display: inline-flex;
    justify-content: center;
    align-items:center;
    border: 1px solid #E2D6D6;
    border-radius: 2.5rem;
    padding: 0.4rem 0.2rem;
    margin: 0 auto;
    font-size: 2.0rem;
    font-weight: 450;
    line-height: 4rem;
    text-align: center;
    color: rgba(35, 24, 21, 0.6);
} 
.main1 .navbox p{
    padding:0 2rem;
    margin: 0 0.2rem;
    border-radius: 2.5rem;
    cursor: pointer;
    min-width: 12.6rem;
    display: flex;
    justify-content: center;
    align-items:center;
}
.navbox p .degar{
    font-family: D-DIN;
font-size: 1.3rem;
font-weight: 500;
color: #FFFFFF;
margin-left: 0.4rem;
background: #AF3230;
border-radius: 1rem;
line-height: 1.8rem;
text-align: center;
min-width:1.8rem ;
padding: 0 0.45rem;
display: block;
border: 1px solid #fff;
}
.main1 .navbox p.on{
    color: #231815;
    background: #E7DEDD;
}
.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.4rem;
    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: 5;
    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;

}
.model1 {
    z-index: 2;
}
.main2 {
    z-index: 1;
    position: relative;
}   
.main2 .filterbox {        
    padding-top: 2rem;
}  
.main2 .filterbox .flex:first-child .selectbox{
    background: rgba(35, 24, 21, 0.05);
    border:none;
}  
.main2 .navbox {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    border-bottom: 1px solid rgba(35, 24, 21, 0.1);
    font-size: 1.6rem;
    font-weight: 350; 
    color: rgba(35, 24, 21,1);
} 
.main2 .navbox p{
    padding:0 0 1rem;
    margin-right:4rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items:center;
    border-bottom:2px solid transparent ;
    white-space: nowrap;
} 
.main2 .navbox p.on{
    color: #AF3230; 
    border-bottom:2px solid #AF3230 ;
}
/* 移动端兼容 */
@media screen and (max-width:750px) {
    header {
        padding: 0;
    }
    header .header{
        display: none!important;
    }
    .modelbox{
        padding-top: 4rem;
        background:url(../images/search_bg.png) top center/100% auto no-repeat; 
    } 
    .headwap{
        background:url(../images/search_bg.png) top center/100% auto no-repeat; 
        display: flex!important;
    }
    .model {
        padding-top: 0 ; 
        padding-bottom: 5rem; 
    } 
    .model .title{ 
        font-size: 2rem;
        line-height: 2.2rem;
        margin: 0 0 2rem;
    }
    .model .morebox { 
        margin: 2rem 0 0;
    } 
    .model .morebox .morebtn{ 
        border-radius: 1.9rem; 
        background: #AF3230; 
        font-weight: 300; 
        color: #FFFFFF; 
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; 
        line-height: 3.2rem;
        border-radius: 1.6rem; 
        padding:0 2rem;
        font-size: 1.4rem;  
    }
    .model .morebox .morebtn .ico{ 
        display: block; 
        width: 0.4rem;
        margin-left: 0.9rem;
    }
    .model .pagination {
        margin: 2rem 0;
    }
    .model .listbox {
        padding: 0;
        justify-content: space-between;
    }
    .model .listbox .box{
        margin-top: 1.6rem;
        margin-right: 0;
        width:48%;
    }
    .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 .price{
        font-size: 1rem;
    } 
    .model .listbox .info .price .num{
        font-size: 1.6rem;
    }  
    .model1{
        padding: 0 4.26%;
    }
.main1 .navbox {     
    font-size: 1.3rem; 
    line-height: 2.8rem;
    padding: 0.1rem 0;
    background: #F1EAEA;
    border: 0;
    margin-top: 0.2rem;
} 
.main1 .navbox p{
    padding:0;
    min-width: 8rem;
    position: relative;
} 
.main1 .navbox p.on{
    background: #AF3230;
    color: #FFFFFF;
}
.navbox p .degar{
font-size: 0.8rem;
line-height: 1.4rem;
min-width:1.4rem ;
padding: 0 0.3rem;
position: absolute;
right: -1rem;
top: -0.2rem;
}
.main1 .searchbox {  
    margin: 1.6rem 0 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; 
}  
.main2 .navbox{
    border-bottom: 0;
}
.main2 .navbox p{
    font-size: 1.3rem;  
}
.main2 .navbox p .degar{ 
position: relative;
right: 0;
top: 0;
} 
.main2 .filterbox {        
    padding-top: 0.8rem;
}  
.main2 .filterbox .flex:first-child .selectbox{
    background:#F1EAEA; 
}  
.wapbanner{
    margin: 2rem 4.26%;
    padding: 0;
    border-radius: 0.8rem;
    overflow: hidden;
}
}