
.setfixedbox .box.call{
    display: none!important;
}
.setfixedbox .box.collect{
    display: block;
}

.modelbox{
    padding-top: 10rem;
} 
.linknav {
    margin: 2rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 450;
    color: rgba(35, 24, 21, 0.5);
}

.linknav a:last-child {
    color: #231815;
}

.linknav i {
    margin: 0 1rem;
}
.detailflex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 12.5rem;
}
.detailflex .imglist {
    width: 51.7rem;
}
.detailflex .imglist .bigimg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 51.7rem;
    height: 51.7rem;
    margin-bottom: 2.4rem;
}
.detailflex .imglist .swiperbox,
.detailflex .imglist .swiper{
    position: relative;
    overflow: hidden;
}
.detailflex .imglist .swiper{
    width: 90%;
    margin: 0 auto;
}
.detailflex .imglist .swiper .swiper-slide{
    width: 8rem;
    height: 8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.detailflex .imglist .swiper .swiper-slide::before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.detailflex .imglist .swiper .swiper-slide:hover::before{ 
    background: rgba(255, 255, 255, 0); 
}
.detailflex .imglist .swiper .swiper-slide-active::before{
    display: none;
}
.swiperbox  .btn { 
    position: absolute;
    top: calc(50% - 0.8rem); 
    z-index: 1; 
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
}
.swiperbox  .btn.prev{
    background: url(../images/prev2.png) center no-repeat;
    background-size:contain;
    left: 0;
}
.swiperbox  .btn.next{
    background: url(../images/next2.png) center no-repeat;
    background-size:contain;
    right: 0;
}
.detailflex .detail {
    width: calc(100% - 55.7rem);
}
.detailflex .detail .title{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.6rem; 
    color: #231815;
    text-align: left;
}
.detailflex .detail .tiprow{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 1.2rem 0 ;
}
.detailflex .detail .tiprow span{ 
    margin-right: 0.8rem;
    font-size: 1.2rem;
    font-weight: 450;
    line-height: 2.0rem; 
    color: #9B691C;
    padding: 0 1rem;
    border: 0.5px solid #D7AF71;
    border-radius: 0.4rem;
}
.detailflex .detail .pricebox{
    background: url(../images/pricebg.png) bottom right no-repeat;
    background-size: cover;
    padding:2.8rem 2rem 2rem;
    position: relative;
    margin: 3rem 0;
}
.detailflex .detail .pricebox .txtbox{
    font-size: 1.6rem;
    font-weight: 450;
    line-height: 3.2rem;
    color: rgba(35, 24, 21, 0.7);
    margin-bottom: 2.4rem;
}
.detailflex .detail .pricebox .txtbox p{
    padding-left: 2.2rem;
    position: relative;
}
.detailflex .detail .pricebox .txtbox p::before{
    content: '';
    width: 1.2rem;
    height: 1.2rem; 
    background: url(../images/icon_star.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 1rem;
}
.detailflex .detail .pricebox .price{ 
    display: flex;
    justify-content: flex-start;
    align-items:flex-end;
}
.detailflex .detail .pricebox .price .label{
    font-size: 1.6rem;
    font-weight: 450;
    line-height: 3rem; 
    color: #231815;
} 
.detailflex .detail .pricebox .price .num{
    margin: 0 0.6rem 0 1.2rem;
    font-family: D-DIN-PRO;
    font-size: 2.8rem;
    color: #AF3230;
    font-weight: 800;
}
.detailflex .detail .pricebox .price .num span{   
font-size: 1.6rem;   
} 
.detailflex .detail .pricebox .price .wei{
    font-size: 1.4rem;
font-weight: 450;
line-height: 3rem;
color: #AF3230;
} 
.detailflex .detail .pricebox .logo{
    width: 13rem;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}
.detailflex .detail .datelist{
    margin:1.6rem 0 ;
}
.detailflex .detail .datelist .overdown{
    display: none;
}
.detailflex .detail .datelist,
.detailflex .detail .datelist .flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.detailflex .detail .datelist .label{
    width: 8rem;
    font-size: 1.6rem;
    font-weight: 450;
    line-height: 2.8rem; 
    color: #231815;
}
.detailflex .detail .datelist .flex{
    flex-wrap: wrap;
    width: calc(100% - 9.2rem);
    max-height: 8.8rem;
    overflow: auto;
}
.detailflex .detail .datelist .flex .li{
    border-radius: 0.4rem; 
    border: 1px solid #E5E5E5;
    margin-bottom: 1rem;
    margin-right: 1rem; 
    min-width: 45%;
    padding:0 2.2rem;
    font-size: 1.5rem;
    font-weight: 450;
    line-height: 3.2rem; 
    color: rgba(35, 24, 21, 0.6);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}
.detailflex .detail .datelist .flex .li:hover{
    color: #AF3230; 
}
.detailflex .detail .datelist .flex .li.on{
    color: #AF3230;
    border: 1px solid #AF3230;
}
.detailflex .detail .datelist .flex .li .txt{ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.detailflex .detail .datelist .flex .li span.address{
    max-width: 8rem;
    margin-left: 1rem;
    display: block; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detailflex .detail .typebox{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; 
    border: 0.5px solid #D7AF71;
    border-radius: 0.4rem;
    padding: 0.6rem 0.8rem;
}
.detailflex .detail .typebox span{
    font-size: 1.6rem;
    font-weight: 450;
    line-height:1.8rem; 
    color: #9B691C;
    padding: 0 0.8rem;
}
.detailflex .detail .typebox span+span{
    border-left: 1px solid #D7AF71;
} 
.detailflex .detail .btn{
    margin-top: 5.3rem;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 5.6rem;
    color: #fff;
    background: #AF3230;
    border-radius: 3rem;
    text-align: center;
    width: 100%;
    max-width: 32.2rem;
    
}
.detailflex .detail .btn:hover{
    background: rgba(193, 53, 51, 1);
}

/* @media screen and (min-width:750px) { */
@media screen and (min-width:1500px) {
.detailflex .detail.fixed {
    width: 20.8%;
    position: fixed;
    right:7rem;
    top: 11.6rem;
    z-index: 8;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 0.4rem;
    box-shadow: 0px 0px 30px 0px rgba(52, 12, 12, 0.06);
    padding: 2rem;
} 

.detailflex .detail.fixed .title{
    font-size:1.8rem;
    line-height: 2.8rem; 
}  
.detailflex .detail.fixed .pricebox{
    background: none;
    padding:0;
    margin: 2.4rem 0;
}
.detailflex .detail.fixed .pricebox .price{ 
    display: flex;
    justify-content: flex-start;
    align-items:flex-end;
} 
.detailflex .detail.fixed .pricebox .price .num{
    font-size: 2.4rem;
}
.detailflex .detail.fixed .pricebox .price .num span{   
font-size: 1.4rem;   
} 
.detailflex .detail.fixed .pricebox .price .label, 
.detailflex .detail.fixed .pricebox .price .wei{ 
line-height: 2.4rem; 
} 
.detailflex .detail.fixed .datelist{
    display: block;
    position: relative;
} 
.detailflex .detail.fixed .datelist .label{
    width: auto; 
    margin-bottom: 1.2rem;
}
.detailflex .detail.fixed .datelist .flex{
    display: block;
    width: calc(100%);
    max-height: calc(100vh - 65rem);
    padding-bottom: 7rem;
}
.detailflex .detail.fixed .datelist .flex .li{
    margin-top: 0.8rem;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    max-width: none; 
} 
.detailflex .detail.fixed .datelist .flex .li span.address{ 
    max-width: none; 
}
.detailflex .detail.fixed .datelist .overdown{
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.3733) 26%, rgba(255, 255, 255, 0.7307) 42%, rgba(255, 255, 255, 0.8835) 62%, #FFFFFF 80%);
    font-size: 1.2rem;
    color: rgba(35, 24, 21, 0.3);
    padding-top: 6rem;
    width: 100%;
}
.detailflex .detail.fixed .datelist .overdown .icon{
    width: 1rem;
    display: block;
    margin: 0 auto;
}
.detailflex .detail.fixed .pricebox .txtbox,
.detailflex .detail.fixed .pricebox .logo,
.detailflex .detail.fixed .typebox{
   display: none;
}


.detailflex .detail.fixed .btn{
    margin-top: 3rem;
    font-size: 1.6rem;   
    max-width: none;

}
}




.fixedmodel{
    background: linear-gradient(180deg, #F9F3F1 0%, rgba(254, 249, 242, 0) 99%);
}
.fixedbox{
    max-width: 810px; 
    margin: 0 auto;
    width: 55%;
    border-bottom: 1px solid #D8D8D8;
}
.fixedbox .navrow{
    display: flex; 
    margin-bottom: 3rem;
}
.fixedbox .navrow .row{
    width: 0;
    height: 3.3rem;
}
.fixedbox .navbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3.3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #231815;
}
.fixedbox .navbox.fixed{
    position: fixed;
    top: -2px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: inset 0px -1px 0px 0px #E5E5E5;
    z-index: 9;
    padding: 1rem 0;
}
.fixedbox .navbox p{
    padding: 0.8rem 2rem;
    border-radius: 2.5rem;
    margin: 0 6rem;
    
    font-family: 'sans-serif', serif;  
    font-weight: 400; 
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}
.fixedbox .navbox p:hover{
    color: #AF3230;
}
.fixedbox .navbox p.on{
    background: rgba(175, 50, 48, 0.1);
    color: #AF3230;
    
    font-family: 'sans-serif-bold', serif;
    font-weight: bold;
}
.fixedbox .navbox p+p::before{
    content: '';
    width: 0px;
    height: 2.5rem;
    opacity: 0.1; 
    border: .1rem solid #231815;
    position: absolute;
    left: -6rem;
    top: calc(50% - 1.25rem);
}
.fixedbox .box{
    padding-bottom: 10rem;
}


.fixedbox .box .linebox{
    margin-top: 4rem;
}
.fixedbox .box .linebox .li{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fixedbox .box .linebox .li::before{
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/icon_circle.png) center no-repeat;
    background-size: contain;
    position: absolute;
    border-radius: 50%; 
    left: 10.5rem;
    top: 1.2rem;
    z-index: 2;
}
.fixedbox .box .linebox .li::after{
    content: '';
    width: 1px;
    height: 100%; 
    background: #af3230;
    position: absolute;
    left: 11.2rem;
    top: 2rem;
    z-index: 2;
}
.fixedbox .box .linebox .li:last-child:after{
    display: none;
}
.fixedbox .box .linebox .li .day{
    font-size: 2.4rem; 
    font-family: 'sans-serif-bold', serif;
    font-weight: bold;
    line-height: 4.0rem; 
    color: #AF3230;
    width: 9.5rem;
}
.fixedbox .box .linebox .li .infolist{
    width: calc(100% - 15.5rem);
    font-size: 1.6rem;
    line-height: 2.8rem; 
}
.fixedbox .box .linebox .li .infolist .info{
    margin-bottom: 3rem;
}
.fixedbox .box .linebox .li .infolist .tit{
    font-weight: bold;
    color: #3D3D3D;
}
.fixedbox .box .linebox .li .infolist .txt{ 
    font-weight: 450; 
    color: rgba(35, 24, 21, 0.7);
    margin-top: 0.8rem;
}
.fixedbox .box .tips{ 
    font-size: 1.6rem;
    font-weight: 450;
    line-height: 2.8rem;
    color: rgba(35, 24, 21, 0.6);
}
.fixedbox .box .txtbox{
    margin-top: 4rem;
}
.fixedbox .box .txtbox h3{
    font-size: 2.4rem;
    line-height: 4.0rem;
    color: #AF3230;
    font-family: 'sans-serif', serif;  
    font-weight: 400; 
    margin-top: 3rem;
}
.fixedbox .box .txtbox p{
    margin-top: 0.8rem;
    font-size: 1.6rem;
    font-weight: 450;
    line-height: 2.8rem;
    color: rgba(35, 24, 21, 0.7);
}






.model {
    padding-top: 5rem ;  
    padding-bottom: 5rem ;  
    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 .title .titico{
    width: 0.9rem;
    vertical-align: text-top;
margin-top: 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 .box:hover  .imgbox .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;
    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;
}

/* 移动端兼容 */
@media screen and (max-width:750px) {
    
body{ 
    overflow-x: hidden;
}
header .header{
    display: none!important;
}
.modelbox{
    padding-top: 0;
}  
.linknav {
    display: none;
} 
.detailflex{
    display:block;
    padding-bottom: 1.6rem;
}
.detailflex .imglist {
    width:100vw;
    margin-left: -5vw;
}
.detailflex .imglist .bigimg{ 
    width: 100%;
    height: 100vw;
    display: block;
    margin-bottom: 1.6rem;
}
.detailflex .imglist .swiperbox,
.detailflex .imglist .swiper{
    display: none;
}
.detailflex .imglist .swiper{
    width: 90%;
    margin: 0 auto;
}
.detailflex .detail {
    width: calc(100% );
}
.detailflex .detail .title{
    font-size: 1.4rem;
    line-height: 2.2rem; 
}
.detailflex .detail .tiprow{ 
    margin: 1rem 0 ;
} 
.detailflex .detail .pricebox{
    background: url(../images/pricebg.png) bottom right no-repeat;
    background-size: cover;
    padding:1.2rem 1.6rem 1.6rem;
    position: relative;
    margin: 1.6rem 0;
}
.detailflex .detail .pricebox .txtbox{
    font-size: 1.3rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
} 
.detailflex .detail .pricebox .txtbox p::before{ 
    top: 0.7rem;
} 
.detailflex .detail .pricebox .price .label{
    font-size: 1.3rem;
    line-height: 2.4rem; 
} 
.detailflex .detail .pricebox .price .num{
    margin: 0 0.6rem 0 0.4rem; 
    font-size: 2.4rem;
}
.detailflex .detail .pricebox .price .num span{   
font-size: 1.2rem;   
} 
.detailflex .detail .pricebox .price .wei{
    font-size: 1.2rem;
line-height: 2.4rem;
} 
.detailflex .detail .pricebox .logo{
    width: 8.6rem;
    position: absolute;
    right: 1.2rem;
    bottom: 1.8rem;
}

.detailflex .detail .datelist{
    margin:1.2rem 0 ;
    display: block;
}  
.detailflex .detail .datelist .label{
    width: auto;
    font-size: 1.4rem;
    line-height: 2rem; 
    margin-bottom: 0.8rem;
}
.detailflex .detail .datelist .flex{
    width: calc(100%);
    max-height: none; 
    flex-wrap: nowrap;
}
.detailflex .detail .datelist .flex .li{ 
    margin-bottom: 0;
    margin-right: 0.8rem; 
    min-width: auto;
    padding:0.6rem 1.2rem;
    font-size: 1.3rem;
    line-height: 2rem;   
    flex-wrap: wrap;
} 
.detailflex .detail .datelist .flex .li span.address{
    max-width: none;
    margin-left: 0;
    display: block; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detailflex .detail .typebox{ 
    padding: 0.7rem 0.4rem;
}
.detailflex .detail .typebox span{
    font-size: 1.3rem;
    line-height:1.5rem; 
}
.detailflex .detail .typebox span+span{
    border-left: 1px solid #D7AF71;
    font-weight: 600;
    font-family: D-DIN;
} 
.detailflex .detail .btnbg{
    position: fixed;
    left:0;
    bottom: 0;
    width: 100vw;
    padding: 0.8rem 1.6rem;
    background: #fff;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.06),inset 0px 1px 0px 0px #EEEEEE;
    z-index: 99;
}
.detailflex .detail .btn{ 
    width: calc(100%);
    line-height: 4.2rem;
    font-size: 1.6rem;
    margin: 0;
    max-width: none;
} 

 
.fixedbox{  
    width: 100%; 
}
.fixedbox .navrow{
    display: flex; 
    margin-bottom: 1.6rem;
} 
.fixedbox .navbox{ 
    font-size: 1.4rem;   
}
.fixedbox .navbox.fixed{ 
    background: #fff;
    box-shadow: inset 0px -1px 0px 0px #E5E5E5;
    z-index: 101;
    padding: 1rem 0;
}
.fixedbox .navbox p{
    padding: 0 1.4rem; 
    margin: 0 1.2rem; 
} 
.fixedbox .navbox p+p::before{
    height:1.8rem;
    left: -1.2rem;
    top: calc(50% - 0.9rem);
}
.fixedbox .box{
    padding-bottom: 4rem;
} 
.fixedbox .box .linebox{
    margin-top: 2rem;
}    
.fixedbox .box .linebox .li .day{
    font-size: 1.2rem; 
    line-height: 2rem;  
    width: 3.4rem;
}
.fixedbox .box .linebox .li::before{ 
    left: 3.4rem;
    top: 0.5rem; 
}
.fixedbox .box .linebox .li::after{
   
    left: 4.2rem;
    top: 1rem;
    z-index: 2;
}
.fixedbox .box .linebox .li .infolist{
    width: calc(100% - 6.2rem);
    font-size: 1.3rem;
    line-height: 2rem; 
}
.fixedbox .box .linebox .li .infolist .info{
    margin-bottom: 2.4rem;
} 
.fixedbox .box .linebox .li .infolist .txt{ 
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 0.6rem;
}
.fixedbox .box .tips{ 
    font-size: 1.2rem; 
}
.fixedbox .box .txtbox{
    margin-top: 2.4rem;
}
.fixedbox .box .txtbox h3{
    font-size: 1.4rem;
    line-height: 2rem;  
}
.fixedbox .box .txtbox p{ 
    font-size: 1.2rem; 
    line-height: 1.8rem; 
}

    .model {
        padding-top: 1.6rem; 
        padding-bottom: 4rem; 
    } 
    .model .title{ 
        font-size: 2rem;
        line-height: 2.2rem;
        margin: 0 0 2rem;
    }
    .model .title .titico{
        width: 0.5rem; 
    }
    .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 .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;
        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;
    }  
}