.banner-box {
    width: 1200px;
    margin: 20px auto 0;
    position: relative;
}

.bread-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bread-box .bread em {
    color: #9FA1AC
}

.bread-box .bread {
    height: 17px;
    font-size: 12px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    color: rgba(59, 61, 69, 1);
    line-height: 17px;
}

.bread-box .sear-input-box {
    display: flex;
    align-items: center;
    width: 280px;
    height: 34px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 238, 255, 1);
    padding: 0 9px;
    justify-content: space-between;
}

.bread-box .sear-input-box input {
    width: 90%;
    float: left;
    height: 20px;
    font-size: 14px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    line-height: 20px;
    border: none;
}

.bread-box .sear-input-box span {
    width: 18px;
    height: 18px;
    background: url("https://cdn3.maicheba.com/sear-icon@2x.png") center no-repeat;
    background-size: 100% 100%;
}

.choose {
    width: 100%;
    border-bottom: 1px solid #EAEEFF;
}

.choose .choose-item {
    /*align-items: center;*/
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.choose .choose-item .tit {
    float: left;
    font-size: 14px;
    font-family: 'webfontwb'!important;
    color: rgba(59, 61, 69, 1);
    width: 60px;
}

.choose .choose-item .con {
    float: left;
}

.choose .choose-item .con a {
    float: left;
    margin-left: 20px;
    color: #3B3D45;
    height: 20px;
    font-size: 14px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    line-height: 20px;
}
.choose .choose-item .con a:hover,
.choose .choose-item .all-con a:hover{color:#3C65FB;}
.choose .choose-item .con a.disabled, .choose .choose-item .hasmore.disabled {
    color: #c4c4c4;
    cursor: not-allowed
}

.choose .choose-item .hasmore {
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 20px;
    font-size: 14px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    line-height: 20px;
}

.choose .choose-item .hasmore span {
    float: left;
}

.choose .choose-item .hasmore.disabled .ui-icon {
    opacity: 0.5
}

.choose .choose-item .ui-icon {
    width: 12px;
    height: 20px;
    background: url(https://cdn3.maicheba.com/more-trangel@2x.png) center no-repeat;
    background-size: 12px 7px;
    float: left;
    margin-left: 8px;
}

.choose .choose-item .hasmore.more-expend .ui-icon {
    transform: rotate(180deg);
}

.choose .choose-item .hasmore.more-expend span.txt {
    color: #3C65FB
}

.choose .choose-item .price {
    float: left;
    margin-left: 20px;
    color: #3B3D45;
    /*height: 22px;*/
    font-size: 14px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    line-height: 20px;
}

.choose .choose-item .price input {
    width: 60px;
    height: 100%;
    padding: 0 0 0 10px;
    border: 1px solid #EAEEFF;
}

.choose .choose-item .price span {
    font-size: 14px;
    color: #3B3D45;
}

.choose .choose-item .price .sure-btn {
    cursor: pointer;
    width: 50px;
    height: 100%;
    color: #3C65FB;
    border: 1px solid #3C65FB;
    background: #F1F4FF;
}

.choose .choose-item .con a:first-child {
    margin-left: 0;
}

.choose .choose-item .con a.current {
    color: #3C65FB;
    font-weight: 600;
}

.all-con .all-con-item {
    /*width: 33.3%;*/
    width: 100%;
    float: left;
    display: flex; /*align-items: center;*/
}

.all-con .all-con-item .letter {
    width: 20px;
    color: #3C65FB;
    float: left;
    font-size: 14px;
    font-family: 'webfontwb'!important;
    font-weight: 600;
}

.all-con .all-con-item .car {
    margin-left: 10px;
}

.all-con .all-con-item .car a {
    float: left;
    margin-right: 20px;
    color: #3B3D45;
    height: 20px;
    font-size: 14px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.all-con-item .car a.current {
    color: #3C65FB;
    font-weight: 600;
}

.more-box {
    background: #fff;
}

.all-con {
    width: 1142px;
    max-height: 342px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #EAEEFF;
    padding: 10px 20px;
    transition: .2s ease;
    background: #fff;
    margin-left: 60px;
    margin-top: 10px;
    position: relative;
    display: none
}

.more-choose-block .more-choose-group {
    float: left;
    margin-left: 20px;
    color: #3B3D45;
    /* height: 20px; */
    font-size: 14px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}

.more-choose-block .more-choose-group:first-child {
    margin-left: 0;
}

.more-choose-group.open .more_cover > .ui-icon {
    transform: rotate(180deg)
}

.more-choose-block .more-choose-group .cover-block {
}
.more-choose-block .more-choose-group .more_cover {
    border: 1px solid #EAEEFF;
    min-width: 90px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    align-items: center;
    cursor: pointer;
}
.more-choose-group.open .more_cover{border-color: #3C65FB;border-bottom:none;}
.more-list {
    /*transition: .2s ease;*/
    /*-webkit-box-shadow: -1px 1px 6px 0 rgba(62,62,62,.24);*/
    /*-moz-box-shadow: -1px 1px 6px 0 rgba(62,62,62,.24);*/
    /*-o-box-shadow: -1px 1px 6px 0 rgba(62,62,62,.24);*/
    display: none;
    position: absolute;
    transition: .2s ease;
    z-index: 9;
    top: 30px;
    width: 100%;
    background: #fff;
    left: 0;
    border: 1px solid #3C65FB!important;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    min-width: 90px !important;
    box-shadow: none!important;
    border-radius: 0!important;
    margin-top:0!important;
}

.more-list li {
    width: 100%; /*height:28px;line-height: 28px;*/
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'webfontrg'!important;
}

.more-list li:current {
    background: #3C65FB;
    color: #fff;
}

.more-list li:hover {
    background: #3C65FB;
    color: #fff;
}

.more-list.color-ul {
    width: 190px !important;
    height: 250px;
    overflow: hidden;
}

.more-list.color-ul li {
    float: left;
    width: 50%;
}

.more-list.color-ul li:hover {
    background: #fff;
    color: #3C65FB;
}

.more-list.color-ul li span.color {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.more-list.color-ul li span.color.null {
    background: #fff;
}

.more-list.color-ul li span.color.block {
    background: #333333
}

.more-list.color-ul li span.color.white {
    background: #fff;
    border: 1px solid rgba(234, 238, 255, 1);
}

.more-list.color-ul li span.color.yinhui {
    background: #C9C7C5
}

.more-list.color-ul li span.color.shenhui {
    background: #666666
}

.more-list.color-ul li span.color.red {
    background: #D0021B
}

.more-list.color-ul li span.color.orange {
    background: #FFAD06
}

.more-list.color-ul li span.color.green {
    background: #21AB39
}

.more-list.color-ul li span.color.blue {
    background: #3C65FB
}

.more-list.color-ul li span.color.kafei {
    background: #82371D
}

.more-list.color-ul li span.color.purple {
    background: #9013FE
}

.more-list.color-ul li span.color.xiangbin {
    background: #C3AD82
}

.more-list.color-ul li span.color.yellow {
    background: #FED602
}

.more-list.color-ul li span.color.kinds-color {
    background: url("https://cdn3.maicheba.com/color_dcs@2x.png") center no-repeat;
    background-size: 10px 10px;
}

.more-list.color-ul li span.color.others {
    background: url("https://cdn3.maicheba.com/color_qt@2x.png") center no-repeat;
    background-size: 10px 10px;
}

.chosen-block {
    padding: 20px 0;
}

.chosen-block .chosen-block-item {
    height: 28px;
    display: flex;
    align-items: center;
}

.chosen-block .group-txt {
    color: #9FA1AC;
    font-size: 14px;
    font-family: 'webfontrg'!important;
}
.chosen-block .group-txt:hover{color: #3C65FB;}
.chosen-block .group-con {
}

.group-con-num {
    color: #3B3D45;
    font-size: 16px;
    font-family: 'webfontrg'!important;
    font-weight: 600;
}

.group-con-num .car-total-num {
    color: #3C65FB;
    padding: 0 5px;
}

.chosen-block .chosen-block-group {
    float: left;
    /* height: 24px; */
    /* border: 1px solid #EAEEFF; */
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #EAEEFF;
    /* min-width: 100px; */
    height: 28px;
    padding: 0 5px;
    align-items: center;
    cursor: pointer;
}

/*.chosen-block .chosen-block-group:hover > .remove-chosen {*/
/*    display: block;*/
/*}*/

.chosen-block-group .remove-chosen {
    color: #9FA1AC;
    /*display: none;*/
    font-size: 18px;
    font-family: 'webfontrg'!important;
}

.chose-attr {
    color: #3C65FB;
    margin: 0 4px;
    font-size: 12px;
    font-family: 'webfontrg'!important;
}
.content-wrap{width:1200px;margin:0 auto}
.car-wrap-hd {
    height: 30px;
    border-bottom: 1px solid #EAEEFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}


.car-wrap-hd .hd-r li {
    float: left;
    cursor: pointer;
    padding: 0 10px;
    height: 20px;
    border-left: 1px solid #EAEEFF;
}

.car-wrap-hd .hd-r li:first-child {
    border-left: none;
}

.car-list, .car-wrap-hd {
    /*overflow: hidden;*/
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.car-wrap-hd{height:30px;}
.car-list{width:1220px;padding:10px 0;margin-left:-8px;min-height: 450px;}
.car-wrap-hd .hd-l, .car-wrap-hd .hd-r li {
    color: #3B3D45;
    font-size: 14px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
}

.car-wrap-hd .hd-l {
    font-weight: 600;
    border-bottom: 2px solid #3C65FB;
}

.car-wrap-hd .hd-r li.current {
    color: #3C65FB;
    font-weight: 600;
}

.car-wrap-hd .hd-r li .ui-icon {
    width: 8px;
    margin-left: 8px;
    height: 100%;
    background: url("https://cdn3.maicheba.com/sort-icon@2x.png") center no-repeat;
    background-size: 8px 10px;
}

.car-wrap-hd .hd-r li {
}

.car-wrap-hd .hd-r li.current .ui-icon.up {
    background-image: url("https://cdn3.maicheba.com/sort-icon-active@2x.png");
}

.car-wrap-hd .hd-r li.current .ui-icon.down {
    background-image: url("https://cdn3.maicheba.com/sort-icon-active@2x.png");
    transform: rotate(180deg);
    margin-top: 2px;
}

.car-list .car-item {
    width: 301px;
    display: flex;
    float: left;
    margin-left: 4px;
    padding: 9px 8px;
    height: 100%;
    margin-bottom: 20px;
    flex-direction: column;
    cursor: pointer;
}

.car-list .car-item:nth-child(4n+1) {
    margin-left: 0;
}

.car-list .car-item:hover {
    box-shadow:0 0 5px 2px #e6e6e6
}

.car-list .car-item .images {
    width: 100%;
    height: 200px;
    position: relative;
}

.car-list .car-item .images img {
    width: 285px;
    height: 100%;
    margin: 0 auto;
}

.car-list .car-item .title {
    height: 22px;
    font-size: 16px;
    font-family: 'webfontrg'!important;
    font-weight: 500;
    color: rgba(59, 61, 69, 1);
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.car-list .car-item .tips {
    height: 18px;
    font-size: 13px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    color: rgba(159, 161, 172, 1);
    line-height: 18px;
    margin-bottom:0!important;
}

.car-list .car-item .secondPrice {
    width: 70px;
    height: 20px;
    font-size: 16px;
    font-family: 'webfontrg'!important;
    font-weight: 500;
    color: rgba(153, 138, 110, 1);
    background:linear-gradient(270deg,rgba(241,233,214,0) 0%,rgba(219,209,182,0.5) 100%);
    /*opacity:0.5;*/
}

.car-list .car-item .money-box span {
    /*color: #FF4000*/
}

.car-list .car-item .down-payment {
    height: 28px;
    font-size: 20px;
    font-family: 'webfontrg'!important;
    font-weight: 500;
    line-height: 28px;
}

.car-list .car-item .monthly-payment {
    height: 21px;
    font-size: 13px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    line-height: 21px;
}

.no-data-box {
    padding: 200px 0;
}

.icon-data-none {
    width: 250px;
    height: 84px;
    margin: 0 auto;
    display: block;
    /* padding: 0 0 10px; */
    background: url(https://cdn3.maicheba.com/no-data@2x.png) center no-repeat;
    background-size: 250px 84px
}

.no-data-box .msg {
    height: 20px;
    font-size: 14px;
    font-family: 'webfontrg'!important;
    font-weight: 400;
    color: rgba(159, 161, 172, 1);
    line-height: 20px;
}


.pagination-box {
    width: 1200px;
    margin: 20px auto 0;
    text-align: center;
    overflow: hidden;
}

.pagination-box .j-pagination {
    margin: 30px auto 0;
}
