@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, em, button {
  margin: 0;
  padding: 0;
}
html{
  height: 100%;
}
body {
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 1.5;
  font-family:  'Microsoft Yahei', Simsun, sans-serif;
  color: #666;
  min-width: 1260px;
  height: 100%;
}

img, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
select,
input, textarea {
  font-size: 12px;
  font-family:  'Microsoft Yahei', Simsun, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: inherit;
  color: inherit;
}

ul li, ol li {
  list-style: none;
}

em, i {
  font-style: normal
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.none {
  display: none !important;
}

.tc {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

/* S common style */

.btn {
  font-family: Tahoma, 'Microsoft Yahei', Simsun, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
}

.btn:hover {
  text-decoration: none;
}

.btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-add {
  width: 68px;
  height: 26px;
  line-height: 26px;
  background-color: #108EE9;
  background-color: rgba(16, 142, 233, 1);
}

.btn-add:hover {
  background-color: rgba(16, 142, 233, .8);
}

.btn-grey {
  width: 170px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background-color: #afb4bb;
}

.btn-green {
  width: 170px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background-color: #83d93f;
}

.btn-orange, .btn-white {
  width: 70px;
  height: 32px;
  outline: none;
  cursor: pointer;
  background-color: #ff6600 !important;
  color: #fff;
  border: 1px solid #ff6600 !important;
  border-radius: 4px;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.home-title {
  font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
  line-height: 14px;
  padding-left: 20px;
  border-left: 4px solid #ff6600;
}

.add-shadow {
  box-shadow: 0px 4px 2px #ededed;
}

.notice-title {
  padding: 22px 0;
  position: relative;
}

.notice-title .linkmore {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #a2a2a2;
  font-size: 18px;
  padding: 0 10px;
}

/* E common style */

.table {
  border-radius: 4px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.table th, .table td {
  border: solid 1px #dfe6ec;
  padding: 0px 5px;
  height: 40px;
}

.table th {
  background-color: #eef1f6;
  color: rgba(0, 0, 0, 0.75);
  font-weight: normal;
}

.table td {
  max-width: 200px;
  color: rgba(0, 0, 0, 0.65);
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.otherTable {
  margin-top: 0!important;
}

.otherTable th, .otherTable td {
  border-color: black;
  height: 43px;
  font-size: 16px;
}

.otherTable tr th {
  background-color: rgb(244, 244, 244)!important;
}

.otherTable tr td a {
  color: rgb(22, 155, 213);
  text-decoration: underline;
}

button[disabled] {
  cursor: not-allowed!important;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* 弹出框的样式 */

.layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  z-index: 99;
}

#layer_box {
  overflow: hidden;
  width: 474px;
  min-height: 357px;
  border-radius: 8px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

#layer_box .title {
  height: 50px;
  background-color: #F6F6FA;
  line-height: 50px;
  padding: 0 20px;
}

#layer_box p {
  float: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}

#layer_box span {
  display: inline-block;
  padding: 0 5px;
  float: right;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}

#layer_box .button {
  margin-top: 12px;
  text-align: center;
  margin-bottom: 20px;
}

#layer_box .button button {
  font-family: PingFangSC-Regular;
  width: 65px;
  height: 32px;
  cursor: pointer;
  border-radius: 4px;
}

#layer_box .button button:nth-child(1) {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  outline: none;
  color: #666;
}

#layer_box .button button:nth-child(2) {
  margin-left: 20px;
  background-color: #FF6600;
  border: 1px solid #FF6600;
  outline: none;
  color: #fff;
}

.base_info .el-tabs__item.is-active {
  color: #FF6600;
}

.base_info .el-tabs__active-bar {
  background-color: #FF6600;
}

.el-message-box .el-message-box__message p {
  margin-left: 0;
}

.el-message-box .el-message-box__content .el-message-box__message {
  margin-left: 0 ;
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
  background-color: #e4e8f1;
}

.reimburse .el-select .el-input__icon+.el-input__inner {
  padding-right: 10px;
  width: 150px;
  /* padding-left: 2px; */
   color:rgba(0, 0, 0, 0.65);
   font-size: 12px;
}
.el-date-editor.el-input {
  width: 132px;
}
.slotCard tr td .el-select>.el-input {
  width: 80px;
}

.InfoCon .el-input.is-disabled .el-input__inner {
  color: #443636;
}

.reimburse_tree .search_result ul li .el-checkbox__label {
  display: inline-block;
}

.reimburse_tree .search_result ul li .el-checkbox {
  display: block;
  margin-left: 15px;
}
.visit_info .demo-table-expand .el-form-item .el-form-item__label {
  color: gray !important;
}
@media print {
  .header,
  .menu,
  .nav,
  .navigation,
  .location,
  .handle_page,
  .operation_title {
    display: none !important;
  }
  .operation_div .nav{
     display: none !important;
  }
  .operation_div .operation-content {
    width: 100% !important;
    margin: 0 !important;
    float: left;
    box-sizing: border-box;
  }

  .operation-content table {
    margin: 0;
    box-sizing: border-box;
    width: 85% !important;
    margin-top: 10px !important;
  }

  .content {
    min-height: 581px !important;
  }

  .operation-content table tr th:nth-child(1) {
    display: none;
  }

  .operation-content table tr td:nth-child(1) {
    display: none;
  }

  .content .reimburse_title {
    width: 85% !important;
    height: 40px;
    line-height: 40px;
    display: inline-block !important;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
}
.operation_div .el-input__inner {
  color:rgba(0, 0, 0, 0.65) !important;
}
.reimburse .el-input__inner {
  font-size: 12px;
}
.el-input__inner{
  height: 30px;
}
#layer_box .box_content li .el-date-editor.el-input {
  width: 120px;
}
.list_from span {
  color: #9B9B9B !important;
  font-size: 12px;
  padding: 0 5px;
}

.el-input__icon {
  line-height: 1 !important;
}
.box_content .el-input__icon {
  line-height: 30px !important;
}

.box_content .el-input--prefix .el-input__inner {
  padding: 0 20px;
}
 #layer_box .box_content li .el-date-editor.el-input .el-input__prefix {
 padding: 0;
 left:0;
}
 #layer_box .box_content li .el-date-editor.el-input  .el-input__suffix {
padding: 0;
right:0;
}
.btn-orange:focus,
.btn-orange:hover{
  color: #fff;
}
