/*html,body{*/
    /*background: #fff;*/
/*}*/
.banner{
    margin-bottom: 1.2rem;
}
.play{
    background: #fff;
    padding: 4% 0;
}
.play .content,.play .download{
    display: inline-block;
    vertical-align: middle;
}
img{
    display: block;
}
.play .img{
    width: 22%;
    height: auto;
    padding:0 2%;
    vertical-align: top;
    display: inline-block;
}
.play .img img{
    width: 100%;
}
.play .content{
    width: 57%;
    line-height: 1.6rem;
}
.play .content h4{
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
}
.play .content h4 a{
    color: inherit;
}
.play .content p{
    font-size: 1.2rem;
}
.play .content p a{
    color: inherit;
}
.play .download{
    padding: 0 2%;
}
.play .download i{
    font-size: 32px;
    color: #00bcd7;
}
.project.scroll-list{
    margin: 0;
    padding-bottom: 5%;

}
.project.scroll-list .title{
    margin: 5% 3%;
}
.scroll-list .scroll-outer{
    width: 100%;
    position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;

}
.scroll-list .scroll-outer::-webkit-scrollbar-thumb,
.scroll-list .scroll-outer::-webkit-scrollbar{
    color: transparent;
    background: transparent;
    width: 0;
    height: 0;
    opacity: 0;
}

.scroll-list .scroll-outer ul{
    overflow: hidden;
    padding-right: 1rem;
}
.scroll-list .scroll-outer ul li{
    float: left;
    padding-left: 1rem;
    box-sizing: border-box;
}
/* @media screen and (min-width: 320px) and (max-width: 375px){

    .scroll-list .scroll-outer ul{
        padding-right: 1.5rem;
    }
    .scroll-list .scroll-outer ul li{
        padding-left: 1.5rem;
    }
} */
.scroll-list .scroll-outer ul li a{
    width: 100%;
    display: inline-block;
}
.scroll-list .scroll-outer ul li p{
    text-align: center;
    margin-top: .5rem;
    font-size: 1.2rem;
}
.scroll-list .scroll-outer ul li a img{
    display: block;
    width: 100%;
}
.line{
    width: 96%;
    margin-left: 2%;
    border-bottom: 1px solid #e3e3e3;
}
.project.scroll-list.game-funny{
    padding: 8% 0;
}
.chess-list {
    padding: 0 4%;
}
.chess-list>div{
    display: block;
    padding:1rem 0rem;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.chess-list>div table{
    height: 100%;
}
.chess-list a {
    /*display: block;*/
    /*padding:1rem 0rem;*/
    /*border-bottom: 1px solid #e7e7e7;*/
    outline: none;
}
.chess-list a:active {
    outline: none;
}
.chess-img {
    display: inline-block;
    width:17%;
    vertical-align: middle;
}
.chess-img img {
    width:100%;
}
.grup-title,.grup-title-xy{
    display: inline-block;
    vertical-align: middle;
    margin-left:2%;
    width:60%;
    height: 100%;
    overflow: hidden;
}
.grup-title-xy{
    width:75%;
}
.grup-title .g-name ,.grup-title-xy .g-name{
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 600;
    color: #000;
}
.grup-title h3 ,.grup-title-xy h3{
    font-size: 1.7rem;
    color:#000;
    letter-spacing: 2px;
}
.grup-title-xy table td.g-content div{
    width: 75%;
}
.grup-title-xy table td p.msw{
    display: inline-block;
    margin-top: 0.15rem;
    margin-left:0.5rem;
    padding: 0.2rem 0.7rem;
    border-radius: 0.2rem;
    font-size: 1rem;
    color: #fff;
    background: #E9380E;
    vertical-align:top;
}
span.span-down{
    position: absolute;
    display: inline-block;
    padding: 0.35rem 0.35rem;
    color:#1F87DE;
    border: 0.2rem solid #1F87DE;
    border-radius: 0.5rem;
    top: 50%;
    right: 0px;
    text-align: center;
}
.grup-title-xy table td,
.grup-title-xy table td p,
.grup-title-xy table td span,
.grup-title-xy table td a,
.grup-title-xy table td div,
.grup-title-xy table td h1,
.grup-title-xy table td h2,
.grup-title-xy table td h3,
.grup-title-xy table td h4,
.grup-title-xy table td h5,
.grup-title-xy table td h6,
.grup-title-xy table td li,
.grup-title-xy table td strong,
.grup-title-xy table td i,
.grup-title-xy table td font,
.grup-title-xy table td em{
    font-size:1.2rem;
    color:#696969;
    line-height: 1.4;
    letter-spacing: 1px;
    word-break: break-all;
}
.grup-title table td,
.grup-title table td p,
.grup-title table td span,
.grup-title table td a,
.grup-title table td div,
.grup-title table td h1,
.grup-title table td h2,
.grup-title table td h3,
.grup-title table td h4,
.grup-title table td h5,
.grup-title table td h6,
.grup-title table td li,
.grup-title table td strong,
.grup-title table td i,
.grup-title table td font,
.grup-title table td em{
    font-size:1.2rem;
    color:#696969;
    line-height: 1.4;
    letter-spacing: 1px;
    word-break: break-all;
}
.download {
    width: 11%;
    vertical-align: middle;
    display: inline-block;
}
.download-icon {
    font-size: 3.5rem;
    color:#45a212;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(-50%,-50%);
}
/* 底部 h5链接 */
.footer-btn{
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px 0.8rem;
  background: rgba(10, 10, 10, 0.7);
  box-sizing: border-box;
  color:#fff !important;
}
.footer-btn-title{
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1%;
  width: 60%;
  height: 100%;
  overflow: hidden;
}
.footer-btn-title .title-name{
  display: inline-block;
  font-size: 1.7rem;
  margin-bottom: 5px;
  /* font-weight: 600; */
}
.footer-btn-title .title-content{
  font-size: 1.1rem;
}
.lj-play{
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(-50%,-50%);
}
.lj-play img{
  width: 6rem;
  height: 6rem;
}

/* 专区 */
.special-zone {
    padding: 2.8rem 2.5rem;
    background: url('/static_new/images/new-home/zone-bg.jpg');
    background-size: contain;
    box-sizing: border-box;
}

.special-zone .zone {
    display: block;
    margin-bottom: 1.2rem;
}
.special-zone .zone img {
    width: 100%;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* 头部样式 */
.header {
    background-color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    height: 9rem; /* 90px / 10 */
}

.logo {
    height: 7.4rem; /* 50px / 10 */
    display: block;
}

/* 轮播图样式 */
.banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    touch-action: pan-x;
}

.banner-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.banner-slide {
    min-width: 100%;
}

.banner-img {
    width: 100%;
    display: block;
}

/* 游戏列表样式 */
.game-list {
    padding: 0.5rem 1rem; /* 5px 10px / 10 */
}

.game-card {
    margin-bottom: 0.8rem; /* 8px / 10 */
    overflow: hidden;
    position: relative;
}

.game-bg {
    width: 100%;
    display: block;
}

.download-btn {
    position: absolute;
    right: 4.5%;
    top: 42%;
    transform: translateY(-50%);
    width: 12rem;
    height: 12rem; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
