/*确认按钮*/
.base_button{
    /* width:100px; */
    height:30px;
    line-height: 30px;
    text-align: center;
    background:#40a9ff;
    color:#FFFFFF;
    float:right;
    cursor:pointer;
    padding:0px 20px;
    border-radius: 5px;
    border:1px solid #40a9ff;
    margin-right:10px;
}
/*确认按钮*/
.base_button_close{
    /* width:100px; */
    height:30px;
    line-height: 30px;
    text-align: center;
    background:#FFFFFF;
    color:#000000;
    float:right;
    cursor:pointer;
    padding:0px 20px;
    border-radius: 5px;
    border:1px solid #d9d9d9;
    margin-right:10px;
}
/*==============================抽屉按钮==============================*/
/*提交*/
.brawer_button_submit{
    padding:5px 10px;
    background:#40a9ff;
    text-align: center;
    color:#FFFFFF;
    font-size: 15px;
    float:right;
}
/*取消*/
.brawer_button_cancel{
    padding:5px 10px;
    background:#40a9ff;
    text-align: center;
    color:#FFFFFF;
    font-size: 15px;
    float:left;
}