a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:active {
  text-decoration: none; }

header {
  height: 1.23rem;
  box-sizing: border-box;
  padding: 0.16rem 0.12rem;
  background: url("../images/hd-bg.jpg") no-repeat center;
  background-size: 100% 100%; }

.logo img, .icon-bar img {
  display: block;
  width: 100%; }

.logo {
  width: 3.44rem;
  float: left;
  margin-left: 0.32rem; }

.icon-bar {
  width: 0.74rem;
  float: right;
  margin-top: 0.18rem;
  margin-right: 0.32rem; }

footer {
  background: #000; }

.cont {
  padding: 0.1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-content: center;
  -webkit-align-content: center;
  background: url("../images/ft-bg.jpg") no-repeat center;
  background-size: 100% 100%;
  margin: 0.1rem 0.1rem;
  margin-bottom: 1.5rem; }
  .cont .hospital-info {
    width: 70%;
    margin-right: 5%; }
    .cont .hospital-info p {
      margin: 0;
      color: #fff;
      font-size: 12px; }
      .cont .hospital-info p a {
        color: #fff; }
  .cont .ft-logo {
    width: 1.5rem; }
    .cont .ft-logo img {
      display: block;
      width: 100%; }

.foot-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000036;
  z-index: 999;
  max-width: 750px;
  margin: 0 auto;
  height: 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  align-content: center;
  -webkit-align-content: center; }
  .foot-menu a {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: 25%;
    font-size: 12px;
    color: #fff;
    position: relative;
    float: left;
    background: url("../images/ft-border.png") right center no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    align-content: center;
    -webkit-align-content: center; }
    .foot-menu a img {
      width: 0.46rem; }
    .foot-menu a b {
      display: block;
      width: 0.4rem;
      height: 0.4rem;
      background: #ff0000;
      color: #fff;
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 50%;
      font-size: 10px;
      text-align: center;
      line-height: 0.4rem; }
  .foot-menu a:first-child {
    width: 20%; }
  .foot-menu a:nth-child(2) {
    width: 30%; }
  .foot-menu a:nth-child(3) {
    width: 30%; }
  .foot-menu a:last-child {
    background: none; }

.side-menu {
  position: absolute;
  top: 1.23rem;
  left: 50%;
  background: #fff;
  width: 100%;
  z-index: 99;
  bottom: 1.2rem;
  transition: transform 0.6s ease;
  opacity: 0;
  padding: 0 0.37rem;
  overflow: hidden;
  max-width: 750px;
  margin-left: -3.75rem;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%); }
  .side-menu .search-bar {
    height: 0.68rem;
    border: 1px solid #7fbfe6;
    margin: 0.18rem 0;
    position: relative; }
    .side-menu .search-bar input, .side-menu .search-bar .icon-search {
      float: left;
      height: 100%;
      border: none; }
    .side-menu .search-bar input {
      width: 85%;
      padding: 0.2rem;
      font-size: 0.24rem; }
    .side-menu .search-bar .icon-search {
      width: 15%;
      background: #0080cd url("../images/search.png") no-repeat center;
      background-size: 43%;
      /*img{display: block;width: 100%;}*/ }
    .side-menu .search-bar .drop-menu {
      position: absolute;
      left: -1px;
      top: 0.68rem;
      border: 1px solid #7fbfe6;
      background: #fff;
      border-top: 0;
      display: none;
      z-index: 100;
      width: 85%;
      box-sizing: content-box; }
      .side-menu .search-bar .drop-menu ul {
        margin: 0;
        padding: 0; }
        .side-menu .search-bar .drop-menu ul li {
          list-style: none;
          padding-left: 0.2rem;
          padding-top: 0.1rem;
          padding-bottom: 0.1rem; }
  .side-menu .menu .menu-wrapper {
    overflow: hidden;
    margin-top: 0.16rem; }
    .side-menu .menu .menu-wrapper .menu-title {
      font-size: 0.32rem;
      background: #0081cc;
      color: #fff;
      padding: 0.15rem 0 0.15rem 0.27rem; }
    .side-menu .menu .menu-wrapper .menu-items {
      overflow: hidden; }
      .side-menu .menu .menu-wrapper .menu-items ul {
        padding: 0; }
        .side-menu .menu .menu-wrapper .menu-items ul li {
          float: left;
          width: 49%;
          padding: 0.21rem 0.25rem;
          background: #f0f0f0;
          color: #0076ba;
          list-style: none;
          font-size: 0.24rem;
          margin-bottom: 2%; }
          .side-menu .menu .menu-wrapper .menu-items ul li span {
            font-size: 0.2rem; }
        .side-menu .menu .menu-wrapper .menu-items ul li.mr {
          margin-right: 2%; }
        .side-menu .menu .menu-wrapper .menu-items ul li.li-t {
          width: 32%; }
  .side-menu .menu .menu-wrapper2 .menu-items ul li {
    width: 32%; }
  .side-menu .menu .menu-wrapper2 .menu-items ul li.li-5 {
    width: 49%; }
  .side-menu .menu .menu-wrapper3 {
    padding-bottom: 0.2rem; }
    .side-menu .menu .menu-wrapper3 .menu-items ul .li-t {
      width: 32%; }
    .side-menu .menu .menu-wrapper3 .menu-items ul .li-b {
      width: 49%; }
  .side-menu .menu .menu-bd {
    height: 0.14rem;
    background: #f0f0f0;
    margin: 0.20rem -0.37rem 0; }

.side-menu.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0); }

/*# sourceMappingURL=public.css.map */
