* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

html {
  font-size: calc(100vw / 3.75);
}

body {
  font-family: roboto, arial, sans-serif;
  color: #333;
  line-height: 1;
  overflow: hidden;
  /* background-color: #fb834f; */
  /* background-color: #F8F0E0; */

}

html,
body {
  width: 100%;
  max-width: 100vw;
}


.HeaderAdBox {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 320px;
  height: 50px;
}


.heng {
  color: #fbf6e7;
  position: absolute;
  left: 1vh;
  top: 0.6vh;
  font-size: 4vh;
  z-index: 99;

}

.banner {
  border: 1px solid #9EA4B8;
  max-width: 1170px;
  margin: 0 auto;
  /* height: 30vw;
        max-height: 300px; */
  background-color: #D0C0C0;
  overflow: hidden;
  margin-top: 0.4rem;
}

.banner p {
  color: white;
  font-size: 5vw;
  line-height: 17vw;
  width: 33vw;
  max-width: 440px;
  margin-top: 2vw;
  text-align: center;
  float: right;
  margin-right: 5vw;

}

.banner .hotup {
  float: left;
  border: 1px solid #ac8dd5;
  width: 20vw;
  max-width: 300px;
  height: 20vw;
  max-height: 250px;
  margin-top: 3vw;
  margin-left: 3vw;
  margin-bottom: 3vw;
  background-color: white;
  border-radius: 1vw;

}

.banner .hotup a img {
  width: 30vw;
  max-width: 300px;
  height: 25vw;
  max-height: 250px;
  border-radius: 1vw;
  border: 5px solid #ded9f7;
  box-shadow: 8px 8px 5px #9EA4B8;
}

.banner .hotup a img:hover {
  transform: scale(1.15);
  transition: 0.32s;
}

.container {
  position: relative;
  background-color: #ffff66 !important;
}


.sidebar_wrap {
  position: relative;
  position: fixed;
  left: 0;
  top: 0.4rem;
  border: 1px solid #D0C0C0;
  width: 320px;
  height: 100vh;
  background-color: #D0C0C0;
  z-index: 999;
  display: none;
  border-top: 1px solid #000000a8;
}

.lefttitle {
  height: 0.7rem;
  line-height: 0.7rem;
  margin-bottom: 0;
  color: black;
  font-weight: bold;
  font-size: 35px;
  padding-left: 20px;
  border-bottom: 1px solid #000;
}

.sidebar_wrap .closeBtn {
  position: absolute;
  right: 20px;
  top: 0.15rem;
}


.leftlist .item {
  overflow: hidden;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  border-bottom: 1px solid #000000a8;
}

.leftlist .item:hover {
  background-color: #efdede;
}

.item .page {
  color: black;
  float: left;
  font-size: 30px;
  margin-left: 30px;
}

.item .hua {
  color: black;
  float: right;
  font-size: 30px;
  margin-right: 30px;
}

.sortone {
  margin: 0 auto;
  display: flex;
}

.sortone .sortbtn {
  flex: 1;
  height: .35rem;
  border-radius: .04rem;
  font-size: .13rem;
  font-weight: bold;
  background-color: #5eebff;
  border: 0;
  margin-right: 4px;
  margin-top: 20px;
  text-align: center;
}

.sortone .sortbtn:last-child {
  margin-right: 0;
}

.sorttwo {
  margin: 0 auto 10px;
  width: 2.37rem;
}

.sorttwo .sortbtn {
  width: 1.1rem;
  height: .35rem;
  border-radius: .04rem;
  font-size: .13rem;
  font-weight: bold;
  background-color: #5eebff;
  border: 0;
  margin-right: 4px;
  margin-top: 10px;
  text-align: center;
}

.sortbtn a {
  color: #000;
}

.tuijian {
  margin: 20px auto;
}

.tuijian-title {
  overflow: hidden;
}

.tuijian-title h3 {
  /* display: inline; */
  float: left;
  margin-top: 0;
  font-weight: bold;
}

.tuijian-title .tuijian-more {
  float: right;
  /* line-height: 30px; */
  font-size: .19rem;
  /* font-weight: bold; */
  color: #000;
  padding: 0 2px 2px;
  border: 5px solid #5eebff;
  border-radius: 0.06rem;
}

.tuijiangame {
  overflow: hidden;
  margin: 0 auto 5px;
  width: 3.38rem;
}

.everygame {
  float: left;
}

.tuijian-jpg {
  width: 0.8rem;
  margin-right: 0.06rem;
  border-radius: 0.1rem;
}

.lasttuijian {
  margin-right: 0;
}


footer {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

footer .font {
  overflow: hidden;
  /* width: 50vw; */
  /* float: left; */
}

footer a {

  font-size: 20px;
  color: white;
  margin-left: 4vw;
  text-align: center;
  line-height: 3vh !important;
  float: left;
}

footer a:first-child {
  margin-left: 6vw;
}

footer a:hover {
  text-decoration: none;
  color: #e9d74e;
}

.banquan {
  margin-top: 5px !important;
  width: 50vw;
  float: left;
}

.banq {
  margin: 0;
}



.adv {
  margin: 4vw auto;
  max-width: 1000px;
  height: 90vw !important;

}


a:focus {
  -moz-outline-style: none;
  outline-style: none;
}

.container {
  background-color: #ffffff;
}

.ad-tips {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.ad-tips::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #696969;
  margin-left: 3px;
}

#index-ad-1 {
  position: relative;
}

#index-ad-1 .index-ad {
  position: absolute;
  top: 302px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 336px;
  margin: 0 auto;
  margin-left: -168px;
  min-width: 300px;
  min-height: 250px;
  transform: translateY(-280px);
  background-color: #eeeeee;
}

#detail-ad-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#detail-ad-1 .detail-ad {
  min-width: 300px;
  min-height: 250px;
  background-color: #eeeeee;
}

.index-loading-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-loading-box .sk-circle {
  margin-right: 0.02rem;
  width: 0.1rem;
  height: 0.1rem;
  max-width: 20px;
  max-height: 20px;
  position: relative;
}

.index-loading-box .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index-loading-box .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.index-loading-box .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.index-loading-box .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.index-loading-box .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.index-loading-box .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.index-loading-box .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.index-loading-box .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-loading-box .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.index-loading-box .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.index-loading-box .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.index-loading-box .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.index-loading-box .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.index-loading-box .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.index-loading-box .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.index-loading-box .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.index-loading-box .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.index-loading-box .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.index-loading-box .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.index-loading-box .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.index-loading-box .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.index-loading-box .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.index-loading-box .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.index-loading-box .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

.index-loading-box .loading-info {
  display: flex;
  color: #999;
  justify-content: center;
  align-items: center;
}

.ad-tips-top,
.ad-tips-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.ad-tips-top::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #696969;
  margin-left: 3px;
}

.ad-tips-bottom::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #696969;
  margin-left: 3px;
}

@keyframes animloading {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.loading-box {
  width: 1.5rem;
  height: 1.5rem;
  background: #000;
  opacity: 0.6;
  border-radius: 0.1rem;
  position: fixed;
  color: #fff;
  line-height: 1.5rem;
  font-size: 0.2rem;
  text-align: center;
  top: 35%;
  left: 30%;
  z-index: 999999;
}

.loading-box::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loading-box::after,
.loading-box::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: animloading 2s linear infinite;
  animation: animloading 2s linear infinite;
}

.website-title {
  background-color: #f3f4f6;
}

.header {
  position: relative;
  top: 0;
  width: 100vw;
  height: 0.4rem;
  z-index: 999;
  background:linear-gradient(to right,#ffcc99,#ffcc99);
}

.menu {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 1vw;
  cursor: pointer;
}

.headerimg {
  width: 45vw;
  position: absolute;
  top: 0;
  left: calc(50% - 22.5vw);
}

.searchbtn {
  width: .3rem;
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
}

.search-img {
  width: 0.3rem;

}

.website-title .title-text {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 70%;
  line-height: 0.4rem;
  font-size: 0.25rem;
  text-decoration: none;
}


.search-box {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-box .search-img {
  width: 35px;
  height: 35px;
  padding-left: 0;
}

.game-list {
  /* margin-top: 0.1rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem; */
  /* background-color: #aeaebd84; */
  /* border: 1px solid #000; */
  margin-top: 55px;
  box-sizing: border-box;
  width: 100%;

}

.HeaderAdBox_2 {
  min-height: 280px;
  max-width: 350px;
  margin: 0 auto;
  /* max-height: 280px; */
}

.game-list .category {
  width: 100%;
  display: flex;
  align-items: center;
  /* margin: 5px 0 5px -15px; */
  justify-content: space-between;
}

.categoryLeft {
  display: flex;
  align-items: center;
}

.game-list .category img {
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: middle;
}

.game-list .category .cname {
  margin-left: 0.05rem;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.2rem;

}

.more {
  font-weight: bold;
  font-size: .15rem;
  color: #000;
  /* border: 1px solid #9EA4B8; */
  background:linear-gradient(to right,#ffffff,#ffcc99);
  border-radius: 1vw;
  padding: 0.03rem;
  line-height: 0.2rem;
}

.more:hover {
  transform: scale(1.15);
  transition: 0.32s;
}


.game-list .game-item {
  padding: 5px 6px;
}

.game-list .game-item .game-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}

.game-list .game-item .game-link a:focus {
  text-decoration: none;
}

.game-list .game-item .game-link .game-icon {
  width: 100%;
  height: 0.6rem;
  background-color: #f3f4f6;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.game-list .game-item .game-link .game-icon img {
  width: 100%;
  /* height: 100%; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.game-list .game-item .game-link .game-info {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  height: 0.3rem;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  z-index: 10;
  background:linear-gradient(to right,#ffffff,#ffcc99);
}
/* style="background:linear-gradient(to right,#B8B0B0,#AEAEBD);" */

.game-list .game-item .game-link .game-info .game-info-name {
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-decoration: none;
}

.game-list .game-item .game-link .game-info .game-info-name a:focus {
  text-decoration: none;
}