body{
    background-color: #fff;
}
.transition{
    transition:.25s;
    -moz-transition:.25s; /* Firefox 4 */
    -webkit-transition: .25s; /* Safari and Chrome */
    -o-transition:.25s; /* Opera */
}
.mtop20{
    margin-top: 20px;
}
.mtop10{
    margin-top: 10px;
}
.header{
    height: 90px;
    padding: 15px 0;
}
.header .logo{
    float: left;
    width: 180px;
    text-align: center;
}
.header .logo img{
    height: 60px;
}
.header .banner{
    float: right;
    width: 750px;
    text-align: right;
}
.header .banner img{
    height: 60px;
}
.nav-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f74d26;
    color:#fff;
    border-radius: 5px;
    text-indent: 45px;
    position: relative;
    font-size: 16px;
}
.nav-title i{
    position: absolute;
    display: block;
    width: 18px;
    height: 24px;
    top:8px;
    left:15px;
    background: url('../image/icon.png') 0 -150px no-repeat;
}
.nav-title a{
    position: absolute;
    right:20px;
    color:#fff;
    text-indent: 0;    
}
.hot-game{
    margin-top: 10px;
}
.hot-game a{
    display: block;
    border: 1px solid #dedede;
    padding: 10px;
}
.hot-game .adv-img img{
    width: 100%;
}
.hot-game .adv-title{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.hot-game .adv-docx{
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color:#6b6b6b;
}
.hot-game .adv-button{
    text-align: center;
    margin-top: 5px;
}
.hot-game .adv-button span{
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 28px;
    border:1px solid #e45300;
    background: #ff5c00;
    color:#fff;
    border-radius: 3px;
}
.hot-game a:hover{
    text-decoration: none;
    border-color: #ff5c00;
}
.new-games{
    color:#00f;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.new-games a{
    margin: 0 10px;
    color:#c00;
}
.new-games a:hover{
    text-decoration: none;
}
.mainwarp .warp-left{
    width: 300px;
    float: left;
}
.mainwarp .warp-right{
    width: 880px;
    float: right;
}
.kaifubiao{
    margin-top: 5px;
}
.kaifubiao li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dedede;
    position: relative;    
}
.kaifubiao li i{
    display:inline-block;
    position: absolute;
    width: 16px;
    height: 17px;
    top: 11px;
    left: 0;
    background: url('../image/icon.png') 0 -24px no-repeat;
}
.kaifubiao li span{
    display:inline-block;
}
.kaifubiao li span.game_name{
    width: 120px;
    text-indent: 25px;
    font-size: 14px;
}
.kaifubiao li span.server_name{
    width: 100px;
    font-size: 12px;
}
.kaifubiao li span.kaifuing{
    width: 80px;
    font-size: 12px;
    color:#f00;
}
.kaifubiao li span.play{
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #fa5d02;
    color:#fff;
    border-radius: 3px;
    display: none;
}
.kaifubiao li a:hover span.kaifuing{
    display: none;
}
.kaifubiao li a:hover span.play{
    display: inline-block;
    text-align: center;
}
.hot-games{
    margin-top: 10px;
}
.hot-games li{
    border-bottom: 1px dashed #dedede;
    margin-bottom: 9px;
    padding-bottom: 10px;
}
.hot-games li a{
    display: block;
    position: relative;
}
.hot-games li a i{
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: 6px;
    left: 0;
    background: #ccc;
    color:#fff;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    border-radius: 2px;
}
.hot-games li:first-child a i,
.hot-games li:nth-child(2) a i,
.hot-games li:nth-child(3) a i{
    background: #e45300;
}
.hot-games li a .game-name{
    height: 30px;
    line-height: 30px;
    text-indent: 25px;
    font-size: 16px;
}
.hot-games li a .game-info{
    display: none;
    position: relative;
    height: 80px;
    margin-top: 5px;
    padding-left: 165px;
}
.hot-games li.on a .game-info{
    display: block;
}
.hot-games li a .game-info img{
    position: absolute;
    width: 128px;
    height: 80px;
    top:0;
    left:25px;
}
.hot-games li a .game-info .gamename{
    font-weight: bold;
    line-height: 20px;
}
.hot-games li.on a .game-name{
    color:#e45300;
    font-weight: bold;
}
.hot-games li a .game-info .game-remarks{
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color:#6b6b6b;
}
.hot-games li a .game-info .play{
    margin-top: 10px;
    width: 80px;
    border:1px solid #e45300;
    color:#e45300;
    text-align: center;
    line-height: 23px;
    border-radius: 2px;
    font-size: 12px;
}
.hot-games li.on a .game-info .play{
    background: #e45300;
    color:#fff;
}
.hot-games li a:hover{
    text-decoration: none;
}
.jingpin li{
    margin-top: 20px;
}
.jingpin a{
    display: block;
    height: 170px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    position: relative;
    padding-left: 230px;
}
.jingpin a img{
    position: absolute;
    width: 200px;
    height: 150px;
    top: 10px;
    left: 10px;
}
.jingpin li a .row-title{
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    color:#e45300;
}
.jingpin li a .row-docx{
    line-height: 25px;
    color:#6b6b6b;
}
.jingpin li a .row-info{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color:#000;
}
.jingpin li a .row-play{
    width: 80px;
    border: 1px solid #e45300;
    color:#e45300;
    border-radius: 2px;
    line-height: 25px;
    margin-top: 5px;
    text-align: center;
}
.jingpin a:hover{
    text-decoration: none;
    border-color:#e45300;
}
.jingpin a:hover .row-play{
    background: #e45300;
    color:#fff;
}
.somegames li{
    margin-top: 10px;
}
.somegames li a{
    display: block;
    height: 110px;
    width: 100%;
    border: 1px solid #dedede;
    position: relative;
    padding: 10px 10px 10px 100px;
}
.somegames li a img{
    position: absolute;
    top:20px;
    left:15px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
}
.somegames li .game_info .game-name{
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
}
.somegames li .game_info .game-leixing{
    line-height: 25px;    
    color:#6b6b6b
}
.somegames li .game_info .game-remarks{
    line-height: 20px;
    height: 40px;
    color:#333;
    overflow: hidden;
}
.somegames li a:hover{
    text-decoration: none;
    border-color:#e45300;
}
.footer{
    margin-top: 20px;
    text-align: center;
    color:#333;
    font-size: 12px;
    line-height: 20px;
    padding: 30px 0;
}
.footer p{
    font-size: 12px;
}
.footer p a,
.footer font,
.footer p span{
    color:#333;
    margin: 0 5px;
    font-size: 12px;
}