#header-old {
  display: none;
}
#header-old .top {
  width: 100%;
  height: 28px;
  background: url('/assets/images/medical/bg-s.png') no-repeat center center;
  background-size: 100% 100%;
  line-height: 28px;
  font-size: 14px;
  color: #242424;
  padding: 0 20px;
  position: fixed;
  top: 0;
  max-width: 2560px;
  z-index: 7;
}
#header-old .top .left {
  float: left;
  font-size: 13px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
#header-old .top .right {
  color: #FFFFFF;
  float: right;
  margin-left: 30px;
  font-size: 13px;
  cursor: pointer;
}
#header-old .tips {
  display: none;
  width: 136px;
  height: 32px;
  background: #06BCBA;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  padding: 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s;
  position: fixed;
  top: 29px;
  right: 20px;
  z-index: 9;
}
#header-old .tips.wxapp {
  height: 160px;
  padding: 12px 12px 0;
}
#header-old .tips.wxapp img {
  width: 112px;
  height: 112px;
  vertical-align: bottom;
}
#header-old .header {
  width: 100%;
  min-width: 1200px;
  height: 54px;
  padding: 0 40px;
  position: fixed;
  top: 28px;
  z-index: 7;
  background-color: #051c3b;
  max-width: 2560px;
}
#header-old .header.home {
  min-width: 1300px;
  background-size: 100% 214px;
}
#header-old .header.trz {
  padding: 0 14px;
}
#header-old .header.trz .item.active-route a {
  color: #06BCBA !important;
}
#header-old .header.trz.textBlack .search-input {
  background: #EFF0F0;
}
#header-old .header.trz.textBlack .search-input input {
  color: #242424;
}
#header-old .header.trz.textBlack .search-input input::placeholder {
  color: #C5C5C5;
}
#header-old .header.trz.textBlack .search-input .input-btn {
  color: #242424;
}
#header-old .header.trz.textBlack .content .left .list > .item a {
  color: #000;
}
#header-old .header.news,
#header-old .header.doc {
  min-width: 1200px;
  background: #fff;
}
#header-old .header.news .item,
#header-old .header.doc .item {
  color: #242424;
}
#header-old .header.news .item > a,
#header-old .header.doc .item > a {
  color: #242424 !important;
}
#header-old .header.news.doc,
#header-old .header.doc.doc {
  background: none;
  position: absolute;
}
#header-old .header.news.join,
#header-old .header.doc.join {
  background: none;
}
#header-old .header.news.white,
#header-old .header.doc.white {
  background: #fff;
}
#header-old .header.news.white .item,
#header-old .header.doc.white .item {
  color: #242424;
}
#header-old .header.news.white .item > a,
#header-old .header.doc.white .item > a {
  color: #242424 !important;
}
#header-old .header.news.white img.logo,
#header-old .header.doc.white img.logo {
  display: none !important;
}
#header-old .header.news.white img.logo.logo-green,
#header-old .header.doc.white img.logo.logo-green {
  display: inline !important;
}
#header-old .header.news .item:not(.nav-row):hover,
#header-old .header.doc .item:not(.nav-row):hover {
  color: #06BCBA !important;
}
#header-old .header.news .item:not(.nav-row):hover > a,
#header-old .header.doc .item:not(.nav-row):hover > a {
  color: #06BCBA !important;
}
#header-old .header.news .item.active-route a,
#header-old .header.doc .item.active-route a {
  color: #06BCBA !important;
}
#header-old .header.news .user-index .login,
#header-old .header.doc .user-index .login {
  background: #06BCBA;
}
#header-old .header.news .user-index .login:hover,
#header-old .header.doc .user-index .login:hover {
  background: #07aea1;
}
#header-old .header.news .search-input,
#header-old .header.doc .search-input {
  background: #EFF0F0;
}
#header-old .header.news .search-input input,
#header-old .header.doc .search-input input {
  color: #242424;
}
#header-old .header.news .search-input input::placeholder,
#header-old .header.doc .search-input input::placeholder {
  color: #C5C5C5;
}
#header-old .header.news .search-input .input-btn,
#header-old .header.doc .search-input .input-btn {
  color: #242424;
}
#header-old .header.data {
  min-width: 1300px;
  background: #fff;
}
#header-old .header.data .content .left .list {
  color: #242424;
}
#header-old .header.data .content .left .list .item a {
  color: #242424;
}
#header-old .header.data .content .left .list .item.active-route {
  color: #07aea0;
}
#header-old .header.data .content .left .list .item.active-route::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #07aea0;
}
#header-old .header.data .content .right .search-input {
  background-color: #EFF0F0;
}
#header-old .header.data .content .right .search-input input {
  color: #222222;
}
#header-old .header.data .content .right .search-input input::placeholder {
  color: #C5C5C5;
}
#header-old .header.data .content .right .search-input .input-btn {
  color: #242424;
}
#header-old .header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header-old .header .content .left {
  display: flex;
  align-items: center;
  height: 54px;
  font-size: 16px;
}
#header-old .header .content .left img.logo {
  height: 27px;
  border: 0 none;
}
#header-old .header .content .left img.logo.logo-white {
  display: none;
}
#header-old .header .content .left img.logo.logo-green {
  display: none;
}
#header-old .header .content .left .list {
  display: flex;
  color: #fff;
  margin-left: 10px;
}
#header-old .header .content .left .list .item {
  position: relative;
  width: 100px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
#header-old .header .content .left .list .item a {
  display: block;
  color: #fff;
}
#header-old .header .content .left .list .item a:hover {
  color: #06BCBA;
}
#header-old .header .content .left .list .item .tag {
  width: 16px;
  height: 16px;
  background: url(../../images/common/enterprise.png) no-repeat center center;
  background-size: 16px 15px;
  position: absolute;
  top: 6px;
  right: 8px;
}
#header-old .header .content .left .list .item .tag-database {
  width: 28px;
  height: 16px;
  background: url(../../images/common/free-1.png) no-repeat center center;
  background-size: 28px 15px;
  position: absolute;
  top: 6px;
  right: -5px;
}
#header-old .header .content .left .list .item.active-route {
  font-weight: bold;
  color: #06BCBA;
}
#header-old .header .content .left .list .item.active-route a {
  display: block;
  color: #06BCBA;
}
#header-old .header .content .left .list .item:not(.nav-row):hover {
  color: #06BCBA;
}
#header-old .header .content .left .list .item:not(.nav-row):hover::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #06BCBA;
}
#header-old .header .content .left .list .item.nav-row {
  margin: 0;
}
#header-old .header .content .left .list .database:hover .nav,
#header-old .header .content .left .list .dongcha:hover .nav,
#header-old .header .content .left .list .news:hover .nav {
  max-height: 1200px;
  transition: all 0.5s ease-in-out;
  box-shadow: -1px 0px 20px 0px rgba(195, 196, 198, 0.3);
}
#header-old .header .content .left .list .nav {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#header-old .header .content .left .list .nav.show {
  overflow: initial;
}
#header-old .header .content .left .list .nav.flow {
  overflow: initial;
}
#header-old .header .content .left .list .nav.nav-more {
  width: 150px;
  z-index: 50;
  padding-top: 10px;
  border-radius: 0px 0px 4px 4px;
}
#header-old .header .content .left .list .nav.nav-more .serve {
  background: #fff;
  padding-top: 6px;
  padding-bottom: 5px;
  border-radius: 6px;
}
#header-old .header .content .left .list .nav.nav-more .serve .nav-more-item {
  font-size: 16px;
}
#header-old .header .content .left .list .nav.nav-more .serve .nav-more-item:last-child {
  padding-bottom: 0px;
}
#header-old .header .content .left .list .nav.nav-more .serve .nav-more-item.active-route a {
  color: #06BCBA;
}
#header-old .header .content .left .list .nav.nav-more .serve .nav-more-item a {
  color: #7A7A7A;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 30px;
  text-align: left;
  text-indent: 18px;
}
#header-old .header .content .left .list .nav.nav-more .serve .nav-more-item a.nav-more-item-title {
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
  color: #7A7A7A;
}
#header-old .header .content .left .list .nav.nav-more .serve .nav-more-item a:hover {
  color: #06BCBA;
}
#header-old .header .content .right {
  display: flex;
  align-items: flex-start;
  padding: 0 20px 0 10px;
  position: absolute;
  right: 0;
  top: 11px;
}
#header-old .header .content .right .search-box {
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}
#header-old .header .content .right .search-box:hover {
  color: #08aea0;
}
#header-old .header .content .right .search-box:hover > .iconfont {
  color: #08aea0;
}
#header-old .header .content .right .search-box:hover > .one-key-btn {
  color: #08aea0;
}
#header-old .header .content .right .search-box .iconfont {
  font-size: 14px;
  color: #8894b5;
}
#header-old .header .content .right .search-box .one-key-btn {
  font-size: 14px;
  color: #8894b5;
  font-weight: 400;
  margin-left: 4px;
}
#header-old .header .content .right .preview {
  color: #ae3e4b;
  font-size: 14px;
  margin-right: 20px;
  cursor: pointer;
}
#header-old .header .content .right .quickSearch {
  width: 200px;
  height: 28px;
  background: #fafafa;
  margin-top: -20px;
  margin-right: 20px;
  border-radius: 2px;
  overflow: hidden;
}
#header-old .header .content .right .quickSearch input {
  width: 170px;
  height: 28px;
  outline: none;
  border: none;
  font-size: 12px;
  padding-left: 10px;
  background-color: #fafafa;
  color: #666;
}
#header-old .header .content .right .quickSearch input::placeholder {
  color: #c5c8d0;
}
#header-old .header .content .right .quickSearch .iconfont {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #666;
  text-align: center;
  cursor: pointer;
  float: right;
}
#header-old .header .search-input {
  width: 207px;
  height: 32px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
}
#header-old .header .search-input input {
  width: 170px;
  height: 32px;
  outline: none;
  border: none;
  font-size: 14px;
  padding-left: 12px;
  color: #fff;
  background: none;
}
#header-old .header .search-input input::placeholder {
  color: #fff;
}
#header-old .header .search-input .input-btn {
  width: 36px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  float: right;
  background-color: inherit;
  border: none;
  cursor: pointer;
}
#header-old .header .user-index {
  min-width: 40px;
  height: 50px;
  font-size: 16px;
}
#header-old .header .user-index:hover .user .select {
  max-height: 1200px;
  transition: all 0.5s ease-in-out;
}
#header-old .header .user-index .user {
  position: relative;
  height: 30px;
}
#header-old .header .user-index .user .select {
  max-height: 0;
  width: 230px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 16px 0px rgba(68, 91, 115, 0.24);
  overflow: hidden;
  cursor: default;
  position: absolute;
  right: -10px;
  top: 42px;
  z-index: 10;
}
#header-old .header .user-index .user .select.home {
  top: 40px;
}
#header-old .header .user-index .user .select .info {
  height: 108px;
  background: #f2fafa;
}
#header-old .header .user-index .user .select .info .avatar {
  width: 80px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  padding-left: 10px;
  float: left;
}
#header-old .header .user-index .user .select .info .avatar img {
  height: 50px;
  width: 50px;
  border-radius: 6px;
  vertical-align: middle;
}
#header-old .header .user-index .user .select .info .msg {
  height: 80px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #242424;
  padding: 28px 0 0;
  box-sizing: border-box;
  float: left;
}
#header-old .header .user-index .user .select .info .msg .name .name-text {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
#header-old .header .user-index .user .select .info .msg .name img {
  width: 18px;
  height: 17px;
  margin-left: 10px;
  vertical-align: middle;
}
#header-old .header .user-index .user .select .info .msg .tel {
  font-size: 14px;
  font-weight: 400;
}
#header-old .header .user-index .user .select .info .msg .vip-icon {
  height: 22px;
  line-height: 22px;
  background-size: 100% 100%;
  margin-top: 8px;
  text-align: center;
  position: relative;
  font-weight: normal;
}
#header-old .header .user-index .user .select .info .msg .vip-icon span {
  position: absolute;
  left: 5px;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  transform: scale(0.84);
}
#header-old .header .user-index .user .select .info .msg .vip-icon.vip-normal {
  background-image: url(/assets/images/common/vip-back-01.png);
  width: 110px;
  color: #738DAE;
}
#header-old .header .user-index .user .select .info .msg .vip-icon.vip-super {
  background-image: url(/assets/images/common/vip-back-02.png);
  width: 118px;
  color: #825A24;
}
#header-old .header .user-index .user .select .add {
  width: 193px;
  height: 42px;
  display: block;
  border-radius: 6px;
  margin: 0 auto;
  cursor: pointer;
  transform: translateY(-18px);
  padding-top: 22px;
  position: relative;
}
#header-old .header .user-index .user .select .add .back-icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100px;
  height: 13px;
}
#header-old .header .user-index .user .select .add.add-vip {
  background: linear-gradient(90deg, #E09D56, #F3BD6F);
}
#header-old .header .user-index .user .select .add.add-normal {
  background: linear-gradient(90deg, #A3B1C0, #C2CADB);
}
#header-old .header .user-index .user .select .add .add-tag {
  width: 58px;
  background: #f7e4c9;
  line-height: 18px;
  font-size: 18px;
  font-size: 12px;
  color: #514b3f;
  text-align: center;
  border: 1px solid #e7b67f;
  border-radius: 0 6px 0 6px;
  position: absolute;
  top: 0;
  right: 0;
}
#header-old .header .user-index .user .select .add .add-text {
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  padding-left: 10px;
}
#header-old .header .user-index .user .btn-exit {
  height: 34px;
  color: #515a70;
  font-size: 14px;
  line-height: 34px;
  padding: 2px 0 2px 20px;
  box-sizing: content-box;
  cursor: pointer;
}
#header-old .header .user-index .user .btn-exit:hover {
  color: #08aea0;
  background: #f5f5f5;
}
#header-old .header .user-index .user .btn-exit > div {
  display: inline-block;
}
#header-old .header .user-index .user .btn-exit i {
  font-size: 14px;
  margin-right: 5px;
}
#header-old .header .user-index .user .limit {
  line-height: 30px;
  font-size: 12px;
  color: #7d8690;
  border-top: 1px solid #eee;
  padding: 9px 20px;
  margin-top: 10px;
}
#header-old .header .user-index .user .user-main-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 5;
}
#header-old .header .user-index .user .head-img {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}
#header-old .header .user-index .user .triangle {
  position: absolute;
  top: 5px;
  right: 10px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 10px solid #f0f0f0;
  z-index: 30;
}
#header-old .header .user-index .user .user-list {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 112px;
  background: #f0f0f0;
  border-radius: 2px;
  padding: 0 20px 20px 20px;
  font-size: 12px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}
#header-old .header .user-index .user .user-list > div {
  color: #515a70;
  text-align: center;
  margin-top: 10px;
  width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header-old .header .user-index .user .user-list .functionalAreas {
  display: flex;
  justify-content: center;
}
#header-old .header .user-index .user .user-list .functionalAreas:hover {
  color: #08aea0;
}
#header-old .header .user-index .user .user-list .functionalAreas:hover a {
  color: #0cb7a9;
}
#header-old .header .user-index .user .user-list .functionalAreas span {
  margin-left: 4px;
  font-size: 12px;
}
#header-old .header .user-index .user .user-list .functionalAreas span a {
  color: #515a70;
}
#header-old .header .user-index .user .user-list .functionalAreas span a:hover {
  color: #0cb7a9;
}
#header-old .header .user-index .login {
  display: inline-block;
  width: 100px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  background: #07aea0;
  text-align: center;
  transition: 0.2s;
  border-radius: 6px;
}
#header-old .header .user-index .login:hover {
  color: #ffffff;
  background: #07aea1;
}
#header-old #database .nav {
  width: 100px;
  text-align: center;
  user-select: none;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  border-right: 1px solid #f5f5f5;
}
#header-old #database .logo {
  cursor: pointer;
}
#header-old #database .nav-out {
  width: 100%;
}
#header-old #database .nav-out:hover > .nav {
  border-radius: 0px 0px 0 4px;
}
#header-old #database .logo-index {
  width: 110px;
  height: 27px;
  margin-left: 40px;
}
#header-old #database .logo-index img {
  height: 27px;
}
#header-old #database .nav-list {
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
}
#header-old #database .nav-list .home {
  color: #06BCBA;
}
#header-old #database .nav-list > a {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 0px;
}
#header-old #database .nav-list > a:last-child {
  margin-bottom: 0px;
}
#header-old #database .nav-list > a:hover {
  color: #fff;
  background: #06BCBA;
}
#header-old #database .nav-list > a:hover.active {
  color: #fff;
}
#header-old #database .nav-list > a:hover .nav-list-items {
  box-shadow: 9px 8px 18px 0px rgba(195, 196, 198, 0.14);
  transition: all 0.5s ease-in-out;
  max-width: 1200px;
}
#header-old #database .nav-list > a.active {
  color: #06BCBA;
}
#header-old #database .nav-list > a .nav-list-items {
  max-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fff;
  padding-top: 55px;
  padding-bottom: 10px;
  border-radius: 0px 4px 4px 0;
  position: absolute;
  left: 100px;
  top: 0px;
}
#header-old #database .nav-list > a .nav-list-items .menu-cell {
  width: 100%;
  position: absolute;
  top: 0;
  height: 45px;
  text-align: left;
  padding: 0 20px;
}
#header-old #database .nav-list > a .nav-list-items .menu-cell p {
  height: 100%;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}
#header-old #database .nav-list > a .nav-list-items .cell {
  width: 220px;
  height: 36px;
  text-align: left;
  padding: 0 20px;
}
#header-old #database .nav-list > a .nav-list-items .cell a {
  width: 100%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header-old #database .nav-list > a .nav-list-items .cell:last-child {
  margin-bottom: 0;
}
#header-old #database .nav-list > a .nav-list-items .cell:hover a {
  color: #06BCBA;
}
#header {
  width: 100%;
  min-width: 1366px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
#header .header-imgs {
  display: none;
  height: 60px;
  background: #3355FF;
  position: relative;
}
#header .header-imgs .images {
  max-width: 1920px;
  margin: 0 auto;
}
#header .header-imgs .close {
  width: 60px;
  height: 60px;
  background: url(/assets/images/common/icon-close-1.png) no-repeat center center;
  background-size: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
#header .top {
  padding: 12px 0;
  background: #fff;
}
#header .top-content {
  display: flex;
  justify-content: space-between;
}
#header .top-content .left {
  font-size: 0;
}
#header .top-content .left .logo {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  margin-right: 24px;
  cursor: pointer;
}
#header .top-content .left .text {
  display: inline-block;
  vertical-align: middle;
  width: 98px;
  line-height: 18px;
  font-size: 12px;
  color: #777E8E;
  padding: 3px 0 2px;
  position: relative;
}
#header .top-content .left .text::before {
  content: '';
  width: 1px;
  height: 33px;
  background: #DEDFE6;
  position: absolute;
  left: -12px;
  top: 4px;
}
#header .top-content .right {
  display: flex;
  align-items: center;
}
#header .top-content .right-item {
  line-height: 41px;
  font-size: 14px;
  color: #39435A;
  margin-left: 24px;
  cursor: pointer;
  position: relative;
}
#header .top-content .right-item:not(:last-child):hover {
  color: #1259F0;
}
#header .top-content .right-item.weapp:hover .wxapp {
  display: block;
}
#header .top-content .right-item.login {
  height: 30px;
  background: #1A5FF0;
  line-height: 16px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  padding: 2px 10px 0;
  display: flex;
  align-items: center;
}
#header .top-content .right-item.login .login-btn span:hover {
  opacity: 0.8;
}
#header .top-content .right-item.login .login-btn span:last-child {
  color: #23FFED;
}
#header .top-content .right-item.open {
  width: 112px;
  height: 30px;
  background: url(/assets/images/common/img-open.png) no-repeat center center;
}
#header .top-content .right-item.open a {
  display: block;
  height: 100%;
  font-size: 0;
}
#header .top-content .right-item.matrix {
  user-select: none;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}
#header .top-content .right-item.matrix .matrix-btn {
  width: 93px;
  background: rgba(26, 95, 240, 0.05);
  line-height: 26px;
  font-size: 13px;
  color: #1A5FF0;
  border: 1px solid #1A5FF0;
  border-radius: 4px;
  padding-left: 5px;
  display: flex;
}
#header .top-content .right-item.matrix .matrix-btn:hover {
  opacity: 0.8;
}
#header .top-content .right-item.matrix .matrix-btn > span {
  padding-top: 2px;
}
#header .top-content .right-item.matrix .matrix-btn > .icon {
  width: 28px;
  height: 28px;
  background: #1A5FF0;
  border-radius: 10px 2px 2px 2px;
  margin-left: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .top-content .right-item.matrix .matrix-btn > .icon img {
  width: 15px;
}
#header .top-content .right-item.matrix .matrix-box {
  width: 100%;
  height: 30px;
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: -100%;
}
#header .top-content .right-item .iconfont {
  font-size: 18px;
  margin-right: 2px;
  vertical-align: middle;
}
#header .top-content .right-item span {
  display: inline-block;
  vertical-align: middle;
}
#header .top-content .right .tips {
  display: none;
  width: 144px;
  background: #fff;
  border: 1px solid #EDEEF2;
  border-radius: 8px;
  padding: 8px 16px 16px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
#header .top-content .right .tips img {
  width: 112px;
  height: 112px;
}
#header .top-content .right .tips .text {
  line-height: 16px;
  font-size: 12px;
  color: #39435A;
  text-align: center;
}
#header .top-content .right .users {
  width: 32px;
  height: 41px;
  position: relative;
  display: flex;
  align-items: center;
}
#header .top-content .right .users:hover .select {
  max-height: 1200px;
  transition: all 0.5s ease-in-out;
}
#header .top-content .right .users .head-img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #EDEEF2;
  border-radius: 50%;
  cursor: pointer;
}
#header .top-content .right .users .select {
  max-height: 0;
  width: 230px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 16px 0px rgba(68, 91, 115, 0.24);
  overflow: hidden;
  cursor: default;
  position: absolute;
  right: -10px;
  top: 42px;
  z-index: 10;
}
#header .top-content .right .users .select.home {
  top: 40px;
}
#header .top-content .right .users .select .info {
  height: 108px;
  background: #f2fafa;
}
#header .top-content .right .users .select .info .avatar {
  width: 80px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  padding-left: 10px;
  float: left;
}
#header .top-content .right .users .select .info .avatar img {
  height: 50px;
  width: 50px;
  border-radius: 6px;
  vertical-align: middle;
}
#header .top-content .right .users .select .info .msg {
  height: 80px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #242424;
  padding: 28px 0 0;
  box-sizing: border-box;
  float: left;
}
#header .top-content .right .users .select .info .msg .name .name-text {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
#header .top-content .right .users .select .info .msg .name img {
  width: 18px;
  height: 17px;
  margin-left: 10px;
  vertical-align: middle;
}
#header .top-content .right .users .select .info .msg .tel {
  font-size: 14px;
  font-weight: 400;
}
#header .top-content .right .users .select .info .msg .vip-icon {
  height: 22px;
  line-height: 22px;
  background-size: 100% 100%;
  margin-top: 8px;
  text-align: center;
  position: relative;
  font-weight: normal;
}
#header .top-content .right .users .select .info .msg .vip-icon span {
  position: absolute;
  left: 5px;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  transform: scale(0.84);
}
#header .top-content .right .users .select .info .msg .vip-icon.vip-normal {
  background-image: url(/assets/images/common/vip-back-01.png);
  width: 110px;
  color: #738DAE;
}
#header .top-content .right .users .select .info .msg .vip-icon.vip-super {
  background-image: url(/assets/images/common/vip-back-02.png);
  width: 118px;
  color: #825A24;
}
#header .top-content .right .users .select .add {
  width: 193px;
  height: 42px;
  display: block;
  border-radius: 6px;
  margin: 0 auto;
  cursor: pointer;
  transform: translateY(-18px);
  padding-top: 22px;
  position: relative;
}
#header .top-content .right .users .select .add .back-icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100px;
  height: 13px;
}
#header .top-content .right .users .select .add.add-vip {
  background: linear-gradient(90deg, #E09D56, #F3BD6F);
}
#header .top-content .right .users .select .add.add-normal {
  background: linear-gradient(90deg, #A3B1C0, #C2CADB);
}
#header .top-content .right .users .select .add .add-tag {
  width: 58px;
  background: #f7e4c9;
  line-height: 18px;
  font-size: 18px;
  font-size: 12px;
  color: #514b3f;
  text-align: center;
  border: 1px solid #e7b67f;
  border-radius: 0 6px 0 6px;
  position: absolute;
  top: 0;
  right: 0;
}
#header .top-content .right .users .select .add .add-text {
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  padding-left: 10px;
}
#header .top-content .right .users .select .btn-exit {
  height: 34px;
  color: #515a70;
  font-size: 14px;
  line-height: 34px;
  padding: 2px 0 2px 20px;
  box-sizing: content-box;
  cursor: pointer;
}
#header .top-content .right .users .select .btn-exit:hover {
  color: #08aea0;
  background: #f5f5f5;
}
#header .top-content .right .users .select .btn-exit > div {
  display: inline-block;
}
#header .top-content .right .users .select .btn-exit i {
  font-size: 14px;
  margin-right: 5px;
}
#header .top-content .right .users .select .limit {
  line-height: 30px;
  font-size: 12px;
  color: #7d8690;
  border-top: 1px solid #eee;
  padding: 9px 20px;
  margin-top: 10px;
}
#header .header-bar {
  background: #F9FAFC;
  position: relative;
}
#header .header-bar .header-content {
  display: flex;
  align-items: center;
}
#header .header-bar .header-content .header-list {
  display: flex;
  gap: 0 55px;
}
#header .header-bar .header-content .header-list .header-item.hide {
  display: none;
}
#header .header-bar .header-content .header-list .header-item.active .item-content,
#header .header-bar .header-content .header-list .header-item:hover .item-content {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item.active .item-content:after,
#header .header-bar .header-content .header-list .header-item:hover .item-content:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #1259F0;
  position: absolute;
  left: 0;
  bottom: 0;
}
#header .header-bar .header-content .header-list .header-item:hover .header-child {
  max-height: 700px;
  box-shadow: 0px 8px 24px 0px rgba(203, 210, 225, 0.3);
}
#header .header-bar .header-content .header-list .header-item .item-content {
  line-height: 57px;
  font-size: 16px;
  color: #15213A;
  cursor: pointer;
  position: relative;
}
#header .header-bar .header-content .header-list .header-item .item-content.database::before {
  content: '免费';
  width: 30px;
  height: 18px;
  background: linear-gradient(226deg, #FD942B 0%, #FF8133 100%);
  line-height: 18px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  border-radius: 6px 1px 6px 1px;
  position: absolute;
  top: 11px;
  right: -32px;
}
#header .header-bar .header-content .header-list .header-item .item-content.db::before {
  content: '';
  width: 22px;
  height: 20px;
  background: url(/assets/images/common/icon-db.png) no-repeat center center;
  background-size: 22px auto;
  position: absolute;
  top: 11px;
  right: -24px;
}
#header .header-bar .header-content .header-list .header-item .item-content.hot::before {
  content: '';
  width: 24px;
  height: 14px;
  background: url(/assets/images/common/icon-hot.png) no-repeat center center;
  background-size: 24px;
  position: absolute;
  top: 11px;
  right: -26px;
}
#header .header-bar .header-content .header-list .header-item .item-content a {
  display: block;
}
#header .header-bar .header-content .header-list .header-item .header-child {
  width: 100%;
  max-height: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 57px;
}
#header .header-bar .header-content .header-list .header-item .header-child.dev {
  max-height: 700px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 {
  padding: 40px 0 56px;
  display: flex;
  justify-content: space-between;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .title {
  line-height: 21px;
  font-size: 16px;
  color: #393C5A;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEEF2;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item {
  width: 248px;
  font-size: 0;
  color: #39435A;
  cursor: pointer;
  position: relative;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item:nth-child(2n) {
  width: 200px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item a:hover {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item a:hover .iconfont {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item .icon {
  width: 36px;
  height: 36px;
  margin-right: 16px;
  vertical-align: middle;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item a:not(.data-news) span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  font-size: 16px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item .iconfont {
  vertical-align: middle;
  font-size: 13px;
  color: #777E8E;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item .item-data {
  width: 260px;
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 52px;
  bottom: -23px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item .item-data:hover {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item .item-data:hover .count {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item .item-data .count {
  line-height: 18px;
  font-weight: bold;
  color: #39435A;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item .item-data .label {
  color: #39435A;
  margin-right: 16px;
  position: relative;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .category-list .list-item .item-data .label::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #DEDFE6;
  position: absolute;
  top: 0;
  right: -8px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .left {
  width: 496px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .right {
  width: 312px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .right .category-list {
  gap: 51px 0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .bg {
  width: 398px;
  height: 207px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child0 .bg img {
  width: 398px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 {
  padding: 40px 0 56px;
  display: flex;
  justify-content: space-between;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .title {
  line-height: 21px;
  font-size: 16px;
  color: #393C5A;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEEF2;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .title a:hover {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .category-list {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .category-list .list-item {
  width: 256px;
  font-size: 0;
  color: #39435A;
  cursor: pointer;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .category-list .list-item:hover {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .category-list .list-item:hover .iconfont {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .category-list .list-item .icon {
  width: 36px;
  height: 36px;
  margin-right: 16px;
  vertical-align: middle;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .category-list .list-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  font-size: 16px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .category-list .list-item .iconfont {
  vertical-align: middle;
  font-size: 13px;
  color: #777E8E;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .left {
  width: 512px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child1 .right {
  width: 774px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2,
#header .header-bar .header-content .header-list .header-item .header-child .child4 {
  padding: 40px 0 56px;
  display: flex;
  justify-content: space-between;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2.child2 .category-list .list-item,
#header .header-bar .header-content .header-list .header-item .header-child .child4.child2 .category-list .list-item {
  width: auto;
  margin-right: 304px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2.child2 .category-list .list-item:last-child,
#header .header-bar .header-content .header-list .header-item .header-child .child4.child2 .category-list .list-item:last-child {
  margin: 0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2.child4 .category-list .list-item,
#header .header-bar .header-content .header-list .header-item .header-child .child4.child4 .category-list .list-item {
  width: 264px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2 .category-list,
#header .header-bar .header-content .header-list .header-item .header-child .child4 .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2 .category-list .list-item,
#header .header-bar .header-content .header-list .header-item .header-child .child4 .category-list .list-item {
  width: 312px;
  font-size: 0;
  color: #393C5A;
  cursor: pointer;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2 .category-list .list-item:hover,
#header .header-bar .header-content .header-list .header-item .header-child .child4 .category-list .list-item:hover {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2 .category-list .list-item .icon,
#header .header-bar .header-content .header-list .header-item .header-child .child4 .category-list .list-item .icon {
  width: 36px;
  height: 36px;
  margin-right: 16px;
  vertical-align: middle;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2 .category-list .list-item span,
#header .header-bar .header-content .header-list .header-item .header-child .child4 .category-list .list-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  font-size: 16px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child2 .category-list .list-item .iconfont,
#header .header-bar .header-content .header-list .header-item .header-child .child4 .category-list .list-item .iconfont {
  vertical-align: middle;
  font-size: 13px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 {
  padding: 40px 0 56px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .title {
  line-height: 21px;
  font-size: 16px;
  color: #393C5A;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDEEF2;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .category-list {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .category-list .list-item {
  width: 256px;
  font-size: 0;
  color: #393C5A;
  cursor: pointer;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .category-list .list-item:hover {
  color: #1259F0;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .category-list .list-item .icon {
  width: 36px;
  height: 36px;
  margin-right: 16px;
  vertical-align: middle;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .category-list .list-item span,
#header .header-bar .header-content .header-list .header-item .header-child .child3 .category-list .list-item a {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  font-size: 16px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .category-list .list-item .iconfont {
  vertical-align: middle;
  font-size: 13px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-top {
  display: flex;
  gap: 0 88px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-top .left {
  width: 344px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-top .middle {
  width: 280px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-top .right {
  width: 280px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-QA {
  padding-top: 40px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-QA .qa-content {
  padding-top: 24px;
  overflow: hidden;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-QA .qa-content .qa-list {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #393C5A;
  margin-bottom: 24px;
  display: flex;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-QA .qa-content .qa-list .q {
  width: 97px;
  margin-right: 24px;
  position: relative;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-QA .qa-content .qa-list .q::after {
  content: '';
  width: 1px;
  height: 16px;
  background: #EDEEF2;
  position: absolute;
  top: 4px;
  right: -12px;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-QA .qa-content .qa-list .a {
  flex: 1;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .header-bar .header-content .header-list .header-item .header-child .child3 .child-QA .qa-content .qa-list .a:hover {
  color: #1259F0;
}
#header .header-bar .header-content .header-input {
  width: 188px;
  height: 42px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  cursor: pointer;
  padding: 11px 15px;
  position: relative;
  margin-left: auto;
}
#header .header-bar .header-content .header-input .text {
  font-size: 14px;
  color: #B4B8C1;
}
#header .header-bar .header-content .header-input > .iconfont {
  font-size: 15px;
  font-weight: bold;
  color: #1259F0;
  float: right;
}
#header .header-bar .header-content .header-input .input-content {
  display: none;
  background: #fff;
  padding: 0 58px 32px 24px;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  cursor: default;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
#header .header-bar .header-content .header-input .input-content .input {
  width: 458px;
  height: 60px;
  font-size: 16px;
  color: #15213A;
  border: 0 none;
  border-bottom: 1px solid #1259F0;
  outline: none;
  padding-right: 34px;
}
#header .header-bar .header-content .header-input .input-content .input::placeholder {
  font-size: 16px;
  color: #B4B8C1;
}
#header .header-bar .header-content .header-input .input-content .search-btn {
  width: 34px;
  height: 34px;
  color: #1259F0;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 50px;
}
#header .header-bar .header-content .header-input .input-content .search-btn:hover {
  color: #4282FF;
}
#header .header-bar .header-content .header-input .input-content .search-btn .iconfont {
  line-height: 34px;
  font-size: 15px;
  font-weight: bold;
}
#header .header-bar .header-content .header-input .input-content .clear-btn {
  width: 34px;
  height: 34px;
  color: #B1B4C5;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 16px;
}
#header .header-bar .header-content .header-input .input-content .clear-btn:hover {
  color: #39435A;
}
#header .header-bar .header-content .header-input .input-content .clear-btn .iconfont {
  line-height: 34px;
  font-size: 15px;
  font-weight: bold;
}
#header .header-bar .header-content .header-input .input-content .hot-search {
  width: 458px;
  padding-top: 32px;
  overflow: hidden;
}
#header .header-bar .header-content .header-input .input-content .hot-search.header-history .name {
  padding-left: 0;
  background: none;
}
#header .header-bar .header-content .header-input .input-content .hot-search.header-history .name .close {
  margin-left: 8px;
  cursor: pointer;
}
#header .header-bar .header-content .header-input .input-content .hot-search .name {
  background: url(/assets/images/medical/hot-search.png) no-repeat left center;
  background-size: 20px;
  line-height: 21px;
  font-size: 16px;
  color: #777E8E;
  padding-left: 24px;
}
#header .header-bar .header-content .header-input .input-content .hot-search .hot-list,
#header .header-bar .header-content .header-input .input-content .hot-search .history-list {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 17px;
}
#header .header-bar .header-content .header-input .input-content .hot-search .hot-list.hot-list,
#header .header-bar .header-content .header-input .input-content .hot-search .history-list.hot-list {
  max-height: 118px;
}
#header .header-bar .header-content .header-input .input-content .hot-search .hot-list .list-item,
#header .header-bar .header-content .header-input .input-content .hot-search .history-list .list-item {
  background: #F7F8FA;
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  padding: 4px 8px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .header-bar .header-content .header-input .input-content .hot-search .hot-list .list-item:hover,
#header .header-bar .header-content .header-input .input-content .hot-search .history-list .list-item:hover {
  color: #1259F0;
}
