@charset "UTF-8";

body {
  width: 10rem;
  height: 100% !important;
  height: auto;
  overflow-x: hidden;
  background: white;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.gradient-animation1 {
  position: relative;
  overflow: hidden;
}

.gradient-animation1::after {
  animation: bannerMove 4s ease-in-out both infinite;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 90;
  width: 1.333333rem;
  height: 13.333333rem;
  background: linear-gradient(90deg, transparent, #437dfb4f, transparent);
  transform: rotate(30deg);
}

@keyframes bannerMove {
  from {
    left: -100%;
  }

  to {
    left: 200%;
  }
}

.page-index {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 84px;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: medium;
}

.page-index .header {
  height: 48px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.page-index .header .lang{
  top: 0px;
}
.page-index .header .logo {
  width: 120px;
}

.page-index .header .icon_msg {
  width: 30px;
  height: 30px;
}
.page-index .header .box-register, .page-index .header .box-login {
  border-radius: 10px;
  box-shadow: 0 2px 8px #0000001f;
  padding: 10px 6px;
  border: 1px solid #e3e3e3;
}
.page-index .banner .img {
  width: 100%;
  border-radius: 10px;
}

.page-index .notice {
  display: flex;
  border-radius: 10px;
  box-shadow: inset 0 2px 6px #0000001a;
  height: 32px;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.page-index .notice .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 32px;
}

.page-index .notice .message {
  width: 100%;
  margin-left: 64px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.page-index .user {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.page-index .user .infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page-index .user .infos .login {
  padding-top: 0.266667rem;
}

.page-index .user .infos .login .login-span {
  color: #414655;
  font-weight: 400;
}

.page-index .user .infos .login .login-btn {
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  border-radius: 0.4rem;
  color: #437dfb;
  text-align: center;
  font-size: 0.32rem;
  border: none;
  outline: none;
  color: #a5a9b3;
  font-weight: 400;
}

.page-index .user .infos .login .login-btn:active {
  background-color: #e0b0ee;
}

.page-index .user .infos .top {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  color: #666;
  margin-bottom: 0.266667rem;
}

.page-index .user .infos .top img {
  width: 0.533333rem;
  height: 0.533333rem;
  margin-right: 0.133333rem;
}

.page-index .user .infos .top .name {
  max-width: 1.866667rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-index .user .infos .bottom span {
  max-width: 1.866667rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.page-index .user .icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.page-index .user .icons .icon {
  width: 1.466667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-index .user .icons img {
  width: 1.066667rem;
  height: 1.066667rem;
  display: block;
  margin-bottom: 0.266667rem;
}

.page-index .user .icons span {
  text-align: center;
  font-size: 0.32rem;
}

.page-index .content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.page-index .content .game_box {
  overflow-y: auto;
  height: calc(100vh - 448px);
  padding-bottom: 10px;
}

.page-index .content .game_box .box {
  display: flex;
  flex-direction: column;
}

.page-index .content .game_box .box img {
  width: 100%;
  height: 166px;
  margin-bottom: 5px;
  font-size: medium;
}

.page-index .content .game_box .dz {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-index .content .game_box .dz p {
  width: 49%;
}

.page-index .content .game_box .dz p img {
  width: 100%;
  height: 166px;
  margin-bottom: 5px;
  font-size: medium;
}

.page-index .content .navs {
  list-style: none;
  padding: 0;
  /* margin: 0.026667rem 0 0.266667rem; */
  padding: 0 0 0.213333rem;
  overflow: auto;
  background: #FFF;
  display: flex;
  flex-direction: row;
}

.page-index .content .navs::-webkit-scrollbar {
  display: none;
}

.page-index .content .navs .active {
  border-radius: 10px;
  box-shadow: 0 2px 8px #0000001f;
}

.page-index .content .navs .emo {
  padding: 0 !important;
  margin-right: 0 !important;
}
.page-index .content .navs li {
  width: 25%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  cursor: pointer;
  margin: 10px 0;
}

/* .page-index .content .navs li img {
  width: 0.8rem;
} */

.page-index .content .navs li span {
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.page-index .content .row1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.266667rem;
}

.page-index .content .row1 .item {
  height: 2.4rem;
}

.page-index .content .row2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.266667rem;
}

.page-index .content .row2 .item1 {
  margin-right: 0.133333rem;
  height: 5.066667rem;
}

.page-index .content .row2 .item2 {
  margin-left: 0.133333rem;
  margin-bottom: 0.266667rem;
  height: 2.4rem;
}

.page-index .content .row2 .item3 {
  margin-left: 0.133333rem;
  height: 2.4rem;
}

.page-index .content .row2 .top-icon {
  display: none !important;
}

.page-index .content .row3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.266667rem;
}

.page-index .content .row3 .item1 {
  margin-right: 0.133333rem;
  height: 2.4rem;
}

.page-index .content .row3 .item2 {
  margin-left: 0.133333rem;
  height: 2.4rem;
}

.page-index .content .row3 .top-icon {
  display: none !important;
}

.page-index .content .cell {
  width: 100%;
}

.page-index .content .cell2 {
  width: 50%;
}

.page-index .content .item {
  position: relative;
  background: #fff;
  box-shadow: 0 0.133333rem 0.266667rem 0 #437dfb;
  border-radius: 0.266667rem;
}

.page-index .content .item .top-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: red;
  padding: 0.08rem 0.266667rem;
  color: #fff;
  border-top-right-radius: 0.266667rem;
  border-bottom-left-radius: 0.266667rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.page-index .content .item .name {
  color: #437dfb;
  position: absolute;
  left: 0.266667rem;
  top: 0.266667rem;
}

.page-index .content .item .logo {
  height: 100%;
  position: absolute;
  right: -0.133333rem;
  bottom: -0.133333rem;
}