
.__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;
}

/* PC端通用css */
* {
  margin: 0px;
  padding: 0px;
  /* 全局设置字体 */
  font-family: Arial, Arial;
}
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;
  background-color: #f4f4f4;
}
#__nuxt {
  overflow: hidden;
}
.divhidden {
  display: none !important;
}
.divshow {
  display: block !important;
}
/*圆角*/
.br6 {
  border-radius: 6px !important;
}
.br8 {
  border-radius: 8px !important;
}
.br10 {
  border-radius: 10px !important;
}
.br12 {
  border-radius: 12px !important;
}
.br16 {
  border-radius: 16px !important;
}
.br20 {
  border-radius: 2px !important;
}
.br24 {
  border-radius: 24px !important;
}
.br28 {
  border-radius: 28px !important;
}
.br30 {
  border-radius: 3px !important;
}
.br48 {
  border-radius: 48px !important;
}
.br50p {
  border-radius: 50%;
}
/*字体大小*/
.fz12 {
  font-size: 12px !important;
}
.fz14 {
  font-size: 14px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz20 {
  font-size: 20px !important;
}
.fz22 {
  font-size: 22px !important;
}
.fz24 {
  font-size: 24px !important;
}
.fz26 {
  font-size: 26px !important;
}
.fz28 {
  font-size: 28px !important;
}
.fz30 {
  font-size: 30px !important;
}
.fz32 {
  font-size: 32px !important;
}
.fz34 {
  font-size: 34px !important;
}
.fz35 {
  font-size: 35px !important;
}
.fz36 {
  font-size: 36px !important;
}
.fz38 {
  font-size: 38px !important;
}
.fz40 {
  font-size: 40px !important;
}
.fz48 {
  font-size: 48px !important;
}
/*margin距离*/
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.ml16 {
  margin-left: 16px !important;
}
.mr16 {
  margin-right: 16px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.ml18 {
  margin-left: 18px !important;
}
.mr18 {
  margin-right: 18px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.ml24 {
  margin-left: 24px !important;
}
.mr24 {
  margin-right: 24px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mt28 {
  margin-top: 28px !important;
}
.mr28 {
  margin-right: 28px !important;
}
.mb28 {
  margin-bottom: 28px !important;
}
.ml28 {
  margin-left: 28px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mb48 {
  margin-bottom: 48px !important;
}
.ml48 {
  margin-left: 48px !important;
}
.mr48 {
  margin-right: 48px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
/*padding*/
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pt24 {
  padding-top: 24px !important;
}
.pl24 {
  padding-left: 24px !important;
}
.pr24 {
  padding-right: 24px !important;
}
.pb24 {
  padding-bottom: 24px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb50 {
  padding-bottom: 50px !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;
}
.bg02b7ca {
  background: #02b7ca;
}
/*边框*/
.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-shrink {
  flex-shrink: 0;
}
.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;
}
.align-between {
  display: flex;
  align-content: space-between;
}
.align-around {
  display: flex;
  align-content: space-around;
}
/*垂直居中，水平居中*/
.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 !important;
}
.color001214 {
  color: #333333;
}
.color2E343E {
  color: #2E343E;
}
/*字体宽度*/
.fwbold {
  font-weight: bold;
}
.fw300 {
  font-weight: 300;
}
.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;
  white-space: nowrap;
}
.lineclamp1_CN {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* white-space: nowrap; */
}
.lineclamp1_ENCN {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* white-space: nowrap; */
}
.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;
}
.lineclamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
/*層級*/
.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;
  top: 0;
  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;
}
.container {
  width: 1200px;
  margin: 0 auto;
  /* 居中显示 */
}

.container1 {
  width: 1300px;
  margin: 0 auto;
}

/* 适应大于等于1200px的屏幕 */

@media screen and (min-width: 1200px) {
  /* 如果需要添加内边距，可以在这里设置 */
  /* .container {
    padding: 0 20px; 
  } */
}
.combody[data-v-0212846f] {
  background: #0041a3;
}
.combody .top[data-v-0212846f] {
    height: 540px;
    background: #012d61;
}
.combody .top .bgbox[data-v-0212846f] {
      background: url(/_nuxt/static/images/footer/bgimg.png) no-repeat;
      background-size: cover;
      padding: 54px 0 0;
      height: 540px;
}
.combody .top .bgbox .footbox[data-v-0212846f] {
        padding: 56px 10px;
}
.combody .top .bgbox .footbox .box[data-v-0212846f] {
          width: 348px;
}
.combody .top .bgbox .footbox .box .title[data-v-0212846f] {
            height: 44px;
            color: #f5f8fd;
            font-size: 24px;
            font-weight: bold;
            border-bottom: 1px solid #1f4b7e;
}
.combody .top .bgbox .footbox .box .botbox[data-v-0212846f] {
            padding: 24px 0 0;
}
.combody .top .bgbox .footbox .box .botbox li[data-v-0212846f] {
              font-weight: 400;
              font-size: 16px;
              color: #f5f8fd;
              line-height: 16px;
              text-align: left;
              font-style: normal;
              text-transform: none;
              margin-bottom: 32px;
}
.combody .top .bgbox .footbox .box .rightbotbox[data-v-0212846f] {
            height: 176px;
            padding: 16px;
            background: #1f4b7e;
}
.combody .top .bgbox .footbox .box .rightbotbox .wxkf[data-v-0212846f] {
              width: 144px;
              height: 144px;
              background: #fff;
              padding: 4px;
}
.combody .top .bgbox .footbox .box .rightbotbox .wxkf img[data-v-0212846f] {
                width: 136px;
}
.combody .top .bgbox .footbox .box .rightbotbox .arrow-left[data-v-0212846f] {
              width: 125px;
              height: 4px;
              background-color: currentColor;
              position: relative;
              display: inline-block;
}
.combody .top .bgbox .footbox .box .rightbotbox .arrow-left[data-v-0212846f]::before {
              content: "";
              position: absolute;
              left: 0;
              top: 50%;
              width: 10px;
              height: 10px;
              border-left: 4px solid currentColor;
              border-bottom: 4px solid currentColor;
              transform: translateY(-50%) rotate(45deg);
}
.combody .bottom[data-v-0212846f] {
    background: #09366a;
    height: 78px;
}

.combody[data-v-2344e861] {
  background: #0041a3;
}
.combody .translate[data-v-2344e861] {
    color: #fff;
}
.combody .top[data-v-2344e861] {
    height: 40px;
    font-size: 12px;
    color: #fff;
}
.combody .top img[data-v-2344e861] {
      width: 18px;
}
.combody .top .right[data-v-2344e861] {
      height: 100%;
}
.combody .top .inputbox[data-v-2344e861] {
      right: 74px;
}
.combody .top .inputbox .searchinput[data-v-2344e861] {
        padding: 0 16px;
        width: 200px;
        border-radius: 30px;
        border: none;
        height: 30px;
}
.combody .bottom[data-v-2344e861] {
    height: 72px;
}
.combody .bottom .logo[data-v-2344e861] {
      width: 182px;
}
.combody .bottom ul li[data-v-2344e861] {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
}
.combody .bottom ul li img[data-v-2344e861] {
        width: 24px;
}

@media (max-width: 1400px) {
.communication[data-v-569f4cec] {
    position: fixed;
    right: 100px !important;
}
}
.communication[data-v-569f4cec] {
  position: fixed;
  top: 8%;
  right: 30%;
  left: 30%;
}
.communication .content[data-v-569f4cec] {
    background: #F5F8FD;
    border-radius: 34px;
    padding: 72px 72px 92px 72px;
    width: 840px;
    box-sizing: border-box;
    position: relative;
}
.communication .content .title[data-v-569f4cec] {
      font-weight: 900;
      font-size: 22px;
      color: #0041A3;
      line-height: 36px;
}
.communication .content .info[data-v-569f4cec] {
      font-weight: 400;
      font-size: 13px;
      color: #2E343E;
      line-height: 20px;
      margin-top: 24px;
}
.communication .content .wxlist[data-v-569f4cec] {
      display: flex;
      justify-content: space-between;
      margin-top: 48px;
      padding: 0 44px;
}
.communication .content .wxlist .wx_card[data-v-569f4cec] {
        width: 269px;
        background: linear-gradient(180deg, #E8EFFF 0%, rgba(232, 239, 255, 0.5) 100%);
        border-radius: 24px;
        position: relative;
        text-align: center;
        padding-bottom: 69px;
}
.communication .content .wxlist .wx_card .wechat_qr_code[data-v-569f4cec] {
          margin-top: 61px;
          border: 7px solid #FFFFFF;
          width: 134px;
          height: 134px;
}
.communication .content .wxlist .wx_card .wechat_info[data-v-569f4cec] {
          font-weight: bold;
          font-size: 20px;
          color: #2E343E;
          margin-top: 47px;
}
.communication .content .wxlist .wx_card .method[data-v-569f4cec] {
          position: absolute;
          width: 81px;
          background: linear-gradient(135deg, #DDDAFD 0%, #5F6BF6 51%, #0041A3 95%);
          border-radius: 125px 84px 84px 0px;
          top: -15px;
          left: 0px;
          text-align: center;
          font-weight: bold;
          font-size: 12px;
          color: #FFFFFF;
          line-height: 30px;
}
.communication .content .tip[data-v-569f4cec] {
      margin-top: 46px;
      font-weight: 400;
      font-size: 13px;
      color: #616469;
      line-height: 20px;
}
.communication .content .cross[data-v-569f4cec] {
      position: absolute;
      width: 33px;
      height: 33px;
      right: 40px;
      top: 40px;
      cursor: pointer;
}

.application[data-v-01e54022] {
  margin-top: 32px;
  overflow: hidden;
}
.application .app_title[data-v-01e54022] {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
}
.application .app_title .boundary[data-v-01e54022] {
      width: 20px;
      height: 10px;
}
.application .app_title .app_title_font[data-v-01e54022] {
      font-weight: bold;
      font-size: 19px;
      color: #0041a3;
      margin: 0 16px;
}
.application .app_unit[data-v-01e54022] {
    border: 1px solid #0041a3;
    font-size: 18px;
    color: #0041a3;
    line-height: 48px;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
}
.application .app_unit2[data-v-01e54022] {
    background: rgba(0, 120, 255, 0.1);
    border: 1px solid rgba(0, 120, 255, 0.1);
}
.application .app_unit_number[data-v-01e54022] {
    border: 1px solid #cbd1d7;
    font-size: 16px;
    color: #8a95a2;
    line-height: 48px;
    margin-top: 16px;
    width: 336px;
    max-width: 336px;
    padding-left: 16px;
    font-family: Arial, Arial;
    outline: none;
}
.application .tips[data-v-01e54022] {
    font-size: 12px;
    color: #0041a3;
    line-height: 19px;
    margin-top: 14px;
}
.application .refer[data-v-01e54022] {
    background: #0041a3;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    margin-top: 14px;
    cursor: pointer;
}

.departments .depar_title[data-v-20a0e163] {
  font-weight: bold;
  font-size: 24px;
  color: #0041a3;
}
.departments .depar_list[data-v-20a0e163] {
  width: 336px;
}
.departments .depar_list a[data-v-20a0e163]:hover {
    background: #e8efff;
}
.departments .depar_list .depar_card[data-v-20a0e163] {
    display: flex;
    justify-content: flex-start;
    padding: 24px 0 24px 16px;
    border-bottom: 1px solid #e5e8eb;
    align-items: center;
}
.departments .depar_list .depar_card .disease_img[data-v-20a0e163] {
      width: 28px;
      height: 28px;
}
.departments .depar_list .depar_card .disease_name[data-v-20a0e163] {
      font-size: 16px;
      color: #2e343e;
      line-height: 28px;
      margin-left: 10px;
}

.drugcard[data-v-76c6cbb4] {
  background: #f5f8fd;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drugcard .drugimg[data-v-76c6cbb4] {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    margin-right: 16px;
}
.drugcard .druginfo[data-v-76c6cbb4] {
    max-width: 330px;
    margin-right: 16px;
}
.drugcard .druginfo .drugtitle[data-v-76c6cbb4] {
      font-weight: bold;
      font-size: 16px;
      color: #2e343e;
      line-height: 32px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 1;
}
.drugcard .druginfo .drugcontent[data-v-76c6cbb4] {
      font-size: 14px;
      color: #616469;
      line-height: 28px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
}
.drugcard .WeChat[data-v-76c6cbb4] {
    width: 296px;
    height: 150px;
    border-left: 1px solid;
    -o-border-image: linear-gradient(180deg, rgba(176, 213, 255, 0), #b0d5ff, rgba(176, 213, 255, 0)) 1 1;
       border-image: linear-gradient(180deg, rgba(176, 213, 255, 0), #b0d5ff, rgba(176, 213, 255, 0)) 1 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drugcard .WeChat .Scan[data-v-76c6cbb4] {
      font-weight: bold;
      font-size: 16px;
      color: #0078ff;
      line-height: 20px;
      margin-left: 16px;
}
.drugcard .WeChat .circular_arrow[data-v-76c6cbb4] {
      width: 14px;
      height: 14px;
}
.drugcard .WeChat .wechat_qr_code[data-v-76c6cbb4] {
      width: 112px;
      height: 112px;
      border: 4px solid #0078ff;
}

@charset "UTF-8";
.drugType[data-v-4ef4bade] {
  background-color: #ffffff;
  width: 824px;
  margin-top: 16px;
  box-sizing: border-box;
}
.drugType .title[data-v-4ef4bade] {
    border-bottom: 1px solid #dfe2e7;
    display: flex;
    justify-content: flex-start;
}
.drugType .title .tilfon[data-v-4ef4bade] {
      font-weight: bold;
      font-size: 18px;
      color: #0041a3;
      line-height: 60px;
      border-bottom: 4px solid #0041a3;
}
.drugType .typelist[data-v-4ef4bade] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.drugType .typelist .contentcard[data-v-4ef4bade] {
      margin-top: 16px;
      width: calc(50% - 8px);
      /* 每个 li 占 50% 宽度，减去半个间隔 */
      height: 50px;
      background: #eef6ff;
      box-sizing: border-box;
      display: flex;
      padding-left: 16px;
      align-items: center;
      /* 垂直居中 */
}
.drugType .typelist .contentcard .typename[data-v-4ef4bade] {
        font-family: Arial, Arial;
        font-weight: bold;
        font-size: 18px;
        color: #0041a3;
        text-align: left;
        font-style: normal;
        text-transform: none;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 1;
}
.drugType .typelist .contentcard .content[data-v-4ef4bade] {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 8px;
}
.drugType .typelist .contentcard .content .left[data-v-4ef4bade] {
          font-weight: 400;
          font-size: 14px;
          color: #5a6478;
          line-height: 18px;
          flex-shrink: 0;
}
.drugType .typelist .contentcard .content .right[data-v-4ef4bade] {
          margin-left: 4px;
          font-weight: 400;
          font-size: 14px;
          color: #293347;
          line-height: 18px;
}

.subtotal[data-v-1a7820ed] {
  margin-top: 32px;
  padding-right: 24px;
}
.subtotal .sub_title[data-v-1a7820ed] {
    border-bottom: 1px solid #cbd1d7;
}
.subtotal .sub_title .title_font[data-v-1a7820ed] {
      font-weight: bold;
      font-size: 18px;
      color: #0041a3;
      line-height: 62px;
      border-bottom: 4px solid #0041a3;
      width: -moz-max-content;
      width: max-content;
}
.subtotal .sub_newslist[data-v-1a7820ed] {
    margin-top: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e8eb;
}
.subtotal .sub_newslist .sub_news_title[data-v-1a7820ed] {
      font-weight: bold;
      font-size: 16px;
      color: #2e343e;
      line-height: 24px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 1;
}
.subtotal .sub_newslist .sub_news_title2[data-v-1a7820ed] {
      font-weight: 400;
      color: #616469;
      margin-top: 8px;
}

.subtotal[data-v-0018ff74] {
  margin-top: 32px;
  padding-right: 24px;
}
.subtotal .sub_title[data-v-0018ff74] {
    border-bottom: 1px solid #cbd1d7;
}
.subtotal .sub_title .title_font[data-v-0018ff74] {
      font-weight: bold;
      font-size: 18px;
      color: #0041a3;
      line-height: 62px;
      border-bottom: 4px solid #0041a3;
      width: -moz-max-content;
      width: max-content;
}
.subtotal .sub_newslist[data-v-0018ff74] {
    margin-top: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e8eb;
}
.subtotal .sub_newslist .sub_news_title[data-v-0018ff74] {
      font-weight: bold;
      font-size: 16px;
      color: #2e343e;
      line-height: 24px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 1;
}
.subtotal .sub_newslist .sub_news_title2[data-v-0018ff74] {
      font-weight: 400;
      color: #616469;
      margin-top: 8px;
}

.new_drugs[data-v-0c985b12] {
  margin-top: 32px;
}
.new_drugs .drugcard_title[data-v-0c985b12] {
    font-weight: bold;
    font-size: 24px;
    color: #0041a3;
    line-height: 52px;
}
.new_drugs .drugcard_list .drugcard[data-v-0c985b12] {
    border-bottom: 1px solid #e5e8eb;
    margin-top: 32px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 32px;
}
.new_drugs .drugcard_list .drugcard .drugimg[data-v-0c985b12] {
      width: 80px;
      height: 80px;
}
.new_drugs .drugcard_list .drugcard .druginfo[data-v-0c985b12] {
      margin-left: 8px;
}
.new_drugs .drugcard_list .drugcard .druginfo .drugname[data-v-0c985b12] {
        margin-top: 8px;
        font-weight: bold;
        font-size: 16px;
        color: #293347;
        line-height: 16px;
}
.new_drugs .drugcard_list .drugcard .druginfo .drugcontent[data-v-0c985b12] {
        margin-top: 8px;
        font-size: 14px;
        color: #5a6478;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
}

.combody .newdrugbox[data-v-4e67f00c] {
  background: #fff;
  position: relative;
  border: 1px solid #ffeee8;
  height: 232px;
  display: flex;
}
.combody .newdrugbox .newlogo[data-v-4e67f00c] {
    padding: 0 20px;
    height: 50px;
    top: -25px;
    left: 0;
    position: absolute;
    text-align: center;
    line-height: 50px;
    color: #fd3d00;
    font-weight: bold;
    font-size: 24px;
    background: #ffeee8;
    border-radius: 0px 24px 24px 0px;
}
.combody .newdrugbox img[data-v-4e67f00c] {
    width: 232px;
    height: 232px;
}
.combody .newdrugbox .rightbox[data-v-4e67f00c] {
    margin-left: 24px;
    padding: 25px 0;
    width: 942px;
    box-sizing: border-box;
    height: 232px;
    display: flex;
    justify-content: space-between;
}
.combody .newdrugbox .rightbox .left[data-v-4e67f00c] {
      width: 764px;
}
.combody .newdrugbox .rightbox .left .drugname[data-v-4e67f00c] {
        height: 32px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: bold;
        font-size: 24px;
        color: #293347;
        line-height: 32px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
.combody .newdrugbox .rightbox .left .drugname a[data-v-4e67f00c]:hover {
          color: #003399;
}
.combody .newdrugbox .rightbox .left .othername[data-v-4e67f00c] {
        margin-top: 16px;
        height: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 16px;
        color: #293347;
        line-height: 18px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
.combody .newdrugbox .rightbox .left .indications[data-v-4e67f00c] {
        height: 32px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 16px;
        color: #5a6478;
        line-height: 32px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
.combody .newdrugbox .rightbox .left .listbox[data-v-4e67f00c] {
        margin-top: 16px;
        justify-content: space-between;
        display: flex;
        align-content: space-between;
        box-sizing: border-box;
        flex-wrap: wrap;
        padding-top: 16px;
        height: 68px;
        border-top: 1px solid #dfe2e7;
}
.combody .newdrugbox .rightbox .left .listbox li[data-v-4e67f00c] {
          width: 360px;
          font-family: Microsoft YaHei, Microsoft YaHei;
          font-weight: 400;
          font-size: 14px;
          color: #293347;
          line-height: 18px;
          text-align: left;
          font-style: normal;
          text-transform: none;
}
.combody .newdrugbox .rightbox .left .listbox li a[data-v-4e67f00c]:hover {
            color: #003399;
}
.combody .newdrugbox .rightbox .right[data-v-4e67f00c] {
      display: flex;
      align-items: center;
      margin-right: 2px;
}
.combody .newdrugbox .rightbox .right .box[data-v-4e67f00c] {
        width: 144px;
        height: 124px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.combody .newdrugbox .rightbox .right .box .ckxq[data-v-4e67f00c] {
          width: 144px;
          height: 50px;
          background: #e8efff;
          color: #003399;
          font-size: 16px;
          text-align: center;
          line-height: 50px;
          font-weight: bold;
}
.combody .newdrugbox .rightbox .right .box .dzxj[data-v-4e67f00c] {
          width: 144px;
          height: 50px;
          background: #feede1;
          color: #f46803;
          font-size: 16px;
          text-align: center;
          line-height: 50px;
          font-weight: bold;
          cursor: pointer;
}
.combody .carousel[data-v-4e67f00c] {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.combody .carousel .carousel_ul[data-v-4e67f00c] {
    height: 8px;
    display: flex;
}
.combody .carousel .carousel_ul li[data-v-4e67f00c] {
      margin-right: 4px;
      width: 8px;
      height: 8px;
      background: linear-gradient(180deg, #f48503 0%, #f46803 100%);
      border-radius: 8px 8px 8px 8px;
      opacity: 0.2;
}
.combody .carousel .carousel_ul .iscarousel[data-v-4e67f00c] {
      width: 16px;
      height: 8px;
      background: linear-gradient(180deg, #f48503 0%, #f46803 100%);
      border-radius: 8px 8px 8px 8px;
      opacity: 1;
}

.drug_window[data-v-77e9f886] {
  margin-top: 32px;
  padding-right: 24px;
}
.drug_window .drugtitle[data-v-77e9f886] {
    border-bottom: 1px solid #cbd1d7;
}
.drug_window .drugtitle .title_font[data-v-77e9f886] {
      font-weight: bold;
      font-size: 18px;
      color: #0041a3;
      line-height: 62px;
      border-bottom: 4px solid #0041a3;
      width: -moz-max-content;
      width: max-content;
}
.drug_window .druglist[data-v-77e9f886] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 16px;
}
.drug_window .druglist .drugcard[data-v-77e9f886] {
      text-align: center;
      width: 256px;
}
.drug_window .druglist .drugcard .drugimg[data-v-77e9f886] {
        width: 232px;
        height: 232px;
        margin-top: 24px;
}
.drug_window .druglist .drugcard .drugname[data-v-77e9f886] {
        margin-left: 12px;
        font-weight: bold;
        text-align: left;
        font-size: 16px;
        color: #2e343e;
        margin-top: 8px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 1;
}
.drug_window .druglist .drugcard .drugcontent[data-v-77e9f886] {
        margin-left: 12px;
        text-align: left;
        font-size: 14px;
        margin-top: 10px;
        color: #616469;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
}

.toptenbox[data-v-48c382c1] {
  padding: 48px 0 80px;
  background: #f5f8fd;
}
.toptenbox .title[data-v-48c382c1] {
    font-weight: bold;
    font-size: 32px;
    color: #0041a3;
    height: 52px;
    border-bottom: 1px solid #cbd1d7;
}
.toptenbox .drugbox[data-v-48c382c1] {
    height: 642px;
    width: 100%;
}
.toptenbox .drugbox .drugcard[data-v-48c382c1] {
      width: 232px;
      height: 316px;
      background: #fff;
}
.toptenbox .drugbox .drugcard img[data-v-48c382c1] {
        width: 232px;
        height: 232px;
}
.toptenbox .drugbox .drugcard .name[data-v-48c382c1] {
        padding: 0 16px;
        color: #2e343e;
}
.toptenbox .drugbox .drugcard .content[data-v-48c382c1] {
        color: #616469;
        padding: 0 16px;
}

.Latest[data-v-89799fc2] {
  padding: 48px 0;
  background: #f5f8fd;
}
.Latest .title[data-v-89799fc2] {
    font-weight: bold;
    font-size: 32px;
    color: #0041a3;
    height: 52px;
    border-bottom: 1px solid #cbd1d7;
}
.Latest .newsbox[data-v-89799fc2] {
    height: 676px;
    width: 100%;
}
.Latest .newsbox .newsitem[data-v-89799fc2] {
      width: 584px;
      height: 116px;
      border-bottom: 1px solid #cbd1d7;
}
.Latest .newsbox .newsitem .itemtitle[data-v-89799fc2] {
        font-weight: bold;
        font-size: 18px;
        color: #2e343e;
        line-height: 28px;
}
.Latest .newsbox .newsitem .content[data-v-89799fc2] {
        margin-top: 8px;
        font-weight: 400;
        font-size: 16px;
        color: #616469;
        line-height: 28px;
        text-align: justify;
        font-style: normal;
        text-transform: none;
}

.contactus[data-v-61c07d9f] {
  background: #0041a3;
  height: 400px;
  padding: 63px 0;
}
.contactus .lefttext .bigfont[data-v-61c07d9f] {
    line-height: 56px;
}
.contactus .rightfrom[data-v-61c07d9f] {
    width: 500px;
    height: 248px;
}
.contactus .rightfrom input[data-v-61c07d9f] {
      box-sizing: border-box;
      border-radius: 4px;
      font-size: 16px;
      background: #fff;
      width: 500px;
      height: 50px;
      border: none;
      padding: 0 16px;
      margin-bottom: 16px;
}
.contactus .rightfrom .submitbtn[data-v-61c07d9f] {
      width: 500px;
      height: 50px;
      background: #e36612;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      border: none;
}

.latest_articles[data-v-c8919a96] {
  margin-top: 32px;
}
.latest_articles .latest_title[data-v-c8919a96] {
    font-weight: bold;
    font-size: 24px;
    color: #0041a3;
    line-height: 52px;
}
.latest_articles .latest_list .latest_card[data-v-c8919a96] {
    border-bottom: 1px solid #e5e8eb;
    font-size: 14px;
    color: #293347;
    line-height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}

.newslist[data-v-59114e02] {
  padding: 8px 24px 0px 0px;
}
.newslist .title[data-v-59114e02] {
    border-bottom: 1px solid #cbd1d7;
    width: 824px;
}
.newslist .title .component[data-v-59114e02] {
      line-height: 62px;
      font-size: 24px;
      color: #0041a3;
      font-weight: bolder;
      border-bottom: 4px solid #0041a3;
      width: -moz-max-content;
      width: max-content;
}
.newslist .newcard[data-v-59114e02] {
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e8eb;
}
.newslist .newcard .newtitle[data-v-59114e02] {
      font-weight: bold;
      font-size: 18px;
      color: #2e343e;
      line-height: 28px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
}
.newslist .newcard .newcontent[data-v-59114e02] {
      margin-top: 8px;
      font-size: 16px;
      color: #616469;
      line-height: 24px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
}
.newslist .newcard .newdate[data-v-59114e02] {
      font-size: 14px;
      color: #8a95a2;
      margin-top: 16px;
}
.newslist .paging[data-v-59114e02] {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
}


.right{
  margin-left: 16px;
}

.seagull[data-v-66633a0b] {
  width: 824px;
  height: 148px;
  margin-top: 50px;
  cursor: pointer;
}

