/**
  * added by zhangyijiang
  .loadEffect span:nth-child(1){left: 0;top: 50%;margin-top:-8px;-webkit-animation-delay:0.13s;}
.loadEffect span:nth-child(2){left: 14px;top: 14px;-webkit-animation-delay:0.26s;}
.loadEffect span:nth-child(3){left: 50%;top: 0;margin-left: -8px;-webkit-animation-delay:0.39s;}
.loadEffect span:nth-child(4){top: 14px;right:14px;-webkit-animation-delay:0.52s;}
.loadEffect span:nth-child(5){right: 0;top: 50%;margin-top:-8px;-webkit-animation-delay:0.65s;}
.loadEffect span:nth-child(6){right: 14px;bottom:14px;-webkit-animation-delay:0.78s;}
.loadEffect span:nth-child(7){bottom: 0;left: 50%;margin-left: -8px;-webkit-animation-delay:0.91s;}
.loadEffect span:nth-child(8){bottom: 14px;left: 14px;-webkit-animation-delay:1.04s;}
*/
.borderBottom {
    border-bottom: 1px solid #ccc;
}

#loading {
    position: fixed;
    top: 40%;
    left: 45%;
    z-index: 9999999;
}

#uploading {
    width: 100vw;
    height: 100vh;
    background: #000000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    /*z-index: 2;*/
    z-index: 9999999;
    display: none
}

#uploading .bg {
    position: fixed;
    top: 40%;
    left: 45%;
}

#uploading .contenttext {
    margin: auto;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff
}

.loadEffect {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    top: 40%; /*margin-top:100px;*/
}

.loadEffect span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cccccc;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.loadEffectspan1 {
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.13s;
}

.loadEffectspan2 {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: 0.26s;
}

.loadEffectspan3 {
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay: 0.39s;
}

.loadEffectspan4 {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: 0.52s;
}

.loadEffectspan5 {
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.65s;
}

.loadEffectspan6 {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: 0.78s;
}

.loadEffectspan7 {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay: 0.91s;
}

.loadEffectspan8 {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s;
}

.currentVersion {
    position: fixed;
    bottom: 5px;
    right: 10px;
    color: #000;
    font-size: 1.2rem
}

.submitButton {
    width: 100px;
    height: 30px;
    background: #fff;
    border: 1px solid #e20012;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 0;
    color: #e20012;
}

.submitButton:hover {
    cursor: pointer;
    background: #e20012;
    color: #fff;
}

.textwithplaceholder::-webkit-input-placeholder {
    font-size: 5px;
    line-height: 50px;
}

#insuranceCompanyManagement {
    width: 100%;
    overflow: hidden;
}

#insuranceCompanyManagement .organizationTree {
    width: 20%;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#insuranceCompanyManagement .organizationForm {
    margin: 0 30px 0 23%;
}

#insuranceCompanyManagement .organizationForm .orgCode {
    width: 5%;
}

#insuranceCompanyManagement .organizationForm .orgName {
    width: 27%;
}

#insuranceCompanyManagement .organizationForm .orgLvl {
    width: 7%;
}

#insuranceCompanyManagement .organizationForm .orgAcronym {
    width: 19%;
}

#insuranceCompanyManagement .organizationForm .orgArea {
    width: 7%;
}

#insuranceCompanyManagement .organizationForm .orgStatus {
    width: 5%;
}

#insuranceCompanyManagement .organizationForm .contral {
    width: 30%;
}

#insuranceCompanyManagement .organizationModifyMain {
    height: 460px;
    overflow: hidden;
}

#organizationManagement {
    width: 100%;
    overflow: hidden;
}

#organizationManagement .organizationTree {
    width: 250px;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#organizationManagement .organizationForm {
    margin: 0 30px 0 275px;
}

#organizationManagement .organizationForm .orgCode {
    width: 8%;
}

#organizationManagement .organizationForm .orgName {
    width: 15%;
}

#organizationManagement .organizationForm .orgLvl {
    width: 8%;
}

#organizationManagement .organizationForm .acronym {
    width: 8%;
}

#organizationManagement .organizationForm .corporateType {
    width: 7%;
}

#organizationManagement .organizationForm .unitType {
    width: 7%;
}

#organizationManagement .organizationForm .legalPersonNumber {
    width: 8%;
}

#organizationManagement .organizationForm .status {
    width: 7%;
}

#organizationManagement .organizationForm .orgAddress {
    width: 15%;
}

#organizationManagement .organizationForm .contral {
    width: 17%;
}

#organizationManagement .organizationModifyMain {
    height: 460px;
    overflow: hidden;
}

#tenantManagement {
    width: 100%;
    overflow: hidden;
}

#tenantManagement .organizationTree {
    width: 20%;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#tenantManagement .organizationForm {
    width: 85%;
    margin: 0 auto;
}

#tenantManagement .organizationForm .orgCode {
    width: 8%;
}

#tenantManagement .organizationForm .orgName {
    width: 30%;
}

#tenantManagement .organizationForm .orgLvl {
    width: 8%;
}

#tenantManagement .organizationForm .acronym {
    width: 8%;
}

#tenantManagement .organizationForm .corporateType {
    width: 15%;
}

#tenantManagement .organizationForm .unitType {
    width: 7%;
}

#tenantManagement .organizationForm .status {
    width: 7%;
}

#tenantManagement .organizationForm .contral {
    width: 17%;
}

#tenantManagement .organizationModifyMain {
    height: 460px;
    overflow: hidden;
}

#bankManagement {
    width: 100%;
    overflow: hidden;
}

#bankManagement .organizationTree {
    width: 20%;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#bankManagement .organizationForm {
    width: 85%;
    margin: 0 auto;
}

#bankManagement .organizationForm .orgCode {
    width: 10%;
}

#bankManagement .organizationForm .orgName {
    width: 45%;
}

#bankManagement .organizationForm .orgLvl {
    width: 8%;
}

#bankManagement .organizationForm .acronym {
    width: 8%;
}

#bankManagement .organizationForm .corporateType {
    width: 25%;
}

#bankManagement .organizationForm .unitType {
    width: 7%;
}

#bankManagement .organizationForm .status {
    width: 10%;
}

#bankManagement .organizationForm .contral {
    width: 10%;
}

#bankManagement .organizationModifyMain {
    height: 460px;
    overflow: hidden;
}

#intermediaryManagement {
    width: 100%;
    overflow: hidden;
}

#intermediaryManagement .organizationTree {
    width: 20%;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#intermediaryManagement .organizationForm {
    width: 85%;
    margin: 0 auto;
}

#intermediaryManagement .organizationForm .orgCode {
    width: 10%;
}

#intermediaryManagement .organizationForm .orgName {
    width: 45%;
}

#intermediaryManagement .organizationForm .orgLvl {
    width: 8%;
}

#intermediaryManagement .organizationForm .acronym {
    width: 25%;
}

#intermediaryManagement .organizationForm .corporateType {
    width: 25%;
}

#intermediaryManagement .organizationForm .unitType {
    width: 7%;
}

#intermediaryManagement .organizationForm .status {
    width: 10%;
}

#intermediaryManagement .organizationForm .contral {
    width: 10%;
}

#intermediaryManagement .organizationModifyMain {
    height: 460px;
    overflow: hidden;
}

#insuranceCompanyStaff {
    width: 100%;
    overflow: hidden;
    min-width: 1300px;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm {
    width: 90%;
    margin: 0 auto;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userName {
    width: 9%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userGender {
    width: 3%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userIdCard {
    width: 15%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userTelPhone {
    width: 7%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userCertification {
    width: 14%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userWorkNumber {
    width: 9%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userMail {
    width: 13%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userRegisterType {
    width: 10%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userUnitId {
    width: 16%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userArea {
    width: 6%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .userStatus {
    width: 4%;
}

#insuranceCompanyStaff .insuranceCompanyStaffForm .contral {
    width: 15%;
}

#insuranceCompanyStaffModify .insuranceCompanyStaffModifyMain {
    height: 450px;
    overflow: hidden;
}

#sellerStaff {
    width: 100%;
    overflow: hidden;
    min-width: 1300px;
}

#sellerStaff .sellerStaffForm {
    width: 90%;
    margin: 0 auto;
}

#sellerStaff .sellerStaffForm .userUnit {
    width: 10%;
}

#sellerStaff .sellerStaffForm .userName {
    width: 7%;
}

#sellerStaff .sellerStaffForm .userGender {
    width: 3%;
}

#sellerStaff .sellerStaffForm .userWorkNumber {
    width: 7%;
}

#sellerStaff .sellerStaffForm .userCertification {
    width: 18%;
}

#sellerStaff .sellerStaffForm .userCardType {
    width: 5%;
}

#sellerStaff .sellerStaffForm .userCardNo {
    width: 10%;
}

#sellerStaff .sellerStaffForm .userStatus {
    width: 5%;
}

#sellerStaff .sellerStaffForm .extendCode {
    width: 6%;
}

#sellerStaff .sellerStaffForm .contral {
    width: 5%;
}

#sellerStaffModify .sellerStaffModifyMain {
    height: 450px;
    overflow: hidden;
}

#remoteTaskUserStaff {
    width: 100%;
    overflow: hidden;
    min-width: 1300px;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm {
    width: 90%;
    margin: 0 auto;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .userUnit {
    width: 10%;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .userName {
    width: 7%;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .userGender {
    width: 3%;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .userWorkNumber {
    width: 7%;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .userCertification {
    width: 18%;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .userCardType {
    width: 5%;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .userCardNo {
    width: 10%;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .userStatus {
    width: 5%;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .extendCode {
    width: 6%;
}

#remoteTaskUserStaff .remoteTaskUserStaffForm .contral {
    width: 5%;
}

#remoteTaskUserStaffModify .remoteTaskUserStaffModifyMain {
    height: 450px;
    overflow: hidden;
}

#bankStaff {
    width: 100%;
    overflow: hidden;
}

#bankStaff .insuranceCompanyStaffForm {
    width: 90%;
    margin: 0 auto;
}

#bankStaff .insuranceCompanyStaffForm .userName {
    width: 7%;
}

#bankStaff .insuranceCompanyStaffForm .userGender {
    width: 5%;
}

#bankStaff .insuranceCompanyStaffForm .userTelPhone {
    width: 7%;
}

#bankStaff .insuranceCompanyStaffForm .userCertification {
    width: 12%;
}

#bankStaff .insuranceCompanyStaffForm .userWorkNumber {
    width: 10%;
}

#bankStaff .insuranceCompanyStaffForm .userRegisterType {
    width: 10%;
}

#bankStaff .insuranceCompanyStaffForm .userUnitId {
    width: 16%;
}

#bankStaff .insuranceCompanyStaffForm .userArea {
    width: 5%;
}

#bankStaff .insuranceCompanyStaffForm .userStatus {
    width: 5%;
}

#bankStaff .insuranceCompanyStaffForm .contral {
    width: 23%;
}

#bankStaff .insuranceCompanyStaffModifyMain {
    height: 450px;
    overflow: hidden;
}

#intermediaryStaff {
    width: 100%;
    overflow: hidden;
}

#intermediaryStaff .insuranceCompanyStaffForm {
    width: 90%;
    margin: 0 auto;
}

#intermediaryStaff .insuranceCompanyStaffForm .userName {
    width: 7%;
}

#intermediaryStaff .insuranceCompanyStaffForm .userGender {
    width: 5%;
}

#intermediaryStaff .insuranceCompanyStaffForm .userTelPhone {
    width: 8%;
}

#intermediaryStaff .insuranceCompanyStaffForm .userCertification {
    width: 15%;
}

#intermediaryStaff .insuranceCompanyStaffForm .userWorkNumber {
    width: 10%;
}

#intermediaryStaff .insuranceCompanyStaffForm .userRegisterType {
    width: 10%;
}

#intermediaryStaff .insuranceCompanyStaffForm .userUnitId {
    width: 12%;
}

#intermediaryStaff .insuranceCompanyStaffForm .userArea {
    width: 5%;
}

#intermediaryStaff .insuranceCompanyStaffForm .userStatus {
    width: 5%;
}

#intermediaryStaff .insuranceCompanyStaffForm .contral {
    width: 23%;
}

#intermediaryStaff .insuranceCompanyStaffModifyMain {
    height: 450px;
    overflow: hidden;
}

#dictionary {
    width: 100%;
    overflow: hidden;
}

#dictionary .organizationTree {
    width: 250px;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#dictionary .dictionaryForm {
    margin: 0 30px 0 275px;
}

#dictionary .dictionaryForm .id {
    width: 10%;
}

#dictionary .dictionaryForm .dictionaryName {
    width: 30%;
}

#dictionary .dictionaryForm .dictionaryCode {
    width: 15%;
}

#dictionary .dictionaryForm .dictionaryTypeCode {
    width: 15%;
}

#dictionary .dictionaryForm .dictionaryTypeName {
    width: 15%;
}

#dictionary .dictionaryForm .logTime {
    width: 15%;
}

#dictionary .dictionaryForm .contral {
    width: 15%;
}

#dictionaryModify .dictionaryModifyMain {
    height: 450px;
    overflow: hidden;
}

#userRegisterModify .userModifyMain {
    height: 450px;
    overflow: hidden;
}

#chapterTemplateManagement {
    width: 100%;
    overflow: hidden;
}

#chapterTemplateManagement .organizationTree {
    width: 250px;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#chapterTemplateManagement .organizationForm {
    width: 90%;
    margin: 0 auto;
}

#chapterTemplateManagement .organizationForm .orgOperate {
    width: 4%;
}

#chapterTemplateManagement .organizationForm .orgCode {
    width: 4%;
}

#chapterTemplateManagement .organizationForm .orgName {
    width: 25%;
}

#chapterTemplateManagement .organizationForm .orgLvl {
    width: 8%;
}

#chapterTemplateManagement .organizationForm .bankCode {
    width: 15%;
}

#chapterTemplateManagement .organizationForm .ownerCode {
    width: 15%;
}

#chapterTemplateManagement .organizationForm .saleChannel {
    width: 30%;
}

#chapterTemplateManagement .organizationForm .orgAddress {
    width: 15%;
}

#chapterTemplateManagement .organizationForm .contral {
    width: 21%;
}

#chapterTemplateManagement .chapterTemplateModifyMain {
    height: 460px;
    overflow: hidden;
    overflow-y: scroll;
}

/* #chapterTemplateManagement .modifyPopChapter{font-size:1.6rem;}
#chapterTemplateManagement .modifyPopChapter .title{width:100%;padding:0 5px;font-weight:bold;height:40px;line-height:40px;border-bottom:1px solid #ccc;margin-bottom:1rem;}
#chapterTemplateManagement .modifyPopChapter .formList{width:100%;padding:0 1.5rem;}
#chapterTemplateManagement .modifyPopChapter .formList li{width:100%;height:40px;line-height:40px;display:inline;}
#chapterTemplateManagement .modifyPopChapter .formList li.withText{height:auto;overflow:hidden;}
#chapterTemplateManagement .modifyPopChapter .formList label{width:120px;text-align:right;display:inline-block;}
#chapterTemplateManagement .modifyPopChapter .formList li.withText label{float:left;}
#chapterTemplateManagement .modifyPopChapter .formList label:after{content: " : "}
#chapterTemplateManagement .modifyPopChapter .formList select{width:180px;height:30px;border:1px solid #ccc;border-radius:5px;padding:0 5px;}
#chapterTemplateManagement .modifyPopChapter .formList input, .modifyPop .formList select, .modifyPop .formList textarea{width:180px;height:30px;border:1px solid #ccc;border-radius:5px;padding:0 5px;}
#chapterTemplateManagement .modifyPopChapter .formList textarea{width: 528px;height: 80px;margin:5px 0 0 4px;resize:none;padding:5px;}
#chapterTemplateManagement .modifyPopChapter .error{font-size:1.2rem;color:#e20012;} */

#chapterTemplateManagement {
    width: 100%;
    overflow: hidden;
}

#chapterTemplateManagement .templateSider {
    width: 250px;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#chapterTemplateManagement .templateControl {
    text-align: right;
    padding: 0 0 1rem;
}

#chapterTemplateManagement .templateControl a {
    border: 1px solid #e20012;
    color: #e20012;
    border-radius: 5px;
    display: inline-block;
    width: 30%;
    height: 30px;
    margin-right: 2px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 30px;
}

#chapterTemplateManagement .templateControl a:hover {
    background: #e20012;
    color: #fff
}

#chapterTemplateManagement .templateList {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.4rem;
}

#chapterTemplateManagement .templateList .templateListTitle {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

#chapterTemplateManagement .templateList a {
    border-top: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#chapterTemplateManagement .templateList a:nth-child(2n) {
    background: #f2f2f2;
}

#chapterTemplateManagement .templateList a:hover, #template .templateList a.active {
    background: #ffa1a1;
}

#chapterTemplateManagement .templateList .templateListTitle span, #template .templateList a span {
    display: inline-block;
    width: 50%;
    height: 100%;
    border-right: 1px solid #ccc;
}

#chapterTemplateManagement .templateList .templateListTitle span:last-child, #template .templateList a span:last-child {
    border-right: 0 none;
}

#chapterTemplateManagement .templateMain {
    margin: 1rem 30px 1rem 275px;
    font-size: 1.6rem;
}

#chapterTemplateManagement .templateName {
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

#chapterTemplateManagement .tepmlateDetail {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 2rem;
}

#chapterTemplateManagement .tepmlateDetail li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}

#chapterTemplateManagement .tepmlateDetail .groupName {
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    height: 65px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
}

#chapterTemplateManagement .tepmlateDetail .groupName span {
    margin-right: 2rem;
}

#chapterTemplateManagement .tepmlateDetail .groupName p {
    margin-top: 5px;
}

#chapterTemplateManagement .tepmlateDetail .groupName input {
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
    height: 30px;
    font-weight: normal;
}

#chapterTemplateManagement .tepmlateDetail .groupName input.short {
    width: 30px;
    text-align: center;
}

#chapterTemplateManagement .tepmlateDetail .templateListLine {
    border-top: 1px solid #ccc;
}

#chapterTemplateManagement .tepmlateDetail .templateListLine span {
    border-right: 1px solid #ccc;
}

#chapterTemplateManagement .tepmlateDetail .templateListLine span:last-child {
    border-right: 0 none;
}

#chapterTemplateManagement .tepmlateDetail .templateListTitle, #template .tepmlateDetail .templateListLine {
    width: 100%;
    overflow: hidden;
}

#chapterTemplateManagement .tepmlateDetail .templateListTitle span, #template .tepmlateDetail .templateListLine span {
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

#chapterTemplateManagement .tepmlateDetail .templateListTitle .index,
#chapterTemplateManagement .tepmlateDetail .templateListLine .index {
    width: 25%;
}

#chapterTemplateManagement .tepmlateDetail .templateListTitle .name,
#chapterTemplateManagement .tepmlateDetail .templateListLine .name {
    width: 25%;
}

#chapterTemplateManagement .tepmlateDetail .templateListTitle .type,
#chapterTemplateManagement .tepmlateDetail .templateListLine .type {
    width: 25%;
}

#chapterTemplateManagement .tepmlateDetail .templateListTitle .number,
#chapterTemplateManagement .tepmlateDetail .templateListLine .number {
    width: 25%;
}

#chapterTemplateManagement .tepmlateDetail .templateListLine:nth-child(2n+1) {
    background: #f2f2f2;
}

#editChapterTemplate {
    width: 100%;
    font-size: 14px;
}

#editChapterTemplate .tepmlateDetail {
    height: 370px;
    overflow: hidden;
    overflow-y: scroll;
}

#editChapterTemplate .editTemplateName {
    width: 96%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 0 1rem 1rem;
    margin: 0 auto 1rem;
    position: relative;
}

#editChapterTemplate .editTemplateName label {
    margin-right: 1rem;
    text-align: right;
    display: inline-block;
    width: 16%;
    margin-bottom: 1rem;
}

#editChapterTemplate .editTemplateName label:after {
    content: ' : '
}

#editChapterTemplate .editTemplateName input, #editChapterTemplate .editTemplateName select {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
    margin-right: 1rem;
}

#editChapterTemplate a.btn {
    border: 1px solid #e20012;
    color: #e20012;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
}

#editChapterTemplate a.btn:hover {
    background: #e20012;
    color: #fff;
}

#editChapterTemplate a.btnDelete {
    right: 100px;
}

#editChapterTemplate .templateListLine input {
    width: 95%;
    margin: 2px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 26px;
    padding: 0 5px;
    display: block;
    text-align: center;
}

#editChapterTemplate .tepmlateDetail .templateListTitle .index,
#editChapterTemplate .tepmlateDetail .templateListLine .index {
    width: 15%;
}

#editChapterTemplate .tepmlateDetail .templateListTitle .name,
#editChapterTemplate .tepmlateDetail .templateListLine .name {
    width: 35%;
}

#editChapterTemplate .tepmlateDetail .templateListTitle .type,
#editChapterTemplate .tepmlateDetail .templateListLine .type {
    width: 15%;
}

#editChapterTemplate .tepmlateDetail .templateListTitle .number,
#editChapterTemplate .tepmlateDetail .templateListLine .number {
    width: 15%;
}

#editChapterTemplate .tepmlateDetail .templateListTitle .contral,
#editChapterTemplate .tepmlateDetail .templateListLine .contral {
    width: 20%;
}

#editChapterTemplate .tepmlateDetail .templateListLine .contral a {
    position: static;
    margin: 0 auto;
    border: 0 none;
}

#editChapterTemplate .error {
    font-size: 1.4rem;
    color: #e20012;
    margin-left: 1rem;
    margin-right: 2rem;
}

#productManagement {
    width: 100%;
    overflow: hidden;
}

#productManagement .organizationTree {
    width: 250px;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#productManagement .organizationForm {
    width: 90%;
    margin: 0 auto;
}

#productManagement .organizationForm .orgCode {
    width: 4%;
}

#productManagement .organizationForm .orgSelect {
    width: 5%;
}

#productManagement .organizationForm .orgName {
    width: 19%;
}

#productManagement .organizationForm .orgLvl {
    width: 8%;
}

#productManagement .organizationForm .bankCode {
    width: 10%;
}

#productManagement .organizationForm .ownerCode {
    width: 9%;
}

#productManagement .organizationForm .status {
    width: 7%;
}

#productManagement .organizationForm .orgAddress {
    width: 8%;
}

#productManagement .organizationForm .template {
    width: 25%;
}

#productManagement .organizationForm .productStatus {
    width: 7%;
}

#productManagement .organizationForm .contral {
    width: 13%;
}

#productManagement .productModifyMain {
    height: 460px;
    overflow: hidden;
    overflow-y: scroll;
}

/* #productManagement .organizationForm .form .formSearch{width:100%;overflow:hidden;font-size:1.4rem;margin:2rem auto 1rem;}
#productManagement .organizationForm .form .formSearch ul{width:90%;float:left;display:inline-block;}
#productManagement .organizationForm .form .formSearch ul li{width:30%;float:left;display:inline-block;height:30px;line-height:30px;margin-bottom:1rem;}
#productManagement .organizationForm .form .formSearch ul li label{margin-right:1rem;width:40%;text-align:right;display:inline-block;}
#productManagement .organizationForm .form .formSearch ul li label:after{content:' : '}
#productManagement .organizationForm .form .formSearch ul .formSearchInput, .form .formSearch ul select{width:50%;height:30px;line-height:30px;border:1px solid #ccc;border-radius:5px;padding:0 5px;}
#productManagement .organizationForm .form .formSearch ul select{margin-left:-4px;}
#productManagement .organizationForm .form .formSearch .formSearchBtn{background:#e20012;width:120px;height:30px;line-height:30px;text-align:center;float:right;display:inline-block;color:#fff;border-radius:5px;margin-right:0;}
#productManagement .organizationForm .form .formSearch .formSearchBtn:hover{background:#c90212;}
#productManagement .organizationForm .form .formSearch .formSearchBtn:before{content:'\f002';} */

#randomInspectionRule {
    width: 100%;
    overflow: hidden;
}

#randomInspectionRule .organizationTree {
    width: 250px;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#randomInspectionRule .organizationForm {
    width: 90%;
    margin: 0 auto;
}

#randomInspectionRule .organizationForm .orgCode {
    width: 10%;
}

#randomInspectionRule .organizationForm .orgName {
    width: 30%;
}

#randomInspectionRule .organizationForm .orgLvl {
    width: 10%;
}

#randomInspectionRule .organizationForm .ownerCode {
    width: 20%;
}

#randomInspectionRule .organizationForm .contral {
    width: 30%;
}

#randomInspectionRule .productModifyMain {
    height: 460px;
    overflow: hidden;
    overflow-y: scroll;
}

#randomInspectionRule .organizationForm .form .formSearch {
    width: 100%;
    overflow: hidden;
    font-size: 1.4rem;
    margin: 2rem auto 1rem;
}

#randomInspectionRule .organizationForm .form .formSearch ul {
    width: 90%;
    float: left;
    display: inline-block;
}

#randomInspectionRule .organizationForm .form .formSearch ul li {
    width: 30%;
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 1rem;
}

#randomInspectionRule .organizationForm .form .formSearch ul li label {
    margin-right: 1rem;
    width: 40%;
    text-align: right;
    display: inline-block;
}

#randomInspectionRule .organizationForm .form .formSearch ul li label:after {
    content: ' : '
}

#randomInspectionRule .organizationForm .form .formSearch ul .formSearchInput, .form .formSearch ul select {
    width: 50%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
}

#randomInspectionRule .organizationForm .form .formSearch ul select {
    margin-left: -4px;
}

#randomInspectionRule .organizationForm .form .formSearch .formSearchBtn {
    background: #e20012;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-right: 0;
}

#randomInspectionRule .organizationForm .form .formSearch .formSearchBtn:hover {
    background: #c90212;
}

#randomInspectionRule .organizationForm .form .formSearch .formSearchBtn:before {
    content: '\f002';
}

#randomInspectionRule .bankSelect {
    width: 15%;
}

#randomInspectionRule .bankName {
    width: 45%;
}

#randomInspectionRule .bankCode {
    width: 35%;
}

#randomInspectionRule .contral2 {
    width: 10%;
}

#randomInspectionRule .bankCountNumber {
    width: 10%;
}

#randomInspectionRule #editChapterTemplate2 a.btn {
    border: 1px solid #e20012;
    color: #e20012;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
}

#randomInspectionRule #editChapterTemplate2 a.btn:hover {
    background: #e20012;
    color: #fff;
}

#randomInspectionRule #editChapterTemplate2 a.btnDelete {
    right: 100px;
}

#joinUserStaff {
    width: 100%;
    overflow: hidden;
    min-width: 1300px;
}

#joinUserStaff .joinUserStaffForm {
    width: 90%;
    margin: 0 auto;
}

#joinUserStaff .joinUserStaffForm .userName {
    width: 7%;
}

#joinUserStaff .joinUserStaffForm .userStatus {
    width: 5%;
}

#joinUserStaff .joinUserStaffForm .userSub_type {
    width: 7%;
}

#joinUserStaff .joinUserStaffForm .userUnitType {
    width: 10%;
}

#joinUserStaff .joinUserStaffForm .userUnit {
    width: 15%;
}

#joinUserStaff .joinUserStaffForm .userTelPhone {
    width: 8%;
}

#joinUserStaff .joinUserStaffForm .userWorkNumber {
    width: 10%;
}

#joinUserStaff .joinUserStaffForm .userMail {
    width: 15%;
}

#joinUserStaff .joinUserStaffForm .userArea {
    width: 5%;
}

#joinUserStaff .joinUserStaffForm .contral {
    width: 18%;
}

#joinUserStaffModify .joinUserStaffModifyMain {
    height: 450px;
    overflow: hidden;
}

#joinAddressStaff {
    width: 100%;
    overflow: hidden;
    min-width: 1300px;
}

#joinAddressStaff .joinAddressStaffForm {
    width: 90%;
    margin: 0 auto;
}

#joinAddressStaff .joinAddressStaffForm .index {
    width: 10%;
}

#joinAddressStaff .joinAddressStaffForm .ipAddress {
    width: 20%;
}

#joinAddressStaff .joinAddressStaffForm .port {
    width: 10%;
}

#joinAddressStaff .joinAddressStaffForm .type {
    width: 15%;
}

#joinAddressStaff .joinAddressStaffForm .serverType {
    width: 15%;
}

#joinAddressStaff .joinAddressStaffForm .serverName {
    width: 15%;
}

#joinAddressStaff .joinAddressStaffForm .contral {
    width: 15%;
}

#joinAddressStaffModify .joinUserStaffModifyMain {
    height: 450px;
    overflow: hidden;
}

#joinCodeStaff {
    width: 100%;
    overflow: hidden;
    min-width: 1300px;
}

#joinCodeStaff .joinCodeStaffForm {
    width: 90%;
    margin: 0 auto;
}

#joinCodeStaff .joinCodeStaffForm .userUnitType {
    width: 20%;
}

#joinCodeStaff .joinCodeStaffForm .userUnit {
    width: 40%;
}

#joinCodeStaff .joinCodeStaffForm .contral {
    width: 40%;
}

#joinCodeStaffModify .joinCodeStaffModifyMain {
    height: 200px;
    overflow: hidden;
}

#joinCodeStaffModify .joinCodeStaffModifyMain .uploadFile {
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

#editRole {
    width: 100%;
    font-size: 1.6rem;
}

#editRole-table {
    height: 370px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 15px;
}

#editRole table {
    width: 100%;
    border-collapse: collapse;
}

#editRole table tr {
    height: 30px;
}

#editRole table tr td {
    border: 1px solid #ddd;
    padding-left: 5px;
}

#editRole .roleLevel1 {
    width: 14%;
}

#editRole .roleLevel2 {
    width: 32%;
}

#editRole .roleLevel3 {
    width: 54%;
}

#editRole .editRoleName label {
    margin-right: 1rem;
    text-align: right;
    display: inline-block;
}

#editRole .editRoleName label:after {
    content: ' : '
}

#editRole .editRoleName input {
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
    margin-right: 5px;
}

/* width:50%;height:30px; */
#editRole .roleDetail {
    border: 0 none;
    padding: 0 1rem;
    height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

#editRole .roleDetail .powerList {
    width: 100%;
    overflow: hidden;
}

#editRole .roleDetail .powerList span {
    width: 25%;
    display: inline-block;
    margin-bottom: 10px;
}

#editRole .error {
    font-size: 1.2rem;
    color: #e20012;
    margin-left: 1rem;
}

#editRole .editRoleName label:after {
    content: ''
}

#feeManagement {
    width: 100%;
    overflow: hidden;
}

#feeManagement .organizationForm {
    width: 85%;
    margin: 0 auto;
}

#feeManagement .organizationForm .feeCode {
    width: 10%;
}

#feeManagement .organizationForm .feeName {
    width: 20%;
}

#feeManagement .organizationForm .feeDescription {
    width: 50%;
}

#feeManagement .organizationForm .contral {
    width: 20%;
}

#feeManagement .organizationModifyMain {
    height: 460px;
    overflow: hidden;
}

#feePackageList .form .formSearch {
    margin: 0 auto;
}

#feePackageList .form .formSearch ul li {
    width: 33%;
}

#feePackageList .id {
    width: 10%;
}

#feePackageList .feePackageName {
    width: 20%;
}

#feePackageList .feePackageDescription {
    width: 50%;
}

#feePackageList .contral {
    width: 20%;
}

#insuranceCompany-feePackageList .form .formSearch {
    margin: 0 auto;
}

#insuranceCompany-feePackageList .form .formSearch ul li {
    width: 33%;
}

#insuranceCompany-feePackageList .id {
    width: 10%;
}

#insuranceCompany-feePackageList .feePackageName {
    width: 35%;
}

#insuranceCompany-feePackageList .feePackageDescription {
    width: 35%;
}

#insuranceCompany-feePackageList .contral {
    width: 30%;
}

#billManagement {
    width: 100%;
    overflow: hidden;
}

#billManagement .organizationForm {
    width: 85%;
    margin: 0 auto;
}

#billManagement .organizationForm .billCode {
    width: 3%;
}

#billManagement .organizationForm .insuranceCompanyName {
    width: 20%;
}

#billManagement .organizationForm .billPeriod {
    width: 10%;
}

#billManagement .organizationForm .BillAmount {
    width: 7%;
}

#billManagement .organizationForm .isNotice {
    width: 5%;
}

#billManagement .organizationForm .isConfirm {
    width: 8%;
}

#billManagement .organizationForm .isUrge {
    width: 5%;
}

#billManagement .organizationForm .isCharge {
    width: 5%;
}

#billManagement .organizationForm .billDetail {
    width: 12%;
}

#billManagement .organizationForm .contral {
    width: 25%;
}

#billManagement .organizationModifyMain {
    height: 460px;
    overflow: hidden;
}

#billDetailProductList .form .formSearch {
    margin: 0 auto;
}

#billDetailProductList .form .formSearch ul li {
    width: 33%;
}

#billDetailProductList .productName {
    width: 15%;
}

#billDetailProductList .feePackageName {
    width: 15%;
}

#billDetailProductList .billCount {
    width: 10%;
}

#billDetailProductList .billPrice {
    width: 20%;
}

#billDetailProductList .billAmount {
    width: 10%;
}

#billDetailProductList .billStatus {
    width: 10%;
}

#billDetailProductList .contral {
    width: 20%;
}

#billdetail-table {
    height: 350px;
    margin-top: 15px;
    overflow: auto;
    margin-bottom: 15px;
}

#billdetail-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
}

#billdetail-table table tr {
    height: 30px;
}

#billdetail-table table tr td {
    border: 1px solid #ccc;
    text-align: center;
    padding-left: 5px;
}

#billdetail-table .productName {
    width: 10%;
}

#billdetail-table .feePackageName {
    width: 20%;
}

#billdetail-table .billCount {
    width: 8%;
}

#billdetail-table .billPrice {
    width: 15%;
}

#billdetail-table .billAmount {
    width: 10%;
}

#billdetail-table .billStatus {
    width: 10%;
}

#billdetail-table .contral {
    width: 15%;
}

#billdetail-table .billDeal {
    width: 25%;
}

#billDetailProductList-detail .form .formSearch {
    margin: 0 auto;
}

#billDetailProductList-detail .form .formSearch ul li {
    width: 33%;
}

#billDetailProductList-detail .taskId {
    width: 4%;
}

#billDetailProductList-detail .taskJobid {
    width: 7%;
}

#billDetailProductList-detail .taskCode {
    width: 6%;
}

#billDetailProductList-detail .taskUnitName {
    width: 15%;
}

#billDetailProductList-detail .fileId {
    width: 4%;
}

#billDetailProductList-detail .taskUploadTime {
    width: 13%;
}

#billDetailProductList-detail .taskStoreTime {
    width: 6%;
}

#billDetailProductList-detail .taskCount {
    width: 5%;
}

#billDetailProductList-detail .taskDeal {
    width: 5%;
}

#billDetailProductList-detail .taskDealType {
    width: 7%;
}

#billDetailProductList-detail .currentBill {
    width: 7%;
}

#billDetailProductList-detail .content {
    width: 13%;
}

#billDetailProductList-detail .contral {
    width: 8%;
}

#billReceivedBasicPrice {
    width: 100%;
    overflow: hidden;
}

#billReceivedBasicPrice .organizationForm {
    width: 90%;
    margin: 0 auto;
}

#billReceivedBasicPrice .organizationForm .code {
    width: 10%;
}

#billReceivedBasicPrice .organizationForm .unitName {
    width: 40%;
}

#billReceivedBasicPrice .organizationForm .feeName {
    width: 10%;
}

#billReceivedBasicPrice .organizationForm .feePackageName {
    width: 10%;
}

#billReceivedBasicPrice .organizationForm .basicPrice {
    width: 10%;
}

#billReceivedBasicPrice .organizationForm .receivedTime {
    width: 20%;
}

#billReceivedBasicPrice .organizationModifyMain {
    height: 460px;
    overflow: hidden;
    overflow-y: scroll;
}

#fileTemplateManagement {
    width: 100%;
    overflow: hidden;
}

#fileTemplateManagement .organizationTree {
    width: 250px;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#fileTemplateManagement .organizationForm {
    width: 90%;
    margin: 0 auto;
}

#fileTemplateManagement .organizationForm .templateIndex {
    width: 10%;
}

#fileTemplateManagement .organizationForm .tempalteName {
    width: 30%;
}

#fileTemplateManagement .organizationForm .tempalteDescription {
    width: 30%;
}

#fileTemplateManagement .organizationForm .contral {
    width: 30%;
}

#fileTemplateManagement .chapterTemplateModifyMain {
    height: 460px;
    overflow: hidden;
    overflow-y: scroll;
}

#fileTemplateManagement {
    width: 100%;
    overflow: hidden;
}

#fileTemplateManagement .templateSider {
    width: 250px;
    float: left;
    display: inline-block;
    margin-right: 2rem;
    padding: 1rem;
    font-size: 1.4rem;
}

#fileTemplateManagement .templateControl {
    text-align: right;
    padding: 0 0 1rem;
}

#fileTemplateManagement .templateControl a {
    border: 1px solid #e20012;
    color: #e20012;
    border-radius: 5px;
    display: inline-block;
    width: 30%;
    height: 30px;
    margin-right: 2px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 30px;
}

#fileTemplateManagement .templateControl a:hover {
    background: #e20012;
    color: #fff
}

#fileTemplateManagement .templateList {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.4rem;
}

#fileTemplateManagement .templateList .templateListTitle {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

#fileTemplateManagement .templateList a {
    border-top: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#fileTemplateManagement .templateList a:nth-child(2n) {
    background: #f2f2f2;
}

#fileTemplateManagement .templateList a:hover, #template .templateList a.active {
    background: #ffa1a1;
}

#fileTemplateManagement .templateList .templateListTitle span, #template .templateList a span {
    display: inline-block;
    width: 50%;
    height: 100%;
    border-right: 1px solid #ccc;
}

#fileTemplateManagement .templateList .templateListTitle span:last-child, #template .templateList a span:last-child {
    border-right: 0 none;
}

#fileTemplateManagement .templateMain {
    margin: 1rem 30px 1rem 275px;
    font-size: 1.6rem;
}

#fileTemplateManagement .templateName {
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

#fileTemplateManagement .tepmlateDetail {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 2rem;
}

#fileTemplateManagement .tepmlateDetail li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}

#fileTemplateManagement .tepmlateDetail .groupName {
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    height: 65px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
}

#fileTemplateManagement .tepmlateDetail .groupName span {
    margin-right: 2rem;
}

#fileTemplateManagement .tepmlateDetail .groupName p {
    margin-top: 5px;
}

#fileTemplateManagement .tepmlateDetail .groupName input {
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
    height: 30px;
    font-weight: normal;
}

#fileTemplateManagement .tepmlateDetail .groupName input.short {
    width: 30px;
    text-align: center;
}

#fileTemplateManagement .tepmlateDetail .templateListLine {
    border-top: 1px solid #ccc;
}

#fileTemplateManagement .tepmlateDetail .templateListLine span {
    border-right: 1px solid #ccc;
}

#fileTemplateManagement .tepmlateDetail .templateListLine span:last-child {
    border-right: 0 none;
}

#fileTemplateManagement .tepmlateDetail .templateListTitle, #template .tepmlateDetail .templateListLine {
    width: 100%;
    overflow: hidden;
}

#fileTemplateManagement .tepmlateDetail .templateListTitle span, #template .tepmlateDetail .templateListLine span {
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

#fileTemplateManagement .tepmlateDetail .templateListTitle .index,
#fileTemplateManagement .tepmlateDetail .templateListLine .index {
    width: 25%;
}

#fileTemplateManagement .tepmlateDetail .templateListTitle .name,
#fileTemplateManagement .tepmlateDetail .templateListLine .name {
    width: 25%;
}

#fileTemplateManagement .tepmlateDetail .templateListTitle .type,
#fileTemplateManagement .tepmlateDetail .templateListLine .type {
    width: 25%;
}

#fileTemplateManagement .tepmlateDetail .templateListTitle .number,
#fileTemplateManagement .tepmlateDetail .templateListLine .number {
    width: 25%;
}

#fileTemplateManagement .tepmlateDetail .templateListLine:nth-child(2n+1) {
    background: #f2f2f2;
}


#sqlTest {
    width: 85%;
    margin: 0 auto;
    padding: 5rem 0;
    font-size: 1.6rem;
}

#sqlTest .formList {
    width: 100%;
    padding: 0 1.5rem;
}

#sqlTest .formList li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#sqlTest .formList label {
    width: 120px;
    text-align: right;
    display: inline-block;
}

#sqlTest .formList label:after {
    content: " : "
}

#sqlTest .formList input {
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
}

#sqlTest .error {
    font-size: 1.2rem;
    color: #e20012;
    margin-left: 1rem;
}

#sqlTest .sqlTestBtn {
    background: #e20012;
    color: #fff;
    width: 150px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    margin-left: 124px;
}

#sqlTest .sqlTestBtn:hover {
    background: #c90212;
}


.height580{
    height: 580px;
}

.height1000{
    height: 1000px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-param-judge-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 840px;
    /* max-height: 300px; */
    border: 1px solid #000;
    border-bottom: none;
    overflow: auto;
}

.dropdown:active .dropdown-param-judge-content {
    display: block;
}
.dropdown-param-judge-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 4px 10px;
}
.dropdown-param-judge-item span{
    display: inline-block;
    width: 20%;
    padding: 10px 0;
    cursor: pointer;
    white-space: normal;
}
