.game-search[data-v-4ffe854a] {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  backdrop-filter: blur(20px);
}
.game-search.active[data-v-4ffe854a] {
  opacity: 1;
  visibility: visible;
}
.game-search .search-bg[data-v-4ffe854a] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(../../static/img/search_blur.jpg);
}
@supports (backdrop-filter: none) {
.game-search .search-bg[data-v-4ffe854a] {
    background: none;
}
}
.game-search .search-bg div[data-v-4ffe854a] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e9edee;
  opacity: 0.7;
}
@supports (backdrop-filter: none) {
.game-search .search-bg div[data-v-4ffe854a] {
    opacity: 0.85;
}
}
@supports (backdrop-filter: none) {
.game-search .search-bg[data-v-4ffe854a] {
    background: none !important;
}
}
@media screen and (max-width: 575px) {
.game-search .search-bg div[data-v-4ffe854a] {
    opacity: 0.92;
}
}
.game-search .search-cover[data-v-4ffe854a] {
  display: block;
  position: relative;
  max-width: 998px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 100px 0 0;
}
.game-search .search-cover .s-input[data-v-4ffe854a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.game-search .search-cover .s-input .s-icon[data-v-4ffe854a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
}
.game-search .search-cover .s-input .s-icon img[data-v-4ffe854a] {
  width: auto;
  display: block;
  height: 100%;
}
.game-search .search-cover .s-input input[data-v-4ffe854a] {
  width: calc(100% - 52px);
  height: 26px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 700;
  padding: 0 20px;
}
.game-search .search-cover .s-input .s-close[data-v-4ffe854a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
}
.game-search .search-cover .s-input .s-close:hover img[data-v-4ffe854a] {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0.6;
}
.game-search .search-cover .s-input .s-close img[data-v-4ffe854a] {
  width: auto;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.game-search .search-cover .s-result[data-v-4ffe854a] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.game-search .search-cover .s-result .result-default[data-v-4ffe854a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.game-search .search-cover .s-result .result-default .default[data-v-4ffe854a] {
  display: block;
  position: relative;
  width: 200px;
  margin-top: -170px px;
}
.game-search .search-cover .s-result .result-default .default .default-bg[data-v-4ffe854a] {
  display: block;
  width: 200px;
  height: 200px;
}
.game-search .search-cover .s-result .result-default .default .default-img[data-v-4ffe854a] {
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}
.game-search .search-cover .s-result .result-default .default .rotate[data-v-4ffe854a] {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotateAnime 0.8s infinite;
          animation: rotateAnime 0.8s infinite;
  display: block;
  width: 100%;
}
.game-search .search-cover .s-result .result-default .default span[data-v-4ffe854a] {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.game-search .search-cover .s-result .result-default .default[data-v-4ffe854a] {
    width: 100px;
    margin-top: -180px;
}
.game-search .search-cover .s-result .result-default .default .default-bg[data-v-4ffe854a] {
    width: 100px;
    height: 100px;
}
.game-search .search-cover .s-result .result-default .default .default-img[data-v-4ffe854a] {
    width: 100px;
    height: 100px;
}
.game-search .search-cover .s-result .result-default .default span[data-v-4ffe854a] {
    margin-top: 10px;
}
}
.game-search .search-cover .s-result .result-cover[data-v-4ffe854a] {
  position: relative;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  box-sizing: border-box;
  padding: 20px 0 150px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.game-search .search-cover .s-result .result-cover .gamedatabox[data-v-4ffe854a] {
    width: 33% !important;
    height: 150px !important;
}
}
.game-search .search-cover .s-result .result-cover .gamedatabox[data-v-4ffe854a] {
  width: 20%;
  height: 160px;
  padding: 20px 0 0;
}
.game-search .search-cover .s-result .result-cover .gamedatabox div[data-v-4ffe854a] {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.game-search .search-cover .s-result .result-cover .gamedatabox div i[data-v-4ffe854a] {
  display: block;
  position: absolute;
  width: 76px;
  height: 76px;
  top: 0;
  left: calc(50% - 35px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px;
}
.game-search .search-cover .s-result .result-cover .gamedatabox div i img[data-v-4ffe854a] {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.game-search .search-cover .s-result .result-cover .gamedatabox div p[data-v-4ffe854a] {
  display: block;
  width: 100%;
  top: 84px;
  left: 0;
  position: absolute;
  font-size: 13px;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
.game-search .search-cover[data-v-4ffe854a] {
    padding: 60px 0;
}
.game-search .search-cover .s-input[data-v-4ffe854a] {
    height: 52px;
    padding-bottom: 32px;
}
}

