
.carDetail_con {
    margin-top: 16px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
}

/* 车源基本信息 */
.carDetail_con .basic {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.carDetail_con .basic_l {
    width: 400px;
}
.carDetail_con .basic_l .slideBanner {
    height: 410px;
}
.prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .65);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .65);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.prev i,
.next i {
    color: #FFFFFF;
}
.my-slide-thumb-active {
    border: 2px solid #264AFF;
    box-sizing: border-box;
    border-radius: 3px;
}
.bannerTop {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 3px;
}
.bannerTop .carmucollectBg {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: #F4F5F7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bannerTop .carmucollectBg .carmucollect {
    font-size: 16px;
    color: #131212;
}
.bannerTop .carmucollectBg .carmucollectselset {
    color: #264AFF;
}
.bannerTop .noImgs {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerTop img{
    width: 400px;
    height: 300px;
}
.bannerThumbs {
    margin-top: 8px;

    box-sizing: border-box;
    display: flex;
    justify-content: space-between;    
}
.bannerThumbs .swiper-slide {
    width: 120px;
    height: 90px;
}
.bannerThumbs  img{
    width: 120px;
    height: 90px;
    border-radius: 3px;
}
.dialogThumbs {
    width: 230px;
}
.dialogThumbs .swiper-slide {
    width: 72px;
    height: 54px;
}
.dialogTop {
    width: 100%;
    height: 100%;
}

.basic_r{
    flex: 1;
    height: 300px;
    padding-left: 24px;
    padding-top:20px;
}

.basic_r .t_room{
    display: flex;
    align-items: center;
}
.basic_r .t_room .t_t{
    font-size: 24px;
    color: #131212;
    font-weight: bold;
    flex-shrink: 1;

}
.basic_r .t_room img{
   width: 24px;
   height: 24px;
   margin-left: 12px;
   margin-right: 4px;
   
}
.basic_r .t_room .t_d{
    font-size: 16px;
    color: #3D3D3D;
    flex-shrink: 0;
}

.basic_r .p_room{
    display: flex;
    margin-top: 18px;
    align-items: center;
    align-items: center;
}
.p_room .p_item{
    position: relative;
    height: 60px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p_room .p_item .p_t{
    font-size: 24px;
    color: #3D3D3D;
    font-weight: bold;
}
.p_room .p_item img{
   width: 20px;
   height: 20px;
   margin-left: 20px;
   margin-right: 6px;
}
.p_room .p_item .p_l{
    font-size: 14px;
    margin-top: 4px;
    color: #8D8E99;
}

.type_room{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.type_room .y_item{
    width: 120px;
    height: 80px;
    display: flex;
    margin-bottom: 12px;
    flex-direction: column;
    justify-content: center;
}

.type_room .y_more{
    display: flex;
    height: 80px;
    margin-bottom: 12px;
    align-items: center;
    color: #264AFF;
    font-size: 16px;
    font-weight: 600;
}

.type_room .y_item .y_t{
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
}
.type_room .y_item img{
   width: 20px;
   height: 20px;
   margin-left: 20px;
   margin-right: 6px;
}
.type_room .y_item .y_l{
    font-size: 14px;
    margin-top: 4px;
    color: #8D8E99;
}

.btn_room{
    display: flex;
    margin-top: 24px;
}
.btn_room .btn_item{
    height: 40px;
    width: 280px;
    color: #ffffff;
    background-color: #264AFF;
    border-radius: 3px;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.btn_room .btn_item.btn1{
    color: #264AFF;
    background-color: #C5E0FF;
    border:1px solid #4885FE;
    box-sizing: border-box;
}


.h{
    width: 1px;
    height: 50px;
    background: #f5f5f5;
    margin-left: 28px;
    margin-right: 28px;
}

.h:nth-child(4n){
    width: 0px;
    height: 50px;
    background: #f5f5f5;
    margin-left: 20px;
    margin-right: 20px;
}



.market_room{
    margin-top: 20px;

}
.market_room .tabs2Room{
    height: 40px;
}
.market_room .tabs2{
    display: flex;
    border-bottom: 1px solid #E8E9EB !important;
    
}

.market_room .tabs2 .tab{
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    cursor: pointer;
    margin-right: 50px;
    border-bottom: 4px solid #00000000;
}
.market_room .tabs2 .active{
    color: #264AFF;
    border-bottom: 4px solid #264AFF;
}
.market_room .tabs2 .more{
    display: flex;
    flex: 1;
    justify-content: end;
    align-items: center;
    color: #565656;
    font-size: 14px;
}
.market_room .tabs2 .more .carmutips{
    color: #565656;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 2px;
}

.market_room .checks{
    display: flex;
    height: 80px;
    margin-top: 20px;
    align-items: center;
}

.market_room .checks .lib{
    font-size: 14px;
    color: #797979;
    margin-right: 22px;
}

.market_room .checks .img{
    width: 20px;
    height: 20px;
}








.tagTitle{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    width: 280px;
    padding: 24px 0px;
    
}
.carRoom .carlist_item{
    display: flex;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
}
.carlist_item:hover{
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.carlist_item .img{
    width: 260px;
    height: 195px;
}
.carlist_item .c_content{
    margin-left: 26px;
    flex: 1;
}
.carlist_item .c_t_room{
    display: flex;
    align-items: center;
}
.carlist_item .c_t_room .c_t{
    font-size: 18px;
    color: #3D3D3D;
    font-weight: 600;
}
.carlist_item .c_t_room .c_d{
    font-size: 14px;
    margin-left: 10px;
    color: #3D3D3D;
}

.carlist_item .c_p_room{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.carlist_item .c_p_room .c_p{
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 600;
}
.carlist_item .c_p_room .carmurate{
   margin-left: 4px;
   color: #264AFF;
}
.carlist_item .c_p_room .c_p_l{
    font-size: 16px;
    margin-left: 17px;
    font-weight: 500;
    color: #264aff;
}
.carlist_item  .desc{
    font-size: 14px;
    color: #8D8E99;
    margin-top: 16px;
}
.carlist_item .tags{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.carlist_item .tags span{
    margin-right: 10px;
    font-size: 14px;
    padding: 0px 8px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    color: #5E5E66;
    margin-bottom: 6px;
    background-color: #E6FAF3;
}
.s_room{
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: center;
}
.s_room div{
}
.s_room .s_address{
    display: flex;
    flex: 1;
    margin-left: 40px;
    align-items: center;
    font-size: 14px;
    color: #3D3D3D;
}
.s_room .s_shop{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #3D3D3D;
}
.s_room .s_shop img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
    border-radius: 24px;
}
.c_content .c_b{
    margin-top: 8px;
    font-size: 14px;
    color: #264AFF;
}
.c_right{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 30px;
    align-items: end;
}
.c_right .button{
    width: 145px;
    height: 40px;
    color: #fff;
    background-color: #264AFF;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c_right .data{
    font-size: 14px;
    color: #3D3D3D;
    margin-top: 60px;

}

.c_right .button:hover{
    background-color: #264AFF;
    color: #fff;
}

.c_right .button:hover{
    background-color: #264AFF;
    color: #fff;
}

.c_right .button:active{
    background-color: #264AFF;
    color: #fff;
}

.c_right .button:disabled{
    background-color: #264AFF;
    color: #fff;
}

.c_right .button:disabled:hover{
    background-color: #264AFF;
    color: #fff;
}

.c_right .button:disabled:active{
    background-color: #264AFF;
}

.dialogPrev {
    position: absolute;
    left: 8px;
    top: 50%;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .65);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dialogNext {
    position: absolute;
    right: 8px;
    top: 50%;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .65);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dialogPrev i,
.dialogNext i {
    font-size: 28px;
    color: #FFFFFF;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    cursor: pointer;
}
.swiper .hide {
    opacity: 0;
}
.swiper-button-disabled {
    display: none;
}








/* 可接车地区 */
.acceptable {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    margin-top: 16px;
}
.acceptable .lib{
    margin-right: 20px;
    font-size: 14px;
    color: #666666;
}
.acceptable .lib.m2{
    margin-left: 80px;
}
.acceptable label span{
    color: #3D3D3D;
    font-size: 14px;
}
.acceptable label {
    margin: 0px 16px 0px 0;
    height: 44px;
    display: flex;
    color: #3D3D3D;
    align-items: center;
    cursor: pointer;
}
.acceptable label input {
    display: none;
}
.acceptable label .item_select {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #D3D4D6;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acceptable label .item_select i {
    color: #FFFFFF;
}
.acceptable label.active .item_select {
    background: #264AFF;
    border: 1px solid #264AFF;
}
.acceptable .inputCustom {
    margin: 10px 0;
    width: 200px;
    height: 24px;
    padding: 6px 12px;
    border: 1px solid #D3D4D6;
    border-radius: 4px;
    display: none;
}

.market_room .tabHdRoom{
    margin-top: 16px;
    height: 56px;
}
.market_room .tabHd{
    height: 56px;
    background-color: #ECEEF0;
}


.market_room .tabRow{
    display: flex;
    align-items: top;
    padding: 0px 27px;
    position: relative;
}
.market_room .tabRow.tabHd{
    align-items: center;
}
.tabRow .tab1{
  width: 360px;
  font-size: 16px;
  margin: 0px 5px;
  color: #3D3D3D;
  display: flex;
  line-height: 24px;
  flex-direction: column;
  justify-content: start;
}
.tabRow .tab1.title{
    font-weight: 600;
}
.tabRow .tab2{
    width: 130px;
    margin: 0px 5px;
    text-align: center;
    font-size: 16px;
    color: #3D3D3D;
}


.tabRow .tab3{
    width: 200px;
    text-align: center;
    margin: 0px 5px;
    font-size: 16px;
}

.tabRow .tab4{
    width: 280px;
    text-align: center;
    margin: 0px 5px;
  font-size: 16px;
}

/* .tabHd .tab3{
    color: #264AFF;
}
.tabHd .tab4{
    color: #264AFF;
} */
.tabRow .btn {
    position: absolute;
    right: 24px;
    top: 30px;
    padding: 16px 16px;
    min-height: 36px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #264AFF;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    flex-direction: column;
}
.tabRow .btn.none{
    background-color: #B0B1B8;

}
.market_room .desc2{
    padding: 0px 32px;
    margin-top: 5px;
    color: #666666;
    line-height: 18px;
    font-size: 14px;
}
.market_room .tags{
    margin: 16px 36px 0px;
    display: flex;
    
}

.market_room .tags .item{
    padding: 0px 16px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    background-color:#F4F5F7;
    border: 1px #DADCE0 solid;
    border-radius: 4px;
    margin-right: 10px;
    color: #5E5E66;
    font-size: 14px;
    cursor: pointer;
}


.tabBigRow{
    background-color: #fff;
    padding: 0px 0px;
    border:1px solid #f5f5f5;
}
.tabBigRow:hover{
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.tabBigRowSelect{
    border: 1px solid #264aff;
        cursor: pointer;
}
.topViewSelect{
    background-color: #ECF5FF;
}
.tabBigRow .topView{
    padding: 20px 0px;

}
.tabBigRow .tabChatRow{
    padding: 10px 150px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
    cursor: pointer;
}
.tabBigRow .chatView{
    width: 900px;
    height: 400px;
}
/* .tables .tabChatRow{
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    display: none;
}
 .chatView{
    width: 100%;
    height: 400px;
} */
.tabChatRow .titleView{
    margin-top: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    color: #606266;
}
.tabChatRow .titleView .priceType{
    width: 40px;
    height: 30px;
    display: flex;
    margin: 0px 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
   
}
.tabChatRow .titleView .active2{
    color: #264aff;
    border-bottom: 1px solid #264aff;
}
.tabChatRow .titleView .dayType{
    padding: 0px 12px;
    height: 49px;
    box-sizing: border-box;
    width: 450px;
    background-color: #ECF5FF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabChatRow .titleView .dayType .item{
    color: #9291A5;
    font-size: 14px;
    width: 100px;
    height: 37px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tabChatRow .titleView .dayType .item.active{
    background: #264aff;
    color: #fff;
}
.carmuoptional{
    color: #264aff;
}
.buttom{
    display: flex;
    height: 64px;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
}

.buttom .btn{
    border: 1px solid #264AFF;
    border-radius: 3px;
    height: 32px;
    width: auto;
    padding: 0px 16px;
    color: #264AFF;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
}
.buttom .btn.none{
    display: none;
}