@charset "UTF-8";

body {
    background-color: #f5f5f5;
}

.b-footer .footer {
    position: static;
}

.vv-img-bg {
    background-image: url(../../images/car/top-banner.png);
    width: 100%;
    height: 232px;
    margin-top: 100px;
}

.search {
    background-color: #ffffff;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 24px;
}

.search .main-search {
    height: 52px;
    line-height: 52px;
}

.search .btn {
    display: inline-block;
}

.search .btn input {
    display: none;
}

.search .btn label {
    border-radius: 3px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.main-search .btn1 .btn {
    margin-left: 26px;
}

.main-search .btn label {
    color: #333;
    background-color: #eee;
    width: 120px;
    height: 52px;
    line-height: 52px;
}

.main-search .btn input:checked ~ label {
    background-color: #0773ed;
    color: #ffffff;
}

.btn label:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.search .search-btn {
    width: 100px;
    height: 40px;
    color: #ffffff;
    background: #2D2570;
    border-radius: 2px;
    border: 0;
    font-size: 16px;
    float: right;
    margin-top: 18px;
}

.search .search-btn:hover {
    background: rgba(255, 155, 93, 0.8);
}

.search .search-btn:active {
    background: rgba(255, 155, 93, 1);
}

.search .search-more {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: 0s;
}

.search .search-more label {
    cursor: pointer;
}

.search .search-more:hover {
    color: #2D2570;
}

.search *{transition: .4s;}

.search #more-check {
    display:none;
}

.search #more-check:checked ~ .more-div {
    display: block;
}

.search #more-check:checked ~ div .more-icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.search .more-icon {
    display: inline-block;
}

.search .more-div {
    display: none;
    margin-top: 24px;
}

.search .line {
    height: 1px;
    background-color: #F1F1F1;
}

.search .more-type {
    margin: 30px -24px 0px 0px;
}

.search .more-div .type-div {
    /*display: none;*/
}

.search .more-div .type-div1 {
    display: block;
}

.search .more-div .btn {
    margin-right: 20px;
    margin-bottom: 12px;
}

.search .more-div .btn label {
    color: #333;
    background-color: #fff;
    min-width: 80px;
    height: 52px;
    line-height: 52px;
    border: solid #E9E9E9 1px;
    padding: 0px 20px;
}

.search .more-div .btn label:hover {
    background: rgba(255, 226, 208, 0.8);
}

.search .more-div .btn input:checked ~ label {
    background-color: #FFE2D0;
    color: #2D2570;
    border-color: transparent;
}




.list {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 100px;
}

.list .typing_loader {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

.list .no-data {
    width: 100%;
    padding: 20px 0;
    background-color: #ffffff;
    text-align: center;
    display: none;
}

.list .no-data i {
    font-size: 100px;
    display: block;
    color: #cccccc;
}

.list .no-data label {
    display: block;
    color: #cccccc;
}

.list .list-main {
    margin-right: -30px;
}

.list .list-item {
    width: 276px;
    box-shadow: 0px 5px 5px #E7EDF4;
    display: inline-block;
    background-color: #ffffff;
    padding: 0px 17px;
    position: relative;
    margin: 0px 26px 30px 0px;
    box-sizing: border-box;
}

.list .list-item .icon {
    display: block;
    width: 96px;
    height: 96px;
    margin: 24px auto;
}

.list .list-item.item1 .icon {
    background: url(../../images/car/icon1.png) no-repeat center;
}
.list .list-item.item2 .icon {
    background: url(../../images/car/icon2.png) no-repeat center;
}
.list .list-item.item3 .icon {
    background: url(../../images/car/icon3.png) no-repeat center;
}
.list .list-item.item4 .icon {
    background: url(../../images/car/icon4.png) no-repeat center;
}

.list .list-item .type-icon {
    font-size: 36px;
    position: absolute;
    top: 5px;
    right: -12px;
    color: #7FBBFF;
}

.list .list-item .type-icon s {
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
}

.list .list-item .type-icon b {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 12px;
    left: 22px;
    font-weight: normal;
    width: 64px;
    text-align: center;
}

.list .list-item .h-line {
    height: 1px;
    background-color: #EFEFEF;
    margin: 20px 0;
}

.list .list-item .main-text {
    color: #333333;
    margin-bottom: 10px;
}

.list .list-item .main-text.carType {
    font-size: 18px;
    margin: 15px auto;
    text-align: center;
}

.list .list-item .main-text.carCode {
    text-align: center;
}

.list .list-item .main-text.carCode span {
    font-size: 24px;
    margin: 0px auto;
    padding: 8px 8px;
    font-weight: 700;
    background-color: #FFB933;
    border: solid #4A4A4A 1px;
    border-radius: 5px;
    display: inline-block;
}

.list .list-item.item1 .carParam {
    margin-top: -20px;
    color: #666666;
    height: 60px;
    line-height: 60px;
    padding: 0px 6px;
}

.list .list-item .main-text .driver-icon {
    color: #DDDDDD;
    margin-right: 4px;
}

.list .list-item .main-text.driverName {
    margin-top: 20px;
    font-size: 22px;
}

.list .list-item .main-text.driverPhone {
    font-size: 22px;
    color: #2D2570;
}

.list .list-item.item2 .footer-param {
    color: #666666;
    margin-bottom: 20px;
}

.list .list-item.item2 .carParam {
    margin-bottom: 5px;
}

.list .list-item.item3 .title, .list .list-item.item4 .title {
    font-size: 22px;
    margin: 15px auto;
    text-align: center;
}

.list .list-item.item3 .footer-param, .list .list-item.item4 .footer-param {
    color: #666666;
    margin-bottom: 20px;
    margin-left: 10px;
}

.list .list-item.item3 .carParam, .list .list-item.item4 .carParam {
    margin-bottom: 8px;
}
