
.video{
    width: 100%;
}

.video iframe{
    width: 100%;
    height: 4.4rem;
}

.video img{
    width: 100%;
}
.info{
    padding:0.3rem 0.2rem 0.2rem 0.2rem;
    background: #ffffff;
}
.info .img{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.32rem;
    margin:0 0.16rem 0 0.1rem;
}
.info .text{
    width: 70%;
}
.info .text .name{
    width: 3.8rem;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.54rem;
    margin: 0.1rem 0 0.15rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info .text .tag,.info .text .size{
    line-height: 0.4rem;
    margin-bottom: 0.15rem;
}
.info .text .tag{
    width: 100%;
    height: 0.4rem;
    overflow: hidden;
}
.info .text .tag span,.info .text .tag a{
    padding: 2px 5px;

}
.info .text .tag span,.info .text .size span,.info .text .tag a{
    background: #f3f3f3;
    font-size: 0.24rem;
    color: #999999;
    border-radius: 0.06rem;
    margin:0 0.1rem 0 0;
}
.info .text .tag a{
    background: #fff3f3 !important;
    color: #ff9b9b !important;
}
.info .text .size span{
    background: #fff !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ff6600 !important;
}
.info .text .down{
    margin:0.26rem 0 0 0;
    font-size: 0.24rem;
    color:#333333;
}
.info .star-wrap{
    width: 1.46rem;
    height: 1.46rem;
    -webkit-box-shadow:  0 0 0.04rem #dddddd;
    -moz-box-shadow:  0 0 0.04rem #dddddd;
    box-shadow:  0 0 0.04rem #dddddd;
    border-radius: 0.24rem;
    margin:0.12rem 0.12rem 0 0;
    text-align: center;
}
.info .star-wrap .cm-star{
    margin:0;
}
.info .star-wrap .point{
    font-size: 0.36rem;
    line-height: 0.55rem;
    margin:0.2rem 0 0 0;
}
.info .star-wrap .num{
    font-size: 0.2rem;
    color:#d0d0d0;
    margin:0.06rem 0 0 0;
}
.info .btns{
    /* border-bottom: 1px solid #ededed; */
}
.info .down-btn{
    width: 6.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.32rem;
    color:#ffffff;
    background: #5c96f7;
    margin: 0.28rem auto 0.24rem auto;
    border-radius: 0.1rem;
}
.downbtn_a{
    float:left;
    display: inline-block !important;
    width: 45%;
    height: 40px !important;
    margin-right: 4%;
    margin-left: 3%;
}
.downbtn_a div{
    width:100% !important;
}
.downbox .down-btn{

background: #fff !important;

color: #5c96f7;

border: 1px solid #5c96f7;

margin: 0;
}
.downbox .downbtn_b {
    background: #5c96f7;
    display: inline-block !important;
    width: 45%;
    margin: 0px 0 12px;
    line-height: 0.8rem;
    height: 0.8rem;
    padding-top: 2px;
    vertical-align: top;
}
.downbox a.downbtn_b{
    height: 0.8rem;
    display: block;
    border-radius: 5px!important;
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.8rem;
    text-align: center;
    /* margin: 0 3%; */
    margin-bottom: 10px;
}
.downbox p {
    font-size: 12px !important;
    margin: 0 3%;
    background: #fff3e2;
    color: #787878 !important;
    padding: 4px 8px;
    box-sizing: border-box;
    border: 1px solid #ffe0b5;
    line-height: 20px !important;
    margin-bottom: 10px;
    border-radius: 5px;
    height: auto !important;
}
.downbox{
   margin: 0.28rem auto 0.2rem auto;
}
.downbox .down-btn .icon-down1{
    background: url(../img/load-btn-icon.png) no-repeat 0 0;
    background-size: 85% 85%;
}

.yx_tips {
    text-align: center;
    font-size: 12px;
    color: #41bd76;
    padding-bottom: 5px;
    /* margin-bottom: 10px; */
    padding-top: 10px;
}

.yx_tips span {
    padding: 0 16px;
    position: relative;
}

.yx_tips span::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url(../img/dyw-tip.png) no-repeat;
    background-size: 11px;
}
.info .down-btn .icon-down1{
    margin:0 0.26rem 0 0;
}
.info .share-btn{
    width: 2rem;
    height: 0.5rem;
    color:#5c96f7;
    font-size: 0.24rem;
    line-height: 0.5rem;
    margin:0 auto 0.12rem auto;
    text-align: center;
}
.selector{
    text-align: center;
    font-size: 0;
    padding:0 0.2rem;
    background: #ffffff;
    margin:0 0 0.2rem 0;
    display: flex;
    border-top: 1px solid #ededed;
}
.selector li{
    flex:1;
    padding:0.2rem 0 0.1rem 0;
    text-align: center;
    display: inline-block;
    line-height: 0.72rem;
    font-size: 0.3rem;
    color:#333333;
    margin:0 0.12rem;
}
.selector li.active{
    color:#5c96f7;
    border-bottom:0.03rem solid #5c96f7;
}
.selector li .num{
    font-size: 0.2rem;
    color:#999999;
    margin:0 0 0 0.12rem;
}
.showing .showing-page{
    display: none;
}
.showing .showing-page.active{
    display: block;
}
.game{}
.game .slide-game{
    background: #ffffff;
}
.game .slide{
    padding:0.32rem 0 0 0;
    background: #ffffff;
}
.game .swiper-slide{
    width: auto;
   
}
#g-intro .swiper-slide{
    background: #f0f0f0;
    padding: 0.2rem 0;
}
.game .slide img{
    display: inline-block;
    margin:0 0 0 0.2rem;
    width: auto;
    height: 4.45rem;
}
.game .desp-wrap{
    padding: 0 0.25rem 0.2rem;
    background: #ffffff;
    margin:0 0 0.2rem 0;
}
.game .desp-wrap .tit{
    font-size: 18px;
    font-weight: bold;
    color:#333333;
    line-height: 0.76rem;
}
.game .desp-wrap .desp{
    line-height: 0.52rem;
    font-size: 0.3rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* height: 550px; */
    -webkit-line-clamp: none;
}
.game .desp-wrap .desp p{
    line-height: 0.52rem;
    font-size: 0.3rem;
    margin-top: 5px;
    margin-bottom: 5px;
}
.game .desp-wrap .desp h3{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #5c96f7;
    font-weight: bold;
    font-size: 16px;
}
.game .desp-wrap .desp table{float:inherit;}
.game .desp-wrap .desp img{
    max-width: 75%;
    margin: 5px auto;
    display: block;
}
.game .desp-wrap .desp.active{
    /* overflow: visible; */
    height: auto;
    /* -webkit-line-clamp:100; */
}
.game .desp-wrap .bottom{
    padding:0.16rem 0 0.24rem 0;
}
.game .desp-wrap .bottom .tag{
    font-size: 0.24rem;
    color:#999999;
    margin:0 0.16rem 0 0;
}
.game .desp-wrap .toggle-btn{
    text-align: right;
    margin: 0.12rem 0;
    font-size: 0.28rem;
    color: #999999;
    display: none;
}
.game .desp-wrap .toggle-btn.active .cm-icon{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.game .desp-wrap .toggle-btn .show{
    display: inline-block;
}
.game .desp-wrap .toggle-btn .hide{
    display: none;
}
.game .desp-wrap .toggle-btn.active .show{
    display: none;
}
.game .desp-wrap .toggle-btn.active .hide{
    display: inline-block;
}

.game .msg{
    padding:0.3rem 0.25rem;
    background: #ffffff;
    margin:0 0 0.2rem 0;
    font-size: 0.28rem;
    color:#666666;
    line-height: 0.48rem;
}
.game .msg .tit{
    font-size: 18px;
    font-weight: bold;
    color:#333333;
    margin:0 0 0.12rem 0;
}
.game .msg span{
    margin:0 0.6rem 0 0;
    width: 3rem;
    display: inline-block;
    vertical-align: top;
}
.game .msg span:nth-child(2n){
    margin:0;
}
.point-wrap{
    padding:0.36rem 0;
    background: #ffffff;
    margin:0.2rem 0 0.2rem 0;
    vertical-align: top;
}
.point-wrap .left{
    width: 2.65rem;
    float: left;
    text-align: center;
}
.point-wrap .right{}
.point-wrap .num{
    font-size: 1.1rem;
    color:#333333;
    margin:0.24rem 0 0.24rem 0;
}
.point-wrap .right{
    width: 4.85rem;
    float: left;
}
.point-wrap .right li{
    font-size: 0.2rem;
    color:#999999;
    margin:0 0 0.22rem 0;
}
.point-wrap .right li .bar{
    margin:0 0 0 0.22rem;
    width: 3.95rem;
    background: #f6f6f6;
    height: 0.15rem;
    display: inline-block;
}
.point-wrap .right li .bar .light{
    height: 100%;
    background: #5c96f7;
    width: 50%;
}
.point-wrap .right li:nth-child(1) .bar .light{
    opacity: 1;
}
.point-wrap .right li:nth-child(2) .bar .light{
    opacity: 0.8;
}
.point-wrap .right li:nth-child(3) .bar .light{
    opacity: 0.6;
}
.point-wrap .right li:nth-child(4) .bar .light{
    opacity: 0.4;
}
.point-wrap .right li:nth-child(5) .bar .light{
    opacity: 0.2;
}

#comment{}
.comment .point-wrap{}
.comment .point-wrap .left{
    width: 2.4rem;
}
.comment .point-wrap .right{
    width: 4.7rem;
}
.comment-inputbox{
    border-bottom:1px solid #eeeeee;
    text-align: center;
    position: relative;
    padding: 0.3rem 0.2rem;
    background: #ffffff;
}
.comment-inputbox .avatar{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.comment-inputbox .user{
    margin:0 0 0.24rem 0;
}
.comment-inputbox .name{
    font-size: 0.3rem;
    margin:0 0 0 0.24rem;
    display: inline-block;
    vertical-align: middle;
}
.comment-inputbox .pointer{
    display: inline-block;
}
.comment-inputbox .pointer span{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url(http://app.yzz.cn/assets/pc/img/sprite.png) no-repeat 0 -1.74rem;
    background-size: 5rem;
}
.comment-inputbox .pointer span.active{
    background: url(http://app.yzz.cn/assets/pc/img/sprite.png) no-repeat 0 -1.17rem;
    background-size: 5rem;
}
.comment-inputbox .btn{
    position: absolute;
    top:0.2rem;
    right:0.2rem;
    font-size: 0.28rem;
    color:#5c96f7;
}


/*.comment-inputbox .left{
    float: left;
    width: 1.2rem;
    margin:0 0.24rem 0 0;
}
.comment-inputbox .left .avatar{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    overflow: hidden;
}
.comment-inputbox .right{
    float: left;
    width: 5.4rem;
    margin: 0.32rem 0 0 0;
}
.comment-inputbox .pointer{
    display: inline-block;
    vertical-align: middle;
    margin:0 0.24rem 0 0;
}
.comment-inputbox .pointer span{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url(http://app.yzz.cn/assets/pc/img/sprite.png) no-repeat 0 -1.74rem;
    background-size: 5rem;
}
.comment-inputbox .pointer span.active{
    background: url(http://app.yzz.cn/assets/pc/img/sprite.png) no-repeat 0 -1.17rem;
    background-size: 5rem;
}
.comment-inputbox .right .btn{
    font-size: 0.24rem;
    color: #ffffff;
    background: #5c96f7;
    width: 2.4rem;
    line-height: 0.52rem;
    border-radius: 0.12rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}*/

.comment-dialog-shadow{
    position: fixed;
    top:0.9rem;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
    z-index: 1000;
}
.comment-dialog{
    z-index: 1001;
    /* width: 7rem; */
    /* height: 7rem; */
    position: absolute;
    top: 0.9rem;
    left: 0.2rem;
    right: 0.2rem;
    margin: auto;
    background: #ffffff;
    /* border-radius: 0.1rem; */
    padding: 0.25rem;
}
.comment-dialog .tit{
    font-size: 18px;
    font-weight: bold;
    color:#333333;
    margin:0 0 0.24rem 0;
    text-align: center;
    line-height: 0.42rem;
}
.comment-dialog .user{
    padding: 0 0 0 0.24rem;
}
.comment-dialog .user .avatar{
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin:0 0.24rem 0 0;
}
.comment-dialog .user .name{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.32rem;
}
.comment-dialog .pointer{
    margin: 0.2rem 0 0.2rem 0.1rem;
    text-align: center;
}
.comment-dialog .pointer span{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.12rem;
    background: url(http://app.yzz.cn/assets/pc/img/sprite.png) no-repeat 0 -1.74rem;
    background-size: 5rem;
}
.comment-dialog .pointer span.active{
    background: url(http://app.yzz.cn/assets/pc/img/sprite.png) no-repeat 0 -1.17rem;
    background-size: 5rem;
}
.comment-dialog textarea{
    margin: 0 auto 0.32rem auto;
    width: 6rem;
    display: block;
    padding: 0.24rem;
    border: 1px solid #eeeeee;
    border-radius: 0.12rem;
    resize: none;
    height: 4rem;
}
.comment-dialog .btns{
    text-align: center;
}
.comment-dialog .btns .submit,
.comment-dialog .btns .close{
    width: 1.8rem;
    display: inline-block;
    line-height: 0.6rem;
    text-align: center;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    color:#ffffff;
}
.comment-dialog .btns .submit{
    background: #5c96f7;
}
.comment-dialog .btns .close{
    background: #aaaaaa;
        margin: 0 2.8rem 0 0;
}

.comment-selector{
    margin: 0.24rem 0 0 0;
    position: relative;
    padding: 0.2rem;
    background: #ffffff;
}
.comment-selector .tit{
    font-size: 18px;
    font-weight: bold;
    color:#333333;
}
.comment-selector .options-btn{
    position: absolute;
    top:0.2rem;
    right:0.24rem;
    font-size: 0.3rem;
    color:#333333;
    width: 1.1rem;
}
.comment-selector .options-btn .val{
    margin:0 0.12rem 0 0;
}
.comment-selector .options{
    position: absolute;
    top:0.6rem;
    right:0.24rem;
    background: #ffffff;
    font-size: 0.3rem;
    line-height: 0.52rem;
    color:#333333;
    border:1px solid #eeeeee;
    text-align: center;
    width: 1.1rem;
    display: none;
}
.comment-selector .options li{
    border-bottom:1px solid #eeeeee;
}
.comment-selector .options li:last-child{
    border: 0;
}
.comment .comment-list{
    background: #ffffff;
}
.comment .comment-list li{
    padding: 0.24rem 0 0 0;
    border-top: 1px solid #ededed;
    background: #ffffff;
    margin: 0 0.2rem;
}
.comment .comment-list .left{
    float: left;
    width: 0.6rem;
    margin:0 0.1rem 0 0;
}
.comment .comment-list .left .avatar{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}
.comment .comment-list .right{
    float: left;
    width: 6.3rem;
}
.comment .comment-list .top{
    line-height: 0.6rem;
}
.comment .comment-list .right .name{
    float: left;
    color:#666666;
    font-size: 0.28rem;
}
.comment .comment-list .right .cm-star{
    float: right;
    margin: 0.2rem 0 0 0;
}
.comment .comment-list .desp{
    color: #333333;
    line-height: 0.48rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 1.9rem;
}
.comment .comment-list .desp.active{
    height: auto;
    -webkit-line-clamp: 999;
}
.comment .comment-list .desp-btn{
    text-align: right;
    margin:0.24rem 0;
}
.comment .comment-list .desp-btn span{
    color:#5c96f7;
    font-size: 0.28rem;
}
.comment .comment-list .bottom{
    font-size: 0.28rem;
    color:#999999;
}
.comment .comment-list .bottom .date{
    float: left;
}
.comment .comment-list .bottom .like-btn{
    float: right;
}
.comment .comment-list .bottom .rep-btn{
    margin:0 0 0 0.24rem;
    float: right;
}
.comment .rep-list{
    float: left;
    width: 100%;
    background: #eeeeee;
    margin: 0.16rem 0;
}
.comment .rep-list .rep{
    padding: 0.16rem 0;
    margin: 0 0.24rem;
    border-bottom: 1px solid #ffffff;
    display: none;
}
.comment .rep-list .rep:nth-child(1){
    display: block;
}
.comment .rep-list .rep:nth-child(2){
    display: block;
}
.comment .rep-list .rep .name{
    float: none;
    line-height: 0.32rem;
}
.comment .rep-list .rep .msg{
    margin:0.12rem 0;
    line-height: 0.42rem;
    font-size: 0.28rem;
}
.comment .rep-list .show-rep-dialog{
    text-align: center;
    line-height: 0.64rem;
}
.comment .rep-list-dialog-shadow{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.3);
    z-index: 500;
    display: none;
}
.comment .rep-list-dialog{
    position: absolute;
    top: 0.9rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border: 1px solid #eeeeee;
    /* border-radius: 0.12rem; */
    z-index: 501;
    margin: auto;
    /* width: 7rem; */
    /* height: 8rem; */
    overflow-x: hidden;
    overflow-y: auto;
    /* padding: 0.24rem 0 0 0; */
}
.comment .rep-list-dialog .rep{
    display: block!important;
}
.comment .rep-list-dialog .tit{
    background: #5c96f7;
    height: 0.9rem;
    margin: 0 0 0.12rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.comment .rep-list-dialog .tit .rep-list-dialog-close{
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    background: url(/assets/wap/img/icons.png) no-repeat -1.5rem -2.78rem;
    background-size: 3.6rem;
}
.comment .rep-list-dialog .left{
    width: 0.8rem;
    margin: 0.16rem 0.1rem 0 0.2rem;
    float: none;
    position: absolute;
}
.comment .rep-list-dialog .left .avatar{
    width: 0.8rem;
    height: 0.8rem;
}
.comment .rep-list-dialog .right{
    width: 7.1rem;
    margin: 0 0 0 0.2rem;
}
.comment .rep-list-dialog .right .top{
    margin: 0 0 0 1rem;
}
.comment .rep-list-dialog .right .desp{
    margin: 0 0 0 1rem;
}
/*20190319 card start*/
.showing .card-wrap{
    padding: 0.2rem;
    background: #ffffff;
}
.showing .card-item{
    padding: 0 0 0.4rem 0;
    margin: 0 0 0.24rem 0;
    border-bottom: 1px solid #dddddd;
}
.showing .card-item .left{
    width: 5.2rem;
    float:left;
}
.showing .card-item .name{
    font-size: 0.32rem;
    line-height: 0.64rem;
    margin:0 0 0.12rem 0;
}
.showing .card-item .per{
    margin:0 0 0.32rem 0;
    display: none;
}
.showing .card-item .per .num{
    font-size: 0.32rem;
    line-height: 0.36rem;
    color:#f4b722;
    display: inline-block;
    vertical-align: middle;
}
.showing .card-item .per .light{
    width: 3.5rem;
    height: 0.36rem;
    display: inline-block;
    vertical-align: middle;
    background: #dddddd;
    margin: 0 0.32rem 0 0;
    border-radius: 0.18rem;
}
.showing .card-item .per .light span{
    height: 0.36rem;
    display: block;
    border-radius: 0.18rem;
    background:#f4b722;
}
.showing .card-item .desc{
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.showing .card-item .right{
    width: 1.8rem;
    float:right;
}
.showing .card-item .right .btn{
    border-radius: 0.1rem;
    width: 1.2rem;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.24rem;
    cursor: pointer;
    display: block;
    margin: 0.4rem auto 0 auto;
}
.card-dialog-shadow{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
    z-index: 10;
}
.card-dialog{
    position: fixed;
    top:20%;
    left:0;
    right:0;
    background:#ffffff;
    z-index: 20;
    margin:auto;
    padding:0.2rem;
    width: 6rem;
}
.card-dialog .close{
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    height: 0.5rem;
    width: 0.5rem;
    background: url(../../pc/img/sprite.png) no-repeat -2rem -2.2rem;
    background-size: 3rem;
    cursor: pointer;
}
.card-dialog .tit{
    font-size: 18px;
    font-weight: bold;
    line-height: 0.6rem;
}
.card-dialog .content{
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding:0 0 0.3rem 0;
    border-bottom:1px solid #dddddd;
}
.card-dialog .step-wrap{
    text-align: center;
    margin:0.1rem 0 0.2rem 0;
}
.card-dialog .step-wrap .step{
    width: 1.1rem;
    display: inline-block;
    line-height: 0.5rem;
    padding: 0.1rem 0.05rem;
    border:1px solid #dddddd;
    border-radius: 0.1rem;
}
.card-dialog .step-wrap .step p{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.3rem;
    font-size: 0.18rem;
}
.card-dialog .step-wrap .arrow{
    width: 0.3rem;
    height: 0.4rem;
    background: url(../../pc/img/arrow.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}
.card-dialog .tips-btn{
    padding:0.2rem 0;
    width: 2.4rem;
    font-size: 0.24rem;
    margin:0 auto;
    cursor: pointer;
    display: block;
    text-align: center;
}
/*20190319 card end*/

.confirm-dialog-shadow{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.3);
    z-index: 2000;
}
.confirm-dialog{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    background: #ffffff;
    border-radius: 0.1rem;
    z-index: 2001;
    width: 5.6rem;
    height: 2rem;
    padding:0.24rem;
}
.confirm-dialog .content{
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.5rem;
}
.confirm-dialog .btns{
    text-align: center;
    margin:0.24rem 0 0 0;
}
.confirm-dialog .btns span{
    margin:0 0.32rem;
    line-height: 0.62rem;
    width: 1.2rem;
    text-align: center;
    font-size: 0.24rem;
    color:#ffffff;
    border-radius: 0.12rem;
    display: inline-block;
}
.confirm-dialog .btns span.yes{
    background: #5c96f7;
}
.confirm-dialog .btns span.no{
    background: #aaaaaa;
}
.hidenone {
    display: none
}

.big_img {
    position: fixed;
    z-index: -1;
    opacity: 0;
    background: rgba(0,0,0,.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.big_img .swiper-container2 {
    position: relative;
    width: 100%;
    height: 100%
}

.big_img .swiper-container2 .swiper-wrapper {
    width: 100%;
    height: 100%
}

.big_img .swiper-slide {
    width: 100%;
    height: 100%;
    display: table
}

.big_img .swiper-slide .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.big_img .swiper-slide img {
    max-width: 90%;
    max-height: 80%;
    margin: 0 auto
}

.big_img .swiper-pagination2 {
    position: absolute;
    top: .2rem;
    text-align: center;
    width: 100%
}

.big_img .swiper-pagination2 span {
    margin: 0 .05rem
}


/*手机号码验证预约*/
.yAlert {width: 90%;position: fixed;left: 5%;height: 310px;padding-bottom: 10px;top: 50%;margin-top: -155px;z-index: +101;background: #fff;border-radius: 10px;overflow: hidden;display: none;}
.yAlert b {text-align: center;font: 16px/40px microsoft yahei;display: block;margin: 10px 0}
.yAlert_t { background: #5c96f7; font: 18px/45px microsoft yahei; color: #fff; padding: 0 15px}
.yAlert_t span {float: right; font-size: 20px; cursor: pointer}
.yAlert .yAlert_br,.yAlert .yAlert_bs,.yAlert input {width: 80%; padding: 0 10px; font: 14px/45px microsoft yahei; border-radius: 5px}
.yAlert input {border: #ccc 1px solid;display: block; margin: 20px auto 0 auto}
.yAlert input:focus { border: #5c96f7 1px solid}
.yAlert_b { border-top: #ddd 1px solid; padding-top: 10px}
.yAlert .yAlert_br,.yAlert .yAlert_bs { font-size: 16px; margin: 10px auto; text-align: center; cursor: pointer}
.yAlert .yAlert_bs { background: #5c96f7; color: #fff}
.yAlert .yAlert_br {border: #5c96f7 1px solid; color: #5c96f7;}
.yAlert_bg {z-index: +100; background: #000;filter: alpha(opacity=50); -moz-opacity: .5;-khtml-opacity: .5; opacity: .5; position: fixed;
    left: 0; top: 0;width: 100%;height: 100%;display: none;}
.yAlert p{
    line-height:30px;

}

.c-lation-game{
    padding: 0.3rem 0.25rem;
    background: #ffffff;
    margin: 0 0 0.2rem 0;
}
.c-game-tit .tit{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 0.3rem 0;
}
.c-lation-top{
    color: #ebebeb;
    overflow-x: scroll;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}
.c-lation-top span{
    color:#999999;
    flex-shrink: 0;
    font-size: 16px;
}
.c-lation-top em{
    margin-left: 10px;
    margin-right: 10px;
}
.lation-top-active{
  color: #5c96f7 !important;
  border-bottom: 1px solid #5c96f7;  
  padding-bottom: 10px;
  
}
.c-infos-tit{
    margin-top:0.28rem;
    margin-bottom: 0.28rem;
}
.c-a1{
    color: #333333;
    font-size: 15px;
    
}
.c-a2{
    color: #999999;
    font-size: 12px;
    float: right;
}
.c-infos p{
    font-size:14px;
    line-height:0.52rem;
    color:#666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.m-ranking-nav{
    background: #fff;
    padding: 0.32rem 0 0.2rem;
    margin-bottom: 0.16rem;
}
.m-ranking-nav ul {
    margin-bottom: 10px;
}
.m-ranking-nav ul li{
    width: 25%;
    float: left;
    margin-bottom: 10px;
}
.m-ranking-nav ul li img{
    width: 0.86rem;
    height: 0.86rem;
    display: block;
    margin: 0 auto 10px;

}
.m-ranking-nav ul li  p{
    color: #333333;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    width: 90%;
    line-height: 0.3rem;
    height: 0.3rem;
    margin: 0 auto;
}
.m-ranking-nav  .swiper-slide {
    width:100%;
}
.swiper-pagination {
    right: 44%;
}

.swiper-active-switch {
    background: #5c96f7 !important;
    width: 15px !important;
    border-radius: 15px !important;
}
.m-ranking-nav .tit{
    font-size: 18px;
    font-weight: bold;
    color:#333333;
    margin:0 0 0.3rem 0;
    padding-left:0.25rem
}

#swiper-wrapper li div{
    width: 0.96rem;
    height: 0.96rem;
    margin: 0 auto 10px;
    /* background: url(../img/rank-icon12.png) no-repeat 0 0; */
    background-size: 100% 100%;
 }

/* #swiper-wrapper .nav-0 div{
    background: url(../img/rank-icon1.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-1 div{
    background: url(../img/rank-icon2.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-2 div{
    background: url(../img/rank-icon5.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-3 div{
    background: url(../img/rank-icon3.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-4 div{
    background: url(../img/rank-icon4.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-5 div{
    background: url(../img/rank-icon7.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-6 div{
    background: url(../img/rank-icon6.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-7 div{
    background: url(../img/rank-icon8.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-8 div{
    background: url(../img/rank-icon9.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-9 div{
    background: url(../img/rank-icon10.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-10 div{
    background: url(../img/rank-icon11.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-11 div{
    background: url(../img/rank-icon13.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-12 div{
    background: url(../img/rank-icon14.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-13 div{
    background: url(../img/rank-icon15.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-14 div{
    background: url(../img/rank-icon16.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-15 div{
    background: url(../img/rank-icon17.png) no-repeat 0 0;
    background-size: 100% 100%;
}
#swiper-wrapper .nav-16 div{
    background: url(../img/rank-icon18.png) no-repeat 0 0;
    background-size: 100% 100%;
} */

.swiper-container-h {
    padding-bottom: 15px;
}
.clearfix:before,.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom:1
}
.rank-tips{
    position: absolute;
    display: block;
    width: 1.6rem;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    background: #ff7979;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: none;
}
.rank-tips em{
    display:inline-block;
    width:0.4rem;
    height:0.4rem;
    background:url(../img/m_rank_tips.png) no-repeat 0 0;
    background-size:100% 100%;
    vertical-align:middle;
    margin-right:5px;
    margin-left:2px;
}
.desp-wrap table{
    border: 1px solid #e5e5e5;
    text-align:center;
    margin:10px auto;
}
.desp-wrap table td{

    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    
}
.desp-wrap table td strong{
    display:block;
    width:100%;
    text-align:center;
}
.desp-wrap table td strong span{
    color:#333 !important;
}
.desp-wrap table tr td:first-child,.desp-wrap table tr td:first-child{width: 40%;}
.desp-wrap table td img{
    margin-top: 10px !important;
}
.desp-wrap table tr td:last-child{
    padding:10px;
}
.desp-wrap .bottom{
    display: none;
}

.rank-tag{
    width: 6.2rem;
    height: 0.8rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.rank-tag a{
    display: block;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 18px;
}
.tags1{
    background: url(../img/tags-1.png) no-repeat;
    background-size: 100% 100%;
    color: #ffda58;
}
.tags2{
    background: url(../img/tags-2.png) no-repeat;
    background-size: 100% 100%;
    color: #daeefa;
}
.tags3{
    background: url(../img/tags-3.png) no-repeat;
    background-size: 100% 100%;
    color:#ffda58;
    
}
.tp-banner{position: relative;}
.tp-banner img{width: 100%; height: auto;display: block;}
.tp-banner em{display: block;width: 30px;height: 16px;background: rgba(0,0,0,.5);position: absolute;right: 0;top: 0;font-size: 12px;color: #ccc;text-align: center;line-height: 16px;}
.tp-banner span{display: block;width: 29px;height: 16px;background:url(../img/g_tip_l.png) no-repeat;position: absolute;left: 0;bottom: 0; opacity: .8;}

/* .info .text .size{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
} */


.info .text .size{
    position: relative;
    padding-left: 0.1rem;
    display: flex;
}
.info .text .size em{
    display:block;
    content:"";
    width:0.12rem;
    height:0.1rem;
    background:url(../img/left-yinh.png) no-repeat 0 0;
    background-size:100% 100%;
    position:absolute;
    top:0;
    left: -0.05rem;
    z-index: 2;
}
.info .text .size span{
    position: relative;
    padding-right: 0.2rem;
}
.info .text .size span::after,.info .text .size span i{
    display:block;
    content:"";
    width: 0.13rem;
    height:0.1rem;
    background:url(../img/left-right.png) no-repeat 0 0;
    background-size:100% 100%;
    position:absolute;
    top:0;
    right: 0;
}
.move-tips{line-height:20px;width: 6.2rem;margin: 0 auto 10px;overflow:hidden;}
.move-tips .tips-comment{
    /* padding-left:20px; */
    font-size: 14px;color: red;
    display:inline-block;white-space:nowrap;
    /* animation:15s wordsLoop linear infinite normal; */
    margin:0 10px;
    background: none;border: none;}
@keyframes wordsLoop{0%{transform:translateX(200px);-webkit-transform:translateX(200px)}
100%{transform:translateX(-100%);-webkit-transform:translateX(-100%)}
}
@-webkit-keyframes wordsLoop{0%{transform:translateX(200px);-webkit-transform:translateX(200px)}
100%{transform:translateX(-100%);-webkit-transform:translateX(-100%)}
}


.gRABox{position: relative;background: #fff;margin-bottom: 0.2rem;padding-bottom: 0.4rem;}.gRAClose{cursor: pointer;position: absolute;z-index: 1;top: 8px;right: 8px;display: block;background-color: #f4f4f4;color: #999;border-radius: .25rem;padding: 5px 8px;}.gaRecAd{display: block;position: relative;padding: .25rem;}.gaRecAd:after{content: "· ·";position: absolute;bottom: -9px;right: 10px;display: block;font-size: .25rem;font-weight: bold;padding: 0 .1rem;height: .3rem;line-height: .3rem;background-color: #f2f2f2;color: #666;border-radius: .1rem;}.gaRAT{display: flex;}.gaRAT img{display: block;width: 1rem;height: 1rem;border-radius: .1rem;margin-right: .2rem;}.gaRAT div{flex: 1;/* height: 3rem; */overflow: hidden;}.gaRAT div p{font-size: .3rem;color: #525252;line-height: .7rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-top: 0.1rem;height: .7rem;}.gaRAT div p:nth-of-type(1){font-size: .35rem;font-weight: bold;color: #333;margin-top: .2rem;}.gaRAB img{display: block;width:auto;max-width: 65%;height: auto;margin: .1rem auto 0;}.gaRAB p{display: flex;}.gaRAB p span{display: block;font-size: .24rem;color: #999;}.gaRAB p span:nth-of-type(1){width: 36%;text-align:right;}.gaRAB p span:nth-of-type(2){text-align:left;flex: 1;margin-left: .5rem;}



.top-fixed-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 50%);
    background: #fff;
    z-index: 99;
    padding: 0.08rem 0;
    display:none;
}
.top-fixed-box img{
    width: 0.9rem;
    height: 0.9rem;
    display:block;
    border-radius: 10px;
    margin-right: 0.15rem;
    margin-left: 0.15rem;
}
.top-fix-tit{
    flex:1;
    line-height:0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.3rem;
    width: 65%;
}
.top-load-btn{
    display: block;
    width: 1.4rem;
    height: 0.6rem;
    border:1px solid #5c96f7;
    text-align:center;
    line-height: 0.6rem;
    color:#5c96f7;
    border-radius:5px;
    margin: 0.15rem 0.15rem 0 0.1rem;
}
.fixshow{
    display: flex;
}

.llq-tips-box{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 99999999;
}
.llq-arrow-tips{
    
    position: absolute;
        
    right: 10px;
        
    top: 30px;
}
.llq-txt-tips{
    position:absolute;
    top:200px;
    display:flex;
    left:5%;
    width:90%;
    
}
.llq-icon-tips{
    width: 50px;
    height: 50px;
    background:url(../img/tips-safari.png) no-repeat 0 0;
    background-size:100% 100%;
    margin-top: 0.5rem;
}
.llq-txt-box{
    color:#fff;
    font-size: 0.35rem;
    margin-left:15px;
    flex: 1;
}
.llq-txt-box p {
    margin-bottom:10px;
    line-height:0.4rem;
}

.llq-tips-close{
    position:absolute;
    top:400px;
    left:50%;
    margin-left:-40px;
    color:#fff;
    font-size:0.34rem;
    width:80px;
    height:40px;
    line-height:40px;
    border:1px solid #fff;
    text-align:center;
    border-radius:20px;
}