
.yellow-color{
    color: #FF672D;
}
.wrap-box .serch-more{
    color: #2D65AB;
    font-size: 14px;
}
.process-box.content-box .box-head {
    margin-bottom: 0;
}
.process-box .box-content {
    padding: 25px 42px;
}
.process-box .step-list {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: -ms-flexbox;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
}
.process-box .step-item {
    position: relative;
}
.process-box .step-item i {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 3px;*/
    margin-right: 20px;
    display: block;
    float: left;
    width: 44px;
    height: 44px;
}
.process-box .step-item i.step-one-icon {
    background: url(../images/car_icon.png);
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .process-box .step-item i.step-one-icon {
        background-image: image-url('/guide/core/module/default/bookProcess/images/car_icon@2x.png');
        background-size: (image-width('/guide/core/module/default/bookProcess/images/car_icon@2x.png') / 2) (image-height('/guide/core/module/default/bookProcess/images/car_icon@2x.png') / 2);
    }
}
.process-box .step-item i.step-two-icon {
    background: url(../images/order_icon.png);
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .process-box .step-item i.step-two-icon {
        background-image: image-url('/guide/core/module/default/bookProcess/images/order_icon@2x.png');
        background-size: (image-width('/guide/core/module/default/bookProcess/images/order_icon@2x.png') / 2) (image-height('/guide/core/module/default/bookProcess/images/order_icon@2x.png') / 2);
    }
}
.process-box .step-item i.step-three-icon {
    background: url(../images/check_icon.png);
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .process-box .step-item i.step-three-icon {
        background-image: image-url('/guide/core/module/default/bookProcess/images/check_icon@2x.png');
        background-size: (image-width('/guide/core/module/default/bookProcess/images/check_icon@2x.png') / 2) (image-height('/guide/core/module/default/bookProcess/images/check_icon@2x.png') / 2);
    }
}
.process-box .step-item i.step-four-icon {
    background: url(../images/shop_icon.png);
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .process-box .step-item i.step-four-icon {
        background-image: image-url('/guide/core/module/default/bookProcess/images/shop_icon@2x.png');
        background-size: (image-width('/guide/core/module/default/bookProcess/images/shop_icon@2x.png') / 2) (image-height('/guide/core/module/default/bookProcess/images/shop_icon@2x.png') / 2);
    }
}
.process-box .step-item p {
    padding-left: 64px;
    font-size: 12px;
    line-height: 17px;
    color: #9C9C9C;
}
.process-box .step-item p.tit {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.car-box {
    padding-bottom: 26px;
}
.car-box .car-group,
.supplier-box .supplier-group {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 33px;
}
.car-box .car-group:last-child,
.supplier-box .supplier-group:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.car-box .car-group .group-tit,
.supplier-box .supplier-group .group-tit {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.car-box .car-group .group-tit .group1-icon{
    width: 50px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -5px;
    background: url('../images/head_car_icon.png') no-repeat center;
    background-size: cover;
}
.car-box .car-group .group-tit .group2-icon{
    width: 50px;
    height: 22px;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 10px;
    background: url('../images/suv_icon.png') no-repeat center;
    background-size: cover;
}
.car-box .car-group .group-tit .group3-icon{
    width: 50px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -5px;
    background: url('../images/mpv_icon.png') no-repeat center;
    background-size: cover;
}
.car-box .car-group .group-tit .group4-icon{
    width: 50px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -5px;
    background: url('../images/jiaoche_icon.png') no-repeat center;
    background-size: cover;
}
.supplier-box .supplier-group .group-tit .group1-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px;
    background: url('../images/supplier_1.png') no-repeat center;
    background-size: cover;
}
.supplier-box .supplier-group .group-tit .group2-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px;
    background: url('../images/supplier_2.png') no-repeat center;
    background-size: cover;
}
.supplier-box .supplier-group .group-tit .group3-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px;
    background: url('../images/supplier_3.png') no-repeat center;
    background-size: cover;
}
.car-box .car-group .group-tit h4,
.supplier-box .supplier-group .group-tit h4 {
    font-weight: 700;
}
.car-box .car-group .group-tit span,
.supplier-box .supplier-group .group-tit span {
    margin-left: 9px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9C9F9F;
}
.car-box .car-group .group-tit a {
    float: right;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9C9F9F;
}
.car-box .car-group .car-item {
    position: relative;
    float: left;
    /* margin-right: 35px; */
    margin-bottom: 33px;
    width: 50%;
}
.car-box .car-group:last-child .car-item {
    margin-bottom: 0;
}
.car-box .car-group .car-item img {
    margin-right: 12px;
    display: block;
    float: left;
    width: 220px;
    height: 150px;
}
.car-box .car-group .car-item p {
    margin-bottom: 10px;
    padding-left: 232px;
}
.car-box .car-group .car-item .tit {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.car-box .car-group .car-item .desc {
    font-size: 14px;
    line-height: 20px;
    color: #9C9F9F;
}
.car-box .car-group .car-item .location a {
    font-size: 13px;
    line-height: 18px;
    color: #2D65AB;
}
.car-box .car-group .car-item .price {
    position: absolute;
    left: 0;
    bottom: 14px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
    color: #FF672D;
}
.supplier-box .supplier-group .supplier-item {
    position: relative;
    margin-bottom: 33px;
    float: left;
    width: 50%;
    height: 50px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    -webkit-box-pack: center;
}
.supplier-box .supplier-group .supplier-item img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 50px;
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
}
.supplier-box .supplier-group .supplier-item p {
    padding-left: 117px;
}

.ins-box .table-group {
    padding-bottom: 33px;
}
.ins-box .tui-jian{
    background: url('../images/icon_tui.png') no-repeat center;
    width: 53px;
    height: 32px;
    position: relative;
    display: block;
    left: -17px;
    top: -28px;
}
.ins-box .tui-jian.tehui{
    left: -40px;
    top: -10px;
}

.ins-box .serch-more:hover{
    color: #2D65AB;
}
.ins-box .table-item:last-child {
    padding-bottom: 33px;
}
.ins-box .table-item h4 {
    width: 706px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #333333;
}
.ins-box .table-item .table {
    margin: 33px 0;
    width: 838px;
    background-color: transparent;
}
/* .ins-box .table-item .table td{
    position: relative;
} */
.ins-box .table-item table tbody tr:nth-child(odd) {
    background-color: #FAFAFA;
}
.ins-box .table-item table th {
    font-size: 14px;
    line-height: 20px;
    height: 34px;
    color: #9C9F9F;
    text-align: center;
    background-color: #ffffff;
}
.ins-box .table-item:first-child table th,
.ins-box .table-item:first-child table td {
    padding: 12px 10px;
}
.ins-box .table-item:first-child table th:first-child,
.ins-box .table-item:first-child table td:first-child[colspan="2"] {
    width: 244px;
}
.ins-box .table-item:first-child table td[rowspan="4"] {
    width: 112px;
}
.ins-box .table-item:first-child table th:last-child,
.ins-box .table-item:first-child table td:last-child {
    padding: 12px 22px;
    width: 522px;
}
.ins-box .table-item:nth-child(2) table th,
.ins-box .table-item:nth-child(2) table td {
    padding: 17px 33px;
}
.ins-box .table-item:nth-child(2) table th {
    height: 24px;
}
.ins-box .table-item:nth-child(2) table th:first-child,
.ins-box .table-item:nth-child(2) table td:first-child,
.ins-box .table-item:nth-child(2) table td:last-child,
.ins-box .table-item:nth-child(2) table td:last-child {
    width: 132px;
}
.ins-box .table-item:nth-child(2) table th:nth-child(2),
.ins-box .table-item:nth-child(2) table td:nth-child(2) {
    width: 372px;
}
.ins-box .table-item table td {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #393939;
    text-align: center;
}
.ins-box .table-item .bordered-table table th,
.ins-box .table-item .bordered-table table td {
    border-top: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}
.ins-box .table-item .bordered-table table th:first-child,
.ins-box .table-item .bordered-table table td:first-child {
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}
.ins-box .table-item .bordered-table table tbody tr:last-child {
    border-bottom: 1px solid #EDEDED;
}
.ins-box .ins-tips {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.ins-box .sign {
    color: #FF672D;
}


.material-box {
    padding-bottom: 33px;
    margin-bottom: 0;
}
.material-box .material-item {
    margin-bottom: 33px;
}
.material-box .material-item:last-child {
    margin-bottom: 0;
}
.material-box .material-item h4 {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #333333;
}
.driver-license-list {
    margin: 0 10px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: -ms-flexbox;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
}
.material-box .material-item .license-item {
    width: 145px;
}
.material-box .material-item .license-item img {
    margin: 0 auto 16px;
    display: block;
    width: 123px;
    height: 147px;
}
.material-box .material-item .license-item p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    text-align: center;
}
.material-box .material-item .license-item p:last-child {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #9C9F9F;
}
.material-box .material-item .space {
    margin-top: 188px;
    width: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #9C9F9F;
}

