h1,
h2,
h3,
h4,
h5,
div,
body,
a,
ul,
li,
form,
p,
input,
table,
tr,
th,
td,
span,
img,
button,
label,
select,
option,
input,
textarea {
  margin: 0;
  padding: 0;
  outline: none !important;
}
body {
  font-family: 'Microsoft YaHei';
  background-color: #f2f1f7;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  max-width: 100%;
}
em {
  font-style: normal;
}
.table > thead:first-child > tr:first-child > th {
  border-bottom: none;
}
.visit-info .table > thead > tr > th,
.visit-info .table > tbody > tr > td {
  white-space: nowrap;
}
    .visit-info .table > tbody > tr > td.table-textarea__td {
        max-width:400px;
        min-width:200px;
        white-space: pre-wrap;
    }
    .table td {
        word-wrap: break-word;
        word-break: break-all;
    }
.form-control {
  height: 38px;
}

/*浏览器低版本样式*/
.browseView {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #e7f0f9;
  z-index: 10000;
}
.browseView-inner {
  width: 440px;
  height: 240px;
  padding: 30px;
  background-color: #f9fcfe;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -200px;
  color: #677887;
}
.browse-title {
  font-size: 18px;
  font-weight: normal;
  color: #283038;
  line-height: 30px;
}
.browse-p1 {
  font-size: 16px;
  margin-bottom: 9px;
}
.brower-item {
  display: inline-block;
  text-align: center;
  margin-right: 24px;
}
.brower-item b {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.brower-ie,
.brower-chrome {
  display: inline-block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  vertical-align: top;
}
.browser-from {
  font-size: 16px;
  text-align: right;
}
.browser-arrow {
  position: absolute;
  bottom: -60px;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border: 60px solid #f9fcfe;
  border-left: 0;
  border-top: 0;
  border-bottom-color: transparent;
}
.brower-ie {
  background: url('../img/ie.png') no-repeat center center;
}
.brower-chrome {
  background: url('../img/chrome.png') no-repeat center center;
}

/*公共 左侧固定导航栏*/

.nfixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #2e2d2b;
  z-index: 99;
}
.nlogo {
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
}
.nlogo a,
.nlogob a {
  display: inline-block;
}
.nlogob {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #4cc6cb;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  padding: 0 4px;
}
.nlogob [id^='dLabel'] {
  overflow: hidden;
  white-space: nowrap;
}
.nlogob .password-tips {
  width: 106px;
  position: absolute;
  background: #fff3f3;
  border: 1px solid #ffc3bf;
  padding: 8px 0 8px 10px;
  top: -66px;
  left: 0px;
  /*z-index: 10;*/
  font-size: 13px;
  color: #ef4d44;
  line-height: 18px;
  font-weight: 400;
  border-radius: 2px;
  text-align: left;
}
.nlogob .password-tips::after {
  display: block;
  content: '';
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: #fff3f3 transparent transparent transparent;
  position: absolute;
  left: 9%;
  top: 100%;
}
/*.nlogob img{border-radius: 50%;}*/
.nlogob .dropdown-menu {
  margin: 0;
  top: auto;
  left: 50px;
  bottom: 0;
  padding: 0;
}
.nlogob .dropdown-menu li {
  padding-left: 35px;
  line-height: 40px;
  font-weight: normal;
}

.nfunc_s {
  opacity: 1 !important;
}

/*公共 头部导航栏*/
.mains {
  /*width: 100%;*/
  height: 100%;
  position: absolute;
  /*padding-left: 60px;*/
  left:60px;
  right:0;
}
.nheader,
.nheader_set,
.ns_header {
  width: 100%;
  padding: 0 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
/*.nheader,.ns_header{height: 50px;}*/
.nheader h2,
.ns_header h2 {
  font-size: 19px;
  line-height: 50px;
  color: #1a1a1a;
}

    .nheader_set h2 {
        line-height: 40px;
        color: #353535;
        font-size: 18px;
        padding: 0 25px;
        background: url('../img/icon11.png') no-repeat left center;
    }
.nheader_set ul {
  line-height: 30px;
  padding: 0 25px;
}
.nheader_set ul li {
  float: left;
  font-size: 16px;
  color: #545454;
  margin-right: 45px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.nheader_set ul li:hover {
  border-bottom-color: #dc4e46;
  color: #dc4e46;
}
.nheader_set_sty {
  border-bottom-color: #dc4e46 !important;
  color: #dc4e46 !important;
}
.nwrap,
.ns_wrap {
  width: 100%;
  height: -moz-calc(100% - 62px);
  height: -webkit-calc(100% - 62px);
  height: calc(100% - 62px);
  padding: 0 10px 10px;
  background-color: #f0eff5;
  overflow: auto;
}
/*.nwrap{overflow-y: auto;overflow-x: hidden;}*/
.nwrap {
  overflow: auto;
}
.nwrap .nmain:last-child {
  height: 100%;
}
.ns_wrap .ns_main {
  padding: 0;
  background-color: #f0eff5;
}
.ns_wrap .ns_main:last-child {
  height: 100%;
}
.nnav {
      width: auto;
      margin: 0 auto;
    text-align: center;
    float: left;
}

.nnav > li {
  padding: 0 12px;
  line-height: 50px;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
    .nnav a {
        padding-bottom: 7px;
        text-decoration: none;
        color: #545454;
        outline: none;
    }
.nnavsel {
      border-bottom: 1px solid red;
     color: red !important;
}
.nnav_out {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
  text-align: center;
  display: none;
  background-color: #fff;
  z-index: 100;
}
.nnav_out li {
  padding: 0px 1%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nnav li:hover ul {
  display: block;
}
/*.nnav li:hover{background-color: #f2f1f7;}*/
.nnav li a:hover {
    color: red;
}
    .nheader_tab {
        width: 100%;
        padding-left: 110px;
        background-color: #fff;
        min-width: 1200px !important;
    }
.nheader_tab h2 {
  padding: 13px 0px 7px;
  font-size: 18px;
  color: #353535;
}
.nnav_tab li {
  float: left;
  line-height: 36px;
  margin-right: 45px;
  color: #545454;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}
.nnav_tab li:hover {
  border-bottom: 2px solid #dc4e46;
}
.nnav_tab li a {
  color: #545454;
  text-decoration: none;
}
.nbtn_tab {
  width: 88px;
  background-color: #85c023;
  color: #fff;
  outline: none !important;
  margin-right: 15px;
}
/*.nfunc li:first-child{background-image: url("../img/icon1-1.png");background-repeat: no-repeat;background-position: center center;}*/
/*.nfunc li:first-child + li{background-image: url("../img/icon2.jpg");background-repeat: no-repeat;background-position: center center;}*/
/*.nfunc li:first-child + li + li{background-image: url("../img/icon3.jpg");background-repeat: no-repeat;background-position: center center;}*/
/*.nfunc li:first-child + li + li + li{background-image: url("../img/icon4.jpg");background-repeat: no-repeat;background-position: center center;}*/
.nbtn {
  font-size: 14px !important;
  margin-top: 8px;
  outline: none !important;
}
.nbtn:active {
  box-shadow: none;
}
.btn_sty1 {
  background-color: #fff;
  color: #428bc9;
  border-color: #4f97dc;
}
.btn_sty1:hover {
  background-color: #fff;
  color: tomato;
  border-color: tomato;
}
.nhp_s {
  font-size: 0px;
  padding: 0px 20px;
  vertical-align: middle;
  line-height: 50px;
}
.nhp_s img {
  margin-top: -3px;
}
.nhp_s a:hover {
  opacity: 1;
}
.nhp_s2 img,
.nhp_s3 img {
  width: 20px;
  height: 20px;
}
.nhp_s1 img {
  width: 16px;
  height: 16px;
}
.nhp_s1 {
  padding: 0 10px;
  border-right: 1px solid #808080;
  font-size: 14px;
  opacity: 0.5;
  border-left: 1px solid #808080;
  vertical-align: middle;
}
.nhp_s3 {
  padding-right: 10px;
  border-right: 1px solid #808080;
  font-size: 14px;
  opacity: 0.5;
  vertical-align: middle;
}
.nhp_s2 {
  padding-left: 10px;
  border-left: 1px solid #808080;
  font-size: 14px;
  opacity: 0.5;
  vertical-align: middle;
}
.nhp_sty {
  opacity: 1;
}
.nhp_tit span {
  width: 30px;
  cursor: pointer;
  top: 3px;
}
.nhp_but {
  background-color: #fff;
  color: #428bca;
  border: 1px solid #428bca;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.nhp_but:hover {
  background-color: #428bca;
  color: #fff;
}
.nhp_but:focus {
  color: #fff;
  background-color: #428bca;
}
.nnav .badge {
  font-size: 12px;
  padding: 3px 4px;
  border-radius: 4px;
  background-color: #c1c1c1;
  margin-left: 6px;
  vertical-align: 1px;
}
.nnav .badgeSty {
  background-color: #dc4d45;
}
.nhp_s button {
  font-weight: normal;
}
.ns_headerSty {
  background-color: #ffe9e7;
  position: relative;
}
.ns_headerSty:before {
  content: '失访中';
  width: auto;
  line-height: 50px;
  padding-left: 25px;
  color: #d8271c;
  position: absolute;
  right: 20px;
  top: 0;
  background: url(../img/shilian.png) no-repeat left 12px;
}

/*公共 包裹盒子*/

.nwrap_npj {
  height: 91%;
}
/*.nmain{margin: 10px 10px 10px 0;background-color: #fff;padding: 1% 1.5%;min-height: 98%;position: relative;overflow: auto;}*/
.nmain,
.ns_main {
  background-color: #fff;
  padding: 10px 20px;
  position: relative;
  height: -moz-calc(100% - 28px);
  height: -webkit-calc(100% - 28px);
  height: calc(100% - 28px);
  min-width: 940px;
  overflow-y: auto;
}
.np_main .nmain,
.np_main .nwrap {
  min-width: 100px !important;
}
/*.nmain_form{background-color: #fff;}*/

.nmain_pcs {
  padding: 0;
}
/*.nmain_content{height: 100%;margin: 1% 1% 1% 0;background-color: #fff;padding: 1% 1.5%;min-width: 1200px !important;position: relative;min-height: 800px;}*/
.nmid_np {
  position: absolute;
  left: 0;
  top: -10%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 285px;
  height: 190px;
  text-align: center;
}
/*.nmid_np ul li:first-child{background: url("../img/icon_npj.png") no-repeat center top;width: 100%;height: 63px;}*/
.nmid_np ul li:first-child + li {
  font-size: 24px;
  color: #b9b9b9;
  padding: 27px 0 36px;
}
.nmid_np ul li:first-child + li + li a {
  font-size: 16px;
  color: #4cc6cb;
  text-decoration: none;
}
.n_popup {
  width: 255px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.n_popup h3 {
  line-height: 40px;
  text-align: center;
  color: #cacaca;
  font-size: 16px;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.n_popup h3 span {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: url('../img/icon10.png') no-repeat center center;
  width: 11px;
  height: 11px;
}
.n_popup input {
  display: block;
  width: 215px;
  padding: 5px 10px;
  margin: 20px auto;
  border: none;
}
.n_popup input {
  border: 1px solid #fdd429;
  box-shadow: 0 0 3px 0 rgba(253, 212, 41, 0.5);
}
.n_popup_show {
  padding: 8px 0;
  max-height: 300px;
  overflow-y: auto;
}
.n_popup_show li {
  line-height: 40px;
  color: #252525;
  cursor: pointer;
  padding: 0 20px;
}
.n_popup_show li:hover {
  background-color: #f9f9f9;
}
.n_popup_show li span {
  padding-left: 30px;
}
.n_popup_show img {
  margin-right: 10px;
}
.n_popup_sty {
  background: url('../img/icon_checked.png') no-repeat 20px center #f9f9f9;
}
.nprs {
  width: 285px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.npr_close {
  width: 11px;
  height: 11px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 20px;
  background: url('../img/icon10.png') no-repeat center center;
}
.npr1 {
  background-color: #dff0d7;
  color: #488148;
  border: 1px solid #b1dc9f;
  border-radius: 3px;
}
.npr2 {
  background-color: #ffe9e7;
  color: #c05f55;
  border: 1px solid #efb3ad;
  border-radius: 3px;
}
.nshow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 80;
  padding-left: 60px;
  right: -100%;
  top: 0;
  background-color: #f0eff5;
  display: none;
  overflow: hidden;
}
.nshow .nnav {
  float: none;
}
body .nprs1 .layui-layer-content {
  padding: 15px 10px;
  width: 285px;
  text-align: center;
  background-color: #dff0d7;
  color: #488148;
  border: 1px solid #b1dc9f;
  border-radius: 3px;
  display: table-cell;
}
body .nprs2 .layui-layer-content {
  padding: 15px 10px;
  width: 285px;
  text-align: center;
  background-color: #ffe9e7;
  color: #c05f55;
  border: 1px solid #efb3ad;
  border-radius: 3px;
  display: table-cell;
}
body .nprs1 .layui-layer-close2,
body .nprs2 .layui-layer-close2 {
  right: -10px;
  top: -8px;
  width: 15px;
  height: 15px;
  background-position: -84px -40px;
  opacity: 0.6;
}
body .nprs1 .layui-layer-close2:hover,
body .nprs2 .layui-layer-close2:hover {
  background-position: -84px -40px;
}
body .nprs1,
body .nprs2 {
  border: none;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc;
}
body::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
}
div::-webkit-scrollbar {
  width: 6px;
  height: 15px;
}
div::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb:horizontal,
div::-webkit-scrollbar-thumb:vertical {
  background-color: #cac5bc;
}
div::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.04);
}

body {
  -webkit-overflow-scrolling: touch;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.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;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.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.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s 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);
  -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-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-block {
  display: block;
}

.changeSty {
  padding: 10px 0 !important;
  line-height: 30px !important;
  font-size: 16px !important;
}
.table {
  margin-bottom: 20px;
}

.textSj {
  text-indent: 2em !important;
}

.pSj {
  padding-left: 35px !important;
}

body .pcs_table:hover {
  background-color: #f9f9f9 !important;
}
.visit-info em,
.layui-layer-wrap em {
  color: red;
  padding: 0 5px;
  vertical-align: -2px;
}
.table {
  text-indent: 0;
}

.footer_show {
  width: 100%;
  padding-top: 10px;
}
.pcs_tr .pcs_td:nth-child(2) {
  text-indent: 0em;
  padding-left: 20px;
}
.dropdown-menu {
  font-size: 13px;
}
.date-picker + .input-group-addon {
  cursor: pointer;
}
.nfixed .dropdown-menu {
  min-width: 250px;
}
.mhospital {
  padding: 15px 20px;
}
.btnSaveSty .layui-layer-btn1 {
  background-color: #81c868;
  color: #fff;
}
.drop-set li {
  color: #000;
}
.drop-set li.cur,
.drop-set li:hover {
  background: #f9f9f9;
  color: #000;
}

.bootstrap-timepicker + .input-group-addon {
  cursor: pointer;
}
.file-footer-buttons .kv-file-upload {
  display: none;
}
.file-drop-zone {
  min-width: 500px;
  min-height: 350px;
}
/*小标题*/
.pre_mh4 {
  background-color: transparent !important;
  font-size: 16px;
  color: #455469;
  line-height: 45px;
}
.pre_tr .pre_mh4 {
  background-color: transparent !important;
  font-size: 16px;
  color: #455469;
  line-height: 24px;
}
.pre_tr .pre_mh4:hover {
  background-color: #ecf5f6 !important;
}
.phmod5 {
  width: 300px !important;
  height: 150px !important;
  resize: none;
}
.dropdown-toggle {
  min-height: 20px;
}
.visit-info .nwrap {
  background-color: #fff;
  min-height: 500px;
}

/*新增表格*/
.table-four {
  width: 100%;
  /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);*/
  /*min-height: 200px;*/
  background-color: #fff;
  /*border:1px solid #e7e7e7;*/
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.table-four em {
  padding: 0 3px;
  color: red;
}
.tfour-l {
  font-size: 0;
  max-width: calc(100% - 10px);
  max-width: -moz-calc(100% - 10px);
  max-width: -webkit-calc(100% - 10px);
  overflow-x: auto;
  border: 1px solid #e7e7e7;
  position: relative;
}
/*.tfour-r:before {
    content: " ";
    display: block;
    position: absolute;
    left:-10px;
    top: 0;
    height: 100%;
    width: 10px;
    z-index: 100;
    background: -webkit-linear-gradient(left,#fff 0,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to right,#fff 0,rgba(0,0,0,0.1) 100%);
    pointer-events: none;
    -webkit-transition: .25s;
    transition: .25s;
}*/
.tfour-l .theader {
  background-color: #f9f9f9;
}
.tfour-l .theader li:first-child {
  background-color: #fff;
}
.tfour-l ul {
  width: 145px;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  color: #455469;
  min-width: 145px;
  border-right: 1px solid #e7e7e7;
  position: relative;
  z-index: 99;
}
.tfour-l .editOrdel {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgba(200, 237, 240, 0.3);
  transition: all 0.3s linear;
  opacity: 0;
}
.tfour-l .editOrdel span {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tfour-l .editOrdel i {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
}
.tfour-l .editOrdel i:hover {
  color: #4ac3cc;
}
.tfour-l .editOrdel:hover {
  opacity: 1;
}
    .tfour-l li {
        font-size: 14px;
        /*border:1px solid #ebeff2;*/
        border-bottom: 1px solid #e7e7e7;
        /*text-align:center;*/
        min-height: 50px;
        padding: 15px 10px;
        white-space: pre-wrap;
    }
.tfour-l ul:not(.theader) li[newtdid] {
  color: #b9b8b8;
}
    .tfour-l li span {
        color: #7a7a7a;
        white-space: pre-wrap;
    }
.tfour-l li:first-child {
  text-align: center;
}
/*.tfour-l li:nth-child(2n+1) {
    background-color:#f4f8fb;    
}*/
.tfour-l ul.theader li:last-child {
  border-bottom: none;
}
.tfour-l ul:not(.theader) li:nth-last-child(2) {
  border-bottom: none;
}
.tfour-r {
  width: 130px;
  height: 100%;
  /*position:absolute;
    right: 0px;
    top: 0;*/
  position: relative;
  /*height:280px;*/
  border: 1px solid #e7e7e7;
  border-left: none;
  /*display:none;  10-25注释 傅总用药记录表 默认状态下显示*/
}
.tfour-edit {
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*padding-top:50px;*/
}
.tfour-edit span {
  display: block;
  font-size: 14px;
}
.tfour-edit:hover i,
.tfour-edit:hover span {
  color: #4cc6cb;
}

/*导出数据样式*/
.export-main {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.export-wrap {
  width: 1000px;
  height: 550px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.export-top {
  height: 160px;
  padding-left: 230px;
  background: url(../img/export.png) no-repeat left center;
}
.export-top h3 {
  color: #333333;
  line-height: 60px;
  letter-spacing: 1px;
}
.export-top p {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}
.export-top button {
  color: #fff;
  background-color: #4cc6cb;
  border: 1px solid #4cc6cb;
  padding: 10px 20px;
  border-radius: 20px;
  letter-spacing: 1px;
}
.export-top a {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  background: -moz-linear-gradient(left top, #66f8cc, #4dcacb);
  background: -webkit-linear-gradient(left top, #66f8cc, #4dcacb);
  background: -o-linear-gradient(left top, #66f8cc, #4dcacb);
  background: linear-gradient(left top, #66f8cc, #4dcacb);
}
.export-bar {
  margin-top: 50px;
  width: 100%;
  padding: 5px;
  border: 5px solid #e2e5e6;
  border-radius: 20px;
}
.bar-footer {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.bar-wrap {
  width: 95%;
  background: url(../img/export-icon1.png) #4cc6cb;
  height: 10px;
  border-radius: 10px;
  padding: 0 10px;
}
.bar-wrap.active {
  animation: animate-positive 6s linear;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 99%;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 95%;
  }
}

.table-index {
  border-top: none !important;
}

.table-index thead th,
.table-index tbody td {
  text-align: center;
  font-weight: normal;
}

.table-index tbody td {
  max-width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('ellipsis.xml#ellipsis');
  overflow: hidden;
}

.table-index thead th {
  background-color: #f9f9f9;
}

.color-one {
  color: #51c679 !important;
}

.color-two {
  color: #fd292f !important;
}
.np_prop .nwrap {
  min-height: inherit;
}
.container-y {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.export-selIcon {
  width: 100%;
  height: 135px;
}
.export-selIcon .pull-left {
  width: 33%;
  height: 135px;
  position: relative;
}
.export-selIcon .pull-left:nth-child(1):before {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #dadada;
  right: 0;
  top: 25px;
}
.export-selIcon .pull-left:nth-child(2):before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #dadada;
  right: 0;
  top: 25px;
}
.export-selIcon .pull-left:nth-child(3):before {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #dadada;
  left: 0;
  top: 25px;
}
.export-selIcon .img-circle {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  color: #6b6b6b;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  background-color: #dadada;
}
.export-selIcon .img-circle.active {
  background-color: #4cc6cb;
  color: #fff;
}
.selAll {
  background-color: #f8f8f8;
  color: #6b6b6b;
}
.selAll .sel-title {
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.sel-control {
  height: 270px;
}
.sel-btn {
  text-align: center;
  padding-top: 50px;
}
.sel-btn .btn {
  min-width: 100px;
}
.sel-btn .form-control {
  max-width: 200px;
}
.sel-btn .btn-white {
  background-color: #eee;
  color: #757575;
  border: 1px solid #d2d2d2;
}
.sel-btn .btn-default {
  background-color: #4cc6cb !important;
  border: 1px solid #4cc6cb !important;
  color: #fff !important;
}
.sel-btn .btn-white:hover,
.sel-btn .btn-white:focus {
  background-color: #4cc6cb !important;
  border: 1px solid #4cc6cb !important;
  color: #fff !important;
}
.sel-btn .btn-white:active {
  background-color: #4cc6cb !important;
  border: 1px solid #4cc6cb !important;
  color: #fff !important;
}
.sel-btn .prov {
  margin-bottom: 20px;
}
.crc_texts {
  padding: 9px 0;
}
.crc_text {
  font-size: 0;
  text-align: center;
  margin: 10px 0;
}
.crc_text span {
  display: inline-block;
  padding-right: 5px;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
.crc_bor {
  position: relative;
  min-height: 168px;
}
.crc_bor_show {
  width: 1px;
  height: 80%;
  position: absolute;
  border-left: 1px dashed #dfdfdf;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.crc_text span:not(:nth-child(1)) {
  min-width: 16%;
}
.crc_text span:nth-child(1) {
  min-width: 50px;
}
.crc_texts .col-lg-6 {
  padding: 0;
}
.sel-checkAll {
  padding: 20px;
}
.checkAll-right {
  width: 850px;
}
checkAll-left {
  width: 100px;
}
.checkAll-right .checkbox-inline {
  min-width: 150px;
  margin-right: 10px;
  margin-bottom: 14px;
  margin-left: 0;
}
.checkAll {
  padding-bottom: 20px;
}
.sel-checkboxs {
  padding: 0 20px;
  display: -webkit-box;
  /*max-height:39px;*/
  width: 100%;
  height: 75px;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('ellipsis.xml#ellipsis');
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.imgstr {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}
.imgstr img {
  width: 100%;
}

/*图片样式处理*/
.img_ts .layui-layer-phimg {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #e3e3e3;
  text-align: center;
}
.img_ts .layui-layer-imgbar {
  bottom: 10px;
}

.ns_show_list {
  height: 100%;
  padding: 0 25px 20px;
  overflow-y: auto;
  background-color: #fff;
  position: relative;
}
.nsl_header {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 5px;
}
.nsl_header h3 {
  font-size: 18px;
  color: #333333;
  line-height: 54px;
}
.h_btns {
  font-size: 0;
  position: relative;
}
.h_btns2:before {
  content: '';
  width: 2px;
  height: 14px;
  background: #e4e4ed;
  position: absolute;
  left: 72px;
  top: 50%;
  transform: translateY(-50%);
}
.h_icons i {
  font-size: 16px;
  opacity: 0.3;
  color: #777777;
  vertical-align: middle;
  margin-right: 20px;
}
.h_icons i:hover {
  opacity: 1;
}
.h_icons i.active {
  color: red;
  opacity: 1;
}
.h_btns .btn {
  margin-left: 30px;
}
.h_btns .btn + .btn {
  margin-left: 20px;
}
.nsl_main {
  min-height: 100%;
}
.nsl_wrap {
  padding: 10px 0 20px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.nsl_wrap:last-child {
  border-bottom: none;
}
.nsw_h {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  padding: 0 5px;
}
.nsw_m {
  padding-left: 55px;
}
.sw_tr {
  padding: 15px 0;
}
.sw_td {
  display: table-cell;
  width: 280px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  vertical-align: top;
}
.ns_show_list2 .sw_td {
  width: 550px;
}
.sw_td:first-child {
  color: #7a7a7a;
}
.sw_td:nth-child(2) {
  color: #7a7a7a;
  font-weight: bold;
}
.nsl_header h3 span,
.nsl_tip {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 4px 9px;
  background-color: #ff7d13;
  line-height: 1;
  border-radius: 3px;
  vertical-align: 2px;
  margin-left: 9px;
}
/*.ui-widget{
    background-color: #1a1a1a !important;
    box-shadow: none !important;
    color: #fff !important;
}*/
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999999 !important;
}
.nsl_tip {
  vertical-align: middle;
  margin-top: 15px;
  background-color: #ccc;
}
.nsl_tipSty {
  background-color: #ff7d13 !important;
}
.nsw_h2 {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.nsw_h2 span {
  position: relative;
  display: inline-block;
  z-index: 99;
  background-color: #fff;
  padding-right: 10px;
}
.nsw_h2:after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ededed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.h_title {
  line-height: 50px;
  padding-right: 15px;
}
.signature-showImg {
  width: 400px;
  height: 200px;
  margin-bottom: 20px;
}
.signature-showImg img {
  width: 100%;
  height: 100%;
}
.ns_show_icon {
  width: 200px;
  height: 100px;
  float: right;
  /*position:absolute;
    right:35px;
    bottom:30px;*/
}
.export-field {
  position: absolute;
  right: 34px;
  top: 30px;
  font-size: 0;
  cursor: pointer;
}
.export-field span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
}

.export-field:hover span {
  color: #4cc6cb;
}
.ns_show_nothing {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
/*.ns_show_nothing p {
    font-size:24px;
    line-height:2;
    color:#b9b9b9;
    margin-top:20px; 
}*/
.sel-btn .form-group {
  display: block !important;
}

/*对比弹框样式*/
.data-compare {
  background-color: #fff;
}
.data-compare-wrap {
  width: 49.5%;
  height: 100%;
  border: 1px solid #e6e6e6;
  overflow: auto;
}
.compare-title h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.compare-title:last-child h3 {
  border-bottom: none;
}
.compare-info-wrap {
  height: 100%;
}
.compare-info {
  padding: 20px 40px;
  border-bottom: 1px solid #e6e6e6;
  min-height: 58px;
}
.compare-info:last-child {
  border-bottom: none;
}
.compare-info.error {
  background-color: #ffffe0;
}
.compare-info-left,
.compare-info-right {
  color: #7a7a7a;
  font-size: 14px;
  width: 50%;
}
.compare-info-right {
  font-weight: bold;
}
.compare-info-right .table th {
  min-width: 150px;
  text-align: center;
}
.compare-info-right .tfour-l {
  max-width: initial !important;
  overflow: hidden;
  border-right: none;
}
.compare-info-right .tfour-l ul:not(.theader) li:nth-last-child(2) {
  border-bottom: 1px solid #e7e7e7;
}
.compare-table {
  display: table-cell;
  min-width: 150px;
  vertical-align: top;
  width: auto;
}
.look-history {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.layer-look-history .layui-layer-content {
  padding: 20px;
}
.layer-look-history .layui-layer-title {
  padding: 0 30px;
  text-align: center;
}
.showUl {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 2px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 180px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  display: none;
}
.showUl li {
  padding: 6px;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
  cursor: pointer;
}
.showUl li:hover {
  background-color: #ebebeb;
}
.button_span {
  font-size: 16px !important;
  margin-top: 28px !important;
}
.pmain_prop {
  padding: 10px 50px;
}
.p_list {
  padding: 10px 0;
  color: #696969;
}
.p_list select {
  width: 300px !important;
  color: #696969;
}
.p_list span:first-child {
  display: inline-block;
  width: 100px;
  color: #232121;
}
.pre_tr_col .pre_td:first-child {
  width: 500px !important;
  padding-right: 30px !important;
}
.btn-group-sm .btn-blue {
  background: #fff;
  border: 1px solid #60a3f2 !important;
  color: #60a3f2;
}
.btn-group-sm .btn-blue:hover,
.btn-group-sm .btn-blue:active {
  background: #60a3f2 !important;
  color: #fff;
}
.btn-group-sm .btn-red {
  background: #fff;
  border: 1px solid #ff6a52 !important;
  color: #ff6a52;
}
.btn-group-sm .btn-red:hover,
.btn-group-sm .btn-red:active {
  background: #ff6a52 !important;
  color: #fff;
}
.td_maxWid {
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.column_inline {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content:space-around;*/
}
.column_inline .pre_tr {
  display: inline-block;
  width: auto;
}
.column_inline .pre_td {
  width: auto !important;
}
.column_inline .pre_td:last-child {
  display: none;
}
.radio,
.checkbox {
  padding: 0;
  margin: 0;
}
.checkbox.checkbox-inline,
.radio.radio-inline {
  margin-top: 0;
}
.checkbox-inline:first-child,
.radio-inline:first-child {
  margin-right: 10px;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-right: 10px;
  margin-left: 0;
}
.nav_module_num {
  border-bottom: 1px solid #e6e6e6;
}
.nav_module li {
  padding: 0 10px;
  line-height: 50px;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.nav_module a {
  padding-bottom: 7px;
  text-decoration: none;
  color: #545454;
  outline: none;
}
.nav_module .badge {
  font-size: 12px;
  padding: 3px 4px;
  border-radius: 4px;
  background-color: #c1c1c1;
  vertical-align: 1px;
}
.nav_module .badgeSty {
  background-color: #dc4d45;
}
.pre_tr .pre_td:last-child {
  display: none;
}
.form-inline .input-group {
  margin-bottom: 10px;
}

/* 过往记录 */
.pre_trc .nextLog {
  font-size: 14px;
  display: inline-block;
  vertical-align: 2px;
  padding-left: 10px;
  text-decoration: none;
}
.layer-history .layui-layer-title {
  text-align: center;
}
.his_wrap {
  padding: 15px 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.his_sel {
  height: 40px;
}
.his_wrap .col-sm-10 {
  padding-left: 0;
}
.his_sel .row-text {
  line-height: 30px;
}
.his_sel select {
  min-width: 300px;
}
.his_main_wrap {
  width: 100%;
  height: calc(100% - 40px);
  overflow: hidden;
  padding-top: 25px;
}
.his_main {
  height: 100%;
  overflow: hidden;
}
.his_main_left {
  width: 110px;
  height: 100%;
}
.his_main_right {
  width: calc(100% - 110px);
  height: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  overflow-y: auto;
}
.his_main_right .pcs_tr .pcs_td:first-child {
  width: 300px;
}
.his_main_right .pcs_tr {
  padding: 15px 10px;
}
.table-autoy,
.table-autoy-main {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.tr-table_content {
  padding-left: 35px !important;
}
.tr-table_content .pcs_td:first-child {
  width: 150px !important;
}
.project-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
.project-search .input-group {
  width: 100%;
}
.project-search .form-control {
  border: 1px solid rgba(226, 230, 233, 1);
  border-right: none;
  box-shadow: none;
}
.project-search .input-group-addon {
  border: 1px solid rgba(226, 230, 233, 1);
  border-left: none;
  background-color: #fff;
  cursor: pointer;
}
.project-search .input-group-addon .glyphicon {
  color: rgba(136, 137, 149, 1);
  opacity: 0.6;
}
.project-search .add-ctms-project {
  width: 121px;
  height: 32px;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  background: #4dbcc0;
  border: none;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.environment {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: -8px;
}

.environment .environment-img {
  height: 17px;
}

.xcontent_texts p {
  cursor: default;
/*  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
  padding-left: 60px;
  background-position: 22px center;
}
.xt_title {
  line-height: 20px !important;
  padding-top: 20px;
  padding-bottom: 10px;
}
#xpopup .xmian_t {
  margin-bottom: none;
  border-bottom: none;
}
#xpopup .xmain_content {
  padding-top: 0px;
}


.nheader h2 {
    font-size: 16px !important;
}

.nheader .nnav {
    flex: 1 !important;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 34px;
    position: relative;
    margin: 0;
    visibility: visible;
}

    .nheader .nnav:after {
        content: ' ';
        position: absolute;
        left: 24px;
        width: 1px;
        height: 16px;
        background: rgba(0,0,0,0.2);
        top: 50%;
        transform: translateY(-50%);
    }

.nheader .nnav > li {
    line-height: inherit;
}

.nheader .nnav a {
    color: #666;
    padding-bottom: 15px;
    white-space: nowrap;
    transition: all .2s;
    position: relative;
}

.nheader .nnavsel {
    border: none;
    color: #4DBCC0 !important;
}
    .nheader .nnavsel:after {
        content: ' ';
        width: 100%;
        height: 3px;
        background: #4DBCC0;
        position: absolute;
        bottom: -2px;
        left: 0;
        border-radius: 4px;
    }
    .nheader .nnav li:hover a {
        color: #4DBCC0;
    }
    .nheader .nnav li:hover a:after {
        content: ' ';
        width: 100%;
        height: 3px;
        background: #4DBCC0;
        position: absolute;
        bottom: 0px;
        left: 0;
        border-radius: 4px;
    }

