.innerContainer {
  background-color: #f7f7f7;
}

.innerContainer .xldbtop {
  width: 100vw;
  position: relative;
}
.innerContainer .xldbtop img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  vertical-align: middle;
}
.innerContainer .xldbtop span {
  position: absolute;
  z-index: 4;
  color: #ffffff;
  font-size: 44px;
  bottom: 12%;
  left: 50%;
  font-weight: 600;
  transform: translateX(-50%);
  width: 1400px;
}
.innerContainer .xwsdcontent {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qlgkcontent .hotel_cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 28px;
  width: 1400px;
}
.qlgkcontent .hotel_cart a {
  background: none;
  border-radius: 19px;
  width: 100%;
  font-size: 16px;
  border: none;
}

.hotel_cart .xgsditem {
  width: calc(33.3333% - 28px); /* 一行3个，计算宽度并减去左右margin */
  margin: 14px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.hotel_cart .xgsditemcontent {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden; /* 防止图片溢出容器 */
  border: 1px solid #e7e7e7;
}

.hotel_cart .xgsditem:hover .guzhenShadow {
  transform: scale(1.1);
}
.hotel_cart .xgsditemcontent:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.hotel_cart .xgsditem:hover {
  transform: translateY(-2px);
}
.hotel_cart .xgsditem .left {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 369px;
  overflow: hidden;
}
.hotel_cart .xgsditem .left img {
  width: 100%;
  height: 100%;
  min-height: 186px;
  transition: transform 0.3s ease-out;
  transform-origin: center center;
  display: block;
}
.hotel_cart .xgsditem .right {
  color: #333333;
  position: relative;
  z-index: 1;
  width: 100%; /* 可以根据实际情况调整宽度 */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hotel_cart .xgsditem .right .itemtitle {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 22px 10px 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 设置最小高度为两行文字的高度 */
  min-height: 70px;
  line-height: 1em;
}
.hotel_cart .xgsditem .right .itembottom {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  height: 34px;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  transition: all 0.2s;
}
.hotel_cart .xgsditem .right .itembotto .arr img {
  width: 72%;
}
.xldbtop .header-t {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: calc(-1370px / 2);
  width: 1370px;
  color: #fff;
  /* height: 240px; */
  margin-bottom: 135px;
}
.xldbtop .header-t .title {
  font-size: 44px;
  font-weight: 600;
}
.xldbtop .header-t .line-t {
  width: 30px;
  height: 1px;
  background-color: #ffffff66;
  margin: 22px 0 30px 0;
}
.xldbtop .header-t .describe {
  font-size: 18px;
}

@media screen and (max-width: 1400px) {
  .qlgkcontent .hotel_cart {
    width: 890px;
  }
  .hotel_cart .xgsditem {
    width: calc(33.3333% - 23px);
  }
  .hotel_cart .xgsditem .left {
    height: 260px;
  }
  .innerContainer .xldbtop span {
    width: 1280px;
  }
  .xldbtop .header-t {
    width: 890px;
  }
}
