.home {
  min-height: 100vh;
  background-image: url(../img/web/home/contain-bg.png);
  background-repeat: no-repeat;
  background-color: #313338;
  background-size: 100%;
  color: #fff;
}

.home-banner {
  background-image: url(../img/web/home/banner-bg.png);
  background-size: contain;
  height: 100px;
}

.home-banner .banner-icon-list {
  height: 100px;
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-banner .banner-icon-list .banner-icon {
  height: 60px;
  cursor: pointer;
}

.home-container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}

.home-container .aside {
  margin-right: 20px;
  width: 180px !important;
}

.home-container .aside-btn {
  width: 180px;
  height: 48px;
  border-radius: 100px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #999;
  box-sizing: border-box;
  cursor: pointer;
}

.home-container .aside-btn:hover,
.home-container .aside-btn.active {
  background: #ffffff1a;
  color: #fff;
}

.home-container .aside-btn .aside-icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}

.home-container .right-content {
  flex: 1;
  background: #fff3;
  border-radius: 30px;
  padding: 20px 20px 40px;
}

@media (min-width: 0) and (max-width: 1158px) {
  .home-container .aside-btn {
    width: 56px;
    border-radius: 20px;
  }

  .home-container .aside-btn span {
    display: none;
  }
}

.hover-content {
  position: absolute;
  inset: 0;
  background: #0009;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.hover-content .btn {
  width: 74px;
  height: 28px;
  background: #ffda58;
  border-radius: 100px;
  font-size: 14px;
  color: #313338;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.hover-content .desc {
  margin-top: 10px;
  font-size: 12px;
  width: 101%;
  text-align: center;
}

.num {
  color: #ffda58;
}

.show-game:not(:last-child) {
  margin-bottom: 40px;
}

.show-game .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.show-game .title .bar {
  background: #313338;
  width: 8px;
  height: 24px;
  margin-right: 8px;
}

.show-game .title .text {
  font-weight: 700;
  font-size: 20px;
  color: #313338;
}

.show-game .show-img {
  height: 636px;
  display: flex;
  justify-content: center;
  border-radius: 16px;
  position: relative;
}

.show-game .show-img img {
  height: 636px;
  position: absolute;
  border-radius: 16px;
}

.show-game .show-img .bg-img {
  border-radius: 16px;
  width: 90%;
  filter: blur(5px);
}

.show-game .turn-list {
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.show-game .turn-list .turn-item {
  width: 24px;
  height: 86px;
  /* margin-bottom: 21px; */
  display: flex;
  align-items: center;
}

.show-game .turn-list .turn-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.show-game .turn-list .game-list {
  margin: 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.show-game .turn-list .game-item img {
  width: 86px;
  height: 86px;
  border-radius: 16px;
}

.show-game .turn-list .game-item .game-name {
  font-weight: 500;
  font-size: 14px;
  color: #313338;
  text-align: center;
  margin-top: 10px;
  width: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-box {
  position: relative;
}

.img-box .hover-content {
  visibility: hidden;
  border-radius: 16px;
}

.img-box:hover .hover-content {
  visibility: visible;
}

@keyframes scroll-list-bba38a5b {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-3900%);
  }
}

.home-module {
  display: flex;
}

.home-module.carousel-module {
  height: 490px;
  margin-bottom: 20px;
}

.home-module .left-carousel {
  width: 870px;
  position: relative;
  flex: 1;
}

.home-module .left-carousel .play-module {
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, #0000, #000);
  border-radius: 0 0 16px 16px;
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 20px;
  justify-content: flex-end;
}

.home-module .left-carousel .play-module .btn {
  width: 159px;
  height: 50px;
  background: #ffda58;
  border-radius: 35px;
  font-size: 24px;
  font-weight: 600;
  color: #313338;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-module .home-carousel {
  flex: 1;
  margin-right: 20px;
  border-radius: 16px;
}

.home-module .home-carousel img {
  height: 490px;
  width: 100%;
}

.home-module
  .home-carousel
  .el-carousel__indicator.is-active
  .el-carousel__button {
  background: #ffda58;
}

.home-module .home-carousel .el-carousel__indicator .el-carousel__button {
  height: 8px;
  width: 30px;
  border-radius: 4px;
  background: #fffc;
}

.home-module .home-carousel .el-carousel__indicators--horizontal {
  left: 210px;
}

.home-module .home-carousel .el-carousel__item {
  display: flex;
  justify-content: center;
}

.home-module .right-aside {
  width: 280px;
}

.home-module .right-aside .title-img {
  width: 100%;
  height: 72px;
}

.home-module .right-aside .state {
  height: 420px;
  overflow-y: hidden;
  font-size: 14px;
  color: #313338;
  padding: 10px 20px 8px;
  scrollbar-width: none;
}

.home-module .right-aside .state .state-item {
  animation: scroll-list-bba38a5b 24s linear infinite;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(49, 51, 56, 0.1);
}

.home-module .left-module {
  flex: 1;
  margin-right: 20px;
}

.home-module .left-module .recommend-img {
  height: 88px;
}

.home-module .left-module .recommend-module {
  margin-bottom: -20px;
}

.home-module .left-module .recommend-content {
  top: -40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 14px;
}

.home-module .left-module .recommend-content .recommend-item {
  width: 197px;
  position: relative;
}

.home-module .left-module .recommend-content .recommend-item .show-img {
  height: 112px;
  display: flex;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.home-module .left-module .recommend-content .recommend-item .show-img img {
  height: 112px;
  max-width: 100%;
  position: absolute;
}

.home-module .left-module .recommend-content .recommend-item .show-img .bg-img {
  width: 100%;
  filter: blur(6px);
}

.home-module .left-module .recommend-content .recommend-item img {
  height: 112px;
  border-radius: 8px 8px 0 0;
}

.home-module .left-module .recommend-content .recommend-item .hover-content {
  visibility: hidden;
  justify-content: flex-start;
  padding: 40px 15px 15px;
}

.home-module
  .left-module
  .recommend-content
  .recommend-item:hover
  .hover-content {
  visibility: visible;
}

.home-module .left-module .recommend-content .game-detail {
  padding: 10px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.home-module .left-module .recommend-content .game-detail .game-name {
  width: 150px;
  font-size: 14px;
  font-weight: 700;
  color: #313338;
}

.home-module .left-module .recommend-content .game-detail .game-desc {
  font-size: 14px;
  color: #999;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.home-module .left-module .new-module {
  margin-bottom: -20px;
}

.home-module .left-module .new-content {
  top: -40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.home-module .left-module .new-content .new-item {
  width: 12.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #313338;
  .img-box {
    width: 86px;
    height: 86px;
  }
}

.home-module .left-module .new-content .new-item img {
  width: 86px;
  height: 86px;
  border-radius: 8px;
}

.home-module .left-module .new-content .new-item .game-detail {
  margin-top: 10px;
  border-radius: 0 0 8px 8px;
}

.home-module .left-module .new-content .new-item .game-detail .game-name {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  width: 86px;
}

.home-module .left-module .new-content .new-item .game-detail .game-desc {
  width: 86px;
  font-size: 12px;
  text-align: center;
}

.home-module .gain-content {
  margin-bottom: -20px;
  padding: 12px 20px;
  top: -24px;
}

.home-module .gain-content .gain-item {
  display: flex;
  padding: 10px 0;
  position: relative;
}

.home-module .gain-content .gain-item:not(:last-child) {
  border-bottom: 1px dashed rgba(49, 51, 56, 0.1);
}

.home-module .gain-content .gain-item img {
  width: 70px;
  height: 70px;
}

.home-module .gain-content .gain-item .game-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
  font-size: 14px;
}

.home-module .gain-content .gain-item .game-detail .game-name {
  font-weight: 500;
  color: #313338;
  margin-bottom: 4px;
}

.home-module .gain-content .gain-item .hover-content {
  visibility: hidden;
  height: calc(100% - 20px);
  margin-top: 10px;
  border-radius: 16px;
}

.home-module .gain-content .gain-item:hover .hover-content {
  visibility: visible;
}

.hot-module {
  margin-bottom: 18px;
}

.hot-module .title-img {
  height: 82px;
}

.hot-module .hot-content .play-content {
  height: 550px;
  display: flex;
  margin-bottom: 40px;
}

.hot-module .hot-content .play-content .left-content {
  height: 550px;
  width: 310px;
  flex: none;
  margin-right: 20px;
}

.hot-module .hot-content .play-content .left-content img {
  width: 310px;
  height: 550px;
  border-radius: 8px;
}

.hot-module .hot-content .play-content .left-content .play-module {
  height: 130px;
}

.hot-module .hot-content .play-content .left-content .play-module .left-text {
  width: 200px;
}

.hot-module .hot-content .play-content .left-content .hover-content {
  border-radius: 8px;
}

.hot-module .hot-content .play-content .right-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 6px;
  padding: 0;
}

.hot-module .hot-content .play-content .right-content .img-box {
  height: calc(50% - 9px);
}

.hot-module .hot-content .play-content .right-content .show-img {
  height: 100%;
  width: 150px;
  display: flex;
  align-items: center;
  position: relative;
}

.hot-module .hot-content .play-content .right-content .show-img img {
  width: 150px;
  height: 100%;
  position: absolute;
  border-radius: 8px;
}

.hot-module .hot-content .play-content .right-content .show-img .bg-img {
  height: 100%;
  filter: blur(6px);
}

.hot-module .hot-content .play-content .right-content .play-module {
  padding: 10px;
}

.hot-module .hot-content .play-content .right-content .play-module .left-text {
  width: 70px;
}

.hot-module .hot-content .play-content .right-content .hover-content {
  border-radius: 8px;
}

.hot-module .hot-content .play-content .play-module {
  width: 100%;
  height: 48px;
  background: linear-gradient(180deg, #0000, #000 150%);
  border-radius: 0 0 8px 8px;
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  z-index: 999;
  align-items: flex-end;
  box-sizing: border-box;
}

.hot-module .hot-content .play-content .play-module .left-text {
  font-size: 14px;
}

.hot-module .hot-content .play-content .play-module .btn {
  width: 56px;
  height: 25px;
  background: #ffda58;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #313338;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-text {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.bg {
  position: relative;
  top: -22px;
  background: #fbf6e7;
  border-radius: 16px;
  padding: 20px;
}

.num {
  color: #ff6500;
}

.img-box {
  position: relative;
}

.img-box .hover-content {
  visibility: hidden;
  border-radius: 16px;
}

.img-box:hover .hover-content {
  visibility: visible;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: initial;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: initial;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}
html {
  box-sizing: border-box;
}

body {
  color: #1c2127;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Open Sans, Helvetica Neue, blueprint-icons-16, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.28581;
  text-transform: none;
}

p {
  margin-bottom: 10px;
  margin-top: 0;
}

small {
  font-size: 12px;
}

strong {
  font-weight: 600;
}

::-moz-selection {
  background: #7dbcff99;
}

::selection {
  background: #7dbcff99;
}
