﻿.hiden {
    display: none !important;
}

.page .banner{
    width: 7.5rem;
    height: 5rem;
    position: relative;
}
.page .banner .swiper-container{
    width: 100%;
    height: 100%;
}
.page .banner .swiper-container a{
    position: relative;
}
.page .banner .swiper-container a img{
    display: block;
    width: 100%;
    height: 100%;
}
.page .banner .swiper-container a span{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .68rem;
    padding: 0 .3rem;
    line-height: .68rem;
    text-align: center;
    background: rgba(0,0,0,.7);
    font-size: .28rem;
    font-weight: 500;
    color: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page .banner .wrap-scrollbar{
    width: 100%;
    height: .08rem;
    background: #D6D6D6;
}
.page .banner .wrap-scrollbar .swiper-scrollbar .swiper-scrollbar-drag{
    background: #3D7EFF;
    height: .08rem;
}
.page .guide{
    width: 100%;
    height: 1.88rem;
    padding: .4rem .35rem 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.page .guide .guide_item{
    width: 1rem;
    height: 1.1rem;
}
.page .guide .guide_item img{
    display: block;
    width: 100%;
    height: .78rem;
}
.page .guide .guide_item span{
    display: block;
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
}
.page .hr{
    width: 6.9rem;
    height: .02rem;
    margin: 0 auto;
    background: #F6F8FA;
}
.page .top_new{
    width: 100%;
    height: 9.3rem;
    background: #fff;
}
.page .top_new .top{
    width: 100%;
    padding: .36rem .3rem 0;
    text-align: center;
    box-sizing: border-box;
    display: block;
}
.page .top_new .top span{
    display: block;
    font-size: .32rem;
    font-weight: bold;
    color: #3D7EFF;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page .top_new .top p{
    margin-top: .24rem;
    font-size: .24rem;
    font-weight: 500;
    color: #777777;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page .top_new .new_list{
    width: 100%;
    margin-top: .4rem;
    padding: 0 .3rem;
    box-sizing: border-box;
}
.page .top_new .new_list .item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1.2rem;
    margin-top: .3rem;
}
.page .top_new .new_list .item .left{
    width: 1.8rem;
    height: 1.2rem;
    margin-right: .3rem;
}
.page .top_new .new_list .item .right{
    flex: 1;
    width: 1.8rem;
    height: 1.2rem;
}
.page .top_new .new_list .item .right p{
    font-size: .24rem;
    font-weight: 500;
    color: #333333;
    line-height: .36rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.page .top_new .new_list .item .right span{
    display: block;
    margin-top: .1rem;
    font-size: .2rem;
    font-weight: 500;
    color: #999999;
    line-height: .36rem;
}
.page .recomment {
    width: 100%;
    margin-top: .2rem;
    padding: .3rem;
    background: #fff;
    box-sizing: border-box;
}
.page .recomment .tabs{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.page .recomment .tabs span{
    width: 2.22rem;
    height: .8rem;
    background: #EEF4FF;
    line-height: .8rem;
    font-size: .32rem;
    font-weight: bold;
    color: #6190EF;
    text-align: center;
}

.page .recomment .tabs span.active{
    color: #FFFFFF;
    background: #3D7EFF;
}
.page .recomment .list {
    display: none;
    margin-top: .3rem;
}
.page .recomment .list.active {
    display: block;
}

.page .recomment .list .item{
    float: left;
    width: 3.3rem;
    margin-right: .3rem;
}
.page .recomment .list .item:nth-of-type(2n){
    margin-right: 0;
}
.page .recomment .list .item img{
    display: block;
    width: 3.3rem;
    height: 2.1rem;
}
.page .recomment .list .item span{
    display: block;
    width: 100%;
    height: .71rem;
    line-height: .6rem;
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.page .recomment .list2 {
    width: 100%;
}

.page .recomment .list2 .item{
    float: left;
    width: 3.3rem;
    height: 3.4rem;
    margin-right: .3rem;
    margin-bottom: .3rem;
    padding: .2rem;
    background: #F6F8FA;
    box-sizing: border-box;
}

.page .recomment .list2 .item:nth-of-type(2n){
    margin-right: 0;
}

.page .recomment .list2 .item .top{
    display: flex;
    justify-content: space-between;
}
.page .recomment .list2 .item .top .img_wrap{
    width: .68rem;
    height: .68rem;
    margin-right: .14rem;
    border-radius: .16rem;
    overflow: hidden;
}
.page .recomment .list2 .item .top .img_wrap img{
    display: block;
    width: 100%;
    height: 100%;
}
.page .recomment .list2 .item .top .right{
    height: .7rem;
    flex: 1;
}
.page .recomment .list2 .item .top .right span{
    display: block;
    width: 1.8rem;
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page .recomment .list2 .item .top .right .star,
.page .recomment .list2 .item .top .right .star2{
    position: relative;
    display: block;
    margin-top: .14rem;
    width: 1.18rem;
    height: .18rem;
    background: url("../images/start1.png") no-repeat center left;
    background-size: cover;
    overflow: hidden;
}
.page .recomment .list2 .item .top .right .star{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url("../images/start2.png");
}

.page .recomment .list2 .item p{
    width: 2.79rem;
    height: 2.1rem;
    margin-top: .28rem;
    font-size: .2rem;
    font-weight: 500;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.page .game_voide {
    width: 100%;
    margin-top: .2rem;
    padding: 0 .3rem;
    background-color: #fff;
}
.page .game_voide .list a{
    position: relative;
    float: left;
    width: 3.3rem;
    height: 1.84rem;
    margin-right: .3rem;
    margin-bottom: .3rem;
}
.page .game_voide .list a i{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: .52rem;
    height: .52rem;
    background: url("../images/play.png") no-repeat center;
    background-size: cover;
}
.page .game_voide .list a:nth-of-type(1) i{
    width: .74rem;
    height: .74rem;
}
.page .game_voide .list a:nth-of-type(2n-1){
    margin-right: 0;
}
.page .game_voide .list a:nth-of-type(1){
    width: 6.9rem;
    height: 3.86rem;
}
.page .game_voide .list a:nth-of-type(1) span{
    width: 6.9rem;
    height: .58rem;
    line-height: .18rem;
    font-size: .24rem;
}
.page .game_voide .list a img{
    display: block;
    width: 100%;
    height: 100%;
}
.page .game_voide .list a span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .4rem;
    padding: .2rem;
    background: rgba(0,0,0,0.6);
    font-size: .2rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .03rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.page .all_play{
    width: 100%;
    margin-top: .2rem;
    padding: 0 .3rem;
    padding-top: .01rem;
    background-color: #fff;
}

.page .all_play .ad{
    width: 100%;
}

.page .all_play .list{
    width: 100%;
}
.page .all_play .list .item{
    float: left;
    width: 3.3rem;
    height: 2.58rem;
    overflow: hidden;
    margin-right: .3rem;
    margin-bottom: .3rem;
}
.page .all_play .list .item:nth-of-type(2n){
    margin-right: 0;
}
.page .all_play .list .item img{
    display: block;
    width: 100%;
    height: 2.08rem;
}
.page .all_play .list .item .title{
    display: flex;
    width: 100%;
    height: .48rem;
    background: #F9F9F9;
}
.page .all_play .list .item .title i{
    line-height: .48rem;
    font-size: .26rem;
    font-weight: bold;
    color: #FFFFFF;
    width: .86rem;
    height: 100%;
    text-align: center;
    background: #F14E52;
    border-radius: 0 .16rem 0 0;
    font-style:normal;

}
.page .all_play .list .item .title span{
    line-height: .48rem;
    flex: 1;
    padding: 0 .2rem;
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.page .about_info{
    width: 100%;
    margin-top: .2rem;
    padding:.01rem .3rem;
    background-color: #fff;
}

.page .about_info .tabs{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: .3rem;
}
.page .about_info .tabs span{
    width: 3.4rem;
    height: .8rem;
    line-height: .8rem;
    background: #EEF4FF;
    font-size: .32rem;
    font-weight: bold;
    color: #6190EF;
    text-align: center;
}

.page .about_info .tabs span.active{
    background: #3D7EFF;
    color:#fff;
}

.page .about_info .list {
    display: none;
    margin-top: .3rem;
}

.page .about_info .list.active{
    display: block;
}

.page .about_info .list .item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1.2rem;
    margin-bottom: .3rem;
}

.page .about_info .list .item img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .26rem;
}

.page .about_info .list .item .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 5.4rem;
    height: 1.2rem;
}

.page .about_info .list .item .info h2 {
    font-size: .28rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.page .about_info .list .item .info .text_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .7rem;
}


.page .about_info .list .item .info .text_btn .text p{
    display: block;
    font-size: .22rem;
    font-weight: 500;
    color: #999999;
}
.page .about_info .list .item .info .text_btn .text p:nth-of-type(1){
    margin-bottom: .1rem;
}
.page .about_info .list .item .info .text_btn .btn{
    width: 1.28rem;
    height: .62rem;
    line-height: .62rem;
    background: #3D7EFF;
    border-radius: .1rem;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.page .about_info .list .game_item {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.3rem 0;
    border-bottom: 0.02rem solid #F6F8FA;
}

.page .about_info .list .game_item:nth-child(n + 6) {
    display: none !important;
}

.page .about_info .list .game_item img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.26rem;
}

.page .about_info .list .game_item .info_name {
    width: 5.4rem;
}

.page .about_info .list .game_item .info_name h2 {
    width: 100%;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page .about_info .list .game_item .info_name .info_btn {
    width: 100%;
    display: flex;
    margin-top: 0.12rem;
}

.page .about_info .list .game_item .info_name .info_btn .info {
    width: 4.2rem;
}

.page .about_info .list .game_item .info_name .info_btn .info p {
    width: 100%;
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.08rem;
}

.page .about_info .list .game_item .info_name .info_btn .info .per_num {
    display: flex;
    align-items: center;
}

.page .about_info .list .game_item .info_name .info_btn .info .per {
    width: 2.64rem;
    height: 0.2rem;
    background: #F2F2F2;
    border-radius: 0.1rem;
}

.page .about_info .list .game_item .info_name .info_btn .info .per_green {
    height: 0.2rem;
background: #20C356;
border-radius: 0.1rem;
}

.page .about_info .list .game_item .info_name .info_btn .info .num {
font-size: 0.2rem;
font-family: PingFang SC;
font-weight: bold;
color: #999999;
margin-left: 0.1rem;
}

.page .about_info .list .game_item .info_name .info_btn .btn {
    width: 0.88rem;
height: 0.62rem;
background: #FFFFFF;
border: 0.02rem solid #20C356;
border-radius: 0.1rem;
text-align: center;
line-height: 0.58rem;
font-size: 0.24rem;
font-family: PingFang SC;
font-weight: bold;
color: #20C356;
margin-left: auto;
}


/* .page .about_info .list .item .img_wrap{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .26rem;
    overflow: hidden;
}

.page .about_info .list .item .img_wrap img{
    width: 100%;
    height: 100%;
    border-radius: .26rem;
}

.page .about_info .list .item .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 5.4rem;
    height: 1.2rem;
}

.page .about_info .list .item .right .title{
    font-size: .28rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.page .about_info .list .item .right .bottem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .7rem;
}


.page .about_info .list .item .right .bottem .info span{
    display: block;
    font-size: .22rem;
    font-weight: 500;
    color: #999999;
}
.page .about_info .list .item .right .bottem .info span:nth-of-type(1){
    margin-bottom: .1rem;
}
.page .about_info .list .item .right .bottem .btn{
    width: 1.28rem;
    height: .62rem;
    line-height: .62rem;
    background: #3D7EFF;
    border-radius: .1rem;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
} */

.page .well_chose{
    width: 100%;
    margin-top: .2rem;
    padding:.01rem .3rem;
    background-color: #fff;
}

.page .well_chose .swiper_well_chose{
    width: 100%;
    height: 6.3rem;
}
.page .well_chose .swiper_well_chose .swiper-container{
    width: 100%;
    height: 100%;
}
.page .well_chose .swiper_well_chose .swiper-container .swiper-slide{
    width: 100%;
    height: 5.3rem;
}
.page .well_chose .swiper_well_chose .swiper-container .swiper-slide .top_img{
    display: block;
    width: 100%;
    height: 4.14rem;
}
.page .well_chose .swiper_well_chose .swiper-container .swiper-slide .bottom{
    width: 100%;
    height: 1.16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page .well_chose .swiper_well_chose .swiper-container .swiper-slide .bottom .img_wrap{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: .44rem;
    margin-top: -.64rem;
    overflow: hidden;
}
.page .well_chose .swiper_well_chose .swiper-container .swiper-slide .bottom .img_wrap img{
    display: block;
    width: 100%;
    height: 100%;
}
.page .well_chose .swiper_well_chose .swiper-container .swiper-slide .bottom .info span{
    display: block;
    width: 2.6rem;
    font-size: .3rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page .well_chose .swiper_well_chose .swiper-container .swiper-slide .bottom .info span:nth-of-type(2){
    font-size: .24rem;
    font-weight: bold;
    color: #888;
    margin-top: .14rem;
}
.page .well_chose .swiper_well_chose .swiper-container .swiper-slide .bottom .btn{
    width: 1.8rem;
    height: .68rem;
    line-height: .68rem;
    background: #3D7EFF;
    border-radius: .1rem;
    font-size: .28rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.page .swiper-container1 .swiper-pagination-bullet{
    width: .36rem;
    height: .16rem;
    background: #c0c0c0;
    border-radius: .08rem;
}
.page .swiper-container1 .swiper-pagination-bullet-active{
    background: #3D7EFF;
}

.page .swiper-container1 .swiper-button-next,
.page .swiper-container1 .swiper-button-prev{
    width: .46rem;
    height: .3rem;
    top:auto;
    bottom: .4rem;
    background-size: cover;
    z-index:999;
}
.page .swiper-container1 .swiper-button-next{
    right: 1rem;
    background-image:url("../images/next2.png")
}
.page .swiper-container1 .swiper-button-prev{
    left: 1rem;
    background-image:url("../images/prev2.png")
}

.page .game_zq{
    width: 100%;
    margin-top: .2rem;
    padding:.01rem .3rem;
    background-color: #fff;
}

.page .game_zq .swiper-container{
    width: 100%;
    height: 3.1rem;
}

.page .game_zq .swiper-container .swiper-slide{
    width: 100%;
    height: 2.2rem;
    display: flex;
}

.page .game_zq .swiper-container .swiper-slide .item{
    float: left;
    width: 3.3rem;
    margin-right: .3rem;
    overflow: hidden;
}
.page .game_zq .swiper-container .swiper-slide .item:nth-of-type(2){
    margin-right: 0;
}
.page .game_zq .swiper-container .swiper-slide .item img{
    display: block;
    width: 100%;
    height: 1.76rem;
}
.page .game_zq .swiper-container .swiper-slide .item span{
    display: block;
    width: 100%;
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
}

.page .bottom_tabs {
    width: 100%;
    margin-top: .2rem;
    padding:.3rem .3rem;
    background-color: #fff;
}

.page .bottom_tabs .tag-container{
    width: 100%;
    height: .8rem;
    margin-bottom: .3rem;
}

.page .bottom_tabs .tag-container .swiper-slide{
    width: 2rem;
    height: .8rem;
    line-height: .8rem;
    background: #EEF4FF;
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
    color: #6190EF;
}

.page .bottom_tabs .tag-container .swiper-slide.active{
    background: #3D7EFF;
    color: #fff;
}

.page .bottom_tabs .tag-list{
    display: none;
}
.page .bottom_tabs .tag-list.active{
    display: flex;
    flex-wrap: wrap;
}

.page .bottom_tabs .list .list-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1.2rem;
    align-items: center;
    margin-bottom: .3rem;
}
.page .bottom_tabs .list .list-item .img-container{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .26rem;
    overflow: hidden;
}
.page .bottom_tabs .list .list-item .img-container img{
    display: block;
    width: 100%;
    height: 100%;
}

.page .bottom_tabs .list .list-item .list-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 3.4rem;
    height: 100%;
}
.page .bottom_tabs .list .list-item .list-content p{
    width: 100%;
    height: .34rem;
    font-size: .28rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page .bottom_tabs .list .list-item .list-content .info{
    display: flex;
    height: .24rem;
}
.page .bottom_tabs .list .list-item .list-content span{
    padding-left: .1rem;
    line-height: .24rem;
    font-size: .24rem;
    font-weight: 500;
    color: #999999;
}
.page .bottom_tabs .list .list-item .list-content span:nth-of-type(1){
    padding-right: .1rem;
    border-right: .01rem solid #ddd;
}

.page .bottom_tabs .list .list-item .btn{
    width: 1.6rem;
    height: .68rem;
    line-height: .68rem;
    font-size: .28rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background: #3D7EFF;
}

.page .bottom_tabs .list .list-item1 {
    width: 50%;
    font-size: .24rem;
    display: flex;
    height: .7rem;
    align-items: center;
    padding-left: .5rem;
    position: relative
}

.page .bottom_tabs .list .list-item1 span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page .bottom_tabs .list .list-item1:before {
    content: '';
    display: inline-block;
    width: .1rem;
    height: .1rem;
    border: .02rem solid #aaa;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2rem;
    margin: auto
}


.page .bottom_tabs .more,
.page .bottom_tabs .nomore{
    position: relative;
    padding-right: .3rem;
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    background: #EEF4FF;
    font-size: .28rem;
    font-weight: bold;
    color: #6190EF;
    text-align: center;
    box-sizing: border-box;
}
.page .bottom_tabs .nomore{
    padding: 0;
}
.page .bottom_tabs .nomore a{
    color: #6190EF;
}
.page .bottom_tabs .more::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-left: .13rem;
    content: "";
    width: .26rem;
    height: .26rem;
    background: url("../images/load.png") no-repeat center;
    background-size: cover;
}


/* 新增切换tabs样式 */
.page .game_zq .common_tilte span{
    color: #333333;
}
.page .game_zq .common_tilte span.other_title{
    position: relative;
    font-size: .32rem;
    font-weight: bold;
    /* left: -1.2rem; */
}
.page .game_zq .common_tilte span.active{
    color: #6190EF;
}

.page .game_zq .common_tilte span.other_title1{
    position: relative;
    font-size: .32rem;
    font-weight: bold;
    /* left: -1.2rem; */
}
.page .game_zq .common_tilte span.other_title2{
    position: relative;
    font-size: .32rem;
    font-weight: bold;
    /* left: -1.2rem; */
}

/* 最新资讯 */
.zxzx{
    background: #fff;
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    padding: 0 0.3rem;

.list li {
    /* padding: 0 0.3rem; */
    box-sizing: border-box
}

.list .news {
    display: flex;
    margin-top: 0.4rem
}

.list .news:nth-of-type(1) {
    margin-top: 0
}

.list .news .info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 4.6rem;
    margin-right: 0.3rem
}

.list .news .info p {
    width: 100%;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #505050;
    line-height: 0.4rem
}

.list .news .info .tiem_type {
    font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #B1B1B1
}

.list .news img {
    width: 2rem;
    height: 1.25rem;
    border-radius: 0.04rem
}

.list li .more_btn {
    display: block;
    width: 6.9rem;
    height: 0.8rem;
    background: #FFFFFF;
    border: 0.02rem solid #DBDBDB;
    border-radius: 0.1rem;
    box-sizing: border-box;
    line-height: 0.76rem;
    text-align: center;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 0 auto;
    margin-top: 0.3rem
}

}
/* 最新资讯 end */