.carlist{
    width: 100%;
}
.carlist-filter{
    width: 90%;
    margin: 0.6rem auto;
    border: 1px solid #e1e1e1;
}
.carlist-filter p{
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #e1e1e1;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 0.58rem;
}
.carlist-filter .carsousuo{
    height: 0.9rem;
    text-indent: 0;
}
.carlist-filter .carsousuo b{
    font-size: 0.2rem;
}
.carlist-filter .carsousuo .inp{
    width: 3.2rem;
    height: 0.38rem;
    background: #f4f5f7;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0.14rem;
}
.carlist-filter .carsousuo .inp input{
    height: 100%;
    width: 60%;
    outline: none; 
    border: none;
    background: transparent;
}
.carlist-filter .carsousuo .hot{
    font-size: 0.2rem;
    color:#bebfc0;
    padding: 0 ;
    background:transparent;
}
.carlist-filter .carsousuo .hot i{
    padding-right: 0.26rem;
    cursor: pointer;
}
.carlist-filter .carsousuo .hot i:hover{
    color: #a93428;
}
.carlist-filter .carsousuo .cxsx{
    color: #a93428;
    padding: 0 ;
    background:transparent;
}
.carlist-filter>p span{
    display: inline-block;
    padding: 0 0.12rem;
    text-align: center;
    text-indent: 0;
    line-height: 0.38rem;
    border-radius: 0.14rem;
    margin-right: 0.48rem;
    cursor: pointer;
}
.carlist-filter p .active{
    background: #a93428;
    color: #fff;
}
.carlist-filter p label{
    align-items: center;
    width: 1.6rem;
    text-align: right;
}
.carlist-filter .series{
    text-indent: 1.3rem;
    font-size: 0.16rem;
    color: #767676;
}
.carlist-filter .series i{
    text-indent: 0;
    display: inline-block;
    margin-right:0.32rem;
}   
.carlistbox{
    width: 90%;
    margin: 0 auto;
}
.carlistbox .listtop{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f4f5f7;
}
.carlistbox .listtop li{
    text-align: center;
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    overflow: hidden;
}
.carlistbox .listtop .select{
    color: #fff;
    background: #a93428;
}
.carlistbox .listtop li select{
    /* width: 100%;
    height: 100%; */
    background: transparent;
    border: none;
    outline: none; 
}
.carlist-innner{
    width: 100%;
    margin: 0 auto;
    padding-top: 0.6rem;
}
.carlistrow{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.6rem;
}
.carlist-innner .caritem{
    display: flex;
    flex-direction: column;
    width: 24%;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.5s;
    background: #fff;
    position: relative;
    padding-bottom: 0.1rem;
}
.carlist-innner .caritem:hover{
    border: 1px solid #ccc;
    box-shadow: 4px 0px 10px #ccc;
    transition: all 0.5s;
    position: relative;
    z-index: 999;
}
.carlist-innner .caritem ul{
    margin-top: 0.3rem;
    position: absolute;
    left: -0.01rem;
    bottom: -1.66rem;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 4px 0px 10px #ccc;
    display: none;
    width: 100%;
}
.carlist-innner .caritem ul li{
    line-height: 0.54rem;
    border-top: 1px solid #cdcdcd;
    font-size: 0.16rem;
    padding: 0 0.1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.carlist-innner .caritem ul li a{
    font-size: 0.16rem;
}
.carlist-innner .caritem ul li:hover{
    background: #A93428;
    color: #fff !important;
}
.carlist-innner .caritem ul li a:hover{
    color: #fff;
}
.carlist-innner .caritem .cs{
    color: #767676;
    font-size: 0.16rem;
    margin-left: 0.2rem;
    width: 100%;
}
.carlist-innner .caritem .name{
    margin: 0.1rem 0;
    padding-left: 0.2rem;
    font-size: 0.2rem;
}
.carlist-innner .caritem:not(:nth-child(4n)) {   
    margin-right: calc(4% / 4)
}
.carlist-innner .caritem img{
    width: 95%;
    margin: 0 auto;
}
.paging{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
}
.paging button{
    padding: 0.18rem 0.26rem;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
}
.paging .select{
    color: #fff;
}
.paging .select::after{
    background: #a93428;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-10deg);
}
.suggestcar,.getprice{
    width: 90%;
    margin: 0 auto;
}
.suggestcar .tit,.getprice .tit{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.suggestcar .tit b,.getprice .tit b{
    line-height: 0.54rem;
    font-size: 0.46rem;
    background: #fff;
    letter-spacing: 0.1rem;
}
.suggestcar .tit::after,.getprice .tit::after{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ccc;
    left: 0;
    top: 50%;
    z-index: -1;
}
.suggestswiper{
    width: 100%;
    position: relative;
    margin: 1.2rem 0;
}
.suggestswiper .suggestbtn{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
}
.suggestswiper .suggestbtn i{
    font-size: 0.4rem;
    color: #767676;
    cursor: pointer;
}
.suggestswiper .swiper{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0.1rem;
}
.suggestswiper .swiper-slide>div{
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.5s;
    border: 1px solid transparent;
}
.suggestswiper .swiper-slide>div:hover{
    border: 1px solid #ccc;
    box-shadow: 4px 2px 10px #ccc;
    transition: all 0.5s;
}
.suggestswiper .swiper-slide img{
    width: 100%;
    display: block;
}
.suggestswiper .swiper-slide .name{
    padding:0.1rem 0;
}
.suggestswiper .swiper-slide .cs{
    font-size: 0.1rem;
    color: #767676;
}
.priceform{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.priceform .icon-bitian{
    color: #a93428;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
}
.priceform label{
    padding-left: 0.4rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    position: relative;
}
.priceform>.tops{
    position: relative;
    width: 32%;
    background: #f4f5f7;
    height: 0.6rem;
    border: 1px solid #eaeaeb;
    margin-top: 0.84rem;
    display: flex;
}
.priceform>.tops select{
    outline: none;
}
.priceform>.tops input{
    border: none;
    background: none;
    outline: none; 
    position: absolute;
    left: 1.22rem;
    top: 0;
    width: 70%;
    height: 100%;
}
.priceform .need{
    width: 100%;
    height: 1.8rem;
    background: #f4f5f7;
    position: relative;
    border: 1px solid #eaeaeb;
    margin-top: 0.46rem;
}
.priceform .need textarea{
    width: 90%;
    position: absolute;
    left: 1.22rem;
    top: 0.21rem;
    font-size: 0.2rem;
    resize:none;
    height: 100%;
    outline: none; 
    background: none;
    border: none;
}
.getprice .inquiryprice{
    color: #fff;
    width: 1.7rem;
    height: 0.5rem;
    position: relative;
    left: 40%;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.getprice .inquiryprice input{
    color: #fff;
}
.getprice .inquiryprice::after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #a93428;
    z-index: -1;
    /*transform: skew(-10deg);*/
}
.nonecar{
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.5rem auto;
}
.nonecar img{
    width: 1rem;
}
.nonecar span{
    font-size: 0.24rem;
    color: #8d8d8d;
    padding-top: 0.3rem;
}
.getpricesubmit{
    width: 90%;
    margin: 0.84rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.02rem;
}
.getpricesubmit img{
    width: 1rem;
}
.getpricesubmit p{
    font-size: 0.28rem;
    margin: 0.34rem 0;
}
.getpricesubmit span{
    font-size: 0.22rem;
    color: #8d8d8d;
}
.getpricesubmit a{
    color: #a93428;
    width: 2rem;
    height: 0.45rem;
    text-align: center;
    line-height: 0.45rem;
    margin-top: 0.6rem;
    position: relative;
}
.getpricesubmit a::after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border:1px solid #a93428;
    background: transparent;
    z-index: -1;
    left: 0;
    top: 0;
    transform: skew(-10deg);
}
.carcontrast{
    width: 100%;
    background: #f4f5f7;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999999;
    overflow: hidden;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contrastcar{
    width: 90%;
    margin: 0 auto; 
}
.contrastcar .tit{
    padding: 0.36rem 0 0.14rem 0;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}
.contrastcar .tit span:first-child{
    font-size: 0.28rem;
    position: relative;
}
.contrastcar .tit span:first-child::after{
    position: absolute;
    content: '';
    display: block;
    width: 4rem;
    height: 1px;
    background: #a93428;
    bottom: -0.16rem;
    left: 0;
}
.contrastcar .tit span:last-child i{ 
    padding-left: 0.18rem;
    cursor: pointer;
}
.carmodel{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.carmodel dl{
    position: relative;
    margin-bottom: 0.2rem;
}
.carmodel dl img{
    width: 2.4rem;
    display: block;
}
.carmodel dl dd .name{
}
.carmodel dl dd .cs{
    font-size: 0.14rem;
    color: #676767;
    width: 2.6rem;
    display: none;
}
.carmodel dl dt{
}
.carmodel dl dd i{
    position: absolute;
    right: -0.2rem;
    top: -0.2rem;
    color: #a93428;
    cursor: pointer;
    font-size: 0.28rem;
}
.contrastfoot{
    width: 100%;
    background: #fff;
    height: 1.48rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contrastfoot a{
    margin-left: 0.94rem;
    width: 1.7rem;
    height: 0.5rem;
    position: relative;
    color: #fff;
}
.contrastfoot a span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    line-height: 0.5rem;
}
.contrastfoot a::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a93428;
    transform: skew(-10deg);
}
.contrastfoot p{
    margin-right: 2.04rem;
    color: #a93428;
}