@import url("/static/skin/metro/css/bootstrap.min.css?20141218");
/*@import url("css/bootmetro-responsive.css");*/
@import url("/static/skin/metro/css/bootmetro-icons.css?20141218");
/*@import url("css/bootmetro-ui-light.css");*/

body{
padding:0px;
position:relative;
font-family:"微软雅黑"; background:#fff; font-weight:normal;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
img.scrollLoad{

}
.mt10{margin-top:10px;}
img.user-face{
background-image:url('/static/img/user-face.jpg');
display:inline-block;
background-size:100%;
width:75px;
height:75px;}
img.user-face-min{
background-image:url('/static/img/user-face.jpg');
display:block;
background-size:100%;
width:50px;
height:50px;}
h4{font-weight:800;}
.create-review textarea{
height:auto;}
.m_l30{margin-left:28px;}
.topic_review div[data-flag="body"] > .edit-bar{cursor:pointer;
display:none;
position:absolute;
right:0px;
margin-top:0px;
top:20px;}
.topic_review div[data-flag="body"]:hover > .edit-bar{
cursor:pointer;
display:block;
position:absolute;
right:0px;
margin-top:0px; top:20px;}
.topic_review .media-body{
position:relative;}
.topic_review .media-body > .content{
margin-bottom:20px;}
.ml10{margin-left:10px;}
/*********************@override 重载框架的样式****************************/

h1 {
  font-size:40px;
  font-weight:300;
  line-height:48px;}

h2 {
  font-size:26px;
  font-weight:300;
  line-height:34px;}

h3 {
  font-size:20px;
  font-weight:600;
  line-height:26px;}

h4 {
  font-size:15px;
  font-weight:400;
  line-height:20px;}

h1, h2, h3, h4, h5, h6{margin-top:0;
margin-bottom:0;}
hr{
margin:10px 0; _margin:0px 0px 10px 0; +margin:0px 0px 10px 0;}

.thumbnail > a{display:block;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;}
.thumbnail.hover:hover{
border:1px solid #f99901;
-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);
-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);
box-shadow:0 1px 4px rgba(0,105,214,0.25);}
.thumbnail > a > img{
display:block;
max-width:100%;
margin-right:auto;
margin-left:auto;
width:145px;
height:145px;

}
.align-center{text-align:center;}
.breadcrumb{margin:0;}
.btn{
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;}
.sort{margin-top:10px;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;}
.thumbnail, .modal, .badge, .progress{-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;}
.page-header{color:#0099cc; font-size:16px; border-bottom:none;}
.breadcrumb {list-style:none outside none;padding:20px 0px;background:none;}
.label, .badge {
  color:#ffffff;
  background-color:#999999;
  background-image:none;}
.label{border-radius:0px;}
/*
   NOTE:
   Originally the following rules used the adjacent sibling selector '+ span'
   but in Rails & ASP.NET radio & checkbox are rendered with a supplemental hidden input following
   the radio/checkbox, so I changed the rules to use the general sibling selector '~ span' and adding a
   custom class to the span.
   Note that the general sibling selector '~' is CSS3 only and is not supported in <= IE7.
*/

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top:0;}

label.radio,
label.checkbox {
  position:relative;
  padding-left:0;
  cursor:pointer;}

input[type=radio],
input[type=radio] ~ span.metro-radio,
input[type=radio] ~ span.metro-radio::before,
input[type=radio] ~ span.metro-radio::after {
  display:inline-block;
  vertical-align:middle;}

input[type=radio] {
  position:absolute;
  opacity:0;
  filter:alpha(opacity=0);}

input[type=radio] ~ span.metro-radio {
  padding-top:4px;
  padding-left:36px;}

input[type=radio] ~ span.metro-radio::before {
  position:absolute;
  top:2px;
  left:0;
  width:20px;
  height:20px;
  margin-right:10px;
  font-family:'IcoMoon';
  text-indent:-9999px;
  background:#FFF;
  border:2px solid #BABABA;
  -webkit-border-radius:50%; -moz-border-radius:50%;  border-radius:50%;
  content:"\e10b";}

input[type=radio]:checked ~ span.metro-radio::after {
  position:absolute;
  top:8px;
  left:6px;
  z-index:999;
  width:12px;
  height:12px;
  font-family:'IcoMoon';
  text-indent:-9999px;
  background:#000;
  -webkit-border-radius:50%; -moz-border-radius:50%;  border-radius:50%;
  content:"\e10b";}

input[type=radio]:not(:checked):disabled ~ span.metro-radio::before,
input[type=radio]:disabled ~ span.metro-radio::before,
input[type=radio]:disabled ~ span.metro-radio::after {
  cursor:default;
  background:#868686;}

.toast .close, .modal .close, .alert .close {
position:absolute;
top:0;
right:0;
display:inline-block;
width:30px;
height:30px;
min-width:0;
min-height:0;
font-family:'IcoMoon';
font-size:12px;
font-weight:normal;
line-height:12px;
text-align:center;
text-indent:0;
text-shadow:none;
vertical-align:baseline;
border:0;
opacity:1;
box-sizing:border-box;
background-clip:border-box;}
.toast .close:after,
.modal .close:after,
.alert .close:after {
  font-size:16px;
  content:"\e131";}

.toast .close {
  display:none;}

.toast:hover .close {
  display:inline-block;
  color:#FFF;
  background-color:rgba(255, 255, 255, 0.4);}

[class^="icon-"], [class*=" icon-"]{
  background-image:none;}
/* Metro Checkbox
-------------------------------------------------- */

label.checkbox input[type=checkbox],
label.checkbox input[type=checkbox] ~ span.metro-checkbox,
label.checkbox input[type=checkbox] ~ span.metro-checkbox::before,
label.checkbox input[type=checkbox] ~ span.metro-checkbox::after {
  display:inline-block;
  vertical-align:middle;}

label.checkbox input[type=checkbox] {
  position:absolute;
  opacity:0;
  filter:alpha(opacity=0);}

label.checkbox input[type=checkbox] ~ span.metro-checkbox {
  padding-top:4px;
  padding-left:36px;}

label.checkbox input[type=checkbox]:checked ~ span.metro-checkbox::after {
  position:absolute;
  top:2px;
  left:0;
  z-index:999;
  width:18px;
  height:18px;
  font-family:'IcoMoon';
  font-size:16px;
  color:#202020;
  background-color:#FFF;
  border:2px solid #BABABA;
  content:"\e20c";}

label.checkbox input[type=checkbox] ~ span.metro-checkbox::after {
  position:absolute;
  top:2px;
  left:0;
  z-index:999;
  width:18px;
  height:18px;
  font-family:'IcoMoon';
  font-size:16px;
  background-color:#FFF;
  border:2px solid #BABABA;
  content:"\2003";}

label.checkbox input[type=checkbox]:not(:checked):disabled ~ span.metro-checkbox::after,
label.checkbox:hover input[type=checkbox]:disabled ~ span.metro-checkbox::after,
label.checkbox input[type=checkbox]:disabled ~ span.metro-checkbox::after {
  cursor:default;
  background:#BABABA;}

label.checkbox input[type=checkbox]:disabled ~ span.metro-checkbox::after {
  color:#4c4c4c;}

/*********************@end of override****************************/
.mediumListIconTextItem .mediumListIconTextItem-Image[class^="icon-"],
.mediumListIconTextItem .mediumListIconTextItem-Image[class*=" icon-"] {
  display:inline-block;
  width:60px;
  height:60px;
  margin:5px;
  font-size:60px;
  line-height:60px;}
.mediumListIconTextItem {
  position:relative;
  display:inline-block;
  width:282px;
  height:75px;
  padding:5px;
  margin-right:24px;
  margin-bottom:7px;
  overflow:hidden;
  vertical-align:top;
  cursor:pointer;
  background-color:#FFF;
  border:solid 3px transparent;}
.mediumListIconTextItem h4{margin-bottom:10px;}

.mediumListIconTextItem .mediumListIconTextItem-Detail {
  display:inline-block;
  margin:5px;
  vertical-align:top;}

.mediumListIconTextItem img.mediumListIconTextItem-Image {
  display:inline-block;
  width:60px;
  height:60px;
  margin:5px;
  vertical-align:top;}

.mediumListIconTextItem.selected:hover {
  background-color:#4617b4;
  border:solid 3px #b3b3b3;}

.mediumListIconTextItem.selected {
  background-color:#4617b4;}

.mediumListIconTextItem:hover {
  background-color:#b3b3b3;
  border:solid 3px #b3b3b3;}

.mediumListIconTextItem.selected:after {
  position:absolute;
  top:5px;
  right:5px;
  width:16px;
  height:16px;
  font-family:'IcoMoon';
  font-size:16px;
  color:#FFF;
  content:"\e03c";}
/*****************************end of carousel**********************/

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus{border-radius:0px; background:#016db8; height:17px;}
h1, h2, h3{font-family:"微软雅黑"; font-weight:normal;}
li{list-style:none;}

.inline .divider-vertical{
height:15px;
line-height:15px;
margin:0 6px;
padding:0;
border-right:1px solid #f5f5f5;
border-left:1px solid #f2f2f2;}

.inline .divider2-vertical{
height:42px;
line-height:25px;
margin:0 6px;
padding:0;
border-right:1px solid #888;
border-left:1px solid #888;}
.sec{
margin-top:15px;}
.sec ul{
margin:0;}

.sec .limit{
overflow:hidden;
max-height:80px;}
div.show-more {font-size:16px;cursor:pointer;display:block;margin:4px auto;padding:3px 16px;width:51px; color:#0099cc;
 
}
a.show-up{font-size:16px;cursor:pointer;display:block;margin:4px auto;padding:3px 16px;width:51px; color:#0099cc; background:url(/static/img/icons_1.png) -276px -378px no-repeat; }
a.pack-up{font-size:16px;cursor:pointer;display:block;margin:4px auto;padding:3px 16px;width:51px; color:#0099cc;  background:url(/static/img/icons_1.png) -276px -409px no-repeat; }
h3.head-bg{margin-bottom:15px;padding:15px 0;}
.margin-10{
margin-top:10px;}
.margin-all-4{
margin:-4px;}
.min-h-180{
min-height:160px;}
.side-unit{
padding:30px 0px;
font-size:14px;
font-weight:100;
line-height:20px;
color:inherit;
background-color:#f6f8ef;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;}

.nav .dropdown-toggle{line-height:23px;font-size:14px;}
.tips{font-size:14px;position:absolute;z-index:1000;color:#fff;} 

.inbox{
display:inline-block;}
.hide{
display:none;}
.parag-pad{
padding:5px 12px;}
.lit-bg{
color:#98989A;
font-size:12px;}
.min-190{
min-width:190px;
display:inline-block;}
.small-p-color{
color:#888;}
.margin-lf-8{
margin-left:8px;}
.game-titl{
padding-left:10px;
font-size:14px; font-family:"微软雅黑"; height:24px; overflow:hidden;}
.game-count{
padding-left:10px;
margin:10px 0px 5px  0px;
*margin:0px 0px 5px  0px;
+margin:0px 0px 5px  0px;
font-size:12px;
color:#888;

}
.game-count li{float:left;}
ul.sort li.active{
border-bottom:3px solid #2e7bcc;}

p.content{
white-space:pre-wrap; /* css-3 */
white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
white-space:-pre-wrap; /* Opera 4-6 */
white-space:-o-pre-wrap; /* Opera 7 */ 
border-color:#fff;position:relative;background-color:#fff;line-height:1.6em;font-size:12pt;max-height:150px;overflow:hidden;}
p.content .more{position:absolute;top:123px;display:block;height:50px;text-indent:1em;left:0;color:gray;width:100%;
background:-webkit-gradient(linear,center top,center bottom,from(rgba(255, 255, 255, 1)),to(rgba(255, 255, 255, 0.2)));
background:-moz-linear-gradient(top,rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 1));}
p.showall{max-height:10000px;height:auto;}
p.showall .more{display:none;}


.media-body .edit_bar{visibility:hidden;}
.media-body:hover .edit_bar{visibility:visible;}
.edit_bar a{color:gray;text-decoration:none;}
.edit_bar a:hover{color:red;text-decoration:none;}

.face{display:inline-block;}
.navbar-inverse .navbar-inner{background-color:#0099cc;background-image:-moz-linear-gradient(top,#0099cc,#0099cc);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0099cc),to(#0099cc));background-image:-webkit-linear-gradient(top,#0099cc,#0099cc);background-image:-o-linear-gradient(top,#0099cc,#0099cc);background-image:linear-gradient(to bottom,#0099cc,#0099cc);border-color:#0099cc; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099cc',endColorstr='#0099cc',GradientType=0); height:45px; color:#fff;}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover{border-radius:0px;}
.list_wz{margin-bottom:15px; height:160px; overflow:hidden;}
.list_wz li{line-height:28px; height:28px; overflow:hidden;}
.list_wz li span.pull-right{color:#777; font-size:12px;}
/*background-image:url(/static/user-face.jpg);*/
.other-login {list-style:none outside none;
margin:0;
padding:0; margin-top:7px;}
.other-login a {background:url("/static/img/login-img2.png") no-repeat ;display:inline-block;margin:0 5px 10px 0;height:32px;width:32px;cursor:pointer;}
.tags_box{margin-bottom:5px;}
.other-login li{display:inline;}
.other-login a.sina {background-position:0 -128px;}
.other-login a.douban {background-position:0 -96px;}
.other-login a.renren {background-position:0 -32px;}
.other-login a.qqz{background-position:0 -290px;}
.other-login a.qq {background-position:0 -64px;}
.other-login a.tqq {background-position:0 -160px;}
.other-login a.wangyi {background-position:0 -192px;}
.other-login a.twitter {background-position:0 -224px;}
.other-login a.baidu {background-position:0 -256px;}
.other-login a.facebook{background-position:0 0px;}
.other-login a.google{background-position:0 -322px;}
.other-login a.weixin{background:url("/static/img/weixin.png");background-size: 100% 100%; }
/**xiao login**/
.other-login2 {list-style:none outside none;
margin:0;
padding:0; margin-top:7px;}
.other-login2 a {background:url("/static/img/login-img.png") no-repeat ;display:inline-block;margin:0 5px 10px 0;height:16px;width:16px;cursor:pointer;}
.other-login2 li{display:inline;}
.other-login2 a.sina {background-position:0 -64px;}
.other-login2 a.douban {background-position:0 -48px;}
.other-login2 a.renren {background-position:0 -16px;}
.other-login2 a.qqz{background-position:0 -160px;}
.other-login2 a.taobao {background-position:0 0;}
.other-login2 a.qq {background-position:0 -32px;}
.other-login2 a.tqq {background-position:0 -80px;}
.other-login2 a.wangyi {background-position:0 -192px;}
.other-login2 a.twitter {background-position:0 -224px;}
.other-login2 a.baidu {background-position:0 -128px;}
.other-login2 a.facebook{}
.other-login2 a.google{background-position:0 -289px;}
/****/
input[type="file"] {
		opacity: 0;
		position: absolute;
		z-index: 100;
		cursor: pointer;
	}
	.btn-upload {
		position: absolute;
		z-index: 10;
	}
	ul {
		list-style-type: none;
	}
	.identity_card_pic1_list {
		padding: 10px 0 10px;
		max-width: 200px;
		max-height:200px;
		background:url('/static/img/icon_bj.jpg') no-repeat;
	}
	.identity_card_pic1_list div {
		display: inline-block;
		position: relative;
	}
	.identity_card_pic1_list .img {
		display: block;
		margin: 0 auto;
		height: 120px;
		width: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.identity_card_pic1_list .identity_card_pic1 {
		display: block;
		margin: 0 auto;
		height:120px;
		width:200px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.identity_card_pic2_list {
		padding: 10px 0 10px;
		max-width: 200px;
		max-height:200px;
		background:url('/static/img/icon_bj.jpg') no-repeat;
	}
	.identity_card_pic2_list div {
		display: inline-block;
		position: relative;
	}
	.identity_card_pic2_list .img {
		display: block;
		margin: 0 auto;
		height: 120px;
		width: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.identity_card_pic2_list .identity_card_pic2 {
		display: block;
		margin: 0 auto;
		height:120px;
		width:200px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.license_list {
		padding: 10px 0 10px;
		background:url('/static/img/icon_bj.jpg') no-repeat;
	}
	.license_list div {
		display: inline-block;
		position: relative;
	}
	.license_list .img {
		display: block;
		margin: 0 auto;
		height: 180px;
		width: 150px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.license_list .license {
		display: block;
		margin: 0 auto;
		height:150px;
		width:200px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.progress-bar {
		left: 19px;
		position: absolute;
		top: 0px;
		width: 120px;
	}
/**/
.header .user-login .user-nav-info{
  display: inline-block;
  width: 95px;
  float: left;
  padding: 1px 10px 1px 5px;
}
.header .container{position:relative;}
.header .user-login a{color:white;text-decoration:none;   display: block;}
.header .user-login div{padding:2px 5px 0 5px;}
*.header .user-login div{padding-top:0px;}
+.header .user-login div{padding-top:0px;}
.header .user-login .name{  height: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 0px;
  width: 100px;
  display: inline-block;
  text-align: center;
  color: white;
}
.header .user-login{position:absolute;
top:0px;
right:50px;
width:190px;
height:40px;
overflow:hidden;
border:none; 
}
.header .user-login .nav{margin-top:10px;}
.header .user-login .nav a{font-size:12px;}
.header .user-login .face{
  width: 70px;
  height: 70px;
  margin-left: 10px;
  margin-top: 10px;
  border: 5px solid #9f9f9f;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.header .user-login{
height: 97px;
background:#0f9fcf;
z-index:1000;

width:190px;
top: 0px;
right: 0px;
height: 127px;
}
/*.header .user-login:hover{
    height: 127px;
}*/


.cor_font{color:#58ce77;}
.btn-success_cor{background:#e6fcd7; border:1px solid #d4ecbd;}
.btn-success_cor:hover{background:#58ce77; border:1px solid #c1f49e; color:#fff;}
.cor_font2{color:#aaad99;}
.btn-cor{background:#edeeea; border:1px solid #dedfd8;}
.cor_name{padding:0px 2px; display:block; float:left; margin-bottom:0px; margin-right:2px; }

/*font color*/
.cor_999{color:#999;}
.cor_red{color:#ffa800;}

/*h3-tit*/
.block-title{border-bottom:2px solid #d4d4d4; margin-bottom:15px; line-height:30px;}
.block-title h3 {border-bottom:2px solid #0F86CA;color:#0F86CA;font-size:14px;font-weight:bold;line-height:30px;margin-bottom:-1px;width:18%;}

.hr2{border:1px dashed #ddd;}
.btn-group .btn-success {line-height:25px; height:25px;}

.carousel-inner > .item > img {margin:0 auto; overflow:hidden; height:320px}

/*user info -style-*/
.user_atten span{padding:0 10px; line-height:25px; white-space:nowrap; }
.user_atten i{color:#f88f8f;}
.block-title_2{line-height:30px; padding:20px 0px;}
.block-title_2 h3{color:#0099cc; font-size:18px; font-weight:normal; }
.listview-container{}
.mediumListIconTextItem:hover {
  background-color:#e9ffec;
  border:solid 3px #e9ffec;}
.mediumListIconTextItem {background-color:#F8F9FB;border:1px solid #EAECF0;margin-right:5px;margin-bottom:7px;width:262px; float:left;} 

a {
  color:#505050;
  text-decoration:none;}

a:hover {
  color:#0F86CA;
  text-decoration:none;}

/*error info*/
.hero-unit {background-color:#fff;}
.hero-unit h1 {font-size:28px;font-weight:normal; text-align:center; margin-bottom:20px;}
.hero-unit .alert{background:#fff; border:0; color:#F00; text-align:center; font-size:20px; border-bottom:1px dashed #ddd; padding-bottom:15px;}
.tip_text li{float:left;  margin-right:20px;}

/*btn style*/
input[type="submit"],button[type="submit"],.btn-success{background-color:#59b0de; color:#fff; border:0; background-image:-moz-linear-gradient(top, #59b0de, #59b0de);
  background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#59b0de), to(#59b0de));
  background-image:-webkit-linear-gradient(top, #59b0de, #59b0de);
  background-image:-o-linear-gradient(top, #59b0de, #59b0de);
  background-image:linear-gradient(to bottom, #59b0de, #59b0de);
  background-image:none;}
.page-header > .btn-success{margin:10px 0px 10px 10px;} 
/*.btn-success i{line-height:25px;}*/
input[type="submit"]:hover,button[type="submit"]:hover,.btn-success:hover{background:#59b0de; color:#fff;}
a.win-command, button, input[type="button"], input[type="reset"] {background-clip:padding-box;border:0;font-weight:600;line-height:1.3636;margin-bottom:0;min-width:90px;padding:4px 8px;
font-family:"微软雅黑";}
/*.btn-group > .btn:first-child{border-radius:0px;}*/
.small{font-size:70%;}
.side-unit h4{padding:15px 0px;}
.font_m{font-family:IcoMoon; }
.btn-primary {
  color:#ffffff;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color:#7CC3E8;
  *background-color:#7CC3E8;
  background-image:-moz-linear-gradient(top, #7CC3E8, #7CC3E8);
  background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#7CC3E8), to(#7CC3E8));
  background-image:-webkit-linear-gradient(top, #7CC3E8, #7CC3E8);
  background-image:-o-linear-gradient(top, #7CC3E8, #7CC3E8);
  background-image:linear-gradient(to bottom, #7CC3E8, #7CC3E8);
  background-image:none;
  background-repeat:repeat-x;
  border:0;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e8bcc', endColorstr='#ff2e63cc', GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color:#ffffff;
  background-color:#59b0de;
  *background-color:#59b0de;}
/*input*/

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], input[type="search"], textarea,
label.checkbox input[type="checkbox"]:checked ~ span.metro-checkbox:after,
label.checkbox input[type="checkbox"] ~ span.metro-checkbox:after{border-width:1px;}

input[type="file"] {background-clip:padding-box;height:32px;margin:0;min-height:20px;min-width:100px;padding:0;width:340px;}

input[type=radio] ~ span.metro-radio:before {
  position:absolute;
  top:4px;
  left:0;
  width:20px;
  height:20px;
  margin-right:10px;
  font-family:'IcoMoon';
  text-indent:-9999px;
  background:#FFF;
  border:1px solid #BABABA;
  -webkit-border-radius:50%; -moz-border-radius:50%;  border-radius:50%;
  content:"\e10b";}

label.checkbox input[type=checkbox] ~ span.metro-checkbox {
  padding-top:0px;
  padding-left:26px;}

.radio.inline,
.checkbox.inline {
  display:inline-block;
  padding-top:0px;
  margin-bottom:0;
  vertical-align:middle;}

a.win-command,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  min-width:90px;
  padding:4px 8px;
  min-height:35px;
  +min-height:27px;!important
  margin-bottom:0;
  font-weight:600;
  line-height:1.3636;
  border:0;
  background-clip:padding-box;}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], input[type="search"], textarea{min-height:25px;}

label.checkbox input[type=checkbox] ~ span.metro-checkbox::after {border:1px solid #BABABA;}

/***center***/
.span3 .userInfo{position:relative; border:1px solid #cccccc;}
.head-left{width:120px;}
.userInfo .head_icon{position:absolute; top:-30px; left:10px;}
.userInfo .head_icon img{width:70px; height:70px; border:1px solid #d5d5d5; padding:1px; background:#fff;}
.userInfo .userInfo-stat{background-color:#fffcf8; height:70px; margin-left:0px; border-bottom:1px solid #ccc;}
.userInfo .userInfo-stat li{float:right; width:60px; height:70px; font-size:12px; text-align:center; }
.userInfo .userInfo-stat li a{display:block; height:60px; color:#a5a3a3; padding-top:10px; }
.userInfo .userInfo-stat li a:hover{color:#fd8b66;}
.userInfo-stat li i{display:block; width:32px; height:32px; margin:0px auto;}
.userInfo-stat li.userInfo-safe-mib{border-left:1px solid #ccc;border-right:1px solid #ccc;}
.userInfo-stat li a i.icon-edit{background:url(/static/img/icons_1.png) -76px -553px no-repeat;}
.userInfo-stat li a i.icon-bd-mobile{background:url(/static/img/icons_1.png) -168px -553px no-repeat;}
.userInfo-stat li a i.icon-safe-q{background:url(/static/img/icons_1.png) -120px -554px  no-repeat;}
.userInfo-stat li a:hover i.icon-edit{background:url(/static/img/icons_1.png) -76px -590px no-repeat;}
.userInfo-stat li a:hover i.icon-bd-mobile{background:url(/static/img/icons_1.png) -168px -590px no-repeat;}
.userInfo-stat li a:hover i.icon-safe-q{background:url(/static/img/icons_1.png) -120px -591px no-repeat;}
.userInfo .tooltip-inner,.bbs_hz .tooltip-inner {min-width:100px; padding:2px 4px; text-align:left; background-color:#fffcef; border:1px solid #ffc6a1; color:#c2510b;}
.userInfo .tooltip.top .tooltip-arrow,.bbs_hz .tooltip.top .tooltip-arrow {border-top-color:#ffc6a1;}
.userInfo .tooltip.right .tooltip-arrow,.bbs_hz .tooltip.right .tooltip-arrow {border-right-color:#ffc6a1;}
.userInfo .tooltip.left .tooltip-arrow,.bbs_hz .tooltip.left .tooltip-arrow {border-left-color:#ffc6a1;}
.userInfo .tooltip.bottom .tooltip-arrow,.bbs_hz .tooltip.bottom .tooltip-arrow{border-bottom-color:#ffc6a1;}
.ads_box_user{margin-bottom:10px; height:125px; overflow:hidden;}
.ads_box_user a{display:block;}
.ad_m10{margin-left:8px;}
.ads_projector{margin-left:0px;}
.ads_projector li{float:left;}
.user_name_box{padding:15px;}
.user_name_box strong{font-size:16px; margin-right:10px; }
.signed_in{margin-top:10px; padding:0px 15px;  margin-bottom:10px;}
.user_sign_in {}
.user_sign_in .btn-primary{background:url(/static/img/singed_no.png) no-repeat; width:47px; height:40px; display:block; float:left;}
.user_sign_in .btn-sign{background:url(/static/img/singed_in.png) no-repeat; width:47px; height:40px; display:block; float:left; border:none;}
.user_sign_in span{background:#96cf9f; display:block; color:#fff; padding:0 5px; float:left; height:40px; width:180px;}
.user_sign_in span a{color:#fd8b66; text-decoration:underline;}
.p_bg_h{background:#fafafa;}
.account_anquan{}
.account_anquan p{padding:10px 5px;}

.userInfo h3{margin-bottom:10px;}
.controls_c{padding:0 10px;}
.conter_nr > p{}

.user_navs_1{margin-top:10px;}
.user_navs_1 .nav-tabs{background:#fff; border:1px solid #ccc; padding-top:0px;   }
.user_navs_1 .nav-tabs.nav-stacked > li > a{border:none; border-bottom:1px solid #e2e8ed; border-top:1px solid #fff; font-size:14px; }
.user_navs_1 .nav-tabs.nav-stacked > li > a:hover{background-color:#0099cc; margin-right:-1px; font-weight:bold; border-radius:0px; color:#fff; }
.user_navs_1 .nav-tabs > li > a{padding-top:15px; padding-bottom:15px;}
.user_navs_1 .nav-tabs > li{margin-bottom:0px; }
.user_navs_1 .nav-tabs span{font-size:14px; font-family:"宋体"; font-weight:bold;}
.s_tip_text{display:inline-block;margin-left:40px;padding:2px;}

/***user add***/
.user_box_c{min-height:470px;}
.set_safe{width:750px; margin:40px auto 10px auto;}
.set_safe h2{font-size:16px;  font-weight:bold;}
.set_safe h3{margin-bottom:15px;}
blockquote{border:0;  margin-top:35px; background:#f3f3f1; padding:5px; color:#979695; width:80%; }
blockquote h3{font-size:14px; font-weight:bold; color:#b60526;  }
.fs_box{margin-bottom:20px;}
.page-header{padding:0px;}
.page-header h1{font-size:25px;}
.page-header h1 small{font-size:16px; margin-left:10px;}
.bd_mbbox,.bd_embox{border-bottom:1px dotted #bbb; padding-bottom:20px; margin-bottom:20px; }
.bd_mbbox img,.bd_embox img{margin-right:20px;}
.mbbox_c,.embox_c{width:650px;}
.min-h{min-height:580px; background:#fff;}
.set_safe p.blockquote{margin-top:40px;} 
.b_other_bind{margin-left:0px; margin-top:20px; }
.b_other_bind li{margin-bottom:15px; border-bottom:1px dotted #bbb; padding-bottom:20px;}
.b_other_bind li img{margin-right:20px;}
.b_other_bind li h3{font-size:14px; margin-bottom:10px;}
.b_oth_bind{width:620px; float:left;}
.zs_bd_box{margin-left:0px; margin-top:15px;} 
.zs_bd_box li{margin-bottom:20px;}
.zs_bd_box li h3{margin-bottom:10px; font-size:14px; }
.zs_bd_box li img{margin-right:20px;}
.zs_bd_box .bd_c_box{float:left; width:620px;}
/*???*/
img.game-face{
background:url(/static/img/game_face.png) no-repeat center center;font-size:12px; text-align:center; display:block;}
.icon_90{width:90px; height:90px; text-align:center;}
.icon_120{width:120px; height:120px; text-align:center;}
.icon_50{width:50px; height:50px; text-align:center;}
img.game-face-35{text-align:center;
width:35px;
height:35px;
background:url(/static/img/game_face_35.png) no-repeat center center; display:block; float:left; font-size:12px;}
.img_130{width:130px; height:130px; display:block; text-align:center;}
.pull{
width:98%; 
}
/**user-center**/
.icon-pencil{font-size:14px;}
.admin_user_icon{background:url(/static/img/icon_img.png) left -8px no-repeat;padding:0 30px; }
.user_icon{background:url(/static/img/icon_img.png) left -34px no-repeat; padding:0 30px;}
span.icon_money,span.icon_score,span.icon_power,span.icon_flow,.icon_growing{height:70px; width:70px; margin:2px auto; background:#bbb; overflow:hidden;}
span.icon_money{background:url(/static/img/icons_1.png) 0px -440px no-repeat;}
span.icon_score{background:url(/static/img/icons_1.png) -75px -440px no-repeat; }
span.icon_growing{background:url(/static/img/icons_1.png) -300px -440px no-repeat;}
span.icon_power{background:url(/static/img/icons_1.png) -220px -440px no-repeat; }
span.icon_flow{background:url(/static/img/icons_1.png) -150px -440px no-repeat; }
.user_ul{float:left;}

/**game**/
.progress{height:2px; }
.progress-info .bar, .progress .bar-info{background:#0099cc;}

select {
  min-width:80px;
  min-height:24px;
  border-style:solid;
  border-width:1px;
  background-clip:padding-box;}
select, input[type="file"]{height:35px;}

/**登录注册**/
.login-h2{font-size:20px; font-weight:normal; padding-bottom:15px;}
.longin-left{padding:20px 0px; line-height:24px;}
.longin-left .add-on:first-child, .input-prepend .btn:first-child{height:16px; line-height:16px;  border:0px; background:none;}
.longin-left .input-prepend{margin:25px 0px;}
.other-login h4{padding-bottom:15px;}
.hr-r{border-right:1px solid #eee;}
.min-h-2{min-height:455px;}
.longin-left .control-group{padding-left:35px; margin-bottom:25px;}
.longin-left .label-info{background:#fd7632; border:1px solid #ffdac8; color:#fff; font-weight:normal;}
.longin-left .label-info:hover{color:#fff; background:#f75300;}
.longin-left h3{font-size:16px; padding-bottom:15px; color:#555}
.longin-left blockquote,.longin-left blockquote p{font-size:13px; margin-top:0px; width:90%;}
.longin-left blockquote span{color:#cd0618;}
.login-right{padding-top:20px; }
.login-right .text-tip{font-size:20px; color:#9f9f9e; font-family:"微软雅黑"; line-height:40px;}
.login-right .text-tip span{color:#0099cc;}
.login-right .text-tip .big-text{font-size:30px;}
.row h2{font-weight:normal;}
.text-info{color:#0499ca;  }
a.text-info:hover{color:#FB7E28; }
.invi-box{border:3px solid #dededd;}
.ing_game{margin-top:35px;}
.ing_game .unstyled li{float:left; margin-right:10px; text-align:center;}
.you_doing{margin-top:25px; clear:both;}
.you_doing p{color:#555;}

.bor-row{margin-bottom:10px;}
.table-striped th{font-weight:bold; font-size:14px; table-layout:fixed; word-break:break-all;}
.table-striped td{font-size:12px; color:#767676; table-layout:fixed; word-break:break-all;}

.lunb_ad{width:120px; height:40px;}
/***任务06-08***/
.task_list{margin:0px; min-height:500px; }
.task_list li{width:354px; padding:10px; background:#fcf9f1; border:1px solid #ebe6da; float:left; margin-bottom:10px; margin-right:10px; min-height:160px; overflow:hidden; position:relative;}
.task_list li h3{font-size:20px; margin-bottom:10px; font-weight:bold;}
.task_list li p{color:#555;}
.task_list li p span{color:#efb210; } 
.task_list .task_text{width:240px; margin-left:10px;}
.task_img{width:100px; height:100px;}
.task_btn_d{border-top:1px dashed #CCC; padding-top:10px; margin-top:10px; position:absolute; bottom:7px; width:95%;}
.task_xx{height:40px; overflow:hidden; }
.task_xx span{font-size:12px; color:#838383;}
/***head***/
.navbar .nav > li > a {color:#777777;float:none;padding:14px;}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{background-color:#77a90a;}
.nav-pills > li > a{margin-top:0px;  color: #9a9a9a;}

.nav-pills > li > a .nav-stacked > li > a .nav > li > a{color:#555;}

.navbar-form{
margin-left:20px;
margin-top:0px;
height:30px;}
.navbar-form input{
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;}
.navbar-form .btn{
text-shadow:none;
min-width:50px;
margin-left:-4px;
padding:4px 12px;
line-height:20px;
border:1px solid #0F86CA;}

#user-nav-l{margin:0px; display: inline-block; padding:0px;width: 80px;   float: right;}
#user-nav-l li{ text-align:center; color:white; font-size:12px;  margin-top: 3px;clear: both;}
#user-nav-l a{padding:2px 0px;text-shadow:none;padding: 2px 4px 2px 4px;}
#user-nav-l p.logout{   margin: 0;}
#user-nav-l li.icon_money,#user-nav-l li.icon_score,#user-nav-l li.icon_power,#user-nav-l li.icon_flow{text-indent:25px; }
/***任务***/
.no-task {text-align:center; font-size:18px; padding:15px; color:#c1c1c1; background:url(/static/img/task.png) top right no-repeat; width:400px; margin:0 auto; padding-right:89px; }
.finish_icon{background:url(/static/img/finish.png) no-repeat; width:60px; height:63px;}
.ing_icon{background:url(/static/img/ing.png) no-repeat; width:60px; height:63px;}
.shibai_icon{background:url(/static/img/shibai.png) no-repeat; width:60px; height:63px;}

.user_box_c [class*="span"]{margin-left:0px;}
.user_box_c .span3{margin-right:25px;}
.info_head{border:1px solid #e5e5e5;}
.my-ya-info{border:1px solid #e5e5e5; background:#ffffff; margin-bottom:10px; height:148px;}
.my-ya-info .rankings {float:left; width:378px; padding-top:15px; border-right:1px dashed #bfbfbf;height:133px; padding-right:20px;}
.my-ya-info .rankings li strong{color:#ff6501; font:24px/30px 'Lucida Grande','微软雅黑';}
.my-ya-info .my_grow_level{font:20px/30px 'Lucida Grande','微软雅黑';}
.my-ya-info .progress{height:15px; margin-top:15px; border:1px solid #d76510;}  
.my-ya-info .progress .bar{background:#ffdb1b;}
.counts{width:444px; float:left;margin-left:0px;height:133px;  margin-top:0px;}
.counts li{float:left; height:133px; width:110px; text-align:center; padding-top:15px; }
.counts li span{display:block; }
.counts li span strong {color:#ff6501; font:18px/30px 'Lucida Grande','微软雅黑';}
.li_bor-r{border-right:1px dashed #bfbfbf;}
.user_ul {margin:0px;  border-top:1px solid #e5e5e5; background:#e7eaef;}
.user_ul li{ width:49%; float:left; text-align:center; line-height:45px;}
.bor-info{border:1px solid #e5e5e5; padding:0 15px; }
.listview-container{margin-left:0px;}
.listview-container li{margin-right:5px; border:1px solid #eaecf0; background-color:#fdffff;  width:262px; padding-bottom:10px; margin-bottom:20px;} 
.mediumListIconTextItem:hover {background-color:#f7fcfe; border:1px solid #adbbd1;}
.mediumListIconTextItem img.mediumListIconTextItem-Image{margin-top:0px;}
/**粉丝**/
.fans-list{margin-left:0px; min-height:400px;}
.fans-list li{margin-bottom:10px; border-bottom:1px dashed #bbb; padding-bottom:10px; min-height:60px;}
.no-face{background:url(/static/img/user-face.jpg) center center no-repeat;  display:block; min-height:50px;}
a.label:hover, a.badge:hover {color:rgb(255, 255, 255);
background:#bad4bf;text-decoration:none;cursor:pointer; 
}
.fans-list .btn{padding:2px 4px;}


/**礼包领取 20130613**/
.box-game1{border:1px solid #E5E5E5; min-height:140px; padding:15px; margin-bottom:10px;}
.box-game1 [class*="span"]{margin-left:0px;}
.card-xx-r{padding-left:20px; line-height:18px; position:relative;}
.card-xx-r h2{font-weight:normal; font-size:20px; line-height:18px; padding-bottom:5px; margin-bottom:5px; border-bottom:1px dashed #d5d7d5; padding-bottom:12px;}
.card-r{margin-top:30px;}

/***用户角色图标***/
.role_icon_user{background:url(/static/img/icons_1.png) -244px -640px no-repeat; padding:0 24px;}
.role_icon_admin{background:url(/static/img/icons_1.png) 0px -640px no-repeat; padding:0 24px;}
.role_icon_guest{background:url(/static/img/icons_1.png) -46px -640px no-repeat; padding:0 24px;}
.role_icon_developer{background:url(/static/img/icons_1.png) -96px -640px  no-repeat; padding:0 24px;}
.role_icon_auth{background:url(/static/img/icons_1.png) -194px -640px no-repeat; padding:0 24px;}
.role_icon_kefu{background:url(/static/img/icons_1.png) -290px -640px no-repeat; padding:0 24px;}

/***玩家页面20130619***/
.pro_top_head .user_atten{float:left; padding-left:10px; width:200px; margin-top:20px;}
.pro_top_head .user_atten p{display:block; margin:0px; padding:2px; float:left; margin-right:20px; margin-bottom:15px; }
.pro_neirong{padding:15px 0px; line-height:25px;}

/**index css**/
/*.ads-flash-box{background:url(/static/img/index/tmep/img-1.jpg) center top no-repeat; height:400px;}*/
.position-r{position:relative;}
.slide-box .small-flash-btn{width:360px; position:absolute;right:20px; top:290px;}
.slide-box .small-flash-btn li{float:left; }
.icon-face{width:48px; height:48px; overflow:hidden;  display:block;}
.more-nr{margin-top:12px; font-size:12px; margin-right:10px;}
.game-icon-tj{width:99px; height:99px; overflow:hidden; display:block;}
.group-hot[class*="span"]{margin-left:0px; }
.game-hot .game-listview{}
.game-hot .game-listview li{height:140px; width:75px; padding:0px; margin-right:38px;}
.game-hot .game-view-text{width:75px; clear:left; margin-left:0px; margin-top:10px; text-align:center;} 
.game-hot .game-view-text p{height:25px; line-height:25px; overflow:hidden; margin:0px;}
.game-hot .game-view-text .btn-success{padding:2px 6px;}
.game-hot .span4{margin:0px; width:430px; margin-right:10px;margin-bottom:20px;}
.hot-box-1{width:900px; margin-top:10px;}
.group-hot{ height:110px; overflow:hidden; margin-bottom:10px;} 
.media-body1{margin-left:10px; float:left; width:372px;}
.media-body1 p.p-2{height:37px; overflow:hidden; }
.media-body p.p-2{height:37px; overflow:hidden; }
.media-body1 p.p-2 a{color:#999;}
.row .news-h2{color:#0F86CA; line-height:42px; height:42px; font-weight:bold; font-size:14px;}
span.libao-icon{background:url(/static/img/index/libao.jpg) center center no-repeat; height:15px; display:block;} 
.server-tab table {} 
.tab-tit-td td{background:#ececec; border-right:1px solid #dcdcdc; color:#6c6c6c; line-height:25px;  padding-left:5px;}
.tab-list td{border-bottom:1px dashed #d2d2d2; line-height:30px; padding-left:5px;}
.hot-tiezi{margin-left:0px; min-height:215px; overflow:hidden;}
.hot-tiezi li{border-bottom:1px dashed #d2d2d2; line-height:40px; height:40px; overflow:hidden;}
.hot-tiezi span.time{float:right;}
.game-ph-list{margin-left:0px;}
.game-ph-list li{border-bottom:1px dashed #d2d2d2; margin-bottom:10px; clear:both; width:270px; padding:8px 0px;}
.ph-view{width:180px; margin-left:10px; color:#7e7b7b; margin-top:0px;}
.n_img{margin-left:0px;}
.ph-view small a.btn{padding:0px 5px; font-size:12px;}
.ph-one{color:#fb7e28; font-size:25px;}
.ph-one a{color:#fb7e28;}
.ph-two{background:#fb7e28; padding:0px 5px; margin-right:10px; color:#fff;}
.ph-other{background:#aeaeae; padding:0px 5px; margin-right:10px; color:#fff;}
.game-ph-list .p-tit-ph{height:22px; line-height:22px; overflow:hidden;}
.tab-list .btn{padding:2px 5px;}
.gz-zhanghao{border:1px solid #c9c9c9; padding:5px; margin-bottom:10px;}
.qq{background:url(/static/img/icons_1.png) 202px -69px no-repeat;}
.sina{background:url(/static/img/icons_1.png) no-repeat;}
.weixin{background:url(/static/img/icons_1.png) 202px -30px no-repeat;}
.yixin{ background:url(/static/img/icons_1.png) 202px 4px no-repeat; }
.gz-zhanghao .ewm-img{float:left; margin-right:10px;}
.gz-zhanghao .btn{padding:2px 5px;}
.game-recommend .listview-container{margin-top:10px; width:900px;}
.game-recommend .listview-container li{margin-right:20px; float:left;} 
/*登录注册弹出层*/
.login_box{border:5px solid rgba(0, 153,204, 0.5); width:590px;}
.modal-header{border-bottom:3px solid #f2f3f2;}
.login-nr{float:left; padding-right:20px; margin-right:20px;  border-right:1px solid #cbcbcb; height:180px; }
.modal-body{padding:20px; min-height:286px; max-height:425px;}
.login_box input[type="text"], .login_box input[type="password"]{font-family:"微软雅黑"; width:270px; height:30px; line-height:30px; font-size:12px; margin-bottom:20px;}
.login_box .label-info[href], .badge-info[href]{background:#0099cc;} 
.login_box .other-login{margin-top:20px; float:left;}
.login_box .other-login h4{padding-bottom:10px;}
.login_box .btn{margin-top:15px; margin-left:0px; } 
.modal.fade.in{top:22%;}
.toast .close, .modal .close, .alert .close{top:12px; right:10px;}
.modal .close:hover {background-color:#0099cc;}

/*搜索*/
.top-search{position:absolute; right:235px; top:10px; z-index:2000;}
.top-search .input-append input{height:28px; line-height:28px; font-size:12px; font-family:"微软雅黑";border-radius:2px 0px 0px 2px;}
.top-search .input-append .add-on:last-child, .input-append .btn:last-child{border:0px;}
.top-search button,.top-search input[type="button"]{min-width:60px; width:60px; }
.top-search .input-append .add-on:last-child, .top-search .input-append .btn:last-child, .top-search .input-append .btn-group:last-child > .dropdown-toggle{border-radius:0px 2px 2px 0px;}

/*搜索结果*/
.shearch-result{margin-left:0px;}
.shearch-result li{margin-bottom:15px; padding:0px 10px 10px 10px; border-bottom:1px  dashed #eee; font-size:14px; color:#999; }
.search-result-list{background:#fff; padding:20px 0px; min-height:700px; } 
.shearch-result li .tit{font-size:16px; margin-bottom:10px;}
.shearch-result li .tit a b{color:#F60;}
.shearch-result li .keyword {margin-bottom:15px;}
.shearch-result li .keyword b{color:#F60;  }
.shearch-result li .url-w{overflow:hidden;}
.org-c{color:#F60;}

/*首页*/

.text-warning{color:#f99901;}
.list-bg{background:url(/static/img/dian.png) left 17px no-repeat; padding-left:10px;}

.media, .media .media{margin-top:18px; margin-bottom:15px;}
.sub-review .media{border-bottom:1px #bbb dashed; padding-bottom:10px;}

.tab-pane ul {margin-left:0px; }
/*.game-show-mask {background-color:#000000;height:188px;left:10px;opacity:0.7;position:absolute;top:10px;width:210px;z-index:1;}
.game-show-info{position:absolute; color:#fff; z-index:100; padding:10px;}*/

.new-icon{background:url(/static/img/new.gif) right 2px no-repeat; color:#B94A48; padding-right:30px;  }
.hot-icon{background:url(/static/img/hot.gif) right 0px no-repeat; color:#B94A48; padding-right:30px; }
.new-icon:hover,.hot-icon:hover{color:#B94A48; }
.recommend-icon{background:url(/static/img/icons_1.png) -10px -386px no-repeat; position:absolute; width:80px; height:48px; top:130px; left:20px; }
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th{background-color:#fefefe;}


/**news 摘要**/
.news-nr-list{border-bottom:1px dotted #D2D2D2; padding:15px 5px;}
.news-nr-list:hover {background:none repeat scroll 0 0 #F9FAFD;}
.news-nr-list .nrPic{float:right; width:90px; height:120px; margin-left:10px; }
.news-nr-list h3{font:21px/1.2 "微软雅黑","黑体"; margin-bottom:10px;}
.news-nr-list h3 a{color:#000; }
.news-nr-list h3 a:hover{color:#0099cc;}
.newsInfo {color:#999999;height:25px; text-align:left;}
.font-size-set{}
.font-size-set li{float:left; font-size:14px; margin-left:15px; cursor:pointer; }
.font-size-small{}
.font-size-mid{}
.font-size-big{}
.font-size-set li.active{color:#0099cc; border-bottom:2px solid #0099cc; }
.newsInfo .date{font-size:12px; padding-left:8px;}
.news-nr-list .nrP {font-size:14px; line-height:28px; margin-bottom:10px; color:#555; }
.news-commen [class*="span"],.news-nr-list [class*="span"]{margin-left:0px;}
.hot-game-list-l .thumbnails{margin-left:0px; }
.hot-game-list-l .thumbnails li{margin-right:20px; text-align:center;}
.hot-game-list-l .thumbnails .span1 {margin-left:0px;}
.hot-game-list-l .thumbnails .span1 img{margin-bottom:10px;}
.news-commen h1 {font-family:'微软雅黑'; font-size:26px;padding-bottom:16px; text-align:center; font-weight:bold;}
.news-commen .hd{text-align:center;  border-bottom:1px dotted #DBDBDB; position:relative;}
.content-news{padding:50px 10px 20px 10px ; font-size:14px; line-height:28px; color:#555; min-height:400px; background:url(/static/img/logo-sy.png) right bottom no-repeat;} 
.content-news p{text-indent:0px;}
.content-news p img{text-align:center;}
.breadcrumb-b{border-top:1px dashed #DBDBDB; padding-top:20px ;}
.news-commen .hot-tiezi li{border-bottom:0;}
.news-commen .hot-tiezi li a{color:#555;} 
.news-commen .hot-tiezi li a:hover{color:#0099cc;}
.game-info-hd p{margin-bottom:5px; }

/***game-edit*/
.nav-tabs {font-size:14px;}
.fs_box h2{font-size:18px;}
/**返回顶部**/
.backToTop {  z-index: 999;display:none;background:#fff url(/static/img/backToTop.png) no-repeat;width:40px; height:40px;font-size:12px;text-align:center;position:fixed;_position:absolute; right:0px;bottom:245px;_bottom:"auto";cursor:pointer;opacity:0.6;filter:Alpha(opacity=60);
line-height:70px;}


.bottom-ewm-logo,.aboutus,.help-zs,.help-zs-wx,.help-zs-qq{float:left;}
.bottom-ewm-logo{background:url(/static/img/9133-ewm.jpg) center center no-repeat; width:120px;padding-top:120px;}
.bottom-ewm-logo p{font-size:14px; text-align:center; line-height:25px; margin-top:15px;}
.aboutus{padding:0px; margin-top:20px; }
.aboutus p{font-size:12px; color:#b6b6b6;}
.aboutus ul{margin-left:0px; font-size:15px;}
.aboutus .nav-tabs > li,.aboutus .nav-pills > li{padding:0px; margin-right:15px;}
.nav-tabs > li, .nav-pills > li{}
.nav-pills li{white-space:nowrap; float:left;}
.aboutus .nav-tabs > li > a, .aboutus .nav-pills > li > a{padding:4px 2px;  }
.aboutus .nav > li > a:hover{}
span.wt_kf{background:url(/static/img/icons_1.png) -6px -660px no-repeat; padding:0px 10px;}

/**游戏分类导航**/
.tag-game-nav{}
.tag-game-nav .url-params{margin-left:0px; margin-top:15px;}
.tag-game-nav .url-params li{margin-right:15px; text-indent:30px;font-size:14px; white-space:nowrap; height:35px; line-height:35px; margin-bottom:10px; min-width:50px;  } 
.tag-game-nav h2{font-size:18px; border:0px; color:#0099cc;}
.tag-game-nav .url-params li a{display:block; color:#555; border-bottom:2px solid #eee;}
.tag-game-nav .url-params li.active,.tag-game-nav .url-params li.active a,.tag-game-nav .url-params li a:hover,.tag-game-nav .url-params li a:hover{color:#0099cc; border-color:#0099cc; display:block;}

/**公告列表**/
.game-td-list [class*="span"]{margin-left:0px;}
.new-list{margin-left:0px;}
.new-list li{line-height:30px;}

/**游戏列表页面**/
.hot-game-list .span10{margin-left:20px;}
.game-rn-box{height:235px; overflow:hidden; padding-top:15px; cursor:pointer; position:relative;}
.pt_icon{position:absolute; bottom:75px; left:11px;}
.pt_icon a{display:block; float:left; height:15px; line-height:15px; margin-right:5px; font-size:8px; color:#fff; padding:0px 2px;}
.pt_icon .ios_icon{background:#0090ff;}
.pt_icon .android_icon{background:#97c03d;  }
.game-rn-box{} 
.cor_name a{color:#fff;}
.content{line-height:28px; color:#717171;} 

/**操作系统选择**/
a.android{display:block; background:url(/static/img/icons_1.png) -128px -126px no-repeat; width:126px; height:126px; float:left;}
a.ios{display:block; background:url(/static/img/icons_1.png) 0px -126px no-repeat; width:126px; height:126px; float:left;}
a.ios:hover{background:url(/static/img/icons_1.png) 0px -252px  no-repeat; }
a.android:hover{background:url(/static/img/icons_1.png) -128px -252px no-repeat; }
.android-top{background:url(/static/img/icons_1.png) -45px -3px no-repeat; width:30px; height:30px; display:block; margin-top:8px;}
.iphone-top{background:url(/static/img/icons_1.png) -84px -3px no-repeat; width:30px; height:30px; display:block;margin-top:8px;}
.os_box{border:5px solid rgba(34, 165, 255, 0.5); width:368px; height:220px;}
.os_box .modal-body a{margin-left:30px; }

/**兑换记录**/
.duihuan-notes{width:100%;  margin:0 auto ;}
.duihuan-notes tr th{background:#dfdfdf; line-height:35px;}
.duihuan-notes tr td{text-align:center; line-height:35px; border-bottom:1px solid #eee; border-right:1px solid #eee;}
.l-border{border-left:1px solid #eee;}
.game-s-list .control-label{font-size:16px;}
.control-group input[type="checkbox"] ,.control-group input[type="text"]{vertical-align:middle; margin-right:5px;}
.control-group  .metro-radio{vertical-align:middle;}
.game-s-list .radio.inline{float:left; margin-right:15px; margin-bottom:10px;}

/***客服中心***/
.common-question{}
.common-question h2{font-size:18px; margin-bottom:15px;}
.question-box{border-bottom:1px dotted #eee; padding:0px 0px 15px 0px; margin-bottom:15px; font-size:14px; line-height:24px;}
.question{color:#0099cc;}
.question span{color:#f90; font-weight:bold;}
.answer{color:#999;} 
.answer span{color:#d20202; font-weight:bold;}
.kf-help{margin-bottom:10px; }
.kf-help h2 {font-size:16px; margin-bottom:10px; color:#000; }
.kf-help ul{margin-left:0px;}
.zizhu-help li{float:left; width:45%; font-size:14px; height:35px; line-height:35px; border-bottom:1px dotted #eee; margin-right:10px }
.zizhu-help li a{display:block;}
.zizhu-help li span.arrow{font-size:14px; color:#999; font-family:"微软雅黑"; font-weight:bold;}
.kf-mmqq p{color:#555;}
.user-wenti{}
.user-wenti .icon-face{float:left; margin-right:10px; width:35px; height:35px;}
.user-wenti .user-face{float:left; margin-right:10px; width:35px; height:35px;}
.user-wenti .wenti{float:left; width:220px; }
.user-wenti li{margin-bottom:10px; border-bottom:1px dotted #eee; overflow:hidden; padding-bottom:10px;}
.common-question .title-one{margin-bottom:15px;}
.question-box .span1 ,.question-box .span7{margin-left:0px;}
.answer2{height:45px; overflow:hidden;}
.text-success,a.text-success:hover {color:#0F86CA;}
.ask-hot-nums {border:1px solid #E9E9E9;float:left;line-height:20px;margin-right:15px;overflow:hidden;position:relative;text-align:center;}

.ask-hot-nums .ask-focus-nums {height:38px;padding:7px 12px;}

.ask-hot-nums p{margin:0px;}
.ask-hot-nums .num{color:#F90;}
.ask-focus-nums{color:#999;}
.user-q{border-bottom:2px solid #eee; margin-bottom:10px;}
.user-a .answer-tit{background:#f7f7f7; height:25px; padding:5px; line-height:25px; color:#F90;}
.user-a .icon-face{height:25px; width:25px; float:left; margin-right:10px;}
.user-a .user-face{height:25px; width:25px; float:left; margin-right:10px;}
.a-common{line-height:25px; color:#666; padding:15px 0px; font-size:13px;}

/*tab-hover组件*/
.tab-hover .more-nr{
margin-top:12px;
font-size:12px;
margin-right:10px;
float:right;}
.tab-hover ul.tabs li{
text-align:center;
float:left;
cursor:pointer;}
.tab-hover .tab-pane{
display:none;}
.tab-hover .tab-pane.active{
display:block;}
/*end tab-hover组件*/



span.head{
float:left;
margin-right:10px;}

/**游戏点评按钮**/
.assess-btn{float:right;}
.assess-btn li{float:left; width:30px; margin-right:15px; text-align:center; margin-bottom:10px;}
.assess-btn li span{display:block; margin-top:5px; color:#F90; }
.assess-btn a{display:block; height:30px; line-height:30px; text-align:center;}
.assess-btn .btn_up{background:url(/static/img/icons_1.png) -128px 0px no-repeat;}
.assess-btn .btn_up:hover{background:url(/static/img/icons_1.png) -195px 0px no-repeat;}
.assess-btn .btn_down{background:url(/static/img/icons_1.png) -164px 0px no-repeat;}
.assess-btn .btn_down:hover{background:url(/static/img/icons_1.png) -228px 0px no-repeat;}

/**新手引导按钮**/
.btn-box-link{margin-left:0px; margin-bottom:15px;} 
.btn-box-link li{float:left; margin-right:15px; height:38px; line-height:38px; margin-top:10px;text-align:left; font-size:12px; font-family:"微软雅黑";  }
.btn-box-link a {display:block; color:#555; margin-right:10px; text-decoration:underline; background:#fff; padding:0px 15px; box-shadow:0 -1px 15px #7CC3E8 inset;}
.btn-box-link a:hover{color:#0099cc;}

/**相关下载**/
.inter-down{margin-top:10px;}
.inter-down h4{font-size:14px; color:#0099cc; margin-bottom:10px;}
.inter-down ul{margin-left:0px;}
.inter-down ul li{margin-bottom:10px; float:left; margin-right:10px;}
.inter-down li span.f_s{font-size:12px; color:#B8B8B8; padding-left:15px;}

/**论坛按钮**/
.bbs-btn,.bbs-btn:hover{}

/**手机版接口**/
.shortcut-goerwei {cursor:pointer; display:block;text-align:center; background:#fff url(/static/img/ewm-db1.png) left bottom no-repeat; padding-bottom:20px; border:1px solid #e9e5e5; border-bottom:0; padding-top:10px;}
.shortcut-erweiwrap {bottom:50%;height:120px; position:fixed; right:-84px; width:130px;}
.shortcut-erweiwrap a.clz {background:url(/static/img/icons_1.png) -279px -136px no-repeat ;cursor:pointer; display:block;height:11px;position:absolute;right:0;top:-13px;width:12px;}
.shortcut-erweiwrap a.clz:hover{background:url(/static/img/icons_1.png) -279px -163px no-repeat; }
.shortcut-goerwei span {color:#AAAAAA; display:block;font-size:12px;line-height:24px;}
.shortcut-goerwei-pic {background-image:url(/static/img/9133-ewm.jpg);background-repeat:no-repeat; height:98px;margin:0 auto;width:98px;}
.shortcut-goerwei:hover {text-decoration:none;}
.shortcut-goerwei:hover span {color:#0099cc;}
/**问题反馈**/
.about_tw{background:url(/static/img/about_wt.png) no-repeat; height:92px; width:14px; padding:45px 18px 0px 18px; bottom:0; position:fixed; right:0;  font-size:16px;}
.about_tw a:hover{color:#fff;}
.about_tw a.clz {background:url(/static/img/icons_1.png) -279px -136px no-repeat ;cursor:pointer; display:block;height:11px;position:absolute;right:0;top:-13px;width:12px;}
.about_tw a.clz:hover{background:url(/static/img/icons_1.png) -279px -163px no-repeat; }

/**游戏图标**/
/*a span.download-i{display:block; float:left; width:14px; height:14px; background:url(/static/img/icon-14.png) left 1px no-repeat;}
a span.download-i:hover{background:url(/static/img/icon-14.png) left -14px no-repeat;}*/

/**首页新增加修改**/
.container{}
.container-bor{border:1px solid #ececec; padding:0px 10px; margin-top:10px; background:#fff;}
.span9-bor-r{border-right:1px solid #ececec; margin-left:10px; padding-right:15px; }
.container-bor .span3{margin-left:10px;}
.game-sort{}
.so_game{padding:10px 0px; }
.so_game .input-append .so-text{font-family:"微软雅黑"; height:30px;*height:22px; +height:22px; *padding:1px 2px;+padding:1px 2px;line-height:30px; *line-height:22px; +line-height:22px;border-radius:4px 0px 0px 4px;}
.so_game .input-append  .span2{width:216px;}
.so_game .input-append .btn{border-radius:0px 4px 4px 0px; height:30px; width:50px; min-width:50px; text-shadow:none; height:40px;}
.so_game .trad-list{margin-left:0px; }
.so_game .trad-list li{float:left; margin-right:10px; margin-bottom:10px; white-space:normal;}
.so_game .trad-list li a{}
.cards_list{margin-left:0px; }
.cards_list li{padding-left:10px;margin-bottom:16px; padding-bottom:10px;  display:block; height:60px; font-size:12px; border-bottom:1px dashed #f0f0f0;}
.cards_list li h4{font-size:13px;}
.news_cards .game_face{width:48px; height:48px; margin-right:10px; }
.cards_list .btn-primary,.cards_list .btn{padding:2px; font-size:12px; font-weight:normal; min-width:45px; color:#777;}
.cards_list .btn{border:0px;}
.game_tactful .span4{margin-left:0px; width:435px;}
.game_tactful h2{font-size:16px; line-height:35px; font-weight:bold;margin:12px 0px 8px 0px;padding-left:40px; }
.game_tactful h2 span{font-size:12px; font-weight:normal;}
.game_tactful h2 .more{font-size:12px; font-weight:normal;}
.game-pc-list{margin-right:20px;}
.game-pc-list h2{background:url(/static/img/icons_1.png) -48px -37px no-repeat;}
.tactful-img{margin-bottom:8px;}
.tactful-img img{width:150px; float:left;  margin-right:10px;}
.tact-ul{margin-left:0px;} 
.game-gl-list{border-left:1px dashed #bebebe; padding-left:19px;}
.game-gl-list h2{background:url(/static/img/icons_1.png) -50px -70px no-repeat;  }
.tact-text{float:left; }
.tact-img-tit{font-size:16px; font-weight:bold; height:20px;  line-height:20px; overflow:hidden; }
.tact-img-tit a{color:#0F86CA;}
.tact_img_conn{height:55px; line-height:24px; overflow:hidden;}

.mb_link{height:35px; line-height:35px; position:absolute; top:-35px; left:-6px;  width:121px;}
.mb_link a{display:block;  background:url(/static/img/icons_1.png) -100px -389px no-repeat; padding-left:60px; font-size:12px;}
.label-important a{color:#fff;}
.mb_link_game{position:absolute; width:100px;  top:100px; left:50px; height:30px;}
.mb_link_game a{background:url(/static/img/mb_icon2.png) no-repeat; display:block; width:100px;height:30px;}

.game-info-hd{float:left; width:520px; margin-left:15px;  }
.detail_game_i{line-height:28px; margin-bottom:5px; }
.detail_game_i li{float:left; width:50%; }
.icon-download-game{background:url(/static/img/d-btn.png) no-repeat; width:40px; height:40px; margin-right:10px;} 
.btn-group .btn-primary{line-height:40px; height:40px;}
.btn-group .btn-primary .caret{margin-top:15px;}
.ewm_down_1{text-align:center; position:absolute; bottom:0px; right:20px; top:18px; width:80px; font-size:12px; height:80px;}
.ewm_down_1 img{width:80px; height:80px;}
.btn-group .btn-success2  {border:1px solid #fff; background-color:#def2fd; background-image:none;text-shadow:none; box-shadow:none; color:#0099cc;}
.span9{overflow:hidden;}
.down_tab{position:relative; margin-left:135px;}
.tab_pt_btn{border-bottom:1px solid #bebebe;}
.tab_pt_btn li{float:left; font-size:14px; margin-right:15px; font-weight:bold; line-height:25px; padding:2px 10px; cursor:pointer; }
.tab_pt_btn li.active{border-bottom:2px solid #0099cc; color:#0099cc; }
.donw_btn_game{border-bottom:1px dashed #bebebe; padding:12px 0px;}
.box_lineheight{padding:15px;}

.bar_trade{padding:10px 0px;}
.bar_trade a{text-decoration:underline;}
.btn-group .span2{margin-left:0px; }
.dropdown-menu{width:238px;}

.map_box{margin-top:40px; overflow:hidden; }
.sitemap,.map_nav{margin-bottom:-1000px; padding-bottom:1000px;  }
.sitemap{ }
.sitemap dl{border:1px solid #f5f5f5; padding:10px; }
.sitemap dl dt{margin-bottom:10px; border-bottom:1px solid #f5f5f5; padding-bottom:10px;}
.sitemap dl dd{float:left; margin:0px; padding:0px; margin-right:20px; line-height:28px;}
.map-title h3{}
.sitemap .span2{margin-left:0px;}
.map_nav{background:#fafafa; font-size:14px;}
.map_nav.span3{margin-left:0px;}
.sitemap.span9{margin-left:0px;}

label.checkbox input[type=checkbox],input[type=radio] {
  position:absolute;
  opacity:0;
  filter:alpha(opacity=100); vertical-align:middle;}
input[type=radio] ~ span.metro-radio {
  padding-top:0px;
  _padding-left:25px;
  +padding-left:25px;}
label.checkbox input[type="checkbox"]:checked ~ span.metro-checkbox:after{list-style-type:square; list-style-position:inside; }
.radio input[type="radio"], .checkbox input[type="checkbox"]{margin-left:0px; }
ul.inline > li, ol.inline > li{_float:left; +float:left;}

.breadcrumb-b a{color:#0F86CA; text-decoration:underline;}

.down_tab.span8[class*="span"]{margin-left:122px;}


/*加载更多*/
li.page.more{border:1px solid #ebebeb; width:970px;}
li.page .more-see{position:absolute; bottom:310px; left:50%; }
li.page .more_load_btn{display:block; height:45px; line-height:45px; padding:0px 20px; text-align:center; font-size:16px; background:url(/static/img/load_btn.png) right center no-repeat;  color:#62BA6F;}
li.page .more-see.loading{
background:url(/static/img/page-load.gif) right center no-repeat;
padding-left:24px; text-align:center; 
}
.game-listview2{padding-bottom:20px;}

img.icon_55{width:55px; height:55px;}
.media_game_l{margin-left:15px; margin-right:15px;}

/***推广者专区***/
.box_zone{background:#e7f5f6;}
.box_zone2{background:#fff;}
.box_zone_kf{background:#f1f1f1;}
.box_zone .bg_box1{background:url(/static/img/tg_img1.jpg) no-repeat; height:420px;}
.bg_box2{background:#fff url(/static/img/tg_img3.jpg) no-repeat right top; height:372px;}
.web_summary{padding:48px 0px; font-size:15px; width:700px; line-height:30px; color:#565656; font-weight:normal;}
.web_summary h2{font-size:22px; color:#565656; margin-bottom:10px; }
.web_summary p { }
.box_zone .bg_box3{height:400px;}
.inviter_summary{ float:left;font-size:16px; color:#777676; line-height:30px; margin-top:24px; }
.inviter_summary a.text-error{color:#F90;}
.inviter_summary h2{font-size:22px; color:#565656; margin-bottom:25px; }
.btn_g_box{margin-top:40px;}
.btn_g_box a{display:block; height:54px; line-height:54px; float:left; margin-right:20px; color:#fff;  padding-left:65px; padding-right:15px;}
.btn_g_box a.sq_tgr{background:url(/static/img/go.png) no-repeat 15px center #0090ff;}
.btn_g_box a.tgz_r{background:url(/static/img/go.png) no-repeat 15px center #98b800;}
.tgz_lc1{ background:#fef5ce; margin:15px 0px;}
.tgz_lc{padding:25px 0px 12px 0px;}
.kfz1_lc{padding:60px 0px 12px 0px;}
.tgz_lc h2{margin-bottom:35px;  }
.lc_ul{margin-left:0px;}
.lc_ul li{width:264px; height:155px; float:left; margin-right:10px; margin-bottom:15px; color:#fff; font-size:18px; padding:15px 10px; line-height:25px;}
.lc_ul li h3{font-size:25px; margin-bottom:12px; }
.lc_ul li h3 span{font-size:35px; padding-right:10px;}
.lc_ul li.bg_cor_or{background:#ffa800;}
.lc_ul li.bg_cor_or h3{color:#ffd21d;}
.lc_ul li.bg_cor_gre{background:#87b61a;}
.lc_ul li.bg_cor_gre h3{color:#b5e14e;}
.bg_cor_blue{background:#0090ff;}
.bg_cor_blue h3{color:#5cc8ec;}
.bg_cor_blue_2{background:#00d2ff;}
.bg_cor_blue_2 h3{color:#86e8fd;}
.money_xx{background:url(/static/img/money_tg.jpg) no-repeat right center #fff; height:356px; margin-bottom:15px; }
.tab_money{margin-right:425px; text-align:center; border:1px solid #565656; border-bottom:0; border-right:0; margin-top:20px; } 
.tab_money tr{height:55px; line-height:55px;}
.tab_money td,.tab_money th{border-bottom:1px solid #565656; border-right:1px solid #565656;}
.box_zone .bg_kfbox{background:url(/static/img/tg_kf.jpg) no-repeat; height:165px;}
.tgz_question{padding:20px 0px;}
.tgz_q_list{margin-left:0px; width:800px;  } 
.tgz_q_list h4{font-size:20px; font-family:"微软雅黑"; font-weight:normal; margin-bottom:10px;}
.tgz_q_list div{font-size:16px; line-height:26px; color:#777;}
.tgz_q_list li{margin-bottom:22px;}
.yq_haochu{ margin-left:0px;}
.yq_haochu li{ line-height: 45px; font-size: 20px;} 
.yq_haochu li img{  vertical-align: middle; margin-right: 12px; margin-bottom: 10px;
	}
.m_box1 span{ font-weight:bold; padding-right:10px;}
.m_box1{ margin-bottom:20px;}
/***开发者***/
.box_deve{background:#b3de70;}
.deve_bg1{background:url(/static/img/kfz.jpg) no-repeat; height:433px; }
.deve_bg1 .btn_g_box{margin-top:360px; font-size:20px;}
.footer .nav-pills > .active > a, .nav-pills > .active > a:hover{background:none; color:#0099cc;}
.bg_box_kf1{background:#fff url(/static/img/kfz_2.jpg) no-repeat right center; height:350px; margin-bottom:25px;}
.kfz_summary{padding:48px 0px; font-size:22px; width:700px; line-height:36px; }
.kfz_summary p{color:#a8a7a7; margin-top:20px; }
.kfz_trait{padding:30px 0px 12px 0px;}
.kfz_trait h2{margin-bottom:20px;  }
.trait_ul{margin-left:0px;}
.trait_ul li{width:202px; height:135px; float:left; margin-right:10px; margin-bottom:15px; color:#fff; font-size:14px; padding:15px 10px; line-height:25px;}
.trait_ul li h3{font-size:18px; margin-bottom:12px; }
.trait_ul li h3 span{font-size:22px; padding-right:5px;}
.trait_ul li.bg_cor_or{background:#ffa800;}
.trait_ul li.bg_cor_or h3{color:#ffd21d;}
.trait_ul li.bg_cor_gre{background:#87b61a;}
.trait_ul li.bg_cor_gre h3{color:#bdd950;}
.kfz_lc{background:url(/static/img/lfz_lc.gif) no-repeat left center; height:322px;}
.sdk_interrelated{}
.sdk_q_list{}
.sdk_q_list .p_q1{font-size:18px;}
.sdk_q_list .p_a1{margin-bottom:15px; color:#999; font-size:14px;}
.sdk_link_btn{margin-left:0px; margin-bottom:15px; font-size:16px; }
.sdk_link_btn li{float:left;margin-right:15px; }
.sdk_link_btn li a{color:#C00; text-decoration:underline; font-weight:bold;}
.h_icons {background:url(/static/img/kfz_icon/h_icon.gif) no-repeat; height:50px; width:265px; display:block; float:right; padding-left:45px;}

.nav-list > .active > a, .nav-list > .active > a:hover{background:#0099cc;color: black}
.nav > li > a:hover, .nav > li > a:focus {background:#fff;color: black}

.box_list_info ul{line-height:22px;}
.box_list_info ul li{margin-bottom:5px; }
.box_list_info ul li span.pull-right{color:#bbb;}

/**详细tab**/
.nav_tab_bar{border-width:2px; background:#fff; width:870px; z-index:11; }
.nav_tab_bar > li{margin-bottom:-2px; }
.nav-tabs > .active > a, .nav-tabs > .active > a:hover,.nav_tab_bar li > a{border-top:2px solid #fff; font-weight:bold;border-bottom:0px; border-radius:0px;}
.nav_tab_bar li > a:hover{background:#fff; border-top:2px solid #0099cc;}
.nav_tab_bar .active > a,.nav-tabs > .active > a, .nav-tabs > .active > a:hover{margin-bottom:-2px; border-color:#eee; border-top-color:#0099cc; background:#F9F9F9; border-bottom:0px;}
.nav_tab_bar > .active > a:hover{border-top:2px solid #0099cc; font-weight:bold; color:#0099cc;}
.game-info-hd h2{font-size:22px; margin-bottom:5px;}

/**充值返利**/
.pay_fanl{line-height:28px; border-top:1px dashed #edc48b; color:#a68551;}
.pay_fanl h3{font-size:15px; font-weight:bold; color:#b89257;}
.pay_fanl h2.xx_gz{font-size:16px; color:#000;} 
.banner_fl{padding:5px 10px; border:0px; background:#f2f4f5; margin-top:10px;}
.invite_web{margin:0 auto; background:#fef0c9; padding-bottom:10px;}
.invite_box1{min-height:414px; background:url(/static/img/invite.jpg) center center no-repeat;}
.invite_fangs{width:800px; margin:20px auto; padding-bottom:0px; font-size:14px;}
.invite_fangs .tip_tit{color:#ae9555;line-height:35px;}
.invite_fangs .tip_tit span{font-size:16px; color:#F63; font-weight:bold; }
input.invite_text{height:35px; vertical-align:middle; line-height:35px; margin-top:0px;}
input.invite_btn{vertical-align:middle;height:45px; margin-top:-11px;}
.fangs_box1{border-bottom:1px dashed #edc48b;}
.invite_gz {padding:10px 0px;}
.invite_img{background:url(/static/img/yaoqing.jpg) no-repeat; height:254px; width:495px; float:left;}
.invite_sqtgr{padding:20px 10px; font-size:20px; line-height:30px; color:#2e2301; float:right; width:280px; margin:0 auto; text-align:center;}
.btn_tgrsq{background:#F90; color:#fff; height:40px; width:50%; font-size:18px; line-height:40px; border-radius:6px;}
.btn_tgrsq:hover{background:#fdac58;}
.invite_icon{background:url(/static/img/site_top_merge.png) 70px center no-repeat;}
.fs_9{font-size:9px;}

/***关注按钮***/
.btn_focus{border:1px solid #ccc;border-radius:2px; background:#F2F2F2; margin:0px 5px; font-size:12px; }
.btn_focus span{border-radius:2px;border-style:solid;border-width:1px;
border-color:#fff;display:inline-block;height:18px;line-height:18px;padding:0 9px 0 10px;white-space:nowrap;}
.btn_focus:hover{color:#777; background:#f8f8f8;}
.btn_focus_add:hover{background:#0099cc; border:1px solid #0099cc; color:#fff;}
.btn_focus .W_icons{background-image:url(/static/img/icons_1.png);background-repeat:no-repeat;display:inline-block;height:12px;width:12px;}
.btn_focus em{height:12px;width:12px; display:inline-block; font-size:16px; font-weight:bold; line-height:12px; font-style:normal;}
.btn_focus .icon_addtwo{background-position:-6px -556px; vertical-align:middle;}
.btn_focus .icon_guanzhu{background-position:-6px -578px; vertical-align:middle;}
.btn_focus .icon_jguanzhu{background-position:-31px -556px; vertical-align:middle;}

/***领取新手卡***/
.card_get{}
.card_get .listview-container{color:#666666;}
.card_get .listview-container li{background:#fff; height:120px; position:relative; width:418px; padding:5px 5px 17px 5px; margin-bottom:20px;}
.card_get .card_details .receive_btn{position:absolute; bottom:5px; top:97px; right:10px; line-height:25px;}
.card_get .card_details{float:left; width:260px; margin-left:10px; font-size:13px;}
.card_get .mediumListIconTextItem img.mediumListIconTextItem-Image{width:90px; height:90px;}
.card_details h4{font-size:14px; height:25px; line-height:25px; overflow:hidden;}
.card_get .card_details .card_detail_2 {line-height:24px;}
.card_get .card_details .card_detail_2 p{float:left; display:block; width:50%; margin-bottom:0px;}
.bags_explain{height:40px; overflow:hidden; width:210px; font-size:12px; }

.card_nav_left{}
.card_nav_left .nav-tabs.nav-stacked > li:first-child > a{border-radius:0px;}
.card_nav_left .nav-tabs > li > a{line-height:35px; height:35px; overflow:hidden;}
.card_game_icon{height:35px; line-height:35px; margin-right:10px;}
.card_nav_left li span.pull-right{font-family:"宋体";}
.card_nav_left .active > a, .card_nav_left .nav-tabs > .active > a, .card_nav_left .nav-tabs > .active > a:hover{color:#0099cc; background-color:#f5f5f5; margin-bottom:0px;}
.lf_new{}
.lf_new .span10{overflow:hidden;}
.lf_new .listview-container{width:1032px;}
.lf_new .listview-container li{background:#fff; height:30px; position:relative; width:300px; padding:15px 5px 20px 5px; margin-bottom:20px; margin-right:16px;}
.kf_btn_g a{display:block; height:28px; width:28px; float:left; margin-top:-4px;margin-left:0px;}
.kf_btn_g a.cz_btn{background:url(/static/img/kf_tb.png) -29px 1px no-repeat; }
.kf_btn_g a.lq_btn{background:url(/static/img/kf_tb.png) no-repeat; }
.kf_btn_g a.lq_btn_n{ background:url(/static/img/kf_tb.png) 0 -27px no-repeat;}
.kf_time{font-size:12px; color:#888; padding-left:0px;}
.game_n{font-size:12px;}
.draw_btn_r{position:absolute; right:0px; top:45px; line-height:25px; bottom:10px; }
.message_view{background:url(/static/img/envelope_c.jpg) repeat-y; width:803px; margin:0 auto; padding:20px; min-height:200px;}
.envelope_t{background:url(/static/img/envelope_t.jpg) no-repeat; height:16px;width:843px; margin:0 auto;   }
.envelope_b{background:url(/static/img/envelope_b.jpg) no-repeat; height:16px;width:843px; margin:0 auto;   }
.message_view h3{font-size:16px; font-weight:bold;}
.message_view .m_view{border-top:1px dashed #999; border-bottom:1px dashed #999; padding:15px 10px; text-indent:20px; line-height:28px; margin-bottom:20px;}
.label_box{width:135px; float:left; height:40px; overflow:hidden;}
.color_1,.color_1 a{color:#09F;}
.color_2,.color_2 a{color:#F60;}
.color_3,.color_3 a{color:#66F;}
.color_4,.color_4 a{color:#C09;}
.color_5,.color_5 a{color:#3F9;}
.color_6,.color_6 a{color:#9C3;}

.btn{margin-left:5px; padding:7px 12px;}

.exclusive_kf .top_bg_e{background:url(/static/img/zs_top.jpg) center center no-repeat; height:46px; margin-top:30px;}
.exclusive_box{background:url(/static/img/zs_bg.jpg) left top  repeat-x; height:470px;}
.exclusive_box .tip_e{ color:#F3B803;font-size:42px;line-height:42px;margin-bottom:30px;text-align:center;}
.exclusive_box .kefu_info{background:url(/static/img/kef_info.png) no-repeat; height:200px; width:320px; float:left; line-height:30px; padding:50px 20px 10px 20px;}
.box_kefu{width:600px; margin:0 auto; margin-top:20px; font-size:18px; }
.box_kefu .kefu_head{background-color:#fff; margin-right:10px; padding:5px; margin-top:20px; width:150px; height:150px; }
.btn_dzh{background:url(/static/img/btn_dzh.jpg) no-repeat; display:block; width:121px; height:45px;}

.kefu_u{margin:0px 15px 10px 15px; font-size:12px;}
.kefu_img{width:50px; height:50px;}
.dzh_text{width:170px; margin-left:10px; }
.kf_btn{margin-left:10px; }

/**vip**/
.mod_tab{background-color:#74d6ff; margin-top:20px; margin-bottom:20px;}
.mod_tab span {background:none repeat scroll 0 0 #BAE390;color:#FFFFFF !important;display:block;float:left;font-family:'微软雅黑';font-size:25px;height:50px;line-height:50px;position:relative;text-align:center;width:326px;}
.mod_tab span i {border-color:#18b6ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);border-style:solid dashed dashed;border-width:20px;bottom:-40px;display:none;height:0;left:50%;margin-left:-10px;overflow:hidden;position:absolute;width:0;}
.mod_tab .current {background:#18b6ff;border-right:1px dotted #A3B88E;}
.mod_tab .current i {display:block;}

.mod_title {clear:both;margin-bottom:20px;overflow:hidden; margin-top:30px;}
.mod_title h2 {border-left:5px solid #30caff;color:#333333;float:left;font-family:'微软雅黑';font-size:16px;line-height:1;padding-left:16px;}
.mod_title p {color:#9A9A9A;float:left;margin-left:5px;}

.vip_head{padding:2px; border:1px solid #cdcdcd;}
.vip_head img{width:120px; height:120px; background:url(/static/img/group/u_t.png) center center  no-repeat; }
.growth_lv .lv_font{font:bold 11px Tahoma; color:#F90;}
.growth_lv .lv_num{font-size:12px; color:#bebebe;}
.growth_lv span{display:block;}
.growth_lv ul,.lv_score ul{margin-left:0px;}
.growth_lv li{width:10%; text-align:right; height:40px; background:url(/static/img/lv_img.jpg) 60px 25px no-repeat; float:left;}
.lv_score{font:bold 11px Tahoma; color:#b14825; width:16px; padding-left:24px; background:url(/static/img/lv_img.jpg) -8px -30px no-repeat; float:left; height:20px; line-height:20px;}
.progress_bar {height:15px;margin:2px 0; border-radius:2px;}
.gr_progress_con{width:870px; margin-left:30px; float:left;}
.vip_progress_zone{height:90px;}
.lv_score{position:relative;}
.lv_go{position:absolute; width:15px; height:11px; top:5px; left:45px; background:url(/static/img/grow_go.gif) no-repeat;}
.gr_progress_btn{margin-top:10px;}
.progress_text {float:left;font-size:15px;}
.progress_text span {color:#ED1600;}
.vip_btn {background:#f1350c;color:#FFFFFF;display:block;float:right;font:700 14px/32px simsun;height:32px;text-align:center;width:124px;}
.vip_btn:hover{background:#f0512e; color:#fff;}
.gr_vip_intro{background:url(/static/img/vip_g.jpg?v=20150305001) no-repeat; height:420px;}
.gr_value_tips {background:url(/static/img/gr_intro_tips.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);font-size:13px;font-weight:700;height:96px;line-height:20px;padding:13px 13px 0;position:absolute;width:109px;z-index:100;}
.gr_value_tips span {color:#F84123;}
.task_v_info{margin-left:10px; width:735px;}
.task_v_right{border:1px solid #ddd; padding:10px;}
.task_name{font-size:15px; }

/** =height max-width:100%**/
img.heigth100-max-width100p{
height:100px;
max-width:100%;}
img.heigth120-max-width100p{
height:120px;
max-width:100%;}

img.heigth150-max-width100p{
height:150px;
max-width:100%;}

img.heigth200-max-width100p{
height:200px;
max-width:100%;}
/**end**/

img{max-width:none;}

.input_box{line-height:40px; height:40px;margin-bottom:10px; display:block; margin-left:30px;}
.input_box .btn-success{background:url(/static/img/icons.png?v20150211011) 0px -49px no-repeat #59B0DE; height:35px; line-height:35px; width:35px; max-width:45px; min-width:45px; padding-left:0px; padding-right:0px;}
.input_box .btn-success:hover{background:url(/static/img/icons.png?v20150211011) 0px -49px no-repeat #66beec;}

/**kefumm**/
.idea_banner .container{background:url(/static/img/yijian.jpg) top center no-repeat; min-height:900px; position:relative; }
.idea_content{width:800px; position:absolute; border:2px solid #5994b6; background-color:#fff; top:240px; left:200px; padding:10px;}
.kf_mm_talk{width:100%; display:block;width:785px; margin:50px auto 15px auto; }
.tip_idea{line-height:25px; width:640px; background-color:#ffd2d2; padding:10px; color:#555; float:left; margin-left:15px; position:relative; color:#483c3c; }
.tip_idea .jt{color:#ffd2d2; font-size:55px;left:-13px;position:absolute;top:45px;}
.tip_idea p{text-indent:20px;}
.kf_mm_talk img{height:110px; width:110px; float:left;}

/**game**/
.game_nav{background:#fff; border-top:1px solid #ddd;}
.game_nav .active > a,.active > a, .game_nav  > .active > a:hover{background:#fff;}
.game_nav > li > a:hover, .game_nav > li > a:focus{background:#0099cc; color:#fff; border-radius:0px;}
.create-review{margin-bottom:15px;}
.user_navs_1 .active > a{background:#0099cc; color:#fff; border-radius:0px;}
.conter_nr .mediumListIconTextItem p a,conter_nr .mediumListIconTextItem {color:#888;}

/**accordion-inner**/
.accordion{margin-top:15px;} 
.accordion-inner{color:#999; font-size:12px;}
.hot-tiezi .pull-right.muted{font-size:12px;}

/****/
.pro_box{background:#f6fbfe url(/static/img/pro_top.jpg) center top no-repeat; }
.pro_box .pro_top_head{margin-left:30px; margin-top:15px;}
.pro_box .pro_top_head img.user-face{width:100px; height:100px; padding:2px; border:1px solid #ced0cf;}
.pro_box .side-unit{ padding-top:0px;}

/**game_xx**/
.youxi-info{margin-bottom:20px;}
.game-info-c1{width:150px; float:left;  margin-right:30px;}
.game-info-c1 .game-avatar {background:none repeat scroll 0 0 #FFFFFF;border:1px solid #DCDCDC;border-radius:18px;box-shadow:0 0 2px #DCDCDC;display:block;height:124px;padding:5px;width:124px;}
.game-info-c1 .game-avatar .avatar {border-radius:16px;display:block;height:124px;width:124px;}

.vote-box {margin-top:10px; padding-left:10px;}
.vote-box a{display:block; height:35px; width:65px; border-radius:4px;   padding:5px;padding-left:45px; margin-bottom:10px;}
.vote-box .fun-box {border:1px solid #febe22; background:url(/static/img/vote-box-1.png) 5px 8px no-repeat; }
.vote-box .no-fun-box {border:1px solid #7fc039; background:url(/static/img/vote-box.png) 5px 8px no-repeat; }
.vote-box span {color:#5F5F5F;display:block;font-size:14px;line-height:18px;}
.game-info-c2 {float:left; width:680px;}
.game-info-c2 .game_h2 {color:#000000; font-size:18px;font-weight:bold;}
.info-list{overflow:hidden;}
.info-list li{margin-bottom:5px; line-height:25px;} 
.info-list .item {color:#009EE8; float:left;font-size:14px;height:30px;line-height:30px;overflow:hidden; text-overflow:ellipsis;white-space:nowrap; width:49.9%;}
.info-list .up {color:#333333;}
.info-list .item-2 {width:100%;}
.info-list .info-tit {color:#666666;}
.up .android_icon,.up .ios_icon{padding:0px 10px;}
.download-wrap-item1, .download-wrap-item2 {float:left; min-height:50px;width:150px;}
.download-wrap-item1 {margin-right:102px;}
.bt-download1, .bt-download1-disabled, .bt-download2, .bt-download2-disabled {background:url(/static/img/sprite0913.png);display:block;height:50px; width:150px;}
.bt-download1 {background-position:0 0;}
.bt-download1:hover {background-position:0 -73px;}
.bt-download2 {background-position:-170px 0;}
.bt-download2:hover {background-position:-170px -73px;}
.bt-download1-disabled{background-position:0 -149px;}
.bt-download1-disabled:hover, .bt-download2-disabled:hover{background-position:0 -216px;}
.bt-download2-disabled{background-position:-170px -149px;}
.download-item2 {position:relative;}
.download-list-box {width:400px; background-color:#FFFDEA; border:1px solid #CCCCCC; border-radius:4px;display:none;margin:0px 0 0 -147px;padding:12px 20px 12px 23px;position:absolute; z-index:100; min-height:127px;}
.info_bb p.p1{border-bottom:1px dotted #D9D9D9 ; }
.download-list-box .arrow {cursor:default;margin:-20px 0 0 165px; position:absolute; width:22px;}
.download-list-box .arrow-c2 {color:#FFFDEA;margin:-11px 0 0;}
.download-list-box .arrow * {display:block; font-family:"SimSun"; font-size:12px; font-style:normal; height:12px;line-height:1.231; overflow:hidden;}
.download-list-box .arrow-c1 {color:#CCCCCC;}
.download-list-box .info_bb{width:310px;}
.download-list-box .info_bb p{padding-bottom:10px; font-size:12px;}
.cont-msg-box{border-bottom:1px dotted #D9D9D9 ; padding:20px 0px 20px 0px;}
.cont-head{margin-right:20px;}
.msg-cont-info{width:730px;}
.tit-msg{margin-bottom:10px;}
.tit-msg .time ,.tit-msg small{color:#B8B8B8; margin-left:10px;}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline{margin-left:0px;}

.tit_head{height:25px;line-height:25px;margin-bottom:15px; }
.tit_head h3 {color:#767575;font-size:18px;text-align:left;}
.form-horizontal{color:#999;}
.weixin_gz_box{margin-top:0px; margin-left:20px;}
.weixin_gz_box .dt{background:url(/static/img/wx_gg.jpg) no-repeat; width:530px; height:275px; display:block; }
.weixin_gz_box dd{list-style-type:disc;}
.weixin_gz_box ul{margin-left:0px; }
.weixin_gz_box ul li{list-style-type:disc; margin-bottom:15px; padding-left:20px;}

/**youshi**/
h2.youshi{position:relative; line-height:50px;}
h2.youshi span {
/*bottom:-5px;*/display:block;font-size:22px; margin-bottom:2px;
  /*  position:absolute;*/width:24.5em;}
.mode_box{margin-left:0px;  margin-top:24px; font-size:15px;}
.mode_box li{float:left; width:260px; margin-right:30px; margin-bottom:20px; height:90px; overflow:hidden;}
.mode_box li div{float:left; width:165px;}
.mode_box li img{float:left; margin-right:15px;}
.mode_box li p{font-size:12px; color:#999;}
.mode_box li h3{font-size:16px; font-weight:bold; }
.mode_box2{width:570px; float:right;}
.hot_lebel{margin-bottom:15px;}
.hot_lebel a{display:block; margin-right:15px; float:left; white-space:normal; margin-bottom:10px;}

/**tuiguangyuan**/
.tm_black{position:absolute; top:0%; left:0%; width:100%; height:100%; background-color:black; z-index:1050; -moz-opacity:0.7; opacity:.70; filter:alpha(opacity=70);}
.tgy_box{width:629px; position:absolute; top:15%; left:33%; z-index:9999;}
.tgy_img_bg{background:url(/static/img/tgy_img.png) no-repeat; height:303px; position:relative;}
.box_close{height:31px; width:31px; background:url(/static/img/b_cs.png) no-repeat; position:absolute; right:0px; cursor:pointer; top:15px;}
.tgy_btn_box{width:302px; height:70px; margin:20px auto 0px auto;}
.tgy_btn_box a{background:url(/static/img/tgy_btn.png) no-repeat; display:block; width:302px; height:70px;}
.pr_li{position:relative; z-index:99;}
.tip_tgy_box{width:290px; position:absolute; top:-212px; left:-31px; z-index:-1;}
.tip_tgy{background:url(/static/img/tgy_img2.png) no-repeat; height:255px;}
.jl_tip{text-align:center; font-size:16px; background:url(/static/img/jinbi1.png) right center no-repeat; width:385px; margin:10px auto; height:40px; line-height:40px;}
.jl_tip a{text-decoration:underline;}

/**game_biaodan**/
.game_ss_form{}
.game_ss_form h2{color:#22a5ff; font-size:18px; margin-bottom:10px; font-weight:bold;}
.form-inline input[type="text"]{min-width:50px;}

.nav-header{color:#6d6d6d;}
.cz_icon{width:40px; height:40px; margin-right:5px;}

.table-striped td a{color:#08c;} 
.table-striped td a.btn-success,.table-striped td a.btn-info,.table-striped td a.btn-warning{color:#fff;}

.inviter_tips{background-color:black;  -moz-opacity:0.7; opacity:.70; filter:alpha(opacity=70); }

/**login**/
.login-nr {margin-right:8px;padding-right:8px;}
.form-horizontal#login, .form-horizontal#login2 {margin-left:0px;}
.form-horizontal#login .control-group {margin-bottom:2px;}
.form-horizontal#login .controls {margin-left:60px;}
.form-horizontal#login .control-label {width:50px;margin-right:4px; margin-top:5px;}
.form-horizontal#login2 .control-group {margin-bottom:2px;}
.form-horizontal#login2 .controls {margin-left:60px;}
.form-horizontal#login2 .control-label {width:50px;margin-right:4px;margin-top:5px;}
.modal>.login_box{width:590px;}
.login_box .other-login h5{margin-bottom:15px;}

.tip_aq{background:#e5f5ff; color:#4d4d4d; padding:10px 10px 2px 10px; border:1px solid #cbd7e3; margin-bottom:10px;}

.bbs_main .span9{margin-left:0px;}

.mess1_list{}
.mess1_list li{border-bottom:1px dashed #efefef; line-height:35px; padding-left:20px;}

.s_biaoq{background:url(/static/img/biaoq.png) no-repeat; height:150px; width:90px; margin:0 auto; margin-bottom:15px;}
.btn_again2{background:#2b8d08;color:#fff;display:block;font-size:16px;height:35px;margin:10px auto;width:100px;}
.btn_again2:hover{color:#fff;}
.questionForm p label{margin-bottom:15px; color:#666;}
.questionForm p label:hover{color:#fd551a;}

.user_pic{width:60px; height:60px;}
.l_new{background:url(/static/img/n_2.gif) bottom  right no-repeat; padding-left:40px; font-size:13px;}

.yq_left .add-on{background:none; border:0px; margin-top:2px; }
.yq_left h2{font-size:18px; font-weight:normal;}
.yq_box_info{border:3px solid #777; padding:30px 0px; margin-top:40px; border:3px solid rgba(0,153,204,0.5);} 
.header h1{font-size:25px; margin-top:30px; font-weight:bold; float:left;}

/*weixinshaomiao*/
.wbanner_top{background:url(/static/img/gzwx/w_top.jpg) no-repeat center center; height:672px; display:block;}
.gz_fs1{background-color:#ffc000;}
.gz_fs2{background-color:#70d7ba;}
.gz_fs1 .container{background:url(/static/img/gzwx/w_fs1.jpg) center center no-repeat; display:block;height:560px; }
.gz_fs2 .container{background:url(/static/img/gzwx/w_fs2.jpg) center center no-repeat; display:block;height:500px; }

.news-nr-list img.game-face1{height:120px; width:120px; margin-right:20px;}
.pctab2 {height:40px;margin:0px 0 0 33px;}
.pctab2 li {cursor:pointer;float:left;font-size:16px;line-height:40px;text-align:center;width:100px;}
.pctab2 li.on {background:#ffaa1c;color:#fff;}
.pctab2 li.on a{color:#fff;}
/***tuiguangyuanhoutai***/
.adtip{background: #f4fafd;
border-bottom:1px solid #fff; padding:5px 15px;}
.adtip .tip p{font-size:14px;
line-height:22px;}
.adtip .tip p span{
font-size:14px;
font-weight:bold;
padding:0 5px;}
.ad_jues{ margin-top:20px;}
.adtip .tg_dj i{display: inline-block;
    height:30px;
    margin: -5px 5px 0;
    vertical-align: middle;
    width:30px;}
.tg_djsm{ background:url(/static/img/tgych/tgy_img.png) no-repeat; text-align:center; width:770px;}
.tg_djsm .tg_a_th{ height:100px;}
.tg_djsm td{ width:80px;}
.adtip .tg_dj i.tg_xinshou{ background:url(/static/img/tgych/xiao_tg.png) -5px 0px no-repeat; }
.adtip .tg_dj i.tg_tongpai{ background:url(/static/img/tgych/xiao_tg.png) -52px 0px no-repeat; }
.adtip .tg_dj i.tg_jinpai{ background:url(/static/img/tgych/xiao_tg.png) -152px 0px no-repeat; }
.adtip .tg_dj i.tg_yinpai{ background:url(/static/img/tgych/xiao_tg.png) -102px 0px no-repeat; }
.adtip .tg_dj i.tg_zuans{ background:url(/static/img/tgych/xiao_tg.png) -250px 0px no-repeat; }
.adtip .tg_dj i.tg_bojin{ background:url(/static/img/tgych/xiao_tg.png) -200px 0px no-repeat; }
.ht_tg_icon{}
.ad_jues h2{ font-size:18px; margin-bottom:15px;}
.tgy_ch{ width:60px; height:60px;}
.scordeti {}
.scordeti ul{margin-left:0px;}
.scordeti ul li h3{background:none repeat scroll 0 0 #EFEFEF;
color:#666666;
font-size:14px;
font-weight:bold;
height:40px;
line-height:40px;
text-align:center;}
.scordeti ul li{border:1px solid #DDDDDD;float:left;height:140px;margin-right:30px;margin-top:28px;width:155px;}
.scordeti ul li p{font-size:30px;height:90px;line-height:90px;text-align:center;}
.ywc{color:#76bd42;}
.wwc{color:#f3a056;}
.ycd{color:#db6969;}
.adv{background:#FFEDBB;border:1px solid #DCC074;height:40px;line-height:40px;margin-right:20px;margin-top:20px;padding:0 16px;width:450px;}
.time{font-size:12px;}
.tg_title {font-size:16px; margin-bottom:10px; margin-top:20px; background:url(/static/img/jinbi1.png) no-repeat; padding-left:40px; padding-bottom:10px;height:35px;line-height:35px;}
.tabCot {width:100%; margin-bottom:25px; text-align:center;}
.tabCot th{background:#f1f1f1; height:35px; line-height:35px; border-left:1px solid #fff;}
.tabCot td{height:30px; border-bottom:1px dashed #999;}

.gonglue_top{background:url(/static/img/img/top.jpg) center center no-repeat; height:330px; }
.gonglue_top .container{position:relative; height:330px;}
.gonglue_top .input_box{position:absolute; bottom:40px; right:0px;}
.gonglue_box .span9{margin-left:0px; }
.gonglue_nav{border:1px solid #e6e6e6; margin-bottom:15px;}
.gonglue_nav ul{margin-left:0px;}
.gonglue_nav .pctab2 li{border-right:1px solid #e6e6e6;}
.gonglue_app .unstyled{margin-top:20px;}
.gonglue_app .user_pic{width:80px; height:80px;}
.gonglue_app .unstyled li{float:left; margin-right:10px; text-align:center;}
.gonglue_nav .btn_bbs{background:#0099cc; display:block; height:40px; line-height:40px; color:#fff; padding:0 10px;}

.tp_btn {border:1px solid #f0f0f0;bottom:-1px;cursor:pointer;height:36px;padding-left:14px;position:absolute;right:0;width:128px;z-index:10;}
.tp_btn p {color:#2b2b2b;float:left;font-size:18px;line-height:36px;}
i.tp_pic {background:url(/static/img/img/tips.png) no-repeat;display:inline-block;float:left;height:18px;margin:10px 6px 0 0;vertical-align:middle;width:19px;}
i.tp_icon {background:url(/static/img/img/tips.png) -31px 0px no-repeat;display:inline-block;float:left;height:7px;margin:15px 0 0 6px;vertical-align:middle;width:13px;}
.tp_ewm {background:#fff;border:1px solid #f0f0f0;bottom:-144px;height:142px;position:absolute;right:-1px;width:464px; display:none;}

.tEtext {border-right:1px solid #f0f0f0; text-align:left;height:131px;padding:12px 16px 0;width:289px;}
.tEtext span {color:#2b2b2b;display:inline-block;font-size:14px;line-height:24px;padding:0;position:relative;}
.tEtext .b {font-size:24px;font-weight:bold;height:45px;line-height:45px;}
.tEpic {height:120px;padding:11px;width:120px;}
.tEpic img {display:block;height:120px;width:120px;}
.news-commen{background:#fff;border:1px solid #d7d7d7;padding:20px 24px;}
.news-commen .content-news{font-size:18px;}
.brief-box {background:#ecf3f9;color:#414d5b; font-size:16px;line-height:26px; margin-bottom:18px;overflow:hidden;padding:18px 50px;position:relative;}
.brief-box .dot-1, .brief-box .dot-2 {background:url(/static/img/img/sprite-trans2.png) no-repeat ;height:31px; position:absolute; width:35px;}
.brief-box .dot-1 {background-position:0px 0px;left:0; top:0;}
.brief-box .dot-2 {background-position:-50px 0px; bottom:27px;right:0;}

.download-inviter-file{margin-bottom:10px;} 
.tg-app{margin-left:0px;}  
.tg-app-box {background:#fff;border-radius:2px;box-shadow:0 1px 2px #ddd;display:block;margin:0 0 14px;position:relative; padding:20px; margin-bottom:20px; }
.tg_img_box{width:660px; float:right; border:1px solid #e5e5e5; height:350px;}
.tg_img_box ul{margin-left:0px;}
.tg_img_box ul li{margin:5px 8px; float:left; }
.tg_img_box ul li img{max-height:340px;}
.gmtg_info_box{}
.gmtg_info_box .game-face{width:100px; height:100px;}
.gmtg_info_box .tg_text{margin-left:10px; float:left; width:340px; font-size:13px;}
.tg_text strong{margin-bottom:10px; display:block; font-size:16px;}
.tg_text .tg_down .btn{margin-left:0px; margin-right:10px;}

.ht_content{ line-height:34px; font-size:16px;  } 
.ht_content h2{color:#333; text-align:center; padding-bottom:25px;}
.ht_content p{ text-indent:2em;}

/***pmt-form-horizontal***/
.pmt-form-horizontal .control-label{ text-align:left;}
.pmt-form-horizontal .control-group input[type="text"],.pmt-form-horizontal .control-group input[type="password"], .pmt-form-horizontal .control-group input[type="email"],.pmt-form-horizontal .control-group input[type="number"], .pmt-form-horizontal .control-group input[type="tel"],.pmt-form-horizontal .control-group input[type="url"],.pmt-form-horizontal .control-group input[type="search"],.pmt-form-horizontal .control-group textarea{ border:1px solid #dedede; border-radius:5px;}
.btn-group{ margin-left:20px; }
.btn-group .btn-default { background:#f1f1f1;}
.btn-group .active{ background:#0099cc; color:#fff;}

.tip_youke{ border:1px solid #e8e8e8; }
.tip_youke  a { color:#fe7531;}

/**gamelogin**/
.gm_account{ padding: 100px 0px;margin:0px  auto; }
.gm_account .gm_longin { margin:0px  auto; width: 800px; height:500px; background:#fff; padding-top:0px; border:1px solid #d9d9d9;}
.gm_account .gm_longin h2{ padding:20px; color:#fff; background:#0099cc;  font-size: 24px; text-align:center;}
.gm_edit{ width: 500px; margin: 0 auto; }
.gm_xuanz{ text-align: center; padding: 25px 0px;}
.gm_xuanz button{ width: 30%; line-height: 50px; background:#fff; font-family: "微软雅黑"; font-size: 18px;}
.gm_xuanz button.gm_btn{ border-bottom:4px solid #efefef; color:#efefef; }
.gm_xuanz button.active{ border-bottom:4px solid #59b0de; color:#59b0de;}
.gm_edit  input[type="text"], .gm_edit input[type="password"]{ font-family:"微软雅黑" ; font-size: 16px;display: block; width:90%;height: 55px; line-height: 55px; border: 0px; border-bottom:1px solid #d0d0d0; box-shadow:none; }
.gm_edit img{ width: 35px; height: 35px; margin-top: 15px;} 
.gm_edit input:focus:invalid:focus, .gm_edit textarea:focus:invalid:focus, .gm_edit select:focus:invalid:focus{  border-color:#f1f1f1;  box-shadow:none;}
.gm_edit  .gasj_btn{ width: 100%;  line-height: 55px; margin:50px 0px 0px 0;}
.login_tip_game{ padding:50px; font-size: 20px; text-align: center; line-height: 32px;}
.login_tip_game > a{ display: block; color:#0099cc;}

.apply_hb{width: 140px;height: 172px;margin: 15px auto;position: relative;}
.apply_hb img{width: 140px;height: 172px;}
.hb_money{ font-size: 25px; color:#ffef3c;position:absolute;top:37%; left:30%; line-height: 28px;}
.msg-tip{ font-size: 18px;text-align:center; line-height: 28px; padding-bottom: 20px;}

.cps_hb_tip{ }
.cps_hb_tip img{width: 70px; height: 70px;position:absolute; top:12px; left:240px;}

/**tab**/
.table-bordered{ border-radius: 0px;}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child{border-radius: 0px; }
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child{border-radius: 0px;}
.well{border-radius:0px;box-shadow:0 0 0; background:#fff;padding-top:0px;border:0px; }
.well li a{ border-left:4px #fff solid;}
.well li{ margin-left: 15px;padding-top:10px; padding-bottom: 10px;border-bottom:1px solid #f7f7f7;}
.course .content{ display: none;}

.well > .active > a, .well > .active > a:hover{ border-left:4px #0099cc solid; background: #fff; color:#0099cc;text-shadow:0 0 0 ;}
.well > li > a:hover, .well > li > a:focus {border-left:4px #0099cc solid; background: #fff;}
.well li.nav-header{font-size: 16px; font-weight: normal; cursor: pointer}
.course{margin: 0px; padding: 0px; background:#f4f4f4; border: 1px solid #e1e1e1;}
.course dl{ margin: 0px; padding: 0px; border:0;}
.course dt.nav-header{ border-bottom: 1px solid #ebebeb; padding:14px 15px;font-size: 16px; font-weight: normal; cursor: pointer}
.course dt.nav-header .i-arrow {color: #bbb;float: right;font-family:Verdana;}
.course dd{ margin-left: 0px; }
.table {border:1px solid  #dbdbdb; border-right:0;}
.table th, .table td{border-right:1px solid  #dbdbdb; max-width: 200px;min-height: 45px; }
.table thead th{ color:#555; padding: 12px 8px ; background:#f9f9f9;}

.tab_btn{border-bottom: 1px solid #d8d8d8;  box-sizing:padding-box; height: 36px;padding-top:0;text-align:center;width:98%; margin-bottom:15px;}
.main_dial_tabs{ font-size:15px; font-weight:bold;}
.main_dial_tabs > li{height:30px;
    border-bottom: 5px solid #d6d6d6;
    cursor: pointer;
    display: inline-block; margin-right:15px;
    padding-top: 1px;
    width: 104px; position:static;
}
.main_dial_tabs > li.active{border-bottom: 5px solid #59b0de; color:#59b0de;}







.askphone{

  background: #585d6a;
  padding: 10px 0;
}
.askphone .box{
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.askphone .box img{
  vertical-align: middle;
  margin-right: 5px;
}
.askphone .box p{
  color: #fff;
  font-size: 20px;
  font-family: "微软雅黑";
}
.askphone .box p a{
  color: #ffc600;
}
/*footer*/
#footer{
  background: url(images/slash.jpg);
  padding: 25px 0 20px;
}
#footer .box{
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: auto;
  zoom: 1;
}
#footer .box .left{
  float: left;
  zoom:1;
}
#footer .left li{
  float: left;
  padding-right: 30px;
}
#footer .left li:nth-child(2n+1){
  border-right: 1px solid #878787;
  margin-right: 30px;
  display: inline;
}
#footer .right{
  float: right;
}
#footer .right ul{
  overflow: auto;
  zoom:1;
}
#footer .right li{
  float: left;
  display: inline;
  margin: 0 10px;
}
#footer .right li a{
  display: block;
  color: #565656;
  font-size: 14px;
  padding: 5px 10px;
}
#footer .right li a:hover{
  background: #fff;
  color: #000;
  border-radius: 10px;
}
#footer .copy{
  color: #565656;
  line-height: 25px;
  margin: 10px 0 0 20px;
}