@charset "utf-8";
/* CSS Document */
.new_header .inner{
    margin:0 auto;
    width:1000px;
}
.new_header a, .new_header a:hover{
    text-decoration: none;
}
.new_header .header {
    background: url("../images/header_bg.jpg") repeat-x 0 0 #FFFFFF;
    height:36px;
}
.new_header .header .toolbar {
    height: 36px;
    line-height:36px;
}
.new_header .header .inner:before,.new_header .header .inner:after {
    content: "";
    display: table;
    line-height: 0;
}
.new_header .container:before, .new_header .inner:before, .new_header .container:after, .new_header .inner:after {
    content: "";
    display: table;
    line-height: 0;
}
.new_header .header .inner:after {
    clear: both;
}
.new_header .header .inner:before,.new_header .header .inner:after {
    content: "";
    display: table;
    line-height: 0;
}
.new_header .nav{
    height:36px;
    border:none;
}
.new_header .nav-default:before, .new_header .nav-default:after {
    content: "";
    display: table;
    line-height: 0;
}
.new_header .nav-default:after {
    clear: both;
}
.new_header .nav-default:before,.new_header .nav-default:after {
    content: "";
    display: table;
    line-height: 0;
}
.new_header .nav-default {
}
.new_header .pull-left {
    float: left;
}
.new_header .header .inner .nav-default li {
    overflow: visible;
}
.new_header .nav-default li {
    float: left;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
}
.new_header .nav li {
    overflow: hidden;
    white-space: nowrap;
}

.new_header .nav-default a {
    color: #5D5D5D;
    display: block;
}
.new_header .text-gray {
    color: #999999;
}

.new_header .header .toolbar .pull-left .dropdown {
    text-align: center;
    width:80px;
}
.new_header .active {
    display: block;
}
.new_header .dropdown-default {
    position: relative;
    z-index: 99;
}
.new_header .dropdown-default .dropdown-toggle:before, .new_header .dropdown-default .dropdown-toggle:after {
    content: "";
    display: table;
    line-height: 0;
}
.new_header .dropdown-default .dropdown-toggle:after {
    clear: both;
}
.new_header .dropdown-default .dropdown-toggle:before, .new_header .dropdown-default .dropdown-toggle:after {
    content: "";
    display: table;
    line-height: 0;
}
.new_header .dropdown-default .dropdown-toggle {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    position: relative;
    z-index: 2;
}
.new_header .active .dropdown-toggle {
    background-color: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0 7px;
    z-index: 100;
}
.new_header  .dropdown-default .dropdown-label,.new_header  .dropdown-default .dropdown-icon {
    display: block;
    float: left;
}

.new_header .dropdown-default .dropdown-icon .icon {
    background: url("../images/all_sitebg.jpg") no-repeat scroll center center;
    display: block;
    height: 16px;
    margin-top: 12px;
    width: 16px;
}
.new_header .dropdown-default .dropdown-panel {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    z-index: 99;
}
.new_header .dropdown-default .dropdown-panel .nav{
    height:auto;
}
.new_header .active .dropdown-panel {
    display: block;
}

.new_header .header .toolbar .pull-left .dropdown .nav-dropdown {
    width: 100px;
}
.new_header .header .toolbar .pull-left .dropdown .nav-dropdown li {
    height: 25px;
    line-height: 25px;
    margin: 0;
}
.new_header .header .toolbar .pull-left .dropdown .nav-dropdown a {
    color: #999999;
    display: block;
    padding-left: 10px;
    text-align: left;
    width: 90px;
}
.new_header .header .toolbar .pull-left .dropdown .nav-dropdown a:hover {
    background: none repeat scroll 0 0 #0071BC;
    color: #FFFFFF;
}
.new_header .nav-default .attention {
    height: 29px;
    line-height: 29px;
    padding-top: 7px;
    width:300px;
}
.new_header .nav-default .attention a {
    background: url("../images/attention_bg.jpg") no-repeat 0 0 ;
    height: 22px;
    //text-indent: -9999px;
    width: 62px;
}
.new_header .nav-default .official_website {
    background: url("../images/v.jpg") no-repeat right center;
    font-size: 14px;
    padding-right: 20px;
}

.new_header .nav-default .official_website a {
    color: #0071BC;
}

.new_header .text-red {
    color: #DD551B;
}

.new_header .pull-right {
    float: right;
}

.new_header .nav-login li {
    float: left;
    line-height: 36px;
    margin-right: 5px;
}
.new_header .nav-login li a {
    color: #5D5D5D;
    padding: 5px 10px;
}
.new_header .nav-login li a:hover {
    background: #DD541B;
    color: #FFFFFF;
}
/*dialog*/

.dialog-head {
    position: relative;
}
.dialog-head .close {
    position: absolute;
}
.dialog-default {
    background: #FFFFFF;
    float: left;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.dialog-default .dialog-inner {
    border: 1px solid #3A1B1A;
}
.dialog-default .dialog-head {
    background: url("../images/pop_bg.gif") repeat-x scroll 0 0;
    height: 43px;
    width: 640px;
}
.dialog-default .dialog-head .dialog-title {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
}
.dialog-default .dialog-head .close {
    background: url("../images/close_pop.gif") no-repeat scroll -19px 0;
    height: 19px;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 19px;
    z-index: 5;
}
.dialog-default .dialog-head .close:hover {
    background-position: 0 0;
}
.dialog-default .dialog-body {
    width: 640px;
    position: relative;
    left: 0;
    top: 50px;
}
.dialog-default .dialog-body .form-default {
    color: #666666;
    font-size: 14px;
    width: 640px;
}

.dialog-default .dialog-body .form-default li.main-err-area {
    color: #FF0000;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0;
}
.dialog-default .dialog-body .form-default li {
    height: 39px;
    line-height: 39px;
    margin-bottom: 15px;
}
.dialog-default .dialog-body .form-default li.ipt_li {
    background-clip: padding-box;
    border: 1px solid #E9E9E9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #BBBBBB;
    height: 36px;
    line-height: 36px;
    padding-left: 14px;
    position: relative;
    width: 314px;
}
.login_btn .btn-pop ,login_btn .btn-pop:hover{
    text-decoration: none !important;
}
.login_btn a{
    text-decoration: none;
}
.login_btn a:hover{
    text-decoration: underline;
}
.dialog-default .dialog-body .form-default li.ipt_li:hover {
    border: 1px solid #FFAF8E;
}
.dialog-default .dialog-body .form-default li.ipt_li label {
    float: left;
    height: 18px;
    margin-top: 10px;
    width: 18px;
}
.dialog-default .dialog-body .form-default li.ipt_li label.ipt_user {
    background: url("../images/login_userinput.gif") no-repeat 0 0;
}
.dialog-default .dialog-body .form-default li.ipt_li label.ipt_psd {
    background: url("../images/login_psdinput.gif") no-repeat 0 0;
}
.dialog-default .dialog-body .form-default li.ipt_li .ipt, .dialog-default .dialog-body .form-default li.ipt_li .placeholder {
    border:none;
    color: #666666;
    height: 36px;
    left: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    width: 278px;
    z-index: 1;
    background:#fff;
}
.dialog-default .dialog-body .form-default li.ipt_li .placeholder {
    color: #CECECE;
    z-index: 2;
}
.dialog-default .dialog-body .form-default li.login_btn {
    padding-top: 15px;
}
.dialog-default .dialog-body .form-default li.login_btn .text-gray {
    padding: 0 35px;
}
.btn-pop{
    background: url("../images/pop-btn.gif") repeat scroll -105px 0;
    color: #FFFFFF;
    display: inline-block;
    *display:inine;
    *zoom:1;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 105px;
    margin:0;
    vertical-align: middle;
}
.btn-pop:hover {
    background: url("../images/pop-btn.gif") repeat scroll 0 0;
    color: #FFFFFF;
}
.btn-pop:active {
    background-position:-210px  0;
    color: #FFFFFF;
}
.btn-pop-big{
    width:180px;
    background-position: -180px -41px;
}
.btn-pop-big:hover{
    background-position: 0 -41px;
}
.btn-pop-big:active{
    background-position: -360px -41px;
}
.btn-pop-active{
    background-position:-360px  -41px;
}
.login_btn .btn-pop-active{
    background-position:-210px  0;
}

.dialog-default .dialog-body .form-default li.login_btn .text-gray {
    padding: 0 35px;
	color: #999999;
}
/*注册*/

.red {
    color: #FF0000;
}
.dialog-big .dialog-head {
    width: 590px;
}
.dialog-big .dialog-body {
    padding: 0 25px;
    width: 540px;
}
.dialog-big .dialog-body .form-default {
    width: 540px;
}
.dialog-big .dialog-body .form-default .list-gameid li .err-area {
    color: #FF0000;
    display: inline-block;
    *display:inine;
    *zoom:1;
    font-size: 12px;
    padding-left: 10px;
}
.dialog-big .dialog-body .form-default .list-gameid li label {
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 60px;
}
.dialog-big .dialog-body .form-default .list-gameid li .ipt {
    background-clip: padding-box;
    border: 1px solid #D3D1D1;
    border-radius: 5px;
    color: #BBBBBB;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    width: 265px;
}
.dialog-big .dialog-body .form-default .list-gameid .main-err-area {
    padding-left: 70px;
}
.dialog-big .dialog-body .form-default .list-rst li {
    position: relative;
}
.dialog-big .dialog-body .form-default .list-rst li .ipt, .dialog-big .dialog-body .form-default .list-rst li .placeholder {
    background:#fff;
    left: 70px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.dialog-big .dialog-body .form-default .list-rst li .placeholder {
    color: #cecece;
    height: 34px;
    left: 80px;
    line-height: 34px;
    top: 1px;
    z-index: 2;
}
.dialog-big .dialog-body .form-default .list-rst li .err-area {
    height: 39px;
    left: 350px;
    overflow: hidden;
    position: absolute;
}
.dialog-big .dialog-body .form-default .list-rst li.code .ipt {
    width: 100px;
}
.dialog-big .dialog-body .form-default .list-rst li.code .code_img {
    height: 30px;
    left: 190px;
    position: absolute;
    top: 3px;
    width: 80px;
}
.dialog-big .dialog-body .form-default .list-rst li.code .err-area {
    left: 275px;
}
.dialog-big .dialog-body .form-default .list-rst li.ml60 {
    margin-left: 70px;
}
.text-red {
    color: #DD551B;
}
.mask {
    background:#000000;
    height: 100%;
    left: 0;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;  
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 98;
}

/*footer*/
.footer {
    padding: 30px 0;
}
.footer .inner {
    color: #9F9F9F;
    width:1000px;
    margin:0 auto;
    text-align:center;
}
.footer .inner a {
    color: #9F9F9F;
}
.footer .inner .text-center {
    line-height: 30px;
    vertical-align: middle;
}
.footer .inner .text-center .inline-block {
    color: #D9D5D3;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
    text-align: left;
}
.footer .inner .text-center .inline-block a {
    background: url("../images/wen.png") no-repeat;
    display: inline-block;
    *display:inine;
    *zoom:1;
    height: 30px;
    margin-left: 15px;
    vertical-align: middle;
    width: 30px;
}
.footer-nav {
    border-top: 1px solid #eee;
    padding: 20px 0 0;
    text-align: center;
}
.tab-rank {
    clear: both;
    padding-top: 10px;
    text-align: center;
}
/*公用间距*/
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mb15{margin-bottom:15px;}
.pt20{padding-top:20px;}
.text-center{text-align:center;}
::-moz-placeholder{color:#cecece;}
::-webkit-input-placeholder{color:#cecece;}
:-ms-input-placeholder{color:#cecece;}

/*公用弹窗*/
/*--------------tipMsg-----------*/
.operating_tips{height:50px; background:url(../images/tipsbg.gif) no-repeat 0 -51px; padding-left:18px;left:50%; display: inline;float: left;}
.tips_main {height:50px;background:url(../images/tipsbg.gif) repeat-x right 0;padding-right:30px; line-height:50px; font-size:14px; float:left;}
.tips_main span { height:50px;}
.loading_img,.success_img,.error_img ,.warm_img{width:35px;float:left; background-repeat:no-repeat; background-position:0 center;}
.loading_img{background-image:url(../images/ajax-loader.gif);}
.success_img,.error_img,.warm_img { background-image:url(../images/tip_layer.png);}
.success_img {background-position:0 11px;}
.error_img {background-position:0 -102px;}
.warm_img {background-position:0 -157px; width:50px;}
/*---------------table-----------------*/
table{border-collapse:collapse; border-spacing:0;}
.table_style{border:1px solid #c1dad7;color:#000;text-align:center;}
.table_style th {background:#CAE8EA url(../image/th_bg.gif) no-repeat;height:24px;border:1px solid #c1dad7;border-left:0;}
.table_style td{border-right: 1px solid #c1dad7;border-bottom: 1px solid #c1dad7; line-height:30px; padding:0 2px;}
.table_style tr.alt { background: #f5fafa;}
.table_style .time { padding-left:15px;}
.table_style a{ text-decoration:none;color:#333; font-size:12px; }
.table_style a:link{ text-decoration:none; font-size:12px;color:#333;}
.table_style a:hover{ color:#ed5300; text-decoration: underline;}
.table_style .hide_text{text-overflow:ellipsis;display:block;white-space:nowrap;overflow:hidden;width:187px}
/*--------------entercardbox-----------*/
.card_box{ width:714px;overflow: hidden;margin:0 auto; padding-left:5px;}