/*表单样式 start*/
.rmdj_form {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 600px;
    height: 500px;
}

.rmdj_form_item {
    width: 100%;
    display: flex;
}

.rmdj_form_item span {
    width: 5px;
    color: red;
}

.rmdj_form_item lable {
    width: 70px;
    color: #333;
    font-size: 14px;
    margin-left: 3px;
    margin-right: 10px;
}

.rmdj_form_item input {
    width: 100%;
    border: 0;
    outline: none;
}

.rmdj_form_item textarea {

}

.rmdj_form_input_blk {
    width: 520px;
}

.rmdj_form_solid {
    border-bottom: 1px solid #DDD;
    margin-top: 10px;
    margin-bottom: 10px;
}

.smallInput {
    border-radius: 4px;
    border: 1px solid #DDD;
}

.rmdj_form_btn_p {
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.rmdj_form_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 316px;
    height: 38px;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
}

/*表单样式 end*/