
ul, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    background: #fff;
}

/*小导航*/
.content .min-nav {
    width: 100%;
    padding: 10px 0;
}

.content .min-nav a {
    padding: 3px 0;
    font-size: 14px;
    color: #999;
}

.content .min-nav a.active {
    color: #666;
}

.content .shop-details {
    overflow: hidden;
    width: 100%;
}

.content .row {
    margin: 0;
}

.content .choice-box {
    width: 100%;
    overflow: hidden;
    margin-top: 3px;
}

.content .choice-box a {
    cursor: pointer;
}

.content .choice-box .title {
    margin-bottom: -3px;
    background: rgba(243, 243, 243, 1);
    width: 100%;
    overflow: hidden;
}

.choice-box .title h4 {
    float: left;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    margin-left: 10px;
}

.choice-box .title h4 i {
    width: 12px;
    height: 18px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.choice-box .title h4 em {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    float: none;
    font-style: normal;
}

.choice-box .choice-row {
    margin-top: 26px;
    margin-bottom: 46px;
    overflow: hidden;
    width: 100%;
}


.choice-row a.col-md-2 {
    width: 184px;
}
.chooseFun a.choice{
    width: 184px;
    height: 47px;
}
.choice-row a.choice {
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 4px;
    padding: 12px 42px;
    color: #666;
    font-size: 16px;
    margin-right: 18px;
    text-align: center;
}

.choice-row a.selected, .choice-row a.choice:hover {
    color: #ff4343;
    border: 1px solid rgba(255, 67, 67, 1);
}

.choice-row a.choice:active {
    color: #e53c3c;
    border: 1px solid #e53c3c;
}

.choice-row a.choice:last-child {
    margin-right: 0;
}

.choice-row a.choice b {
    font-size: 20px;
}

.choice-row a.choice i {
    padding-left: 5px;
}

.choice-box .vehicle-series a.choice {
    border: none;
    padding: 0;
}

.choice-box .vehicle-series a.choice dl {
    margin-bottom: 0;
}

.choice-box .vehicle-series a.choice dl dt {
    height: 76px;
    overflow: hidden;
}

.choice-box .brands {
    position: relative;
}

.choice-box .brands .row {
    margin-bottom: 20px;
}

.choice-box .brands .row:last-child {
    margin-bottom: 0;
}

.brands .brand {
    text-align: center;
    padding-right: 30px;
}

.brands .brand .sell-checkbox + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #999;
    position: absolute;
    top: 2px;
    border-radius: 2px;
}

.brands .brand .sell-checkbox:checked + label::before {
    display: block;
    content: "\2713";
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

input[type=checkbox] {
    visibility: hidden;
}

.brands .brand .sell-check {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    font-weight: 400;
    text-align: left;
    width: 112px;
}

.brands .row .brand label {
    margin-bottom: 0;
}

.brands .row .brand label:hover {
    color: #ff4343;
}

.brands .row .brand label:active {
    color: #e53c3c;
}

.choice-box .seek {
    text-align: center;
    margin-top: 14px;
    border-bottom: 1px solid rgba(200, 200, 200, 1);
    padding-bottom: 40px;
}

.choice-row .filtrate-seek {
    width: 300px;
    height: 50px;
    background: rgba(255, 67, 67, 1);
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    border: none;
}

.choice-box .more {
    width: 100%;
    height: 66px;
    line-height: 66px;
    margin-top: 0;
    background: rgba(71, 153, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(71, 153, 255, 0.8);
}

.choice-box .more .col-md-6 {
    text-align: center;
    overflow: hidden;
}

.choice-box .more i, .choice-box .more a {
    display: inline-block;
}

.choice-box .more i {
    height: 46px;
    overflow: hidden;
    margin-right: 4px;
}

.choice-box .more a {
    font-size: 20px;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    height: 46px;
    width: 158px;
    overflow: hidden;
    cursor: pointer;
}

/* modal 没有喜欢的车 */
.no_car .modal-sm {
    width: 400px;
}

.no_car .modal-sm .modal-content {
    padding: 10px;
}

.no_car .modal-sm .no_car_title {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.no_car .modal-sm .want_car {
    width: 378px;
    overflow: hidden;
    text-align: center;
    margin: 30px auto 0px;
}

.no_car .form-group{
    position: relative;
    margin-bottom:25px;
}
.no_car .form-group .help-block{
    position: absolute;
    left:86px;
    top:31px;
}

.want_car .form-group .sell-form-title {
    float: left;
    width: 62px;
    margin-top: 7px;
    height: 20px;
    text-align: left;
    /*text-align: justify;*/
    /*overflow: hidden;*/
    /*vertical-align: top;*/

}

.want_car .form-group .sell-form-title i {
    display: inline-block;
    width: 100%;
    height: 0;
}

.want_car .form-group .form-control {
    float: left;
    width: 276px;
    margin-left: 10px;
    box-shadow: none;
}

.want_car .time_box i.fa {
    position: absolute;
    top: 0;
    right: 18px;
    display: inline-block;
    width: 34px;
    line-height: 32px;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    background: #eee;
}

.want_car button.sub {
    width: 200px;
    background: #489aff;
    color: #fff;
    height: 40px;
    font-size: 16px;
    margin: 20px auto 30px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.want_car button.sub:hover{
    background: #66abff;
}
.want_car hr{
    margin-top:35px;
}

.select2-container--default .select2-selection--single {
    height: 35px;
    text-align: left;
    border-color: #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top:1px;
}


/*没有喜欢的车 下拉菜单*/
.select2-results__option[aria-selected]{
    padding-left:16px;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background: #4799ff;
    color: #fff;
}
.select2-container--default .select2-results__option[aria-disabled=true]{
    background: #eee;
}