.right {
  margin: 0.5rem 0;
  font-size: 0.5625rem;
  text-align: center;
}
.right p {
  margin: 0;
  line-height: 1.5;
}
.footer {
  overflow: hidden;
  height: 1.75rem;
  color: #fff;
  font-size: 0.5625rem;
  line-height: 1.75rem;
  text-align: center;
  background-color: #fc2745;
}
.footer a {
  margin: 0 0.5rem;
}
.footer-pc {
  overflow: hidden;
  height: 1.75rem;
  color: #000;
  font-size: 0.5625rem;
  line-height: 1.75rem;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.footer-pc a {
  margin: 0 0.5rem;
  color: #597ef7;
}
.footer-pc a:hover {
  color: #000;
}
.game-items {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  display: block;
  background-color: #fff;
  cursor: pointer;
  height: 100%;
}
.game-item-icon {
  border-radius: 12px;
}
.game-items > img {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.game {
  position: absolute;
  height: 50%;
  z-index: 3;
  width: 100%;
  text-align: left;
  padding-left: 5px;
  color: #fff;
  top: 100%;
  border-radius: 14px;
  padding-top: 9%;
  font-size: 12px;
  text-shadow: 1px 1px #505050;
  -webkit-transition: top 0.35s ease-in;
  transition: top 0.35s ease-in;
  background: -webkit-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}
.game-items:hover .game {
  -webkit-transition: "0.3s all ease-in";
  transition: "0.3s all ease-in";
  top: 50%;
}
.game-bottom {
  position: absolute;
  bottom: 5px;
}
.aspect-w {
  position: relative;
  overflow: hidden;
  margin: 3px;
}
@media (max-width: 540px) {
  .game {
    display: none;
  }
}
.circle-box {
  display: block;
  width: 1.5rem;
  margin: auto;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.circle {
  fill: none;
  stroke: #999;
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dashoffset: -125px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dashoffset: -125px;
  }
}
.pc-left-title {
  width: 240px;
  height: 100%;
  padding: 10px 10px 10px 15px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 3rem;
}
.pc-left-title-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
}
.pc-left-title-button {
  border: none;
  width: 140px;
  background-color: #fff;
  text-align: end;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pc-left-title-button:hover {
  cursor: pointer;
}
.pc-left-title-width {
  width: 140px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  .pc-left-classify-active {
    width: 100%;
  }
}
.pc-left-classify {
  margin-top: 24px;
}
.pc-left-classify li {
  list-style: none;
  font: 16px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  line-height: 40px;
  border-radius: 20px;
  font-weight: 600;
  line-height: 44px;
  height: 44px;
  background-color: #fff;
  padding-left: 50px;
  color: #000;
  width: 200px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: 0.625rem;
  margin-top: 8px;
}
.pc-left-classify-active {
  background-color: #597ef7 !important;
  color: #fff !important;
}
.pc-section-title {
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: 0.625rem;
  padding-left: 50px;
  line-height: 27px;
}
.pc-section-box {
  background-color: #fff;
  border-radius: 10px;
  margin: 20px;
  padding-top: 5px;
  min-width: 870px;
  padding-right: 20px;
}
.pc-scroll-box {
  margin: 0 20px;
}
.pc-scroll-box,
.pc-scroll-box-over {
  position: relative;
  padding-bottom: 0.2rem;
  overflow: auto;
}
.pc-scroll-box-over {
  padding: 0 24px;
}
.scroll-box-hist {
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-bottom: 0.2rem;
}
.router-view-pc {
  height: -webkit-calc(100vh - 3rem);
  height: calc(100vh - 3rem);
  overflow: scroll;
  position: fixed;
  left: 240px;
  top: 3rem;
  width: -webkit-fill-available;
}
.router-view-pc,
.router-view-pc-width {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.router-view-pc-width {
  left: 140px;
}
.scroll-box-hist-pc {
  position: relative;
  display: -webkit-box;
  padding-bottom: 0.2rem;
  margin-left: 49px;
  overflow-x: auto;
  overflow-y: hidden;
}
.grid {
  display: grid;
  grid-template-columns: repeat(9, -webkit-calc(11.11111% - 10.66667px));
  grid-template-columns: repeat(9, calc(11.11111% - 14.66667px));
  grid-gap: 16px 16px;
  margin: 0 auto 5px auto;
}
@media screen and (max-width: 1600px) {
  .grid {
    grid-template-columns: repeat(7, -webkit-calc(14.28571% - 13.71429px));
    grid-template-columns: repeat(7, calc(14.28571% - 13.71429px));
  }
}
@media screen and (max-width: 1400px) {
  .grid {
    grid-template-columns: repeat(6, -webkit-calc(16.66667% - 16px));
    grid-template-columns: repeat(6, calc(16.66667% - 16px));
  }
}
@media screen and (max-width: 1260px) {
  .grid {
    grid-template-columns: repeat(5, -webkit-calc(20% - 19.2px));
    grid-template-columns: repeat(5, calc(20% - 19.2px));
  }
}
.span-col-4 {
  grid-column: span 1 / auto;
}
.span-col-3 {
  grid-column: span 3 / auto;
}
.span-col-8 {
  grid-column: span 8 / auto;
}
.span-col-6 {
  grid-column: span 6 / auto;
}
.span-row-2 {
  grid-row: span 2 / auto;
}
.span-col-12 {
  grid-column: span 12 / auto;
}
.span-col-2 {
  grid-column: span 2 / auto;
}
::-webkit-scrollbar {
  background: none;
}
.pc-left-classify-hover:hover {
  background-color: #f0f0f0;
}
