.dropdown{
    width: 220px!important;
}
.btn-default{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-default>span:nth-child(1){
    color: rgb(170, 170, 170);
}
.dropDown_list>div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.label{
    margin-right: 20px;
    color: #000;
    font-weight: 400;
}
.sumbitjs{
    width: 250px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background: #ff9900;
    justify-content: center;
    cursor: pointer;
}
.Tips{
    width: 100%;
    text-align: right;
    margin-top: 20px;
}
.body_left{
    width: 400px;
}
.body_let_meny{
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.body_let_meny>div{
    padding: 10px 20px;
    cursor: pointer;
}