﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    background: #080808;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    font-family: Baloo2-SemiBold !important;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
  @font-face {
    font-family: baloo2-semibold;
    src: url(Baloo2-SemiBold.ttf);
  }
  @font-face {
    font-family: baloo2-bold;
    src: url(Baloo2-Bold.ttf);
  }
  @font-face {
    font-family: baloo2-regular;
    src: url(Baloo2-Regular.ttf);
  }
  body {
    position: relative;
  }
  ul,
  ol {
    list-style: none;
  }
  a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-transform: capitalize;
    font-family: Baloo2-SemiBold;
  }
  button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
  .container {
    max-width: 1920px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  img {
    border-style: none;
  }
  input,
  textarea {
    font-size: 14px;
    outline: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  div,
  i {
    -webkit-tap-highlight-color: transparent;
  }
  body.act {
    overflow: hidden;
  }
  :root {
    --font-color: #757b87;
  }
  /* .ad,
  .ad1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px 0;
  } */
  .ad > p,
  .ad1 > p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #b9bdc6;
  }
  .layui-rate {
    padding: 0;
    margin-bottom: 4px;
  }
  .layui-icon-rate {
    color: #999 !important;
  }
  .layui-icon-rate-solid {
    color: #999 !important;
  }
  .layui-icon-rate-solid:before,
  .layui-icon-rate:before {
    content: "" !important;
    font-family: iconfont;
  }
  header {
    display: none;
  }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
  }
  header .container .logo {
    display: block;
    width: 100px;
    height: 40px;
  }
  header .container .logo > img {
    height: 100%;
  }
  header .container > nav > a {
    margin-left: 20px;
  }
  header .container > nav > a .iconfont {
    color: #fff;
    font-size: 20px;
  }
  @media screen and (max-width: 1181px) {
    header {
      display: block;
      height: 50px;
      background: #121212;
    }
  }
  .main {
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
    position: relative;
  }
  .main .left {
    width: 240px;
    padding-left: 10px;
    padding-top: 10px;
    min-height: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: scroll;
  }
  .main .left .box {
    padding: 24px;
    border-radius: 8px;
    background: #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .left .box .logo {
    display: inline-block;
    height: 50px;
  }
  .main .left .box .logo > img {
    height: 100%;
  }
  @media screen and (max-width: 1441px) {
    .main .left .box .logo {
      height: 40px;
    }
  }
  .main .left .box > nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
  .main .left .box > nav > a {
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 50px;
    border-radius: 25px;
    color: #999;
    border: 2px solid transparent;
    transition: all 0.3s;
  }
  .main .left .box > nav > a .iconfont {
    font-size: 19px;
    color: #999;
    margin-right: 16px;
  }
  .main .left .box > nav > a.active {
    background: #1b1b1b;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(79, 255, 235, 0.7);
    border: 2px solid #4fffeb;
  }
  .main .left .box > nav > a.active .iconfont::before {
    content: "";
  }
  .main .left .box > nav > a.active .iconfont {
    color: #fff;
  }
  @media screen and (min-width: 1181px) {
    .main .left .box > nav > a:hover {
      background: #1b1b1b;
    }
  }
  .main .left .box > nav > a + a {
    margin-top: 16px;
  }
  .main .left .box > nav > a + a.active .iconfont::before {
    content: "";
  }
  .main .left .box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 238px);
    padding: 24px;
    border-radius: 8px;
    background: #121212;
    margin-top: 10px;
  }
  .main .left .box1 > ul {
    width: 100%;
  }
  .main .left .box1 > ul > li > a {
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 50px;
    border-radius: 25px;
    color: #999;
    border: 2px solid transparent;
    transition: all 0.3s;
  }
  .main .left .box1 > ul > li > a .iconfont {
    font-size: 19px;
    color: #999;
    margin-right: 16px;
  }
  .main .left .box1 > ul > li > a.active {
    background: #1b1b1b;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(79, 255, 235, 0.7);
    border: 2px solid #4fffeb;
  }
  .main .left .box1 > ul > li > a.active .iconfont::before {
    content: "";
  }
  .main .left .box1 > ul > li > a.active .iconfont {
    color: #fff;
  }
  @media screen and (min-width: 1181px) {
    .main .left .box1 > ul > li > a:hover {
      background: #1b1b1b;
    }
  }
  .main .left .box1 > ul > li + li {
    margin-top: 16px;
  }
  .main .left .box1 > ul > li:nth-child(2) > a.active .iconfont::before {
    content: "";
  }
  .main .left .box1 > ul > li:nth-child(3) > a.active .iconfont::before {
    content: "";
  }
  .main .left .box1 > ul > li:nth-child(4) > a.active .iconfont::before {
    content: "";
  }
  .main .left .box1 > ul > li:nth-child(5) > a.active .iconfont::before {
    content: "";
  }
  .main .left .box1 .bot > nav {
    display: flex;
    flex-direction: column;
  }
  .main .left .box1 .bot > nav > a {
    color: #999;
    font-family: Baloo2-Regular;
    margin-top: 11px;
    transition: all 0.3s;
  }
  @media screen and (min-width: 1181px) {
    .main .left .box1 .bot > nav > a:hover {
      color: #fff;
    }
  }
  .main .left .box1 .bot > p {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: start;
  }
  .main .left::-webkit-scrollbar {
    margin-right: 10px;
    width: 0;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
  }
  .main .left::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: transparent;
  }
  .main .right {
    padding-bottom: 6px;
    width: 100%;
    padding-left: 240px;
  }
  .main .right .Rbox {
    max-width: 1480px;
    margin: 24px auto;
    padding: 0 40px;
  }
  .main .right .Rbox h2 {
    color: #fff;
    font-size: 24px;
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox h2 {
      font-size: 20px;
    }
  }
  .main .right .Rbox .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main .right .Rbox .title > a {
    transition: all 0.3s;
    color: #999;
  }
  .main .right .Rbox .title > a:hover {
    color: #fff;
  }
  .main .right .Rbox .gameBox {
    margin-top: 24px;
  }
  .main .right .Rbox .gameBox .gamelist {
    margin-top: 8px;
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(10, calc((100% - 180px) / 10));
  }
  .main .right .Rbox .gameBox .gamelist > li {
    width: 100%;
  }
  .main .right .Rbox .gameBox .gamelist > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid transparent;
  }
  .main .right .Rbox .gameBox .gamelist > li > a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .main .right .Rbox .gameBox .gamelist > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
  }
  .main .right .Rbox .gameBox .gamelist > li > a > p {
    position: absolute;
    width: 100%;
    background: rgba(79, 255, 235, 0.7);
    padding: 3px 10px;
    transition: all 0.3s;
    bottom: -30px;
    left: 0;
    backdrop-filter: blur(10px);
  }
  .main .right .Rbox .gameBox .gamelist > li > a > p > span {
    color: #fff;
    font-family: Baloo2-Bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .gameBox .gamelist > li > a:hover {
      border: 2px solid #4fffeb;
      transform: translateY(-8px);
    }
    .main .right .Rbox .gameBox .gamelist > li > a:hover > p {
      bottom: 0;
    }
  }
  .main .right .Rbox .gameBox .gamelist > li:nth-child(1) {
    grid-row: 2/4;
    grid-column: 1/3;
  }
  .main .right .Rbox .gameBox .gamelist > li:nth-child(2) {
    grid-row: 1/3;
    grid-column: 4/6;
  }
  .main .right .Rbox .gameBox .gamelist > li:nth-child(3) {
    grid-row: 2/4;
    grid-column: 6/8;
  }
  .main .right .Rbox .gameBox .gamelist > li:nth-child(4) {
    grid-row: 1/3;
    grid-column: 9/11;
  }
  @media screen and (max-width: 1441px) {
    .main .right .Rbox .gameBox .gamelist {
      grid-gap: 12px 12px;
      grid-template-columns: repeat(10, calc((100% - 108px) / 10));
    }
  }
  @media screen and (max-width: 1023px) {
    .main .right .Rbox .gameBox .gamelist {
      grid-gap: 8px 8px;
      grid-template-columns: repeat(10, calc((100% - 72px) / 10));
    }
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox .gameBox .gamelist {
      display: flex;
      width: 100%;
      overflow-x: scroll;
      grid-gap: 15px 15px;
    }
    .main .right .Rbox .gameBox .gamelist > li > a {
      width: 86px;
      overflow: auto;
      border: none;
    }
    .main .right .Rbox .gameBox .gamelist > li > a .thumb {
      border-radius: 16px;
      overflow: hidden;
    }
    .main .right .Rbox .gameBox .gamelist > li > a > p {
      position: relative;
      bottom: auto;
      background: transparent;
      padding: 3px 0;
    }
    .main .right .Rbox .gameBox .gamelist::-webkit-scrollbar {
      margin-right: 10px;
      width: 0;
      height: 10px;
      border-radius: 10px;
      overflow: hidden;
      background: transparent;
    }
    .main .right .Rbox .gameBox .gamelist::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: transparent;
    }
  }
  .main .right .Rbox .listBox .gamelist {
    margin-top: 8px;
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(10, calc((100% - 180px) / 10));
  }
  .main .right .Rbox .listBox .gamelist > li {
    width: 100%;
  }
  .main .right .Rbox .listBox .gamelist > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid transparent;
  }
  .main .right .Rbox .listBox .gamelist > li > a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .main .right .Rbox .listBox .gamelist > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
  }
  .main .right .Rbox .listBox .gamelist > li > a > p {
    position: absolute;
    width: 100%;
    background: rgba(79, 255, 235, 0.7);
    padding: 3px 10px;
    transition: all 0.3s;
    bottom: -30px;
    left: 0;
    backdrop-filter: blur(10px);
  }
  .main .right .Rbox .listBox .gamelist > li > a > p > span {
    color: #fff;
    font-family: Baloo2-Bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .listBox .gamelist > li > a:hover {
      border: 2px solid #4fffeb;
      transform: translateY(-8px);
    }
    .main .right .Rbox .listBox .gamelist > li > a:hover > p {
      bottom: 0;
    }
  }
  @media screen and (max-width: 1441px) {
    .main .right .Rbox .listBox .gamelist {
      grid-gap: 12px 12px;
      grid-template-columns: repeat(10, calc((100% - 108px) / 10));
    }
  }
  @media screen and (max-width: 1023px) {
    .main .right .Rbox .listBox .gamelist {
      grid-gap: 8px 8px;
      grid-template-columns: repeat(10, calc((100% - 72px) / 10));
    }
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox .listBox .gamelist {
      grid-gap: 15px 15px;
      grid-template-columns: repeat(3, calc((100% - 30px) / 3));
    }
  }
  .main .right .Rbox .gametop {
    margin-top: 16px;
  }
  .main .right .Rbox .gametop .gamelist {
    display: flex;
    flex-wrap: wrap;
  }
  .main .right .Rbox .gametop .gamelist > li {
    width: calc((100% - 80px) / 6);
    margin: 16px 16px 0 0;
    transition: all 0.3s;
  }
  .main .right .Rbox .gametop .gamelist > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #1b1b1b;
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 24px 16px;
  }
  .main .right .Rbox .gametop .gamelist > li > a .thumb {
    width: 120px;
    height: 120px;
    position: relative;
  }
  .main .right .Rbox .gametop .gamelist > li > a .thumb > img {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .main .right .Rbox .gametop .gamelist > li > a .thumb > p {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 50px;
    height: 50px;
    background: #4fffeb;
    display: flex;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
  }
  .main .right .Rbox .gametop .gamelist > li > a .thumb > p .iconfont {
    font-size: 22px;
    color: #111;
  }
  .main .right .Rbox .gametop .gamelist > li > a > dl {
    margin-top: 16px;
  }
  .main .right .Rbox .gametop .gamelist > li > a > dl > dt {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    text-align: center;
    font-family: Baloo2-Bold;
  }
  .main .right .Rbox .gametop .gamelist > li > a > dl > dd {
    text-align: center;
    font-size: 12px;
    color: #999;
  }
  .main .right .Rbox .gametop .gamelist > li > a > dl > dd .iconfont {
    font-size: 12px;
    color: #999;
  }
  .main .right .Rbox .gametop .gamelist > li > a > dl > dd > p {
    transition: all 0.3s;
    width: 110px;
    height: 40px;
    background: #242424;
    border-radius: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    margin: 16px auto 0;
  }
  .main .right .Rbox .gametop .gamelist > li:nth-child(6n) {
    margin-right: 0;
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .gametop .gamelist > li:hover > a {
      border: 2px solid #4fffeb;
    }
    .main .right .Rbox .gametop .gamelist > li:hover > a > dl > dt {
      color: #4fffeb;
    }
    .main .right .Rbox .gametop .gamelist > li:hover > a > dl > dd > p {
      background: #4fffeb;
      color: #111;
      box-shadow: 0 0 6px 0 rgba(79, 255, 235, 0.7);
    }
  }
  @media screen and (max-width: 1441px) {
    .main .right .Rbox .gametop .gamelist > li {
      width: calc((100% - 60px) / 6);
      margin: 12px 12px 0 0;
    }
    .main .right .Rbox .gametop .gamelist > li > a .thumb {
      width: 70px;
      height: 70px;
      border-radius: 16px;
    }
    .main .right .Rbox .gametop .gamelist > li > a .thumb > p {
      width: 32px;
      height: 32px;
      top: -10px;
      left: -10px;
    }
    .main .right .Rbox .gametop .gamelist > li > a .thumb > p .iconfont {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 1279px) {
    .main .right .Rbox .gametop .gamelist > li {
      width: calc((100% - 48px) / 5);
    }
    .main .right .Rbox .gametop .gamelist > li:nth-child(6n) {
      margin-right: 12px;
    }
    .main .right .Rbox .gametop .gamelist > li:nth-child(5n) {
      margin-right: 0;
    }
    .main .right .Rbox .gametop .gamelist > li:nth-child(n + 11) {
      display: none;
    }
  }
  @media screen and (max-width: 1023px) {
    .main .right .Rbox .gametop .gamelist > li {
      width: calc((100% - 36px) / 4);
    }
    .main .right .Rbox .gametop .gamelist > li:nth-child(5n) {
      margin-right: 12px;
    }
    .main .right .Rbox .gametop .gamelist > li:nth-child(4n) {
      margin-right: 0;
    }
    .main .right .Rbox .gametop .gamelist > li:nth-child(n + 9) {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox .gametop .gamelist > li {
      width: calc((100% - 12px) / 2);
    }
    .main .right .Rbox .gametop .gamelist > li > a .thumb {
      width: 70px;
      height: 70px;
    }
    .main .right .Rbox .gametop .gamelist > li:nth-child(4n) {
      margin-right: 12px;
    }
    .main .right .Rbox .gametop .gamelist > li:nth-child(2n) {
      margin-right: 0;
    }
  }
  .main .right .Rbox .seaBox {
    display: flex;
    align-items: center;
  }
  .main .right .Rbox .seaBox .searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 368px;
    height: 42px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
  }
  .main .right .Rbox .seaBox .searchBtn > input {
    font-size: 14px;
    text-indent: 12px;
    color: #999;
    -webkit-text-fill-color: #999;
    width: 100%;
    height: 100%;
    background: #121212;
    border-radius: 26px;
    border: 2px solid #fff;
  }
  .main .right .Rbox .seaBox .searchBtn > button {
    background: transparent;
    position: absolute;
    width: 50px;
    height: 32px;
    top: 5px;
    right: 5px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .right .Rbox .seaBox .searchBtn > button .iconfont {
    font-size: 20px;
    color: #fff;
  }
  .main .right .Rbox .seaBox .searchBtn::before {
    display: none;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 135px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .main .right .Rbox .seaBox .searchBtn.act > input {
    border: 2px solid #4fffeb;
  }
  .main .right .Rbox .seaBox .searchBtn.act > button {
    background: #4fffeb;
  }
  .main .right .Rbox .seaBox .searchBtn.act > button .iconfont {
    color: #111;
  }
  .main .right .Rbox .seaBox > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
  }
  .main .right .Rbox .seaBox > a .iconfont {
    color: #999;
    font-size: 16px;
  }
  .main .right .Rbox .seakey {
    margin-top: 24px;
  }
  .main .right .Rbox .seakey nav > a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    padding: 9px 20px;
    border-radius: 26px;
    background: #1b1b1b;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    transition: all 0.3s;
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .seakey nav > a:hover {
      background: #4fffeb;
      color: #111;
    }
  }
  .main .right .Rbox .seaResult {
    margin-top: 24px;
  }
  .main .right .Rbox .seaResult .seaList > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1b1b1b;
    border-radius: 16px;
    padding: 16px;
    margin-top: 16px;
    border: 2px solid transparent;
    transition: all 0.3s;
  }
  .main .right .Rbox .seaResult .seaList > li > a .thumb {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    margin-right: 12px;
    overflow: hidden;
  }
  .main .right .Rbox .seaResult .seaList > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .main .right .Rbox .seaResult .seaList > li > a > dl {
    width: calc(100% - 208px);
  }
  .main .right .Rbox .seaResult .seaList > li > a > dl > dt {
    font-size: 16px;
    font-family: Baloo2-Bold;
    color: #fff;
  }
  .main .right .Rbox .seaResult .seaList > li > a > dl > dd {
    margin-top: 8px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Baloo2-Regular;
  }
  .main .right .Rbox .seaResult .seaList > li > a > dl > dd .iconfont {
    color: #999;
    margin-left: 6px;
    font-size: 12px;
  }
  .main .right .Rbox .seaResult .seaList > li > a > p {
    width: 110px;
    height: 40px;
    background: #242424;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 36px;
    transition: all 0.3s;
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox .seaResult .seaList > li > a .thumb {
      width: 70px;
      height: 70px;
    }
    .main .right .Rbox .seaResult .seaList > li > a > p {
      width: 80px;
      margin-left: 12px;
    }
    .main .right .Rbox .seaResult .seaList > li > a > dl {
      width: calc(100% - 174px);
    }
    .main .right .Rbox .seaResult .seaList > li > a > dl > dt {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
    }
    .main .right .Rbox .seaResult .seaList > li > a > dl > dd {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
    }
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .seaResult .seaList > li > a:hover {
      border: 2px solid #4fffeb;
    }
    .main .right .Rbox .seaResult .seaList > li > a:hover > dl > dt {
      color: #4fffeb;
    }
    .main .right .Rbox .seaResult .seaList > li > a:hover > p {
      background: #4fffeb;
      color: #111;
      box-shadow: 0 0 6px 0 rgba(79, 255, 235, 0.7);
    }
  }
  .main .right .Rbox .seaResult .pageNum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .main .right .Rbox .seaResult .pageNum > a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
  }
  .main .right .Rbox .seaResult .pageNum > a .iconfont {
    font-size: 14px;
  }
  .main .right .Rbox .seaResult .pageNum > a:hover {
    background-color: #4fffeb;
    color: #fff;
  }
  .main .right .Rbox .seaResult .pageNum .pageLi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }
  .main .right .Rbox .seaResult .pageNum .pageLi > li {
    margin: 0 5px;
  }
  .main .right .Rbox .seaResult .pageNum .pageLi > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #121212;
    color: #999;
    font-size: 14px;
    transition: all 0.3s;
  }
  .main .right .Rbox .seaResult .pageNum .pageLi > li > a.active,
  .main .right .Rbox .seaResult .pageNum .pageLi > li > a:hover {
    background-color: #4fffeb;
    color: #111;
  }
  .main .right .Rbox .seaResult .pageNum .disabled {
    cursor: not-allowed;
    transition: all 0.3s;
  }
  .main .right .Rbox .seaResult .pageNum .disabled:hover {
    background-color: #f2f2f2;
    color: #ccc;
  }
  .main .right .Rbox .swiper_con {
    position: relative;
  }
  .main .right .Rbox .swiper_con .preview1 {
    position: relative;
  }
  .main .right .Rbox .swiper_con .preview1 .swiper-wrapper .swiper-slide {
    width: auto;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
  }
  .main .right .Rbox .swiper_con .preview1 .swiper-wrapper .swiper-slide > img {
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .main .right .Rbox .swiper_con .sw_btn {
    width: 100%;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
  }
  .main .right .Rbox .swiper_con .sw_btn .swiper-button-p1,
  .main .right .Rbox .swiper_con .sw_btn .swiper-button-n1 {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .main .right .Rbox .swiper_con .sw_btn .swiper-button-p1 > .iconfont,
  .main .right .Rbox .swiper_con .sw_btn .swiper-button-n1 > .iconfont {
    color: #757b87;
    font-size: 12px;
  }
  .main .right .Rbox .swiper_con .sw_btn .swiper-button-p1:focus,
  .main .right .Rbox .swiper_con .sw_btn .swiper-button-n1:focus {
    outline: none;
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .swiper_con .sw_btn .swiper-button-p1:hover .iconfont,
    .main .right .Rbox .swiper_con .sw_btn .swiper-button-n1:hover .iconfont {
      color: #4fffeb;
    }
  }
  .main .right .Rbox .categoriesBox .categorieslist {
    display: flex;
    flex-wrap: wrap;
  }
  .main .right .Rbox .categoriesBox .categorieslist > li {
    width: calc((100% - 48px) / 4);
    margin: 16px 16px 0 0;
  }
  .main .right .Rbox .categoriesBox .categorieslist > li > a {
    background: #1b1b1b;
    border-radius: 16px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    transition: all 0.3s;
  }
  .main .right .Rbox .categoriesBox .categorieslist > li > a .thumb {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    border: 1px solid #ecedee;
    overflow: hidden;
  }
  .main .right .Rbox .categoriesBox .categorieslist > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main .right .Rbox .categoriesBox .categorieslist > li > a > dl {
    padding: 0 12px;
    width: calc(100% - 110px);
  }
  .main .right .Rbox .categoriesBox .categorieslist > li > a > dl > dt {
    font-size: 16px;
    font-family: Baloo2-Bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .main .right .Rbox .categoriesBox .categorieslist > li > a > dl > dd {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
  }
  .main .right .Rbox .categoriesBox .categorieslist > li > a > p {
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    background: #242424;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .right .Rbox .categoriesBox .categorieslist > li > a > p .iconfont {
    font-size: 15px;
    color: #fff;
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .categoriesBox .categorieslist > li > a:hover {
      border: 2px solid #4fffeb;
    }
    .main .right .Rbox .categoriesBox .categorieslist > li > a:hover > p {
      background: #4fffeb;
      box-shadow: 0 0 6px 0 rgba(79, 255, 235, 0.7);
    }
    .main
      .right
      .Rbox
      .categoriesBox
      .categorieslist
      > li
      > a:hover
      > p
      .iconfont {
      color: #111;
    }
  }
  .main .right .Rbox .categoriesBox .categorieslist > li:nth-child(4n) {
    margin-right: 0;
  }
  @media screen and (max-width: 1180px) {
    .main .right .Rbox .categoriesBox .categorieslist > li {
      width: calc((100% - 32px) / 3);
    }
    .main .right .Rbox .categoriesBox .categorieslist > li:nth-child(4n) {
      margin-right: 16px;
    }
    .main .right .Rbox .categoriesBox .categorieslist > li:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 766px) {
    .main .right .Rbox .categoriesBox .categorieslist > li {
      width: 100%;
      margin: 16px 0 0;
    }
    .main .right .Rbox .categoriesBox .categorieslist > li:nth-child(4n) {
      margin-right: 0;
    }
    .main .right .Rbox .categoriesBox .categorieslist > li:nth-child(3n) {
      margin-right: 0;
    }
  }
  .main .right .Rbox .comment {
    background: #1b1b1b;
    border-radius: 8px;
    padding: 16px;
    margin-top: 24px;
  }
  .main .right .Rbox .comment .layui-icon-rate-solid:before {
    content: "" !important;
    font-family: iconfont;
  }
  .main .right .Rbox .comment .layui-icon-rate:before {
    content: "" !important;
    font-family: iconfont;
  }
  .main .right .Rbox .comment form {
    background: #242424;
    border-radius: 8px;
    padding: 16px;
  }
  .main .right .Rbox .comment form .layui-form .layui-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main .right .Rbox .comment form .layui-form .layui-form-item .rateS {
    width: 328px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .right .Rbox .comment form .layui-form .layui-form-item .rateS > p {
    color: #fff;
    font-size: 18px;
    font-family: Baloo2-Bold;
    margin-bottom: 16px;
  }
  .main
    .right
    .Rbox
    .comment
    form
    .layui-form
    .layui-form-item
    .rateS
    .layui-rate {
    display: flex;
  }
  .main
    .right
    .Rbox
    .comment
    form
    .layui-form
    .layui-form-item
    .rateS
    .layui-rate
    li
    i.layui-icon {
    font-size: 35px;
    margin-right: 10px;
  }
  .main
    .right
    .Rbox
    .comment
    form
    .layui-form
    .layui-form-item
    .rateS
    .layui-rate {
    padding: 0;
  }
  .main
    .right
    .Rbox
    .comment
    form
    .layui-form
    .layui-form-item
    .rateS
    .layui-inline {
    margin-right: 0;
  }
  .main .right .Rbox .comment form .layui-form .layui-form-item .putBox {
    width: calc(100% - 344px);
    margin-left: 16px;
  }
  .main .right .Rbox .comment form .layui-form .layui-form-item .putBox #comcom {
    width: 100%;
    resize: none;
    outline: none;
    color: #999;
    text-indent: 16px;
    padding-top: 16px;
    background: #383838;
    border-radius: 8px;
    border: none;
  }
  .main
    .right
    .Rbox
    .comment
    form
    .layui-form
    .layui-form-item
    .putBox
    #comcom::-webkit-input-placeholder {
    color: #999;
  }
  .main .right .Rbox .comment form .layui-form .layui-form-item .putBox .namecot {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main
    .right
    .Rbox
    .comment
    form
    .layui-form
    .layui-form-item
    .putBox
    .namecot
    input {
    width: calc(100% - 146px);
    height: 44px;
    background: #383838;
    border-radius: 8px;
    text-indent: 16px;
    color: #999;
    outline: none;
    border: none;
  }
  .main
    .right
    .Rbox
    .comment
    form
    .layui-form
    .layui-form-item
    .putBox
    .namecot
    input::-webkit-input-placeholder {
    color: #999;
  }
  .main
    .right
    .Rbox
    .comment
    form
    .layui-form
    .layui-form-item
    .putBox
    .namecot
    > button {
    width: 130px;
    height: 44px;
    border: none;
    outline: none;
    border-radius: 8px;
    background: #4fffeb;
    color: #111;
    margin-left: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }
  @media screen and (max-width: 1023px) {
    .main .right .Rbox .comment form .layui-form .layui-form-item {
      flex-direction: column;
    }
    .main .right .Rbox .comment form .layui-form .layui-form-item .putBox {
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .main
      .right
      .Rbox
      .comment
      form
      .layui-form
      .layui-form-item
      .putBox
      .namecot {
      flex-direction: column;
    }
    .main
      .right
      .Rbox
      .comment
      form
      .layui-form
      .layui-form-item
      .putBox
      .namecot
      > input,
    .main
      .right
      .Rbox
      .comment
      form
      .layui-form
      .layui-form-item
      .putBox
      .namecot
      button {
      width: 100%;
    }
    .main
      .right
      .Rbox
      .comment
      form
      .layui-form
      .layui-form-item
      .putBox
      .namecot
      button {
      margin-left: 0;
      margin-top: 16px;
    }
  }
  .main .right .Rbox .comment .commentList > li {
    padding: 16px 0;
    border-bottom: 1px solid #242424;
  }
  .main .right .Rbox .comment .commentList > li > h3 {
    color: #fff;
    font-family: Baloo2-SemiBold;
  }
  .main .right .Rbox .comment .commentList > li > div .layui-icon {
    font-size: 12px;
  }
  .main .right .Rbox .comment .commentList > li > div time {
    font-size: 12px;
    color: #999;
    font-family: Baloo2-Regular;
  }
  .main .right .Rbox .comment .commentList > li > p {
    color: #ccc;
    font-family: Baloo2-Regular;
  }
  .main .right .Rbox .errorCont,
  .main .right .Rbox .nosearch {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .main .right .Rbox .errorCont > h3,
  .main .right .Rbox .nosearch > h3 {
    font-size: 20px;
    color: #fff;
  }
  .main .right .Rbox .errorCont > p,
  .main .right .Rbox .nosearch > p {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    font-family: Baloo2-Bold;
  }
  .main .right .Rbox .errorCont > img,
  .main .right .Rbox .nosearch > img {
    width: 250px;
  }
  .main .right .Rbox .errorCont {
    min-height: 700px;
  }
  .main .right .Rbox .errorCont > .can {
    width: 120px;
    height: 50px;
    background: #4fffeb;
    border-radius: 28px;
    line-height: 50px;
    text-align: center;
    color: #111;
    font-size: 16px;
  }
  .main .right .Rbox .info1 {
    display: none;
  }
  .main .right .Rbox .info1 .thumb {
    width: 122px;
    height: 122px;
    border-radius: 16px;
    overflow: hidden;
    margin-left: 24px;
  }
  .main .right .Rbox .info1 .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main .right .Rbox .info1 .con {
    width: calc(100% - 146px);
  }
  .main .right .Rbox .info1 .con > h4 {
    color: #fff;
    font-size: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .main .right .Rbox .info1 .con .rate {
    display: flex;
    align-items: center;
    margin: 0 24px;
    position: relative;
    padding: 0 24px;
  }
  .main .right .Rbox .info1 .con .rate > p {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
  }
  .main .right .Rbox .info1 .con .rate .layui-icon {
    font-size: 12px;
  }
  .main .right .Rbox .info1 .con .rate .layui-rate {
    padding: 0;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .main .right .Rbox .info1 .con .rate::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #555;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .main .right .Rbox .info1 .con .rate::after {
    content: "";
    width: 1px;
    height: 24px;
    background: #555;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .main .right .Rbox .info1 .con > ul {
    margin-top: 24px;
    display: flex;
  }
  .main .right .Rbox .info1 .con > ul > li {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .main .right .Rbox .info1 .con > ul > li > span {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
  }
  .main .right .Rbox .info1 .con > ul > li > small {
    font-family: Baloo2-Regular;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox .info1 {
      display: flex;
      flex-direction: row-reverse;
    }
    .main .right .Rbox .info1 .thumb {
      margin-right: 12px;
      margin-left: 0;
      width: 93px;
      height: 93px;
    }
    .main .right .Rbox .info1 .con {
      width: calc(100% - 105px);
    }
    .main .right .Rbox .info1 .con > h4 {
      font-size: 18px;
    }
    .main .right .Rbox .info1 .con > ul {
      margin-top: 10px;
    }
    .main .right .Rbox .info1 .con .rate {
      padding: 0 12px;
    }
  }
  .main .right .Rbox .content .platform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .right .Rbox .content .platform > li {
    width: calc(33% - 8px);
    display: flex;
    border-radius: 10px;
    margin-top: 16px;
    background: #242424;
    padding: 10px 18px;
  }
  .main .right .Rbox .content .platform > li > p {
    width: 24px;
    height: 24px;
  }
  .main .right .Rbox .content .platform > li > p .iconfont {
    font-size: 23px;
    color: #4fffeb;
  }
  .main .right .Rbox .content .platform > li > p + p {
    width: calc(100% - 24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }
  .main .right .Rbox .content .platform > li > p + p > span {
    color: #fff;
  }
  .main .right .Rbox .content .platform > li > p + p > small {
    font-size: 12px;
    color: #999;
  }
  @media screen and (max-width: 1279px) {
    .main .right .Rbox .content .platform > li {
      width: calc(50% - 8px);
    }
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox .content .platform > li {
      width: 100%;
    }
  }
  .main .right .Rbox .content .info {
    display: flex;
  }
  .main .right .Rbox .content .info .thumb {
    width: 122px;
    height: 122px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 24px;
  }
  .main .right .Rbox .content .info .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main .right .Rbox .content .info .con {
    width: calc(100% - 146px);
  }
  .main .right .Rbox .content .info .con > h4 {
    color: #fff;
    font-size: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .main .right .Rbox .content .info .con .rate {
    display: flex;
    align-items: center;
    margin: 0 24px;
    position: relative;
    padding: 0 24px;
  }
  .main .right .Rbox .content .info .con .rate > p {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
  }
  .main .right .Rbox .content .info .con .rate .layui-icon {
    font-size: 12px;
  }
  .main .right .Rbox .content .info .con .rate .layui-rate {
    padding: 0;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .main .right .Rbox .content .info .con .rate::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #555;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .main .right .Rbox .content .info .con .rate::after {
    content: "";
    width: 1px;
    height: 24px;
    background: #555;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .main .right .Rbox .content .info .con > ul {
    margin-top: 24px;
    display: flex;
  }
  .main .right .Rbox .content .info .con > ul > li {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .main .right .Rbox .content .info .con > ul > li > span {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
  }
  .main .right .Rbox .content .info .con > ul > li > small {
    font-family: Baloo2-Regular;
    font-size: 12px;
    color: #999;
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox .content .info .con > h4 {
      font-size: 18px;
    }
    .main .right .Rbox .content .info .con > ul {
      margin-top: 10px;
    }
    .main .right .Rbox .content .info .thumb {
      margin-right: 12px;
      width: 93px;
      height: 93px;
    }
  }
  .main .right .Rbox .getGame {
    margin-top: 24px;
  }
  .main .right .Rbox .getGame .installBtn {
    margin-top: 16px;
    display: flex;
    align-items: center;
  }
  .main .right .Rbox .getGame .installBtn > li {
    width: calc((100% - 32px) / 3);
  }
  .main .right .Rbox .getGame .installBtn > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    width: 100%;
    background: #242424;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all 0.3s;
  }
  .main .right .Rbox .getGame .installBtn > li > a > p {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .main .right .Rbox .getGame .installBtn > li > a > p .iconfont {
    color: #fff;
    font-size: 24px;
    margin-right: 16px;
  }
  .main .right .Rbox .getGame .installBtn > li > a > span {
    color: #999;
    font-size: 12px;
  }
  @media screen and (min-width: 1180px) {
    .main .right .Rbox .getGame .installBtn > li > a:hover {
      border: 2px solid #4fffeb;
    }
    .main .right .Rbox .getGame .installBtn > li > a:hover > p {
      color: #4fffeb;
    }
    .main .right .Rbox .getGame .installBtn > li > a:hover > p .iconfont {
      color: #4fffeb;
    }
  }
  .main .right .Rbox .getGame .installBtn > li + li {
    margin-left: 16px;
  }
  @media screen and (max-width: 1279px) {
    .main .right .Rbox .getGame .installBtn {
      width: 100%;
      flex-direction: column;
    }
    .main .right .Rbox .getGame .installBtn > li {
      width: 100%;
    }
    .main .right .Rbox .getGame .installBtn > li + li {
      margin-left: 0;
      margin-top: 16px;
    }
  }
  .main .right .Rbox .getGame .security {
    border-top: 1px solid #555;
    padding-top: 17px;
    margin-top: 16px;
    display: flex;
    align-items: center;
  }
  .main .right .Rbox .getGame .security > p {
    color: #28c840;
    font-size: 12px;
  }
  .main .right .Rbox .getGame .security > p .iconfont {
    font-size: 16px;
    margin-right: 16px;
  }
  .main .right .Rbox .getGame .security > span {
    margin-left: 16px;
    font-family: Baloo2-Regular;
    font-size: 12px;
    color: #666;
  }
  @media screen and (max-width: 1024px) {
    .main .right .Rbox .getGame .security {
      flex-direction: column;
      align-items: start;
    }
    .main .right .Rbox .getGame .security > span {
      margin-left: 0;
      margin-top: 7px;
    }
  }
  .main .right .Rbox .module {
    margin: 24px 0;
    background: #1b1b1b;
    border-radius: 8px;
    padding: 16px;
  }
  .main .right .Rbox .module .des {
    height: 130px;
    overflow-y: scroll;
    position: relative;
    line-height: 26px;
    padding-right: 20px;
    color: #ccc;
    box-sizing: content-box;
    font-size: 14px;
    font-family: Baloo2-Regular !important;
  }
  .main .right .Rbox .module .des > p,
  .main .right .Rbox .module .des > span {
    color: #ccc;
    font-size: 14px;
    font-family: Baloo2-Regular !important;
    line-height: 26px;
  }
  .main .right .Rbox .module .des > p > span,
  .main .right .Rbox .module .des > span > span {
    color: #ccc;
    font-size: 14px;
    font-family: Baloo2-Regular !important;
  }
  .main .right .Rbox .module .des::-webkit-scrollbar {
    margin-right: 10px;
    width: 12px;
    border-radius: 6px;
    overflow: hidden;
    background: #242424;
  }
  .main .right .Rbox .module .des::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #4fffeb;
  }
  .main .right .Rbox .module.act .des {
    height: 260px;
  }
  .main .right .Rbox .download {
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    background: #f9fafb;
    border-radius: 16px;
    border: 1px solid #ecedee;
    padding: 32px;
  }
  .main .right .Rbox .download > .install {
    width: 779px;
  }
  .main .right .Rbox .download > .install > li {
    border-radius: 25px;
    padding: 0 4px 0 24px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .main .right .Rbox .download > .install > li:nth-child(1) {
    background: #68cc5b;
    transition: all 0.3s;
  }
  .main .right .Rbox .download > .install > li:nth-child(1) > a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  .main .right .Rbox .download > .install > li:nth-child(1) > a > span {
    font-family: Nunito-Black;
    font-size: 16px;
  }
  .main .right .Rbox .download > .install > li:nth-child(1) > a > p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-family: Nunito-Black;
    font-size: 16px;
  }
  .main .right .Rbox .download > .install > li:nth-child(1) > a > p .iconfont {
    font-size: 14px;
    margin-right: 9px;
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .download > .install > li:nth-child(1):hover {
      box-shadow: 0 4px 8px 0 rgba(104, 204, 91, 0.5);
    }
  }
  .main .right .Rbox .download > .install > li + li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e8e9ea;
    margin-top: 16px;
    cursor: pointer;
  }
  .main .right .Rbox .download > .install > li + li > span {
    color: #16243e;
    font-family: Nunito-Black;
    font-size: 16px;
  }
  .main .right .Rbox .download > .install > li + li > nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main .right .Rbox .download > .install > li + li > nav > a {
    position: relative;
    cursor: pointer;
    height: 42px;
    background: #eef1f2;
    border-radius: 30px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    margin-left: 8px;
  }
  .main .right .Rbox .download > .install > li + li > nav > a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Nunito-Black;
    color: #16243e;
  }
  .main .right .Rbox .download > .install > li + li > nav > a > span .iconfont {
    color: #16243e;
    font-size: 14px;
    margin-right: 9px;
  }
  .main .right .Rbox .download > .install > li + li > nav > a .code {
    display: none;
    position: absolute;
    top: 58px;
    left: calc(50% - 42px);
    background: #eef1f2;
    border-radius: 10px;
    padding: 4px;
    z-index: 99;
  }
  .main .right .Rbox .download > .install > li + li > nav > a .code:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #eef1f2;
  }
  .main .right .Rbox .download > .install > li + li > nav > a .code > img {
    width: 80px;
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .download > .install > li + li:hover > nav > a .code {
      display: block;
    }
  }
  .main .right .Rbox .download .security {
    width: calc(100% - 803px);
  }
  .main .right .Rbox .download .security > h2 {
    color: #16243e;
    font-size: 18px;
  }
  .main .right .Rbox .download .security > h2 .iconfont {
    color: #4fffeb;
    font-size: 18px;
    margin-right: 10px;
  }
  .main .right .Rbox .download .security > p {
    margin-top: 8px;
    padding-left: 33px;
    font-family: Nunito-Bold;
    color: #757b87;
  }
  .main .right .Rbox .download .installBtn {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
  .main .right .Rbox .download .installBtn > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 8px);
    height: 50px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #e8e9ea;
  }
  .main .right .Rbox .download .installBtn > a .iconfont {
    color: #16243e;
    font-size: 17px;
    margin-right: 8px;
  }
  .main .right .Rbox .download .installBtn > a > span {
    font-family: Nunito-Black;
    font-size: 16px;
    color: #16243e;
  }
  @media screen and (max-width: 1441px) {
    .main .right .Rbox .download .install {
      width: 449px;
    }
    .main .right .Rbox .download .security {
      width: calc(100% - 478px);
    }
  }
  @media screen and (max-width: 1279px) {
    .main .right .Rbox .download {
      flex-direction: column;
    }
    .main .right .Rbox .download .install {
      width: 100%;
      margin-top: 16px;
    }
    .main .right .Rbox .download .security {
      width: 100%;
    }
  }
  @media screen and (max-width: 1181px) {
    .main .right .Rbox .download .installBtn {
      display: flex;
    }
    .main .right .Rbox .download .install > li + li {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox .download .install > li:nth-child(1) > a > span {
      display: none;
    }
    .main .right .Rbox .download .install > li:nth-child(1) > a > p {
      background: 0 0;
    }
    .main .right .Rbox .download .installBtn {
      flex-direction: column;
    }
    .main .right .Rbox .download .installBtn > a {
      width: 100%;
    }
    .main .right .Rbox .download .installBtn > a + a {
      margin-top: 16px;
    }
  }
  .main .right .Rbox .similar {
    margin: 24px 0;
  }
  .main .right .Rbox .similar .similarBox {
    display: flex;
    flex-wrap: wrap;
  }
  .main .right .Rbox .similar .similarBox > li {
    margin: 16px 16px 0 0;
    width: calc((100% - 114px) / 8);
    overflow: hidden;
  }
  .main .right .Rbox .similar .similarBox > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
  }
  .main .right .Rbox .similar .similarBox > li > a .thumb {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .main .right .Rbox .similar .similarBox > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main .right .Rbox .similar .similarBox > li > a > p {
    height: 38px;
    position: absolute;
    width: 100%;
    line-height: 38px;
    padding: 0 10px;
    transition: all 0.3s;
    bottom: -38px;
    left: 0;
    background: rgba(255, 255, 103, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 0 0 15px 15px;
  }
  .main .right .Rbox .similar .similarBox > li > a > p > span {
    color: #333;
    font-family: Baloo2-Bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
  }
  .main .right .Rbox .similar .similarBox > li > a::before {
    content: "";
    width: 53px;
    height: 53px;
    background-image: url(../img/icon.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .main .right .Rbox .similar .similarBox > li > a.onicon::before {
    display: none;
    background-image: url(../img/gameicon.png);
  }
  @media screen and (min-width: 1181px) {
    .main .right .Rbox .similar .similarBox > li > a:hover {
      border: 2px solid #ffff67;
    }
    .main .right .Rbox .similar .similarBox > li > a:hover > p {
      bottom: 0;
    }
  }
  .main .right .Rbox .similar .similarBox > li:nth-child(8n) {
    margin-right: 0;
  }
  @media screen and (max-width: 1279px) {
    .main .right .Rbox .similar .similarBox > li {
      width: calc((100% - 80px) / 6);
    }
    .main .right .Rbox .similar .similarBox > li:nth-child(8n) {
      margin-right: 16px;
    }
    .main .right .Rbox .similar .similarBox > li:nth-child(6n) {
      margin-right: 0;
    }
    .main .right .Rbox .similar .similarBox > li:nth-child(n + 7) {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .main .right .Rbox .similar .similarBox > li {
      width: calc((100% - 32px) / 3);
    }
    .main .right .Rbox .similar .similarBox > li:nth-child(6n) {
      margin-right: 16px;
    }
    .main .right .Rbox .similar .similarBox > li:nth-child(3n) {
      margin-right: 0;
    }
  }
  .main .right .Rbox .company {
    min-height: calc(100% - 140px);
    margin-top: 16px;
  }
  .main .right .Rbox .company > h2 {
    font-size: 24px;
    color: #fff;
  }
  .main .right .Rbox .company .description {
    margin-top: 16px;
    background: #1b1b1b;
    border-radius: 8px;
    padding: 16px;
    padding-top: 1px;
    margin-bottom: 16px;
  }
  .main .right .Rbox .company .description h3 {
    font-size: 20px;
    margin: 15px 0;
    color: #fff;
  }
  .main .right .Rbox .company .description p {
    font-size: 0.9em;
    margin-bottom: 15px;
    line-height: 1.6em;
    color: #999;
  }
  .main .right .Rbox .company form {
    margin-top: 16px;
    background: #1b1b1b;
    border-radius: 8px;
    padding: 16px;
  }
  .main .right .Rbox .company form .formItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
  }
  .main .right .Rbox .company form .formItem input {
    width: 100%;
    height: 50px;
    background: #383838;
    border-radius: 8px;
    border: none;
    text-indent: 1em;
    color: #999;
    outline: none;
  }
  .main .right .Rbox .company form .formItem input::-webkit-input-placeholder {
    color: #999;
  }
  .main .right .Rbox .company form .formItem #comcom {
    width: 100%;
    resize: none;
    outline: none;
    color: #999;
    text-indent: 1em;
    padding-top: 15px;
    background: #383838;
    border-radius: 8px;
    border: none;
  }
  .main .right .Rbox .company form .formItem #comcom::-webkit-input-placeholder {
    color: #999;
  }
  .main .right .Rbox .company form input[type="submit"] {
    width: 130px;
    height: 44px;
    border: none;
    outline: none;
    border-radius: 8px;
    background: #4fffeb;
    color: #111;
    cursor: pointer;
    transition: all 0.3s;
    font-family: Baloo2-Bold;
  }
  .main .right .problem {
    margin: 24px 0;
  }
  .main .right .problem .problemL > li {
    width: 100%;
    border-bottom: 1px solid #ecedee;
    transition: all 0.3s;
    padding: 24px 0;
  }
  .main .right .problem .problemL > li .problemt {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .main .right .problem .problemL > li .problemt > p {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 25px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .right .problem .problemL > li .problemt > p .iconfont::before {
    content: "";
    font-family: iconfont;
    font-size: 12px;
    color: #757b87;
  }
  .main .right .problem .problemL > li .problemt > h3 {
    color: #132141;
    width: calc(100% - 50px);
  }
  .main .right .problem .problemL > li .problemr {
    padding-top: 16px;
    line-height: 24px;
    color: #999;
    font-family: Nunito-Bold;
    display: none;
  }
  .main .right .problem .problemL > li:hover .problemt > p {
    background: #f9fafb;
    border: 1px solid #ecedee;
  }
  .main .right .problem .problemL > li.act .problemt > p {
    background: #f9fafb;
    border: 1px solid #ecedee;
  }
  .main .right .problem .problemL > li.act .problemt > p .iconfont::before {
    content: "";
  }
  .main .right .problem .problemL > li.act .problemr {
    display: block;
  }
  .main .right .problem .problemL > li:nth-child(1) {
    border-top: 1px solid #ecedee;
    margin-top: 16px;
  }
  .main .right .video {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
  }
  .main .right .video .playGame {
    width: calc(100% - 316px);
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 16px;
    background: #242424;
  }
  .main .right .video .playGame .playName {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #242424;
  }
  .main .right .video .playGame .playName .layui-icon-rate-solid:before {
    content: "" !important;
    font-family: iconfont;
  }
  .main .right .video .playGame .playName .layui-icon-rate:before {
    content: "" !important;
    font-family: iconfont;
  }
  .main .right .video .playGame .playName > dl {
    font-size: 24px;
    width: calc(100% - 230px);
  }
  .main .right .video .playGame .playName > dl > dt {
    font-family: Baloo2-Bold;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .main .right .video .playGame .playName > dl > dd > span {
    color: #999;
    font-family: Baloo2-Bold;
    font-size: 16px;
  }
  .main .right .video .playGame .playName > dl > dd .layui-rate {
    margin-bottom: 0;
    padding: 0;
    margin-left: 5px;
  }
  .main .right .video .playGame .playName > dl > dd .layui-rate .layui-icon {
    font-size: 12px;
  }
  .main .right .video .playGame .playName .choice {
    display: flex;
    align-items: center;
  }
  .main .right .video .playGame .playName .choice .zanBox {
    display: flex;
    justify-content: space-between;
  }
  .main .right .video .playGame .playName .choice .zanBox > li {
    display: flex;
    align-items: center;
  }
  .main .right .video .playGame .playName .choice .zanBox > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 24px;
  }
  .main .right .video .playGame .playName .choice .zanBox > li > a .iconfont {
    font-size: 20px;
    color: #ccc;
  }
  .main .right .video .playGame .playName .choice .zanBox > li > a > span {
    text-align: center;
    margin-left: 8px;
    color: #999;
    font-family: Baloo2-Bold;
  }
  @media (any-hover: hover) {
    .main
      .right
      .video
      .playGame
      .playName
      .choice
      .zanBox
      > li
      > a:hover
      .iconfont {
      color: #4fffeb;
    }
  }
  .main
    .right
    .video
    .playGame
    .playName
    .choice
    .zanBox
    > li
    > a.active
    .iconfont {
    color: #4fffeb;
  }
  .main .right .video .playGame .playName .choice .allScreen {
    padding-left: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
  }
  .main .right .video .playGame .playName .choice .allScreen::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #e8e9ea;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main .right .video .playGame .playName .choice .allScreen .iconfont {
    color: #ccc;
    font-size: 20px;
  }
  @media (any-hover: hover) {
    .main .right .video .playGame .playName .choice .allScreen:hover .iconfont {
      color: #4fffeb;
    }
  }
  .main .right .video .playGame .videoGame {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
  }
  .main .right .video .playGame .videoGame .iframe_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main .right .video .playGame .videoGame .iframe_img .bbc {
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .main .right .video .playGame .videoGame .iframe_img .bbc .thumb {
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    border-radius: 40px;
    overflow: hidden;
  }
  .main .right .video .playGame .videoGame .iframe_img .bbc .thumb > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .main .right .video .playGame .videoGame .iframe_img .bbc > a,
  .main .right .video .playGame .videoGame .iframe_img .bbc .playBtn {
    margin-top: 30px;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #4fffeb;
    box-shadow: 0 0 8px 0 rgba(79, 255, 235, 0.7);
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: #111;
    font-family: Baloo2-Bold;
  }
  .main .right .video .playGame .videoGame .iframe_img .bbc .playBtn {
    display: none;
  }
  .main .right .video .playGame .videoGame .iframe_img .bgc {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: rgba(0, 0, 0, 0.3);
    object-fit: cover;
    object-position: center;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=false);
  }
  .main .right .video .playGame .videoGame .iframe_img.active {
    display: none;
  }
  .main .right .video .playGame .videoGame iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
    z-index: 999;
  }
  .main .right .video .playGame .videoGame .back {
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    left: 10px;
    border-radius: 25px;
    background: #2e455f;
    z-index: 999;
  }
  .main .right .video .playGame .videoGame .back .iconfont {
    font-size: 20px;
    color: #fff;
  }
  .main .right .video .ad {
    margin: 0;
  }
  @media screen and (max-width: 1024px) {
    .main .right .video .playGame {
      width: 100%;
    }
    .main .right .video .ad {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .main .right .video .playGame {
      display: flex;
      flex-direction: column-reverse;
    }
    .main .right .video .playGame .playName > dl {
      width: calc(100% - 100px);
    }
    .main .right .video .playGame .playName .choice .zanBox > li > a {
      padding-right: 0;
      padding-left: 24px;
    }
    .main .right .video .playGame #play_now {
      display: none;
    }
    .main .right .video .playGame #playBtn {
      display: block;
    }
    .main .right .video .playGame #allScreen {
      display: none;
    }
  }
  .main .right .video.active {
    display: block;
  }
  .main .right .video.active .playGame .videoGame iframe {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main .right .video.active .playGame .videoGame .back {
    display: flex;
  }
  .main .right .ad1 {
    display: none;
  }
  @media screen and (max-width: 1024px) {
    .main .right .ad1 {
      display: flex;
    }
  }
  .main .right .extension {
    margin-top: 8px;
  }
  .main .right .extension .extensionBox {
    display: flex;
    flex-wrap: wrap;
  }
  .main .right .extension .extensionBox > li {
    width: calc((100% - 28px) / 8);
    margin: 4px 4px 0 0;
    position: relative;
    transition: all 0.3s;
  }
  .main .right .extension .extensionBox > li > a {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 4px solid transparent;
  }
  .main .right .extension .extensionBox > li > a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 4px);
    position: relative;
    border-radius: 16px;
    border: 2px solid transparent;
    overflow: hidden;
    box-sizing: border-box;
  }
  .main .right .extension .extensionBox > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main .right .extension .extensionBox > li > a > p {
    transition: all 0.3s;
    position: absolute;
    left: 2px;
    bottom: -45px;
    width: calc(100% - 4px);
    border-radius: 0 0 14px 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.4);
    padding: 12px;
  }
  .main .right .extension .extensionBox > li > a > p > span {
    text-align: center;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 16px;
    font-family: Baloo2-Bold;
  }
  .main .right .extension .extensionBox > li:nth-child(8n) {
    margin-right: 0;
  }
  @media screen and (min-width: 1181px) {
    .main .right .extension .extensionBox > li:hover {
      transform: scale(1.04);
    }
    .main .right .extension .extensionBox > li:hover > a {
      border: 4px solid rgba(79, 255, 235, 0.7);
    }
    .main .right .extension .extensionBox > li:hover > a .thumb {
      border: 2px solid #4fffeb;
    }
    .main .right .extension .extensionBox > li:hover > a > p {
      bottom: 2px;
    }
  }
  @media screen and (max-width: 1279px) {
    .main .right .extension .extensionBox > li {
      width: calc((100% - 20px) / 6);
    }
    .main .right .extension .extensionBox > li:nth-child(8n) {
      margin-right: 4px;
    }
    .main .right .extension .extensionBox > li:nth-child(6n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .main .right .extension .extensionBox > li {
      width: calc((100% - 8px) / 3);
    }
    .main .right .extension .extensionBox > li:nth-child(6n) {
      margin-right: 4px;
    }
    .main .right .extension .extensionBox > li:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 1441px) {
    .main .left {
      width: 130px;
    }
    .main .left .box {
      padding: 16px;
    }
    .main .left .box > nav > a {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 12px;
      height: 70px;
    }
    .main .left .box > nav > a .iconfont {
      margin-right: 0;
      margin-bottom: 6px;
    }
    .main .left .box1 ul > li > a {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 12px;
      height: 70px;
    }
    .main .left .box1 ul > li > a .iconfont {
      margin-right: 0;
      margin-bottom: 6px;
    }
    .main .left .box1 {
      height: auto;
      padding: 16px;
    }
    .main .left .box1 .bot {
      margin-top: 80px;
    }
    .main .right {
      padding-left: 130px;
    }
  }
  @media screen and (max-width: 1181px) {
    .main .left {
      display: none;
    }
    .main .right {
      width: 100%;
      padding-left: 0;
    }
    .main .right .Rbox {
      padding: 0 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .main .right header {
      padding: 0 16px;
    }
  }
  #apkBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
  }
  #apkBox .dBox {
    width: 480px;
    height: 202px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    margin: 0 15px;
  }
  #apkBox .dBox > h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none;
  }
  #apkBox .dBox > h2 > span {
    font-size: 20px;
    color: #333;
    font-weight: 700;
  }
  #apkBox .dBox .Btn > a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 160px;
    height: 40px;
    background: #fff;
    color: #4fffeb;
    border-radius: 10px;
    border: 1px solid #4fffeb;
    transition: all 0.3s;
    font-family: Baloo2-Bold;
  }
  #apkBox .dBox .Btn > a:hover {
    background: #4fffeb;
    color: #111;
    box-shadow: 0 2px 10px 2px rgba(79, 255, 235, 0.7);
  }
  #apkBox .dBox .Btn > a + a {
    background: #4fffeb;
    color: #111;
    margin-left: 15px;
  }
  #apkBox.active {
    display: flex;
  }
  footer {
    display: none;
    padding: 0 16px;
  }
  footer > nav {
    padding-top: 15px;
    border-top: 1px solid #333;
  }
  footer > nav > a {
    color: #999;
    margin-right: 20px;
    line-height: 22px;
  }
  footer > p {
    margin-top: 10px;
    padding-bottom: 20px;
    color: #666;
    font-family: Baloo2-Regular;
    line-height: 18px;
  }
  @media screen and (max-width: 1181px) {
    footer {
      display: block;
    }
  }
  .categoryBox {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
  }
  .categoryBox .cont {
    width: 222px;
    background: #242424;
    height: 100%;
    float: right;
    padding: 20px;
  }
  .categoryBox .cont > p {
    display: flex;
    justify-content: right;
  }
  .categoryBox .cont > p .iconfont {
    font-size: 19px;
    color: #fff;
  }
  .categoryBox .cont .category {
    width: 100%;
  }
  .categoryBox .cont .category > li > a {
    display: flex;
    align-items: center;
    height: 50px;
    color: #999;
  }
  .categoryBox .cont .category > li > a .iconfont {
    font-size: 19px;
    color: #999;
    margin-right: 16px;
  }
  .categoryBox .cont .category > li > a.active {
    color: #fff;
  }
  .categoryBox .cont .category > li > a.active .iconfont::before {
    content: "";
  }
  .categoryBox .cont .category > li > a.active .iconfont {
    color: #fff;
  }
  .categoryBox .cont .category > li + li {
    margin-top: 16px;
  }
  .categoryBox .cont .category > li:nth-child(2) > a.active .iconfont::before {
    content: "";
  }
  .categoryBox .cont .category > li:nth-child(3) > a.active .iconfont::before {
    content: "";
  }
  .categoryBox .cont .category > li:nth-child(4) > a.active .iconfont::before {
    content: "";
  }
  .categoryBox .cont .category > li:nth-child(5) > a.active .iconfont::before {
    content: "";
  }
  .categoryBox.act {
    display: block;
  }
  .error {
    color: red;
  }
  