html,
body {
  position: relative;
  font-size: 20px;
  line-height: 1 !important;
  scroll-behavior: smooth;
}

.bodyPage.no-scroll {
  position: fixed;
  left: 0;
  right: 0;
}

/* curser Animation */

/* .curser {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px dashed #7fbd43;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999;
  transition: 0.1s;
}

.curser2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #7fbd43;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.15s;
  animation: Ripple 1.6s ease-in-out infinite;
  -webkit-animation: Ripple 1.6s ease-in-out infinite;
  -moz-animation: Ripple 1.6s ease-in-out infinite;
} */

/* curser Animation */
@font-face {
  font-family: "NotoSerifJP";
  src: url("../fonts/NotoSerifJP-SemiBold.otf?t=1655692005834") format("opentype");
  /* src: url("../fonts/notoserifjp-semibold.woff2?t=1655692005834")
    format("woff2"); */
  /* src: url("../fonts/NotoSerifJP-SemiBold-Alphabetic.ttf?t=1655692005834")
    format("truetype"); */
}

@font-face {
  font-family: "SFProDisplayLight";
  src: url("../fonts/SF-Pro-Display-Light.otf?t=1655692005834") format("opentype");
}

@font-face {
  font-family: "SFProDisplayRegular";
  src: url("../fonts/SF-Pro-Display-Regular.otf?t=1655692005834") format("opentype");
}

/* .sfpro {
  font-family: "SFProDisplayRegular";
} */
.page404Con {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.timeCircleP {
  padding: 0 2px;
  display: flex;
  /* align-items: center; */
  /* height: 24px; */
}

.img404 {
  width: 500px;
  height: 164px;
}

.page404 {
  margin-top: 40px;
  font-size: 80px;
  line-height: 95px;
}

.page404Go {
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
}

.page404GoDesc {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  color: #72777a;
  line-height: 40px;
}

.colorW {
  color: #fff !important;
}

.noflex {
  display: block !important;
}

.mt40 {
  margin-top: 40px;
}

.mt0 {
  margin-top: 0 !important;
}

.ptCommon {
  padding-top: 100px;
}

.pbCommon {
  padding-bottom: 100px;
}

.uperCase {
  text-transform: uppercase;
}

p {
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

.inblock {
  display: inline-block;
}

.mr12 {
  margin-right: 12px;
}

.mt8 {
  margin-top: 8px;
}

.mt20 {
  margin-top: 20px;
}

.mr16Nav {
  margin-right: 16px;
}

.mr88 {
  margin-right: 88px;
}

li {
  list-style: none;
}

.show19201 {
  display: block;
}

.show375 {
  display: none !important;
}

body {
  background: #fff;
  color: #293033;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "SF Pro JP", "SF Pro Display", "SF Pro Icons",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html[lang="zh-CN"] body {
  font-family:
    "PingFang SC",
    "Microsoft YaHei",
    "Meiryo UI", "Meiryo",
    "Hiragino Kaku Gothic Pro",
    "Yu Gothic",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

.fontBold {
  font-family: 'Noto Sans JP', sans-serif;
}

html[lang="zh-CN"] .fontBold {
  font-family:
    "PingFang SC",
    "Microsoft YaHei",
    "Meiryo UI", "Meiryo",
    "Hiragino Kaku Gothic Pro",
    "Yu Gothic",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

span {
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a {
  display: inline-block;
}

ul,
ul li,
p,
h1,
h2,
h3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.absCenter {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagetop {
  overflow: hidden;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.headerNav_TimeBox {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: row; */
}

/* nav */
.nav {
  backdrop-filter: blur(10px);
  position: fixed;
  color: #fff;
  z-index: 99;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  /* padding: 20px 80px; */
  padding: 0px 80px;
  transition: all 0.3s linear;
}

.fixedNav {
  margin-top: 0 !important;
  position: fixed;
  top: 140px;
  right: 80px;
  transition: all 0.3s linear;
}

.showPhone {
  display: none;
}

.fixedNavOn {
  top: 28px;
}

.fixedNavOn1024 {
  top: 0 !important;
  right: 80px !important;
  transition: all 0.3s linear;
  background-color: #fff !important;
  color: #293033 !important;
}

.rightPhoneVis {
  visibility: hidden;
}

.navWhite {
  color: #293033;
  background: none;
}

.navWhite2 {
  color: #293033;
  background: #fff;
}

.navWhite .navItem>a {
  color: #293033;
}

.navWhite2 .navItem>a {
  color: #293033;
}

.navWhite .navItem>p {
  color: #293033;
}

.navWhite2 .navItem>p {
  color: #293033;
}

.nav::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav.navWhite::before {
  top: 0%;
  height: 100px;
}

.navItem {
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
  text-align: center;
}

.p0 {
  padding: 0 !important;
}

.lastGo>a {
  padding: 0 12px !important;
}

.senItem {
  font-size: 14px;
  line-height: 20px;
}

.senItemPhone {
  font-size: 14px;
}

.navItem>p,
.navItem>a {
  border: 1px solid transparent;
  border-top: 2px solid transparent;
  padding: 12px;
}

.navItem:hover>p,
.navItem:hover>a {
  border: 1px solid transparent;
  border-top: 2px solid #071844;
  background: rgba(247, 249, 250, 0.1);
}

.activeMenuNoborder {
  border-top: 2px solid #071844 !important;
  background: rgba(247, 249, 250, 0.1);
  transition: all 0.3s linear;
}

.activeMenu {
  transition: all 0.3s linear;
  border: 1px solid #e4e9eb !important;
  border-top: 2px solid #071844 !important;
  background: rgba(247, 249, 250, 0.1);
}

.tohhleUl {
  display: none;
  /* backdrop-filter: blur(10px); */
  width: 180px;
  padding: 20px 0;
  position: absolute;
  top: 79px;
  /* top: 74px; */
  left: -25%;
  /* background: rgba(247, 249, 250, 0.8); */
  background: #f7f9fa;
}

.tohhleUl1 {
  left: -25%;
}

.tohhleLi a {
  display: block;
  cursor: pointer;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  color: #293033;
  line-height: 20px;
}

.tohhleLi a:hover {
  background: #071844;
  color: #fff;
}

.pointer {
  cursor: pointer;
}

.top100None {
  display: none !important;
}

.top100Show {
  display: flex !important;
}

.top100None.show,
.top100Show.show {
  display: flex !important;
}

.top100None.hide,
.top100Show.hide {
  display: none !important;
}

.nav_left {
  padding: 20px 0;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

.nav_left img {
  width: 60px;
  height: 60px;
}

.nav_right {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.rightPhone {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.rightContact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.rightText {
  text-align: center;
}

.navphoneNum {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.blog {}

.blog .title {
  font-weight: 700;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .date {
  margin-right: 40px;
}

.blog .line {
  border-bottom: #293033 solid 0.5px;
}

.tel {
  margin: 0 5px;
  margin-top: 5px;
}

.top100None .clinic-name {
  color: #071844 !important;
}

.top100None .doctor-name {
  color: #A30119 !important;
}

.logo-icon {
  margin-right: 12px;
  vertical-align: bottom;
}

.collapseMenu {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  justify-content: space-around;
  display: none;
}

.collapseMenu span {
  display: inline-block;
  width: 20px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
}

.collapseMenu.Page404Span span {
  background-color: #293033;
}

.collapseSpanBla {
  background-color: #293033 !important;
}

.numSurvice {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.restDay {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

/* 移动端弹层 */
.header__navi {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.header__naviCon {
  display: none;
}

/* 面包屑 */
.breadcrumbs {
  margin: 20px 80px 63px;
  display: flex;
  align-items: center;
}

.breadcrumbItem.hover {
  color: #071844;
}

.colorBlue {
  color: #071844;
}

.breadcrumbs .iconfont {
  font-size: 14px;
  color: #293033;
  margin: 0 4px;
}

.breadcrumbItem {
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  color: #293033;
  line-height: 16px;
}

.breadcrumbItem:hover {
  color: #071844;
}

/* 流程图 */

.flowPath {
  margin: 0 auto;
  width: 1048px;
  margin-bottom: 100px;
}

.flowPathT {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.flowPathTImg {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.flowPathTDesc {
  font-size: 30px;
  color: #071844;
  line-height: 43px;
}

.flowPathConC {
  width: 100%;
  display: flex;
  margin: auto;
  align-items: flex-end;
  position: absolute;
  justify-content: space-between;
  bottom: 0;
  z-index: 2;
  left: 0;
}

.flowPathConCItem {
  text-align: center;
  width: 200px;
  display: flex;
  flex-direction: column;
}

.genelineCircleC {
  padding: 0 2px;
  border-radius: 50%;
  background: #fff;
  width: 20px;
}

.flowPathConCItem .iconfont {
  font-size: 44px;
  margin-bottom: 12px;
}

.flowPathCon {
  height: 354px;
  position: relative;
}

.generalMedicineImageConItem2 {
  height: 100%;
}

.flowPathConCItemC {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #293033;
  line-height: 23px;
  margin-bottom: 12px;
}

.flowPathConCItemCNum {
  width: 20px;
  color: #ffffff;
  font-weight: 700;
  height: 20px;
  background: #293033;
  border-radius: 50%;
  margin-right: 4px;
  line-height: 19px;
}

.flowPathConCItemP {
  font-size: 14px;
  font-weight: 300;
  color: #72777a;
  line-height: 28px;
  margin-bottom: 12px;
}

.geneline {
  margin: 0 auto;
  padding: 0 2px;
  /* border-radius: 50%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.genelineCollumn {
  width: 1px;
  height: 32px;
  background: #293033;
}

.genelineCollumn2 {
  height: 183px;
}

.genelineCircle {
  border-radius: 50%;
  border: 1px solid #293033;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.genelineCircleIn {
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background: #293033;
}

.flowPathConLine {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #293033;
}

.flowPath375 {
  display: none;
}

.agreementBtn {
  display: none;
  margin-top: 20px;
  width: 224px;
  font-weight: 300;
  font-size: 14px;
  color: #72777a;
  line-height: 28px;
  position: relative;
}

.privacyBtn {
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
  color: #72777a;
  line-height: 16px;
}

.agreementBtn .iconfont {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.flex1 {
  flex: 1;
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.qrcode-right {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.qrcode {
  width: 60px;
  height: 60px;
  /* margin-top: 20px; */
  /* margin-bottom: 8px; */
}

.qrcodeDesc {
  font-size: 12px;
  color: #72777A;
  line-height: 14px;
}

.hide375 {
  display: block;
}

@media screen and (max-width: 1440px) {
  .nav {
    padding: 0px 70px;
  }

  .fixedNav {
    right: 70px;
    top: 132px;
  }

  .fixedNavOn {
    top: 28px;
  }

  .mr88 {
    margin-right: 68px;
  }

  /* 流程图 */

  .flowPath {
    width: 1036px;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .flowPathT {
    margin-bottom: 32px;
  }

  .mb40 {
    margin-bottom: 32px;
  }

  .flowPathTImg {
    width: 24px;
    height: 24px;
  }

  .flowPathTDesc {
    font-size: 24px;
    line-height: 34px;
  }

  /* 面包屑 */
  .breadcrumbs {
    margin: 20px 80px 43px;
    display: flex;
    align-items: center;
  }

  .breadcrumbItem.hover {
    color: #071844;
  }

  .breadcrumbs .iconfont {
    font-size: 14px;
    color: #293033;
    margin: 0 4px;
  }

  .breadcrumbItem {
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    color: #293033;
    line-height: 17px;
  }
}

@media screen and (max-width: 1357px) {
  .mr88 {
    margin-right: 36px;
  }
}

@media screen and (max-width: 1323px) {
  .mr16Nav {
    margin-right: 4px;
  }
}

@media screen and (max-width: 1280px) {
  .nav {
    padding: 0px 60px;
  }

  .agreementBtn {
    width: 216px;
    margin-top: 12px;
  }

  .fixedNav {
    right: 60px;
    top: 128px;
  }

  .mr88 {
    margin-right: 44px;
  }

  .fixedNavOn {
    top: 28px;
  }

  .privacyBtn {
    margin-top: 12px;
  }

  .mr16Nav {
    margin-right: 4px;
  }

  /* 流程图 */

  .flowPath {
    width: 924px;
    margin: 0 auto;
    margin-bottom: 68px;
  }

  .flowPathT {
    margin-bottom: 28px;
  }

  .mb40 {
    margin-bottom: 28px;
  }

  .flowPathConC {
    justify-content: flex-start;
  }

  .flowPathTImg {
    width: 20px;
    height: 20px;
  }

  .flowPathTDesc {
    font-size: 20px;
    line-height: 29px;
  }

  .flowPathConCItem {
    width: 200px;
    margin-left: -20px;
  }

  .flowPathConCItem:first-child {
    margin-left: 0;
  }

  /* 面包屑 */
  .breadcrumbs {
    margin: 20px 80px 31px;
    display: flex;
    align-items: center;
  }

  .breadcrumbItem.hover {
    color: #071844;
  }

  .breadcrumbs .iconfont {
    font-size: 14px;
    color: #293033;
    margin: 0 4px;
  }

  .breadcrumbItem {
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    color: #293033;
    line-height: 17px;
  }
}

@media screen and (max-width: 1265px) {
  .mr16Nav {
    margin-right: 4px;
  }

  .showpc {
    display: none !important;
  }

  .showPhone {
    display: block;
  }

  .nav {
    padding: 0px 20px;
  }

  .nav_left,
  .navItem {
    padding: 12px 0;
  }

  .nav.navWhite::before {
    height: 44px;
  }

  .nav_left img {
    width: 20px;
    height: 20px;
  }

  .fixedNav {
    top: 64px;
    right: 20px;
  }

  .nav_right,
  .fixedNav {
    display: none;
  }

  .fixedNavOn {
    top: 0px;
  }

  .collapseMenu {
    display: block;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 9999;
  }

  .goWeb.fixedNav {
    display: block;
    width: 159px;
    height: 44px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
  }

  .header__navi {
    backdrop-filter: blur(30px);
    position: absolute;
    top: 0;
    left: 0;
    right: -3000px;
    display: block;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-bottom: 100px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    margin-top: 0;
    padding: 44px 20px 100px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.95);
    color: #fff;
  }

  .header__navi.open {
    /* position: fixed; */
    display: block;
    right: 0px;
  }

  .header__naviCon {
    display: block;
    margin: 0 auto;
    width: 650px;
  }

  .header__naviConTop {
    display: flex;
    flex-direction: row;
    width: 648px;
    height: 200px;
    align-items: center;
    margin: 0 auto;
  }

  .header__naviConTopL {
    padding: 0 6px;
  }

  .header__naviConTopL img {
    width: 106px;
    height: 106px;
  }

  .header__naviConTopLine {
    width: 1px;
    height: 200px;
    background-color: #293033;
    margin: 0 20px;
  }

  .header__naviConTopR {
    text-align: center;
    flex: 1;
  }

  .headerNav_num1 {
    font-size: 16px;
    font-weight: 700;
    color: #293033;
    line-height: 19px;
  }

  .headerNav_num2 {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #72777a;
    line-height: 17px;
  }

  .headerNav_web {
    margin-top: 12px;
    background: #BBBEE2;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
  }

  .header__naviConCen {
    display: none;
    width: 648px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .header__naviConCenT {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #293033;
    line-height: 19px;
  }

  .header__naviConCenC {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__naviConCenC .iconfont {
    color: #293033;
    font-size: 46px;
  }

  .header__navAdd {
    margin-top: 20px;
  }

  .header__navAddTit1 {
    text-align: center;
    font-size: 28px;
    color: #293033;
    line-height: 40px;
  }

  .header__navAddTit2 {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #293033;
    line-height: 14px;
    margin-bottom: 20px;
  }

  .header__naviConBot {
    /* width: 478px;
    margin: 0 auto; */
    margin-top: 24px;
  }

  .header__naviConBotItem p,
  .header__naviConBotItem a {
    display: block;
    font-size: 16px;
    padding: 20px 0;
    color: #293033;
    cursor: pointer;
    line-height: 6px;
  }

  .header__naviConBotItem a:hover {
    color: #071844;
  }

  .collapseMenu span {
    background-color: #ffffff;
    position: absolute;
    top: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
  }

  .collapseMenu span:nth-child(1) {
    top: 0;
  }

  .collapseMenu span:nth-child(3) {
    top: auto;
    bottom: 0;
  }

  .collapseMenu.open span:nth-child(2) {
    display: none;
  }

  .collapseMenu.open span:nth-child(3) {
    top: 50%;
    background-color: #293033;
    bottom: auto;
    transform: rotate(-315deg);
  }

  .collapseMenu.open span:nth-child(1) {
    background-color: #293033;
    top: 50%;
    transform: rotate(315deg);
  }
}

@media screen and (max-width: 1120px) {
  /* 流程图 */

  .agreementBtn {
    width: 100%;
    margin-top: 12px;
  }

  .flowPath {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .flowPathT {
    margin-bottom: 20px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .flowPathTImg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  .flowPathConC {
    justify-content: flex-start;
  }

  .flowPathTDesc {
    font-size: 20px;
    line-height: 29px;
  }

  .flowPathConCItem {
    width: 200px;
    margin-left: -4px;
  }

  .flowPathConCItem:first-child {
    margin-left: 0;
  }

  /* 面包屑 */
  .breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header__navi {
    padding: 84px 20px 100px;
  }

  .agreementBtn {
    width: 228px;
    margin-top: 16px;
  }

  .header__naviCon {
    width: 478px;
  }

  .header__naviConTop {
    width: 478px;
    height: 200px;
    align-items: center;
    margin: 0 auto;
  }

  .header__naviConTopL {
    padding: 0;
  }

  .header__naviConTopL img {
    width: 76px;
    height: 76px;
  }

  .header__naviConTopLine {
    width: 1px;
    height: 200px;
    background-color: #293033;
    margin: 0 20px;
  }

  .header__navAdd {
    margin-top: 32px;
  }

  .privacyBtn {
    margin-top: 16px;
  }

  .header__navAddTit1 {
    font-size: 20px;
    line-height: 29px;
  }

  .header__navAddTit2 {
    margin-bottom: 32px;
  }

  .header__naviConCenC {
    margin-top: 20px;
  }

  .header__naviConCen {
    width: 478px;
    margin: 0 auto;
    margin-top: 32px;
  }

  .header__naviConCenT {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #293033;
    line-height: 19px;
  }

  .header__naviConBot {
    margin-top: 40px;
  }

  .nav_left {
    padding: 10px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .nav_left img {
    width: 24px;
    height: 24px;
  }

  .text-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .logo-icon {
    margin-right: 6px;
  }

  /* 流程图 */

  .flowPath {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 44px;
  }

  .flowPathT {
    margin-bottom: 20px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .flowPathConC {
    justify-content: flex-start;
  }

  .flowPathTImg {
    width: 20px;
    height: 20px;
  }

  .flowPathTDesc {
    font-size: 20px;
    line-height: 29px;
  }

  .flowPathConCItem {
    width: 200px;
    margin-left: -68px;
  }

  .flowPathConCItem:first-child {
    margin-left: 0;
  }

  .generalMedicineImageConItem2 {
    height: 100%;
  }

  .blog .title {
    margin-left: 0px;
  }

  .blog .date {
    margin-right: 0px;
  }
}

@media screen and (max-width: 650px) {
  .show1920 {
    display: none !important;
  }

  .show19201 {
    display: none;
  }

  .show375 {
    display: block !important;
  }

  .mb40.mb28 {
    margin-bottom: 28px;
  }

  .header__navAdd {
    margin-top: 20px;
  }

  .header__navAddTit2 {
    margin-bottom: 20px;
  }

  .mt4375 {
    margin-top: 4px;
  }

  .headerNav_TimeBox {
    flex-direction: column;
  }

  .headerNav_TimeBox span {
    display: none;
  }

  .goWeb.fixedNav {
    width: 126px;
    height: 33px;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 0;
    color: #ffffff;
    line-height: 17px;
  }

  .fixedNavOn1024 {
    top: 5px !important;
    right: 48px !important;
  }

  .header__navi {
    padding: 44px 20px 100px;
  }

  .header__naviCon {
    width: 100%;
    margin: 0 auto;
  }

  .header__naviConTop {
    width: 100%;
    height: 200px;
    align-items: center;
    margin: 0 auto;
  }

  .header__naviConTopL {
    padding: 0;
  }

  .header__naviConTopL img {
    width: 52px;
    height: 52px;
  }

  .header__naviConTopLine {
    width: 1px;
    height: 200px;
    background-color: #293033;
    margin: 0 20px;
  }

  .header__naviConCen {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .header__naviConBot {
    margin-top: 24px;
  }

  /* 375单独流程图 */
  .flowPath {
    display: none;
  }

  .agreementBtn {
    width: 220px;
    margin-top: 16px;
  }

  .flowPath375 {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
    margin-bottom: 24px;
  }

  .flowPath375.super {
    margin-bottom: 12px;
  }

  .flowPathTImg {
    margin-right: 4px;
    width: 20px;
    height: 20px;
  }

  .flowPathTDesc {
    font-size: 18px;
    color: #071844;
    line-height: 26px;
  }

  .flowPath375Con {
    display: flex;
    flex-direction: row;
  }

  .flowPath375ConL {
    padding-top: 3px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 18px;
  }

  .flowPath375ConR {
    flex: 1;
  }

  .flowPathConCItemCNum {
    text-align: center;
    width: 18px;
    margin-right: 0;
    height: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 18px;
  }

  .flowPath375ConLine {
    margin: 4px 0;
    width: 1px;
    height: 85px;
    background-color: #293033;
  }

  /* .flowPath375ConLine.h53_375 {
    height: 53px;
  } */
  .flowPath375ConRItem {
    height: 95px;
    margin-bottom: 16px;
  }

  .flowPath375ConRItem .iconfont {
    font-size: 20px;
    margin-right: 4px;
  }

  .flowPath375ConRItemC {
    font-size: 16px;
    color: #293033;
    line-height: 23px;
  }

  .flowPath375ConRItem.h63_375 {
    /* height: 63px; */
    /* margin-bottom: 12px; */
  }

  .mt20375 {
    margin-top: 20px !important;
  }

  .flowPathConCItemP {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #72777a;
    line-height: 32px;
    margin-bottom: 0;
  }

  .page404Con {
    top: 150px;
  }

  .img404 {
    width: 300px;
    height: 98px;
  }

  .header__naviConCenC {
    margin-top: 12px;
  }

  .timeCircleP {
    padding: 0 1px;
  }

  .hide375 {
    display: none !important;
  }

  .qrcode-right {
    width: 46px;
    height: 46px;
    margin-left: 0px !important;
  }

  .qrcode {
    width: 46px;
    height: 46px;
  }
}

::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  background-color: #c7c9cc;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  height: 50px;
  border-radius: 5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.float_switcher {
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Arial;
  font-size: 20px;
  border-radius: 2px;
  display: inline-block;
  line-height: 20px;
  background: transparent;
  overflow: hidden;
}

.float_switcher .options {
  position: absolute;
  z-index: 777;
  max-height: 250px;
  overflow-y: auto;
  cursor: pointer;
  transition: all .8s cubic-bezier(.3, 1.1, .4, 1.1);
  background-color: rgba(0, 0, 0, 0.2);
}

.float_switcher .options a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: #444;
  transition: color .4s linear;
}

.float_switcher img {
  vertical-align: middle;
  display: inline-block;
  width: 33px;
  height: auto;
  margin: 0 0px 0 0;
  border-radius: 3px;
}

.float_switcher .selected {
  position: relative;
  z-index: 888;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
}

.float_switcher .selected .current-lang {
  padding: 10px 0;
  color: #333;
  font-weight: bold;
}

.float_switcher .selected .current-lang span.float_switcher-arrow {
  display: inline-block;
  height: 24px;
  width: 15px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23fff'/></svg>");
  background-position: 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.float_switcher .options.open {
  opacity: 1;
  transform: translateX(0px);
}

.menu-toggle {
  margin: 0 10px;
  width: 40px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: none;
}

.menu-toggle span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #071844;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.menu-toggle span:nth-child(1) {
  top: 0;
}

.menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle span:nth-child(3) {
  bottom: 0;
}

.menu-toggle.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
  background: #A30119;
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
  background: #A30119;
}

.top-floating-menu {
  display: none;
  background-color: #ffffff;
  position: fixed;
  top: 107px;
  height: calc(100vh - 78px);
  padding: 0 0 80px 0;
  z-index: 999;
  width: 100%;
}

.top-floating-menu.hidden {
  display: none;
}

.top-floating-menu.active {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
}