.wrap {
    width: 1200px;
    margin: 0 auto;
}
body {
    background: #f3f3f3;
}
/*顶部*/
.header {
    height: 100px;
    background: #fff url(../images/top_bg.jpg) no-repeat 50% 0;
}
.header .logo {
    float: left;
    margin-top: 5px;
    overflow: hidden;
}
.header .logo img {
    max-width: 280px;
    max-height: 90px;
}
.header .right-icon {
    float: right;
    text-align: center;
    margin-top: 10px;
}
.header .right-icon .yywd {
    float: left;
    margin-right: 60px;
}
.header .right-icon .yywd a {
    display: block;
    width: 100%;
    background: url(../images/yywd.jpg) no-repeat center 6%;
    padding-top: 55px;
    color: #333;
}
.header .right-icon .syhz {
    float: left;
    margin-right: 20px;
}
.header .right-icon .syhz a {
    display: block;
    width: 100%;
    background: url(../images/syhz.png) no-repeat top center;
    padding-top: 55px;
    color: #333;
}
/*导航*/
.nav-box {
    width: 100%;
    height: 40px;
    background: #404952;
}
.nav-box .nav-list {
    height: 40px;
    background: #404952;
}
.nav-box .nav-list li {
    position: relative;
    float: left;
    width: 13%;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.nav-box .nav-list li.active a{
    background-color: #f6505c;
}
.nav-box .nav-list li a {
    display: block;
    color: #fff;
}
.nav-box .nav-list li a:hover {
     background-color: #f6505c;
}
.nav-box .nav-list li em {
    background: url(../images/nav_new.png) no-repeat;
    position: absolute;
    top: -24px;
    right: 20px;
    width: 35px;
    height: 23px;
    margin: 15px 4px 0 0;
}
/*首页主体内容*/
.index-content {
    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(../images/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(../images/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(../images/s_pinhead_1.png) no-repeat -220px -190px;
    content: '';
}
/*分类标题样式*/
.cate-title {
    position: relative;
    height: 48px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e4e4e4;
}
.cate-title h1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #ff6100;
    color: #ff6100;
    font-size: 24px;
    font-weight: normal;
}
/*新游体验*/
.new-game-box {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 4px 0 10px 0;
}
.new-game-box a {
    display: inline-block;
    padding: 0 5px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 14px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #f2f5f9 #c0c1c2 #f2f5f9 #d3d5d7;
    font-weight: bold;
    overflow: hidden;
}
.new-game-box a.ge {
    border-left: 0;
}
.new-game-box a strong {
    font-style: italic;
}
/*精品推荐*/
.tj-box {
    padding: 20px 0;
    background: #fff;
}
.tj-box .tj-list {
    height: 356px;
    overflow: hidden;
}
.tj-box .tj-list li {
    position: relative;
    float: left;
    margin-left: 20px;
}
.tj-box .tj-list .tj-pic {
    display: block;
    width: 216px;
    height: 315px;
    background-color: #000000;
}
.tj-box .tj-list .tj-pic img {
    width: 216px;
    height: 315px;
}
.tj-box .tj-list .g-con {
    position: relative;
    width: 216px;
    height: 40px;
}
.tj-box .tj-list .g-con .name {
    z-index: 10;
    position: absolute;
    padding: 0 5px;
    width: 206px;
    height: 40px;
    background: #495a6a;
    border-top: 1px solid #556a7d;
    text-align: center;
    font: bold 14px/40px 宋体;
    color: #fff;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tj-box .tj-list .g-con .con {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -90px;
    width: 216px;
    height: 90px;
    overflow: hidden;
    background: #495a6a;
    border-bottom: 1px solid #284159;
    transition: all .3s;
}
.tj-box .tj-list li:hover .g-con .con {
    top: -1px;
    transform: translateY(-90px);
}
.tj-box .tj-list .g-con .con .icon-img {
    float: left;
    padding: 15px;
    width: 55px;
    height: 55px;
}
.tj-box .tj-list .g-con .con .icon-img img {
    width: 55px;
    height: 55px;
    border-radius: 10px;
}
.tj-box .tj-list .g-con .con .con-text {
    float: left;
    padding: 15px 0;
    width: 130px;
}
.tj-box .tj-list .g-con .con .con-text .ration {
    display: block;
    width: 130px;
    height: 20px;
    font: 12px/20px 宋体;
    color: #fff;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tj-box .tj-list .g-con .con .con-text .ks-btn {
    display: block;
    width: 67px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #1ba92b;
    color: #fff;
    margin-top: 10px;
}
.tj-box .tj-list .g-con .con .con-text .ks-btn:hover {
    background: #18c32c;
}
/*最新上线、热门排行*/
.zx-rm .c-title {
    position: relative;
    height: 48px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e4e4e4;
}
.zx-rm .c-title h1 {
    position: absolute;
    display: block;
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #ff6100;
    color: #ff6100;
    font-size: 24px;
    margin-left: 220px;
}
.zx-rm .zx-rm-div {
    padding: 12px;
    height: 120px;
    background: #fff;
    overflow: hidden;
}
.zx-rm .zx-rm-div .tab-menu {
    float: left;
    width: 130px;
    background: #f6f6f6;
    height: 120px;
}
.zx-rm .zx-rm-div .tab-menu span {
    position: relative;
    display: block;
    width: 130px;
    height: 60px;
    line-height: 60px;
    color: #666;
    font-size: 18px;
    cursor: pointer;
}
.zx-rm .zx-rm-div .tab-menu span .zx {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 20px 7px 20px 10px;
    background: url(../images/xp_new.png) no-repeat -95px -51px;
}
.zx-rm .zx-rm-div .tab-menu span .rm {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 20px 7px 20px 10px;
    background: url(../images/xp_new.png) no-repeat -126px -51px;
}
.zx-rm .zx-rm-div .tab-menu span .jt {
    display: none;
    position: absolute;
    top: 0;
    right: -12px;
    width: 12px;
    height: 59px;
    background: url(../images/xp_new.png) no-repeat -544px -36px;
    overflow: hidden;
}
.zx-rm .zx-rm-div .tab-menu span.hover,
.zx-rm .zx-rm-div .tab-menu span:hover {
    color: #fff;
    background: #5298ff;
}
.zx-rm .zx-rm-div .tab-menu span.hover .zx,
.zx-rm .zx-rm-div .tab-menu span:hover .zx {
    background-position: -190px -51px;
}
.zx-rm .zx-rm-div .tab-menu span.hover .rm,
.zx-rm .zx-rm-div .tab-menu span:hover .rm {
    background-position: -222px -51px;
}
.zx-rm .zx-rm-div .tab-menu span.hover .jt,
.zx-rm .zx-rm-div .tab-menu span:hover .jt {
    display: block;
}
.zx-rm .zx-rm-div .tab-menu-con {
    position: relative;
    float: left;
    margin-left: 4px;
    width: 1042px;
    height: 120px;
    overflow: hidden;
}
.zx-rm .zx-rm-div .tab-menu-con ul {
    height: 119px;
    width: 1030px;
    padding-left: 22px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.zx-rm .zx-rm-div .tab-menu-con li {
    position: relative;
    float: left;
    width: 81px;
    height: 120px;
    padding-right: 22px;
}
.zx-rm .zx-rm-div .tab-menu-con li a {
    display: block;
    width: 81px;
    height: 120px;
    color: #666;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.zx-rm .zx-rm-div .tab-menu-con li a img {
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.zx-rm .zx-rm-div .tab-menu-con li a span {
    display: inline-block;
    height: 40px;
    width: 80px;
    line-height: 40px;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zx-rm .zx-rm-div .tab-menu-con .line-div {
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.zx-rm .zx-rm-div .tab-menu-con .line-div .line {
    display: block;
    width: 81px;
    height: 2px;
    position: absolute;
    left: 22px;
    top: 0;
    background: #3385ff;
}
/*开服表*/
.kaifu-box {
    float: left;
    width: 300px;
    height: 465px;
    padding: 0 15px;
    background: #fff;
    overflow: hidden;
}
.kaifu-box .kaifu-tit {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: normal;
    font-size: 26px;
    color: #fe1e00;
    border-bottom: 1px dashed #e0e0e0;
}
.kaifu-box .servers-div {
    height: 410px;
    overflow: hidden;
}
.kaifu-box .servers-div .list-con {
    height: 22px;
    padding: 5px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
}
.kaifu-box .servers-div .list-con:hover {
    background: #f4f4f4;
}
.kaifu-box .servers-div .list-con a {
    display: block;
    color: #333;
}
.kaifu-box .servers-div .list-con .list-time {
    float: left;
    width: 80px;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.kaifu-box .servers-div .list-con .list-server {
    float: right;
    width: 70px;
    text-align: right;
    color: #ff5c23;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.kaifu-box .servers-div .list-con .list-name {
    float: left;
    width: 130px;
    text-align: left;
    color: green;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.kaifu-box .servers-div .list-con .list-name em {
    float: left;
    width: 16px;
    height: 16px;
    margin: 3px 4px 0 2px;
}
.kaifu-box .servers-div .list-con .list-name em.zhiding {
    background: url(../images/icon_zhiding.png) no-repeat 100% 50%;
}
.kaifu-box .servers-div .list-con .list-name em.hot {
    background: url(../images/icon_hot.gif) no-repeat 100% 50%;
}
.kaifu-box .servers-div .list-con .list-name em.ofi {
    background: url(../images/icon_official.gif) no-repeat 100% 50%;
}
.kaifu-box .servers-div .list-con a.top .list-time {
    color: #004eff;
}
.kaifu-box .servers-div .list-con a.now .list-time {
    color: #f20;
}
/*开服表分页*/
.kaifu-box .servers-div .kf_page {
    text-align: center;
}
.kaifu-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: 5px 0 5px 10px;
    cursor: pointer;
}
.kaifu-box .servers-div .kf_page span.on {
    background: #FF6600;
    border-color: #FF6600;
    color: #fff;
}
/*轮播图*/
.banner-box {
    float: right;
    position: relative;
    width: 850px;
    height: 465px;
    margin: 0 auto;
}
.banner-box .banner {
    position: relative;
    width: 100%;
    height: 465px;
    background: #fff;
    overflow: hidden;
}
.banner-box .banner img {
    width: 850px;
    height: 465px;
}
.banner-box .banner .swiper-pagination {
    bottom: 0;
    width: 820px;
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    background: #000;
    opacity: 0.7;
}
.banner-box .banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d4d4d4;
    border-radius: 0;
}
.banner-box .banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffe825;
}
/*BT页游*/
.bt-box {
    padding: 10px;
    background: #fff;
}
.bt-box .bt-list {
    margin-left: -10px;
}
.bt-box .bt-list li {
    float: left;
    position: relative;
    margin: 0 0 12px 10px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.bt-box .bt-list li:hover {
    border: 1px solid #ff823c;
}
.bt-box .bt-list .bt-img{
    width: 226px;
    height: 130px;
    background-color: #000000;
}
.bt-box .bt-list .bt-img img{
    width: 226px;
    height: 130px;
}
.bt-box .bt-list .bt-con {
    width: 226px;
    height: 30px;
    line-height: 30px;
}
.bt-box .bt-list .bt-con .name {
    float: left;
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #333;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bt-box .bt-list .bt-con .g-btn {
    float: left;
    margin: 5px 0 0 3px;
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: url(../images/ico-btn.png) no-repeat 0 -164px;
    color: #53c244;
}
.bt-box .bt-list .bt-con .g-btn:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    animation: ani-gw-link .3s linear .2s 1 normal;
    background-position: 0 -144px;
    color: #fff;
}
@-webkit-keyframes ani-gw-link{0%{-webkit-transform:translate(0,0)}50%{-webkit-transform:translate(0,3px)}100%{-webkit-transform:translate(0,0)}}
@-moz-keyframes ani-gw-link{0%{-moz-transform:translate(0,0)}50%{-moz-transform:translate(0,3px)}100%{-moz-transform:translate(0,0)}}
@-o-keyframes ani-gw-link{0%{-o-transform:translate(0,0)}50%{-o-transform:translate(0,3px)}100%{-o-transform:translate(0,0)}}
@-ms-keyframes ani-gw-link{0%{-ms-transform:translate(0,0)}50%{-ms-transform:translate(0,3px)}100%{-ms-transform:translate(0,0)}}
@keyframes ani-gw-link{0%{transform:translate(0,0)}50%{transform:translate(0,3px)}100%{transform:translate(0,0)}}
/*满V页游*/
.mv-box {
    padding: 10px;
    background: #fff;
}
.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 .mv-img{
    width: 226px;
    height: 130px;
    background-color: #000000;
}
.mv-box .mv-list .mv-img img{
    width: 226px;
    height: 130px;
}
.mv-box .mv-list .name {
    display: block;
    width: 226px;
    height: 30px;
    line-height: 30px;
    background: #02a8e0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mv-box .mv-list li:hover .name {
    background: #FFD700;
    color: #FF0000;
}
/*官服页游*/
.gf-box {
    padding: 10px;
    background: #fff;
}
.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: 226px;
    height: 130px;
    background-color: #000000;
}
.gf-box .gf-list .gf-img img{
    width: 226px;
    height: 130px;
}
.gf-box .gf-list .name {
    display: block;
    width: 226px;
    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 {
    padding: 20px 0;
    border-bottom: 1px solid #8E8E8E;
}
.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: #63696E;
    overflow: hidden;
}
.link-box .link-list a {
    color: #63696E;
}
.link-box .link-list a.hot-text {
    color: #ff5c23;
}
.link-box .link-list a.new-text {
    color: #8cce21;
}
.link-box .link-list a:hover {
    color: #f00;
}
.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(../images/link_hot.png) no-repeat;
}
.link-box .link-list a i.new {
    background: url(../images/link_new.png) no-repeat;
}
/*底部*/
.footer{
    width: 100%;
    min-height: 125px;
    border-top: 1px solid #8E8E8E;
    background: #1F272B;
    color: #63696E;
    padding-bottom: 30px;
}
.footer .footer-con {
    margin-top: 20px;
}
.footer .footer-con .foot-text {
    text-align: center;
    font-size: 14px;
}
.footer .footer-con .foot-text p{
    font-size: 14px;
    color: #63696E;
    margin-bottom: 10px;
}
.footer .footer-con .foot-text p a {
    color: #63696E;
}
.footer .footer-con .foot-text p a:hover {
    color: #f00;
}
.footer .footer-con .foot_text a,
.footer .footer-con .foot_text span {
    margin-left: 30px;
    color: #63696E;
}
/*回到顶部按钮样式*/
.back-to-top-box {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 200px;
    cursor: pointer;
}
/*联系客服浮窗样式*/
.m-fixed-left {
    position: fixed;
    left: 170px;
    bottom: 100px;
    z-index: 20;
}
.m-fixed-left .kf {
    display: block;
    padding-top: 166px;
    width: 120px;
    height: 198px;
    background: url(../images/s_kf.jpg) no-repeat;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.m-fixed-left .kf:hover {
    text-decoration: none;
}