.jiqiren {
  position: fixed;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 80px;
  height: auto;
  pointer-events: auto;
}
@media screen and (max-width: 1800px) {
  .jiqiren {
    right: 0;
  }
}
@media screen and (max-width: 1360px){
  .jiqiren {
    display: none;
  }
}

.jiqiren img {
  /* z-index: -1; */
  width: 80px;
  height: 80px;
  margin: 0 auto -37px;
  display: block;
  cursor: pointer;
}

.jiqiren-text {
  /* 移除nowrap以允许正常换行和布局 */
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 8px 0px 8px;
  position: relative;
  overflow: visible;
  background: linear-gradient(
          172deg,
          rgba(70, 148, 249, 0.9) -8.42%,
          rgba(70, 148, 249, 0.91) 33.57%,
          rgba(48, 107, 234, 0.9) 102.12%
  );
}

.jiqiren-text p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.jiqiren-text p:first-child {
  font-size: 10px;
  font-weight: 500;
}

.jiqiren-text p:nth-child(2) {
  margin-bottom: 12px;
  font-size: 12px;
}

.hezi {
  z-index: 2;
  width: 60px;
  border-radius: 7px;
  margin: 7px auto;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  background: linear-gradient(180deg, #e5effa 0%, #ffffff 100%);
}

.hezi img {
  object-fit: cover;
  width: 24px;
  height: 24px;
}

.hezi:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.hezi:last-child {
  margin-bottom: 0;
}

.jiqiren-text img {
  width: 20px;
  height: 20px;
  margin: 0px auto 6px;
}

.imgx {
  width: 14px;
  height: 14px;
  margin: 6px auto 0;
}
.imgx img {
  width: 100%;
  height: 100%;
}
.jiqiren-text span {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1.3;
}