.zIndex {
  position: relative;
  margin-bottom: 60px;
}
.zindex1 {
  width: 600px;
  height: 472px;
  margin-left: 600px;
  position: relative;
  top: 14px;
  object-fit: cover;

}

.zindex2_card {
  width: 600px;
  height: 498px;
  background-image: url(../images/hotel/67.png);
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  padding: 40px 50px 50px 50px;
  box-sizing: border-box;
  text-align: justify;
}
.zindex2_card_title {
  font-size: 28px;
  color: #000000;
  /* text-align: right; */
  font-weight: bold;
  margin-bottom: 10px;
  word-break: break-all;
}
.zindex2_card_text {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* 设置为想要的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 191px;
}
.telflex {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000033;
  font-weight: bold;
  margin-top: 20px;
}
.telflex img {
  width: 20px;
  margin-right: 10px;
}
.telNumber {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}
.addressText {
  color: #333333;
  font-size: 16px;
  width: 50%;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 设置为想要的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.openDetail {
  font-size: 18px;
  color: #ffffff;
  background-color: #70c96c;
  padding: 14px 22px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  user-select: none;
  right: 50px;
  bottom: 40px;
}
.zIndexImages {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 530px;
}
.imagesfull {
  height: 140px;
  width: 210px;
  border: 4px solid #fff;
  border-radius: 4px;
  margin-right: 16px;
  cursor: pointer;
}
.imagesfragmentary {
  height: 150px;
}
.flip .zindex1 {
  margin-left: 0;
}
.flip .zindex2_card {
  right: 0;
  background-image: url(../images/hotel/672.png);
  padding: 40px 50px 50px 140px;
}
/* .flip .zindex2_card_title {
  text-align: left;
} */
.flip .telflex,
.flip .telNumber {
  text-align: right;
  justify-content: flex-end;
}
.flip .openDetail {
  left: 140px;
  right: auto;
}
.flip .addressText {
  text-align: right;
}
.flip .zIndexImages {
  left: 30px;
}

.dish{
  position: absolute;
  left: 4px;
  color: #fff;
  font-size: 16px;
  bottom: 8px;
  right: 17px;
  padding: 6px 8px;
  background-color: rgba(0, 0,0, .5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}