@charset "utf-8";
#body{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	padding:0;
}
/* 轮播图 */
#carousel{
	width:355px;
	height:308px;
	float:left;
	border:1px solid #eee;
	margin-bottom:4px;
}
/* 本站热点 */
#hot_art{
	width:476px;
	height:308px;
	float:left;
	border:1px solid #eee;
	margin:0 4px 4px 4px;
}
#hot_art h2{
	font-weight:normal;
	font-size:16px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
}
#hot_art h2 i{
	display:inline-block;
	float:left;
	width:4px;
	height:18px;
	background:#ff500b;
	margin:11px 5px 0 10px;
}
#hot_art h2 a{
	font-size:13px;
	float:right;
	padding:0 10px;
}
#hot_art h2 span{
	font-family:"\5B8B\4F53";
	margin-left:3px;
}
#hot_art ul.hot_list{
	padding:4px 10px 10px 8px;
}
#hot_art ul.hot_list li{
	font-size:14px;
	padding:3px 0;
}
#hot_art ul.hot_list li .ico_img img{
	position:relative;
	top:-2px;
}
#hot_art ul.hot_list li .ico_text{
	display:inline-block;
	width:4px;
	height:4px;
	background:#ccc;
	margin-right:5px;
	position:relative;
	left:3px;
	top:-3px;
}
#hot_art ul.hot_list li .click-count{
	float:right;
	color:#888888;
}

/* 登陆 */
#login{
	width:355px;
	height:308px;
	float:left;
	border:1px solid #eee;
	margin-bottom:4px;
	background:url(css/img/login_bg.png)no-repeat top right;
}
#login .left{
	padding-top:16px;
	width:245px;
	float:left;
	margin-bottom:10px;
}
#login .left p{
	padding:2px 10px;
}
#login .left .desc{
	font-size:16px;
	padding-bottom:10px;
}
#login .left p span.count{
	font-weight:bold;
}
#login .right{
	margin:16px 20px 0 0;
	width:40%;
	width:88px;
	float:right;
	border-radius:63px;
	overflow:hidden;
	text-align:center;
	border:1px solid #fff;
}
#login .right img{
	width:100%;
}

#login .status_on_yes{
	clear:both;
	height:36px;
	line-height:36px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}
#login .has-login a{
	display:block;
	float:left;
	background:fafafa;
	text-align:center;
	width:177px;
	font-size:15px;
	background:#fafafa;
	text-indent:10px;
}
#login .has-login a.my-club{
	background:#fafafa url(images/club/quan13.png)no-repeat 35px 12px;
	border-right:1px solid #eee;
}
#login .has-login a.my-homepage{
	background:#fafafa url(images/club/quan13.png)no-repeat 35px -32px;
}

#login .xh_dl a{
	display:block;
	float:left;
	background:fafafa;
	text-align:center;
	width:177px;
	font-size:15px;
	background:#fafafa;
	background:#c0092b;
	color:#fff;
}
#login .xh_dl a.sign{
	border-right:1px solid #eee;
}
#login .post{
	width:90%;
	height:36px;
	line-height:36px;
	background:#0f69dc;
	border-radius:3px;
	text-align:center;
	color:#fff;
	margin:0 auto;
	font-size:16px;
	cursor:pointer;
}
/* --最新贴子动态 */
#login .new{
	padding: 10px  0px 5px 0px;
	height:88px;
	overflow:hidden;
}
#login .new h2{
	font-weight:normal;
	font-size:16px;
	border-bottom:1px solid #eee;
	height:28px;
	line-height:28px;
	margin-bottom:5px;
	background:#fafafa;
}
#login .new h2 .new_post_info{
	float:right;
	font-size:12px;
	margin:0 10px;
}
#login .new h2 .post_count{
	margin:0 5px;
	padding-right:10px;
	color:#ff500b;
	background:url(css/img/top_ico.png)no-repeat right center;
}

#login .new h2 i{
	display:inline-block;
	width:3px;
	height:14px;
	background:#ff500b;
	position:relative;
	top:2px;
	margin:0 5px;
}
#login .new ul{
	padding:0 5px;
}
#login .new ul li{
	font-size:14px;
	overflow:hidden;
	padding:0 10px;
	overflow:hidden;
}
/* 压铸论坛 */
#forum{
	border:1px solid #eee;
	overflow:hidden;
	margin-bottom:4px;
}
#forum .forum_title{
	height:40px;
	line-height:40px;
	padding:0 5px;
	font-size:14px;
	font-weight:normal;
}
#forum .forum_title i{
	display:inline-block;
	float:left;
	width:4px;
	height:18px;
	background:#ff500b;
	margin:11px 5px 0 10px;
}
#forum .box{
	border:1px solid #eee;
	float:left;
	width:294.5px;
	height:308px;
	
}
#forum .box .top{
	background:#f6f6f6;
	height:68px;
	border-bottom:1px solid #eee;
	position:relative;
}

#forum .box .top .left{
	width:60px;
	height:60px;
	padding:4px;
	float:left;
}
#forum .box .top .left img{
	width:100%;
}
#forum .box .top .right{
	padding:8px 0 0 2px;
	float:left;
	width:224px;
}
#forum .box .top .right h2{
	font-weight:normal;
	font-size:16px;
	margin-bottom:16px;
}
#forum .box .top .right span{
	margin-right:20px;
	color:#666;
}
#forum .box ul.art_list{
	padding:5px;
}
#forum .box .top .more{
	position:absolute;
	top:10px;
	right:10px;
}
#forum .box .top .more span{
	font-family:"\5B8B\4F53";
}
#forum .box ul.art_list li{
	padding:2px 0;
	font-size:14px;
}
#forum .box ul.art_list li i{
	display:inline-block;
	width:4px;
	height:4px;
	background:#ccc;
	margin-right:5px;
	position:relative;
	top:-2px;
}

#forum .plate1{
	border-bottom:4px solid #ff7c6a;
}
#forum .plate2{
	margin:0 4px;
	border-bottom:4px solid #33c1fc;
}
#forum .plate3{
	margin:0 4px 0 0;
	border-bottom:4px solid #51bc02;
}
#forum .plate4{
	border-bottom:4px solid #338efc;
}

/* 问答 */
#answer{
	border:1px solid #eee;
	width:837px;
	float:left;
	height:348px;
}
#answer h2{
	font-weight:normal;
	font-size:16px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
}
#answer h2 i{
	display:inline-block;
	float:left;
	width:4px;
	height:18px;
	background:#ff500b;
	margin:11px 5px 0 10px;
}
#answer h2 a{
	font-size:13px;
	float:right;
	padding:0 10px;
}
#answer h2 span{
	font-family:"\5B8B\4F53";
	margin-left:3px;
}

#answer .know_sch{
	padding:12px 0 10px 20px;
	overflow:hidden;
}
#answer #know_kw{
	display:inline-block;
	width:270px;
	height:28px;
	float:left;
	padding:0 5px;
	margin-right:10px;
}
#answer .know_sch_btn{
	float:left;
	margin-right:10px;
}
#answer .know_sch_btn input{
	border:none;
	width:90px;
	height:32px;
	cursor:pointer;
	color:#fff;
}
#answer .know_sch_btn .bt1{
	background:#33c1fc;
}
#answer .know_sch_btn .bt2{
	background:#51bc02;
}
#answer .know_sch_btn .bt3{
	background:#ff7c6a;
}
#answer .know_sch_item{
	height:30px;
	line-height:30px;
	float:left;
}
#answer .know_list{
	padding-top:10px;
	width:100%;
	padding-left:10px;
}
#answer .know_list .know_title{
	font-size:14px;
}



/* 最新公告 */
#notice{
	border:1px solid #eee;
	width:355px;
	float:right;
	height:348px;
}
#notice h2{
	font-weight:normal;
	font-size:16px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
}
#notice h2 i{
	display:inline-block;
	float:left;
	width:4px;
	height:18px;
	background:#ff500b;
	margin:11px 5px 0 10px;
}
#notice h2 a{
	font-size:13px;
	float:right;
	padding:0 10px;
}
#notice h2 span{
	font-family:"\5B8B\4F53";
	margin-left:3px;
}
#notice ul li{
	font-size:14px;
	height:26px;
	line-height:26px;
	overflow:hidden;
}

#notice ul li i{
	display:inline-block;
	width:4px;
	height:4px;
	background:#ccc;
	margin:0 8px;
	position:relative;
	left:3px;
	top:-3px;
}

#notice ul li.first{
	display:block;
	overflow:hidden;
	height:50px;
	padding:10px;
	font-size:12px;
	background:#f6f6f6;
	font-size:14px;
}

#notice ul li.first .tip{
	display:inline-block;
	width:40px;
	text-align:center;
	height:28px;
	line-height:28px;
	color:#fff;
	background:url(css/img/rec_ico.png)no-repeat center;
	font-size:12px;
}
#notice ul li.first .from{
	color:#666;
	font-size:13px;
}
#notice ul li.first .time{
	color:#666;
	float:right;
	font-size:13px;
}

/* 弹窗提示选择商圈 */
#choice_club{
	width:400px;
	background:#fff;
	border:1px solid #eee;
	overflow:hidden;
	padding:10px;
	position:absolute;
	display:none;
	z-index:9999;
}
#choice_club h2{
	font-weight:normal;
	font-size:16px;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #eee;
}
#choice_club h2 i{
	display:inline-block;
	float:left;
	width:4px;
	height:18px;
	background:#ff500b;
	margin:11px 5px 0 10px;
}
#choice_club h2 span.close{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	border-radius:3px;
	float:right;
	cursor:pointer;
	padding:5px;
	font-size:14px;
	border:1px solid #eee;
	color:#666;
}
#choice_club h2 span.close:hover{
	background:#333;
	color:#fff;
}
#choice_club .groub_list{
	float:left;
	text-align:center;
	margin:8px;
}
#choice_club .groub_list:hover .thumb_box{
	border:2px solid #ffb1a6;
}
#choice_club .groub_list .thumb_box{
	width:80px;
	height:80px;
	border-radius:40px;
	overflow:hidden;
	border:2px solid #eee;
	
}
#choice_club .groub_list .thumb_box img{
	width:100%;
	background:#fff;
}

#bgcolor{
	background:#333;
	opacity:0.6;
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
}





