.commm {
    width: 250px;
}

.dropdown-toggle {
    height: 36px;
}

.commm input {
    width: 150px;
    height: 36px;
    margin-bottom: 15px;
}

.commm h5 {
    width: 90px;
}

.input-group {
    margin-bottom: 18px;
}

.pull-right {
    /* width: 234px; */
}

.pull-right li {
    height: 30px;
    font-size: 14px;
    padding: 10px 0 10px 20px;
}


/* 模态框 */

.useModal {
    width: 800px;
    position: absolute;
    top: 110px;
    left: 10px;
}

.useModal span {
    /* color: red; */
}

.modalBtn {
    text-align: center;
}

.modalBtn button {
    margin-top: 35px;
    text-align: center;
    width: 124px;
    height: 40px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    border: none;
}

.deaUser {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 15px;
}

.modalHF {
    margin: 15px 30px;
}

.deaUser h4 {
    width: 117px;
    margin-right: 13px;
    text-align: right;
    font-size: 13px;
}

.deaRadio {}

.deaUser input {
    padding-left: 19px;
    border-radius: 10px;
    width: 277px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
}

.deaUser button {
    width: 75px;
    height: 36px;
    background: #000;
    color: #fff;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectForm {
    width: 274px;
    margin-bottom: 0;
    margin-top: 18px;
    border: solid 1px #d2d2d2;
    border-radius: 10px;
}

.seBtn {
    margin-top: 15px;
}

.deaRadio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 15px;
}

.deaRadio h4 {
    width: 120px;
    margin-right: 13px;
    text-align: right;
    font-size: 13px;
}

.modal-body {
    border-bottom: 2px solid rgb(215, 215, 215);
    padding-bottom: 25px;
}

.seBtn button {
    height: 30px;
}

.radioBtn input {
    margin: 2px 0;
}


/* 选择经销商列表 */

.roleModal {
    width: 400px;
    /* height: 419px; */
    position: absolute;
    top: 115px;
    left: 196px;
}

.roleInput {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.roleInputSea {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.roleInput input {
    /* width: 179px; */
    height: 36px;
    border-radius: 5px;
}

.roleInput span {
    font-size: 20px;
    padding-left: 19px;
}

.roleInput button {
    width: 100px;
    margin-top: 5px;
    height: 36px;
    color: #fff;
    background-color: #337ab7;
    border: none;
    border-radius: 5px;
}

.roleTitle {
    margin: 15px 0;
    padding: 6px 5px;
    border-top: 1px solid rgb(215, 215, 215);
    border-bottom: 1px solid rgb(215, 215, 215);
}

.roleCheck {
    margin-left: 28px;
}


/* .pull-right {
    width: 210px;
} */

.roleCheck li {
    list-style-type: none;
}

.btn-default {
    color: #333;
    background-color: #6786b4;
    border-color: #ccc;
}