@charset "utf-8";

/**
 * @author suzhicong
 * @date 2015-09-21
 **/

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
pre,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

a,
input,
button {
    margin: 0;
    padding: 0;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
}

ul,
li {
    list-style: none;
}

a,
button {
    cursor: pointer;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto
}

.cls {
    *zoom: 1;
}

.cls:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

.cls {
    clear: both;
}

a {
    text-decoration: none;
    color: #6c6c6c;
}

a:hover {
    text-decoration: none;
    /*color: #8a331f;*/
}

.hidden {
    display: none;
}

em,
i,
strong {
    font-weight: normal;
    font-style: normal;
}
.seo-img{
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -10;
}
body {
    min-width: 1200px; 
    overflow: auto;
    background: #000;
}

.body {
    font: 14px/1.5 "Microsoft Yahei", SimSun;
    overflow-x: hidden;
    *overflow: hidden;
    color: #fff;
    position: relative;
    background: url("../images/bg.jpg") no-repeat center top;
}

/* header */

.header {
    position: relative;
    width: 100%;
    height: 590px;
    background: none;
    z-index: 2;
    overflow: hidden;
}

.container-tai {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: url("../images/main.jpg") no-repeat center -610px;
}

.wrap-gray {
    background:none;
}

.kv-top {
    position: absolute;
    z-index: 1;
    left: 50%;
    overflow: hidden;
    width: 2000px;
    height: 590px;
    margin-left: -1000px;
}

.kv-top-img {
    position: relative;
    clear: both;
    overflow: hidden;
    width: 2000px;
    height: 590px;
}

.kv-top-img li {
    overflow: hidden;
    width: 2000px;
    height: 590px;
}

.kv-top-img li img {
    width: 2000px;
    height: 590px;
}

.kv-top-num {
    position: absolute;
    top: 344px;
    right: 50%;
    margin-right: -600px;
}

.kv-top-num li,
.kv-num li {
    text-indent: -9999em;
    float: left;
    overflow: hidden;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    background: url(../images/spr-t.png) no-repeat -51px -51px;
}

.kv-top-num li:hover,
.kv-top-num li.focus,
.kv-num li:hover,
.kv-num li.current {
    background-position: -74px -51px;
}

.nav-top {
    position: absolute;
    width: 173px;
    top: 0;
    margin-left: -616px;
    z-index: 2;
    left: 50%;
    background: url(../images/nav_bg.png) repeat-y;
}

.left-nav {
    width: 87px;
    margin-left: 39px;
    padding-top: 6px;
    height: 248px;
}

.left-nav .left-subnav {
    position: relative;
    height: 47px;
    line-height: 47px;
    display: block;
    color: #fff;
    width: 87px;
}

#left-subnav-last .left-a {
    border: none;
}

.left-nav .cur {
    color: #ffc34b;
}

.left-nav .left-subnav .left-subnav-i {
    position: absolute;
    width: 96px;
    text-align: center;
    left: 96px;
    top: 10px;
    background: rgba(0, 0, 0, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    border: 1px solid #252525;
    padding: 2px 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    display: none;
}

.left-nav .left-subnav .left-subnav-i em {
    position: absolute;
    top: 50%;
    left: -7px;
    width: 7px;
    height: 12px;
    margin-top: -7px;
    background: url(../images/spr-t.png) no-repeat -96px -127px;
}

.left-nav a {
    display: block;
    height: 47px;
    line-height: 47px;
    color: #fff;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #262121;
    overflow: hidden;
    left: 4px;
}

.left-nav a:hover {
    color: #ffc34b
}

.left-nav .left-subnav .left-subnav-i a {
    left: 0;
    display: block;
    height: 24px;
    line-height: 23px;
    padding: 0;
    font-size: 12px;
    overflow: hidden;
    border-bottom: 0;
}

.left-nav .left-subnav .left-subnav-i a:hover {}

.left-nav .icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    overflow: hidden;
    vertical-align: middle;
    background: url(../images/spr-t.png) no-repeat;
    margin-right: 7px;
}

#icon1 {
    background-position: 0 -25px;
}

#icon2 {
    background-position: 0 -51px;
}

#icon3 {
    background-position: 0 -76px;
}

#icon4 {
    background-position: 0 -101px;
}

.left-a:hover #icon0 {
    background-position: -24px 0;
}

.left-a:hover #icon1 {
    background-position: -24px -25px;
}

.left-a:hover #icon2 {
    background-position: -24px -51px;
}

.left-a:hover #icon3 {
    background-position: -24px -76px;
}

.left-a:hover #icon4 {
    background-position: -24px -100px;
}

.logo {
    display: block;
    position: relative;
    left: -6px;
    top: 6px;
}

.tips18 {
    position: absolute;
    top: 560px;
    left: 50%;
    margin-left: -600px;
    color: #fff;
    z-index: 2;
}

.wechat {
    width: 140px;
    height: 140px;
    background: #000;
    margin-left: 16px;
    color: #fff;
    text-align: center;
}

.wechat p {
    height: 35px;
    line-height: 35px;
}

.wechat strong {
    width: 25px;
    height: 19px;
    background: url(../images/spr-t.png) no-repeat -49px -75px;
    display: inline-block;
    vertical-align: middle;
}

.wechat-img {
    width: 100%;
    height: 79px;
    text-align: center;
}

.wechat i {
    font-size: 12px;
}

.music {
    width: 140px;
    height: 35px;
    margin: 0 0 0 16px;
}

#qq {
    position: absolute;
    width: 90px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/3/qq.png) no-repeat;
    z-index: 2;
    left: 50%;
    margin-left: -390px;
    top: 562px;
}

.yzn {
    display: block;
    width: 142px;
    height: 30px;
    line-height: 30px;
    background: url(../images/music_play.png) no-repeat left center;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 516px;
    display: none;
}

.yzn-video {
    display: block;
    width: 142px;
    height: 30px;
    line-height: 30px;
    background: url(../images/cj.png) no-repeat;
    margin: auto;
    top: 100px;
    position: relative;
}

.yzn-video2 {
    display: block;
    width: 770px;
    height: 384px;
    background: url(../images/yzn-v.jpg) no-repeat;
    margin: auto;
}


/* server-list-top */
.server-list-top {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 665px;
  height: 61px;
  color: #9c9c9c;
  background: url(../images/s-list-top-bg.png) no-repeat;
  bottom: 9px;
  margin-left: -68px;
  
}

.header-server-list {
  width: 85px;
  height: auto;
  background-color: black\9;
  background-color: rgba(0,0,0,.7);
  position: absolute;
  top: 581px;
  left: 50%;
  margin-left: -68px;
  z-index: 100;
  text-align: center;
  color: #fff;
  *background-color: #000;

}
.header-server-list ul li {
        border-bottom: 1px solid #333;
        cursor:pointer;
  }
.header-server-list ul li:hover {
    background: #333;
    color: #ffc34b;
}
.close {
  display: none;
}
// .ie7 .header-server-list {
//   background-color: black;
// }
.server-list-top a {
  color: #fff
}

.server-list-top a:hover {
  color: #ffc34b
}

.s-type {
  width: 105px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  font-size: 18px; /* padding-left:45px; */
  z-index: 3;
  position: absolute;
  left: 19px;
  text-align: center;
  color: #fff;
}
.s-type1 {
  width: 105px;
  height: 60px;
  cursor: pointer;
  line-height: 70px;
  font-size: 18px; /* padding-left:45px; */
  z-index: 3;
  position: absolute;
  left: 19px;
  text-align: center;
  color: #fff;
}

.type-on {
  background: url(../images/s-type-on.png) no-repeat;
  position: absolute;
  width: 123px;
  height: 61px;
  z-index: 2;
  transition: .5s;
  left: 0px; /* display: none; */
}

.type-on-big {
  background-image: url(../images/s4.png);
  width: 141px;
  height: 61px;
}

.server-list-top .type-in {
  color: #ffc34b;
}

.type0 {
  top: 0;
  left: 18px;
  text-indent: -20px;
  background: url(../images/s-down.png) 30px 45px no-repeat;
}
.type1 {
  left: 131px; /* width: 61px; */
}

.type2 {
  left: 236px; /* padding-left:36px; *//* width:77px; */
}

.type3 {
  left: 0;
  top: 30px;
  text-indent: 15px; /*left:0;top: 0;padding-left: 18px;width: 104px;height: 61px;line-height: 61px;*/
}

.type4 {
  left: 113px;
  top: 30px;
}

.type5 {
  left: 218px;
  top: 30px; /* padding-left:36px; *//* width:77px; */
}

.choice-list {
  width: 473px;
  _display: inline;
  position: absolute;
  left: 136px;
  top: 7px;
  font-size: 12px;
}

.fastin-input {
  line-height: 18px;
  width: 40px;
  height: 18px;
  text-align: center;
  color: #222c3e;
  background: #aaa;
  vertical-align: middle;
  font-size: 12px;
}

.recom-server {
  // display: none;
}

.recom-server-c {
  display: block;
}

.sidebar-server {
  width: 330px;
  height: 52px;
  overflow: hidden;
}

.sidebar-server a {
  height: 24px;
  overflow: hidden;
  display: block;
}

.sidebar-server li {
  line-height: 24px;
  float: left;
  width: 150px;
  height: 24px;
  margin-right: 14px;
}

.sidebar-server span {
  float: right;
}

.more {
  line-height: 16px;
  float: left;
  height: 16px;
  margin-top: 11px;
  color: #aebac1;
}

.more:hover {
  background-position: 0 -55px;
  color: #ddd;
}

.more i {
  width: 13px;
  height: 16px;
  background: url(../images/spr-t.png) no-repeat -51px -1px;
  display: inline-block;
  vertical-align: middle;
}

.more:hover i {
  background-position: -74px 0;
}

.t-more {
  position: absolute;
  left: 520px;
  z-index: 3;
  font-size: 12px;
}

.quick-ingame {
  line-height: 18px;
  width: 157px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 27px;
  text-align: right;
}

#quick-enter-click:hover {
}

.dq-option-bg {
  position: absolute;
  top: 17px;
  left: 6px;
  padding: 2px 0 0;
  display: none;
  z-index: 3
}

.server-list-top .fastin-btn {
  width: 60px;
  height: 18px;
  border-radius: 3px;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  color: #fff;
  transition: color .3s;
  font-size: 12px;
  background: #b00017;
}

.server-list-top .fastin-btn:hover {
  color: #222c3e;
  background: #f9cf7e;
}


/* loginframe */

.side {
    float: left;
    width: 233px;
    position: relative;
}

.side .service {
    width: 232px;
    height: 180px;
    overflow: hidden;
    margin-top: 10px;
}

.side .service a {
    margin-right: 88px;
}

.side .service .con p {
    line-height: 30px;
}

.side .service .con p span {
    padding-left: 60px;
}

.start {
    height: 112px;
    width: 237px;
    position: absolute;
    top: 0;
    right: 390px;
    z-index: 3;
    padding-top: 22px;
    overflow: hidden;
    background: url(../images/start_bg.png) no-repeat center -1px;
}

.start:hover {
    background-image: url(../images/start_bg2.png);
}

.start span,
.start span:after {
    display: block;
    width: 83px;
    height: 85px;
    margin: 0 auto;
    background: url(../images/start.png) no-repeat;
    content: "";
    cursor: pointer;
}

.start:hover span {
    animation: linear icoBig 1.6s infinite;
    -webkit-animation: linear icoBig 1.6s infinite
}

.start:hover span:after {
    opacity: .6;
    animation: linear icoBig2 1.6s infinite;
    -webkit-animation: linear icoBig2 1.6s infinite
}

@-webkit-keyframes icoBig {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    30% {
        -webkit-transform: scale(.93);
        transform: scale(.93);
    }
    45% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icoBig {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.05);
    }
    30% {
        transform: scale(.93);
    }
    45% {
        transform: scale(1.04);
    }
    60% {
        transform: scale(1);
    }
}

@-webkit-keyframes icoBig2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes icoBig2 {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.3);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.block-a {
    display: block;
    overflow: hidden;
    height: 100%;
    text-indent: -9999em;
}

.lr {
    font-size: 12px;
    height: 133px;
    color: #fff;
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: 87px;
    overflow: hidden;
    margin-left: -170px;
    width: 770px;
}

.login {
    width: 290px;
    height: 100%;
    background: #13120e;
    position: absolute;
    top: 0;
    right: 86px;
    padding-left: 118px;
}

.login a {
    color: #fff;
}

.login a:hover {
    color: #ffc34b;
}

.login-t {
    position: absolute;
    top: 0;
    right: 0;
    width: 86px;
    background: #13120e;
}

.login-t i {
    height: 3px;
    background: url(../images/spr-t.png) no-repeat 0 -207px;
    display: none;
    overflow: hidden;
}

.login-t a {
    width: 100%;
    height: 66px;
    background: url(../images/reg_bg.jpg) no-repeat left top;
    display: block;
    color: #f9f0dd;
    line-height: 66px;
    text-align: center;
    font-size: 14px;
}

.login-t a:hover {
    background-position: 0px -71px;
}

#btn-reg,
#btn-reged {
    margin-top: 1px;
}

#btn-reg:hover,
#btn-reged:hover {
    background-position: 0 -71px;
}

#btn-reged {
    display: none;
}

.log {
    position: relative;
    float: left;
    width: 100%;
}

.log li {
    position: absolute;
}

.text {
    font-family: "Microsoft Yahei";
    line-height: 24px;
    width: 150px;
    height: 27px;
    padding-left: 30px;
    padding-right: 7px;
    padding-top: 0;
    padding-bottom: 0;
    color: #320101;
    background-color: #fff;
    border-radius: 3px;
}

.user {
    top: 14px;
}

.psw {
    top: 47px;
}

.user label,
.psw label {
    display: none;
}

.remember {
    top: 80px;
}

.get-psw {
    top: 77px;
    left: 208px;
}

.log-btn {
    top: 14px;
    left: 200px;
    width: 64px;
    height: 60px;
}

.log-btn a {
    background: url(../images/spr-t.png) no-repeat 0 -211px;
    width: 100%;
    height: 100%;
}

.log-btn a:hover {
    background-position: 0 -271px;
}

.loged {
    width: 288px;
    padding: 10px 0 0 0;
    color: #999;
}

.loged li {
    line-height: 20px;
}

.loged-usercenter {
    text-align: right;
}

.loged-usercenter a {
    margin-right: 10px;
}

.loged .loged-highlight {
    color: #ffdf7c
}

.wrap1 {
    width: 1200px;
    height: 312px;
    position: relative;
    background: none;
    margin: 0 auto;
}


/*kv*/

.kv {
    position: absolute;
    width: 742px;
    height: 312px;
    overflow: hidden;
    left: 0;
}

.kv-num {
    position: absolute;
    right: 12px;
    bottom: 12px;
}


/*news*/

#news {
    width: 445px;
    height: 312px;
    position: absolute;
    right: 0px;
    background: #39393a;
    overflow: hidden;
}

.news-wrap {
    position: relative;
}

.news-tab {
    height: 30px;
    line-height: 30px;
    width: auto;
    padding: 16px 15px;
}

.news-tab ul {
    width: 410px;
    height: 30px;
    line-height: 30px;
}

.news-tab li {
    display: inline;
    float: left;
    overflow: hidden;
    height: 30px;
    width: 81px;
    position: relative;
}

#li_fangdao {
    border: 0;
}

.news-tab i {
    width: 13px;
    height: 14px;
    background: url(../images/spr-t.png) no-repeat -74px -1px;
    position: absolute;
    right: 8px;
    top: -20px;
    transition: .2s;
}

.news-tab li a {
    line-height: 30px;
    display: inline-block;
    float: left;
    width: 80px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.news-tab li a:hover,
.news-tab li.current a {
    color: #ffc34b;
}

.news-tab li a:hover i,
.news-tab li.current a i {
    top: 9px;
}

.news-tab li span {
    width: 1px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    float: left;
    margin-top: 7px;
    background: #fff;
}

.headline {
    overflow: hidden;
    height: 32px;
    background: #252526;
    width: 415px;
    display: block;
    font-size: 16px;
    color: #df0017;
    line-height: 32px;
    text-align: center;
    margin: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.headline:hover {
    color: #ff8d13;
}

.news-list {
    width: 415px;
    font-size: 12px;
    height: 196px;
    padding: 5px 15px;
    overflow: hidden;
}

.news-list li {
    overflow: hidden;
    height: 29px;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    *white-space: normal;
    text-overflow: ellipsis;
    line-height: 29px;
    font-size: 14px;
}

.news-list li:last-child {
    border: 0;
}

.news-list a {
    -webkit-transition: padding .2s ease;
    -moz-transition: padding .2s ease;
    -o-transition: padding .2s ease;
    transition: padding .2s ease;
    color: #fff;
}

.news-list a:hover {
    color: #ffc34b
}

.news-list a:hover span {
    color: #ffc34b
}

.a-link:hover {
    padding-left: 5px;
}

.time {
    float: right;
    color: #afafaf;
}


/** honor **/

.honor {
    width: 808px;
    height: 320px;
    background: url(../images/news-bg.jpg) no-repeat -342px 0;
    position: absolute;
    margin-left: 192px;
    left: 50%;
}

.cup {
    width: 190px;
    height: 260px;
    border: 1px solid #47322D;
    margin: 31px 0 0 22px;
    position: relative;
    overflow: hidden;
}

.cup-d {
    width: 10px;
    height: 33px;
    background: url(../images/icon.png) no-repeat;
    position: absolute;
    top: 114px;
    display: block;
    z-index: 2
}

.cup-l {
    background-position: -4px -27px;
    left: 9px
}

.cup-r {
    background-position: -28px -27px;
    right: 9px;
}

.cup-l:hover {
    background-position: -51px -27px;
}

.cup-r:hover {
    background-position: -75px -27px;
}

.cup p {
    width: 100%;
    font-size: 16px;
    color: #775a52;
    position: absolute;
    bottom: 8px;
    text-align: center;
    line-height: 16px;
}

.cup-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cup-li {
    background: url(../images/honor4.png) no-repeat 48px 11px;
    width: 100%;
    height: 100%;
}

.cup-li0 {
    background-position: 50px 12px;
}

.cup-li1 {
    background-position: -92px 12px
}

.cup-li2 {
    background-position: -248px 12px
}

.cup-li3 {
    background-position: -416px 12px
}

.cup-li4 {
    background-position: -600px 12px
}

.cup-li5 {
    background-position: -786px 12px
}

.cup-li6 {
    background-position: -972px 12px
}

.cup-li7 {
    background-position: -1162px 12px
}

.cup-li8 {
    background-position: -1354px 12px
}

.cup-li9 {
    background-position: -1546px 12px
}


/** level **/

.level-wrap {
    width: 182px;
    height: 292px;
    color: #9c9c9c;
    top: 28px;
    left: 230px;
    position: absolute;
}

.level-wrap em {
    color: #FFF;
    line-height: 14px;
    height: 14px;
}

.level-sum-point {
    padding: 8px 0 4px 73px;
    height: 54px;
    overflow: hidden;
    border-bottom: 1px solid #341E17;
    position: relative;
    line-height: 50px;
}

.sum-point {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 46px;
    color: #ffc34b;
    font-weight: bold;
}

.point-people {
    height: 32px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
}

#point-people {
    color: #ffc34b;
}

.star-top {
    width: 20px;
    height: 18px;
    float: left;
    margin: 0 1px 0 0;
    background: url(../images/icon.png) no-repeat -1px -87px;
    display: block;
    text-indent: -9999px;
}

.star-top-half {
    background-position: -24px -87px;
}

.level-sum-point p {
    line-height: 25px;
    margin: 0 auto;
    overflow: hidden;
    height: 25px;
    color: #cecece;
}

.level-sum-point .level-star {
    cursor: auto;
}

.select-point {}

.select-point p {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    position: relative;
    padding-left: 72px;
}

.select-point p span {
    position: absolute;
    left: 2px;
    color: #cecece;
    text-align: right;
    width: 72px;
}

.level-star {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../images/icon.png) no-repeat -48px -2px;
    display: block;
    text-indent: -9999px;
    margin: 5px 0 0 2px;
}

.select:hover,
.level-wrap .selected {
    background-position: -24px -1px;
}

.level-wrap .selected-06 {
    background-position: -10px -20px;
}

.select-point .point-submit {
    height: 34px;
    padding: 0;
    margin: 6px auto 0;
}

.point-submit-btn {
    display: block;
    text-indent: -9999px;
    width: 178px;
    height: 34px;
    background: url(../images/top.jpg) no-repeat 0 -272px;
}

.point-submit-btn:hover {
    background-position: 0 -306px
}


/* wrap-mid */

.wrap-mid {
    width: 1200px;
    margin: 0 auto;
    height: 371px;
    position: relative;
}


/* honor-list */

.honor-list {
    width: 240px;
    height: 371px;
    float: left;
    padding-left: 95px;
    padding-bottom: 50px;
    padding-right: 87px;
    background: url("../images/rank_panel.png") no-repeat left -3px;
    position: absolute;
    top: 0;
    left: -95px;
    z-index: 1;
}

.t {
    width: 100%;
    height: 63px;
    font-size: 24px;
    color: #fff;
    line-height: 78px;
}

.v-more {
    float: right;
    color: #fff;
    margin-top: 36px;
    font-size: 14px;
}

.v-more:hover {
    color: #ffc34b
}

.honor-list .con {
    background: none;
    height: 294px;
    width: 210px;
    padding: 14px 20px 0 20px;
}

.select-h {
    height: 22px;
    font-family: "Microsoft Yahei";
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    margin-bottom: 4px;
    width: 100px;
    border: 1px solid #fff;
}

#server_type {
    width: 85px;
}

.select span {
    width: 100px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#honorType {}

#server_id, #honor_server_id {
    width: 115px;
}

.l-t {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    color: #fff;
}

#honor_rank {
    text-align: center;
}

#honor_rank li {
    line-height: 28px;
    height: 28px;
}

#honor_rank span,
.n {
    display: inline-block;
    width: 175px;
    text-align: center;
}

#honor_rank em,
.r {
    display: inline-block;
    width: 28px;
}


/* fast */

.fast {
    width: 712px;
    float: left;
    margin-left: 8px;
    padding-top: 63px;
    position: absolute;
    top: 0;
    left: 240px;
    z-index: 2;
}

.f-link {
    width: 230px;
    height: 150px;
    border: 1px solid #676767;
    float: left;
    margin: 0 4px 4px 0;
    background: #39393a;
    position: relative;
    overflow: hidden;
    display: block;
}

.f-img {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/link.png) no-repeat;
    height: 150px;
    width: 149px;
    transition: .5s;
}

.f-link:hover .f-img {
    background-image: url("../images/link_h.png");
}

.f-i2 {
    background-position: -149px 0;
    width: 178px
}

.f-i3 {
    background-position: -327px 0;
    width: 176px
}

.f-i4 {
    background-position: 0 -150px
}

.f-i5 {
    background-position: -149px -150px;
    width: 178px
}

.f-i6 {
    background-position: -327px -150px;
    width: 176px
}

.f-link em {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 17px;
    top: 27px;
}

.f-link p {
    color: #9c9c9c;
    font-size: 12px;
    position: absolute;
    left: 17px;
    top: 56px;
}

.f-link i {
    border: 1px solid #bd0015;
    border-radius: 4px;
    position: absolute;
    left: 17px;
    top: 96px;
    display: block;
    width: 61px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #bd0015;
    transition: .3s;
}

.f-link:hover i {
    color: #ffc34b;
    background: none;
    border-color: #ffc34b;
}

.f-link:hover .f-img {
    transform: translate3d(10px, 0, 0);
}

.f-link:hover em {
    color: #ffc34b;
}


/* welfare */

.welfare {
    width: 240px;
    float: right;
    position: absolute;
    top: 0;
    right: -97px;
    z-index: 2;
    padding-right: 95px;
    padding-left: 10px;
    padding-bottom: 50px;
    background: url("../images/player_gifts.png") no-repeat left -16px;
}

.welfare-tab {
    text-align: center;
    padding-top: 14px;
    overflow: hidden;
}

.welfare-tab a:hover {
    color: #ffc34b;
}

.w-a {
    color: #fff;
    width: 70px;
    text-align: center;
    border-left: 1px solid #E2e1e0;
    border-right: 1px solid #D7D6D6;
    display: inline-block;
    height: 14px;
    line-height: 14px;
}

#w-a-0 {
    border-left: 0;
    border-right: none;
}

#w-a-2 {
    border-right: 0;
    border-left: none;
}

.w-on {
    color: #ffc34b;
}

.welfare .con {
    background: none;
    height: 308px;
    position: relative;
    overflow: hidden;
}

.welfare-con {
    width: 100%;
    height: 268px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.wf-a {
    background: url(../images/welfare.png) no-repeat 0 40px;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999em
}

.wf-a-0 {
    background-position: 0 0
}

.wf-a-1 {
    background-position: -240px 0
}

.wf-a-2 {
    background-position: -480px 0
}


/* mx-zone */

.mx-zone {
    width: 1200px;
    height: 404px;
    margin: auto;
    overflow: hidden;
}

.mx-zone .con {
    height: 286px;
    background: #f5f4f2;
    padding: 20px 0 20px 14px;
}

.mx-zone li {
    width: 288px;
    height: 286px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 7px;
    _display: inline;
}

.mx-info {
    width: 100%;
    height: 250px;
    display: block;
}

.book {
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 222px;
    height: 35px;
    border: 1px solid #8a331f;
    display: block;
    font-size: 18px;
    line-height: 35px;
    color: #8a331f;
    text-align: center;
    border-radius: 4px;
}

.book:hover {
    background: #8a331f;
    color: #fff;
    transition: .3s;
}

.book i {
    width: 21px;
    height: 20px;
    background: url(../images/like.png) no-repeat 0 -1px;
    display: inline-block;
    vertical-align: middle;
}

.book:hover i {
    background-position: -29px -1px
}

.mx-bg {
    width: 100%;
    height: 28px;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    transition: .3s;
}

.mx-zone li:hover .mx-bg {
    height: 36px;
}

.mx-name {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    bottom: -4px;
    height: 36px;
    transition: .3s;
    line-height: 36px
}

.mx-zone li:hover .mx-name {
    bottom: 0;
}

.mx-name em {
    width: 100%;
    display: block;
    text-align: center;
    color: #c6c6c6;
    transition: .3s;
}

.mx-zone li:hover em {
    width: 134px;
    color: #ffc34b;
}

.mx-zone .mx-a {
    width: auto;
    position: absolute;
    right: -112px;
    bottom: 8px;
    color: #ffc34b;
    font-size: 12px;
    border: 1px solid #ffc34b;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    transition: .3s;
    width: 82px;
    text-align: center;
}

.mx-zone li:hover .mx-a {
    right: 8px;
}

.mx-name .mx-a:hover {
    color: #141414;
    background: #ffc34b
}

.mx-zone .mx-about {
    line-height: 24px;
    position: relative;
    margin-left: 6px
}

.mx-about strong {
    font-size: 16px;
    display: block;
    height: 26px;
    line-height: 18px;
}

.mx-about b {
    color: #8a331f;
    font-weight: 400
}

.mx-about p {
    text-indent: 2em
}


/* video */

.video {
    width: 1200px;
    height: 221px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.v-more i {
    background-position: -51px 0;
}

.v-more:hover i {
    background-position: -74px 0;
}

.video .con {
    width: 100%;
    height: 158px;
}

.video li {
    width: 292px;
    height: 158px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 3px solid black;
}

.v-img {
    background: url(../images/video3.jpg) no-repeat;
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}

.v2 {
    background-position: -300px 0
}

.v3 {
    background-position: -600px 0
}

.v4 {
    background-position: -900px 0
}

.video li:hover .v-img {
    transform: scale(1.1);
}

.v-bg {
    width: 100%;
    height: 28px;
    opacity: .5;
    position: absolute;
    bottom: 0;
    background: #000;
}

.v-info p {
    height: 28px;
    position: absolute;
    bottom: 0;
    line-height: 28px;
    transition: color .5s;
    color: #c6c6c6;
}

.v-info i {
    background: url(../images/icon.png) no-repeat -58px -66px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 10px;
}

.v-info:hover p {
    color: #ffc34b
}

.v-info:hover i {
    background-position: -75px -66px;
}


/* version */

.version {
    width: 1200px;
    height: 274px;
    margin: auto;
    overflow: hidden;
}

.version .t {
    height: 70px
}

.version .con {
    height: 211px;
    overflow: hidden;
    width: 1200px;
    position: relative;
}

.version-list {
    width: 6000px;
    height: 174px;
    z-index: 10;
}

.version-list li {
    float: left;
    display: inline;
    width: 132px;
    margin: 0 30px 0 12px;
    height: 170px;
    text-align: center;
}

.version-list li:hover .version-name {
    color: #ffc34b;
}

.version-pic {
    width: 100%;
    height: 132px;
    display: block;
}

.allTrans {
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.version-img {
    left: 0;
    top: 0;
    z-index: 3;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background: url(../images/v1.jpg?v=20160503);
    -webkit-filter: grayscale(0.7) brightness(1.1);
    -moz-filter: grayscale(0.7) brightness(1.1);
    -o-filter: grayscale(0.7) brightness(1.1);
    -ms-filter: grayscale(0.7) brightness(1.1);
    filter: grayscale(0.7) brightness(1.1);
    border: 5px solid #1d1d1d;
    transition: .5s;
}

.ver-last {
    background-position: -3px -2px;
}

.ver1 {
    background-position: -5px -131px;
}

.ver2 {
    background-position: -5px -262px;
}

.ver3 {
    background-position: -5px -393px;
}

.ver4 {
    background-position: -5px -524px;
}

.ver5 {
    background-position: -5px -655px;
}

.ver6 {
    background-position: -5px -786px;
}

.ver7 {
    background-position: -5px -917px;
}

.ver8 {
    background-position: -5px -1048px;
}

.ver9 {
    background-position: -5px -1179px;
}

.ver10 {
    background-position: -5px -1310px;
}

.ver11 {
    background-position: -5px -1441px;
}

.ver12 {
    background-position: -5px -1572px;
}

.ver13 {
    background-position: -5px -1703px;
}

.ver14 {
    background-position: -5px -1834px;
}

.ver15 {
    background-position: -5px -1965px;
}

.ver16 {
    background-position: -5px -2096px;
}

.ver17 {
    background-position: -5px -2227px;
}

.ver18 {
    background-position: -5px -2358px;
}

.ver19 {
    background-position: -5px -2489px;
}

.ver20 {
    background-position: -5px -2620px;
}

.ver21 {
    background-position: -5px -2751px;
}

.ver22 {
    background-position: -5px -2882px;
}

.ver23 {
    background-position: -5px -3013px;
}

.ver24 {
    background-position: -5px -3145px;
}

.ver25 {
    background-position: -5px -3275px;
}

.ver26 {
    background-position: -5px -3407px;
}

.version-list li:hover .version-img {
    -moz-filter: grayscale(0) brightness(1);
    -o-filter: grayscale(0) brightness(1);
    -ms-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
    -webkit-filter: grayscale(0) brightness(1);
}

.version-cover {
    z-index: 4;
    position: absolute;
    border: 10px solid #1d1d1d;
    border-radius: 50%;
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
    transition: 1s;
}

.version-list li:hover .version-cover {
    border-color: transparent;
}

.version-name {
    color: #fff;
    line-height: 20px;
    padding-top: 5px;
}

.version-time {
    color: #afafaf;
    line-height: 20px;
    font-size: 12px;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.line-bg {
    left: 0;
    top: 68px;
    width: 100%;
    height: 1px;
    background-position: -1px -112px;
    background-repeat: repeat-x;
    z-index: 9;
    border-top: 1px dashed #d2d1cc;
    position: absolute;
}


/** ziliao **/

.wrap2 {
    width: 1200px;
    margin: 0 auto 30px;
    height: 330px;
    position: relative;
}

.ziliao {
    float: left;
    width: 300px;
    height: 380px;
    padding-left: 136px;
    position: absolute;
    top: 0;
    left: -136px;
    z-index: 2;
    background: url("../images/new_guide.png") no-repeat left 29px;
}

.ziliao .t {
    height: 69px;
}

.zl-btn {
    position: relative;
    float: left;
    overflow: hidden;
    width: 99px;
    height: 86px;
    color: #fff;
}

.ziliao .con {
    background: none;
}

.ziliao .con a.nbr {
    border-right: none;
}

.zl-btn i {
    position: absolute;
    top: 10px;
    left: 27px;
    display: block;
    width: 44px;
    height: 44px;
    transition: all .4s ease;
    background: url(../images/z-icon.png) no-repeat 0 0;
}

.zl-btn:hover i {
    color: #ffc34b;
      background-image: url(../images/z-icon-h.png);
}

.zl-btn span {
    line-height: 22px;
    position: absolute;
    top: 57px;
    left: 0;
    display: block;
    width: 100%;
    transition: all .2s ease;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.zl-btn-1 i {
    background-position: 0 0;
}

.zl-btn-2 i {
    background-position: -101px 0;
}

.zl-btn-3 i {
    background-position: right 0;
}

.zl-btn-4 i {
    background-position: 0 -88px;
}

.zl-btn-5 i {
    background-position: -101px -88px;
}

.zl-btn-6 i {
    background-position: right -88px;
}

.zl-btn-7 i {
    background-position: 0 -175px;
}

.zl-btn-8 i {
    background-position: -101px -175px;
}

.zl-btn-9 i {
    background-position: right -175px;
}

.zl-btn:hover span {
    color: #ffc34b;
}


/*role*/

.role {
    overflow: hidden;
    width: 600px;
    position: absolute;
    top: 0;
    left: 300px;
    float: left;
    height: 100%;
}

.role .t {
    height: 69px;
    padding-left: 22px;
}

.role .con {
    background: #39393a;
    height: 261px;
}

.role-nav {
    position: absolute;
    z-index: 2;
    left: 22px;
    top: 88px;
    border-bottom: 1px solid #bfbfbf;
}

.role-nav li {
    font-size: 16px;
    line-height: 30px;
    display: inline;
    float: left;
    width: 87px;
    text-align: center;
    height: 30px;
    position: relative;
}

.role-nav li a {
    color: #afafaf;
}

.role-nav li.cur a {
    color: #ffc34b
}

.line2 {
    display: block;
    position: absolute;
    bottom: -2px;
    z-index: 3;
    width: 0;
    height: 2px;
    background-color: #ffc34b;
    transition: .5s;
    _display: none;
    left: 0
}

.role-nav li:hover .line2,
.role-nav li.cur .line2 {
    width: 87px;
}

.role-detail {
    position: relative;
    display: none;
}

.role-detail .r-desc {
    position: absolute;
    /*z-index: 2;*/
    /*top: 49px;*/
    left: -300px;
    width: 380px;
    height: 212px;
    color: #afafaf;
}

.curElem .r-desc {
    left: 22px;
}

.r-desc strong {
    font-weight: 700
}

.weapon {
    width: 206px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 16px;
}

.skill {
    width: 230px;
    height: 37px;
    position: absolute;
    left: 110px;
    top: 16px;
}

.difficulty {
    width: 206px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 42px;
}

.star {
    width: 17px;
    height: 16px;
    background: url(../images/icon.png) no-repeat 0 -65px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}

.star2 {
    background-position: -20px -65px;
}

.star3 {
    background-position: -39px -65px;
}

.r-desc em {
    font-size: 14px;
    color: #afafaf;
}

.description {
    position: absolute;
    top: 72px;
    left: 0;
    width: 310px;
    height: 100px;
    color: #afafaf;
    line-height: 24px;
}

.description p {}

.readmore {
    position: absolute;
    left: 0;
    bottom: 32px;
    display: block;
    width: 99px;
    height: 25px;
    border: 1px solid #df0017;
    border-radius: 4px;
    text-align: center;
    color: #df0017;
    transition: .3s;
    line-height: 25px;
}

.readmore:hover {
    color: #ffc34b;
    border-color: #ffc34b;
}

.role-detail .r-per {
    position: absolute;
    bottom: -262px;
    right: -300px;
    width: 324px;
    height: 262px;
    _bottom: 0;
}

.role-detail .r-per img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.curElem .r-per {
    right: 0
}


/** data **/

.data {
    width: 300px;
    float: left;
    position: absolute;
    top: 0;
    right: -30px;
    padding-right: 30px;
    padding-bottom: 50px;
    background: url("../images/game_info.png") no-repeat right 37px;
}

.data .t {
    height: 69px
}

.data .con {
    background: none;
    height: 242px;
    padding-top: 19px;
    position: relative;
}

#data-bg {
    width: 252px;
    height: 60px;
    background-image: url(../images/data.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    left: 24px;
}

.d-bg0 {
    background-position: 0 5px;
}

.d-bg1 {
    background-position: 0 -57px;
}

.d-bg2 {
    background-position: 0 -117px;
}

.d-bg3 {
    background-position: 0 -177px;
}

.data-tab {
    width: 300px;
    height: 36px;
    background: none;
    margin: 0 0 12px 22px;
}

.data-tab li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    float: left;
    margin-right: 37px;
}

#d-tab-li2 {
    margin-right: 38px
}

.d-tab {
    width: 100%;
    height: 100%;
    display: block;
}

.d-tab:hover,
.d-cur {
    color: #ffc34b;
}

.data-panel {
    width: 288px;
    margin: auto
}

.data-li {
    display: none;
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.data0 {
    display: block;
}

.data-panel a {
    color: #fff;
    line-height: 28px;
    width: 72px;
    text-align: center;
    display: block;
    float: left;
}

.data-panel a:hover {
    color: #ffc34b;
}

.d-more {
    position: absolute;
    right: 24px;
    bottom: 70px;
    color: #fff
}

.d-more:hover {
    color: #ffc34b;
}

.d-more i {
    background-position: -50px 0
}

.d-more:hover i {
    background-position: -73px 0;
}


/** service **/

.wrap3 {
    width: 1200px;
    margin: auto;
    height: 163px;
    overflow: hidden;
}

.service {
    width: 300px;
    height: 106px;
    background: #3e3e3e;
    line-height: 24px;
    float: left;
}

.t2 {
    height: 42px;
    line-height: 48px;
    padding-left: 16px;
    font-size: 20px;
    color: #fff;
}

.service .con {
    color: #afafaf;
    padding: 4px 0 0 17px;
    font-size: 12px;
}

.service a {
    display: inline-block;
    width: 64px;
    height: 16px;
    border: 1px solid #df0017;
    border-radius: 3px;
    text-align: center;
    color: #df0017;
    transition: color .4s;
    line-height: 15px;
    font-size: 12px;
    margin-right: 5px;
}

.service a:hover {
    color: #ffc34b;
    border-color: #ffc34b;
}

.audio-button {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    cursor: pointer;
}

.jp-state-playing {
    background: url(../images/music_stop.png) no-repeat left center;
}


/** links **/

.links {
    float: left;
    width: 600px;
    height: 106px;
    background: #39393a;
    overflow: hidden;
}

.links .t {}

.links .con {
    overflow: hidden;
    height: 48px;
    padding: 3px 12px 0 12px;
}

.links a {
    line-height: 24px;
    display: inline-block;
    padding: 0 3px;
    white-space: nowrap;
    color: #afafaf;
}

.links a:hover {
    color: #ffc34b;
}


/*media*/

.media {
    height: 106px;
    background: #3e3e3e;
    width: 300px;
    float: left;
}

.media .t {
    width: 260px;
    background-position: -168px -283px;
}

.media .con {
    overflow: hidden;
    height: 100px;
    width: 282px;
}

.media-scroll {
    overflow: hidden;
    width: 260px;
    height: 50px;
    margin: 2px 0 0 20px;
}

.media-scroll li {
    width: 152px;
    height: 50px;
    float: left;
}

.media-scroll img {
    width: 150px;
    height: 50px;
}

.pk {
    width: 100%;
    text-align: center;
    padding-top: 18px;
    display: block;
    float: left;
}


/*video*/

.video-alert {
    width: 654px;
    height: 368px;
    background: #505050;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -320px;
    z-index: 999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+300));
    border: 3px solid #505050;
    display: none
}

.video-alert2 {
    width: 960px;
    height: 540px;
    background: #505050;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -270px 0 0 -480px;
    z-index: 999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+300));
    border: 3px solid #505050;
    display: none
}

.video-code {
    width: 654px;
    height: 368px
}

.video-code2 {
    width: 960px;
    height: 540px;
}

.video-close {
    position: absolute;
    width: 44px;
    height: 44px;
    top: -3px;
    right: -44px;
    display: block;
    background: url(../images/close.jpg) no-repeat
}

.layout {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 99
}


/*video page*/

.video-list-main li {
    display: inline;
    float: left;
    width: 285px;
    text-align: center;
    margin: 14px 13px 0 0
}

.video-list-main li .tle {
    line-height: 30px
}

.video-list-main li a {
    display: block;
    height: 285px;
    width: 285px;
    overflow: hidden;
    position: relative
}

.video-list-main li a i {
    height: 100%;
    width: 100%;
    display: block;
    background: url(../images/3/video-btn.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0
}

.video-list-main li img {
    transition: all .4s ease;
    height: 285px;
    width: 285px
}

.video-list-main li a:hover img {
    transform: scale(1.1)
}

.sq-dialog-content {
    text-align: center;
    margin: 0
}


/* box download */

.layout-mod-downlist,
.ly-m-dl-c {
    width: 552px;
    height: 236px;
    z-index: 100
}

.layout-mod-downlist {
    background: url(../images/3/box.jpg) no-repeat;
    display: none
}

.ly-m-dl-c {
    position: relative
}

.ly-m-dl-close,
.ly-m-dl-it {
    display: block;
    position: absolute;
    text-indent: -9999px
}

.ly-m-dl-close {
    width: 20px;
    height: 20px;
    right: 9px;
    top: 10px
}

.ly-m-dl-it {
    width: 226px;
    height: 120px;
    left: 35px;
    top: 74px
}

.ly-m-dl-it-2 {
    left: 290px
}

.sq-dialog-client {
    text-align: center;
}


/*article list*/

.c-body {
    background: #121111
}

.c-wrap {
    width: 1200px;
    margin: auto;
    padding-bottom: 32px;
}

.main {
    float: right;
    width: 960px;
    height: auto;
    background: #39393a;
    padding-bottom: 40px;
}

.content strong {
    font-weight: bold;
}

.article-top {
    overflow: hidden;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #4e5359;
    background: url(../images/article_title_bg.png) no-repeat right top #464647;
}

.article-top span {
    font-size: 30px;
    line-height: 80px;
    width: 130px;
    padding: 0 0 0 29px;
    color: #fff;
    float: left;
    display: block;
}

.bread-nav {
    height: 80px;
    line-height: 100px;
    padding: 0 0 0 29px;
    color: #fff;
    font-size: 14px;
    float: right;
    margin-right: 30px;
}

.bread-nav a {
    color: #fff;
}

.bread-nav a:hover {
    color: #fff;
}

.article-main {
    width: 840px;
    min-height: 584px;
    padding: 0 60px;
    color: #c9c9c9;
    _height: 584px;
}

.article-main a {
    webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    color: #fff;
    padding-left: 0;
}

.article-main a:hover {
    webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    color: #ffc34b;
    padding-left: 3px;
}

.article-main .card-content .select-dom {
    height: 22px;
    line-height: 22px;
}

.article-main .card-content .select-dom .select-con {
    height: 22px;
    line-height: 22px;
}

.article-main a.card-btn, .article-main a.card-btn:hover {
    padding-left: 12px;
    webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}


.c-link:hover {
    color: #ffc34b;
}

.article-list {
    margin: 0 auto;
    padding-top: 16px;
}

.article-list li {
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    border-bottom: 1px dashed #6f6f6f;
}

.news-date {
    float: right;
}

.pageNum {
    height: 50px;
    margin: 20px auto 0;
    padding-top: 20px;
    text-align: center;
}

.pageNum span {
    display: inline;
}

.pageNum a {
    font-size: 12px;
    line-height: 26px;
    margin: 3px;
    padding: 2px 7px 2px 7px;
    color: #fff;
    background: #4e5359;
}


/*article*/

.article-title {
    line-height: 90px;
    overflow: hidden;
    height: 80px;
    text-align: center;
    color: #a60110;
    font-size: 30px;
}

.article-title h1 {
    font-weight: bold;
}

.article-detail {
    line-height: 22px;
    height: 35px;
    text-align: center;
    border-bottom: 1px dashed #707070;
    font-size: 12px;
}

.article-detail span {
    color: #9c9c9c;
}

.article-content {
    line-height: 2;
    padding: 20px 0;
    color: #fff;
}

.article-relation {
    font-size: 14px;
    height: 150px;
    margin: 0 auto;
}

.article-relation dt {
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #707070;
}

.article-relation dd {
    line-height: 30px;
    float: left;
    overflow: hidden;
    width: 49%;
    height: 30px;
    margin: 0 1% 0 0;
    *display: inline;
    *width: 48%;
}

.dqf {
    width: 100%;
    height: 110px;
    background: url(../images/dqf.jpg) no-repeat;
    display: block;
}

.dqf:hover {
    background-position: 0 -110px;
}

.c-wrap .honor-list {
    background: url("../images/rank_panel.png") no-repeat -98px -15px;
    width: 100%;
    color: #a0a0a0;
    height: 390px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: left;
    padding: 0;
}

.c-wrap .honor-list .t {
    color: #fff;
    height: 49px;
    padding-left: 16px;
    width: 217px;
    line-height: 56px;
    overflow: hidden;
    margin-bottom: 15px;
}

.c-wrap .honor-list .t span {
    width: 100%;
    height: 22px;
    line-height: 22px;
    display: block;
    color: #fff;
    font-size: 14px;
    float: right;
    margin-top: 6px;
}

.c-wrap .honor-list .con {
    background: none;
    width: 205px;
    height: 285px;
    padding: 0 14px;
    overflow: hidden;
}

.c-wrap .select {
    height: 50px;
    margin-bottom: none;
}

.c-wrap .honor-list .con .select span {
    width: 100px;
    height: 22px;
    line-height: 22px;
    display: block;
    float: left;
    color: #fff;
}

.c-wrap .honor-list .con .select span#honor_server_id {
    width: 100px;
    margin-right: 5px;
}

.c-wrap .honor-list .con .select span.sort-title {
    font-size: 14px;
    text-align: center;
    color: #fff;
    float: left;
}

.c-wrap .honor-list .con .select select {
    width: 100px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: none;
    float: left;
}

.c-wrap .l-t {
    color: #ffc34b;
    height: 38px;
    line-height: 40px;
}

.c-wrap .l-t span {
    height: 38px;
    line-height: 40px;
    color: #fff;
}

.c-wrap .select-h {
    width: 70px
}

.c-wrap #honor_rank em,
.c-wrap .r {
    width: 35px;
    text-align: center;
    color: #fff;
}

.c-wrap #honor_rank span, .c-wrap .n {
    width: 170px;
    color: #fff;
}

.c-wrap #honor_rank li {
    border-color: #717171
}

.c-wrap .res {
}

.c-wrap .video {
    width: 260px;
    padding: 0 15px 20px;
    height: auto;
    position: relative;
    z-index: 1;
    float: left;
    background-color: #4d4d4d;
}

.c-wrap .video .t {
    border-bottom: 1px solid #565656;
    height: 50px;
    margin-bottom: 20px;
    line-height: 56px;
    color: #A5A5A5;
}

.c-wrap .video .con {
    height: 592px;
}

.c-wrap .video li {
    float: none;
    width: 260px;
    height: 148px;
}

.c-wrap .v-more {
    margin-top: 26px;
    color: #a0a0a0
}

.c-wrap .v-more:hover {
    color: #ffc34b
}


/*server page*/

.s-body {
    height: 1100px;
    background: url(../images/s-bg.jpg) no-repeat center top;
}

.s-header {
    position: relative;
    width: 1000px;
    height: 215px;
    margin: 0 auto;
}

.s-wrap {
    position: relative;
    width: 1000px;
    height: 1100px;
    margin: 0 auto;
    background: url(../images/s-wrap.jpg) no-repeat center 0;
}

.s-nav {
    position: absolute;
    top: 14px;
    left: 306px;
    width: 720px;
    height: 72px;
}

.s-nav li {
    float: left;
    width: 143px;
    height: 72px;
    margin-right: 36px;
    border: 0;
    _display: inline;
}

.s-nav a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 72px;
    background: url(../images/s-server.png) no-repeat left top;
}

#nav-1 {
    background-position: 0px 0;
}

#nav-2 {
    background-position: -142px 0;
}

#nav-3 {
    background-position: -286px 0;
}

#nav-4 {
    background-position: -428px 0;
}

#nav-1:hover {
    background-position: 0px -72px;
}

#nav-2:hover {
    background-position: -142px -72px;
}

#nav-3:hover {
    background-position: -286px -72px;
}

#nav-4:hover {
    background-position: -428px -72px;
}

.s-logo {
    position: absolute;
    top: 14px;
    left: 50px;
}

.s-body #loginframe {
    position: absolute;
    top: 173px;
    left: 312px;
    width: 670px;
    height: 87px;
    color: #999;
}

.s-body .log {
    height: 78px;
    font-size: 12px;
}

.s-body .log a {
    color: #999;
}

.s-body .log a:hover {
    color: #ffc34b
}

.s-body .log li {
    position: absolute;
}

.s-body .text {
    font-family: 'Microsoft Yahei';
    line-height: 30px;
    width: 180px;
    height: 30px;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    color: #7e7e7e;
}

.type-option-dom li:hover, .option-dom li:hover {
    background: #333;
    color: #fff;
}

#username {
    background: url("../images/count_icon.png") no-repeat 10px center #fff;
}

#password {
    background: url("../images/pw_icon.png") no-repeat 10px center #fff;
}
.s-body .user {
    top: 16px;
    left: 12px;
}

.s-body .psw {
    top: 16px;
    left: 246px;
}

.s-body .log-btn {
    top: 14px;
    left: 485px;
    width: 155px;
    height: 61px;
}

.s-body .log-btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/s-server.png) no-repeat 0 -144px;
}

.s-body .log-btn a:hover {
    background-position: -156px -144px;
}

.s-body .get-psw {
    top: 56px;
    left: 213px;
}

.s-body .get-reg {
    top: 56px;
    left: 275px;
    width: auto;
    height: auto;
    background: none;
}

.s-body .remember {
    top: 53px;
    left: 12px;
    width: 454px;
    color: #fff;
}

.s-body .remember label, .s-body .remember a {
    margin: 0 5px;
    color: #fff;
}

.s-body .loged {
    width: 630px;
    margin: 0;
    padding: 8px 0 0 16px;
    color: #ccc;
}

.s-body .loged a {
    color: #ccc
}

.s-body .loged li {
    line-height: 24px;
    float: left;
    width: 294px;
    height: 24px;
}

.s-body .loged .loged-highlight {
    color: #ff0;
}

.s-content {
    position: relative;
    margin: 140px 0 0 325px;
}

.server-list li {
    line-height: 43px;
    float: left;
    width: 205px;
    height: 43px;
    margin: 0 12px 8px 0;
    text-align: center;
    background: url(../images/s-server.png) no-repeat -312px -144px;
    overflow: hidden;
}

.server-list li:hover {
    background-position: -517px -144px;
}

.server-list a {
    display: block;
    height: 100%;
    color: #fff;
    transition: .2s;
    font-size: 14px;
}

.s-body .fastin-btn:hover {
    background-position: -160px -32px;
}

.s-body .all {
    overflow-y: auto;
    height: 450px
}

.server-list span {
    color: #fae000;
}

.sp-pager li {
    line-height: 24px;
    width: 80px;
    height: 24px;
    margin: 1px 4px 1px 0;
    cursor: pointer;
    background: #232d37;
}

.sp-pager,
#nameList {
    overflow: hidden;
    margin: 0 0 4px;
}

.s-name {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.s-body .fastin-input {
    line-height: 18px;
    width: 44px;
    height: 18px;
    color: #000;
    background: #fff;
}

#history {
    width: 655px;
    height: 43px;
    padding: 12px 0 22px 0;
    overflow: hidden
}

#all-dq-server-tab {
    overflow: hidden;
    width: 100%
}

.dq-server-wrap {
    display: none
}

.sp {
    overflow-y: auto;
    height: 610px;
    width: 612px;
}

.st2 li {
    float: left;
    width: 191px;
    height: 43px;
    margin: 0 7px 8px 0;
    _display: inline;
}

#serverTab li,
#all-sx-server-tab li {
    font-size: 12px;
    line-height: 23px;
    float: left;
    width: 92px;
    height: 23px;
    margin: 0 7px 5px 0;
    cursor: pointer;
    text-align: center;
    text-indent: 0;
    color: #d8a55b;
    background: #413329;
}

#serverTab .on,
#all-sx-server-tab .on {
    color: #010101;
    background: #d8a55b;
}

#all-sx-server-list {
    height: 508px;
    overflow-y: auto;
    margin-top: 10px;
    width: 616px;
}


/* 明星服 */

#all-dq-server-tab,
#all-xz-server-tab {
    overflow: hidden;
    width: 100%;
}

#all-dq-server-tab a,
#all-xz-server-tab a {
    line-height: 23px;
    display: inline-block;
    float: left;
    width: 72px;
    height: 23px;
    margin: 0 3px 0 0;
    text-align: center;
    color: #d8a55b;
    background: #413329;
}

#all-dq-server-tab a:nth-child(1),
#all-xz-server-tab a:nth-child(1) {
    color: #fff;
}

#all-dq-server-tab .on,
#all-xz-server-tab .on {
    background: #d8a55b;
    color: #010101;
}

#all-dq-server-list,
#all-xz-server-list {
    overflow-y: auto;
    margin-top: 20px;
    height: 520px;
    width: 616px;
}

#all-dq-server-list a,
#all-xz-server-list a {
    float: none;
    text-align: center;
    margin-left: 0;
}

.type-choose {
    line-height: 26px;
    height: 26px;
    font-size: 12px;
    margin: 20px 0 10px;
    color: #fff;
    position: relative;
}

.select-dom {
    *margin-right: 4px;
    cursor: pointer;
    z-index: 3;
    width: 68px;
    height: 16px;
    background: transparent;
    line-height: 16px;
    position: relative;
    border: 1px solid #6C6C6C;
    display: inline-block;
    vertical-align: middle;
}

.select-con {
    overflow: hidden;
    width: 54px;
    height: 16px;
    float: left;
    display: block;
    padding: 0 12px 0 2px;
    color: #9c9c9c;
    background: transparent;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/spacer.gif);
    z-index: 2;
}

.select-btn {
    position: absolute;
    right: 5px;
    height: 0;
    display: block;
    top: 8px;
    border-top: 5px solid #aeb1c1;
    border-right: 5px solid #1A1E29;
    border-bottom: 0;
    border-left: 5px solid #1A1E29;
    _font-size: 0;
    overflow: hidden;
}

.s-fastin {
    width: 86px;
    height: 20px;
    line-height: 20px;
    color: #262626;
    text-align: center;
    border: 1px solid #fff;
}

#select-dom-s1 {
    margin-right: 36px
}

#select-dom-xz,
#select-dom-dq {
    width: 78px;
}

#select-dom-xz .select-con,
#select-dom-dq .select-con {
    width: 62px;
}

.s-fastin-btn {
    display: inline-block;
    width: 66px;
    height: 26px;
    background: url(../images/s-server.png) no-repeat 0 -204px;
    text-indent: -9999em;
    color: #390000;
    vertical-align: middle;
}

.s-fastin-btn:hover {
    background-position: -66px -204px;
}

.option-bg {
    position: absolute;
    display: none;
    left: 0px;
    top: 19px;
    z-index: 3;
}

.s-body .option-bg {
    left: -1px;
    top: 26px;
}

#option-bg-xz,
#option-bg-dq {
    left: 0;
    top: 23px;
}

.option-bg-type {
    left: 75px;
    top: 21px;
}

.option-bg-type-i {
    left: 60px;
    top: 25px;
    zoom: 1;
}

.option-dom {
    font-size: 12px;
    overflow: hidden;
    width: 195px;
    padding: 1px;
    background: #3B2019;
    border: 1px solid #6C6C6C;
}

.option-dom li {
    float: left;
    width: 61px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    cursor: pointer;
    color: #aeb1c1;
    text-align: center;
    overflow: hidden;
}

.s-body .option-dom li.focus {
    background: #333;
    color: #fff;
}

.s-body .option-dom {
    background: #fff;
    width: 195px;
}

.s-body .option-dom li {
    color: #000;
    width: 61px;
    _width: 60px;
}

.choice-tab {
    /* color:#78726e; */
    font-size: 14px;
    width: 170px;
    height: 36px;
    position: absolute;
    z-index: 9;
    left: 38px;
    top: 15px
}

#choice-tab {
    z-index: 10;
    color: #ffc34b;
}

#choice-tab2 {
    left: 556px;
    top: 32px;
}

.select-type-cb-i {
    display: block;
}

#select-dom-i1 {
    width: 104px;
    height: 24px;
    color: #692f00;
    background-color: #30160D;
    border: 1px solid #EDAC2B;
}

#select-dom-i2 {
    border: 0;
    background: #eed5bb;
    width: 58px;
    height: 16px;
    color: #692f00;
    font-size: 12px;
}

#select-dom-i1 .select-btn,
#select-dom-i2 .select-btn {
    border-left: 5px solid #30160D;
    border-right: 5px solid #30160D;
    border-top: 5px solid #EDAC2B;
}

#select-dom-i1 .select-con {
    height: 24px;
    line-height: 24px;
    width: 78px;
    color: #ffc34b;
    border-right: 1px solid #EDAC2B;
    text-align: center;
    padding: 0;
    font-size: 14px;
}

#select-dom-i1 .select-btn {
    margin-top: 10px;
    right: 7px;
}

#select-dom-i2 .select-con {
    width: 44px;
    height: 16px;
    line-height: 16px;
}

#option-bg-3 {
    left: 86px;
    top: 90px;
}

#option-bg-1 {
    left: 86px;
    top: 120px;
}

.type-option-dom {
    padding: 1px;
    border: 1px solid #6C6C6C;
    font-size: 12px;
    background: #FFF;
}

.type-option-dom li {
    width: auto;
    min-width: 96px;
    padding: 2px;
    line-height: 20px;
    height: 20px;
    color: #000;
    cursor: pointer;
    text-align: center;
}

.type-option-dom li:hover {
    background: #
}

#type-option-dom-1 {
    width: 76px;
    border: 1px solid #EDAC2B;
    background: #30160D;
}

#type-option-dom-1 li {
    float: none;
    width: 100%;
    height: 20px;
    /* font-size:14px; */
    color: #ffc34b;
    line-height: 20px;
}

#type-option-dom-2 li {
    background: #fff
}

#type-option-dom-2 li:hover {
    background: #885947;
    color: #fff
}

#option-dom-1 {
    background: #EED5BB
}

.select-type {
    z-index: 2;
    line-height: 18px;
    width: 190px;
    height: 18px;
    position: absolute;
    left: 356px;
    top: 27px;
}

.s-body .select-dom {
    line-height: 20px;
    width: 100px;
    height: 20px;
    border: 1px solid #fff;
    background: #FFF;
    color: #262626;
    font-size: 12px;
}
.s-body .select-con {
    width: 86px;
    height: 20px;
    line-height: 20px;
    color: #262626;
}

.s-body .select-btn {
    border-top: 5px solid #494949;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF
}

.s-body .select-type {
    z-index: 2;
    height: 26px;
    line-height: 26px;
    width: 300px;
    text-align: left;
    position: absolute;
    right: 132px;
    top: 0;
    _margin-top: -5px;
}

.xz-server-wrap,
.dq-server-wrap,
.sx-server-wrap,
.no-dq-server-wrap {
    display: none;
}

.now-is-1 .xz-server-wrap,
.now-is-2 .dq-server-wrap,
.now-is-0 .no-dq-server-wrap,
.now-is-4 .no-dq-server-wrap,
.now-is-3 .sx-server-wrap {
    display: block;
}

.now-is-4 .sp-pager {
    display: none;
}

.now-is-0 .select-type-0,
.now-is-1 .select-type-1,
.now-is-2 .select-type-2,
.now-is-3 .select-type-3,
.now-is-4 .select-type-4 {
    display: inline-block;
    vertical-align: top;
    *display: inline;
}

.select-type-0-i {
    display: block;
}


/* server-new */

#paging li,
#nameList a {
    font-size: 12px;
    line-height: 23px;
    float: left;
    width: 92px;
    height: 23px;
    margin: 0 7px 5px 0;
    cursor: pointer;
    text-align: center;
    text-indent: 0;
    color: #262626;
    background: #fff;
}

#paging li.hover,
#nameList a.hover {
    color: #fff;
    background: #a51300;
}

#paging li:hover {
    color: #fff;
    background: #a51300;
}

#all-server-wrap {
    overflow: auto;
    height: 600px;
    width: 620px;
}

.select1,
.select2 {
    display: inline-block;
    *display: inline;
    position: relative;
}

.select1 {
    margin-right: 10px
}

#all-xz-server {
    height: 514px;
    width: 675px;
    overflow-x: hidden;
    overflow-y: auto;
}

#all-xz-server #servers li {
    background-position: -312px -187px;
}

#all-xz-server #servers li:hover {
    background-position: -517px -187px;
}


/*three*/

.loged .loged-top {
    display: none
}

.loged img {
    margin-right: 3px;
    vertical-align: middle;
}

.three {
    top: 100px;
    left: 0;
}

.sq-third-link {
    display: inline-block;
    *display: inline;
    margin-left: 10px;
    color: #fff;
}

.three-icon {
    background: url(../images/three.png) no-repeat;
    transition: .5s;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999em;
    vertical-align: middle;
    margin: 0 8px;
}

.three-wx {
    background-position: -39px 0;
}

.three-wb {
    background-position: -78px 0;
}
.login-youke{background:url("../images/youke.png") no-repeat}
.s-body .three-icon {
    margin: 0 4px;
}

.g-footer {
    overflow: hidden;
}