* {
  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: #F8F0E0;
}

html,
body {
  width: 100%;
}

.container {
  position: relative;
}

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

}

.bgcall {
  margin-top: 50px;
}


.header {
  position: relative;
  top: 0;
  width: 100vw;
  height: 0.4rem;
  z-index: 999;
}

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

.headerimg {
  width: 200px;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
}

.searchbtn {
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
  margin-right: 1vw;
}

.search-img {
  width: 0.1rem;
}


.more {
  font-weight: bold;
  font-size: 16px;
  color: #9EA4B8;
  border: 1px solid #9EA4B8;
  border-radius: 1vw;
  padding: 0.03rem;
  line-height: 20px;
}

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

.lefttitle {
  height: 80px;
  line-height: 80px;
  margin-bottom: 0;
  color: black;
  font-weight: bold;
  font-size: 35px;
  margin-left: 20px;
}

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

.leftlist .item:first-child {
  border-top: 1px solid #000000a8;
}

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

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

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

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

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

.banner p {
  color: white;
  font-size: 35px;
  line-height: 200px;
  width: 200px;
  margin-top: 2vw;
  text-align: center;
  float: right;
  margin-right: 150px;
}

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

}

.banner .hotup a img {
  width: 15vw;
  max-width: 300px;
  height: 13vw;
  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;
}


.adv {
  margin: 4vw auto;
  max-width: 1000px;
  height: 37vh;
  /* max-height: 230px; */
  /* border: 1px solid #ffffff; */
  /* background-color: white; */
}

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: 168px;
  height: 168px;
  background: #000;
  opacity: 0.6;
  border-radius: 5px;
  position: fixed;
  color: #fff;
  line-height: 168px;
  font-size: 20px;
  text-align: center;
  top: 35%;
  left: 40%;
  z-index: 999999;
}

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

.loading-box::after,
.loading-box::before {
  content: '';
  width: 168px;
  height: 168px;
  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;
  width: 100%;
  max-width: 1170px;
  height: 50px;
  z-index: 999;
}

.website-title .title-text {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 40% !important;
  float: left;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

.website-title .title-text:before {
  content: '';
  align-self: center;
  background-image: url(../imgs/Home.png);
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 3px;
}

.searchbtn {
  /* border: none;
  background-color: transparent; */

}

.website-title .search-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.website-title .search-box .search-img {
  width: 35px;
  height: 35px;
}

.game-list {
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

.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: 30px;
  height: 30px;
  vertical-align: middle;
}

.game-list .category .cname {
  margin-left: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 5px;
}

.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: 130px;
  max-width: 145px;
  background-color: #f3f4f6;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.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: 15px;
  border-top-right-radius: 15px;
}

.game-list .game-item .game-link .game-info {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  height: 40px;
  max-width: 145px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 10;
}

.game-list .game-item .game-link .game-info .game-info-name {
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

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

.sortone {
  display: flex;
}

.sortone .sortbtn {
  flex: 1;
  /* width: 150px; */
  height: 40px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #5eebff;
  border: 0;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center;
}

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

.sorttwo {
  margin: 0 auto 10px;
  display: flex;
}

.sorttwo .sortbtn {
  flex: 1;
  height: 40px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #5eebff;
  border: 0;
  /* margin-right: 20px; */
  margin-top: 10px;
  margin-left: 120px;
  text-align: center;
}

.sorttwo .sortbtn:last-child {
  margin-right: 120px;
}

.sortbtn a {
  color: #000;
}

.tuijian {
  margin: 50px auto;
}

.tuijian-title {
  overflow: hidden;
}

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

.tuijian-title .tuijian-more {
  float: right;
  font-size: 18px;
  color: #000;
  padding: 0 2px 2px;
  border: 5px solid #5eebff;
  border-radius: 0.06rem;
}

.tuijiangame {
  overflow: hidden;
  margin: 0 auto 40px;
  display: flex;
}

.everygame {
  flex: 1;
  margin-left: 15px;
}

.tuijian-jpg {
  width: 150px;
  border-radius: 10px;
}

.lasttuijian {
  margin-right: 0;
}

footer {
  max-width: 1170px;
  margin: 25vh auto 0;
  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;
}