/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

   html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers (opinionated).
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  
  figcaption,
  figure,
  main { /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  
  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }
  
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
  
  a:active,
  a:hover {
    outline-width: 0;
  }
  
  /**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  
  details, /* 1 */
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10-.
   */
  
  [hidden] {
    display: none;
  }
  
  
  /*** 颜色 ***/
  
  /*** 引用 ***/
  
  /*** 常用工具包 ***/
  
  /*
   * 包含常用工具以及浏览器兼容性
   */
  
  /*** 字体 ***/
  
  @font-face {
      font-family: 'subset';
      src: url('../fonts/MiSans-Normal.subset') format('woff');
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'subset-bold';
      src: url('../fonts/MiSans-Semibold.subset.woff') format('woff');
      font-style: normal;
      font-display: swap;
  }
  
  /*** 整体 ***/
  
  body {
      font-family: PingFang SC, subset, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
      width: 100%;
      height: 100%;
      min-height: 100%;
      font-size: 12px;
      color: #333;
      background: #fff;
      box-sizing: border-box;
      scrollbar-width: none;
      /* firefox */
      -ms-overflow-style: none;
      /* IE 10+ */
  }
  
  body::-webkit-scrollbar {
      display: none;
      /* Chrome Safari */
  }
  
  html {
      height: 100%;
      margin: 0 auto;
      font-size: 100px;
  }
  
  ul,dl,dd,dt {
      margin: 0;
      padding: 0;
  }
  
  ul li {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  
  a:focus,
  a:hover,
  button:hover {
      text-decoration: none;
      -webkit-transition: all 0.4s linear;
      transition: all 0.4s linear;
  }
  
  a {
      text-decoration: none;
      -webkit-transition: all 0.4s linear;
      transition: all 0.4s linear;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
      margin: 0;
      padding: 0;
      font-weight: normal;
  }
  
  div,
  span {
      /*自动换行*/
      word-wrap: break-word;
      word-break: normal;
      /*强制英文单词断行*/
      word-break: break-all;
  }
  
  em,
  i {
      font-style: normal;
  }
  
  .clear {
      clear: both;
  }
  
  .fl {
      float: left;
  }
  
  .fr {
      float: right;
  }
  
  /* Chrome, Safari, Edge */
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 1000px white inset !important;
      -webkit-text-fill-color: #333 !important;
      /* 设置文字颜色 */
      transition: background-color 5000s ease-in-out 0s !important;
      /* 防止颜色闪烁 */
      background-color: white !important;
  }
  
  textarea::placeholder {
    color: #9F9F9F;
  }
  
  /* Firefox */
  
  input:-moz-autofill,
  input:-moz-autofill:hover,
  input:-moz-autofill:focus,
  input:-moz-autofill:active {
      box-shadow: 0 0 0 1000px white inset !important;
      background-color: white !important;
  }
  
  /* 标准语法（未来可能支持） */
  
  input:autofill,
  input:autofill:hover,
  input:autofill:focus,
  input:autofill:active {
      box-shadow: 0 0 0 1000px white inset !important;
      background-color: white !important;
  }
  
  
  /*loding*/
  
  .loading-container {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      position: fixed;
      left: 0;
      top: 0;
      z-index: 99;
      display: none;
  }
  
  .wave-loading {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  
  .wave-dot {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background-color: #4a90e2;
      border-radius: 50%;
      display: inline-block;
      animation: wave 1.2s ease-in-out infinite;
  }
  
  .wave-dot:nth-child(1) {
      animation-delay: 0s;
      background-color: #4a90e2;
  }
  
  .wave-dot:nth-child(2) {
      animation-delay: 0.2s;
      background-color: #50b7e0;
  }
  
  .wave-dot:nth-child(3) {
      animation-delay: 0.4s;
      background-color: #5cd8e0;
  }
  
  .wave-dot:nth-child(4) {
      animation-delay: 0.6s;
      background-color: #6af2d8;
  }
  
  @keyframes wave {
      0%,
      60%,
      100% {
          transform: translateY(0);
      }
      30% {
          transform: translateY(-10px);
      }
  }
  
  .left_nav {
      width: 12.65625vw;
      height: 100vh;
      display: flex;
      flex-direction: column;
  }
  
  .index_page {
      padding-top: 1.30208vw;
      padding-left: 1.09375vw;
      display: flex;
      align-items: center;
      font-size: 0.72916vw;
  }
  
  .index_page a {
      width: 1.97916vw;
      height: 1.14583vw;
      background: #FFFFFF;
      border-radius: 0.20833vw;
      display: flex;
      align-items: center;
      margin-right: 0.28083vw;
  }
  
  .index_page a:hover img {
      margin-left: 0.78083vw;
  }
  
  .index_page a img {
      width: 0.20833vw;
      margin-left: 0.52083vw;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }
  
  .list_logo {
      padding-top: 1.875vw;
      padding-left: 1.25vw;
  }
  
  .list_logo img {
      width: 9.16666vw;
  }
  
  /* 针对整个滚动条 */
  
  ::-webkit-scrollbar,
  scrollbar {
      width: 0.16041vw;
      /* 竖直滚动条宽度（iOS可能忽略） */
      height: 0.16041vw;
      /* 水平滚动条高度（iOS可能忽略） */
  }
  
  /* 滚动条滑块 */
  
  ::-webkit-scrollbar-thumb {
      background-color: #C1DDEE;
      /* 滑块颜色 */
      border-radius: 0.16041vw;
    cursor: pointer;
      /* 圆角（iOS可能忽略） */
  }
  
  /* 滚动条轨道 */
  
  ::-webkit-scrollbar-track {
      background-color: #E7F6FF;
      /* 轨道背景色 */
  }
  
  .now_list_swiper{
    flex: 1;
    width: 100%;
    margin-top: 1.40625vw;
    height: 0;
  }
  .now_list_swiper .swiper-slide{
    height: auto;
  }
  
  .mySwiper.now_list_swiper .swiper-scrollbar{
    width: 0.16041vw;
    background: transparent;
    left: auto;
    right: 0vw;
  }
  
  .mySwiper.now_list_swiper .swiper-scrollbar .swiper-scrollbar-drag{
    background-color: #C1DDEE;
    border-radius: 0.16041vw;
    cursor: pointer;
  }
  
  
  .now_list {
      padding-left: 0.72916vw;
      /* overflow-y: auto;
      overflow-x: hidden;
      flex: 1; */
      width: 100%;
      box-sizing: border-box;
  }
  
  .now_list li {
      width: 8.60418vw;
      height: 2.60416vw;
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 1.66666vw;
      text-decoration: none;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear;
      cursor: pointer;
      font-size: 0.83333vw;
  }
  
  .now_list li span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }
  
  .now_list li::before {
      position: absolute;
      content: "";
      width: 0.20833vw;
      height: 0.20833vw;
      background: #0B1B2C;
      border-radius: 0.20833vw;
      left: 1.04166vw;
  }
  
  .now_list li:hover::before {
      background: #0B6ADD;
  }
  
  .now_list li:hover span {
      cursor: pointer;
      color: #000;
  }
  
  .now_list li.on {
      background: #FFFFFF;
      border-radius: 0.3125vw;
      cursor: pointer;
      font-weight: 600;
  }
  
  .now_list li.on:hover span {
      cursor: pointer;
      color: #333;
  }
  
  .now_list li.on::before {
      background: #0B6ADD;
  }
  
  .history {
      padding-top: 1.40625vw;
  }
  
  .history h2 {
      font-weight: 500;
      font-size: 0.83333vw;
      color: #292929;
      line-height: 0.9375vw;
      padding-left: 0.72916vw;
  }
  
  .history ul {
      height: 8.804vw;
  }
  
  .history ul li {
      position: inherit;
      padding-left: 1.04166vw;
      height: 2.08333vw;
      font-size: 0.72916vw;
      color: #909090;
      width: 9.2518vw;
  }
  
  .history ul li::before {
      content: inherit;
  }
  
  .history .now_list li.on {
      color: #333;
  }
  
  .bt_message {
      font-size: 0.83333vw;
      line-height: 0.9375vw;
      margin-left: 1.51041vw;
      margin-top: 8.7vw;
  }
  
  .bt_message dd {
      font-weight: bold;
  }
  
  .bt_message dd span {
      background: linear-gradient(57.119534514323206deg, #5F64D4 0%, #6811DA 100%);
      -webkit-background: linear-gradient(57.119534514323206deg, #5F64D4 0%, #6811DA 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
  }
  
  .bt_message dt {
      font-size: 0.72916vw;
      margin-top: 0.1vw;
  }
  
  .bt_login {
      width: 10.9375vw;
      height: 2.39583vw;
      background: #fff;
      border-radius: 0.3125vw;
      display: flex;
      align-items: center;
      font-size: 0.72916vw;
      margin-left: 0.72916vw;
      margin-top: 1vw;
      position: relative;
      margin-bottom: 0.8vw;
  }
  
  .bt_login a.tx {
      margin-left: 0.72916vw;
  }
  
  .bt_login a.out {
      cursor: pointer;
      position: absolute;
      right: 0.72916vw;
  }
  
  .bt_login a.out:hover {
      right: 0.52916vw;
  }
  
  .bt_login .tx img {
      width: 1.66666vw;
      margin-right: 0.72916vw;
  }
  
  .bt_login .out img {
      width: 0.83333vw;
  }

  .sec_medical .now_list li.on span{
    color: #0B6ADD;
  }

  .sec_medical .bt_message dd{
    display: inline;
  }
  .sec_medical .bt_message dt{
    display: inline;
  }

  .sec_medical .index_page a{
    width: 1.1458vw;
    height: 1.1458vw;
    background: #DADFEE;
    border-radius: .2083vw;
    margin-right: .4167vw;
  }

  .sec_medical .index_page{
    position: relative;
  }
  .sec_medical .index_page .icon{
    position: absolute;
    right: .9375vw;
    width: .9375vw;
  }

  .bt_dialogue{
    width: 100%;
    height: 18.5417vw;
    border-top: 1px solid #D7D7D7;
    box-sizing: border-box;
    padding-top: 1.0417vw;
    box-sizing: border-box;
    padding-left: .6771vw;
    padding-right: .5208vw;
  }
  .bt_dialogue .list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.1875vw;
background: #D9E0F1;
border-radius: .3125vw;
cursor: pointer;
  }
  .bt_dialogue .list.active{
    background: #F6F8F9;
  }
  .bt_dialogue .list .left{
    display: flex;
    align-items: center;
    font-weight: bold;
font-size: .7292vw;
color: #292929;
margin-left: .8333vw;
  }
  .bt_dialogue .list.active .left{
    color: #0B6ADD;
  }
  .bt_dialogue .list .left img{
    width: .8854vw;
    margin-right: .5208vw;
  }
  .bt_dialogue .list .left img.img2{
    display: none;
  }
  .bt_dialogue .list.active .left img.img1{
    display: none;
  }
  .bt_dialogue .list.active .left img.img2{
    display: block;
  }
  .bt_dialogue .list .right{
    margin-right: 1.0417vw;
    font-weight: bold;
    font-size: .7292vw;
    color: #292929;
  }

  .sec_medical .bt_login{
    margin-bottom: 1.7708vw;
  }