/* 字体引用 */  

@font-face {
    font-family: 'sans-serif';
    src: url('../font/FZBIAOYSJW.woff2') format('woff2'),
        url('../font/FZBIAOYSJW.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sans-serif-bold';
    src: url('../font/FZZYSJW.woff2') format('woff2'),
        url('../font/FZZYSJW.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../font/D-DIN-PRO-700-Bold.otf');
    font-weight: 700;
    font-style: normal;
}
/* 字体引用结束 */

/* 默认样式 */
html,
body {
    width: 100%;
    position: relative;   
    font-family:PingFang SC,'Noto Sans SC','Microsoft YaHei',Helvetica,Arial,system-ui;
    font-weight: 400; 
}   
body *::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

body *::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 1px;
    background: #ddd; 
}

body *::-webkit-scrollbar-track {
    width: 3px;
    border-radius: 1px;
    background: transparent;
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    font-size: inherit;
    box-sizing: border-box;
} 

a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
}

hr {
    border: 0;
    display: block;
}
 
i {
    font-style: normal;
}

input,
textarea {
    font-size: inherit;
    font-family: inherit;
    background: transparent;
}

input:focus-visible,
textarea:focus-visible,
input:focus,
textarea:focus {
    background: transparent;
    outline: none;
}

input:-webkit-autofill {
    box-shadow: none;
    background-color: transparent !important;
    -webkit-text-fill-color: #313336;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    outline: none;
    -webkit-text-fill-color: #313336;
    transition: background-color 5000s ease-out 0.5s;
}


select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none; 
    padding-right: 1.4rem;
    background:url(../images/icon_down.png) calc(100% - 1rem) center no-repeat;
    background-size: 2rem auto;
    font-size: inherit;
}

select::-ms-expand {
    display: none;
}

.pc {
    display: block;
}

.wap {
    display: none !important;
} 
.bg {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
} 
.filterbox{
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}
.filterbox .flex{ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.filter { 
    cursor: pointer;
    border: 1px solid rgba(35, 24, 21, 0.1);
    border-radius: 3rem;
    padding: 0 1.6rem;
    line-height: 3.4rem;
    height: 3.6rem;
    font-size: 1.6rem;
    font-weight: 450; 
    color: rgba(35, 24, 21, 0.6);
    margin-right: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    user-select: none;
    z-index: 1;
}
.selectbox.filterbtn{
    font-size: 1.2rem;
    font-weight: 450;  
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.6rem;
    padding: 0 1.2rem;
    background: #F1EAEA;
    border-radius: 1.5rem;
} 
.selectbox.filterbtn .selectinput{  
    background:url(../images/icon_filter.png) right center no-repeat;
    background-size: 1.2rem auto;
    width: 4.2rem;  
    padding-right: 1.6rem;
}
.selectbox.filterbtn .label{
    font-size: 1.4rem;
    margin: 0.6rem 0;
font-weight: bold; 
color: #231815;
} 
.selectbox.filterbtn.focus{ 
    color: #fff;
    background: #AF3230;
} 
.selectbox.filterbtn.focus .selectinput{ 
    color: #fff;
    background:url(../images/icon_filter1.png) right center no-repeat;
    background-size: 1.2rem auto; 
}
.filterbox .placeholder{  
    z-index: -1;
    padding: 0 1.6rem;
    position: absolute;
    top: 0;
    left:0;
}
.filterbox .filter:hover {  
    color: #231815;
}
.filterbox .selectinput{
    width: 11rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: transparent;
    line-height: inherit;
    height: inherit;
    font-size: inherit; 
    background:url(../images/icon_down1.png) right center no-repeat;
    background-size: 1.6rem auto;
    padding-right: 2rem;
    color: #231815;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.selectbox.focus .selectinput{ 
    background:url(../images/icon_up.png) right center no-repeat;
    background-size: 1.6rem auto;
} 
.filter.pricesort.up,
.filter.pricesort.down,
.filter.btn.on{
    border: 1px solid #231815;
    color: #231815;
}
.filter.pricesort .icon{
    width: 1.6rem;
    display: block;
    margin-left: 0.4rem;
}
.filter.pricesort .icon img{
    display: none;
}
.filter.pricesort .icon img:first-child{
    display: block;
}
.filter.pricesort.up .icon img:nth-child(2){
    display: block;
}
.filter.pricesort.down .icon img:last-child{
    display: block;
} 
.filter.pricesort.down .icon img:nth-child(2),
.filter.pricesort.down .icon img:first-child,
.filter.pricesort.up .icon img:first-child,
.filter.pricesort.up .icon img:nth-child(2n+1){
    display: none;
} 
.selectbox .options{
    background: #fff;
    border-radius: 0.8rem;
    box-shadow: 0px 4px 16px 0px rgba(39, 6, 5, 0.08);
    padding: 1rem 1rem 2rem;
    position: absolute;
    line-height: 2rem;
    min-width: 24rem; 
    top: calc(100% + 0.8rem);
    left: 0;
    z-index: 9;
    display: none;
}
.selectbox .options::after{ 
    content: '';
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
 }
.selectbox.focus .options{
    display: block;
}
.selectbox .options .option{
    font-size: 1.4rem;
    font-weight: 450;
    line-height: 2.4rem;
    color: rgba(35, 24, 21, 0.6);
    padding: 1.2rem 1.6rem;
    border-radius: 0.4rem;
    margin-bottom: 0.4rem;
    white-space: nowrap;
    position: relative;
}
.selectbox .options .option:hover{
    background: rgba(35, 24, 21, 0.05);
}
.selectbox .options .option.on{
    background: rgba(35, 24, 21, 0.05);
}
.selectbox .options .option.on::after{
    content: '';
    width: 1rem;
    height: 0.7rem;
    background: url(../images/icon_sele.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 1.6rem;
    top: calc(50% - 0.35rem);
}
.selectbox .options .btnbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.8rem;
}
.selectbox .options .btnbox .btn{
    width: 48%;
    font-size: 1.4rem;
    font-weight: bold; 
    color: #AF3230;
    text-align: center;
    line-height: 4rem;
    border-radius: 3rem; 
    border: 1px solid #AF3230;
    cursor: pointer;
}
.selectbox .options .btnbox .btn.confirm{
    color: #FFFFFF;
    border: 1px solid #AF3230; 
    background: #AF3230;
}
.selectbox .options .searchbox{
    position: relative;
    margin-bottom: 2rem;
}
.selectbox .options .input{
    width: 100%;
    border: 1px solid rgba(35, 24, 21, 0.1);
    border-radius: 3rem;
    line-height: 4.4rem;
    font-size: 1.4rem;
    padding: 0 2rem 0 5.2rem;
    background: url(../images/icon_search_g.png) 2rem  center no-repeat;
    background-size: 2rem 2rem;
}
.selectbox .options .searchbox .btn{
    display: none;
}
.selectbox .options .navbox{
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 350; 
    color: rgba(35, 24, 21,1);
    margin-bottom: 2rem;
    position: relative;
} 
.selectbox .options .navbox::before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(35, 24, 21, 0.1);
}
.selectbox .options .navbox p{
    padding:0 0 1rem;
    margin:0 3rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items:center;
    border-bottom:2px solid transparent ;
    white-space: nowrap;
} 
.selectbox .options .navbox p.on{
    color: #AF3230; 
    border-bottom:2px solid #AF3230 ;
}
.selectbox .options .hot{
    margin: 1.6rem 0;
    position: relative; 
}
.selectbox .options .hot .label{
    font-size: 1.4rem;
font-weight: bold; 
color: #231815;
margin-bottom: 0.9rem;
}
.selectbox .options .hot .flex{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 350; 
    color: rgba(35, 24, 21,1);
} 
.selectbox .options .hot .flex p{
    padding: 0 1.8rem;
    margin-right: 1.2rem;
    border: 1px solid rgba(35, 24, 21, 0.1);
    border-radius: 3rem; 
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.selectbox .options .hot .flex p.on{
    color: #AF3230;
    border: 1px solid #AF3230;
}
.selectbox .options .lineflex{
    max-height: 30vh;
    overflow: auto;
}
.selectbox .options .checklistbox{
    margin-top: 1rem;
    position: relative;
    flex-wrap: wrap;
}
.selectbox .options .checklistbox,
.selectbox .options .checklistbox .flex{
    display: flex; 
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.4rem; 
    line-height: 2.5rem;
    color: rgba(35, 24, 21, 0.6);
    white-space: nowrap;
} 
.selectbox .options .checklistbox .flex{
    width: calc(100% - 8.6rem);
    margin-left: 1.6rem;
    flex-wrap: wrap;
    max-height: 7rem; 
    overflow: hidden;
}
.selectbox .options .checklistbox.show .flex{
    max-height: none;
}
.selectbox .options .checklistbox .flex span{
    padding: 0 1rem;
    margin-right: 1rem;
    border: 1px solid rgba(35, 24, 21, 0.1);
    border-radius: 3rem; 
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.selectbox .options .checklistbox .flex span .ico{
    cursor: pointer;
    width: 1.2rem;
    opacity: 0.5;
    display: block;
    margin-left: 0.4rem;
}
.selectbox .options .checklistbox .showbtn{
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; 
    width: 100%;
} 
.selectbox .options .checklistbox.show .showbtn{
    display: none;
}
.selectbox .options .checklistbox .showbtn .icon{
    width: 1.6rem;
    display: block;
}
.selectbox .domestic{
    display: none;
}
/* 城市选择 */ 
.selectcityflex {   
    position: relative;
    display: block;
}
.selectcityflex .citylist{
    max-height: 24vh;
    overflow: auto;
    margin-top: 1.6rem;
    min-width: 47rem;
}
.selectcityflex .citylist .list { 
    display: flex; 
    justify-content: space-between;
    align-items: flex-start;
}
.selectcityflex .citylist .list+.list { 
    margin-top: 1.6rem;
}
.selectcityflex .citylist .list .tit{ 
    font-size: 1.6rem; 
    font-weight: 600;
    color: #231815;
    line-height: 2rem;
}
.international .selectcityflex .citylist .list .tit{ 
    padding-left: 2rem;
    position: relative;
}
.selectcityflex .citylist .list .tit .check{ 
    position: absolute;
    left: 0;
    top: calc(50% - 0.7rem);
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.2rem;
    border: 1px solid #AF3230;
}
.selectcityflex .citylist .list .tit.on .check{ 
    border: 0;
    background: url(../images/icon-sel.png) center/cover no-repeat; 
}
.international .selectcityflex .citylist .list .lis{ 
    width: calc(100% - 8.6rem);
}
.selectcityflex .citylist .list .lis{ 
    width: calc(100% - 6rem);
    display: flex; 
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
} 
.selectcityflex .citylist .list .lis p{
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 1.2rem;
    margin-right: 2.4rem;
    line-height: 2rem;
    font-size: 1.4rem; 
    color: rgba(35, 24, 21, 0.6);
} 
.selectcityflex .citylist .list .lis p.on{
    color: #AF3230;
    font-weight: bold;
}
.selectcityflex .firstlist{ 
    display: flex; 
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.6rem;  
    color: rgba(35, 24, 21, 0.6);
    white-space: nowrap;
}
.selectcityflex .firstlist p{
    margin-right: 3rem;
    padding-bottom: .6rem;
    cursor: pointer;
} 
.selectcityflex .firstlist p.on{
    color: #231815;
    font-weight: 600;
    border-bottom: 2px solid #AF3230;
}
/* 提示信息 */
#toastbody {
    position: fixed;
    z-index: 100;
    top: 12vh; 
    left: 0;
    width: 100%;
    transition: opacity 1.5s ease 0s;
    text-align: center;
}
#toast {
    box-sizing: border-box; 
    max-width: 90vw;
    display: inline-block;
    text-align: center;
    background: #313336;
    box-shadow: 0px 0.8rem 1rem 0px rgba(49, 51, 54, 0.1200);
    border-radius: 0.4rem;
    line-height: 22px;
    /* margin: 0 auto; */
    padding: 8px 2rem;
    font-size: 16px;
    color: #FFFFFF;  
}
@keyframes slideToRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(2rem);
    }
    100% {
        transform: translateX(0);
    }
} 

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; 
}

header .header{
    padding: 2.8rem 6.25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    color: #FFFFFF;
}
header.bbg{
    background: #fff; 
}
header.bbg .header{
    color: #231815;
}
header .logobox{
    width: 12.3%;
    flex-shrink: 0;
}
header .logobox img:last-child{
    display: none;
}
header.bbg .logobox img:first-child{
    display: none;
}
header.bbg .logobox img:last-child{
    display: block;
}
header .menulist{
    display: flex;
    justify-content: center;
    align-items: center; 
    font-weight: 250; 
}
header .menulist .link{
    position: relative;
    cursor: pointer;
    margin: 0 2.5rem;
    white-space: nowrap;
    padding: 0.8rem 0;
}
@media screen and (max-width:1600px) {
    
header .menulist .link{ 
    margin: 0 1.5rem; 
}
}
header .menulist .link::after{
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
    transition: width 0.2s linear 0s; 
}
header.bbg .menulist .link::after{
    background: #AF3230;
}
header .menulist .link.on::after,
header .menulist .link:hover::after{
    width: 100%;
}
header .btnbox, 
header .btnbox .location,
header .btnbox .loginout,
header .btnbox .loginbox{ 
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
header .btnbox .search{
    width: 2.6rem;
    display: block;
    cursor: pointer;
}
header .btnbox .search img:last-child{
    display: none;
}
header.bbg .btnbox .search img:first-child{
    display: none;
}
header.bbg .btnbox .search img:last-child{
    display: block;
}
header .btnbox .loginbox,
header .btnbox .loginout ,
    header .btnbox .location {
        font-weight: 250;
        margin-left: 4rem;
        cursor: pointer;
    }  
header .btnbox .loginout .user{
    position: relative;
    cursor: pointer;
} 
header .btnbox .loginout .user::before{
    content: '';
    width: 1px;
    height: 1.8rem;
    background: rgba(255, 255, 255, 1); 
    position: absolute;
    left: -2rem;
    top: calc(50% - 0.9rem);
}
header.bbg .btnbox .loginout .user::before{ 
    background: rgba(35, 24, 21, 0.1);
}
header .btnbox .loginout .getout{
    cursor: pointer;
    margin-left: 0.8rem; 
    /* color: rgba(255, 255, 255, 0.6); */
    opacity: 1;
}  
header.bbg .btnbox .loginout .getout{
    opacity: 0.6;
}
header .btnbox .location .icon{
    width:2.4rem;
    display: block;
    margin-right: 0.6rem;
}
header .btnbox .location .icon img:last-child{
    display: none;
}
header.bbg .btnbox .location .icon img:first-child{
    display: none;
}
header.bbg .btnbox .location .icon img:last-child{
    display: block;
}
header .selectprop{ 
    display: none;   
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
header .selectprop .close{
    width: 2.4rem;
    display: block;
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
}
header .selectprop .con{
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
    width: 90%;
    max-width: 610px; 
    border-radius: 1rem; 
    background: #FFFFFF;
    padding:3.2rem 2.4rem;
}
header .selectprop .title{
    font-size: 2rem; 
line-height: 3rem;  
font-weight: 500;
color: #3D3D3D;
text-align: center;
}
header .selectprop .searchbox {
    position: relative; 
    margin: 3.2rem 0 2rem; 
} 
header .selectprop .searchbox .input{
    border-radius:2.5rem;
    line-height:4.4rem;
    font-size: 1.4rem;  
    border: 1px solid #AF3230; 
    font-weight: 450;
    text-align: left;
    width: 100%;
    padding: 0 2.4rem;
} 
header .selectprop .searchbox .btn{
    font-size: 1.6rem;
    padding: 0 2rem;
    line-height:4.6rem;
    border-radius:2.5rem;
    font-weight: bold; 
    text-align: center; 
    color: #FFFFFF;
    cursor: pointer;
    background: #AF3230;
    position: absolute;
    right: 0;
    top: 0;
}  
header .selectprop .mylocation{
    margin: 2rem 0;
}
header .selectprop .mylocation .label{
    font-size: 1.6rem; 
    color: rgba(35, 24, 21, 0.4);
    margin-bottom: 1.2rem;
}
header .selectprop .mylocation .citybox{
    font-size: 1.6rem;
    padding: 0 2rem;
    border-radius:2.5rem ;
    line-height: 4.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #231815;
    background: #F7F7F7;
    cursor: pointer;
}
header .selectprop .mylocation .citybox .icon{
    width: 2.4rem;   display: block;
    margin-right: 0.6rem;
} 
.modelbox{
    position: relative; 
    /* overflow: hidden;  */
}
.modelbox>.bbgmodel{
    background-color: #fff;
}
.footbg{  
    position: relative; 
    z-index: 1; 
    background:#fff; 
}    
footer .bgfooter {   
    width: 100%; 
    position: absolute;
    bottom:0;
    left: 0;
    z-index: -1;
}   
footer{ 
    padding: 9.5vw 0 12rem;
    position: relative;
    z-index: -1;
    font-size: 1rem;
}

@media screen and (max-width:1200px) and (min-width:750px) { 
    footer{  
        font-size: 9px;
    }
}
footer .title{ 
    font-size: 8rem; 
    letter-spacing: 0.08em; 
    font-family: 'sans-serif', serif; 
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 15.5rem;
    padding: 0 6.25%;
} 
footer .title .titico{
    width: 1.1rem;
    vertical-align: text-top;
    margin-top: 1rem;
}

footer .footflex{ 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding:10rem   6.25% 5.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .logobox .logo{
    width: 35.6rem;
    display: block;
}
footer .callbox{ 
    margin-top: 9.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .callbox .list{
    margin-right: 6rem;
} 
footer .callbox .list .tit{ 
font-size: 1.6rem; 
color: rgba(255, 255, 255, 0.6); 
margin-bottom: 2rem;
}
footer .callbox .list .tit .ico{
    width: 2rem;
    display: block;
    margin-right: 1rem;
} 
footer .callbox .list .link{
font-size: 2.4rem;
font-weight: 450;
line-height: normal; 
white-space: nowrap;
color: #FFFFFF;
}
footer .callbox .list .tit,
footer .callbox .list .flex{ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
footer .callbox .list .flex{  
    margin-top: 2.4rem; 
}
footer .callbox .list .flex .box{
    width: 2.4rem;
    margin-right: 2rem;
    display: block;
    position: relative;
    cursor: pointer;
}
footer .callbox .list .flex .box:last-child{
    margin-right: 0;
}
footer .callbox .list .flex .box .qrprop{
    position: absolute;
    bottom: calc(100% + 1.5rem);
    left: calc(50% );
    transform: translateX(-50%);
    display: none;
}
footer .callbox .list .flex .box .qrcodebox{
    padding-bottom: 1rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(39, 6, 5, 0.12);
    font-size: 1.2rem; 
    line-height: 2.0rem;
    text-align: center; 
    color: rgba(35, 24, 21, 0.6);
    border-radius: 0.6rem;
}
@media screen and (min-width:750px) {
footer .callbox .list .flex .box:hover .qrprop{
    display: block;
}
}
footer .callbox .list .flex .box .qrcodebox::before{
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: calc(50% - 0.6rem);
    top:calc(100% - 0.6rem);
    transform: rotate(45deg);
    background: #fff;
}
footer .callbox .list .flex .box .qrcodebox .code{
    width: 18rem;
    display: block;
    margin: 0 auto ;
    border-radius: 0.6rem;
}
footer .linklist{
    width: calc(100% - 45rem);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
footer .linklist .list+.list{
    margin-left: 13%;
}
footer .linklist .list .tit .ico{
    display: none;
}
footer .linklist .list .tit{
font-size: 1.7em;
font-weight: 600; 
color: #FFFFFF;
display: block;
margin-bottom: 1.23em;
white-space: nowrap;
}
footer .linklist .list .link{
    display: block;
    font-size: 1.5em; 
    line-height: 1.86em;
    color: rgba(255, 255, 255, 0.7);
    max-width: 11.3em;
    margin-top: 0.67em;
}
footer .linklist .list .link{
    cursor: pointer;
}
footer .linklist .list .link:hover{
    color: rgba(255, 255, 255, 1);
}
footer .copyright{
    font-size: 1.2em;
font-weight: normal;
line-height: 2.34em;
color: rgba(255, 255, 255, 0.6); 
padding: 6rem 6.25% 0;
}
footer .copyright .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
footer .copyright .flex a{
    margin: 0 0.8rem;
    cursor: pointer;
}
footer .copyright .flex a:hover{
    color: rgba(255, 255, 255, 1);
}

.setfixedbox{
    position: fixed;
    right: 1rem;
    bottom: 14.4rem;
    z-index: 9;
}
.setfixedbox .setbox{
    width: 5rem;
    border-radius: 0.8rem;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 1.2rem 0px rgba(0, 0, 0, 0.08);
}
.setfixedbox .box {
    cursor: pointer; 
    font-size: 1.2rem;
    color: rgba(35, 24, 21, 0.8);
    text-align: center;
    white-space: nowrap;
    padding-bottom: 1.2rem;
    position: relative;
}
.setfixedbox .box:hover ,
.setfixedbox .box.on {
    color: #AF3230;
}
.setfixedbox .box+.box::before {
content: '';
width: 2rem;
border-bottom: 1px solid #EEEEEE;
position: absolute;
left: calc(50% - 1rem);
top: 0;
}
.setfixedbox .box.collect{
    display: none;
}
.setfixedbox .box .icon{
    padding: 1.2rem;
    display: block;
}
.setfixedbox .box .icon .bg:last-child{
    display: none;
}
.setfixedbox .box:hover .icon .bg:first-child,
.setfixedbox .box.on .icon .bg:first-child{
    display: none;
}
.setfixedbox .box:hover .icon .bg:last-child,
.setfixedbox .box.on .icon .bg:last-child{
    display: block;
}
.setfixedbox .box .propbox{
    position: absolute;
    right: calc(100%);
    bottom: 0;
    padding-right: 1rem;
    display: none;
}
.setfixedbox .box:hover .propbox{
    display: block;
}
.setfixedbox .box .propbox .con{
    background: linear-gradient(185deg, rgba(255, 255, 255, 0.97) 40%, rgba(255, 251, 245, 0.8) 91%);
    border: 1px solid #EEEEEE;
    border-radius: 0.8rem;
    padding: 4rem 6.6rem 4rem 3.4rem;
    text-align: left;
}
.setfixedbox .box .propbox .con .tit{
    font-size: 1.6rem; 
color: #231815;
margin-bottom: 1.2rem;
}
.setfixedbox .box .propbox .con .link{
    font-family: FZYouHeiS;
font-size: 2.4rem;
font-weight: 550; 
color: #231815;
}
.setfixedbox .totop{
    border-radius: 0.8rem;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 1.2rem 0px rgba(0, 0, 0, 0.08);
    padding: 1.2rem;
    cursor: pointer;
    width: 5rem;
    margin-top: 1.2rem;
    display: none;
}
.banner{
    position: relative;
}
.banner .txtimg{
    position: absolute;
    width: 26.8rem;
    top: 35.5%;
    left: 6.25%;
}
.model .line{
    margin: 0 auto;
    display: block;
    width: 1px;
    height: 5rem; 
    position: relative;
    top: -2.5rem; 
}
.model .line::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #AF3230;
    transition: all 0.3s linear 0.2s;
}
.model .line.animateUp::after{
    height: 5rem;
}

.model .titimg{
    height: 11.6rem;
    display: block;
    position: relative;
    left: 2rem;
    margin: 8rem auto 6rem; 
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.pagination p {
    font-size: 1.3rem;
    color: #313336;
    width: 3.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 3.2rem;
    height: 3.2rem;
    border-radius: 0.4rem;
    margin: 0 0.8rem;
    cursor: pointer;
    border: 1px solid rgba(34, 34, 34, 0.1);
}

.pagination p:hover {
    color: #AF3230;
}

.pagination p.pageno.on {  
    color: #FFFFFF;
    background: #AF3230;
    border: 1px solid #AF3230;
}

.pagination p img {
    width: 1.2rem;
    display: block;
}

.pagination p img:nth-child(2) {
    display: none;
}

.pagination p.pagebtn:hover img:nth-child(1) {
    display: none;
}

.pagination p.pagebtn:hover img:nth-child(2) {
    display: block;
}

.pagination p.pagebtn.no:hover img:nth-child(1) {
    display: block;
}

.pagination p.pagebtn.no:hover img:nth-child(2) {
    display: none;
}
.emptybox{
    width: 30rem;
    text-align: center;
    margin:16rem auto ;
    font-size: 1.6rem;
    color: #999;
}
.emptybox p{
    margin-top: -3rem;
}
.wp{
    padding: 0 18.75%;
}
.wp1{
    padding: 0 12.5%;
}
.model .morebox .morebtn:hover{
    background: rgba(193, 53, 51, 1);
}
.searchbox .btn:hover{
    background: rgba(193, 53, 51, 1)!important;
}
.listbox .info .price .num{
    font-family: D-DIN;
}
@media screen and (max-width:1920px) { 
    .wp{
        padding: 0 calc(50vw - 600px);
    }  
    .wp1{
        padding: 0 calc(50vw - 720px);
    } 
    @media screen and (max-width:1500px) { 
        .wp1{
            padding: 0 30px;
        }
         @media screen  and (max-width:1260px) { 
            .wp{
                padding: 0 30px;
            } 
         }
     }   
 }  
/* 移动端兼容 */
@media screen and (max-width:750px) {
 
    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }  
    
    .wp,
    .wp1{
        padding: 0 5%;
    }
    #toast {
        padding: 8px 16px;
        font-size: 1.3rem;  
    }

    header .header{ 
        padding: 1rem 5.33%;
        font-size: 1.4rem; 
        color: #231815;
    } 
    header .logobox{
        width: 13.5rem;
    } 
    header .menubody{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9); 
        backdrop-filter: blur(14px); 
        z-index: 1;
    }
    header .header .head{ 
        padding: 1rem 5.33%;
        display: flex!important;
        justify-content: space-between;
        align-items: center; 
    } 
    header .conbox{
        height: calc(100vh - 10rem); 
        display: flex;
        justify-content: space-between;
        align-items: center; 
        flex-direction: column;
    }
    header .menulist{
        display: block; 
        color: #231815;
        padding: 2rem 5.33%;
        width: 100%;
    }
    header .menulist .link{
        display: block;
        text-align: center;
        font-weight: 450;
        margin: 0 ;
        padding: 2rem 0;
        border-bottom: 1px solid #EEEEEE;
    }
    header .menulist .link:last-child{
        border-bottom: 0;
    }
    header .menulist .link::after{
       display: none;
    } 

    header .loginbox.wap{
        font-weight: 450;
        margin-left: 0;
        /* position: fixed;
        bottom: 8rem; */
        width: 100%;
        padding: 5.33%;
        display: flex!important;
        justify-content: space-between;
        align-items: center;  
    } 
    header .loginbox a{
        display: block;
        width: 48%;
        line-height: 4.4rem;
        border-radius: 2.2rem;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 450;
    }
    header .loginbox a.login{
        border: 1px solid #AF3230;
        background: #AF3230;
        color: #fff;
    }
    header .loginbox a.register{
        border: 1px solid rgba(35, 24, 21, 0.1);
        color: #231815;
    }
    header .btnbox .close,
    header .btnbox .menubtn,
    header .btnbox .search{
        width: 2.4rem;
        display: block;
        cursor: pointer;
        margin-left: 1.6rem;
    }
    header .btnbox .menubtn img:last-child{
        display: none;
    }
    header.bbg .btnbox .menubtn img:first-child{
        display: none;
    }
    header.bbg .btnbox .menubtn img:last-child{
        display: block;
    }

    header .selectprop .close{
        width: 2.4rem;
        display: block;
        position: absolute;
        top: 1.2rem;
        right: 1.6rem;
    }
    header .selectprop .con{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: none;
        z-index: 102;
        border-radius: 1.2rem 1.2rem 0 0;  
        padding: 1.6rem;
    }
    header .selectprop .title{
        font-size: 1.6rem;
        line-height: 2.2rem; 
    }
    header .selectprop .searchbox {
        margin: 2rem 0; 
    } 
    header .selectprop .searchbox .input{
        border-radius:2rem;
        line-height:4rem;
        font-size: 1.3rem; 
    } 
    header .selectprop .searchbox .btn{
        font-size: 1.3rem;
        padding: 0 2rem;
        line-height:4.2rem;
        border-radius:2rem;
    } 
    header .selectprop .mylocation .label{
        font-size: 1.3rem; 
        margin-bottom: 1rem;
    }
    header .selectprop .mylocation .citybox{
        font-size: 1.2rem;
        padding: 0 1rem;
        border-radius:0.4rem ;
        line-height: 3.2rem;
    }
    header .selectprop .mylocation .citybox .icon{
        width: 1.6rem;
     
    }

    .footbg {  
        background:#fff;
        padding-bottom: 0;
    }    
    footer .bgfooter {    
        top:-32vw;
        left: 0;
        z-index: -1;
    }   
    footer{ 
        z-index: -1;
        background:linear-gradient(180deg,transparent 0%,rgba(175, 50, 48, 1) 60%, rgba(175, 50, 48, 1) 100%);
        padding: 6.8rem 0 5rem;
        position: relative;
    }
    footer .title{
        font-size: 2.2rem; 
        margin-bottom: 0;
        padding: 0 5.33%;
    } 
    footer .title .titico{
        width: 0.6rem;
        vertical-align: text-top;
        margin-top: 0;
    }
    
    footer .footflex{ 
        display:block;
        padding:6.2rem 5.33% 3rem;
        border-top:0;
    }
    footer .logo{
        width: 56%;
    }
    footer .callbox{ 
        margin-top: 0;
        display: block;
    }
    footer .callbox .list{
        margin-right: 0;
        margin-top: 1.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    } 
    footer .callbox .list .tit{ 
    font-size: 1.3rem;  
    margin-bottom:0;
    }
    footer .callbox .list .tit .ico{
       display: none;
    } 
    footer .callbox .list .link{
        font-size: 1.3rem; 
    } 
    footer .callbox .list .flex{  
        margin-top: 0;
    }
    footer .callbox .list .flex .ico{
        width: 1.6rem;
        display: block;
        margin-left: 1rem;
        margin-right: 0;
    } 
    footer .callbox .list .flex .box .qrprop{
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 101; 
        transform: none;
    }
    footer .callbox .list .flex .box .qrcodebox{
        padding: 3.6rem 2.4rem 4.5rem; 
        background: url(../images/qrbg.png) top center /100% auto no-repeat #fff;
        font-size: 1.4rem;  
        border-radius: 1.6rem;
        position: absolute; 
        bottom: 60%;
        left: 50%;
        width: 92%;
        transform: translate(-50%,50%);
    }   
    footer .callbox .list .flex .box .qrcodebox::before{
        display: none;
    }
    footer .callbox .list .flex .box .qrcodebox .tit{
        width: 45%;
        display: block;
        margin: 0 auto;
    }
    footer .callbox .list .flex .box .qrcodebox .close{
        width: 3.2rem;
        position: absolute;
        bottom: -5.6rem;
        left: calc(50% - 1.6rem);
    }
    footer .callbox .list .flex .box .qrcodebox .code{
        width: 15rem;
        display: block;
        border: 1px solid #000000;
        border-radius: 1.2rem;
        margin: 2.8rem auto 1.8rem;
    }
    footer .linklist{
        width: 100%;
        display: block;
        margin-top: 1.2rem;
    }
    footer .linklist .list{
        margin-left: 0!important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 1.7rem 0;
    }
    footer .linklist .list:last-child{
        border-bottom: 0;
    }
    footer .linklist .list .tit .ico{
        display: block;
        width: 0.7rem;
        position: absolute;
        right: 0.5rem;
        top: calc(50% - 0.5rem); 
        transition: all 0.3s linear 0s; 
    }
    footer .linklist .list.on .tit .ico{
        transform: rotate(90deg);
    }
    footer .linklist .list .tit{
    font-size: 1.4rem;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    }
    footer .linklist .list .overbox{
        display: none;
        padding-top: 1rem;
    } 
    footer .linklist .list .link{
        display: block;
    font-size: 1.2rem; 
    line-height: 1.4rem;
    max-width: none;
    margin-top: 1.5rem;
    }
    footer .copyright{
        text-align: center;
        line-height: 2rem;
        padding: 0 5.33%;
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.3);
    }  
    footer .copyright .flex:first-child a{
        margin: 0;
    }
    .setfixedbox .setbox{
        width: 4rem; 
    }
    .setfixedbox .box {
        cursor: pointer; 
        font-size: 1rem; 
        padding-bottom: 1rem; 
    } 
    .setfixedbox .box .icon{
        padding: 1rem 1rem 0.6rem;
        display: block;
    }
    .setfixedbox .totop{ 
        padding: 1rem;
        cursor: pointer;
        width: 4rem;
        margin-top: 1.2rem;
        display: none;
    }
    .model .line{
        top: -1.5rem;
        height: 3rem;
    } 
    .model .line.animateUp::after{
        height: 3rem;
    }  
    .model .titimg {
        display: block;
        position: relative;
        height: 6.1rem;
        left: 1rem;
        margin: 4rem auto 2rem;
    } 

    .emptybox{
        width: 20rem;
        text-align: center;
        margin:16rem auto ;
        font-size: 1.3rem;
        color: #999;
    }
    .emptybox p{
        margin-top: 0;
    }

    /* 移动端二级页面头部 */
.headwap{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 4rem;
    padding:0.8rem 1.6rem;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
} 
.headwap .back{
    width: 2.4rem;
    margin-right: 3.6rem;
}
.headwap .back img:last-child{
    display: none;
}
.headwap.bbg .back img:first-child{
    display: none;
}
.headwap.bbg .back img:last-child{
    display: block;
}
.headwap .title{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem; 
    color: #fff;
}
.headwap.bbg .title{
    color: #3D3D3D;
}
.headwap .right{
    width: 6rem;
}
.headwap .city{
    display: flex;
    justify-content: center;
    align-items:center;
    white-space: nowrap;
    font-size: 1.2rem; 
    line-height: 2.2rem; 
    color: #fff;
}
.headwap.bbg .city{
    color: #3D3D3D;

}
.headwap .city .icon{
    width: 1.6rem;
    display: block;
    margin:0 0.4rem;
}
.headwap .city .icon img:last-child{
    display: none;
}
.headwap.bbg .city .icon img:first-child{
    display: none;
}
.headwap.bbg .city .icon img:last-child{
    display: block;
}
.filterbox{
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.filterbox .flex{ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.filter {  
    padding: 0 1.2rem;
    line-height: 2.6rem;
    height: 2.6rem;
    font-size: 1.2rem; 
    margin-right: 1.2rem; 
}
.selectbox {  
    border-radius: 1.5rem;
    padding: 0 1.2rem;
    line-height: 2.6rem;
    height: 2.6rem;
    font-size: 1.2rem;
    margin-right: 1rem; 
    background: #F1EAEA;
    border: 0; 
}
.filterbox .selectinput{
    width: 6rem; 
    background:url(../images/icon_down1.png) right center no-repeat;
    background-size: 1.2rem auto;
    padding-right: 1.2rem; 
}
.selectbox.focus .selectinput{ 
    background:url(../images/icon_up.png) right center no-repeat;
    background-size: 1.2rem auto;
} 
.filterbox .placeholder { 
    padding: 0 1.2rem; 
}
.selectbox.filterbtn{
    font-size: 1.2rem;
    font-weight: 450;  
    display: flex!important;
    justify-content: center;
    align-items: center;
    line-height: 2.6rem;
    padding: 0 1.2rem;
    background: #F1EAEA;
    border-radius: 1.5rem;
    margin: 0;
} .selectbox.filterbtn.focus {
    color: #fff;
    background: #AF3230;
}
.selectbox .options{  
    padding: 0.6rem 1.6rem 0.8rem;  
    background: #fff;
    border-radius:0 ;
    border-top: 1px solid rgba(39, 6, 5, 0.08); 
    position: fixed; 
    min-width:calc(100vw)!important; 
    width: calc(100vw);
    top: calc(100% + 1.2rem);
    left: 0; 
}
.selectbox .options::after{ 
    content: '';
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
 }
.selectbox .options .international,
.selectbox .options .lineflex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: -0.6rem;
}
.selectbox .options .option{
    font-size: 1.2rem; 
    line-height: 2rem; 
    padding: 0.4rem 1.57rem;  
    color: #231815;  
    border: 0.5px solid #EEEEEE;
    background: #FFFFFF;
    margin-right: 0.6rem;
    margin-top: 0.6rem;
    margin-bottom: 0;
}
.selectbox .options .option:hover{
    background: transparent;
}
.selectbox .options .option.on{
    border: 0.5px solid #AF3230;
    background: transparent;
    color: #AF3230;
    font-weight: bold;
}
.selectbox .options .option.on::after{
    content: '';
   display: none;
}
.selectbox .options .btnbox{ 
    margin-top: 2.4rem;
    position: relative;
}
.selectbox .options .btnbox::after{
    content: '';
    width: 100vw;
    height: 1px ;
    background: #eee;
    position: absolute;
    top: -0.8rem;
    left: -1.6rem;
} 
.selectbox .options .btnbox .btn{ 
    color: #3D3D3D;
    line-height: 3.2rem;
    border-radius: 0.4rem; 
    background: #F1EAEA;
    border: 1px solid #F1EAEA; 
} 
.selectbox .options .input{
    width: 100%;
    border: 1px solid #AF3230;
    border-radius: 3rem;
    line-height: 4rem;
    font-size: 1.3rem;
    padding: 0 7rem 0 2.4rem;
    background:none; 
}
.selectbox .options .searchbox {
    margin-bottom: 2rem;
    width: 100%;
}
.selectbox .options .searchbox .btn{
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    padding: 0 2rem;
    line-height: 4.2rem;
    cursor: pointer;
    border-radius: 2rem;
    background: #AF3230;
    position: absolute;
    right: 0;
    top: 0;
} 
.selectbox .options .navbox{  
    margin-bottom: 1.6rem; 
    justify-content: space-evenly;   
} 
.selectbox .options .navbox::before {
    content: '';
    width: 100vw; 
}  
.selectbox .options .hot .label{ 
margin-bottom: 1.2rem;
} 
.selectbox .options .hot .flex p{
    padding: 0 1.6rem;
    margin-right:0.6rem;
    border: 1px solid #eee;
    border-radius: 0.4rem;   
} 
.selectbox .options .hot .flex p.on{
    color: #AF3230;
    border: 1px solid #AF3230;
}
.selectbox .options .checklistbox{
   display: none;
}
 

.selectbox .selectcityflex { 
    max-height:40vh; 
}

.selectcityflex { 
    max-height: 66vh;
    overflow: auto;
    position: relative;
    display: flex; 
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.selectcityflex .citylist{
    overflow: visible;
    max-height: none;
    margin: 0;
    width: calc(100% - 2rem);
    min-width:  calc(100% - 2rem);
}
.domestic .selectcityflex .citylist .list {
    display: block;
} .selectcityflex .citylist .list+.list {
    margin-top: 0;
}
.selectcityflex .citylist .list .tit{ 
    font-size: 1.3rem; 
    line-height: 2.0rem; 
    margin-bottom: 2rem;
    color: rgba(35, 24, 21, 0.6);
}
.domestic .selectcityflex .citylist .list .lis{ 
    width: calc(100% );
    display:block;
} 
.selectcityflex .citylist .list .lis p{
    margin-bottom: 2rem;
    font-size: 1.4rem; 
    color: #231815;
} 
.domestic .selectcityflex .citylist .list .lis p{
    margin-right: 0;
}
.selectcityflex .lastlist{
    position: sticky;
    right: 0;
    left: auto;
    top: 0;
    width: 2rem;
    font-size: 1.3rem; 
    line-height: 2.0rem;
    text-align: center; 
    color: rgba(35, 24, 21, 0.6);
    white-space: nowrap;
}
.selectcityflex .lastlist p{
    margin-bottom: 0.8rem;
    height: 100%;
}
.selectcityflex .lastlist .link{
    max-height: calc(100% - 3rem);
    overflow: auto;
}
.selectcityflex .lastlist .tit{
    font-size: 1rem; 
color: #231815;
}
}