*{
  margin: 0;
  padding: 0;
}
/*top*/
.headerWrap{
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.headerCenter{
  margin: 0 auto;
  width: 1200px;
  height: 106px;
  display: flex;
  justify-content: space-between;
}
.centerL,.centerR{
  width: 50%;
  height: 100%;
  display: flex;
}
.centerLogo{
  display: flex;
  align-items: center;
  color: #f94258;
}
.centerLogo .logoImg{
  margin-right: 15px;
  width: 70px;
  height: 70px;
}
.centerLogo .logoTextWrap{
  border-right: 1px solid #cccccc;
  padding-right: 22px;
}
.centerLogo .logoTextWrap .p1{
  font-size: 34px;
  font-weight: bold;
}
.centerLogo .logoTextWrap .p2{
  font-size: 14px;
  font-weight: 500;
}
.centerName{
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.centerName .hospitalName{
  color: #f94258;
  font-size: 27px;
  font-weight: 600;
}
.centerName .addressWrap{
  display: flex;
  align-items: center;
  justify-content: end;
  color: #999999;
  font-size: 18px;
}
.centerName .addressWrap .addressImg{
  margin-right: 5px;
}
.centerR{
  justify-content: end;
}
.xcxWrap{
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.xcxWrap .xcxEwm{
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ccc;
  z-index:9999;
}
.xcxWrap .xcxImg{
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.xcxWrap .xcxText{
  line-height: 48px;
  font-size: 18px;
  color: #494949;
  border-right: 1px solid #cccccc;
  padding-right: 20px;
}
.zxzxWrap{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.zxzxWrap .zxzxImg{
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.zxzxWrap .zxzxText{
  line-height: 48px;
  font-size: 18px;
  color: #494949;
  cursor: pointer;
}
/*bottom*/
.footerWrap{
  height: 238px;
  background-color: #f94258;
}
.footerCenter{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerL{
  display: flex;
}
.footerLogo{
  display: flex;
  align-items: center;
}
.footerLogo .footerLogoImg{
  width: 169px;
  height: 73px;
}
.footerLogo .footerLogoName{
  color: #fff;
  margin-left: 5px;
  border-right: 1px solid #fff;
  padding-right: 39px;
}
.footerLogo .footerLogoName .footerLogoP1{
  font-size: 43px;
  font-weight: bold;
}
.footerLogo .footerLogoName .footerLogoP2{
  font-size: 22px;
}
.footerDetail{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  padding-left: 35px;
}


.footerR{
  display: flex;
  font-size: 18px;
}
.xcxBox{
  text-align: center;
  color: #fff;
}
.xcxBox .xcxBoxImg{
  width: 126px;
  height: 126px;
}
.xcxBox .xcxBoxText{
  margin-top: 8px;
}
.ykwBox{
  text-align: center;
  color: #fff;
  margin-left: 52px;
}
.ykwBoxImgWrap{
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.ykwBox .ykwBoxImgWrap .ykwBoxImg{
  width: 108px;
  height: 111px;
}
.ykwBox .ykwBoxText{
  margin-top: 8px;
}
/*cen*/
.pagePopup{
  width: 450px;
  height: 218px;
  border-radius: 20px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.closePopup{
  position: absolute;
  top: 4px;
  right: 4px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.popupImgWrap{
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 32px;
}
.popupImgWrap .popupImg{
  width: 137px;
  height: 132px;
}
.btnWrap .zxzxBtn{
  width: 195px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 22px;
  background-color: #f94258;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.btnWrap .yyghBtn{
  width: 195px;
  height: 47px;
  line-height: 47px;
  color: #f94258;
  font-size: 22px;
  border: 1px solid #f94258;
  text-align: center;
  border-radius: 10px;
  margin-top: 19px;
  cursor: pointer;
}