html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: .24rem;
  font-family: "Microsoft Yahei";
  color: #fc4c7b
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, legend, input, textarea, select, button, hr, blockquote, pre {
  margin: 0;
  padding: 0;
  outline: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2
}
ul, ol, dl {
  list-style-type: none
}
fieldset, img {
  border: 0
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: show
}
caption, th {
  text-align: left;
  font-weight: normal
}
address, caption, cite, code, dfn, th {
  font-style: normal;
  font-weight: normal
}
input, select, textarea, button {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle
}
textarea {
  vertical-align: top
}
img {
  vertical-align: middle
}
em, i {
  font-style: normal
}
ins {
  text-decoration: underline
}
del {
  text-decoration: line-through
}
q:before, q:after {
  content: ""
}
hr {
  margin: 4px 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #f7f7f7;
  _display: block;
  _margin: -5px 0;
  _font-size: 0;
  _line-height: 0
}
a {
  text-decoration: none
}
a:active {
  opacity: .7
}
.main-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin: 0 auto
}
.main-wrap.pc {
  background: url(../images/pc-bg.png) no-repeat
}
.main-body {
  flex: 1
}
.flex {
  display: flex;
  flex-wrap: wrap
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10
}
.header-wrap .header-inner {
  margin: 0 auto;
  padding: 0 .3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 745px;
  height: .9rem;
  box-sizing: border-box;
  background: #f7f7f7;
  color: #f00
}
.header-wrap .header-inner .col-left .img-back {
  width: .17rem
}
.header-wrap .header-inner .col-center {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center
}
.header-wrap .header-inner .col-center .img-logo {
  width: .48rem
}
.header-wrap .header-inner .col-center .site-name {
  margin-left: .1rem;
  font-size: .36rem;
  font-weight: bold
}
.mark-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: none;
  background: rgba(0, 0, 0, 0.2)
}
.mark-wrap .mark-inner {
  padding: .2rem .3rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.8);
  color: #f7f7f7
}
.main-content {
  padding-top: .9rem
}
.add-screen {
  visibility: hidden;
  padding-right: .3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  bottom: 3px;
  left: 3px;
  right: 3px;
  z-index: 80;
  height: 1.4rem;
  border-radius: 3px;
  background: #f7f7f7;
  box-shadow: 0 1px 14px #ccc
}
.add-screen .col1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%
}
.add-screen .col1 .close-wrap {
  padding: 0 .4rem 0 .3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%
}
.add-screen .col1 .close-wrap .img-close {
  width: 12px
}
.add-screen .text {
  display: none;
  flex: 1;
  padding: 0 .3rem
}
.add-screen .text.android {
  font-size: .32rem;
  color: #fe3337
}
.add-screen .add-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: none;
  width: 1rem;
  height: .6rem;
  border-radius: 3px;
  color: #fe3337;
  border: 1px solid #fe3337;
  font-size: .28rem
}
.add-screen .img-logo {
  display: none;
  width: 1rem
}
.screen-help {
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.3)
}
.screen-help .help-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-end
}
.screen-help .help-inner .screenshot {
  width: 100%
}
.screen-help .help-inner .img-close {
  width: 1rem;
  position: relative;
  top: .5rem
}
.pc-download {
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8)
}
.pc-download .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}
.pc-download .inner-wrap .qrcode-wrap {
  padding: 30px 50px;
  border-radius: 6px;
  background: #fafafb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}
.pc-download .inner-wrap .qrcode-wrap .item {
  padding: 10px;
  text-align: center;
  background: #f7f7f7
}
.pc-download .inner-wrap .qrcode-wrap .item.qrcode-android {
  margin-left: 60px
}
.pc-download .inner-wrap .close-wrap {
  align-self: flex-start;
  position: relative;
  top: -5px;
  cursor: pointer
}
.pc-download .inner-wrap .close-wrap:hover {
  opacity: .8
}
.pc-download .inner-wrap .close-wrap img {
  margin-left: 10px;
  width: 30px
}
.page-index .warn-wrap .warn-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: .6rem;
  color: #fc4c7b;
  white-space: nowrap
}
.page-index .banner-wrap .swiper-container {
  width: 96%;
  border-radius: .2rem;
  margin: .2rem auto;
  margin-top: -28px;
  height: 2.5rem
}
.page-index .banner-wrap .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: .2rem
}
.page-index .banner-wrap .swiper-container .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  background: rgb(0 0 0 / 0%);
  opacity: 1
}
.page-index .banner-wrap .swiper-container .swiper-pagination-bullet-active {
  width: .5rem;
  background: rgb(0 0 0 / 0%);
  border-radius: .12rem
}
.page-index .list-title {
  margin-top: .1rem;
  padding: 0 .3rem;
  font-size: .34rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}
.page-index .list-title::before {
  margin-right: .1rem;
  content: '';
  display: inline-block;
  width: .1rem;
  height: .35rem;
  border-radius: .2rem;
  background: #ff554c
}
.page-index .list-wrap .item-wrap {
  padding: .2rem .3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  color: #333;
  border-bottom: 1px solid #f8f8f8
}
.page-index .list-wrap .item-wrap:last-child {
  border: 0
}
.page-index .list-wrap .item-wrap .img-wrap {
  width: 1.3rem;
  flex-shrink: 0;
  border-radius: 10px
}
.page-index .list-wrap .item-wrap .img-wrap img {
  width: 100%
}
.page-index .list-wrap .item-wrap .content {
  margin-left: .24rem;
  flex: 1;
  display: flex;
  flex-direction: column
}
.page-index .list-wrap .item-wrap .content .row1 {
  display: flex
}
.page-index .list-wrap .item-wrap .content .row1 .col-left {
  flex: 1
}
.page-index .list-wrap .item-wrap .content .row1 .col-left .name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: .32rem;
  font-weight: bold
}
.page-index .list-wrap .item-wrap .content .row1 .col-left .name .tj-wrap {
  padding-left: .1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: .7rem;
  background-size: .7rem auto;
  font-weight: normal;
  font-family: PingFangSC-Regular;
  font-size: .266667rem;
  color: #f9f9f9;
  background: #fc4c7b;
  padding: 0 .08rem;
  height: .4rem;
  line-height: .4rem;
  border-radius: .106667rem;
  overflow: hidden;
  margin-left: .106667rem
}
.page-index .list-wrap .item-wrap .content .row1 .col-left .count {
  margin: .06rem 0 .10rem;
  color: #848080;
  font-size: .24rem
}
.page-index .list-wrap .item-wrap .content .row1 .btn-wrap {
  margin-top: .1rem;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fc4c7b;
  color: #f7f7f7;
  font-size: .26rem;
  width: 1.5rem;
  height: .6rem;
  border-radius: .7rem
}
.page-index .list-wrap .item-wrap .content .row1 .btn-wrap img {
  margin-right: .1rem;
  width: .34rem
}
.page-index .list-wrap .item-wrap .content .desc {
  color: #524f4f;
  font-size: .26rem;
  width: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.page-detail {
  position: relative;
  overflow-y: auto;
  z-index: 10;
  background: #f7f7f7
}
.page-detail .main-content {
  padding: .9rem .3rem .3rem
}
.page-detail .title-wrap {
  margin: .4rem 0 .2rem;
  font-size: .34rem;
  font-weight: bold;
  color: #282828
}
.page-detail .title-wrap.desc {
  margin-bottom: 0
}
.page-detail .header-wrap {
  color: #282828
}
.page-detail .header-wrap .scroll {
  display: none
}
.page-detail .header-wrap .btn-download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: .5rem;
  border-radius: .5rem;
  background: #f00;
  color: #f7f7f7
}
.page-detail .basic-wrap {
  padding-bottom: .3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  background: #f7f7f7;
  color: #333
}
.page-detail .basic-wrap .img-wrap {
  width: 1.3rem;
  flex-shrink: 0
}
.page-detail .basic-wrap .img-wrap img {
  width: 100%
}
.page-detail .basic-wrap .content {
  margin-left: .24rem;
  flex: 1;
  display: flex
}
.page-detail .basic-wrap .content .col-left {
  flex: 1;
  color: #9a9696;
  font-size: .24rem
}
.page-detail .basic-wrap .content .col-left .name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: .32rem;
  font-weight: bold;
  color: #1b1b1b
}
.page-detail .basic-wrap .content .col-left .count {
  margin: .09rem 0 .12rem
}
.page-detail .basic-wrap .content .col-left .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.page-detail .basic-wrap .content .btn-wrap {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fe3336;
  color: #f7f7f7;
  font-size: .26rem;
  width: 1.5rem;
  height: .6rem;
  border-radius: .7rem;
  align-self: center
}
.page-detail .basic-wrap .content .btn-wrap img {
  margin-right: .1rem;
  width: .34rem
}
.page-detail .screenshot-wrap {
  margin-top: .1rem;
  height: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto
}
.page-detail .screenshot-wrap .img-wrap {
  margin-right: .2rem;
  flex-shrink: 0;
  width: 2.4rem;
  height: auto;
  border-radius: 6px;
  background: #f8f8f8
}
.page-detail .screenshot-wrap .img-wrap img {
  width: 100%;
  border-radius: 6px
}
.page-detail .desc-wrap {
  font-size: .26rem;
  color: #686464;
  line-height: 1.8
}
.page-detail .desc-wrap .text.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}
.page-detail .desc-wrap .btn-wrap {
  text-align: right
}
.page-detail .desc-wrap .btn-wrap .btn-more {
  width: .2rem
}
.page-detail .desc-wrap .btn-wrap .btn-more.up {
  transform: rotate(180deg)
}
.page-detail .recommend-wrap {
  height: 3.5rem
}
.page-detail .recommend-wrap .content {
  display: flex;
  justify-content: space-between
}
.page-detail .recommend-wrap .content .item {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 1.2rem
}
.page-detail .recommend-wrap .content .item img {
  width: 100%
}
.page-detail .recommend-wrap .content .item .name {
  margin: .12rem 0;
  font-size: .28rem;
  color: #333
}
.page-detail .recommend-wrap .content .item .download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: .5rem;
  border-radius: .5rem;
  background: #f00;
  color: #f7f7f7
}
.layer-screenshot {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #000
}
.layer-screenshot.pc {
  display: none
}
.layer-screenshot .swiper-container {
  width: 100%;
  height: 100%
}
.layer-screenshot .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}
.layer-screenshot .swiper-container .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  background: #f7f7f7;
  opacity: 1
}
.layer-screenshot .swiper-container .swiper-pagination-bullet-active {
  background: #f00
}
.footer5 {
  padding: 8px;
  border-top: 20px solid rgba(0, 0, 0, 0);
  text-align: center
}
.head-new {
  background-color: #d75544;
  font-size: 14px;
  font-family: microsoft yahei;
  height: 60px;
  padding: 5px 5px;
  background: #fc4c7b
}
.head-new1 {
  text-align: right;
  padding: 17px 0
}
.head-new2 {
  padding-top: 6px
}
footer {
  overflow: hidden;
  padding: 12px 0;
  width: 100%;
  border-top: 1px solid #f5f5f5
}
footer .ft_logo {
  height: 32px;
  margin: 10px auto;
  display: block;
  text-align: center
}
footer .ft_logo img {
  height: 32px;
  width: inherit
}
footer p {
  text-align: center;
  color: #999;
  line-height: 20px;
  font-size: 12px
}
.boxwrap {
  border-top: 6px solid #f5f5f5;
  overflow: hidden
}
.boxwrap .box_title {
  height: 30px;
  line-height: 30px;
  padding: 12px 12px 0
}
.boxwrap ul {
  border-top: 0
}
.sy_games {
  overflow: hidden;
  margin: 0 12px
}
.sy_games li .img, .sy_games li .img img {
  width: 64px;
  height: 64px;
  border-radius: 12px
}
.sy_games li {
  overflow: hidden;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
  margin-top: .3rem;
  display: flex;
  flex-flow: row nowrap;
  background: #f7f7f7;
  box-shadow: 0 .106667rem .32rem 0 rgba(0, 0, 0, .05);
  border-radius: .213333rem;
  padding: 0 .32rem;
  box-sizing: border-box
}
.sy_games li .donwl {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fc4c7b;
  color: #fafafb;
  font-size: .24rem;
  width: 1.5rem;
  height: .6rem;
  border-radius: .1rem;
  margin: .1rem auto 0
}
.sy_games li .info .bt {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  color: #000;
  display: block;
  margin-top: 2px
}
.sy_games li .info .desc {
  font-size: 12px;
  color: #a1a1a1;
  line-height: 20px;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin-top: 12px
}
.sy_games li .info {
  flex: 1;
  margin: 0 12px
}
.boxwrap .box_title span, .boxwrap .box_title h2 {
  float: left;
  font-size: 16px;
  color: #000;
  font-weight: 600
}
.sy_games li:last-child {
  border: 0
}
.head-new1 .logo {
  float: left;
  display: block;
  margin-top: -20px;
  margin-left: 8px
}
.head-new2 {
  text-align: right;
  margin-top: -33px;
  margin-right: 3px
}
.head-new2 a {
  text-align: center;
  background: #fff;
  color: #fc4c7b;
  font-size: .26rem;
  width: 1.5rem;
  height: .6rem;
  border-radius: .7rem;
  padding: 5px;
  font-weight: bold
}
html.pc, body.pc {
  background-size: 100% auto;
  background: #f7f7f7;
  background-size: 100% 100%;
}
a {
  color: #000;
}
a:hover, a:active, a:focus {
  color: #fc4c7b;
}
.my-pagination {}
.my-pagination .swiper-pagination-bullet {
  text-align: center;
  border-radius: 0;
  opacity: 1;
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
}
.my-pagination ul {
  display: -webkit-box;
}
.my-pagination li {
  display: block;
  background: #f7f7f7;
  overflow: hidden;
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 15px;
}
.my-pagination li:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scaleY(0.5);
}
.my-pagination .swiper-pagination-bullet{
  color:#000;
}
.my-pagination .swiper-pagination-bullet-active {
  color: #fc4c7b;
}
.my-pagination .swiper-pagination-bullet-active:after {
  opacity: 1;
  height: 4px;
}
.my-pagination {
  width: 100%;
  overflow-x: auto;
}
.my-pagination ul {
  /*width:200%;*/
}
.my-pagination ul li {
  min-width: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.swiper-slide ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.swiper-slide ul li {
  width: 25%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.swiper-slide ul li a {
  width: 80%;
}
.swiper-slide ul li .img-wrap {
  width: 100%;
}
.swiper-slide ul li .img-wrap img {
  width: 100%;
  border-radius: 0.2rem;
}
.page-index .list-wrap .item-wrap .img-wrap img {
  border-radius: 0.2rem;
  border: 1px solid rgb(0 0 0 / 0%);
}
.page-index .list-wrap .item-wrap {}
.swiper-slide ul li .name {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 15px;
}
.swiper-containers ul li .btn-wrap {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fc4c7b;
  color: #fafafb;
  font-size: 0.24rem;
  width: 1.5rem;
  height: 0.6rem;
  border-radius: 0.7rem;
  margin: 0.1rem auto 0;
}
ul, li {
  list-style-type: none;
}
.fulilayer {
  padding: 20px;
  background-color: #ff5a5e;
  color: #f7f7f7;
  font-family: microsoft yahei;
  font-weight: 300;
}
.fulilayer h1 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 15px;
}
.fulilayer p {
  text-indent: 2em;
  font-size: 13px;
  color: #f7f7f7;
}
.fulilayer li {
  font-size: 13px;
  color: #f7f7f7;
  padding: 3px 0;
}
.fulilayer li a {
  color: #ffd121;
  font-family: simsun;
  text-decoration: underline;
}
.layui-layer .layui-layer-btn .layui-layer-btn0 {
  border-color: #d75544;
  background-color: #d75544;
  font-size: 14px;
  font-family: microsoft yahei;
  height: 32px;
  line-height: 32px;
  padding: 0px 20px;
}
.top-slide-item {
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pc-download {
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.pc-download .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pc-download .inner-wrap .qrcode-wrap {
  padding: 30px 50px;
  border-radius: 6px;
  background: #fc4c7b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pc-download .inner-wrap .qrcode-wrap .item {
  padding: 10px;
  text-align: center;
  background: #f7f7f7;
}
.pc-download .inner-wrap .qrcode-wrap .item.qrcode-android {
  margin-left: 60px;
}
.pc-download .inner-wrap .close-wrap {
  align-self: flex-start;
  position: relative;
  top: -5px;
  cursor: pointer;
}
.pc-download .inner-wrap .close-wrap:hover {
  opacity: 0.8;
}
.pc-download .inner-wrap .close-wrap img {
  margin-left: 10px;
  width: 30px;
}
.gap{
  padding-left:.15rem;
  padding-right:.15rem;
  margin-top:.1rem;
  margin-bottom:.1rem;
}
.gap::after{
  content:'';
  display:block;
  height:.1rem;
  background-color:#e3e3e3;
  border-radius:.05rem;
}

