@charset "utf-8";
/* 保持滚动条 */
body { overflow-y:scroll; *overflow-y:hidden;
}
/*默认链接*/
a {	color:#6097d6; text-decoration:none; }
a{outline:none}
a:hover {text-decoration:none; 	color:#6097d6;}
/*两种清浮动方法*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
.W_fl { float:left; _display:inline }
.W_fr {	float:right; _display:inline}
.W_tc {	text-align:center;}
.W_tr {	text-align:right;}
.relative{ position:relative;}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clear { clear:both; height:0; font:0/0 Arial; visibility:hidden; }
/*两种清浮动方法*/

/*中文符合显示*/
.CH { font-family:"SimSun" }
.W_fb{ font-weight:700;}
/* input testarea 色框*/
.W_input { border:1px solid #c6c6c6; -webkit-box-shadow:1px 1px 0px 0px #f0f0f0 inset; -moz-box-shadow:1px 1px 0px 0px #f0f0f0 inset; height:22px; height:18px\9; padding:0 0 0 2px; padding:4px 0 0 2px\9; vertical-align:top; color:#666; }
.W_input2 { border:1px solid #c6c6c6; -webkit-box-shadow:1px 1px 0px 0px #f0f0f0 inset; -moz-box-shadow:1px 1px 0px 0px #f0f0f0 inset; height:23px; height:18px\9; padding:0 0 0 2px; padding:4px 0 0 2px\9; vertical-align:top; color:#666; }
.W_inputStp { border:1px solid #c6c6c6; -webkit-box-shadow:1px 1px 0px 0px #f0f0f0 inset; -moz-box-shadow:1px 1px 0px 0px #f0f0f0 inset; height:26px; height:20px\9; padding:0 0 0 2px; padding:6px 0 0 2px\9; vertical-align:top; color:#666; }
.W_input_default { color:#b8b7b7; }
.W_checkbox, .W_radio { vertical-align:-2px; _vertical-align:-3px; margin-right:3px; *margin-right:0;
}
/*链接文字前面的 dot*/
.W_linkdot { width:3px; height:3px; float:left; overflow:hidden; background:#0078B6; }
.W_linkdot_b { width:3px; height:3px; float:left; overflow:hidden; background:#9abbc8; }
.W_textdot { width:3px; height:3px; float:left; overflow:hidden; background:#444; }
.W_textdot_b { width:3px; height:3px; float:left; overflow:hidden; background:#999; }
.W_textdot_c { width:2px; height:2px; float:left; overflow:hidden; background:#c8c9ca; }
.W_textdot_d { width:2px; height:2px; float:left; overflow:hidden; background:#666; }
/* 计数 */
.W_count { display:inline-block; height:14px; line-height:14px; padding:0 0 0 1px; -webkit-text-size-adjust:none; font-size:10px; min-width:14px; _width:14px; border-radius:3px; }
.W_count span { display:block; padding:0 1px 0 0px; min-width:13px; text-align:center; border-radius:3px; }
/*清除border*/
div.W_no_border, p.W_no_border, dl.W_no_border, dd.W_no_border, dt.W_no_border, ul.W_no_border, li.W_no_border, p.W_no_border { border:0; background-image:none; }
/*下箭头*/
.W_arr_d { height:3px; width:5px; margin:0 3px; display:inline-block; overflow:hidden; vertical-align:middle; }
.W_arr_d em { display:block; background:#c1c1c1; height:1px; overflow:hidden; }
.W_arr_d em.b2 { margin:0 1px; }
.W_arr_d em.b3 { margin:0 2px; width:1px; }
/*返回顶部*/
.W_gotop { position:fixed; _position:absolute; bottom:120px; left:50%; margin-left:510px; display:block; width:40px; height:35px; padding-top:5px; text-align:center; text-decoration:none; cursor:pointer; opacity:0.4; background:#696e78;}
.W_gotop em { display:inline-block; font-size:20px; width:26px; height:30px; line-height:30px; line-height:32px\9; overflow:hidden; color:#fff;}
.W_gotop:hover { opacity:1; }
/* 觅友入口 */
.S_searentra { position:fixed; _position:absolute; top:32px; right:50%; margin-right:-560px;}
.S_searentra .F_searentra { display:block; background:url(../../images/common/miyou_entra.png?id=1358945747143) no-repeat; _background:url(../../images/common/miyou_entra.gif?id=1358945747143) no-repeat; width:73px; height:96px;}

.S_searentra .F_searentra {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.S_searentra .F_searentra {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}

.S_searentra .F_searentra:hover {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
}
@-webkit-keyframes swing2 {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing2 {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing2 {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing2 {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.S_searentra .F_searentra:hover {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing2;
	-moz-animation-name: swing2;
	-o-animation-name: swing2;
	animation-name: swing2;
}
/* /觅友入口 */

/*v6 btn*/
.W_btn_a6, .W_btn_b6, .W_btn_c6 {padding:0 10px 0 10px;	white-space:nowrap;	display:inline-block; border-radius:2px; height:24px; line-height:25px; *line-height:24px; text-decoration:none; font-size:12px; min-width:40px; text-align:center;	outline:none;}
.W_btn_a6:hover, .W_btn_b6:hover, .W_btn_c6:hover, .W_btn_d:hover { text-decoration:none;}
div.W_btn_b6 {*display:inline; }
.W_btn_a6 { background:#ff8140; border:1px solid #f77c3d; color:#fff; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);}
.W_btn_a6:hover { background:#f7671d; border:1px solid #f06923; color:#fff;}
.W_btn_a6_disable, .W_btn_a6_disable:hover { background:#ffc09f; color:#fff; border:1px solid #fbbd9e; box-shadow:none; cursor:default;}
.W_btn_b6 { border-width:1px; border-style:solid; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); color:#333; background-color:#fff;	border-color:#d9d9d9;}
.W_btn_b6:hover {border-color:#cccccc; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);}
.W_btn_b6_disable, .W_btn_b6_disable:hover {box-shadow:none; cursor:default;}
.W_btn_b6_disable .W_ficon, .W_btn_b6_disable:hover .W_ficon { cursor:default;}
.W_btn_c6 { width:104px; height:34px; padding:0 !important; line-height:34px; color:#fff; box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3); background:#fa7d3c;
    background: -moz-linear-gradient(top, #fa7d3c 0%, #f55f10 100%);
	background: -webkit-linear-gradient(top, #fa7d3c 0%, #f55f10 100%);
	background: -o-linear-gradient(top, #fa7d3c 0%, #f55f10 100%);
	background: -ms-linear-gradient(top, #fa7d3c 0%, #f55f10 100%);
	background: linear-gradient(top bottom, #fa7d3c 0%, #f55f10 100%);
}
.W_btn_c6:hover {
	background:#f4722e;
	background: -moz-linear-gradient(top, #f4722e 0%, #f05807 100%);
	background: -webkit-linear-gradient(top, #f4722e 0%, #f05807 100%);
	background: -o-linear-gradient(top, #f4722e 0%, #f05807 100%);
	background: -ms-linear-gradient(top, #f4722e 0%, #f05807 100%);
	background: linear-gradient(top bottom, #f4722e 0%, #f05807 100%);
}
.W_btn_b6 .ficon_add { *line-height:15px; _line-height:24px; }
.W_btn_b6 .ficon_add { color:#fa7d3c!important; }
.W_btn_b6 .ficon_addtwo, .W_btn_c6 .ficon_addtwo, .W_btn_d .ficon_addtwo, .W_btn_b6 .ficon_add, .W_btn_c6 .ficon_add, .W_btn_d .ficon_add, .W_btn_b6 .ficon_right, .W_btn_c6 .ficon_right, .W_btn_d .ficon_right, .W_btn_b6 .ficon_arrow_down_lite, .W_btn_c6 .ficon_arrow_down_lite, .W_btn_d .ficon_arrow_down_lite, .W_btn_b .W_vline, .W_btn_c6 .W_vline, .W_btn_d .W_vline { line-height:11px; overflow:hidden; margin-right:4px; }

.btn_22px { display:inline-block; height:20px; line-height:21px; min-width:28px; }

/*v5 btn*/
/*按钮1*/
.S_btn_a, .S_btn_a span{ cursor:pointer; background:url(../../images/common/btn.png?id=1358945747143) no-repeat 0 -144px; color:#73797c; display:inline-block; padding:0 0 0 2px; height:24px; line-height:23px; line-height:24px\9; }
.S_btn_a span { background-position:right -168px; padding:0 10px 0 8px; min-width:35px; text-align:center; }
.S_btn_a:hover { background-position:0 -192px; text-decoration:none!important; }
.S_btn_a:hover span { background-position:right -216px; }
/*按钮2*/
.S_btn_b, .S_btn_b span, .W_btn_b_disable, .W_btn_b_disable span { cursor:pointer; background:url(../../images/common/btn.png?id=1358945747143) no-repeat; color:#fff; display:inline-block; padding:0 0 0 2px; height:24px; line-height:23px; line-height:24px\9; }
.S_btn_b span, .W_btn_b_disable span { background-position:right -24px; padding:0 10px 0 8px; min-width:37px; text-align:center; }
.S_btn_b:hover { background-position:0 -48px; text-decoration:none!important; }
.S_btn_b:hover span { background-position:right -72px; }
.W_btn_b_disable, .W_btn_b_disable:hover { background-position:0 -96px; cursor:default; }
.W_btn_b_disable:hover { text-decoration:none; }
.W_btn_b_disable span, .W_btn_b_disable:hover span { background-position:right -120px; color:#c7c7c7; min-width:37px; cursor:default; }
.S_btn_b em.vline { width:0px; height:16px; overflow:hidden; margin:4px 5px 0 4px; float:left; display:inline; border-left:1px solid #66bd00; border-right:1px solid #96e511; }
/*按钮3b*/
.W_btn_cb, .W_btn_cb span { cursor:pointer; font-size:12px; background:url(../../images/common/btn.png?id=1358945747143) no-repeat 0 -288px; color:#fff; display:inline-block; padding:0 0 0 2px; height:28px; line-height:28px; }
.W_btn_cb span { background-position:right -316px; padding:0 20px 0 18px; min-width:35px; text-align:center; }
.W_btn_cb:hover { background-position:0 -344px; text-decoration:none!important; }
.W_btn_cb:hover span { background-position:right -372px; }
/*按钮3c*/
.W_btn_cc, .W_btn_cc span { cursor:pointer; font-size:14px; font-weight:700; background:url(../../images/common/btn.png?id=1358945747143) no-repeat 0 -288px; color:#fff; display:inline-block; padding:0 0 0 2px; height:28px; line-height:28px; }
.W_btn_cc span { background-position:right -316px; padding:0 20px 0 18px; min-width:35px; text-align:center; }
.W_btn_cc:hover { background-position:0 -344px; text-decoration:none!important; }
.W_btn_cc:hover span { background-position:right -372px; }
/*按钮3*/
.S_btn_d, .S_btn_d span, .W_btn_c_disable, .W_btn_c_disable span, .W_btn_d_disable, .W_btn_d_disable span { cursor:pointer; font-size:16px; font-weight:700; background:url(../../images/common/btn.png?id=1358945747143) no-repeat 0 -288px; color:#fff; display:inline-block; padding:0 0 0 2px; height:28px; line-height:28px; }
.S_btn_d span, .W_btn_c_disable span, .W_btn_d_disable span { background-position:right -316px; padding:0 20px 0 18px; min-width:35px; text-align:center; }
.S_btn_d:hover { background-position:0 -344px; text-decoration:none; }
.S_btn_d:hover span { background-position:right -372px; }
.W_btn_c_disable, .W_btn_c_disable:hover, .W_btn_d_disable, .W_btn_d_disable:hover { background-position:0 -400px; }
.W_btn_c_disable:hover, .W_btn_d_disable:hover { text-decoration:none!important; }
.W_btn_c_disable span, .W_btn_c_disable:hover span, .W_btn_d_disable span, .W_btn_d_disable:hover span { background-position:right -428px; color:#cacaca; }
/*按钮4*/
.S_btn_d, .S_btn_d span, .W_btn_d_disable, .W_btn_d_disable span { font-size:14px; font-weight:normal; }
/*按钮5*/
.W_btn_f, .W_btn_f span, .W_btn_f_disable, .W_btn_f_disable span { cursor:pointer; background:url(../../images/common/btn.png?id=1358945747143) no-repeat 0 -552px; font-size:14px; color:#73797c; display:inline-block; padding:0 0 0 2px; height:28px; line-height:28px; }
.W_btn_f span, .W_btn_f_disable span { background-position:right -580px; padding:0 20px 0 18px; min-width:35px; text-align:center; }
.W_btn_f:hover { background-position:0 -608px; text-decoration:none!important; }
.W_btn_f:hover span { background-position:right -636px; }
/*按钮6 红色*/
.W_btn_g, .W_btn_g span { cursor:pointer; background:url(../../images/common/btn.png?id=1358945747143) no-repeat 0 -552px; font-size:14px; color:#fff; display:inline-block; padding:0 0 0 2px; height:28px; line-height:28px; }
.W_btn_g_disable, .W_btn_g_disable span { cursor:pointer; background:url(../../images/common/btn.png?id=1358945747143) no-repeat 0 -552px; font-size:14px; color: #cacaca; display:inline-block; padding:0 0 0 2px; height:28px; line-height:28px; }
.W_btn_g_disable { background-position: left -400px; }
.W_btn_g_disable span { background-position: right -428px; padding:0 20px 0 18px; min-width:35px; text-align:center; }
.W_btn_g { background-position:0 -721px; }
.W_btn_g span { background-position:right -749px; padding:0 20px 0 18px; min-width:35px; text-align:center; }
.W_btn_g:hover { background-position:0 -777px; text-decoration:none!important; }
.W_btn_g:hover span { background-position:right -805px; }

/*按钮微群*/
.W_btn_gp, .W_btn_gp span { cursor:pointer; background:url(../../images/common/btn.png?id=1358945747143) no-repeat 0 -456px; color:#73797c; display:inline-block; padding:0 0 0 2px; height:24px; line-height:23px; line-height:24px\9; color:#fff; }
.W_btn_gp span { background-position:right -480px; padding:0 10px 0 8px; min-width:35px; text-align:center; }
.W_btn_gp:hover { background-position:0 -504px; text-decoration:none!important; }
.W_btn_gp:hover span { background-position:right -528px; }
.W_btn_gp_even, .W_btn_gp_audit { background:#f0f0f0; -moz-border-radius:2px; -webkit-border-radius:2px; height:24px; line-height:24px; padding:0 10px 0 5px; display:inline-block; float:left; position:relative; }
.W_btn_gp_even .W_vline { padding: 0 7px 0 6px; _vertical-align:3px; }
.W_btn_gp_audit { padding:0 10px; }
.S_btn_a .loading, .S_btn_b .loading, .W_btn_c .loading, .S_btn_d .loading, .W_btn_gp .loading, .W_btn_a_disable .loading { background:url(../../images/common/loading.gif?id=1358945747143) no-repeat; float:left; height:15px; vertical-align:middle; margin:5px 4px 0 0; _margin:5px 1px 0 0; width:15px; }
.btn_noloading .loading { display:none }
/*新名片样式-与主站相同*/



/*加关注 & 加入群 按钮*/
/* 加关注按钮 各种icon */
.W_addbtn .addicon, .W_joinbtn .addicon, .W_needbtn .addicon, .W_addbtn:hover .addicon, .W_needbtn:hover .addicon, .W_addbtn .loveicon, .W_joinbtn .loveicon, .W_needbtn .loveicon { background-image:url(../../images/common/add.gif?id=1358945747143); }
/*已关注 灰按钮*/
.W_addbtn_es, .W_joinbtn_es { border:1px solid #ddd; background-color:#f3f3f3; color:#666; }
/*参加活动 粉按钮*/
.W_adbtn { background-color:#ffdcd5; border-color:#ffd2ca; color:#f97c75; }
.W_adbtn:hover { background-color:#ffa7a2; border-color:#ff8780; color:#fff; }

/* 加关注 按钮 */
a.W_addbtn, a.W_needbtn, a.W_addbtn, a.W_needbtn, a.W_addbtn, a.W_needbtn { background-color:#e3ffd5; border-color:#d5f7c5; color:#389a0a; }
a.W_addbtn:hover, a.W_needbtn:hover, a.W_addbtn:hover, a.W_needbtn:hover, a.W_addbtn:hover, a.W_needbtn:hover { background-color:#81d300; border-color:#4ec000; color:#fff; }
/* 加入群蓝色按钮 */
.W_joinbtn { background-color:#daf5fa; border-color:#c8ebf6; color:#4184bb; }
.W_joinbtn:hover { background-color:#4cb3d3; border-color:#4b8fc6; color:#fff; }

.W_addbtn, .W_joinbtn, .W_addbtn_cf, .W_needbtn, .W_adbtn { display:inline-block; border-width:1px; border-style:solid; padding:0 5px; height:18px; line-height:18px; line-height:19px\9; _line-height:18px; cursor:pointer;}
.W_adbtn { width:40px; text-align:center; line-height:18px; }
.W_addbtn .addicon, .W_needbtn .addicon, .W_addbtn .loveicon { display:inline-block; width:8px; height:8px; overflow:hidden; background-position:0 -8px; margin-right:3px; _margin:5px 2px 0 0;}
.W_addbtn .addicon { *vertical-align:middle; _vertical-align:2px;}
.W_joinbtn .addicon { width:8px; height:8px; background-position:0 -16px; margin-right:3px; _margin:5px 2px 0 0; }
.W_addbtn_cf .addicon { width:8px; height:8px; background-position:0 -78px; margin-right:3px; _margin:5px 2px 0 0; }
.W_addbtn:hover, .W_joinbtn:hover, .W_addbtn_cf:hover, .W_needbtn:hover, .W_adbtn:hover { text-decoration:none; border-width:1px; border-style:solid; }
.W_addbtn:hover .addicon, .W_addbtn_cf:hover .addicon, .W_joinbtn:hover .addicon, .W_needbtn:hover .addicon { background-position:0 0; }
.W_needbtn .addicon_a { width:11px; height:8px; background-repeat:no-repeat; background-position:0 -40px; margin-right:3px; _margin:5px 2px 0 0; }
.W_needbtn:hover .addicon_a { background-position:0 -48px; }
.W_needbtn em.vline { border-left:1px solid #389a0a; display:inline-block; width:0; height:12px; margin:0 4px 0 2px; overflow:hidden; vertical-align:-2px; }
.W_needbtn:hover em.vline { border-left:1px solid #fff; }
.W_addbtn .loveicon { background-position: 0 -60px; }
.W_addbtn:hover .loveicon { background-position: 0 -70px; }
/*已关注 &已加入 按钮*/
.W_addbtn_even, .W_joinbtn_even { border:1px solid #ddd; background:#f8f8f8; -moz-border-radius:2px; -webkit-border-radius:2px; height:22px; line-height:22px; _line-height:23px; padding:0 10px 0 5px; display:inline-block; float:left; position:relative; color:#73797C; }
.W_addbtn_even .W_vline, .W_joinbtn_even .W_vline { padding:0 7px 0 6px; color:#999; }
.W_addbtn_even .W_linkb, .W_joinbtn_even .W_linkb { color:#9abbc8; }
.icon_add { float:left; width:8px; height:10px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -730px; margin:7px 4px 0 0; }
.addbtn_a { background-position:0 -730px; }
.addbtn_b { background-position:0 -710px; }
.addbtn_c { width:11px; height:13px; margin:5px 4px 0 0; background-position:0 -749px; }
.addbtn_d { width:11px; background-position:0 -770px; }
.addbtn_e { width:19px; height:16px; background-position:0 -1660px; margin:5px 0 0 0; }
.addbtn_f { width:19px; height:16px; background-position:0 -1700px; margin:5px 0 0 0; }
.addbtn_g { width:11px; height:10px; background-position:0 -1780px; margin:7px 0 0 0; }
.W_addbtn_even .layer_pop, .W_joinbtn_even .layer_pop { position:absolute; top:-75px; left:0; }
.W_addbtn_es, .W_joinbtn_es { display:inline-block; padding:0 4px; height:18px; line-height:18px; line-height:19px\9; _line-height:18px; cursor:default; }
.W_addbtn_es .addicon, .W_joinbtn_es .addicon { display:inline-block; width:11px; height:8px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -770px; margin-right:3px; _margin:5px 2px 0 0; }
.W_addbtn_es:hover, .W_joinbtn_es:hover { text-decoration:none; }
.icon_connect { display:inline-block; width:39px; height:14px; overflow:hidden; background:url(../../images/common/connect_ico.png?id=1358945747143) no-repeat 0 0; }
/* 微刊订阅 */
/*绿色*/
.K_btn{display:inline-block;height:21px;line-height:20px;border-radius:2px;border-width:2px;border-style:solid;position:relative;text-align:center;outline:none;font-size:14px;
	_border-width:1px;
	_overflow:hidden;
	white-space:nowrap;
	background:url(about:blank);
}
.K_btn em{position:relative;z-index:2;}
.K_btn em i{font-size:10px;-webkit-text-size-adjust:none;vertical-align:2px;}
.K_btn span{position:absolute;bottom:-1px;top:-1px;left:-1px;right:-1px;display:block;cursor:pointer;border-radius:1px;}
*html .K_btn span{_bottom:0;_top:0;_left:0;_right:0;_width:100%;_height:120%;}
.K_btn:hover{text-decoration:none;}
:root .K_btn span,
:root .K_btn:hover span,
:root .K_btn:active span{filter:none;}
.K_btn_b{color:#fff; border-color:#6aa904;}
.K_btn_b em{min-width:47px; padding:0 10px;text-align:center;display:block;cursor:pointer;text-shadow:1px 1px 0 #5c9606;}
.K_btn_b span{cursor:pointer;
	background: #7fc10b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYzEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MmIxMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #7fc10b 0%, #72b10c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fc10b), color-stop(100%,#72b10c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7fc10b 0%,#72b10c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7fc10b 0%,#72b10c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7fc10b 0%,#72b10c 100%); /* IE10+ */
	background: linear-gradient(top,  #7fc10b 0%,#72b10c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc10b', endColorstr='#72b10c',GradientType=0 ); /* IE6-8 */
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.15)
}
.K_btn_b:hover em{text-shadow:1px 1px 0 #6eae0a;color:#fff;}
.K_btn_b:hover span{
	background: #93da0b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzZGEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MmIxMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #93da0b 0%, #72b10c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93da0b), color-stop(100%,#72b10c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #93da0b 0%,#72b10c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #93da0b 0%,#72b10c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #93da0b 0%,#72b10c 100%); /* IE10+ */
background: linear-gradient(top,  #93da0b 0%,#72b10c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93da0b', endColorstr='#72b10c',GradientType=0 ); /* IE6-8 */

}
.K_btn_b:active em{color:#fff;}
.K_btn_b:active span{
	background: #72b10c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyYjEwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NWM2MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #72b10c 0%, #85c60d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b10c), color-stop(100%,#85c60d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72b10c 0%,#85c60d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72b10c 0%,#85c60d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72b10c 0%,#85c60d 100%); /* IE10+ */
	background: linear-gradient(top,  #72b10c 0%,#85c60d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b10c', endColorstr='#85c60d',GradientType=0 ); /* IE6-8 */
	box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.1)

}
.K_btn_b .K_icon {width:13px;height:13px; vertical-align:middle; margin-right:2px}
.K_btn_b .b_repick { background-position:-120px -60px }
.K_btn_b .b_favor { background-position:-80px -60px  }

/*取消按钮*/
.K_btn_e{color:#5b5b5a;border-color:#d8d8d8;}
.K_btn_e em{min-width:47px; padding:0 10px;text-align:center;display:block;cursor:pointer;text-shadow:1px 1px 0 #cfd6c9;}
.K_btn_e span{cursor:pointer;
	background: #fdfcfb; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmNmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y1ZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfcfb 0%, #f7f5f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfcfb), color-stop(100%,#f7f5f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfcfb 0%,#f7f5f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfcfb 0%,#f7f5f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfcfb 0%,#f7f5f1 100%); /* IE10+ */
	background: linear-gradient(top,  #fdfcfb 0%,#f7f5f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#f7f5f1',GradientType=0 ); /* IE6-8 */
}
.K_btn_e:hover em{color:#5a5a5a;text-shadow:1px 1px 0 #cdd3c6;}
.K_btn_e:hover span{
	background: #fdfcfb; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmNmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU4ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfcfb 0%, #e9e8e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfcfb), color-stop(100%,#e9e8e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfcfb 0%,#e9e8e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfcfb 0%,#e9e8e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfcfb 0%,#e9e8e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fdfcfb 0%,#e9e8e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#e9e8e6',GradientType=0 ); /* IE6-8 */
}
.K_btn_e:active{border-color:#c8c8c8;}
.K_btn_e:active em{color:#565656;text-shadow:1px 1px 0 #c5cbbd;}
.K_btn_e:active span{
	background: #dddddd; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU3ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dddddd 0%, #e8e7e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#e8e7e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#e8e7e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#e8e7e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#e8e7e5 100%); /* IE10+ */
	background: linear-gradient(top,  #dddddd 0%,#e8e7e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#e8e7e5',GradientType=0 ); /* IE6-8 */
}


/*小角按钮*/
.W_btn_arrow,.W_btn_arrow span{ cursor:pointer; background:url(../../images/common/all_iconbtn.png?id=1358945747143) no-repeat 0 -600px;_background-image:url(../../images/common/all_iconbtn.gif?id=1358945747143);display:inline-block; padding:0 0 0 8px;height:22px; line-height:21px;line-height:22px\9;}
.W_btn_arrow span{background-position:right -630px;padding: 0 10px 0 8px;}
.W_btn_arrow:hover{text-decoration:none;}

/*更多上下双箭头*/
.W_arrow { line-height:12px; display:inline-block; margin:0 0 0 5px; font-size:14px; cursor:pointer; }/*  -webkit-transform: rotate(90deg); writing-mode:tb-rl; -moz-transform: rotate(90deg); -o-transform:rotate(90deg); */
/*更多左右双箭头*/
.W_arrow_r, .W_arrow_l { margin:0 0 0 4px; vertical-align:middle; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -2009px; width:4px; height:9px; display:inline-block; }
.W_arrow_l { background-position:0 -2034px; }
/*换肤 更多 箭头 向下*/
a.W_moredown { text-decoration:none; }
a.W_moredown .more { display:inline-block; border-color:#9abbc8 transparent transparent transparent; border-style:solid dashed dashed dashed; border-width:4px 4px 0px 4px; font-size:0; line-height:0; width:0; height:0; vertical-align:middle; margin:0 0 0 3px; }
a.W_moredown:hover .more { border-color:#0095cd transparent transparent transparent; border-style:solid dashed dashed dashed; text-decoration:none; }
.W_moredownb .more { display:inline-block; border-color:#0095cd transparent transparent transparent; border-style:solid dashed dashed dashed; border-width:3px 3px 0px 3px; font-size:0; line-height:0; width:0; height:0; vertical-align:middle; margin:0 0 0 3px; }
.W_moredownb:hover .more { border-color:#9abbc8 transparent transparent transparent; border-style:solid dashed dashed dashed; text-decoration:none; }
/*换肤 更多 箭头 向上*/
a.W_moreup { text-decoration:none; }
a.W_moreup .more { display:inline-block; border-color:transparent transparent #6eafd5 transparent; border-style:dashed dashed solid dashed; border-width:0px 4px 4px 4px; font-size:0; line-height:0; width:0; height:0; vertical-align:middle; margin:0 0 0 3px; }
a.W_moreup:hover .more { border-color:transparent transparent #0082cb transparent; border-style:dashed dashed solid dashed; text-decoration:none; }
.W_moreupb .more { display:inline-block; border-color:transparent transparent #6eafd5 transparent; border-style:dashed dashed solid dashed; border-width:0px 4px 4px 4px; font-size:0; line-height:0; width:0; height:0; vertical-align:middle; margin:0 0 0 3px; }
.W_moreupb:hover .more { border-color:transparent transparent #0082cb transparent; border-style:dashed dashed solid dashed; text-decoration:none; }

/*文本类箭头 向下*/
.W_moredown_txt { display:inline-block; border-color:#666 transparent transparent transparent; border-style:solid dashed dashed dashed; border-width:4px 4px 0px 4px; font-size:0; line-height:0; width:0; height:0; position:relative; top:-2px; left:2px; }
.W_moreup_txt { display:inline-block; border-color:transparent transparent #666 transparent; border-style:dashed dashed solid dashed; border-width:0px 4px 4px 4px; font-size:0; line-height:0; width:0; height:0; position:relative; top:-2px; left:2px; }

/*换肤 更多 箭头 向左右*/
.W_arr_l_off { display:inline-block; width:0; height:0; font-size:0; border-width:4px 4px 4px 0; border-style:dashed solid dashed dashed; border-color:transparent #999 transparent transparent; overflow:hidden; }
.W_arr_l_on { display:inline-block; width:0; height:0; font-size:0; border-width:4px 4px 4px 0; border-style:dashed solid dashed dashed; border-color:transparent #0095cd transparent transparent; overflow:hidden; }
.W_arr_r_off { display:inline-block; width:0; height:0; font-size:0; border-width:4px 0 4px 4px; border-style:dashed dashed dashed solid; border-color:transparent transparent transparent #999; overflow:hidden; }
.W_arr_r_on { display:inline-block; width:0; height:0; font-size:0; border-width:4px 0 4px 4px; border-style:dashed dashed dashed solid; border-color:transparent transparent transparent #0095cd; overflow:hidden; }
/*去除outline*/
.W_no_outline { outline-style:none; }
/*icon 本地*/
.ico_local { width:22px; height:16px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -2626px; display:inline-block; vertical-align:middle }
/*icon 发微博*/
.icon_sendwb { width:13px; height:13px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -790px; margin:0 0 0 1px; display:inline-block; }
/*icon V币*/
.ico_credits { width:16px; height:16px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -2446px; margin:0 2px; display:inline-block; }
/*icon 信用*/
.ico_credit_high { width:16px; height:16px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -2930px; display:inline-block; vertical-align:middle }
.ico_credit_middle { width:16px; height:16px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -2955px; display:inline-block; vertical-align:middle }
.ico_credit_low { width:16px; height:16px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -2905px; display:inline-block; vertical-align:middle }
/*===icon 用户身份图标===*/
.ico_gives, .ico_number_gold, .ico_number_silver, .ico_number_bronze, .ico_wbnight_cup{ background:url(../../images/common/ico_user.png?id=1358945747144) no-repeat 0; display:inline-block; }
.male,.female,.approve,.approve_co,.approve_dead,.ico_club,.ico_vlady,.ico_member,.ico_member_dis,.ico_taobao,.icon_member1,.icon_member2,.icon_member3,.icon_member4,.icon_member5,.icon_member6,.W_icon{ background:url(../../images_v6/common/icon_v6.png?id=201409251338) no-repeat 0; _background:url(../../images_v6/common/icon_v6.gif?id=201409251338) no-repeat 0; display:inline-block; }

/*icon 性别图标*/
.male,.female { width:12px; height:14px; margin-left:3px; vertical-align:text-top; vertical-align:text-bottom\9; }
.male{ background-position:0 0;}
.female { background-position:0 -25px;}
/*icon V*/
.approve,.approve_co,.approve_dead{ width:14px; height:14px; margin-left:3px; vertical-align:text-top; vertical-align:text-bottom\9;}
.approve { background-position:0 -50px;}
/*icon 企业V*/
.approve_co { background-position:0 -75px; }
/*icon V去世*/
.approve_dead { background-position:0 -100px; }
/*icon 达人*/
.ico_club,.ico_vlady { width:13px; height:14px; margin-left:3px; vertical-align:text-top; vertical-align:text-bottom\9; }
.ico_club{ background-position:0 -125px}
/*微女郎*/
.ico_vlady { background-position:0 -150px;  }
.i_conn_close_friend { display:inline-block; background:url(../../images/common/icon.png?id=1358945747143) no-repeat -375px -100px; _background:url(../../images/common/icon.gif?id=1358945747143) no-repeat -375px -100px; width:16px; height:16px;}

/*icon 微号*/
.ico_gives { width:35px; height:19px; background:url(../../images/index/ico_state.png?id=1358945747143) no-repeat; vertical-align:middle; }
/*icon 微号*/
.ico_number_gold, .ico_number_silver, .ico_number_bronze { width:14px; height:14px; margin:0; vertical-align:middle }
.ico_number_gold { background-position:0 0 }
.ico_number_silver { background-position:0 -25px }
.ico_number_bronze { background-position:0 -50px }
/*icon 会员*/
.ico_member, .ico_member_dis { width:14px; height:14px; margin-left:3px; vertical-align:text-top; vertical-align:text-bottom\9;}
.ico_member { background-position:0 -175px; }
.ico_member_dis { background-position:-0 -200px;}
.icon_member1,.icon_member2,.icon_member3,.icon_member4,.icon_member5,.icon_member6{ width:16px; height:14px; vertical-align:text-top; vertical-align:text-bottom\9; margin-right:3px;}
.icon_member1{ background-position:-25px 0;}
.icon_member2{ background-position:-25px -25px;}
.icon_member3{ background-position:-25px -50px;}
.icon_member4{ background-position:-25px -75px;}
.icon_member5{ background-position:-25px -100px;}
.icon_member6{ background-position:-25px -125px;}

/*淘宝*/
.ico_taobao{ background-position:-75px -25px; width:16px; height:14px; margin-left:3px; vertical-align:text-top; vertical-align:text-bottom\9;}

/*===icon feed区图标===*/
.feedico_vedio,.feedico_fanfan,.feedico_music,.feedico_vote,.feedico_topic,.feedico_magic,.feedico_image,.feedico_news,.feedico_active,.feedico_interview,.feedico_live,.feedico_mobile,.feedico_qing,.feedico_cartoon,.feedico_gongyi,.feedico_times,.feedico_brainpower,.feedico_bar,.feedico_barlogo,.icon_help_ask,.feedico_wcp,.icon_sw_stock, .icon_sw_book, .icon_sw_welfare,.icon_sw_ask {background:url(../../images/common/sprite_ico.png?id=1358945747143) no-repeat;display:inline-block;width:14px;height:14px;margin:0 5px}
.feedico_vedio{background-position:0 1px}
.feedico_music{background-position:0 -25px}
.feedico_vote{background-position:0 -49px}
.feedico_topic{background-position:0 -75px}
.feedico_magic{background-position:0 -100px;width:15px;height:15px}
.feedico_news{background-position:0 -125px;*vertical-align:middle}
.feedico_active{background-position:0 -150px}
.feedico_interview{background-position:0 -175px}
.feedico_live{background-position:0 -200px}
.feedico_mobile{background-position:0 -225px}
.feedico_qing{background-position:0 -250px;width:15px;height:15px;vertical-align:-1px;*vertical-align:middle}
.feedico_cartoon{background-position:0 -275px;}
.feedico_gongyi{background-position:0 -300px;}
.feedico_times{background-position:0 -350px;}
.feedico_brainpower{background-position:0 -375px;}
.feedico_fanfan{background-position:0 -518px;}
.feedico_bar{ background-position:-25px -325px;width:16px;height:16px; vertical-align:middle; _margin-top:2px;}
.feedico_barlogo{ background-position:-25px -350px;width:16px;height:15px; vertical-align:middle; _margin-top:2px;}
.feedico_image{background-position:-25px 0;width:16px;height:16px;}
.icon_help_ask{background-position:-150px -125px;}
.feedico_wcp{background-position:-175px -275px;}
.icon_sw_stock { background-position:-25px -376px;}
.icon_sw_book { background-position:-25px -402px; width:16px; height:16px;}
.icon_sw_welfare { background-position:-25px -428px; width:16px; height:16px;}
.icon_sw_welfare:hover { background-position:-50px -428px;}
.icon_sw_ask { background-position:-25px -453px; width:16px; height:16px; vertical-align:middle;}

.feedico_expand_shop,.feedico_expand_focus{background:url(../../../images/common/sprite_ico.png?id=1358945747143) no-repeat -150px 0;display:inline-block;width:14px;height:14px;margin:0 5px}
.feedico_expand_focus{background-position:-150px -18px}


/*icon 关系类图标*/
.i_conn_public, .i_conn_follow, .i_conn_friend, .i_conn_private, .i_conn_editlist { background:url(../../images/common/ico_connect.png?id=1358945747143) no-repeat 0 0; display:inline-block; width:16px; height:16px; vertical-align:middle; _background:url(../../images/common/ico_connect.gif?id=1358945747143) no-repeat 0 0; }
.i_conn_follow { background-position:0 -25px; }
.i_conn_friend { background-position:0 -50px; }
.i_conn_private { background-position:0 -75px; }
.i_conn_editlist { background-position:0 -100px; }
/*icon*/
.group_rankicon01, .group_rankicon02, .group_rankicon03, .group_rankicon04, .group_rankicon05, .group_rankicon06, .group_rankicon07, .group_rankicon08, .group_rankicon09, .group_rankicon10 { background:url(../../images/common/search_bg.png?id=1358945747143) no-repeat; width:20px; height:20px; display:inline-block; vertical-align:middle; margin-left:5px; }
.group_rankicon01 { background-position:0 -80px; }
.group_rankicon02 { background-position:-20px -80px; }
.group_rankicon03 { background-position:-40px -80px; }
.group_rankicon04 { background-position:-60px -80px; }
.group_rankicon05 { background-position:-80px -80px; }
.group_rankicon06 { background-position:-100px -80px; }
.group_rankicon07 { background-position:-120px -80px; }
.group_rankicon08 { background-position:-140px -80px; }
.group_rankicon09 { background-position:-160px -80px; }
.group_rankicon10 { background-position:-180px -80px; }
/* rank */
.resend_rank { display:inline-block; background:url(../../images/common/ranking_icon.png?id=1358945747143) no-repeat; _background:url(../../images/common/ranking_icon.gif?id=1358945747143) no-repeat; text-align:center; color:#fff; font-weight:bold; text-shadow:1px 1px 1px rgba(0,0,0,.2); }
.resend_rank01, .resend_rank02, .resend_rank03 { width:16px; height:25px; line-height:20px; }
.resend_rank01 { background-position:0 0; }
.resend_rank02 { background-position:0 -40px; }
.resend_rank03 { background-position:0 -80px; }
.resend_rank04 { background-position:0 -120px; width:16px; height:17px; line-height:18px; }
/* 花名册 */
.icon_flalum { width:14px; height:14px; margin:0 2px; background-position:0 -192px; vertical-align:middle; }
.icon_hottop { width:21px; height:12px; background:url(../../images/common/srch_ico.png?id=1358945747143) 0 -1064px; _background:url(../../images/common/srch_ico.gif?id=1358945747143) 0 -1064px; }
.icon_phonenum { width:15px; height:11px; background-position:0 -168px; }
.icon_listM { background-position:0 -1597px; width:3px; height:3px; }
/* 关注话题 */
.icon_topic { background-position:0 0; width:12px; height:13px; }
/* 关注订阅 */
.icon_published, a .icon_published { background-position:0 -368px; width:12px; height:12px; }
.icon_published:hover, a:hover .icon_published { background-position:-16px -368px; }
.have_published, .have_published:hover, a .have_published, a:hover .have_published { background-position:-32px -368px; }
/* 短链 */
.icon_slink { background-position:0 -344px; width:24px; height:14px; }
/* 分享 */
.icon_share { background-position:0 -504px; width:12px; height:8px; }
/* 电台 */
.icon_air { background-position:0 -522px; width:12px; height:9px;}
a:hover .icon_share, .icon_share:hover { background-position:-17px -504px; }
/* 关注弹层关闭 */
.icon_liclose { background-position:0 -432px; width:7px; height:6px; overflow:hidden; }
.icon_liclose:hover { background-position:-16px -432px; }
/* 好友选择 关闭 */
.icon_addclose { background-position:-40px -384px; width:8px; height:7px;}
/* 热门微博 */
.ico_hot { background-position:0 -17px; width:33px; height:22px; }
.ico_hotS { background-position:-46px -17px; width:12px; height:15px;}
.ico_hotY { background-position:-31px -855px; width:12px; height:14px;}
.ico_followS { background-position:-75px -17px; width:15px; height:15px;}
.ico_schoolS { background-position:-46px -49px; width:19px; height:15px;}
.ico_companyS { background-position:-75px -49px; width:18px; height:15px;}
.ico_fansS { background-position:-46px -74px; width:15px; height:16px;}

/* 趋势 */
.icon_trend { background-position:0 -41px; width:13px; height:12px; }
.icon_trendS { background-position:-16px -41px; width:16px; height:13px; }
/* 话题 */
.icon_topicwr { background-position:0 -541px; width:18px; height:17px;}
/* 明星排名 */
.icon_rank01B { background-position:0 -569px; width:22px; height:31px;}
.icon_rank02B { background-position:-35px -569px; width:22px; height:31px;}
.icon_rank03B { background-position:-71px -569px; width:22px; height:31px;}
.icon_rank01 { background-position:-35px -532px; width:12px; height:16px;}
.icon_rank02 { background-position:-57px -532px; width:12px; height:16px;}
.icon_rank03 { background-position:-79px -532px; width:12px; height:16px;}
.search_icon_rankn { display:inline-block; background:#5fc0fd; border: solid 1px #4ca9ec; border-radius:2px; font-size:10px; -webkit-text-size-adjust: none; color:#fff; padding:0 3px; line-height:11px; box-shadow:inset 0 1px 1px rgba(255,255,255,.5); text-shadow:0 1px rgba(0,0,0,.3);}
.search_icon_rankntop { display:inline-block; background:#ff843e; border: solid 1px #ff6a1f; border-radius:2px; font-size:10px; -webkit-text-size-adjust: none; color:#fff; padding:0 3px; line-height:11px; box-shadow:inset 0 1px 1px rgba(255,255,255,.5); text-shadow:0 1px rgba(0,0,0,.3);}

/* 搜索 */
.icon_search { background-position:0 -610px; width:13px; height:13px;}
.icon_uprank { background-position:-40px -610px; width:9px; height:9px;}
.icon_downrank { background-position:-21px -610px; width:9px; height:9px;}

/* logo */
.icon_logo16 { background-position:0 -633px; width:16px; height:14px;}

/* 播放 */
.icon_play { background-position:0 -659px; width:15px; height:15px;}

/* 顶部 */
.icon_top { background-position:0 -684px; width:13px; height:15px;}
/* 反馈 */
.icon_feedback { background-position:-23px -684px; width:16px; height:14px;}
/* 分享 */
.icon_shareb { background-position:-49px -684px; width:15px; height:15px;}

/* 提示 */
.icon_helpico { background-position:-0px -711px; width:12px; height:12px;}

/* 微电视通知 */
.icon_tv { background-position:-49px -634px; width:12px; height:14px;}
.icon_tv_al { background-position:-27px -634px; width:12px; height:14px;}

/* 关系圈 */
.icon_circle { background-position:0 -775px; width:14px; height:13px;}
/* 地理位置 */
.icon_adddire { background-position:-24px -775px; width:12px; height:17px;}
/* 微吧 */
.icon_sbar { background-position:0 -802px; width:18px; height:17px;}
/* 微刊 */
.icon_skan { background-position:-28px -802px; width:16px; height:16px;}
/* 应用 */
.icon_sapp { background-position:-54px -802px; width:16px; height:16px;}
/* 微相册 */
.icon_sphoto { background-position:-80px -802px; width:16px; height:16px; vertical-align:middle;}
/* 微盘 */
.icon_sw_wepan { background-position:-71px -182px; width:14px; height:14px; vertical-align:middle;}

/* pk */
.icon_pk { background-position:0 -832px; width:22px; height:12px;}
/* vs */
.icon_vs { background-position:-32px -832px; width:20px; height:13px;}
/* new */
.icon_newpink { background-position:0 -853px; width:19px; height:7px;}
/* 评论 */
.icon_commentnew { background-position:-56px -856px; width:12px; height:9px;}
/* 转发 */
.icon_resend {background-position:0 -1021px; width:10px; height:12px;}
/* 评论 */
.icon_commentgrey {background-position:-20px -1021px; width:12px; height:13px;}
/* new */
.icon_filmnew { background-position:-83px -856px; width:18px; height:13px;}

/* 地点 */
.icon_location { background-position:-48px -775px; width:12px; height:17px; }
/* 点评 */
.icon_remark { background-position:-72px -775px; width:15px; height:15px; }
/* 优惠 */
.icon_discount { background-position:-96px -775px; width:13px; height:13px; }

/* 顶 */
.support_icon, .support_icon_dis, .trample_icon,.trample_icon_dis{ display: inline-block;line-height:18px;  border-radius:2px; text-align: center; color:#fff; padding:0 8px;}
.support_icon { background: #ff8140; cursor:pointer;}
.support_icon:hover { background: #f56c27; text-decoration:none; color:#fff;}
.support_icon_dis, .support_icon_dis:hover {background: #fabbca; cursor: default;}
/* 踩 */
.trample_icon {background: #fa7593; cursor:pointer;}
.trample_icon:hover { background: #e55c7c; text-decoration:none; color:#fff;}
.trample_icon_dis, .trample_icon_dis:hover {background: #fdbbca; cursor: default;}
/* 排名（个位数）*/
.starrank_1w, .starrank_2w { line-height: 22px; height: 22px; text-align: center; color: #c63; font-family:Arial; font-size: 14px; font-weight: bold;}
.starrank_1w { background-position: -53px -1009px; width: 20px;}
/* 排名（两位数）*/
.starrank_2w { background-position: -88px -1009px; width: 28px;}


.starrank_2n { display:inline-block; height:15px; line-height:15px; color:#eb7350; font-family:Arial; font-size:12px; background:#f9f2c0; padding:0 6px; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;}

.yearend_icon { background-position:-27px -659px; width:14px; height:14px; }

/****** 投票icon ******/
/* raido */
.icon_radio { background-position:0 -94px; width:13px; height:13px; }
/* checkbox */
.icon_checkbox { background-position:0 -118px; width:13px; height:13px; }
/*****  微群icon *****/
/*创建者 */
.icon_founder { background-position:0 -144px; width:11px; height:8px; }
/*****  登录icon *****/
/* msn */
.icon_msn { background-position:0 -222px; width:16px; height:16px; }
/* 天翼 */
.icon_tianyi { background-position:0 -250px; width:16px; height:16px; }
/* 联通 */
.icon_unicom { background-position:0 -284px; width:16px; height:16px; }
/*icon 创建、调整、管理*/
.iconadd, .iconsetup, .iconord { width:11px; height:11px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat; }
.iconadd { background-position:0 -590px; }
.iconsetup { background-position:0 -610px; }
.iconord { background-position:0 -630px; }
.ico_addinv { display:inline-block; width:9px; height:9px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -1904px; }
a.ico_addinv { display:inline-block; height:16px; width:16px; line-height:16px; text-align:center; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 3px -1901px; }
a.ico_addinv:hover { text-decoration:none; background-position:3px -1926px; background-color:#70b0e2; }
/*提示图标*/
/*icon 提示警告 小icon 大icon 中icon*/
.icon_error,.icon_del,.icon_succ,.icon_warn,.icon_ask,.icon_rederror,
.icon_errorS,.icon_delS,.icon_succS,.icon_warnS,.icon_askS,.icon_rederrorS,
.icon_errorM,.icon_delM,.icon_succM,.icon_warnM,.icon_questionM,.icon_rederrorM,
.icon_errorB,.icon_delB,.icon_succB,.icon_warnB,.icon_questionB,.icon_rederrorB,
.icon_promptS,.icon_noticeS{ width:16px; height:16px; background:url(../../images/common/ico_warn.png?id=1358945747143);_background:url(../../images/common/ico_warn.gif?id=1358945747143); margin:0 3px 0 0;overflow:hidden; display:inline-block; }
.icon_errorM,.icon_delM,.icon_succM,.icon_warnM,.icon_questionM,.icon_rederrorM{ width:32px; height:32px;}
.icon_errorB,.icon_delB,.icon_succB,.icon_warnB,.icon_questionB,.icon_rederrorB{ width:50px; height:50px;}
.icon_error,.icon_errorS{ background-position:0 -100px}
.icon_del,.icon_delS{ background-position:0 -50px}
.icon_succ,.icon_succS{ background-position:0 0}
.icon_warn,.icon_warnS{ background-position:0 -200px}
.icon_ask,.icon_askS{background-position:0 -150px}
.icon_rederror,.icon_rederrorS{background-position:0 -250px}
.icon_errorM{ background-position:-50px -100px}
.icon_delM{ background-position:-50px -50px}
.icon_succM{ background-position:-50px 0}
.icon_warnM{ background-position:-50px -200px}
.icon_questionM{background-position:-50px -150px}
.icon_rederrorM{background-position:-50px -250px}
.icon_errorB{ background-position:-100px -100px}
.icon_delB{ background-position:-100px -50px}
.icon_succB{ background-position:-100px 0}
.icon_warnB{ background-position:-100px -200px}
.icon_questionB{background-position:-100px -150px}
.icon_rederrorB{background-position:-100px -250px}
.icon_promptS{ background-position:0 -300px}
.icon_noticeS{ background-position:0 -350px}
.icon_none { width:16px; height:16px; margin:0 3px 0 0; overflow:hidden; display:inline-block; }
/*零内容*/
.zero_tips { text-align:center; }
.zero_tips .icon_error, .zero_tips .icon_warn { vertical-align:middle; }
/*展开收起箭头*/
.W_close_btn,a.W_Titarr_off, a.W_Titarr_on, .W_Titarr_off, .W_Titarr_on, .W_btn_deltags .delicon { background-image:url(../../images/common/close.gif?id=1358945747143); }
a.W_Titarr_off, a.W_Titarr_on, .W_Titarr_off, .W_Titarr_on { display:inline-block; width:13px; height:13px; overflow:hidden; }
a.W_Titarr_off:hover, a.W_Titarr_on:hover, .W_Titarr_off:hover, .W_Titarr_on:hover { text-decoration:none; }
a.W_Titarr_off, .W_Titarr_off { background-position:0 -32px; }

a.W_Titarr_off:hover, .W_Titarr_off:hover { background-position:0 -48px; }
a.W_Titarr_on, .W_Titarr_on { background-position:0 -64px; }
a.W_Titarr_on:hover, .W_Titarr_on:hover { background-position:0 -80px; }

a.W_close_btn { cursor:pointer; width:11px; height:11px; overflow:hidden; display:inline-block; background-position:0px -11px; }
a.W_close_btn:hover { background-position:0 0; }
.search_ctips .W_close_btn { margin-left: 1px; vertical-align: middle; }

/*在线状态图标*/
	.IM_online, .IM_busy, .IM_away, .IM_offline { background:url(../../images/common/im_status.png?id=1358945747143) no-repeat; width:9px; height:9px; display:inline-block; overflow:hidden; vertical-align:middle; }
/*web端状态*/
    .IM_online { background-position:0 0; }
.IM_busy { background-position:-20px 0; }
.IM_away { background-position:-40px 0; }
.IM_offline { background-position:-60px 0; }
/*icon 在线状态*/
.icon_online { width:9px; height:9px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -650px; }
.icon_busy { width:9px; height:9px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -670px; }
.icon_leave { width:9px; height:9px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 0 -690px; }
/*webIM 在线*/
.webim_online { display:inline-block; width:30px; padding-left:19px; height:18px; line-height:18px; line-height:19px\9; background:url(../../images/index/ico_state.png?id=1358945747143) no-repeat 0 -20px; color:#7ab200; }
.webim_leave { display:inline-block; width:30px; padding-left:19px; height:18px; line-height:18px; line-height:19px\9; background:url(../../images/index/ico_state.png?id=1358945747143) no-repeat 0 -39px; color:#7a7a7a; }
.webim_busy { display:inline-block; width:30px; padding-left:19px; height:18px; line-height:18px; line-height:19px\9; background:url(../../images/index/ico_state.png?id=1358945747143) no-repeat 0 -58px; color:#d7445d; }
.webim_quit { display:inline-block; width:30px; padding-left:19px; height:18px; line-height:18px; line-height:19px\9; background:url(../../images/index/ico_state.png?id=1358945747143) no-repeat 0 -77px; color:#d57e00; }
.webim_online:hover, .webim_leave:hover, .webim_busy:hover, .webim_quit:hover { text-decoration:none; }
/*添加标签 按钮*/
.W_btn_addtags { display:inline-block; padding:0 10px; height:24px; line-height:24px; font-size:14px; _font-family:"SimSun"; vertical-align:top; color:#0095cd; background:#f3f3f3;  }
.W_btn_addtags:hover { text-decoration:none; color:#fff; background:#70b0e2; }
/*删除标签 按钮*/
.W_btn_deltags { display:inline-block; padding:2px 4px 2px 6px; *padding:3px 4px 0 6px;
height:16px; line-height:15px; _font-family:'SimSun'; vertical-align:top; background:#E5F1F5; border-radius:2px; }
.W_btn_deltags .delicon { width:11px; height:12px; background-repeat:no-repeat; background-position:0 -11px; margin:0 0 0 5px; vertical-align:-1px; background-image:url(../../images/common/ico_del_tags.png?id=1358945747143)!important; background-position:0 0; }
.W_btn_deltags:hover { text-decoration:none; }
.W_btn_deltags:hover .delicon { background-position:0 -12px; }
/*反色链接*/
.W_university a, a.W_university { display:inline-block;  color:#0095cd; }
.W_university a:hover, a.W_university:hover { text-decoration:none; color:#fff; background:#ccc;  }
/*是否按钮*/
.whether_btn { display:inline-block; width:46px; height:18px; margin-left:10px; background:url(../../images/setup/whether_button.png?id=1358945747143) no-repeat; vertical-align:-4px; position:relative; }
.whether_btn a.btn { background:url(../../images/setup/whether_button.png?id=1358945747143) no-repeat 0 -25px; width:23px; height:18px; display:inline-block; position:absolute; top:0; }
/*加载条*/
.W_loading span { background:url(../../images/common/loading.gif?id=1358945747143) no-repeat 0 1px; padding:0 0 0 20px; line-height:18px; height:18px; display:inline-block; }
/*css 报错*/
.css_error { display:none; }
/*发布器app添加 排序icon*/
.iconadd_app, .iconord_app { width:16px; height:14px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 3px -3084px; }
.iconord_app { background-position:3px -3104px; }
/*方块镂空箭头*/
.W_blkarrow { position:relative; cursor:pointer; display:inline-block; width:14px; height:13px; padding:0; margin:1px 0 0 2px; _margin:8px 0; vertical-align:text-top; vertical-align:middle\9; background-color:#0095cd; }
.W_blkarrow:hover { background-color:#888; }
.W_blkarrow .arr_m { display:inline-block; border-color:#fff transparent transparent transparent; border-style:solid dashed dashed dashed; border-width:4px 4px 0px 4px; font-size:0; line-height:0; width:0; height:0; margin:0 0 0 3px; position:absolute; top:4px; left:0px; }
.W_blkarrow:hover .arr_m { border-top-color:#fff; }
.v5icon_choose, .v5icon_chooseup {display: inline-block;width: 12px;height: 12px;background-image: url(../../images/common/icon.png?id=1358945747143);_background-image: url(../../images/common/icon.gif?id=1358945747143);background-repeat: no-repeat;}
.v5icon_choose { background-position:-75px -75px; }
.v5icon_choose:hover, a:hover .v5icon_choose { background-position:-100px -75px; }
.v5icon_chooseup { background-position:-75px -225px; }
.v5icon_chooseup:hover { background-position:-100px -225px; }
/*黄条-字体黄色*/
.tips_yellow_color { background:#FEFFE5; color:#D4A639; border:1px solid #F9F2A7; display:block; height:23px; line-height:23px; margin:10px 0 5px; padding:0 5px; }
/* 添加 */
.search_add_icon { width:8px; height:8px; margin-right:3px;}  
.add_icon_off .search_add_icon { background-position:0 -879px;}
.add_icon_on .search_add_icon { background-position:-18px -879px;}



/* v5 icon */
.W_ico12 { display:inline-block; width:12px; height:12px; background-image:url(../../images/common/icon.png?id=1358945747143); _background-image:url(../../../images/common/icon.gif?id=1358945747143); background-repeat:no-repeat;}
a:hover .W_ico12,a:hover .W_ico16,a:hover .W_ico20{cursor: pointer;}
.icon_close { background-position:-75px -25px; }
.icon_close:hover { background-position:-100px -25px; }
.icon_close_bg{background-position:-75px -250px;}
.icon_close_bg:hover{background-position:-100px -250px;}
.icon_fl_place{background-position: -425px -75px;}
/*v5按钮全部*/
.W5_btn_a,.W5_btn_a span,
.W5_btn_b,.W5_btn_b span,
.W5_btn_c,.W5_btn_c span,
.W5_btn_d,.W5_btn_d span,
.W5_btn_a_disable,.W5_btn_a_disable span,
.W5_btn_b_disable,.W5_btn_b_disable span,
.W5_btn_c_disable,.W5_btn_c_disable span,
.W5_btn_d_disable,.W5_btn_d_disable span{display:inline-block;background:url(../../images/common/bg_btn.png?id=1366786873304) no-repeat;_background-image:url(../../images/common/bg_btn.gif?id=1366786873304); padding:0 0 0 2px;height:22px; line-height:21px;line-height:24px\9;}
:root .W5_btn_a,.W5_btn_a span,
:root .W5_btn_b,.W5_btn_b span,
:root .W5_btn_c,.W5_btn_c span,
:root .W5_btn_d,.W5_btn_d span,
:root .W5_btn_a_disable,.W5_btn_a_disable span,
:root .W5_btn_b_disable,.W5_btn_b_disable span,
:root .W5_btn_c_disable,.W5_btn_c_disable span,
:root .W5_btn_d_disable,.W5_btn_d_disable span{line-height:23px\9;}
.W5_btn_a span,.W5_btn_a_disable span,
.W5_btn_b span,.W5_btn_b_disable span,
.W5_btn_c span,.W5_btn_c_disable span,
.W5_btn_d span,.W5_btn_d_disable span{min-width:27px;text-align:center;padding:0 9px 0 8px;}
.W5_btn_a:hover,
.W5_btn_b:hover,
.W5_btn_c:hover,
.W5_btn_d:hover{text-decoration:none;}
div.W5_btn_c{cursor: default;}
div.W5_btn_c span{cursor: default;}
/*新短链按钮*/
.W_btn_h,.W_btn_h span{cursor:pointer;display:inline-block;background:url(../../images/common/v5/bg_btn.png?id=1366786873304) 0 -960px no-repeat;_background-image:url(../../images/common/v5/bg_btn.gif?id=1366786873304);height:20px;line-height:19px;line-height:21px\9;}
.W_btn_h span{background-position:right -990px;padding:0 5px 0 4px;_padding-left:3px;}
.W_btn_h .W_ico20{float:left;margin-right:1px;}
.W_btn_h:hover{background-position:0 -1020px;text-decoration:none;}
.W_btn_h:hover span{background-position:right -1050px;text-decoration:none;}
.W_btn_h:hover .W_ico20{background-position-x:-450px;}

/*按钮1*/
.W5_btn_a,.W5_btn_a span,
.W5_btn_d,.W5_btn_d span{cursor:pointer;color:#fff;}
.W5_btn_a span,
.W5_btn_d span{background-position:right -30px;}
.W5_btn_a:hover,
.W5_btn_d:hover{background-position:0 -60px;}
.W5_btn_a:hover span,
.W5_btn_d:hover span{background-position:right -90px;}
.W5_btn_a .addicon{ margin-right:2px; vertical-align:-1px;vertical-align:-2px\9;color: #fff;font: bold 16px Arial; height: 16px; text-decoration: none; color:#FFA00A; }
.W5_btn_a .W5_vline{ margin:0 5px;color:#fff;}
.W5_btn_a .icon_addone{background-position:-150px 0;}
/*按钮2*/
.W5_btn_b,.W5_btn_b span{cursor:pointer;color:#333;}
.W5_btn_b{background-position:0 -360px;}
.W5_btn_b span{ background-position:right -390px;}
.W5_btn_b:hover,
.W5_btn_b:hover span{background-image:url(../../images/common/bg_btn.png?id=1358945747143);_background-image:url(../../images/common/bg_btn.gif?id=1358945747143);background-position:0 -60px;}
.W5_btn_b:hover span{background-position:right -90px; color:#fff;}
.W5_btn_b .addicon,
.W5_btn_b_disable .addicon{margin-right:2px; vertical-align:-1px;vertical-align:-2px\9;font: bold 16px Arial; height: 16px; text-decoration: none; color:#FFA00A; }
.W5_btn_b:hover .addicon{color:#fff;}
.W5_btn_b .W5_vline{ margin:0 5px;}
.W5_btn_b:hover .W5_vline{color:#fff;}
.W5_btn_b:hover .icon_addone{background-position:-150px 0;}
/*按钮3*/
.W5_btn_c,.W5_btn_c span{cursor:pointer;color:#333;}
.W5_btn_c{background-position:0 -360px;}
.W5_btn_c span{ background-position:right -390px;}
.W5_btn_c:hover{background-position:0 -420px;}
.W5_btn_c:hover span{background-position:right -450px;}
.W5_btn_c .icon_addone,
.W5_btn_c .icon_addtwo{ margin-right:5px; _margin:5px 3px 5px 0; *vertical-align:0;_vertical-align:middle;}
.W5_btn_c .W5_ico16{ margin-right:3px;}
.W5_btn_c .W5_vline{ margin:0 5px;}
.W5_btn_c .W5_chat_stat{margin-right:5px; _margin:5px 3px 5px 0; *vertical-align:3px;_vertical-align:middle;}
.W5_btn_no_curser{cursor: default!important;}
.W5_btn_no_curser span{cursor: default!important;}
/*移上出现*/
.W5_btn_c.W5_btn_c_hov,.W5_btn_c.W5_btn_c_hov span{background-image: none;}

/*大按钮 30高*/
.W5_btn_e,.W5_btn_e span,
.W5_btn_f,.W5_btn_f span,
.W5_btn_g,.W5_btn_g span,
.W5_btn_e_disable,.W5_btn_e_disable span,
.W5_btn_f_disable,.W5_btn_f_disable span,
.W5_btn_g_disable,.W5_btn_g_disable span{cursor:pointer;display:inline-block;background:url(../../images/common/bg_btn.png?id=1358945747143) no-repeat;_background-image:url(../../images/common/bg_btn.gif?id=1358945747143); padding:0 0 0 2px;height:30px; line-height:29px;line-height:32px\9;overflow:hidden;}
.W5_btn_e span,.W5_btn_e_disable span{min-width:68px;text-align:center;padding:0 16px 0 14px;}
.W5_btn_f span,.W5_btn_f_disable span{line-height:30px\9;min-width:27px;text-align:center;padding:0 17px 0 15px;}
.W5_btn_e,.W5_btn_e span,
.W5_btn_f,.W5_btn_f span{color:#333;}
.W5_btn_e:hover,
.W5_btn_f:hover{text-decoration:none;}
.W5_btn_e .W5_ico16{_margin-top:7px;_margin-bottom: 7px;}
/*大按钮*/
.W5_btn_e,
.W5_btn_f{background-position:0 -660px;}
.W5_btn_e span,
.W5_btn_f span{background-position:right -690px;}
.W5_btn_e:hover,.W5_btn_f:hover,
.W5_btn_e:hover span,.W5_btn_f:hover span{background-image:url(../../images/common/bg_btn.png?id=1358945747143);_background-image:url(../../images/common/bg_btn.gif?id=1358945747143);background-position:0 -300px;}
.W5_btn_e:hover span,.W5_btn_f:hover span{background-position:right -330px;color:#fff;}
/*活动类按钮*/
.W5_btn_g span,
.W5_btn_g_disable span{min-width:68px;text-align:center;padding:0 16px 0 14px; font-size:14px; font-weight:bold;}
.W5_btn_g,.W5_btn_g span,.W5_btn_g_disable span{color:#fff;}
.W5_btn_g:hover{text-decoration:none;}
.W5_btn_g{background-position:0 -300px;}
.W5_btn_g span{background-position:right -330px;}
.W5_btn_g:hover{background-position:0 -780px;}
.W5_btn_g:hover span{background-position:right -810px;}
/*不可用状态*/
.W5_btn_a_disable,.W5_btn_a_disable:hover,
.W5_btn_b_disable,.W5_btn_b_disable:hover,
.W5_btn_c_disable,.W5_btn_c_disable:hover,
.W5_btn_d_disable,.W5_btn_d_disable:hover,
.W5_btn_e_disable,.W5_btn_e_disable:hover,
.W5_btn_f_disable,.W5_btn_f_disable:hover,
.W5_btn_g_disable,.W5_btn_g_disable:hover,
.W5_btn_a_disable span,.W5_btn_a_disable:hover span,
.W5_btn_b_disable span,.W5_btn_b_disable:hover span,
.W5_btn_c_disable span,.W5_btn_c_disable:hover span,
.W5_btn_d_disable span,.W5_btn_d_disable:hover span,
.W5_btn_e_disable span,.W5_btn_e_disable:hover span,
.W5_btn_f_disable span,.W5_btn_f_disable:hover span,
.W5_btn_g_disable span,.W5_btn_g_disable:hover span{color:#ccc;cursor:default;text-decoration:none;}
/*不可用状态*/
.W5_btn_a_disable,.W5_btn_a_disable:hover,
.W5_btn_b_disable,.W5_btn_b_disable:hover,
.W5_btn_c_disable,.W5_btn_c_disable:hover,
.W5_btn_d_disable,.W5_btn_d_disable:hover{background-position:0 -360px;}
.W5_btn_a_disable span,.W5_btn_a_disable:hover span,
.W5_btn_b_disable span,.W5_btn_b_disable:hover span,
.W5_btn_c_disable span,.W5_btn_c_disable:hover span,
.W5_btn_d_disable span,.W5_btn_d_disable:hover span{background-position:right -390px;}
.W5_btn_e_disable,.W5_btn_e_disable:hover,
.W5_btn_f_disable,.W5_btn_f_disable:hover,
.W5_btn_g_disable,.W5_btn_g_disable:hover{background-position:0 -660px;}
.W5_btn_e_disable span,.W5_btn_e_disable:hover span,
.W5_btn_f_disable span,.W5_btn_f_disable:hover span,
.W5_btn_g_disable span,.W5_btn_g_disable:hover span{background-position:right -690px;}


.W5s_btn_a, .W5s_btn_a span { display:inline-block; background:url(../../images/common/v5s_btn.png?id=1358945747143) no-repeat; _background:url(../../images/common/v5s_btn.gif?id=1358945747143) no-repeat; height:36px; line-height:36px; box-shadow:1px 1px 1px rgba(0,0,0,.1); color:#fff; font-size:20px; font-family:微软雅黑;}
.W5s_btn_a { padding:0 0 0 3px;}
.W5s_btn_a span { background-position: right -42px; padding:0 21px 0 18px; text-shadow:1px 1px 1px rgba(0,0,0,.2);}

/* v5icon */
.icon_sw_face { display:inline-block; background:url(../../images/common/icon.png?id=1358945747143); _background:url(../../images/common/icon.gif?id=1358945747143); width: 20px; height:20px;background-position: -225px 2px;}
.icon_sw_face:hover {background-position: -250px 2px;}



/* 不换肤close */
.W_close { cursor:pointer; width:20px; height:20px; background:url(../../images/common/ico.png?id=1358945747143) no-repeat 5px -250px; display:block; }
.W_close:hover { background-position:0 -1954px; }
/*弹层关闭*/
.W5_close { display:inline-block; width:16px; height:16px; background:url(../../images/common/icon.png?id=1358945747143) no-repeat -75px -200px;_background-image:url(../../../images/common/icon.gif?id=1358945747143); }
.W5_close:hover { background-position:-100px -200px; }
/*各种小黄固定close*/
.W_close_tips { width:11px; height:11px; display:inline-block; overflow:hidden; cursor:pointer; background:url("../../../images/layer/tips_close.gif?id=1358945747143") no-repeat 0 -13px; }
.W_close_tips:hover { background-position:0 0; }
/* tips close */
.icon_tipsclose { display:inline-block; background:url(../../images/common/search_ico.png?id=1358945747143) no-repeat -56px -384px; width:6px; height:6px; margin-left:5px; overflow:hidden;}
.icon_tipsclose:hover { background-position:-56px -395px;}
/* tips search */
.icon_tipssearch { display:inline-block; background:url(../../images/common/search_ico.png?id=1358945747143) no-repeat -99px -384px; width:9px; height:9px; margin-left:5px; overflow:hidden;}
.icon_tipssearch:hover { background-position:-99px -398px;}
/* 刷新 */
.icon_refresh { background-position:-36px -879px; width:9px; height:11px;}

/* 首页引导 */
.index_guide { position:absolute; left:50%; top:50%; margin-left:-287px; margin-top:-174px; z-index:9999;}
.index_guide .guide_img { display:block; background:url(../../images/common/pic/index_guider.png?id=1358945747143) no-repeat; _background:url(../../images/common/pic/index_guider.gif?id=1358945747143) no-repeat; width:575px; height:349px;}
.index_guide .add_checkbox { position:absolute; left:32px; *left: 28px; bottom:29px; *bottom:26px; _bottom: 25px;}
.index_guide .check_label { display:inline-block; width:130px; height:14px;}
.index_guide .go_show { position:absolute; left:404px; top:295px;}
.index_guide .show_btn { display:inline-block; width:121px; height:41px;}
.index_guide .layer_close { position:absolute; right:7px; top:7px;}
.index_guide .close_btn { display:block; background:url(../../images/common/index_close.png?id=1358945747143) no-repeat; _background:url(../../images/common/index_close.gif?id=1358945747143) no-repeat; width:31px; height:31px;}
.index_guide .close_btn:hover { background-position:0 -38px;}


/* 觅友引导 */
.ffriend_guide { position:absolute; left:50%; top:50%; margin-left:-287px; margin-top:-174px; z-index:9999;}
.ffriend_guide .guide_img { display:block; background:url(../../images/common/pic/ffriend_guider.png?id=1358945747143) no-repeat; width:575px; height:349px;}
.ffriend_guide .add_checkbox { position:absolute; left:32px; *left: 28px; bottom:32px; *bottom:26px; _bottom: 25px; }
.ffriend_guide .check_form {vertical-align:middle;}
.ffriend_guide .check_label { font-size:14px; line-height:20px; margin-left:3px; color:#000; vertical-align:middle;}
.ffriend_guide .go_show { position:absolute; left:402px; top:292px;}
.ffriend_guide .show_btn { display:inline-block; background:url(../../images/common/guider_btn.png?id=1358945747143) no-repeat 0 -1px; _background:url(../../images/common/guide_btn_ie.png?id=1358945747143) no-repeat 0 -1px; width:125px; height:42px;}
.ffriend_guide .show_btn:hover { background-position:0 -50px;}
.ffriend_guide .layer_close { position:absolute; right:7px; top:7px;}
.ffriend_guide .close_btn { display:block; background:url(../../images/common/index_close.png?id=1358945747143) no-repeat; _background:url(../../images/common/index_close.gif?id=1358945747143) no-repeat; width:31px; height:31px;}
.ffriend_guide .close_btn:hover { background-position:0 -38px;}


/* 图片弹层icon */
.layer_pic_icon {display:inline-block; background:url(../../images/pic/pic_icon.gif?id=1358945747143) no-repeat;}
.icon_showbig {background-position: 0 0; width:10px; height:10px;}
.icon_turnleft {background-position: 0 -30px; width:10px; height:11px;}
.icon_turnright {background-position: 0 -60px; width:10px; height:11px;}
.icon_showdetail {background-position: 0 -92px; width:12px; height:10px;}

/*V5icon*/
.W_ico12 { display:inline-block; width:12px; height:13px; background-image:url(../../images_v6/common/icon_v6.png?id=201409251244); _background-image:url(../../images_v6/common/icon_v6.gif?id=201409251244); background-repeat:no-repeat; text-indent: -9999px;*text-indent:0;_line-height: 10em; overflow:hidden; }
/*赞*/
.icon_praised_b,.icon_praised_bc{ *vertical-align:middle;}
.icon_praised_b{ background-position:-100px -25px; }
.icon_praised_bc{background-position:-125px -25px;}
/*智能猪鼻子*/
.icon_intell_sort{ background-position:-375px -150px;}

/*V5 btn*/
.btn_quickreply span{ min-width:1px; padding:0 8px 0 7px;}
.btn_quickreply .dot{ font-family:Tahoma; font-size:18px; font-weight:bold; line-height:19px;}
.btn_quickreply:hover .dot{ font-family:Tahoma; font-size:18px; font-weight:bold;}



/*大按钮*/

.W_btn_f{background-position:0 -660px;}
.W_btn_f span{background-position:right -690px;}
.W_btn_f:hover,
.W_btn_f:hover span{background-image:url(../../images/common/bg_btn_v5.png?id=1356076046513);_background-image:url(../../images/common/bg_btn_v5.gif?id=1356076046513);background-position:0 -300px;}
.W_btn_f:hover span{background-position:right -330px;color:#fff;}


/*推荐模块icon*/
.brand_icons{display: inline-block; overflow: hidden; width: 10px; height: 10px; background: url("../../images/index/icon_brand.png") no-repeat;}
.recommend_icon_s1{background-position: -30px 0;}
.recommend_icon_s2{background-position: 0 0;}
.recommend_icon_s3{background-position: -15px 0;}
.recommend_icon_s4{background-position: -45px 0;}
.recommend_mode1,
.recommend_mode2,
.recommend_mode3{width: 48px; height: 18px; background-position: -60px 0;}
.recommend_mode2{background-position: -110px 0;}
.recommend_mode3{background-position: -160px 0;}
.heat_icon{height: 18px; background-position: -210px 0;}

/*图谱搜索推荐模块icon*/
.Gs_recommend_icon_s,.Gs_recommend_icon_book,.Gs_recommend_icon_document,.Gs_recommend_icon_attr,.Gs_recommend_icon_music,.Gs_recommend_icon_rest,.Gs_recommend_icon_app,.Gs_recommend_icon_movie,.Gs_recommend_icon_photo,.Gs_recommend_icon_weibo,.Gs_recommend_icon_more,.Gs_recommend_icon_try,.Gs_recommend_icon_friend,.icon_review,.icon_forward,.gs_icon_share,.Gs_recommend_icon_video,.Gs_recommend_icon_article,.Gs_recommend_icon_longweibo,.Gs_recommend_icon_interest,.Gs_recommend_icon_search{ display:inline-block; overflow:hidden; background:url(../../images/common/gs_icon.png?id=20146121916); }
.Gs_recommend_icon_s{ width:13px; height:11px; }
.Gs_recommend_icon_book,.Gs_recommend_icon_document,.Gs_recommend_icon_attr,.Gs_recommend_icon_music,.Gs_recommend_icon_rest,.Gs_recommend_icon_app,.Gs_recommend_icon_movie,.Gs_recommend_icon_photo,.Gs_recommend_icon_weibo,.Gs_recommend_icon_more,.Gs_recommend_icon_try,.Gs_recommend_icon_friend,.Gs_recommend_icon_video,.Gs_recommend_icon_article,.Gs_recommend_icon_longweibo,.Gs_recommend_icon_interest,.Gs_recommend_icon_search{ width:20px; height:20px; vertical-align:middle;}
.Gs_recommend_icon_book{ background-position:-20px 0; }
.Gs_recommend_icon_movie{ background-position:-20px -28px; }
.Gs_recommend_icon_more{ background-position:-20px -56px; }
.Gs_recommend_icon_document{ background-position:-20px -84px; }
.Gs_recommend_icon_music{ background-position:-20px -112px; }
.Gs_recommend_icon_photo{ background-position:-20px -140px; }
.Gs_recommend_icon_weibo{ background-position:-20px -168px; }
.Gs_recommend_icon_app{ background-position:-20px -196px; }
.Gs_recommend_icon_rest{ background-position:-20px -224px; }
.Gs_recommend_icon_attr{ background-position:-20px -252px; }
.Gs_recommend_icon_try{ background-position:-20px -280px; }
.Gs_recommend_icon_friend{ background-position:-20px -308px; }
.Gs_recommend_icon_video{ background-position:-20px -364px;}
.Gs_recommend_icon_article{ background-position:-20px -392px;}
.Gs_recommend_icon_longweibo{ background-position:-20px -420px;}
.Gs_recommend_icon_interest{ background-position:-46px -28px;}
.Gs_recommend_icon_search{ background-position:-46px 0;}
.Gs_recommend_icon_yrj{ background:url(../../images/action/yurenjie/Gs_recommend_icon_yrj.png) no-repeat; width:20px; height:15px; display:inline-block; vertical-align:middle; overflow:hidden;}


/*图谱搜索文档icon*/
.gs_icon_word,.gs_icon_excel,.gs_icon_pdf,.gs_icon_book,.gs_icon_document,.gs_icon_picture,.gs_icon_ppt,.gs_icon_default{ display:inline-block; background:url(../../images/common/gs_document_icon.png) no-repeat; width:34px; height:34px;}
.gs_icon_book{ background-position:0 0;}
.gs_icon_document{ background-position:-44px 0;}
.gs_icon_excel{ background-position:-88px 0;}
.gs_icon_pdf{ background-position:-132px 0;}
.gs_icon_picture{ background-position:-176px 0;}
.gs_icon_ppt{ background-position:-220px 0;}
.gs_icon_word{ background-position:-264px 0;}
.gs_icon_default{ background-position:-308px 0;}
 
/*图谱搜索图片模块icon*/
.icon_review,.icon_forward{ width:14px; height:11px; vertical-align:middle;}
.icon_review{ background-position:0 -16px;}
.icon_forward{ background-position:0 -32px;}
.gs_icon_share{ background-position:0 -53px; width:16px; height:19px; vertical-align:middle;} 

/*new usercard*/
.W_layer .name_card_new .detail{ padding:0;}

/*index4 icon*/
.icon_xihuan,.icon_likedweibo,.icon_hotword{ display:inline-block; background:url(../../images/common/index_icon.png); vertical-align:-2px; *vertical-align:middle;}
.icon_xihuan{ background-position:0 0; width:19px; height:17px;}
.icon_likedweibo{ background-position:0 -26px; width:20px; height:16px;}
.icon_hotword{ background-position:0 -52px; width:17px; height:17px;}
/*综合搜索tit icon*/
.icon_hotimg,.icon_select,.icon_media,.icon_famous,.icon_web,.icon_pushtop,.icon_topic_t,.icon_followed,.icon_recruit,.icon_news,.icon_evaluation,.icon_lweibo{ display:inline-block; background:url(../../images_v6/common/icon_tit_v6.png?id=201412141632); vertical-align:-4px; *vertical-align:middle; margin-right:8px;}
.icon_hotimg{ background-position:0 0; width:17px; height:14px; vertical-align:-3px; }
.icon_followed{ background-position:0 -24px; width:14px; height:16px;}
.icon_select{ background-position:0 -50px; width:17px; height:17px;}
.icon_famous{ background-position:0 -77px; width:14px; height:14px;}
.icon_media{ background-position:0 -101px; width:14px; height:18px;}
.icon_web{ background-position:0 -129px; width:13px; height:15px; vertical-align:-3px;}
.icon_topic_t{ background-position:0 -154x; width:14px; height:15px;}
.icon_news{ background-position:0 -179px; width:15px; height:15px;}
.icon_recruit{ background-position:0 -204px; width:16px; height:16px;}
.icon_pushtop{ background-position:0 -230px; width:12px; height:15px;}
.icon_evaluation{ background-position:0 -255px; width:16px; height:15px;}
.icon_lweibo{ background-position:0 -280px; width:17px; height:15px; margin-left:6px;}

/*banner*/
.action_banner{ position:relative; margin:10px 40px 20px 40px;}
.action_banner .close_btn_b{ background:url(../../images/common/banner_close.png); display:inline-block; width:22px; height:22px; position:absolute; right:4px; top:3px;}
.action_banner .close_btn_b:hover{ background-position:0 -22px;}

/*sug icon*/
.icon_history_sug,.icon_close_sug,.icon_hot_sug,.icon_hot_top{ display:inline-block; background:url(../../images/common/sug_icos.png);  margin-right:11px; *vertical-align:middle;}
.icon_history_sug{ background-position:0 0; width:15px; height:15px; vertical-align:-2px;}
.icon_close_sug{ background-position:0 -25px; width:10px; height:10px; margin-right:0;}
.icon_hot_sug,.icon_hot_top{ width:14px; height:14px; vertical-align:1px;}
.icon_hot_top{ background-position:0 -45px;}
.icon_hot_sug{ background-position:0 -69px;}
/*media*/
.icon_playvideo { width:50px; height:50px; background-position: -200px -200px; }
.icon_playvideo:hover{ background-position:-275px -200px;}
.icon_playmusic{ width:50px; height:50px; background-position:-200px -200px;}
.icon_playmusic:hover{ background-position:-275px -200px;}

#js_appstyle_searchV45_css_v6_base_usually{height:42px;}

/* font icon */
.WB_cardwrap .search_title_as span em { color: #808080; margin-left: 5px; margin-right: 3px; display:inline-block;}
.WB_cardwrap .search_title_as .ficon_praised { font-size: 16px; }
.WB_cardwrap .search_title_as .ficon_send { font-size: 20px; font-weight: normal; vertical-align: -2px; }
.WB_cardwrap .search_title_as .ficon_praised, .WB_cardwrap .search_title_as .ficon_send  { margin-right: 5px; color: #e46755; }
.WB_cardwrap .search_title_as .ficon_recommend { display: inline-block; width: 18px; height: 16px; background: url(../../images_v6/common/icon_1.png); vertical-align: middle; margin-right: 5px;
}
.WB_cardwrap .search_title_as .ficon_praised + a,
.WB_cardwrap .search_title_as .ficon_send + a,
.WB_cardwrap .search_title_as .ficon_recommend + a {
	color: #808080;
	cursor: text;
}
/* feed视频样式 */
.WB_media_a_m2 .WB_video {
    width: 120px;
    height: 120px;
    position: relative;
}
.WB_media_a_m2 .WB_video img {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
}
.WB_media_a_m2 .WB_video .icon_playvideo {
    width: 50px;
    height: 50px;
    background: url(../../images_v6/common/icon_v6.png?id=201409251338) no-repeat;
    background-position: -200px -200px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
.WB_media_a_m2 .WB_video .icon_playvideo:hover {
    background-position: -275px -200px;
}