body {
}

.carNo-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

            flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;

    background-color: #eee;
    height: 30px;
    padding-right: 10px;
}

.carNo-warp span {
    background-color: #387FF5;
    color: #fff!important;
    padding: 0 5px;
    border-radius: 4px;
    margin-left: 5px;
}

.carNo-warp input {
    height: 30px;
    width: 70px;
    border: 0;
    background: none;
    outline: none;
    margin-left: 5px;
}

.selector-attr {
    height: 350px;
    width: 250px;
    margin-left: calc(50% - 125px);
    margin-top: 50px;
    background-color: #fff;
    overflow-y: auto;
}

.selector-attr>div {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.selector-attr>div:nth-child(5n) {
    border-right: 0;
}

.selector-attr>div:active {
    background-color: #f7f7f7;
}

.list-panel {
    overflow: scroll;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.elem-brand>.label {
    padding: 10px 15px;
    background-color: #eee;
}

.elem-brand .brand-list-line {
    margin-right: 30px;
    background-color: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

            flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elem-brand .brand-list-line .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

            flex-direction: column;     
    -moz-flex-direction: column;     
    -ms-flex-direction: column;     
    -o-flex-direction: column;     
   -moz-justify-content: center;     
   -ms-justify-content: center;     
   -o-justify-content: center;     
   -webkit-box-pack: center;     
       -ms-flex-pack: center;     
           justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    width: 20%;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.elem-brand .brand-list-line .item:active {
    border: 1px solid #eee;
}

.elem-brand .brand-list-line img {
    max-height: 30px;
    margin-bottom: 5px;
}

.elem-brand .brand-list-block .item {
    margin-right: 30px;
    *zoom:1;
}

.elem-brand .brand-list-block .item:after {
    content:'\200B';
    clear:both;
    display:block;
    height:0px
}

.elem-brand .brand-list-block .item .imgBox {
    position: relative;
    float: left;
    width: 22%;
    height: 50px;
}

.elem-brand .brand-list-block .item .imgBox img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    margin: auto;
}

.elem-brand .brand-list-block .item span {
    float: left;
    width: 78%;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    line-height: 49px;
}

.elem-brand .brand-list-block .item:nth-last-child(1) span {
    border-bottom: none;
}

.elem-brand-info>.label {
    display: -webkit-box;          
    display: -ms-flexbox;     
    display: flex; 

    -webkit-box-orient: horizontal; 

    -webkit-box-direction: normal; 

            flex-direction: row;          
    -moz-flex-direction: row;          
    -ms-flex-direction: row;         
    -o-flex-direction: row;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    padding: 20px 0 20px 20px;
}

.elem-brand-info>.label img {
    max-height: 50px;
}

.elem-brand-info .sub-list .item {
    border-top: 1px solid #eee;
}

.elem-brand-info .sub-list .item .name {
    display: -webkit-box;          
    display: -ms-flexbox;     
    display: flex; 

    -webkit-box-orient: horizontal; 

    -webkit-box-direction: normal; 

            flex-direction: row;          
    -moz-flex-direction: row;          
    -ms-flex-direction: row;          
    -o-flex-direction: row;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    height: 40px;
    padding: 0 10px 0 15px;
}

.elem-brand-info .sub-list .item .name:active {
    background-color: #f7f7f7;
}

.elem-brand-info .sub-list .item .name.active {
    background-color: #f7f7f7;
}

.elem-brand-info .sub-list .item .name span {
    flex: 1;     
    -webkit-box-flex: 1;     
    -moz-box-flex: 1;     
    -webkit-flex: 1;     
    -ms-flex: 1;
}

.elem-brand-info .sub-list .item .name img {
    max-height: 18px;
}

.elem-brand-info .sub-list .item .model-list {
    display: -webkit-box;          
    display: -ms-flexbox;     
    display: flex; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

            flex-direction: column;     
    -moz-flex-direction: column;     
    -ms-flex-direction: column;     
    -o-flex-direction: column;
}

.elem-brand-info .sub-list .item .model-list div {
    display: -webkit-box;          
    display: -ms-flexbox;     
    display: flex; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    height: 40px;
    padding-left: 15px;
    border-top: 1px solid #eee;
    color: #777;
    font-size: 12px;
}

.elem-brand-info .sub-list .item .model-list div:active {
    color: #387FF5;
}

.tmp-group .value #val-brand {
    color: #000;
}

.tmp-group .value #val-model {
    font-size: 12px;
}

.tmp-group .value .base-col div {
    width: 10rem;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gap-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 187px;
    margin: auto;
    background-color: #fff;
}
.gap-list .label {
    padding: 10px 10px 0 20px;
    font-size: 16px;
    color: #000;
}
.gap-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}
.gap-list > div .iconfont.__active {
    color: red;
}
.gap-list > div:last-child {
    border: 0;
}
.gap-list > div:active {
    background-color: #eee;
}
.gap-list > div span:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 30px;
}


.submit-btn {
    background-color: #387FF5;
    border-radius: 5px;
    color: #fff;
    height: 30px!important;
    padding: 0 5px;
    margin-right: 15px;
}