.require {
    color: #cc0000;
    margin-right: 5px;
    margin-left: -10px;
    width: 6px;
    display: inline-block;
}

.form_panel, .other_panel {
    width: 540px;
}

.form_content {
    padding: 20px 0;
}

.form_content .item {
    width: 100%;
    margin-bottom: 10px;
    line-height: 32px;
}

.form_content .label {
    width: 160px;
    line-height: 1.6em;
    margin-top: 6px;
    white-space: initial;
    padding: 0;
    display: inline-block;
    color: #555;
    float: left;
    font-weight: normal;
    text-align: left;
}

.item-box {
    float: left;
    width: 302px;
    position: relative;
}

.form_content .divLabel {
    margin-left: 0;
    color: #555;
    display: block;
    line-height: 24px;
    white-space: normal;
    word-wrap: break-word;
    margin-right: 20px;
}

.form_content p {
    line-height: 2;
    color: #999;
}

.form_content .divLabel p {
    line-height: initial;
}

.form-control{
    width:140px;
    margin: 0 5px;
}

.form_control{
    text-align: center;
}

.form_control a {
    background: #50abf2;
    color: #fff;
    float: none;
    height: 34px;
    line-height: 34px;
    padding: 0 30px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px;
}

.form_control .close {
    background: #8f8f8f;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
}

.details-page-body-btns .btn + .btn, .details-page-body-btns .btn:first-of-type{
    margin:5px 5px;
}

/*2019-11-08*/
.content-text{
    width:100%;
}
.formAudit_panel {
    padding: 0;
    width: 1170px;
    max-width: initial;
}

.formAudit_title {
    margin: 30px 38px;
    line-height: 1.2em;
    padding-left: 18px;
}

.formAudit_content {
    padding: 0;
    margin: 30px 38px;
}

.formAuditTable {
    width:100%;
    border-collapse: collapse;
    margin-bottom:20px;
}

.formAuditTable caption {
    color: #333;
    text-align: left;
    padding-bottom: 26px;
    font-weight: bold;
    font-size: 16px;
}

.formAuditTable td {
    border: 1px solid #f0f0f3;
    padding: 18px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#666;
}

.formAuditTable tr td:nth-of-type(1) {
    width:50px;
    text-align:center;
}

.formAuditTable tr td:nth-of-type(2) {
    width:330px;
}

.formAuditTable tr td:nth-of-type(3) {
    width:130px;
    text-align: center;
}

.radioLabel {
    position:relative;
    display: inline-block;
    cursor: pointer;
}

.radioLabel:first-of-type {
    margin-right:10px;
}

.radioLabel input {
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    visibility: hidden;
    filter: opacity(0);
}

.radioLabel span {
    width:18px;
    height:18px;
    display: inline-block;
    margin-right:5px;
    border:1px solid #c1c1c1;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    position: relative;
    top: 5px;
}

.radioLabel input:checked+span {
    border-color:#4976e8;
}

.radioLabel input:checked+span:after {
    content:"";
    width:10px;
    height:10px;
    background-color: #4976e8;
    position: absolute;
    left:4px;
    top:4px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

.formAudit_control {
    padding: 0;
    text-align: center;
    margin: 0 0 30px 0;
}

.form_control.formAudit_control a {
    float:none;
    display: inline-block;
    margin:0 25px;
}

/*2019-11-11*/
.adminTable caption{
    text-align: center;
    color: #626262;
    background-color: #f7f7f7;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 0;
    border: 1px solid #f0f0f3;
    border-bottom:0;
}

.adminTable th{
    color: #626262;
    background-color: #f7f7f7;
    border: 1px solid #f0f0f3;
    text-align:center;
    padding:8px 0;
    font-weight: normal;
}

.adminTable tr td:nth-of-type(1){
    width:20%;
}

.adminTable tr td:nth-of-type(2), .adminTable tr td:nth-of-type(4){
    width:20%;
    text-align:center;
}

.adminTable tr td:nth-of-type(3){
    text-align:left;
}

.adminTable tr td.advice{
    color:#070707;
}
