.header-top {
  position: absolute;
  width: 100%;
}

.ywhz-lxwm {
  background-color: #c2e9fb;
  text-align: center;
}

.ywhz-lxwm-h {
  padding: 1.05rem;
}

.ywhz-lxwm-h img {
  border-radius: 0.2rem;
  width: 100%;
  height: 3.5rem;
  object-fit: cover;
}

.youree-overview {
  margin: 0 auto;
  padding: 0.4rem 2.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
}

.youree-card-t {
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.1);
  display: flex;
  height: 3.9rem;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.youree-card-title {
  font-size: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  color: #333333;
  margin-top: 0.5rem;
}

.youree-card-title-t {
  margin-bottom: 0.1rem;
  margin-top: 0.75rem;
  color: #333333;
  font-weight: 300;
  font-size: 0.18rem;
}

.youree-card-dz {
  font-size: 0.18rem;
  font-weight: 300;
  color: #707070;
}

.youree-card-lx {
  font-size: 0.2rem;
  color: #1B678A;
  font-weight: normal;
}

.youree-card-lxwm {
  flex: 1;
  padding-left: 0.4rem;
  text-align: left;
}

.youree-card-lxwm-t {
  flex: 1;
}

.youree-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youree-spirit {
  background-color: #f3f6f6;
}

.lxwm-cta-buttons {
  display: flex;
  gap: 0.1rem;
  width: 3rem;
  margin-top: 0.5rem;
  height: 0.6rem;
  border-radius: 0.4rem;
  background: #e8e8ed;
  align-items: center;
  justify-content: center;
}

.lxwm-cta-button {
  padding: 0.05rem 0.3rem;
  color: black;
  text-decoration: none;
  border-radius: 0.05rem;
  font-size: 0.17rem;
}

.lxwm-cta-button1 {
  color: white;
  background-color: #333333;
  border-radius: 0.2rem;
  padding: 0.05rem 0.3rem;
  font-size: 0.17rem;
  text-decoration: none;
}

.service-container {
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  height: 5.4rem;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.service-card {
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: 0.2rem;
  height: 6rem;
  width: 3rem;
  text-align: left;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}

.card-title {
  font-size: 0.3rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.service-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.service-item {
  font-size: 0.2rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.service-item.with-arrow {
  position: relative;
  padding-right: 0.2rem;
}

.item-description::after {
  content: '>';
  position: absolute;
}

.item-title {
  display: block;
  color: #0D0D0D;
  font-weight: normal;
  font-size: 0.2rem;
}

.item-description {
  display: block;
  font-size: 0.16rem;
  color: #1B678A;
  font-weight: normal;
  margin-top: 0.1rem;
}

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.1rem);
  -webkit-backdrop-filter: blur(0.1rem);
  z-index: 1000;
  pointer-events: auto;
}

.modal {
  pointer-events: auto;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.08rem 0.32rem 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(0.04rem);
  -webkit-backdrop-filter: blur(0.04rem);
  border-radius: 0.25rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.18);
  z-index: 1001;
  max-height: 80vh;
  max-width: 90vw;
  width: auto;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal img {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.modal::-webkit-scrollbar {
  display: none;
}

.close {
  color: #747272;
  z-index: 1005;
  position: fixed;
  top: 8%;
  right: 26%;
  font-size: 0.45rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(20, 20, 20);
  text-decoration: none;
  cursor: pointer;
}


.youree-footer {
  background-color: white !important;
}