.wrap {
    width: 1240px;
    margin: 0 auto;
}
/*顶部样式*/
.top-box {
    background: #292929;
    height: 30px;
    line-height: 30px;
}
.top-box .top-tool {
    width: 1240px;
    margin: 0 auto;
}
.top-box .top-tool a {
    color: #c7c7c7;
}
.top-box .top-tool a:hover {
    color: #ff6310;
}
.top-box .top-tool .top-line {
    margin: 0 5px;
    color: #5e5e5e;
}
/*导航栏样式*/
.nav-box {
    z-index: 999;
    height: 80px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.nav-box .logo {
    float: left;
    margin: 5px 100px 5px 0;
    overflow: hidden;
}
.nav-box .logo img {
    max-width: 280px;
    max-height: 70px;
}
.nav-box .nav-list {
    float: left;
    height: 80px;
}
.nav-box .nav-list li {
    position: relative;
    float: left;
    padding-top: 30px;
    margin: 0 40px 0 0;
    font-size: 16px;
}
.nav-box .nav-list li em {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fe8800;
    overflow: hidden;
}
.nav-box .nav-list li.active em {
    display: block;
}
.nav-box .nav-list li a {
    color: #1c1c1c;
}
.nav-box .nav-list .active a,
.nav-box .nav-list li:hover a {
    color: #ff6310;
}
.nav-box .game-menu {
    position: relative;
    float: right;
    width: 90px;
    background-color: #ff5c23;
}
.nav-box .game-menu .menu-btn {
    height: 80px;
    text-align: center;
    cursor: pointer;
}
.nav-box .game-menu .menu-btn:after {
    z-index: 99;
    position: absolute;
    width: 90px;
    bottom: -10px;
    left: 0;
    border-bottom: 10px solid #ff5c23;
    content: '';
}
.nav-box .game-menu .menu-btn i {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 27px;
    height: 20px;
    background: url("../image/icon.png") no-repeat -69px -5px;
}
.nav-box .game-menu .menu-btn .text {
    position: absolute;
    display: block;
    width: 90px;
    top: 45px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.nav-box .game-menu .menu-list {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 100px;
    width: 90px;
    background: #ffe1cf;
    text-align: center;
    filter: alpha(opacity:0);
    opacity: 0;
    transition: all 0.3s ease-out 0.2s;
}
.nav-box .game-menu .menu-list:after {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -12px;
    border: 10px solid transparent;
    border-top-width: 0;
    border-bottom-color: #ffe1cf;
    content: '';
}
.nav-box .game-menu .menu-list a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ff5c23;

}
.nav-box .game-menu .menu-list a:hover {
    background: #ff0;
}
.nav-box .game-menu .menu-btn:hover .menu-list {
    top: 80px;
    filter: alpha(opacity:100);
    opacity: 1;
}
/*轮播图样式*/
.banner-box {
    position: relative;
    width: 100%;
    min-height: 365px;
    background: #eee;
    margin: 0 auto;
}
.banner-box .banner {
    position: relative;
    height: 420px;
    overflow: hidden;
}
/*首页主体内容样式*/
.index-content {
    /*position: relative;*/
    padding-bottom: 30px;
}
.game-ratio {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 5px;
    line-height: .8;
    font-size: 12px;
    font-weight: 700;
    color: #ff0;
    background: red;
}
.bt-game-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: url(../image/s_pinhead_1.png) no-repeat -100px -190px;
    content: '';
}
.mv-game-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: url(../image/s_pinhead_1.png) no-repeat -160px -190px;
    content: '';
}
.gf-game-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: url(../image/s_pinhead_1.png) no-repeat -220px -190px;
    content: '';
}
/*精品推荐*/
.recommend {
    background-color: rgba(255,255,255,.8);
    border-radius: 4px;
    border: 1px solid #fff;
}
.recommend .title {
    padding: 15px 0 0;
    border: 0;
    height: 30px;
    position: relative;
    margin-bottom: 15px;
}
.recommend .title h1 {
    float: left;
    height: 35px;
    color: #444;
    margin-left: 38px;
    font-size: 20px;
}
.recommend .c-focus {
    position: relative;
    zoom: 1;
}
.recommend .c-focus .c-focus-area {
    width: 1162px;
    height: 290px;
    margin: 0 0 0 38px;
    zoom: 1;
    position: relative;
    overflow: hidden;
}
.recommend .c-focus .c-focus-area ul {
    width: 5000px;
    left: 0;
}
.recommend .c-focus .c-focus-cell {
    float: left;
    position: relative;
    width: 216px;
    height: 290px;
    margin: 0 18px 0 0;
    border: 1px solid #e0e0e0;
}
.recommend .c-focus .c-focus-cell:hover {
    border: 1px solid #ff823c;
}
.recommend .c-focus .c-focus-cell .new-img {
    display: block;
    width: 216px;
    height: 260px;
    background-color: #000000;
}
.recommend .c-focus .c-focus-cell .new-img img {
    width: 216px;
    height: 260px;
}
.recommend .c-focus .recommend-title {
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    background: url(../image/bg.gif);
}
.recommend .c-focus-next,
.recommend .c-focus-prev {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 97px;
    width: 27px;
    height: 124px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff url(../image/arrow.png) no-repeat;
}
.recommend .c-focus-prev {
    left: 0;
    background-position: 5px -72px;
}
.recommend .c-focus-prev:hover {
    border: 1px solid #32acfd;
    border-radius: 4px;
    background: #51baff url(../image/arrow.png) no-repeat 5px 50px;
}
.recommend .c-focus-next {
    right: 0;
    background-position: -128px -72px;
}
.recommend .c-focus-next:hover {
    border: 1px solid #32acfd;
    border-radius: 4px;
    background: #51baff url(../image/arrow.png) no-repeat -128px 50px;
}
/*分类标题样式*/
.cate-title {
    position: relative;
    height: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.cate-title h1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    border-bottom: 1px solid #ff5c23;
    color: #444;
    font-size: 20px;
}
/*开服表*/
.server-list-box {
    float: left;
    width: 300px;
}
.server-list-box .servers-div {
    height: auto;
    border: 1px solid #ccc;
    overflow: hidden;
}
.server-list-box .servers-div .kf-banner img {
    margin: 5px;
    width: 288px;
    height: 62px;
}
.server-list-box .servers-div .list-con {
    height: 22px;
    padding: 8px 10px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
}
.server-list-box .servers-div .list-con:hover {
    background: #f4f4f4;
}
.server-list-box .servers-div .list-con a {
    display: block;
    color: #333;
}
.server-list-box .servers-div .list-con .list-time {
    float: left;
    width: 80px;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.server-list-box .servers-div .list-con .list-server {
    float: right;
    width: 70px;
    text-align: right;
    /*font-size: 12px;*/
    color: #ff5c23;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.server-list-box .servers-div .list-con .list-name {
    float: left;
    width: 125px;
    text-align: left;
    color: green;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.server-list-box .servers-div .list-con .list-name em {
    float: left;
    width: 16px;
    height: 16px;
    margin: 3px 4px 0 2px;
}
.server-list-box .servers-div .list-con .list-name em.zhiding {
    background: url(../image/icon_zhiding.png) no-repeat 100% 50%;
}
.server-list-box .servers-div .list-con .list-name em.hot {
    background: url(../image/icon_hot.gif) no-repeat 100% 50%;
}
.server-list-box .servers-div .list-con .list-name em.ofi {
    background: url(../image/icon_official.gif) no-repeat 100% 50%;
}
.server-list-box .servers-div .list-con a.top .list-time {
    color: #004eff;
}
.server-list-box .servers-div .list-con a.now .list-time {
    color: #f20;
}
/*开服表分页*/
.server-list-box .servers-div .kf_page {
    text-align: center;
}
.server-list-box .servers-div .kf_page span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    color: #747474;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    margin-left: 10px;
    margin-bottom: 8px;
    margin-top: 8px;
    cursor: pointer;
}
.server-list-box .servers-div .kf_page span.on {
    background: #FF6600;
    border-color: #FF6600;
    color: #fff;
}
/*热门游戏*/
.hot-div {
    float: right;
    width: 920px;
}
.hot-div .hot-list {
    margin-left: -13px;
    height: 850px;
    overflow: hidden;
}
.hot-div .hot-list li {
    float: left;
    position: relative;
    margin: 0 0 18px 13px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}
.hot-div .hot-list li:hover {
    border: 1px solid #ff823c;
}
.hot-div .hot-list .hot-img {
    display: block;
    width: 218px;
    height: 125px;
    background-color: #000000;
}
.hot-div .hot-list .hot-img img {
    width: 218px;
    height: 125px;
}
.hot-div .hot-list .hot-text {
    height: 29px;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
}
.hot-div .hot-list .hot-text .name{
    width: 200px;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*新游体验*/
.new-game-box .c-focus {
    position: relative;
    zoom: 1;
}
.new-game-box .c-focus .c-focus-area {
    width: 1106px;
    height: 208px;
    margin: 0 0 0 66px;
    zoom: 1;
    position: relative;
    overflow: hidden;
}
.new-game-box .c-focus .c-focus-area ul {
    width: 5000px;
    left: 0;
}
.new-game-box .c-focus .c-focus-cell {
    float: left;
    position: relative;
    width: 261px;
    height: 206px;
    margin: 0 18px 0 0;
    border: 1px solid #e0e0e0;
}
.new-game-box .c-focus .c-focus-cell:hover {
    border: 1px solid #ff823c;
}
.new-game-box .c-focus .c-focus-cell .new-img {
    display: block;
    width: 261px;
    height: 168px;
    background-color: #000000;
}
.new-game-box .c-focus .c-focus-cell .new-img img {
    width: 261px;
    height: 168px;
}
.new-game-box .c-focus .recommend-title {
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    background: url(../image/bg.gif);
}
.new-game-box .c-focus-next,
.new-game-box .c-focus-prev {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 40px;
    width: 27px;
    height: 124px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff url(../image/arrow.png) no-repeat;
}
.new-game-box .c-focus-prev {
    left: 0;
    background-position: 5px -72px;
}
.new-game-box .c-focus-prev:hover {
    border: 1px solid #32acfd;
    border-radius: 4px;
    background: #51baff url(../image/arrow.png) no-repeat 5px 50px;
}
.new-game-box .c-focus-next {
    right: 0;
    background-position: -128px -72px;
}
.new-game-box .c-focus-next:hover {
    border: 1px solid #32acfd;
    border-radius: 4px;
    background: #51baff url(../image/arrow.png) no-repeat -128px 50px;
}
/*BT页游*/
.bt-box .bt-list {
    margin-left: -10px;
}
.bt-box .bt-list li {
    float: left;
    position: relative;
    margin: 0 0 10px 10px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.bt-box .bt-list li:hover {
    border: 1px solid #ff823c;
}
.bt-box .bt-list .bt-img{
    width: 196px;
    height: 112px;
    background-color: #000000;
}
.bt-box .bt-list .bt-img img{
    width: 196px;
    height: 112px;
}
.bt-box .bt-list .name {
    display: block;
    width: 196px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*满V页游样式*/
.mv-box .mv-list {
    margin-left: -10px;
}
.mv-box .mv-list li {
    float: left;
    position: relative;
    margin: 0 0 10px 10px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.mv-box .mv-list li:hover {
    border: 1px solid #ff823c;
}
.mv-box .mv-list .mv-img{
    width: 196px;
    height: 112px;
    background-color: #000000;
}
.mv-box .mv-list .mv-img img{
    width: 196px;
    height: 112px;
}
.mv-box .mv-list .name {
    display: block;
    width: 196px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*官服页游样式*/
.gf-box .gf-list {
    margin-left: -10px;
}
.gf-box .gf-list li {
    float: left;
    position: relative;
    margin: 0 0 10px 10px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.gf-box .gf-list li:hover {
    border: 1px solid #ff823c;
}
.gf-box .gf-list .gf-img{
    width: 196px;
    height: 112px;
    background-color: #000000;
}
.gf-box .gf-list .gf-img img{
    width: 196px;
    height: 112px;
}
.gf-box .gf-list .name {
    display: block;
    width: 196px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*友情链接(关键词)*/
.link-box {
    margin-top: 30px;
    padding: 20px 0;
    border-top: dashed 1px #d1d1d1;
}
.link-box .link-list {
    position: relative;
    margin-left: -12px;
}
.link-box .link-list li {
    float: left;
    width: 125px;
    position: relative;
    margin-left: 12px;
    margin-bottom: 4px;
    line-height: 21px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.link-box .link-list a.hot-text {
    color: #ff5c23;
}
.link-box .link-list a.new-text {
    color: #8cce21;
}
.link-box .link-list a i {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    top: 0;
    margin-left: 2px;
}
.link-box .link-list a i.hot {
    background: url(../image/link_hot.png) no-repeat;
}
.link-box .link-list a i.new {
    background: url(../image/link_new.png) no-repeat;
}
/*底部*/
.footer{
    min-height: 125px;
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 20px;
}
.footer .footer-con {
    width: 1240px;
    margin: 0 auto;
}
.footer .footer-con .logo-img {
    float: left;
    margin-top: 20px;
}
.footer .footer-con .logo-img img{
    max-width: 275px;
    max-height: 95px;
    vertical-align: middle;
}
.footer .footer-con .foot-text {
    float: right;
    margin-top: 50px;
    text-align: right;
}
.footer .footer-con .foot-text p{
    color: #333;
    margin-bottom: 10px;
}
.footer .footer-con .foot_text a,
.footer .footer-con .foot_text span {
    margin-left: 30px;
    color: #333;
}
/*回到顶部按钮样式*/
.back-to-top-box {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 100px;
    cursor: pointer;
}
/*联系客服浮窗样式*/
.m-fixed-left {
    position: fixed;
    left: 170px;
    bottom: 60px;
    z-index: 20;
}
.m-fixed-left .kf {
    display: block;
    padding-top: 166px;
    width: 120px;
    height: 198px;
    background: url(../image/s_kf.jpg) no-repeat;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.m-fixed-left .kf:hover {
    text-decoration: none;
}




/*开始*/
.aside {
    float: right;
    width: 292px;
}
.m-panel {
    margin-top: 40px;
}
.m-panel-header {
    position: relative;
    margin-bottom: 20px;
    height: 20px;
    line-height: 20px;
}
.m-panel-header > h2 {
    display: inline-block;
    border-left: 4px solid #ffd900;
    margin-right: 20px;
    padding-left: 14px;
    font-size: 20px;
}
.m-heralds {
    background: #fff;
    box-shadow: 0 0 0 1px #f0f0f0;
}
.m-heralds .m-tab-hook {
    overflow: hidden;
    margin-top: -1px;
    line-height: 40px;
}
ul, ol {
    list-style: none;
}

.m-heralds .m-tab-panel {
    padding-bottom: 10px;
}
.m-herald-data, .m-herald-game {
    margin: 2px 2px 12px;
}
.m-herald-data li.top {
    border-color: #f6dd81;
    background: #fffbbb;
    color: #f20;
}
.m-herald-data li {
    overflow: hidden;
    padding: 0 15px;
    border-bottom: 1px dotted #eee;
    font-size: 13px;
    line-height: 35px;
    display: flex;
}
.m-herald-data li .game.hot {
    padding-right: 17px;
    background-image: url(../image/g_hot.gif);
}
.m-herald-data li .game {
    padding-right: 10px;
    width: 37%;
    background: no-repeat 95% 50%;
}
.m-herald-data li > * {
    display: block;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a {
    text-decoration: none;
    color: inherit;
}
.m-herald-data li .time {
    width: 34%;
}
.m-herald-data li .server {
    width: 28%;
    text-align: right;
}
.m-heralds .m-tab-hook {
    overflow: hidden;
    margin-top: -1px;
    line-height: 40px;
}
.m-heralds .m-tab-hook li.active {
    border-color: #ffd900;
    color: #333;
    font-weight: bold;
}
.m-heralds .m-tab-hook li {
    position: relative;
    float: left;
    width: 49%;
    border-top: 1px solid transparent;
    cursor: pointer;
    color: #888;
    font-size: 15px;
    text-align: center;
}
.m-pages {
    margin: 5px auto;
    text-align: center;
    
}
.m-herald-game .figure img {
    width: 60px;
}
.m-herald-game li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px dotted #eee;
    padding: 10px 0;
    font-size: 13px;
}
.m-herald-game .figure {
    position: absolute;
    left: 10px;
    top: 10px;
}
img {
    border: 0 none;
    vertical-align: top;
}
.m-herald-game .info {
    float: left;
    padding-left: 82px;
    max-width: 200px;
    height: 64px;
}
.m-herald-game .btn {
    float: right;
    margin: 17px 10px 0 0;
    width: 70px;
    line-height: 26px;
    border-radius: 5px;
}
.btn-major {
    color: #000;
    background: #ffd900;
}
.btn {
    display: inline-block;
    border: 0;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    transition: .2s ease;
}
.m-pages > *.cur, .m-pages > *.cur:hover {
    border-color: #f90;
    background: none;
    color: #f90;
}
.m-pages > * {
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
    padding: .1em .6em;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    vertical-align: middle;
}


/*右侧客服悬浮*/
.kf-slide {
    position:fixed;
    right:5px;
    top:calc(68% - 5px);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-shadow:0 0 1px 0px rgba(0,0,0,0.2);
    box-shadow:0 0 1px 0px rgba(0,0,0,0.2);
    z-index:10
}
.kf-slide>* {
    width:52px;
    height:73px;
    background-color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-bottom:1px solid #f4f4f4;
    cursor:pointer;
    position:relative
}
/*.kf-slide>*:nth-last-of-type(1) {*/
/*    border-bottom:none*/
/*}*/
.kf-slide>* img {
    width:26px;
    height:25px;
    margin-bottom:4px
}
.kf-slide>* div {
    font-size:10px;
    color:#737373
}
.kf-slide>* .wx-slide {
    position:absolute;
    right:90px;
    top:-120px;
    width:160px;
    height:320px;
    display:none;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#FFF;
    background-color:#3385ff;
    border-radius:8px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.kf-slide>* .wx-slide div {
    margin-bottom:5px;
    font-size:12px;
    color:#FFF
}
.kf-slide>* .wx-slide img {
   width:150px;
    height:260px;
    margin-top:5px
}
.kf-slide>* .wx-slide::after {
    content:"";
    width:0;
    height:0;
    border:10px solid transparent;
    border-left-color:#3385ff;
    position:absolute;
    right:-18px;
    top:30px
}
.kf-slide>*:hover .wx-slide {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}

.icon-xinfu{ background:url(/static/images/serstate.gif) 0 -15px no-repeat;}
.icon-liucang{ background:url(/static/images/serstate.gif) 0 -30px no-repeat;}
.icon-daikai{ background:url(/static/images/serstate.gif) 0 -90px no-repeat;}
.icon-fanmang{ background:url(/static/images/serstate.gif) 0 -60px no-repeat;}
.icon-weihu{ background:url(/static/images/serstate.gif) 0 -75px no-repeat;}
.icon-huobao{ background:url(/static/images/serstate.gif) 0 -180px no-repeat;}
.fwq-icon{
    padding-right: 5px;
    width: 32px;
    height: 15px;
    margin: 2px 0 0 12px;
    text-indent: -999em;
    overflow: hidden;
    vertical-align: middle;
    _display: inline;
    float: left;
}
.icon-daikai-kf{
    margin: 2px 0 0 0 !important;
    padding-right: 2px !important;
}


