
/*???*/
.children-center{
	text-align: center;
}
.children-center > *{
	text-align: left;
	margin: auto;
}
.margin-auto{
	margin:auto;
}
.hide {
    display: none;
}
.full{
	width:100%;
}
h1.text-error{
	color:#fc0303;
}
.overlay{
	display: block;
	position: fixed; 
	z-index: 999;
	background-color:rgba(1,1,1,0.5);
	text-align: center;
	color:white;
}
.overlay > .msg{
	display: block;
	margin:auto;
}
/*end*/
.s_t{ font-size:12px; color:#999;}
/* btn group */
.btn-group .btn.dropdown-toggle{
	width:100%;
	line-height: 30px;
	height: 30px;
}
.btn-group.open .btn.dropdown-toggle { 
    background-color: #E6E6E6;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0 none;
}
.btn-group .btn.dropdown-toggle{
	padding:10px 0;
} 
.btn-group > .btn {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    border-radius: 0 0 0 0;
    position: relative;
}
.btn-group > .btn:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}
.open > .dropdown-menu {
    display: block;
}
.btn-group > .dropdown-toggle + .dropdown-menu{
	width:100%;
}
.btn-group > ul.dropdown-menu > li{
	height:50px;
	line-height:50px;
}
.btn-group > ul.dropdown-menu > li > a:hover{
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 50px;
    padding:1 0px  20px;
    white-space: nowrap;
}

.btn .caret {
    margin-left: 0;
    margin-top: 14px;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}
/* end */

.comment_area{
	font-size: 14px;
	color: #a7a6a6;
	line-height: 18px;
	width:99%;
	border:1px solid #d4d4d4;
	padding:2px;
}

span.divider {
	height: 10px;
	line-height: 10px;
	padding: 0;
}

.btn.active {
	background:#FE8710;
	color:#fff;
}

.btn { border-radius: 0.3em;
    color: #ffffff;  font-family:"微软雅黑";
    display: block;
    padding: 0.68em  0em; 
    text-align: center;
    width: 13em;
	background-color: #9b9b9b;
	border:0;
}

img.user-face{
	background: url('/static/img/user-face.jpg') no-repeat ;
	background-size: 100%;
	display: block;
}
img.game-face{
	background: url('/static/img/game-face.png') no-repeat ;
	background-size: 100%;
	display: block;
}

/***************************metro******************************/

.muted{
	color:#999999;
}
.text-warning{
	color:#FF6702;
}
.text-success {
    color:#72b127;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.span8{
	width: 80%;
}
.input-append{
	border:1px solid #999999;
	background-color:#FFFFFF;
}
hr{ border-top:1px solid #fff; border-bootom:1px solid #e2e2e2;}

.input-append > input[type="text"]{
	border: 1px solid #B4B4B4;
	text-indent: 10px;
	width:80%; 
}
.input-append > button, .input-append > .btn{
	border:0px;
	background-color:#FFFFFF;
	height: 28px;
    line-height: 28px;
}
.larg{
	font-weight: 600
}

.inline-block{
	display: inline-block;
}

.absolute{
	position: absolute;
}
.right0{
	right:0px;
}
.left0{
	left:0px;
}
.top0{
	top:0px;
}
.bottom0{
	bottom: 0px;
}
.font-weight6{
	font-weight: 600; 
}
.btn-primary-act{
	border:0px;
	padding-left:18px;
	padding-right:18px;
	height:28px;
	line-height: 28px;
	display: inline-block;
}
.btn-primary-act:active, .btn-primary-act:hover, .btn-primary-act.active{
	background-color:#2D2D2D;
	color:#FFFFFF;
}

.breadcrumb {
    list-style: none outside none;
    margin:0px;
    padding:0px;
}

.breadcrumb > li { font-size:14px;
    display: inline-block; color:#ccc; 
}
.breadcrumb > li > .divider {
	border:0px;
    color: #ccc;
    padding: 0 5px;
}
.login_box_1 .breadcrumb{ padding:10px 0px 5px 0px; background:none; }
.login_box_1 .breadcrumb p{ margin:10px 0px;}
/***************************end of metro******************************/


select, input[type="file"]{ height:25px;}
.hot-text{ width:90%;}


/**news 摘要**/
.news-nr-list{ border-bottom:1px solid #D2D2D2;  padding:0.5em; text-align: left; background:#fff;}
.news-nr-list .nrPic{ float:right; width:90px; height:120px; margin-left:10px; }
.news-nr-list h3.mxzxItem{ font:1.2em/1.2 "微软雅黑","黑体"; margin-bottom:5px; height:35px; overflow:hidden; line-height:35px;}
.newsInfo {
    color: #999999; padding-bottom:0.5em;
}
.newsInfo .date{font-size:1.2em; }
.news-nr-list .nrP { margin-bottom: 10px; color:#acacac; word-break: break-all; word-wrap:break-word; }
.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{ padding-top:20px;}
.news-commen h1 {font-family: '微软雅黑'; font-size: 20px;padding-bottom: 16px; text-align:center;}
.news-commen .hd{ border-bottom: 1px dotted #DBDBDB;}
.content-news{ padding:10px 5px;font-size:16px; line-height:28px; color:#555; min-height:200px;} 
.content-news p{ text-indent:20px;word-break: break-all; word-wrap:break-word;}
.content-news p img{ text-align:center;}
.breadcrumb-b{ border-top:1px dashed #DBDBDB; padding:0.8em 0em;}
.news-commen .hot-tiezi li{ border-bottom:0;}
.news-commen .hot-tiezi li a{ color:#555;} 
.news-commen .hot-tiezi li a:hover{color:#2D2D2D;}
.game-info-hd p{ margin-bottom:0px; }
.icon-comment{ color:#999;}

.news_type{ background:#fbd03c; font-size:12px; padding:2px; margin-right:10px; color:#fff;}

.pl_input{}
.container .pl_input h2{ margin-bottom:10px; margin-top:10px; font-size:18px; border-bottom:1px solid #d6d6d6; border-top:1px solid #d6d6d6; height:35px; line-height:35px; font-weight:bold; }
textarea.pl_content{ height: 2.39em;  box-shadow:none; vertical-align:middle; width:72.5%; margin-top:0px;/**border-radius:4px 0px 0px 4px;**/}
button.pl_sub{ vertical-align:middle; width:27%;text-align:center; min-height:3.0em ; font-family:"微软雅黑";/**border-radius:0px 4px 4px 0px;**/ border-radius:0px;padding: 0px; margin-top: 0.5em; } 
.ask_list{ margin-bottom:10px; margin-bottom:10px; line-height:28px;}
.create-review{ margin-bottom:10px;}
.ask_list .media-body{ background:#fefefe; border:1px dashed #ccc; padding:10px; margin:5px 10px; line-height:24px;}
.ask_list .media-body h4{ font-size:14px; border-bottom:1px solid #bebebe;}
.edit-bar { padding:5px 0 ; }
.edit-bar a{ margin-left:20px;}
.go_group{ padding:10px 0px;}
.group_cy{ font-size:14px;}

.group_tiezi_box { text-align: left;}
.group_tiezi_box .topic_hot_tit{background:#fff;   margin-top: 0;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);}
.topic_tiezi_list{ margin-top: 0.5em;}
.topic_tiezi_list .topic_hot_tit div{max-height:56px; overflow:hidden; }
.topic_tiezi_list .topic_hot_tit a{color:#202020; border-bottom:1px dotted #bbb; padding: 0.5em; display: block;}
.topic_tiezi_list .hot_zd{ background:#C00; color:#fff; font-size:12px; padding:2px; border-radius:4px; margin-right:5px;}
.topic_tiezi_list .topic_tz1{background:#fff; border:1px solid #e6e6e6;margin-top:15px; margin-bottom:10px;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
box-shadow:02px 2px rgba(0, 0, 0, 0.1);}
.topic_tz1 {}
.tiezi_comn{ margin-bottom:0.5em; padding:0.5em;}
.topic_tz1 .tiezi_comn h2{ font-size:1.2em; height:1.2em; line-height:1.2em; overflow:hidden; margin-bottom: 0.8em;}
.topic_tz1 .tiezi_nr{ color:#999;  overflow:hidden; height: 2.5em; }
.talk-bar{ border-top:1px solid #eee; background:#f6f6f6; min-height:30px; padding:0px 0px 0px 10px; height:auto; }
span.time_span,span.head_span,span.talk_span{ font-size:12px; color:#999; margin-right:10px; line-height:30px; padding-left:30px; height: 30px; overflow:hidden; max-width: 80px;}
span.time_span{ background:url(/static/img/mb_img/time_icon.png) center left no-repeat;}
span.head_span{ background:url(/static/img/mb_img/head_icon.png) center left no-repeat;}
span.talk_span{ background:url(/static/img/mb_img/talk_icon.png) center left no-repeat;}


/**帖子详细**/
.tz_content{ word-break: break-all; word-wrap:break-word;text-align: left;  line-height: 1.5em;background:#fff; overflow: hidden;} 
table{ max-width: 100%;word-break: break-all; word-wrap:break-word; }
.tz_top_tit h1{ font-size:18px; margin-bottom:5px; padding:10px;}
.tz_top_tit{ background:#FFF; position:relative; }
.tz_type{ background-color:#f7f7f7; color:#fff; padding:0.8em; text-align: left; border-botoom:1px solid #dadada;}
.tz_type a{ display: block;}
.topic-content strong, .topic-content h2{ font-size:15px; font-weight:normal;}
.louzhu{ position:relative;background:#fff; padding: 0.6em;}
.tit_louzhu{ font-size: 1.2em; line-height: 1.2em;margin-bottom: 0.6em;}
.tit_louzhu .icon-comment{ font-size: 1.0em; }
.info_time .louzhu_user{ width: 2.3em; height: 2.3em; margin-right: 10px; position: relative;}
.info_time .louzhu_user img{width: 2.3em; height: 2.3em;border-radius:1.5em; vertical-align: middle;}
.level_d{ background:#8dc027; bottom: 0;color:#fff;position: absolute;   line-height:0.8em;font-size: 0.8em;  min-width: 0.5em;left: 0;   position: absolute; padding: 1px;}
.louzhu_icon{   background-color: #f2b100;
    border-radius: 0.3em 0 0 0.3em;
    color: #fff;
    height: 1.2em;
    line-height: 1.2em;
    padding: 0.1em 0.3em;
    position: absolute;
    right: 0; }
.lz_tz_content { margin-top: 1.3em; line-height: 1.8em;overflow: hidden;}
.reply_box{ background:#fff; border-bottom:1px solid #ececec; padding: 0.5em; } 
.reply_box2{ background:rgba(255, 255, 255, 0.6); position: fixed; z-index: 9999; bottom:0px; width: 100%; max-width:720px;  height:4.32em;  text-align: center;} 

/**充值返利**/
.pay_fanl{line-height:28px; border-top:1px dashed #edc48b; padding:10px;}
.pay_fanl h3{ font-size:15px; font-weight:bold; color:#b89257;} 
.pay_fanl .xx_gz{ font-size:15px; color:#b69057;}
.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:200px; background:url(/static/img/mb_img/invite.jpg) center top no-repeat; background-size:100%;}
.invite_fangs{margin:10px auto; padding-bottom:0px; font-size:14px; overflow:hidden; text-align:left; padding: 0.6em;}
.invite_fangs .fangs_box1{ padding:0px 10px;}
.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:45px; vertical-align:middle; line-height:45px; 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) 20px center no-repeat; background-size:70%; height:190px; width:420px;min-width:320px; max-width:420px;}
.invite_sqtgr{ padding:20px 10px; font-size:18px; line-height:25px; color:#b89257; float:right; width:350px; margin:0 auto; text-align:right}
.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;}

/***底部按钮***/
.footer-mfzx {
    border-bottom: 2px solid #d4d4d4;
    padding: 1.22em 0;
    text-align: center;
}
.footer-mfzx span {
    display: block;
    float: left;
    height: 2.37em;
    line-height: 2.37em;
    text-align: right;
    width: 33%;
}
.dianhua {
    border: 1px solid #d4d4d4;
    border-radius:0.4em;
    float: left;
    height: 2.37em;
    line-height: 2.37em;
    padding: 0 0.5em;
    text-align: left; margin-left: 0.5em;
}
.dianhua img {
    height: 1.76em;
    position: relative;
    top: 0.4em;
    width: 1.76em;
}
.dianhua em a {
    color: #0385d9;
    font-family: "微软雅黑";
}
.footer-oper{ clear:both;    padding: 1em 0;}
.footer-oper li {
    border-right: 1px solid #d4d4d4;
    display: inline-block;
    padding: 0 2%;
}
.footer-copy {
    color: #666;
    font-size: 0.89em;
    padding: 0em  0.2em 4.5em 0.2em;
}
.go-page-home{ border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb; padding:8px 5px; margin-top:10px;}


.exclusive_box .tip_e{  color: #F3B803;
    font-size:18px;
    line-height:18px;
    margin-bottom:20px;
    text-align: center;}
.exclusive_box .kefu_info{width:70%; float:left; line-height:30px; padding:20px; text-align:left;}
.box_kefu{margin:0 auto;font-size:18px; width:80%; }
.box_kefu .kefu_head{ background-color:#fff; padding:5px; margin-top:20px; width:150px; height:150px; }
.btn_dzh{display:block; width:60%; height:45px; }


/**vip**/
.vip_con{text-align: left; padding: 0.5em;}
.vip_info h3.vip_title{ margin-bottom:0.5em; }
.vip_info{ margin-top: 0.8em;}
.vip_con table { font-size:14px; text-align: center; }
.vip_con table th{ background:#ebebeb;}
.vip_con table td{ height:35px; text-align:center; border-bottom:1px dashed #e1e0e0;}
.lv_icon{ background:url(/static/img/mb_img/lv_1.jpg) no-repeat; font:bold 11px/14px Tahoma; width:15px; height:14px; margin:0 auto; color:#B14825; padding-left:22px; text-align:left;}

/**kefu**/
.kf-help,.common-question{background:#fff;  text-align:left; }
.question_s{ padding:0.6em;}
.zizhu-help{}
.zizhu-help li{ margin-bottom:10px;}
.zizhu-help .arrow{ display:block;}
.container .kf-help .libao_tit,.container .common-question .libao_tit { margin-bottom:0.5em; border-bottom:1px solid #CCC; padding-bottom:0.5em; padding-top: 0.5em;}
.container .kf-help .libao_tit a,.container .common-question .libao_tit a{ font-size: 0.8em;}
.kf-help h2 span,.common-question h2 span{ display:block; width:3px; float:left; background:#F60; height:15px;  vertical-align:middle; margin-right:5px;}
.lx_kf,.hot-tiezi{ padding:0.5em; font-size: 0.9em;}
.lx_kf p{ padding:5px 0px; border-bottom:1px dotted #bebebe;}
.h1_q{ color:#f5f800;}
.common-question h2{}
.accordion{ padding:0.6em; }
.accordion a{ border-bottom:1px dashed #ccc; overflow:hidden; display: block; line-height: 2.3em;  }
.question{background:#0b85db; color:#fff; padding: 0.8em 0.8em 0.2em 0.8em; font-size: 0.9em;}
.question h3 { margin-bottom: 0.2em; } 
.question p{ color:#c0e0f7; font-size: 0.8em;}
.a-common{ padding:10px 5px;}
.answer{ }
.answer li{border-bottom: 1px solid #d6d4d1;
    padding: 0.8em 0;}
.user-a .answer-tit{ background:#f7f7f7; height:25px; padding:5px; line-height:25px; color:#F90;}
.user-a .user-face{ border-radius: 1.7em; height: 1.5em;margin-right: 0.5em;width: 1.5em;}
.a-common{ line-height:25px; color:#666; padding:15px 0px; font-size:13px;}
.answer-tit img.user-face{ height:25px; width:25px; float:left; margin-right:10px;}
.kf-help .hot-tiezi li{ height:1.8em; overflow:hidden; line-height:1.8em;}


.tip_idea{ width:190px; line-height:25px; background-color:#ffd2d2; padding:10px; color:#555; float:left; margin-left:15px; position:relative; color:#483c3c; }
.tip_idea .jt{ color: #fff1de; font-size:35px;left:-9px;position: absolute;top:30px;}
.tip_idea p{ text-indent:20px;}
.kf_mm_talk img{ height:50px; width:50px; float:left;}
.add_radio{}
.add_radio label{ width:30%; font-size:14px; display:block; float:left; height:35px; text-align:left; padding-left:20px;}

.daifu_box{ font-size:14px;}
.difu_head{ float:left; text-align:center; margin-right:10px;}
.difu_head .user-face{ width:80px; height:80px; }
.daifu_right{ }
.alert{font-size:1em;margin:0 auto;top:0;padding: 10px 20px;}
.alert-error{background:#ffc4be;color:#F30;border:1px solid #F96;}
.alert-success{color:#fff;background-color: #01a31c;border-color: #018a01;}
.he_see{ margin-top:15px;}
.daifu_right .btn-success{ padding:5px; font-size:14px;}
.daifu_box .btn-primary{ padding:0px 5px; margin-right:10px; height:38px; line-height:38px;}

.u_icon{ background:url(/static/img/mb_img/u_icon.png) center left no-repeat; background-size:25px;}
.m_icon{ background:url(/static/img/mb_img/m_icon.jpg) center left no-repeat; background-size:25px;}
.login_btn{ margin:0.8em 0em;}
.login_btn a{ float: left;}
.login_btn .zhuce_btn{ width: 65%; margin-right: 5%; background:#72b127; color:#fff; }
.login_btn .mima_btn{ width: 30%; color:#fff; }

.forget_p{ margin-bottom:20px; font-size: 0.85em; }
{ width:96%; margin:15px 0;}
.l_40{ line-height:40px; }
.v_m{ vertical-align:middle;}
.d_inline{ display:inline-block;}

.mode_box{}
.mode_box li{ clear:both; margin-bottom:15px;}
.mode_box img{ float:left;}

/***推广者专区***/
.box_zone{ background:#d5eef6;}
.box_zone2{ background:#fff;}
.inviter_summary{font-size:15px; color:#b8b7b7; line-height:26px; margin-bottom:10px; }
.inviter_summary a.text-error{ color:#F90;}
.inviter_summary h2{ font-size:18px; color:#565656; margin-bottom:10px; }
.fc_bz{ }
.fc_bz li{ width: 50%; float: left; text-align:center;}
.btn_g_box{ margin:0.8em 0em;}
.btn_g_box a{ display:block; height:45px; line-height:45px; float:left;color:#fff; text-align:center; width:48%;}
.btn_g_box a.sq_tgr{background:#0090ff; margin-right: 4%;}
.btn_g_box a.tgz_r{ background:#98b800;}
.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;}
.inviter_summary table.tgy_c img{ width:72px; height:72px;}

.btn-success{
	background:#72b127;
	color:white;
}
.btn-warning{
	background: #ff6702;
	color:white;
}
.m_other_box{ margin-top:1.5em; text-align:center; border-top:1px dashed #d9d9d9; padding-top: 0.8em;}

/*  第三方登陆的       */
.other-login { margin-top:15px;
    list-style: none outside none;
	padding:0;zoom:0.8;
}
.other-login a { background-image:url(/static/img/mb_img/share_2.png?20150203001); background-color:#fff;
	background-repeat:no-repeat;
    display:inline-block;
    margin: 0 12px 0px 0px;
    height:69px;
    width:70px;
	padding:0px; border-radius:40px;;
}
.other-login a.hide{
	display: none;
}
.other-login li{ 
   display:inline;
  zoom:0.8;
}
.other-login a.sina {
    background-position: 0 -211px;
}
.other-login a.douban {
    background-position: 0 -96px;
}
.other-login a.renren {
    background-position: 0 -70px;
}
.other-login a.taobao {
    background-position: 0 0;
}
.other-login a.qq {
    background-position: 0 -141px;
}
.other-login a.tqq {
    background-position: 0 -281px;
}
.other-login a.wangyi {
    background-position: 0 -192px;
}
.other-login a.twitter {
    background-position: 0 -225px;
}
.other-login a.baidu {
    background-position: 0 -350px;
}
.other-login a.google {background-position: 0 -493px;}
.other-login a.facebook{background-position: 0 -421px;}
/*  第三方登陆  END */

em img.tzs_icon {
    margin-right: 0.1em;
    vertical-align: middle;
    width: 1.25em;
}
.r_bor {
    border-right: 1px solid #d6d4d1;
}

.apply_hb{width: 4.9em;height: 6.07em;margin: 1.5em auto;position: relative;}
.apply_hb img{width: 4.9em;height: 6.07em;}
.hb_money{ font-size: 1.3em; color:#ffef3c;position:absolute;top:35%; left:20%;}

.box_renzheng{ padding:50px;}
.btn_vip{ color:#fff; margin-bottom: 1.0em;}
.btn_vip:hover{ color:#fff; }
.bind_text{ padding: 0em 0em 1.0em 0em; border-bottom: 1px dashed #0088CC; margin-bottom: 1.0em; text-align: left;}
