.unselect {
    user-select: none;
}

.return_home {
    width: 62px;
    height: 68px;
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 68px;
}

.line {
    height: 1px;
    background-color: #EEEEEE;
}

.best_car {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 80px;
    z-index: 10;
}

.best_car_contain{
    padding-right: 10px;
     width: 90px;
    height: 80px;
    position: relative;
    z-index: 11;
    text-align: center;
    transform:rotate(-38deg);
}
.best_car .discount_label{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
      font-weight: 500;
}
.best_car .discount_value{
color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.top_banner {
    vertical-align: top;
}

.top_banner .slick-slide li {
    vertical-align: top;
}

.top_banner .top_banner_pic {
    padding-bottom: 75%;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
}

.top_banner .ay_link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.top_banner.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.top_banner .slick-dots {
    bottom: 11px;
}

.top_banner .slick-dots li button:before {
    color: #FFFFFF;
}

.top_banner .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FFFFFF;
}

.search_slide {
    position: relative;
    padding-bottom: 75%;
}

.search_slide_contain {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper_photo_count {
    height: 22px;
    border-radius: 12px;
    position: absolute;
    right: 8px;
    bottom: 12px;
    background: #fff;
    z-index: 100;
    text-align: center;
    padding: 0 15px;
}

.swiper_photo_count .count {
    line-height: 22px;
    font-size: 12px;
    color: #17548D;
    display: inline-block;
    vertical-align: top;
}


/**/

.car_item_box .ic_new ,.car_item_box .ic_dealer,.car_item_box .ic_geren ,.car_item_box .ic_region  {
    height: 14px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    
}

.car_item_box .ic_view {
    height: 14px;
    margin-right: 3px;
    width: 14px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.car_item_box .ic_view_label {
    color: #9194AF;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    line-height: 14px;
    vertical-align: top;
    padding-top: 3px;
}

.line_space {
    height: 10px;
}

.slide {
    position: relative;
}

.slide .swiper_photo_count {
    width: 64px;
    height: 24px;
    border-radius: 12px;
    position: absolute;
    right: 8px;
    bottom: 12px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide .phone_icon {
    width: 12px;
    height: 11px;
    margin-right: 4px;
}

.slide .count {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
}

.slide swiper {
    height: 420rpx;
}

.slide swiper image {
    height: 420rpx;
    width: 750rpx;
}

.car_item_box {
    padding-top: 10px;
    background-color: #fff;
}

.car_item_box .car_title {
    font-size: 17px;
    color: #222222;
    margin:5px 0 0 0;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 500;
}
.car_item_box .car_sub_title {
    font-size: 15px;
    color: #888;
    margin:5px 0 0 0;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.car_item_box .badge_box {
    display: block;
    padding-left: 10px;
    padding-top: 8px;
}

.car_item_box .yellow_badge,
.car_item_box .blue_badge,
.car_item_box .green_badge,
.car_item_box .pink_badge {
    line-height: 18px;
    padding: 0 3px;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 2px;
}

.car_item_box .yellow_badge {
    color: #FF8500;
    background-color: #FFF3E0;
}

.car_item_box .blue_badge {
    color: #238BD3;
    background-color: #F0F5FF;
}

.car_item_box .green_badge {
    color: #55AF1A;
    background-color: #F0FFF1;
}

.car_item_box .pink_badge {
    color: #DC2F72;
    background-color: #FEF0FF;
}

.car_item_box .car_des {
    line-height: 24px;
    display: flex;
    padding-right: 2px;
}

.car_item_box .car_des_left {
    flex: 1;
    padding-top: 6px;
    height: 16px;
    line-height: 16px;
}

.car_item_box .first_cost,
.car_item_box .month_cost {
    font-size: 14px;
    margin-right: 15px;
}

.car_item_box .first_cost {
    color: #F75C00;
}

.car_item_box .month_cost {
    color: #888888;
}

.car_item_box .all_cost {
    padding-top: 3px;
    font-size: 12px;
    color: #F75C00;
}
.car_item_box .original_cost_count {
    font-size:14px;
    color: #999;
    vertical-align: bottom;
    display: inline-block;
    text-decoration:line-through;
    margin-right:4px;
    line-height:20px;
}

.car_item_box .all_cost_count {
    font-size: 24px;
    color: #F75C00;
    vertical-align: bottom;
    margin-bottom: 1px;
    display: inline-block;
}
.car_item_box .all_cost_orc {
    font-size:14px;
    color: #F75C00;
    vertical-align: bottom;
    display: inline-block;
    margin-right:4px;
    line-height:20px;
}
.ccf {
    font-size: 12px;
    display: block;
    text-align: right;
    line-height: 20px;
    color: #999;
    margin-right:6px;
    padding-bottom:4px;
    margin-top:-8px;
}

.location {
    padding-top:4px;
    padding-bottom:4px;
    background-color: #FFFFFF;
    display: flex;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 15px;
    align-items:center;
}

.location .location_left {
    flex: 1;
    font-size: 14px;
    color: #9f9cb0;
    letter-spacing: 0;
    line-height: 21px;
    position:relative;
    padding-right:4px;
}
.location .location_left:after {
    position:absolute;
    right:0;
    top:10px;
    bottom:10px;
    width:1px;
    background: #EEEEEE;
    content:"";
}
.location .shop_name {
    padding-top:5px;
    padding-bottom:5px;
    line-height: 20px;
    height:20px;
    overflow: hidden;
}
    .location .address {
        padding-top:5px;
        padding-bottom:5px;
        display:flex;
        
    }
.location .address_contain {
    line-height: 20px;
    flex:1;
}
.location .shop_name_icon,
.location .address_icon {
    width: 14px;
    height: 14px;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 3px;
}

.location .location_right {
    width: 60px;
    display: inline-block;
    text-align: center;
}

.location .location_pic {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.location .distance {
    font-size: 14px;
    color: #9194AF;
    line-height: 16px;
    display: block;
    text-align: center;
    margin-top: 4px;
}
/*几个表单的入口*/

.opration{
    height:134px;
    position: relative;
    background: #fff;
}
.opration_top_bar{
    height: 42px;
    display: flex;
}
.opration_top_bar .opration_top_bar_item{
    flex: 1;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background: #FFFFFF;
    color: #222;
    position: relative;
    font-weight: 500;
}

.opration_top_bar .opration_top_bar_item.active{
    color:#F85B11;
}
.opration_top_bar .opration_top_bar_item.active .active_line{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #F85B11;
}
.opration .opration_item{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: none;
}
.opration .opration_item_pic{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.opration_item_contain{
    position: absolute;
    width: 100%;
    height: 134px;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.finance_count{
    display: inline-block;
}
.opration .finance_title{
    font-size: 17px;
    padding-left: 31px;
    padding-top: 17px;
    color: #746655;
}
.opration .finance_des{
    font-size: 13px;
     padding-left: 31px;
     color: #7E4A32;
     margin-top:4px;
}
.opration .finance_unit{
    color:#000000;
    display: inline-block;
}
.opration .finance_count{
    font-size: 32px;
    margin-right: 7px;
}
.opration .devide_line{
    width:1px;
    height:10px;
    background: #A18461;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.opration .finance_rate{
    width: 76px;
    height: 55px;
    position: absolute;
    top: -1px;
    right: 29px;
}
.opration .finance_rate_label_pic{
     position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.opration .finance_rate_contain{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.opration .finance_rate_label{
    font-size:13px;
    color: #EABD8A;
    display: block;
    text-align: center;
    line-height: 25px;
}
.opration .finance_rate_value{
    color: #FAEDDF;
    font-weight: 500;
    font-size: 16px;    
    display: block;
    text-align: center;
    line-height: 30px;
}
.opration .finance_bottom{
    background:linear-gradient(90deg,rgba(101,84,63,1) 0%,rgba(43,33,21,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
}
.opration .finance_caculate_pic{
    width: 22px;
    height: 22px;
    margin-left: 30px;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 9px;
}
.opration .finance_caculate_text{
    color: #EABD8A;
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    vertical-align: top;
}

.opration .finance_apply_btn{
    width: 57%;
    height: 50px;
    position: absolute;
    bottom: -4px;
    right: 0;
}
.opration .finance_apply_btn_pic,
.opration .finance_apply_btn_contain{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.opration .finance_apply_btn_contain{
    z-index:1;
    color: #F8F0F4;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}


.opration .trade_in_title,
.opration .test_driver_title{
    font-size: 18px;
    padding-left: 29px;
    padding-top: 17px;
    color: #FFFFFF;
    width: 220px;
    line-height:25px;
    min-height:50px;
}
.opration .trade_in_apply_btn,
.opration .test_driver_apply_btn{
    width: 127px;
    height: 50px;
    margin-left: 20px;
    position: relative;
    margin-top: 10px;
    display: block;
}
.opration .trade_in_apply_btn_pic,
.opration .trade_in_apply_btn_contain,
.opration .test_driver_apply_btn_pic,
.opration .test_driver_apply_btn_contain{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.opration .trade_in_apply_btn_contain,
.opration .test_driver_apply_btn_contain{
    z-index:1;
    color: #FEFEFE;
    text-align: left;
    padding-left: 25px;
    line-height: 50px;
    font-size: 14px;
    position: relative;
}
.opration .trade_in_title{
    color: #fff;
}
.opration .trade_in_apply_btn{
    width: 163px;
}
.opration .trade_in_apply_btn_contain{
    padding-left: 17px;
}



/*各种块*/

.activity-des-box {
    background-color: #fff;
}

.activity-des-box .activity-des-box-top {
    height: 20px;
    line-height: 20px;
    padding: 12px;
}

.activity-des-box .title {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    border-left: 4px solid #F75C00;
    padding-left: 10px;
}

.activity-des-box .activity-des-box-contain {
    font-size: 14px;
    color: #4E4E4E;
    padding: 10px 15px 10px 15px;
    display: block;
}

.base_info_item {
    display: flex;
    height: 44px;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    margin-left: 15px;
    padding-right: 15px;
}

.base_info_item:last-child {
    border-bottom: 0px;
}

.base_info_item .base_info_label {
    text-align: left;
    color: #585665;
    font-size: 15px;
}

.base_info_item .base_info_value {
    flex: 1;
    text-align: right;
    font-size: 15px;
    color: #4E4E4E;
}

.base_config {
    padding: 10px 0;
}

.base_config_item {
    width: 50%;
    float: left;
    line-height: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.base_config_item .base_config_value {
    text-align: left;
    font-size: 15px;
    color: #888;
    overflow: hidden;
    padding-left: 15px;
}

.owner-messages {
    background: #fff;
    font-weight: normal;
    font-family: inherit;
    margin: 0;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    color: #888;
    line-height: 1.3;
    white-space: pre-line;
}

.clear_foot {
    height: 60px;
}

.foot {
    position: fixed;
    height: 51px;
    width: 100%;
    bottom: 0px;
    background-color: #FFFFFF;
    box-shadow: 0 -2px 8px 0 rgba(76, 81, 102, 0.08);
    z-index:999;
}

.foot_box {
    height: 50px;
    display: flex;
    align-items: center;
    border-top: 1px solid #dedede;
}

.foot_box_left {
    flex: 1;
    display: flex;
    height: 50px;
    align-items: center;
}

.foot_box .share {
    height: 50px;
    font-size: 14px;
    color: #333333;
    display:inline-block;
    text-align:center;
    flex: 1;
    border: 0;
    background: #4167b2;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_box .share img {
    width: 24px;
    height: 24px;
    margin-top: 11px;
    vertical-align:top;
    margin-right:10px;
}

.foot_box .share span {
    text-align: center;
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    margin-top: 11px;
    color:#222;
     vertical-align:top;

}

.foot_box .order {
    flex: 1;
    display: inline-block;
    font-size: 15px;
    padding: 0;
    border: 0;
    background-color: #F85E03;
    line-height: 50px;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    font-weight:500;
}
    .foot_box .order.enquiry {
        background:#3E425B;
    }



/*卡片开始*/

.shop_card {
    height: 134px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.card_banner_box {
    height: 134px;
    width: 100%;
    left:0;
    top:-31px;
    position: absolute;
}

.card_banner_box .banner_contain {
    position: relative;
    display: block;
    text-align: center;
}

.card_banner_box .banner_contain .user_head {
    width: 60px;
    height: 60px;
    background: no-repeat center center #fff;
    background-size: cover;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
}

.card_banner_box .banner_contain .user_info {
    background: #fff;
    height: 134px;
    margin-top: -32px;
    position: relative;

}
.card_banner_box .banner_contain .user_info .contact_icon{
    position: absolute;
    right: 13px;
    top: 0;
}
.card_banner_box .banner_contain .user_info .contact_icon_pic{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 13px;
    margin-left: 17px;
}
.card_banner_box .banner_contain .user_name {
    font-size: 20px;
    color: #111;
    padding-top: 36px;
}
.card_banner_box .banner_contain .user_position {
    font-size: 12px;
    color: #AAAAAA;
}

.card_banner_box .banner_contain .user_des {
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.card_banner_box .banner_contain .user_des_item {
    font-size: 12px;
    color: #62626C;
    line-height: 16px;
}

.card_banner_box .slick-slide li {
    vertical-align: middle;
}

.card_banner_box.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.card_banner_box .slick-dots {
    bottom: 20px;
}

.card_banner_box .slick-dots li button:before {
    color: #FFFFFF;
}

.card_banner_box .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FFFFFF;
}

.card_banner_box .slick-prev,
.card_banner_box .slick-prev:hover,
.card_banner_box .slick-prev:focus {
    background: url('../../../images/v2/car_list_arrow_left.png') no-repeat center center;
    width: 22px;
    height: 22px;
    z-index: 10;
    background-size: contain;
    margin-top: 16px;
    left: 0;
}

.card_banner_box .slick-prev:hover {
    background-image: url('../../../images/v2/car_list_arrow_left_active.png');
}

.card_banner_box .slick-next,
.card_banner_box .slick-next:hover,
.card_banner_box .slick-next:focus {
    background: url('../../../images/v2/car_list_arrow_right.png') no-repeat center center;
    width: 22px;
    height: 22px;
    z-index: 10;
    background-size: contain;
    margin-top: 16px;
    right: 0;
}

.card_banner_box .slick-next:hover {
    background-image: url('../../../images/v2/car_list_arrow_right_active.png');
}

.card_banner_box .slick-prev:before,
.card_banner_box .slick-next:before {
    content: "";
}


.fuel_carbon_safety_info {
    padding-top:5px;
    padding-bottom:10px;
    background:#fff;
}
.fuel_info {
    background: #fff;
    margin-top: 10px;
    box-shadow: 0px 0px 16px 0px #EFEFF2;
    border-radius: 8px;
    margin-left:10px;
    margin-right:10px;
}

    .fuel_info .fuel_info_item {
        padding-top: 10px;
        padding-left: 10px;
    }

    .fuel_info .fuel_info_item_top {
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        vertical-align: top;
        margin-bottom: 3px;
        display:flex;
    }

    .fuel_info .fuel_info_item_icon {
        width: 16px;
        height: 16px;
        vertical-align: top;
        margin-top: 2px;
        margin-right: 8px;
    }
    .fuel_info .fuel_info_item_label {
        flex:1;
    }

    .fuel_info .star_item {
        width: 16px;
        height: 16px;
        margin-right: 2px;
        margin-top: 5px;
    }

    .fuel_info .fuel_info_item_des {
        color: #F75C02;
        font-size: 18px;
        line-height: 26px;
    }

    .fuel_info .fuel_right_box_contain {
        font-size: 12px;
        color: #888;
        line-height: 14px;
        padding: 8px 10px 10px;
        font-style: italic;
        margin-bottom: 5px;
    }

.ay_fl {
    float:left;
}



.carbon_safety_info {
    background: #fff;
    margin-top: 10px;
    box-shadow: 0px 0px 16px 0px #EFEFF2;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom:10px;
}

    .carbon_safety_info .carbon_safety_info_item {
        padding-top: 10px;
        padding-left: 10px;
    }

    .carbon_safety_info .carbon_safety_info_item_top {
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        vertical-align: top;
        margin-bottom: 3px;
        display:flex;
    }

    .carbon_safety_info .carbon_safety_info_item_icon {
        width: 16px;
        height: 16px;
        vertical-align: top;
        margin-top: 2px;
        margin-right: 8px;
    }
.carbon_safety_info_item_label {
    flex:1;
    white-space:nowrap;
}

.carbon_safety_info .star_item {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-top: 5px;
}

.carbon_safety_info .carbon_safety_info_item_des {
    color: #F75C02;
    font-size: 18px;
    line-height: 26px;
}

    .carbon_safety_info .carbon_safety_right_box_contain {
        width: 220px;
        height: 72px;
        background: #FFFFFF;
        margin-top: 8px;
        margin-right: 8px;
        font-size: 12px;
        color: #666666;
        line-height: 18px;
        padding: 6px;
        font-style: italic;
    }

.carbon_safety_info_item_des_line {
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    padding-top:2px;
}

.carbon_safety_info_devide {
    height: 1px;
    background: #EEEEEE;
    margin-top: 15px;
    margin-left:10px;
    margin-right:10px;
}

.rebate_fee_box {
    background: rgba(23, 188, 128, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(23, 188, 128, 0.1);
    margin-left:10px;
    margin-right:10px;
}

.rebate_fee_top {
    color: #666666;
    line-height: 18px;
}
.rebate_fee_left {
    display:flex;
}
.rebate_fee_bottom {
    border-top: 1px solid rgb(255 217 217 / 70%);
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom:15px;
    display: none;
}


.rebate_fee_icon {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    margin-top: 13px;
}

.rebate_fee_title {
    color: #222;
    margin-left: 4px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    flex:1;
}

a.rebate_fee_eligible {
    color: #2100EC;
    font-size: 14px;
    margin-left: 28px;
    line-height: 19px;
    margin-top: 5px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
}

.rebate_fee_content {
    color: #17BC80;
    font-size: 16px;
    margin-left: 28px;
    line-height: 39px;
    margin-right: 20px;
    padding-bottom: 8px;
}

.rebate_fee_des {
    font-size: 14px;
    color: #666666;
    line-height: 15px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 5px;
    line-height: 19px;
    font-style: italic;
}

.rebate_fee_tip {
    font-size: 14px;
    color: #666666;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 5px;
    line-height: 19px;
}

a.rebate_fee_nav {
    color: #2100EC;
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
    margin-left: 18px;
    margin-right: 18px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
}

.rebate_fee_box.rebate_fee {
    border: 1px solid rgba(255, 58, 58, 0.1);
    background: #FFEBEB;
}

    .rebate_fee_box.rebate_fee .rebate_fee_content {
        color: #E94D19;
        margin-top: 0px;
        padding-bottom: 8px;
    }


.tip_box .operation_btn_box {
    margin-left: 8px;
    line-height: 20px;
}

    .tip_box .operation_btn_box .operation_btn {
        width: 20px;
        height: 20px;
        cursor: pointer;
        vertical-align: top;
    }
.rebate_fee_arrow_box {
    margin-top:-8px;
    padding-bottom:4px;
}
.rebate_fee_arrow {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    display: block;
}