@charset "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
ul, ol { list-style: none; }
img { border: 0 none; vertical-align: top; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
em, i { font-style: normal; font-weight: normal; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
input::-ms-clear { display: none !important; }
body { font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif; background: #fff; }
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }
*  { box-sizing: border-box; }

/* 清除浮动
---------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
.g-wrapper>.g-main:before,
.g-wrapper>.g-main:after,
.g-parse:before,
.g-parse:after,
.g-inner:before,
.g-inner:after,
.m-prod-wrapper ul:before,
.m-prod-wrapper ul:after {
    content: '';
    clear: both;
    display: table;
}
.btn {
    border: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    transition: .2s ease;
}
.btn-major {
    color: #000;
    background: #ffd900;
}
.btn-major:hover { background: #ffec17; }
.btn-major:active {
    background: #f1cd00;
    box-shadow: inset 2px 2px 10px rgba(0,0,0,.1)
}
/* 雪碧图
---------------------------------------------------------------- */
.m-rank-list .fire,
.m-herald .btn-start,
.m-fixed-btns .to-top,
.m-app-box .bd a:before,
.m-welfare .block-hd:before,
.m-fixed-btns .to-save:before,
.m-login .third-login a:before,
.m-login form .input-wrap:before { background: url(../img/spr_pinhead.png) no-repeat; }

.m-kf .title,
.m-rank-list .num,
.m-game-bt a > .btn,
/*.m-game-of a > .btns span.btn,*/
.m-game-bt a:after,
.m-game-view:before,
.m-search-list ul a:before,
.m-game-view .btn-welfare {
    background: url(../img/s_pinhead_1.png) no-repeat;
}

/* 全局布局
---------------------------------------------------------------- */
.g-header {
    height: 100px;
    background: #7b0000;
    border-bottom: 2px solid #ec3d4a;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.05);
    z-index: 100;
}
.g-footer {
    padding: 30px;
    color: #888;
    text-align: center;
}
.g-inner {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.g-parse > .section {
    float: left;
    width: 880px;
}
.g-parse > .aside {
    float: right;
    width: 290px;
}
/* 快捷按钮
---------------------------------------------------------------- */
.m-fixed-left {
    position: fixed;
    left: 50%;
    bottom: 60px;
    z-index: 20;
    margin-left: -580px;
}
.m-fixed-left .kf {
    display: block;
    margin-left: -160px;
    padding-top: 166px;
    width: 120px;
    height: 198px;
    background: url(../img/s_kf.jpg) no-repeat;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.m-fixed-left .kf:hover { text-decoration: none; }
.m-fixed-btns {
    position: fixed;
    left: 50%;
    bottom: 60px;
    z-index: 20;
    margin-left: 620px;
    width: 70px;
    font-size: 13px;
    text-align: center;
}
.m-fixed-btns .to-save {
    display: block;
    height: 70px;
    border: 1px solid #f0a52f;
    background: #ffc700;
}
.m-fixed-btns .to-save:hover {
    background: #ffd029;
    text-decoration: none;
}
.m-fixed-btns .to-save:before {
    display: block;
    margin: 10px auto 2px;
    width: 30px;
    height: 30px;
    background-position: -81px -20px;
    content: '';
}
.m-fixed-btns .to-top {
    display: block;
    height: 50px;
    cursor: pointer;
    background-color: #f0a52f;
    background-position: 0 -30px;
}
.m-fixed-btns .to-top:hover {
    background-color: #fdb33e;
    text-decoration: none;
}
/* 头部
---------------------------------------------------------------- */
.g-header .logo {
    display: inline-block;
    height: 100px;
    line-height: 100px;
}
.g-header .new_box {
    margin-top: 25px;
}
.g-header .new_box .new_box_icon {
    display: inline-block;
    width: 121px;
    height: 49px;
    background: url(../img/top_icon.png) center center no-repeat;
    float: left;
}
.g-header .new_box .new_box_text {
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #fff82c;
    border-left: 0 none;
    margin-top: 14px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* 首页推广中心
---------------------------------------------------------------- */
.m-index-focus {  padding: 25px 0 20px; }

/* 机关 e:ul>li>a+.more
---------------------------------------------------------------- */
.m-operated .more {
    visibility: hidden;
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 50;
    box-shadow: 0 0 0 1px rgba(255,34,0,1), 0 0 20px 0 rgba(0,0,0,.3);
    transform: translate(-50%,-100%);
    opacity: .3;
    transition: .08s ease;
}
.m-operated .more:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top-color: #f20;
    content: '';
}
.m-operated li { position: relative; }
.m-operated li > a:hover + .more {
    top: -6px;
    visibility: visible;
    opacity: 1;
}
/* 排行榜
---------------------------------------------------------------- */
.m-rank-list {
    padding: 5px;
    height: 243px;
    background: #fff;
    border: 1px solid #dddddc;
    font-size: 13px;
    text-align: center;
}
.m-rank-list h2 {
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.m-rank-list h2 em {
    font-weight: bold;
    color: #ed3340;
}
.m-rank-list span {
    display: inline-block;
    float: left;
}
.m-rank-list .c1 { width: 18% }
.m-rank-list .c2 { width: 45% }
.m-rank-list .c3 { width: 15% }
.m-rank-list .c4 { width: 22% }
.m-rank-list .th {
    padding: 5px;
    border-top: 1px dotted #ddd;
    color: #888;
}
.m-rank-list li {
    position: relative;
    border-top: 1px dotted #ddd;
}
.m-rank-list li p img { width: 278px; }
.m-rank-list a {
    display: block;
    padding: 8px 5px;
    line-height: 20px;
    overflow: hidden;
}
.m-rank-list .c2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-rank-list .num {
    display: inline-block;
    width: 16px;
    background: #aaa;
    line-height: 16px;
    color: #fff;
    border-radius: 3px;
}
.m-rank-list .num.num1 { background: #d43434; }
.m-rank-list .num.num2 { background: #0198f8; }
.m-rank-list .num.num3 { background: #4fb800; }
.m-rank-list .fire {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    background-position: -81px 0;
}
.m-rank-list .btn {
    display: block;
    margin: auto;
    width: 44px;
    background: #38a2ee;
    color: #fff;
    border-radius: 3px;
}
.m-rank-list a:hover { background: #f3f3f3; }
.m-rank-list a:hover .btn { background: #f20; }
/* 精品推荐
---------------------------------------------------------------- */
.m-ghot-list a {
    position: relative;
    float: left;
    margin-left: 32px;
    width: 270px;
    height: 241px;
    border: 1px solid #dddddc;
    overflow: hidden;
    transition: .2s ease;
    text-decoration: none;
}
.m-ghot-list a:hover {
    z-index: 10;
    border: 1px solid rgba(356,74,93,1);
}
.m-ghot-list a:first-child {
    margin-left: 0;
}
.m-ghot-list a .figure {
    display: block;
    background: #000;
}
.m-ghot-list a .figure img {
    width: 270px;
    height: 200px;
    transition: .2s ease;
}
.m-ghot-list a:hover img {
    opacity: .5;
}
.m-ghot-list a .explain-txt{
    width: 100%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.m-ghot-list a .explain-txt h3{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-ghot-list a .info {
    position: absolute;
    z-index: 2;
    bottom: -38px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #fff;
    text-align: center;
    transition: .2s ease;
}

.m-ghot-list a:hover .info {
    transform: translateY(-38px);
}
.m-ghot-list a .info .yk{
    float: left;
    margin-left: 20px;
    color: #333;
    font-size: 15px;
}
.m-ghot-list a .info .btn{
    float: right;
    width: 80px;
    height: 38px;
    background: #f20;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
}
/* 开服表
---------------------------------------------------------------- */
.m-kf {
    position: relative;
    border: 1px solid #ddd;
}
.m-kf .title {
    height: 48px;
    background-position: 0 -100px;
    text-indent: -999em;
}
.m-kf .th {
    padding: 5px 10px;
    border-bottom: 1px dotted #ddd;
    color: #888;
}
.m-kf span {
    display: inline-block;
    float: left;
}
.m-kf .c1 { width: 30%; }
.m-kf .c2 { width: 45% }
.m-kf .c3 { width: 25%; text-align: right; }

.m-kf .c1 i {
    position: relative;
    display: inline-block;
    margin-left: -5px;
    width: 64px;
    background: #ef3e3e;
    line-height: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.m-kf .c1 i:before {
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left-color: #ef3e3e;
    content: '';
}
.m-kf .c2 {
    max-width: 162px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.m-kf .lists .c1 { color: #f20 }
.m-kf .lists .more {
    top: -20px;
    padding: 6px 10px;
    width: 290px;
    background: #fff1f0;
    border: 2px solid #ff6c6c;
}
.m-kf .lists .more:after {
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom-width: 0;
    border-top-color: #ff6c6c;
    content: '';
}
.m-kf .lists .more:before {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    margin-left: -7.5px;
    border: 8px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff1f0;
    content: '';
}
.m-kf .lists a:hover + .more { top: -12px; }
.m-kf .lists .more strong { color: #90f }
.m-kf .lists .more p {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px dotted #999;
    color: #b7560f;
}
.m-kf .lists a {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 35px;
    border-bottom: 1px dotted #ddd;
    line-height: 34px;
    font-size: 13px;
    overflow-y: hidden;
}
.m-kf .lists a > strong {
    display: none;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 65px;
    height: 26px;
    background: #008de6;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 26px;
    border-radius: 3px;
}
.m-kf .lists a.rem { background: #fff690; border-color: #f7d15f; }
.m-kf .lists a.now { background: #fffbdd; border-color: #f7d15f; }

.m-kf .lists a.top { background: #c1f2ff; border-color: #99d8ec; }
.m-kf .lists a.hot > .c2 {
    padding-right: 17px;
    background: url(../img/icon_hot.gif) no-repeat 100% 50%;
}
.m-kf .lists a.ofi > .c2 {
    padding-right: 20px;
    background: url(../img/icon_official.gif) no-repeat 100% 50%;
}
.m-kf .lists a.rem .c1,
.m-kf .lists a.now .c1 { font-weight: bold; }
.m-kf .lists a:hover > .c3 { visibility: hidden; }
.m-kf .lists a:hover > strong { display: block; }


/* 分页
---------------------------------------------------------------- */
.m-panel-header {
    position: relative;
    padding-bottom: 15px;
}
.m-panel-header .tab-hook a {
    position: relative;
    float: left;
    margin-right: 5px;
    width: 140px;
    height: 48px;
    background: #0062e8;
    border: 2px solid #0053c5;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    border-radius: 4px;
}

.m-panel-header .tab-hook a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #237ef9;
    content: '';
}
.m-panel-header .tab-hook a:hover {
    text-decoration: none;
    background-color: #007cef;
}
.m-panel-header .tab-hook a.active {
    border-color: #df1f1f;
    background-color: #ef3e3e;
    color: #ff6;
    font-size: 20px;
    font-weight: bold;
}
.m-panel-header .tab-hook a.active:after {
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -3px;
    border: 6px solid transparent;
    border-top-color: #df1f1f;
    content: '';
}
.m-panel-header .tab-hook a.active:before { background-color: #fb6060; }
.m-panel-header .beside {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    line-height: 20px;
}
.m-panel-body .tab-pane { display: none; }

/* 游戏展示
---------------------------------------------------------------- */
.m-game-focus {
    padding: 25px 0;
    background: #f6f5f3 url(../img/s_bg_focus.jpg) no-repeat 50% 0;
    overflow: hidden;
}
.m-game-view {
    position: relative;
    /*float: left;*/
    /*width: 880px;*/
    height: 320px;
    padding: 15px 320px 15px 320px;
    background: #333 url(../img/s_bg_game.jpg) no-repeat 50% 0;
    background-size: 100% 100%;
}
/*.m-game-view:before {*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    left: -5px;*/
/*    z-index: 10;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    background-position: 0 0;*/
/*    content: '';*/
/*}*/
/*.m-game-view.vip:before { background-position: -100px 0; }*/
/*.m-game-view.ofi:before { background-position: -200px 0; }*/
/*.m-game-view.h5:before { background-position: -300px 0; }*/
.m-game-view .figure {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 270px;
    height: 200px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.8);
}
.m-game-view h1 {
    font-size: 36px;
    color: #fff;
}

.m-game-view .bl {
    font-size: 20px;
    color: #f20;
}
.m-game-view .dec {
    margin-top: 10px;
    width: 432px;
    color: #c0ac88;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-game-view .fuli {
    display: inline-block;
    color: #9f0;
    font-size: 16px;
    text-decoration: underline;
}
.m-game-view .btn-welfare {
    position: absolute;
    right: 320px;
    top: 20px;
    width: 100px;
    height: 100px;
    background-position: 0 -150px;
    text-indent: -999em;
}
.m-game-view .sers {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #3e3e3e;
}
.m-game-view .sers h4 {
    margin-bottom: 10px;
    color: #78756c;
}
.m-game-view .sers ul {
    margin-left: -10px;
}
.m-game-view .sers li {
    float: left;
    width: 50%;
    height: 44px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.m-game-view .sers a {
    display: block;
    background: #ffdd55;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
}
.m-game-view .sers a:last-child { margin-right: 0; }
.m-game-view .sers a:hover {
    background: #ffe477;
    text-decoration: none;
}
.m-game-view .sers a.z-now {
    background: #ed3340;
    color: #fff;
}
.m-game-view .sers a.z-now:hover { background: #f74753; }
.m-game-view .pics {
    margin-top: 24px;
    overflow: hidden;
}
.m-game-view .pics a {
    float: left;
    width: 400px;
    height: 102px;
}
.m-game-view .pics a:last-child { margin-left: 20px; }
.m-game-view .pics a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.m-game-view .game-fl {
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 用户中心
---------------------------------------------------------------- */
.m-user-view {
    position: absolute;
    /*right: -10px;*/
    right: 0;
    top: 50%;
    margin-top: -148px;
    width: 300px;
}
.m-login {
    position: relative;
    height: 300px;
    background: #ec3d4a;
    text-align: center;
}
.m-login:before {
    position: absolute;
    left: 5px;
    right: 10px;
    bottom: -6px;
    height: 6px;
    background: #000;
    opacity: .4;
    content: '';
}
/*.m-login:after {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: -6px;*/
    /*border: solid transparent;*/
    /*border-width: 6px 10px 0 0;*/
    /*border-top-color: #a93333;*/
    /*content: '';*/
/*}*/
.m-login .btn-submit {
    display: block;
    margin: 20px 0;
    width: 100%;
    background: #fc0;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
}
.m-login .btn-submit:hover { background: #fd0; }
.m-login form { padding: 0 25px; }
.m-login form .title {
    margin: 0 -25px;
    padding: 0 20px;
    height: 50px;
    background: #c22a32;
    line-height: 50px;
}
.m-login form .title h3 {
    float: left;
    font-size: 18px;
    color: #fff;
}
.m-login form .title a {
    float: right;
    color: #fc0;
}
.m-login form .tip {
    margin-top: 5px;
    height: 28px;
    line-height: 28px;
    color: #ff0;
    text-align: left;
}
.m-login form .input-wrap {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}
.m-login form .input-wrap:before {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    content: '';
    opacity: .5;
}
.m-login form .input-wrap.acc:before { background-position: -121px 0; }
.m-login form .input-wrap.pwd:before { background-position: -141px 0; }
.m-login form .input-wrap input {
    padding: 0 10px 0 40px;
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 40px;
    font-size: 15px;
}
.m-login form .code-box input{
    width: 128px;
}
.m-login form .code-box .verify_img{
    width: 110px;
    height: 40px;
}
.m-login .third-login { font-size: 0; }
.m-login .third-login a {
    position: relative;
    float: left;
    padding-left: 45px;
    width: 120px;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
    text-align: left;
}
.m-login .third-login a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    content: '';
}
.m-login .third-login a.qq {
    background: #38acfa;
    margin-right: 10px;
}
.m-login .third-login a:hover { text-decoration: none; }
.m-login .third-login a.wx { background: #5cc559 }
.m-login .third-login a.qq:before { background-position: -161px 0; }
.m-login .third-login a.wx:before { background-position: -181px 0; }

.m-login .info {
    position: relative;
    color: #fc0;
    overflow: hidden;
}
.m-login .info:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    height: 80px;
    background: #c22a32;
    content: '';
    border-radius: 0 0 50% 50%;
}
.m-login .info .head {
    position: relative;
    z-index: 2;
    margin: 10px auto 5px;
    width: 110px;
    height: 110px;
    border: 5px solid #c22a32;
    background: #fff url(../img/icon_user.png) no-repeat;
    -webkit-background-size: 120px;
    background-size: 110px;
    border-radius: 50%;
    box-sizing: content-box;
}
.m-login .info .acc em {
    margin-right: .5em;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.m-login .info .acc a { color: #fff; }
.m-login .info .btns {
    margin: 10px auto 15px;
    font-size: 0;
}
.m-login .info .btns a {
    display: inline-block;
    margin: 0 2px;
    width: 90px;
    background: #f9be93;
    line-height: 32px;
    font-size: 15px;
    color: #121212;
}
.m-login .info .btns a.play {
    background: #48c834;
    color: #fff;
}
.m-login .info .website a {
    margin: 8px 20px;
    width: auto;
    font-size: 18px;
}

/* 搜索
---------------------------------------------------------------- */
.m-search {
    position: absolute;
    top: 25px;
    right: 280px;
}
.m-search input {
    float: left;
    width: 70%;
    padding: 8px;
    height: 30px;
    border: 1px solid #ec3d4a;
    background: #fff;
}
.m-search button {
    float: left;
    height: 30px;
    width: 30%;
    color: #fff;
    border: 0;
    background: #ec3d4a;
    cursor: pointer;
}
.m-search-list {
    padding: 20px 0;
    background: #444 url(../img/s_bg_banner.jpg) no-repeat 50% 100%;
}
.m-search-list .th {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 40px;
    color: #eee;
}
.m-search-list .th strong { color: #f90 }
.m-search-list p {
    padding: 20px 0;
    font-size: 18px;
    color: #ccc;
    text-align: center;
}
.m-search-list ul a {
    position: relative;
    display: block;
    background: #eee;
    border: 1px solid #000;
    text-align: center;
}
.m-search-list ul a img { width: 100%; }
.m-search-list ul a em {
    line-height: 40px;
    font-size: 16px;
}
.m-search-list ul a:before {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 10;
    width: 60px;
    height: 60px;
    background-position: -100px -190px;
    content: '';
}
.m-search-list ul a.vip:before { background-position: -160px -190px; }
.m-search-list ul a.ofi:before { background-position: -220px -190px; }
.m-search-list ul a.h5:before { background-position: -280px -190px; }
.m-search-list ul a:hover img { opacity: .9; }

.m-prod-wrapper.col6 ul {
    overflow: hidden;
    margin-left: -20px;
}
.m-prod-wrapper.col6 li {
    float: left;
    width: 16.66666666666%;
    margin-bottom: 20px;
    padding-left: 20px;
}
.m-prod-wrapper.col6 li a:hover {
    text-decoration: none;
}

/* 游戏列表标识
---------------------------------------------------------------- */
/* BT页游标识 */
.bt-game-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: url(../img/s_pinhead_1.png) no-repeat -100px -190px;
    content: '';
}
/* 满V页游标识 */
.mv-game-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: url(../img/s_pinhead_1.png) no-repeat -160px -190px;
    content: '';
}
/* 官服页游标识 */
.gf-game-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: url(../img/s_pinhead_1.png) no-repeat -220px -190px;
    content: '';
}
/* 充值比例标识 */
.game-ratio {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 5px;
    line-height: .8;
    font-size: 12px;
    font-weight: 700;
    color: #ff0;
    background: red;
}

/* BT游戏、满V游戏和官服游戏列表
---------------------------------------------------------------- */
.m-prod-wrapper.m-game-bt ul {
    overflow: hidden;
    margin-left: -8px;
}
.m-prod-wrapper.m-game-bt li {
    float: left;
    width: 214px;
    height: 160px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-left: 8px;
    overflow: hidden;
}
.m-prod-wrapper.m-game-bt li:hover {
    z-index: 10;
    border: 1px solid #38a2ee;
}
.m-prod-wrapper.m-game-bt li a:hover {
    text-decoration: none;
}
.m-prod-wrapper.m-game-bt a {
    position: relative;
    display: block;
}

.m-prod-wrapper.m-game-bt a .list-img{
    display: block;
    background: #000;
}
.m-prod-wrapper.m-game-bt a .list-img img{
    width: 212px;
    height: 124px;
}
.m-prod-wrapper.m-game-bt a:hover .list-img img {
    opacity: .5;
}
.m-prod-wrapper.m-game-bt a .list-game-name{
    width: 100%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.m-prod-wrapper.m-game-bt a .list-info {
    position: absolute;
    z-index: 100;
    bottom: -34px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #fff;
    text-align: center;
    transition: .2s ease;
}
.m-prod-wrapper.m-game-bt a:hover .list-info {
    transform: translateY(-34px);
}
.m-prod-wrapper.m-game-bt a .list-info .bl{
    float: left;
    margin-left: 10px;
    color: #c80000;
    font-size: 15px;
}
.m-prod-wrapper.m-game-bt a .list-info .btn{
    float: right;
    width: 100px;
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    background: url(../img/s_pinhead_1.png) no-repeat -106px -150px;
    background-color: #38a2ee;
    color: #fff;
    font-size: 15px;
    text-align: center;
    transition: none;
}
/* h5游戏列表
---------------------------------------------------------------- */
.m-prod-wrapper.m-game-h5 ul {
    overflow: hidden;
    margin-left: -20px;
}
.m-prod-wrapper.m-game-h5 li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
}
.m-prod-wrapper.m-game-h5 li a:hover {
    text-decoration: none;
}
.m-prod-wrapper.m-game-h5 a { padding-left: 190px }
.m-prod-wrapper.m-game-h5 .figure {
    position: absolute;
    left: 13px;
    top: 13px;
    width: 150px;
    height: 150px;
}
.m-prod-wrapper.m-game-h5 a .desc {
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-prod-wrapper.m-game-h5 a:after { background: none; }
.m-prod-wrapper.m-game-h5 a .btns span {
    display: inline-block;
    margin: 12px 0;
    width: 100px;
    background-color: #eee;
    border: 1px solid #ddd;
    color: #777;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    transition: none;
    border-radius: 90em;
}
.m-prod-wrapper.m-game-h5 a .btns span:first-child {
    margin-right: 5px;
    border: none;
    background: #ef3e3e;
    color: #fff
}
.m-prod-wrapper.m-game-h5 a:hover .btns span:first-child { background-color: #38a2ee; }

/* h5 游戏列表
---------------------------------------------------------------- */
.games-h5 ul {  margin-left: -10px; }
.games-h5 li {
    position: relative;
    float: left;
    margin: 0 0 10px 10px;
    padding: 10px;
    width: 266px;
    height: 122px;
    border: 1px solid #dddddc;
    transition: .2s ease;
}
.games-h5 li .info { margin-left: 110px; }
.games-h5 li .info h3 {
    margin: 6px 0 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.games-h5 li .info p {
    color: #999;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.games-h5 li .figure {
    position: absolute;
    top: 15px;
    left: 15px;
}
.games-h5 li .figure img { width: 90px; }
.games-h5 li .btn {
    display: block;
    margin-top: 10px;
    width: 100px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.games-h5 li .btn:hover { text-decoration: none; }
.games-h5 li:hover {
    z-index: 10;
    border-color: #c3c3c3;
    box-shadow: 8px 5px 18px 0 rgba(0,0,0,.2);
}
.games-h5 li:hover .btn {
    color: #fff;
    background: #ef3e3e;
    border-color: #ef3e3e;

}

/* 弹出层
---------------------------------------------------------------- */
.f-dialog .layui-layer-title {
    background: #a71f0e;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.f-dialog .layui-layer-content { padding: 20px 30px; }
.f-dialog .layui-layer-setwin {
    right: 0;
    top: 0;
}
.f-dialog .layui-layer-setwin .layui-layer-close {
    display: block;
    width: 42px;
    height: 42px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeAgMAAABGXkYxAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAYKBJXQyRAAAAZklEQVQY0z2QwQ2AMAhFv6eO4cVB3EwXcwdHcAg9Gs2D5DUtgfJaPmQJa9pzlDOubCvOfLITwnGDvH06AiKPIeC601iQggoBAgF6QIA+kIJAdEwJ+9wPLWFRZShMqYq3HRu0ZYfwA94nMvtid7ZGAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 40%;
}

/* 福利显示
---------------------------------------------------------------- */
.m-welfare {
    position: relative;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 16px;
    text-align: left;
}
.m-welfare:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 17px;
    width: 2px;
    height: 100%;
    background: #eee;
    content: '';
}
.m-welfare .m-art-block {
    position: relative;
    z-index: 2;
}
.m-welfare .block-hd {
    position: relative;
    margin-left: -50px;
    padding: 25px 0 20px 32px;
    background: #fff;
    line-height: 20px;
    font-size: 20px;
}
.m-welfare .block-hd:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAM1BMVEUAAABERERERERERERAQEBCQkJDQ0NDQ0NDQ0NDQ0NFRUVAQEBDQ0NERERERERDQ0NERESxc8N6AAAAEHRSTlMAwECAIGDv4KCfMBCvj3BvFbjdiwAAAIFJREFUKM/t0kkOwyAQRFE3Bc3gDHX/06aRQYqj9iJK5JXfCvSZFixnSMpb3Iaxkvd9DeyqLVgru7TLIGIhCShZIlg+s50qNNL6VN7uBYRZjJIqJjMD4/zGA208K8ORGUaWxSFX/kNen9gkNydO/u7H3P3d3SoOHTnywPzYwWX1Ry+e3AoFhmvvdAAAAABJRU5ErkJggg==) no-repeat;
    background-size: cover;
    content: '';
}
.m-welfare .block-hd .more {
    float: right;
    font-size: 13px;
    line-height: 32px;
    font-weight: normal;
    color: #666;
}
.m-welfare .dl { display: flex; margin-bottom: 5px; }
.m-welfare .dt { margin-right: .5em; color: #888; }
.m-welfare .dd { flex: 1; }
/* 表格 */
.m-tabel {
    margin: 10px 0;
    border: 2px solid #cb4242;
    background: #fff;
    font-size: 14px;
}
.m-tabel th,
.m-tabel td {
    padding: 8px 12px;
    border: 1px solid #f3b6b6;
}
.m-tabel th {
    border-color: #c53535;
    background: #cb4242;
    color: #fff;
    white-space: nowrap;
}
.m-tabel tbody tr:nth-child(even) td { background: #ffebeb; }

/* 开服表
---------------------------------------------------------------- */
.m-tab-hook {
    height: 56px;
    border-bottom: 3px solid #ed3340;
    background: #333;
}
.m-tab-hook ul {
    float: left;
}
.m-tab-hook li {
    position: relative;
    float: left;
    min-width: 150px;
    padding: 0 1.5em;
    cursor: pointer;
    line-height: 56px;
    font-size: 20px;
    color: #a2a2a2;
    text-align: center;
}
.m-tab-hook li:hover {
    color: #ccc;
}
.m-tab-hook li:after {
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    border-left: 1px dotted #575757;
    content: '';
}
.m-tab-hook li.active {
    margin-top: -2px;
    line-height: 58px;
    background-color: #ed3340;
    font-weight: bold;
    color: #fff;
}
.m-tab-panel .tab-pane { display: none; }
.m-tab-panel .tab-pane.active { display: block; }
.m-tab-panel .tab-pane table:not(:last-child) { margin-bottom: 15px; }
.m-tab-panel .tab-pane .loading {
    padding: 60px 0 40px;
    background: url(../img/icon_loading.gif) no-repeat 50% 30px;
    font-size: 16px;
    text-align: center;
    color: #999;
}
/* 表格样式
---------------------------------------------------------------- */
.m-herald {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    box-sizing: content-box;
}
.m-herald thead {
    background: #f0f0f0;
    color: #444;
}
.m-herald thead th {
    height: 40px;
    font-weight: normal;
    border: 1px solid #ddd;
}
.m-herald td {
    padding: 6px;
    border: 1px solid #eee;
}
/*
.m-herald thead th:nth-child(1),
.m-herald thead th:nth-child(3) { width: 120px; }
.m-herald thead th:nth-child(2) { width: 180px; }
.m-herald thead th:nth-child(4),
.m-herald thead th:nth-child(7) { width: 100px; }
.m-herald thead th:nth-child(6) { width: 130px; }
*/
.m-herald tbody tr:nth-child(even) { background: #fcfcfc; }
.m-herald tbody tr:hover { background: #f8f8f8; }
.m-herald tbody.z-today tr { background: #fff9d1; }
.m-herald tbody.z-today tr td { border-color: #ffe999; }
.m-herald tbody.z-today tr:nth-child(even) { background: #fffbdd; }
.m-herald tbody.z-today tr:hover { background: #fffdee; }

.m-herald tbody.z-now tr,
.m-herald tbody tr.z-now { background: #fff690!important; }
.m-herald tbody.z-now tr td,
.m-herald tbody tr.z-now td { border-color: #f7d15f!important; }
.m-herald tbody.z-now tr:hover,
.m-herald tbody tr.z-now:hover { background: #fffabe!important; }
.m-herald tbody.z-now td:nth-child(1) {
    font-weight: bold;
    color: #ca3014;
}
.m-herald tbody.z-top tr,
.m-herald tbody tr.z-top { background: #c1f2ff!important;}
.m-herald tbody.z-top tr td,
.m-herald tbody tr.z-top td { border-color: #99d8ec!important; }
.m-herald tbody.z-top tr:hover,
.m-herald tbody tr.z-top:hover { background: #d6f6ff!important; }
.m-herald tbody tr:last-child { border-color: #ddd; }

.m-herald p {
    margin: auto;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-herald .z-hot {
    padding-left: 18px;
    background: url(../img/icon_hot.gif) no-repeat 0 50%;
}
.m-herald .top-label {
    position: relative;
    display: inline-block;
    width: 80px;
    background: #ed3340;
    line-height: 26px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.m-herald .top-label:before {
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left-color: #ed3340;
    content: '';
}
.m-herald .first {
    display: inline-block;
    width: 68px;
    background: #197fe3;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.m-herald .diode {
    display: block;
    font-size: 0;
    text-align: center;
}
.m-herald .diode em {
    display: inline-block;
    margin: 0 2px;
    width: 24px;
    background: #d2d2d2;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
.m-herald .diode em.act.active { background: #97c516; }
.m-herald .diode em.gift.active { background: #ff5400; }
.m-herald .btn-start {
    display: inline-block;
    width: 81px;
    height: 32px;
    line-height: 30px;
    color: #ff2352;
}
.m-herald .btn-start:hover {
    background: #ff2352;
    color: #fff;
    text-decoration: none;
}

/* 广告展示
---------------------------------------------------------------- */
.m-post { margin-top: 10px; }
.m-post ul { margin-left: -10px; }
.m-post ul li {
    float: left;
    padding-left: 10px;
    width: 20%;
}
.m-post ul li img {
    display: block;
    width: 100%;
}

/* 通用样式
---------------------------------------------------------------- */
.hide { display: none; }
.fl { float: left; }
.fr { float: right; }
.tc-warn { color: #ca3014; }
.tc-purple { color: #c0f; }
.ts-bold { font-weight: bold; }
.tc-blue { color: #0f8ff2;}
.tc-green { color: #390;}
.tc-red { color: #ec3d4a;}

/* 冲榜活动样式
---------------------------------------------------------------- */
.reward{
    height: 78px;
    background-color: #fff;
    border: 1px solid #ff3800;
}
.reward .pic{
    width: 250px;
    height: 78px;
    float: left;
    margin-left: 5px;
}
.reward .pic img{
    width: 250px;
    height: 74px;
    margin-top: 2px;
}
.reward ul{
    margin: 10px 0 10px 0;
}
.reward ul li{
    float: left;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #dddddd;
}
.reward ul li .game-name-ctn{
    float: left;
    width: 240px;
    text-align: left;
    padding-left: 10px;
    border-left: 1px solid #dddddd;
}
.reward ul li .game-name-ctn a{
    text-decoration: none;
}
.reward ul li .game-name-ctn .game-name{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.reward ul li .game-name-ctn .game-name:hover{
    color: #0048ff;
}
.reward ul li .game-name-ctn .game-line{
    font-size: 13px;
    color: #666;
}
.reward ul li .total-reward{
    float: left;
    width: 118px;
    font-size: 14px;
    text-align: center;
    color: #848484;
    border-left: 1px solid #dddddd;
}
.reward ul li .total-reward span{
    font-size: 14px;
    color: #ff5454;
    font-weight: bold;
    margin-left: 5px;
}
.reward ul li .immediately-btn{
    float: left;
    width: 78px;
    text-align: center;
    border-left: 1px solid #dddddd;
}
.reward ul li .immediately-btn a{
    width: 74px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background-color: #6699ff;
    display: inline-block;
    margin: 2px;
    text-decoration: none;
}
.reward ul li .immediately-btn a:hover{
    background-color: #ff762c;
}
.reward ul li.noTopBorder{
    border-top: 0 none;
}