.common-form .form-group {
    min-height: 60px;
}

.common-form .form-label {
    float: left;
    text-align: right;
    font-size: 16px;
    line-height: 40px;
}

.common-form .form-label.required:before {
    content: '* ';
    color: #f00
}

.common-form .form-body {
    min-height: 40px;
}

.common-form .form-body input[type="password"],
.common-form .form-body input[type="text"],
.common-form .form-body textarea,
.common-form .form-body select {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    outline: none;
    background-color: #fff;
}

.common-form .form-body textarea {
    padding-top: 8px;
    line-height: 24px;
    resize: none
}

.common-form .form-body input[type="password"],
.common-form .form-body input[type="text"],
.common-form .form-body select {
    height: 40px;
    line-height: 40px;
}

.common-form .form-body select {
    padding-right: 0\9;
    /* background: url(../images/ywbdy-icon-select-arrow.png) no-repeat 97% center; */
    padding-right: 8px;
}

.common-form .form-body .checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    line-height: 20px;
}

.common-form .form-body .radio .checkbox-icon {
    border: none;
    margin-top: -2px;
    background: url('../images/ywby-icon-radio-false.png') no-repeat center;
}

.common-form .form-body .radio .checkbox-icon.checked {
    background: url('../images/ywby-icon-radio-true.png') no-repeat center;
}

.upload-btn {
    width: 128px;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    color: #fff;
    cursor: pointer;
    float: left;
    background: #409ddf url('../images/ywby-icon-upload.png') no-repeat 20px center;
}

.upload-btn input {
    display: none
}

.upload-btn:hover {
    background-color: #287cc1
}

.upload-tips {
    float: left;
    line-height: 40px;
    margin-left: 10px;
}

.file-list {
    margin-top: 10px;
    padding: 5px;
}

.file-list li {
    height: 26px;
    line-height: 26px;
    padding-left: 28px;
    background-image: url('../images/ywby-icon-file.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    transition: all ease-in-out .2s;
}

.file-list li:hover {
    background-color: #eee;
}

.file-list li span {
    float: left;
}

.file-delete {
    float: right;
    width: 30px;
    height: 100%;
    background: url('../images/ywby-icon-trash.png') no-repeat center;
    cursor: pointer;
    display: none
}

.changefile-delete {
    float: right;
    width: 30px;
    height: 100%;
    background: url('../images/ywby-icon-trash.png') no-repeat center;
    cursor: pointer;
    display: none
}

.file-list li:hover .file-delete {
    display: block
}

.file-list li:hover .changefile-delete {
    display: block
}

.file-boder {
    margin-left: 15px;
    margin-top: 25px;
    border-top: 1px solid #e5e5e5;
}

.file-boder>h5 {
    font-size: 14px;
    width: 72px;
    height: 32px;
    padding-top: 12px;
    border-top: 2px solid #409ddf;
    text-align: center;
    margin-top: -2px;
}

.validata-btn {
    width: 104px;
    height: 40px;
    background: #f39800;
    float: right;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

form .form-box.dashed {
    border-bottom: 1px dashed #e5e5e5;
    padding-right: 76px;
}

form .form-box {
    padding-left: 32px;
    padding-right: 346px;
    margin-bottom: 20px;
}

.common-form .mult-select {
    position: relative;
}

.common-form .mult-select input {
    /*background: url('../images/ywby-icon-select-arrow.png') no-repeat 97% center;*/
    cursor: default;
}

.common-form .mult-select-options {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    display: none;
}

.common-form .mult-select-options li {
    padding: 10px 10px;
    line-height: 1;
    cursor: pointer;
}

.common-form .mult-select-options li.selected {
    background-color: #409ddf;
    color: #fff
}