@import "../../font/style.css";
/***************reset样式,保持浏览器样式一致性******************/
* {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p,
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}
i {
  font-style: normal;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #666;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #fff;
}
a.ie6:hover {
  zoom: 1;
}
ul,
ol {
  list-style: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover,
a:active {
  outline: none;
}
body {
  font-family: Microsoft YaHei UI;
  font-size: 14px;
  line-height: 1.6;
  background: #E5E5E5;
}
.displayNone {
  display: none !important;
}
/***清除浮动***/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
/***滚动条***/
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*******************全局变量*********************/
/*****************重写组件样式*******************/
.main {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  min-width: 966px;
}
.caption {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #9D9D9D;
}
.caption i {
  font-size: 13px;
}
/***按钮***/
.btn {
  padding: 3px 24px;
  font-size: 13px;
  border-radius: 15px;
  letter-spacing: 2px;
  color: #fff;
  background: #7a93ff;
}
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  background: rgba(122, 147, 255, 0.8);
  color: #fff;
  outline: none;
}
.btn.red {
  background: #e96766;
}
.btn.red:hover,
.btn.red:focus,
.btn.red:active:focus,
.btn.red.active:focus {
  background: rgba(233, 103, 102, 0.8);
  color: #fff;
  outline: none;
}
.btn.green {
  background: #8ec448;
}
.btn.green:hover,
.btn.green:focus,
.btn.green:active:focus,
.btn.green.active:focus {
  background: rgba(142, 196, 72, 0.8);
  color: #fff;
  outline: none;
}
.btn.gray {
  background: #7e7e7e;
}
.btn.gray:hover,
.btn.gray:focus,
.btn.gray:active:focus,
.btn.gray.active:focus {
  background: rgba(126, 126, 126, 0.8);
  color: #fff;
  outline: none;
}
.btn.btn-default {
  border: 0;
  border-radius: 4px;
  padding: 4px 16px;
  background: #9d9d9d;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active:focus,
.btn.btn-default.active:focus {
  background: rgba(157, 157, 157, 0.8);
}
.btn.btn-primary {
  border: 0;
  border-radius: 4px;
  padding: 4px 16px;
  background: #00726c;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary.active:focus {
  background: rgba(0, 114, 108, 0.8);
}
/***带图标的按钮***/
.iconBtn {
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  background: #00716c;
  /*min-width: 94px;*/
  height: 24px;
  text-align: center;
  color: white;
  padding: 0 10px 24px 10px;
}
.iconBtn:hover,
.iconBtn:active {
  outline: none;
  background: rgba(0, 113, 108, 0.7);
}
.iconBtn:focus {
  outline: none;
}
.iconBtn i {
  margin-right: 6px;
}
.iconBtn i:before {
  font-size: 12px;
  color: #fff;
}
.iconBtn.alreadyClick {
  background: #ccc;
}
.iconBtn.alreadyClick:hover,
.iconBtn.alreadyClick:active {
  outline: none;
  background: #ccc;
  cursor: not-allowed;
}
.operate {
  width: 100%;
  height: 40px;
  padding: 7px 20px;
  margin-bottom: 12px;
  background: #fff;
  -moz-box-shadow: 0 0 8px #B9B9B9;
  -webkit-box-shadow: 0 0 8px #B9B9B9;
  box-shadow: 0 0 8 #B9B9B9;
}
.operate .btn {
  margin-right: 10px;
}
.operate .refresh {
  font-size: 18px;
  padding: 4px;
  cursor: pointer;
  float: right;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
/***datatables表格***/
.dataTables_wrapper {
  background: #fff;
  -moz-box-shadow: 0 0 8px #B9B9B9;
  -webkit-box-shadow: 0 0 8px #B9B9B9;
  box-shadow: 0 0 8 #B9B9B9;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
  padding: 0 60px 8px 60px;
  text-align: right;
}
.table.tableList {
  background: #fff;
}
.table.tableList tr:hover {
  background: #F4F4F4;
}
.table.tableList tr:hover td .icon-16 {
  cursor: pointer;
  color: #9D9D9D;
}
.table.tableList tr:hover td .icon-16:before {
  color: #EC5F61;
}
.table.tableList tr th {
  font-weight: normal;
  background: #F4F4F4;
  padding: 8px;
  border: 0;
}
.table.tableList tr th:first-child {
  padding: 10px 0 10px 20px;
}
.table.tableList tr th:last-child {
  padding: 8px 40px;
}
.table.tableList tr td {
  vertical-align: middle;
}
.table.tableList tr td .icon-16 {
  padding: 7px;
}
.table.tableList tr td:hover {
  cursor: pointer;
}
.table.tableList tr td:first-child {
  padding: 4px 0 4px 20px;
}
.table.tableList tr td:last-child {
  padding: 4px 40px;
}
.table.tableList tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.font {
  margin: 3px 10px;
  padding: 4px;
  font-size: 14px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  background: #00726c;
  border-color: #00726c;
}
.pagination li a,
.pagination li span {
  border: 0;
  padding: 1px 6px;
  border-radius: 50%;
  margin: 4px;
}
.pagination .previous.disabled a:before {
  opacity: 0.7;
}
.pagination .previous a {
  margin: 3px 10px;
  padding: 4px;
  font-size: 14px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.pagination .previous a:before {
  content: "\e90e";
  color: #00726c;
}
.pagination .next.disabled a:before {
  opacity: 0.7;
}
.pagination .next a {
  margin: 3px 10px;
  padding: 4px;
  font-size: 14px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination .next a:before {
  content: "\e90e";
  color: #00726c;
}
.pagination .totalPage .currentText {
  width: 40px;
  height: 22px;
  background: #F4F4F4;
}
.pagination .totalPage .redirect {
  width: 54px;
  height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  color: #fff;
  background: #00716c;
  border: 0;
}
.pagination .totalPage .redirect:hover,
.pagination .totalPage .redirect:focus,
.pagination .totalPage .redirect:active {
  outline: none;
  background: rgba(0, 113, 108, 0.7);
}
/***tab切换***/
.nav-tabs.parentNav {
  background: #fff;
  border-bottom: 2px solid #00726c;
}
.nav-tabs.parentNav > li {
  margin: 0 13px 0 0;
}
.nav-tabs.parentNav > li:first-child a {
  border-radius: 4px 4px 0 0;
}
.nav-tabs.parentNav > li:last-child {
  float: right;
  margin: 0;
}
.nav-tabs.parentNav > li > a {
  border-radius: 0 4px 0 0;
  position: relative;
  margin-right: 2px;
  padding: 4px;
  border: 1px solid transparent;
  background: #E4E4E4;
  color: #00726c;
}
.nav-tabs.parentNav > li > a:hover {
  background: #E4E4E4;
  border-color: #E4E4E4;
}
.nav-tabs.parentNav > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 30px solid #E4E4E4;
  border-left: 16px solid transparent;
  border-bottom: 0;
  z-index: 1;
}
.nav-tabs.parentNav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: -1px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #E4E4E4;
  border-right: 16px solid transparent;
  z-index: 1;
}
.nav-tabs.parentNav > li.active > a,
.nav-tabs.parentNav > li.active > a:hover,
.nav-tabs.parentNav > li.active > a:focus {
  color: #fff;
  background-color: #00726c;
  border: 1px solid #00726c;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.parentNav > li.active > a:before {
  border-top: 30px solid #00726c;
}
.nav-tabs.parentNav > li.active > a:after {
  border-bottom: 30px solid #00726c;
}
.nav-tabs.parentNav > li:first-child a {
  padding: 4px 12px;
}
.nav-tabs.parentNav > li:first-child a:before {
  display: none;
}
.nav-tabs.childNav {
  border: 0;
}
.nav-tabs.childNav > li > a {
  border: 0;
  background: #fff;
  color: #999;
  padding: 6px 2px;
  margin-right: 12px;
}
.nav-tabs.childNav > li.active > a,
.nav-tabs.childNav > li.active > a:hover,
.nav-tabs.childNav > li.active > a:focus {
  border: 0;
  background: #fff;
  color: #333;
  border-bottom: 2px solid #00726c;
}
/***多选框***/
.checkBox {
  font-size: 0;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.checkBox.checkBoxAll {
  visibility: hidden;
}
.checkBox label {
  cursor: pointer;
  margin: 0;
}
.checkBox span {
  font-size: 14px;
  font-family: "Microsoft YaHei UI";
}
.checkBox .check {
  display: none;
}
.checkBox .check + label:before {
  color: #9D9D9D;
  font-size: 14px;
  margin: 1px 4px 0 0;
  float: left;
}
.checkBox .check:checked + label:before {
  content: "\e910";
}
/***下拉菜单***/
select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/icon-select.png) no-repeat scroll right center transparent;
}
select.form-control::-ms-expand {
  display: none;
}
/***弹出框***/
.modal .modal-content {
  border: 0;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .modal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  .modal .modal-dialog {
    margin: 200px auto;
  }
}
.modal .modal-header {
  padding: 20px;
  border: 0;
}
.modal .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  outline: none;
  opacity: 0.8;
}
.modal .modal-header .close.icon-22:before {
  font-size: 16px;
  color: #9D9D9D;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-header .modal-title {
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.modal .modal-footer {
  padding: 10px;
  text-align: center;
}
.form-horizontal.formEdit .form-control[disabled],
.form-horizontal.formEdit .form-control[readonly],
.form-horizontal.formEdit fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
  outline: none;
  border: 0;
  box-shadow: none;
}
.form-horizontal .form-group .form-control {
  border-radius: 0;
  resize: none;
}
.form-horizontal .form-group .control-label {
  font-weight: 500;
}
.form-horizontal .form-group.mustRequired .control-label {
  position: relative;
}
.form-horizontal .form-group.mustRequired .control-label:before {
  content: "*";
  position: absolute;
  right: 12px;
  top: 6px;
  font-size: 16px;
  color: #FF3F3F;
}
.form-horizontal .input-group {
  position: relative;
  cursor: pointer;
  height: 34px;
  display: inherit;
}
.form-horizontal .input-group .form-control {
  cursor: pointer;
}
.form-horizontal .input-group .input-group-addon {
  border-radius: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 100;
  border: 0;
  border-left: 1px solid #ccc;
  padding: 16px;
  display: flex;
  justify-content: center;
}
.form-horizontal .input-group .input-group-addon:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #999999;
  position: absolute;
  margin-top: -3px;
}
.form-horizontal .dataTime .form-control {
  cursor: pointer;
}
.form-horizontal .dataTime .glyphicon-calendar {
  position: absolute;
  right: 24px;
  top: 10px;
  cursor: pointer;
}
.form-horizontal .dataTime .glyphicon-calendar:before {
  color: #999;
}
.navPart {
  padding: 24px 36px;
  background: #fff;
  position: relative;
  min-height: calc(100vh - 80px);
}
.navPart .tab-content {
  padding: 12px 0;
}
.navPart .tab-content .iconBtn {
  position: absolute;
  right: 36px;
  top: 24px;
}
.navPart .tab-content .tab-pane0 .showForm {
  margin-top: 18px;
}
.navPart .tab-content .tab-pane0 .showForm .headImg {
  width: 210px;
  height: 260px;
  margin-right: 36px;
  float: left;
}
.navPart .tab-content .tab-pane0 .showForm .detail {
  width: calc(100% - 246px);
  float: left;
}
.navPart .tab-content .tab-pane0 .showForm .detail .title {
  background: #E4E4E4;
  height: 40px;
  line-height: 40px;
  margin-bottom: 8px;
}
.navPart .tab-content .tab-pane0 .showForm .detail .title span {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.navPart .tab-content .tab-pane0 .showForm .detail .title span.name {
  font-size: 21px;
  text-indent: 10px;
  margin-right: 20px;
}
.navPart .tab-content .tab-pane0 .showForm .detail .inlineItem {
  display: inline-block;
  width: 50%;
  height: 36px;
  line-height: 36px;
  float: left;
}
.navPart .tab-content .tab-pane0 .showForm .detail .inlineItem span:first-child {
  display: inline-block;
  text-indent: 10px;
  width: 110px;
}
.navPart .tab-content .tab-pane1 .childNav li:last-child {
  float: right;
}
.navPart .tab-content .tab-pane1 .childNav li:last-child a {
  color: #333;
}
.navPart .tab-content .tab-pane1 .childNav li:last-child a span:first-child {
  margin-right: 12px;
}
.navPart .modal {
  /***头像***/
}
.navPart .modal .head {
  position: relative;
  width: 210px;
  height: 260px;
  float: left;
  margin-left: 138px;
  margin-right: 22px;
}
.navPart .modal .head .headImg {
  width: 210px;
  height: 260px;
  margin-right: 36px;
  float: left;
}
.navPart .modal .head:hover p {
  display: block;
}
.navPart .modal .head:hover:before {
  content: '';
  position: absolute;
  display: block;
  width: 210px;
  height: 260px;
  background: #333;
  opacity: 0.6;
  z-index: 10;
}
.navPart .modal .head p {
  display: none;
  position: absolute;
  font-size: 16px;
  letter-spacing: 2px;
  z-index: 10;
  color: #fff;
  width: 36px;
  line-height: 22px;
  left: 50%;
  margin-left: -18px;
  top: 108px;
}
.navPart .modal .head .changeHead {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  width: 210px;
  height: 260px;
  font-size: 0;
  z-index: 100;
}
.navPart .modal .form-horizontal {
  /***单位***/
}
.navPart .modal .form-horizontal .unit {
  position: absolute;
  top: 6px;
  right: -10px;
}
/***表格***/
.dataTables_wrapper {
  background: #fff;
  -moz-box-shadow: 0 0 8px #fff;
  -webkit-box-shadow: 0 0 8px #fff;
  box-shadow: 0 0 8px #fff;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
  padding: 16px 60px 0 60px;
  border-top: 1px solid #e4e4e4;
}
.table.tableList tr:hover {
  background: transparent;
  cursor: inherit;
}
.table.tableList tr th:last-child,
.table.tableList tr td:last-child {
  padding: 0;
}
.table.tableList tr td {
  border: 0;
}
.table.tableList tr td:hover {
  cursor: inherit;
}
.table.tableList tr .infoItem {
  width: 680px;
  margin: 12px 0;
}
.table.tableList tr .infoItem .infoEdit {
  padding: 0 6px 0 16px;
  height: 36px;
  line-height: 36px;
  background: #E4E4E4;
}
.table.tableList tr .infoItem .infoEdit span {
  color: #00726c;
  cursor: pointer;
}
.table.tableList tr .infoItem .infoEdit i {
  cursor: pointer;
  padding: 0 10px;
  font-size: 22px;
  margin-top: -1px;
}
.table.tableList tr .infoItem .infoDetail {
  border-left: 1px solid #e4e4e4;
}
.table.tableList tr .infoItem .infoDetail li {
  padding: 0 16px;
  float: left;
  width: calc(50%);
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.table.tableList tr .infoItem .infoDetail li p {
  float: left;
  height: 36px;
  line-height: 36px;
  width: 80px;
}
.table.tableList tr .infoItem .infoDetail li .red {
  color: #FF3F3F;
}
.table.tableList tr .infoItem .infoDetail li .gray {
  color: #999;
}
.table.tableList tr:last-child td {
  border: 0;
}
.table.tableList tr:last-child .infoItem {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .modal-sm {
    width: 800px;
  }
  .modal-sm.deleteModal {
    width: 300px;
  }
  .modal .modal-dialog {
    margin: 100px auto;
  }
  .modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
