
.__nuxt-error-page {
  padding: 1rem;
  background: #F7F8FB;
  color: #47494E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494E;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7F828B;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7F828B !important;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

* {
  margin: 0px;
  padding: 0px;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

input:focus {
  outline: none;
}

button:active {
  opacity: 0.6;
}

ul,
ol,
li {
  list-style: none;
  /*清除列表风格*/
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

body {
  margin: 0 auto !important;
  position: relative;
  max-width: 750px;
  min-width: 320px;
  background-color: #f4f4f4;
}

#__nuxt {
  overflow: hidden;
}

.divhidden {
  display: none !important;
}

.divshow {
  display: block !important;
}

/*圆角*/

.br6 {
  border-radius: 0.06rem !important;
}

.br8 {
  border-radius: 0.08rem !important;
}

.br10 {
  border-radius: 0.1rem !important;
}

.br12 {
  border-radius: 0.12rem !important;
}

.br16 {
  border-radius: 0.16rem !important;
}

.br20 {
  border-radius: 0.2rem !important;
}

.br24 {
  border-radius: 0.24rem !important;
}

.br28 {
  border-radius: 0.28rem !important;
}

.br30 {
  border-radius: 0.3rem !important;
}

.br48 {
  border-radius: 0.48rem !important;
}

.br50p {
  border-radius: 50%;
}

/*字体大小*/

.fz16 {
  font-size: 0.16rem !important;
}

.fz18 {
  font-size: 0.18rem !important;
}

.fz20 {
  font-size: 0.2rem !important;
}

.fz22 {
  font-size: 0.22rem !important;
}

.fz24 {
  font-size: 0.24rem !important;
}

.fz26 {
  font-size: 0.26rem !important;
}

.fz28 {
  font-size: 0.28rem !important;
}

.fz30 {
  font-size: 0.3rem !important;
}

.fz32 {
  font-size: 0.32rem !important;
}

.fz34 {
  font-size: 0.34rem !important;
}

.fz35 {
  font-size: 0.35rem !important;
}

.fz36 {
  font-size: 0.36rem !important;
}

.fz38 {
  font-size: 0.38rem !important;
}

.fz40 {
  font-size: 0.4rem !important;
}

.fz48 {
  font-size: 0.48rem !important;
}

/*margin距离*/

.mt5 {
  margin-top: 0.05rem !important;
}

.mr5 {
  margin-right: 0.05rem !important;
}

.mb5 {
  margin-bottom: 0.05rem !important;
}

.ml5 {
  margin-left: 0.05rem !important;
}

.mt10 {
  margin-top: 0.1rem !important;
}

.mr10 {
  margin-right: 0.1rem !important;
}

.mb10 {
  margin-bottom: 0.1rem !important;
}

.ml10 {
  margin-left: 0.1rem !important;
}

.mt15 {
  margin-top: 0.15rem !important;
}

.ml15 {
  margin-left: 0.15rem !important;
}

.mr15 {
  margin-right: 0.15rem !important;
}

.mb15 {
  margin-bottom: 0.15rem !important;
}

.mt16 {
  margin-top: 0.16rem !important;
}

.ml16 {
  margin-left: 0.16rem !important;
}

.mr16 {
  margin-right: 0.16rem !important;
}

.mb16 {
  margin-bottom: 0.16rem !important;
}

.mt20 {
  margin-top: 0.2rem !important;
}

.ml20 {
  margin-left: 0.2rem !important;
}

.mr20 {
  margin-right: 0.2rem !important;
}

.mb20 {
  margin-bottom: 0.2rem !important;
}

.mt25 {
  margin-top: 0.25rem !important;
}

.mr25 {
  margin-right: 0.25rem !important;
}

.mb25 {
  margin-bottom: 0.25rem !important;
}

.ml25 {
  margin-left: 0.25rem !important;
}

.mt30 {
  margin-top: 0.3rem !important;
}

.mr30 {
  margin-right: 0.3rem !important;
}

.mb30 {
  margin-bottom: 0.3rem;
}

.ml30 {
  margin-left: 0.3rem !important;
}

.mt35 {
  margin-top: 0.35rem !important;
}

.mr35 {
  margin-right: 0.35rem !important;
}

.mt40 {
  margin-top: 0.4rem !important;
}

.mr40 {
  margin-right: 0.4rem !important;
}

.mb40 {
  margin-bottom: 0.4rem !important;
}

.ml40 {
  margin-left: 0.4rem !important;
}

.mt45 {
  margin-top: 0.45rem !important;
}

.mb45 {
  margin-bottom: 0.45rem !important;
}

.ml45 {
  margin-left: 0.45rem !important;
}

.mr45 {
  margin-right: 0.45rem !important;
}

.mt50 {
  margin-top: 0.5rem !important;
}

.mb50 {
  margin-bottom: 0.5rem !important;
}

.mt55 {
  margin-top: 0.55rem !important;
}

.mr55 {
  margin-right: 0.55rem !important;
}

.mb55 {
  margin-bottom: 0.55rem !important;
}

.ml55 {
  margin-left: 0.55rem !important;
}

.mt60 {
  margin-top: 0.6rem !important;
}

.mb60 {
  margin-bottom: 0.6rem !important;
}

/*padding*/

.pt10 {
  padding-top: 0.1rem !important;
}

.pr10 {
  padding-right: 0.1rem !important;
}

.pb10 {
  padding-bottom: 0.1rem !important;
}

.pl10 {
  padding-left: 0.1rem !important;
}

.pt15 {
  padding-top: 0.15rem !important;
}

.pl15 {
  padding-left: 0.15rem !important;
}

.pr15 {
  padding-right: 0.15rem !important;
}

.pb15 {
  padding-bottom: 0.15rem !important;
}

.pt20 {
  padding-top: 0.2rem !important;
}

.pl20 {
  padding-left: 0.2rem !important;
}

.pr20 {
  padding-right: 0.2rem !important;
}

.pb20 {
  padding-bottom: 0.2rem !important;
}

.pt24 {
  padding-top: 0.24rem !important;
}

.pl24 {
  padding-left: 0.24rem !important;
}

.pr24 {
  padding-right: 0.24rem !important;
}

.pb24 {
  padding-bottom: 0.24rem !important;
}

.pt25 {
  padding-top: 0.25rem !important;
}

.pl25 {
  padding-left: 0.25rem !important;
}

.pr25 {
  padding-right: 0.25rem !important;
}

.pb25 {
  padding-bottom: 0.25rem !important;
}

.pt30 {
  padding-top: 0.3rem !important;
}

.pl30 {
  padding-left: 0.3rem !important;
}

.pr30 {
  padding-right: 0.3rem !important;
}

.pb30 {
  padding-bottom: 0.3rem !important;
}

.pb35 {
  padding-bottom: 0.35rem !important;
}

.pt40 {
  padding-top: 0.4rem !important;
}

.pl40 {
  padding-left: 0.4rem !important;
}

.pr40 {
  padding-right: 0.4rem !important;
}

.pb40 {
  padding-bottom: 0.4rem !important;
}

.pt45 {
  padding-top: 0.45rem !important;
}

.pl45 {
  padding-left: 0.45rem !important;
}

.pr45 {
  padding-right: 0.45rem !important;
}

.pb45 {
  padding-bottom: 0.45rem !important;
}

.pt50 {
  padding-top: 0.5rem !important;
}

.pl50 {
  padding-left: 0.5rem !important;
}

.pr50 {
  padding-right: 0.5rem !important;
}

.pb50 {
  padding-bottom: 0.5rem !important;
}

/*背景颜色*/

.bg000 {
  background-color: #000;
}

.bg333 {
  background-color: #333;
}

.bg666 {
  background-color: #666;
}

.bg999 {
  background-color: #999;
}

.bgfff {
  background-color: #fff !important;
}

.bgeee {
  background-color: #eee;
}

.bgddd {
  background-color: #ddd;
}

.bgccc {
  background-color: #ccc;
}

.bgbbb {
  background-color: #bbb;
}

.bgaaa {
  background-color: #aaa;
}

.bgf2f2f2 {
  background-color: #f2f2f2;
}

.bg0078ff {
  background-color: #0078ff !important;
}

.bgf0efe2 {
  background-color: #f0efe2;
}

/*边框*/

.bordernone {
  border: none !important;
}

/*横排*/

.whsnowrap {
  white-space: nowrap;
}

/* 英文换行 */

.wordbw {
  word-wrap: break-word;
  word-break: break-all;
}

/*flex布局*/

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row !important;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

/*移动到最后面*/

.align-end {
  display: flex;
  align-items: flex-end;
}

/*垂直居中，水平居中*/

.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex1 {
  flex: 1;
}

/*字体颜色*/

.color000 {
  color: #000;
}

.color333 {
  color: #333;
}

.color666 {
  color: #666;
}

.color999 {
  color: #999;
}

.colorfff {
  color: #fff;
}

.coloreee {
  color: #eee;
}

.colorddd {
  color: #ddd;
}

.colorccc {
  color: #ccc;
}

.colorbbb {
  color: #bbb;
}

.coloraaa {
  color: #aaa;
}

.color007 {
  color: #0078ff;
}

.colorc9b17f {
  color: #c9b17f;
}

.color02b7ca {
  color: #02b7ca;
}

.color001214 {
  color: #001214;
}

.color0041a3{
  color: #0041a3;
}

.color2e343e{
  color: #2E343E;
}

/*字体宽度*/

.fwbold {
  font-weight: bold;
}

.fw400 {
  font-weight: 400;
}

/*高度*/

.widthauto {
  width: auto;
}

.heightauto {
  height: auto;
}

.width100p {
  width: 100%;
}

.height100p {
  height: 100%;
}

/*省略号*/

.lineclamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.lineclamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lineclamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lineclamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/*層級*/

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.zindex5 {
  z-index: 5;
}

.zindex10 {
  z-index: 10;
}

.zindex20 {
  z-index: 20;
}

.zindex50 {
  z-index: 50;
}

.zindex100 {
  z-index: 100;
}

.zindex150 {
  z-index: 150;
}

.zindex300 {
  z-index: 300;
}

.zindex500 {
  z-index: 500;
}

.zindex1000 {
  z-index: 1000;
}

/*定位*/

.pos-rel {
  position: relative;
}

.pos-fixed {
  position: fixed;
}

.pos-abs {
  position: absolute;
}

/*字体位置*/

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.text-al-right {
  text-align: right;
}

.text-al-center {
  text-align: center;
}

/*overflow*/

.ofhide {
  overflow: hidden;
}

.ofx {
  overflow-x: scroll;
}

.ofy {
  overflow-y: scroll;
}

.ofxw {
  overflow-x: scroll;
}

.ofyw {
  overflow-y: scroll;
}

.ofxw::-webkit-scrollbar {
  display: none;
}

.ofyw::-webkit-scrollbar {
  display: none;
}

/*浮动*/

.floatleft {
  float: left;
}

/*line-height*/

.lh1 {
  line-height: 1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-4 {
  line-height: 1.4;
}

.lh1-6 {
  line-height: 1.6;
}

.lh1-8 {
  line-height: 1.8;
}

.lh2-0 {
  line-height: 2;
}

/*鼠标移动上去变成小手*/

.csp {
  cursor: pointer;
}

/*阴影遮罩*/

.popup {
  position: fixed;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999999999999;
  background: rgba(0, 0, 0, 0.5);
}

.popup_shadow {
  height: 100%;
  width: 100%;
}

.rotate180 {
  transform: rotate(180deg);
}

.borderbox {
  box-sizing: border-box;
}

/*浮动*/

.fr {
  float: right;
}
.combody .top[data-v-0212846f] {
  background: #012D61;
  padding: 0.48rem 0.24rem 0.8rem;
}
.combody .top .title[data-v-0212846f] {
    height: 0.85rem;
    border-bottom: 1px solid #1F4B7E;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.36rem;
    color: #F5F8FD;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.24rem;
}
.combody .top .text[data-v-0212846f] {
    margin-top: 0.32rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.32rem;
    color: #F5F8FD;
    line-height: 0.32rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.24rem;
}
.combody .top .codebox[data-v-0212846f] {
    background: rgba(31, 75, 126, 0.2);
    padding: 0.38rem;
    margin-top: 0.45rem;
    height: 3.35rem;
}
.combody .top .codebox .imgbox[data-v-0212846f] {
      background: #fff;
      width: 2.74rem;
      height: 2.74rem;
}
.combody .top .codebox .imgbox img[data-v-0212846f] {
        width: 2.58rem;
}
.combody .top .codebox .right[data-v-0212846f] {
      margin-left: 0.51rem;
}
.combody .top .codebox .right .right_text[data-v-0212846f] {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 0.27rem;
        color: #FFFFFF;
        line-height: 0.27rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
.combody .top .codebox .right .arrow-left[data-v-0212846f] {
        width: 2.4rem;
        margin-top: 0.32rem;
        height: 0.04rem;
        background-color: #fff;
        position: relative;
        display: inline-block;
}
.combody .top .codebox .right .arrow-left[data-v-0212846f]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 52%;
        width: 0.1rem;
        height: 0.1rem;
        border-left: 0.04rem solid #fff;
        border-bottom: 0.04rem solid #fff;
        transform: translateY(-50%) rotate(47deg);
}
.combody .bot[data-v-0212846f] {
  height: 1.2rem;
  background: #09366A;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

[data-v-2344e861] .van-popup__close-icon {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 0.49rem;
  cursor: pointer;
  width: 0.49rem;
  background: #dbdbdb;
  height: 0.49rem;
  clip-path: circle(40%);
}
[data-v-2344e861] .van-popup__close-icon--top-right {
  top: 0.2rem;
  right: 0.4rem;
}
[data-v-2344e861] .popup {
  background: #fff;
}
.combody[data-v-2344e861] {
  background: #0041A3;
  height: 0.88rem;
  padding: 0.2rem 0.32rem;
}
.combody .logo[data-v-2344e861] {
    width: 1.82rem;
}
.combody .right[data-v-2344e861] {
    width: 1.2rem;
}
.combody .right .rightimg[data-v-2344e861] {
      width: 0.48rem;
}
.combody .header[data-v-2344e861] {
    padding: 0.2rem 0.52rem;
}
.combody .list[data-v-2344e861] {
    padding: 0 0.24rem;
    background: #fff;
}
.combody .list .model[data-v-2344e861] {
      height: 0.7rem;
      padding: 0.22rem 0 0 0.32rem;
}
.combody .list .menu[data-v-2344e861] {
      height: 0.88rem;
      padding: 0 0.3rem;
      border-bottom: 1px solid #f2f2f2;
}
.combody .list .menu img[data-v-2344e861] {
        width: 0.12rem;
}

.subbox[data-v-654da63a] {
  background: #0041a3;
  padding: 0.64rem 0.24rem;
}
.subbox .arrow-left[data-v-654da63a] {
    width: 1.25rem;
    margin-top: 0.12rem;
    height: 0.04rem;
    background-color: currentColor;
    position: relative;
    display: inline-block;
}
.subbox .arrow-left[data-v-654da63a]::before {
    content: "";
    position: absolute;
    right: 0;
    top: 52%;
    width: 0.1rem;
    height: 0.1rem;
    border-left: 0.04rem solid currentColor;
    border-bottom: 0.04rem solid currentColor;
    transform: translateY(-50%) rotate(225deg);
}
.subbox .subinput[data-v-654da63a] {
    width: 100%;
    height: 0.8rem;
    border: none;
    font-size: 0.28rem;
    padding: 0 0.16rem;
    box-sizing: border-box;
}
.subbox .subbtn[data-v-654da63a] {
    color: #fff;
    background: #e36612;
    height: 0.8rem;
    width: 100%;
    font-size: 0.36rem;
    border-radius: 0.08rem;
}

.anyQuestions[data-v-38ad0f5c] {
  text-align: center;
}
.anyQuestions .question_image[data-v-38ad0f5c] {
    width: 7.02rem;
    height: 3.2rem;
}

.medicinePirceOtherNews[data-v-64b2bd33] {
  background: #fff;
  margin-top: 0.68rem;
}
.medicinePirceOtherNews .title[data-v-64b2bd33] {
    font-weight: bold;
    font-size: 0.46rem;
    color: #0041A3;
}
.medicinePirceOtherNews .newslist .news_card[data-v-64b2bd33] {
    border-bottom: 0.01rem solid #E5E8EB;
    margin-top: 0.4rem;
    padding-bottom: 0.32rem;
}
.medicinePirceOtherNews .newslist .news_card .news_title[data-v-64b2bd33] {
      font-weight: bold;
      font-size: 0.36rem;
      color: #2E343E;
      line-height: 0.56rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
}
.medicinePirceOtherNews .newslist .news_card .news_content[data-v-64b2bd33] {
      font-weight: 400;
      font-size: 0.32rem;
      color: #616469;
      line-height: 0.48rem;
      margin-top: 0.08rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
}
.medicinePirceOtherNews .newslist .news_card .news_titme[data-v-64b2bd33] {
      margin-top: 0.24rem;
      font-weight: 400;
      font-size: 0.24rem;
      color: #8A95A2;
      line-height: 0.24rem;
}

.newslist[data-v-59114e02] {
  margin-top: 0.35rem;
  padding: 0 0.22rem;
}
.newslist .head[data-v-59114e02] {
    font-weight: bold;
    font-size: 0.46rem;
    color: #0041a3;
    line-height: 0.46rem;
}
.newslist .newscard[data-v-59114e02] {
    margin-top: 0.4rem;
    border-bottom: 0.01rem solid #e5e8eb;
}
.newslist .newscard .news_title[data-v-59114e02] {
      text-align: justify;
      font-weight: bold;
      font-size: 0.36rem;
      color: #2e343e;
      line-height: 0.56rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
}
.newslist .newscard .news_content[data-v-59114e02] {
      text-align: justify;
      margin-top: 0.08rem;
      font-weight: 400;
      font-size: 0.32rem;
      color: #616469;
      line-height: 0.48rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
}
.newslist .newscard .news_time[data-v-59114e02] {
      margin-top: 0.24rem;
      font-weight: 400;
      font-size: 0.24rem;
      color: #8a95a2;
      line-height: 0.24rem;
      margin-bottom: 0.32rem;
}

.contact[data-v-27ec3dd4] {
  background: #f5f8fd;
  padding: 0.56rem 0.24rem 0.57rem 0.24rem;
}
.contact .title[data-v-27ec3dd4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
}
.contact .title .left[data-v-27ec3dd4] {
      width: 0.42rem;
      height: 0.21rem;
}
.contact .title .title_font[data-v-27ec3dd4] {
      font-weight: bold;
      font-size: 0.4rem;
      color: #0041a3;
      line-height: 0.4rem;
}
.contact .content[data-v-27ec3dd4] {
    margin-top: 0.56rem;
}
.contact .content .option[data-v-27ec3dd4] {
      background: #ffffff;
      border: 0.01rem solid #0041a3;
      font-weight: 400;
      font-size: 0.36rem;
      color: #0041a3;
      line-height: 1.02rem;
      width: 7.02rem;
      text-align: center;
      margin-bottom: 0.33rem;
}
.contact .content .option2[data-v-27ec3dd4] {
      background: #0041a3;
      color: #ffffff;
}
.contact .content .entry[data-v-27ec3dd4] {
      background: #ffffff;
      border: 0.01rem solid #cbd1d7;
      width: 7.02rem;
      font-weight: 400;
      font-size: 0.36rem;
      color: #2e343e;
      line-height: 1.02rem;
      padding-left: 0.33rem;
      box-sizing: border-box;
}
.contact .content .note[data-v-27ec3dd4] {
      font-weight: 400;
      font-size: 0.24rem;
      color: #0041a3;
      line-height: 0.4rem;
}
.contact .content .click[data-v-27ec3dd4] {
      background: #0041a3;
      font-weight: bold;
      font-size: 0.36rem;
      color: #ffffff;
      line-height: 1rem;
      text-align: center;
      margin-top: 0.3rem;
}

.drugcard[data-v-72ec6794] {
  background: #eef6ff;
  display: flex;
  justify-content: flex-start;
  padding: 0.22rem 0.65rem 0.22rem 0.22rem;
}
.drugcard .drug_image[data-v-72ec6794] {
    width: 2rem;
    height: 2rem;
}
.drugcard .druginfo[data-v-72ec6794] {
    margin-left: 0.22rem;
}
.drugcard .druginfo .drugtitle[data-v-72ec6794] {
      margin-top: 0.16rem;
      font-weight: bold;
      font-size: 0.28rem;
      color: #293347;
      line-height: 0.43rem;
      min-height: 0.66rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
}
.drugcard .druginfo .drugcontent[data-v-72ec6794] {
      font-size: 0.24rem;
      color: #5a6478;
      line-height: 0.4rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
}

@charset "UTF-8";
.departments[data-v-4b1a56be] {
  background: #fff;
  padding: 0.64rem 0.24rem;
}
.departments .title[data-v-4b1a56be] {
    font-weight: bold;
    font-size: 0.46rem;
    color: #0041a3;
    line-height: 0.87rem;
}
.departments .typelist .contentcard[data-v-4b1a56be] {
    margin-top: 0.16rem;
    height: 1.04rem;
    background: #eef6ff;
    box-sizing: border-box;
    display: flex;
    /* 水平居中 */
    align-items: center;
    padding: 0 0.24rem;
    /* 垂直居中 */
}
.departments .typelist .contentcard .typename[data-v-4b1a56be] {
      font-family: Arial, Arial;
      font-weight: bold;
      font-size: 0.32rem;
      color: #0041a3;
      text-align: left;
      font-style: normal;
}
.departments .typelist .contentcard .content[data-v-4b1a56be] {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 8px;
}
.departments .typelist .contentcard .content .left[data-v-4b1a56be] {
        font-weight: 400;
        font-size: 14px;
        color: #5a6478;
        line-height: 18px;
        flex-shrink: 0;
}
.departments .typelist .contentcard .content .right[data-v-4b1a56be] {
        margin-left: 4px;
        font-weight: 400;
        font-size: 14px;
        color: #293347;
        line-height: 18px;
}

.druglist[data-v-77e9f886] {
  background: #f5f8fd;
  padding: 0 0.22rem;
}
.druglist .title[data-v-77e9f886] {
    font-weight: bold;
    font-size: 0.46rem;
    color: #0041a3;
    line-height: 0.46rem;
    padding-top: 0.48rem;
    margin-top: 0.64rem;
}
.druglist .drugs[data-v-77e9f886] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.48rem;
    padding-bottom: 0.64rem;
}
.druglist .drugs .drugcard[data-v-77e9f886] {
      background: #fff;
      width: 3.43rem;
      padding-bottom: 0.36rem;
      margin-bottom: 0.16rem;
      position: relative;
}
.druglist .drugs .drugcard .drug_image[data-v-77e9f886] {
        width: 3.43rem;
        height: 3.43rem;
}
.druglist .drugs .drugcard .drug_title[data-v-77e9f886] {
        margin: 0.12rem 0.24rem 0 0.24rem;
        font-weight: 900;
        font-size: 0.28rem;
        color: #2e343e;
        line-height: 0.28rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 1;
}
.druglist .drugs .drugcard .drug_content[data-v-77e9f886] {
        margin: 0.14rem 0.24rem 0 0.24rem;
        margin-top: 0.14rem;
        font-weight: 400;
        font-size: 0.24rem;
        color: #616469;
        line-height: 0.3rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
}
.druglist .drugs .drugcard .medal[data-v-77e9f886] {
        position: absolute;
        width: 0.6rem;
        height: 0.84rem;
        background: linear-gradient(357deg, #fc1c12 0%, #fd6f23 100%);
        border-radius: 0 0 0.36rem 0.36rem;
        top: 0;
        right: 0.2rem;
        text-align: center;
        padding-top: 0.15rem;
}
.druglist .drugs .drugcard .medal .medal_font[data-v-77e9f886] {
          font-weight: bold;
          font-size: 0.24rem;
          color: #ffffff;
          line-height: 0.27rem;
}
.druglist .drugs .drugcard .medal2[data-v-77e9f886] {
        background: linear-gradient(357deg, #fc4a14 0%, #ff9f1b 100%);
}
.druglist .drugs .drugcard .medal3[data-v-77e9f886] {
        background: linear-gradient(357deg, #fb7511 0%, #fea218 100%);
}

.departments[data-v-20a0e163] {
  background: #fff;
  padding: 0.64rem 0.24rem;
}
.departments .title[data-v-20a0e163] {
    font-weight: bold;
    font-size: 0.46rem;
    color: #0041a3;
    line-height: 0.87rem;
}
.departments .diseaselist[data-v-20a0e163] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.departments .diseaselist .disease_card[data-v-20a0e163] {
      border: 0.01rem solid #cbd1d7;
      text-align: center;
      font-weight: 400;
      font-size: 0.36rem;
      color: #2e343e;
      line-height: 1rem;
      width: 3.43rem;
      margin-top: 0.24rem;
      border-radius: 0.16rem;
}

