body ,div ,dl,dt,dd,ul ,ol ,li ,h1 ,h2 ,h3 ,h4,h5,h6 ,pre ,
form ,
fieldset ,
input ,
textarea ,
p ,
blockquote ,
th ,
td ,
table ,
img {
	padding:0;
    margin: 0;
}


address ,caption,cite ,code,
dfn ,
em ,
strong ,
th ,
var {
	font-style: normal; font-weight: normal
}
ol ,
ul {
	list-style-type: none
}
caption ,
th {
	text-align: left
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%; font-weight: normal
}
q:before {
	content: ''
}
q:after {
	content: ''
}
abbr ,acronym  {
	border:none;
}
.clear {
	zoom: 1
}
body {
	font-family: '微软雅黑';
    background: #191E21;
    font-size: 12px;
    -webkit-text-size-adjust: none;
	margin: 0; padding: 0;
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.btn {
	text-indent: -9999em; overflow: hidden
}
.btn:hover {
	filter: alpha(opacity=90); opacity: 0.9
}
.fb {
	font-weight: bold !important
}
.fco {
	color: #fa7000 !important
}
.header {
	border-bottom: #cbcbcb 1px solid; background: #fff repeat-x
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.head {
}
.head .inner {
	margin: 0 auto; width: 1200px; height: 44px
}
.head h1 {
	margin: 0; float: left; _display: inline
}
.head h1 a {
	width: 150px; height: 38px; overflow: hidden; _display: inline
}
.nav {
	float: left; _display: inline
}
.nav li {
	float: left; _display: inline
}
.nav li a {
	float: left; _display: inline
}
.nav {
	margin: 11px 0 0 4px
}
.nav li {
	padding: 0 15px 10px 15px; line-height: 18px;  background-position: right 0; height: 18px;;
}
.nav a {
	color: #767676
}
.nav a img {
	margin: 0 5px 0 0; float: left; _display: inline
}
.nav .all {
	position: relative; background: none transparent scroll repeat 0 0;
}
.nav .all a {
}
.head .user {
	position: relative; line-height: 25px; margin: 8px 0; float: right; color: #fff; _display: inline
}

.head .user a {
	margin: 0 10px; color: #333
}
.head .user .fav {
	line-height: 28px;text-indent: 28px; margin: 0; width: 67px; background-position: -254px 0; float: left; height: 25px; vertical-align: middle; overflow: hidden; _display: inline
}
.head .user .fav:hover {
	background-position: -328px 0px
}
.head .user .username {
	color: #fff
}
.head .user .username strong {
	margin: 0 5px 0 0; font-family: 'microsoft yahei'; color: #feec59
}
.head .user .username b {
	color: #000; font-weight: normal
}
.head .user .link {
	margin: 0 12px 0 0; color: #fff
}
.head .user .link:hover {
	text-decoration: underline
}
.head .user .favtips {
	position: absolute; padding: 9px 10px 0px 18px; line-height: 18px;  width: 156px;  height: 40px; right: -22px; top: 24px
}
.head .user .favtips strong {
	color: #ffa320
}

.head .outer {
    position: absolute;
    top: 44px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 70px;
}
.head .outer .nav-ul {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}
.head .outer .nav-ul li:first-child {
    margin-left: 50px;
}
.head .outer .nav-ul li {
    float: left;
    cursor: pointer;
    font-size: 16px;
    line-height: 50px;
    margin: 0 0 0 90px;
    text-align: center;
}
.head .outer .nav-ul li a span{
    position: absolute;
    left: 30px;
    top: 35px;
}
.head .outer .nav-ul li a,
.head .outer .nav-ul li a:hover{
    display: block;
    width: 140px;
    height: 70px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.regbtn {
    position: absolute;
	width: 340px;
	height: 170px;
	overflow: hidden;
	top: -145px;
	left: -5px;
}

.startgame{
    width: 329px;
    height: 148px;
    background: url("./images/start-game.png") no-repeat;
}
.startgame:hover{
    width: 341px;
    height: 168px;
    background: url("./images/start-game-h.png") no-repeat;
}

.side {
    display: block;
    position: relative;
    margin: 138px 0 0 0;
    float: left;
    background: #191e21;
    width: 320px;
}


.side .user {

}
.side .loginno {
	margin: 0; height: 110px
}
.side .logined {
	height: 155px;padding: 18px 0 0 0;
}
.login_form {
    width: 300px;
	height: 90px;
    margin: 0 auto;
}

.loginno .ubox{
    float: left;
    width: 220px;
}
.loginno .ubox .intxt {
    width: 220px;
    height: 30px;
    line-height: 30px;
    outline: none;
    border: none;
    background: #484B52;
	padding: 0 0 0 10px;
    margin: 10px 0 0 0;
    color: #888888;
}
.loginno .ubox .intxt:last-of-type{
    margin: 7px 0 0 0;

}
.loginno .login{
    cursor: pointer;
    float: left;
    width: 68px;
    height: 66px;
    background: url(./images/login-btn.png) no-repeat;
    border: none;
    outline: none;
    margin-top: 10px;
    display: block;
    margin-left: 10px;
}
.loginno .login:hover{
    float: left;
    width: 68px;
    height: 66px;
    background: url(./images/login-btn-h.png) no-repeat;

}



.loginno .links {
	text-align: left; margin: -3px auto; width: 280px; color: #686868
}
.loginno .links span{
    color: #f00;

}
.loginno .links a {
	color: #686868;
    text-align: right;
    float:right;
    display: block;
}
.loginno .links a:hover {
	text-decoration: underline
}

.gametab {
	 width: 320px; height: 63px;
}
.gametab a {
	margin: 5px 0 0 7px;
    float: left;
}
.gametab .tabpay {
    width: 150px;
    height: 49px;

    background-position: -10px -594px;

}

.gametab .tabpay:hover {
    width: 150px;
    height: 49px;
    background-position: -10px -663px;
}

.gametab .tabcard {
    width: 150px;
    height: 50px;
    background-position: -10px -732px;
}

.gametab .tabcard:hover {
    width: 150px;
    height: 50px;
    background-position: -10px -802px;
}


.logined {

}
.userinfo {
	padding: 0 8px 0 13px;
}
.userinfo .face {
	position: relative; padding: 0 0 0 66px; min-height: 56px; height: 56px; color: #858585;
}
.userinfo .face a {
	color: #fa7000
}
.userinfo .face p {
	line-height: 20px;
    color: #CE9B71;
    font-size: 15px;
    padding-left: 10px;
}
.userinfo .face .username {
	padding:2px 0 0 18px ;
}
.userinfo .face .faceimg {
	 position: absolute; padding: 2px; background: #fff;   top: 0; left: 0
}
.userinfo .face .faceimg img {
	display: block;
	width: 60px;
	height: 60px;
}
.userinfo .stat {
	position: relative; margin: 5px 0 0 0 ; height: 19px
}
.userinfo .stat .logout {
	position: absolute; color: #A9A9A9; right: 10px; top: -50px
}
.played {
	padding: 0 8px 0 13px; margin: 14px 0 0 0;position: relative;
}
.played h2 {
	padding:5px 0; color: #bcbcbc;
}
.played .playedbox {
    position: absolute;
    line-height: 22px;
    height: 80px;
    width: 180px;
    right: 0;
    top: 0;

}
.played .playedbox a {
	color: #A9A9A9;
    line-height: 23px;
    border-bottom: 1px solid #929292;
    text-decoration: none;
}
.played .playedbox .gogame {
	position: absolute; color: #fa7000; right: 10px; top: 0;
}
.played .playedbox .gogame:hover {
	text-decoration: underline
}
.rcmd {
	padding: 0 0 0 18px; margin: 9px 0 0 0 ; color: #fa7000; overflow: hidden;
}
.rcmd a {
	margin: 0 19px 0 0; color: #fa7000
}
.kefucenter .frame_title,
.friendmedia .frame_title,
.friendlink .frame_title{
    padding-top: 5px;
    margin-bottom: 0;
    height: 45px;
}
.gameintro .frame_title{
    padding-top: 5px;
    margin-bottom: 0;
    height: 40px;
}

.frame_title{
    width: 280px;
    height: 50px;
    margin: 0 auto;
    color: #C3936A;
    line-height: 35px;
}
.frame_title .left{
    float: left;
    width: 30px;
    height: 35px;
}
.frame_title .left span{
    margin:10px 0 0 8px;
}
.frame_title .content{
    float: left;
    font-size: 16px;
    height: 35px;
}
.frame_title .right{
    float: right;
    height: 35px;
}
.frame_title .right a:hover,
.frame_title .right a{
    color: #c3936a;
    text-decoration: none;
}
.frame_title .frame_gap{
    width: 100%;
    height: 1px;
    padding-top: 35px;
    border-bottom: 1px solid #111A1C;
}
.frame_title .frame_gap_t{
    width: 37%;
    height: 1px;
    border-bottom: 1px solid #C3936A;
}
.gameintro .frame_title .frame_gap_t{
    width: 120px;
}
.frame_content{
    width: 300px;
    margin: 0 auto;
}
.frame_content .kefu_img{
    width: 279px;
    height: 140px;
    background: url("./images/kefu-img.png")no-repeat;
}
.frame_content .kefu_img:hover{
    background: url("./images/kefu-img-h.png")no-repeat;
}
.kefucenter ,
.friendlink {
    background: #2C2E33;
    width: 320px;
    margin: 10px auto;
}
.gameintro {
    background: #2C2E33;
    width: 320px;
    margin: 10px auto 10px;
}
.friendlink .frame_content{
    min-height: 50px;
}
.kefucenter .frame_content {
	height: 160px;
}

.gamegap {
	height: 150px;
    margin: -28px 0px 0 10px;
    width: 0px;
    float: right;
    border-right: 1px solid #363739;
    border-left: 1px solid #222527;
}
.top .gamegap{
    height: 270px;
}
.kefucenter .btn_dl {
    width: 80px;
    height: 20px;
    margin: 5px auto;
    display: block;
    background: #43454C;
    color: #E3E3E3;
    border-radius: 1px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    outline: none;
}

.kefucenter .btn_dl:focus {
    outline: none;
}
.kefucenter .btn_dl:hover {
    text-decoration: none;
    background: #43454C;
    color: #eee;
}
.fwq_listb {
    width: 280px;
	height: 163px;
    margin: 2px auto 0;
}

.fwq_listb ul{
    /*list-style-type: disc;*/
}
.fwq_listb ul .recommandServer{
    color: #484b55;
    font-size: 12px;
}
.fwq_listb ul dl{
    height: 35px;
    margin-top: 5px;
}
.fwq_listb .moreServer{
    height: 36px;
    line-height: 33px;
    font-size: 12px;
    text-align: center;
}
.fwq_listb .moreServer a{
    color: #b9b9b9;
}
.fwq_listb dt{
    width: 86px;
    height: 32px;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}
.fwq_listb dt a{
    width: 86px;
    height: 32px;
    display: block;
    color: #ac896b;
    background: #554130;

}
.fwq_listb dt:hover a{
    color: #eba76e;
    text-decoration: none;
    background: #825733;

}
.fwq_listb dt:last-of-type {
    margin-right: 0px;
}

.fwq_listb ul li {
    padding-left: 5px;
	line-height: 36px;
    height: 36px;
    text-indent: 3px;
    border-bottom: 1px solid #222527;
    color: #808182;
}
.fwq_listb ul li:hover .list-point{
    background: #c3936a;
    margin-left: 12px;
}
.fwq_listb ul li:hover a{
    color: #c3936a;
}
/*.fwq_listb ul li:last-child {
    border-bottom: none;
}*/
.fwq_listb ul li a {
	color: #a9a9a9;
    cursor: pointer;
    text-decoration: none;
}
.fwq_listb ul li .list-point {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: block;
    float: left;
    background: #a9a9a9;
    margin: 15px 5px 0 0;
}
.fwq_listb ul li span.br {
	line-height: 32px; width: 40px; float: right; height: 32px; color: #484b55; overflow: hidden
}
.fwq_listb ul li span.br span {
	line-height: 32px; height: 32px
}
.gift_box ,.wd_box{
    width: 204px;
    height: 52px;
    margin: 0 auto 10px auto;
}
.gift_box a{
    display: block;
    width: 204px;
    height: 52px;
    background: url("./images/gift_icon.jpg") center;
    background-size: 100%;
}
.gift_box a:hover{
    background: url("./images/gift_icon-h.jpg") center;
    background-size: 100%;

}
.wd_box a{
    display: block;
    width: 204px;
    height: 52px;
    background: url("./images/wd-download.jpg") center;
    background-size: 100%;

}
.wd_box a:hover{
    background: url("./images/wd-download-h.jpg") center;
    background-size: 100%;

}
.friendmedia{
    background: #2C2E33;
    width: 320px;
    margin: 10px auto 0;
    height: 118px;
}
.friendmedia .frame_content {
    width: 280px;
    margin: 10px auto 0;
    overflow: hidden;
}
.friendmedia .frame_content a{
    position: relative;
    width: 105px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 18px;
}
.friendmedia .frame_content a:last-of-type{
    margin-right: 0;
}
.friendmedia .frame_content .mask{
    position: absolute;
    width: 105px;
    height: 40px;
    background: rgba(142,150,167,0.6);
}
.friendmedia .frame_content a:hover .mask{
    background: rgba(0,0,0,0);
}
.gamenews{
    background: #2C2E33;
}
.gameact{
    background: #2C2E33;
}
.gameact .frame_title{
    width: 200px;
}
.gameact .frame_title .left{
    width: 5px;
}
.gameact .frame_title .frame_gap_t{
    width: 100px;
}
.gameact .frame_content{
    width: 810px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.gamepic{
    background: #2C2E33;
    width: 856px;
    margin: 0 auto;
    height: 210px;
}
.gamepic .frame_title{
    width: 810px;
    height: 40px;
    padding-top: 5px;
}
.gamepic .frame_title .left{
    width: 5px;
}
.gamepic .frame_title .frame_gap_t{
    width: 75px;
}
.gamepic .frame_content{
    width: 813px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.gamepic .frame_content ul li{
    display: inline-block;
    margin: 5px 4px 0;
}
.newswp{
    width: 856px;
    height: 210px;
    margin: 10px auto;
}
.gameoutline{
    /*margin-right: 12px;*/
}
.gameoutline, .gameguide{
    background: #2C2E33;
    float: left;
    width: 428px;
    /*margin-bottom: 10px;*/

}
.gameoutline .frame_title,
.gameguide .frame_title{
    width: 380px;
}
.gameoutline .frame_title .left,
.gameguide .frame_title .left{
    width: 5px;
}
.frame_title .right a{
    cursor: pointer;
}
.gamenews .frame_title .right a span,
.gameguide .frame_title .right a span{
    display: inline-block;
    margin: -2px 0 0 3px;
}
.gameoutline .frame_title .frame_gap_t,
.gameguide .frame_title .frame_gap_t{
    width: 75px;
}
.gameoutline .frame_content,
.gameguide .frame_content{
    width: 380px;
    margin: 0 auto;
    padding-bottom: 15px;
    height:140px;
}
.gameguide .frame_content ul li{
    display: inline-block;
    margin: 0 8px;
    width: 370px;
    color: #A9A9A9;
    height: 34px;
    line-height: 28px;
}
.gameguide .frame_content ul li a{
    color: #A9A9A9;
    float: left;
    display: block;
}
.gameguide .frame_content ul li a:hover{
    color: #c3936a;
    margin-left: 10px;
    text-decoration: none;
}

.gameguide .frame_content ul li span {
    float: right;
    text-align: right;
    display: block;
    right: 20px;
    color: #484b55;
}
.gameoutline .frame_title ul li{
    display: inline-block;
}
.gameoutline .frame_title ul .titleitem:hover,
.gameoutline .frame_title ul .titleitem.select{
    display: inline-block;
    color: #727272;
    cursor: pointer;
}
.gameoutline .frame_content ul .contentitem.select{
    display: block;

}
.gameoutline .frame_content ul .contentitem{
    display: none;
    color: #A9A9A9;
    width: 376px;
    height: 152px;
    overflow: hidden;
    line-height:26px;
}

/*.gamenews{*/
    /*margin-right: 10px;*/
/*}*/
.gamenews{
    background: #2C2E33;
    float: left;
    width: 600px;

}
.gamenews .frame_title{
    width: 550px;
}
.gamenews .frame_title .left{
    width: 5px;
}
.gamenews .frame_title .content,
.gamenews .frame_title .right,
.gamenews .frame_title .left{
    height: 50px;
    line-height: 50px;
}

.gameact .frame_title .right a span,
.gamenews .frame_title .right a span{
    display: inline-block;
    margin: -2px 0 0 3px;
}
.gamenews .frame_title .frame_gap_t{
    display: none;
}

.gamenews .frame_title .frame_gap{
    padding-top: 50px;
    margin-left: 4px;
}
.gamenews .frame_title ul{
    vertical-align: middle;
}
.gamenews .frame_title ul .gamenews_tgap{
    width: 1px;
    height: 16px;
    margin-top: 20px;
    background: #727272;
    float: left;
}
/*.gamenews .frame_title ul li:first-child{*/
    /*padding-left: 0;*/
/*}*/
.gamenews .frame_title ul li{
    float: left;
    display: inline-block;
    width: 40px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.gamenews .frame_title ul .titleitem:hover,
.gamenews .frame_title ul .titleitem.select{
    display: inline-block;
    color: #c3936a;
    cursor: pointer;
}
.gamenews .frame_title ul li{
    color: #808182;
}
.gamenews .frame_title ul .titleitem.select{
    border-bottom: 1px solid #E0A97A;
}

.gamenews .frame_title ul .titleitem.select span.bot{
    width:0;
    height:0;
    font-size:0;
    overflow:hidden;
    position:absolute;
    border-top: 4px solid transparent;
    border-left: 4px dashed transparent;
    border-right: 4px dashed transparent;
    border-bottom: 4px solid #E0A97A;
    left:31px;
    bottom:0;
}
.gamenews .frame_content{
    width: 550px;
    margin: 0 auto;
    padding: 14px 0 ;
    height:232px;
}
.gamenews .frame_content ul{
    display: none;
}
.gamenews .frame_content ul.select{
    display: list-item;
}
.gamenews .frame_content ul li{
    display: inline-block;
    width: 548px;
    color: #A9A9A9;
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
}
.gamenews .frame_content ul li a{
    color: #b9b9b9;
    float: left;
    display: block;
}
.gamenews .frame_content ul li a:hover{
    color: #c3936a;
    text-decoration: none;
    margin-left: 10px;
}
.gamenews .frame_content ul li span {
    float: right;
    text-align: right;
    display: block;
    right: 20px;
    color: #484b55;
}
.gameact{
    background: #2C2E33;
    float: left;
    width: 255px;
    height: 310px;
    /*margin-left: 10px;*/
}
.gameact .frame_title{
    width: 215px;
}
.gameact .frame_title .left{
    width: 5px;
}
.gameact .frame_title .content,
.gameact .frame_title .right,
.gameact .frame_title .left{
    height: 50px;
    line-height: 50px;
}
.frame_title .content em{
    font-size: 12px;
    color: #484b55;
    margin-left: 10px;
}

.gameact .frame_title .right a span{
    display: inline-block;
    margin: -2px 0 0 3px;
}
.gameact .frame_title .frame_gap_t{
    width: 75px;
}
.gameact .frame_title .frame_gap{
    padding-top: 50px;
}

.gameact .frame_content{
    width: 215px;
    margin: 10px auto;
    padding: 10px 0 0;
    height:100px;
    vertical-align: middle;
    text-align: center;
}

.gameact .frame_content a img{
    width: 204px;
    max-height: 120px;
    height: 102px;
}
.main_content {
    margin-top: 1px;
    margin-left: 14px;
    /*padding: 5px;*/
    width: 855px;
    float: left;
    background: #191e21;
}
.main_content .adlink{
    width: 845px;
    overflow: hidden;
    height: 310px;
    margin: 0 auto 13px auto;
}
.main_content .adlink img{
    width: 845px;
	max-height: 310px;
}
.main_content .top {
    overflow: hidden;
    width: 856px;
    margin: 0 auto 10px auto;
    height: 310px;
}


.serverpage .main{
    margin:0 auto;
    width: 1200px;
    min-height: 1000px;
}

.serverpage .rightbg{
    margin-left: 480px;
    width: 720px;
    min-height: 1000px;
    background: rgba(44,11,1,0.7);
}

.serverpage .s-title{
    height: 70px;
}

.serverpage .s-title li{
    float: left;
}

.serverpage .s-title a,
.serverpage .s-title a:visited{
    display: block;
    font-size: 20px;
    font-family: '微软雅黑';
    color: #63411E;
    width: 180px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    background-position: -10px -136px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.serverpage .s-title a:hover{
    background-position: -10px -225px;
}

.serverpage .s-loginbox{
    margin: 25px auto;
    position: relative;
}

.s-loginbox .s-loginout{
    padding:80px 0 0 35px
}

.s-loginbox .s-l-uname,
.s-loginbox .s-l-pwd{
    background:#fff;
    border:1px solid #8F5D00;
    color:#8F5D00;
    outline: none;
    border-radius: 3px;
    width: 192px;
    height: 33px;
    padding: 2px 0 0 10px;
    font-size: 14px;
    margin-right: 20px;
}
.s-loginbox .s-l-uname:-ms-input-placeholder{
    color:#8F5D00;
}

.s-loginbox .s-l-uname:-moz-placeholder{
    color:#8F5D00;
}

.s-loginbox .s-l-uname::-webkit-input-placeholder{
    color:#8F5D00;
}

.s-loginbox .s-l-pwd:-ms-input-placeholder{
    color:#8F5D00;
}

.s-loginbox .s-l-pwd:-moz-placeholder{
    color:#8F5D00;
}

.s-loginbox .s-l-pwd::-webkit-input-placeholder{
    color:#8F5D00;
}

.s-loginbox .s-l-link{
    margin-top: 5px;
    color: #7E5003;
    vertical-align: middle;
    line-height: 20px;
}
.s-loginbox .s-l-link a,
.s-loginbox .s-l-link a:hover{
    color: #7E5003;
}
.s-loginbox .s-l-submit{
    border: none;
    background-color: rgba(1,1,1,0);
    outline: none;
    width: 201px;
    height: 69px;
    background-position: -10px -406px;
    position: absolute;
    right: 30px;
    top: 75px;
}
.s-loginbox .s-l-submit:hover{
    width: 201px;
    height: 69px;
    background-position: -10px -495px;
}
.s-loginbox .s-loginin{
    padding:70px 0 0 35px;
    color: #e5d7be;
    font-size: 14px;
    line-height: 25px;
}

.s-loginbox .s-loginin .box1,
.s-loginbox .s-loginin .box2{
    width: 300px;
    height: 90px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}
.s-loginbox .s-loginin .box1 a{
    text-decoration: underline;
    margin-right: 20px;
}
.s-loginbox .s-loginin a,
.s-loginbox .s-loginin a:hover{
    color: #e5d7be;
}
.s-loginbox .s-loginin .item{
    display: block;
}

.s-loginbox .s-loginin .serveritem{
    color: #ffe826;
    text-decoration: underline;
}


.serverpage .s-serverlist{
    margin: 25px auto 0 auto
}

.serverpage .s-t-server{
    padding: 70px 0 0 35px;
    width: 80%;
    min-height: 20px;
}
.serverpage .s-a-server .title,
.serverpage .s-t-server .title{
    color: #B77602;
    font-size: 19px;
}

.serverpage .s-t-server-item{
    width: 640px;
    margin-top: 20px;
}
.serverpage .s-a-server-item a,
.serverpage .s-t-server-item a{
    display: block;
    font-size: 13px;
    font-family: '微软雅黑';
    color: #EAE2E0;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    margin: 0 20px 10px 0 ;
    padding: 0;
    width: 191px;
    height: 43px;
    background-position: -10px -10px;
    float: left;
}
.serverpage .s-a-server-item a:hover,
.serverpage .s-t-server-item a:hover{
    background-position: -10px -73px;
}

.serverpage .s-t-server-item:after{
    content:"";
    clear: both;
}

.serverpage .s-a-server{
    padding: 20px 0 0 35px;
    clear: both;
}

.serverpage .s-a-server-content{
    width: 650px;
    margin-top: 20px;
    overflow-y: auto;
    height: 345px;
}

.serverpage .s-a-server-item{
    clear: both;
}
.serverpage .s-a-server-select li{
    float: left;
    cursor: pointer;
    width: 100px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin: 0 10px 10px 0;
    background-position: -10px -772px;

}
.serverpage .s-a-server-select li.on,
.serverpage .s-a-server-select li:hover{
    background-position: -10px -816px;
}

.s-a-server-just{
    height: 30px;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 50px;
}
.s-a-server-just .servernum{
    height: 20px;
    width: 35px;
    color: #B77602;
    outline: none;
    background: #fff;
    border: none;
    margin:0 10px;
    padding: 0 3px;
}
.s-a-server-just #justenter:hover,
.s-a-server-just #justenter{
    color: #ffe826;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}
.icongame {
    background-image: url(./images/icongame.png);
    background-repeat: no-repeat;
    display: block;
}

.icongame-gift_icon {
    width: 303px;
    height: 82px;
    background-position: -10px -10px;
}

.icongame-gifts {
    width: 80px;
    height: 20px;
    background-position: -10px -112px;
}

.icongame-home {
    width: 80px;
    height: 20px;
    background-position: -10px -152px;
}

.icongame-kefu_icon {
    width: 16px;
    height: 15px;
    background-position: -10px -192px;
}

.icongame-link_icon {
    width: 16px;
    height: 16px;
    background-position: -10px -227px;
}

.icongame-login {
    width: 74px;
    height: 90px;
    background-position: -10px -263px;
}

.icongame-login_btn_h {
    width: 74px;
    height: 90px;
    background-position: -10px -373px;
}

.icongame-more_icon {
    width: 11px;
    height: 11px;
    background-position: -10px -483px;
}

.icongame-news {
    width: 80px;
    height: 20px;
    background-position: -10px -514px;
}

.icongame-pay {
    width: 80px;
    height: 20px;
    background-position: -10px -554px;
}

.icongame-pay_btn {
    width: 150px;
    height: 49px;
    background-position: -10px -594px;
}

.icongame-pay_btn_h {
    width: 150px;
    height: 49px;
    background-position: -10px -663px;
}

.icongame-res_btn {
    width: 150px;
    height: 50px;
    background-position: -10px -732px;
}

.icongame-res_btn_h {
    width: 150px;
    height: 50px;
    background-position: -10px -802px;
}

.icongame-rss_icon {
    width: 15px;
    height: 13px;
    background-position: -10px -872px;
}

.icongame-service {
    width: 80px;
    height: 20px;
    background-position: -10px -905px;
}

.icongame-star_icon {
    width: 16px;
    height: 16px;
    background-position: -10px -945px;
}

.icongame-startgame {
    width: 341px;
    height: 168px;
    background-position: -10px -981px;
}

.icongame-startgame_h {
    width: 341px;
    height: 168px;
    background-position: -10px -1169px;
}

/* h5版本 */
.h5-side{
    margin: 0;
}
.h5-side .h5startgame{
    width: 302px;
    height: 80px;
    bacbackground-image: url(./images/h5-start-game.png);
}
.h5-side .h5startgame:hover{
    bacbackground-image: url(./images/h5-start-game-h.png);
}
.recommondGame{
    width: 856px;
    height: 118px;
    background: #2c2e33;
}

.recommondGame .frame_title{
    width: 805px;
    padding-top: 4px;
}
.recommondGame .frame_title .frame_gap_t{
    width: 9.5%;
}
.recommondGame .frame_title .left{
    width: 5px;
}
.scroll_content{
    position: relative;
    height: 40px;
    width: 235px;
    overflow: hidden;
    float: left;
    margin-left: 15px;
}
.direction{
    width: 11px;
    height: 18px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
}
.recommondGame .frame_content{
    width: 800px;
    font-size: 12px;

}
.recommondGame .frame_content a{
    color: #b9b9b9;
    margin-right: 10px;
}

.meitiLeft{
    background: url("./images/meiti-left-icon.png") no-repeat center;
}
.meitiRight{
    background: url("./images/meiti-right-icon.png") no-repeat center;
}