body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

code {
  font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

.home {
  overflow: hidden;
  position: relative
}

.home header {
  background: linear-gradient(to right, #002ff8 0%, #a5a1b7 100%);
  position: relative;
  height: 4rem
}

.home header img {
  position: absolute;
  width: 3.4rem
}

.home header .img-nav {
  top: .5rem;
  left: .5rem
}

.home header .img-share {
  top: .5rem;
  right: .5rem
}

.home header>h1 {
  padding: 0;
  height: 100%;
  line-height: 4rem;
  font-size: 2rem;
  ;text-align: center;
  color: #fff
}

.home nav {
  padding: .8rem 0;
  position: relative;
  height: 2.6rem
}

.home nav .top-search {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.home nav .top-search>input::-webkit-search-cancel-button {
  display: none
}

.home nav .top-search>input {
  width: 100%;
  height: 3.2rem;
  border-radius: 2.4rem;
  outline: none;
  border: 1px solid #f85106;
  padding-left: 1rem
}

.home nav .top-search>img {
  width: 2rem;
  height: 1.7rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.home h1 {
  font-size: 2rem;
  height: 3rem;
  line-height: 3rem
}

.home>ul h1 {
  margin: 1rem
}

.home>ul li>.po-con::-webkit-scrollbar {
  display: none
}

.home>ul li>.po-con {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  text-align: center
}

.home>ul li>.po-con ::-webkit-scrollbar {
  display: none
}

.home>ul li>.po-con>li {
  display: inline-block;
  width: 10rem;
  padding: 0 .5rem
}

.home>ul li>.po-con>li>a {
  width: 10rem;
  display: block;
  overflow: hidden
}

.home>ul li>.po-con>li>a img {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border-radius: 1rem
}

.home>ul li>.po-con>li>a p {
  color: #412a43;
  margin: .3rem 0
}

.home>ul li>.po-con>li>a span {
  color: #f45131
}

.home>ul li>.po-con>li>a .play {
  width: 60%;
  height: 2.4rem;
  display: inline-block;
  background: #633675;
  color: #fff;
  border-radius: 1.2rem;
  line-height: 2.4rem
}

.home>ul li>.po-con>li h2 {
  color: #23651d;
  width: 8rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.home>ul li>.hot-content {
  overflow: hidden
}

.home>ul li>.hot-content>ul {
  width: 300%
}

.home>ul li>.hot-content>ul>li {
  width: 33.3%
}

.home>ul li .gl-nav::-webkit-scrollbar {
  display: none
}

.home>ul li .gl-nav {
  overflow-x: auto;
  white-space: nowrap;
  margin: 1rem 0
}

.home>ul li .gl-nav>span {
  margin: 1rem 3rem 0 1.2rem;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem;
  color: #000
}

.home>ul li .gl-nav a:active {
  color: #1ea0ff
}

.home .adv_box>div {
    
}

@media only screen and (min-width: 768px) {
  .home .adv_box {
    max-width:900px;
    margin: 0 auto
  }

  .home nav .top-search {
    width: 60%;
    max-width: 900px
  }

  .home>ul {
    max-width: 900px;
    margin: 0 auto
  }

  .home>ul li>.po-con>li {
    width: 14rem
  }

  .home>ul li>.po-con>li h2 {
    width: auto
  }

  .home>ul li>.po-con>li>a {
    width: 14rem
  }

  .home .nav-content .gl-content>ul li {
    width: 16.5%
  }

  .home .nav-content .gl-content>ul li a {
    padding: 1vw .5vw
  }
}

@media only screen and (max-width: 768px) {
  .home .nav-content ul li {
    height:44vw
  }

  .home .nav-content ul li>a img {
    height: 28vw
  }
}

.hearde-nav {
  position: absolute;
  color: #333;
  width: 100vw;
  max-width: 1024px;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
  transition: all .2S
}

.hearde-nav .nav_box {
  background: linear-gradient(to right, #002ff8 0%, #a5a1b7 100%);
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute
}

.hearde-nav .nav_box .close {
  position: absolute;
  top: -1rem;
  right: 1rem;
  width: 1.8rem
}

.hearde-nav .nav_box .nav-games {
  background: hsla(0,0%,100%,.075);
  height: 4rem;
  display: flex;
  padding-left: 2rem
}

.hearde-nav .nav_box .nav-games h2 {
  align-self: center;
  color: #f2f2f2;
  font-size: 2rem
}

.hearde-nav .nav_box .nav-games img {
  width: 5rem;
  margin-right: .5rem
}

.hearde-nav .nav_box ul li:first-child {
  border-top: 1px solid #333
}

.hearde-nav .nav_box ul li>a {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333
}

.hearde-nav .nav_box ul li>a p {
  align-self: center;
  border-radius: 0 10rem 0 0;
  font-weight: 600;
  width: 13rem;
  margin-left: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
  padding: 0 .5rem .2rem;
  color: #0c0b0a
}

.hearde-nav .nav_box ul li>a img {
  align-self: center;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem
}

.hearde-nav .close_box {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0
}

.nav-content {
  overflow: hidden;
  width: 100%
}

.nav-content ul {
  padding-left: .5vw
}

.nav-content ul li {
  width: 33vw;
  float: left
}

.nav-content ul li>a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 3vw 1vw
}

.nav-content ul li>a>div {
  width: 90%;
  display: flex;
  flex-direction: column
}

.nav-content ul li>a img {
  min-width: 7rem;
  border-radius: 20%
}

.nav-content ul li>a .load {
  margin-top: .4rem;
  text-align: center
}

.nav-content ul li>a .load>h2 {
  color: #4347eb;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.nav-content ul li>a .load>p {
  display: inline-block;
  padding: .2rem .5rem;
  margin: .5rem 0;
  color: #f45131;
  border: 1px solid #f45131;
  text-align: center
}

.nav-content ul li>a .load span {
  display: block;
  color: #db1616
}

.nav-content ul li>a>span {
  display: block;
  align-self: center;
  width: 5rem;
  text-align: center;
  line-height: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background: #1ea0ff;
  color: #fff
}

.hot-banner {
  margin-bottom: 1rem
}

.hot-banner .slick-dots {
  background: #fff;
  padding: 1rem 0;
  position: static
}

.hot-banner .slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: .5rem;
  background: #1ea0ff!important
}

.hot-banner .slick-dots .slick-active {
  background: #fff;
  width: 0
}

.hot-banner .banner-box>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.hot-banner .banner-box>ul>li {
  width: 48%;
  margin: 1rem 0 2rem;
  position: relative
}

.hot-banner .banner-box>ul>li .backbg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.hot-banner .banner-box>ul>li .hot-top {
  display: flex;
  justify-content: space-around
}

.hot-banner .banner-box>ul>li .hot-top img {
  width: 32%;
  height: 32%;
  -webkit-transform: translate(20%,-20%);
  transform: translate(20%,-20%);
  border-radius: 20%
}

.hot-banner .banner-box>ul>li .hot-top>div {
  margin: 1rem .5rem;
  color: #f99d01
}

.hot-banner .banner-box>ul>li .hot-top>div span {
  color: #412a43
}

.hot-banner .banner-box>ul>li>h3 {
  color: #1ea0ff;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .5rem;
  margin-left: 1rem
}

@media only screen and (min-width: 768px) {
  .hot-banner .banner-box {
    padding-top:2rem
  }

  .hot-banner .banner-box>ul>li {
    height: 24rem
  }

  .hot-banner .banner-box>ul>li>h3 {
    text-align: center;
    font-size: 2.5rem
  }

  .hot-banner .banner-box>ul>li .hot-top>div {
    padding-top: 2rem;
    font-size: 2rem
  }
}

.footer {
  background: linear-gradient(60deg, #29323c 0%, #485563 100%);
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0
}

.footer p {
  line-height: 24px;
  text-align: center
}

.footer p a {
  color: #fff
}

.share {
  background: #fff;
  height: 38vh;
  width: 22%;
  border: 1px solid #ccc;
  z-index: 99;
  position: absolute;
  top: -2px;
  right: -1px;
  overflow: hidden;
  transition: all .3s
}

.close {
  width: 4vh;
  margin: 3vh auto 0
}

.close img {
  width: 100%
}

.share_icon {
  width: 5vh;
  height: 5vh;
  margin: 2vh auto;
  border-radius: 50%;
  background: #1c76f0
}

.share_icon img {
  width: 100%;
  object-fit: cover
}

.share_icon:nth-child(3) {
  background: #1da2eb
}

.share_icon:nth-child(4) {
  background: #5896f4
}

.share_icon:nth-child(4) img {
  -webkit-transform: scale(.6);
  transform: scale(.6)
}

.share_none {
  height: 0
}

.ant-message-notice {
  width: 100%;
  position: fixed;
  top: 75vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.search {
  color: #1ea0ff;
  min-height: 100vh;
  position: relative
}

.search .sear-head {
  position: relative;
  background: linear-gradient(to right, #002ff8 0%, #a5a1b7 100%);
  height: 4rem;
  display: flex;
  justify-content: center
}

.search .sear-head>h1 {
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  color: #fff
}

.search .sear-head .logo {
  width: 5rem
}

.search .sear-head .back {
  position: absolute;
  top: .8rem;
  left: 1rem;
  display: inline-block;
  width: 2.6rem
}

.search .search-h {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  height: 4rem
}

.search .search-h>h2 {
  align-self: center
}

.search .search-h>div {
  position: relative;
  align-self: center
}

.search .search-h>div input {
  align-self: center;
  padding-left: 1.2rem;
  margin-left: 1rem;
  background: #f2f2f2;
  height: 3rem;
  width: 15rem;
  border-radius: 1rem;
  outline: none;
  border: none
}

.search .no_res {
  margin: 2rem 0;
  text-align: center
}

.search .no_res img {
  width: 16rem
}

.search .res-content {
  width: 100%;
  padding-bottom: 10vh
}

.search .searchdata {
  margin: 1rem 0;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between
}

.search .searchdata>div {
  display: flex;
  width: 70%
}

.search .searchdata>div img {
  width: 6rem;
  height: 6rem;
  border-radius: 20%
}

.search .searchdata>div>div {
  margin-top: .4rem;
  width: 70%;
  margin-left: 1rem
}

.search .searchdata>div>div>h2 {
  font-size: 1.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.search .searchdata>div>div>p {
  display: inline-block;
  color: #f99d01;
  text-align: center
}

.search .searchdata>div>div span {
  display: block;
  color: #f90901
}

.search .searchdata>button {
  border: none;
  display: block;
  align-self: center;
  width: 5rem;
  text-align: center;
  line-height: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background: #f8730d;
  color: #fff
}

.search .con-list {
  width: 100%;
  background: #fff
}

.search .con-list .list_con {
  width: 100%
}

.search .con-list .list_con>h2 {
  padding: 0 1rem
}

@media only screen and (min-width: 768px) {
  .search .sear-head .logo {
    width:4rem
  }

  .search .con-list,.search .res-content,.search .search-h {
    max-width: 900px;
    margin: 0 auto
  }
}

.details .deta-head {
  padding: 0 1rem
}

.details .deta-head>img {
  margin-top: 1rem;
  display: inline-block;
  width: 2.6rem
}

.details h2 {
  color: #1ea0ff
}

.details .de-title {
  padding: .5rem 1rem;
  display: flex;
  justify-content: space-between
}

.details .de-title .tit-left {
  margin-top: 1rem;
  display: flex
}

.details .de-title .tit-left>img {
  width: 30vw;
  height: 30vw;
  border-radius: 5vw
}

.details .de-title .tit-left .de-content {
  line-height: 2rem;
  margin-left: 1.2rem
}

.details .de-title .tit-left .de-content h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.details .de-title .tit-left .de-content span {
  border: 1px solid #f45131;
  color: #f45131;
  text-align: center;
  padding: .2rem;
  margin: .2rem 0
}

.details .de-title .tit-left .de-content p {
  color: #13a1d9
}

.details .de-title .tit-right {
  width: 30%;
  position: relative
}

.details .de-title .tit-right>p {
  width: 10rem;
  position: absolute;
  bottom: .3rem;
  right: .5rem
}

.details .de-title .tit-right>p span {
  color: #f99d01
}

.details .btn-box {
  padding: 0 1rem
}

.details .btn-box .de-btn {
  display: block;
  width: 60%;
  margin: 2.5rem auto;
  background: #f8730d;
  color: #fff;
  border: none;
  height: 3.4rem;
  border-radius: 1.7rem;
  -webkit-animation: move 3s infinite;
  animation: move 3s infinite
}

.details .img-view::-webkit-scrollbar {
  display: none
}

.details .game-content {
  padding: 1rem;
  box-sizing: border-box;
  display: none;
}

.details .game-content .img-view {
  margin: .5rem 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto
}

.details .game-content .img-view .list_img {
  width: 50%;
  height: 50%;
  margin-right: 1rem
}

.details .desc {
  padding: 0 1rem;
  margin: .5rem 0
}

.details>p {
  background-color: rgba(0,0,0,.01);
  border: 1px solid #ccc;
  padding: .3rem .1rem;
  margin: 0 1rem
}

.details .gl-content {
  padding: 0 1rem
}

.details .gl-content h1 {
  margin: 1rem 0
}

.details .gl-content ul li>a {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between
}

.details .gl-content ul li>a>div {
  display: flex;
  width: 75%
}

.details .gl-content ul li>a>div img {
  width: 7rem;
  height: 7rem;
  display: block;
  border-radius: 20%
}

.details .gl-content ul li>a>div>div {
  padding: .5rem 0;
  color: #e29e0b;
  margin-left: 1rem;
  width: 70%
}

.details .gl-content ul li>a>div>div h3 {
  max-width: 45vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.details .gl-content ul li>a>div>div span {
  display: inline-block;
  margin-top: .5rem;
  color: #f71717
}

.details .gl-content ul li>a>span {
  display: block;
  align-self: center;
  width: 25%;
  text-align: center;
  line-height: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background: #f8730d;
  color: #fff
}

.details .adv_box>div {
  overflow-y: auto;
  display: flex;
  justify-content: center
}

@media only screen and (min-width: 768px) {
  .details .de-title {
    max-width:900px;
    margin: 0 auto
  }

  .details .de-title .tit-left>img {
    width: 20rem;
    height: 20rem
  }

  .details .adv_box,.details .desc,.details .game-content,.details>p {
    max-width: 900px;
    margin: 0 auto
  }

  .details .btn-box {
    max-width: 800px;
    margin: 0 auto
  }
}

.catagory .catename {
  background: linear-gradient(to right, #002ff8 0%, #a5a1b7 100%);
  height: 4rem;
  position: relative;
  display: flex;
  justify-content: center
}

.catagory .catename .back {
  position: absolute;
  top: .6rem;
  left: 1rem;
  display: inline-block;
  width: 2.6rem
}

.catagory .catename h1 {
  text-transform: capitalize;
  text-align: center;
  align-self: center;
  color: #fff
}

.catagory .catename .log {
  width: 3rem;
  height: 3rem;
  align-self: center;
  margin: 0 .5rem
}

.catagory ul {
  padding: 0 1rem
}

.catagory ul li:first-child a {
  margin: 1rem 0;
  border-bottom: 1px dashed #ccc;
  position: relative
}

.catagory ul li:first-child a:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #1ea0ff;
  position: absolute;
  bottom: -1px;
  -webkit-animation: move_solid 2s infinite;
  animation: move_solid 2s infinite
}

.catagory ul li:first-child a>div img {
  min-width: 30vw;
  height: 30vw;
  border: 1px solid #ccc;
  border-radius: 15%;
  padding: .2rem;
  -webkit-animation: move_img 4s infinite;
  animation: move_img 4s infinite
}

.catagory ul li:first-child a>div>div {
  box-sizing: border-box;
  margin-left: 4rem;
  padding-top: 14vw
}

.catagory ul li:first-child a>div>div h3 {
  font-size: 1.6rem;
  margin-top: .5rem
}

.catagory ul li:first-child a>div>div p {
  font-size: 1.2rem;
  margin: 0
}

.catagory ul li:first-child a>div>div span {
  margin-top: 0;
  font-size: 1.2rem
}

.catagory ul li:first-child a>span {
  align-self: end;
  width: 10rem;
  font-size: 1.6rem;
  -webkit-animation: move_play 2s infinite;
  animation: move_play 2s infinite;
  position: absolute;
  left: 44vw;
  top: 6vw
}

.catagory ul li>a {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0
}

.catagory ul li>a>div {
  display: flex;
  width: 75%
}

.catagory ul li>a>div img {
  width: 6rem;
  height: 6rem;
  border-radius: 20%
}

.catagory ul li>a>div>div {
  width: 50vw;
  margin-left: 1rem
}

.catagory ul li>a>div>div p {
  color: #dad612;
  overflow: hidden
}

.catagory ul li>a>div>div h3 {
  max-width: 45vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.catagory ul li>a>div>div span {
  color: #f99d01;
  display: inline-block;
  margin-top: .5rem
}

.catagory ul li>a>span {
  display: block;
  align-self: center;
  width: 25%;
  text-align: center;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 1.5rem;
  background: #f8730d;
  color: #fff
}

.catagory .adv_box>div {
  overflow-y: auto;
  display: flex;
  justify-content: center
}

@-webkit-keyframes move_play {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }

  to {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@keyframes move_play {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }

  to {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@-webkit-keyframes move_img {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
  }

  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }

  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn)
  }
}

@keyframes move_img {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
  }

  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }

  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn)
  }
}

@-webkit-keyframes move_solid {
  0% {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes move_solid {
  0% {
    width: 0
  }

  to {
    width: 100%
  }
}

@media only screen and (min-width: 768px) {
  .category ul li:first-child a>span {
    width:14rem
  }

  .gl-content {
    max-width: 900px;
    margin: 0 auto
  }
}

.hearde-nav2 {
  position: absolute;
  color: #333;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .2S
}

.hearde-nav2 .hearde-nav_t {
  width: 70%;
  height: 100%;
  background: linear-gradient(180deg,#5a7a7a,#04787c)
}

.hearde-nav2 .hearde-nav_t>header {
  position: relative;
  height: 5rem
}

.hearde-nav2 .hearde-nav_t>header .gameList_ico {
  top: 50%;
  left: 2vw
}

.hearde-nav2 .hearde-nav_t>header .close,.hearde-nav2 .hearde-nav_t>header .gameList_ico {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem
}

.hearde-nav2 .hearde-nav_t>header .close {
  top: 10%;
  right: 1rem
}

.hearde-nav2 .hearde-nav_t>header>h2 {
  height: 5rem;
  line-height: 5rem;
  margin-left: 6rem;
  font-size: 2.5rem;
  color: #0ed9e0;
  font-family: Times New Roman,Times,serif;
  font-family: Verdana,Geneva,Tahoma,sans-serif
}

.hearde-nav2 .hearde-nav_t ul li:first-child {
  border-top: 1px dashed #04787c
}

.hearde-nav2 .hearde-nav_t ul li>a {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #04787c
}

.hearde-nav2 .hearde-nav_t ul li>a p {
  align-self: center;
  margin-left: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
  padding: 0 .5rem .2rem;
  color: orange
}

.hearde-nav2 .hearde-nav_t ul li>a img {
  align-self: center;
  margin-right: 3rem;
  width: 2rem;
  height: 2rem
}

.hearde-nav2 .hearde-nav_t .close_box {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0
}

@media only screen and (min-width: 768px) {
  .hearde-nav2 .hearde-nav_t {
    width:40%
  }
}

.searchbar2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg,#5a7a7a,#04787c);
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  transition: all .3s
}

.searchbar2 .search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.searchbar2 .search_box>img {
  position: absolute;
  right: 2vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45%
}

.searchbar2 .search_box input {
  height: 65%;
  width: 100%;
  padding-left: 5vw;
  outline: none;
  border: none;
  border-radius: 3vh
}

.searchbar2 .search_box input[type=search]::-webkit-search-cancel-button {
  display: none
}

.searchbar2 .sear_c {
  position: absolute;
  width: 2.5rem;
  top: 50%;
  right: 2vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.t_head2 {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  background: #04787c;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  text-align: center
}

.t_head2 .t_nav {
  width: 3rem;
  left: .5rem
}

.t_head2 .icons,.t_head2 .t_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.t_head2 .icons {
  right: .5rem;
  width: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.t_head2 .icons .shareIcon,.t_head2 .icons .t_search {
  width: 3rem
}

.t_head2>h1 {
  font-size: 3rem;
  color: #fff;
  font-family: Times New Roman,Times,serif
}

.t_head2 .dis_none {
  display: none
}

.t_footer {
  background: linear-gradient(90deg,#04787c 0,#5a7a7a);
  background: linear-gradient(90deg,#a5bbc2 0,#4a4a4a);
  display: flex;
  align-items: center;
  justify-content: center
}

.t_footer p {
  line-height: 24px
}

.t_footer p a {
  color: #fff
}

.home_t {
  position: relative;
  overflow: hidden
}

.home_t h4 {
  color: #06723c;
  margin: .5vh 0
}

.home_t section {
  padding: 8vh 0 0
}

.home_t section ul li {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2vh
}

.home_t section ul li h1 {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 600;
  color: #08979c;
  margin-bottom: 1vh;
  text-align: center
}

.home_t section ul li .section_content {
  width: 29%;
  margin-top: 1rem;
  position: relative;
  text-align: center
}

.home_t section ul li .section_content img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 1rem
}

.home_t section ul li .section_content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem
}

.home_t section ul li .section_content .play_number {
  color: #04787c
}

.home_t section ul li .section_content .play_number span {
  color: #0ed9e0
}

.home_t section ul li:nth-child(2) {
  display: block
}

.home_t section ul li:nth-child(2) .game_banner {
  overflow: auto
}

.home_t section ul li:nth-child(2) .game_banner::-webkit-scrollbar {
  display: none
}

.home_t section ul li:nth-child(2) .game_banner .banner_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between
}

.home_t section ul li:nth-child(2) .game_banner .banner_box .section_content {
  width: 31%;
  min-width: 31%;
  margin-right: 3%
}

.home_t section ul li:nth-child(4) {
  display: block
}

.home_t section ul li:nth-child(4) .newgame_content>a {
  border: 1px solid hsla(0,0%,80%,.5058823529);
  margin-bottom: 1.5vh;
  display: flex;
  justify-content: space-between;
  padding: 1vh 1rem
}

.home_t section ul li:nth-child(4) .newgame_content>a img {
  width: 15%;
  border-radius: .5rem;
  align-self: center
}

.home_t section ul li:nth-child(4) .newgame_content>a .new_con {
  align-self: center;
  width: 45%;
  margin-left: 2%;
  font-size: 1rem
}

.home_t section ul li:nth-child(4) .newgame_content>a .new_con h4 {
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem
}

.home_t section ul li:nth-child(4) .newgame_content>a .new_con .gametype {
  color: #0ed9e0;
  margin: .2vh 0
}

.home_t section ul li:nth-child(4) .newgame_content>a .new_con .playnum {
  color: #04787c;
  font-weight: 600
}

.home_t section ul li:nth-child(4) .newgame_content>a .play {
  align-self: center;
  margin-right: 1%;
  height: 8.4vw;
  line-height: 8.4vw;
  font-size: 1rem;
  border-radius: .5rem;
  width: 26%;
  min-width: 26%;
  background: #5cdbd3;
  color: #fff;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .home_t .t_head2 {
    height:5rem
  }

  .home_t .t_head2>h1 {
    height: 100%;
    line-height: 100%;
    font-size: 4.5rem
  }

  .home_t .main_section {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 6rem
  }

  .home_t .main_section ul li:first-child {
    justify-content: flex-start
  }

  .home_t .main_section ul li:first-child .section_content {
    width: 25%;
    box-sizing: border-box;
    padding: 1rem
  }

  .home_t .main_section ul li:nth-child(2) .game_banner .banner_box .section_content {
    width: 20%;
    min-width: 20%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 1rem
  }

  .home_t .main_section ul li:nth-child(4) .newgame_content>a .play {
    height: 3rem;
    line-height: 3rem
  }
}

.search2 {
  color: #08979c;
  min-height: 100vh;
  position: relative
}

.search2 .sear-head {
  display: flex;
  justify-content: center;
  height: 5rem;
  background: #fff;
  position: relative
}

.search2 .sear-head>h1 {
  font-size: 2rem;
  align-self: center;
  text-align: center;
  color: #08979c
}

.search2 .sear-head .logo {
  align-self: center;
  width: 4rem
}

.search2 .sear-head .back {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  width: 2.6rem
}

.search2 .search-h {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  height: 5rem
}

.search2 .search-h>h2 {
  align-self: center
}

.search2 .search-h>div {
  position: relative;
  align-self: center
}

.search2 .search-h>div input {
  align-self: center;
  padding-left: 1.2rem;
  padding-right: .8rem;
  margin-left: 1rem;
  background: #f2f2f2;
  height: 8.4vw;
  width: 15rem;
  border-radius: 4.2vw;
  outline: none;
  border: none
}

.search2 .no_res {
  margin: 2rem 0;
  text-align: center
}

.search2 .no_res img {
  width: 16rem
}

.search2 .res-content {
  padding: 0 1rem 10vh
}

.search2 .newgame_content {
  border: 1px solid hsla(0,0%,80%,.5058823529);
  margin-bottom: 1.5vh;
  display: flex;
  justify-content: space-between;
  padding: 1vh 1rem
}

.search2 .newgame_content img {
  width: 15%;
  border-radius: .5rem;
  align-self: center
}

.search2 .newgame_content .new_con {
  align-self: center;
  width: 45%;
  margin-left: 2%;
  font-size: 1rem
}

.search2 .newgame_content .new_con h4 {
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem;
  color: #5a7a7a
}

.search2 .newgame_content .new_con .gametype {
  color: red;
  margin: .2vh 0
}

.search2 .newgame_content .new_con .playnum {
  color: #06723c;
  font-weight: 600
}

.search2 .newgame_content .play {
  align-self: center;
  margin-right: 1%;
  height: 8.4vw;
  line-height: 8.4vw;
  font-size: 1rem;
  border-radius: .5rem;
  width: 26%;
  min-width: 26%;
  background: #5cdbd3;
  color: #fff;
  text-align: center
}

.search2 .con-list {
  width: 100%;
  background: #fff
}

.search2 .con-list .list_con {
  width: 100%
}

.search2 .con-list .list_con ul {
  padding: 0 1rem
}

@media only screen and (min-width: 768px) {
  .search2 .sear-head {
    height:5rem;
    line-height: 5rem
  }

  .search2 .sear-head .back {
    top: 1.2rem
  }

  .search2 .search-h {
    max-width: 900px;
    margin: 0 auto;
    height: 7rem
  }

  .search2 .search-h>div input {
    height: 3rem
  }
}

.category2 {
  position: relative;
  overflow: hidden;
  min-height: 100vh
}

.category2 .cate_con {
  padding-top: 5rem
}

.category2 .cate_con h2 {
  color: #04787c;
  font-size: 2rem;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 1vh
}

.category2 .cate_con ul {
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.category2 .cate_con ul li {
  width: 48%;
  position: relative;
  margin: 1vh 0;
  -webkit-animation: amplify 2.5s linear infinite;
  animation: amplify 2.5s linear infinite
}

.category2 .cate_con ul li img {
  width: 100%;
  border-radius: 2vh;
  display: block
}

.category2 .cate_con ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 100%;
  background: rgba(0,0,0,.616);
  border-radius: 0 0 2vh 2vh;
  color: #fff;
  text-align: center
}

@-webkit-keyframes amplify {
  0% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
}

@keyframes amplify {
  0% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
}

@media only screen and (min-width: 768px) {
  .category2 .cate_con {
    max-width:900px;
    margin: 0 auto
  }

  .category2 .cate_con ul li {
    width: 18%;
    margin: 1% 0
  }

  .category2 .adv_box {
    max-width: 900px;
    margin: 0 auto
  }
}

.details2 h1,.details2 h2,.details2 h3 {
  color: #08979c
}

.details2 .btn-box .de-btn {
  background: #04787c;
  border-radius: 1rem
}

.details2 .de-title .tit-left img {
  width: 6rem;
  height: 6rem
}

.details2 .de-title .tit-left .de-content p {
  color: red
}

.details2 .de-title .tit-left .de-content span {
  color: #5a7a7a;
  border-color: #5a7a7a
}

.details2 .gl-content .newgame_content>a {
  border: 1px solid hsla(0,0%,80%,.5058823529);
  margin-bottom: 3.15vw;
  display: flex;
  justify-content: space-between;
  padding: 2.1vw 1rem
}

.details2 .gl-content .newgame_content>a img {
  width: 15%;
  border-radius: .5rem;
  align-self: center
}

.details2 .gl-content .newgame_content>a .new_con {
  align-self: center;
  width: 45%;
  margin-left: 2%;
  font-size: 1rem
}

.details2 .gl-content .newgame_content>a .new_con h4 {
  margin: 0;
  width: 100%;
  color: #06723c;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem
}

.details2 .gl-content .newgame_content>a .new_con .gametype {
  color: red;
  margin: .2vh 0
}

.details2 .gl-content .newgame_content>a .new_con .playnum {
  color: #04787c;
  font-weight: 600
}

.details2 .gl-content .newgame_content>a .play {
  align-self: center;
  margin-right: 1%;
  height: 4vh;
  font-size: 1rem;
  line-height: 4vh;
  border-radius: .5rem;
  width: 26%;
  min-width: 26%;
  background: #5cdbd3;
  color: #fff;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .details2 .de-title {
    max-width:900px;
    margin: 0 auto
  }

  .details2 .de-title .tit-left img {
    width: 18rem;
    height: 18rem;
    border-radius: 2rem
  }

  .details2 .adv_box,.details2 .desc,.details2 .game-content,.details2 .gl-content,.details2>p {
    max-width: 900px;
    margin: 0 auto
  }

  .details2 .gl-content .newgame_content>a .play {
    height: 3rem;
    line-height: 3rem
  }

  .details2 .btn-box .de-btn {
    max-width: 26rem
  }
}

.home_3 {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #dcedf7
}

.home_3 h1 {
  color: #d9d9f3
}

.home_3 p {
  font-family: Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif
}

.home_3 section {
  padding-top: 6rem;
  margin: 1rem 0
}

.home_3 section h1 {
  margin-bottom: 1vh;
  font-size: 2rem;
  font-family: Georgia,Times New Roman,Times,serif
}

.home_3 section .home3_popu {
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(-65deg,#ee7752,#e73c7e,#23a6d5,#7135d7) 0 0/300% 300%;
  box-shadow: 0 0 5px 2px #999
}

.home_3 section .home3_popu .ant-carousel {
  overflow: hidden
}

.home_3 section .home3_popu .ant-carousel .banner_con {
  height: auto;
  position: relative;
  border-radius: .8rem;
  overflow: hidden
}

.home_3 section .home3_popu .ant-carousel .banner_con img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.home_3 section .home3_popu .ant-carousel .banner_con p {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2%;
  height: 22%;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  background: linear-gradient(#000,rgba(0,0,0,.7),transparent);
  width: 100%
}

.home_3 section .home3_popu .ant-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: .3
}

.home_3 section .home3_popu .ant-carousel .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1
}

.home_3 section .home3_hot {
  margin: 2vh 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(-70deg,#ee7752,#e73c7e,#5d52d7) 0 0/300% 300%;
  box-shadow: 0 0 5px 2px #999
}

.home_3 section .home3_hot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.home_3 section .home3_hot ul li:first-child {
  width: 100%
}

.home_3 section .home3_hot ul li:first-child img {
  object-fit: cover;
  height: auto
}

.home_3 section .home3_hot ul li {
  margin-bottom: 1rem;
  width: 48%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 10px #999
}

.home_3 section .home3_hot ul li>a {
  color: #fff
}

.home_3 section .home3_hot ul li img {
  width: 100%
}

.home_3 section .home3_hot ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .5rem;
  text-align: center;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0,0,0,.8)
}

.home_3 section .home3_hot ul li:last-child {
  width: 100%;
  height: auto
}

.home_3 section .home3_hot ul li:last-child img {
  object-fit: cover;
  height: 100%
}

.home_3 section .home3_new {
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(-65deg,#9f5370,#476d7b,#5d52d7) 0 0/300% 300%;
  box-shadow: 0 0 5px 2px #999
}

.home_3 section .home3_new ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.home_3 section .home3_new ul li {
  width: 23%;
  margin-top: 1rem;
  -webkit-animation: gameicon_move 1s linear infinite;
  animation: gameicon_move 1s linear infinite
}

.home_3 section .home3_new ul li .game_icon {
  width: 100%;
  display: block;
  border-radius: 1rem
}

@-webkit-keyframes gameicon_move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(2deg) scale(.95);
    transform: rotate(2deg) scale(.95)
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  75% {
    -webkit-transform: rotate(-2deg) scale(.95);
    transform: rotate(-2deg) scale(.95)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes gameicon_move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(2deg) scale(.95);
    transform: rotate(2deg) scale(.95)
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  75% {
    -webkit-transform: rotate(-2deg) scale(.95);
    transform: rotate(-2deg) scale(.95)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@media only screen and (min-width: 768px) {
  .home_3 .t_head>h1 {
    height:100%;
    line-height: 100%;
    font-size: 4.5rem
  }

  .home_3 .t_head {
    height: 5rem
  }

  .home_3 .hearde-nav3 {
    padding-top: 7rem
  }

  .home_3 .main_section {
    padding-top: 6rem;
    max-width: 600px;
    margin: 0 auto
  }

  .home_3 .main_section .home3_hot ul li:first-child img,.home_3 .main_section .home3_popu .ant-carousel .banner_con {
    height: 100%!important
  }
}

.searchbar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(-45deg,#ee7752,#e73c7e,#23d5ab,#23a6d5) 0 0/300% 300%;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  transition: all .3s
}

.searchbar .search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.searchbar .search_box>img {
  position: absolute;
  right: 2vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45%
}

.searchbar .search_box input {
  height: 65%;
  width: 100%;
  padding-left: 5vw;
  outline: none;
  border: none;
  border-radius: 3vh
}

.searchbar .search_box input[type=search]::-webkit-search-cancel-button {
  display: none
}

.searchbar .sear_c {
  position: absolute;
  width: 2.5rem;
  top: 50%;
  right: 2vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.t_head {
  background: linear-gradient(-45deg,#c1c1c1,#c1b8b7,#631ddd) 0 0/300% 300%;
  height: 5rem;
  line-height: 5rem;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center
}

.t_head .t_nav {
  width: 3rem;
  left: 2.5%
}

.t_head .icons,.t_head .t_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.t_head .icons {
  right: .5rem;
  width: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.t_head .icons .shareIcon,.t_head .icons .t_search {
  width: 3rem
}

.t_head .dis_none {
  display: none
}

.t_head>h1 {
  font-size: 3rem;
  color: #fff;
  font-family: Times New Roman,Times,serif;
  text-shadow: 2px 3px 5px #000
}

.hearde-nav3 {
  position: absolute;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all .2S;
  background: linear-gradient(-45deg,#af425d,#af425d,#d3c6c0,#6700ff) 0 0/300% 300%
}

.hearde-nav3 ul {
  width: 95%;
  margin: 0 auto
}

.hearde-nav3 ul li {
  height: 4rem;
  display: flex;
  position: relative;
  background: #fff;
  margin: 1.5rem 0;
  border-radius: 1rem;
  box-shadow: unset
}

.hearde-nav3 ul li p {
  align-self: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 .5rem .2rem;
  color: #2a98c3
}

.hearde-nav3 ul li img {
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem
}

.t_footer {
  background: linear-gradient(-45deg,#b64a2a,#5362d7) 0 0/300% 300%;
  color: #fff;
  font-size: 1.2rem;
  padding: 16px 0;
  width: 100%
}

.t_footer,.t_footer p {
  text-align: center
}

.t_footer a {
  color: #fff
}

.details3 {
  background: #dcedf7;
  position: relative
}

.details3 h2,.details3 h3 {
  color: #d9d9f3;
  margin-bottom: .5rem
}

.details3 h2 {
  font-size: 2rem
}

.details3 h3 {
  margin-top: 1.6rem
}

.details3 .deta-head {
  margin: 0 1rem;
  position: relative;
  padding-top: .5vh;
  height: 5vh
}

.details3 .deta-head .back_home {
  width: 10%;
  position: absolute;
  top: .5vh;
  left: 0
}

.details3 .deta-head .page_tit {
  display: flex;
  height: 5vh;
  justify-content: center;
  align-self: center
}

.details3 .deta-head .page_tit img {
  width: auto;
  height: inherit
}

.details3 .game_details {
  padding: 1rem;
  margin: .5rem;
  border-radius: .5rem;
  background: linear-gradient(-90deg,#23d5ab,#ee7752,#6700ff) 0 0/300% 300%
}

.details3 .game_details .de_title {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  box-shadow: 0 0 5px 1px #93db70;
  border-radius: .5rem;
  padding: 1rem 0
}

.details3 .game_details .de_title img {
  border-radius: .5rem;
  max-height: 7rem;
  max-width: 7rem
}

.details3 .game_details .de_title .load_de {
  width: 50%;
  padding: .5rem 0
}

.details3 .game_details .de_title .load_de .score_start {
  color: red
}

.details3 .game_details .de_title .load_de .gametype {
  display: inline-block;
  color: #ff1cae;
  border: 1px solid #ff1cae;
  padding: .2rem;
  margin: .5rem 0
}

.details3 .game_details .de_title .load_de .load_count {
  color: orange
}

.details3 .game_details .de_title .btn-box {
  width: 100%;
  min-width: 100%;
  height: 4.2rem;
  margin: 1.6rem 0 1rem;
  text-align: center
}

.details3 .game_details .de_title .btn-box button {
  background: #075672;
  box-shadow: 0 0 10px 2px #075672;
  color: #fff;
  width: 80%;
  height: 100%;
  border: 2px solid #0bf;
  position: relative;
  overflow: hidden;
  border-radius: 1rem
}

.details3 .game_details .de_title .btn-box button a {
  color: #fff
}

.details3 .game_details .de_title .btn-box button:before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 100%;
  top: -100%;
  left: 0;
  background-image: linear-gradient(0deg,transparent,#b574ff,transparent);
  -webkit-animation: two 4s linear infinite;
  animation: two 4s linear infinite
}

.details3 .game_details .de_title .btn-box button:after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 100%;
  bottom: -100%;
  right: 0;
  background-image: linear-gradient(1turn,transparent,#b574ff,transparent);
  -webkit-animation: four 4s linear 2s infinite;
  animation: four 4s linear 2s infinite
}

.details3 .game_details .de_title .btn-box button i {
  position: absolute;
  display: inline-block;
  height: 5px;
  width: 100%
}

.details3 .game_details .de_title .btn-box button .bottom {
  bottom: 0;
  left: -100%;
  background-image: linear-gradient(270deg,transparent,#ae3fa4,transparent);
  -webkit-animation: one 4s linear 1s infinite;
  animation: one 4s linear 1s infinite
}

.details3 .game_details .de_title .btn-box button .top {
  top: 0;
  right: -100%;
  background-image: linear-gradient(270deg,transparent,#ae3fa4,transparent);
  -webkit-animation: three 4s linear 3s infinite;
  animation: three 4s linear 3s infinite
}

@-webkit-keyframes one {
  0% {
    left: -100%
  }

  50%,to {
    left: 100%
  }
}

@keyframes one {
  0% {
    left: -100%
  }

  50%,to {
    left: 100%
  }
}

@-webkit-keyframes two {
  0% {
    top: -100%
  }

  50%,to {
    top: 100%
  }
}

@keyframes two {
  0% {
    top: -100%
  }

  50%,to {
    top: 100%
  }
}

@-webkit-keyframes three {
  0% {
    right: -100%
  }

  50%,to {
    right: 100%
  }
}

@keyframes three {
  0% {
    right: -100%
  }

  50%,to {
    right: 100%
  }
}

@-webkit-keyframes four {
  0% {
    bottom: -100%
  }

  50%,to {
    bottom: 100%
  }
}

@keyframes four {
  0% {
    bottom: -100%
  }

  50%,to {
    bottom: 100%
  }
}

.details3 .game_details .desc_text {
  box-shadow: 0 0 5px 1px #7272c2;
  border-radius: .5rem;
  padding: 1rem .5rem;
  color: #111
}

.details3 .game_details .game-preview {
  box-shadow: 0 0 5px 1px #76e9e9;
  border-radius: .5rem;
  padding: 1rem .5rem
}

.details3 .game_details .game-preview .img-view {
  overflow-x: auto;
  display: flex
}

.details3 .game_details .game-preview .img-view::-webkit-scrollbar {
  display: none
}

.details3 .game_details .game-preview .img-view img {
  width: 70%;
  height: 70%;
  margin-right: 1vw
}

.details3 .game_list {
  padding: 1rem;
  margin: .5rem;
  border-radius: .5rem;
  background: linear-gradient(-90deg,#23a6d5,#ee7752,#5a60cb) 0 0/300% 300%
}

.details3 .game_list .list_item>a {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: .5rem;
  margin: 1rem 0;
  border-radius: .5rem;
  align-items: center;
  color: #fff
}

.details3 .game_list .list_item>a img {
  width: 20%;
  border-radius: .5rem
}

.details3 .game_list .list_item>a .item_con {
  width: 50%
}

.details3 .game_list .list_item>a .item_con h4 {
  color: #fff;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.details3 .game_list .list_item>a .item_con .gamestart {
  color: red;
  margin: .2rem 0
}

.details3 .game_list .list_item>a .item_con .playnum {
  color: orange
}

.details3 .game_list .list_item>a .play {
  width: 25%;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  background: #0bf;
  border-radius: .5rem
}

@media only screen and (min-width: 768px) {
  .details3 .adv_box {
    max-width:600px;
    margin: 0 auto
  }

  .details3 .deta-head {
    height: 5rem;
    padding-top: 0
  }

  .details3 .deta-head .back_home {
    width: 3rem;
    top: .6rem
  }

  .details3 .deta-head .page_tit img {
    height: 5rem
  }

  .details3 .game_details,.details3 .game_list {
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box
  }
}

.category3 {
  padding-top: 5rem;
  background: #dcedf7;
  position: relative;
  overflow: hidden
}

.category3 .cate_con h2 {
  color: #075672;
  font-size: 3rem;
  margin-bottom: 1.5vh;
  text-transform: capitalize;
  text-align: center;
  font-family: Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif
}

.category3 .cate_con h2:after {
  content: "";
  display: block;
  margin: 1rem auto;
  width: 16%;
  border-bottom: 1px solid #075672
}

.category3 .cate_con ul {
  margin: 1rem
}

.category3 .cate_con ul li:first-child {
  margin-top: 0
}

.category3 .cate_con ul li:last-child {
  margin-bottom: 2vh
}

.category3 .cate_con ul li {
  padding: 1rem 1rem 2.6rem;
  margin: .5rem 0;
  background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5) 0 0/300% 300%;
  border-radius: 1rem;
  box-shadow: 0 0 5px 2px #999
}

.category3 .cate_con ul li>a {
  position: relative;
  height: auto
}

.category3 .cate_con ul li img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 1rem
}

.category3 .cate_con ul li p {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  left: 0;
  bottom: -2.4rem
}

.category3 .cate_con ul li .btn {
  width: 60%;
  height: 5vh;
  background: linear-gradient(353deg,rgba(125,0,249,.7000000000000001),rgba(237,0,228,.3));
  border-radius: .5rem;
  color: #fff;
  position: absolute;
  bottom: 2%;
  left: 20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  font-size: 2rem;
  -webkit-animation: scales .99s ease-in-out 0s infinite normal none running;
  animation: scales .99s ease-in-out 0s infinite normal none running
}

@keyframes scales {
  0%,to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25%,75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@-webkit-keyframes scales {
  0%,to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25%,75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@media only screen and (min-width: 768px) {
  .category3 .cate_con {
    max-width:600px;
    margin: 0 auto
  }

  .category3 .cate_con ul {
    margin-right: 0
  }

  .category3 .cate_con ul li:first-child {
    margin-top: .5rem
  }

  .category3 .cate_con ul li {
    width: 32%;
    margin-right: 1%;
    box-sizing: border-box;
    float: left
  }

  .category3 .cate_con ul li .btn {
    width: 80%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem
  }

  .category3 .cate_con ul li>a {
    height: auto
  }

  .category3>.adv_box {
    width: 100%;
    float: left
  }
}

.ad-1 {
  display: flex;
  justify-content: center
}

.search3 {
  color: #6e95a5;
  min-height: 100vh;
  background: #dcedf7
}

.search3 .sear-head {
  position: relative;
  height: 4rem;
  display: flex;
  justify-content: center;
  background: linear-gradient(-45deg,#23d5ab,#ee7752,#6700ff) 0 0/300% 300%
}

.search3 .sear-head>h1 {
  font-size: 2rem;
  align-self: center;
  text-align: center;
  color: #fff
}

.search3 .sear-head .logo {
  align-self: center;
  width: 3rem
}

.search3 .sear-head .back {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  width: 2.6rem
}

.search3 .search-h {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  height: 5rem
}

.search3 .search-h>h2 {
  align-self: center
}

.search3 .search-h>div {
  position: relative;
  align-self: center
}

.search3 .search-h>div input {
  align-self: center;
  padding-left: 1.2rem;
  padding-right: .8rem;
  margin-left: 1rem;
  background: #f2f2f2;
  height: 8.4vw;
  width: 15rem;
  border-radius: 4.2vw;
  outline: none;
  border: none
}

.search3 .no_res {
  margin: 2rem 0;
  text-align: center
}

.search3 .no_res img {
  width: 16rem
}

.search3 .res-content {
  box-sizing: border-box;
  padding: 0 1rem 10vh
}

.search3 .newgame_content {
  border: 1px solid #6e95a5;
  margin-bottom: 1.5vh;
  display: flex;
  justify-content: space-between;
  padding: 1vh .5rem
}

.search3 .newgame_content img {
  width: 15%;
  border-radius: .5rem;
  align-self: center
}

.search3 .newgame_content .new_con {
  align-self: center;
  width: 45%;
  margin-left: 2%;
  font-size: .5rem
}

.search3 .newgame_content .new_con h4 {
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.5rem;
  color: #5a7a7a
}

.search3 .newgame_content .new_con .gametype {
  color: red;
  font-size: 1.2rem;
  margin: .2vh 0
}

.search3 .newgame_content .new_con .playnum {
  color: #06723c;
  font-size: 1.2rem;
  font-weight: 600
}

.search3 .newgame_content .play {
  align-self: center;
  margin-right: 1%;
  height: 8.4vw;
  line-height: 8.4vw;
  font-size: 1rem;
  border-radius: .5rem;
  width: 26%;
  min-width: 26%;
  background: linear-gradient(-45deg,#51756c,#ff6c3e,#7f15e2) 0 0/300% 300%;
  color: #fff;
  text-align: center
}

.search3 .con-list {
  width: 100%;
  background: #dcedf7
}

.search3 .con-list .list_con {
  width: 100%
}

.search3 .con-list .list_con ul {
  padding: 0 1rem
}

@media only screen and (min-width: 768px) {
  .search3 .sear-head {
    height:5rem;
    line-height: 5rem
  }

  .search3 .sear-head .back {
    top: 1.2rem
  }

  .search3 .search-h {
    max-width: 600px;
    margin: 0 auto;
    height: 7rem
  }

  .search3 .search-h>div input {
    height: 3rem
  }

  .search3 .res-content {
    max-width: 600px;
    margin: 0 auto
  }

  .search3 .res-content .newgame_content .play {
    height: 4rem;
    line-height: 4rem
  }

  .search3 .con-list {
    max-width: 600px;
    margin: 0 auto
  }

  .search3 .con-list .newgame_content .play {
    height: 4rem;
    line-height: 4rem
  }
}

.searchbar4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #dcedf7;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  transition: all .3s
}

.searchbar4 .search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.searchbar4 .search_box>img {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45%
}

.searchbar4 .search_box input {
  height: 65%;
  width: 100%;
  padding-left: 2rem;
  outline: none;
  border: none;
  border-radius: 3vh
}

.searchbar4 .search_box input[type=search]::-webkit-search-cancel-button {
  display: none
}

.searchbar4 .sear_c {
  position: absolute;
  width: 2.5rem;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.searchbar_dis {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.t_head4 {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  box-shadow: 1px 0 5px rgba(0,0,0,.06)
}

.t_head4 .t_nav {
  width: 2.4rem;
  left: 2.5%
}

.t_head4 .icons,.t_head4 .t_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.t_head4 .icons {
  right: .5rem;
  width: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.t_head4 .icons .shareIcon,.t_head4 .icons .t_search {
  width: 2.4rem
}

.t_head4 .dis_none {
  display: none
}

.t_head4>h1 {
  width: 100%;
  color: #1ca0ff;
  font-family: Times New Roman,Times,serif;
  font-size: 2.5rem;
  float: left
}

.header-nav4 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all .2S;
  background-color: rgba(0,0,0,.8)
}

.header-nav4>div {
  height: inherit;
  background: #fff 0 0/300% 300%;
  max-width: 500px
}

.header-nav4 ul li {
  height: 4rem;
  display: flex;
  position: relative;
  background: #fff;
  box-shadow: unset
}

.header-nav4 ul li p {
  align-self: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
  line-height: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: .2rem;
  padding-left: 2rem;
  color: #1ea0ff
}

.header-nav4 ul li img {
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem
}

.nav-remove {
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%)
}

.footer4 {
  background: linear-gradient(-45deg,#0f629e,#02bbff) 0 0/300% 300%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0
}

.footer4 p {
  line-height: 24px;
  text-align: center
}

.footer4 p a,.home_4 {
  color: #fff
}

.home_4 {
  overflow: hidden;
  position: relative
}

.home_4 .main_section {
  padding-top: 5rem
}

.home_4 .home_4_popu {
  padding: 1rem 2rem;
  background-color: #fff
}

.home_4 .home_4_popu h1 {
  border-left: .2rem solid orange;
  padding-left: .4rem;
  margin-top: 1rem;
  margin-bottom: 1rem
}

.home_4 .home_4_popu .ant-carousel {
  overflow: hidden
}

.home_4 .home_4_popu .ant-carousel .banner_con {
  height: 35vh;
  position: relative;
  border-radius: .8rem;
  overflow: hidden
}

.home_4 .home_4_popu .ant-carousel .banner_con img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.home_4 .home_4_popu .ant-carousel .banner_con p {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2%;
  height: 22%;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  background: linear-gradient(#000,rgba(0,0,0,.7),transparent);
  width: 100%
}

.home_4 .home_4_popu .ant-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: .3
}

.home_4 .home_4_popu .ant-carousel .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1
}

.home_4 .home_4_hot {
  padding: 1rem 2rem;
  background-color: #fff
}

.home_4 .home_4_hot h1 {
  border-left: .2rem solid orange;
  padding-left: .4rem;
  margin-top: 1rem;
  margin-bottom: .6rem
}

.home_4 .home_4_hot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.home_4 .home_4_hot ul li:first-child {
  width: 100%;
  height: 24rem
}

.home_4 .home_4_hot ul li:first-child img {
  object-fit: cover
}

.home_4 .home_4_hot ul li {
  width: 48%;
  height: 12rem;
  margin-bottom: 2.5rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative
}

.home_4 .home_4_hot ul li>a {
  color: #fff
}

.home_4 .home_4_hot ul li img {
  width: 100%
}

.home_4 .home_4_hot ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .5rem;
  text-align: center;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: linear-gradient(-135deg,rgba(0,0,0,.7),rgba(0,0,0,.3));
  box-sizing: border-box
}

.home_4 .home_4_hot ul li:last-child {
  width: 100%;
  height: 24rem
}

.home_4 .home_4_hot ul li:last-child img {
  object-fit: cover;
  height: 100%
}

.home_4 .home_4_new {
  padding: 1rem 2rem;
  background-color: #fff
}

.home_4 .home_4_new h1 {
  border-left: .2rem solid orange;
  padding-left: .4rem;
  margin-top: 1rem;
  margin-bottom: .6rem
}

.home_4 .home_4_new ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.home_4 .home_4_new ul li {
  width: 23%;
  margin-top: 1rem;
  -webkit-animation: App-logo-spin 20s linear infinite;
  animation: App-logo-spin 20s linear infinite
}

@-webkit-keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.home_4 .home_4_new ul li .game_icon {
  width: 100%;
  display: block;
  background: #000;
  border-radius: 3.5rem
}

@media only screen and (min-width: 768px) {
  .home_4 .header-nav4 {
    width:100%;
    margin: 0 auto
  }

  .home_4 .t_head4>h1 {
    margin-left: 0
  }

  .home_4 .main_section {
    max-width: 1000px;
    margin: 0 auto
  }

  .home_4 .main_section .home_4_popu {
    display: none
  }

  .home_4 .main_section .home_4_hot {
    padding-right: 2rem
  }

  .home_4 .main_section .home_4_hot ul {
    display: grid;
    grid-template-columns: repeat(4,calc(25% - .5rem));
    grid-template-rows: repeat(4,16rem);
    grid-auto-flow: row dense;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem
  }

  .home_4 .main_section .home_4_hot ul li:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 100%
  }

  .home_4 .main_section .home_4_hot ul li {
    display: inline-grid;
    width: 100%;
    height: 100%
  }

  .home_4 .main_section .home_4_hot ul li:last-child {
    height: 100%
  }
}

.details4 {
  position: relative
}

.details4 h2,.details4 h3 {
  color: #1ea0ff;
  margin-bottom: .5rem
}

.details4 h2 {
  font-size: 2rem
}

.details4 h3 {
  margin-top: 1.6rem
}

.details4 .deta-head {
  height: 5rem;
  line-height: 5rem;
  border-bottom: 1px solid #eee;
  position: relative
}

.details4 .deta-head .back_home {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  width: 2.4rem
}

.details4 .deta-head .page_tit {
  display: flex;
  justify-content: center;
  align-self: center;
  padding-top: 1rem
}

.details4 .deta-head .page_tit img {
  height: 3rem
}

.details4 .game_details {
  padding: 1rem
}

.details4 .game_details .de_title {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: .5rem;
  padding: 1rem 0
}

.details4 .game_details .de_title img {
  width: 30%;
  height: 30%;
  border-radius: .5rem
}

.details4 .game_details .de_title .load_de {
  width: 50%;
  padding: .5rem 0
}

.details4 .game_details .de_title .load_de .score_start {
  color: red
}

.details4 .game_details .de_title .load_de .gametype {
  display: inline-block;
  color: #ff1cae;
  border: 1px solid #ff1cae;
  padding: .2rem;
  margin: .5rem 0
}

.details4 .game_details .de_title .load_de .load_count {
  color: orange
}

.details4 .game_details .de_title .btn-box {
  width: 100%;
  min-width: 100%
}

.details4 .game_details .de_title .btn-box .de-btn {
  display: block;
  width: 60%;
  margin: 2.5rem auto;
  background: #1ea0ff;
  color: #fff;
  border: none;
  height: 3.4rem;
  border-radius: .7rem;
  -webkit-animation: move 3s infinite;
  animation: move 3s infinite
}

.details4 .game_details .desc_text {
  color: #111
}

.details4 .game_details .desc_text,.details4 .game_details .game-preview {
  border: 1px solid #ddd;
  border-radius: .5rem;
  padding: 1rem .5rem
}

.details4 .game_details .game-preview .img-view {
  overflow-x: auto;
  display: flex
}

.details4 .game_details .game-preview .img-view::-webkit-scrollbar {
  display: none
}

.details4 .game_details .game-preview .img-view img {
  width: 70%;
  height: 70%;
  margin-right: 1rem
}

.details4 .game_list {
  padding: 1rem
}

.details4 .game_list .list_item>a {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: .5rem;
  margin: 1rem 0;
  border-radius: .5rem;
  align-items: center;
  color: #fff
}

.details4 .game_list .list_item>a img {
  width: 20%;
  border-radius: .5rem
}

.details4 .game_list .list_item>a .item_con {
  width: 40%
}

.details4 .game_list .list_item>a .item_con h4 {
  color: #1ca0ff;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.details4 .game_list .list_item>a .item_con .gamestart {
  color: red;
  margin: .2rem 0
}

.details4 .game_list .list_item>a .item_con .playnum {
  color: orange
}

.details4 .game_list .list_item>a .play {
  width: 35%;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  background: #0bf;
  border-radius: .5rem
}

@media only screen and (min-width: 768px) {
  .details4 .adv_box,.details4 .game_details {
    max-width:1000px;
    margin: 0 auto
  }

  .details4 .game_details .de_title .load_de {
    font-size: 2rem
  }

  .details4 .game_details .de_title .dis_a .de-btn {
    max-width: 30rem;
    height: 5.4rem;
    border-radius: 1rem;
    font-size: 3rem
  }

  .details4 .game_details .desc_text {
    font-size: 14px
  }

  .details4 .game_list {
    max-width: 1000px;
    margin: 0 auto
  }

  .details4 .game_list .list_item>a .item_con {
    font-size: 2rem
  }

  .details4 .game_list .list_item>a .play {
    width: 25%;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 2rem;
    margin: 0 2rem
  }
}

.category4 {
  position: relative;
  overflow: hidden
}

.category4 .cate_con {
  margin-top: 5rem
}

.category4 .cate_con h2 {
  color: #1ea0ff;
  font-size: 3rem;
  margin-bottom: 1.5vh;
  text-transform: capitalize;
  text-align: center;
  font-family: Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif
}

.category4 .cate_con h2:after {
  content: "";
  display: block;
  margin: 1rem auto;
  width: 16%;
  border-bottom: 1px solid #1ea0ff
}

.category4 .cate_con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  padding: 1rem 2rem;
  background-color: #fff
}

.category4 .cate_con ul li {
  width: 48%;
  height: 10rem;
  margin-bottom: 2.5rem;
  box-sizing: border-box;
  border-radius: 1rem;
  position: relative;
  overflow: hidden
}

.category4 .cate_con ul li img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 1rem
}

.category4 .cate_con ul li .btn {
  width: 101%;
  height: 3rem;
  background: linear-gradient(-135deg,rgba(0,0,0,.7),rgba(0,0,0,.3));
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  font-size: 1.4rem
}

@media only screen and (min-width: 768px) {
  .category4 .header-nav4 {
    max-width:1000px;
    margin: 0 auto
  }

  .category4 .cate_con {
    max-width: 1000px;
    margin: 5rem auto 0
  }

  .category4 .cate_con ul {
    justify-content: flex-start;
    padding: 1rem 0 1rem 1rem
  }

  .category4 .cate_con ul li {
    width: 24%;
    height: 16rem;
    margin-right: 1%
  }
}

.search4 {
  color: #6e95a5;
  min-height: 100vh;
  background: #fff
}

.search4 .sear-head {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 12.6vw;
  line-height: 12.6vw;
  position: relative;
  border-bottom: 1px solid #eee;
  background: #fff;
  box-shadow: 1px 0 5px rgba(0,0,0,.06);
  color: #fff;
  text-align: center
}

.search4 .sear-head>h1 {
  font-size: 2rem;
  align-self: center;
  text-align: center;
  text-shadow: 1px 2px 5px #000;
  color: #fff
}

.search4 .sear-head .back {
  position: absolute;
  top: .6rem;
  left: 1rem;
  display: inline-block;
  width: 2.4rem
}

.search4 .search-h {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  height: 14.7vw
}

.search4 .search-h>h2 {
  align-self: center;
  color: #1ea0ff
}

.search4 .search-h>div {
  position: relative;
  align-self: center
}

.search4 .search-h>div input {
  align-self: center;
  padding-left: 1.2rem;
  padding-right: .8rem;
  margin-left: 1rem;
  background: #f2f2f2;
  height: 8.4vw;
  width: 15rem;
  border-radius: 2vh;
  outline: none;
  border: none
}

.search4 .no_res {
  margin: 2rem 0;
  text-align: center
}

.search4 .no_res img {
  width: 16rem
}

.search4 .res-content {
  box-sizing: border-box;
  padding: 0 1rem 10vh
}

.search4 .newgame_content {
  border: 1px solid #1ea0ff;
  border-radius: 1rem;
  margin-bottom: 1.5vh;
  display: flex;
  justify-content: space-between;
  padding: 1rem .5rem
}

.search4 .newgame_content img {
  width: 15%;
  border-radius: .5rem;
  align-self: center
}

.search4 .newgame_content .new_con {
  align-self: center;
  width: 45%;
  margin-left: 2%;
  font-size: .5rem
}

.search4 .newgame_content .new_con h4 {
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.5rem;
  color: #5a7a7a
}

.search4 .newgame_content .new_con .gametype {
  color: red;
  font-size: 1.5rem;
  margin: .2vh 0
}

.search4 .newgame_content .new_con .playnum {
  color: #06723c;
  font-size: 1.2rem;
  font-weight: 600
}

.search4 .newgame_content .play {
  align-self: center;
  margin-right: 1%;
  height: 8.4vw;
  font-size: 1rem;
  line-height: 8.4vw;
  border-radius: .5rem;
  width: 26%;
  min-width: 26%;
  background: linear-gradient(-45deg,#23a6d5,#fff,#1ca0ff) 0 0/300% 300%;
  color: #fff;
  text-align: center
}

.search4 .con-list,.search4 .con-list .list_con {
  width: 100%
}

.search4 .con-list .list_con h2 {
  padding: 0 1rem;
  color: #1ea0ff
}

.search4 .con-list .list_con ul {
  padding: 0 1rem
}

@media only screen and (min-width: 768px) {
  .search4 .sear-head {
    height:5rem;
    line-height: 5rem
  }

  .search4 .sear-head .back {
    top: 1.2rem
  }

  .search4 .search-h {
    max-width: 1000px;
    margin: 0 auto;
    height: 7rem
  }

  .search4 .search-h>div input {
    height: 3rem
  }

  .search4 .res-content {
    max-width: 1000px;
    margin: 0 auto
  }

  .search4 .res-content .newgame_content .play {
    height: 4rem;
    line-height: 4rem
  }

  .search4 .con-list {
    max-width: 1000px;
    margin: 0 auto
  }

  .search4 .con-list .newgame_content .play {
    height: 4rem;
    line-height: 4rem
  }
}

.home_5 {
  min-height: 100vh;
  background-color: #15c5ce;
  position: relative;
  overflow: hidden
}

.home_5 .main_section {
  max-width: 767px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: .5rem
}

.home_5 .main_section .section_title {
  margin: 1rem;
  color: #000
}

.home_5 .main_section .section1,.home_5 .main_section .section2,.home_5 .main_section .section3 {
  display: grid;
  grid-template-columns: repeat(3,calc(33.33333% - .33333rem));
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  box-sizing: border-box;
  padding: .5rem
}

.home_5 .main_section .section1 img,.home_5 .main_section .section2 img,.home_5 .main_section .section3 img {
  width: 100%;
  height: 100%
}

.home_5 .main_section .section1 .section_content,.home_5 .main_section .section2 .section_content,.home_5 .main_section .section3 .section_content {
  display: inline-grid;
  width: 100%;
  height: 99%
}

.home_5 .main_section .section1 .section_content a,.home_5 .main_section .section2 .section_content a,.home_5 .main_section .section3 .section_content a {
  border: 2px solid #fff;
  border-radius: 1rem;
  overflow: hidden
}

.home_5 .main_section .section1 .section_content:first-child,.home_5 .main_section .section2 .section_content:first-child,.home_5 .main_section .section3 .section_content:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 100%
}

@media only screen and (min-width: 768px) {
  .home_5 .main_section .section1,.home_5 .main_section .section2,.home_5 .main_section .section3 {
    grid-template-columns:repeat(6,calc(16.66667% - .41667rem));
    max-width: 1000px;
    margin: 0 auto
  }
}

.main_header {
  display: flex;
  justify-content: space-around;
  height: 5rem;
  max-width: 1000px;
  margin: 0 auto
}

.main_header>img {
  width: 2rem;
  height: 2rem;
  margin: 1rem .5rem 0;
  background: #fff;
  border-radius: 2rem;
  padding: .5rem
}

.main_header .top-search {
  width: 90%;
  max-width: 600px;
  position: relative
}

.main_header .top-search>input::-webkit-search-cancel-button {
  display: none
}

.main_header .top-search>input {
  width: 100%;
  height: 3.5rem;
  border-radius: 2rem;
  border: 1px solid #049098;
  margin-top: .7rem;
  padding-left: 1rem;
  outline: none
}

.main_header .top-search>img {
  width: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.navlist5 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 5rem;
  right: 0;
  z-index: 20
}

.navlist5.nav-remove {
  width: 0;
  height: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.navlist5.nav-remove .navlist_dialog,.navlist5.nav-remove ul {
  -webkit-transform: translateX(110%);
  transform: translateX(110%)
}

.navlist5 .navlist_dialog {
  width: inherit;
  height: inherit;
  background-color: rgba(0,0,0,.8);
  transition-delay: 0s
}

.navlist5 ul {
  width: 80%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .2S;
  transition-delay: .1s
}

.navlist5 ul li {
  width: 100%
}

.navlist5 ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.6rem;
  color: #000;
  padding: 0 1rem;
  border-bottom: 1px solid #ddd
}

.navlist5 ul li a p {
  margin-left: 2rem
}

.navlist5 ul li img {
  width: 4rem;
  height: 4rem
}

@media only screen and (min-width: 768px) {
  .navlist5 ul {
    max-width:767px
  }
}

.footer5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(-75deg,#14bcc5,#11a2a9) 0 0/300% 300%;
  border-top: 1px solid #0f9096;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 3rem;
  padding: 16px 0;
  position: relative;
  bottom: 0
}

.footer5 p {
  line-height: 24px;
  text-align: center
}

.footer5 p a {
  color: #fff
}

.details5 {
  min-height: 100vh;
  background-color: #15c5ce;
  position: relative;
  overflow: hidden
}

.details5 .main_header {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto
}

.details5 .main_section {
  max-width: 767px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: .5rem
}

.details5 .game_details {
  position: relative
}

.details5 .game_details .game_play_box {
  height: 25rem;
  position: relative;
  overflow: hidden
}

.details5 .game_details .game_play_box .game_details_img {
  width: 100%;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%)
}

.details5 .game_details .game_play_box .play_btn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.details5 .game_details .game_play_box .play_btn .de-btn {
  display: block;
  width: 60%;
  margin: 2.5rem auto;
  background: #ff791e;
  color: #fff;
  border: none;
  height: 3.4rem;
  border-radius: .7rem;
  -webkit-animation: move 3s infinite;
  animation: move 3s infinite
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.details5 .game_details .game_description {
  background-color: #fff;
  box-shadow: 1px 1px 1px #049098;
  border-radius: .5rem;
  margin: 1rem;
  padding: 1rem
}

.details5 .game_details .game_description .description_title {
  display: flex
}

.details5 .game_details .game_description .description_title .game_icon {
  width: 30%;
  border-radius: .5rem
}

.details5 .game_details .game_description .description_title .game_de {
  width: 100%
}

.details5 .game_details .game_description .description_body .desc_text {
  border-radius: .5rem;
  padding: 1rem .5rem;
  color: #111
}

.details5 .game_details .game_description .description_preview .img-view {
  overflow-x: auto;
  display: flex
}

.details5 .game_details .game_description .description_preview .img-view::-webkit-scrollbar {
  display: none
}

.details5 .game_details .game_description .description_preview .img-view img {
  width: 70%;
  height: 70%;
  margin-right: 1rem
}

.details5 .game_list {
  padding: 1rem
}

.details5 .game_list .list_box {
  display: grid;
  grid-template-columns: repeat(3,calc(33.33333% - .33333rem));
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  box-sizing: border-box;
  padding: .5rem
}

.details5 .game_list .list_item {
  display: inline-grid;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: .4rem;
  overflow: hidden;
  position: relative
}

.details5 .game_list .list_item>a {
  display: flex;
  justify-content: space-between;
  border-radius: 1rem;
  box-sizing: border-box;
  padding: .2rem;
  overflow: hidden;
  align-items: center
}

.details5 .game_list .list_item>a img {
  display: block;
  width: 100%;
  height: 100%
}

.details5 .game_list .list_item>a .btn {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background: hsla(0,0%,100%,.7);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  font-size: 1rem;
  color: #000;
  text-align: center
}

.details5 h2,.details5 h3 {
  margin: 1rem 0;
  color: #049098
}

@media only screen and (min-width: 768px) {
  .details5 .game_list .list_box {
    grid-template-columns:repeat(6,calc(16.66667% - .41667rem))
  }
}

.category5 {
  min-height: 100vh;
  background-color: #15c5ce;
  position: relative;
  overflow: hidden
}

.category5 .main_section {
  max-width: 767px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: .5rem
}

.category5 .main_section h2 {
  color: #000;
  font-size: 3rem;
  margin-top: 1.5rem;
  text-transform: capitalize;
  text-align: center;
  font-family: Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif
}

.category5 .main_section h2:after {
  content: "";
  display: block;
  margin: 1rem auto;
  width: 16%;
  border-bottom: 1px solid #000
}

.category5 .main_section ul {
  display: grid;
  grid-template-columns: repeat(3,calc(33.33333% - .33333rem));
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  box-sizing: border-box;
  padding: .5rem
}

.category5 .main_section ul li {
  display: inline-grid;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: .4rem;
  overflow: hidden;
  position: relative
}

.category5 .main_section ul li a {
  border-radius: 1rem;
  box-sizing: border-box;
  padding: .2rem;
  overflow: hidden
}

.category5 .main_section ul li img {
  display: block;
  height: 100%;
  width: 100%
}

.category5 .main_section ul li .btn {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background: hsla(0,0%,100%,.7);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  font-size: 1rem;
  color: #000;
  text-align: center
}

@media only screen and (min-width: 768px) {
  .category5 .main_section ul {
    grid-template-columns:repeat(6,calc(16.66667% - .41667rem))
  }
}

.search5 {
  min-height: 100vh;
  background-color: #15c5ce;
  position: relative;
  overflow: hidden
}

.search5 .main_section {
  max-width: 767px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: .5rem
}

.search5 .no_res {
  width: 80%;
  border-radius: 2rem;
  background-color: #fff;
  margin: 2rem auto;
  padding: 4rem 0 2rem;
  text-align: center
}

.search5 .no_res img {
  width: 16rem
}

.search5 .list_con {
  width: 100%;
  box-sizing: border-box
}

.search5 .list_con .search_title {
  margin: 1rem;
  color: #000
}

.search5 .list_con ul {
  display: grid;
  grid-template-columns: repeat(3,calc(33.33333% - .33333rem));
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  box-sizing: border-box;
  padding: .5rem
}

.search5 .search_content {
  display: inline-grid;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative
}

.search5 .search_content img {
  width: 104%;
  -webkit-transform: translateX(-2%);
  transform: translateX(-2%);
  align-self: center
}

.search5 .search_content .con_title {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
  font-size: 1rem;
  align-self: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0
}

.search5 .search-h {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  height: 14.7vw
}

.search5 .search-h>h2 {
  align-self: center;
  color: #000
}

.search5 .search-h>div {
  position: relative;
  align-self: center
}

.search5 .search-h>div input {
  align-self: center;
  padding-left: 1.2rem;
  padding-right: .8rem;
  margin-left: 1rem;
  background: #f2f2f2;
  height: 8.4vw;
  width: 15rem;
  border-radius: 2vh;
  outline: none;
  border: none
}

@media only screen and (min-width: 768px) {
  .search5 .main_section .list_con ul {
    grid-template-columns:repeat(6,calc(16.66667% - .41667rem))
  }
}
