#server {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.server-frame {
  flex: 1;
  min-height: 125em;
  background: #f6f6f6;
}
.server-header {
  height: 22.1875em;
}
.server-header-frame {
  padding-top: 4.875em;
  box-sizing: border-box;
  position: relative;
}
.server-title-frame {
  margin-bottom: 2.375em;
}
.server-title {
  font-size: 4.375em;
  font-weight: 600;
  color: #ffffff;
}
.server-introduce1,
.server-introduce2 {
  font-size: 1.375em;
  font-weight: normal;
  color: #959595;
}
.server-fill-green-icon,
.server-voice-icon,
.server-hi-icon,
.server-robot-icon,
.server-game-red-icon,
.server-notice-icon {
  position: absolute;
  transition: transform 0.4s ease; /* 添加过渡效果，使动画更平滑 */
}
/* 需要动的图片 */
.server-fill-green-icon {
  right: -0.8125em;
  top: -0.625em;
  width: 25.375em;
  height: 13.6875em;
}
.server-voice-icon {
  top: 5.645em;
  right: 13.446875em;
  width: 14.926875em;
  height: 8.42125em;
}
.server-hi-icon {
  top: 8.329375em;
  right: 5.2625em;
  width: 8em;
  height: 4.4em;
}
.server-robot-icon {
  top: 10.395em;
  right: 1.235625em;
  width: 3.144375em;
  height: 3.140625em;
}
.server-game-red-icon {
  top: 13.306875em;
  right: 17.545em;
  width: 5.25em;
  height: 5.25em;
}
.server-notice-icon {
  top: 11.3125em;
  right: -2.5625em;
  width: 21.5em;
  height: 11.25em;
}
/*  */
.server {
  background: #f6f6f6;
  padding: 5.6875em 0 5.5625em 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.server-content {
  transition: transform 0.3s;
}
.server-content:hover {
  transform: translateY(-1.25em);
}
.server-piece {
  border-radius: 1.5625em;
  background: #ffffff;
  width: 24.375em;
  height: 23.75em;
  position: relative;
  margin-right: 2.375em;
  margin-bottom: 4.625em;
  cursor: pointer;
}
.server-piece_eliminate-right {
  margin-right: 0;
}
.bgImage {
  width: 24.418125em;
  height: 12.25em;
  border-top-left-radius: 1.5625em;
  border-top-right-radius: 1.5625em;
}
.serverImage-frame {
  position: absolute;
  top: 9.5em;
  left: 1.375em;
  z-index: 2;
  box-shadow: 0px 0px 0.875em 0px rgba(0, 0, 0, 0.15);
  border-radius: 1.25em;
  border: 0.25em solid #ffffff;
}
.serverImage {
  width: 4.75em;
  height: 4.75em;
  border-radius: 0.971875em;
}
.server-piece-introduce {
  padding: 0 1.375em;
  box-sizing: border-box;
}
.server-piece-number-frame {
  margin-top: 0.5625em;
}
.server-piece-number {
  font-size: 1em;
  font-weight: normal;
  text-align: justify;
  color: #9c9c9c;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.server-number-iocn {
  width: 0.8125em;
  height: 0.8125em;
  margin-right: 0.3125em;
}
.server-piece-title-frame {
  margin-top: 1.6875em;
}
.server-piece-title {
  font-size: 1.375em;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
}
.official {
  width: 1.0625em;
  height: 1.0625em;
  margin-right: 0.25em;
}
.server-vertical-line {
  display: inline-block;
  width: 0.0625em;
  height: 1em;
  background-color: #000000;
  margin: 0 0.6875em;
}
.server-piece-details-frame {
  margin-top: 1.125em;
}
.server-piece-details {
  font-size: 1em;
  font-weight: normal;
  text-align: justify;
  color: #9c9c9c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.offical-tag {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  padding: 2px 0;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  margin-left: 6px;
  box-sizing: border-box;
  margin-top: 2px;
}
