/**
 * @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 {background-color:#FFF;}
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:980px;}
.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:69px;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;}
.error_txt {border:1px solid #FFABAB;}
.error_txt:hover {border:1px solid #FFABAB;}
/*=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:69px;height:15px;background:url(images/img_ad/float_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-980x40{position:relative;height:40px;overflow:hidden;z-index:10;}
.ad-320x90{margin:0 auto;width:980px;overflow:hidden;}
.ad-320x90 .ad-center{margin:0 10px;}
.ad-320x90 .ad-cycle{float:left;margin-top:10px;width:320px;height:90px;overflow:hidden;}
.ad-780x60 {position:relative;margin:10px auto;height:60px;width:780px;overflow:hidden;}
.ad-780x60 .ad-embed-mask{width:780px;height:60px;}
.ad-780x90 {position:relative;margin:10px auto;height:90px;width:780px;overflow:hidden;}
.ad-780x90 .ad-embed-mask{width:780px;height:90px;}
.ad-800x60 {position:relative;margin:10px auto;height:60px;width:800px;overflow:hidden;}
.ad-800x60 .ad-embed-mask{width:800px;height:60px;}
.ad-800x90 {position:relative;margin:10px auto;height:90px;width:800px;overflow:hidden;}
.ad-800x90 .ad-embed-mask{width:800px;height:90px;}
.ad-1190x60 {position:relative;margin:10px auto;height:60px;width:1190px;overflow:hidden;}
.ad-1190x60 .ad-embed-mask{width:1190px;height:60px;}
.ad-1190x90 {position:relative;margin:10px auto;height:90px;width:1190px;overflow:hidden;}
.ad-1190x90 .ad-embed-mask{width:1190px;height:90px;}
/*=E 横幅 */
/*=E 广告 */

/*=S 回顶部 */
.go-top {position:fixed;padding-top:48px;right:15px;bottom:300px;height:110px;background:url("images/go_top.png") 7px 0 no-repeat;text-align:center;z-index:80;_position:absolute;}
    .go-top a {display:block;width:49px;background:#fff url("images/go_top.png") 0 0 no-repeat;border:1px solid #e1e1e1;}
    .go-top a:hover {border-color:#c7c7c7;background-color:#c7c7c7;}
        .go-top a span {display:none;color:#fff;font:400 12px/1.5 "SimSun";text-decoration:none;}
        .go-top a:hover span {display:block;}
    .go-top .close-item {position:absolute;left:7px;top:2px;width:36px;height:45px;border:none;background:none;}
    .go-top .close-item:hover {background:none;}
    .go-top .close-go-top {display:none;position:absolute;top:-23px;margin-left:12px;padding-top:22px;height:0;width:23px;background-position:-42px -14px;border-radius:12px;overflow:hidden;}
    .go-top .close-go-top:hover {background-position:-42px 6px;}
    .go-top-hover .close-go-top, .go-top-hover .close-go-top:visited {display:block;}
    .go-top .customer-service, .go-top .back-to-top {margin-bottom:5px;height:48px;background-position:-60px 10px;border-radius:25px;}
        .go-top .customer-service span {margin:7px 0 0 8px;width:34px;*margin-left:2px;}
    .go-top .back-to-top {background-position:-97px 13px;}
        .go-top .back-to-top span {line-height:48px;}
    .go-top .customer-service:hover, .go-top .back-to-top:hover {background-position:-50px -149px;background-color:#c7c7c7;text-decoration:none;color:#fff;}
/*=E 回顶部 */

/*=S at */
.at, .at:hover {display:inline-block;*display:inline;zoom:1;vertical-align:middle;padding-left:15px;font-size:12px;line-height:18px;color:#83A013;text-decoration:none;background:url(images/common.png) -380px 3px no-repeat;}
.at:visited {color:#83A013;}
/*=E at *//*=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;*margin-right:10px;}
	.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;height:290px;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;overflow:hidden;word-wrap:break-word;}
			.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;font-family: simsun;}
	.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:1000px;text-align:center;}
	/* .footer-link div{text-align:left;} */
		.footer-link p a{display:inline-block;padding:0 3px;border-radius:3px;}
		.footer-link p a:hover{background:#808080;color:#fff;text-decoration:none;}
	.foot-home{margin-top:5px;padding-right: 8px; border-right:1px solid #ccc;margin-right: 15px;}
        .foot-home img{margin-left: 12px;margin-top: 0;}
		.footer .pipe{padding:0 5px;}
		.link-otherinfo,.link-otherinfo a,.link-otherinfo a:visited{color:#a7a7a7;}
/*=E footer */
/*=S header */
#header{position:relative;height:25px;background:#EFEFEF;z-index:11;-webkit-text-size-adjust:none;box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);}
#header .layout{width:1190px;height:25px;}
#header.brown {background:#42382E;}
.brown .header-city dt a, .brown .header-city dt a:visited, .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-hd {position:relative;float:left;width:220px;z-index:1000;zoom:1;}
	.header-city dd,.header-logined,.header-floor dd,.user-msg dd,.user-switch dd,.user-nav-on dd .user-switch dd,.user-nav dd,.user-switch dd,.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,.header-bd .header-home-on dd {display: block;}
	.header-city {position:relative;float:left;width:140px;z-index:11;zoom:1;}
        .header-city .header-logo {z-index:2;position:relative;top:1px;float:left;padding-left:1px;width:135px;height:25px;line-height:25px;}
            .header-logo .logo {float:left;padding-left:55px;height:25px;background:url(images/common.png) -350px -15px no-repeat;}
            .header-logo .triangle {cursor:pointer;float:left;height:25px;width:16px;background-position:0 -419px;}
            .brown .logo {background-position:-350px -54px;}
            .brown .triangle {background:0 -612px;}
        .header-city-on .header-logo {padding-left:0;height:24px;line-height:23px;border:1px solid #CDCDCD;border-bottom:none;background-color:#FFF;}
            .header-city-on .logo {height:24px;background-position:-350px -36px;}
            .brown .header-city-on .logo, .brown .header-city-on .logo:visited {color:#666;}
		    .header-city-on .triangle {height:24px;background-position:0 -459px;}
		.header-city-on .header-city-cont {position:absolute;top:25px;left:0;box-shadow:0 2px 3px #DDD;overflow:visible;_overflow:hidden;}
			.header-city .header-cities {padding:8px;width:240px;background:#FFF;border:1px solid #CDCDCD;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,.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:#666;}
.header-bd {float:left;margin-right:20px;}
	.header-floor,.header-home {float: left;}
		.header-bd .header-floor dt,.header-bd .header-home dt {z-index:2;position:relative;top:1px;float:left;padding-left:2px;padding-right:15px;height:25px;line-height:25px;text-indent:7px;font-size:12px;background-position:right -419px;}
		.header-bd .header-floor-on dt,.header-bd .header-home-on dt {padding-left:1px;padding-right:14px;height:24px;line-height:23px;color:#333;border:1px solid #CDCDCD;border-bottom:none;background-color:#FFF;background-position:right -459px;}
		.header-floor,.header-home {position:relative;}
		.header-floor-on dd {position:absolute;top:25px;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;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-hd dt a,.header-hd dt a:visited,.header-hd dt a:hover,.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:#666;text-decoration:none;}

	#header .header-link,#header .header-link:visited {display:block;float:left;margin-left:5px;padding:0 10px 0 10px;height:25px;line-height:27px;color:#666;font-size:12px;overflow: hidden;}
	#header .header-link:hover,#header .header-bd .header-link-on,#header .header-bd .header-link-on:visited {color:#FFF;text-decoration:none;background:#808080;}
    #header.brown .header-link:hover,#header.brown .header-bd .header-link-on,#header.brown .header-bd .header-link-on:visited {background-color:#E9952E;}

.header-search {position:relative;float:left;padding-top:1px;width:190px;}
	.header-search input {float:left;padding:3px 7px;width:145px;height:15px;font-size:12px;line-height:15px;vertical-align:middle;border:1px solid #cdcdcd;border-right:none;border-top-left-radius:2px;border-bottom-left-radius:2px;box-shadow:2px 2px 2px #ebebeb inset;}
	.header-search .search-button {cursor:pointer;z-index:11;float:left;width:28px;height:21px;border:1px solid #CDCDCD;border-top-right-radius:2px;border-bottom-right-radius:2px;background:#E6E6E6;background:-webkit-linear-gradient(top, #F7F7F7,#DBDBDB);background:-moz-linear-gradient(top, #F7F7F7,#DBDBDB);overflow:hidden;}
        .header-search .search-button i {display:block;padding-top:21px;width:28px;height:0;background-position:5px -293px;}
    .header-search .search-button-on {background:#EDEDED;}
    .header-search .search-suggest {display:none;position:absolute;top:23px;left:0;padding:1px;width:186px;border:1px solid #CDCDCD;background:#FFF;}
        .search-suggest a, .search-suggest a:visited {display:block;padding:0 5px;width:176px;height:26px;line-height:26px;color:#0657B2;background:#EFEFEF;overflow:hidden;}
            .search-suggest a strong, .search-suggest a:visited strong {font-weight:400;color:#FC6D02;}
            .search-suggest a:hover {text-decoration:none;color:#0657B2;}
        .search-suggest dd {display:none;overflow:hidden;_zoom:1;}
        .search-suggest dd ul {margin:-1px 0 5px 0;}
                .search-suggest dd a, .search-suggest dd a:visited {padding:0 10px;width:166px;color:#666;border-top:1px dotted #DDD;background:#FFF;}
                .search-suggest dd a:hover {background:#F5F5F5;}
                .search-suggest dd#J_searchLabel a, .search-suggest dd#J_searchLabel a:visited {font-size:14px;color:#333;}
                .search-suggest dd#J_searchLabel a i{display:inline-block;*display:inline;zoom:1;_margin-top:5px;width:20px;height:16px;_height:20px;vertical-align:middle;background: url(../../forum/default/images/headnav_icon.png) 4px -992px no-repeat;}

.header-login,.header-logined {position:relative;float:right;width:240px;}
.header-login {height:25px;line-height:25px;text-align:right;}
.header-login a,.user-name a {padding:5px 3px;}
.header-login a:hover,.user-name a:hover {color:#FFF;text-decoration:none;background:#808080;}
.brown .header-login a:hover, .brown .user-name a:hover {background:#E9952E;}
.header-logined .user-name {float:right;margin-right:20px;}
.header-logined .user-msg {float:right;margin-right:10px;}
.header-logined .user-name {height:25px;line-height:27px;text-align:right;overflow:hidden;}
.header-logined .user-msg {position:relative;}
	.header-logined .user-msg .user-msg-count {position:absolute;top:3px;left:-33px;background:url(images/infos.png) no-repeat;width:31px;height:16px;color:#fff;font-weight:bold;line-height:16px;text-align:center;}
    .header-logined .user-msg dt {cursor:pointer;z-index:2;position:relative;top:1px;padding-left:2px;width:42px;height:25px;line-height:25px;color:#666;background-position:right -419px;}
	.brown .user-msg dt {color:#FFF;}
    .header-logined .user-msg-on dt,.header-logined .user-nav-on dt {padding-left:0;text-indent:5px;width:46px;height:24px;line-height:23px;color:#666;background:#fff;border:1px solid #CDCDCD;border-bottom:none;background-position:right -459px;}
	.header-logined .user-msg-on dd {position:absolute;top:25px;right:0;box-shadow:0 2px 3px #ddd;overflow:visible;_overflow:hidden;}
	.header-logined .user-msg-on ul {width:120px;border:1px solid #cdcdcd;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;}
	.header-logined .user-nav dt {cursor:pointer;z-index:2;position:relative;top:1px;height:25px;width:20px;background-position:0 -419px;}
	.header-logined .user-nav-on dt {padding-left:0;height:24px;text-indent:1px;background-position:0 -459px;}
	.user-nav-on dd {position:absolute;right:0;box-shadow:0 2px 3px #ddd;}
	.user-nav-on ul {width:138px;border:1px solid #cdcdcd;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:#666;}
	.user-nav-on dd a:hover,.user-msg-on dd a:hover,.header-home-on dd a:hover {color:#666;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-favforum,.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-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,.header-city .triangle,.user-nav-on .user-switch .triangle,.search-button i,.header-bd .header-home dt,.header-icon-special,.header-icon-event,.header-icon-new,.header-icon-order,.header-icon-cityMsg,.header-icon-discovery {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-favforum {background-position: 8px -970px;}
	.header-icon-count {background-position: 8px -65px;}
	.header-icon-photo{background-position: 8px -96px;}
	.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-discovery {background-position: 8px -1020px;}
	.header-icon-event {background-position: 8px -775px;}
    .header-icon-new {background-position: 8px -807px;}
    .header-icon-order {background-position: 8px -1000px;}
    .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 -612px;}
	.brown .header-floor-on dt {background-position:right -458px;}
	.brown .user-msg dt {background-position:right -612px;}
	.brown .user-msg-on dt {background-position:right -458px;}
	.brown .header-home dt {background-position:right -612px;}
	.brown .header-home-on dt {background-position:right -458px;}
	.brown .user-nav dt {background-position:0 -612px;}
	.brown .user-nav-on dt {background-position:0 -458px;}
	.brown .header-logo {background-position:right -607px;}
	.brown .user-nav-on .user-switch dt {background-position:8px -225px;}

.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 电梯功能*/
.lift-mod {margin:5px 0 10px 0;padding-bottom:10px;border:1px solid #d9e6bb;background:#FAFBF7;*position:relative;*z-index:1;border-radius:5px;}/*hack 解决简版气泡被遮住*/
.lift-mod .lift-hd {position:relative;margin-bottom:10px;height:41px;font:400 16px/40px "Micorosoft Yahei","SimHei";color:#fff;display:none;background:#E7EADF;}
.lift-mod .lift-hd h3 {position:absolute;padding-left:18px;left:8px;top:-9px;height:47px;width:140px;background:url("images/lift_title.png") no-repeat 0 0;}
.lift-mod .lift-hd .lift-tip {float:right;display:inline-block;padding-right:12px;margin:12px;background:url("images/lift_icon.png") no-repeat right -47px;font:400 12px/18px "SimSun";color:#95b351;cursor:help;*background-position:right -47px;}
.lift-mod .lift-hd .lift-tip:hover {text-decoration:none;}
.lift-mod .lift-hd .lift-tip #J_liftPopo,.lift-mod .lift-hd .lift-tip:visited #J_liftPopo {display:none;position:absolute;top:-55px;right:-83px;width:174px;z-index:9;color:#C0880F;}
.lift-mod .lift-hd .lift-tip:hover #J_liftPopo {display:block;}
.lift-mod .lift-bd {overflow:hidden;*zoom:1;display:none;padding:0 10px;}
.lift-mod .lift-bd .lift-list {overflow:hidden;*zoom:1;}
.lift-mod .lift-bd li {float:left;display:table;padding-right:5px;height:42px;width:374px;border-bottom:1px dashed #dddddd;*overflow:hidden;}
.lift-mod .lift-bd .lift-item {display:table-cell;*display:inline-block;padding-left:22px;background:url("images/lift_icon.png") no-repeat -100px -62px;vertical-align:middle;font-size:14px;word-break:break-all;*line-height:42px;}
.lift-mod .lift-bd .lift-item:hover {color:#95b351;background-position:-100px -102px;}
.lift-mod .lift-bd .lift-item:visited {outline:none;}

.J_postLifts .lift-mod .lift-hd .close-layer, .J_postLifts .lift-mod .lift-hd .close-layer:visited{display:block;position:absolute;top:6px;right:6px;padding-top:15px;width:15px;height:0;text-indent:-99999px;background:url("images/icon_common.png") no-repeat 4px 4px;overflow:hidden;}
.J_postLifts .lift-mod .lift-hd .close-layer:hover{background-position:4px -32px;}
/*E 电梯功能*//*= S 客户端推广公用样式 update by css=*/
    /*=S 客户端发帖、回帖展现样式 =*/
    .m-cont {width:778px;}
        .m-cont .m-hd, .m-cont .m-ft {background:url(images/m/m-bg.png) 0 0 no-repeat;}
        .m-cont .m-hd {height:43px;background-position:0 0;}
        .m-cont .m-bd {padding:5px 18px;background:#dcf1f9;_zoom:1;color:#333;}
            .m-cont .m-bd .thread-cont {width:545px;min-height:110px;_height:110px;}
                .m-cont .m-bd img {max-width:730px;_width:730px;zoom:1;}
        .m-cont .m-ft {height:130px;background-position:0 -57px;}
    /*=E 客户端发帖、回帖展现样式 =*/

    /*=S 头像vip样式 =*/
    .m-vip {position:absolute;left:-6px;top:-6px;height:35px;width:35px;background:url(images/m/vip.png) 0 0 no-repeat;}
    .mVip_hover {display:none;border:1px solid #bad28b;position:absolute;left:16px;top:14px;background:url(images/m/mvip-hover.jpg) 0 0 no-repeat;height:196px;width:161px;z-index:2;}
    /*=E 头像vip样式 =*/
/*= E 客户端推广公用样式 =*//*=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 */
/*=S button：btn=*/
.btn::-moz-focus-inner{padding: 0;border: 0;}
.btn:first-child {*margin-left: 0;}
.btn{display:inline-block;margin-bottom:0;padding:4px 14px;cursor:pointer;font:400 14px/22px "Microsoft YaHei",Tahoma,Simsun,Arial;
    color:#fff;text-align: center;vertical-align:middle;*display:inline;*zoom:1;*overflow:visible;*margin-left:0.3em;
    background-color:#abbf42;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abbf42), to(#8ea423));
    background-image: -webkit-linear-gradient(top, #abbf42, #8ea423);
    background-image: linear-gradient(to bottom, #abbf42, #8ea423);
    background-image: -moz-linear-gradient(top, #abbf42, #8ea423);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-appearance:none;
}
.btn:visited{color:#fff;}
.btn:active{outline:0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}
.btn:hover, .btn:active{
    color:#fff;text-decoration:none;background-color:#8ea423;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#92a338), to(#798c1e));
    background-image: -webkit-linear-gradient(top, #92a338, #798c1e);
    background-image: linear-gradient(to bottom, #92a338, #798c1e);
    background-image: -moz-linear-gradient(top, #92a338, #798c1e);
}

.btn-reply{
    background-color:#d69600;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb60a), to(#d69600));
    background-image: -webkit-linear-gradient(top, #ffb60a, #d69600);
    background-image: linear-gradient(to bottom, #ffb60a, #d69600);
    background-image: -moz-linear-gradient(top, #ffb60a, #d69600);
    background-repeat: repeat-x;
}
.btn-reply:hover, .btn-reply:active{
    background-color:#b68000;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d99b09), to(#b68000));
    background-image: -webkit-linear-gradient(top, #d99b09, #b68000);
    background-image: linear-gradient(to bottom, #d99b09, #b68000);
    background-image: -moz-linear-gradient(top, #d99b09, #b68000);
}

.btn-option{
    background-color:#939393;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#939393));
    background-image: -webkit-linear-gradient(top, #b3b3b3, #939393);
    background-image: linear-gradient(to bottom, #b3b3b3, #939393);
    background-image: -moz-linear-gradient(top, #b3b3b3, #939393);
    background-repeat: repeat-x;
}
.btn-option:hover, .btn-option:active{
    background-color:#7d7d7d;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#989898), to(#7d7d7d));
    background-image: -webkit-linear-gradient(top, #989898, #7d7d7d);
    background-image: linear-gradient(to bottom, #989898, #7d7d7d);
    background-image: -moz-linear-gradient(top, #989898, #7d7d7d);
}

.btn-light{
    padding:4px 12px;
    line-height:20px;color:#333;border:1px solid #e2e2e2;
    background-color:#f0f0f0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
    background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    background-repeat: repeat-x;
}
.btn-light:visited{color:#333;}
.btn-light:hover, .btn-light:active{
    color:#7f9c14;
    border-color:#d2df9e;
    background-color:#e3ebcf;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faffee), to(#e3ebcf));
    background-image: -webkit-linear-gradient(top, #faffee, #e3ebcf);
    background-image: linear-gradient(to bottom, #faffee, #e3ebcf);
    background-image: -moz-linear-gradient(top, #faffee, #e3ebcf);
}
.btn-light:active{box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);}

.btn-preview{
    padding:4px 12px;
    line-height:20px;color:#7f9c14;border:1px solid #e2e2e2;
    background-color:#f0f0f0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
    background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    background-repeat: repeat-x;
}
.btn-preview:visited{color:#7f9c14;}
.btn-preview:hover, .btn-preview:active{
    color:#fff;
    border-color:#abbf42;
    background-color:#abbf42;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abbf42), to(#8ea423));
    background-image: -webkit-linear-gradient(top, #abbf42, #8ea423);
    background-image: linear-gradient(to bottom, #abbf42, #8ea423);
    background-image: -moz-linear-gradient(top, #abbf42, #8ea423);
}

.btn.disabled{color:#f1f1f1;border:1px solid #bebebe;background-color:#d0d0d0;background-image:none;box-shadow:none;}
.btn.disabled span{_background-image:none;}/*fixed ie6 button bug*/
.btn.disabled:hover, .btn.disabled:active{background-color:#d0d0d0;box-shadow:none;cursor:default;}

.btn.mini{font-size:12px;border-radius:2px;padding:2px 10px;line-height:16px;}
.btn-light.mini, .disabled.mini{padding:1px 10px;}

.btn.small{font-size:12px;border-radius:3px;padding:2px 10px;line-height:20px;}
.btn-light.small, .disabled.small{padding:2px 10px;}

.btn.large{font-size:18px;border-radius:5px;padding:7px 30px;line-height:26px;}
.btn-light.large, .disabled.large{padding:6px 30px;}
/*=E button：btn=*/

/*=E subscribe */
.board-unsubscribe, .board-subscribe {height:20px;overflow:hidden;}
    .board-unsubscribe i, .board-subscribe i {float:left;margin-top:1px;width:16px;height:16px;background:url(images//common.png) no-repeat;zoom:1;}
    .board-unsubscribe i {background-position:0 -16px;}
    .board-subscribe i {background-position:-20px -16px;}
/*=E subscribe *//*
 *@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 .disabled{color:#f1f1f1;background-color:#d0d0d0;cursor:default;}
	.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 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;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:auto;}
	.post-pop-smiley .smiley-mod {left:-1px;top:0;border-color:#bad18e;border-top:none;}
.post-pop-images {height:190px;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;height:290px;}
	.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;display:none;z-index:1;}
        .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;z-index:3;}
        .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 #B5CE85;background:#FFF;}
    .smiley-ext {margin-bottom:5px;width:267px;height:58px;}
        .smiley-ext a {display:inline-block;width:267px;height:58px;background:url(images/m/m-banner.jpg) 0 0 no-repeat;}
	.smiley-hd {display:none;position:absolute;left:295px;bottom:-1px;border:1px solid #B5CE85;background-color:#FFF;}
		.smiley-hd p {display:table-cell;*display:block;vertical-align:middle;text-align:center;*font-size:55px;}
        .smiley-hd img {min-width:64px;min-height:64px;_width:64px;_height:64px;}
        .smiley-hd .m-guide {display:block;height:168px;width:183px;background:url(images/m/m-guide.jpg) 0 0 no-repeat;position:relative;}
        .smiley-hd .m-guide img {position:absolute;right:8px;bottom:11px;width:80px;height:80px;}
	.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:32px;height:32px;vertical-align:middle;text-align:center;*font-size:21px;border:1px solid #FFF;}
		.smiley-mod .smiley-bd a:hover {border-color:#B5CE85;}
        .smiley-mod .smiley-bd img {display:block;width:32px;height:32px;}
	.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, .smiley-ft a.select:visited {text-decoration:none;color:#FFF;border-color:#839B1B;background-color:#839B1B;}
/*=E 表情 */

/*=S sub header */
#sub-header, #sub-login, .sub-search-key, .sub-serach-switch, .sub-search-btn, #sub-login .avatar {background:url(images/bg_common.png) repeat-x;}

#sub-header {position:relative;min-width:980px;height:40px;background-position:0 -96px;z-index:10;border-bottom:1px solid #e0e0e0;}
	#sub-logo {float:left;margin:8px 10px 0 7px;height:26px;line-height:26px;overflow:hidden;}
	#sub-menu {float:left;height:40px;}
		#sub-menu a, #sub-menu a:visited {_display:inline;float:left;margin-top:10px;padding:1px 8px;height:23px;text-align:center;font-size:14px;line-height:23px;color:#324F64;}
		#sub-menu a:hover, #sub-menu .on, #sub-menu .on:visited {padding:0 7px;background:url(images/bg_common.png) repeat-x 0 -605px ;color:#8CA226;text-decoration:none;border:1px solid #d9ebac;border-radius:4px;}

	#sub-login {float:right;padding:5px 0 5px 15px;width:240px;height:30px;white-space:nowrap;text-align:right;line-height:30px;color:#324F64;background-repeat:no-repeat;background-position:-144px -172px;}
	#sub-login.logined {position:relative;padding:5px 0;line-height:15px;text-align:right;z-index:10;}
		#sub-login .avatar {position:absolute;top:0;right:5px;padding:4px;width:24px;height:24px;background-position:0 -170px;overflow:hidden;}

#sub-login .user-info{position:relative;padding-right:40px;width:150px;}
    #sub-login .coin-19lou {display:inline;float: left;margin-left:10px;text-align:left;}
    #sub-login .coin-19lou .icon{display: inline-block;cursor: pointer;margin-top:5px;width:24px;height:24px;background: #FFF url(images/coin.gif) 0 0 no-repeat;}
   #sub-header .coin-19lou .popo-mod-coin-19lou {display: none;margin-right: 0;right: -20px;top:28px;width: 200px;line-height: 1.5;white-space:normal;}
    #sub-login .coin-19lou:hover .popo-mod-coin-19lou, #sub-login .hover .popo-mod-coin-19lou{display: block;}
   .popo-mod-coin-19lou .coin-tip-status{display: none;}
   .logined .popo-mod-coin-19lou .coin-tip-status{display: block;}

   @-webkit-keyframes resize { 0% { -webkit-transform: scale(1); }	50% { -webkit-transform: scale(1.5); } 100% { -webkit-transform: scale(1); } }
   @-moz-keyframes resize { 0% { -moz-transform: scale(1); }	50% { -moz-transform: scale(1.5); } 100% { -moz-transform: scale(1); } }

   .logout .coin-19lou .resize{ -webkit-animation: resize 1.5s ease; -moz-animation:resize 1.5s ease;}
   .popo-mod-coin-19lou .popo-aw, .popo-mod-coin-19lou .close{display: none;}
   .popo-mod-coin-19lou .coin-tip{position: relative;}
   .popo-mod-coin-19lou .coin-tip a, .popo-mod-coin-19lou .coin-tip a:visited {color: #0657B2;}
   .popo-mod-coin-19lou .coin-tip a:hover {color: #fc6d02;}
   .popo-mod-coin-19lou .coin-tip .coin-tip-main{position: relative;margin: 5px 0 10px;height: 36px;color: #c0880f;overflow: hidden;}
   .popo-mod-coin-19lou .coin-tip .coin-tip-strategy{overflow: hidden;_zoom:1;}
   .popo-mod-coin-19lou .coin-tip .coin-tip-more{position: absolute;bottom: 0;right: 0;}
	#sub-search {_display:inline;float:right;margin:10px 15px 0 0;width:191px;height:24px;}
		.sub-search-key {float:left;padding:3px;width:115px;height:16px;line-height:16px;border:1px solid #E0E0E0;background-position:0 -146px;}
		.sub-serach-switch {position:relative;float:left;width:44px;line-height:22px;text-indent:5px;border:1px solid #D2DCB5;border-width:1px 0;background-position:0 -146px;color:#979797;z-index:1;}
			.sub-serach-switch dt {cursor:pointer;background:url(images/icon_common.png) no-repeat 4px -535px;}
			.sub-serach-switch dd {display:none;position:absolute;top:22px;left:-1px;width:44px !important;background:#FFF;border:1px solid #D2DCB5;border-top:0 none;}
				.sub-serach-switch dd a, .serach-switch dd a:visited {display:block;color:#979797;}
				.sub-serach-switch dd a:hover {color:#666;background:#E9EFD8;text-decoration:none;}
		.sub-search-btn {float:left;padding-top:24px;width:24px;height:0;background-position:-52px -178px;overflow:hidden;}
		.sub-search-btn:hover {background-position:-76px -178px;}
		#sub-search.focus .sub-search-key, #sub-search.focus .sub-serach-switch {border-color:#7DBDE2;}

	#sub-header .popo-mod {position:fixed;_position:absolute;top:42px;right:50%;margin-right:-490px;width:170px;text-align:left;z-index:9;}

	/*=S 下拉 */
	#sub-header .layout {position:relative;}
	.menu-nav {float:left;margin-right:5px;}
		#sub-menu .menu-nav dt a, #sub-menu .menu-nav dt a:visited {margin:0;padding:9px 20px 0 11px;height:31px;line-height:25px;background:url(images/icon_common.png) right -1028px no-repeat;border-radius:0;}
		#sub-menu .menu-nav dt a:hover {text-decoration:underline;}
		#sub-menu .menu-nav .on {background:url(images/bg_common.png) repeat-x 0 -478px;overflow:hidden;}
			#sub-menu .menu-nav .on a, #sub-menu .menu-nav .on a:visited, #sub-menu .menu-nav .on a:hover {color:#8CA226;}

		.nav-floor, .nav-floor li {background:url(images/bg_common.png) repeat-y;_background:url(images/bg_common_ie6.png) repeat-y;}
			.nav-floor {display:none;position:absolute;top:41px;left:0;padding:5px 1px 6px 1px;border:1px solid #e8e8e8;border-top:0 none;background-position:0 -529px;background-repeat:repeat-x;overflow:hidden;background-color:#fff;}
			
			.nav-floor ol {width:976px;overflow:hidden;}
				.nav-floor li {float:left;margin-right:-1px;padding:0 2px 0 3px;width:118px;height:21px;background-position:right -368px;}
				#sub-menu .nav-floor a, #sub-menu .nav-floor a:visited, #sub-menu .nav-floor a:hover,  .static-nav-floor a, .static-nav-floor a:visited, .static-nav-floor a:hover {display:block;padding:0;margin:0;padding-left:15px;width:102px;height:20px;font-size:14px;line-height:20px;background:url(images/icon_common.png) 7px -1112px no-repeat;text-align:left;overflow:hidden;border-radius:0;}
				#sub-menu .nav-floor a:hover, .static-nav-floor a:hover {text-decoration:none;color:#FFF;background-color:#697F8F;background-position:7px -1148px;border:none;}
				.nav-floor a strong, .nav-floor a b {font-size:12px;font-family:Verdana,Arial;}
			.menu-nav-show .nav-floor {display:block;}
				#sub-menu .menu-nav-show .on {background:none;}
				#sub-menu .menu-nav-show dt {float:left;background-color:#FFF;}
				#sub-menu .menu-nav-show dt a, #sub-menu .menu-nav-show dt a:visited, #sub-menu .menu-nav-show dt a:hover {margin-top:5px;padding:0 19px 0 10px;height:35px;line-height:32px;border:1px solid #E0E0E0;border-width:1px 1px 0;background-position:right -1070px;color:#324f64;}
    /*=E 下拉 */

    /*=S 马甲切换 */
.nav-vest-switch {position:absolute;top:11px;left:-5px;width:68px;color:#324f64;z-index:10;}	
		.nav-vest-switch-hover {margin-left:6px;width:62px;}
			.nav-vest-switch dt {position:absolute;top:0px;right:0px;cursor:pointer;padding:1px;width:60px;height:22px;line-height:22px;background:url(images/index_bg.png) -158px -307px no-repeat;overflow:hidden;}
		    .nav-vest-switch-hover dt {padding:0px;border:1px solid #b5ce85;border-bottom:none;z-index:10;background-position:-239px -308px;}
		    .nav-vest-switch dd{display:none;}
		    .nav-vest-switch-hover dd {display:block;position:absolute;right:0px;top:22px;padding-top:2px;width:100px;z-index:9;background:#fff;border:1px solid #b5ce85;overflow:hidden;}
				.nav-vest-switch-hover dd a {display:block;width:100%;height:24px;line-height:24px;text-indent:3px;text-align:left;}
				.nav-vest-switch-hover dd a, .vest-switch-hover dd a:visited {color:#324f64;}
				.nav-vest-switch-hover dd a.vest-more, .nav-vest-switch-hover dd a.vest-more:visited {color:#ff6600;}
				.nav-vest-switch-hover dd a:hover{color:#fff;background:#b5ce85;}
    /*=E 马甲切换 */
		
	#sub-header.static-sub-header {height:40px;border-bottom:1px solid #e0e0e0;}
	.static-nav-floor {position:static;margin:0 auto;display:block;width:976px;background-position:0 -680px;overflow:hidden;}
/*=E sub header */
/*=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;}
    .tips-mod .fix-ie6 {height:60px;}
    .tips-mod .close {top:7px;right:7px;}
/*=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 span {heiht:30px;line-height:30px;}
    .login-shortcut .account-qq, .login-shortcut .account-sina, .login-shortcut .account-taobao, .login-shortcut .account-qihoo {float:left;margin:3px 10px 0 0;padding-top:24px;width:24px;height:0;background:url(images/common.png) -100px 0 no-repeat;overflow:hidden;}
        .login-shortcut .account-sina {background-position:-140px 0;}
        .login-shortcut .account-taobao {background-position:-180px 0;}
        .login-shortcut .account-qihoo {background-position:-220px 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 .sms-user {margin-bottom:10px;}
#win-sms .sms-title, #win-sms .sms-content {margin-bottom:15px;}
#win-sms .sms-content {height:120px;}
	#win-sms .textarea {width:377px;height:112px;}
#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 .prestigemt{margin-top:9px;}
            .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 {float:left;margin-top:7px;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:250px;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;}

/* 登录弹窗按钮区隐藏 */
#win-login .win-btn{display:none;}

/* 收录到花坛弹窗 */
.board-record-mod {margin:0px 20px;}
    .board-record-mod .board-record-item {margin-bottom:10px;width:470px;height:auto;float:left;zoom:1;}
    .board-record-mod .board-record-item-preview{position:relative;}
        .board-record-mod .board-record-item label {float:left;height:26px;}
        .board-record-mod .board-record-item .pm_num {display:block;height:20px;font-size:11px;position:absolute;z-index:2;right:33px;top:5px;*top:5px;}
        .board-record-mod .board-record-pic {position:relative;width:400px;height:120px;overflow:hidden;zoom:1;}
            .board-record-mod .board-record-pic .board-pic-item {position:relative;float:left;margin-right:5px;width:120px;height:120px;overflow:hidden;cursor:pointer;}
                .board-record-pic .board-pic-item img {width:120px;height:120px;}
                    .board-record-pic .board-pic-item .selected {display:block;position:absolute;top:0;left:0;width:116px;height:116px;border:2px solid #7F9C14;}
                        .board-record-pic .board-pic-item .selected i {position:absolute;bottom:0;right:0;width:39px;height:39px;text-indent:39px;background:url(images/common.png) no-repeat -100px -39px;}
            .board-record-slide {position:relative;display:inline;margin:0 15px;float:left;width:375px;height:120px;overflow:hidden;}
                .board-record-slide ul {position:absolute;top:0;left:0;}
            .board-record-slide-left, .board-record-slide-right {float:left;width:10px;height:120px;}
            .board-record-slide-left {margin-left:-405px;}
            .board-record-slide-right {margin-left:-15px;}
                .board-record-slide-left .icon, .board-record-slide-right .icon {display:block;margin-top:40px;width:10px;height:31px;background:url(images/common.png) no-repeat;}
                .board-record-slide-left .icon {background-position:-160px -39px;}
                .board-record-slide-right .icon {background-position:-200px -39px;}
                .board-record-slide-left-disable .icon {background-position:-180px -39px;}
                .board-record-slide-right-disable .icon {background-position:-220px -39px;}
        .board-record-mod .board-record-types {position:relative;width:398px;overflow:hidden;zoom:1;}
            .board-record-types .board-tab-cont {float:left;}
            .board-record-mod .board-record-types .board-name-input {width:188px;clear:both;}
                .board-record-mod .board-record-tags {margin-bottom:5px;width:398px;min-height:54px;_height:54px;}
                    .board-record-mod .board-record-tags a {float:left;margin:0 2px 2px 0;padding:0 6px;height:23px;font:400 12px/23px "SimSun";color:#999999;background:#f3f3f3;border:solid 1px #f3f3f3;white-space:nowrap;cursor:pointer;}
                    .board-record-mod .board-record-tags a:hover {color:#90a934;background:#e9f3c6;border-color:#90a934;text-decoration:none;}
                    .board-record-mod .board-record-tags a.cur {background:#e9f3c6;color:#90a934;border-color:#90a934;}
        .board-record-mod .board-record-item .board-subject-input {width:390px;}
        .board-record-mod .board-record-item .board-summary-input {width:390px;height:65px;resize:none;}
        .board-record-mod .board-record-item .board-record-url {margin:0 5px 0 42px;_margin:0 5px 0 45px;width:315px;}
    .board-record-mod .board-record-loading {padding-top:70px;height:200px;font:400 16px/22px "Microsoft YaHei","SimHei";text-align:center;background:url(images/loading.gif) #fff center center no-repeat;}
        .board-record-mod .board-record-item .switch-tab, .board-record-mod .board-record-item .switch-tab:visited{vertical-align:middle;font:500 13px/20px 'Microsoft Yahei';color:#1A5AAA;}
        .board-record-mod .board-record-item .switch-tab:hover{text-decoration:none;}

.create-tags{width:420px; height:45px; margin-left: 20px;}
    .create-tags .new-tags{float:left; width:200px;  margin-top:7px; _margin-top:4px;}
    .create-tags .tags-tip{float:left; width:218px;}
/*=E 收录到花坛弹窗 */

/*=S 图片打标签弹窗 */
.pic-record-mod {margin:0px 20px;_margin:0px 5px;}
    .pic-record-mod .pic-record-item {margin-bottom:10px;width:485px;height:auto;overflow:hidden;zoom:1;}
        .pic-record-mod .pic-record-item label{float:left;height:26px;}
        .pic-record-mod .pic-record-item .pm_num {display:block;height:20px;font-size:11px;position:absolute;z-index:2;right:20px;top:5px;}
    .pic-record-mod .pic-record-types {position:relative;width:398px;overflow:hidden;zoom:1;}
        .pic-record-types .pic-tab-cont {float:left;}
            .pic-record-mod .pic-record-tags {margin-bottom:25px;width:378px;min-height:54px;_height:54px;}
                .pic-record-mod .pic-record-tags a {float:left;margin:0 2px 2px 0;padding:0 6px;height:23px;font:400 12px/23px "SimSun";color:#999999;background:#f3f3f3;border:solid 1px #f3f3f3;white-space:nowrap;cursor:pointer;}
                .pic-record-mod .pic-record-tags a:hover {color:#90a934;background:#e9f3c6;border-color:#90a934;text-decoration:none;}
                .pic-record-mod .pic-record-tags a.cur {background:#e9f3c6;color:#90a934;border-color:#90a934;}
                .pic-record-mod .pic-record-tags span{position:relative;margin-left:10px;font:400 12px/20px 'Microsoft Yahei';color:#1A5AAA;cursor:pointer;}
                    .pic-record-mod .pic-record-tags span .show-more{ position:absolute;top:7px;left:50px;_left:59px;border-left:4px #fff solid;border-right:4px #fff solid;border-top:4px #1A5AAA solid;vertical-align:middle;}
    .pic-record-mod .tag-link{margin-left:28px;}
        .pic-record-mod .pic-record-item .pic-subject-input {width:392px;}
        .pic-record-mod .pic-record-item .board-name-input {width:180px;}
        .pic-record-mod .pic-record-item .pic-summary-input{width:392px;height:65px;resize:none;margin-left:70px;*margin-left:70px;_margin-left:73px;}
        .pic-record-mod .pic-record-item .add-desc, .pic-record-mod .pic-record-item .add-desc:visited{margin-left:70px;font:500 13px/20px 'Microsoft Yahei';color:#1A5AAA;}
        .pic-record-mod .pic-record-item .add-desc:hover{text-decoration:none;}
        .pic-record-mod .pic-record-item .back-select, .pic-record-mod .pic-record-item .back-select:visited{margin-left:10px;font:500 13px/20px 'Microsoft Yahei';color:#1A5AAA;}
        .pic-record-mod .pic-record-item .back-select:hover{text-decoration:none;}
    .pic-record-mod .pic-record-loading {padding-top:70px;height:200px;font:400 16px/22px "Microsoft YaHei","SimHei";text-align:center;background:url(images/loading.gif) #fff center center no-repeat;}
/*=E 图片打标签弹窗 */

/*=S 图片打标签,收录到花坛弹窗公用样式 */
.board-tags-carousel {position:absolute;right:0;bottom:0;width:20px;}
    .tags-carousel-prev, .tags-carousel-next {width:0;height:0;overflow:hidden;}
    .tags-carousel-prev {float:left;border-top:6px #FFF solid;border-right:6px #333 solid;border-bottom:6px #FFF solid;}
    .tags-carousel-next {float:right;border-top:6px #FFF solid;border-left:5px #333 solid;border-left:6px #333 solid\9;border-bottom:6px #FFF solid;}
    .tags-carousel-prev-disable {border-right:6px #AAA solid;}
    .tags-carousel-next-disable {border-left:5px #AAA solid;border-left:6px #AAA solid\9;}
/*=E 图片打标签,收录到花坛弹窗公用样式 */

 /*=S tab-mod=*/
 .tab-mod {background:#fff;}
     .tab-mod .tab-hd {padding-left:4px;margin:0 20px 10px;border-bottom:1px solid #585858;}
         .tab-mod .tab-hd ul {font-size:0;}
             .tab-mod .tab-hd li {position:relative;bottom:-1px;margin-right:1px;padding:4px 20px;height:14px;line-height:14px;font-size:14px;border:1px solid #adadad;border-bottom-color:#585858;text-align:center;background:#b2b2b2;color:#fff;}
                 .tab-hd li a, .tab-hd li a:visited, .tab-hd li a:hover {color:#fff;}
     .tab-mod .tab-hd li.selected {bottom:0;height:16px;border:1px solid #5c5c5c;border-bottom:none;font-weight:700;background:#666;cursor:default;}
 /*=E tab-mod=*/