@-webkit-keyframes error404animation-data-v-1845bf6d {
0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
20% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
}
40% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
}
60% {
    -webkit-transform: rotateZ(50deg);
            transform: rotateZ(50deg);
}
80% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
}
100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
}
@keyframes error404animation-data-v-1845bf6d {
0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
20% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
}
40% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
}
60% {
    -webkit-transform: rotateZ(50deg);
            transform: rotateZ(50deg);
}
80% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
}
100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
}
.error404-body-con[data-v-1845bf6d] {
  width: 700px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.error404-body-con-title[data-v-1845bf6d] {
    text-align: center;
    font-size: 240px;
    font-weight: 700;
    color: #2d8cf0;
    height: 260px;
    line-height: 260px;
    margin-top: 40px;
}
.error404-body-con-title span[data-v-1845bf6d] {
      display: inline-block;
      color: #19be6b;
      font-size: 230px;
      -webkit-animation: error404animation-data-v-1845bf6d 3s ease 0s infinite alternate;
              animation: error404animation-data-v-1845bf6d 3s ease 0s infinite alternate;
}
.error404-body-con-message[data-v-1845bf6d] {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 12px;
    color: #dddde2;
}
.error404-btn-con[data-v-1845bf6d] {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}

@-webkit-keyframes error403animation-data-v-1837a7ec {
0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
40% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
}
45% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
}
50% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
}
55% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
}
60% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
}
100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
}
@keyframes error403animation-data-v-1837a7ec {
0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
40% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
}
45% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
}
50% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
}
55% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
}
60% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
}
100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
}
.error403-body-con[data-v-1837a7ec] {
  width: 700px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.error403-body-con-title[data-v-1837a7ec] {
    text-align: center;
    font-size: 240px;
    font-weight: 700;
    color: #2d8cf0;
    height: 260px;
    line-height: 260px;
    margin-top: 40px;
}
.error403-body-con-title .error403-0-span[data-v-1837a7ec] {
      display: inline-block;
      position: relative;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      border: 20px solid #ed3f14;
      color: #ed3f14;
      margin-right: 10px;
}
.error403-body-con-title .error403-0-span i[data-v-1837a7ec] {
        display: inline-block;
        font-size: 120px !important;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
}
.error403-body-con-title .error403-key-span[data-v-1837a7ec] {
      display: inline-block;
      position: relative;
      width: 100px;
      height: 190px;
      border-radius: 50%;
      margin-right: 10px;
}
.error403-body-con-title .error403-key-span i[data-v-1837a7ec] {
        display: inline-block;
        font-size: 190px !important;
        position: absolute;
        left: 20px;
        -webkit-transform: translate(-50%, -60%);
                transform: translate(-50%, -60%);
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation: error403animation-data-v-1837a7ec 2.8s ease 0s infinite;
                animation: error403animation-data-v-1837a7ec 2.8s ease 0s infinite;
}
.error403-body-con-message[data-v-1837a7ec] {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #dddde2;
}
.error403-btn-con[data-v-1837a7ec] {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}

@-webkit-keyframes error500animation-data-v-4cf39caa {
0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
20% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
}
40% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
}
60% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
}
80% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
}
100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
}
@keyframes error500animation-data-v-4cf39caa {
0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
20% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
}
40% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
}
60% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
}
80% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
}
100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
}
}
.error500-body-con[data-v-4cf39caa] {
  width: 700px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.error500-body-con-title[data-v-4cf39caa] {
    text-align: center;
    font-size: 240px;
    font-weight: 700;
    color: #2d8cf0;
    height: 260px;
    line-height: 260px;
    margin-top: 40px;
}
.error500-body-con-title .error500-0-span[data-v-4cf39caa] {
      display: inline-block;
      position: relative;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      border: 20px solid #ed3f14;
      color: #ed3f14;
      margin-right: 10px;
}
.error500-body-con-title .error500-0-span i[data-v-4cf39caa] {
        display: inline-block;
        font-size: 120px !important;
        position: absolute;
        bottom: -43px;
        left: 20px;
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-animation: error500animation-data-v-4cf39caa 3s ease 0s infinite alternate;
                animation: error500animation-data-v-4cf39caa 3s ease 0s infinite alternate;
}
.error500-body-con-message[data-v-4cf39caa] {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #dddde2;
}
.error500-btn-con[data-v-4cf39caa] {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}

.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-row[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-title[data-v-5954443c] {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0.5vw;
}
.common-tip[data-v-5954443c] {
  font-size: 16px;
}
.common-btn[data-v-5954443c] {
  margin-top: 1vw;
}
[data-v-5954443c] .el-carousel__container {
  height: 31.25vw;
}
.inter-health[data-v-5954443c] {
  height: 56.25vw;
  padding: 2.5vw 11.45vw;
  text-align: center;
}
.inter-health .health-title[data-v-5954443c] {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10vw;
}
.inter-health .health-content .menu[data-v-5954443c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.inter-health .health-content .menu .menu-item[data-v-5954443c] {
      width: 15.625vw;
      height: 10.94vw;
      border: 1px solid #f7fcfe;
      -webkit-box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
              box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.inter-health .health-content .menu .menu-item[data-v-5954443c]:nth-child(1) {
        margin-bottom: 1.5vw;
}
.inter-health .health-content .menu .menu-item[data-v-5954443c]:nth-child(2) {
        margin-bottom: 1.5vw;
}
.inter-health .health-content .menu .menu-item[data-v-5954443c]:nth-child(2n) {
        margin-left: 1.5vw;
}
.inter-health .health-content .menu .menu-item .el-image[data-v-5954443c] {
        width: 3.3vw;
}
.inter-health .health-content .menu .menu-item .item-text[data-v-5954443c] {
        font-size: 1.15vw;
        text-align: center;
        margin-top: 0.52vw;
}
.inter-hospital[data-v-5954443c] {
  height: 56.25vw;
  padding: 10vw 11.45vw;
  background-color: #F7FCFE;
  text-align: center;
}
.inter-hospital .hospital-image[data-v-5954443c] {
    width: 46vw;
}
.clini_nutrit[data-v-5954443c] {
  height: 56.25vw;
  padding: 10vw 11.45vw;
  text-align: center;
}
.clini_nutrit .nutrition[data-v-5954443c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.clini_nutrit .nutrition .nutrition-item[data-v-5954443c] {
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 16.77vw;
      height: 11.4vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1vw;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 3.6vw;
}
.clini_nutrit .nutrition .nutrition-item[data-v-5954443c]:nth-child(2n-1) {
        margin-right: 1vw;
}
.clini_nutrit .nutrition .nutrition-item[data-v-5954443c]:nth-child(5) {
        margin-bottom: 0;
}
.clini_nutrit .nutrition .nutrition-item[data-v-5954443c]:nth-child(6) {
        margin-bottom: 0;
}
.clini_nutrit .nutrition .nutrition-item .item-content[data-v-5954443c] {
        padding: 0 2vw;
}
.clini_nutrit .nutrition .nutrition-item .item-content .item-title[data-v-5954443c] {
          font-size: 16px;
          margin-bottom: 0.5vw;
          font-weight: bold;
}
.clini_nutrit .nutrition .nutrition-item .item-content .item-tip[data-v-5954443c] {
          font-size: 14px;
}
.technical-super[data-v-5954443c] {
  height: 40vw;
  padding: 2.5vw 11.45vw;
}
.technical-super .technical-title[data-v-5954443c] {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 11.04vw;
}
.technical-super .technical-temp[data-v-5954443c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.technical-super .technical-temp .technical-content[data-v-5954443c] {
      width: 51.4vw;
      height: 15.93vw;
      background-image: url("/svg/technical_h.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.technical-super .technical-temp .technical-content .technical-item[data-v-5954443c] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 6vw 2vw 0;
        text-align: center;
}
.technical-super .technical-temp .technical-content .technical-item[data-v-5954443c]:nth-child(1) {
          padding-left: 1.5vw;
          padding-right: 2.5vw;
}
.technical-super .technical-temp .technical-content .technical-item[data-v-5954443c]:nth-child(3) {
          padding-left: 2.5vw;
          padding-right: 1.5vw;
}
.technical-super .technical-temp .technical-content .technical-item .item-title[data-v-5954443c] {
          font-weight: bold;
          margin-bottom: 0.5vw;
}
.technical-super .technical-temp .technical-content .technical-item .item-tip[data-v-5954443c] {
          font-size: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
.technical-temp .item-tip[data-v-5954443c] {
    font-size: 12px !important;
}
}
@media screen and (max-width: 992px) {
.mobile-padding[data-v-5954443c] {
    height: auto !important;
    padding: 5.33vw 3.2vw !important;
}
.common-title[data-v-5954443c] {
    font-size: 4.27vw !important;
    margin-bottom: 3.2vw !important;
}
.common-tip[data-v-5954443c] {
    font-size: 3.73vw !important;
    margin-bottom: 5.33vw !important;
}
.common-btn[data-v-5954443c] {
    margin-top: 5.33vw;
    margin-bottom: 10.66vw;
}
.common-btn .el-button[data-v-5954443c] {
      width: 96px;
}
[data-v-5954443c] .el-carousel__container {
    height: 106.67vw;
}
.inter-health .health-title[data-v-5954443c] {
    font-size: 4.27vw;
    margin-bottom: 5.33vw;
}
.inter-health .health-content .el-row[data-v-5954443c] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.inter-health .health-content .menu[data-v-5954443c] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.06vw;
    margin-bottom: 5.33vw;
}
.inter-health .health-content .menu .menu-item[data-v-5954443c] {
      width: 44.26vw;
      height: 29.86vw;
}
.inter-health .health-content .menu .menu-item[data-v-5954443c]:nth-child(1) {
        margin-bottom: 2.93vw;
}
.inter-health .health-content .menu .menu-item[data-v-5954443c]:nth-child(2) {
        margin-bottom: 2.93vw;
}
.inter-health .health-content .menu .menu-item[data-v-5954443c]:nth-child(2n) {
        margin-left: 0vw;
}
.inter-health .health-content .menu .menu-item .el-image[data-v-5954443c] {
        width: 11.2vw;
}
.inter-health .health-content .menu .menu-item .item-text[data-v-5954443c] {
        font-size: 3.73vw;
        margin-top: 2.93vw;
}
.inter-health .health-content .health-image[data-v-5954443c] {
    padding: 0 2.13vw;
}
.inter-hospital .hospital-image[data-v-5954443c] {
    width: 100%;
}
.clini_nutrit .el-row[data-v-5954443c] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.clini_nutrit .nutrition[data-v-5954443c] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.clini_nutrit .nutrition .nutrition-item[data-v-5954443c] {
      display: block;
      width: 45.33vw;
      height: 32vw;
      margin-bottom: 2.67vw;
      border: 1px solid #f7fcfe;
      -webkit-box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
              box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
      padding-top: 5.3vw;
}
.clini_nutrit .nutrition .nutrition-item .el-image[data-v-5954443c] {
        width: 11.73vw;
        height: 11.73vw;
        margin-bottom: 2.67vw;
}
.clini_nutrit .nutrition .nutrition-item .item-title[data-v-5954443c] {
        font-size: 3.73vw;
        font-weight: bold;
}
.technical-super .technical-title[data-v-5954443c] {
    font-size: 4.27vw;
    margin-bottom: 5.33vw;
}
.technical-super .technical-temp-mobile .technical-item[data-v-5954443c] {
    padding: 4.8vw 2.67vw 3.73vw !important;
    margin-bottom: 2.67vw;
    text-align: center;
    border: 1px solid #f7fcfe;
    -webkit-box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
            box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.technical-super .technical-temp-mobile .technical-item .el-image[data-v-5954443c] {
      width: 11.73vw;
      height: 11.73vw;
      margin-bottom: 2.67vw;
}
.technical-super .technical-temp-mobile .technical-item .item-content[data-v-5954443c] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: left;
      margin-left: 2.67vw;
}
.technical-super .technical-temp-mobile .technical-item .item-content .item-title[data-v-5954443c] {
        font-size: 3.73vw;
        font-weight: bold;
        margin-bottom: 2.67vw;
}
.technical-super .technical-temp-mobile .technical-item .item-content .item-tip[data-v-5954443c] {
        font-size: 3.73vw;
}
}

.padding-main-new[data-v-0c3d960f] {
  padding: 3.125vw 18.75vw;
}
.image-flex[data-v-0c3d960f] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-row[data-v-0c3d960f],
.el-col[data-v-0c3d960f] {
  height: 100%;
}
.title[data-v-0c3d960f] {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.inter-hospital .hospital-content[data-v-0c3d960f] {
  background-color: #F7FCFE;
  height: 39.06vw;
  min-height: 600px;
}
.inter-hospital .hospital-content .hospital-desc[data-v-0c3d960f] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.inter-hospital .hospital-content .hospital-desc .hospital-title[data-v-0c3d960f] {
      font-size: 44px;
      margin-top: 7.29vw;
      font-weight: bold;
      margin-bottom: 0.72vw;
}
.inter-hospital .hospital-content .hospital-desc .hospital-tip[data-v-0c3d960f] {
      font-size: 18px;
      margin-bottom: 1.56vw;
}
.inter-hospital .hospital-content .hospital-desc .hospital-btn[data-v-0c3d960f] {
      width: 90%;
}
.inter-hospital .hospital-content .hospital-desc .hospital-btn .btn-item[data-v-0c3d960f] {
        width: 94px;
        margin: 0;
        margin-right: 1.04vw;
        margin-bottom: 1.04vw;
        background-color: #2D85EE;
        cursor: pointer;
        font-size: 16px;
        height: 36px;
        padding: 0px 16px;
}
.inter-hospital .hospital-content .hospital-desc .hospital-btn .btn-item i[data-v-0c3d960f] {
          margin-left: 2px;
          vertical-align: -1px;
}
.inter-hospital .hospital-content .hospital-desc .hospital-btn .el-button--info[data-v-0c3d960f] {
        background-color: #909399;
        border-color: #909399;
}
.inter-hospital .hospital-content .hospital-desc .qr-code[data-v-0c3d960f] {
      width: 117px;
      margin-top: 0.52vw;
}
.inter-hospital .hospital-content .hospital-desc .qr-code div[data-v-0c3d960f] {
        font-size: 14px;
        text-align: center;
}
.inter-hospital .hospital-scheme[data-v-0c3d960f] {
  height: 56.25vw;
}
.inter-hospital .hospital-scheme .content[data-v-0c3d960f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7.395vw;
}
.inter-hospital .hospital-scheme .content .scheme-item[data-v-0c3d960f] {
      width: 19.8vw;
      height: 25vw;
      -webkit-box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
              box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5.2vw 15px 0;
}
.inter-hospital .hospital-scheme .content .scheme-item .item-image[data-v-0c3d960f] {
        margin-bottom: 2.34vw;
}
.inter-hospital .hospital-scheme .content .scheme-item .item-title[data-v-0c3d960f] {
        margin-bottom: 12px;
        font-size: 1.25vw;
        font-weight: bold;
}
.inter-hospital .hospital-scheme .content .scheme-item .item-tip[data-v-0c3d960f] {
        text-align: center;
        font-size: 14px;
        width: 100%;
}
.inter-hospital .hospital-recipe[data-v-0c3d960f] {
  height: 40vw;
  background: #f7fcfe;
}
.inter-hospital .hospital-recipe .content[data-v-0c3d960f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.68vw;
}
.inter-hospital .hospital-recipe .content .recipe-item[data-v-0c3d960f] {
      border-radius: 50%;
      width: 19.8vw;
      height: 19.8vw;
      -webkit-box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
              box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5.2vw 4.2vw 0;
      background-repeat: no-repeat;
      background-size: cover;
}
.inter-hospital .hospital-recipe .content .recipe-item .item-image[data-v-0c3d960f] {
        margin-bottom: 1vw;
}
.inter-hospital .hospital-recipe .content .recipe-item .item-title[data-v-0c3d960f] {
        margin-bottom: 12px;
        font-size: 1.25vw;
        font-weight: bold;
}
.inter-hospital .hospital-recipe .content .recipe-item .item-tip[data-v-0c3d960f] {
        text-align: center;
        font-size: 14px;
}
.inter-hospital .hospital-construct[data-v-0c3d960f] {
  height: 40vw;
}
.inter-hospital .hospital-construct .content[data-v-0c3d960f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7.29vw;
}
.inter-hospital .hospital-construct .content .construct-item[data-v-0c3d960f] {
      border-radius: 50%;
      width: 11.45vw;
      height: 14.58vw;
      border: 1px solid #f7fcfe;
      -webkit-box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
              box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
      border-radius: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 3.125vw 10px 0;
}
.inter-hospital .hospital-construct .content .construct-item .item-image[data-v-0c3d960f] {
        margin-bottom: 1.04vw;
}
.inter-hospital .hospital-construct .content .construct-item .item-info[data-v-0c3d960f] {
        text-align: center;
}
.inter-hospital .hospital-construct .content .construct-item .item-title[data-v-0c3d960f] {
        margin-bottom: 12px;
        font-size: 1.04vw;
        font-weight: bold;
}
.inter-hospital .hospital-construct .content .construct-item .item-tip[data-v-0c3d960f] {
        text-align: center;
        font-size: 14px;
        width: 100%;
}
.inter-hospital .hospital-flow[data-v-0c3d960f] {
  height: 56.25vw;
  text-align: center;
  background: #f7fcfe;
}
.inter-hospital .hospital-flow .title[data-v-0c3d960f] {
    margin-bottom: 1.04vw;
}
.inter-hospital .hospital-flow .title1[data-v-0c3d960f] {
    margin-bottom: 5.2vw;
}
.inter-hospital .hospital-flow .el-image[data-v-0c3d960f] {
    width: 37.5vw;
}
@media screen and (max-width: 1440px) {
.hospital-scheme .scheme-item[data-v-0c3d960f] {
    padding-top: 3.2vw !important;
}
.hospital-scheme .scheme-item .item-image[data-v-0c3d960f] {
      width: 8.88vw;
      margin-bottom: 1.34vw !important;
}
.hospital-recipe .recipe-item[data-v-0c3d960f] {
    padding-top: 3.2vw !important;
}
.hospital-construct .construct-item[data-v-0c3d960f] {
    padding-top: 1.2vw !important;
}
}
@media screen and (max-width: 992px) {
.el-col[data-v-0c3d960f] {
    height: auto;
}
.mobile-padding[data-v-0c3d960f] {
    height: auto !important;
    padding: 5.33vw 3.2vw !important;
}
.title[data-v-0c3d960f] {
    font-size: 4.27vw;
}
.inter-hospital .hospital-content[data-v-0c3d960f] {
    height: 106.67vw !important;
    padding: 5.33vw 0 !important;
    text-align: center;
    min-height: auto;
}
.inter-hospital .hospital-content .hospital-desc[data-v-0c3d960f] {
      padding: 0 3.2vw;
}
.inter-hospital .hospital-content .hospital-desc .hospital-title[data-v-0c3d960f] {
        font-size: 3.73vw;
        margin-bottom: 1.33vw;
}
.inter-hospital .hospital-content .hospital-desc .hospital-tip[data-v-0c3d960f] {
        background-color: #F7FCFE;
        font-size: 3.73vw;
        color: #333;
        width: auto;
}
.inter-hospital .hospital-content .hospital-desc .hospital-tip span[data-v-0c3d960f] {
          color: #2D85EE;
}
.inter-hospital .hospital-content .hospital-image[data-v-0c3d960f] {
      margin-top: 13.33vw;
      width: 100%;
}
.inter-hospital .hospital-scheme[data-v-0c3d960f] {
    height: auto !important;
}
.inter-hospital .hospital-scheme .content[data-v-0c3d960f] {
      display: block;
}
.inter-hospital .hospital-scheme .content .scheme-item[data-v-0c3d960f] {
        padding: 5.33vw 3.2vw;
        width: 100%;
        height: auto;
        margin-bottom: 3.2vw;
        -webkit-box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
                box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
}
.inter-hospital .hospital-scheme .content .scheme-item .item-image[data-v-0c3d960f] {
          width: 21.33vw;
          margin-bottom: 3.73vw;
}
.inter-hospital .hospital-scheme .content .scheme-item .item-image .el-image[data-v-0c3d960f] {
            width: 100%;
}
.inter-hospital .hospital-scheme .content .scheme-item .item-title[data-v-0c3d960f] {
          font-size: 3.73vw;
          margin-top: 0vw;
          margin-bottom: 1.33vw;
}
.inter-hospital .hospital-scheme .content .scheme-item .item-tip[data-v-0c3d960f] {
          font-size: 3.73vw;
}
.inter-hospital .hospital-recipe[data-v-0c3d960f] {
    height: auto !important;
}
.inter-hospital .hospital-recipe .content[data-v-0c3d960f] {
      display: block;
}
.inter-hospital .hospital-recipe .content .recipe-item[data-v-0c3d960f] {
        padding: 10.67vw !important;
        width: 64.53vw;
        height: 64.53vw;
        margin: 0 auto;
        margin-bottom: 3.2vw;
}
.inter-hospital .hospital-recipe .content .recipe-item .item-image[data-v-0c3d960f] {
          width: 11.2vw;
          margin-bottom: 3.73vw;
}
.inter-hospital .hospital-recipe .content .recipe-item .item-image .el-image[data-v-0c3d960f] {
            width: 100%;
}
.inter-hospital .hospital-recipe .content .recipe-item .item-title[data-v-0c3d960f] {
          font-size: 3.73vw;
          margin-top: 0vw;
          margin-bottom: 1.33vw;
}
.inter-hospital .hospital-recipe .content .recipe-item .item-tip[data-v-0c3d960f] {
          font-size: 3.73vw;
}
.inter-hospital .hospital-construct[data-v-0c3d960f] {
    height: auto !important;
}
.inter-hospital .hospital-construct .content[data-v-0c3d960f] {
      display: block;
}
.inter-hospital .hospital-construct .content .construct-item[data-v-0c3d960f] {
        padding: 5.33vw 8.33vw !important;
        width: 100%;
        height: 37.33vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
}
.inter-hospital .hospital-construct .content .construct-item .item-image[data-v-0c3d960f] {
          width: 11.2vw;
          margin-right: 9.06vw;
}
.inter-hospital .hospital-construct .content .construct-item .item-image .el-image[data-v-0c3d960f] {
            width: 100%;
}
.inter-hospital .hospital-construct .content .construct-item .item-info[data-v-0c3d960f] {
          text-align: left;
}
.inter-hospital .hospital-construct .content .construct-item .item-title[data-v-0c3d960f] {
          font-size: 4.27vw;
          margin-top: 0vw;
          margin-bottom: 1.33vw;
}
.inter-hospital .hospital-construct .content .construct-item .item-tip[data-v-0c3d960f] {
          font-size: 3.73vw;
          text-align: left;
}
.inter-hospital .hospital-construct .content .construct-icon[data-v-0c3d960f] {
        margin: 3.2vw 0;
        text-align: center;
}
.inter-hospital .hospital-construct .content .construct-icon i[data-v-0c3d960f] {
          font-size: 3.2vw;
          color: #3b94ff;
          font-weight: bold;
}
.inter-hospital .hospital-flow[data-v-0c3d960f] {
    height: auto !important;
}
.inter-hospital .hospital-flow .title[data-v-0c3d960f] {
      margin-bottom: 1.04vw;
}
.inter-hospital .hospital-flow .title1[data-v-0c3d960f] {
      font-size: 3.73vw;
      margin-bottom: 5.2vw;
}
.inter-hospital .hospital-flow .el-image[data-v-0c3d960f] {
      width: 100%;
}
}

.image-flex[data-v-36fbc578] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-row[data-v-36fbc578],
.el-col[data-v-36fbc578] {
  height: 100%;
}
.title[data-v-36fbc578] {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 3.125vw;
}
.clini-nutrit .nutrit-content[data-v-36fbc578] {
  background-color: #F7FCFE;
  height: 39.06vw;
}
.clini-nutrit .nutrit-content .nutrit-title[data-v-36fbc578] {
    font-size: 44px;
    margin-top: 7.29vw;
    font-weight: bold;
    margin-bottom: 0.72vw;
}
.clini-nutrit .nutrit-content .nutrit-tip[data-v-36fbc578] {
    font-size: 18px;
    margin-bottom: 1.56vw;
}
.clini-nutrit .system-features[data-v-36fbc578] {
  height: 56.25vw;
}
.clini-nutrit .system-features .mid-box[data-v-36fbc578] {
    display: inline;
}
.clini-nutrit .system-features .mid-box .tip-box[data-v-36fbc578] {
      width: 15%;
      position: absolute;
      text-align: center;
      z-index: 9;
}
.clini-nutrit .system-features .mid-box .tip-box .tip[data-v-36fbc578] {
        font-size: 16px;
        margin-top: 2%;
        color: #333333;
}
.clini-nutrit .system-features .mid-box .tip-box .tip-title[data-v-36fbc578] {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        margin-top: 2%;
        margin-bottom: 1%;
}
.clini-nutrit .system-features .mid-box .tip-box img[data-v-36fbc578] {
        width: 6.04vw;
        height: auto;
}
.clini-nutrit .system-features .mid-box .left-top[data-v-36fbc578] {
      margin-top: -50%;
      margin-left: 17%;
}
.clini-nutrit .system-features .mid-box .left-mid[data-v-36fbc578] {
      margin-top: -30%;
      margin-left: 17%;
}
.clini-nutrit .system-features .mid-box .left-bottom[data-v-36fbc578] {
      margin-top: -10.5%;
      margin-left: 14.5%;
      width: 20%;
}
.clini-nutrit .system-features .mid-box .right-top[data-v-36fbc578] {
      margin-top: -50%;
      margin-left: 68%;
}
.clini-nutrit .system-features .mid-box .right-mid[data-v-36fbc578] {
      margin-left: 68%;
      margin-top: -30%;
}
.clini-nutrit .system-features .mid-box .right-bottom[data-v-36fbc578] {
      margin-left: 65.5%;
      margin-top: -10.5%;
      width: 20%;
}
.clini-nutrit .system-features .mid-center[data-v-36fbc578] {
    width: 45%;
    height: auto;
    padding-top: 3.96vw;
    padding-bottom: 7%;
    margin: auto;
    text-align: center;
}
.clini-nutrit .system-features .mid-center img[data-v-36fbc578] {
    width: 100%;
    height: 100%;
}
.clini-nutrit .main-function[data-v-36fbc578] {
  padding: 3.125vw 18.75vw;
  width: 100%;
  height: 53vw;
  background: #f7fcfe;
}
.clini-nutrit .main-function .list-name[data-v-36fbc578] {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5.83vw;
}
.clini-nutrit .main-function .list[data-v-36fbc578] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.clini-nutrit .main-function .list .list-item[data-v-36fbc578] {
      padding: 1.56vw 0.52vw;
      width: 14.58vw;
      height: 14.58vw;
      background-color: #fff;
      margin-bottom: 1.56vw;
      text-align: center;
      border: 1px solid #f7fcfe;
      -webkit-box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
              box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
}
.clini-nutrit .main-function .list .list-item .el-image[data-v-36fbc578] {
        width: 4.58vw;
}
.clini-nutrit .main-function .list .list-item .item-title[data-v-36fbc578] {
        font-size: 1.25vw;
        font-weight: bold;
        margin-top: 1.04vw;
        margin-bottom: 0.72vw;
}
.clini-nutrit .main-function .list .list-item .item-desc[data-v-36fbc578] {
        font-size: 16px;
}
.clini-nutrit .mobile-bottom[data-v-36fbc578] {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
.main-function .item-desc[data-v-36fbc578] {
    font-size: 12px !important;
}
}
@media screen and (min-width: 1350px) and (max-width: 1440px) {
.main-function .item-desc[data-v-36fbc578] {
    font-size: 14px !important;
}
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
.system-features .tip[data-v-36fbc578] {
    font-size: 14px !important;
}
}
@media screen and (max-width: 992px) {
.el-col[data-v-36fbc578] {
    height: auto;
}
.mobile-padding[data-v-36fbc578] {
    height: auto !important;
    padding: 5.33vw 3.2vw !important;
}
.clini-nutrit .nutrit-content[data-v-36fbc578] {
    height: auto;
    text-align: center;
    padding: 5.33vw 0 !important;
}
.clini-nutrit .nutrit-content .nutrit-desc[data-v-36fbc578] {
      padding: 0 3.2vw;
}
.clini-nutrit .nutrit-content .nutrit-desc .nutrit-title[data-v-36fbc578] {
        font-size: 4.27vw;
        margin-bottom: 0.72vw;
        font-size: bold;
}
.clini-nutrit .nutrit-content .nutrit-desc .nutrit-tip[data-v-36fbc578] {
        font-size: 3.73vw;
        margin-bottom: 8.53vw;
}
.clini-nutrit .nutrit-content .nutrit-desc .nutrit-tip span[data-v-36fbc578] {
          color: #2D85EE;
}
.clini-nutrit .system-features .title[data-v-36fbc578] {
    font-size: 4.27vw;
    margin-bottom: 5.87vw;
}
.clini-nutrit .system-features .mid-box-mobile .tip-box[data-v-36fbc578] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8vw;
}
.clini-nutrit .system-features .mid-box-mobile .tip-box .mid-right[data-v-36fbc578] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 2.67vw;
}
.clini-nutrit .system-features .mid-box-mobile .tip-box .mid-right .tip-title[data-v-36fbc578] {
        font-size: 3.73vw;
        font-weight: bold;
        margin-bottom: 1.34vw;
}
.clini-nutrit .system-features .mid-box-mobile .tip-box .mid-right .tip[data-v-36fbc578] {
        font-size: 3.2vw;
}
.clini-nutrit .system-features .mid-box-mobile .tip-box .el-image[data-v-36fbc578] {
      height: 18vw;
      width: 18vw;
}
.clini-nutrit .system-features .mid-box-mobile .mid-center[data-v-36fbc578] {
    width: 100%;
}
.clini-nutrit .main-function[data-v-36fbc578] {
    padding: 8vw 3.2vw;
}
.clini-nutrit .main-function .list-name[data-v-36fbc578] {
      font-size: 4.27vw;
      margin-bottom: 5.33vw;
}
.clini-nutrit .main-function .list .list-item[data-v-36fbc578] {
      padding: 5.33vw 2.67vw;
      width: 45.33vw;
      height: 53.33vw;
      border: none;
}
.clini-nutrit .main-function .list .list-item .el-image[data-v-36fbc578] {
        width: 14.4vw;
        margin-bottom: 3.73vw;
}
.clini-nutrit .main-function .list .list-item .item-title[data-v-36fbc578] {
        font-size: 4.27vw;
        margin-top: 0vw;
        margin-bottom: 1.33vw;
}
.clini-nutrit .main-function .list .list-item .item-desc[data-v-36fbc578] {
        font-size: 3.73vw;
}
}

.padding-main[data-v-6045cff4] {
  padding: 1.77vw 18.75vw;
}
.about-yy .company-profile[data-v-6045cff4] {
  padding: 1.77vw 36.46vw 1.77vw 18.75vw;
  height: 31.25vw;
  min-height: 500px;
  background-image: url("/img/about_yy.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-yy .company-profile .profile-title-en[data-v-6045cff4] {
    font-size: 32px;
    margin-top: 7.29vw;
    margin-bottom: 1.04vw;
}
.about-yy .company-profile .profile-title[data-v-6045cff4] {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1.52vw;
}
.about-yy .company-profile .company[data-v-6045cff4] {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0.52vw;
}
.about-yy .company-profile .profile-content[data-v-6045cff4] {
    text-indent: 2em;
    font-size: 18px;
    line-height: 35px;
}
.about-yy .our-team[data-v-6045cff4] {
  padding-top: 3.125vw;
  padding-bottom: 6.25vw;
  text-align: center;
}
.about-yy .our-team .team-title[data-v-6045cff4] {
    font-size: 26px;
    color: #3f3e3e;
    font-weight: bold;
    margin-bottom: 4.84vw;
}
.about-yy .our-team .team-content[data-v-6045cff4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-yy .our-team .team-content .el-image[data-v-6045cff4] {
      width: 23.75vw;
      margin-right: 1.56vw;
      -webkit-filter: brightness(0.8);
              filter: brightness(0.8);
}
.about-yy .our-team .team-content .el-image[data-v-6045cff4]:hover {
        -webkit-filter: brightness(1);
                filter: brightness(1);
}
.about-yy .our-team .team-content .right[data-v-6045cff4] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background-color: #2D85EE;
      font-size: 1.67vw;
      color: #f7fcfe;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.about-yy .our-team .team-content .right span[data-v-6045cff4] {
        opacity: 0.5;
}
.about-yy .our-team .team-content .right:hover span[data-v-6045cff4] {
        opacity: 1;
}
.about-yy .enterprise-culture[data-v-6045cff4] {
  height: 23.958vw;
  background-image: url("/img/enterprise_culture.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.about-yy .enterprise-culture[data-v-6045cff4]:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
}
.about-yy .enterprise-culture .culture-title[data-v-6045cff4] {
    font-size: 26px;
    color: #3f3e3e;
    font-weight: bold;
    margin-bottom: 1.56vw;
}
.about-yy .enterprise-culture .culture-content[data-v-6045cff4] {
    font-size: 24px;
}
@media screen and (max-width: 992px) {
.mobile-padding[data-v-6045cff4] {
    height: auto !important;
    padding: 5.33vw 3.2vw !important;
}
.about-yy .company-profile[data-v-6045cff4] {
    display: block;
    height: 106.67vw !important;
    background-image: none !important;
    background-color: #F7FCFE;
    text-align: center;
    min-height: auto;
}
.about-yy .company-profile .profile-title-en[data-v-6045cff4] {
      font-size: 6.4vw;
      margin-bottom: 3.33vw;
}
.about-yy .company-profile .profile-title[data-v-6045cff4] {
      font-size: 4.27vw;
      margin-bottom: 3.33vw;
}
.about-yy .company-profile .company[data-v-6045cff4] {
      font-size: 4.27vw;
      margin-bottom: 3.33vw;
}
.about-yy .company-profile .profile-content[data-v-6045cff4] {
      text-align: center;
      font-size: 3.73vw;
      margin-bottom: 3.33vw;
      line-height: normal;
}
.about-yy .our-team[data-v-6045cff4] {
    height: auto;
    text-align: center;
}
.about-yy .our-team .team-title[data-v-6045cff4] {
      font-size: 18px;
}
.about-yy .our-team .team-content[data-v-6045cff4] {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.about-yy .our-team .team-content .el-image[data-v-6045cff4] {
        width: 45.33vw;
        margin-right: 0;
        -webkit-filter: none;
                filter: none;
}
.about-yy .our-team .team-content .el-image[data-v-6045cff4]:nth-child(1) {
          margin-bottom: 0;
}
.about-yy .our-team .team-content .right[data-v-6045cff4] {
        font-size: 18px;
}
.about-yy .enterprise-culture[data-v-6045cff4] {
    height: 69.33vw !important;
    width: 100vw;
    -webkit-filter: none;
            filter: none;
    background-image: url("/img/enterprise_culture_mobile.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.about-yy .enterprise-culture .culture-title[data-v-6045cff4] {
      font-size: 4.27vw;
}
.about-yy .enterprise-culture .culture-content[data-v-6045cff4] {
      font-size: 3.73vw;
}
}

.title[data-v-9518dad8] {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
.info[data-v-9518dad8] {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  background: #f9f9f9;
  height: 80px;
  line-height: 40px;
}
[data-v-9518dad8] .avue-form {
  padding-top: 30px;
}

.image-flex[data-v-eb56050e] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-row[data-v-eb56050e],
.el-col[data-v-eb56050e] {
  height: 100%;
}
.wisdom-store .store-content[data-v-eb56050e] {
  background-color: #F7FCFE;
  height: 39.06vw;
}
.wisdom-store .store-content .store-title[data-v-eb56050e] {
    font-size: 42px;
    margin-top: 7.29vw;
    font-weight: bold;
    color: #3f3e3e;
    margin-bottom: 0.72vw;
}
.wisdom-store .store-content .store-tip[data-v-eb56050e] {
    font-size: 18px;
    margin-bottom: 0.72vw;
}
.wisdom-store .store-content .store-tip-blue[data-v-eb56050e] {
    background-color: #2D85EE;
    font-size: 18px;
    padding: 0 0.83vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
}
.wisdom-store .store-list .list-name[data-v-eb56050e] {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1.56vw;
}
.wisdom-store .store-list .list[data-v-eb56050e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wisdom-store .store-list .list .list-item[data-v-eb56050e] {
    padding: 1.56vw;
    width: 30.46vw;
    height: 14.58vw;
    margin-bottom: 1.56vw;
    text-align: center;
    border: 1px solid #f7fcfe;
    -webkit-box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
            box-shadow: 0 10px 20px 6px rgba(228, 228, 228, 0.5);
}
.wisdom-store .store-list .list .list-item[data-v-eb56050e]:nth-child(2n-1) {
      margin-right: 1.56vw;
}
.wisdom-store .store-list .list .list-item .el-image[data-v-eb56050e] {
      width: 4.58vw;
}
.wisdom-store .store-list .list .list-item .item-name[data-v-eb56050e] {
      font-size: 1.25vw;
      font-weight: bold;
      margin-top: 1.04vw;
      margin-bottom: 0.72vw;
}
.wisdom-store .store-list .list .list-item .item-content[data-v-eb56050e] {
      font-size: 16px;
}
.wisdom-store .store-list .list .list-item.list-last[data-v-eb56050e] {
      font-size: 32px;
      color: #ccc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1350px) {
.store-list .item-content[data-v-eb56050e] {
    font-size: 12px !important;
}
}
@media screen and (min-width: 1350px) and (max-width: 1500px) {
.store-list .item-content[data-v-eb56050e] {
    font-size: 14px !important;
}
}
@media screen and (max-width: 992px) {
.el-col[data-v-eb56050e] {
    height: auto;
}
.mobile-padding[data-v-eb56050e] {
    height: auto !important;
    padding: 5.33vw 3.2vw !important;
}
.wisdom-store .store-content[data-v-eb56050e] {
    height: 106.67vw !important;
    padding: 5.33vw 0 !important;
    text-align: center;
}
.wisdom-store .store-content .store-desc[data-v-eb56050e] {
      padding: 0 3.2vw;
}
.wisdom-store .store-content .store-desc .store-title[data-v-eb56050e] {
        font-size: 4.27vw;
        margin-bottom: 1.33vw;
        font-size: bold;
}
.wisdom-store .store-content .store-desc .store-tip[data-v-eb56050e] {
        font-size: 3.73vw;
        margin-bottom: 11.2vw;
}
.wisdom-store .store-list[data-v-eb56050e] {
    padding: 1.875vw 0;
}
.wisdom-store .store-list .list-name[data-v-eb56050e] {
      font-size: 4.27vw;
}
.wisdom-store .store-list .list[data-v-eb56050e] {
      display: block;
}
.wisdom-store .store-list .list .list-item[data-v-eb56050e] {
        padding: 5.33vw 0;
        width: 100%;
        height: auto;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
}
.wisdom-store .store-list .list .list-item .el-image[data-v-eb56050e] {
          width: 14.4vw;
          margin-bottom: 3.73vw;
}
.wisdom-store .store-list .list .list-item .item-name[data-v-eb56050e] {
          font-size: 4.27vw;
          margin-top: 0vw;
          margin-bottom: 1.33vw;
}
.wisdom-store .store-list .list .list-item .item-content[data-v-eb56050e] {
          font-size: 3.73vw;
}
}

.padding-main[data-v-da1cf5f6] {
  padding: 1.77vw 18.75vw;
}
.image-flex[data-v-da1cf5f6] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-row[data-v-da1cf5f6],
.el-col[data-v-da1cf5f6] {
  height: 100%;
}
.join-us .join-content[data-v-da1cf5f6] {
  background-color: #F7FCFE;
  color: #3f3e3e;
}
.join-us .join-content .join-title-en[data-v-da1cf5f6] {
    font-size: 34px;
    margin-top: 7.29vw;
    margin-bottom: 1.04vw;
}
.join-us .join-content .join-title[data-v-da1cf5f6] {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 0.52vw;
}
.join-us .join-content .join-tip[data-v-da1cf5f6] {
    margin-bottom: 0.52vw;
    font-size: 18px;
}
.join-us .join-tabs[data-v-da1cf5f6] {
  padding-top: 2.6vw;
  padding-bottom: 3.125vw;
}
.join-us .join-tabs[data-v-da1cf5f6] .el-tabs__item {
    font-size: 16px;
}
.join-us .join-tabs .tabs-name[data-v-da1cf5f6] {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1.02vw;
}
.join-us .join-tabs .job-item[data-v-da1cf5f6] {
    padding-top: 3.125vw;
}
.join-us .join-tabs .job-item .job-name[data-v-da1cf5f6] {
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 0.52vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.join-us .join-tabs .job-item .job-name .el-button[data-v-da1cf5f6] {
        width: 7.3vw;
        min-width: 80px;
}
.join-us .join-tabs .job-item .salary[data-v-da1cf5f6] {
      font-size: 28px;
      margin: 1.02vw 0;
      color: #ffa30c;
}
.join-us .join-tabs .job-item .address[data-v-da1cf5f6] {
      margin-bottom: 0.625vw;
}
.join-us .join-tabs .job-item .el-breadcrumb[data-v-da1cf5f6] {
      font-size: 16px;
}
.join-us .join-tabs .job-item .el-breadcrumb[data-v-da1cf5f6] .el-breadcrumb__separator {
        vertical-align: text-top;
}
.join-us .join-tabs .job-item .detail[data-v-da1cf5f6] {
      margin-top: 2.08vw;
      border-top: 1px solid #d8d8d8;
      padding-top: 2.08vw;
}
.join-us .join-welfare[data-v-da1cf5f6] {
  padding-top: 2.6vw;
  background-color: #F7FCFE;
}
.join-us .join-welfare .welfare-title[data-v-da1cf5f6] {
    font-size: 26px;
    font-weight: bold;
    color: #e99203;
    margin-bottom: 1.56vw;
}
.join-us .join-welfare .welfare-item[data-v-da1cf5f6] {
    margin-bottom: 2.08vw;
}
.join-us .join-welfare .welfare-item .item-name[data-v-da1cf5f6] {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #e99203;
}
.join-us .join-welfare .welfare-item .item-name[data-v-da1cf5f6]::before {
        content: '';
        width: 4px;
        height: 24px;
        display: inline-block;
        margin-right: 12px;
        background-color: #e99203;
        vertical-align: text-bottom;
}
.join-us .join-welfare .welfare-item .item-describe[data-v-da1cf5f6] {
      font-size: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
.welfare-item .item-describe[data-v-da1cf5f6] {
    font-size: 14px !important;
}
}
@media screen and (max-width: 992px) {
.el-col[data-v-da1cf5f6] {
    height: auto;
}
.mobile-padding[data-v-da1cf5f6] {
    height: auto !important;
    padding: 5.33vw 3.2vw !important;
}
.join-us .join-content[data-v-da1cf5f6] {
    text-align: center;
    height: 106.67vw !important;
    padding: 5.33vw 3.2vw 0 !important;
}
.join-us .join-content .join-title-en[data-v-da1cf5f6] {
      font-size: 6.4vw;
      margin-bottom: 1.33vw;
}
.join-us .join-content .join-title[data-v-da1cf5f6] {
      font-size: 4.8vw;
      margin-bottom: 1.33vw;
}
.join-us .join-content .join-tip[data-v-da1cf5f6] {
      font-size: 3.73vw;
      margin-bottom: 1.33vw;
}
.join-us .join-content .join-image[data-v-da1cf5f6] {
      text-align: center !important;
}
.join-us .join-content .join-image .el-image[data-v-da1cf5f6] {
        width: 58.67vw;
}
.join-us .join-tabs .tabs-name[data-v-da1cf5f6] {
    font-size: 4.27vw;
}
.join-us .join-tabs[data-v-da1cf5f6] .el-tabs__item {
    font-size: 3.73vw;
}
.join-us .join-tabs[data-v-da1cf5f6] .el-tabs__nav-wrap::after {
    height: 0px;
}
.join-us .join-tabs .job-item .job-name[data-v-da1cf5f6] {
    font-size: 4.27vw;
    margin-bottom: 4.27vw;
}
.join-us .join-tabs .job-item .company[data-v-da1cf5f6] {
    font-size: 3.73vw;
    margin-bottom: 8vw;
}
.join-us .join-tabs .job-item .salary[data-v-da1cf5f6] {
    font-size: 5.33vw;
    margin-bottom: 4.27vw;
}
.join-us .join-tabs .job-item .address[data-v-da1cf5f6] {
    font-size: 3.73vw;
    margin-bottom: 4.27vw;
}
.join-us .join-tabs .job-item .el-breadcrumb[data-v-da1cf5f6] {
    font-size: 3.73vw;
}
.join-us .join-tabs .job-item .el-breadcrumb[data-v-da1cf5f6] .el-breadcrumb__separator {
      vertical-align: text-top;
}
.join-us .join-tabs .job-item .detail[data-v-da1cf5f6] {
    margin-top: 10.76vw;
    border-top: 1px solid #d8d8d8;
    padding-top: 10.76vw;
}
.join-us .join-welfare .welfare-title[data-v-da1cf5f6] {
    font-size: 4.27vw;
    margin-bottom: 8vw;
}
.join-us .join-welfare .welfare-item[data-v-da1cf5f6] {
    height: auto;
    margin-bottom: 5.87vw;
}
.join-us .join-welfare .welfare-item .item-name[data-v-da1cf5f6] {
      font-size: 3.73vw;
}
.join-us .join-welfare .welfare-item .item-name[data-v-da1cf5f6]::before {
        height: 3.73vw;
}
.join-us .join-welfare .welfare-item .item-describe[data-v-da1cf5f6] {
      font-size: 3.73vw;
}
}

.el-row[data-v-d8f61ce2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-title[data-v-d8f61ce2] {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0.5vw;
}
[data-v-d8f61ce2] .el-carousel__container {
  height: 31.25vw;
}
.platform-login[data-v-d8f61ce2] {
  text-align: center;
}
.platform-login .platform-title[data-v-d8f61ce2] {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 22px;
}
.platform-login .platform-btn[data-v-d8f61ce2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.platform-login .platform-btn .platform-box[data-v-d8f61ce2] {
      width: 280px;
      height: 60px;
      line-height: 60px;
      border: 1px solid #979797;
      border-radius: 12px;
      font-size: 18px;
      margin-right: 32px;
      cursor: pointer;
}
.platform-login .platform-btn .platform-box[data-v-d8f61ce2]:hover {
        background-color: #2d85ee;
        border: 1px solid #2d85ee;
        color: #fff;
}


.drug-info-page[data-v-beb15fea] {
  padding: 20px;
  margin-bottom: 80px;
}
.page-title[data-v-beb15fea] {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.drug-list[data-v-beb15fea] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 240px;
  margin-top: 17px;
}
.drug-card[data-v-beb15fea] {
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  position: relative;
}
.drug-card[data-v-beb15fea]:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: #2d85ee;
}
.drug-img-container[data-v-beb15fea] {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.drug-img[data-v-beb15fea] {
  width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.drug-tags[data-v-beb15fea] {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.drug-tag[data-v-beb15fea] {
  background-color: #ff6b6b;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.drug-info[data-v-beb15fea] {
  margin-bottom: 15px;
  margin-top: 20px;
}
.drug-name[data-v-beb15fea] {
  margin: 0 0 10px 0;
  font-size: 16px;
  padding: 0 12px;
}
.drug-description[data-v-beb15fea] {
  margin: 0 0 10px 0;
  color: #666;
  font-size: 14px;
}
.drug-bottom[data-v-beb15fea] {
  margin-top: 10px;
}
.drug-highlight[data-v-beb15fea] {
  color: #ff6b6b;
  font-weight: bold;
  font-size: 14px;
}
.view-detail-btn[data-v-beb15fea] {
  margin-top: 37px;
  margin-bottom: 20px;
  width: 30%;
  padding: 6px 0;
  background-color: #409eff;
  color: white;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-align: center;
}
.view-detail-btn[data-v-beb15fea]:hover {
  background-color: #66b1ff;
}

/* 详情弹窗样式 */
.drug-detail-dialog[data-v-beb15fea] {
  max-height: 90vh;
  overflow-y: auto;
}
.drug-detail-content[data-v-beb15fea] {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-header[data-v-beb15fea] {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.detail-img[data-v-beb15fea] {
  width: 600px;
  height: auto;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-title[data-v-beb15fea] {
  margin-top: 30px;
  font-size: 24px;
  text-align: left;
  color: #333;
}
.detail-info-list[data-v-beb15fea] {
  margin-bottom: 20px;
}
.info-item[data-v-beb15fea] {
  margin-bottom: 15px;
  line-height: 1.8;
}
.info-label[data-v-beb15fea] {
  font-weight: bold;
  color: #333;
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 10px;
}
.info-value[data-v-beb15fea] {
  color: #666;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 110px);
}
.detail-footer[data-v-beb15fea] {
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.footer-note[data-v-beb15fea] {
  margin: 0;
  font-size: 14px;
  color: #ff6b6b;
  text-align: center;
  font-style: italic;
}

/* 响应式设计 */
@media (max-width: 768px) {
.drug-list[data-v-beb15fea] {
    grid-template-columns: 1fr;
}
.detail-header[data-v-beb15fea] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.detail-img[data-v-beb15fea] {
    width: 150px;
    margin-right: 0;
    margin-bottom: 20px;
}
.detail-body[data-v-beb15fea] {
    grid-template-columns: 1fr;
}
}


/*# sourceMappingURL=page.1767581306650.css.map*/