.heightClassStyle {
  width: 16rem;
  padding: 0;
  margin: 0 auto;
  max-width: 94%;
  box-shadow: 0 5px 10px 0 #00000040;
  margin-top: 0.66rem;
  padding: 0.13rem;
  box-sizing: border-box;
}
.heightClassStyle_bg {
  border: 0.03rem dashed #b4252b33;
  padding: 0.28rem 0.39rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 0.77rem;
}
.heightClassStyle_info {
  overflow: hidden;
}
.heightClassStyle_info > div:nth-of-type(1) {
  color: #333333;
  font-family: "Source Han Sans SC";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.58rem;
  transform: translateX(calc(-50vw - 50%));
  opacity: 0;
  transition: all 2s ease;
}
.heightClassStyle_info > div:nth-of-type(1) > span {
  color: #b5262c;
}
.heightClassStyle_info > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.3rem;
  transform: translateX(calc(50vw + 50%));
  opacity: 0;

  transition: all 2s ease;
}
.heightClassStyle_info_back {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.hcs_info {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 0.17rem;
}

.hcs_info_left,
.hcs_info_right {
  border-radius: 0.22rem;
  background: #b4252b;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hcs_info_left {
  display: flex;
  padding: 0.13rem 0.2rem;
  box-sizing: border-box;
}
.hcs_info_left > div:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.hcs_info_left > div:nth-of-type(1) img {
  width: 0.7rem;
}
.hcs_info_left > div:nth-of-type(2) {
  margin-left: 0.12rem;
}
.hcs_info_left > div:nth-of-type(2) > p:nth-of-type(1) {
  color: #ffffff;
  font-family: "Source Han Sans SC";
  font-size: 0.31rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
}
.hcs_info_left > div:nth-of-type(2) > p:nth-of-type(2) {
  color: #ffffff;
  font-family: "Source Han Sans SC";
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.4rem;
  letter-spacing: 0rem;
}
.hcs_info_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hcs_info_right p {
  color: #ffffff;
  font-family: "Source Han Sans SC";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.01rem;
}
.heightClassStyle_flowers {
  position: relative;
  display: flex;
  align-items: center;
  transform: scale(0.5);
  transition: all 2s ease;
}
.flowerItems {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.flowerItems a::after {
}
.flowerItems a {
  color: #231714;
  font-family: "Source Han Sans SC";
  font-size: 0.44rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.53rem;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.flowerItems a:nth-of-type(1) {
  font-size: 0.53rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.flowerItems a:nth-of-type(2) {
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
}
.flowerItems a:nth-of-type(3) {
  left: 80%;
  top: 35%;
  transform: translate(-50%, -50%);
}
.flowerItems a:nth-of-type(4) {
  left: 80%;
  top: 65%;
  transform: translate(-50%, -50%);
}
.flowerItems a:nth-of-type(5) {
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
}
.flowerItems a:nth-of-type(6) {
  left: 20%;
  top: 65%;
  transform: translate(-50%, -50%);
}
.flowerItems a:nth-of-type(7) {
  left: 20%;
  top: 35%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1500px) {
  .heightClassStyle_bg {
    border: 0.03rem dashed #b4252b33;
    padding: 0.28rem 0.39rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.77rem;
  }
  .heightClassStyle_flowers {
    position: relative;
    display: flex;
    align-items: center;
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .hcs_info {
    display: flex;
    flex-direction: column;
    gap: 0.17rem;
  }
  .flowerItems a {
    color: #231714;
    font-family: "Source Han Sans SC";
    font-size: x-large;
    font-style: normal;
    font-weight: 700;
    position: absolute;
  }
  .heightClassStyle_flowers {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
  }
}

/* 部分效果 */
.hcs_info_left:hover {
  transform: translateY(-0.1rem);
}
.hcs_info_right:hover {
  transform: translateY(-0.1rem);
}
.flowerItems a:hover {
  transform: translate(-50%, -50%) scale(1.1);
  letter-spacing: 1px;
}
