html,body{
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body{
  background-color: #6e60f3;
}
div,a,p,ul,li{
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  color: #000;
}
#app,.main{
  height: 100%;
  width: 100%;
}
header{
  background: linear-gradient(180deg,#130939,rgba(19,9,57,0));
  content: "";
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /* z-index: 1; */
  display: flex;
  justify-content: center;
}
.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -ms-flexbox;
  flex-shrink: 0;
  height: 170px;
  max-width: 1706px;
  padding-bottom: 36px;
  width: 100%;
}
header .header .logo{
  height: 68px;
  color: #fff;
}
header .header .logo a{
  width: 100%;
  height: 68px;
  display: block;
}
header .header .logo img{
  height: 68px;
}
header .header .classify_phone{
  display: none;
}
header .header .classify{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 36%;
  height: 68px;
}
header .header .classify a{
  color:#8D82F3;
  font-size: 24px;
  line-height: 68px;
  display: flex;
  align-items: center;
}
header .header .classify a img{
  width: 29px;
  height: 29px;
  padding-right: 10px; 
}
header .header  .classify a svg {
  fill:#8D82F3
}
header .header .classify a span{
  margin-left: 10px;
}
header .header .classify button{
  width: 174px;
  height: 39px;
  border-radius: 20px;
  background-color: #EF2391;
  border: none;
  display: flex;
  align-items: center;
  line-height: 39px;
}
header .header .classify button span{
  color: #fff;
  font-size: 22px;
}
header .header .classify button img{
  width: 29px;
  padding-right: 20px;
  padding-left: 6px;
}
main{
  display: flex;
  justify-content: center;
}
main .main{
  margin-top: 160px;
  max-width: 1700px;
}

header .header .classify a:hover{
  color: #fff;
}
header .header .classify a:hover svg{
  fill:#fff
}








/* 广告 */
.advertisement{
  text-align: center;
  margin: 5px auto;
  padding: 5px;
  background-color: #569bb1;
  max-width: 650px;
  max-height: 400px;
  color: #fff;
}


/* 菜单抽屉 */
@keyframes slideFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  animation: slideFromRight 0.6s ease;
  z-index: 1111;
  background-color:rgba(25,20,44,.8);
}

.classify_ios {
  width: 85%;
  height: 100%;
  background-color: #6E60F3;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.classify_ios a{
  margin-left: 10px;
  padding: 14px 20px 14px 20px;
  width: 70%;
  border-radius: 30px;
  margin-bottom: 10px;
  background-color:#5448CB;
  color: #fff;
  display: flex;
  align-items: center;
}
.classify_ios a span{
  padding-left: 10px;
}
.classify_ios a img{
  width: 30px;
  height: 30px;
}
.classify_ios h3{
  padding: 10px 0 10px 0;
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
}
.goBack {
  width: 15%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #5448CB;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goBack img{
  width: 30px;
  height: 30px;
}

.goBack_pc{
  width: 65%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_pc{
  width: 35%;
  height: 100%;
  background-color: #6E60F3;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-radius: 30px 0 0 30px;
}
.right_arrow{
  padding: 10px;
  background-color: #fff;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  left: 64%; 
  top: 20px;
  z-index: 9999;
}
.search_pc .search_box{
  padding: 20px 60px 20px 60px;
}
.search_pc .search_box .search_input{
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 0 0 10px;
}
.search_pc .search_box input{
  outline:none;
  border:0px; 
  font-size: 18px;
  display: inline-block;
  vertical-align:middle;
}
.search_pc .search_box .search_input button{
  height: 60px;
  background-color:#ef2391;
  border: none;
  margin: 2px;
  border-radius: 10px;
}
.search_pc .search_box .search_input button img{
  width: 50px;
  height: 50px;
}

.search_pc .search_game{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap:0.2rem;
  justify-content: center;
  padding: 6px 60px 20px 60px;
}
.search_pc .search_game img{
  width: 100%;
  border-radius: 10px;
}
.search_pc .search_game a{
  position: relative;
}
.search_pc .search_game a p{
  position: absolute;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: #fff;
  border-radius: 0 0 20px 20px;
  height: 50px;
  background: linear-gradient(transparent 25%,rgba(0,0,0,.5));
  word-wrap: break-word;
  display: none;
}
.search_pc .search_game .empty_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.search_pc .search_game .empty_box img{
  width: 60px;
}
.search_pc .search_game .empty_box div{
  font-size: 16px;
  color: #fff;
}











/* 搜索抽屉 */
.search {
  width: 85%;
  height: 100%;
  background-color: #6E60F3;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.search .search_box{
  padding: 20px;
}
.search .search_box .search_input{
  height: 12.5333333333vw;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 0 0 10px;
}
.search .search_box input{
  outline:none;
  border:0px; 
  font-size: 14px;
  display: inline-block;
  vertical-align:middle;
}
.search .search_box .search_input button{
  width: 12vw;
  height: 12vw;
  background-color:#ef2391;
  border: none;
  margin: 2px;
  border-radius: 10px;
}
.search .search_box .search_input button img{
  width: 8vw;
  height: 8vw;
}

.search .search_game{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap:0.2rem;
  justify-content: center;
  padding: 6px 20px 20px 20px;
}
.search .search_game img{
  width: 100%;
  border-radius: 10px;
}
.search .search_game a{
  position: relative;
}
.search .search_game a p{
  position: absolute;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: #fff;
  border-radius: 0 0 20px 20px;
  height: 50px;
  background: linear-gradient(transparent 25%,rgba(0,0,0,.5));
  word-wrap: break-word;
  display: none;
}
.search .search_game .empty_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.search .search_game .empty_box img{
  width: 60px;
}
.search .search_game .empty_box div{
  font-size: 16px;
  color: #fff;
}


/* 底部 */
.footer{
  margin-top: 40px;
  padding: 20px 100px 20px 100px;
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
  background-color: #4A3DC7;
}
.footer a{
  text-decoration: none;
  outline: none;
  color: #fff;
  text-align: center;
}



/* loding */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}




@media screen and (min-width:1220px) {
  .search_pc .search_game a:hover{
    transition: all 0.2s;
    transform: scale(1.2);
    z-index:2;
    visibility: visible;
  }
  .search_pc .search_game a:hover p{
    display: block;
  }
}

@media screen and (max-width:1220px){
  main .main{
    margin-top: 90px;
    max-width: 1700px;
  }
  .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -ms-flexbox;
    flex-shrink: 0;
    height: 90px;
    max-width: 100%;
    padding: 0;
  }
  header .header .logo{
    height: auto;
  }
  header .header .logo img{
    width: 120px;
    height: auto;
    padding-left: 10px;
  }
  header .header .classify {
    display: none;
  }
  header .header .classify_phone{
    display: block;
    display: flex;
    width: 30%;
    justify-content: flex-end;
    align-items: center;
    margin-right: 6px;
  }
  header .header .classify_phone button{
    width: 40px;
    height: 30px;
    border-radius: 6px;
    border: none;
    background-color: #23CAFF;
    margin-right: 20px;
  }
  header .header .classify_phone img{
    width: 24px;
    height: 24px;
  }
  /* 底部 */
  .footer{
    padding: 20px 0 20px 0;
    justify-content: space-evenly;
  }
}

@media screen and (max-width:1200px) and (min-width:700px){
  .header{
    max-width: 900px;
  }
  main .main{
    max-width: 900px;
  }
}

@media screen and (min-width:1200px) and (max-width:1500px){
  .header{
    max-width: 1150px;
  }
  header .header .classify{
    width: 60%;
  }
  main{
    display: flex;
    justify-content: center;
  }
  main .main{
    max-width: 1150px;
  }
}

@media screen and (min-width:1500px) and (max-width:1700px){
  .header{
    max-width: 1500px;
  }
  main{
    display: flex;
    justify-content: center;
  }
  main .main{
    max-width: 1500px;
  }
}
