@charset "utf-8";
/* CSS Document */

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter, .syntaxhighlighter td, .syntaxhighlighter tr, .syntaxhighlighter tbody, .syntaxhighlighter thead, .syntaxhighlighter caption, .syntaxhighlighter textarea {
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	background: none!important;
	border: 0!important;
	bottom: auto!important;
	float: none!important;
	left: auto!important;
	line-height: 1.1em!important;
	outline: 0!important;
	overflow: visible!important;
	position: static!important;
	right: auto!important;
	text-align: left!important;
	top: auto!important;
	vertical-align: baseline!important;
	width: auto!important;
	box-sizing: content-box!important;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-weight: 400!important;
	font-style: normal!important;
	min-height: auto!important;
	font-size: 13px!important;
	margin: 0!important;
	padding: 0!important
}
.syntaxhighlighter {
	width: 100%!important;
	position: relative!important;
	overflow: auto!important;
	border: 1px solid #ccc!important;
	border-radius: 4px!important;
	border-collapse: separate!important;
	background-color: #f5f5f5!important;
	margin: .3em 0!important
}
.syntaxhighlighter.source {
	overflow: hidden!important
}
.syntaxhighlighter .italic {
	font-style: italic!important
}
.syntaxhighlighter .gutter div {
	white-space: pre!important;
	word-wrap: normal
}
.syntaxhighlighter caption {
	text-align: left!important;
	color: #000!important;
	padding: .5em 0 .5em 1em!important
}
.syntaxhighlighter td.code {
	width: 100%!important
}
.syntaxhighlighter td.code .container {
	position: relative!important
}
.syntaxhighlighter td.code .container textarea {
	box-sizing: border-box!important;
	position: absolute!important;
	left: 0!important;
	top: 0!important;
	width: 100%!important;
	border: 0!important;
	background: #FFF!important;
	padding-left: 1em!important;
	overflow: hidden!important;
	white-space: pre!important
}
.syntaxhighlighter td.gutter .line {
	text-align: right!important;
	padding: 0 .5em 0 1em!important
}
.syntaxhighlighter td.code .line {
	padding: 0 1em!important
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
	padding-left: 0!important
}
.syntaxhighlighter.show {
	display: block!important
}
.syntaxhighlighter.collapsed .toolbar {
	font-size: 1em!important;
	position: static!important;
	width: auto!important;
	color: #00f!important;
	background: #FFF!important;
	border: 1px solid #6ce26c!important;
	padding: .1em .8em 0!important
}
.syntaxhighlighter.collapsed .toolbar span {
	display: inline!important;
	margin-right: 1em!important
}
.syntaxhighlighter.collapsed .toolbar span a {
	display: none!important;
	padding: 0!important
}
.syntaxhighlighter .toolbar {
	position: absolute!important;
	right: 1px!important;
	top: 1px!important;
	width: 11px!important;
	height: 11px!important;
	font-size: 10px!important;
	z-index: 10!important;
	color: #FFF!important;
	background: #6ce26c!important;
	border: 0!important
}
.syntaxhighlighter .toolbar a {
	display: block!important;
	text-align: center!important;
	text-decoration: none!important;
	padding-top: 1px!important;
	color: #FFF!important
}
.syntaxhighlighter.ie {
	font-size: .9em!important;
	padding: 1px 0!important
}
.syntaxhighlighter.ie .toolbar {
	line-height: 8px!important
}
.syntaxhighlighter.ie .toolbar a {
	padding-top: 0!important
}
.syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content {
	background: none!important
}
.syntaxhighlighter.printing .line .number {
	color: #bbb!important
}
.syntaxhighlighter.printing .line .content {
	color: #000!important;
	border: 0!important
}
.syntaxhighlighter.printing a {
	text-decoration: none!important
}
.syntaxhighlighter .gutter {
	color: #afafaf!important;
	background-color: #f7f7f9!important;
	border-right: 1px solid #e1e1e8!important;
	border-top-left-radius: 4px!important;
	border-bottom-left-radius: 4px!important;
	user-select: none!important;
	-moz-user-select: none!important;
	-webkit-user-select: none!important;
	padding: 9.5px 0 9.5px 9.5px!important
}
.syntaxhighlighter .gutter .line.highlighted {
	background-color: #6ce26c!important;
	color: #FFF!important
}
.syntaxhighlighter.collapsed {
	overflow: visible!important
}
.syntaxhighlighter .script {
	font-weight: 700!important;
	color: #ff7800!important;
	background-color: none!important
}
.syntaxhighlighter .bold, .syntaxhighlighter.printing .script {
	font-weight: 700!important
}
.syntaxhighlighter.collapsed table, .syntaxhighlighter .toolbar a.expandSource, .syntaxhighlighter.printing .toolbar {
	display: none!important
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource, .syntaxhighlighter .toolbar span.title {
	display: inline!important
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a, .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a, .syntaxhighlighter .line.highlighted.number, .syntaxhighlighter .toolbar a:hover, .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
	color: #000!important
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a, .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
	color: #008200!important
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a, .syntaxhighlighter.collapsed .toolbar a, .syntaxhighlighter .string, .syntaxhighlighter .string a {
	color: #00f!important
}
.syntaxhighlighter.printing .keyword, .syntaxhighlighter .keyword {
	color: #ff7800!important;
	font-weight: 700!important
}
.syntaxhighlighter.printing .preprocessor, .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a, .syntaxhighlighter .preprocessor, .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
	color: gray!important
}
.syntaxhighlighter.printing .variable, .syntaxhighlighter .variable {
	color: #a70!important
}
.syntaxhighlighter.printing .value, .syntaxhighlighter .value {
	color: #090!important
}
.syntaxhighlighter.printing .functions, .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a, .syntaxhighlighter .functions, .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
	color: #ff1493!important
}
.syntaxhighlighter.printing .constants, .syntaxhighlighter .constants {
	color: #06c!important
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a, .syntaxhighlighter.collapsed .toolbar a:hover, .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
	color: red!important
}
.map-pop {
	width: 442px;
	height: 322px;
	z-index: 1000;
	position: absolute;
	background-color: #fff;
*margin-top:7px
}
.map-pop-head {
	background: url(http://img.baidu.com/img/iknow/qb/qb_lbs.gif) no-repeat -1px -15px transparent;
	width: 30px;
	height: 14px;
	position: absolute;
	top: -6px;
	left: 27px;
*top:-13px
}
.map-infos {
	background: url(http://img.baidu.com/img/iknow/qb/qb_lbs.gif) no-repeat 0 1px transparent;
	height: 20px;
	line-height: 20px
}
.map-infos .map-infos-about {
	margin-left: 13px
}
.map-pop-body {
	width: 440px;
	height: 322px;
	border: 1px solid #ccc;
	margin-top: 7px;
	background-color: #fff
}
.map-pop-contain {
	width: 430px;
	height: 310px;
	margin: 6px
}
a.decor-unline {
	text-decoration: underline
}
a.decor-dotted {
	border-bottom: 1px dotted #2d64b3;
	text-decoration: none
}
.selectsearch-hide {
	display: none
}
#selectsearch-icon {
	cursor: pointer;
	position: absolute;
	z-index: 10000;
	margin-top: -25px;
	margin-left: 5px
}
.timepricechart-box {
	width: 260px;
	height: 115px;
	left: 135px;
*width:235px;
*left:0
}
.timepricechart-tip {
	font-size: 12px;
	background: #ffa30c;
	padding: 0 7px;
	color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #ffd48d;
	height: 18px;
	line-height: 18px
}
.pointPriceCenter {
	height: 5px;
	width: 8px;
	position: relative;
	left: 10px;
	background-repeat: no-repeat;
}
.union-qb-left-down {
	width: 960px;
	height: 90px;
	padding: 8px 9px;
	border: 1px solid #e2e2e2;
	border-top: 0
}
.union-qb-left-mid {
	margin: 8px 24px;
	width: 640px;
	height: 60px
}
.cms-slide {
	padding: 15px 9px 15px 10px;
	border-top: 1px solid #ebebeb
}
.cms-slide img {
	display: block;
	width: 270px
}
.cms-inner ul {
	font-size: 12px
}
.cms-inner #cms-link li {
	height: 24px
}
.cms-scroll {
	position: relative;
	width: 270px;
	height: 170px;
	overflow: hidden
}
.cms-scroll .cms-scroll-shadow {
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #e5e5e5;
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5
}
.cms-scroll .cms-mask {
	height: 170px
}
.cms-scroll .cms-mask a {
	float: left;
	display: inline-block;
	width: 270px;
	height: 170px
}
.cms-scroll .cms-mask .carousel-misc {
	top: 170px;
	left: 0;
	width: 100%;
	height: 30px
}
.cms-scroll .cms-mask .carousel-control {
	width: 17px;
	height: 17px;
	margin-top: 7px;
	position: absolute;
	background-repeat: no-repeat;
}
.cms-scroll .cms-mask .carousel-control.carousel-control-right {
	background-repeat: no-repeat;
}
.cms-scroll .cms-mask ol.carousel-indicators {
	margin-top: 12px
}
.cms-scroll .cms-mask ol.carousel-indicators li {
	width: 5px;
	height: 5px;
	background-repeat: no-repeat;
}
.cms-scroll .cms-mask ol.carousel-indicators li.active {
	background-repeat: no-repeat;
}
.cms-link-title {
	color: #888;
	font-family: 'Microsoft Yahei'
}
.wgt-ads {
	word-wrap: break-word;
	word-break: break-all;
	line-height: 18px
}
.wgt-ads a {
	color: #261CDC;
	text-decoration: underline
}
.wgt-ads.union-qbbanner, .wgt-ads.asp-baidubanner {
	margin-top: 10px;
}
.wgt-ads.union-qbbanner ins, .wgt-ads.asp-baidubanner ins {
	z-index: 1!important
}
.wgt-ads.union-qbrightdown, .wgt-ads.qbrightdown {
	padding: 15px 9px 0 10px
}
.wgt-ads.union-qbrightdown font, .wgt-ads.qbrightdown font {
	font-size: 14px
}
.wgt-ads.union-qbrightdown span font, .wgt-ads.qbrightdown span font {
	font-size: 12px
}
.wgt-ads.union-qbrightdown {
	padding-bottom: 15px
}
.wgt-ads.union-qbrightdown #baidu_clb_slot_639889 {
	text-align: center
}
.wgt-ads.union-qbrightdown #baidu_dan_wrapper_639889 {
	margin: 0 auto;
	z-index: 1!important
}
.wgt-ads.union-qbrightdown #baidu_dan_wrapper_639889 a {
	left: 0
}
.wgt-ads.qbleftdown a {
	font-size: 12px
}
.wgt-ads.ad-site-rightdown {
	padding: 15px 9px 12px 10px;
	overflow: hidden
}
.dialog-adopt .adopt-line {
	border-bottom: 1px dotted #d4d4d4;
	margin: 30px 0 15px
}
.dialog-adopt .adopt-title {
	font-size: 26px
}
.dialog-adopt .adopt-title-more {
	color: #8f8f8f
}
.dialog-adopt .adopt-title-more .i-wealth-big {
	margin: -2px 0 0 4px
}
.replyask-add-tip {
	margin-top: 20px;
	margin-left: 70px;
	padding: 10px 0 10px 40px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/answer-deal/asker/img/ico-smile_a2887b6.gif) no-repeat left center;
	font-weight: 700;
	color: #5D9F07
}
.replyask-edit-tip {
	margin-top: 20px;
	margin-left: 90px;
	width: 260px;
	height: 18px;
	line-height: 18px;
	padding: 10px 0 10px 32px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/answer-deal/asker/img/ico-ok_66313b8.gif) no-repeat left center;
	font-family: "Microsoft Yahei", Simsun;
	font-size: 16px;
	color: #333
}
.wgt-answers {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 0;
	padding: 0;
	background-color: #fff;
	zoom: 1
}
.wgt-answers .value-comment-up {
	margin-top: -24px
}
.wgt-answers .content {
	word-wrap: break-word
}
.wgt-answers .content .recommend-text strong, .wgt-answers .content .best-text strong, .wgt-answers .content .answer-text strong, .wgt-answers .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-answers .content .recommend-text em, .wgt-answers .content .best-text em, .wgt-answers .content .answer-text em, .wgt-answers .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-answers .content .recommend-text em strong, .wgt-answers .content .best-text em strong, .wgt-answers .content .answer-text em strong, .wgt-answers .content .replyask-content em strong, .wgt-answers .content .recommend-text strong em, .wgt-answers .content .best-text strong em, .wgt-answers .content .answer-text strong em, .wgt-answers .content .replyask-content strong em {
	color: #e0435d
}
.wgt-answers.has-other {
	border-top: 0
}
.wgt-answers .hd {
	padding: 15px 30px 0
}
.wgt-answers .bd {
	border-bottom: 1px dashed #ccc;
	padding: 9px 0 15px;
	margin: 0 30px
}
.wgt-answers .answer-last {
	border-bottom: 0;
	padding-bottom: 20px
}
.wgt-answers .answer-first {
	padding-top: 7px
}
.wgt-answers .answer-mine {
	border: 1px solid #F0F3F0;
	background: #F7FCF8;
	margin: 5px -15px 0;
	padding: 10px 15px 15px
}
.wgt-answers .answer-mine .replyask-content {
	width: 593px;
*width:557px
}
.wgt-answers .answer-mine .replyask-content pre {
	float: left
}
.wgt-answers .answer-mine .replyask-content .replyask-refer {
	clear: both
}
.wgt-answers .answer-mine .evalute-bad {
	width: 581px
}
.wgt-answers .answer-map {
	border: 1px solid #ccc
}
.wgt-answers .ikqb-map {
	display: none
}
.wgt-answers .answer-hide {
	visibility: hidden;
	height: 0;
	padding: 0;
*display:none;
	border: 0;
	overflow: hidden;
*overflow:auto
}
.wgt-answers .answer-hide * {
	visibility: hidden;
	height: 0;
	padding: 0;
*display:none;
	border: 0;
	overflow: hidden;
*overflow:auto
}
.wgt-answers.answer-foldable .answer-fold {
	visibility: hidden;
	height: 0;
	padding: 0;
*display:none;
	border: 0;
	overflow: hidden;
*overflow:auto
}
.wgt-answers.answer-foldable .answer-fold * {
	visibility: hidden;
	height: 0;
	padding: 0;
*display:none;
	border: 0;
	overflow: hidden;
*overflow:auto
}
.wgt-answers #show-fold-container, .wgt-answers #show-hide-container {
	margin-top: -1px;
	height: 37px;
	line-height: 37px;
	border-top: 1px solid #f6f6f6;
	background-color: #fdfdfd;
	text-align: left;
	padding-left: 30px
}
.wgt-answers #show-hide-container, .wgt-answers #show-fold-container.folding {
	background: #fff
}
.wgt-answers #show-answer-fold, .wgt-answers #show-answer-hide {
	cursor: pointer;
	color: #999;
	font-size: 12px
}
.wgt-answers #show-answer-fold.hover, .wgt-answers #show-answer-hide.hover {
	color: #2D64B3;
	text-decoration: underline
}
.replyask-content {
	max-width: 595px;
width:80%
}
.replyask-content pre {
	float: left
}
.replyask-content .replyask-refer {
	clear: both
}
.replyask-content, .content {
	word-wrap: break-word;
	word-break: break-all
}
.replyask-content ul, .content ul {
	padding-left: 2em;
	margin-left: 0
}
.replyask-content ul li, .content ul li {
	list-style-type: disc;
	padding-left: 0
}
.replyask-content ol, .content ol {
	padding-left: 2em;
	margin-left: 0
}
.replyask-content ol li, .content ol li {
	list-style-type: decimal;
	padding-left: 0
}
.answer-best {
	width: 41px;
	height: 57px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.answer-recommend {
	width: 41px;
	height: 57px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.answer-best-recommend {
	width: 73px;
	height: 57px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.answer-high-quality {
	width: 60px;
	height: 75px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	margin-top: -1px;
	background-repeat: no-repeat;
}
.i-solid-ok {
	width: 15px;
	height: 15px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-turn-zuo {
	width: 11px;
	height: 11px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-turn-you {
	width: 11px;
	height: 11px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-tick {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-failure {
	width: 18px;
	height: 18px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-updating {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-status-being {
	width: 21px;
	height: 21px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-timely-0 {
	margin-top: 2px;
	width: 21px;
	height: 21px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-timely-1 {
	margin-top: 2px;
	width: 21px;
	height: 21px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-timely-2 {
	margin-top: 2px;
	width: 21px;
	height: 21px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-timely-3 {
	margin-top: 2px;
	width: 21px;
	height: 21px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-timely-4 {
	margin-top: 2px;
	width: 21px;
	height: 21px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-from-open {
	width: 19px;
	height: 19px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-has-img {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-added {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-enhance {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-adopt {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-category {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-team {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-list-dot {
	width: 11px;
	height: 11px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-lbs {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-push-asker {
	width: 46px;
	height: 46px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-highquality-mark {
	width: 18px;
	height: 18px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	margin-left: 4px;
	background-repeat: no-repeat;
}
.i-exp {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-zhuan-avatar {
	width: 20px;
	height: 20px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-government-avatar {
	width: 20px;
	height: 20px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-company-avatar {
	width: 20px;
	height: 20px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-open-answer-total {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-open-answer-best {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-from-sina {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
	background-image: url(./img/i-from-sina.png?__sprite)
}
.open-level {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.open-level-1 {
	width: 36px;
	background-position: left top
}
.open-level-2 {
	width: 39px;
	background-position: left -18px
}
.open-level-3 {
	width: 39px;
	background-position: left -36px
}
.open-level-4 {
	width: 39px;
	background-position: left -54px
}
.open-level-5 {
	width: 39px;
	background-position: left -72px
}
.open-level-6 {
	width: 37px;
	background-position: left -90px
}
.open-level-7 {
	width: 37px;
	background-position: left -108px
}
.open-level-8 {
	width: 37px;
	background-position: left -126px
}
.open-level-9 {
	width: 37px;
	background-position: left -144px
}
.open-level-10 {
	width: 41px;
	background-position: left -162px
}
.open-level-11 {
	width: 39px;
	background-position: left -180px
}
.open-level-12 {
	width: 42px;
	background-position: left -198px
}
.open-level-13 {
	width: 42px;
	background-position: left -216px
}
.open-level-14 {
	width: 42px;
	background-position: left -234px
}
.open-level-15 {
	width: 42px;
	background-position: left -252px
}
.open-level-16 {
	width: 42px;
	background-position: left -270px
}
.open-level-17 {
	width: 42px;
	background-position: left -288px
}
.open-level-18 {
	width: 42px;
	background-position: left -306px
}
.open-level-19 {
	width: 42px;
	background-position: left -324px
}
.open-level-20 {
	width: 45px;
	background-position: left -342px
}
.i-area {
	width: 13px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-cate {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-arrow-down-qb {
	width: 10px;
	height: 6px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-arrow-up-qb {
	width: 10px;
	height: 6px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.accuse-area {
	text-decoration: none
}
.accuse-area .wgt-accuse {
	position: relative;
	z-index: 2;
	height: 22px;
*height:15px;
	_height: 15px;
*line-height:15px;
	_line-height: 15px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	vertical-align: top
}
.accuse-area .wgt-accuse .accuse-enter {
	cursor: pointer
}
.accuse-area .wgt-accuse .accuse-enter i {
	margin-left: 3px
}
.accuse-area .wgt-accuse .accuse-tip {
	display: none;
	position: absolute;
	line-height: 16px;
	z-index: 2;
	padding: 5px 0;
	top: 20px;
*top:15px;
	_top: 15px;
	background-color: #fff;
	width: 80px;
	text-align: center;
	border: 1px solid #E7E7E7;
	left: 0
}
.accuse-area .wgt-accuse .accuse-tip a {
	display: block
}
#accuseicon {
	cursor: pointer;
	position: absolute;
	z-index: 10000;
	margin-top: -25px
}
.accuse-hide {
	display: none
}
.wgt-ask {
	border-bottom: 1px solid #f1f1f1;
	background-color: #fff;
	background-image: url(http://cdn.iknow.bdimg.com/static/question/widget/ask/img/ask-bg_a43a457.png);
	background-repeat: repeat-x;
	padding: 20px 30px 10px
}
.wgt-ask .content {
	word-wrap: break-word
}
.wgt-ask .content .recommend-text strong, .wgt-ask .content .best-text strong, .wgt-ask .content .answer-text strong, .wgt-ask .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-ask .content .recommend-text em, .wgt-ask .content .best-text em, .wgt-ask .content .answer-text em, .wgt-ask .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-ask .content .recommend-text em strong, .wgt-ask .content .best-text em strong, .wgt-ask .content .answer-text em strong, .wgt-ask .content .replyask-content em strong, .wgt-ask .content .recommend-text strong em, .wgt-ask .content .best-text strong em, .wgt-ask .content .answer-text strong em, .wgt-ask .content .replyask-content strong em {
	color: #e0435d
}
.wgt-ask h1 {
	word-break: break-all
}
.wgt-ask h1 .ask-title {
	display: inline-block;
	/*width:90%;*/
	max-width: 585px;
	overflow: hidden
}
.wgt-ask h1 .i-status-being {
	margin-top: 2px
}
.wgt-ask .i-wealth-big {
	margin-top: -2px
}
.wgt-ask .complain-check {
	border-top: 1px dashed #e3e3e3
}
.wgt-ask .ask-time {
	width: 165px;
	text-align: right
}
.wgt-ask .q-content, .wgt-ask .q-supply {
	word-wrap: break-word;
	word-break: break-all
}
.wgt-ask .f-pipe {
	margin: 0 7px
}
.wgt-ask .guide-tip {
	background: #fefbed;
	border: 1px solid #efeed7;
	padding: 10px 25px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.05);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.05);
	box-shadow: 0 3px 3px rgba(0,0,0,.05)
}
.wgt-ask .guide-tip .li-last {
	line-height: 12px;
	margin-top: 2px
}
.wgt-ask .guide-tip .i-wealth {
	margin-top: -2px
}
.wgt-ask .guide-challenge, .wgt-ask .guide-count-down {
	position: relative;
	zoom: 1
}
.wgt-ask .app-and-share {
	position: relative;
	margin-bottom: -10px;
	zoom: 1;
	z-index: 1
}
.wgt-ask .app-and-share .q-iknow-app {
	height: 40px;
	margin-top: 2px;
*margin-top:10px;
*border-top:1px dashed #f1f1f1
}
.wgt-ask .app-and-share .q-iknow-app a {
	padding-top: 0
}
.wgt-ask .app-and-share .q-iknow-app a img {
	width: 260px;
	height: 40px
}
.wgt-ask .app-and-share .wgt-share {
	padding: 2px 0 0;
	height: 40px
}
.wgt-ask .app-and-share .app-banner-container {
	right: 0;
	top: 0;
	padding: 0;
	position: absolute;
	_border: 0;
	width: 260px
}
.wgt-ask .app-and-share .app-banner-container .app-banner-default {
	position: relative;
	zoom: 1
}
.wgt-ask .app-and-share .app-banner-container .app-banner-default .app-img {
	width: 260px;
	height: 40px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	position: absolute;
	top: 1px;
	left: 0;
	zoom: 1;
	background-repeat: no-repeat;
}
.wgt-ask .app-and-share .app-banner-container .app-banner-test {
	padding: 20px 30px;
	position: absolute;
	z-index: 10;
	right: -31px;
	_right: -32px;
	top: 48px;
	width: 315px;
	background: #fff;
	border: 1px solid #74B000
}
.wgt-ask .app-and-share .app-banner-container .app-banner-test.hide {
	display: none
}
.wgt-ask .app-and-share .app-banner-container .app-banner-test .app-banner-arrow {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 11px;
	height: 10px;
	position: absolute;
	top: -10px;
	right: 55px;
	background-repeat: no-repeat;
}
.wgt-ask .app-and-share .app-banner-container .app-banner-test .app-banner-tip .app-tip-title {
	font-size: 24px;
	width: 190px;
	line-height: 35px
}
.wgt-ask .app-and-share .app-banner-container .app-banner-test .app-banner-tip .app-text-tips {
	width: 185px;
	color: #969696;
	font-size: 12px
}
.q-operation {
	border-top: 1px solid #f3f3f3
}
.q-operation .pos-fix {
	margin-left: 80px
}
.q-operation .ope-timeline {
	height: 11px
}
.q-operation .ope-timeline .ope-circle {
	float: left;
	width: 11px;
	height: 11px;
	margin-left: 9px;
	margin-right: 6px;
	background-repeat: no-repeat;
}
.q-operation .ope-timeline .ope-circle-green {
	background-repeat: no-repeat;
}
.q-operation .ope-timeline .ope-line {
	float: left;
	height: 11px;
	position: relative;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/ask/asker/img/ope-line-gray_05bd82e.png) 0 3px repeat-x
}
.q-operation .ope-timeline .ope-line .ope-arrow {
	width: 7px;
	height: 11px;
	position: absolute;
	right: -3px;
	background-repeat: no-repeat;
}
.q-operation .ope-timeline .ope-line-green {
	background-image: url(http://cdn.iknow.bdimg.com/static/question/widget/ask/asker/img/ope-line-green_70967bc.png)
}
.q-operation .ope-timeline .ope-line-green .ope-arrow {
	background-repeat: no-repeat;
}
.q-operation .ope-timeline .w267 {
	width: 267px
}
.q-operation .ope-timeline-info {
	height: 16px;
	line-height: 16px;
	margin-top: 8px;
	color: #999;
	font-size: 12px;
	position: relative;
	z-index: 1
}
.q-operation .ope-timeline-info span {
	position: absolute;
	top: 0
}
.q-operation .ope-timeline-info .ope-title-1 {
	left: 0
}
.q-operation .ope-timeline-info .ope-title-2 {
	left: 290px
}
.q-operation .ope-timeline-info .ope-title-2-1 {
	left: 275px
}
.q-operation .ope-timeline-info .ope-title-3 {
	right: 0
}
.q-operation .ope-timeline-info .ope-title-3 s {
	text-decoration: none
}
.q-operation .ope-title {
	font-family: Microsoft Yahei;
	color: #333;
	font-size: 14px
}
.q-operation .ope-action {
	height: 28px
}
.q-operation .ope-action li.title {
	margin: 0;
	color: #999
}
.q-operation .ope-action li {
	float: left;
	display: inline-block;
	margin: 0 10px;
	font-size: 12px
}
.q-operation .ope-action li a {
	text-decoration: none
}
.q-operation .ope-action .ope-spliter {
	background: #D2DDB2;
	width: 1px;
	height: 12px;
	margin: 8px 0;
	_margin-top: 2px
}
.q-operation .ope-action .delAsk-disabled {
	cursor: pointer
}
.q-operation .ope-action-show {
	border: 1px solid #e0e0e0;
	padding: 10px;
	padding-bottom: 0;
	position: relative;
	z-index: 1
}
.q-operation .ope-action-show .ope-arrow-up {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 8px;
	top: -8px;
	_top: -7px;
	left: 90px;
	_left: 80px;
	background-repeat: no-repeat;
}
.q-operation .ope-action-show .arrow-up-left-1 {
	left: 180px;
	_left: 160px
}
.q-operation .ope-action-show .arrow-up-left-2 {
	left: 270px;
	_left: 245px
}
.q-operation .ope-action-show .arrow-up-left-3 {
	left: 420px;
	_left: 400px
}
.q-operation .ope-action-show .arrow-up-left-4 {
	left: 520px;
	_left: 500px
}
.q-operation .show-enhance, .q-operation .show-adopt, .q-operation .show-category, .q-operation .show-getwealth, .q-operation .show-delAsk {
	font-size: 12px;
	padding: 10px 10px 10px 15px
}
.q-operation .category-main {
	font-size: 12px
}
.q-operation .category-main select {
	width: 135px;
	margin-right: 10px;
	font-size: 14px
}
.q-operation .categroy-btns .btn-32-green, .q-operation .addons .btn-32-green, .q-operation .act-buttons .btn-32-green, .q-operation .getwealth-buttons .btn-32-green, .q-operation .delAsk-buttons .btn-32-green, .q-operation .categroy-btns .btn-32-white, .q-operation .addons .btn-32-white, .q-operation .act-buttons .btn-32-white, .q-operation .getwealth-buttons .btn-32-white, .q-operation .delAsk-buttons .btn-32-white {
	padding: 0 32px
}
.q-operation .edui-editor {
	margin-bottom: 10px;
	_border-left-width: 2px;
	_border-right-width: 2px
}
.q-operation .editor-focus .edui-editor {
	_border-left-width: 3px;
	_border-right-width: 3px
}
#wgt-ask .wgt-share {
	border-top: 0
}
.dialog-noemail {
	margin: 20px 0 0 35px
}
.dialog-noemail .i-upload-big {
	margin-left: 65px
}
.dialog-noemail .i-download-big {
	margin-left: 60px
}
.dialog-noemail .dialog-noemail-btn {
	margin-left: 145px;
	margin-top: 25px
}
.list li {
}
.list li * {
	display: inline-block
}
.list-30 li {
}
.list-30 li * {
	display: inline-block
}
.list-30 li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 30px
}
.list-34 li {
}
.list-34 li * {
	display: inline-block
}
.list-34 li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 34px;
	height: 34px
}
.tip-cluster {
	width: 430px
}
.tip-cluster.tip-has-close {
	padding: 10px 15px
}
.tip-cluster .li-last {
	border-bottom: 0
}
.wgt-best {
	border-top: 1px solid #e9eee3;
	border-bottom: 1px solid #e9eee3;
	background-color: #f1fedd;
	padding: 14px 30px 20px;
	padding-top: 0
}
.wgt-best .answer-title {
	margin-top: 24px;
	margin-left: 10px
}
.wgt-best .answer-time {
	margin-top: 30px
}
.wgt-best .thank .thank-title {
	color: #5ebb0b
}
.wgt-best .thank pre {
	width: 520px
}
.wgt-best .value-comment-up {
	margin-top: -24px
}
.wgt-best .content {
	word-wrap: break-word
}
.wgt-best .content .recommend-text strong, .wgt-best .content .best-text strong, .wgt-best .content .answer-text strong, .wgt-best .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-best .content .recommend-text em, .wgt-best .content .best-text em, .wgt-best .content .answer-text em, .wgt-best .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-best .content .recommend-text em strong, .wgt-best .content .best-text em strong, .wgt-best .content .answer-text em strong, .wgt-best .content .replyask-content em strong, .wgt-best .content .recommend-text strong em, .wgt-best .content .best-text strong em, .wgt-best .content .answer-text strong em, .wgt-best .content .replyask-content strong em {
	color: #e0435d
}
.wgt-best.high-quality {
	background-color: #fcffe8;
	border: 1px solid #cce2c2;
	margin-left: -1px;
	margin-right: -1px
}
.wgt-best.high-quality .answer-title {
	margin-top: 31px
}
.wgt-best.high-quality .high-quality-link {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	text-decoration: none;
	color: #333
}
.wgt-best .best-text.expand-exp {
	position: relative;
	zoom: 1
}
.wgt-best .best-text.expand-exp .answer-expand, .wgt-best .best-text.expand-exp .answer-collapse {
	margin-left: 5px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #2d64b3
}
.wgt-best .best-text.expand-exp .answer-expand i, .wgt-best .best-text.expand-exp .answer-collapse i {
	width: 0;
	height: 0;
	line-height: 0;
	margin-left: 5px;
	position: relative;
	top: 11px;
*top:8px;
	border-width: 5px;
	border-style: solid;
	border-color: #2d64b3 transparent transparent;
	_border-color: #2d64b3 tomato tomato;
	_filter: chroma(color=#ff6347);
*display:inline-block;
	zoom: 1
}
.wgt-best .best-text.expand-exp .answer-collapse {
	display: none
}
.wgt-best .best-text.expand-exp .answer-collapse i {
	top: -10px;
*top:2px;
	border-color: transparent transparent #2d64b3;
	_border-color: tomato tomato #2d64b3;
	_filter: chroma(color=#ff6347)
}
.wgt-best .best-text.expand-exp .answer-collapse-content {
	display: none
}
.best-shadow {
	font-size: 0;
	line-height: 0;
	height: 6px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtAAAAAGCAMAAADdcVm1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABsUExURfX19fPz8/Ly8u/v7/Hx8fT09PDw8Orq6ufn5+vr6+3t7ezs7Onp6fb87/n/8uPo3PD26eju4uDl2eXr3+rw5Obm5vH36uXl5ejo6O7u7vf39/b29vj4+Pz8/Pv7+/r6+v39/f7+/vn5+f///9c+k2QAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABd0lEQVRYR+3UiW7CMBBFUdOwNJBC94bQvf//jx3P3DipY6QEKBKIgwQSCHuWB6582cvTtSoLNcvVYjHHWmWY1sYtV8FoNJooF9m0VLHXyPepkZIpva2SR0poOP1xrT47vB5iLpy9DQupKr+mzYbluYnsVemS2fp4TBSmmQRkvqhZgPJ8VpSWrBi5S7j3Vi4v9yIh9nyIPRIcR5getKOANoMmyhbdBnPymF2DWSd9dCTeOozoYL2bKna0pbWev1grI5SVmsUwcgJHd7AJwZIMy2uCLVi1Rwok4hIQ4pJla/4J55LppILgda28BzclgjuzQsgsNYaw+iYadNZNrGEQff9zmXTs/cRYwRQ/nH776Lg8xk5sP2yviTlrBlHQoJMWQX58yi1YMVKXcOc9uuia4ajW0EIUQmtzG5uQPqe99fF50mjiYDj2SLg0wvb+YudtEhBC00agOkhdwq337Lj9f9Bwf18X54fdDkKAhrhR7ufi4iwsxXL5C1HT3rCdlI/5AAAAAElFTkSuQmCC) no-repeat;
	margin-bottom: -6px;
	position: relative
}
.avatar-27 {
	position: relative;
	zoom: 1;
	width: 27px;
	height: 27px;
	border: 1px solid #f6f6f6
}
.avatar-27 a {
	display: inline-block;
	height: 27px;
	overflow: hidden
}
.avatar-27 img {
	width: 27px;
	height: auto
}
.avatar-48 {
	position: relative;
	zoom: 1;
	width: 48px;
	height: 48px;
	border: 1px solid #f6f6f6
}
.avatar-48 a {
	display: inline-block;
	height: 48px;
	overflow: hidden
}
.avatar-48 img {
	width: 48px;
	height: auto
}
.avatar-48 .avatar-open-a img {
	height: 48px
}
.avatar-48 i {
	position: absolute;
	left: 0;
	top: 0
}
.avatar-66 {
	position: relative;
	zoom: 1;
	width: 66px;
	height: 66px;
	border: 1px solid #f3f3f3;
	border-bottom: 1px solid #c3c3c3;
	-webkit-box-shadow: 0 1px 1px #cfcfcf;
	-moz-box-shadow: 0 1px 1px #cfcfcf;
	box-shadow: 0 1px 1px #cfcfcf
}
.avatar-66 a {
	display: inline-block;
	height: 66px;
	overflow: hidden
}
.avatar-66 img {
	width: 66px;
	height: auto
}
.avatar-66 i {
	position: absolute;
	left: 0;
	top: 0
}
.qb-section {
	margin-top: 10px;
	border: 1px solid #e2e2e2
}
.qb-section .qb-content {
	width: 689px;
	background-color: #f9f9f9;
	_overflow: hidden
}
.qb-section .qb-side {
	width: 289px;
	_overflow: hidden
}
.iknow-editor .edui-editor-bottomContainer {
	display: none;
	overflow: hidden;
	border-top: 0;
	height: 28px;
	background: #F9F9F9;
	line-height: 28px
}
.edui-editor {
	border: 1px solid #cedec1
}
.ik-tip-black .tip-body {
	padding: 0 8px
}
.img-turn {
	position: relative;
	top: 0;
	line-height: 20px;
	background: #f5f5f5;
	width: 130px;
	color: #666;
	padding: 0 5px
}
.img-turn .img-turn-left, .img-turn .img-turn-right {
	cursor: pointer
}
.ikqb_img_alink {
	display: inline-block
}
.ikqb_img.css-turn-0 {
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	-o-transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')"
}
.ikqb_img.css-turn-270 {
	-moz-transform: matrix(0, -1, 1, 0, 0, 0);
	-o-transform: matrix(0, -1, 1, 0, 0, 0);
	-webkit-transform: matrix(0, -1, 1, 0, 0, 0);
	transform: matrix(0, -1, 1, 0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=1, M21=-1, M22=0, SizingMethod='auto expand')"
}
.ikqb_img.css-turn-180 {
	-moz-transform: matrix(-1, 0, 0, -1, 0, 0);
	-o-transform: matrix(-1, 0, 0, -1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
	transform: matrix(-1, 0, 0, -1, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, SizingMethod='auto expand')"
}
.ikqb_img.css-turn-90 {
	-moz-transform: matrix(0, 1, -1, 0, 0, 0);
	-o-transform: matrix(0, 1, -1, 0, 0, 0);
	-webkit-transform: matrix(0, 1, -1, 0, 0, 0);
	transform: matrix(0, 1, -1, 0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=-1, M21=1, M22=0, SizingMethod='auto expand')"
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.qb-section .qb-content {
	width: 100%
}
.qb-section .qb-side {
	width: 29.550102249%
}
}
.tencent {
	background: #fafff2;
	border: 1px solid #e0ebd3;
	border-radius: 2px;
	height: 40px;
	line-height: 21px;
	padding: 10px 12px 10px 15px;
	position: relative;
	z-index: 1
}
.tencent .for-content em {
	color: #3eaf0e;
	font-weight: 600
}
.tencent span {
	margin-left: 5px;
	margin-top: 2px\9;
*margin-top:0
}
.tencent .tencent-fix-btn {
	margin-top: 2px
}
.tencent .i-txgj-icon {
	width: 42px;
	height: 42px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.dialog-good-pass .line h4 {
	line-height: 24px
}
.dialog-good-pass .line label {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	line-height: 24px;
	height: 24px;
	padding-right: 20px;
	font-size: 12px;
	width: 99px
}
.dialog-good-pass .line input {
	margin-right: 6px;
	vertical-align: middle
}
.dialog-good-pass .line textarea {
	width: 360px;
	_width: 350px;
	height: 59px;
	line-height: 20px;
	padding: 2px 8px;
	resize: none;
	outline: 0
}
.tip-app-card {
	width: 348px;
	padding: 0;
	border: 0
}
.tip-app-card .tip-box {
	border: 1px solid #bfbfbf;
	border-radius: 2px
}
.tip-app-card .tip-body {
	padding: 0;
	position: relative
}
.tip-app-card .app-top {
	overflow: hidden;
	height: 92px;
	position: relative;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/app-card/img/app-bg_57d4072.jpg) no-repeat
}
.tip-app-card .app-top .app-title {
	position: absolute;
	white-space: nowrap;
	top: 62px;
	left: 110px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 1px #000
}
.tip-app-card .app-top .app-title .app-official {
	text-shadow: none;
	font-size: 12px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-color: #66cc52;
	line-height: 16px;
	font-weight: 400
}
.tip-app-card .app-content {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #fff));
	background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
	position: relative;
	height: 130px
}
.tip-app-card .app-content .app-download {
	position: absolute;
	top: 54px;
	right: 17px
}
.tip-app-card .app-content ul {
	position: absolute;
	line-height: 20px;
	left: 25px;
	bottom: 20px
}
.tip-app-card .app-icon {
	position: absolute;
	top: 55px;
	left: 20px;
	line-height: 0;
	border-radius: 10px;
	overflow: hidden
}
.tip-app-card a:hover {
	text-decoration: none
}
.tip-app-card .app-content .app-download i, .app-spread-box .app-download i {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 17px;
	height: 19px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 4px;
	background-repeat: no-repeat;
}
.tip-app-card .app-content .app-score {
	position: absolute;
	top: 9px;
	left: 110px
}
.tip-app-card .app-content .app-score, .app-spread-box .app-score {
	white-space: nowrap;
	line-height: 20px
}
.tip-app-card .app-content .app-score .app-star, .app-spread-box .app-score .app-star {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	height: 15px;
	width: 75px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/app-card/img/stars_90adb9b.png) no-repeat;
	margin-right: 6px;
	margin-top: -2px
}
.tip-app-card .app-content .app-score .app-star-8, .app-spread-box .app-score .app-star-8 {
	background-position: -15px 0
}
.tip-app-card .app-content .app-score .app-star-6, .app-spread-box .app-score .app-star-6 {
	background-position: -30px 0
}
.tip-app-card .app-content .app-score .app-star-4, .app-spread-box .app-score .app-star-4 {
	background-position: -45px 0
}
.tip-app-card .app-content .app-score .app-star-2, .app-spread-box .app-score .app-star-2 {
	background-position: -60px 0
}
.tip-app-card .app-content .app-score .app-star-0, .app-spread-box .app-score .app-star-0 {
	background-position: -75px 0
}
.tip-app-card .app-content .app-score .app-star-9, .app-spread-box .app-score .app-star-9 {
	background-position: -15px -15px
}
.tip-app-card .app-content .app-score .app-star-7, .app-spread-box .app-score .app-star-7 {
	background-position: -30px -15px
}
.tip-app-card .app-content .app-score .app-star-5, .app-spread-box .app-score .app-star-5 {
	background-position: -45px -15px
}
.tip-app-card .app-content .app-score .app-star-3, .app-spread-box .app-score .app-star-3 {
	background-position: -60px -15px
}
.tip-app-card .app-content .app-score .app-star-1, .app-spread-box .app-score .app-star-1 {
	background-position: -75px -15px
}
.app-dialog-con {
	padding-top: 23px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	zoom: 1
}
.app-dialog-con .app-dialog-title {
	margin-bottom: 15px;
	color: #31af00;
	font-weight: 700;
	font-size: 15px
}
.app-dialog-con .app-dialog-tip-app {
	margin-top: 20px;
	margin-bottom: 0;
	height: 45px;
	line-height: 45px
}
.app-dialog-con .app-dialog-tip-icon, .app-dialog-con .app-dialog-text {
	color: #5F5F5F;
	display: inline-block;
	margin-right: 5px;
	font-size: 13px
}
.app-dialog-con .app-dialog-tip-icon {
	border: 2px solid #95D6FF;
	padding-left: 45px;
	padding-right: 5px;
	position: relative;
	height: 42px;
	background-color: #D4F2FF
}
.app-dialog-con .app-dialog-tip-icon img {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 37px;
	height: 37px
}
.app-dialog-con .app-dialog-tip-icon .app-dialog-tip-sname {
	display: inline-block;
	max-width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.app-dialog-con .app-dialog-tip-icon .app-dialog-tip-hand {
	display: inline-block;
	width: 19px;
	height: 22px;
	position: absolute;
	bottom: -6px;
	right: -8px;
	background: url(http://wap.baidu.com/static/as/res2exe/hand.png) no-repeat 0 0;
	_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://wap.baidu.com/static/as/res2exe/hand.png", sizingMethod="scale")
}
.app-dialog-con .app-dialog-tip {
	margin-top: 30px;
	display: block;
	color: #FF4E00;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 5px
}
.app-dialog-con .app-dialog-select {
	padding-left: 20px;
	text-align: left;
	margin-top: 10px
}
.wgt-app-spread {
	clear: both
}
.wgt-app-spread .title {
	color: #666;
	font-size: 13px
}
.wgt-app-spread .app-spread-box {
	overflow: hidden;
	border: 1px solid #ebf0e4;
	border-radius: 2px;
	background: #fcfff7;
	padding: 14px
}
.wgt-app-spread .app-spread-box .app-icon {
	border-radius: 10px;
	line-height: 0;
	overflow: hidden
}
.wgt-app-spread .app-spread-box .app-official {
	display: block;
	font-size: 12px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-color: #66cc52;
	line-height: 16px;
	font-weight: 400;
	margin-left: 14px;
	color: #fff;
	padding: 0 5px
}
.audio {
	height: 32px;
	font-size: 0
}
.audio .audio-left {
	height: 32px;
	width: 9px;
*margin-top:-5px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.audio .audio-left.audio-left-click {
	background-repeat: no-repeat;
}
.audio .audio-middle {
	cursor: pointer;
	height: 32px;
	width: 36px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	position: relative;
	background-repeat: repeat-x
}
.audio .audio-middle .icon-default {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 10px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 10px;
	background-repeat: no-repeat;
}
.audio .audio-middle .icon-default.icon-first {
	top: 12px;
	width: 4px;
	height: 6px;
	background-repeat: no-repeat;
}
.audio .audio-middle .icon-default.icon-second {
	top: 10px;
	width: 7px;
	height: 12px;
	background-repeat: no-repeat;
}
.audio .audio-middle .icon-default.icon-third {
	top: 9px;
	background-repeat: no-repeat;
}
.audio .audio-middle .icon-default.icon-click {
	background-repeat: no-repeat;
}
.audio .audio-middle .icon-default.icon-loading {
	background-size: 15px 15px;
	width: 15px;
	background-repeat: no-repeat;
}
.audio .audio-middle.green .icon-first {
	width: 4px;
	height: 6px;
	background-repeat: no-repeat;
}
.audio .audio-middle.green .icon-second {
	width: 7px;
	height: 12px;
	background-repeat: no-repeat;
}
.audio .audio-middle.green .icon-third {
	background-repeat: no-repeat;
}
.audio .audio-right {
	height: 32px;
	width: 3px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.audio .audio-right.audio-right-click {
	background-repeat: no-repeat;
}
.audio .audio-length {
	color: #B9B6B6;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	font-size: 14px
}
.audio.click .audio-left {
	background-repeat: no-repeat;
}
.audio.click .audio-middle {
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/audio/img/clickMiddle_2ba667c.png?m=x) repeat-x
}
.audio.click .audio-middle .icon-default {
	background-repeat: no-repeat;
}
.audio.click .audio-right {
	background-repeat: no-repeat;
}
.jp-audio {
	width: 0;
	height: 0;
	display: none
}
.ik-tip-card {
	padding: 0;
	border: 1px solid #e3e3e3;
	border-top: 2px solid #4cbe00;
	background-color: #fbfbfb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fbfbfb, #fff);
	background-image: -ms-linear-gradient(top, #fbfbfb, #fff);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fff));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #fff);
	background-image: -o-linear-gradient(top, #fbfbfb, #fff);
	background-image: linear-gradient(top, #fbfbfb, #fff)
}
.ik-tip-card .ui-tooltip-content {
	padding: 15px 20px 30px;
	font-size: 12px;
	color: #666
}
.ik-tip-card .custom-avatar-tip {
	border: 1px solid #e8cca1;
	background: #fefded
}
.ik-tip-card .custom-avatar-tip .ui-tooltip-content {
	padding: 3px 8px;
	color: #888
}
.ik-tip-card-open .ui-tooltip-content {
	padding: 0
}
.ik-tip-card-openlevel .ui-tooltip-content {
	padding: 4px 0
}
.user-card .card-name {
	line-height: 20px
}
.user-card .card-info {
	border-top: 1px dashed #999
}
.user-card .card-info p {
	padding-top: 2px
}
.user-card.open-card {
	padding: 0
}
.user-card.open-card .open-content {
	padding: 15px 20px 0;
	width: 310px;
	height: 205px
}
.user-card.open-card .open-img {
	width: 275px;
	height: 220px;
	border-left: 1px solid #d6d6d6
}
.open-level-card {
	padding: 0;
	text-align: center
}
.open-level-card .open-rank {
	border-bottom: 1px solid #F2F2F2;
	background: #FCFEFC;
	text-align: center;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 1px
}
.open-level-card .open-rank .open-rank-num {
	color: #E6800B;
	font-size: 20px
}
.open-level-card .open-answers {
	background: #fff;
	line-height: 44px
}
.ed2k-wrap .ed2k-con {
	border: 1px solid #d0e0bf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f8fcf0;
	padding: 10px 14px;
	margin-bottom: 4px;
	position: relative;
	word-break: break-all;
	zoom: 1;
	line-height: 20px;
	height: 40px
}
.ed2k-wrap .ed2k-con .ed2k-link {
	font-size: 12px;
	color: #666;
	font-family: SimSun;
	cursor: pointer
}
.ed2k-wrap .ed2k-con .btn-play {
	position: absolute;
	right: 14px;
	top: 30px
}
.ed2k-wrap .ed2k-con .btn-play em b {
	font-weight: 700
}
.ed2k-wrap .ed2k-con .btn-play span {
	_display: block;
	_width: 65px;
	_height: 20px;
	_padding-top: 3px
}
.ed2k-wrap .ed2k-con .btn-play i {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 7px;
	height: 9px;
	margin-left: 4px;
	_vertical-align: middle;
	background-repeat: no-repeat;
}
html body.video-page .ed2k-wrap .ed2k-con .btn-play em b {
	color: #328cfa!important
}
html body.video-page .ed2k-wrap .ed2k-con .btn-play i {
	background-repeat: no-repeat;
}
.ed2k-dialog {
	padding-left: 40px;
	font-family: "Microsoft Yahei", sans-serif
}
#ik-qb-egg {
	position: absolute;
	top: 200px;
	left: 560px;
	z-index: 500
}
#ik-qb-egg #ik-qb-egg-hdl {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 556
}
#ik-qb-egg #ik-qb-egg-a {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	left: 135px;
	z-index: 558
}
#ik-qb-egg #ik-qb-egg-flash {
	outline: 0;
	z-index: -1
}
.ik-egg-dialog #ik-egg-text {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin: 20px 0
}
.file {
	border: 1px solid #cedebd;
	background: #fdfefb;
	height: 63px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.file .file-inner {
	margin: 1px 1px 0;
	background: #f9fdf6;
	height: 42px;
	padding: 10px 15px
}
.file.file-fail {
	padding: 10px;
	background: #f7fff1;
	border: solid 1px #e6eee0;
	height: 25px
}
.file .f-pipe {
	color: #e6e6e6;
	margin: 0 5px
}
.file .p-last {
	line-height: 16px
}
.file .fileIcon-big {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 35px;
	height: 44px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/file/img/file-icon-big_097a6e8.png) -480px 0
}
.file .fileIcon-big.icon_file_image {
	background-position: 0 0
}
.file .fileIcon-big.icon_file_visio {
	background-position: -480px 0
}
.file .fileIcon-big.icon_file_pdf {
	background-position: -40px 0
}
.file .fileIcon-big.icon_file_word {
	background-position: -80px 0
}
.file .fileIcon-big.icon_file_excel {
	background-position: -120px 0
}
.file .fileIcon-big.icon_file_text {
	background-position: -160px 0
}
.file .fileIcon-big.icon_file_music {
	background-position: -200px 0
}
.file .fileIcon-big.icon_file_video {
	background-position: -240px 0
}
.file .fileIcon-big.icon_file_powerpoint {
	background-position: -280px 0
}
.file .fileIcon-big.icon_file_ipa {
	background-position: -320px 0
}
.file .fileIcon-big.icon_file_exe {
	background-position: -360px 0
}
.file .fileIcon-big.icon_file_zip {
	background-position: -400px 0
}
.file .fileIcon-big.icon_file_apk {
	background-position: -440px 0
}
.file .fileIcon-big.icon_file_default {
	background-position: -480px 0
}
.file .fileIcon-big.icon_file_torrent {
	background-position: -520px 0
}
dd .file {
	margin-left: -34px;
*margin-left:0
}
.wealth-wraper {
	background-color: #f5faf1;
	padding: 15px 25px;
	margin: 15px 0
}
.forward-dialog {
	font-size: 12px
}
.forward-dialog h4 {
	font-weight: 100;
	line-height: 20px
}
.forward-dialog h4 p {
	color: #666
}
.forward-dialog dl dt, .forward-dialog dl dd {
	float: left
}
.forward-dialog dl dt {
	color: #3eaf0e
}
.forward-dialog dl dd {
	color: #666;
	margin-left: 12px;
	width: 386px
}
.forward-dialog .seperate-line {
	height: 1px;
	background: #f5f5f5;
	overflow: hidden
}
.forward-dialog .ik-authcode-s1 label {
	width: 50px
}
.forward-dialog .ik-authcode-s1 input {
	height: 20px;
	width: 47px;
	padding: 0 8px
}
.forward-dialog .ik-authcode-img {
	width: 67px;
	height: 20px
}
.forward-dialog-ok h4 {
	font-weight: 700;
	font-size: 14px;
	color: #333;
	display: block
}
.red-packet {
	display: block;
	position: fixed;
	_position: absolute;
	cursor: pointer;
	width: 155px;
	height: 200px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/red-packet/img/red-packet_90e0a71.gif?__spirit) no-repeat
}
.red-packet .close-btn {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 20px;
	height: 20px;
	background: transparent;
	float: right
}
.submit-jump-tip {
	text-align: left;
	margin: 0 auto;
	padding-left: 30px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/submitjump/img/success_0269a35.png) 0 4px no-repeat;
*background-position:0 11px
}
.submit-jump-tip h2 {
	height: 30px;
	line-height: 30px;
	margin: 7px 0 10px;
	font-size: 18px;
	font-weight: 400
}
.submit-jump-tip label {
	display: block
}
.submit-jump-tip .remind-seconds {
	color: #999;
	font-size: 12px;
	margin-left: 7px
}
.submit-jump-tip .btn {
	margin-top: 15px
}
.ask-jump-tip {
	width: 300px
}
.ask-jump-tip p {
	font-size: 12px;
	color: #FF7800
}
.ask-jump-tip label {
	font-size: 12px
}
.ask-jump-tip label span {
	color: #2D64B3;
	text-decoration: none
}
.ask-jump-tip input {
	margin-right: 5px;
	position: relative;
	top: 2px
}
.supply-jump-tip {
	width: 220px
}
.supply-jump-tip h2 {
	margin-top: 25px
}
.thunder-wrap .thunder-con {
	border: 1px solid #d0e0bf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f8fcf0;
	padding: 10px 14px;
	margin-bottom: 4px;
	position: relative;
	word-break: break-all;
	zoom: 1;
	line-height: 20px
}
.thunder-wrap .thunder-con .thunder-link {
	font-size: 12px;
	color: #666;
	font-family: SimSun;
	cursor: pointer
}
.thunder-wrap .thunder-con .btn-thunder {
	position: absolute;
	right: 14px;
	bottom: 6px
}
.thunder-wrap .thunder-con .btn-thunder em b {
	font-weight: 700
}
#torch-trigger {
	position: fixed;
	_position: absolute;
	cursor: pointer;
	top: 380px;
	width: 92px;
	height: 140px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/zhishi-torch/img/run_8768be2.gif)
}
#torch-trigger.torch-run-end {
	top: 377px;
	width: 100px;
	height: 184px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/zhishi-torch/img/bg_86cd575.png) 0 -350px no-repeat
}
#torch-trigger .torch-tip {
	position: absolute;
	display: none;
	width: 180px;
	height: 160px;
	top: -163px;
	left: -53px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/zhishi-torch/img/bg_86cd575.png) -130px -340px no-repeat
}
#torch-trigger .torch-tip2 {
	background-position: -320px -340px
}
#torch-trigger .torch-close {
	position: absolute;
	display: none;
	width: 16px;
	height: 16px;
	top: 20px;
	left: -20px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/zhishi-torch/img/bg_86cd575.png) 0 -320px no-repeat
}
.torch-header {
	position: relative;
	width: 690px;
	height: 298px;
	margin-top: 20px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/zhishi-torch/img/bg_86cd575.png) 0 0 no-repeat
}
.torch-header .close {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px
}
.torch-header .animate-wrapper {
	position: relative;
	top: 50px;
	height: 249px
}
.torch-header .animate-wrapper .animate-bg {
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/zhishi-torch/img/animate_3151984.png) no-repeat
}
.torch-header .animate-wrapper .cloud1 {
	position: absolute;
	top: 45px;
	left: 120px;
	width: 66px;
	height: 39px;
	background-position: 0 0
}
.torch-header .animate-wrapper .cloud2 {
	position: absolute;
	top: 20px;
	left: 500px;
	width: 91px;
	height: 54px;
	background-position: 0 -51px
}
.torch-header .animate-wrapper .process {
	position: absolute;
	bottom: 7px;
	_bottom: 4px;
	background-position: 0 -120px;
	width: 14px;
	height: 14px;
	display: none
}
.torch-header .animate-wrapper .process1 {
	left: 254px
}
.torch-header .animate-wrapper .process2 {
	left: 424px
}
.torch-header .animate-wrapper .process3 {
	left: 595px
}
.torch-header .animate-wrapper .person1 {
	position: absolute;
	bottom: 26px;
	background-position: 0 -140px;
	width: 96px;
	height: 108px;
	z-index: 100
}
.torch-header .animate-wrapper .person2 {
	position: absolute;
	bottom: 26px;
	left: 565px;
	background-position: 0 -500px;
	width: 74px;
	height: 108px;
	z-index: 100
}
.torch-header .animate-wrapper .person12 {
	position: absolute;
	bottom: 26px;
	left: 519px;
	background-position: 0 -620px;
	width: 120px;
	height: 108px;
	z-index: 100
}
.torch-header .animate-wrapper .persona1 {
	background-position: 0 -260px;
	width: 81px;
	height: 108px
}
.torch-header .animate-wrapper .persona2 {
	background-position: 0 -380px;
	width: 91px;
	height: 108px
}
.torch-header .animate-wrapper .conversation0 {
	position: absolute;
	background-position: -140px 0;
	left: 15px;
	top: 30px;
	z-index: 101;
	display: none
}
.torch-header .animate-wrapper .conversation1 {
	position: absolute;
	background-position: 0 -750px;
	left: 15px;
	top: 30px;
	z-index: 101;
	display: none
}
.torch-header .animate-wrapper .conversation2 {
	position: absolute;
	background-position: 0 -860px;
	right: 16px;
	top: 30px;
	z-index: 101;
	display: none
}
.torch-header .animate-wrapper .conversation3 {
	position: absolute;
	background-position: 0 -970px;
	right: 16px;
	top: 40px;
	z-index: 101;
	display: none
}
.torch-header .animate-wrapper .conversation4 {
	position: absolute;
	background-position: 0 -1060px;
	right: 16px;
	top: 40px;
	z-index: 101;
	display: none
}
.torch-body {
	display: none;
	background: #fff;
	height: 314px;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px
}
.torch-question-list {
	position: relative;
	padding: 35px 20px 0
}
.torch-question-list .torch-search-box {
	position: absolute;
	left: 20px;
	top: 5px;
	height: 25px;
	line-height: 25px
}
.torch-question-list .torch-search-box .torch-search-text {
	border: 1px solid #c9c9c9;
	margin-right: 5px;
	width: 195px;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	padding-left: 5px
}
.torch-question-list .torch-search-box .torch-search {
	font-size: 12px;
	height: 22px;
	line-height: 22px
}
.torch-question-list .torch-change {
	position: absolute;
	top: 5px;
	right: 20px
}
.torch-question-list li {
	border-bottom: 1px dashed #d4d4d4;
	padding: 10px 25px
}
.torch-question-list li .question-title {
	color: #1842a2;
	position: relative
}
.torch-question-list li .question-asker {
	position: absolute;
	right: 0;
	_right: 50px;
	top: 0;
	color: #999;
	font-size: 12px;
	display: none
}
.torch-question-list li .question-supply {
	color: #333;
	font-size: 14px;
	display: none;
	margin-bottom: 5px
}
.torch-question-list li .question-answerarea {
	display: none;
	text-align: right;
	font-size: 12px
}
.torch-question-list li .question-answerarea textarea {
	width: 593px;
	height: 60px;
	line-height: 18px;
	outline: 0;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 6px;
	resize: none;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #c9c9c9
}
.torch-question-list li .question-answerarea .quick-error-tip {
	display: none;
	color: red;
	font-size: 12px;
	float: left
}
.torch-question-list li .question-answerarea .quick-tip {
	display: none;
	color: green;
	font-size: 12px;
	float: left
}
.torch-question-list li.on {
	background-color: #f6f6f6;
	border-bottom: 0
}
.torch-question-list li.on .question-asker {
	display: block
}
.torch-question-list li.on .question-supply {
	display: block
}
.torch-question-list li.on .question-answerarea {
	display: block
}
.torch-question-list li.noborder {
	border-bottom: 0
}
.torch-info-dialog {
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/js/zhishi-torch/img/dialog_38a1841.png);
	width: 546px;
	height: 329px;
	position: relative
}
.torch-info-dialog .info-content {
	position: absolute;
	width: 280px;
	top: 115px;
	line-height: 28px;
	left: 185px;
	color: #000;
	font-size: 16px
}
.torch-info-dialog .info-content span {
	color: #ff7200;
	margin: 0 5px
}
.torch-info-dialog .info-btn {
	position: absolute;
	width: 280px;
	top: 250px;
	left: 185px;
	text-align: center
}
.torch-info-dialog .info-btn a {
	margin-right: 25px
}
.torch-info-dialog .info-btn .btn-32-disabled {
	cursor: pointer!important
}
.torch-fail-dialog .info-content {
	top: 125px;
	font-size: 18px
}
.ui-dialog.zhishi-torch {
	border: 0;
	background: transparent;
	color: #000
}
.ui-dialog.zhishi-torch .ui-dialog-titlebar {
	display: none
}
.ui-dialog.zhishi-torch .ui-dialog-content {
	padding: 0;
	background: 0 0;
	overflow: none
}
.wgt-msm {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 0;
	padding: 15px 30px;
	background-color: #fff;
	font-family: arial, sans-serif, "Microsoft YaHei", tahoma
}
.wgt-msm .value-comment-up {
	margin-top: -24px
}
.wgt-msm .content {
	word-wrap: break-word
}
.wgt-msm .content .recommend-text strong, .wgt-msm .content .best-text strong, .wgt-msm .content .answer-text strong, .wgt-msm .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-msm .content .recommend-text em, .wgt-msm .content .best-text em, .wgt-msm .content .answer-text em, .wgt-msm .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-msm .content .recommend-text em strong, .wgt-msm .content .best-text em strong, .wgt-msm .content .answer-text em strong, .wgt-msm .content .replyask-content em strong, .wgt-msm .content .recommend-text strong em, .wgt-msm .content .best-text strong em, .wgt-msm .content .answer-text strong em, .wgt-msm .content .replyask-content strong em {
	color: #e0435d
}
.wgt-msm h2 a {
	color: #000
}
.wgt-msm .hidden {
	visibility: hidden
}
.wgt-msm .evaluate-con {
	border-bottom: 1px dashed #ccc
}
.wgt-msm .evaluate-con .evaluate-goods {
	width: 254px;
	height: 125px;
	border-right: 1px dotted #ccc;
	position: relative
}
.wgt-msm .evaluate-con .evaluate-goods a.g-pic {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 120px;
	height: 120px;
	border: 1px solid #f1f1f1;
	line-height: 120px;
	vertical-align: middle;
	zoom: 1;
	overflow: hidden
}
.wgt-msm .evaluate-con .evaluate-goods a.g-pic img {
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
	_width: 80px;
	_overflow: hidden
}
.wgt-msm .evaluate-con .evaluate-goods .g-title {
	line-height: 16px;
	margin-bottom: 20px
}
.wgt-msm .evaluate-con .evaluate-goods .g-title a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #3e3e3e;
	line-height: 16px
}
.wgt-msm .evaluate-con .evaluate-goods .g-rb {
}
.wgt-msm .evaluate-con .evaluate-goods .g-rb .g-price, .wgt-msm .evaluate-con .evaluate-goods .g-rb .g-salerank {
	color: #999;
	font-size: 12px
}
.wgt-msm .evaluate-con .evaluate-goods .g-rb .g-price span, .wgt-msm .evaluate-con .evaluate-goods .g-rb .g-salerank span {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	color: #ffa30c;
	margin: -4px 3px 0;
	font-size: 16px
}
.wgt-msm .evaluate-con .evaluate-info {
	width: 340px
}
.wgt-msm .evaluate-con .evaluate-info .e-top {
	line-height: 16px
}
.wgt-msm .evaluate-con .evaluate-info .e-top a.e-t-evaluate {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #3e3e3e;
	float: left
}
.wgt-msm .evaluate-con .evaluate-info .e-top a.e-t-cmt {
	float: right;
	font-size: 12px
}
.wgt-msm .evaluate-con .evaluate-info .e-mid {
	margin-top: 3px
}
.wgt-msm .evaluate-con .evaluate-info .e-mid .rate-num {
	width: 70px;
	height: 70px;
	font-size: 50px;
	color: #ffa30c;
	line-height: 77px;
	margin-left: 5px
}
.wgt-msm .evaluate-con .evaluate-info .e-mid .e-progress {
	float: right;
	font-size: 12px;
	color: #999
}
.wgt-msm .evaluate-con .evaluate-info .e-mid .e-progress .e-b {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	margin: 0 3px 0 5px;
	width: 25px;
	text-align: right
}
.wgt-msm .evaluate-con .evaluate-info .e-mid .e-progress .progress-bar {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	_zoom: 1;
	width: 192px
}
.wgt-msm .evaluate-con .evaluate-info .e-mid .e-progress .progress-bar b.gd-percent {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-color: #7da0ff;
	border: 1px solid #5e88ff;
	border-right: 0;
	height: 10px
}
.wgt-msm .evaluate-con .evaluate-info .e-mid .e-progress .progress-bar b.md-percent {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-color: #b9ccff;
	border: 1px solid #a1b9f9;
	border-right: 0;
	height: 10px
}
.wgt-msm .evaluate-con .evaluate-info .e-mid .e-progress .progress-bar b.bd-percent {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-color: #ecf1ff;
	border: 1px solid #d9dff1;
	border-right: 0;
	height: 10px
}
.wgt-msm .evaluate-con .evaluate-info .e-mid .e-progress .progress-bar b.left-percent {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-left: 0;
	height: 10px
}
.wgt-msm .evaluate-con .evaluate-info .e-bottom {
	margin-top: 7px
}
.wgt-msm .evaluate-con .evaluate-info .e-bottom .item-tag {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	padding: 0 8px;
	font-size: 12px;
	line-height: 22px;
	box-shadow: 1px 1px 4px #eaeaea
}
.wgt-msm .evaluate-con .evaluate-info .e-bottom .item-tag:hover {
	text-decoration: none
}
.wgt-msm .evaluate-con .evaluate-info .e-bottom .ml-8 {
	margin-left: 8px
}
.wgt-msm .evaluate-con .evaluate-info .e-bottom a.good-item {
	border: 1px solid #e3c8d0;
	color: #a8546e
}
.wgt-msm .evaluate-con .evaluate-info .e-bottom a.good-item:hover {
	border-color: #d5b2bc;
	background: #d5b2bc;
	color: #fff
}
.wgt-msm .evaluate-con .evaluate-info .e-bottom a.bad-item {
	border: 1px solid #bed2c7;
	color: #629278
}
.wgt-msm .evaluate-con .evaluate-info .e-bottom a.bad-item:hover {
	border-color: #acc8b8;
	background-color: #acc8b8;
	color: #fff
}
.wgt-msm .sale-con {
	border-bottom: 1px dashed #ccc
}
.wgt-msm .sale-con .sale-left {
	width: 400px;
	height: 145px;
	border-right: 1px dotted #ccc
}
.wgt-msm .sale-con .sale-left a.g-pic {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 120px;
	height: 120px;
	border: 1px solid #f1f1f1;
	line-height: 120px;
	vertical-align: middle;
	zoom: 1;
	overflow: hidden
}
.wgt-msm .sale-con .sale-left a.g-pic img {
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
	_width: 80px;
	_overflow: hidden
}
.wgt-msm .sale-con .sale-left .price-info .price-title {
	font-size: 14px;
	color: #777;
	margin-bottom: 5px
}
.wgt-msm .sale-con .sale-left .price-info .price-title span.p-r {
	color: #999;
	font-size: 12px
}
.wgt-msm .sale-con .sale-left .price-info .price-title span.price-num {
	display: inline-block;
	font-size: 16px;
	color: #ffa30c;
	margin: 0 8px 0 5px;
	font-weight: 700
}
.wgt-msm .sale-con .shop-info {
	width: 190px;
	position: relative;
	top: -10px
}
.wgt-msm .sale-con .shop-info li.line {
	height: 39px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	line-height: 39px;
	clear: both
}
.wgt-msm .sale-con .shop-info li.line a {
	color: #666;
*float:left
}
.wgt-msm .sale-con .shop-info li.line a.item-logo {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*display:inline;
	margin-right: 5px;
	margin-top: 4px;
*margin-top:10px;
*zoom:1
}
.wgt-msm .sale-con .shop-info li.line a.item-logo img {
	width: 16px;
	height: 16px
}
.wgt-msm .sale-con .shop-info li.line span {
	float: right;
	color: #999
}
.wgt-msm .sale-con .shop-info li.line span b {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	margin-right: 5px;
	font-size: 18px;
	color: #ffa30c;
	position: relative;
	top: -2px;
	font-weight: 400
}
.wgt-msm .sale-con .shop-info-more {
	text-align: center;
	margin-top: 8px
}
.wgt-msm .rec-con {
	border-bottom: 1px dashed #ccc
}
.wgt-msm .rec-con ul li {
	width: 32%;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	cursor: pointer

}
.wgt-msm .rec-con .rec-img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	zoom: 1
}
.wgt-msm .rec-con .rec-img img {
	max-width: 80px;
	max-height: 80px;
	vertical-align: middle;
	_width: 80px;
	_overflow: hidden
}
.wgt-msm .rec-con .rec-info {
	font-size: 13px
}
.wgt-msm .rec-con .rec-info h6 {
	word-break: normal;
	word-wrap: break-word;
	width: 110px;
	line-height: 15px;
	height: 30px
}
.wgt-msm .rec-con .rec-info p {
	height: 20px;
	line-height: 20px;
	color: #676767
}
.wgt-msm .rec-con .rec-info p span {
	color: #000
}
.wgt-msm .rec-con .rec-info p span b {
	color: #ff3430;
	font-size: 13px
}
.wgt-push {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 0;
	padding: 15px 30px;
	background-color: #fff
}
.wgt-push .value-comment-up {
	margin-top: -24px
}
.wgt-push .content {
	word-wrap: break-word
}
.wgt-push .content .recommend-text strong, .wgt-push .content .best-text strong, .wgt-push .content .answer-text strong, .wgt-push .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-push .content .recommend-text em, .wgt-push .content .best-text em, .wgt-push .content .answer-text em, .wgt-push .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-push .content .recommend-text em strong, .wgt-push .content .best-text em strong, .wgt-push .content .answer-text em strong, .wgt-push .content .replyask-content em strong, .wgt-push .content .recommend-text strong em, .wgt-push .content .best-text strong em, .wgt-push .content .answer-text strong em, .wgt-push .content .replyask-content strong em {
	color: #e0435d
}
.wgt-push .push-asker-title {
	height: 49px;
	line-height: 44px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: 400;
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px solid #e3e3e3
}
.wgt-push .i-del {
	cursor: pointer
}
.wgt-push .btn-refresh {
	margin-top: 2px
}
.wgt-push .push-ul {
	height: 175px;
	overflow: hidden;
	margin-top: 4px
}
.wgt-recommend {
	border-top: 1px solid #e9eee3;
	border-bottom: 1px solid #e9eee3;
	background-color: #f1fedd;
	padding: 14px 30px 20px;
	padding-top: 0
}
.wgt-recommend .answer-title {
	margin-top: 24px;
	margin-left: 10px
}
.wgt-recommend .answer-time {
	margin-top: 30px
}
.wgt-recommend .thank .thank-title {
	color: #5ebb0b
}
.wgt-recommend .thank pre {
	width: 520px
}
.wgt-recommend .value-comment-up {
	margin-top: -24px
}
.wgt-recommend .content {
	word-wrap: break-word
}
.wgt-recommend .content .recommend-text strong, .wgt-recommend .content .best-text strong, .wgt-recommend .content .answer-text strong, .wgt-recommend .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-recommend .content .recommend-text em, .wgt-recommend .content .best-text em, .wgt-recommend .content .answer-text em, .wgt-recommend .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-recommend .content .recommend-text em strong, .wgt-recommend .content .best-text em strong, .wgt-recommend .content .answer-text em strong, .wgt-recommend .content .replyask-content em strong, .wgt-recommend .content .recommend-text strong em, .wgt-recommend .content .best-text strong em, .wgt-recommend .content .answer-text strong em, .wgt-recommend .content .replyask-content strong em {
	color: #e0435d
}
.wgt-recommend.high-quality {
	background-color: #fcffe8;
	border: 1px solid #cce2c2;
	margin-left: -1px;
	margin-right: -1px
}
.wgt-recommend.high-quality .answer-title {
	margin-top: 31px
}
.wgt-recommend.high-quality .high-quality-link {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	text-decoration: none;
	color: #333
}
.wgt-recommend.has-other {
	border-top: 0
}
.wgt-recommend .recommend-text.expand-exp {
	position: relative;
	zoom: 1
}
.wgt-recommend .recommend-text.expand-exp .answer-expand, .wgt-recommend .recommend-text.expand-exp .answer-collapse {
	margin-left: 5px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #2d64b3
}
.wgt-recommend .recommend-text.expand-exp .answer-expand i, .wgt-recommend .recommend-text.expand-exp .answer-collapse i {
	width: 0;
	height: 0;
	line-height: 0;
	margin-left: 5px;
	position: relative;
	top: 11px;
*top:8px;
	border-width: 5px;
	border-style: solid;
	border-color: #2d64b3 transparent transparent;
	_border-color: #2d64b3 tomato tomato;
	_filter: chroma(color=#ff6347);
*display:inline-block;
	zoom: 1
}
.wgt-recommend .recommend-text.expand-exp .answer-collapse {
	display: none
}
.wgt-recommend .recommend-text.expand-exp .answer-collapse i {
	top: -10px;
*top:2px;
	border-color: transparent transparent #2d64b3;
	_border-color: tomato tomato #2d64b3;
	_filter: chroma(color=#ff6347)
}
.wgt-recommend .recommend-text.expand-exp .answer-collapse-content {
	display: none
}
.wgt-relate-search {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 0;
	padding: 15px 30px;
	background-color: #fff;
	padding: 3px 30px 27px;
	overflow: hidden;
	height: 24px;
	line-height: 48px
}
.wgt-relate-search .value-comment-up {
	margin-top: -24px
}
.wgt-relate-search .content {
	word-wrap: break-word
}
.wgt-relate-search .content .recommend-text strong, .wgt-relate-search .content .best-text strong, .wgt-relate-search .content .answer-text strong, .wgt-relate-search .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-relate-search .content .recommend-text em, .wgt-relate-search .content .best-text em, .wgt-relate-search .content .answer-text em, .wgt-relate-search .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-relate-search .content .recommend-text em strong, .wgt-relate-search .content .best-text em strong, .wgt-relate-search .content .answer-text em strong, .wgt-relate-search .content .replyask-content em strong, .wgt-relate-search .content .recommend-text strong em, .wgt-relate-search .content .best-text strong em, .wgt-relate-search .content .answer-text strong em, .wgt-relate-search .content .replyask-content strong em {
	color: #e0435d
}
.wgt-relate-search h2 {
	display: inline
}
.wgt-relate-search a {
	margin-left: 13px;
	white-space: nowrap
}
.wgt-related {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 0;
	padding: 15px 30px;
	background-color: #fff
}
.wgt-related .value-comment-up {
	margin-top: -24px
}
.wgt-related .content {
	word-wrap: break-word
}
.wgt-related .content .recommend-text strong, .wgt-related .content .best-text strong, .wgt-related .content .answer-text strong, .wgt-related .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-related .content .recommend-text em, .wgt-related .content .best-text em, .wgt-related .content .answer-text em, .wgt-related .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-related .content .recommend-text em strong, .wgt-related .content .best-text em strong, .wgt-related .content .answer-text em strong, .wgt-related .content .replyask-content em strong, .wgt-related .content .recommend-text strong em, .wgt-related .content .best-text strong em, .wgt-related .content .answer-text strong em, .wgt-related .content .replyask-content strong em {
	color: #e0435d
}
.wgt-related .related-list {
	margin-top: 4px
}
.wgt-related .related-list-last {
	border-bottom: 0
}
.wgt-related.involved {
	padding: 15px 0 0;
	border-bottom: 0;
	border-top: 1px solid #ccc;
	background: transparent;
	margin-top: 10px
}
.wgt-related .related-share-item {
	position: relative
}
.wgt-related .related-share-item i {
	overflow: hidden;
	vertical-align: middle
}
.wgt-related .related-share-item .rel-time {
	position: absolute;
	right: 0
}
.wgt-related .related-exp {
	overflow: hidden;
	height: 130px
}
.wgt-related .related-exp .related-exp-area {
	height: 84px;
	position: relative;
	overflow: hidden
}
.wgt-related .related-exp .related-exp-area .related-exp-intro {
	float: left;
	width: 524px
}
.wgt-related .related-exp .related-exp-area a {
	line-height: 22px
}
.wgt-related .related-exp .related-exp-area .exp-evaluate {
	line-height: 22px;
	font-size: 12px;
	color: #D45111;
	position: absolute;
	bottom: 0;
	left: 106px
}
.wgt-related .related-exp .related-exp-area .exp-img-back {
	width: 94px;
	height: 84px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	text-decoration: none;
	background-repeat: no-repeat;
}
.wgt-related .related-exp .related-exp-area .exp-img-back .exp-img-box img {
	float: left;
	width: 90px;
	height: 80px
}
.wgt-related .related-exp .related-exp-area .exp-img-back .exp-img-wall {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 4px;
	width: 90px;
	height: 0
}
.wgt-related .related-exp .related-exp-area .exp-img-back .exp-img-wall p {
	text-align: center;
	display: block;
	overflow: hidden
}
.wgt-related .related-exp .related-exp-area .exp-img-back .exp-img-wall p.f-green {
	color: #53B72D
}
.wgt-related .related-exp .related-exp-area .exp-img-back .exp-img-wall s {
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	width: 90px;
	height: 55px;
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}
.replyask .ask {
	color: #5ebb0b
}
.replyask .reply {
	color: #4190e3
}
.replyask .evalute-bad {
	width: 583px
}
.replyask-shrink {
	padding-left: 35px;
	font-size: 12px
}
.wgt-replyer-best {
	border-top: 1px solid #eef4e7
}
.wgt-replyer-best dl {
*zoom:1
}
.wgt-replyer-best dl:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.wgt-replyer-best dl dt, .wgt-replyer-best dl dd {
	display: inline;
	float: left
}
.wgt-replyer-best .avatar-static {
	position: static
}
.wgt-replyer-best .carefield {
	margin-top: 3px
}
.wgt-replyer-best .c-e5 {
	color: #e5e5e5
}
.wgt-replyer-best.wgt-replyer-special {
	border: 1px solid #ecf7dc;
	background-color: #fbfff6;
	padding: 20px 0 10px 20px;
	position: relative;
	z-index: 1
}
.wgt-replyer-best.wgt-replyer-special .osite-arrow-up, .wgt-replyer-best.wgt-replyer-special .osite-arrow-down {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	cursor: pointer;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/replyer-best/img/arrow-all_67b9398.png) no-repeat 0 0;
	position: absolute;
	top: 50px;
	right: 20px
}
.wgt-replyer-best.wgt-replyer-special .osite-arrow-up:hover {
	background-position: 0 -19px
}
.wgt-replyer-best.wgt-replyer-special .osite-arrow-down {
	background-position: 0 -38px
}
.wgt-replyer-best.wgt-replyer-special .osite-arrow-down:hover {
	background-position: 0 -57px
}
.wgt-replyer-best .osite-satisfied-rate {
	margin-right: 100px
}
.high-quality .wgt-replyer-best {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
	border-top-color: #f1f4de;
	background-repeat: repeat-x
}
.osite-info-tip .tip-body {
	padding: 5px 8px;
	text-align: center;
	font-size: 12px;
	color: #666
}
.osite-info-tip .tip-body p {
	height: 23px;
	line-height: 23px
}
.osite-info-tip .tip-body .w40 {
	width: 40px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline
}
.osite-info-tip .tip-body .osite-rate {
	text-align: left
}
.osite-info-tip .tip-body .osite-rate .osite-rate-bar, .osite-info-tip .tip-body .osite-rate .osite-rate-bar em {
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/replyer-best/img/rate-bar_e43e9cc.png) repeat-x scroll 0 0;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 72px;
	height: 12px;
	overflow: hidden
}
.osite-info-tip .tip-body .osite-rate .osite-rate-bar {
	margin: 0 5px
}
.osite-info-tip .tip-body .osite-rate .osite-rate-bar em {
	display: block;
	background-position: 0 -14px
}
.osite-info-tip .tip-body .osite-rate .osite-rate-bar-gray em {
	background-position: 0 -28px
}
.ad-site-left-info {
	clear: both;
	border-top: 1px dashed #e3eadc;
	background: 0 0;
	padding-top: 10px
}
.open-name img {
	width: 25px;
	height: 25px;
	border: 1px solid #f2f2f2;
	margin-right: 5px;
	vertical-align: middle
}
.wgt-s-recommend {
	background-color: #fff;
	padding: 20px 30px 18px;
	border-top: 1px solid #e9eee3;
	border-bottom: 1px solid #e9eee3
}
.wgt-s-recommend .hd span i {
	display: inline-block;
	width: 16px;
	height: 12px;
	background-repeat: no-repeat;
}
.wgt-s-recommend .hd h2 span {
	color: #d95157
}
.wgt-s-recommend .item .top {
	height: 34px;
	line-height: 34px
}
.wgt-s-recommend .item .top .sort {
	color: #999;
	font-weight: 700;
	margin: 0 15px 0 0;
	display: inline-block
}
.wgt-s-recommend .item .top .top-text {
	color: #FB8494
}
.wgt-s-recommend .item .top .top-10 {
	margin-right: 7px
}
.wgt-s-recommend .item .top a {
	margin-right: 10px
}
.wgt-s-recommend .item .top .process {
	color: #bbb
}
.wgt-s-recommend .item .top .title {
	margin-right: 15px;
	color: #999
}
.wgt-s-recommend .item .top .level span {
	display: inline-block
}
.wgt-s-recommend .item .top .box {
	position: relative;
	width: 150px;
	top: -8px
}
.wgt-s-recommend .item .top .box .back {
	background: #ebebeb;
	width: 150px;
	height: 8px;
	position: absolute;
	font-size: 0
}
.wgt-s-recommend .item .top .box .front {
	background: #fb8494;
	height: 8px;
	position: absolute;
	font-size: 0
}
.wgt-s-recommend .item .s-rec {
	position: relative;
	margin: 3px 0 10px;
	padding: 15px 16px 15px 21px;
	border: 1px solid #f5f5f5;
	background: #fdfdfd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.wgt-s-recommend .item .s-rec .content {
	color: #999
}
.wgt-s-recommend .item .s-rec .content span {
	color: #090
}
.wgt-s-recommend .item .arrow {
	position: absolute;
	z-index: 1001;
	top: -11px;
	left: 40px;
	_left: 20px
}
.wgt-s-recommend .item .arrow em, .wgt-s-recommend .item .arrow span {
	line-height: 0;
	font-size: 0;
	height: 0;
	width: 0;
	position: absolute;
	border: 6px solid transparent
}
.wgt-s-recommend .item .arrow em {
	border-bottom: 6px solid #f5f5f5;
	top: -1px;
	_border-color: tomato tomato #f5f5f5;
	_filter: chroma(color=#ff6347)
}
.wgt-s-recommend .item .arrow span {
	border-bottom: 6px solid #fdfdfd;
	top: 0;
	_border-color: tomato tomato #fdfdfd;
	_filter: chroma(color=#ff6347)
}
.wgt-s-yesorno {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 0;
	padding: 15px 30px;
	background-color: #fff
}
.wgt-s-yesorno .value-comment-up {
	margin-top: -24px
}
.wgt-s-yesorno .content {
	word-wrap: break-word
}
.wgt-s-yesorno .content .recommend-text strong, .wgt-s-yesorno .content .best-text strong, .wgt-s-yesorno .content .answer-text strong, .wgt-s-yesorno .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-s-yesorno .content .recommend-text em, .wgt-s-yesorno .content .best-text em, .wgt-s-yesorno .content .answer-text em, .wgt-s-yesorno .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-s-yesorno .content .recommend-text em strong, .wgt-s-yesorno .content .best-text em strong, .wgt-s-yesorno .content .answer-text em strong, .wgt-s-yesorno .content .replyask-content em strong, .wgt-s-yesorno .content .recommend-text strong em, .wgt-s-yesorno .content .best-text strong em, .wgt-s-yesorno .content .answer-text strong em, .wgt-s-yesorno .content .replyask-content strong em {
	color: #e0435d
}
.wgt-s-yesorno .yesno-cnt {
	border: 1px solid #efefef;
	border-top: 0
}
.wgt-s-yesorno .yesno-cnt .tab {
	float: left;
	height: 56px;
	padding: 10px 0;
	background: #fbfbfb;
	width: 50%;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	cursor: pointer;
	text-align: center
}
.wgt-s-yesorno .yesno-cnt .tab .percent {
	display: inline-block;
	width: 56px;
	height: 56px;
	position: relative;
	vertical-align: middle
}
.wgt-s-yesorno .yesno-cnt .tab .percent em {
	color: #00b000;
	display: block;
	width: 56px;
	height: 56px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 56px
}
.wgt-s-yesorno .yesno-cnt .tab .percent-title {
	display: inline-block;
	height: 56px;
	text-align: left;
	vertical-align: middle
}
.wgt-s-yesorno .yesno-cnt .tab .hd-title {
	display: block;
	color: #00b000;
	font-size: 24px;
	line-height: 30px
}
.wgt-s-yesorno .yesno-cnt .tab.select {
	border-top: 1px solid #00b000
}
.wgt-s-yesorno .yesno-cnt .tab-1 {
	float: right;
	border-left: 1px solid #efefef;
	margin-left: -1px;
*margin-left:-2px
}
.wgt-s-yesorno .yesno-cnt .tab-1 .percent em {
	color: #ffa215
}
.wgt-s-yesorno .yesno-cnt .tab-1 .hd-title {
	color: #ffa215
}
.wgt-s-yesorno .yesno-cnt .tab-1.select {
	border-top: 1px solid #ffa215
}
.wgt-s-yesorno .yesno-cnt .select {
	background: #fff;
	border-bottom: 0
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt {
	padding: 0 20px 5px
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt .res-word {
	color: #00b000
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt .answer {
	border-bottom: 1px dashed #e3e3e3
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt .answer .adopt {
	margin-left: 7px
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt .answer .content {
	color: #333
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt .answer .content .title {
	color: #00b000
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt .answer .content .detail {
	color: #2c64b2
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt .answer-last {
	border: 0
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt .cnt-1 .res-word {
	color: #ffa215
}
.wgt-s-yesorno .yesno-cnt .tabs-cnt .cnt-1 .content .title {
	color: #ffa215
}
.wgt-s-yesorno .hide {
	display: none
}
.wgt-share {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 0;
	border: 0;
	border-top: 1px dashed #f1f1f1;
	background-color: transparent
}
.wgt-share #bdshare a, .wgt-share #bdshare span {
	margin: 0 5px
}
.qbleftdown_qa .ad-widget-zhidao-content {
	border: 1px solid #F1F1F1;
	border-left: 1px solid #E2E2E2;
	border-right: 0;
	background: #fff;
	width: auto;
	margin-top: 5px
}
.qbleftdown {
	background: #fff;
	width: 691px;
	_overflow: hidden;
	margin: 6px -1px -11px -1px
}
.wgt-special {
	border-top: 1px solid #e9eee3;
	border-bottom: 1px solid #e9eee3;
	background-color: #f1fedd;
	padding: 14px 30px 20px;
	padding-top: 0
}
.wgt-special .answer-title {
	margin-top: 24px;
	margin-left: 10px
}
.wgt-special .answer-time {
	margin-top: 30px
}
.wgt-special .thank .thank-title {
	color: #5ebb0b
}
.wgt-special .thank pre {
	width: 520px
}
.wgt-special .value-comment-up {
	margin-top: -24px
}
.wgt-special .content {
	word-wrap: break-word
}
.wgt-special .content .recommend-text strong, .wgt-special .content .best-text strong, .wgt-special .content .answer-text strong, .wgt-special .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-special .content .recommend-text em, .wgt-special .content .best-text em, .wgt-special .content .answer-text em, .wgt-special .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-special .content .recommend-text em strong, .wgt-special .content .best-text em strong, .wgt-special .content .answer-text em strong, .wgt-special .content .replyask-content em strong, .wgt-special .content .recommend-text strong em, .wgt-special .content .best-text strong em, .wgt-special .content .answer-text strong em, .wgt-special .content .replyask-content strong em {
	color: #e0435d
}
.wgt-special.high-quality {
	background-color: #fcffe8;
	border: 1px solid #cce2c2;
	margin-left: -1px;
	margin-right: -1px
}
.wgt-special.high-quality .answer-title {
	margin-top: 31px
}
.wgt-special.high-quality .high-quality-link {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	text-decoration: none;
	color: #333
}
.wgt-special.has-other {
	border-top: 0
}
.wgt-special .best-text.expand-exp {
	position: relative;
	zoom: 1
}
.wgt-special .best-text.expand-exp .answer-expand, .wgt-special .best-text.expand-exp .answer-collapse {
	margin-left: 5px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #2d64b3
}
.wgt-special .best-text.expand-exp .answer-expand i, .wgt-special .best-text.expand-exp .answer-collapse i {
	width: 0;
	height: 0;
	line-height: 0;
	margin-left: 5px;
	position: relative;
	top: 11px;
*top:8px;
	border-width: 5px;
	border-style: solid;
	border-color: #2d64b3 transparent transparent;
	_border-color: #2d64b3 tomato tomato;
	_filter: chroma(color=#ff6347);
*display:inline-block;
	zoom: 1
}
.wgt-special .best-text.expand-exp .answer-collapse {
	display: none
}
.wgt-special .best-text.expand-exp .answer-collapse i {
	top: -10px;
*top:2px;
	border-color: transparent transparent #2d64b3;
	_border-color: tomato tomato #2d64b3;
	_filter: chroma(color=#ff6347)
}
.wgt-special .best-text.expand-exp .answer-collapse-content {
	display: none
}
.best-shadow {
	font-size: 0;
	line-height: 0;
	height: 6px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtAAAAAGCAMAAADdcVm1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABsUExURfX19fPz8/Ly8u/v7/Hx8fT09PDw8Orq6ufn5+vr6+3t7ezs7Onp6fb87/n/8uPo3PD26eju4uDl2eXr3+rw5Obm5vH36uXl5ejo6O7u7vf39/b29vj4+Pz8/Pv7+/r6+v39/f7+/vn5+f///9c+k2QAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABd0lEQVRYR+3UiW7CMBBFUdOwNJBC94bQvf//jx3P3DipY6QEKBKIgwQSCHuWB6582cvTtSoLNcvVYjHHWmWY1sYtV8FoNJooF9m0VLHXyPepkZIpva2SR0poOP1xrT47vB5iLpy9DQupKr+mzYbluYnsVemS2fp4TBSmmQRkvqhZgPJ8VpSWrBi5S7j3Vi4v9yIh9nyIPRIcR5getKOANoMmyhbdBnPymF2DWSd9dCTeOozoYL2bKna0pbWev1grI5SVmsUwcgJHd7AJwZIMy2uCLVi1Rwok4hIQ4pJla/4J55LppILgda28BzclgjuzQsgsNYaw+iYadNZNrGEQff9zmXTs/cRYwRQ/nH776Lg8xk5sP2yviTlrBlHQoJMWQX58yi1YMVKXcOc9uuia4ajW0EIUQmtzG5uQPqe99fF50mjiYDj2SLg0wvb+YudtEhBC00agOkhdwq337Lj9f9Bwf18X54fdDkKAhrhR7ufi4iwsxXL5C1HT3rCdlI/5AAAAAElFTkSuQmCC) no-repeat;
	margin-bottom: -6px;
	position: relative
}
.wgt-spring {
	border: 1px solid #e6e6e6;
	border-top: 0;
	border-right: 0
}
.wgt-spring ul li {
	border-top: 1px solid #e6e6e6
}
.wgt-spring ul li.first {
	border-top: 0
}
.wgt-spring ul li a {
	height: 38px;
	font-family: 'Microsoft Yahei';
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #333;
	background: #f9f9f9;
	padding-top: 12px
}
.wgt-spring ul li a img {
	border: 0
}
.wgt-spring ul li a:link, .wgt-spring ul li a:visited {
	text-decoration: none;
	color: #333
}
.wgt-spring ul li a:hover, .wgt-spring ul li a.on {
	background: #fcfcfc
}
.wgt-tieba {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 0;
	padding: 15px 30px;
	background-color: #fff
}
.wgt-tieba .value-comment-up {
	margin-top: -24px
}
.wgt-tieba .content {
	word-wrap: break-word
}
.wgt-tieba .content .recommend-text strong, .wgt-tieba .content .best-text strong, .wgt-tieba .content .answer-text strong, .wgt-tieba .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-tieba .content .recommend-text em, .wgt-tieba .content .best-text em, .wgt-tieba .content .answer-text em, .wgt-tieba .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-tieba .content .recommend-text em strong, .wgt-tieba .content .best-text em strong, .wgt-tieba .content .answer-text em strong, .wgt-tieba .content .replyask-content em strong, .wgt-tieba .content .recommend-text strong em, .wgt-tieba .content .best-text strong em, .wgt-tieba .content .answer-text strong em, .wgt-tieba .content .replyask-content strong em {
	color: #e0435d
}
.wgt-tieba .tieba-name {
	color: #0001ab
}
.wgt-topic {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 0;
	padding: 15px 30px;
	background-color: #fff
}
.wgt-topic .value-comment-up {
	margin-top: -24px
}
.wgt-topic .content {
	word-wrap: break-word
}
.wgt-topic .content .recommend-text strong, .wgt-topic .content .best-text strong, .wgt-topic .content .answer-text strong, .wgt-topic .content .replyask-content strong {
	color: #4c4c4c
}
.wgt-topic .content .recommend-text em, .wgt-topic .content .best-text em, .wgt-topic .content .answer-text em, .wgt-topic .content .replyask-content em {
	font-style: normal;
	color: #e0435d
}
.wgt-topic .content .recommend-text em strong, .wgt-topic .content .best-text em strong, .wgt-topic .content .answer-text em strong, .wgt-topic .content .replyask-content em strong, .wgt-topic .content .recommend-text strong em, .wgt-topic .content .best-text strong em, .wgt-topic .content .answer-text strong em, .wgt-topic .content .replyask-content strong em {
	color: #e0435d
}
.wgt-topic .topic-list a em {
	display: inline
}
.pgc-doctor {
	padding: 15px 0 10px 20px
}
.pgc-doctor .btn-32-green {
	margin-left: 57px
}
.pgc-doctor img {
	width: 50px;
	height: 50px;
	border: 1px solid #e2e2e2
}
.pgc-doctor .pgc-doctor-list {
	height: 195px;
	width: 269px;
	overflow: hidden
}
.pgc-doctor .item {
*zoom:1;
	overflow: hidden;
	height: 65px;
	width: 269px
}
.pgc-doctor .item:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.pgc-doctor .answer-num {
	width: 65px;
	border-left: 1px solid #ededed
}
.osite-coltd {
	padding: 10px 9px 10px 20px
}
.osite-coltd h3 a {
	text-decoration: none
}
.osite-coltd .osite-coltd-list {
	height: 195px;
	overflow: hidden
}
.osite-coltd .osite-coltd-list .osite-img {
	height: 50px;
	border: 1px solid #e5e5e5
}
.osite-coltd .osite-coltd-list .osite-img img {
	width: 50px;
	height: 50px
}
.osite-coltd .osite-coltd-list .btn-24-green {
	padding: 0 10px
}
.osite-coltd .osite-coltd-list .item {
*zoom:1;
	width: 260px
}
.osite-coltd .osite-coltd-list .item:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.osite-coltd .i-arraw-gray-r {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	_border-color: tomato;
	_filter: chroma(color=#ff6347);
	display: inline-block;
	border-left: 6px solid #999;
	margin-top: -1px;
	overflow: hidden
}
.pgc-expert {
	padding: 15px 0 10px 10px
}
.pgc-expert .audioask-button {
	position: absolute;
	top: 22px;
	right: 0
}
.pgc-expert .audioask-button .btn-24-green {
	padding: 0 10px
}
.pgc-expert .portrait {
	float: left
}
.pgc-expert img {
	width: 64px;
	height: 64px;
	border: 1px solid #e2e2e2
}
.pgc-expert .pgc-expert-list {
	height: 240px;
	width: 269px;
	overflow: hidden
}
.pgc-expert .pgc-expert-list .item {
*zoom:1;
	width: 260px;
	font-family: "Microsoft Yahei", sans-serif;
	overflow: hidden;
	font-size: 12px;
	zoom: 1;
	color: #999
}
.pgc-expert .pgc-expert-list .item:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.pgc-expert .pgc-expert-list .item p {
	margin-left: 70px;
	line-height: 24px
}
.pgc-expert .pgc-expert-list .item .title {
	margin-top: -3px
}
.pgc-expert .pgc-expert-list .item .title a {
	color: #333;
	font-weight: 700;
	font-size: 14px;
	margin-right: 10px
}
.pgc-expert .pgc-expert-list .item .company {
	width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666
}
.pgc-expert .pgc-expert-list .item .price {
	color: #2aaa11
}
.wgt-daily {
	clear: both;
	_zoom: 1;
	position: absolute;
	top: 108px;
	left: 20px;
	z-index: 1;
	width: 250px;
	height: 165px;
*zoom:1
}
.wgt-daily:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.wgt-daily .daily-line {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center
}
.wgt-daily .daily-line h3 {
	height: 20px;
	line-height: 20px;
	font-weight: 400;
	font-family: "Microsoft Yahei"
}
.wgt-daily .daily-line span {
	color: #999;
	font-family: Tahoma;
	margin-left: 35px
}
.wgt-daily #daily-carousel {
	height: 140px
}
.wgt-daily #daily-carousel .carousel-control {
	display: none;
	width: 25px;
	height: 140px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	filter: alpha(opacity=80);
	-khtml-opacity: .8;
	-moz-opacity: .8;
	opacity: .8
}
.wgt-daily #daily-carousel .carousel-control-left {
	left: 0;
	background-repeat: no-repeat;
}
.wgt-daily #daily-carousel .carousel-control-left:hover {
	filter: alpha(opacity=80);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background-repeat: no-repeat;
}
.wgt-daily #daily-carousel .carousel-control-right {
	right: 0;
	background-repeat: no-repeat;
}
.wgt-daily #daily-carousel .carousel-control-right:hover {
	filter: alpha(opacity=80);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background-repeat: no-repeat;
}
.wgt-daily .wgt-daily-wall {
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	width: 250px
}
.wgt-daily .wgt-daily-wall em {
	color: #fff;
	font-size: 12px
}
.wgt-daily .wgt-daily-wall s {
	width: 250px;
	height: 30px;
	background: #000;
	filter: alpha(opacity=80);
	-khtml-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
	filter: alpha(opacity=30);
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0
}
.wgt-user .avarta img {
	border: 1px solid #E3E3E3;
	display: block
}
.wgt-user .no-name-set {
	cursor: pointer
}
.wgt-user .uc-enter-btn {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -46px;
	text-align: center;
	zoom: 1
}
.wgt-user .user-info {
	padding: 10px 9px 0 20px
}
.enter-btn-top-238 .uc-enter-btn {
	top: 238px
}
.enter-btn-top-245 .uc-enter-btn {
	top: 245px
}
.enter-btn-top-388 .uc-enter-btn {
	top: 388px
}
#user-kernel :focus {
	outline: 0
}
#user-kernel ::-moz-focus-inner {
border:0
}
.privi-icons {
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/user/info/privilege/img/privi-icons_9781fb8.png) no-repeat;
	width: 32px;
	height: 32px;
	display: block
}
.wgt-user-privilege {
	position: absolute;
	left: 20px;
	top: 233px;
	width: 250px;
	border-bottom: 1px solid #e8e8e8
}
.wgt-user-privilege .privi-title {
	padding: 15px 0;
	display: block
}
.wgt-user-privilege .privi-title a {
	color: #7a7a7a;
	font: 400 14px "Microsoft YaHei"
}
.wgt-user-privilege .privi-area {
	position: relative;
	width: 244px;
	overflow: hidden
}
.wgt-user-privilege .privi-area .privi-list {
	width: 220px;
	overflow: hidden;
	position: relative;
	z-index: 1
}
.wgt-user-privilege .privi-area .privi-list ul {
	position: relative;
	overflow: hidden;
	width: 170px;
	height: 33px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/user/info/privilege/img/privi-icons_9781fb8.png) no-repeat 5px -2px
}
.wgt-user-privilege .privi-area .privi-list ul li {
	float: left;
	padding: 0 5px;
	width: 32px;
	height: 32px
}
.wgt-user-privilege .privi-area .privi-list ul li a {
	display: block;
	width: 32px;
	height: 32px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-0 {
	background-position: 0 -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-1 {
	background-position: -42px -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-2 {
	background-position: -84px -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-3 {
	background-position: -126px -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-4 {
	background-position: -168px -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-5 {
	background-position: -210px -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-6 {
	background-position: -252px -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-7 {
	background-position: -294px -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-8 {
	background-position: -336px -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-9 {
	background-position: -378px -66px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-0:hover {
	background-position: 0 -128px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-1:hover {
	background-position: -42px -128px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-2:hover {
	background-position: -84px -128px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-3:hover {
	background-position: -126px -128px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-4:hover {
	background-position: -168px -128px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-5:hover {
	background-position: -210px -128px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-6:hover {
	background-position: -252px -128px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-7:hover {
	background-position: -294px -128px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-8:hover {
	background-position: -336px -128px
}
.wgt-user-privilege .privi-area .privi-list ul li .privi-none-9:hover {
	background-position: -378px -128px
}
.wgt-user-privilege .privi-area .privi-left, .wgt-user-privilege .privi-area .privi-left-null, .wgt-user-privilege .privi-area .privi-right, .wgt-user-privilege .privi-area .privi-right-null {
	width: 9px;
	height: 17px;
	background-repeat: no-repeat
}
.wgt-user-privilege .privi-area .privi-left {
	position: absolute;
	left: 0;
	top: 11px;
	background-repeat: no-repeat;
}
.wgt-user-privilege .privi-area .privi-left-null {
	background-repeat: no-repeat;
}
.wgt-user-privilege .privi-area .privi-right {
	position: absolute;
	right: 0;
	top: 11px;
	background-repeat: no-repeat;
}
.wgt-user-privilege .privi-area .privi-right-null {
	background-repeat: no-repeat;
}
.wgt-user-privilege .privi-info {
	padding: 10px 0;
	font-size: 12px;
	line-height: 22px
}
.privi-icons {
	float: left;
	width: 55px;
	height: 55px
}
.privi-icons.pritip-icon-0 {
	background-position: -3px -222px;
	margin: 0 5px 0 3px
}
.privi-icons.pritip-icon-1 {
	background-position: -103px -222px;
	margin: 0 5px 0 3px
}
.privi-icons.pritip-icon-2 {
	background-position: -203px -222px;
	margin: 0 5px 0 3px
}
.privi-icons.pritip-icon-3 {
	background-position: -303px -222px;
	margin: 0 5px 0 3px
}
.privi-icons.pritip-icon-4 {
	background-position: -403px -222px;
	margin: 0 5px 0 3px
}
.privi-icons.pritip-icon-5 {
	background-position: -3px -322px;
	margin: 0 5px 0 3px
}
.privi-icons.pritip-icon-6 {
	background-position: -103px -322px;
	margin: 0 5px 0 3px
}
.privi-icons.pritip-icon-7 {
	background-position: -203px -322px;
	margin: 0 5px 0 3px
}
.privi-icons.pritip-icon-8 {
	background-position: -303px -322px;
	margin: 0 5px 0 3px
}
.privi-icons.pritip-icon-9 {
	background-position: -403px -322px;
	margin: 0 5px 0 3px
}
.tip-body-color .tip-c-title {
	color: #333;
	font-size: 14px;
	font-weight: 700
}
.tip-body-color .tip-c-info {
	width: 174px;
	float: left;
	padding-top: 8px;
	color: #333
}
.tip-body-color .tip-c-info span {
	display: block;
	margin-left: 5px
}
.tip-body-color .tip-c-info a {
	display: block
}
.tip-body-color .tip-c-con {
	overflow: hidden;
	margin: 6px 0 6px 6px
}
.tip-body-color .tip-c-con div {
	float: left;
	width: 57px
}
.tip-body-color .tip-c-con .tip-c-attr {
	width: 160px
}
.tip-body-color .tip-c-con .orange {
	color: #ed7e3b;
	font-weight: 600
}
.tip-body-color .tip-c-line {
	height: 1px;
	width: 95%;
	margin: 20px auto 0;
	background: #d9d9d9;
	overflow: hidden
}
.tip-body-color .tip-c-line.mt-10 {
	margin-top: 10px
}
.wgt-user-progress {
	clear: both;
	_zoom: 1;
	position: absolute;
	top: 110px;
	left: 20px;
	z-index: 1;
	width: 250px;
	border-bottom: 1px solid #e8e8e8
}
.wgt-user-progress .progress-title {
	height: 30px
}
.wgt-user-progress .progress-title a {
	font: 400 14px "Microsoft YaHei";
	color: #7a7a7a
}
.wgt-user-progress .progress-title a .ml-5 {
	margin: -2px 0 0 5px
}
.wgt-user-progress .progress-title span {
	font-size: 12px;
	color: #ed7e3b
}
.wgt-user-progress .bar-outer {
	margin-top: 15px
}
.wgt-user-progress .bar-outer .bar-block {
	height: 15px;
	margin: 1px auto 11px;
	padding-left: 25px;
	line-height: 6px;
*line-height:10px
}
.wgt-user-progress .bar-outer .bar-block .bar-title {
	float: left;
	margin-right: 18px;
	font-size: 12px;
	line-height: 11px;
	color: #666;
*height:15px;
*line-height:15px
}
.wgt-user-progress .bar-outer .bar-block .bar-inner {
	position: relative;
	float: left;
	width: 145px;
	height: 9px;
	border: 1px solid #e6e6e6;
	text-align: center;
	z-index: -10
}
.wgt-user-progress .bar-outer .bar-block .bar-inner .bar-color {
	position: absolute;
	z-index: -10;
	top: -1px;
	left: -1px;
	float: left;
	height: 11px;
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/user/info/progress/img/progressbar_8a4da10.png) no-repeat;
	_height: 11px;
	_line-height: 10px;
	_font-size: 0
}
.wgt-user-progress .bar-outer .bar-block .bar-inner .bar-color-hover {
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/user/info/progress/img/progressbar_8a4da10.png) 0 -16px no-repeat
}
.wgt-user-progress .bar-outer .bar-block .bar-inner .green-color {
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/user/info/progress/img/progressbar_8a4da10.png) 0 -32px
}
.wgt-user-progress .bar-outer .bar-block .bar-inner .green-color-hover {
	background: url(http://cdn.iknow.bdimg.com/static/question/widget/user/info/progress/img/progressbar_8a4da10.png) 0 -48px no-repeat
}
.wgt-user-progress .bar-outer .bar-block .bar-inner span {
	text-align: center;
	-webkit-text-size-adjust: none;
	font-size: 10px
}
.wgt-user-progress .bar-outer .bar-goodRate {
	margin-bottom: 13px
}
.wgt-user-progress .mt-11 {
	margin-top: 11px
}
.signin-before {
	padding: 0 15px
}
.wgt-signin {
*margin-bottom:-2px;
	_margin-bottom: 0;
	z-index: 10;
	position: relative;
	overflow: hidden;
	clear: both;
	zoom: 1
}
.wgt-signin .calendar-bar {
	width: 48px;
	height: 19px;
	font-size: 12px;
	line-height: 19px;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-top-left-radius: 2px;
	cursor: pointer;
	float: right;
	background-color: #fcfcfc;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
	background-image: -ms-linear-gradient(top, #fcfcfc, #f2f2f2);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
	background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
	background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
	background-image: linear-gradient(top, #fcfcfc, #f2f2f2)
}
.wgt-signin .signin-line {
	clear: both;
	border-top: 1px solid #e2e2e2;
	line-height: 0;
	font-size: 0
}
.wgt-signin .signin-content {
	background: #fcfcfc;
	width: 288px;
	border-left: 1px solid #e0e0e0;
	z-index: 10;
*position:relative;
	-webkit-box-shadow: 2px 2px 3px #efefef inset;
	-moz-box-shadow: 2px 2px 3px #efefef inset;
	box-shadow: 2px 2px 3px #efefef inset
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.wgt-signin .sign-content {
	width: 289px
}
}
.wgt-signin .signin-calendar {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	width: 246px;
	height: 161px;
	margin-left: 20px;
	position: relative
}
.wgt-signin .signin-foot {
	border-top: 1px solid #e2e2e2;
	clear: both;
	zoom: 1
}
.signin-task-tip {
	width: 240px
}
.signin-task-tip.tip-has-close {
	padding: 10px
}
.signin-task-tip h4 {
	line-height: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4e4;
	color: #4d4d4d
}
.signin-task-tip .task-desc {
	padding: 5px 0
}
.signin-task-tip .task-award {
	padding: 20px 0 25px 30px;
	border-bottom: 1px solid #e4e4e4
}
.signin-task-tip .task-middle {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	margin: 0 15px;
	background-repeat: no-repeat;
}
.signin-task-tip .task-award-icon {
	width: 64px;
	height: 23px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	position: relative;
	top: -8px;
	left: -8px;
	background-repeat: no-repeat;
}
.signin-task-tip .task-before, .signin-task-tip .task-after {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline
}
.ui-datepicker {
	width: auto;
	border: 0;
	padding: 0;
	height: 100%;
	background: transparent;
	position: relative;
*zoom:1
}
.ui-datepicker:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}
.ui-datepicker .ui-datepicker-header {
	border-bottom: 0;
	padding: 0;
	float: left;
	width: 45px;
	height: 100%;
	color: #666;
	background: transparent
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	margin: 0;
	padding-top: 22px
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year, .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
	display: block;
	width: 12px;
	word-break: break-all;
	margin: 0 auto;
	line-height: 14px
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	display: block;
	width: 20px;
	height: 161px;
	line-height: 161px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	top: 0;
	background: #fafafa;
	color: #7bb915;
	cursor: pointer
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
	background: #7bb915;
	color: #fff
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
	background: #eaeaea;
	color: #c3c3c3;
	cursor: default
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	font-family: simsun;
	margin: 0;
	text-indent: 0;
	left: 0;
	top: auto;
	overflow: auto;
	width: 100%;
	height: 100%
}
.ui-datepicker .ui-datepicker-prev {
	left: -21px;
	-webkit-box-shadow: 2px 2px 3px #efefef inset;
	-moz-box-shadow: 2px 2px 3px #efefef inset;
	box-shadow: 2px 2px 3px #efefef inset
}
.ui-datepicker .ui-datepicker-prev:hover {
	-webkit-box-shadow: 2px 2px 3px #7bb915 inset;
	-moz-box-shadow: 2px 2px 3px #7bb915 inset;
	box-shadow: 2px 2px 3px #7bb915 inset
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
	-webkit-box-shadow: 2px 2px 3px #eaeaea inset;
	-moz-box-shadow: 2px 2px 3px #eaeaea inset;
	box-shadow: 2px 2px 3px #eaeaea inset
}
.ui-datepicker .ui-datepicker-next {
	right: -222px;
	-webkit-box-shadow: 0 2px 3px #efefef inset;
	-moz-box-shadow: 0 2px 3px #efefef inset;
	box-shadow: 0 2px 3px #efefef inset
}
.ui-datepicker .ui-datepicker-next:hover {
	-webkit-box-shadow: 0 2px 3px #7bb915 inset;
	-moz-box-shadow: 0 2px 3px #7bb915 inset;
	box-shadow: 0 2px 3px #7bb915 inset
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
	-webkit-box-shadow: 0 2px 3px #eaeaea inset;
	-moz-box-shadow: 0 2px 3px #eaeaea inset;
	box-shadow: 0 2px 3px #eaeaea inset
}
.ui-datepicker table {
	margin: 0;
	float: left;
	width: 201px;
	height: 100%;
	color: #666;
	border-left: 1px solid #e3e3e3;
	background: url(http://img.baidu.com/img/iknow/qb/signtask/201209.png) 0 27px no-repeat
}
.ui-datepicker table tbody td {
	font-weight: 700;
	font-size: 12px;
	border: 1px solid #e3e3e3;
	border-right: 0;
	border-bottom: 0;
	padding: 0
}
.ui-datepicker table td span, .ui-datepicker table td a {
	text-align: center;
	color: #666
}
.ui-datepicker table th {
	padding: 0;
	font-weight: 400;
	height: 26px;
	line-height: 26px;
*height:20px;
*line-height:20px
}
.ui-datepicker table .ui-state-highlight {
	border: 0;
	background: transparent
}
.ui-datepicker table .td-signin-none {
	background: #fcfcfc
}
.ui-datepicker table .td-signin-done {
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	background: #ccc
}
.ui-datepicker table .ui-datepicker-other-month {
	filter: alpha(opacity=60);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background: transparent
}
.ui-datepicker table .td-animate-22 {
	filter: alpha(opacity=60);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background-repeat: no-repeat;
}
.ui-datepicker table .td-animate-26 {
	filter: alpha(opacity=60);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background-repeat: no-repeat;
}
.ui-datepicker table .td-animate-32 {
	filter: alpha(opacity=60);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background-repeat: no-repeat;
}
.ui-datepicker .ui-state-disabled {
	filter: alpha(opacity=60);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100)
}
.pgc-lawyer {
	padding: 15px 0 10px 10px
}
.pgc-lawyer .f-green {
	color: #1CA201
}
.pgc-lawyer .btn-32-green {
	padding: 0 36px
}
.pgc-lawyer .img-con {
	display: block;
	height: 75px;
	width: 75px;
	margin-bottom: 7px
}
.pgc-lawyer img {
	width: 73px;
	height: 73px;
	border: 1px solid #e2e2e2;
	border-radius: 5px
}
.pgc-lawyer .pgc-expert-list, .pgc-lawyer .tang-carousel-container {
	width: 269px;
	height: 132px;
	overflow: hidden
}
.pgc-lawyer a.prof-name {
	font-size: 15px;
	line-height: 24px;
	text-decoration: none
}
.pgc-lawyer a.prof-name:hover {
	text-decoration: underline
}
.pgc-lawyer .answer-num {
	line-height: 24px
}
.pgc-lawyer .pgc-select {
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px 0 8px;
	cursor: pointer;
	zoom: 1;
	z-index: 10;
	width: 79px;
	font-size: 12px;
	color: #666
}
.pgc-lawyer .pgc-select .select-value {
	display: inline-block;
	width: 36px;
	margin-left: 5px
}
.pgc-lawyer .pgc-select .i-arrow {
	margin-left: 5px;
	vertical-align: middle;
	overflow: hidden
}
.pgc-lawyer .pgc-select ul {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	width: 210px;
	padding-left: 8px;
	position: absolute;
	top: 28px;
	left: -1px;
	cursor: default;
	display: none
}
.pgc-lawyer .pgc-select ul li {
	float: left;
	width: 52px;
	line-height: 24px;
	height: 24px;
	font-size: 12px
}
.pgc-lawyer .pgc-select ul li a {
	display: block;
	text-decoration: none;
	color: #666
}
.pgc-lawyer .pgc-select ul li a:hover {
	color: #60a506
}
.pgc-lawyer .pgc-select ul li a.current {
	color: #60a506
}
.pgc-lawyer .pgc-select-show {
	border-radius: 5px 5px 0 0
}
.pgc-lawyer .pgc-select-show ul {
	display: block;
	border-radius: 0 5px 5px
}
.pgc-lawyer #pgc-class-select {
	width: 94px;
	margin-left: 10px
}
.pgc-lawyer #pgc-class-select .select-value {
	width: 48px
}
.pgc-lawyer #pgc-class-select ul {
	width: 107px;
	padding-left: 0;
	border-radius: 0 0 5px 5px
}
.pgc-lawyer #pgc-class-select ul li {
	width: auto;
	float: none
}
.pgc-lawyer #pgc-class-select ul li a {
	padding-left: 33px
}
.pgc-lawyer #pgc-class-select ul li a:hover {
	background: #999;
	color: #fff
}
.wgt-user {
	border-bottom: 1px solid #ebebeb
}
.wgt-user .ik-lgtab {
*zoom:1
}
.wgt-user .ik-lgtab ul {
	float: left;
	height: 31px
}
.wgt-user .ik-lgtab li {
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 144px
}
.wgt-user #ik-lgtab-login .ik-lgtab-noshow {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAA3NCSVQICAjb4U/gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxEAAAsRAX9kX5EAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDIvMjUvMTNETjXgAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAACJJREFUKFNjePDgwf/379+D8ZcvX3DiUYVYFcAwtRV++Q8Av21+GDvoa4wAAAAASUVORK5CYII=);
	background-repeat: repeat-y
}
.wgt-user #ik-lgtab-login .ik-lgtab-moushow {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAA3NCSVQICAjb4U/gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACuoAAArqAVDM774AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAFnRFWHRDcmVhdGlvbiBUaW1lADAyLzI1LzEzRE414AAAACJJREFUKFNjuH///v/Pnz+D8e/fv3HiUYVYFcAwtRX+/g8A6wCEqN4nyWgAAAAASUVORK5CYII=);
	background-repeat: repeat-y
}
.wgt-user #ik-lgtab-login {
	border-right: 1px solid #E3E3E3
}
.wgt-user #ik-lgtab-loginph {
	width: 144px
}
.wgt-user .ik-lgtab li.current {
	border-bottom: 1px solid #B6D4C9
}
.wgt-user .ik-lgtab-noshow {
	background-color: #F4F4F4;
	font-weight: 400;
	color: #666
}
.wgt-user .ik-lgtab-moushow {
	background-color: #FAFAFA;
	font-weight: 400;
	color: #666
}
.wgt-user .ik-lgtab li.disabled {
	border-bottom: 1px solid #E3E3E3;
	line-height: 33px
}
.wgt-user .reg {
	margin: 0 15px;
	margin-top: 2px;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 12px;
	text-align: center
}
.wgt-user .reg a {
	text-decoration: underline
}
#login-kernel {
	margin: 6px 22px 0 15px;
	_margin-right: 10px
}
#login-kernel p {
	font-size: 12px
}
#login-kernel .pass-error {
	color: #da1111;
	font-size: 12px;
	line-height: 24px;
	margin-left: 40px;
*margin-left:42px;
	margin-bottom: 4px;
	height: 24px
}
#login-kernel .clearfix:after, #login-kernel .pass-form-item:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "\0020";
	clear: both;
	height: 0
}
#login-kernel .clearfix, #login-kernel .pass-form-item {
	zoom: 1
}
#login-kernel .pass-form-item {
	height: 26px;
	margin-top: 10px;
	display: block;
	position: relative
}
#login-kernel .pass-label {
	width: 45px;
	height: 26px;
	line-height: 26px;
	padding-right: 5px;
	display: block;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #333;
	font-family: "瀹嬩綋"
}
#login-kernel .pass-text-input {
	-webkit-box-shadow: 1px 1px 1px #eee inset;
	-moz-box-shadow: 1px 1px 1px #eee inset;
	box-shadow: 1px 1px 1px #eee inset;
	width: 160px;
	padding: 0 5px;
	font-family: Arial;
	float: left;
	background-repeat: no-repeat;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 24px;
	font-size: 12px;
	color: #333;
*line-height:24px;
	line-height: 24px\0;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
	-moz-transition-property: all;
	-moz-transition-duration: .5s;
	-o-transition-property: all;
	-o-transition-duration: .5s;
	transition-property: all;
	transition-duration: .5s
}
#login-kernel .pass-text-input-hover {
	border-left-color: #ababab;
	border-top-color: #ababab;
	border-right-color: #ccc;
	border-bottom-color: #ccc
}
#login-kernel .pass-text-input-focus {
	border-color: #3ea201
}
#login-kernel .ik-text-input-error {
	border-left-color: #d91111;
	border-top-color: #db1111;
	border-right-color: #d91111;
	border-bottom-color: #d91111
}
#login-kernel .pass-generalError {
	color: #DA1111;
	display: block;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding-left: 50px
}
#login-kernel input:focus {
	outline: 0
}
#login-kernel .pass-form-item-userName {
	margin-top: 0
}
#login-kernel .pass-text-input-verifyCode {
	padding: 0 8px;
	width: 42px;
	height: 24px;
	display: block;
	float: left
}
#login-kernel .pass-verifyCode {
	height: 24px;
	border: 1px solid #DDD;
	float: left;
	margin-left: 5px
}
#login-kernel .pass-change-verifyCode {
	padding-left: 5px;
	font-size: 12px;
	text-decoration: underline;
	color: #00C;
	line-height: 26px;
	float: left;
	cursor: pointer
}
#login-kernel .pass-form-item-memberPass {
	font-size: 12px;
	color: #666;
	position: relative;
	margin-top: 7px;
	padding-left: 50px;
	height: 18px
}
#login-kernel .pass-form-item-memberPass input {
	vertical-align: middle
}
#login-kernel .pass-form-item-memberPass label {
	padding-left: 5px
}
#login-kernel .pass-form-item-submit {
	margin-bottom: 15px
}
#login-kernel .pass-form-item-submit {
	height: 34px;
	line-height: 34px
}
#login-kernel .pass-form-item-submit input {
	margin-left: 50px;
*margin-left:35px;
	float: left;
	font-size: 14px;
	cursor: pointer
}
#login-kernel .pass-form-item-submit a.pass-fgtpwd {
	font-size: 12px;
	margin-left: 5px;
	float: left;
	height: 32px;
	line-height: 32px;
	text-decoration: underline
}
#login-kernel .pass-button-submit {
	width: 97px;
	height: 34px;
	border: 0;
	color: #000;
	background-repeat: no-repeat;
}
#login-kernel .pass-button-submit:hover {
	background-repeat: no-repeat;
}
#login-kernel .pass-button-submit:active {
	background-repeat: no-repeat;
}
#login-kernel .pass-item-error, #login-kernel .pass-item-tip {
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 10px
}
#login-kernel .pass-item-error {
	color: #DA1111
}
#login-kernel .pass-item-tip {
	color: #A4A4A4
}
.ik-tip-zdlogin .tip-box {
	border: 1px solid #dad699;
	background-color: #f9f5c7;
	color: #333
}
.ik-tip-zdlogin .tip-body {
	padding: 0 8px
}
.wgt-nologin-daily {
	position: relative;
	height: 255px;
	border-bottom: 1px solid #EBEBEB
}
.wgt-nologin-daily .wgt-daily {
	top: 25px
}
.wgt-nologin-daily .login-bar {
	position: absolute;
	top: 210px;
	left: 20px
}
.wgt-nologin-daily .login-bar a.button {
	font-size: 14px;
	color: #fff;
	border: 1px solid #E0E0E0;
	background: #36A803;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer
}
.wgt-nologin-daily .login-bar a.button:hover {
	background: #2E9C03
}
.wgt-nologin-daily .login-bar p {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	font-size: 12px
}
.wgt-nologin-daily .login-bar p a.reg-link {
	text-decoration: underline
}
.i-evaluate-disabled {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-evaluate-bad {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.i-evaluate-bad-disabled {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
*vertical-align:auto;
*zoom:1;
*display:inline;
	background-repeat: no-repeat;
}
.evaluate, .evaluate-mine, .evaluated {
	display: inline-block;
	cursor: pointer;
	color: #db4f1f;
	font-size: 12px;
	-webkit-box-shadow: 0 1px 1px #f2f2f2;
	-moz-box-shadow: 0 1px 1px #f2f2f2;
	box-shadow: 0 1px 1px #f2f2f2;
	background-repeat: repeat-x
}
.evaluate .evaluate-outer, .evaluate-mine .evaluate-outer, .evaluated .evaluate-outer {
	display: inline-block;
	background-repeat: no-repeat;
}
.evaluate .evaluate-outer .evaluate-inner, .evaluate-mine .evaluate-outer .evaluate-inner, .evaluated .evaluate-outer .evaluate-inner {
	display: inline-block;
	background-repeat: no-repeat;
}
.evaluate .evaluate-outer .evaluate-inner b, .evaluate-mine .evaluate-outer .evaluate-inner b, .evaluated .evaluate-outer .evaluate-inner b {
	font-weight: 400;
	display: inline-block;
	text-align: center;
	padding: 0 12px 0 30px;
*vertical-align:middle
}
.evaluate .evaluate-outer .evaluate-inner b.evaluate-num, .evaluate-mine .evaluate-outer .evaluate-inner b.evaluate-num, .evaluated .evaluate-outer .evaluate-inner b.evaluate-num {
	font-weight: 700
}
.evaluate .evaluate-outer .evaluate-inner b.evaluate-num-fixed, .evaluate-mine .evaluate-outer .evaluate-inner b.evaluate-num-fixed, .evaluated .evaluate-outer .evaluate-inner b.evaluate-num-fixed {
	width: 36px
}
.evaluate .evaluate-outer .evaluate-inner b.evaluate-tip, .evaluate-mine .evaluate-outer .evaluate-inner b.evaluate-tip, .evaluated .evaluate-outer .evaluate-inner b.evaluate-tip {
	width: 36px
}
.evaluate.evaluate-bad, .evaluate-mine.evaluate-bad, .evaluated.evaluate-bad {
	margin-left: 5px;
	color: #7daad5
}
.evaluate.evaluate-bad .evaluate-outer, .evaluate-mine.evaluate-bad .evaluate-outer, .evaluated.evaluate-bad .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluate.evaluate-32, .evaluate-mine.evaluate-32, .evaluated.evaluate-32 {
	font-size: 15px;
	font-family: arial, "Microsoft Yahei";
	line-height: 32px;
	background-repeat: repeat-x
}
.evaluate.evaluate-32 .evaluate-outer, .evaluate-mine.evaluate-32 .evaluate-outer, .evaluated.evaluate-32 .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluate.evaluate-32 .evaluate-outer .evaluate-inner, .evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner, .evaluated.evaluate-32 .evaluate-outer .evaluate-inner {
	background-repeat: no-repeat;
}
.evaluate.evaluate-32 .evaluate-outer .evaluate-inner b, .evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner b, .evaluated.evaluate-32 .evaluate-outer .evaluate-inner b {
}
.evaluate.evaluate-32 .evaluate-outer .evaluate-inner b.evaluate-num, .evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner b.evaluate-num, .evaluated.evaluate-32 .evaluate-outer .evaluate-inner b.evaluate-num {
	font-weight: 400
}
.evaluate.evaluate-32 .evaluate-outer .evaluate-inner b.evaluate-num-fixed, .evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner b.evaluate-num-fixed, .evaluated.evaluate-32 .evaluate-outer .evaluate-inner b.evaluate-num-fixed {
	width: 50px
}
.evaluate.evaluate-32 .evaluate-outer .evaluate-inner b.evaluate-tip, .evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner b.evaluate-tip, .evaluated.evaluate-32 .evaluate-outer .evaluate-inner b.evaluate-tip {
	width: 50px
}
.evaluate.evaluate-32.evaluate-bad .evaluate-outer, .evaluate-mine.evaluate-32.evaluate-bad .evaluate-outer, .evaluated.evaluate-32.evaluate-bad .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluate-mine {
	cursor: default;
	color: #adadad;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-repeat: repeat-x
}
.evaluate-mine .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluate-mine .evaluate-outer .evaluate-inner {
	background-repeat: no-repeat;
}
.evaluate-mine.evaluate-bad {
	color: #adadad
}
.evaluate-mine.evaluate-bad .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluate-mine.evaluate-32 {
	color: #adadad;
	background-repeat: repeat-x
}
.evaluate-mine.evaluate-32 .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner {
	background-repeat: no-repeat;
}
.evaluate-mine.evaluate-32.evaluate-bad .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluated {
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-repeat: repeat-x
}
.evaluated .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluated .evaluate-outer .evaluate-inner {
	background-repeat: no-repeat;
}
.evaluated.evaluate-bad .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluated.evaluate-32 {
	background-repeat: repeat-x
}
.evaluated.evaluate-32 .evaluate-outer {
	background-repeat: no-repeat;
}
.evaluated.evaluate-32 .evaluate-outer .evaluate-inner {
	background-repeat: no-repeat;
}
.evaluated.evaluate-32.evaluate-bad .evaluate-outer {
	background-repeat: no-repeat;
}
.comment-hover {
	text-decoration: underline
}
.comment-loading {
	height: 20px;
	line-height: 20px;
	padding: 25px 0;
	text-align: center;
	clear: both;
	zoom: 1
}
.comment-area {
	position: relative;
	padding-top: 7px;
	clear: both;
	zoom: 1
}
.comment-area .tl, .comment-area .tr, .comment-area .bl, .comment-area .br {
	display: block;
	width: 2px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
}
.comment-area .tr {
	right: 0;
	background-repeat: no-repeat;
}
.comment-area .bl {
	bottom: 0;
	background-repeat: no-repeat;
}
.comment-area .br {
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
}
.comment-area .comment-arrow {
	position: absolute;
	top: -6px;
	z-index: 1
}
.comment-area .comment-arrow em, .comment-area .comment-arrow span {
	_line-height: 0;
	_font-size: 0;
	height: 0;
	width: 0;
	position: absolute;
	border: 7px solid transparent;
	_border-color: gray;
	_filter: chroma(color=#808080)
}
.comment-area .comment-arrow em {
	border-bottom: 7px solid #ebebeb;
	top: -1px
}
.comment-area .comment-arrow span {
	border-bottom: 7px solid #fff;
	top: 0
}
.comment-area .btn-24-green {
	font-weight: 700
}
.comment-area .comment-area-inner {
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 15px 20px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.comment-area .comment-editor {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 7px;
	border: 1px solid #ccc
}
.comment-area .comment-entry {
	border-bottom: 1px dotted #ebebeb;
	line-height: 20px;
	padding: 10px 0;
	word-break: break-all;
	word-wrap: break-word;
	zoom: 1
}
.comment-area .comment-entry .details {
	line-height: 20px
}
.comment-area .comment-entry.first {
	border-top: 1px solid #f3f3f3
}
.comment-area .comment-entry.last {
	border-bottom: 0
}
.comment-area .comment-entry .comment-admin {
	cursor: pointer
}
.comment-area.no-comment .comment-body {
*font-size:1px;
*line-height:1px
}
.evaluate-tip, .evaluate-open-tip {
	padding: 5px
}
.evaluate-tip .tip-header, .evaluate-open-tip .tip-header {
	line-height: 18px
}
.evaluate-tip .mini-editor, .evaluate-open-tip .mini-editor {
	width: 180px
}
.evaluate-tip .mini-editor textarea, .evaluate-open-tip .mini-editor textarea {
	height: 22px;
	line-height: 22px
}
.evaluate-tip .mini-editor textarea {
	color: #333
}
.evaluate-tip .evaluate-text li {
	display: inline;
	float: left;
	margin-left: 5px
}
.evaluate-tip .evaluate-text li.first {
	margin-left: 0
}
.evaluate-tip .evaluate-text a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat
}
.evaluate-tip .evaluate-text .text0 {
	background-repeat: no-repeat;
}
.evaluate-tip .evaluate-text .text1 {
	background-repeat: no-repeat;
}
.evaluate-tip .evaluate-text .text2 {
	background-repeat: no-repeat;
}
.evaluate-tip .evaluate-text .text3 {
	background-repeat: no-repeat;
}
.evaluate-tip .evaluate-text .text4 {
	background-repeat: no-repeat;
}
.evaluate-tip .evaluate-text .text5 {
	background-repeat: no-repeat;
}
.evaluate-open-tip .evaluate-text li {
	float: left;
	margin: 5px 5px 0 0;
	height: 24px
}
.evaluate-open-tip .evaluate-text a {
	display: inline-block;
	padding: 0 4px;
	background: #94CA6D;
	height: 24px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap
}
.evaluate-open-tip .evaluate-text a:link, .evaluate-open-tip .evaluate-text a:visited {
	color: #fff
}
.evaluate-open-tip .evaluate-text .text0 {
	text-decoration: none;
	background: #64ad2f
}
.evaluate-open-tip .evaluate-text .text0:hover {
	text-decoration: none;
	background: #79bd48
}
.evaluate-open-tip .evaluate-text .text1, .evaluate-open-tip .evaluate-text .text6 {
	text-decoration: none;
	background: #8fa71f
}
.evaluate-open-tip .evaluate-text .text1:hover, .evaluate-open-tip .evaluate-text .text6:hover {
	text-decoration: none;
	background: #a0ba24
}
.evaluate-open-tip .evaluate-text .text2 {
	text-decoration: none;
	background: #59c553
}
.evaluate-open-tip .evaluate-text .text2:hover {
	text-decoration: none;
	background: #7bdd76
}
.evaluate-open-tip .evaluate-text .text3 {
	text-decoration: none;
	background: #7ca539
}
.evaluate-open-tip .evaluate-text .text3:hover {
	text-decoration: none;
	background: #96c150
}
.evaluate-open-tip .evaluate-text .text4 {
	text-decoration: none;
	background: #78a954
}
.evaluate-open-tip .evaluate-text .text4:hover {
	text-decoration: none;
	background: #6ad7a8
}
.evaluate-open-tip .evaluate-text .text5 {
	text-decoration: none;
	background: #48b385
}
.evaluate-open-tip .evaluate-text .text5:hover {
	text-decoration: none;
	background: #6ad7a8
}
.tip-comment-box .btn-24-white {
	margin-top: 1px;
	padding: 0 15px;
	color: #333;
	font-weight: 700
}
.tip-comment-box .comment-editor {
	display: inline;
	float: left;
	width: 190px
}
.comment-alert {
	color: #f90707;
	margin-top: 3px;
	float: left;
*margin-left:7px
}
@-moz-document url-prefix() {
.evaluate-open {
float:right
}
}
.evaluate-open {
	vertical-align: middle
}
.evaluate-open b.evaluate-tip {
	color: #333
}
.evaluate-open .evaluate-hover b.evaluate-tip {
	color: #db4f1f
}
.evaluate-open .evaluate-inner b.evaluate-num, .evaluate-open .evaluate-inner b.evaluate-done {
	padding: 0 10px 0 0;
	margin: 1px 0;
	line-height: 22px;
	border-right: 1px solid #e4e4e4;
	color: #db4f1f
}
.evaluated .evaluate-inner .evaluate-open-btn b.evaluate-num, .evaluated .evaluate-inner .evaluate-open-btn b.evaluate-done {
	border-right: 1px solid #e3d6d6
}
.evaluate-open .evaluate-inner .btn-yes b.evaluate-tip, .evaluate-open .evaluate-inner .btn-no b.evaluate-tip {
	padding-left: 10px
}
.evaluate-open .evaluate-inner .btn-no b.evaluate-num {
	color: #adadad
}
.wgt-wenku-link {
	display: none
}
.wenkulink-dialog img {
	width: 116px;
	height: 116px;
	float: left
}
.wenkulink-dialog .wenkulink-dialog-content {
	margin-left: 130px
}
.wenkulink-dialog .wenkulink-dialog-content p {
	margin-bottom: 30px
}
.audio .audio-middle {
	background-position: 0px 0px
}
.high-quality .wgt-replyer-best {
	background-position: 0px -37px
}
.evaluate, .evaluate-mine, .evaluated {
	background-position: 0px -134px
}
.evaluate.evaluate-32, .evaluate-mine.evaluate-32, .evaluated.evaluate-32 {
	background-position: 0px -163px
}
.evaluate-mine {
	background-position: 0px -200px
}
.evaluate-mine.evaluate-32 {
	background-position: 0px -229px
}
.evaluated {
	background-position: 0px -266px
}
.evaluated.evaluate-32 {
	background-position: 0px -295px
}
.audio .audio-middle, .high-quality .wgt-replyer-best, .evaluate, .evaluate-mine, .evaluated, .evaluate.evaluate-32, .evaluate-mine.evaluate-32, .evaluated.evaluate-32, .evaluate-mine, .evaluate-mine.evaluate-32, .evaluated, .evaluated.evaluate-32 {
	background-image: url(http://cdn.iknow.bdimg.com/static/question/pkg/aio_x_e0df97f.png)
}
.pointPriceCenter {
	background-position: -252px 0px
}
.cms-scroll .cms-mask .carousel-control {
	background-position: -243px -10px
}
.cms-scroll .cms-mask .carousel-control.carousel-control-right {
	background-position: -243px -32px
}
.cms-scroll .cms-mask ol.carousel-indicators li {
	background-position: -255px -54px
}
.cms-scroll .cms-mask ol.carousel-indicators li.active {
	background-position: -255px -64px
}
.answer-best {
	background-position: -219px -74px
}
.answer-recommend {
	background-position: -219px -136px
}
.answer-best-recommend {
	background-position: -187px -198px
}
.answer-high-quality {
	background-position: -200px -260px
}
.i-solid-ok {
	background-position: -245px -340px
}
.i-turn-zuo {
	background-position: -249px -360px
}
.i-turn-you {
	background-position: -249px -376px
}
.i-tick {
	background-position: -244px -392px
}
.i-failure {
	background-position: -242px -413px
}
.i-updating {
	background-position: -244px -436px
}
.i-status-being {
	background-position: -239px -457px
}
.i-timely-0 {
	background-position: -239px -483px
}
.i-timely-1 {
	background-position: -239px -509px
}
.i-timely-2 {
	background-position: -239px -535px
}
.i-timely-3 {
	background-position: -239px -561px
}
.i-timely-4 {
	background-position: -239px -587px
}
.i-from-open {
	background-position: -241px -613px
}
.i-has-img {
	background-position: -244px -637px
}
.i-added {
	background-position: -244px -658px
}
.i-enhance {
	background-position: -244px -679px
}
.i-adopt {
	background-position: -244px -700px
}
.i-category {
	background-position: -244px -721px
}
.i-team {
	background-position: -244px -742px
}
.i-list-dot {
	background-position: -249px -763px
}
.i-lbs {
	background-position: -244px -779px
}
.i-push-asker {
	background-position: -214px -800px
}
.i-highquality-mark {
	background-position: -244px -851px
}
.i-exp {
	background-position: -244px -872px
}
.i-zhuan-avatar {
	background-position: -240px -893px
}
.i-government-avatar {
	background-position: -240px -918px
}
.i-company-avatar {
	background-position: -240px -943px
}
.i-open-answer-total {
	background-position: -244px -968px
}
.i-open-answer-best {
	background-position: -244px -989px
}
.open-level {
	background-position: -215px -1010px
}
.i-area {
	background-position: -247px -1375px
}
.i-cate {
	background-position: -244px -1396px
}
.i-arrow-down-qb {
	background-position: -250px -1417px
}
.i-arrow-up-qb {
	background-position: -250px -1428px
}
.wgt-ask .app-and-share .app-banner-container .app-banner-default .app-img {
	background-position: 0px -1439px
}
.wgt-ask .app-and-share .app-banner-container .app-banner-test .app-banner-arrow {
	background-position: -249px -1484px
}
.q-operation .ope-timeline .ope-circle {
	background-position: -249px -1499px
}
.q-operation .ope-timeline .ope-circle-green {
	background-position: -249px -1515px
}
.q-operation .ope-timeline .ope-line .ope-arrow {
	background-position: -253px -1531px
}
.q-operation .ope-timeline .ope-line-green .ope-arrow {
	background-position: -253px -1547px
}
.q-operation .ope-action-show .ope-arrow-up {
	background-position: -247px -1563px
}
.tencent .i-txgj-icon {
	background-position: -218px -1576px
}
.tip-app-card .app-content .app-download i, .app-spread-box .app-download i {
	background-position: -243px -1623px
}
.audio .audio-left {
	background-position: -251px -1647px
}
.audio .audio-left.audio-left-click {
	background-position: -251px -1684px
}
.audio.click .audio-left {
	background-position: -251px -1684px
}
.audio .audio-middle .icon-default {
	background-position: -250px -1721px
}
.audio .audio-middle .icon-default.icon-first {
	background-position: -256px -1741px
}
.audio .audio-middle .icon-default.icon-second {
	background-position: -253px -1752px
}
.audio .audio-middle .icon-default.icon-third {
	background-position: -250px -1769px
}
.audio .audio-middle .icon-default.icon-click {
	background-position: -250px -1789px
}
.audio.click .audio-middle .icon-default {
	background-position: -250px -1789px
}
.audio .audio-middle .icon-default.icon-loading {
	background-position: -245px -1809px
}
.audio .audio-middle.green .icon-first {
	background-position: -256px -1829px
}
.audio .audio-middle.green .icon-second {
	background-position: -253px -1840px
}
.audio .audio-middle.green .icon-third {
	background-position: -250px -1857px
}
.audio .audio-right {
	background-position: -257px -1877px
}
.audio .audio-right.audio-right-click {
	background-position: -257px -1914px
}
.audio.click .audio-right {
	background-position: -257px -1914px
}
.ed2k-wrap .ed2k-con .btn-play i {
	background-position: -253px -1951px
}
html body.video-page .ed2k-wrap .ed2k-con .btn-play i {
	background-position: -253px -1965px
}
.wgt-related .related-exp .related-exp-area .exp-img-back {
	background-position: -166px -1979px
}
.wgt-s-recommend .hd span i {
	background-position: -244px -2068px
}
.wgt-daily #daily-carousel .carousel-control-left {
	background-position: -235px -2085px
}
.wgt-daily #daily-carousel .carousel-control-left:hover {
	background-position: -235px -2230px
}
.wgt-daily #daily-carousel .carousel-control-right {
	background-position: -235px -2375px
}
.wgt-daily #daily-carousel .carousel-control-right:hover {
	background-position: -235px -2520px
}
.wgt-user-privilege .privi-area .privi-left {
	background-position: -251px -2665px
}
.wgt-user-privilege .privi-area .privi-left-null {
	background-position: -251px -2687px
}
.wgt-user-privilege .privi-area .privi-right {
	background-position: -251px -2709px
}
.wgt-user-privilege .privi-area .privi-right-null {
	background-position: -251px -2731px
}
.signin-task-tip .task-middle {
	background-position: -244px -2753px
}
.signin-task-tip .task-award-icon {
	background-position: -196px -2774px
}
.ui-datepicker table .td-animate-22 {
	background-position: -92px -2802px
}
.ui-datepicker table .td-animate-26 {
	background-position: -92px -2829px
}
.ui-datepicker table .td-animate-32 {
	background-position: -92px -2860px
}
#login-kernel .pass-button-submit {
	background-position: -163px -2897px
}
#login-kernel .pass-button-submit:hover {
	background-position: -163px -2931px
}
#login-kernel .pass-button-submit:active {
	background-position: -163px -2965px
}
.i-evaluate-disabled {
	background-position: -244px -3004px
}
.i-evaluate-bad {
	background-position: -244px -3025px
}
.i-evaluate-bad-disabled {
	background-position: -244px -3046px
}
.evaluate .evaluate-outer, .evaluate-mine .evaluate-outer, .evaluated .evaluate-outer {
	background-position: -239px -3067px
}
.evaluate .evaluate-outer .evaluate-inner, .evaluate-mine .evaluate-outer .evaluate-inner, .evaluated .evaluate-outer .evaluate-inner {
	background-position: right -3096px
}
.evaluate.evaluate-bad .evaluate-outer, .evaluate-mine.evaluate-bad .evaluate-outer, .evaluated.evaluate-bad .evaluate-outer {
	background-position: -239px -3125px
}
.evaluate.evaluate-32 .evaluate-outer, .evaluate-mine.evaluate-32 .evaluate-outer, .evaluated.evaluate-32 .evaluate-outer {
	background-position: -223px -3154px
}
.evaluate.evaluate-32 .evaluate-outer .evaluate-inner, .evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner, .evaluated.evaluate-32 .evaluate-outer .evaluate-inner {
	background-position: right -3191px
}
.evaluate.evaluate-32.evaluate-bad .evaluate-outer, .evaluate-mine.evaluate-32.evaluate-bad .evaluate-outer, .evaluated.evaluate-32.evaluate-bad .evaluate-outer {
	background-position: -223px -3228px
}
.evaluate-mine .evaluate-outer {
	background-position: -239px -3265px
}
.evaluate-mine .evaluate-outer .evaluate-inner {
	background-position: right -3294px
}
.evaluate-mine.evaluate-bad .evaluate-outer {
	background-position: -239px -3323px
}
.evaluate-mine.evaluate-32 .evaluate-outer {
	background-position: -223px -3352px
}
.evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner {
	background-position: right -3389px
}
.evaluate-mine.evaluate-32.evaluate-bad .evaluate-outer {
	background-position: -223px -3426px
}
.evaluated .evaluate-outer {
	background-position: -238px -3463px
}
.evaluated .evaluate-outer .evaluate-inner {
	background-position: right -3492px
}
.evaluated.evaluate-bad .evaluate-outer {
	background-position: -238px -3521px
}
.evaluated.evaluate-32 .evaluate-outer {
	background-position: -223px -3550px
}
.evaluated.evaluate-32 .evaluate-outer .evaluate-inner {
	background-position: right -3587px
}
.evaluated.evaluate-32.evaluate-bad .evaluate-outer {
	background-position: -223px -3624px
}
.comment-area .tl, .comment-area .tr, .comment-area .bl, .comment-area .br {
	background-position: -256px -3661px
}
.comment-area .tr {
	background-position: -258px -3661px
}
.comment-area .bl {
	background-position: -256px -3663px
}
.comment-area .br {
	background-position: -258px -3663px
}
.evaluate-tip .evaluate-text .text0 {
	background-position: -220px -3670px
}
.evaluate-tip .evaluate-text .text1 {
	background-position: -220px -3715px
}
.evaluate-tip .evaluate-text .text2 {
	background-position: -220px -3760px
}
.evaluate-tip .evaluate-text .text3 {
	background-position: -220px -3805px
}
.evaluate-tip .evaluate-text .text4 {
	background-position: -220px -3850px
}
.evaluate-tip .evaluate-text .text5 {
	background-position: -220px -3895px
}
.pointPriceCenter, .cms-scroll .cms-mask .carousel-control, .cms-scroll .cms-mask .carousel-control.carousel-control-right, .cms-scroll .cms-mask ol.carousel-indicators li, .cms-scroll .cms-mask ol.carousel-indicators li.active, .answer-best, .answer-recommend, .answer-best-recommend, .answer-high-quality, .i-solid-ok, .i-turn-zuo, .i-turn-you, .i-tick, .i-failure, .i-updating, .i-status-being, .i-timely-0, .i-timely-1, .i-timely-2, .i-timely-3, .i-timely-4, .i-from-open, .i-has-img, .i-added, .i-enhance, .i-adopt, .i-category, .i-team, .i-list-dot, .i-lbs, .i-push-asker, .i-highquality-mark, .i-exp, .i-zhuan-avatar, .i-government-avatar, .i-company-avatar, .i-open-answer-total, .i-open-answer-best, .open-level, .i-area, .i-cate, .i-arrow-down-qb, .i-arrow-up-qb, .wgt-ask .app-and-share .app-banner-container .app-banner-default .app-img, .wgt-ask .app-and-share .app-banner-container .app-banner-test .app-banner-arrow, .q-operation .ope-timeline .ope-circle, .q-operation .ope-timeline .ope-circle-green, .q-operation .ope-timeline .ope-line .ope-arrow, .q-operation .ope-timeline .ope-line-green .ope-arrow, .q-operation .ope-action-show .ope-arrow-up, .tencent .i-txgj-icon, .tip-app-card .app-content .app-download i, .app-spread-box .app-download i, .audio .audio-left, .audio .audio-left.audio-left-click, .audio.click .audio-left, .audio .audio-middle .icon-default, .audio .audio-middle .icon-default.icon-first, .audio .audio-middle .icon-default.icon-second, .audio .audio-middle .icon-default.icon-third, .audio .audio-middle .icon-default.icon-click, .audio.click .audio-middle .icon-default, .audio .audio-middle .icon-default.icon-loading, .audio .audio-middle.green .icon-first, .audio .audio-middle.green .icon-second, .audio .audio-middle.green .icon-third, .audio .audio-right, .audio .audio-right.audio-right-click, .audio.click .audio-right, .ed2k-wrap .ed2k-con .btn-play i, html body.video-page .ed2k-wrap .ed2k-con .btn-play i, .wgt-related .related-exp .related-exp-area .exp-img-back, .wgt-s-recommend .hd span i, .wgt-daily #daily-carousel .carousel-control-left, .wgt-daily #daily-carousel .carousel-control-left:hover, .wgt-daily #daily-carousel .carousel-control-right, .wgt-daily #daily-carousel .carousel-control-right:hover, .wgt-user-privilege .privi-area .privi-left, .wgt-user-privilege .privi-area .privi-left-null, .wgt-user-privilege .privi-area .privi-right, .wgt-user-privilege .privi-area .privi-right-null, .signin-task-tip .task-middle, .signin-task-tip .task-award-icon, .ui-datepicker table .td-animate-22, .ui-datepicker table .td-animate-26, .ui-datepicker table .td-animate-32, #login-kernel .pass-button-submit, #login-kernel .pass-button-submit:hover, #login-kernel .pass-button-submit:active, .i-evaluate-disabled, .i-evaluate-bad, .i-evaluate-bad-disabled, .evaluate .evaluate-outer, .evaluate-mine .evaluate-outer, .evaluated .evaluate-outer, .evaluate .evaluate-outer .evaluate-inner, .evaluate-mine .evaluate-outer .evaluate-inner, .evaluated .evaluate-outer .evaluate-inner, .evaluate.evaluate-bad .evaluate-outer, .evaluate-mine.evaluate-bad .evaluate-outer, .evaluated.evaluate-bad .evaluate-outer, .evaluate.evaluate-32 .evaluate-outer, .evaluate-mine.evaluate-32 .evaluate-outer, .evaluated.evaluate-32 .evaluate-outer, .evaluate.evaluate-32 .evaluate-outer .evaluate-inner, .evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner, .evaluated.evaluate-32 .evaluate-outer .evaluate-inner, .evaluate.evaluate-32.evaluate-bad .evaluate-outer, .evaluate-mine.evaluate-32.evaluate-bad .evaluate-outer, .evaluated.evaluate-32.evaluate-bad .evaluate-outer, .evaluate-mine .evaluate-outer, .evaluate-mine .evaluate-outer .evaluate-inner, .evaluate-mine.evaluate-bad .evaluate-outer, .evaluate-mine.evaluate-32 .evaluate-outer, .evaluate-mine.evaluate-32 .evaluate-outer .evaluate-inner, .evaluate-mine.evaluate-32.evaluate-bad .evaluate-outer, .evaluated .evaluate-outer, .evaluated .evaluate-outer .evaluate-inner, .evaluated.evaluate-bad .evaluate-outer, .evaluated.evaluate-32 .evaluate-outer, .evaluated.evaluate-32 .evaluate-outer .evaluate-inner, .evaluated.evaluate-32.evaluate-bad .evaluate-outer, .comment-area .tl, .comment-area .tr, .comment-area .bl, .comment-area .br, .comment-area .tr, .comment-area .bl, .comment-area .br, .evaluate-tip .evaluate-text .text0, .evaluate-tip .evaluate-text .text1, .evaluate-tip .evaluate-text .text2, .evaluate-tip .evaluate-text .text3, .evaluate-tip .evaluate-text .text4, .evaluate-tip .evaluate-text .text5 {
	background-image: url(http://cdn.iknow.bdimg.com/static/question/pkg/aio_z_95dd43b.png)
}
