/* CSS Document */
/* 针对带 has-arrow 类的a标签，通过after伪元素添加箭头 */
.erji-jiantou {
  position: relative; /* 关键：让箭头以<a>为基准定位 */
  padding-right: 40px; /* 预留箭头空间，避免文字被覆盖 */
}

/* 原箭头样式保留 */
.erji-jiantou:after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--hotelux-base);
  transform: translateY(-50%) scale(1);
  transition: 500ms;
}
.services-one__img::before,
 .blog-one__img::before,
 .our-rooms__img::before,
 .offer-one__img::before {
         
            pointer-events: none; /* 关键：让覆盖层不拦截鼠标事件 */
        }
 
.self-ellipsis-1 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.self-ellipsis-2 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.self-ellipsis-3 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.self-ellipsis-4 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.self-ellipsis-5 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.self-ellipsis-6 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.self-ellipsis-7 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.self-ellipsis-8 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 8; -webkit-box-orient: vertical; }
.self-ellipsis-9 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 9; -webkit-box-orient: vertical; }
.self-ellipsis-10 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 10; -webkit-box-orient: vertical; }
.self-ellipsis-11 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 11; -webkit-box-orient: vertical; }

 .offer-one__price a{
	position: absolute;
  top: 20px;
  left: 20px;
	border-radius: 10px;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(10px); 
	 color:#222;
	padding: 10px;
}

.offer-one__price a::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b99c87;
    opacity: 30%;
	border-radius: 10px;
    width: 100%;
    height: 100%;
	
}
.about-one__img::before {
  left: 50px; /* 桌面端居左50px */
}

/* 手机端（屏幕宽度 ≤ 768px 时） */
@media (max-width: 768px) {
  .about-one__img::before {
    left: -20px; /* 手机端居左-20px */
  }
}

.blog-one-1 {
  position: relative;
  display: block;
  padding: 120px 0 0px;
  z-index: 1;
}
.about-one1 {
  position: relative;
  display: block;
  padding: 120px 0 100px;
  z-index: 1;
}
