.box{
	padding: .2rem .285rem;
	margin-bottom: .2rem;
}
.game-gl .item {
    width: 100%;
    margin-right: 0;
}
.game-gl .item.top{
	margin-bottom: .22rem;
    margin-top: 0.1rem;
}
.game-gl .item .t-title {
    width: 100%;
    font-size: .4rem;
    font-weight: 500;
    text-align: center;
    padding: 0 .2rem 0 .15rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: .03rem;
    overflow: hidden;
    margin-bottom: .1rem;
}
.game-gl .item .t-title a{
    color: #ff6860;
    display: block;
    font-weight: bold;
	font-size: .32rem;
	height: .4rem;
    line-height: .4rem;
    overflow: hidden;
}
.game-gl .item .intro {
    opacity: .6;
    position: relative;
    line-height: .38rem!important;
    height: .72rem!important;
    overflow: hidden;
}
.game-gl .item .intro:before{
    content: "“";

}
.game-gl .item .title {
    width: 100%;
    font-weight: 400;
    position: relative;
}
.game-gl .item .title a{
    display: block;
    font-size: .28rem;
    height: .48rem;
}
.game-gl .item .title span{
    display: block;
    float: right;
    font-size: .28rem;
    height: .48rem;
    line-height: .48rem;
    color: #888888;
}
.game-gl .item:not(.top) .title a{
    width: 5.5rem;
    line-height: .48rem;
    color: #888888;
    float: left;
    text-align: justify;
}
.game-gl .item:not(.top){
    height: .48rem;
    line-height: .48rem;
    overflow: hidden;
}

.app-list ul{
    margin: 0 -.3rem;
}
.app-list ul li {
    float: left;
    width: 25%;
}
.app-list ul li a {
    display: block;
    width: 1.68rem;
    height: 2.34rem;
    margin: 0 auto .2rem;
}
.app-list.bk ul li a{
    height: 1.64rem;
}
.app-list.bk .title{
    font-size: .32rem;
    padding-bottom: 0.12rem;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.app-list.bk .title span{
    background: #fff;
    color: #333;
    padding: 0 .3rem;
    position: relative;
    z-index: 999;
}
.app-list.bk .title span span{
    padding: 0;
    background: #fff;
    color: #fb4349;
    position: relative;
    z-index: 999;
}
.app-list.bk .title:after{
    content: "";
    width: 100%;
    height: 0.1rem;
    background: repeating-linear-gradient( 140deg, #e5e1e6, #e5e1e6 0.5px, #f9f7fa 3px, #f9f7fa 6px );
    position: absolute;
    left: 0px;
    top: 0.17rem;
}
.app-list ul li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
    margin: 0.28rem auto 0;
}
.app-list ul li a p {
    text-align: center;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #333333;
    font-size: 0.24rem;
    overflow: hidden;
}
.app-list ul li a span.down {
    display: block;
    background: #379dec;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.06rem;
    margin: 0 auto;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}



.banner  {
    height: 4.24rem;
    position: relative;
    border-radius: 0.18rem;
    /*padding: 0 0.3rem;*/
    margin: 0 auto;
    margin-top: .2rem;
}
.banner .swiper-slide {
    width: 90%;
    height: 4.44rem;
    border-radius: 0.18rem;
}
.banner .swiper-slide img {
    width: 100%;
    height: 3.86rem;
    border-radius: 0.18rem;
    box-shadow: 0 0.1rem 0.25rem 0 rgb(121 140 226 / 50%);
}
.banner .swiper-slide p {
    position: absolute;
    width: 100%;
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 .2rem;
    font-size: 0.28rem;
    color: #ffffff;
    border-radius: 0 0 0.18rem 0.18rem;
    background: linear-gradient(to top, #000000, transparent);
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    bottom: 0.57rem;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #379dec;
}
.banner .swiper-pagination-bullets{
    bottom: 0rem;
    left: 0;
    width: 100%;
}
.banner .swiper-pagination-bullet {
    width: 0.22rem;
    height: 0.06rem;
    background: #cdd1f7;
    border-radius: 0.04rem;
    opacity: 1;
    margin-right: 0.1rem;
    margin: 0 .12rem;
}

.zt{
    /*background: #3B4A72;*/
    padding: 0.3rem 0 .2rem 0.285rem;
    position: relative;
    overflow: hidden;
}
.zt::before {
    content: '';
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#0003,#0003),#7266684d;
    z-index: 1;
}
.zt .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.zt-slide {
    padding: 0.28rem 0 0.3rem 0;
    overflow: hidden;
}
.zt-slide .zt-slideT .swiper-slide{
    width: 5.2rem;
    position: relative;
}
.zt-slide .zt-slideT .swiper-slide .show{
    background-color: #fff;
    border-radius: 0.03rem;
    overflow: hidden;
    box-shadow: 0 0 0.1rem rgb(0 0 0 / 50%);
}
.zt-slide .zt-slideT span{
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.08rem;
    background: #00000080;
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    border-radius: 0 0.08rem 0 0.08rem;
    color: #fff;
}
.zt-slide .zt-slideT .img{
    display: block;
    width: 100%;
    height: 2.5rem;
    box-shadow: 0 0.04rem 0.1rem 0 rgb(197 197 197);
}
.zt-slide .zt-slideT h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.2rem;
    padding: 0.5rem 0.1rem 0;
    line-height: 0.8rem;
    font-size: .30rem;
    text-align: center;
    overflow: hidden;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.7) 85%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.7) 85%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.7) 85%);
    color: #fff;
    overflow: hidden;
}
.zt-slide .zt-slideB {
    width: 100%;
    overflow: hidden;
    padding: 0.3rem 0.15rem .3rem;
}
.zt-slide .zt-slideB li {
    width: 1.6333rem;
    float: left;
    text-align: center;
}
.zt-slide .zt-slideB li a {
    padding: 0 0.15rem;
    display: block;
}
.zt-slide .zt-slideB li a img {
    width: 1.3333rem;
    height: 1.3333rem;
    display: block;
    margin: 0 auto;
}
.zt-slide .zt-slideB li a .title {
    font-size: 0.24rem;
    font-style: normal;
    height: .4rem;
    line-height: .4rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.05rem;
}

.gl-list ul li a {
    display: block;
    overflow: hidden;
    padding: 0.26rem 0 0.17rem 0;
    border-bottom: 1px solid #e7e7e7;
}
.gl-list ul li a img {
    float: left;
    width: 2.17rem;
    height: 1.44rem;
    border-radius: 0.08rem;
    margin-right: 0.38rem;
}
.gl-list ul li a .info {
    float: left;
    width: 4.28rem;
    overflow: hidden;
}
.gl-list ul li a .info p:nth-child(1) {
    height: 0.96rem;
    line-height: 0.48rem;
    font-size: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.gl-list ul li a .info p:nth-child(1) .highlight{
    color: #ff0c00;
}
.gl-list ul li a .info p:nth-child(2) {
    line-height: 0.57rem;
    color: #999999;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
}
.gl-list ul li a .info p:nth-child(2) em {
    margin-left: 0.3rem;
}
.gl-list ul li:last-child a{
    border: 0px;
}

.link{
    padding: .2rem .3rem;
    background: #f3f3f3;
}
.link-list li {
    margin-top: .3rem;
    float: left;
    padding-right: .5rem;
    margin-bottom: .2rem;
    color: #333;
}
.link-list li a {
    font-size: .28rem;
}