.slot_top .Inquire {
  /* padding: 40px 0 !important; */
}
.allgame {
  background: #f7f7f7;
}
.allgame .active_page {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.allgame__content {
  padding: 30px;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.allgame__content .inp {
  margin-bottom: 10px;
  display: flex;
  position: relative;
  width: 320px !important;
}
.allgame__content .inp .el-input-to {
  display: flex;
  /* width: 400px; */
  width: 320px !important;
  height: 40px !important;
  background: #f4f8f9 !important;
  border-radius: 45px !important;
  border: 1px solid #dbdcdc !important;
  padding-left: 40px !important;
  padding-right: 75px !important;
}
.allgame__content .inp .el-input-to input {
  border: none;
  height: 37px;
  background: #f4f8f9 !important;
  padding: 0;
  flex: 1;
}
.allgame__content .inp .el-input-to .el-input__icon {
  font-size: 24px;
  padding-top: 12px;
  left: 1px;
}
.allgame__content .inp > button {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 9;
  font-size: 21px;
  display: inline-block;
  width: 70px;
  height: 34px;
  background: #fdab27;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff !important;
  cursor: pointer;
}
.allgame__content .el-tabs__active-bar {
  background: #fe0000;
}
.allgame__content .el-tabs__item.is-active,
.allgame__content .el-tabs__item:hover {
  color: #333;
  font-weight: 600;
  cursor: pointer;
}
.allgame__content .letter {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  background: #f7f7f7;
}
.allgame__content .letter > p {
  cursor: pointer;
  padding: 10px;
  color: #666;
}
.allgame__content .letter > .active,
.allgame__content .letter > p:hover {
  color: #fe0000;
}
.allgame__content .list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 20px;
}
.allgame__content .list > div {
  width: 11.11111%;
  padding: 10px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  text-align: center;
}
.allgame__content .list > div a {
  display: block;
}
.allgame__content .list > div img {
  width: 100%;
  border-radius: 14px;
}
.sellBody_bg {
  background: linear-gradient(90deg, #0091ff, #00b9ff);
}
#sellBodyName,
#ngBodyName {
  color: #fff;
}
.handleLink:hover {
  background: #0091ff;
}
