html {
  background-color: #rgba(247, 248, 251, 1);
}

.top {
  position: relative;
  width: 100%;
  height: 5.5385rem;
  font-family: SourceHanSansCN;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 70px;
}

.top img {
  position: absolute;
  width: 100%;
  height:100%;
  top: 0;
  z-index: 0;
}

.top p,
.top div {
  z-index: 1;
}

.shrink {
  height: 0 !important;
  overflow: hidden;
}

.main_title {
  font-size: 104px;
  font-weight: 500;
  margin-bottom: 26px;
  display: flex;
}

.sub_title {
  font-size: .5538rem;
  margin-top: 150px;
}

.doctor_item_mobile,
.mobile_bottom,
.contact_us_mobile,
.drop_us {
  display: none;
}

.sub_box {
  display: flex;
  width: 100%;
  margin-top: 60px;
  justify-content: center;
  color: #fff;
  font-size: 32px;
}

.sub_box>div {
  margin-right: 80px;
}

.sub_box>div:last-child {
  margin-right: 0;
}


.sub_box>div>span {
  display: block;
  background: linear-gradient(to right, #FF9900, #FFC900);
  padding: 6px 12px;
  margin-bottom: 20px;
  border-radius: 36px;
  text-align: left;
  width: max-content;
}

.line_title {
  width: 65px;
  border: solid 1px #ffffff;
  margin-top: 39px;
}

.main-container {
  padding-top: .3002rem;
  background-color: rgba(247, 248, 251, 1);
}

.topic_title {
  font-size: 36px;
  margin-top: 80px;
  margin-bottom: 8px;
  text-align: center;
  color: #ff9900;
}

.topic_title_desc {
  display: flex;
  color: rgba(255, 153, 0, 0.4);
  font-size: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.topic_title_desc>.line {
  width: 80px;
  height: 2px;
  background-color: rgba(255, 153, 0, 0.4);
}

.topic_title_desc>p {
  margin: 0 24px;
}

/* .topic_title:nth-of-type(2) {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.topic_title:nth-of-type(3) {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.topic_title:nth-of-type(4) {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.topic_title:nth-of-type(5) {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
} */


.main_title_top {
  width: 383px;
  height: 130px;
  margin-right: 31px;
}

.main_title_bottom {
  letter-spacing: 2px;
}

.infirmary_new sup {
  font-size: 26px;
  margin-top: 15px;
  display: inline-block;
  margin-left: -10px;

}

.contact_us {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  right: 0;
  width: 2.4615rem;
  z-index: 2;
  box-shadow: -1px -1px 4px 0 rgba(255, 153, 0, 0.2);
  border-radius: 20px 0 0 0;
}

.contact_us_content {
  height: 3.0769rem;
  transition: height 0.3s ease-out;

}

.contact_us>div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, rgba(255, 153, 0, 0.3), rgba(255, 201, 0, 0.4));
  color: #ff9900;
  padding: .1231rem .1846rem;
  border-radius: 20px 0 0 0;
  line-height: .2154rem;

}

.contact_us .shrink_line {
  width: 12px;
  height: 2px;
  cursor: pointer;
  background: linear-gradient(to right, #FFC900, #FF9900);
}

.contact_us .contact_us_title {
  border-radius: 20px 0 0 0;
  font-size: .1385rem;
}

.company_logo {
  background-color: rgba(247, 248, 251, 1);
  padding: .1501rem;
  padding-bottom: .6004rem;
  display: grid;
  justify-content: center;
  align-items: center;
  justify-content: center;
  grid-gap: .1501rem;
  flex-wrap: wrap;
  grid-template-columns: repeat(6, 1.501rem);
}

.company_logo>div {
  width: 1.501rem;
  text-align: center;
  background-color: white;

}

.company_logo img {
  max-width: 100%;
  height: .6004rem;
  /* object-fit: cover; */
}

.healthy_service {
  text-align: center;
  border: 1px solid transparent;
}

.healthy_title {
  display: flex;
  text-align: center;
  font-size: 32px;
  color: #ff9900;
  margin-top: 40px;
  margin-bottom: 16px;
  justify-content: center;
  align-items: flex-end;
}

.healthy_title p:first-child {
  font-size: 60px;
  opacity: 0.3;
  font-family: "Alibaba Sans", "PingFang SC", sans-serif;
  font-style: italic;
  margin-right: 8px;
  margin-bottom: -8px;
  font-weight: Medium;
}

.healthy_title p:last-child {
  line-height: 51px;
}

.healthy_sub_title {
  font-size: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  line-height: 48px;
  padding-top: 24px;
  margin-bottom: 16px;

}

.healthy_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.healthy_content>.item {
  position: relative;
  width: 192px;
  border-radius: 8px;
  background-color: rgba(255, 153, 0, 0.03);
  padding: 40px 16px 16px;
  text-align: left;
}

.shrink_all {
  height: 27px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.item>.item_title {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  border-radius: 8px 0 8px 0;
  background: linear-gradient(to right, #FF9900, #FFC900);
  color: #fff;
  font-size: 16px;
  padding: 4px 16px;
  line-height: 21px;
}

.item>p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.55);
}

.item>p:nth-child(2) {
  color: #ff9900;
  font-size: 16px;
  margin-bottom: 4px;
}

.item>img {
  margin-top: 8px;
  width: 100%;
}

.healthy_right {
  width: 24px;
  height: 24px;
  margin: 0 8px;
}

.evaluation>div {
  display: flex;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  justify-content: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.evaluation p {
  width: 88px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 8px;
  background: #F7F8FB;
  border-radius: 12px;
}

.executives>.small_title {
  color: #ff9900;
  font-size: 18px;
  padding: 16px 0;
}

.executives>.small_item {
  display: flex;
  justify-content: center;
  border: solid 1px transparent;
  margin-bottom: 24px;
}

.executives>.small_item>div {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 280px;
  text-align: center;
  padding: 16px 2px 12px 2px;
  margin-right: 16px;
  background-color: #F7F8FB;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.8);
}

.executives>.small_item>div>p {
  margin: auto;
}

.executives>.small_item>div>p:first-child {
  font-size: 16px;
}

.executives>.small_item>div>p:last-child {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.ceo_desc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1332px;
  margin: 0 auto;
}

.ceo_desc>.ceo_item {
  display: flex;
  width: 316px;
  align-items: center;
  text-align: left;
  margin-right: 24px;
}

.ceo_desc>.ceo_item img {
  height: 120px;
}

.ceo_desc>.ceo_item {
  margin-right: 24px;
}

.ceo_desc>.ceo_item>div>p:first-child {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.ceo_desc>.ceo_item>div>p:last-child {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
}

.enterprise {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 36px;
}

.enterprise>div {
  margin-right: 40px;
}

.enterprise>div>img {
  width: 328px;
  height: 328px;
}

.enterprise>div>.mobile {
  display: none;
}

.enterprise>div>p {
  margin-bottom: 16px;
}

.training {
  display: flex;
  justify-content: center;
}

.training>div,
.training>div>div {
  margin-right: 6px;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: flex-end;
}

.training div {
  padding: 0 17px 17px 17px;
}

.training>div p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  text-align: left;
}

.training div>p:first-child {
  font-size: 17px;
}

.training>div:first-child {
  width: 482px;
  height: 322px;
  background: url("../img/vipDoc/网上党校.png") no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.training>div:nth-child(2) {
  padding: 0;
}

.training>div:nth-child(2)>div:first-child {
  width: 258px;
  height: 158px;
  background: url("../img/vipDoc/毕马威培训.png") no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 6px;
}

.training>div:nth-child(2)>div:last-child {
  width: 258px;
  height: 158px;
  background: url("../img/vipDoc/北大方正.png") no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.training>div:last-child {
  width: 258px;
  height: 322px;
  background: url("../img/vipDoc/GGV.png") no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-left: 0;
}

.internet {
  width: 889px;
  margin: 0 auto;
}

.area,
.department {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-start;
}

.area>p,
.department>p {
  margin-right: 40px;
  min-width: 52px;
}

.area_list,
.department_list {
  display: flex;
  color: rgba(0, 0, 0, 0.8);
  flex-wrap: wrap;
}

.area_list>p,
.department_list>p {
  margin-right: 16px;
  margin-bottom: 8px;
  cursor: pointer;
}

.active {
  color: #ff9900;
}

.internet {
  text-align: center;
}

.hospital {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  min-height: 208px;
}

.hospital>p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 439px;
  height: 72px;
  margin-right: 5px;
  margin-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 18px;
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page>p {
  margin: 0 20px;
}

.page>p>input {
  width: 32px;
  height: 32px;
  padding-right: 0;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.left_icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.stop {
  opacity: 0.3;
  pointer-events: none;
}

.doctors {
  width: 1055px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 30px;
}

.doctor_item>div {
  width: 200px;
  height: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: cover;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding-left: 10px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 14px;
}

.doctor_item>div>p:first-child {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}

.doctor_item>div>p:last-child {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 2px 4px;
  border-radius: 2px;
}

.question_con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 169px;
}

.mobile_font {
  font-size: 12px;
  display: none;
}

.section_item {
  box-sizing: border-box;
  margin: 23px 5px;
  color: #505864;
  font-size: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
}

.section_item:hover {
  color: #fc9153;
}

.section_item:hover .mask {
  opacity: 0.6;
  border: 1px solid #fc9153;
  border-bottom: none;
}

.section_item:hover .img_font {
  top: 0px;
  opacity: 1;
}

.section_item:hover .item_img {
  border: 0.5px solid #fc9153;
  border-bottom: none;
}

.section_item:hover .item_font {
  border: 0.5px solid #fc9153;
  border-top: none;
}

.item_img {
  width: 364px;
  height: 364px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-bottom: none;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fc9153;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.arrowhead::before {
  content: "\2192";
  font-weight: 500;
}

.img_font {
  position: absolute;
  top: -325px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  width: 364px;
  height: 325px;
  padding: 0px 48px;
  display: flex;
  align-items: flex-end;
  text-align: left;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)ar;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-sizing: border-box;
}

.item_font {
  font-size: 31px;
  text-align: center;
  height: 105px;
  line-height: 105px;
  width: 364px;
  border: 1px solid #c4c4c4;
  border-top: none;
  border-radius: 5px;
  margin-top: -5px;
}

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

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

.solve_con:first-child {
  margin-top: 0px;
}

.solve_item {
  display: flex;
  flex-direction: row;
  padding: 52px 82px;
  text-align: left;
  box-sizing: border-box;
}

.solve_img {
  width: 138px;
  height: 138px;
  margin-right: 31px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.solve_font {
  width: 450px;
}

.solve_title {
  font-size: 41px;
  color: #484848;
  margin-bottom: 8px;
}

.solve_subTitle {
  font-size: 25px;
  color: #9A9A9A;
}

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

.customer_con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 156px;
}

.customer_item {
  margin: 39px 64px;
  margin-bottom: 65px;
}

.customer_img {
  width: 349px;
  height: 349px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.customer_title {
  font-size: 31px;
  color: #fc9153;
  text-align: center;
  margin-top: 44px;
}

.customer_subTitle {
  color: #878787;
  font-size: 18px;
  text-align: center;
  margin-top: 21px;
}

.create {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  min-width: 884px;
  height: 542px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
}

.create_title {
  font-size: 507px;
  text-align: left;
  color: #fff;
  margin-bottom: 39px;
}

.infirmary_new ul {
  width: 659px;
  font-size: 23px;
  text-align: left;
  color: #fff;
}

.infirmary_new li {
  margin-top: 26px;
}

li:first-child {
  margin-top: 0rem;
}

.create_invite_title {
  font-size: 46px;
  margin-bottom: 39px;
  color: #fff;
}

.create_input_box {
  width: 498px;
  height: 398px;
  background-color: #fff;
  padding: 39px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contact_us_form {
  padding: .1846rem;
  font-size: .1077rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.contact_us_form>p {
  margin: 0 0 .1231rem 0;
}

.contact_us_form>p:last-child {
  font-size: 0.1385rem;
  color: rgba(0, 0, 0, 0.55);
}

.contact_us_form>input {
  border-radius: 2px;
  margin-bottom: 4px;
  height: .3077rem;
  font-size: .1077rem;
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 0 .1154rem;
  box-sizing: border-box;
  outline: none;
}

.contact_us_form>button {
  padding: .0923rem .1538rem;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  background: linear-gradient(to right, #FFC900, #FF9900);
  border-radius: .2231rem !important;
  margin-top: .1846rem;
  margin-bottom: .3rem;
  border: none;
  color: #fff;
}

.infirmary_new input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  outline: none;
}

/* .contact_us_form>button {
    padding: 10px 32px;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    background: linear-gradient(to right, #FFC900, #FF9900);
    border-radius: 3px !important;
    margin-top: 16px;
    margin-bottom: 25px;
    border: none;
    color: #fff;
} */

.doctor_item_mobile {
  display: none;
}

infirmary_new .input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: lighter;
  font-size: 1.23px;
}

infirmary_new .input::-moz-placeholder {
  color: #bfbfbf;
  font-weight: lighter;
  font-size: 1.23px;
}

input[type="text"] {
  -webkit-appearance: none;
}

.tel {
  margin-top: 29px;
  font-size: 23px;
  color: white;
  border-top: 1px solid white;
  padding-top: 29px;
  display: inline-block;
}

.company {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company img {
  width: 195px;
}

/*  移动版适配 */

@media screen and (max-width:750px) {
  .contact_us {
    display: none;
  }

  .tel {
    margin-top: 13px;
    font-size: 312px;
    color: white;
    text-align: center;
    padding-top: 13px;
  }

  .topic_title_desc>.line {
    width: 60px;
  }

  .topic_title_desc {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .topic_title_desc>p {
    margin: 0 8px;
  }

  .create_left {
    text-align: center;
  }

  .sub_box>div {
    margin-right: 0;
  }

  .sub_box p {
    margin-bottom: .1846rem;
  }

  .sub_box>div>span {
    padding: 3px 4px;
  }

  .top {
    height: 160px;
    margin-top: 45px;
  }

  .executives>.small_item {
    margin-bottom: 12px;
  }

  .healthy_title {
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 0;
  }

  .healthy_title>span {
    font-size: 28px;
    margin-right: 4px;
  }

  .healthy_sub_title {
    margin: 0 20px 24px 20px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
  }

  .healthy_content {
    display: flex;
    padding: 20px;
    justify-content: start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .mobile_bottom {
    display: block;
    height: 176px;
    margin-right: 5px;
  }

  .healthy_right {
    display: none;
  }

  .company_logo {
    flex-wrap: wrap;
    grid-template-columns: repeat(4,3.2rem);
    margin-bottom: .2627rem;
    gap: .1201rem;
  }
  .company_logo>div {
    width: auto;
  }

  .company_logo img {
    height: 1.2rem;
  }

  .sub_box {
    padding: 0 20px;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 20px;
  }

  .evaluation>div {
    margin-bottom: 0;
  }

  .sub_box>div>span {
    margin-bottom: 8px;
  }


  .healthy_content>.item {
    width: 93%;
    padding-top: 0;
    background-color: #fff;
    padding-left: 55px;
    text-align: left;
    margin-top: -8px;

  }

  .evaluation {
    margin-bottom: 30px;
  }

  .evaluation p {
    width: 80px;
    border-radius: 7px;
    margin-bottom: 4px;
    margin-right: 4px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    word-break: keep-all;
    text-align: center;
  }

  .executives {
    margin-bottom: 0px;
  }

  .executives>.small_title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
    flex-wrap: wrap;
    padding: 0;
  }

  .executives>.small_item>div>p:first-child {
    font-size: 14px;
    line-height: 0px;
  }

  .small_item {
    flex-wrap: wrap;
    min-width: 164px;
  }

  .executives>.small_item>div {
    width: 164px;
    height: 40px;
    margin-right: 8px;
    margin-bottom: 7px;
  }

  .small_item>div>p:last-child {
    display: none;
  }

  .item>.item_title {
    padding: 7px 12px;
    height: 28px;
    line-height: 14px;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    width: 68px;
    text-align: center;
    font-size: 14px;
  }

  .healthy_title p:first-child {
    font-size: 28px;
    margin-right: 8px;
    width: 38px;
  }

  .healthy_title p:last-child {
    margin-bottom: -4px;
    line-height: 24px;
  }

  .healthy_content>.item>p {
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .healthy_content>.item>img {
    margin-left: 20px;
    width: 160px;
    height: 90px;
  }

  .healthy_content>.item>p:nth-child(2) {
    background: linear-gradient(to right, rgba(255, 153, 0, 0.30), rgba(255, 201, 0, 0));
    height: 28px;
    line-height: 28px;
  }

  .ceo_desc {
    width: 100%;
    margin-bottom: 20px;
  }

  .ceo_desc>.ceo_item {
    width: 170px;
    margin-right: 13px;
  }

  .ceo_desc>.ceo_item:nth-child(even) {
    margin-right: 0;
  }

  .ceo_desc>.ceo_item>img {
    height: 80px;
  }

  .ceo_desc>.ceo_item>div {
    margin-left: -5px;
  }

  .enterprise {
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding: 0 20px;
  }

  .enterprise>div>img {
    display: none;
  }


  .ceo_desc>.ceo_item>div>p:first-child {
    font-size: 14px;
  }

  .ceo_desc>.ceo_item>div>p:last-child {
    font-size: 12px;
  }

  .enterprise>div:first-child>p:first-child {
    margin-top: 0;
  }

  .enterprise>div>p:first-child {
    margin-bottom: 12px;
    margin-top: 16px;
    font-size: 14px;
  }

  .enterprise>div {
    margin-right: 0;
  }

  .enterprise>div>.mobile {
    display: block;
    height: 80px;
  }

  .training {
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .training div {
    padding: 8px 3px 8px 8px;
  }

  .training>div:first-child {
    width: 100%;
    height: 223px;
    margin-bottom: 2px;
  }

  .training>div:nth-child(2)>div:first-child {
    margin-bottom: 3px;
  }

  .training>div {
    margin-right: 4px;
  }

  .training>div p:last-child {
    margin: 0;
  }

  .training>div:nth-child(2)>div {
    height: 102px !important;
    border-radius: 8px !important;
    margin-right: 0px;
  }

  .training>div:nth-child(2) {
    width: 48.5%;
  }

  .training div>p:first-child {
    font-size: 14px;
  }

  .training>div:nth-child(2)>div {
    width: 100% !important;
  }

  .training>div:last-child {
    width: 49%;
    height: 207px;
  }

  .internet {
    width: 100%;
    padding: 0 20px;
  }

  .area,
  .department {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .internet {
    margin-bottom: 40px;
  }

  .area>p,
  .department>p {
    margin-right: 40px;
    min-width: 29px;
  }

  .area_list>p,
  .department_list>p {
    margin-right: 21px;
    font-size: 14px;
  }

  .hospital {
    min-height: 98px;

  }

  .hospital>p {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .page>p>input {
    width: 32px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    padding: 0;
  }

  .doctors {
    width: 100%;
    padding: 8px 20px 0 20px;
    justify-content: start;
    margin-bottom: 20px;
  }

  .doctor_item {
    display: none;
  }

  .doctor_item_mobile {
    display: flex;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 16px;
    align-items: flex-end;
  }

  .doctor_item_mobile>div>p:first-child {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    line-height: 24px;
  }

  .doctor_item_mobile>div>p:last-child {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 2px 4px;
    width: fit-content;
  }

  .doctor_item_mobile>div {
    padding-bottom: 16px;
  }

  .doctor_item_mobile>div>p {
    line-height: 24px;
  }

  .doctor_item_mobile>img {
    width: 100px;
    height: 125px;
    margin-right: 10px;
    border-radius: 1px;
  }

  .mask_mobile {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    z-index: 111;
  }

  .mask_mobile_close {
    display: none;
  }

  .contact_us_mobile {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 420px;
    z-index: 100;
    background: #fff;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    transition: height 0.3s ease-out;
  }

  .shrink {
    display: none;
  }

  .drop_us {
    display: block;
    position: fixed;
    right: 0;
    bottom: 40px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 99;
    padding-top: 4px;
    text-align: center;
    background: linear-gradient(to right, rgba(255, 243, 204, 1), rgba(255, 234, 204, 1));
    border-radius: 67px 0 0 67px;
    color: #ff9900;
  }

  .drop_us_close {
    display: none;
  }

  .drop_us>img {
    width: 20px;
    height: 20px;
  }

  .mask_height {
    overflow: scroll;
  }

  .contact_us_mobile>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    /* 1.8462rem */
    background: linear-gradient(rgba(255, 153, 0, 0.3), rgba(255, 201, 0, 0.3));
    color: #ff9900;
    line-height: 48px;
    /* 1.8462rem */
    padding: 20px;
    /* 0.7692rem */

  }

  .contact_us_mobile>div:first-child>img {
    width: 20px;
    /* 0.7692rem */
    height: 24px;
    /* 0.9231rem */

  }

  .contact_us_mobile .contact_us_form {
    padding: 24px 20px 24px 20px;
    /* 0.9231rem, 0.7692rem */
    font-size: 14px;
    /* 0.5385rem */
  }

  .contact_us_mobile .contact_us_form>p:last-child {
    font-size: 18px;
    /* 0.6923rem */
  }

  .contact_us_mobile .contact_us_form>p {
    margin-bottom: 16px;
    /* 0.6154rem */
  }

  .contact_us_mobile input {
    height: 40px;
    /* 1.5385rem */
    margin-bottom: 8px;
    /* 0.3077rem */
    border-radius: 2px;
    /* 0.0769rem */
  }

  .contact_us_mobile button {
    padding: 10px 32px;
    /* 0.3846rem, 1.2308rem */
    border-radius: 22px !important;
    /* 0.8462rem */
  }

  .why_img {
    width: 140px;
    /* 5.4rem */
    height: 140px;
    /* 5.4rem */
  }

  .why_con {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .why_item {
    width: 260px;
    /* 10rem */
    margin: 0;
    margin-bottom: 39px;
    /* 1.5rem */
  }

  .why_topic {
    font-size: 16px;
  }

  .why_font {
    font-size: 12px;
    text-align: center;
  }

  .customer_item {
    margin-bottom: 31px;
    /* 1.2rem */
  }

  .why_subTitle {
    font-size: 14px;
    color: #505864;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 39px;
    /* 1.5rem */
    box-sizing: border-box;
    padding: 0 26px;
    margin-top: -13px;
    /* -0.5rem */
  }

  .topic_title {
    font-size: 18px;
    /* 0.6923rem */
    font-weight: 300;
    padding: 0 20px;
    /* 0.7692rem */
    box-sizing: border-box;
    margin-top: 40px;
    /* .9615rem */
  }

  .main_title {
    flex-direction: column;
  }

  .main_title_top {
    margin-bottom: 5px;
    /* 0.2rem */
    width: 153px;
    /* 5.88rem */
    height: 52px;
    /* 2rem */
    margin-right: 0px;
    /* 0rem */
  }

  .customer_subTitle {
    font-size: 12px;
  }

  .infirmary_new sup {
    font-size: 12px;
    margin-top: 18px;
    display: inline-block;
    margin-left: -10px;
  }

  .main_title_bottom {
    font-size: 101px;
    /* 39px */
  }

  .sub_title {
    font-size: 18px;
    margin-top: 50px;
    /* 0.6923rem */
    letter-spacing: 2px;
  }

  .line_title {
    display: none;
  }

  .question {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .solve_item {
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 26px;
    /* 1rem */
  }

  .solve_item:nth-of-type(odd) {
    border-right: 1px solid #ededed;
  }

  .solve_img {
    width: 58px;
    /* 2.22rem */
    height: 58px;
    /* 2.22rem */
    margin-right: 0;
    margin-bottom: 18px;
    /* 0.7rem */
  }

  .solve_title {
    font-size: 46px;
    /* 18px */
    margin-bottom: 18px;
    /* 0.7rem */
    font-weight: 300;
  }

  .solve_font {
    width: 147px;
    /* 5.68rem */
  }

  .solve_subTitle {
    font-size: 32px;
    height: 65px;
  }

  .customer_img {
    width: 90px;
    height: 90px;
  }

  .customer_title {
    font-size: 36px;
    font-weight: 300;
  }

  .create {
    flex-direction: column;
    height: 611px;
    background-position: 60% 50%;
  }

  .create_title {
    text-align: center;
    font-size: 46px;
    margin-bottom: 21px;
  }

  .infirmary_new ul {
    width: 312px;
    text-align: center;
    list-style: none;
    font-size: 32px;
  }







  .infirmary_new li {
    margin-top: 13px;
  }

  .create_invite_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 18px;
    font-weight: 400;
  }

  .create_input_box {
    width: 338px;
    height: 234px;
    padding: 12px 24px;
    font-size: 16px;
  }

  .infirmary_new input {
    height: 40px;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 2px;
  }

  .infirmary_new input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .infirmary_new input::-moz-placeholder {
    font-size: 14px;
  }

  .infirmary_new button {
    height: 24px;
    font-size: 14px;
    font-weight: 300;
  }

  .item_img {
    width: 146px;
    height: 146px;
  }

  .item_font {
    width: 146px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    color: #fc9153;
    line-height: 45px;
    font-weight: 300;
  }

  .mobile_font {
    display: block;
    width: 124px;
    text-align: center;
    color: #9A9A9A;
    height: 81px;
    margin-top: 13px;
    font-size: 12px;
  }
}