#root{
  width: 100%;
  min-width: 1150px;
  margin: 0 auto;
  padding: 20px 20px;
}

/*所有的开发页面，均使用统一的命名空间ccje！*/
.ill {

}
.ill .ant-layout-sider{
  background-color: #fff;
  padding: 0;
}
.ill .ant-layout{
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}
.ill .txtRight {
  text-align: right;
}
.ill .txtCenter {
  text-align: center;
}
.ill .op-link+.op-link {
  margin-left: 5px;
}
.ill .button-box { /*表格右上方的操作区域，即：包含操作按钮的区域*/
  text-align: right;
  margin-bottom: 8px;
}
.ill .op-button {

}
.ill .tableWrapper {
  margin: 15px 0 0;
}
.ill .hide {
  display: none;
}
.ill .op-button+.op-button {
  margin-left: 10px;
}
.ill .ant-advanced-search-form {
  padding: 8px;
  background: #fbfbfb;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.ill .events+.events {
	padding-left: 5px;
}
.ill .searchform-button {
  width: 90px;
  height: 30px;
  /*margin-right: 44px;*/
}
.ill .eventsButton+.eventsButton {
  margin-right: 10px;
}
.ill .modal-no-boder .ant-row.ant-row.ant-form-item {
  margin-bottom: 0;
}
.ill .modal .ant-row.ant-form-item {
  margin-bottom: 0;
  background-color: white;
  border-bottom: 1px solid #ccc;
}
.ill .modal .ant-row .ant-col-18 .ant-form-item-control{
  height: 33px; 
  overflow: hidden
}
.ill .modal,.modal-no-bod  er{
  overflow: hidden;
}
.ill .modal .ant-col-12 {
  border-right: 1px solid #ccc;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}

.ill .modal>.ant-row:nth-child(1) {
  border-top: 1px solid #ccc;
}
.ill .modal .ant-col-24{
  border-right: 1px solid #ccc;
}
.ill .ant-modal-content .ant-modal-header,
.ill .ant-modal-content .ant-modal-footer {
  border-bottom: none;
  border-top: none;
}
.ill .ant-form-item-control span{
  word-break: break-all;
}
.ill .ant-col-21{
  background-color: #fff;
}

.ill .ant-form.modal{
  border-left: 1px solid #ccc;
  background-color:white
}
.ill .ant-modal-content .ant-form-item-label {
  font-weight: 600;
}
.ill .modal-button-box {
  width: 150px;
  margin: 0 auto;
}
.ill .ant-advanced-search-form .ant-form-item {
    margin-bottom: 8px;
}
.ill .modal .ant-col-12-none {
  border: 0 none;
}
.ill .ant-modal-footer {
  text-align: center;
}
.ill .ant-modal-body {
  padding: 0 25px;
}
.ill .ant-confirm .ant-modal-body {
  padding: 30px 40px;
}
.ill .ant-modal-content {
  padding: 20px 0;
}
.ill .detail-modal-noline .ant-form-item {
  margin-bottom: 12px;
}
.ill .ant-table .ant-table-thead > tr > th {
  padding: 10px 8px;
  text-align: center;
  background: #f7f7f7;
}
.ill .ant-form-item{
  margin-bottom: 19px;
}
.ill .ant-form-item.ant-form-item-with-help{
  margin-bottom: 2px;
}
.ill .ant-modal-wrap .ant-modal .ant-modal-body .ant-table-thead th{
  background: #f7f7f7;
}
.ill .tableWrapper .ant-form-item.ant-row{
  margin-bottom: 0;
}
.ill .tableWrapper .ant-row .button-box{
  margin-bottom: 0;
}
.ill .ant-tree-node-content-wrapper {
    white-space: pre-wrap;
    overflow: hidden;
    width:80%
}
/*.ill .ant-confirm .ant-confirm-btns {
  float: none;
  text-align: center;
}*/

/**
 * 备用的表格样式
 */
.ill .detail-table {
	width: 100%;
	color: #666;
	text-align: center;
	border-collapse: collapse;
	line-height: 26px;
}
.ill .detail-table th {
	background-color: #E7EAF5;
	font-weight: bold;
}
.ill .detail-table th, .ill .detail-table td {
	border: 1px solid #D9D9D9;
	text-align: center !important;
}

.ill .button-box .events-button+.events-button{
  margin-left: 10px;
}
.ill .hide{
  display: hidden;
}
.ill .ant-advanced-search-form .ant-select{
  margin-top: 2px;
}
.ill .ant-modal-content{
  padding: 10px 0;
}
.ill .ant-table-body .ant-form-item{
  margin-bottom: 0;
}
.ill .ant-pagination-options-size-changer.ant-select{
  width: 90px;
}
.ill .ant-table .num{
  text-align: center;
}
@media screen and (max-width: 1650px) {
    #root{
      padding: 20px;
    }
}
.ill .events p+p{
  margin-top: 10px;
}
.ill .ant-tree-node-content-wrapper {
    white-space: pre-wrap;
    overflow: hidden;
    width:80%
}
.ill .blackLabel{
  color: #000;
}
.ill .core-sign {
  color: #f00;
}
.ill .extend-sign {
  color: #080dff;
}
.ill tr.ant-table-row td.rank{
  padding: 0;
  position: relative;
}
.ill td.rank div{
  min-height: 38px;
  padding: 10px 8px;
  transition: all .3s;
  align-items: center;
  justify-content:center;
  display: -webkit-flex;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.ill td.rank div.thirty{
  background-color: rgba(255,204,255,0.4);
}
.ill td.rank div.half{
  background-color: rgba(255,204,153,0.4);
}
.ant-table-tbody > tr:hover > td.rank{
  background-color: rgb(255,255,255);
}
.ant-table-tbody > tr:hover > td.rank > div.noRank{
  background-color: rgb(236, 246, 253);
}
.ant-table-tbody > tr:hover > td.rank > div.thirty{
  background-color: rgba(255,204,255,0.4);
}
.ant-table-tbody > tr:hover > td.rank > div.half{
  background-color: rgba(255,204,153,0.4);
}
.ill .badge-num {
  position: absolute;
  right: -15px;
  top: -5px;
}
.ill .ant-btn:focus > .badge-num, .ill .ant-btn:active > .badge-num{
  position: absolute;
}
.ill .editor-ration-events + .editor-ration-events{
  margin-left: 20px;
}

.ill .ant-spin-nested-loading > div > .ant-spin {
  max-height: 100%;
  z-index: 1001;
}
.ill .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: fixed;
}
.ill .ant-table-wrapper .ant-spin-nested-loading > div > .ant-spin {
  max-height: 340px;
  z-index: 1;
}
.ill .ant-table-wrapper .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
}
.ill .keyVal {
  padding-left: 10px;
  display: inline-block;
}
.ill .keyVal-label {
  color: #3A703A;
}
.ill .keyVal-val {
  color: #2c5297;
}
.ill .EvaluateDataDetail td {
  vertical-align: top;
}
.ill .evaluate-note {
  color: #3A703A;
}
.ill .ant-form .evaluate-note {
  line-height: 16px;
}
.ill .AllIndexData td {
  vertical-align: top;
}
.ill .red-star {
  color: #f00;
}
.ill .own-one-num {
  position: absolute;
  left: 80px;
  top: -10px;
}
.ill .own-two-num {
  position: absolute;
  left: 180px;
  top: -10px;
}
.ill .own-three-num {
  position: absolute;
  left: 284px;
  top: -10px;
}
.ill .ant-modal-body .ant-tabs {
  overflow: visible;
}
.ill .folow {
  position: absolute;
  right: 0;
}
.ill .search-button-box {
  padding-left: 20px;
}
.ill a.a-disabled {
  color: #ccc;
  cursor: default;
}
.ill .blueIcon{
   background: #0094ff;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   display: inline-block;
   margin: 0 5px 0 0;
   vertical-align: -0.125em
}
.ill .red{
  color:red
}
.ill .ant-modal-content .ant-modal-header .ant-modal-title{
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 10px;
}
.ill .is-validating.has-feedback:after{
  display:none !important;
}
.has-success.has-feedback:after {
  content: none !important;
}.tableView tr td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding:0;
    width: 50%;
    vertical-align:top
}
.tableView table {
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}
.tableView .ant-form-item {
    margin-bottom: 0;
}
.tableView .row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.tableView{
    text-align: center;
}
.tableView .loading{
    margin: 30px 0
}
.tableView .ant-form-item-control {
    text-align: left
}

.tableViewThreeColumn tr td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding:0;
    width: 33%;
    vertical-align:top
}.ill .send  .tableView .ant-col-4,.ill .transport .tableView .ant-col-4,.ill .renew .tableView .ant-col-4,.ill .userReturn .tableView .ant-col-4 {
    width: 30% !important;
}
.ill .send  .tableView .ant-col-18,.ill .transport .tableView .ant-col-18,.ill .renew .tableView .ant-col-18,.ill .userReturn .tableView .ant-col-18{
    width: 70% !important;
}
.ill .send .tableView .ant-col-2,.ill .renew .tableView .ant-col-2{
    width: 15% !important;
}
.ill .return .tableView .ant-col-2 {
    width: 30% !important;
}
.ill .renew .tableView .ant-col-19,.ill .return .tableView .ant-col-19 {
    width: 70% !important;
}

.ill .renewAnswer .tableView .ant-col-2 {
    width: 30% !important;
}
.ill .renewAnswer .tableView .ant-col-19{
    width: 70% !important;
}

.returnDoc .ant-row.ant-form-item {
    padding: 5px;
}


.returnDoc .requiredICON .ant-form-item-control-wrapper:after{
    right:-20px;
}

.ill .returnDoc .ant-calendar-picker{
    width: 100% !important;
}.returnDoc .ant-row.ant-form-item {
    padding: 5px;
}

.CostTable .ant-table-tbody tr:last-child td{
    text-align: center;
    font-weight: bold
}

 .ant-table-bordered.ant-table-fixed-header .ant-table-placeholder{
    border-right: 1px solid #e9e9e9 !important; 
}
.costMoney .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: 80px !important;
}.ill .checkin .ant-calendar-picker{
    width: 95% !important;
}
.ill .ant-advanced-search-form .ant-select{
    margin-top: 0px !important;
}
/* 
.more{
    margin-Left: 8px;
    color:#0e77ca;
    cursor:pointer
}


.requiredICON{text-align: left}
.requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 36%;
}
.requiredICON .ant-form-item-required:before {
    content: "" !important;
}
.checkin .ant-calendar-picker{
    width: 95% !important
}

.checkin .killBorder .ant-col-12{
    border:none !important
}
.contTitle .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: -24px !important;
}

.checkin .ant-input{
    width: 90%;
}

.checkin .ant-form-item-control{
    height: auto !important;
} */
.ill .checkin .ant-row.ant-form-item{
    padding: 5px 0 !important
}
.ill .checkin .note{
    width: 92%;
}.ill .ant-advanced-search-form .ant-select{
    margin-top: 0px !important;
}
.more{
    margin-Left: 8px;
    color:#0e77ca;
    cursor:pointer
}


.requiredICON{text-align: left}
.requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 36%;
}
.requiredICON .ant-form-item-required:before {
    content: "" !important;
}
.receive .ant-calendar-picker{
    width: 80% !important
}

.receive .killBorder .ant-col-12{
    border:none !important
}
.contTitle .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: -24px !important;
}
.receive .ant-row.ant-form-item{
    padding: 5px 0 !important
}
.note .ant-form-item-control-wrapper, .note .ant-form-item-control {
    height: 70px !important;
} .ill .notProvided .ant-checkbox-group-item {
    width: 250px !important;
}.returnDoc .ant-row.ant-form-item {
    padding: 5px;
}

.CostTable .ant-table-tbody tr:last-child td{
    text-align: center;
    font-weight: bold
}

 .ant-table-bordered.ant-table-fixed-header .ant-table-placeholder{
    border-right: 1px solid #e9e9e9 !important; 
}.money .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: 90px !important;
}
.totalCost .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: 32px !important;
}
.ill .tip .clearfix{margin-top:55px !important}
.ill .tipCheck .ant-confirm-btns{display: flex}
.ill .tipCheck .ant-confirm-btns .ant-btn-primary{order: -1;margin-right:10px}
.ill .tipCheck .ant-confirm-btns .ant-btn-primary{order: -1;margin-right:10px}
.ill .docSearch-button {
    width: 120px;
    height: 30px;
    margin-top: -4px;
    /*margin-bottom: 10px;*/
    /*margin-right: 44px;*/
}
.ill .ant-advanced-search-form .ant-select{
    margin-top: 0px !important;
}
.more{
    margin-Left: 8px;
    color:#0e77ca;
    cursor:pointer
}


.requiredICON{text-align: left}
.userTake .requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 2px;
    position: absolute;
    right: 30px;
    top: 36%;
}
.requiredICON .ant-form-item-required:before {
    content: "" !important;
}
.userTake .ant-calendar-picker{
    width: 85% !important
}

.userTake .killBorder .ant-col-12{
    border:none !important
}
.contTitle .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: -24px !important;
}
.userTake .ant-row.ant-form-item{
    padding: 5px 0 !important
}
.userTake .ant-input{
    width: 85%;
}
.userTake .select{
    width: 85%;
}
.userTake .note{
    width: 94%;
}
.userTake .ant-form-item-control{
    height: auto !important;
}
.userTake .ant-calendar-picker .ant-input{
    width: 100%
}
.userTake .clear label:after{
    content :''
}
.userTake .ant-col-18 .ant-form-item-control{
    width: 100%;
}.clearfix {
    zoom: 1;
}

.clearfix:after{
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.leftContent{
    float: left;
    width:48%;
    min-width: 150px;

}
.rightContent{
    float: right; width: 48%; min-width: 150px
}
.leftContent td,.rightContent td{
    border: 0 !important
}
table{
    padding: 0 !important;
}
.servicelib .ant-table-header{
    padding-bottom:0 !important;
    margin-bottom:0 !important;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden!important;
}
.leftContent .ant-table-body,.rightContent .ant-table-body{
    height: 180px  !important;
}
.leftContent .ant-table-small ,.rightContent .ant-table-small{
    border:0 !important;
}
.leftContent .ant-table-scroll{
    height: 231px;
    overflow: hidden !important;
    overflow-x: hidden!important;
}

.leftContent .ant-table-row{
    line-height: 24px !important;
    /*background: red;*/
}

.rightContent .ant-table-scroll{
    height: 179px;
    overflow: hidden !important;
    overflow-x: hidden!important;
}
.leftContent .ant-table-placeholder,.rightContent .ant-table-placeholder{
    top: -100px;
    background:rgba(241, 241, 241, 0) !important;
    padding:0 !important;
}
.border{ border: 1px solid #e8e8e8 }

.ant-table-thead > tr > th.ant-table-selection-column, .ant-table-tbody > tr > td.ant-table-selection-column{
    width:35px !important;
    min-width: 35px !important;
}
.tableView .ant-col-4{
    width: 20% !important;
}
.tableView .ant-col-18{
    width: 80% !important;
}

.tableView .ant-col-2{
    width: 10% !important;
}
.tableView .ant-col-19{
    width: 90% !important;
}.ill .ant-advanced-search-form .ant-select{
    margin-top: 0px !important;
}
.more{
    margin-Left: 8px;
    color:#0e77ca;
    cursor:pointer
}


.requiredICON{text-align: left}
.requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 36%;
}
.requiredICON .ant-form-item-required:before {
    content: "" !important;
}
.renew .ant-calendar-picker{
    width: 95% !important
}

.renew .killBorder .ant-col-12{
    border:none !important
}
.contTitle .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: -24px !important;
}
.renew .ant-row.ant-form-item{
    padding: 5px 0 !important
}
.renew .ant-input{
    width: 85%;
}
.renew .select{
    width: 85%;
}
.renew .note{
    width: 94%;
}
.renew .ant-form-item-control{
    height: auto !important;
}.ill .ant-advanced-search-form .ant-select{
    margin-top: 0px !important;
}
.more{
    margin-Left: 8px;
    color:#0e77ca;
    cursor:pointer
}


.requiredICON{text-align: left}
.requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: 25%;
    top: 36%;
}
.requiredICON .ant-form-item-required:before {
    content: "" !important;
}
.renewAnswer .ant-calendar-picker{
    width: 70% !important
}

.renewAnswer .killBorder .ant-col-12{
    border:none !important
}
.contTitle .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: -24px !important;
}
.renewAnswer .ant-row.ant-form-item{
    padding: 5px 0 !important
}
.renewAnswer .note{
    width: 70%;
}
.renewAnswer .ant-form-item-control{
    height: auto !important;
}
.tableView .ant-col-4{
    width: 25% !important;
}
.tableView .ant-col-18{
    width: 75% !important;
}

.tableView .ant-col-2{
    width: 12.5% !important;
}
.tableView .ant-col-19{
    width: 85% !important;
}.ill .ant-advanced-search-form .ant-select{
    margin-top: 0px !important;
}
.more{
    margin-Left: 8px;
    color:#0e77ca;
    cursor:pointer
}


.requiredICON{text-align: left}
.requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 36%;
}
.requiredICON .ant-form-item-required:before {
    content: "" !important;
}
.userReturn .ant-calendar-picker{
    width: 100% !important
}

.userReturn .killBorder .ant-col-12{
    border:none !important
}
.contTitle .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: -24px !important;
}
.userReturn .ant-row.ant-form-item{
    padding: 5px 0 !important
}
.userReturn .ant-input{
    width: 90%;
}
.userReturn .ant-form-item-control{
    height: auto !important;
}
.userReturn .ant-input-number{
    width: 90%;
}
.userReturn .inputNumber {
    width: 90%;
}
.userReturn .ant-col-18 .ant-form-item-control{
    width: 100%;
}

.userReturn .ant-calendar-picker-clear,.userReturn .ant-calendar-picker-icon {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 38px;
    top: 50%;
    margin-top: -7px;
    line-height: 14px;
    font-size: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.ill .sendRequest .requiredICON{text-align: left}
.ill .sendRequest .requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: -20px;
    top: 36%;
}
.ill .sendRequest .requiredICON .ant-form-item-required:before {
    content: "" !important;
}



.ill .sendRequest .maxCost .ant-form-item-control-wrapper:after {
    top: 10px; right: 230px !important;
}
.ill .sendAsk .ant-confirm-btns{
    display: flex;
}
.ill .sendAsk .ant-btn-primary{
    order: -1;
    margin-right: 10px;
} .ill .finishRequest .ant-checkbox-group-item {
    width: 250px !important;
}.clearfix {
    zoom: 1; 
}

.clearfix:after{
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}
.leftContent{
    float: left; 
    width:48%;
    min-width: 150px;
    
}
.rightContent{
    float: right; width: 48%; min-width: 150px
}
.leftContent td,.rightContent td{
    border: 0 !important
}
table{
    padding: 0 !important;
}
.servicelib .ant-table-header{
    padding-bottom:0 !important;
    margin-bottom:0 !important;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden!important;
}
.leftContent .ant-table-body,.rightContent .ant-table-body{
    height: 180px  !important;
}
.leftContent .ant-table-small ,.rightContent .ant-table-small{
    border:0 !important;
}
.leftContent .ant-table-scroll{
    height: 231px;
    overflow: hidden !important;
    overflow-x: hidden!important;
}
.rightContent .ant-table-scroll{
    height: 179px;
    overflow: hidden !important;
    overflow-x: hidden!important;
}
.leftContent .ant-table-placeholder,.rightContent .ant-table-placeholder{
    top: -100px;
    background:rgba(241, 241, 241, 0) !important;
    padding:0 !important;
}
.border{ border: 1px solid #e8e8e8 }

.ant-table-thead > tr > th.ant-table-selection-column, .ant-table-tbody > tr > td.ant-table-selection-column{
    width:35px !important;
    min-width: 35px !important;
}

.ill .toSimulation .requiredICON{text-align: left}
.ill .toSimulation .requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: -20px;
    top: 36%;
}
.ill .toSimulation .requiredICON .ant-form-item-required:before {
    content: "" !important;
}

.ill .toSimulation .maxCost .ant-form-item-control-wrapper:after {
    top: 10px; right: 230px !important;
}
.ill .sendAsk .ant-confirm-btns{
    display: flex;
}
.ill .sendAsk .ant-btn-primary{
    order: -1;
    margin-right: 10px;
} .ill .cancelAnswer .ant-form-item-label{
    border-right: 1px solid #e9e9e9 !important;
    margin-right: 10px !important;
}

.ill .cancelAnswer .note .ant-form-item-label{
    height: 82px;
}.ill .modifyCondition .ant-form-item-label {
  border-right: none !important;
  margin-right: 10px !important;
}

.ill .modifyCondition .note .ant-form-item-label {
  height: 82px;
}
.ill .modifyCondition .note {
  margin: 10px 0;
}
.ill .modifyCondition .type .ant-form-item-label label,
.ill .modifyCondition .type .ant-form-item-control {
  /* line-height: 70px; */
}
.ill .modifyCondition .ant-form-item-control {
  line-height: 32px;
}
.ill .modifyCondition tr td {
  vertical-align: middle !important;
  width: auto;
}
.ill .modifyCondition .note .ant-form-item-label {
  width: 91px !important;
}
.ill .modifyConditionReply .ant-form-item-label{
    border-right: 1px solid #e9e9e9 !important;
    margin-right: 10px !important;
}

.ill .modifyConditionReply .note .ant-form-item-label{
    height: 82px;
}.ill .myTask .ant-calendar-picker{
    width: 100% !important;
}
.ill .ant-advanced-search-form .ant-select{
    margin-top: 0px !important;
}
.more{
    margin-Left: 8px;
    color:#0e77ca;
    cursor:pointer
}


.requiredICON{text-align: left}
.requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 36%;
}
.requiredICON .ant-form-item-required:before {
    content: "" !important;
}
.transport .ant-calendar-picker{
    width: 80% !important
}

.transport .killBorder .ant-col-12{
    border:none !important
}
.contTitle .requiredICON .ant-form-item-control-wrapper:after {
    margin-right: -24px !important;
}
.transport .ant-row.ant-form-item{
    padding: 5px 0 !important
}
.upload-demo-start {
    margin-top: 16px;
}
.modifyDocInfo .ant-col-2{
    width: 12.5% !important;
}

.mytask-button{
    padding-left: 9px;
    padding-right: 9px;
}

.diy-ok .ant-btn:nth-child(2){
    margin-left: 200px;
}

.diy-cancel-con .ant-btn-lg:nth-child(1){
  float: right;
  margin-right: 250px;
}.tableView:nth-child(2) table{
    border-top: none
}.tableView tr td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding:0;
    width: 50%;
    vertical-align:top
}
.tableView table {
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}
.tableView .ant-form-item {
    margin-bottom: 0;
}
.tableView .row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.tableView{
    text-align: center;
}
.tableView .loading{
    margin: 30px 0
}
.tableView .ant-form-item-control {
    text-align: left
}

.tableViewThreeColumn tr td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding:0;
    width: 33%;
    vertical-align:top
}.requiredICON{text-align: left}
.requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*"  !important;
    font-family: SimSun  !important;
    line-height: 1  !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: 0px;
    top: 36%;
}
.requiredICON .ant-form-item-required:before {
    content: "" !important;
}
.requiredICON .ant-form-item-control{
    width: 97%;
}

.mydiv{
    font-family: "\5FAE\8F6F\96C5\9ED1   Bold", "\5FAE\8F6F\96C5\9ED1   Regular", 微软雅黑;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    text-align: center;
}

.mydiv-cost{
    font-family: "\5FAE\8F6F\96C5\9ED1   Bold", "\5FAE\8F6F\96C5\9ED1   Regular", 微软雅黑;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
}

.hiddenOk .ant-btn-primary{
    display: none;
}

.check-width .ant-checkbox-group-item{
    width: 120px;
}

.editable-cell {
    position: relative;
  }
  
  .editable-cell-input-wrapper,
  .editable-cell-text-wrapper {
    padding-right: 24px;
  }
  
  .editable-cell-text-wrapper {
    padding: 5px 24px 5px 5px;
  }
  
  .editable-cell-icon,
  .editable-cell-icon-check {
    position: absolute;
    right: 0;
    width: 20px;
    cursor: pointer;
  }
  
  .editable-cell-icon {
    line-height: 18px;
    display: none;
  }
  
  .editable-cell-icon-check {
    line-height: 28px;
  }
  
  .editable-cell:hover .editable-cell-icon {
    display: inline-block;
  }
  
  .editable-cell-icon:hover,
  .editable-cell-icon-check:hover {
    color: #108ee9;
  }
  
  .editable-add-btn {
    margin-bottom: 8px;
  }
/*对Bootstrap的重定义*/

.user-panel > .info > a {
    font-size: 12px;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
    font-size: 13px;
    font-weight: 600;
}

.panel-default > .panel-heading {
    font-weight: 600;
}

.form-inline .form-group {
    margin-bottom: 10px;
}

#window-body {
    padding: 15px 0;
    /*overflow:auto;*/
}

.modal .modal-header {
    border-bottom: 1px solid rgb(239, 239, 239);
    background: #fbfbfb;
    border-radius: 6px 6px 0 0;
    height: 45px;
    color: #333;
    font-weight: bold;
}

.close:focus, .close:hover {
    color: #03a9f3;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 15px;
}

.pagination{
    margin: 0;
}

.help-block{
    display: inline;
    margin-left: 15px;
}

.panel-group .panel {
    margin-bottom: 10px;
}

.modal-title{
    font-size: 14px;
    font-weight: bold;
}

.modal-footer{
    padding: 8px;
}

.form-group {
    margin-bottom: 5px;
}

select[multiple], select[size] {
    min-height: 120px;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}/*对AdminLte的重定义*/

#page-wrapper {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}

#page-wrapper {
    padding: 0 15px;
    position: inherit;
    width: 100%;
}

.wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1
}

.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
    height: calc(100% - 140px);
}

.nav-tabs-custom {
    margin-bottom: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #03a9f3;
    font-weight: 600;
}

.nav-tabs-custom > .nav-tabs {
    background: #fbfbfb;
    height: 35px;
    font-size: 13px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 15px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-top: 10px;
}

.dropdown-menu > li > a:hover {
    background: #03a9f3;
    color: #fff;
}

.navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 23px;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 17px 17px;
    font-family: fontAwesome;
}

.main-header .logo {
    height: 53px;
}

.main-footer {
    padding: 7px !important;
    text-align: center;
}

.table-style {
    word-break: break-all;
    white-space: nowrap;
}

.help-block {
    display: inline;
    margin-left: 15px;
}
/*对AdminLte的_all-skins重定义*/

.skin-blue .main-header .navbar {
    background-color: #03a9f3;
}

.skin-blue .main-header .logo {
    background-color: #00a3e5;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #222d32;
}

.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
    background: rgba(255, 255, 255, 0.2);
    color: #f6f6f6;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(255, 255, 255, 0.3);
}

.skin-blue .main-header .logo:hover {
    background-color: #00a3e5
}

.skin-blue-light .main-header .logo:hover {
    background-color: #00a3e5
}

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(255, 255, 255, 0.3);
}

.skin-blue-light .main-header .navbar {
    background-color: #2373AE;
}

.skin-blue-light .main-header .logo {
    background-color: #00a3e5;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue-light .main-header .navbar .nav > li > a:hover,
.skin-blue-light .main-header .navbar .nav > li > a:active,
.skin-blue-light .main-header .navbar .nav > li > a:focus,
.skin-blue-light .main-header .navbar .nav .open > a,
.skin-blue-light .main-header .navbar .nav .open > a:hover,
.skin-blue-light .main-header .navbar .nav .open > a:focus,
.skin-blue-light .main-header .navbar .nav > .active > a {
    background: rgba(255, 255, 255, 0.2);
    color: #f6f6f6;
}

.skin-green-light .main-header .logo:hover {
    background-color: #00a65a
}

.skin-green-light .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(255, 255, 255, 0.3);
}

.skin-green-light .main-header .navbar {
    background-color: #00a65a;
}

.skin-green-light .main-header .logo {
    background-color: #00a65a;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-green-light .main-header .navbar .nav > li > a:hover,
.skin-green-light .main-header .navbar .nav > li > a:active,
.skin-green-light .main-header .navbar .nav > li > a:focus,
.skin-green-light .main-header .navbar .nav .open > a,
.skin-green-light .main-header .navbar .nav .open > a:hover,
.skin-green-light .main-header .navbar .nav .open > a:focus,
.skin-green-light .main-header .navbar .nav > .active > a {
    background: rgba(255, 255, 255, 0.2);
    color: #f6f6f6;
}/*对Waves的重定义*/

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /*-webkit-radial-gradient(circle, white 100%, black 100%);*/
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}.ant-advanced-search-form {
    padding: 24px;
    /*background: #fbfbfb;*/
    /*border: 1px solid #d9d9d9;*/
    /*border-radius: 6px;*/
}


/*.ant-advanced-search-form .ant-form-item {
    display: flex;
}

.ant-advanced-search-form .ant-form-item-control-wrapper {
    flex: 1;
}*/

.editable-row .ant-form-explain {
    position: absolute;
    font-size: 12px;
    margin-top: -4px;
}

.ill .librarianInfo .ant-modal-content .ant-modal-header .ant-modal-title {
    text-align: left;
}

.ill .tableView .ant-modal-content .ant-modal-header .ant-modal-title {
    text-align: center;
}

.requiredICON {
    text-align: left
}

.requiredICON .ant-form-item-control-wrapper:after {
    display: inline-block !important;
    margin-right: 4px !important;
    content: "*" !important;
    font-family: SimSun !important;
    line-height: 1 !important;
    font-size: 12px;
    color: #f04134;
    padding-left: 10px;
    position: absolute;
    right: -20px;
    top: 36%;
}

.requiredICON .ant-form-item-required:before {
    content: "" !important;
}

.myForm {
    border: 1px solid #ccc;
}

.myRow {
    border-bottom: 1px solid #ccc;
}

.myRow .myCol {
    border-left: 1px solid #ccc;
}

.myRow .ant-col-12 {
    min-height: 40px;
}

.tableView tr td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding:0;
    width: 50%;
    vertical-align:top
}
.tableView table {
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}
.tableView .ant-form-item {
    margin-bottom: 0;
}
.tableView .row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.tableView{
    text-align: center;
}
.tableView .loading{
    margin: 30px 0
}
.tableView .ant-form-item-control {
    text-align: left
}

.tableViewThreeColumn tr td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding:0;
    width: 33%;
    vertical-align:top
}

.ant-btn-primary {
    color: #fff;
    background-color: #108ee9;
    border-color: #108ee9;
}.block {
  position: absolute;
  left: 0;
  top: 0;
}

.sliderContainer {
  position: relative;
  text-align: center;
  width: 310px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #f7f9fa;
  color: #45494c;
  border: 1px solid #e4e7eb;
}

.sliderContainer_active .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
  height: 38px;
  border-width: 1px;
}

.sliderContainer_success .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #52CCBA;
  background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
  height: 38px;
  border: 1px solid #52CCBA;
  background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon {
  background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
  height: 38px;
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
  top: 14px;
  background-position: 0 -82px !important;
}
.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
  display: none;
}

.sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 0 solid #1991FA;
  background: #D1E9FE;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background .2s linear;
}

.slider:hover {
  background: #1991FA;
}

.slider:hover .sliderIcon {
  background-position: 0 -13px;
}

.sliderIcon {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 14px;
  height: 12px;
  background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -26px;
  background-size: 34px 471px;
}

.refreshIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -437px;
  background-size: 34px 471px;
}

/*# sourceMappingURL=common-00cd0260323e587eb946.css.map*/