.z-btn.btn-zydcare.z-btn-primary {
  color: #fff;
}

.z-btn.btn-zydcare.z-btn-primary,
.z-btn.btn-zydcare::before,
.z-btn.btn-zydcare.z-btn-primary::before {
  background: linear-gradient(135deg, #006DBC 0%, #003C7A 100%);

}

.z-btn.btn-zydcare {
  color: #003C7A;
}

.z-btn.btn-zydcare::after {
  border-color: rgba(0, 60, 122, .5);
}

.z-btn.btn-zydcare:before {}

.zydcare-page {
  // min-width: 1280px;
}

.zydcare-page .header {
  background: #fff;
}

.zydcare-page .header .wrap {
  width: 100%;
  max-width: 1620px;
  position: relative;
  margin: 0 auto;
  padding: 18px 10px;
  box-sizing: border-box;
}

.zydcare-page .header .logo-zydmall {
  width: 124px;
}

.zydcare-page .header .logo-zydcare {
  margin-left: 40px;
}

.zydcare-page .header .wrap::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  left: 154px;
  background: rgba(1, 60, 122, 0.4);

}

.banner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-wrap .banner {
  width: 100%;
  height: 597px;
  object-fit: cover;
}

.banner-wrap .context {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -772px;
  box-sizing: border-box;
}

.banner-wrap .context .title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}

.banner-wrap .context .desc {
  width: 750px;
  margin: 26px 0 0;
  font-size: 16px;
  color: #fff;
  line-height: 27px;
}

.section-title {
  margin: 64px 0 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #121c2d;
  text-align: center;
}

.section-title-inner {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #121c2d;
}

.section-subTitle {
  margin: 22px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-align: center;
}

.section-subTitle-inner {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.section-menu {
  position: sticky;
  top: 0;
  margin: 46px 0 0;
  padding: 10px 0;
  z-index: 7;
  backdrop-filter: blur(100px);
  background: rgba(247, 247, 247, .9);
}

.list-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.list-menu .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 183px;
  height: 132px;
  border-radius: 10px;
  font-size: 18px;
  color: #121C2D;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  user-select: none;

}

.list-menu .item.is-active {
  color: #003C7A;
  font-weight: 700;
  // background: rgba(0, 60, 122, .06);
  // background: #006BC2;
  // box-shadow: 0px 4px 8px 0px rgba(225, 225, 225, 0.24);
  background: #f0f4f7;
  box-shadow: 0px 4px 8px 0px #E1E1E13D, 0px 4px 10px 0px #28426929;
}

.list-menu .item:not(.is-active):hover {
  border: 1px solid rgba(0, 107, 194, 1);

}

.list-menu .item .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #F0F3F7;

}

.list-menu .item .icon-wrap .iconfont {
  font-size: 22px;
  color: #003C7A;
  font-weight: 400;
}

.list-menu .item.is-active .icon-wrap {
  background: linear-gradient(135deg, #006DBC 0%, #003C7A 100%);

}

.list-menu .item.is-active .icon-wrap .iconfont {
  color: #fff;
}

.section-service {
  margin: -96px 0 0;
  padding-top: 152px;
  height: 418px;
}

.section-service .wrap {
  // background: #fff;
}

.section-service .wrap-inner {
  margin: 0 auto;
  width: 1200px;

}

.section-service-1 .wrap {
  background: #fff url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/zydcare/bg-spares.png?t=20250627) no-repeat center center /cover;
}

.section-service-1 .wrap-inner {
  position: relative;
  padding: 52px 0 48px;
}

.section-service-1 .wrap-inner .section-title-inner {
  line-height: 36px;
}

.section-service-1 .wrap-inner .section-subTitle-inner {
  margin-top: 22px;
}

.section-service-1 .wrap-inner .spares-searchbar {
  position: absolute;
  top: 48px;
  right: 20px;
}

.section-service-1 .wrap-inner .spares-searchbar .u-searchMod {
  margin-right: 0;
  border-color: #003C7A;
}

.section-service-1 .wrap-inner .spares-searchbar .u-searchMod input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;

}

.swiper-spares-wrap {
  position: relative;
  width: 1200px;
  margin: 30px auto 0;
}

.swiper-container-spares {
  width: 1170px;
  margin: 0 auto;
}

.swiper-spares-wrap .swiper-button-prev-spares,
.swiper-spares-wrap .swiper-button-next-spares {
  display: flex;
  align-items: center;
  width: 16px;
  height: 34px;
  background: rgba(0, 0, 0, .4);
}

.swiper-spares-wrap .swiper-button-prev-spares:hover,
.swiper-spares-wrap .swiper-button-next-spares:hover {
  background-color: #0159a1;
}

.swiper-spares-wrap .swiper-button-prev-spares {
  left: 0;
  border-radius: 4px 0 0 4px;
}

.swiper-spares-wrap .swiper-button-next-spares {
  right: 0;
  border-radius: 0 4px 4px 0;
}

.swiper-spares-wrap .swiper-button-next-spares::after,
.swiper-spares-wrap .swiper-button-prev-spares::after {
  display: none;
}

.swiper-spares-wrap .iconfont {
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  transform: scale(.66);

}

.swiper-spares-wrap .swiper-slide {
  padding: 10px 10px 14px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #fff;
}

.swiper-spares-wrap .swiper-slide:hover {
  border: 1px solid #006BC2;
}

.swiper-spares-wrap .swiper-slide .pic {
  width: 100%;
  aspect-ratio: 1/1;
  border: none;
}

.swiper-spares-wrap .swiper-slide .title {
  margin: 14px 0 0;
  color: #121C2D;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
}

.section-service-floor .wrap-inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.section-service-floor .col-left {
  flex: none;
  width: 286px;
  min-height: 402px;
  padding: 30px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
}

.section-service-floor .col-left .text-desc {
  margin: 16px 0 0;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.section-service-floor .col-left .text-desc .line {
  display: flex;
  align-items: center;
}

.section-service-floor .col-left .text-desc .iconfont {
  margin-right: 8px;
  font-size: 16px;
  color: #0159A1;
}

.section-service-floor .col-right {
  flex: 1;
}

.section-service-floor .list-serivce {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px;

}

.section-service-floor .list-serivce .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.section-service-floor .list-serivce .item:hover {
  box-shadow: 0px 4px 8px 0px rgba(225, 225, 225, 0.44);
}

.section-service-floor .list-serivce.is-more .item {
  flex: none;
  // width: calc(25% - 15px);
  width: 184px;
  transition: width linear .3s;
}

.section-service-floor .list-serivce.is-more .item.is-active {
  flex: none;
  // width: calc(33% - 10px);
  width: 284px;
}

.section-service-floor .list-serivce .item .pic-wrap {
  width: 100%;
  height: 192px;
  overflow: hidden;
}

.section-service-floor .list-serivce .item .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  transition: none;
  transition: transform linear .3s;
  transform: scale(1) translate3d(0, 0, 0);
}

.section-service-floor .list-serivce:not(.is-more) .item:hover .pic {
  transform: scale(1.1) translate3d(0, 0, 0);
}

.section-service-floor .list-serivce .item .item-bd {
  flex: 1;
  padding: 20px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

.section-service-floor .list-serivce .item .item-bd h5 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: #121c2d;
  white-space: nowrap;
}

.section-service-floor .list-serivce .item .item-bd .line {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.section-service-floor .list-serivce .item .item-bd .line .icon {
  flex: none;
  width: 16px;
  margin-right: 8px;
}

.section-service-floor .list-serivce .item .item-ft {
  padding: 4px 0 20px;
}

.section-service-floor .list-serivce .item .item-ft .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.section-service-floor .list-serivce.is-more .item .item-ft .btn-wrap {
  // display: none;
  visibility: hidden;
  opacity: 0;
}


.section-service-floor .list-serivce.is-more .item.is-active .item-ft .btn-wrap {
  // display: flex;
  visibility: visible;
  opacity: 1;
  transition: opacity .4s .2s;
}

.section-service-floor .list-serivce.is-more .item .item-ft {
  position: relative;
}

.section-service-floor .list-serivce.is-more .item .item-ft > .iconfont {
  position: absolute;
  left: 0;
  bottom: 28px;
  display: inline-block;
  justify-self: unset;
  margin-left: 20px;
  font-size: 12px;
  color: #0159A1;
  visibility: visible;
  opacity: 1;
}

.section-service-floor .list-serivce.is-more .item.is-active .item-ft > .iconfont {
  opacity: 0;
  // display: none;
  visibility: hidden;
  transition: linear .2s 0s;

}

.section-service-floor .list-serivce .item .item-ft .btn-order {
  width: 94px;
  height: 32px;
  /* border-radius: 4px; */
  /* color: #fff; */
  /* font-size: 14px; */
  /* background: linear-gradient(135deg, #006DBC 0%, #003C7A 100%); */
}

.section-service-floor .list-serivce .item .item-ft .btn-case {
  width: 94px;
  height: 32px;
  /* border-radius: 4px; */
  /* color: #fff; */
  /* font-size: 14px; */
  /* color: #003C7A; */
  /* border: 1px solid rgba(0, 60, 122, .5); */
  /* background: none; */


}

.section-network {
  display: flex;
  width: 1200px;
  margin: 56px auto 0;
  gap: 20px;
}

.section-network .col-left {
  flex: none;
}

.section-network .col-left .pic-map {
  width: 742px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: linear-gradient(284.44deg, rgba(226, 237, 248, 0.9) 2.39%, #F8FDFF 55.19%, rgba(225, 236, 248, 0.7) 98.84%),
    linear-gradient(180deg, #E1ECF8 -6.91%, #FAFDFF 17.13%, #FAFEFF 83.24%, #E2EDF8 113.3%);

}

.section-network .col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: linear-gradient(184.64deg, #E1ECF8 8.63%, #FFFFFF 86.56%);
  box-shadow: 0px 4px 10px 0px #7D8EAB33;


}

.section-network .col-right .section-title-inner {
  text-align: center;
  padding: 0 0 18px;
  border-bottom: 1px solid #D8E3EE;
}

.section-network .col-right .list-network-data {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0 28px;
}

.section-network .col-right .list-network-data .item {
  flex: none;
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  padding: 0 0 0 44px;
  box-sizing: border-box;
  font-size: 24px;
  color: #121C2D;
}

.section-network .col-right .list-network-data .item .num {
  color: #003C7A;
  font-weight: 700;
}

.section-network .col-right .list-network-data .item .num em {
  display: inline-block;
  font-size: 30px;
  line-height: 1em;
}

.section-network .col-right .list-network-data .item .txt {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1em;
}

.section-network .col-right .row-intro {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
  padding: 8px 8px 8px 12px;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #121C2D;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px 0px #EDEDED3D;

}

.section-network .col-right .row-intro:first-of-type {
  gap: 14px;

}

.section-network .col-right .row-intro .brand {
  width: 54px;
  height: 28px;
  object-fit: contain;
}

.section-network .col-right .row-intro .iconfont {
  margin-right: 6px;
  font-size: 18px;
  color: #0159A1;
}

.section-network .col-right .row-intro:first-of-type {
  margin-top: 0;
}

.mod2 {
  margin: 46px 0 0;
  background: #fff;
  overflow: hidden;
}

.list-certificate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 56px auto 62px;
  gap: 28px;
}

.list-certificate .item {
  padding: 14px 38px 18px;
  color: #121C2D;
  font-size: 16px;
  text-align: center;
}

.list-certificate .item:hover {
  box-shadow: 0px 4px 8px 0px #E1E1E13D;

}

.list-certificate .item .pic-wrap .pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.list-certificate .item .label {
  margin: 16px 0 0;
}

.list-certificate .item:nth-of-type(1) .pic-wrap,
.list-certificate .item:nth-of-type(2) .pic-wrap,
.list-certificate .item:nth-of-type(3) .pic-wrap,
.list-certificate .item:nth-of-type(4) .pic-wrap {
  display: block;
  width: 200px;
  padding: 26px;
  box-sizing: border-box;
  background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/zydcare/bg-cert.jpg) no-repeat center top /100% 100%;

}

.list-certificate .item:nth-of-type(5) .pic-wrap,
.list-certificate .item:nth-of-type(6) .pic-wrap,
.list-certificate .item:nth-of-type(7) .pic-wrap {
  display: block;
  width: 280px;
  padding: 26px;
  box-sizing: border-box;
  background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/zydcare/bg-cert2.jpg) no-repeat center top /100% 100%;
}

.section-case {
  position: relative;
  width: 1220px;
  margin: 56px auto 0;
}

.section-case .swiper-container {
  padding: 10px;
}

.section-case .swiper-slide {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.section-case .swiper-slide:hover {
  box-shadow: 0px 4px 8px 0px rgba(225, 225, 225, 0.44);

}

.section-case .swiper-slide .pic-wrap {
  width: 100%;
  height: 192px;
  overflow: hidden;

}

.section-case .swiper-slide .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform linear .3s;
  transform: scale(1) translateZ(0);
}

.section-case .swiper-slide:hover .pic {
  transform: scale(1.1) translateZ(0);
}

.section-case .swiper-slide .item-bd {
  padding: 20px 20px 16px;
}

.section-case .swiper-slide .item-bd .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-case .swiper-slide .item-bd .hd .title {
  font-size: 16px;
  font-weight: 700;
}

.section-case .swiper-slide .item-bd .hd .tag {
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  border-radius: 16px;
  color: #044191;
  background: rgba(0, 60, 122, .06);
  // background: linear-gradient(135deg, #005C9E 0%, #003C7A 100%);

}

.section-case .swiper-slide .item-bd .cnt {
  margin: 14px 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 例如，这里设置为2表示显示2行，超过部分显示为... */
  overflow: hidden;

}

.section-case .swiper-slide .item-bd .location {
  font-size: 14px;
  color: #999;
}

.section-case .swiper-slide .item-bd .location .iconfont {
  margin-right: 6px;
}

.section-case .swiper-button-prev-case,
.section-case .swiper-button-next-case {
  display: flex;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  color: #fff;
  background: rgba(0, 0, 0, .1);
}

.section-case .swiper-button-prev-case:hover,
.section-case .swiper-button-next-case:hover {
  background: rgba(0, 0, 0, .4);
}

.section-case .swiper-button-prev-case {
  left: -64px;
}

.section-case .swiper-button-next-case {
  right: -64px;
}

.section-case .swiper-button-next-case::after,
.section-case .swiper-button-prev-case::after {
  display: none;
}

.section-advantage {

  width: 1200px;
  margin: 56px auto 66px;
}

.list-advantage {
  display: flex;
  justify-content: space-between;
  gap: 66px;
}

.list-advantage .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-advantage .item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 32px;
  color: #fff;
  border-radius: 100%;
  background: linear-gradient(135deg, #005C9E 0%, #003C7A 100%);

}

.list-advantage .item .title {
  margin: 14px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}

.list-advantage .item .txt {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666;

}

.zydcare-page .footer {
  background: #003C7A url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/zydcare/bg-footer.png) no-repeat center top /cover;


}

.zydcare-page .footer .wrap {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 48px;
  gap: 86px;
  color: #fff;
}

.zydcare-page .footer .wrap .logo {
  flex: none;
  width: 328px;
  align-self: flex-start;
}

.zydcare-page .footer .wrap .col {
  flex: none;
  max-width: 380px;
  padding-right: 20px;
  box-sizing: border-box;
}

.zydcare-page .footer .wrap .col h5 {
  position: relative;
  display: inline-block;
  padding: 0 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.zydcare-page .footer .wrap .col h5::after {
  position: absolute;
  content: '';
  width: 36px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background: #fff;

}

.zydcare-page .footer .wrap .col .list-info {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  gap: 12px;
}

.zydcare-page .footer .wrap .col .list-info .item {
  display: flex;
  // align-items: center;
}

.zydcare-page .footer .wrap .col .list-info .item em {
  font-weight: bold;
}

.zydcare-page .footer .wrap .col .list-info .item .iconfont {
  margin-right: 14px;
  font-size: 20px;
}

.zydcare-page .footer .wrap .col .list-info .cnt {
  margin-left: 10px;
  font-size: 14px;
}

/* 服务案例弹窗 start */
.dialog-zydcare-case {
  border: 1px solid #89C6F2;
  border-radius: 16px;
  box-shadow: 0px 4px 24px 0px #6598DC3D, 0px -6px 11px 0px #87D0F466 inset;

  background: #F5FAFF url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/zydcare/bg-dialog-case.png) no-repeat right bottom /contain;
}

.dialog-zydcare-case .el-dialog__header {
  background: none !important;
}

.dialog-zydcare-case .dialog-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  color: #121C2D;

}

.dialog-zydcare-case .el-dialog__body {
  padding-top: 0 !important;
}

// .dialog-zydcare-case .el-dialog__footer {
//   padding: 60px 0;
// }
.dialog-zydcare-case .el-dialog__footer .z-btn {
  width: 260px;
  height: 48px;
  font-weight: bold;
}

.dialog-zydcare-case .top-content {
  display: flex;
  gap: 20px;
  margin-top: 34px;

}

.dialog-zydcare-case .top-content .col-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 392px;
  text-align: center;
}

.dialog-zydcare-case .top-content .col-left img {
  max-width: 100%;
  border-radius: 10px;
}

.dialog-zydcare-case .top-content .col-right {
  flex: 1;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(1, 89, 161, 0.1);
  background: linear-gradient(180.22deg, rgba(255, 255, 255, 0.3) 0.19%, rgba(180, 223, 255, 0.3) 102.04%);

}

.dialog-zydcare-case .top-content .col-right .title {
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #003c7a;
  border-bottom: 1px solid #e1e3ea;


}

.dialog-zydcare-case .top-content .col-right .sub-title {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #121c2d;

}

.dialog-zydcare-case .top-content .col-right .cnt {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.dialog-zydcare-case .list-intro {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0;
  gap: 20px;
}

.dialog-zydcare-case .list-intro .item {
  display: flex;
  font-size: 14px;
  line-height: 21px;
  color: #121C2D;

}

.dialog-zydcare-case .list-intro .item .icon-num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  background: linear-gradient(135deg, #006DBC 0%, #003C7A 100%);


}

/* 服务案例弹窗 end */

/* 服务订单弹窗 start */
.el-dialog__wrapper .dialog-plain.dialog-zydcare-order {
  // top: -5vh !important;
  margin-top: 5vh !important;
  max-height: calc(100% - 10vh) !important;
}

.dialog-zydcare-order .el-dialog__header {
  height: 48px !important;
  margin: 0 12px 0 18px;
  padding-top: 6px !important;
  padding-left: 0 !important;
  background: none !important;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
}

.dialog-zydcare-case .el-dialog__header .el-dialog__headerbtn:hover .el-dialog__close,
.dialog-zydcare-order .el-dialog__header .el-dialog__headerbtn:hover .el-dialog__close {
  color: #003C7A !important;
}

.dialog-zydcare-order .el-dialog__header .el-dialog__title {
  font-weight: 700;
  line-height: 1em;
}

.dialog-zydcare-order .tips {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 588px;
  height: 38px;
  margin: 0 auto 8px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #003C7A;
  background: rgba(1, 89, 161, .1);

}

.dialog-zydcare-order .el-dialog__body {
  padding: 16px 22px 0 !important;
}

.dialog-zydcare-order .el-form {
  margin-right: 20px;
}

.dialog-zydcare-order .form-item-phone .el-form-item__label {
  width: 100px !important;
}

.dialog-zydcare-order .el-form-item__label {
  line-height: 32px;
  color: #666;
}

.dialog-zydcare-order .el-form-item__content {
  line-height: 32px;
  color: #333;
}

.dialog-zydcare-order .el-input__inner {
  border-radius: 4px;
}

.dialog-zydcare-order .el-textarea__inner {
  height: 60px;
  border-radius: 4px !important;
  border-color: #EAEAEA;
}

.dialog-zydcare-order .el-form-item__error {
  margin: 2px 0 0;
  font-size: 12px;
}

.dialog-zydcare-order .el-textarea__inner {
  border-radius: 0;
}

.dialog-zydcare-order .el-upload {
  width: 100%;
}

.dialog-zydcare-order .el-upload-dragger {
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.dialog-zydcare-order .el-upload-dragger.is-dragover,
.dialog-zydcare-order .el-upload-dragger:hover {
  border-color: #003C7A;
}

.dialog-zydcare-order .el-upload-dragger .icon-upload {
  margin: 0;
  font-size: 20px;
  line-height: 1em;
  color: #666;
}

.dialog-zydcare-order .el-upload-dragger .el-upload__text {
  color: #666;
}

.dialog-zydcare-order .el-upload__tip {
  margin-top: 8px;
  color: #999;
  line-height: 1em;
  font-size: 12px;
}

/* 服务订单弹窗 end */

.dialog-zydcare-service .el-dialog__header .el-dialog__headerbtn:hover .el-dialog__close {
  color: #003C7A !important;

}

.dialog-zydcare-service .el-dialog__header .iconfont {
  font-size: 40px;
  color: #003C7A;
}

.dialog-zydcare-service .tips-success {
  margin: 20px 0 0;
  color: #666;
}

.dialog-zydcare-service .tips-concat {
  margin: 10px 0 0;
  color: #333;
}

.dialog-zydcare-service .tips-concat .iconfont {
  margin-right: 4px;
  font-size: 12px;
}

// .dialog-zydcare-service .el-dialog__footer button {
//   margin: 0 !important;
// }