.model-dropdown-container {position: relative; font-weight: 300;}

.model-dropdown-select {width: 100% !important; box-sizing: border-box; vertical-align: middle; font-size: 14px; display: block; border-radius: 5px; line-height: 50px; min-height: 50px; position: relative;padding-left: 15px;padding-right: 20px; background: #fff; border: 1px solid #dcdcdc;margin: 0; cursor: pointer; color: #000000;}
.model-dropdown-list {position: absolute;max-height: 270px;width: 100%;top: 41px;z-index: 1000;border: 1px solid #e8e8e8;overflow: hidden;overflow-y: scroll;}
.option {padding: 5px;background:#fff;cursor:pointer;}
.option:hover{background:#dddddd;}
.option .option_image {width:90px; height:70px;background-size:cover;background-position: center; float:left;margin-right:10px; margin-left: 10px;}
.option span {display:inline-block;width: 200px;white-space:nowrap;text-overflow:ellipsis;}
.option .option_title {font-size: 11.5px;line-height: 28px;}
.option .option_info{color:#777777; font-size: 13px;}
.option .option_dop {font-size:13px;line-height: 26px;}
.option .option_dop .other{
    width: auto;
    font-weight: 500;
}
.model-dropdown-list.selected {
    top: 81px;
}

.content-info p {
    margin: unset;
}

.option_info span{
    width: auto;
}
.option_info .new-price{
    margin-right: 10px;
    font-weight: 600;
    color: #ff0013;
}
.option_info .old-price{
    color: black;
    text-decoration: line-through;
}
.content-info {
    display: table-cell;
    width: 70%;
    padding-left: 10px;
}

.form-trade__car .input-container {
    width: 100%;
}

.model-dropdown-select.selected {
    line-height:unset;
    padding-left: unset;
    padding-right: unset;
}

.model-dropdown-select.selected .option.row{
    border-radius: 5px;
}

.form-trade__text.form-trade__text--color-red {
    margin: 10px 0;
}