.bg-map {
  /* background-image: url("../static/images/bg_map.gif"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.45rem;
  height: 10rem;
}

.legend-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.75rem;
  position: absolute;
  left: 3.65rem;
}

.legend-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.5rem;
}

.legend-icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.3rem;
}

.legend-icon__1 {
  background-image: url("../static/images/ico_green.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.legend-icon__2 {
  background-image: url("../static/images/ico_orange.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.legend-text {
  font-size: 0.275rem;
  line-height: 1;
  color: #000000;
  font-weight: 400;
}

.statics-wrapper {
  width: 5.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.45rem 0.6rem;
  margin-bottom: 1.5rem;
  position: absolute;
  right: 210px;
}

.statics-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.statics-item-value {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #3165f8;
  line-height: 1;
  height: 1rem;
}

.statics-item-value__text-large {
  font-size: 1.2rem !important;
}

.statics-item-value__text-large::after {
  content: "+";
  display: inline-block;
  color: #3165f8;
  font-size: 0.35rem;
  font-weight: 400;
  position: absolute;
  top: 0.2rem;
  right: -0.35rem;
  font-family: Source Han Sans SC;
}

.statics-item-value__unit-large {
  font-size: 0.4rem !important;
}

.statics-item-value__text {
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  font-family: DIN;
  line-height: 0.8;
}

.statics-item-value__text::after {
  content: "+";
  display: inline-block;
  color: #3165f8;
  font-size: 0.35rem;
  font-weight: 400;
  position: absolute;
  top: 0.1rem;
  right: -0.35rem;
  font-family: Source Han Sans SC;
}

.statics-item-value__unit {
  font-size: 0.3rem;
  margin-left: 0.1rem;
  font-weight: 500;
  font-family: Source Han Sans SC;
}

.statics-item-icon {
  width: 0.75rem;
  height: 0.475rem;
  background-image: url("../static/images/ico_statics.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.statics-item-label {
  font-size: 0.225rem;
  color: #000000;
  font-weight: 400;
}

.title-upper-text__product-services {
  color: #fff;
}

.title-bg-text__product-services {
  color: rgba(255, 255, 255, 0.12);
}

.product-services-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 8.45rem);
  justify-content: center;
}

.product-services-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding: .75rem .75rem; */
  padding: 0 0.75rem;
  background-color: rgba(255, 255, 255, 0.16);
  border: solid 1px #fff;
  height: 3.7rem;
  box-sizing: border-box;
}

.product-services-item-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0.75rem 0;
  transition: padding-top 0.3s ease, padding-bottom 0.3s ease;
  flex: 1;
}

.product-services-item:hover > .product-services-item-box {
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
}

.no-border-top {
  border-top: none;
}

.no-border-right {
  border-right: none;
}

.product-services-item-icon {
  width: 1.675rem;
  height: 1.675rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.6rem;
}

.product-services-item-icon__1 {
  background-image: url("../static/images/ico_internet_hospital.png");
}

.product-services-item-icon__2 {
  background-image: url("../static/images/ico_remote_prescription.png");
}

.product-services-item-icon__3 {
  background-image: url("../static/images/ico_intelligent_doctor.png");
}

.product-services-item-icon__4 {
  background-image: url("../static/images/ico_xiaotongruiyi.png");
}

.product-services-item-content {
  font-size: 0.1625rem;
  color: #fff;
  /* flex: 1; */
}

.product-services-item-title {
  font-size: 0.35rem;
  color: #fff;
  margin-bottom: 0.15rem;
}

.product-services-item-box > .more-btn {
  cursor: pointer;
  padding-top: 0 !important;
  height: 0;
  overflow: hidden;
  transition: padding-top 0.2s ease 0s, height 0.2s ease 0s;
  margin-top: 0.3rem;
}

.product-services-item-box > .more-btn::after {
  content: "了解更多";
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 2.5em;
  font-size: 0.175rem;
  margin-bottom: 1em;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  border-image: initial;
  padding: 0.3em 1.5em !important;
}

.product-services-item:hover > .product-services-item-box > .more-btn {
  /* padding-top: 1em !important; */
  height: calc(0.55rem + 4px);
}

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

.honor-cert1 > img {
  width: 4.4625rem;
  height: 6rem;
}

.honor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.25rem;
  margin-left: 0.5rem;
}

.honor-grid > img {
  width: 3.85rem;
  height: 2.875rem;
}

#zoom-template {
  position: absolute;
  z-index: 2;
}

.advantages-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 5.375rem);
  justify-content: center;
}

.advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* padding: .75rem; */
  box-sizing: border-box;
  position: relative;
}

.advantages-item-icon {
  width: 0.775rem;
  height: 0.975rem;
  background-image: url("../static/images/ico_advantages.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.advantages-item-title1 {
  font-size: 0.225rem;
  color: #343434;
  font-weight: bold;
  margin-top: 0.3rem;
  text-align: center;
}

.advantages-item-title2 {
  font-size: 0.225rem;
  color: #343434;
  font-weight: 400;
  text-align: center;
}

/* .advantages-item-list {
} */

.advantages-item-list-item {
  font-size: 0.1625rem;
  font-weight: 400;
  color: #343434;
}

.advantages-item-list-item::before {
  content: "•";
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 0.25rem;
  line-height: 1;
}

.advantage-num {
  position: absolute;
  bottom: 0.375rem;
  right: 0.375rem;
  font-size: 0.75rem;
  color: #1e78ff;
  font-weight: 400;
  line-height: 1;
  font-family: Impact;
}

.border-right-bottom {
  border-right: solid 2px #c5c5c5;
  border-bottom: solid 2px #c5c5c5;
}

.border-bottom {
  border-bottom: solid 2px #c5c5c5;
}

.border-right {
  border-right: solid 2px #c5c5c5;
}

.pt-56 {
  padding-top: 0.7rem;
}

.pb-56 {
  padding-bottom: 0.7rem;
}

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

.partners-wrapper > img {
  width: 17.35rem;
  height: 5.95rem;
}

.bg-partners {
  background-color: #eef6ff;
}

.title-bg-text__partners {
  color: #e2eaf9;
}

.news-wrapper {
  padding: 0 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.1rem;
}

.news-item:hover > .news-item-content {
  background: #478ef9;
  color: #fff;
}

.news-item:hover > .news-item-content > .news-item-handler {
  color: #fff;
}

.news-item:hover > .news-item-content > .news-item-handler > .news-item-btn {
  background-image: url("../static/images/ico_enter_white.svg");
}

.news-item:hover
  > .news-item-content
  > .news-item-handler
  > .news-item-date-wrapper
  > .news-item-date-icon {
  background-image: url("../static/images/ico_calendar_white.svg");
}

.news-item-img {
  width: 100%;
  height: 2.95rem;
}

.news-item-content {
  padding: 0.325rem;
  background: #f3f7fd;
  width: 100%;
  box-sizing: border-box;
  transition: background 0.3s ease, color 0.3s ease;
}

.news-item-title {
  font-size: 0.225rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #dcdcdc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-item-handler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.325rem;
  font-size: 0.125rem;
  color: #9e9e9e;
  transition: color 0.3s ease;
}

.news-swiper {
  height: 5.3rem;
}

.news-slide {
  width: 5.1rem;
}

.news-swiper-btn-prev {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.575rem;
  cursor: pointer;
}

.news-swiper-btn-next {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.575rem;
  cursor: pointer;
}

.news-item-date-icon {
  width: 0.175rem;
  height: 0.175rem;
  background-image: url("../static/images/ico_calendar_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}

.news-item-btn {
  width: 0.175rem;
  height: 0.175rem;
  background-image: url("../static/images/ico_enter_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.1rem;
  cursor: pointer;
}

.news-swiper-btn-next img {
  display: flex;
}

.news-swiper-btn-prev img {
  display: flex;
}

.news-item-date-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.content-video {
  padding: 0 0.375rem;
  position: relative;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 12.975rem;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  z-index: 1;
}

.video-wrapper > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-upper-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #e8e8e7;
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.video-upper-logo {
  width: 2.425rem;
  height: 0.575rem;
  margin-bottom: .15rem;
}

.video-upper-btn {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../static/images/ico_video_play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  /* margin-top: 2.625rem; */
}

.video-player-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-player-box {
  width: 16.825rem;
  height: 9.45rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-js {
  width: 100%;
  height: 100%;
}

.video-upper-text1 {
  font-size: .2625rem;
  margin-bottom: .55rem;
  color: #E8E8E7;
}

.video-upper-text {
  font-size: .4625rem;
  margin-bottom: .55rem;
  color: #E8E8E7;
}

.video-upper-text2 {
  font-size: .4125rem;
  font-weight: 400;
  color: #E8E8E7;
}

.video-upper-text2.mb-80 {
  margin-bottom: 1rem;
}
