* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #181b20;
    color: #e5b600;
}

ul, li, ol, li {
    list-style: none;
}
a{
    color:#324969;
}
.tc {
    text-align: center;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.red{
    color:red;
}
.game-list {
    margin: 0 22px
}

.game-list .game-info {
    width: 250px;
    height: 258px;
    margin: 0 17px 30px 21px;
    float: left;
    transition: all 0.4s linear;
    background: #393c41;
    position: relative;
}

.game-list .pic {
    width: 250px;
    height: 160px;
    display: block;
    text-align: center;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
}

.game-info .mask {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 160px;
    transition: all .3s;
    -webkit-transition: all .3s;
    /*display:none;*/
}

.game-info .mask a {
    color: #fff;
    font-size: 16px;
}

.game-info .mask i {
    color: #fff;
    padding-right: 6px;
    vertical-align: middle;
    font-size: 24px;
}

.game-info .mask .icon-shoucang {
    color: #ca4341;
    font-size: 26px;
}

.game-info:hover .mask {
    top: 0;
}

.game-list .pic.jackpot-icon:after {
    content: '';
    position: absolute;
    top: 15px;
    left: -5px;
    width: 40px;
    height: 30px;
    background: url(/images/jackpot.png) no-repeat;
}

.game-list .name {
    height: 37px;
    overflow: hidden;
    font: 400 16px/37px "Microsoft Yahei";
    position: relative;
    color: #dededf;
    text-align: center;
    border-bottom: dashed #444 1px;
}

.game-list .pic img {
    width: 250px;
    height: 160px
}
.game-list .btn-wp a {
    width: 105px;
    height: 32px;
    margin: 12px 0 0 5px;
    border-radius: 80px;
    display: inline-block;
    text-align: center;
    font: 400 16px/32px "Microsoft Yahei";
    color: #fff;
    transition: all 0.4s linear;
    cursor: pointer;
}
.btn-demo {
    background: none;
    border: 1px solid #dbae57;
}
.btn-play {
    background-color: #d3b065;
    border: 1px solid #d3b065;
}

.game-list .ame-brief {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    position: absolute;
    top: 138px;
    background: rgba(0,0,0,.7);
    width: 100%;
    color: #d3b065;
}
.game-list .comment {
    font-size: 12px;
    /* color: #d2020f; */
    font-weight: 400;
}

.game-list .comment .b1, .game-list .popular {
    /* color: #606060; */
    font-size: 12px;
}

@media only screen and (min-width: 768px) {


}

@media only screen and (max-width: 767px) {



}

@media only screen and (max-width: 320px) {

}
