/**
 * @name: base-mod
 * @overview: 基础模块
 * @require: 无
 * @author: 高力
 */

/*=S HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio, canvas, video {display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]) {display:none;}
[hidden] {display:none;}
/*=E HTML5 */

/*=S 初始 */
html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,label,textarea,p,blockquote,th,td {margin:0;padding:0;}
body,textarea {font:400 12px/1.5 Simsun,Arial;color:#333;}
a,a:visited {text-decoration:none;color:#333;cursor:pointer;}
a:hover {text-decoration:underline;color:#0657B2;}
em,i {font-style:normal;}
h1,h2,h3,h4,h5,h6,strong {font-weight:700;font-size:100%;}
label, input, select {vertical-align:middle;}
img, button {background:none;border:0 none;vertical-align:middle;}
ol,ul {list-style:none;}
table,th,td,fieldset,legend {font-weight:400;border:0 none;border-collapse:collapse}
pre {white-space:pre-wrap;}
/*=E 初始 */

/*=S 布局 */
.layout {margin:0 auto;width:950px;}
.iblock {display:inline-block;*display:inline;zoom:1;vertical-align:middle;}
.clearall {zoom:1;}
.clearall:after {content:".";display:block;clear:both;height:0;visibility:hidden;}
.pipe {padding:0 5px;font-style:normal;color:#d5d5d5;}
.vm {vertical-align:middle;}
.fl {float:left;}
.fr {float:right;}
.tl {text-align:left;}
.tr {text-align:right;}
.tc {text-align:center;}
.mt10 {margin-top:10px !important;}
.mb10 {margin-bottom:10px;}
.close {position:absolute;top:4px;right:10px;padding-top:15px;width:15px;height:0;background:url(images/icon_common.png) no-repeat 4px 4px;overflow:hidden;z-index:9;cursor:pointer;}
.close:hover {background-position:4px -32px;}
.fix-ie6 {position:absolute;top:0;left:0;width:999px;height:999px;z-index:-1;background:none;border:0 none;_filter:Alpha(opacity=0);}
/*=E 布局 */

/*=S 文字 */
.color1 {color:#334F67;} /* 深蓝 */
.color2 {color:#8CA226;} /* 绿色 */
.color3 {color:#FC6D02;} /* 橙色 */

.color6 {color:#666;} /* 灰色 */
.color9 {color:#999;} /* 浅灰 */
.placeholder {color:#999 !important;} /* 输入框默认颜色 */
:-moz-placeholder {color:#999 !important;}
::-webkit-input-placeholder {color:#999 !important;} 

.yahei {font:700 16px/1.5 "Microsoft YaHei";}
.arial {font-family:Arial;}
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.fb {font-weight:700;}
/*=E 文字 */

/*=S 链接 */
.link0 a, .link0 a:visited {color:#0657B2;} /* 蓝色 -> 橙色 */
.link0 a:hover {color:#FC6D02;}

.link1 a, .link1 a:visited, .link1 a:hover {color:#334F67;} /* 深蓝 -> 深蓝 */
.link2 a, .link2 a:visited, .link2 a:hover {color:#8CA226;} /* 绿色 -> 绿色 */
.link3 a, .link3 a:visited {color:#FC6D02;} /* 橙色 -> 蓝色 */
.link3 a:hover {color:#0657B2;}

.link6 a, .link6 a:visited {color:#666;} /* 灰色 -> 灰色 */
.link6 a:hover {color:#0657B2;}
.link9 a, .link9 a:visited {color:#999;} /* 浅灰 -> 浅灰 */
.link9 a:hover {color:#0657B2;}
/*=E 链接 */

/*=S 表单 */
.txt,.txtarea {padding:3px;outline:none;font-size:12px;line-height:14px;color:#333;border:1px solid #ddd;border-radius:3px;}
.txt {height:14px;}
.txt-large, .txt-middle {font-size:14px;}
.txt-large {height:22px;line-height:22px;}
.txt-middle {height:18px;line-height:18px;}
.txt:hover, .txt:focus, .txtarea:hover, .txtarea:focus {border-color:#7DBDE2;box-shadow:0 0 5px #7DBDE2;}
.error, .error:hover, .error:focus {border-color:#FFABAB;box-shadow: 0 0 5px #FFABAB;}
.checkbox, .radio {width:13px;height:13px;}
/*=E 表单 */

/*=S 公告 */
#announce {position:relative;height:29px;line-height:30px;background:#FFF2A7;text-align:center;font-weight:700;color:#FF4800;border-bottom:1px solid #E7CB5A;}
/*=E 公告 */

/*=S 广告 */
.ad-close {width:43px;height:15px;background:url(images/img_ad/float_ad_closed.gif) 0 0 no-repeat;outline:none;z-index:1;}
.ad-embed-mask {position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;filter:alpha(opacity=0);}
.ad-adjust-width {display:none;}
.head-ad{margin:0 auto;width:980px;*line-height: 0;*zoom:1;}

/*=S 浮动 */
.float-ad-wrap .float-ad {position:fixed;top:0;width:100px;height:315px;overflow:hidden;z-index:999;_position:absolute;}
.float-ad-wrap .float-ad-left {left:0;}
.float-ad-wrap .float-ad-right {right:0;}
.float-ad-wrap .float-ad-bottom {padding-top:15px;height:300px;top:auto;bottom:0;}
.float-ad .float-ad-close {position:absolute;bottom:0;}
.float-ad-bottom .float-ad-close {top:0;bottom:auto;}
.float-ad-left .float-ad-close {left:0;}
.float-ad-right .float-ad-close {right:0;}
.float-ad .ad-embed-mask {width:100px;height:300px;}
/*=E 浮动 */

/*=S 弹窗 */
.pop-ad {position:fixed;top:50%;left:50%;margin-top:-175px;margin-left:-250px;width:500px;height:350px;z-index:999;_position:absolute;overflow:hidden;}
.pop-ad .pop-ad-close {position:absolute;top:5px;right:5px;}
.pop-ad .pop-ad-content {position:relative;}
.pop-ad .ad-embed-mask {width:500px;height:350px;}
/*=E 弹窗 */

/*=S 页角 */
.corner-ad {position:fixed;bottom:0;right:0;_position:absolute;z-index:999;}
.corner-ad .corner-ad-thumbnail {width:100px;height:100px;outline:none;}
.corner-ad .corner-ad-main {width:300px;height:300px;outline:none;}
.corner-ad .corner-ad-thumbnail .ad-embed-mask {width:100px;height:100px;}
/*=E 页角 */

/*=S 背投 */
.projection-ad {display:none;position:relative;margin:0 auto;width:980px;}
.projection-ad .projection-ad-close {position:absolute;right:10px;top:10px;width:19px;height:19px;background:url(images/img_ad/dk_ad_closed.gif) 0 0 no-repeat;outline:none;z-index:1;}
.projection-ad .projection-ad-replay {position:absolute;right:-60px;top:-10px;width:52px;height:19px;line-height:19px;text-align:center;background:url(images/img_ad/bn_play.gif) 0 0 no-repeat;outline:none;}
.projection-ad .projection-ad-content {display:none;position:relative;margin-bottom:10px;height:400px;overflow:hidden;_zoom:1;}
.projection-ad .projection-ad-content .ad-embed-mask {width:980px;height:400px;}
/*=E 背投 */

/*=S 帖间 */
.post-ad {position:relative;float:right;margin-left:10px;width:100px;height:300px;overflow:hidden;_display:inline;}
.post-ad .ad-embed-mask {width:100px;height:300px;}
/*=E 帖间 */

/*=S 帖内 */
.ad650-60 {margin-bottom:10px;width:650px;height:60px;overflow:hidden;}
.ad100-300 {float:right;margin-left:10px;width:100px;height:300px;overflow:hidden;}
/*=E 帖内 */

/*=S 回复区 */
.reply-ad {float:right;margin-right:15px;width:100px;height:240px;overflow:hidden;_display:inline;}
/*=E 回复区 */

/*=S 横幅 */
.ad {margin-bottom:10px;position:relative;overflow:hidden;}
.ad-980x90,.ad-980x60,.ad-650x60 {position:relative;margin:0 auto;width:980px;overflow:hidden;}
.ad-980x90 {margin-bottom:10px;height:90px;}
.ad-980x60 {margin-bottom:10px;height:60px;}
.ad-740x60 {width:740px;height:60px;}
.ad-230x60 {width:230px;height:60px;}
.ad-650x60 {margin-left:5px;width:650px;margin-bottom:10px;height:60px;}
.ad-980x90 .ad-embed-mask, .ad-980x60 .ad-embed-mask {width:980px;}
.ad-980x90 .ad-embed-mask{height:90px;}
.ad-980x60 .ad-embed-mask, .ad-650x60 .ad-embed-mask {height:60px;}
.ad-170x60 {width:680px;overflow:hidden;}
.ad-170x60 li {float:left;width:170px;height:60px;overflow:hidden;}
.ad-170x60 .ad-embed-mask {width:170px;height:60px;}
.ad-190x60 {margin:auto;width:985px;overflow:hidden;line-height:0;font-size:0;}
.ad-190x60 li {float:left;position:relative;margin:0 7px 10px 0;*margin-bottom:0;*padding-bottom:10px;width:190px;height:60px;overflow:hidden;*zoom:1;}
.ad-190x60 li.adv-320-60{margin-right:10px;width:320px;}
.ad-190x60 li.adv-410-60{margin-right:10px;width:410px;}
.ad-190x60 li.adv-230-60{margin-right:0;width:230px;}
.ad-190x60 .ad-embed-mask {width:190px;height:60px;}
.ad-230x180, .ad-230x180 .ad-embed-mask {width:230px;height:180px;}
.ad-680x90 {margin:0 auto;width:980px;overflow:hidden;_zoom:1;}
.ad-680x90 li {float:left;position:relative;margin-bottom:10px;*margin-bottom:0;*padding-bottom:10px;width:140px;height:90px;overflow:hidden;}
.ad-680x90 .ad-main {float:left;margin:0 10px 10px;width:680px;height:90px;overflow:hidden;}
.ad-680x90 .ad-main .ad-embed-mask{width:680px;height:90px;}
.ad-230x60, .ad-740x60 {margin-bottom:10px;height:60px;overflow:hidden;}
.ad-230x60{width:230px;}
.ad-740x60{width:740px;}
.ad-468x60{line-height:0;margin:0;font-size:0;overflow:hidden;_zoom:1;}
.ad-468x60 li{margin-bottom:10px;width:468px;overflow:hidden;}
/*=E 横幅 */

/*=E 广告 */

/*=S go-top*/
.go-top {position:fixed;right:15px;bottom:-62px;text-align:center; z-index:80;_position:absolute;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,0.1);}
	.go-top a {display:block;padding:5px;outline:none;line-height:14px;width:18px;color:#8ca226;border:1px solid #d9e6bb;background-color:#f7fbec;overflow:hidden;}
	.go-top a:visited {color:#8ca226;}
	.go-top a:hover {text-decoration:none;color:#fff;border-color:#8ca226;background-color:#8ca226;}
	.go-top .icon {display:block;background:url(images/icon_common.png) 0 0 no-repeat;overflow:hidden;margin-bottom:2px;}
	.go-top .customer {border-radius:5px 5px 0 0;border-bottom:none;}
	.go-top .go-top-btn {height:50px;border-radius:0 0 5px 5px;overflow:hidden;}
	.go-top .customer .icon {width:18px;height:16px;background-position:2px -1480px;}
	.go-top .customer:hover .icon {background-position:2px -1516px;}
	.go-top .go-top-btn .icon {width:18px;height:6px;background-position:4px -1552px;}
	.go-top .go-top-btn:hover .icon {background-position:4px -1588px;}
/*=E go-top*//*=S popo-mod */
.popo-mod .popo-aw {background:url(images/icon_common.png) no-repeat;}
.popo-mod {position:absolute;width:250px;background:#FFFCE9;color:#666;}
	.popo-rim {margin:0 1px;height:0;border-top:1px solid #edddab;overflow:hidden;}
	.popo-bd {position:relative;padding:6px 8px;_height:18px;border:1px solid #edddab;border-width:0 1px;}
		.popo-mod .popo-aw {position:absolute;left:36px;bottom:-6px;width:11px;height:7px;background-position:0 -288px;overflow:hidden;}
		.popo-up .popo-aw {top:-5px;left:auto;right:36px;background-position:0 -252px;}
		.popo-left .popo-aw, .popo-right .popo-aw {top:15px;width:6px;height:10px;overflow:hidden;}
		.popo-left .popo-aw {left:-5px;background-position:0 -324px;}
		.popo-right .popo-aw {left:auto;right:-5px;background-position:0 -360px;}
	.popo-mod .close {right:5px;}

/*=S popo-tip */
.popo-tip {width:135px;background:#EFF7F8;}
.popo-tip .popo-rim, .popo-tip .popo-bd {border-color:#D6EDF3;}
	.popo-tip .popo-bd {padding:2px 8px;}
	.popo-tip .popo-aw {background-position:0 -1228px;}
		.popo-tip-up .popo-aw {top:-5px;left:auto;right:36px;background-position:0 -1263px;}
		.popo-tip-left .popo-aw, .popo-tip-right .popo-aw {top:15px;width:6px;height:10px;overflow:hidden;}
		.popo-tip-left .popo-aw {left:-5px;background-position:0 -1263px;}
		.popo-tip-right .popo-aw {left:auto;right:-5px;background-position:0 -1193px;}
/*=E popo-tip */

/*=E popo-mod */
/*=S button */
.submit-btn, .submit-btn span, .reply-btn, .reply-btn span, .option-btn, .option-btn span, .confirm-btn, .confirm-btn span, .options-btn, .options-btn span {background:url(images/bg_btn.png) no-repeat;}

.confirm-btn, .options-btn, .submit-btn, .reply-btn, .option-btn {display:inline-block;_display:inline;zoom:1;padding-left:10px;height:25px;vertical-align:middle;overflow:hidden;}
	.confirm-btn:hover, .options-btn:hover {text-decoration:none;}
	.confirm-btn span, .options-btn span, .submit-btn span, .reply-btn span, .option-btn span {cursor:pointer;float:left;padding-right:10px;height:25px;line-height:25px;font:700 12px/25px "Simsun";}

		.confirm-btn {background-position:0 -420px;}
		.confirm-btn span {color:#FFF;background-position:right -445px;}
		.confirm-btn:hover {background-position:0 -470px;}
		.confirm-btn:hover span {background-position:right -495px;}

		.options-btn {background-position:0 -520px;}
		.options-btn span {color:#334f67;background-position:right -545px;}
		.options-btn:hover {background-position:0 -570px;}
		.options-btn:hover span {background-position:right -595px;}

		.disabled-small span, .disabled-small:hover span {cursor:default;color:#666;background-position:right -705px;}
		.disabled-small .loading, .disabled-small:hover .loading {margin:4px 0;padding:16px 5px 0 0;width:16px;height:0;background:url(images/btn_loading.gif) no-repeat;overflow:hidden;}
		.disabled-small, .disabled-small:hover {background-position:0 -680px;}
	
.submit-btn, .reply-btn, .option-btn {height:30px;}
	.submit-btn:hover, .reply-btn:hover, .option-btn:hover {text-decoration:none;}
	.submit-btn span, .reply-btn span, .option-btn span {height:30px;font:700 14px/30px "Simsun";}

		.submit-btn span {background-position:right -30px;color:#FFF;}
		.submit-btn:hover {background-position:0 -90px;}
		.submit-btn:hover span {background-position:right -120px;}

		.option-btn {background-position:0 -300px;}
		.option-btn span {color:#334f67;background-position:right -330px;}
		.option-btn:hover {background-position:0 -360px;}
		.option-btn:hover span {background-position:right -390px;}

		.newthread .submit-btn span {padding-right:30px;background-position:right -60px;}
		.newthread .submit-btn:hover span {background-position:right -150px;}

		.reply-btn {background-position:0 -180px;}
		.reply-btn:hover {background-position:0 -240px;}
			.reply-btn span {color:#654302;background-position:right -210px;}
			.reply-btn:hover span {background-position:right -270px;}

		.disabled-big, .disabled-big:hover {background-position:0 -620px;}
		.disabled-big span, .disabled-big:hover span {cursor:default;color:#666;background-position:right -650px;}
		.disabled-big .loading, .disabled-big:hover .loading {margin:7px 0;padding:16px 5px 0 0;width:16px;height:0;background:url(images/btn_loading.gif) no-repeat;overflow:hidden;}
.option-btn-s, .option-btn-s:visited {display:inline-block;*display:inline;zoom:1;vertical-align:middle;padding-left:3px;height:16px;line-height:17px;color:#333;background:url(images/bg_btn.png) 0px -730px no-repeat;overflow:hidden;}
		.option-btn-s span {float:left;padding:0 8px 0 5px;cursor:pointer;zoom:1;background:url(images/bg_btn.png) right -746px no-repeat;}
	.option-btn-s:hover {text-decoration:none;color:#333;}
/*=E button */

/*=S calendar */
#calendar-box .header, #calendar-box .calendar-prevmonth, #calendar-box .calendar-nextmonth, #calendar-box #year, #calendar-box #month, #calendar-box .today a,  #calendar-box .checked a, #calendar-box .altbg2 a, .foot-cal a {background:url(images/bg_calendar.png) no-repeat;}

#calendar {font:12px Arial,sans-serif;}
	#calendar-box {display:none;position:absolute;z-index:1001;}
		#calendar-box .tableborder {width:100%;border-collapse:collapse;border:1px solid #d9e6bb;background:#fff;}
		#calendar-box .header {height:24px;border-bottom:1px solid #d9e6bb;text-align:center;color:#9d9d9d;background-repeat:repeat-x;}
			#calendar-box .header .calendar-prevmonth, #calendar-box .header .calendar-nextmonth {display:block;margin:0 auto;width:15px;height:15px;overflow:hidden;}
			#calendar-box .calendar-prevmonth {text-indent:-999px;background-position:0 -72px;}
			#calendar-box .calendar-nextmonth {text-indent:-999px;background-position:0 -108px;}
			#calendar-box #year, #calendar-box #month {padding-right:10px;font-weight:700;background-position:right -140px;color:#839b1b;}	
		#calendar-box .category {height:21px;font-size:12px;}
		#calendar-box .today, #calendar-box .checked, #calendar-box .altbg2 td {width:30px;height:21px;}
		#calendar-box .today a,  #calendar-box .checked a, #calendar-box .altbg2 a, .foot-cal a {display:block;margin:0 auto;width:22px;height:16px;line-height:16px;border:1px solid #DDD;color:#334f67;background-repeat:repeat-x;background-position:0 -36px;overflow:hidden;}
		#calendar-box .today a,  #calendar-box .checked a, #calendar-box .altbg2 a:hover,.foot-cal a:hover {background:#839b1b;border:1px solid #839b1b;color:#FFF;text-decoration:none;}
		#calendar-box .altbg2 .expire {visibility:visible;}
			#calendar-box .altbg2 .expire a , #calendar-box .altbg2 .expire a:hover {background-color: #F2F2F2;border-color: #F2F2F2;color: #999;}
		#calendar-box #hourminute {float:left;margin-left:12px;height:25px;font-size:12px;}
			#hourminute input {margin:0 4px;width:20px;text-align:center;border:1px solid #e2e2e2;color:#334F67;background:#fff;}
	.calendar-select {display:none;position:absolute;width:55px;height:240px;overflow-x:hidden;overflow-y:scroll;line-height:18px;border:1px solid #b5ce85;background:#fff;z-index:1002;}
		.calendar-select a {float:left;margin-bottom:4px;padding-left:5px;width:50px;height:18px;overflow:hidden;}
		.calendar-select a:hover {color:#fff;background:#b5ce85;text-decoration:none;}
		.expire{visibility:hidden;}
		.foot-cal {border-top:1px solid #d9e6bb;padding-top:5px;_padding-bottom:5px;}
			.foot-cal a {display: inline-block;width: 35px;}
/*=S calendar */

	/*=S 与TA有关 */
	.add-tag, .ta-list .added-name em, .ta-list .toggle {background:url(images/icon_common.png) no-repeat;}
		.ta-list {position:relative;float:left;width:360px;background:#FFF;_zoom:1;z-index:10;}
		.ta-list-post-pop {width:400px;overflow:hidden;}
		.ta-list-activity {position:absolute;width:auto;}
		.ta-list .added-name {margin-bottom:1px;padding:1px 25px 1px 5px;min-height:22px;_height:22px;line-height:22px;border:1px solid #E2E2E2;zoom:1;}
			.ta-list .added-name a {position:relative;display:inline-block;_display:inline;_zoom:1;margin:0 5px 0 0;padding:0 20px 0 5px;background-color:#f5f5f5;overflow:hidden;border-radius: 5px;}
			.ta-list .added-name a:hover {color:#FFF;background-color:#839b1b;text-decoration:none;}
				.ta-list .added-name i{float:left;word-break:keep-all;}
                .ta-list .added-name em {position:absolute;right:0;top:0;display:block;float:none;padding-top:22px;width:20px;height:0;background-position:right -467px;overflow:hidden;}
				.ta-list .added-name a:hover em {background-position:right -503px;}

		.ta-list .toggle {position:absolute;top:2px;right:3px;padding-top:22px;width:22px;height:0;background-position:3px -392px;overflow:hidden;}
		.ta-list .added-name .tips{cursor:default;color:#999;-moz-user-select: -moz-none;-webkit-user-select: none;user-select: none;}
		.ta-list .hasChild .tips{display:none;}
		.ta-list .retract {background-color:#f3f8df;background-position:3px -432px;}
		.post-follow-mod {display:none;position:absolute;top:100%;left:0;width:398px;border:1px solid #bad18e;background:#FFF;z-index:1;overflow:hidden;}
		.post-pop-ta .post-follow-mod {position:static;}
			.post-follow-hd {position:relative;padding:10px;height:22px;line-height:22px;background:#f3f8df;z-index:2;}
				.post-follow-hd strong {float:left;font-size:14px;color:#334f67;}
				.post-follow-hd select,.post-follow-hd .follow-search {_display:inline;}
				.post-follow-hd .follow-search {box-shadow:inset 1px 2px 3px rgba(0,0,0,.05);-webkit-appearance: textfield;box-sizing:content-box;padding:3px 0 3px 5px ;width:110px;height:15px;border:1px solid #dfdfdf;border-right:none;border-radius: 5px 0 0 5px;}
					.follow-search-wrap {float:right;position:relative;_zoom:1;border-radius: 5px;background-color:#f6f6f6;background-image:-moz-linear-gradient(top,#fff,#ededed);}
					.follow-search-wrap .search-btn{display:inline-block;width:20px;height:21px;outline:none;vertical-align:middle;border:1px solid #dfdfdf;border-radius:0 5px 5px 0; background:url(images/icon_common.png) 3px -1330px no-repeat;}
					.follow-search-wrap .search-btn:hover{border-color:#bad18e;}
					.follow-search-wrap .follow-search-tips{display:none;position:absolute;right:-5px;top:30px;width:160px;color:#c0880f;z-index:2;}
					.follow-search-wrap .follow-search-tips .popo-bd{*zoom:1;}
/*					.follow-search-hover .follow-search-tips{display:block;}*/
					
					.follow-return{display:none;height:30px;line-height:30px;}
					.follow-return em{display:none;}
					.follow-return a{margin-left:10px;color:#0657B2;}
					.follow-return a:visited{color:#0657B2;}
					.follow-return a:hover{color:#FC6D02;}
					.follow-return-unfind {text-align:center;padding-top:10px;height:167px;}
						.follow-return-unfind em{display:inline;color:#666;}
					
					.follow-loading{cursor:pointer; height:26px;text-align:center;color:#666;background-color:#eff7f8;z-index:1;}
					
		/*#followTip{margin-left:5px;}*/
		.post-follow-filter-wrap{position:relative;z-index:1;}
			.post-follow-filter{position:relative;padding-left:10px;color:#666;border-top:1px solid #dfdfdf;background-color:#f5f5f5;}
			.post-follow-filter .group-list{margin-right:50px;padding-top:5px;height:25px;line-height:18px;overflow:hidden;}
			.post-follow-filter .select-mod-more{display:none;position:absolute;right:10px;top:5px;height:18px;line-height:18px;}
			.post-follow-filter .select-mod-more .select-hd{padding:0 10px 0 0;text-align:right;font-weight:400;}
			.post-follow-filter .select-mod-more .select-bd{right:0;overflow:visible;}
			.post-follow-filter .select-mod-more .select-bd a{display:block;margin:0;padding-left:20px;width:50px;color:#666;border:none;background:#FFF url(images/icon_common.png) 5px -1366px no-repeat;}
			.post-follow-filter .select-mod-more .select-bd a:hover{background-color:#B5CE85;color:#fff;}
			.post-follow-filter .select-mod-more .select-bd .on{background-position:5px -1402px;border:none;outline:none;}
			.post-follow-filter .group-list em,.post-follow-filter .group-list a{float:left;overflow:hidden;}
			.post-follow-filter em{color:#999;}
			.post-follow-filter .group{margin:0 3px;text-align:center;width:50px;height:18px;line-height:18px;color:#666;outline:none;border:1px solid #F5F5F5;}
			.post-follow-filter .group-list a,.post-follow-filter .group-list a:hover{color:#666;}
			.post-follow-filter .group:hover,.post-follow-filter a.on{text-decoration:none;border:1px solid #d4e3b3;}
			.post-follow-filter .group-list a.on,.post-follow-filter .group-list .group:hover{color:#8ca226;background-color:#FFF;}
			.follow-tip{display:none;position:relative;padding:5px 0 0 10px;width:auto;color:#c0880f;overflow:hidden;_zoom:1;background-color:#FFF;}
				
				#followList-wrap{position:relative;padding:5px 0 0 10px;height:141px;overflow-y:scroll;_zoom:1;}
				#followList-wrap ul{overflow:hidden;_zoom:1;}
				#followList-wrap li {float:left;margin:0 7px 7px 0;padding:0;_display:inline;}
				.post-follow-bd li a{display:block;position:relative;padding:5px;height:30px;width:105px;outline:none;text-decoration:none;line-height:15px;color:#666;overflow:hidden;}
				.post-follow-bd li a:hover{text-decoration:none;color:#333;background-color:#f5f5f5;}
				.post-follow-bd li .uname{display:block;word-wrap:break-word;word-break:break-all; overflow:hidden;}
				#followList-wrap li.selected a{background-color:#e7f0ce;}
				.post-follow-bd li.selected .selected-icon{display:block;position:absolute;left:5px;bottom:5px;width:12px;height:12px;background:#FFF url(images/icon_common.png) 0 -1444px no-repeat;}
				.post-follow-bd li img{float:left;margin-right:5px;width:30px;height:30px;}
				.post-follow-bd .hover {background:#B5CE85;color:#FFF;} 
					.post-follow-bd li em {color:#FC6D02;}
			.post-friends .post-follow-bd {}
					.post-friends .post-follow-bd u {color:#FC6D02;text-decoration:none;}
					.post-friends .post-follow-bd label input {margin:-2px 2px 0 0;}
				.follow-ft {padding:10px;}
                    .follow-limit .follow-limit-child{float:none;margin:0 5px 0 0;}
                    .follow-limit .follow-select-label{display:none;}
/*				.activity-follow-ft{display:none;}*/
					.post-follow-ft a{margin-right:5px;}	
	/*=E 与TA有关 */
/*=S footer */
.footer {clear:both;margin:20px auto 0;padding:0 0 20px;text-align:center;line-height:20px;border-top:1px solid #DBDBDB;background:#F3F3F3;}
	.footer p {margin-bottom:10px;}
	.foot-logo img {border:1px solid #DBDBDB;}
	.footer div.footer-bar{margin-bottom:8px;height:8px;overflow:hidden;background:#F3F3F3;background:-moz-linear-gradient(top, #E6E6E6, #F3F3F3);background:-webkit-gradient(linear, 0 0, 0 bottom, from(#E6E6E6), to(#F3F3F3));background:-o-linear-gradient(top, #E6E6E6, #F3F3F3);}
	.footer-link {margin:0 auto;width:980px;text-align:center;}
	.footer-link div{text-align:left;}
		.footer-link div a{display:inline-block;padding:0 3px;border-radius:3px;}
		.footer-link div a:hover{background:#808080;color:#fff;text-decoration:none;}
	.foot-home{margin-right:15px;}
		.foot-home img{margin:5px 0 0 65px;}
		.footer .pipe{padding:0 1px;}
/*=E footer */
/*=S header */
#header{position:relative;height:40px;background:#F4F4F4 url(images/headnav_icon.png) 0 -520px repeat-x;z-index:10;}
#header.brown {background:#42382E url(images/headnav_icon.png) 0 -648px repeat-x;}
.brown .header-floor dt a,.brown .header-floor dt a:visited,.brown .header-home dt,#header.brown .header-link,#header.brown .header-link:visited,.brown .header-logined .user-name,.brown .user-msg dt,.brown .user-nav dt,.header-login,.brown .header-home dt a,.brown .header-home dt a:visited,.brown .user-name a,.brown .user-name a:visited,#header.brown .header-link:hover,.brown .header-login,.brown .header-login a,.brown .header-login a:visited {color:#fff;}
#header.brown .header-link:hover {background-color:#E9952E;background-position:0 -694px;background-repeat:repeat-x;}
.header-hd {position:relative;float:left;width:220px;top:4px;z-index:1000;zoom:1;}
	.header-logo {float:left;margin-right:2px;height:35px;background-position:right -415px;}
	.header-city dd,.header-logined,.header-floor dd,.user-msg dd,.user-switch dd,.user-nav-on dd .user-switch dd,.user-nav dd,.search-button dd,.user-switch dd,.search-button-on dt,.header-bd .header-home dd {display: none;}
	.header-city-on dd,.header-floor-on dd,.user-msg-on dd,.user-nav-on dd,.user-nav-on dd .user-switch-on dd,.search-button-on dd,.header-bd .header-home-on dd {display: block;}
	.header-city {position:relative;float:left;width:24px;top:0;left:0;z-index:11;zoom:1;}
		.header-city .triangle {position:relative;width:22px;height:35px;cursor:pointer;background-position:0 -415px;}
		.brown .triangle {background:0 -606px;}
		.header-city-on .triangle {width:20px;cursor:pointer;background-color:#fff;background-position:0 -453px;border:1px solid #cdcdcd;border-bottom:none;border-radius:4px 4px 0 0;}
		.header-city-on .header-city-cont {position:absolute;box-shadow:0 2px 3px #ddd;overflow:visible;_overflow:hidden;}
			.header-city .header-cities {padding:8px;width:240px;border-top:none;background:#fff;border:1px solid #cdcdcd;border-top:none;overflow:hidden;}
				.header-cities dt {font-weight:700;}
				.header-cities dd {overflow: hidden;_zoom:1;}
					.header-city dd a {float:left;padding: 2px 5px;color:#333;word-break: keep-all;}
					.header-hd .header-city dd a:hover {color:#fff;text-decoration:none;background:#808080;border-radius:2px;}
					.header-floor a,.header-floor a:visited,.header-home a,.header-home a:visited,.search-button a,.search-button a:visited,.user-msg dd a,.user-msg dd a:visited,.user-nav dd a,.user-nav dd a:visited,.user-name a,.user-name a:visited,.header-city dd a:visited,.header-login a,.header-login a:visited,.header-login {color:#333;}
.header-bd {float: left;width:330px;}
	.header-floor,.header-home {position: relative;float: left;top:4px;}
		.header-bd .header-floor dt,.header-bd .header-home dt {position: relative;float:left;padding-left:2px;padding-right:15px;height:35px;line-height:35px;text-indent:7px;font-size:14px;background-position:right -415px;}
		.header-bd .header-floor-on dt,.header-bd .header-home-on dt {padding-left:1px;padding-right:14px;height:35px;line-height:33px;color:#333;border:1px solid #cdcdcd;border-radius:4px 4px 0 0;border-bottom:none;background-color:#fff;background-position:right -453px;}
		.header-floor,.header-home {position:relative;}
		.header-floor-on dd {position:absolute;top:36px;left:0;overflow:visible;_overflow:hidden;box-shadow:0 2px 3px #ddd;}
			.header-floor-on ul {padding: 10px 0 10px 0;width:475px;border:1px solid #cdcdcd;border-top:none;background:#fff;overflow:hidden;}
				.header-floor-on li {margin-left:-1px;float:left;padding:4px 5px;width:108px;border-left:1px solid #D7D7D7;}
					.header-floor-on li a {display: block;width:108px;height:20px;line-height:20px;font-size:14px;text-indent:10px;overflow: hidden;}
					.header-floor-on li a:hover {text-decoration:none;color:#fff;background:#808080;border-radius:10px;box-shadow:0 3px 3px #666 inset;}
		.header-home-on dd {position:absolute;left:0;top:36px;box-shadow:0 2px 3px #ddd;overflow:visible;_overflow:hidden;}	
			.header-home-on ul {width:138px;border:1px solid #cdcdcd;border-top:none;background:#fff;}

		.header-bd dt a,.header-bd dt a:visited,.header-bd dt a:hover,#header.brown .header-floor-on dt a,#header.brown .header-floor-on dt a:visited,#header.brown .header-floor-on dt a:hover,#header.brown .header-home-on dt a,#header.brown .header-home-on dt a:visited,#header.brown .header-home-on dt{color:#333;text-decoration:none;}

	#header .header-link,#header .header-link:visited {display:block;float:left;margin-left:5px;padding:0 10px 0 10px;height:39px;line-height:43px;color:#333;font-size:14px;overflow: hidden;}
	#header .header-link:hover,#header .header-link-on {color:#333;text-decoration:none;background:#cdcdcd url(images//headnav_icon.png) 0 -563px repeat-x;}
.header-search {float: left;padding-top:8px;width:190px;}
	.header-search input {float:left;padding:3px 0 3px 26px;padding:4px 0 2px 26px\9;*padding:5px 0 1px 26px;width:103px;height:16px;font-size:12px;line-height:12px;vertical-align:middle;border:1px solid #cdcdcd;border-right:none;border-top-left-radius:2px;border-bottom-left-radius:2px;background-position:6px -292px;box-shadow:2px 2px 2px #ebebeb inset;}
	.header-search .search-button {position:relative;float:left;width:58px;height:22px;line-height:22px;text-indent:6px;border: 1px solid #cdcdcd;border-top-right-radius:2px;border-bottom-right-radius:2px;cursor: pointer;background:#E6E6E6;background:-webkit-linear-gradient(top, #F7F7F7,#DBDBDB);background:-moz-linear-gradient(top, #F7F7F7,#DBDBDB);z-index:11;}
			.search-button dd .triangle {position: absolute;width:10px;height:4px;top:9px;left:42px;background-position:-4px -468px;}
			.search-button dt {height:22px;padding-right:14px;background-position: right -421px;}
			.search-button-on dd {position:absolute;display:block;width:58px;top:-1px;left:-1px;background:#fff;border:1px solid #cdcdcd;box-shadow:0 1px 3px #ddd;z-index:12;_overflow:hidden;}
				.search-button-on dd a {display:block;height:22px;line-height:22px;color:#333;background:#fff;}
				.search-button-on dd a:hover {color:#333;text-decoration:none;background-color:#EDEDED;}
.header-login,.header-logined {position:relative;top:4px;float: right;width:240px;}
.header-login {padding-top:7px;text-align:right;}
.header-login a,.user-name a {padding:4px 3px;}
.header-login a:hover,.user-name a:hover {color:#fff;text-decoration:none;background:#808080;border-radius:3px;}
.header-logined .user-name {position:absolute;right:110px;width:108px;line-height:35px;text-align:right;}
.header-logined .user-msg {position: absolute;right:55px;}
	.header-logined .user-msg .user-msg-count {position:absolute;top:0;right:-5px;padding:0 3px;font:400 10px/100% Arial;text-indent:0;color:#fff;background:#FF9400;background:-webkit-linear-gradient(top, #FFAB00,#FF8400);background:-moz-linear-gradient(top, #FFAB00,#FF8400);border-radius:8px;z-index:2;}
	.header-logined .user-msg-on .user-msg-count {right:-5px;}
	.header-logined .user-msg dt {padding-top:2px;padding-left:2px;width:42px;height:35px;line-height:31px;background-position:right -415px;}
	.header-logined .user-msg-on dt,.header-logined .user-nav-on dt {padding-top:1px;padding-left:0;width:46px;height:34px;text-indent:5px;color:#333;background:#fff;border-radius:4px 4px 0 0;border:1px solid #CDCDCD;border-bottom:none;background-position:right -453px;}
	.header-logined .user-msg-on dd {position:absolute;right:0;box-shadow:0 2px 3px #ddd;overflow:visible;_overflow:hidden;}
	.header-logined .user-msg-on ul {width:120px;border:1px solid #cdcdcd;border-top:none;background:#fff;}
	.header-logined .user-msg a {display: block;height:34px;line-height:34px;font-size:12px;text-indent:32px;}
	.header-logined .user-msg em {padding:0 5px;font:400 10px/34px Arial;color:#fff;background:#FF9400;background:-webkit-linear-gradient(top, #FFAB00,#FF8400);background:-moz-linear-gradient(top, #FFAB00,#FF8400);border-radius:8px;}
.header-logined .user-nav {position: absolute;right:0;width:48px;}
	.user-nav img {width:30px;height:30px;border-radius:2px;}
	.user-nav dt a:hover {text-decoration:none;}
	.header-logined .user-nav dt {padding-top:2px;padding-left:2px;width:46px;background-position:right -415px;}
	.header-logined .user-nav-on dt {padding-top:1px;padding-left:0;height:34px;text-indent:1px;background-position:right -453px;}
	.user-nav-on dd {position: absolute;right:0;box-shadow:0 2px 3px #ddd;}
	.user-nav-on ul {width:138px;border:1px solid #cdcdcd;border-top:none;background:#fff;}
	.user-nav-ul li {float:left;}
	.user-nav-on dd a,.header-home-on dd a {display:block;width:138px;height:29px;line-height:29px;text-indent:30px;font-size:12px;color:#333;}
	.user-nav-on dd a:hover,.user-msg-on dd a:hover,.header-home-on dd a:hover {color:#333;text-decoration:none;background-color:#ededed;}
	.user-nav-on .user-switch {position: relative;border: 1px solid #fff;border-left:0 none;border-right:0 none;}
	.user-nav-on .user-switch dt {display:block;position: relative;width:137px;text-indent:30px;font-size:12px;border:0 none;height:27px;line-height:27px;z-index:2;border-radius:0;}
	.user-nav-ul {background:#fff;}
	.user-nav-on .user-switch-on{border-color:#cdcdcd;background-color:#ededed;}			
			.user-nav-on .user-switch-on dt {left:-1px;border-left:1px solid #ededed;background-color:#ededed;}
			.user-nav-on .user-switch .triangle {position:relative;display:block;background-position:120px -489px;cursor:pointer;border-radius:0;}
.user-nav-on .user-switch-on dd {position: absolute;top:-1px;_top:0;left:-140px;width:140px;overflow:hidden;}
.user-nav-on .user-switch-on ul {border:1px solid #cdcdcd;background:#ededed;zoom:1;z-index:1;box-shadow:none;}
			.user-nav-on .user-switch-on a {display:block;float:none;height:24px;line-height:24px;font-size:12px;text-indent:10px;}
			.user-nav-on .user-switch-on a:hover {color:#333;text-decoration:none;background:#fff;}
			.iframe-fix {position:relative;width:263px;overflow:hidden;}
.header-icon-home,.header-icon-thread,.header-icon-count,.header-icon-photo,.header-icon-blog,.header-icon-follow,.header-icon-fans,.header-icon-userInfo,.header-icon-logout,.user-nav-on .user-switch dt,.header-search input,.header-icon-msg,.header-icon-remind,.header-icon-at,.header-floor dt,.header-logined .user-nav dt,.header-logined .user-msg dt,.header-logined .user-nav-on dt,.search-button dt .triangle,.search-button dd .triangle,.header-city .triangle,.user-nav-on .user-switch .triangle,.search-button dt,.header-bd .header-home dt,.header-icon-special,.header-icon-event,.header-icon-new,.header-icon-cityMsg {background-image:url(images/headnav_icon.png);background-repeat:no-repeat;}
    .header-icon-home {background-position: 8px -2px;}
	.header-icon-thread {background-position: 8px -33px;}
	.header-icon-count {background-position: 8px -65px;}
	.header-icon-photo{background-position: 8px -96px;}
	.header-icon-blog {background-position: 8px -130px;}
	.header-icon-follow {background-position: 8px -162px;}
	.header-icon-fans {background-position: 8px -192px;}
    .header-icon-userInfo {background-position: 8px -917px;}
	.header-icon-logout {background-position: 8px -258px;}
	.header-icon-special {background-position: 8px -740px;}
	.header-icon-event {background-position: 8px -775px;}
    .header-icon-new {background-position: 8px -807px;}
    .header-icon-cityMsg {cursor:default;background-position: 8px -844px;}
    .user-msg-on dd .header-icon-cityMsg:hover {background-color:#FFF;}
	.user-nav-on .user-switch dt {background-position: 8px -225px;}
	.header-icon-msg {background-position: 8px -312px;}
	.header-icon-remind {background-position: 8px -345px;}
	.header-icon-at {background-position: 8px -376px;}
	.brown .header-floor dt {background-position:right -606px;}
	.brown .header-floor-on dt {background-position:right -453px;}
	.brown .user-msg dt {background-position:right -606px;}
	.brown .user-msg-on dt {background-position:right -453px;}
	.brown .header-home dt {background-position:right -606px;}
	.brown .header-home-on dt {background-position:right -453px;}
	.brown .user-nav dt {background-position:right -606px;}
	.brown .user-nav-on dt {background-position:right -453px;}
	.brown .header-logo {background-position:right -607px;}
	.brown .user-nav-on .user-switch dt {background-position:8px -225px;}

.user-msg-pop {position:fixed;_position:absolute;top:50px;right:50%;margin-right:-490px;padding:0 9px;width:171px;height:30px;line-height:30px;border:1px solid #EDDDAB;border-radius:3px;background:#FFFCE9;}
    .user-msg-pop span {float:left;margin-right:5px;width:51px;}
        .user-msg-pop a, .user-msg-pop a:visited {color:#334F67;}
        .user-msg-pop a:hover {text-decoration:none;color:#334F67;}
            .user-msg-pop a em, .user-msg-pop a:visited em {font-weight:700;color:#FC6D02;}
            .user-msg-pop a:hover em {text-decoration:underline;color:#FC6D02;}
    .user-msg-pop .close {right:4px;}

.city-msg-more {border-top:1px solid #D0D0D0;}
    .city-msg-more p {cursor:pointer;padding-top:14px;height:0;border-top:1px solid #FFF;background:#EDEDED url(images/headnav_icon.png) 55px -886px no-repeat;overflow:hidden;}
.city-msg-load {border-top:none;}
    .city-msg-load p {padding-top:20px;border-top:none;background:#FFF url(images/btn_loading.gif) center 0 no-repeat;}
/*=E header *//*=S nav */
#nav {height:36px;line-height:36px;font-size:14px;color:#666;}
	#nav i {color:#999;}
	#nav em {color:#333;}
	.drop-menu {position:relative;z-index:8;}
		.drop-menu dt {margin-top:-1px;padding-right:15px;background:url(images/icon_common.png) no-repeat right -528px;}
		.drop-menu dd {display:none;position:absolute;top:28px;left:-2px;width:100px;border:1px solid #B5CE85;background:#FFF;font-size:12px;overflow:hidden;}
		.drop-menu dd a, .drop-menu dd a:visited {display:block;height:23px;line-height:23px;text-indent:4px;color:#334F67;overflow:hidden;}
		.drop-menu dd a:hover {color:#FFF;background:#B5CE85;text-decoration:none;}
/*=E nav */
/*
 *@Description: news-pop.css
 *@Version:	    v1.0(2012-05-29 13:00)
 *@Website:	    http://www.19lou.com
 *@Author:      ghy
 *@Update:      ghy
 */

/*=S news-pop-wrapper */
.news-pop-wrapper{display:none;position:fixed;_position:absolute;_zoom:1;z-index:100;height:0;overflow:hidden;}
    .news-pop-wrapper .news-pop-mod{padding:15px 10px 20px;width:455px;height:120px;line-height:22px;background-color:#ebf2d7;border:1px solid #d2e0ab;border-bottom:0 none;border-radius:6px 6px 0 0;overflow:hidden;_zoom:1;}
        .news-pop-mod .news-pop-hd{margin-bottom:6px;height:26px;overflow:hidden;}
            .news-pop-mod .news-pop-hd strong{color:#8ca226;font:400 18px/26px "Microsoft YaHei",Simsun;}
    .news-pop-mod .news-pop-bd{float:left;width:350px;color:#666;font-size:14px;}
    .news-pop-mod .news-pop-ft{float:right;width:100px;text-align:center;}
        .news-pop-mod .news-pop-ft .un-pop{display:block;padding-top:8px;color:#666;}
        .news-pop-mod .news-pop-ft .un-pop:visited{color:#666;}
        .news-pop-mod .news-pop-ft .news-pop-close{position:absolute;top:0;right:8px;color:#94a935;font:400 24px/1.5 Arial;}
        .news-pop-mod .news-pop-ft .news-pop-close:visited{color:#94a935;}
        .news-pop-mod .news-pop-ft .news-pop-close:hover{text-decoration:none;}
/*=E news-pop-wrapper *//*=S page-mod */
.page-mod .page-prev, .page-mod .page-next, .page-mod .page-last, .page-mod button, .view-ctrl .return {background:url(images/bg_pages.png) no-repeat;}

.page-mod, .view-ctrl .return {margin-top:10px;line-height:19px;font-family:"Arial";}
	.page-mod a, .page-mod strong, .view-ctrl .return {float:left;margin-right:2px;padding:0 6px;height:19px;font-size:14px;line-height:19px;border-width:1px;border-style:solid;color:#8F8F8F;border-color:#E3E4DD;background-color:#FFF;overflow:hidden;}
	.page-mod a:visited, .view-ctrl .return:visited {color:#8F8F8F;}
	.page-mod strong, .page-mod a:hover, .view-ctrl .return:hover {background-color:#839B1B;border-color:#839B1B;color:#FFF;font-weight:400;text-decoration:none;}
/*	.page-mod .page-prev, .page-mod .page-last, .view-ctrl .return {padding:0 0 0 19px;width:0;background-color:#FFF;}*/
	.page-mod .page-prev, .page-mod .page-last{padding:0;width:19px;text-indent:-999px;background-color:#FFF;}
	.page-mod .page-next {padding:0 14px 0 7px;font-size:12px;background-color:#FFF;}

	.view-ctrl .return {float:right;padding:0 7px 0 14px;width:auto;font-size:12px;}
	.page-mod .page-prev, .view-ctrl .return {background-position:7px -26px;}
		.page-mod .page-prev:hover, .view-ctrl .return:hover {background-position:-21px -51px;}
	.page-mod .page-last {background-position:6px -58px;}
		.page-mod .page-last:hover {background-position:-18px -83px;}
	.page-mod .page-next {background-position:47px 6px;}
		.page-mod .page-next:hover {background-position:19px -19px;}

	.page-mod .page-go {float:left;padding-left:3px;height:21px;font-size:12px;line-height:21px;overflow:hidden;}
		.page-mod .page-go em {float:left;height:21px;line-height:21px;color:#5A5A5A;}
		.page-mod .txt {float:left;margin:0 5px;width:35px;height:13px;}
		.page-mod button {float:left;cursor:pointer;margin-left:5px;padding:0;width:35px;height:21px;font-size:12px;color:#5A5A5A;background-position:0 -129px;}

/*=E page-mod */
/*S p-l-nav-b*/
.p-l-nav-b {position:relative;z-index:9;}
    .p-l-nav-b .p-logo {padding:16px 0 14px 0;height:70px;overflow:hidden;}
        .p-l-nav-b .p-logo a {display:inline-block;width:230px;height:70px;overflow:hidden;}
        .p-l-nav-b .p-logo img {_filter:Alpha(opacity=0);}
    .p-l-nav-b .p-nav {padding-left:10px;font:18px/40px "Microsoft YaHei",黑体;overflow:hidden;_zoom:1;}
        .p-l-nav-b .p-nav h2, .p-l-nav-b .p-nav span {float:left;font-weight: 400;}
        .p-l-nav-b .p-nav a, .p-l-nav-b .p-nav em {display:inline-block;padding:0 10px;height:40px;white-space:nowrap;}
        .p-l-nav-b .p-nav em {color:#FFF;}
        .p-l-nav-b .p-nav a, .p-l-nav-b .p-nav a:visited {color:#FFF;}
        .p-l-nav-b .p-nav a:hover {color:#FFEE9D;text-decoration:none;}
    .p-l-nav-b .p-link {position:absolute;right:10px;bottom:10px;}
        .p-l-nav-b .p-link a, .p-l-nav-b .p-link a:visited {color:#FFF;}
        .p-l-nav-b .p-link a:hover {color:#FFF}
        .p-l-nav-b .p-tag-search {position:absolute;right:43px;top:25px;padding:2px;width:380px;height:50px;}
            .p-l-nav-b .p-tag-search-input {margin:3px 3px 3px 40px;width:275px;height:24px;line-height:24px;border:none;background:none;}
            .p-l-nav-b .p-tag-search-btn {padding-top:30px;width:60px;height:0px;overflow:hidden;}
            .p-l-nav-b .p-tag-search-tag {width:100%;height:30px;line-height:30px;}
                .p-l-nav-b .p-tag-search-tag a {margin-right:15px;}
    .p-l-nav-b .p-class-bd {display:none;z-index:16;position:absolute;padding:9px;left:0;top:139px;width:720px;height:290px;font:12px/20px Simsun,Arial;border:1px solid #FE890C;background:#FFF8F2;}
        .p-l-nav-b .p-class-bd dl {float:left;margin-bottom:10px;padding-right:10px;width:230px;height:64px;overflow:hidden;}
            .p-l-nav-b .p-class-bd a, .p-l-nav-b .p-class-bd a:visited {padding:0;height:20px;color:#666;}
            .p-l-nav-b .p-class-bd a:hover {color:#0657b2;}
            .p-l-nav-b .p-class-bd dt {height:24px;line-height:24px;font-weight:700;}
            .p-l-nav-b .p-class-bd dt span {display:none;}
/*E p-l-nav-b*/

/*=S p-l-list-b */
.p-l-list-b .p-goods-list {position:relative;z-index:5;zoom:1;overflow:hidden;}
.p-l-list-b .p-goods-list li {position:relative;padding:10px 10px 10px 130px;height:105px;border-bottom:1px solid #F1F1F1;}
    .p-l-list-b .p-goods-tit {font-size:20px;font-weight:700;outline:none;}
    .p-l-list-b .p-goods-tit img.p-goods-face {position:absolute;top:10px;left:15px;padding:1px;border:1px solid #F1F1F1;background:#FFF;}
	a.p-goods-mobile{padding:5px 0 0 5px;}
    .p-l-list-b .p-goods-cont {margin:5px 0;width:420px;height:42px;overflow:hidden;line-height:14px;clear:both;}
    .p-l-list-b .p-goods-info {width:420px;height:16px;line-height:16px;clear:both;}
        .p-l-list-b .p-goods-info a {margin-right:25px;}        
        .p-l-list-b .p-goods-info img {vertical-align:middle;}
        .p-l-list-b .p-goods-info .p-goods-author {margin-right:0;}
    .p-l-list-b .p-goods-prise {position:absolute;display:block;right:15px;top:24px;width:180px;height:36px;line-height:36px;text-align:right;}
    .p-l-list-b .p-goods-prise b {width:150px;font-size:24px;overflow:hidden;}
    .p-l-list-b .p-goods-trade {position:absolute;display:block;right:15px;top:58px;width:150px;text-align:right;}
    .p-l-list-b .p-goods-checkbox {position:absolute;top:50px;left:0px;z-index:99;}
/*=E p-l-list-b */

/*=S p-v-post-b */
.p-v-post-b .p-item {position:relative;padding:5px 0 5px 60px;line-height:24px;border-bottom:1px solid #ECECEC;_zoom:1;}
    .p-v-post-b .p-item-img {position:absolute;top:10px;left:0;width:50px;height:50px;}
    .p-v-post-b .p-item-bd {font-size:14px;}
        .p-v-post-b .p-item-at {margin-top:5px;font-size:14px;color:#666;}
        .p-v-post-b .p-item-at span {padding-left:15px;background:url(images/platform/icon.png) no-repeat;}
    .p-v-post-b .p-item-ft {text-align:right;}
.p-v-post-b .p-reply {position:relative;z-index:9;}
    .p-v-post-b .p-reply-main {float:right;position:relative;width:560px;background:#FFF;}
        .p-v-post-b .p-comment, .p-v-post-b .p-secode, .p-v-post-b .p-submit-btn {margin-bottom:10px;}
            .p-v-post-b .p-comment-bd {padding:3px 5px;height:150px;border:1px solid #e2e2e2;border-bottom:none;}
                .p-v-post-b .p-comment-bd textarea {width:100%;height: 100%;*height:150px;background:#FFF;border:0 none;overflow-y:scroll;}
                .p-v-post-b .p-comment-bd textarea:focus {border-color:#E2E2E2;color:#333;}
            .p-v-post-b .p-comment-ft {padding:0 5px;height:25px;line-height:25px;background:url(images/platform/repeat.png) repeat-x;border:1px solid #E2E2E2;border-bottom-color:#E3E3E3;}
    .p-v-post-b .p-reply-side {float:left;}
/*=E p-v-post-b */
/*=S post-to-mod */
.select-data .on, .select-data .onend, .post-pop-arrow ,.select-data .branch,.select-data .branchend{background:url(images/bg_common.png) no-repeat;_background:url(images/bg_common_ie6.png) no-repeat;}
.post-to-mod {position:relative;z-index:4;zoom:1;}
	.post-to-mod label {display:inline-block;margin-right:10px;width:80px;}
	.post-label, .post-to-select, .post-to-edit {float:left;}
	.post-to-select, .post-to-edit strong {margin-right:5px;line-height:21px;}
	.post-to-edit {display:none;}

	.post-pop-mod {display:none;position:absolute;top:25px;left:0;padding:15px;padding:15px;width:380px;background:#FFF;border:1px solid #bad18e;}
		.post-pop-hd {line-height:24px;font-size:14px;color:#334f67;}
		.post-pop-bd {line-height:22px;}
			.post-pop-bd dt {padding:5px 0;font-weight:700;overflow:hidden;}
			.post-pop-bd dd {overflow:hidden;}
				.post-pop-bd .post-hot-list {padding-bottom:5px;border-bottom:1px solid #EEE;zoom:1;}
				.post-pop-bd dd label {float:left;width:120px;}
				.post-pop-bd label input {vertical-align:-2px;margin-right:2px;}			
			.post-select-list {margin-bottom:25px;zoom:1;overflow:hidden;}
				.select-data {float:left;margin-right:25px;padding:4px;width:140px;height:170px;font-size:14px;border:1px solid #e2e2e2;overflow-x:hidden;overflow-y:scroll;}
					.select-data dt, .select-data dd {padding:0 5px;width:116px;overflow:hidden;}
					.select-data dt {margin-bottom:5px;height:25px;line-height:25px;color:#333;}
					.select-data dd {cursor:pointer;height:23px;line-height:22px;}
						.select-data .on {background-position:-20px 0;color:#FFF;}
						.select-data .onend {background-position:-20px -24px;color:#FFF;}

		.post-pop-ft .post-selected {margin-bottom:15px;padding:10px;background:#eff7f8;color:#333;zoom:1;overflow:hidden;}
			.post-selected label {float:right;}
			.post-pop-arrow {position:absolute;;top:-8px;left:15px;padding-top:8px;width:15px;height:0;overflow:hidden;}
		.post-pop-mod .close {top:3px;right:3px;}

.select-data .branch{padding-left:25px;background-position:-122px -237px;}
.select-data .branchend{color:#fff;background-position:0 -317px;}

/*=E post-to-mod */
/*=S 快速发帖 */
.quick-app {position:relative;width:100%;}
	.quick-app-item {position:relative;float:left;margin-right:10px;z-index:9;}
		.quick-app-item .app-btn {float:left;padding-left:20px;}
		.quick-app-item dt .close  {position:relative;top:2px;left:0;float:left;}
.post-pop-smiley {padding:5px;width:274px;height:134px;}
	.post-pop-smiley .smiley-mod {top:0;border:0 none;background:none;}
.post-pop-images {width:310px;text-align:center;}
	.post-pop-images-step1 {position:relative;zoom:1;}
		.post-pop-images-step1 .post-pop-images-btn {position:absolute;z-index:1;top:0;left:98px;display:block;width:112px;height:25px;opacity:0;filter:alpha(opacity=0);overflow:hidden;}
		.post-pop-images-btn input {position:absolute;top:0;left:-20px;_left:-10px;width:112px;height:25px;}
	.post-pop-images-step1 p {margin:10px auto;width:250px;line-height:17px;text-align:left;}
	.post-pop-images-option {margin:0 auto;width:305px;overflow:hidden;}
	.post-pop-images-option span {float:left;}
	.post-pop-images-option a, .post-pop-images-option a:visited {float:right;color:#0657b2;}
	.post-pop-images .txt {margin-right:8px;}
	.post-pop-images-bd {padding:10px 0 10px 85px;display:table-cell;vertical-align:middle;width:120px;height:120px;text-align:center;overflow:hidden;zoom:1;*display:block;*font-size:100px;*padding-left:0;}
	.post-pop-images-step2, .post-pop-images-step3 {display:none;}
.post-pop-ta {width:auto;}
	.post-pop-tag label {padding-right:15px;}
	.post-pop-tag-p {line-height:25px;}
		.post-pop-tag label input {margin:-2px 2px 0 0;}
/*=E 快速发帖 */
/*=S 网络城市群 友情链接*/
.relationship-mod {margin:0 auto;width:980px;height:58px;background:#fff; border:1px solid #e3e3e3;}
	.relationship-mod .relationship-mod-icon {width:85px;vertical-align:middle;}
		.relationship-mod .relationship-mod-icon span {display:inline-block;padding-top:58px;width:100%;height:0;background:url(images/bg_common.png) 0 -416px no-repeat;_background:url(images/bg_common_ie6.png) 0 -416px no-repeat;overflow:hidden;}
	.relationship-mod .relationship-mod-link {padding:10px 0 10px 10px;font:14px/22px "Simsun";}
		.relationship-mod .relationship-mod-link a {float:left;margin-right:10px;white-space:nowrap;}
	.friend-link .relationship-mod-icon span{background-position:0 -760px;}
/*=S 网络城市群 友情链接*/
/*=S 搜索 */
.search-input-mod{display:inline-block;margin-right:10px;padding-right:5px;width:390px;height:30px;border-left:1px solid #bdbcbd;background: url(images/bg_search.png) 100% -240px no-repeat;*display:inline;*display:inline-block;}
	.search-input-mod li{float:left;height:30px;line-height:30px;border-right:1px solid #bdbcbd;background: url(images/bg_search.png) 0 -200px repeat-x;}
		.search-input-mod .select-type{background: url(images/bg_common.png) 0 -59px repeat-x;}
		.search-input-mod .select-mod{}
		.search-input-mod .select-mod a,.search-input-mod .select-mod a:visited{white-space:nowrap;color:#666;}
		.search-input-mod .select-mod a:hover{color:#fff;background-color:#697f8f;}
		.search-input-mod .select-mod dt{margin:0 5px;background-position:100% -532px;}
		.search-input-mod .select-mod .select-bd{left:-1px;max-height:150px;width:60px;border-top:none;border-color:#bdbcbd;_height:150px;overflow-y:auto;overflow-x:hidden;}
		.search-input-mod .select-type .select-bd{overflow:visible;_height:auto;}
		.search-input-mod .select-txt{border:none;}
		.search-input-mod .select-txt input{margin:2px 0;padding:4px 0 3px 4px;vertical-align:baseline;width:135px;height:20px;font-size:14px;line-height:20px;border:0;background:transparent;}
		
/*=E 搜索 */
/*=S select-mod */
.select-mod {position:relative;z-index:1;}
.select-mod dt {cursor:pointer;padding-right:10px;background:url(images/icon_common.png) no-repeat right -208px;}
.select-bd {display:none;position:absolute;border:1px solid #B5CE85;background:#FFF;z-index:1;}
	.select-bd a {display:block;padding:0 5px;color:#334F67;height:20px;line-height:20px;overflow:hidden;}
	.select-bd a:hover {text-decoration:none;color:#fff;background:#B5CE85;}
/*=E select-mod */
/*=S shanghai-ip*/
.shanghai-ip{position:fixed;_position:absolute;bottom:0;right:0;z-index:999;width:262px;height:172px;background:url(images/ship_bg.gif) no-repeat;}
.shanghai-ip a{position:relative;display:inline-block;margin:25px 8px 8px;padding-left:110px;width:136px;height:140px;}
.shanghai-ip a:hover{text-decoration:none;}
.shanghai-ip img{position:absolute;top:0;left:0;}
.shanghai-ip strong{display:block;width:136px;height:24px;overflow:hidden;line-height:20px;}
.shanghai-ip span.ship-info{display:block;width:136px;height:80px;line-height:20px;overflow:hidden;}
.shanghai-ip a span, .shanghai-ip a:visited span{color:#324F64;}
.shanghai-ip a:hover span{color:#0657b2;}
.shanghai-ip span.ship-more{position:absolute;right:5px;bottom:5px;padding-left:20px;background:url(images/ship_bg.gif) 0 -181px no-repeat;}
#ship-close{display:block;position:absolute;cursor:pointer;right:5px;top:6px;width:15px;height:15px;}
/*=E shanghai-ip*/
/*=S slide-mod */
.slide-mod {position:relative;_zoom:1;overflow:hidden;}
	.slide-mod .slide-bd {width:640px;height:200px;overflow:hidden;}
		.slide-bd li {float:left;}
		.slide-bd img {border-radius:2px;}
	.slide-ft {position:absolute;right:15px;bottom:5px;height:14px;line-height:15px;border:1px solid #d5d5d5;overflow:hidden;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#A5ffffff', endColorstr='#A5ffffff');background:rgba(250, 250, 250, 0.8);}
		.slide-ft em {padding:0 6px;}
		.slide-ft a {display:inline-block;width:14px;text-decoration:none;text-indent:-999px;border-left:1px solid #d5d5d5;}
			.slide-ft .slide-prev,.slide-ft .slide-next{background:url(images/icon_common.png) no-repeat;}
				.slide-ft .slide-prev {background-position:-27px -713px;}
				.slide-ft .slide-next {background-position:-27px -685px;}
/*=E slide-mod */

/*=S slide-player */
.slide-player {position:relative;overflow:hidden;}
    .slide-player .slide-item {position:absolute;top:0;left:0;}
        .slide-player .slide-item a, .slide-player .slide-item a:visited {color:#FFF;}
        .slide-player .slide-item a:hover {color:#FFF;text-decoration:none;}
        .slide-player .slide-item span {position:absolute;left:0;bottom:0;display:block;width:100%;height:21px;text-indent:5px;line-height:21px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66000000', endColorstr='#66000000');background:rgba(0,0,0,0.4);}
        :root .slide-player .slide-item span {filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');}
    .slide-player .slide-page {position:absolute;right:0;bottom:3px;}
        .slide-player .slide-page a, .slide-player .slide-page a:visited {float:left;margin-right:3px;width:15px;height:14px;text-align:center;font:700 12px/15px Simsun;background:#FFF;overflow:hidden;}
        .slide-player .slide-page a.trigger {text-decoration:none;color:#FFF!important;background:#FF7D01!important;}
/*=E slide-player *//*=S 表情 */			
.smiley-mod {position:absolute;top:25px;left:0;padding:10px 0 10px 10px;width:274px;border:1px solid #D9E6BB;background:#FFF;}
	.smiley-hd {display:none;position:absolute;right:-74px;bottom:0;border:1px solid #B5CE85;background-color:#FFF;}
		.smiley-hd p {display:table-cell;*display:block;width:64px;height:64px;vertical-align:middle;text-align:center;*font-size:55px;}
	.smiley-bd {overflow:hidden;}
		.smiley-mod .smiley-bd li {cursor:pointer;display:inline;float:left;margin:0 8px 8px 0;padding:0;width:auto;clear:none;background-color:#FFF;}
		.smiley-mod .smiley-bd a {display:table-cell;*display:block;width:24px;height:24px;vertical-align:middle;text-align:center;*font-size:21px;border:1px solid #FFF;}
		.smiley-mod .smiley-bd a:hover {border-color:#B5CE85;}
	.smiley-ft {clear:both;margin:5px 10px 0 0;text-align:right;line-height:16px;overflow:hidden;}
		.smiley-ft a, .smiley-ft a:visited {display:inline-block;*display:inline;zoom:1;vertical-align:middle;margin-left:5px;padding:1px 5px;font-family:Arial;color:#8F8F8F;border:1px solid #DDD;background-color:#FFF;}
		.smiley-ft a:hover, .smiley-ft a.select:visited {text-decoration:none;color:#FFF;border-color:#839B1B;background-color:#839B1B;}
/*=E 表情 */

/*=S 提示 */
.tips-mod strong, .tips-mod i {background:url(images/bg_common.png) no-repeat;_background:url(images/bg_common_ie6.png) no-repeat;}
.tips-mod, .tips-mod strong, .tips-mod i, .tips-mod em {display:inline-block;_display:inline;_zoom:1;height:58px;}
.tips-mod {position:fixed;top:40%;left:0;width:100%;font:700 14px/58px "Simsun";text-align:center;z-index:100;}
	.tips-mod strong {position:relative;margin:0 auto;background-repeat:repeat-x;background-position:0 -260px;}
	.tips-mod em {padding-left:45px;background:url(images/icon_common.png) no-repeat 0 -60px;color:#334F67;}
	.tips-mod .tips-warn, .tips-mod .tips-error {background-position:0 -604px;color:#C0880F;}
	.tips-mod i {position:absolute;top:0;left:-20px;width:20px;background-position:0 -202px;text-indent:-999px;overflow:hidden;}
	.tips-mod .tips-rs {left:auto;right:-20px;background-position:-20px -202px;}	
/*=E 提示 */
/*=S uoption-btn*/
.uoption-btn{display:inline-block;margin-right:5px;width:63px;height:22px;font-size:12px;line-height:22px;background:url(images/bg_common.png)  0 -340px no-repeat;}
.uoption-btn:hover {background-position:-63px -340px;color:#FFF;text-decoration:none;}
	.uoption-btn span {display:inline-block;padding-left:21px;width:42px;font-size:12px;background:url(images/icon_common.png) no-repeat;}
	.uoption-follow span {color:#666;background-position:6px -659px;}
		.uoption-follow:hover span {color:#fff;background-position:6px -729px;}
	.uoption-msg span {background-position:5px -766px;}
		.uoption-msg:hover span {background-position:5px -803px;}
	.uoption-followed{display:inline-block;*display:inline;zoom:1;vertical-align:middle;margin-right:5px;padding-left:18px;width:38px;height:16px;line-height:16px;color:#999;font-size:12px;background:url(images/icon_common.png) 5px -842px no-repeat;}
/*=E uoption-btn*/
/*=S 帖子操作 */
.view-option {margin-bottom:10px;padding:5px 0;background:#EFF7F8;overflow:hidden;}
	.view-option a {display:inline-block;*display:inline;zoom:1;vertical-align:middle;margin-left:5px;padding:2px 5px;height:17px;line-height:17px;border:1px solid #DDD;background:url(images//view_bg_repeat.png) repeat-x;}
/*=E 帖子操作 */
/*=S 弹窗 */
/* win-table */
.win-table th, .win-table td {padding:5px 0;}
	.win-table th {width:80px;font-weight:normal;text-align:right;vertical-align:top;}
	.win-table textarea {width:240px;height:60px;}
	.win-table label {margin-right:5px;}
	.win-table label input {vertical-align:-2px;}

/* 通用数据列表 */
.win-data {_zoom:1;overflow:hidden;}
	.win-data li {float:left;width:110px;height:20px;line-height:20px;overflow:hidden;}
	.win-data-long li {width:150px;}


.win {position:relative;z-index:99;}
.win-mod {position:absolute;width:350px;overflow:hidden;z-index:1002}
	.win-hd, .win-bd {filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#33333333', endColorstr='#33333333');background:rgba(51,51,51,0.2);zoom:1}
    :root .win-hd, :root .win-bd {filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');}
	.win-hd {position:relative;padding:7px 7px 0 7px;border-top-left-radius:4px;border-top-right-radius:4px;}
		.win-hd h3 {cursor:move;text-indent:10px;height:31px;font:700 14px/31px "Simsun";color:#334F67;background:url(images/repeat_common.gif) repeat-x;}
		.win-hd .close {position:absolute;top:15px;right:15px;}
	.win-bd {padding:0 7px 7px 7px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
		.win-cont, .win-btn {background-color:#FFF;overflow:hidden;}
			.win-cont {padding:10px;}
				.win-form {}
					.win-form li {height:22px;line-height:23px;}
					.win-form .lab {float:left;width:70px;height:22px;font-weight:normal;text-align:right;}
				.win-alert {position:relative;padding-left:68px;height:46px;}
					.win-alert .smiley {position:absolute;top:0;left:0;}
					.win-alert .msg {display:inline-block;font-size:14px;font-weight:bold;color:#334F67;}
					.win-alert .tip {font:100 12px/30px "Simsun";}
			.win-btn {padding-bottom:10px;text-align:center;}
				.win-btn a {margin-right:10px;}
			.win-tip {color:#FC6D02;}
	.win-mask {position:absolute;top:0;left:0;filter:alpha(opacity=50);opacity:0.5;background-color:#333;z-index:1001}
/*=E 弹窗 */

/*=S 登录弹窗 */
#win-login .login-name {margin-bottom:15px;}
#win-login .login-pass {margin-bottom:10px;}
#win-login .login-auto {padding-left:70px;}
#win-login .win-btn {padding-left:80px;text-align:left;}
#win-login .txt{width:140px;height:18px;}
#win-login .login-btn, #win-login .login-shortcut {padding:8px 0 0 70px;}
    #win-login .login-btn {height:28px;}
    .login-shortcut .account-qq, .login-shortcut .account-sina, .login-shortcut .account-taobao {float:left;margin:3px 10px 0 0;padding-top:16px;width:16px;height:0;background:url(images/common.png) no-repeat;overflow:hidden;}
        .login-shortcut .account-sina {background-position:-20px 0;}
        .login-shortcut .account-taobao {background-position:-40px 0;}
/* 旧版待删 */
.login-related {padding:8px 0 0 70px;height:24px;line-height:24px;}
.login-related .account-qq, .login-related .account-sina{display:inline-block;padding-left:25px;height:24px;line-height:24px;background:url(images/view_icon.png) 5px -250px no-repeat;}
    .login-related .account-qq{background-position:5px -1654px;}
/*=E 登录弹窗 */

/* 举报弹窗 */
#win-report .report-name {margin-bottom:10px;}
#win-report .report-reason {height:88px;}
#win-report textarea {width:200px;height:80px;}
#win-report .win-btn {padding-left:80px;text-align:left;}

/* 私信弹窗 */
#win-sms {width:415px;}
#win-sms .sms-user {margin-bottom:10px;}
#win-sms .sms-title, #win-sms .sms-content {margin-bottom:15px;}
#win-sms .sms-content {height:88px;}
	#win-sms .textarea {width:277px;height:80px;}
#win-sms .sms-login .txt {float:left;width:80px;}
#win-sms .lab-pass {width:45px;}
#win-sms .win-btn {padding-left:80px;text-align:left;}

/* 评分弹窗 */
#win-rate {width:420px;}
#win-rate .rate-prestige, #win-rate .rate-gold, #win-rate .rate-reason {margin-bottom:10px;}
#win-rate .rate-prestige {position:relative;height:34px;line-height:34px;}
    .prestigeList, .prestigeList ul {float:left;}
    .prestigeList ul {width:120px;overflow:hidden;}
        .prestigeList li {margin-bottom:2px;height:16px;vertical-align:middle;text-align:center;line-height:16px;}
            .prestigeList li a, .prestigeList li span {float:left;margin-right:5px;width:17px;height:14px;color:#8CA226;border:1px solid #DBDBDB;background:url(images/bg_btn.png) repeat-x 0 -391px;overflow:hidden;}
            .prestigeList li a:hover {text-decoration:none;color:#FFF;background-position:0 -446px;border-color:#8BA159;}
            .prestigeList li span {cursor:pointer;color:#DDD}
    #win-rate .ratePrestige {width:25px;}
#win-rate .rateGold {width:30px;}
#win-rate .rate-reason {height:70px;}
    #win-rate #rateReason {height:62px;width:270px;}
#win-rate .select-reason {height:65px;overflow:hidden;}
    #win-rate #selectReason {float:left;width:200px;height:63px;border:1px solid #DDD;overflow:hidden;}
    #win-rate #selectReason li {text-indent:3px;height:21px;line-height:21px;color:#666;cursor:pointer;}
    #win-rate #selectReason .hover {background:#8CA226;color:#FFF}
#win-rate .rate-sms {margin-top:5px;padding-left:70px;color:#666;}
#win-rate .win-btn {padding-left:80px;text-align:left;}
#win-rate .rate-prestige .popo-mod {position:absolute;top:-5px;right:0px;line-height:18px;}

/* 收藏弹窗 */
#win-favorite {width:275px;}
#win-favorite .msg {margin-top:5px;}
#win-favorite .win-btn {padding-left:80px;text-align:left;}

/* 转发弹窗 */
#win-forward {width:400px;overflow:hidden;}
	#forward-cont {width:366px;overflow:hidden;}
		#forward-cont li {margin-bottom:15px;height:auto;}
		#forward-cont p {margin-bottom:5px;}
		#forward-cont .txt {width:358px;}
		#forward-cont textarea {height:50px;}
		#forward-cont label input {vertical-align:-2px;}
		#forward-cont .select-photo {width:376px;overflow:hidden;_zoom:1;}
			#forward-cont .select-photo a {display:block;position:relative;float:left;margin-right:10px;width:80px;height:80px;border:1px solid #e8e8e8;overflow:hidden;}
			#forward-cont .select-photo a:hover {border-color:#9dae51;}
			#forward-cont .select-photo .selected em {display:block;position:absolute;bottom:1px;left:1px;padding-top:15px;width:15px;height:0;background:url(images/icon_common.png) no-repeat 0 -580px;overflow:hidden;}

/* 关注达人弹窗 */
#win-attention {width:610px;overflow:hidden;}
#win-attention .win-hd {width:610px;}

/*关注设置分组弹窗*/
#follow-group p{margin-bottom:15px;padding:10px;background-color:#EFF7F8;}

/*明日天气弹窗*/
#win-weather {width:514px;}

/*=S 登录弹窗按钮区隐藏-账号互通需要*/
#win-login .win-btn{display:none;}
/*=E 登录弹窗按钮区隐藏-账号互通需要*/

/*=E 弹窗 */

