/* client-game-slide */
.client-game-slide-wrap{
    width: 100%;
    height: 123px;
    border: 1px solid #f86866;
    background-color: #fff;
    margin: 0 auto 10px auto;
    position: relative;
}
.client-game-slide-wrap .mark{
    width: 19px;
    height: 102px;
    line-height: 20px;
    padding: 11px 8px 10px 8px;
    color: #fff;
    font-size: 16px;
    position: relative;
    float: left;
    background-color: #f86866;
}
.client-game-slide-wrap .mark::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 8px solid #f86866;
    border-bottom: 10px solid transparent;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -8px;
}
.client-game-slide {
    width: 1092px;
    margin:10px auto auto 61px;
    overflow: hidden;
}

.client-game-slide .single {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
    margin-left: -10px;
}

.client-game-slide .pre {
    position: absolute;
    width: 20px;
    height: 100%;
    cursor: pointer;
    left: -30px;
    transition: 300ms;
}

.client-game-slide .pre::before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(//www.yzz.cn/game/mhxzx/special/77qy/img/left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 70%;
    top:29%;
}

.client-game-slide .next {
    position: absolute;
    width: 20px;
    height: 100%;
    right: -30px;
    transition: 300ms;
    cursor: pointer;
}

.client-game-slide .next::before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(//www.yzz.cn/game/mhxzx/special/77qy/img/right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 27%;
}

.client-game-slide:hover .pre{
    z-index: 8;
    left: -8px;
}

.client-game-slide:hover .next{
    z-index: 8;
    right: 11px;
}

.client-game-slide .single ul {
    list-style: none;
    white-space: nowrap;
    display: inline-block;
}

.client-game-slide .single ul li {
    display: inline-block;
    margin: 0 7px;
}
.client-game-slide .single ul li a{
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}
.client-game-slide .single ul li a .img{
    overflow: hidden;
}
.client-game-slide .single ul li a img{
    transition: 400ms;
}
.client-game-slide .single ul li a:hover img{
    transform: scale(1.1);
}

.client-game-slide .single ul li p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
.client-game-slide img {
    vertical-align: top;
}
/* client-game-slide ENd */
 
    
    /*star*/
    .cm-star{
        display: inline-block;
        height: 15px;
        width: 80px;
        background: url(http://www.yzz.cn/common/js/adgame/assets/star.png) no-repeat 0 -17px;
        background-size: 80px;
        margin: 0 14px 0 0;
        vertical-align: middle;
    }
    .cm-star .light{
        height: 100%;
        background: url("http://www.yzz.cn/common/js/adgame/assets/star.png") no-repeat 0 0;
        background-size: 80px;
        width: 50%;
        display: block;
    }
    .cm-star+.point{
        display: inline-block;
        vertical-align: middle;
        line-height: 15px;
        font-size: 15px;
        color:#fecc02;
    }
    
    /*game-info mad*/
    .game-info.mad .img{
        width: 122px;
    }
    .game-info.mad .text{
        width: 223px;
    }
    .game-info.mad .tool{
        margin-top:14px;
    }
    .game-info.mad .icon-down{
        display: inline-block;
        vertical-align: middle;
        margin: -4px 4px 0 0;
        background: url(http://app.yzz.cn/assets/wap/img/icons.png) no-repeat 0 -55px;
        background-size: 150px;
        width: 15px;
        height: 16px;
    }
    .game-info.mad .text .tool a:first-child+a{
        margin-left: 32px;
    }
    .game-info.mad .text p:first-child{
        font-size: 20px;
    }
    .game-info.mad .text p{
        margin-top: 10px;
    }
