

.foots{
    margin-top:0;
}

.content {
    width: 100%;
    margin-top: 22px;
}

.filtrate .buytitle {
    width: 100%;
    overflow: hidden;
}

.filtrate .buytitle .min-nav {
    margin-top: 8px;
    display: inline-block;
}

/*.filtrate .buytitle .title i {*/
    /*width: 6px;*/
    /*height: 12px;*/
    /*float: left;*/
    /*margin: -3px 5px 0;*/
/*}*/

.filtrate .buytitle .min-nav a {
    padding: 3px 6px;
    font-size: 14px;
    color: #999;
}

.filtrate .buytitle .min-nav a.active {
    color: #666;
    margin-left: -8px;
}

.filtrate .buytitle .search {
    float: right;
}

.filtrate .buytitle .search input {
    outline: none;
    border: 1px solid #ddd;
}

.filtrate .buytitle .search input[name=search] {
    border-right: none;
    width: 257px;
    height: 38px;
    float: left;
    padding-left: 10px;
    font-size: 16px;
}

.filtrate .buytitle .search input[name=search]::-webkit-input-placeholder {
    color: #ccc;
}

.filtrate .buytitle .search input[name=sub] {
    border-left: none;
    background: url("/static/csx/web/images/buyvehicle/min_icon_ss_.png") no-repeat;
    width: 38px;
    height: 38px;
    float: left;
}

.condition {
    border: 1px solid #eee;
    margin-top: 10px;
    /*overflow: hidden;*/
}

/* 筛选条件 */
.search-condition {
    /*overflow: hidden;*/
    /*height:500px;*/
}

.search-condition dl {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    margin-top: 10px;
}

.search-condition dd, .search-condition dt {
    float: left;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
    font-size: 16px
}

.search-condition dd {
    cursor: pointer
}

.search-condition dt {
    padding: 2px 8px;
    margin-left: 24px;
}

.search-condition dd a {
    float: left;
    display: block;
    padding: 2px 5px;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 16px;
    color: #666;
}

.search-condition .car_series_rank{
    width: 540px;
    float: left;
    min-height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.search-condition .car_series_rank span{
    color: #ff4343;
    font-size: 16px;
    float: left;
    display: inline-block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    margin-right: 5px;
}
.search-condition .car_series_rank .car_series_rank_box{
    width: 480px;
    overflow: hidden;
}
.search-condition .car_series_rank dd a{
    font-size: 14px;
}

.reset a, .search-condition dd a:hover {
    background: #ff4343;
    color: #fff;
    cursor: pointer
}

.search-condition .active a {
    background-color: #ff4343;
    color: #fff
}

.search-condition .active a:hover {
    color: #fff
}

.find-more {
    font-size: 16px;
    cursor: pointer;
    color: #666;
    display: block;
    margin-right: 20px;
}

.brand-more {
    overflow: hidden;
    width: 100%;
    padding-left: 63px;
    /*background: #fbfbfb;*/
}
.brand-more .brand-more-list{
     width: 370px;
     float: left;
}
.brand-more .brand-more-list dl{
    border-bottom: none;
    width:370px;
}
.brand-more .brand-more-list dl dt{
    color: #ff4343;
}
.brand-more .brand-more-list dl dd,
.brand-more .brand-more-list dl dd a{
    margin-bottom: 0;
    font-size: 14px;
}


.search-menu {
    margin-left: 4px;
    font-size: 16px;
    color: #333;
    margin-top: 14px;
}

.search-menu dl {
    margin-bottom: 0;
}

.search-menu dl dt {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.search-menu span {
    display: inline-block;
    float: left;
}

.search-menu span .reset a {
    padding: 5px 7px;
    border-radius: 2px;
    font-size:14px;
}

.search-menu span .reset a:hover{
    background: #ff6161;
}

.search-menu .menu-list {
    float: left;
    display: inline-block;
    margin: -3px 6px 0 0;
    padding: 0 30px 0 5px;
    height: 28px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-image: url(/static/csx/web/images/buyvehicle/close.png);
    background-color:rgba(248, 251, 255, 1);
    background-repeat: no-repeat;
    background-position:right -30px;
    color: #333;
    line-height: 26px
}

.search-menu .menu-list:hover {
    border: 1px solid #ff4343;
    background-position: right 0;
}

/*.search-menu .menu-list:hover a {*/
    /*color: #333;*/
/*}*/

.condition-box .car-gearbox,
.condition-box .car-volume,
.condition-box .car-emission {
    margin-left: 9px;
    margin-right: 11px;
}

select {
    background-color: #fff;
    border-radius: 4px;
    /*height:26px;*/
}

.car-sort {
    float: right;
    margin-right: 5px;
}

.car-sort li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    list-style: none;
    margin-top: 14px;
}

.car-sort li:last-child {
    border-right: none;
}

.car-sort li:hover {
    color: #ff4343;
}

.car-sort .active a {
    color: #ff4343;
    font-weight: 400
}

.condition dl .custom {
    width: 210px;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}

.condition dl .custom div {
    display: inline-block;
    color: #666;
}

.condition dl .custom div input {
    width: 75px;
    height: 24px;
    border: 1px solid #ddd;
    padding-left: 5px;
}

.condition dl .custom div.age {
    position: relative;
}

.condition dl .custom div.age .unit {
    position: absolute;
    right: 5px;
    bottom: -3px;
    font-size: 14px;
}

.condition dl .custom a.sure {
    display: inline-block;
    color: #ff4343;
    border: 1px solid #ff4343;
    border-radius: 2px;
    width: 42px;
    height: 24px !important;
    font-size: 14px;
    float: right;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.condition dl .active a.sure {
    color: #fff;
    background: #ff4343;
}

.condition dl .custom a.sure:hover {
    background: #ff4343;
    color: #fff;
}

.condition dl dd.rest {
    display: inline-block;
    float: left;
    margin: 3px 8px 0 3px;
}

.car-list {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.nav_carList {
    /*padding-bottom: 7px;*/
}

.nav_carList > li.active > a, .nav_carList > li.active > a:focus, .nav_carList > li.active > a:hover {
    border: none;
    border-bottom: 3px solid #333;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #fff;
    color: #333;
}

.nav_carList > li > a:hover {
    border-color: #fff;
}

.nav_carList > li > a {
    font-size: 18px;
}

.nav > li > a {
    padding: 6px 15px;
}

.tab-content{
    margin-top: 20px;
}

.lists {
    overflow: hidden;
    margin-top: 10px;
}

.vehicle-list {
    border: 1px solid #eee;
    overflow: hidden;
    margin: 10px auto 10px;
    width: 98%;
    -moz-box-shadow: 0px 0px 14px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 14px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 1);
}

.vehicle-list:hover {
    -moz-box-shadow: 0px 0px 14px rgba(102, 102, 102, 0.3);
    -webkit-box-shadow: 0px 0px 14px rgba(102, 102, 102, 0.3);
    box-shadow: 0px 0px 16px 0px rgba(102, 102, 102, 0.3);
    border: 1px solid #fff;
}

.vehicle-list .car-img {
    width: 430px;
    height: 318px;
    float: left;
}

.vehicle-list .introduce {
    float: left;
    width: 744px;
}

.vehicle-list .introduce h4 {
    text-align: center;
    margin: 14px;
}

.vehicle-list .introduce h4 a {
    color: #333;
    font-size: 20px;
    display: inline-block;
}

.vehicle-list .introduce .case {
    border: 1px solid rgba(221, 221, 221, 1);
    width: 694px;
    margin-left: auto;
    margin-right: auto;
}

.vehicle-list .introduce .case .details {
    overflow: hidden;
}

.vehicle-list .introduce .case .details dl {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 17px;

}

.vehicle-list .introduce .case .details dl dt, .vehicle-list .introduce .case .details dl dd {
    display: inline-block;
    padding: 6px 0;
    width: 115px;
    text-align: center;
}

.vehicle-list .introduce .case .details dl dt {
    font-size: 13px;
    color: #999;
}

.vehicle-list .introduce .case .details dl dd {
    font-size: 16px;
    color: #666;
}

.vehicle-list .introduce .case .present-price {
    border-bottom: 1px dashed rgba(179, 179, 179, 1);
    padding: 16px 0;
    height: 54px;
}

.vehicle-list .introduce .case .present-price .price-left {
    font-size: 14px;
    color: #666;
    float: left;
    margin-left: 24px;
    margin-top: -8px;
}

.vehicle-list .introduce .case .present-price .price-left span {
    color: #FF4343;
}

.vehicle-list .introduce .case .present-price .price-left span strong {
    font-size: 26px;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}

.vehicle-list .introduce .case .present-price .price-left s {
    margin-left: 3px;
    color: #999;

}

.vehicle-list .introduce .case .present-price .price-right {
    float: right;

}

.vehicle-list .introduce .case .present-price .price-right a {
    padding: 6px 16px;
    border: 1px solid rgba(255, 67, 67, 1);
    border-radius: 2px;
    margin-right: 10px;
    font-size: 14px;
    color: #ff4343;
    cursor: pointer;
}

.vehicle-list .introduce .case .present-price .price-right a:hover {
    background: rgba(255, 67, 67, 1);
    color: #fff;
}

.vehicle-list .introduce .case .installment {
    padding: 10px 0 10px 25px;
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vehicle-list .introduce .case .installment span {
    color: #ff7e43;
}

.vehicle-list .introduce .case .installment .jisuanqi {
    width: 18px;
    height: 21px;
    display: inline-block;
    margin-left: 15px;
    background: url("/static/csx/web/images/buyvehicle/jisuanqi.png") no-repeat #ffffff;
}

.vehicle-list .introduce .case .installment .jisuanqi:hover{
    background: url("/static/csx/web/images/buyvehicle/jisuanqi-red.png") no-repeat
}

.vehicle-list .introduce .case .installment a {
    float: right;
    /*margin-right: 10px;*/
    margin-top: 4px;
    font-size: 12px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 258px;
}

.vehicle-list .introduce .case .installment a:hover {
    color: #ff4343;
}

.vehicle-list .introduce .rests {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 14px;
}

.vehicle-list .introduce .rests a {
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 6px;
    width: 120px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-right: 3%;
    cursor: pointer;
}

.vehicle-list .introduce .rests a.active,
.vehicle-list .introduce .rests a:hover {
    color: #fff;
    background: #4799ff;
    border: 1px solid #4799ff;
}

.vehicle-list .introduce .rests h5 {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #666;
}

.banner {
    width: 100%;
    overflow: hidden;
}



.vehicle-list .introduce .case .present-price .price-right .coupons .coupon > .gets > .get {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-right: 0;
    font-size: 18px;
    color: #fff;
}

.vehicle-list .introduce .case .present-price .price-right .coupons .coupon > .gets > .get:hover {
    background: none;
}



/* 更多下拉列表 */
.btn-group {
    position: relative;
}

.btn-group button i {
    position: absolute;
    right: 9px;
    top: 7px;
}

.btn-group .btn-default {
    width: 100px;
    height: 30px;
    border-radius: 0;
    padding: 0;
    text-align: left;
    padding-left: 10px;
}

ul.dropdown-menu li {
    padding: 5px 0 5px 11px;
    cursor: pointer;
}

ul.dropdown-menu li:hover {
    background: #ff4343;
    color: #fff;
}

.dropdown-menu {
    min-width: 100px;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.condition-box .more_box {
    width: 100%;
    height: 37px;
    margin-left: 31px;
    margin-top: 10px;
}

.condition-box .more_box .car-more {
    font-size: 16px;
    margin-top: 3px;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #eee;
    border-color: #ccc;
}



.btn-plaint {
    background: rgba(255, 190, 0, 1);
    color: #fff;
    width: 120px;
}

.btn-plaint:hover {
    background: #FFCF00 !important;
    color: #fff !important;
}



/* 没有搜索到车 */
.tab-content .detailsNoCarBox{
    height:220px;
    background: url(/static/csx/web/images/buyvehicle/not-found.png) no-repeat 250px 30px;
}

.tab-content .detailsNoCarBox .detailsNoCar{
    text-align: center;
    width: 870px;
    float: right;
    padding:60px 20px 20px;
    font-weight: bold;
}