.nh-search h2 {
  font-size: 0;
}
.nh-wrap {
  width: 1200px;
  margin: 0 auto;
}
.h-group {
    display: inline-block;
}
.h-group label {
    display: inline-block;
    line-height: 36px;
    margin-right: 15px;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}
.nh-header {
  width: 100%;
  height: 36px;
  background-color: #f5f5f5;
}
.nh-header a {
  color: #444;
}
.nh-user-info {
  float: right;
}
.nh-user-info > li {
  padding: 10px 0;
  display: inline-block;
  position: relative;
}
.nh-user-info > li::after {
  height: 16px;
  margin: 0 10px;
}
.nh-user-info > li:nth-last-child(1)::after {
  display: none;
}
.nh-user-info a {
  font-size: 16px;
}
.nh-login {
  position: relative;
}
.nh-login-user-box {
  /* display: none; */
  /* visibility: hidden; */
  position: absolute;
  padding-top: 30px;
  left: 50%;
  top: 20px;
  transform: translateX(-63%);
  z-index: -8888;
}
.nh-login-user {
  width: 150px;
  padding: 10px;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background-color: #fff;
  height: 165px;
}
.nh-login:hover .nh-login-user-box {
  z-index: 8888;
  /* display: block; */
}
.nh-login-user li {
  font-size: 16px;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}
.nh-login-user .nh-border {
  border-top: 1px dashed #d2d2d2;
  border-bottom: 1px dashed #d2d2d2;
}
.nh-login .nh-triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -4px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  z-index: 8889;
}
.nh-login .nh-triangle-s {
  width: 0;
  height: 0;
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -5px;
  border: 11px solid transparent;
  border-bottom-color: #d2d2d2;
}
.nh-search {
    height: 90px;
    margin-left: 389px;
    margin-right: 190px;
    margin-bottom: 30px;
    position: relative;
}
.nh-logo {
    width: 430px;
    height: 90px;
    position: absolute;
    top: 5px;
    left: -450px;
}
.nh-search-input-box {
    width: 550px;
    height: 40px;
    position: absolute;
    top: 28px;
    left: 0;
    padding-right: 120px;
}
.nh-s-input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-left: 6px;
    border: 1px solid #338afd;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.nh-s-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #338afd;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.nh-search-ai {
       width: 123px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    top: 0;
    right: -165px;
}
.nh-search-ai a {
  font-size: 20px;
  color: #338afd;
}
.nh-search-ai img {
  margin-top: -10px;
  vertical-align: middle;
}

.NAV {
    background: #328afc;
    margin-bottom: 10px;
}
.nh-title-nav {
    height: 44px;
    width: 1200px;
    margin: auto;
     
}
.nh-title-nav ul {
    
    font-size: 0;
}
.nh-title-nav li {
    font-size: 18px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    min-width: 126px;
}
.nh-title-nav li:hover {
    background: #034eaf;
}
.nh-mr-0 {
  margin-right: 0 !important;
}
.v-line {
  width: 1px;
  background-color: #d2d2d2;
  display: inline-block;
}
.v-line-r li::after {
  content: '';
  display: inline-block;
  width: 1px;
  background-color: #ccc;
  font-size: 0;
  vertical-align: top;
}
li.v-line-none::after {
  display: none;
}
.nh-b-170 {
  position: absolute;
  top: 25px;
}
.nh-logo h1 {
  display: inline-block;
  font-size: 24px;
  width: calc(100% - 105px);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 20px;
  font-weight: 400;
  max-width: 400px;
   /* overflow: hidden; */
    text-overflow: ellipsis;
  color: #169bd5;
}
.nh-logo-img-box {
  width: 90px;
  height: 90px;
  vertical-align: middle;
}
img.nh-logo-img {
  width: auto;
  height: auto;
}
.nh-logo-img[lazy='error'],
.nh-logo-img[lazy='loaded'] {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0;
}
.nh-Card img[lazy='error'] {
  width: 100%;
}
.nh-Card img {
  width: 60px !important;
  height: 60px;
  margin: 5px;
  border: 1px solid #efefef;
  padding: 5px;
}
.nh-user-info {
  margin-right: 15px;
}
.nh-login-user {
  height: auto;
}
.case-card img[lazy='error'] {
  width: auto;
  margin-top: 26px;
  margin-left: 121px;
  height: 155px;
}
.nh-search-tips {
  position: absolute;
  background-color: #fff;
  width: calc(100% - 80px);
  border: 1px solid #dadada;
  padding: 5px 0;
  z-index: 888;
}
.nh-tips {
  display: block;
  line-height: 1.7em;
  padding-left: 10px;
  cursor: pointer;
}
.nh-tips:hover {
  background-color: #f8f8f8;
}
.nh-Card {
  position: relative;
  width: 100%;
  height: 110px;
}
.nh-Card img {
  width: 50px;
  height: 50px;
  margin: 5px;
}
.nh-Card span {
  display: block;
  font-size: 14px;
}
.nh-Card button {
  padding: 5px;
  border: 0;
  background: #338afd;
  color: white;
  font-size: 12px;
  border-radius: 3px;
  width: 60px;
  margin-top: 5px;
  cursor: pointer;
  user-select: none;
}
.nh-s-input {
  background-color: #fff;
}
.nh-user-info > li {
  font-size: 16px;
  line-height: 1;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}
.theme-c {
  color: #169bd5;
}
.ui-dialog-body {
  text-align: left !important;
}
#nhosHeader {
  background-color: #fff;
}
.nh-title-nav a {
    color: #fff;
    width: 100%;
}
.c-338AFD {
    background: #034eaf;
}
[v-cloak] {
  display: none;
}
/*智能导诊*/
.nh-apply-tips-aiDialog {
        background-color: #F2F2F2;
    padding: 20px;
    position: fixed;
    top: 60px;
    left: 38%;
    transform: translateX(-50%);
    z-index: 9999;
}

.nh-apply-tips-mack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
}

.nh-apply-tips-aiDialog .close {
    position: absolute;
    color: #fff;
   top: 0;
    left: 503px;
    font-size: 22px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #b1acac;
    border-radius: 50%;
    z-index: 999;
}

.nh-apply-tips-aiDialog .close:hover {
  background: rgba(242, 17, 17, 0.6);
}
.iframe {
    z-index: 99999;
    position: absolute;
    width: 500px;
    height: 700px;
    border: 1px solid #acacac;
    left: 0px;
    top: 0px;
    box-shadow: 0px 0px 11px -3px #565656;
    padding: 2px;
    background: #10a76a;
}
/*智能导诊 end*/