.sale_car_block_background{
	background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    z-index: 99999;
     display:none;
}

.sale_car_block_title{
	height: 45px;
    line-height: 45px;
    color: white;
    background-color: #ffda44;
    padding-left: 20px;
    font-weight: 500;
}
.sale_car_block{
	top: 170px;
    left: 419.5px;
    position: fixed;
    z-index: 100000;
    background: #fff;
    width: 399px;
    height: 180px;
    opacity: 1;
    display:none;
}
.sale_car_block_button{
	    text-align: center;
}
.sale_car_button,.go_sale_button{
	    width: 100px;
    height: 33px;
    color: white;
    border: 0px;
    border-radius: 1px;
    margin-top: 50px;
}
.sale_car_button{
   background-color: #ffda44;
    margin-right: 5px;
}
.go_sale_button{
	background-color: white;
    color: #666;
    border: 1px solid #ccc;
    margin-left: 5px;
}
.exit_close{
	    float: right;
    width: 14px;
    margin-top: 16px;
    margin-right: 10px;
}

.company_admit_button{
	width: 100px;
    height: 33px;
    color: white;
    border: 0px;
    border-radius: 1px;
    background-color: #ffda44;
    margin-right: 5px;
    margin-top: 25px;
}
.company_addmit_msg{
    margin-top: 25px;
}
.company_addmit{
	    color: #6B6965;
}