* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../font_style/Montserrat-Bold.otf");
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../font_style/Montserrat-Regular.ttf");
}
body {
  font-family: Montserrat-Bold, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
  background-color: rgb(240, 242, 245);
}
body.active {
  height: 100vh;
  overflow-y: hidden;
}
body.active .between .right {
  display: flex;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img {
  display: block;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

button {
  border: none;
  outline: none;
}

img {
  display: block;
}

header {
  background-color: #4343f9;
  background-image: url("../img/top_banner.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 100%;
  position: relative;
  margin-bottom: 68px;
}
header.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 1px 0px 0px #E3E9ED;
  margin-bottom: 24px;
  width: 100%;
}
header.between .right {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
header.between .right .search {
  bottom: initial;
  position: relative;
  width: 300px;
  left: initial;
  transform: initial;
}
header.between .right .search .form {
  height: 48px;
}
header.between .right .search .form button {
  width: 48px;
  height: 48px;
  color: #4343f9;
}
header.between .right .search .search_recomment {
  top: 56px;
  padding: 15px;
}
header.between .right .search .search_recomment h3 {
  margin-bottom: 10px;
}
header.between .right .search .search_recomment .search_nav {
  overflow: visible;
  flex-wrap: wrap;
  height: initial;
  margin-bottom: 5px;
}
header.between .right .search .search_recomment .search_nav a {
  margin-right: 8px;
  margin-bottom: 8px;
}
header.between .right .search .search_recomment .top_games a {
  width: calc(50% - 7px);
}
header.between .right .search .search_recomment .top_games a:nth-child(n+3) {
  margin-top: 10px;
}
header.between .right .search .search_recomment .top_games a .thum {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
header.between .right .search .search_recomment .top_games a dl {
  width: calc(100% - 45px);
}
header.between .right .search .search_recomment .top_games a dl dt {
  font-size: 14px;
}
header.between .right .search .search_recomment .top_games a dl dd {
  font-size: 12px;
  transform: scale(0.9);
}
header.between .right > nav {
  display: flex;
  align-items: center;
}
header.between .right > nav a {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #E3E9ED;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
}
header.between .right > nav a:hover {
  border-color: #4343f9;
  border-width: 3px;
  transform: scale(1.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
header.between .right > nav a .iconfont {
  font-size: 14px;
  color: #4343F9;
  margin-right: 6px;
  font-weight: 400;
}
header.between .toggle_right_nav {
  display: none;
}
header .branch {
  display: block;
  height: 70px;
  padding: 17px 40px;
}
header .branch img {
  height: 100%;
}
@media screen and (max-width: 900px) {
  header .branch {
    padding: 16px;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 226px;
}
header .container > a {
  width: 40px;
  height: 40px;
  border-radius: 51%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #4343f9;
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
}
header .container > a:hover {
  opacity: 0.8;
}
header .container > a.perv {
  left: 0;
}
header .container > a.next {
  right: 0;
}
header .container > a .iconfont {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  header .container > a {
    display: none;
  }
}
header .container .category_swiper {
  width: 100%;
  overflow: hidden;
}
header .container .category_swiper .swiper-slide {
  width: 126px;
  height: 126px;
  background: #3535C7;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 4px solid transparent;
  transition: all 0.3s;
}
header .container .category_swiper .swiper-slide:hover {
  border-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
header .container .category_swiper .swiper-slide img {
  height: 48px;
}
header .container .category_swiper .swiper-slide p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
header .search {
  max-width: 600px;
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
  z-index: 10000;
}
header .search .form {
  width: 100%;
  height: 56px;
  position: relative;
}
header .search .form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: #fff;
  text-indent: 2em;
  border-radius: 12px;
  box-shadow: 0px 8px 24px 0px rgba(1, 1, 95, 0.08);
  font-size: 14px;
  color: #4343f9;
  font-weight: 600;
}
header .search .form button {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  color: #999;
}
header .search .form button .iconfont {
  font-size: 14px;
}
header .search .form button:hover {
  color: #4343f9;
}
header .search .form button:hover .iconfont {
  font-size: 16px;
}
header .search .search_recomment {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(1, 1, 95, 0.08);
  border-radius: 12px;
  width: 100%;
  top: 66px;
  padding: 30px;
  z-index: 10;
}
header .search .search_recomment.hidden {
  display: none;
}
header .search .search_recomment h3 {
  font-size: 12px;
  color: #A2A2B1;
  margin-bottom: 16px;
}
header .search .search_recomment .search_nav {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  height: 32px;
  margin-bottom: 24px;
}
header .search .search_recomment .search_nav a {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 17px;
  border: 1px solid #E3E9ED;
  font-size: 12px;
  color: #393945;
  transition: all 0.3s;
}
header .search .search_recomment .search_nav a + a {
  margin-left: 8px;
}
header .search .search_recomment .search_nav a:hover {
  border-color: #4343f9;
  background-color: #4343f9;
  color: #fff;
}
header .search .search_recomment .top_games {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .search .search_recomment .top_games a {
  width: calc(50% - 12px);
  display: flex;
  align-items: center;
}
header .search .search_recomment .top_games a:nth-child(n+3) {
  margin-top: 15px;
}
header .search .search_recomment .top_games a .thum {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 15px;
  margin-right: 8px;
}
header .search .search_recomment .top_games a .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
header .search .search_recomment .top_games a dl {
  width: calc(100% - 68px);
}
header .search .search_recomment .top_games a dl dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
}
header .search .search_recomment .top_games a dl dd {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  font-family: Montserrat-Regular;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .search .search_recomment .top_games a:hover .thum img {
  transform: scale(1.1);
}
header .search .search_recomment .top_games a:hover dl dt {
  color: #4343f9;
}
@media screen and (max-width: 900px) {
  header .search .search_recomment {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  header {
    margin-bottom: 48px;
  }
  header.between {
    margin-bottom: 20px;
    height: 70px;
  }
  header.between .branch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  header.between .right {
    position: fixed;
    left: 0;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: calc(100vh - 70px);
    z-index: 9999;
    display: none;
    align-items: flex-end;
    flex-direction: column;
  }
  header.between .right::before {
    content: "";
    width: 300px;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    background-color: #4343f9;
  }
  header.between .right .search {
    position: absolute;
    width: 270px;
    right: 15px;
    top: 15px;
  }
  header.between .right .search .search_recomment {
    display: none !important;
  }
  header.between .right > nav {
    position: absolute;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 270px;
    right: 15px;
    top: 80px;
  }
  header.between .right > nav a {
    margin-right: 0;
    height: 40px;
    padding: 0;
    border: initial;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
  }
  header.between .right > nav a:hover {
    border-color: initial;
    border-width: initial;
    transform: initial;
    box-shadow: initial;
  }
  header.between .toggle_right_nav {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header.between .toggle_right_nav::before {
    content: "\e764";
    font-family: iconfont;
    font-size: 20px;
    color: #333;
  }
  header.between .toggle_right_nav.active::before {
    content: "\e765";
  }
}

.category_title {
  margin-bottom: 20px;
}
.category_title h1 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 6px;
}
.category_title h1 span {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .category_title h1 {
    font-size: 22px;
  }
}
.category_title p {
  font-size: 14px;
  color: #999;
  font-family: Montserrat-Regular;
}
.category_title p span {
  color: #333;
}

.banner_ad {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.banner_ad p {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.games_dot {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.games_dot h1 {
  font-size: 34px;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.games_dot h1 .iconfont {
  font-size: 34px;
  color: #4343f9;
  margin-right: 5px;
}
.games_dot > p {
  color: #333;
  font-size: 14px;
  margin-bottom: 24px;
}
.games_dot > p span {
  font-size: 16px;
}
.games_dot .swiper_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.games_dot .swiper_nav > a {
  width: 40px;
  height: 40px;
  border-radius: 51%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #4343f9;
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
  box-shadow: 0px 0px 20px 0px rgba(18, 64, 255, 0.2);
  margin-top: -10px;
}
@media screen and (max-width: 900px) {
  .games_dot .swiper_nav > a {
    display: none;
  }
}
.games_dot .swiper_nav > a:hover {
  opacity: 0.8;
}
.games_dot .swiper_nav > a.perv {
  left: 0;
}
.games_dot .swiper_nav > a.next {
  right: 0;
}
.games_dot .swiper_nav > a .iconfont {
  font-size: 12px;
}
.games_dot .swiper_nav .category_swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.games_dot .swiper_nav .category_swiper .swiper-slide {
  width: 126px;
  height: 126px;
  background: #4343F9;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 4px solid transparent;
  transition: all 0.3s;
}
.games_dot .swiper_nav .category_swiper .swiper-slide:hover {
  border-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
.games_dot .swiper_nav .category_swiper .swiper-slide img {
  height: 48px;
}
.games_dot .swiper_nav .category_swiper .swiper-slide p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .games_dot h1 {
    font-size: 22px;
  }
}

.recommend_category {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .recommend_category {
    margin-bottom: 20px;
  }
}
.recommend_category nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommend_category nav a {
  width: calc(25% - 18px);
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .recommend_category nav a {
    width: calc(50% - 6px);
  }
  .recommend_category nav a:nth-child(n+3) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 900px) {
  .recommend_category nav a {
    height: 160px;
  }
}
.recommend_category nav a:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 24px 0px rgba(20, 20, 79, 0.16);
}
.recommend_category nav a > img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
}
.recommend_category nav a .up_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.recommend_category nav a .up_info dl dt {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  .recommend_category nav a .up_info dl dt {
    font-size: 18px;
  }
}
.recommend_category nav a .up_info dl dd {
  font-size: 14px;
  color: #fff;
}
.recommend_category nav a .up_info span {
  width: 70px;
  height: 32px;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}
.recommend_category nav a .up_info span:hover {
  color: #4343f9;
  background-color: #fff;
  border-color: #fff;
}
.recommend_category nav a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.recommend_category nav a:nth-child(1)::before {
  background: linear-gradient(360deg, rgb(255, 135, 149) 0%, #FF3C99 100%);
}
.recommend_category nav a:nth-child(2)::before {
  background: linear-gradient(360deg, rgb(213, 149, 255) 0%, #633CFF 100%);
}
.recommend_category nav a:nth-child(3)::before {
  background: linear-gradient(360deg, rgb(1, 224, 174) 0%, #00B9BF 100%);
}
.recommend_category nav a:nth-child(4)::before {
  background: linear-gradient(360deg, rgb(254, 169, 80) 0%, #FF6C21 100%);
}

.games_pat {
  margin-bottom: 40px;
}
.games_pat .pat_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.games_pat .pat_title h2 {
  font-size: 30px;
  color: #393945;
}
.games_pat .pat_title a {
  height: 40px;
  background: #4343F9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s;
}
.games_pat .pat_title a:hover {
  opacity: 0.8;
}
.games_pat .pat_title a .iconfont {
  font-size: 12px;
  margin-left: 5px;
}
.games_pat .games {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.games_pat .games li {
  width: calc((100% - 120px) / 6);
  margin-right: 24px;
  background: #FFFFFF;
  border-radius: 16px;
  transition: all 0.3s;
  padding: 40px 16px;
  position: relative;
}
.games_pat .games li.new::before {
  content: "";
  display: block;
  width: 56px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/new.png") no-repeat;
  background-size: cover;
}
.games_pat .games li:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 24px 0px rgba(20, 20, 79, 0.16);
}
.games_pat .games li:hover a dl dt {
  color: #4343f9;
}
.games_pat .games li:nth-child(6n) {
  margin-right: 0;
}
.games_pat .games li:nth-child(n+7) {
  margin-top: 24px;
}
.games_pat .games li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.games_pat .games li a .thum {
  width: 95px;
  height: 95px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
}
.games_pat .games li a .thum img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.games_pat .games li a dl {
  width: 100%;
  text-align: center;
}
.games_pat .games li a dl dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #393945;
  margin-bottom: 5px;
}
.games_pat .games li a dl dd {
  font-size: 12px;
  color: #A2A2B1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.games_pat .games li a dl dd .iconfont {
  font-size: 12px;
  margin-right: 5px;
}
.games_pat .page_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.games_pat .page_con::before {
  content: "";
}
.games_pat .page_con .dot {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #A2A2B2;
}
.games_pat .page_con .dot input {
  border: 1px solid #D1D1D9;
  outline: none;
  width: 40px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  color: #393945;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 2px;
}
.games_pat .page_con .page_control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.games_pat .page_con .page_control a {
  width: 160px;
  height: 40px;
  background: #EDF2F5;
  border-radius: 10px;
  border: 1px solid #4343F9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4343f9;
  font-size: 12px;
  transition: all 0.3s;
}
.games_pat .page_con .page_control a:hover {
  background-color: #4343f9;
  color: #fff;
}
.games_pat .page_con .page_control a .iconfont {
  font-size: 12px;
  margin: 0 8px;
}
.games_pat .page_con .page_control a + a {
  margin-left: 8px;
}
@media screen and (max-width: 900px) {
  .games_pat .page_con .dot {
    display: none;
  }
  .games_pat .page_con .page_control {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .games_pat {
    margin-bottom: 20px;
  }
  .games_pat .pat_title {
    margin-bottom: 14px;
  }
  .games_pat .pat_title h2 {
    font-size: 20px;
  }
  .games_pat .pat_title a {
    height: 32px;
    border-radius: 8px;
    padding: 0 12px;
  }
  .games_pat .games li {
    width: calc((100% - 72px) / 4);
  }
  .games_pat .games li:nth-child(6n) {
    margin-right: 24px;
  }
  .games_pat .games li:nth-child(4n) {
    margin-right: 0;
  }
  .games_pat .games li:nth-child(n+5) {
    margin-top: 24px;
  }
  .games_pat .page_con {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .games_pat .page_con::before {
    display: none;
  }
  .games_pat .page_con .dot {
    display: none;
  }
  .games_pat .page_con .page_control a {
    width: 140px;
  }
}
@media screen and (max-width: 700px) {
  .games_pat .games li {
    width: calc((100% - 48px) / 3);
  }
  .games_pat .games li:nth-child(4n) {
    margin-right: 24px;
  }
  .games_pat .games li:nth-child(3n) {
    margin-right: 0;
  }
  .games_pat .games li:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .games_pat .games {
    justify-content: space-between;
  }
  .games_pat .games li {
    width: calc(50% - 8px);
    margin-right: initial !important;
    border-radius: 12px;
    padding: 30px 16px;
  }
  .games_pat .games li:nth-child(n+3) {
    margin-top: 16px !important;
  }
  .games_pat .games li a .thum {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-bottom: 14px;
  }
  .games_pat .games li a dl dt {
    font-size: 14px;
  }
}

.related_search {
  margin-bottom: 40px;
}
.related_search h2 {
  font-size: 30px;
  color: #393945;
  margin-bottom: 20px;
}
.related_search nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.related_search nav a {
  width: calc((100% - 120px) / 6);
  margin-right: 24px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  transition: all 0.3s;
}
.related_search nav a:nth-child(6n) {
  margin-right: 0;
}
.related_search nav a:nth-child(n+7) {
  margin-top: 24px;
}
.related_search nav a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related_search nav a:hover {
  background-color: #4343f9;
  color: #fff;
  box-shadow: 0px 10px 24px 0px rgba(20, 20, 79, 0.16);
  transform: scale(1.1);
}
.related_search nav a .iconfont {
  font-size: 14px;
  margin-right: 5px;
}
@media screen and (max-width: 900px) {
  .related_search {
    margin-bottom: 20px;
  }
  .related_search h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .related_search nav {
    width: calc(100% + 12px);
  }
  .related_search nav a {
    width: initial;
    margin-right: 12px;
    margin-bottom: 12px;
    height: 48px;
  }
  .related_search nav a:nth-child(6n) {
    margin-right: 12px;
  }
  .related_search nav a:nth-child(n+7) {
    margin-top: 0;
  }
}

footer {
  background-color: #fff;
  padding: 75px 0 30px;
}
footer .container .recommen {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
footer .container .recommen .branch {
  height: 36px;
  margin-right: 80px;
}
footer .container .recommen .branch img {
  height: 100%;
}
footer .container .recommen .nav_grop {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
}
footer .container .recommen .nav_grop > * {
  width: calc(25% - 30px);
  margin-right: 40px;
}
footer .container .recommen .nav_grop > *:nth-child(4n) {
  margin-right: 0;
}
footer .container .recommen .nav_grop .grop_item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
footer .container .recommen .nav_grop .grop_item h4 {
  font-size: 16px;
  color: #393945;
  margin-bottom: 24px;
}
footer .container .recommen .nav_grop .grop_item nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
footer .container .recommen .nav_grop .grop_item nav a {
  font-size: 14px;
  color: #A2A2B1;
  line-height: 1.5em;
  font-weight: 400;
}
footer .container .recommen .nav_grop .grop_item nav a + a {
  margin-top: 10px;
}
footer .container .recommen .nav_grop .grop_item nav a:hover {
  color: #393945;
}
footer .container .recommen .nav_grop .share_pat {
  margin-top: 40px;
}
footer .container .recommen .nav_grop .share_pat h4 {
  font-size: 16px;
  color: #393945;
  margin-bottom: 10px;
}
footer .container .copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container .copy p {
  font-size: 14px;
  color: #393945;
}
footer .container nav a {
  font-size: 14px;
  color: #393945;
}
footer .container nav a + a {
  margin-left: 20px;
}
footer .container nav a:hover {
  color: #4343f9;
}
@media screen and (max-width: 900px) {
  footer {
    padding: 30px 0;
  }
  footer .container .recommen {
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
  }
  footer .container .recommen .branch {
    height: 32px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer .container .recommen .nav_grop {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .container .recommen .nav_grop > * {
    width: calc(25% - 12px);
    margin-right: 0;
  }
  footer .container .recommen .nav_grop > *:nth-child(4n) {
    margin-right: 0;
  }
  footer .container .recommen .nav_grop .grop_item h4 {
    margin-bottom: 12px;
  }
  footer .container .recommen .nav_grop .grop_item nav a + a {
    margin-top: 6px;
  }
  footer .container .recommen .nav_grop .share_pat {
    display: none;
  }
  footer .container .copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .container .copy p {
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
  }
  footer .container nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  footer .container nav a {
    font-size: 12px;
  }
  footer .container nav a + a {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  footer .container .recommen .nav_grop > * {
    width: calc(50% - 6px);
    margin-right: 0;
  }
  footer .container .recommen .nav_grop > *:nth-child(n+3) {
    margin-top: 20px;
  }
  footer .container .recommen .nav_grop .grop_item h4 {
    margin-bottom: 12px;
  }
  footer .container .recommen .nav_grop .grop_item nav a + a {
    margin-top: 6px;
  }
  footer .container .recommen .nav_grop .share_pat {
    display: none;
  }
  footer .container .copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .container .copy p {
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
  }
  footer .container nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  footer .container nav a {
    font-size: 12px;
  }
  footer .container nav a + a {
    margin-left: 0;
  }
}

.search_box .search_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 24px);
}
.search_box .search_list li {
  width: calc((100% - 72px) / 3);
  background: #FFFFFF;
  border-radius: 16px;
  margin-right: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 16px;
}
.search_box .search_list li > p {
  font-size: 12px;
  color: #999;
}
.search_box .search_list li:nth-child(2) {
  padding: 0;
  justify-content: center;
}
.search_box .search_list li .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.search_box .search_list li .t::before {
  content: "";
}
.search_box .search_list li .t .thum {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
}
.search_box .search_list li .t .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.search_box .search_list li .t dl {
  font-family: Montserrat-Regular;
  width: calc(100% - 35px);
  height: 86px;
  background: #4343F9;
  border-radius: 43px 8px 8px 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px 0 51px;
}
.search_box .search_list li .t dl dt {
  width: 100%;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_box .search_list li .t dl dd {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
}
.search_box .search_list li .t dl dd span {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  margin: 0 8px;
}
.search_box .search_list li .t dl dd .iconfont {
  font-size: 12px;
  margin-right: 4px;
}
.search_box .search_list li .t dl dd p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_box .search_list li .m {
  padding: 18px 0;
  border-top: 1px solid #E3E9ED;
  border-bottom: 1px solid #E3E9ED;
  margin: 18px 0;
}
.search_box .search_list li .m p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: 12px;
  color: #666;
  font-family: Montserrat-Regular;
}
.search_box .search_list li .b {
  font-size: 14px;
  color: #333;
}
.search_box .search_list li .b:hover {
  color: #4343f9;
}
@media screen and (max-width: 1100px) {
  .search_box .search_list li {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .search_box .search_list li {
    width: 100%;
  }
}
.search_box .page_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.search_box .page_con::before {
  content: "";
}
.search_box .page_con .dot {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #A2A2B2;
}
@media screen and (max-width: 900px) {
  .search_box .page_con .dot {
    display: none;
  }
}
.search_box .page_con .dot input {
  border: 1px solid #D1D1D9;
  outline: none;
  width: 40px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  color: #393945;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 2px;
}
.search_box .page_con .page_control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .search_box .page_con .page_control {
    margin-bottom: 40px;
  }
}
.search_box .page_con .page_control a {
  width: 160px;
  height: 40px;
  background: #EDF2F5;
  border-radius: 10px;
  border: 1px solid #4343F9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4343f9;
  font-size: 12px;
  transition: all 0.3s;
}
.search_box .page_con .page_control a:hover {
  background-color: #4343f9;
  color: #fff;
}
.search_box .page_con .page_control a .iconfont {
  font-size: 12px;
  margin: 0 8px;
}
.search_box .page_con .page_control a + a {
  margin-left: 8px;
}

.no_res {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
}
.no_res img {
  height: 150px;
}
.no_res dl {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.no_res dl dt {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 14px;
}
.no_res dl dd {
  font-size: 14px;
  color: #666;
}

.not_found_box {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.not_found_box h1 {
  font-size: 48px;
  color: #333;
}
.not_found_box p {
  font-size: 22px;
  color: #666;
  margin: 20px 0 30px;
}
.not_found_box a {
  width: 110px;
  height: 48px;
  background: #4343F9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}
.not_found_box a:hover {
  opacity: 0.8;
}
.not_found_box a .iconfont {
  font-size: 14px;
  margin-left: 8px;
  animation: arrows 800ms ease-in-out infinite both;
}
@media screen and (max-width: 900px) {
  .not_found_box h1 {
    font-size: 22px;
  }
  .not_found_box p {
    font-size: 16px;
    text-align: center;
  }
}

@keyframes arrows {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}
.privacy_main {
  padding-bottom: 50px;
}
.privacy_main h1 {
  color: #4343f9;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.privacy_main .mainBox h3 {
  font-size: 1.1em;
  color: #4343f9;
  margin-bottom: 15px;
}
.privacy_main .mainBox p {
  font-size: 0.9em;
  color: #516375;
  margin-bottom: 15px;
  line-height: 1.6em;
}
.privacy_main .mainBox form {
  padding: 20px 0;
}
.privacy_main .mainBox form .layui-form-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.privacy_main .mainBox form .layui-form-item .layui-input {
  outline: none;
  border: 1px solid #ccc;
  width: 370px !important;
  height: 40px;
  border-radius: 20px;
  text-indent: 1em;
  color: #516375;
}
.privacy_main .mainBox form .layui-form-item .layui-input.why {
  width: 80% !important;
}
.privacy_main .mainBox form .layui-form-item #comcom {
  border: 1px solid #ccc;
  outline: none;
  resize: none;
  border-radius: 10px;
  padding: 15px;
  text-indent: 1em;
  color: #516375;
  width: 100%;
}
.privacy_main .mainBox form input[type=submit] {
  width: 154px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 21px;
  background-color: #00A1FE;
  color: #fff;
  margin-top: 15px;
}
.privacy_main .mainBox .or {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}
.privacy_main .mainBox .or a {
  color: #029588;
  transition: all 0.3s;
}
.privacy_main .mainBox .or a:hover {
  text-decoration: underline;
}

.detial_bg {
  background-color: #fff;
  margin-bottom: 32px;
  margin-top: -24px;
  padding-top: 24px;
}

.detail_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.detail_box .detail_main {
  width: calc(100% - 376px);
}
.detail_box .detail_main .game_base_info {
  border-radius: 20px;
  margin-bottom: 24px;
}
.detail_box .detail_main .game_base_info .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.detail_box .detail_main .game_base_info .t .l {
  display: flex;
  width: calc(100% - 240px);
  align-items: center;
}
.detail_box .detail_main .game_base_info .t .l .thum {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 15px;
}
.detail_box .detail_main .game_base_info .t .l .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.detail_box .detail_main .game_base_info .t .l dl {
  width: calc(100% - 85px);
  margin-left: 15px;
}
.detail_box .detail_main .game_base_info .t .l dl dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.detail_box .detail_main .game_base_info .t .l dl dd {
  overflow: hidden;
  height: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.detail_box .detail_main .game_base_info .t .l dl dd a {
  height: 12px;
  line-height: 12px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
  transition: all 0.3s;
}
.detail_box .detail_main .game_base_info .t .l dl dd a:hover {
  color: #4343f9;
  text-decoration: underline;
}
.detail_box .detail_main .game_base_info .t .r {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #E3E9ED;
  padding: 0 15px;
}
.detail_box .detail_main .game_base_info .t .r .layui-rate li i.layui-icon {
  font-size: 16px;
}
.detail_box .detail_main .game_base_info .m {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.detail_box .detail_main .game_base_info .m li {
  width: 33%;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.detail_box .detail_main .game_base_info .m li .iconfont {
  font-size: 26px;
  color: #333;
  margin-right: 10px;
}
.detail_box .detail_main .game_base_info .m li:nth-child(n+4) {
  margin-top: 16px;
}
.detail_box .detail_main .game_base_info .m li dl dt {
  font-size: 12px;
  color: #333;
  margin-bottom: 2px;
}
.detail_box .detail_main .game_base_info .m li dl dd {
  font-size: 12px;
  color: #999;
}
.detail_box .detail_main .game_base_info .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.detail_box .detail_main .game_base_info .b > a {
  width: 40px;
  height: 40px;
  border-radius: 51%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  z-index: 2;
  border: 1px solid #E3E9ED;
  transition: all 0.3s;
}
.detail_box .detail_main .game_base_info .b > a:hover {
  color: #4343f9;
  border-color: #4343f9;
}
.detail_box .detail_main .game_base_info .b > a .iconfont {
  font-size: 12px;
}
.detail_box .detail_main .game_base_info .b .category_swiper {
  width: calc(100% - 100px);
  overflow: hidden;
  padding: 10px 0;
}
.detail_box .detail_main .game_base_info .b .category_swiper .swiper-slide {
  height: 40px;
  border-radius: 12px;
  border: 1px solid #E3E9ED;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  transition: all 0.3s;
  width: auto;
}
.detail_box .detail_main .game_base_info .b .category_swiper .swiper-slide:hover {
  color: #4343f9;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.detail_box .detail_main .game_base_info .b .category_swiper .swiper-slide img {
  height: 48px;
}
.detail_box .detail_main .game_base_info .b .category_swiper .swiper-slide p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.detail_box .detail_main .game_base_info .get_the_game {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.detail_box .detail_main .game_base_info .get_the_game li {
  width: calc(50% - 8px);
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(1) {
  width: 100%;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(1) a {
  width: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  animation: downloadBtnAni 2s ease-in-out infinite, downloadBtnAniPC 1.5s infinite;
  transition: all 0.3s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  box-shadow: 0 0 0 0 rgba(67, 67, 249, 0.6);
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(1) a:hover {
  box-shadow: 0px 10px 24px 0px rgba(20, 20, 79, 0.16);
  transform: scale(1.02);
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(1) a .iconfont {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #309e60;
  font-size: 24px;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(1) a p {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #36b16b;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2), .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) {
  background-color: #f0f2f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  transition: all 0.3s;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2):hover, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3):hover {
  box-shadow: 0px 10px 24px 0px rgba(20, 20, 79, 0.16);
  transform: scale(1.02);
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2) > a, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) > a {
  margin-right: 10px;
  width: 110px;
  height: 50px;
  border-radius: 2px;
  background-color: #f0f2f5;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2) > a .iconfont, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) > a .iconfont {
  font-size: 14px;
  margin-right: 5px;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2) > a:hover, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) > a:hover {
  color: #4343f9;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2) .code, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) .code {
  width: 30px;
  height: 30px;
  background-color: #e1e3e6;
  color: #333;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2) .code .iconfont, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) .code .iconfont {
  font-size: 16px;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2) .code:hover .code_img, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) .code:hover .code_img {
  display: block;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2) .code .code_img, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) .code .code_img {
  padding: 15px;
  border-radius: 2px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  display: none;
  transition: all 0.3s;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2) .code .code_img::after, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) .code .code_img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -20px;
}
.detail_box .detail_main .game_base_info .get_the_game li:nth-child(2) .code .code_img img, .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) .code .code_img img {
  width: 100px;
}
.detail_box .detail_main .game_base_info .get_the_game li.pdf_down_btn {
  width: 100%;
  background-color: #FD2B58;
  border-radius: 10px;
}
.detail_box .detail_main .game_base_info .get_the_game li.pdf_down_btn:hover {
  transform: scale(1);
  opacity: 0.9;
}
.detail_box .detail_main .game_base_info .get_the_game li.pdf_down_btn a {
  background-color: transparent;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 12px;
  font-size: 14px;
  color: #FFF;
  line-height: 14px;
}
.detail_box .detail_main .game_base_info .get_the_game li.pdf_down_btn a:hover {
  color: #fff;
}
.detail_box .detail_main .game_base_info .get_the_game li.pdf_down_btn a img {
  height: 32px;
  border-radius: 8px;
  margin-right: 4px;
}
.detail_box .detail_main .ad_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
}
.detail_box .detail_main .ad_box > p {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.detail_box .detail_main .screen {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  position: relative;
}
.detail_box .detail_main .screen > a {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.detail_box .detail_main .screen > a.perv {
  left: 8px;
}
.detail_box .detail_main .screen > a.next {
  right: 8px;
}
.detail_box .detail_main .screen > a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.detail_box .detail_main .screen > a .iconfont {
  font-size: 24px;
}
.detail_box .detail_main .screen .preview {
  width: 100%;
  overflow: hidden;
}
.detail_box .detail_main .screen .preview .swiper-wrapper .swiper-slide {
  width: auto;
  height: 225px;
  border-radius: 20px;
  overflow: hidden;
}
.detail_box .detail_main .screen .preview .swiper-wrapper .swiper-slide img {
  height: 100%;
}
.detail_box .detail_main .screen .preview .swiper-button-prev, .detail_box .detail_main .screen .preview .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_box .detail_main .screen .preview .swiper-button-prev {
  left: 0;
}
.detail_box .detail_main .screen .preview .swiper-button-next {
  right: 0;
}
.detail_box .detail_main .screen .dott {
  width: 100%;
  height: 8px;
  background: #F5F5F5;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.detail_box .detail_main .screen .dott .swiper-pagination-bullet {
  height: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  background: #7A7A7A;
  border-radius: 16px;
  opacity: 0.09;
}
.detail_box .detail_main .screen .dott .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.detail_box .detail_main .screen .maskB {
  position: fixed !important;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}
.detail_box .detail_main .screen .maskB .swiper-slide {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_box .detail_main .screen .maskB .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail_box .detail_main .desc {
  margin-bottom: 24px;
}
.detail_box .detail_main .desc h2 {
  font-size: 14px;
  color: #333;
  padding: 24px 0 16px;
}
.detail_box .detail_main .desc .desc_box p {
  font-family: Montserrat-Regular !important;
  font-size: 12px !important;
  color: #666 !important;
  line-height: 1.5em !important;
}
.detail_box .detail_main .desc .desc_box p + p {
  margin-top: 5px !important;
}
.detail_box .detail_main .desc .desc_box:nth-child(4) {
  max-height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.detail_box .detail_main .desc .desc_box:nth-child(4)::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  position: absolute;
  left: 0;
  bottom: 0;
}
.detail_box .detail_main .desc .desc_box:nth-child(4).active {
  max-height: initial;
}
.detail_box .detail_main .desc .desc_box:nth-child(4).active::after {
  display: none;
}
.detail_box .detail_main .desc > a {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.detail_box .detail_main .desc > a::before {
  content: "Read more";
}
.detail_box .detail_main .desc > a:hover {
  color: #4343f9;
}
.detail_box .detail_main .desc > a.active::before {
  content: "Show less";
}
.detail_box .detail_main .comment_box {
  margin-bottom: 24px;
}
.detail_box .detail_main .comment_box .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #E3E9ED;
  margin-bottom: 24px;
}
.detail_box .detail_main .comment_box .t .l {
  width: calc(100% - 364px);
}
.detail_box .detail_main .comment_box .t .l img {
  height: 77px;
}
.detail_box .detail_main .comment_box .t .l dl dt {
  font-size: 24px;
  color: #333;
  margin: 26px 0 14px;
}
.detail_box .detail_main .comment_box .t .l dl dd {
  font-size: 18px;
  color: #999;
  font-family: Montserrat-Regular;
}
.detail_box .detail_main .comment_box .t .r {
  width: 316px;
}
.detail_box .detail_main .comment_box .t .r form {
  width: 100%;
  position: relative;
}
.detail_box .detail_main .comment_box .t .r form > img {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.detail_box .detail_main .comment_box .t .r form .form_main {
  background-color: #4343F9;
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 8px 8px 45px;
  border-radius: 20px;
  font-size: 12px;
  font-family: Montserrat-Regular;
}
.detail_box .detail_main .comment_box .t .r form .form_main .layui-form-item + .layui-form-item {
  margin-top: 10px;
}
.detail_box .detail_main .comment_box .t .r form .form_main input {
  border-radius: 21px;
  height: 40px;
  background-color: #fff;
  text-indent: 1em;
  width: 100%;
  outline: none;
  border: none;
}
.detail_box .detail_main .comment_box .t .r form .form_main textarea {
  width: 100%;
  outline: none;
  border: none;
  text-indent: 1em;
  resize: none;
  border-radius: 20px;
  padding: 5px 5px 38px 5px;
}
.detail_box .detail_main .comment_box .t .r form .submit {
  width: 90px;
  height: 38px;
  background: #4343F9;
  border-radius: 8px;
  position: absolute;
  bottom: 50px;
  z-index: 4;
  left: calc(50% - 45px);
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.detail_box .detail_main .comment_box .t .r form .submit:hover {
  opacity: 0.8;
}
.detail_box .detail_main .comment_box .m ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 16px);
}
.detail_box .detail_main .comment_box .m ul li {
  width: calc((100% - 48px) / 3);
  height: 106px;
  margin-right: 16px;
  margin-bottom: 16px;
  background: url("../img/border.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 16px;
}
.detail_box .detail_main .comment_box .m ul li p {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
  text-decoration-color: #B0C5D2;
  line-height: 24px;
  overflow-y: auto;
  height: 48px;
}
.detail_box .detail_main .comment_box .m ul li span {
  float: right;
  font-size: 12px;
  color: #999;
  margin-top: 8px;
  font-family: Montserrat-Regular;
}
.detail_box .detail_main .comment_box .page_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.detail_box .detail_main .comment_box .page_con::before {
  content: "";
}
.detail_box .detail_main .comment_box .page_con .dot {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #A2A2B2;
}
.detail_box .detail_main .comment_box .page_con .dot input {
  border: 1px solid #D1D1D9;
  outline: none;
  width: 40px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  color: #393945;
  background-color: transparent;
  margin: 0 5px;
  border-radius: 2px;
}
.detail_box .detail_main .comment_box .page_con .page_control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.detail_box .detail_main .comment_box .page_con .page_control a {
  width: 160px;
  height: 40px;
  background: #4343F9;
  border-radius: 10px;
  border: 1px solid #4343F9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s;
}
.detail_box .detail_main .comment_box .page_con .page_control a:hover {
  opacity: 0.8;
}
.detail_box .detail_main .comment_box .page_con .page_control a .iconfont {
  font-size: 12px;
  margin: 0 8px;
}
.detail_box .detail_main .comment_box .page_con .page_control a + a {
  margin-left: 8px;
}
.detail_box .detail_main .version_history {
  margin-bottom: 24px;
}
.detail_box .detail_main .version_history h2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
}
.detail_box .detail_main .version_history nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail_box .detail_main .version_history nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #F0F2F5;
  border-radius: 8px;
  width: calc(50% - 8px);
  transition: all 0.3s;
}
.detail_box .detail_main .version_history nav a:hover {
  transform: scale(1.01);
  box-shadow: 0px 10px 24px 0px rgba(20, 20, 79, 0.16);
}
.detail_box .detail_main .version_history nav a:nth-child(n+3) {
  margin-top: 16px;
}
.detail_box .detail_main .version_history nav a dl dt {
  font-size: 14px;
  color: #333;
}
.detail_box .detail_main .version_history nav a dl dd {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
  font-family: Montserrat-Regular;
}
.detail_box .detail_main .version_history nav a span {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4343f9;
  transition: all 0.3s;
}
.detail_box .detail_main .version_history nav a span:hover {
  background-color: #4343f9;
  color: #fff;
}
.detail_box .detail_aside {
  width: 336px;
}
.detail_box .detail_aside .aside_item {
  margin-bottom: 24px;
}
.detail_box .detail_aside .aside_item h3 {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.detail_box .detail_aside .aside_item .ad_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  flex-direction: column;
}
.detail_box .detail_aside .aside_item .ad_box::after {
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  content: "Advertisement";
  font-weight: 400;
  margin-top: 4px;
  font-family: sans-serif;
}
.detail_box .detail_aside .aside_item .games_list {
  padding: 10px 0;
}
.detail_box .detail_aside .aside_item .games_list li {
  padding: 10px 0;
}
.detail_box .detail_aside .aside_item .games_list li + li {
  border-top: 1px solid #E3E9ED;
}
.detail_box .detail_aside .aside_item .games_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_box .detail_aside .aside_item .games_list li a .thum {
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.detail_box .detail_aside .aside_item .games_list li a .thum img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_box .detail_aside .aside_item .games_list li a dl {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_box .detail_aside .aside_item .games_list li a dl dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.detail_box .detail_aside .aside_item .games_list li a dl dd {
  font-size: 12px;
  color: #999;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.detail_box .detail_aside .aside_item .games_list li a dl dd .iconfont {
  font-size: 12px;
  margin-right: 4px;
}
.detail_box .detail_aside .aside_item .games_list li a:hover .thum {
  transform: scale(1.2);
}
.detail_box .detail_aside .aside_item .games_list li a:hover dl dt {
  color: #4343f9;
}
.detail_box .detail_aside .aside_game_info {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.detail_box .detail_aside .aside_game_info li {
  width: calc(50% - 4px);
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E3E9ED;
  padding: 24px;
}
.detail_box .detail_aside .aside_game_info li:nth-child(3) {
  width: 100%;
  margin-top: 8px;
}
.detail_box .detail_aside .aside_game_info li dl dt {
  font-size: 34px;
  color: #4343f9;
  margin-top: 10px;
}
.detail_box .detail_aside .aside_game_info li dl dd {
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 900px) {
  .detail_box {
    align-items: stretch;
    flex-direction: column;
    padding: 0;
  }
  .detail_box .detail_main {
    width: 100%;
  }
  .detail_box .detail_main .game_base_info {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .detail_box .detail_main .game_base_info .t .l {
    width: 100%;
  }
  .detail_box .detail_main .game_base_info .t .r {
    display: none;
  }
  .detail_box .detail_main .game_base_info .m li {
    width: 50%;
  }
  .detail_box .detail_main .game_base_info .m li:nth-child(n+3) {
    margin-top: 16px;
  }
  .detail_box .detail_main .comment_box {
    padding: 12px;
    margin-bottom: 24px;
  }
  .detail_box .detail_main .comment_box .t {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 1px solid #E3E9ED;
    margin-bottom: 24px;
  }
  .detail_box .detail_main .comment_box .t .l {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .detail_box .detail_main .comment_box .t .l img {
    height: 77px;
  }
  .detail_box .detail_main .comment_box .t .l dl dt {
    font-size: 18px;
    margin: 20px 0 16px;
  }
  .detail_box .detail_main .comment_box .t .l dl dd {
    font-size: 14px;
  }
  .detail_box .detail_main .comment_box .t .r {
    align-self: center;
  }
  .detail_box .detail_main .comment_box .page_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
  }
  .detail_box .detail_main .comment_box .page_con::before {
    content: "";
  }
  .detail_box .detail_main .comment_box .page_con .dot {
    display: none;
  }
  .detail_box .detail_main .comment_box .page_con .page_control {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .detail_box .detail_main .screen, .detail_box .detail_main .desc {
    padding: 0 16px;
  }
  .detail_box .detail_aside {
    width: 100%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 700px) {
  .detail_box .detail_main .game_base_info .get_the_game {
    gap: 12px;
  }
  .detail_box .detail_main .game_base_info .get_the_game li:nth-child(2), .detail_box .detail_main .game_base_info .get_the_game li:nth-child(3) {
    width: 100%;
  }
  .detail_box .detail_main .comment_box .m ul li {
    width: calc(50% - 32px);
  }
}

#is_jump_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
#is_jump_mask.active {
  display: flex;
}
#is_jump_mask .con {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  width: 480px;
  padding: 40px 0;
  border-radius: 4px;
}
#is_jump_mask .con h2 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 84px;
}
#is_jump_mask .con .actions {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#is_jump_mask .con .actions a {
  width: 160px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s;
}
#is_jump_mask .con .actions a + a {
  margin-left: 20px;
}
#is_jump_mask .con .actions a:nth-child(1) {
  color: #4343f9;
  border: 1px solid #4343f9;
}
#is_jump_mask .con .actions a:nth-child(1):hover {
  color: #fff;
  background-color: #4343f9;
}
#is_jump_mask .con .actions a:nth-child(2) {
  color: #fff;
  background-color: #4343f9;
}
#is_jump_mask .con .actions a:nth-child(2):hover {
  opacity: 0.8;
}

.extension {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(auto-fill, 115px);
  grid-template-rows: repeat(auto-fill, 115px);
  grid-auto-flow: row dense;
  justify-content: center;
  max-width: 1740px;
  width: 100%;
  gap: 20px;
  padding: 40px 20px;
}
.extension li {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  border-radius: 22px;
  border: 6px solid #FFFFFF;
  overflow: hidden;
}
.extension li.trending {
  border-radius: 16px;
  grid-column-start: span 3;
  grid-row-start: span 3;
  background-color: #fff;
  padding: 18px 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.extension li.trending h2 {
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 999;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.extension li.trending nav {
  display: flex;
  flex-wrap: wrap;
  counter-reset: line;
  width: calc(50% - 10px);
}
.extension li.trending nav:nth-child(3) {
  counter-reset: line 5;
}
.extension li.trending nav:nth-child(2) a:nth-child(-n+3) span {
  width: initial;
  max-width: calc(100% - 48px);
}
.extension li.trending nav:nth-child(2) a:nth-child(-n+3)::before {
  color: #fff;
}
.extension li.trending nav:nth-child(2) a:nth-child(-n+3)::after {
  content: "\e7ba";
  font-family: iconfont;
  font-size: 14px;
  color: #FF5967;
  margin-left: 6px;
}
.extension li.trending nav:nth-child(2) a:nth-child(1)::before {
  text-shadow: 0px 1px 1px 0px rgba(190, 19, 10, 0.4);
  background: linear-gradient(135deg, #FC6D56 0%, #FBC964 100%);
}
.extension li.trending nav:nth-child(2) a:nth-child(2)::before {
  text-shadow: 0px 1px 1px 0px rgba(51, 54, 204, 0.4);
  background: linear-gradient(135deg, #472FF4 0%, #5DC6FF 100%);
}
.extension li.trending nav:nth-child(2) a:nth-child(3)::before {
  text-shadow: 0px 1px 1px 0px rgba(166, 1, 39, 0.4);
  background: linear-gradient(135deg, #FF4B75 0%, #FB9BAD 100%);
}
.extension li.trending nav a {
  display: flex;
  align-items: center;
  width: 100%;
}
.extension li.trending nav a::before {
  font-family: Montserrat-Regular;
  counter-increment: line;
  content: counter(line);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  font-size: 12px;
  color: #83848F;
  background-color: #F0F2F5;
  border-radius: 10px;
  font-weight: 400;
}
.extension li.trending nav a + a {
  margin-top: 15px;
}
.extension li.trending nav a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 24px);
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
}
.extension li.trending nav a:hover span {
  color: #4343F9;
}
.extension li.extension_ad {
  grid-column-start: span 3;
  grid-row-start: span 2;
  border-radius: 0;
  background-color: transparent;
  border-width: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  padding-left: 22px;
  border: none;
}
.extension li.extension_ad::before {
  content: "Advertisement";
  writing-mode: vertical-lr;
  transform: rotateZ(180deg);
  margin-right: 6px;
  text-align: center;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #999;
  line-height: 14px;
}
.extension li:nth-child(3), .extension li:nth-child(8), .extension li:nth-child(12), .extension li:nth-child(14), .extension li:nth-child(21), .extension li:nth-child(26), .extension li:nth-child(30) {
  grid-row-start: span 2;
  grid-column-start: span 2;
}
.extension li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.extension li > a .thum {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.extension li > a .thum img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.extension li > a p {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 0 6px;
  left: 0;
  bottom: 0;
  height: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 32px;
  transform: translateY(100%);
  transition: all 0.3s;
}
.extension li > a:hover .thum img {
  transform: scale(1.1);
}
.extension li > a:hover p {
  transform: translateY(0);
}

@keyframes downloadBtnAniPC {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(34, 134, 255, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0px rgba(34, 134, 255, 0);
  }
}/*# sourceMappingURL=main.css.map */