#footer .favor-links:after, #header .org-item:after, #header .teacher-item:after,
	#header .wrapper:after, #main:after, #nav .wrapper:after, #site-nav .my-course .menu .course .course-content div:after,
	#site-nav .status-info:after, #site-nav .user-info:after, .content .article-content .article-content-deatail .article-base .group-second:after,
	.content .article-content .article-teacher .article-summary .article-other:after,
	.content .article-content .article-teacher .article-summary .summary:after,
	.enter-classroom:after, .input-group:after, .invite-result-dialog .wrapper:after,
	.login-form .form-auxlinks:after, .main-category-level2 .more ul:after,
	.main-category-level2 dl:after, .main-category-level2:after,
	.main-category-list .main-category-level1 .title ul:after, .rich-text:after,
	.tab-nav-default:after, .tab-nav-info:after, .tab-nav-primary:after {
	clear: both
}

.main-category-level2 .more li a:hover, .main-category-level2 .more p a,
	.main-category-level2 dt a:hover, .main-category-list .main-category-level1 .children a:hover span,
	.main-category-list .main-category-level1 h4 a:hover span, .nav-items .nav-process:hover
	{
	text-decoration: underline
}

#flotage-bottom .wrapper, #flotage-top {
	right: 0 !important
}

a, abbr, acronym, address, applet, article, aside, audio, b, big,
	blockquote, body, canvas, caption, center, cite, code, dd, del, details,
	dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form,
	h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd,
	label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby,
	s, samp, section, small, span, strike, strong, sub, summary, sup, table,
	tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	font: 14px/1.57142857 PingHei, "Hiragino Sans GB", "Microsoft YaHei"
}

.text-muted {
	color: #989898
}

.text-primary {
	color: #f90
}

.text-info {
	color: #6287d5
}

.text-success {
	color: #56b02a
}

.text-error {
	color: #f95710
}

.btn-default, .btn-error, .btn-info, .btn-link, .btn-primary,
	.btn-success {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	line-height: 1.571428571428571;
	padding: 6px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.btn-default.tiny, .btn-error.tiny, .btn-info.tiny, .btn-link.tiny,
	.btn-primary.tiny, .btn-success.tiny {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1;
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.btn-default.small, .btn-error.small, .btn-info.small, .btn-link.small,
	.btn-primary.small, .btn-success.small {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1.333333333;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.btn-default.large, .btn-error.large, .btn-info.large, .btn-link.large,
	.btn-primary.large, .btn-success.large {
	border-style: solid;
	border-width: 1px;
	font-size: 16px;
	line-height: 1.75;
	padding: 8px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.btn-default.huge, .btn-error.huge, .btn-info.huge, .btn-link.huge,
	.btn-primary.huge, .btn-success.huge {
	border-style: solid;
	border-width: 1px;
	font-size: 18px;
	line-height: 2.142857142857143;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.btn-default {
	background-color: #fff;
	border-color: #ccc;
	color: #555
}

.btn-default:hover {
	background-color: #f2f2f2;
	border-color: #c2c2c2;
	transition: background-color .2s
}

.btn-info:hover, .btn-primary:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

a.btn-default:hover {
	color: #555
}

.btn-default.active, .btn-default:active, .btn-default[active] {
	background-color: #e6e6e6;
	border-color: #b8b8b8;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default.disabled, .btn-default:disabled, .btn-default[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #ddd;
	color: #888;
	border-color: #bbb
}

.btn-error, .btn-info, .btn-success, a.btn-error:hover, a.btn-info:hover,
	a.btn-primary:hover, a.btn-success:hover {
	color: #fff
}

.btn-primary {
	background-color: #f90;
	border-color: #f29100;
	color: #fff
}

.btn-primary:hover {
	background-color: #f29100;
	border-color: #e68a00;
	transition: background-color .2s
}

.btn-primary.active, .btn-primary:active, .btn-primary[active] {
	background-color: #f29100;
	border-color: #e68a00;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #dfc7a3;
	border-color: #c5ab84
}

.btn-info {
	background-color: #6287d5;
	border-color: #567ed2
}

.btn-info:hover {
	background-color: #567ed2;
	border-color: #4974ce;
	transition: background-color .2s
}

.btn-error:hover, .btn-success:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.btn-info.active, .btn-info:active, .btn-info[active] {
	background-color: #567ed2;
	border-color: #4974ce;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-info.disabled, .btn-info:disabled, .btn-info[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #8ea3b9;
	border-color: #6e86a0
}

.btn-success {
	background-color: #56b02a;
	border-color: #52a728
}

.btn-success:hover {
	background-color: #52a728;
	border-color: #4d9e26;
	transition: background-color .2s
}

.btn-success.active, .btn-success:active, .btn-success[active] {
	background-color: #52a728;
	border-color: #4d9e26;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-success.disabled, .btn-success:disabled, .btn-success[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #a0b790;
	border-color: #7e9f67
}

.btn-error {
	background-color: #f95710;
	border-color: #f64f06
}

.btn-error:hover {
	background-color: #f64f06;
	border-color: #e94b06;
	transition: background-color .2s
}

.btn-link:hover, .label-default:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.btn-error.active, .btn-error:active, .btn-error[active] {
	background-color: #f64f06;
	border-color: #e94b06;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-error.disabled, .btn-error:disabled, .btn-error[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #cda28f;
	border-color: #b18876
}

.btn-link {
	border-color: transparent;
	color: #555
}

button.btn-link, input.btn-link {
	background-color: transparent
}

.btn-link:hover {
	color: #f90;
	transition: background-color .2s
}

.btn-link.disabled, .btn-link:disabled, .btn-link[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	color: #999
}

.btn-block+.btn-block {
	margin-top: 10px
}

.label-default, .label-error, .label-info, .label-primary,
	.label-success {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	line-height: 1.571428571428571;
	padding: 6px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.label-default.tiny, .label-error.tiny, .label-info.tiny, .label-primary.tiny,
	.label-success.tiny {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1;
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.label-default.small, .label-error.small, .label-info.small,
	.label-primary.small, .label-success.small {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1.333333333;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.label-default.large, .label-error.large, .label-info.large,
	.label-primary.large, .label-success.large {
	border-style: solid;
	border-width: 1px;
	font-size: 16px;
	line-height: 1.75;
	padding: 8px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.label-default.huge, .label-error.huge, .label-info.huge, .label-primary.huge,
	.label-success.huge {
	border-style: solid;
	border-width: 1px;
	font-size: 18px;
	line-height: 2.142857142857143;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.label-default {
	background-color: #fff;
	border-color: #ccc;
	color: #888
}

.label-default:hover {
	transition: background-color .2s
}

.label-info:hover, .label-primary:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.label-primary {
	background-color: #fffbef;
	border-color: #f8ce69;
	color: #888
}

.label-primary:hover {
	transition: background-color .2s
}

.label-info {
	background-color: #edf3fd;
	border-color: #abc0e9;
	color: #888
}

.label-info:hover {
	transition: background-color .2s
}

.label-error:hover, .label-success:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.label-success {
	background-color: #e7ffdb;
	border-color: #91c876;
	color: #888
}

.label-success:hover {
	transition: background-color .2s
}

.label-error {
	background-color: #fde3d7;
	border-color: #e7b69f;
	color: #888
}

.label-error:hover {
	transition: background-color .2s
}

.message-default:hover, .message-primary:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.message-default, .message-error, .message-info, .message-primary,
	.message-success {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1.571428571428571;
	padding: 6px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.message-default.tiny, .message-error.tiny, .message-info.tiny,
	.message-primary.tiny, .message-success.tiny {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1;
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.message-default.small, .message-error.small, .message-info.small,
	.message-primary.small, .message-success.small {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1.333333333;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.message-default.large, .message-error.large, .message-info.large,
	.message-primary.large, .message-success.large {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1.75;
	padding: 8px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.message-default.huge, .message-error.huge, .message-info.huge,
	.message-primary.huge, .message-success.huge {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 2.142857142857143;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.message-default {
	background-color: #f8f8f8;
	border-color: #ccc;
	color: #888
}

.message-default:hover {
	transition: background-color .2s
}

.message-primary {
	background-color: #fffbef;
	border-color: #f8ce69;
	color: #f90
}

.message-primary:hover {
	transition: background-color .2s
}

.message-info:hover, .message-success:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.message-info {
	background-color: #edf3fd;
	border-color: #abc0e9;
	color: #6287d5
}

.message-info:hover {
	transition: background-color .2s
}

.message-success {
	background-color: #e7ffdb;
	border-color: #91c876;
	color: #56b02a
}

.message-success:hover {
	transition: background-color .2s
}

.badge-default:hover, .message-error:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.message-error {
	background-color: #fde3d7;
	border-color: #e7b69f;
	color: #f95710
}

.badge-default, .badge-error, .badge-info, .badge-primary,
	.badge-success, .progress {
	color: #fff;
	border-color: transparent
}

.message-error:hover {
	transition: background-color .2s
}

.badge-default, .badge-error, .badge-info, .badge-primary,
	.badge-success {
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	line-height: 1;
	padding: 6px;
	min-width: 27px;
	min-height: 27px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.badge-default.tiny, .badge-error.tiny, .badge-info.tiny, .badge-primary.tiny,
	.badge-success.tiny {
	border-style: solid;
	font-size: 12px;
	line-height: 1;
	padding: 2px;
	min-width: 17px;
	min-height: 17px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.badge-default.small, .badge-error.small, .badge-info.small,
	.badge-primary.small, .badge-success.small {
	border-style: solid;
	font-size: 12px;
	line-height: 1;
	padding: 4px;
	min-width: 20px;
	min-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.badge-default.large, .badge-error.large, .badge-info.large,
	.badge-primary.large, .badge-success.large {
	border-style: solid;
	font-size: 16px;
	line-height: 1;
	padding: 8px;
	min-width: 34px;
	min-height: 34px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.badge-default.huge, .badge-error.huge, .badge-info.huge, .badge-primary.huge,
	.badge-success.huge {
	border-style: solid;
	font-size: 18px;
	line-height: 1;
	padding: 10px;
	min-width: 39px;
	min-height: 39px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.progress, .progress.tiny {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1;
	border-style: solid;
	font-size: 12px
}

.badge-default {
	background-color: #989898
}

.badge-default:hover {
	transition: background-color .2s
}

.badge-info:hover, .badge-primary:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.badge-primary {
	background-color: #f90
}

.badge-primary:hover {
	transition: background-color .2s
}

.badge-info {
	background-color: #6287d5
}

.badge-info:hover {
	transition: background-color .2s
}

.badge-error:hover, .badge-success:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.badge-success {
	background-color: #56b02a
}

.badge-success:hover {
	transition: background-color .2s
}

.badge-error {
	background-color: #f95710
}

.badge-error:hover {
	transition: background-color .2s
}

.progress-bar-primary:hover, .progress:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.progress {
	overflow: hidden;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 12px;
	border-radius: 2px
}

.progress:hover {
	transition: background-color .2s
}

.progress.tiny {
	height: 4px;
	border-radius: 2px
}

.progress.small {
	border-style: solid;
	font-size: 12px;
	line-height: 1;
	height: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.progress.large {
	border-style: solid;
	font-size: 12px;
	line-height: 1.333333333333333;
	height: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.progress.huge, .tooltip {
	-webkit-border-radius: 4px
}

.progress.huge {
	border-style: solid;
	font-size: 12px;
	line-height: 1.666666666666667;
	height: 20px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.progress-bar-error, .progress-bar-info, .progress-bar-primary,
	.progress-bar-success {
	display: block;
	height: 100%;
	text-align: center
}

.progress-bar-primary {
	background-color: #f90;
	border-color: transparent;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.progress-bar-info, .progress-bar-success {
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	border-color: transparent
}

.progress-bar-primary:hover {
	transition: background-color .2s
}

.progress-bar-info:hover, .progress-bar-success:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.progress-bar-info {
	background-color: #6287d5;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.progress-bar-info:hover {
	transition: background-color .2s
}

.progress-bar-success {
	background-color: #56b02a;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.progress-bar-success:hover {
	transition: background-color .2s
}

.pager a:hover, .progress-bar-error:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.progress-bar-error {
	background-color: #f95710;
	border-color: transparent;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.progress-bar-error:hover {
	transition: background-color .2s
}

.pager {
	font-size: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pager .ellipsis, .pager a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	line-height: 1.571428571428571;
	border-style: solid;
	margin-left: -1px;
	display: inline-block
}

.pager a {
	cursor: pointer;
	box-sizing: border-box;
	border-width: 1px;
	padding: 6px 13px;
	background-color: #fff;
	border-color: #ddd;
	color: #888
}

.pager a:hover {
	color: #f90;
	border-color: #f90;
	transition: background-color .2s
}

.form-hint:hover, .form-text:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.pager a.active, .pager a:active, .pager a[active] {
	background-color: #f90;
	color: #fff;
	border-color: #f90
}

.pager a.active {
	cursor: text
}

.pager .ellipsis {
	box-sizing: border-box;
	padding: 7px 10px
}

input[type=search] {
	appearance: textfield
}

input::-ms-clear {
	display: none
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	outline: 0;
	margin: 0;
	padding: 0
}

.form-checkbox, .form-label, .form-radio, .form-static {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	line-height: 1.571428571428571;
	padding: 6px 0
}

.form-checkbox.tiny, .form-label.tiny, .form-radio.tiny, .form-static.tiny
	{
	border-style: solid;
	font-size: 12px;
	line-height: 1;
	padding: 2px 0
}

.form-checkbox.small, .form-label.small, .form-radio.small, .form-static.small
	{
	border-style: solid;
	font-size: 12px;
	line-height: 1.333333333;
	padding: 4px 0
}

.form-checkbox.large, .form-label.large, .form-radio.large, .form-static.large
	{
	border-style: solid;
	font-size: 16px;
	line-height: 1.75;
	padding: 8px 0
}

.form-checkbox.huge, .form-label.huge, .form-radio.huge, .form-static.huge
	{
	border-style: solid;
	font-size: 18px;
	line-height: 2.142857142857143;
	padding: 10px 0
}

.form-text, .input-group-addon, .placeholder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	line-height: 1.571428571428571;
	padding: 6px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.form-hint, .table {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.form-text.tiny, .input-group-addon.tiny, .placeholder.tiny {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1;
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.form-text.small, .input-group-addon.small, .placeholder.small {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 1.333333333;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.form-text.large, .input-group-addon.large, .placeholder.large {
	border-style: solid;
	border-width: 1px;
	font-size: 16px;
	line-height: 1.75;
	padding: 8px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.form-text.huge, .input-group-addon.huge, .placeholder.huge {
	border-style: solid;
	border-width: 1px;
	font-size: 18px;
	line-height: 2.142857142857143;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.form-action {
	margin-top: 20px
}

.form-group {
	padding-top: 5px;
	padding-bottom: 5px
}

.form-group:after, .form-group:before {
	content: ' ';
	display: table
}

.form-group:after {
	clear: both
}

.form-group .error, .form-group .success {
	display: none;
	font-size: 12px
}

.form-group.has-error .error, .form-group.has-success .success,
	.form-inline, .form-number, .placeholder-wrapper {
	display: inline-block
}

.form-group .success {
	color: #56b02a
}

.form-group .error {
	color: #f95710
}

.form-label {
	float: left;
	font-weight: 400;
	padding-right: 5px;
	text-align: right
}

.form-required {
	margin-right: 5px
}

.form-required:after {
	content: '*';
	color: #f95710;
	font-size: 12px
}

.form-text, a.form-text:hover {
	color: #888
}

.form-checkbox, .form-radio {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer
}

.form-checkbox input, .form-radio input {
	cursor: pointer;
	margin-right: 5px
}

.form-checkbox+.form-checkbox, .form-radio+.form-radio {
	margin-left: 10px
}

.form-text {
	margin: 0;
	height: 36px;
	background-color: #fff;
	border-color: #ccc
}

.form-text:focus, .form-text:hover {
	border-color: #f90
}

textarea.form-text {
	resize: none
}

.form-text:hover {
	transition: background-color .2s
}

.form-hint, .placeholder {
	border-color: transparent
}

.form-text.disabled, .form-text:disabled, .form-text[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #f8f8f8;
	color: #ccc
}

.form-text::-webkit-input-placeholder {
	color: #ccc
}

.form-text:-moz-placeholder {
	color: #ccc
}

.form-text::-moz-placeholder {
	color: #ccc
}

.form-text:-ms-input-placeholder {
	color: #ccc
}

.form-text.tiny {
	height: 18px
}

.form-text.small {
	height: 26px
}

.form-text.large {
	height: 48px
}

.form-text.huge {
	height: 60px
}

.placeholder-wrapper {
	background-color: #fff;
	line-height: 0
}

.form-hint, .table th {
	border-style: solid;
	line-height: 1.571428571428571
}

.placeholder-wrapper .form-text {
	background-color: transparent;
	position: relative;
	z-index: 1
}

.placeholder {
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0
}

.form-number {
	position: relative
}

.form-number .icon-caret-down, .form-number .icon-caret-up {
	cursor: default;
	font-size: 20px;
	position: absolute;
	right: 3px;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.form-number .icon-caret-up {
	top: 2px
}

.form-number .icon-caret-down {
	bottom: 2px
}

.form-hint {
	box-sizing: border-box;
	font-size: 12px;
	color: #6287d5
}

button.form-hint, input.form-hint {
	background-color: transparent
}

.form-hint:hover {
	transition: background-color .2s
}

.input-group-addon:hover, .table thead:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.form-inline {
	margin-left: 5px
}

.form-inline:empty {
	display: none
}

.form-block {
	display: block;
	margin-top: 8px
}

.input-group {
	display: inline-block
}

.input-group:after, .input-group:before {
	content: ' ';
	display: table
}

.input-group .form-text, .input-group .placeholder-wrapper {
	float: left
}

.input-group .form-text+.input-group-addon, .input-group .placeholder-wrapper+.input-group-addon
	{
	border-left: none;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.input-group .form-text {
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative
}

.input-group-addon {
	float: left;
	background-color: #efefef;
	border-color: #ccc;
	color: #555
}

.dialog, .table tbody, .table thead {
	border-color: transparent
}

.input-group-addon:hover {
	transition: background-color .2s
}

.input-group-addon:first-child {
	border-right: none;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.table {
	box-sizing: border-box
}

.table td, .table th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	text-align: center
}

.table thead {
	background-color: #f7f7f7;
	color: #555
}

.table thead:hover {
	transition: background-color .2s
}

.dialog:hover, .table tbody:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.table th {
	box-sizing: border-box
}

.table tbody {
	background-color: #fff;
	color: #888
}

button.table tbody, input.table tbody {
	background-color: transparent
}

.table tbody:hover {
	transition: background-color .2s
}

.table tbody tr {
	border-bottom: 1px solid #ccc
}

.table td {
	box-sizing: border-box;
	border-style: solid;
	line-height: 1.571428571428571
}

.dialog-body, .dialog-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 1.571428571428571;
	border-style: solid
}

.dialog {
	position: fixed;
	background-color: #fff
}

.dialog:hover {
	transition: background-color .2s
}

.dialog-close:hover, .dialog-header:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.dialog-header {
	cursor: move;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box;
	border-bottom-width: 1px;
	font-size: 16px;
	font-family: PingHei, "Hiragino Sans GB", "Microsoft YaHei";
	padding: 9px 20px;
	background-color: #f5f5f5;
	border-color: #ccc;
	color: #555
}

.form-date .calendar, .nav-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

#nav .nav-item, body {
	font-family: PingHei, 'Hiragino Sans GB', 'Microsoft YaHei', arial,
		sans-serif
}

.dialog-close, .dialog-mask {
	position: absolute;
	border-color: transparent
}

.dialog-header:hover {
	transition: background-color .2s
}

.dialog-header h1 {
	display: inline-block
}

.dialog-body {
	box-sizing: border-box;
	padding: 20px
}

.dialog-close, .tab-nav-default {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.dialog-close {
	text-align: center;
	top: 7px;
	right: 13px;
	cursor: pointer;
	box-sizing: border-box;
	border-style: solid;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	color: #ccc
}

.dropdown, .tab-nav-default, .tab-nav-info, .tab-nav-primary {
	text-align: left
}

button.dialog-close, input.dialog-close {
	background-color: transparent
}

.dialog-close:hover {
	color: #999;
	transition: background-color .2s
}

.dialog-mask:hover, .tab-nav-default:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.dialog-mask {
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .3;
	filter: alpha(opacity = 30)
}

.dialog-mask:hover {
	transition: background-color .2s
}

.tab-nav-default:after, .tab-nav-default:before, .tab-nav-info:after,
	.tab-nav-info:before, .tab-nav-primary:after, .tab-nav-primary:before {
	content: ' ';
	display: table
}

.nav-item {
	float: left;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	user-select: none
}

.nav-item.active {
	cursor: text
}

.tab-nav-default {
	background-color: #f8f8f8;
	border-color: #ddd;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	line-height: 1.571428571428571
}

.tab-nav-default .nav-item, .tab-nav-primary {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-style: solid
}

.tab-nav-default:hover {
	transition: background-color .2s
}

.tab-nav-default .nav-item:hover, .tab-nav-primary:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.tab-nav-default .nav-item {
	margin-left: -1px;
	border-color: transparent;
	color: #555;
	box-sizing: border-box;
	border-right-width: 1px;
	border-left-width: 1px;
	line-height: 1.571428571428571;
	padding: 12px 38px
}

button.tab-nav-default .nav-item, input.tab-nav-default .nav-item {
	background-color: transparent
}

.tab-nav-default .nav-item.active, .tab-nav-default .nav-item:active,
	.tab-nav-default .nav-item:hover, .tab-nav-default .nav-item[active] {
	background-color: #fff;
	color: #f90;
	border-color: #ddd
}

.tab-nav-default .nav-item:hover {
	transition: background-color .2s
}

button.tab-nav-info, button.tab-nav-info .nav-item, button.tab-nav-primary,
	button.tab-nav-primary .nav-item, input.tab-nav-info, input.tab-nav-info .nav-item,
	input.tab-nav-primary, input.tab-nav-primary .nav-item {
	background-color: transparent
}

.tab-nav-primary {
	border-color: #ccc;
	box-sizing: border-box;
	border-bottom-width: 1px;
	line-height: 1.571428571428571
}

.tab-nav-info, .tab-nav-primary .nav-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 1.571428571428571
}

.tab-nav-primary:hover {
	transition: background-color .2s
}

.tab-nav-info:hover, .tab-nav-primary .nav-item:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.tab-nav-primary .nav-item {
	border-color: transparent;
	color: #555;
	box-sizing: border-box;
	border-style: solid;
	border-bottom-width: 4px;
	padding: 12px 36px
}

.tab-nav-primary .nav-item:hover {
	color: #f90;
	border-color: #f90;
	transition: background-color .2s
}

.tab-nav-primary .nav-item.active, .tab-nav-primary .nav-item:active,
	.tab-nav-primary .nav-item[active] {
	color: #f90;
	border-color: #f90
}

.tab-nav-info {
	border-color: #ccc;
	box-sizing: border-box;
	border-style: solid;
	border-bottom-width: 1px
}

.dropdown, .tab-nav-info .nav-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-style: solid
}

.tab-nav-info:hover {
	transition: background-color .2s
}

.dropdown-menu:hover, .tab-nav-info .nav-item:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.tab-nav-info .nav-item {
	border-color: transparent;
	color: #555;
	box-sizing: border-box;
	border-bottom-width: 4px;
	line-height: 1.571428571428571;
	padding: 12px 36px
}

.tab-nav-info .nav-item.active, .tab-nav-info .nav-item:active,
	.tab-nav-info .nav-item:hover, .tab-nav-info .nav-item[active] {
	color: #6287d5;
	border-color: #6287d5
}

.tab-nav-info .nav-item:hover {
	transition: background-color .2s
}

.tab-panel {
	display: none
}

.dropdown {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	line-height: 0
}

.dropdown-menu, .dropdown-menu li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.dropdown-menu, .dropdown-menu li, .tooltip {
	border-style: solid;
	line-height: 1.571428571428571
}

.dropdown+.dropdown {
	margin-left: 10px
}

.dropdown .btn-default {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	width: 100%
}

.dropdown .caret {
	float: right;
	margin-top: 8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666
}

.dropdown.open .dropdown-menu {
	display: block
}

.dropdown-menu {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	margin-top: -1px;
	box-sizing: border-box;
	border-width: 1px;
	max-height: 170px;
	background-color: #fff;
	border-color: #ccc
}

.dropdown-menu:hover {
	transition: background-color .2s
}

.dropdown-menu li:hover, .tooltip-default:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.dropdown-menu li {
	cursor: pointer;
	box-sizing: border-box;
	padding: 6px 12px;
	border-color: transparent;
	color: #888
}

.tooltip, img.thumbnail {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

button.dropdown-menu li, input.dropdown-menu li {
	background-color: transparent
}

.dropdown-menu li:hover {
	background-color: #fffbef;
	transition: background-color .2s
}

a.dropdown-menu li:hover {
	color: #888
}

.dropdown-menu li.active, .dropdown-menu li:active, .dropdown-menu li[active]
	{
	background-color: #f90;
	color: #fff
}

.tooltip {
	position: absolute;
	box-sizing: border-box;
	border-width: 1px;
	font-size: 12px;
	padding: 5px 12px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.tooltip:after, .tooltip:before {
	position: absolute;
	content: ' ';
	border: 5px solid transparent
}

.tooltip-default, .tooltip-default:before {
	border-color: #ccc
}

.tooltip-default {
	background-color: #fff;
	color: #555;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1)
}

.tooltip-default:hover {
	transition: background-color .2s
}

.tooltip-inverted:hover, img.thumbnail:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s
}

.tooltip-default:after {
	border-color: #fff
}

.tooltip-inverted, .tooltip-inverted:before {
	border-color: #4d4d4d
}

.tooltip-inverted {
	background-color: #555;
	color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.tooltip-inverted:hover {
	transition: background-color .2s
}

.tooltip-inverted:after {
	border-color: #555
}

.thumbnail img, img.thumbnail {
	background-color: #fff;
	border-color: #ddd;
	border-width: 1px;
	line-height: 0
}

.tooltip-top:after, .tooltip-top:before {
	left: 50%;
	margin-left: -5px;
	border-bottom-width: 0;
	border-left-color: transparent;
	border-right-color: transparent
}

.tooltip-top:before {
	bottom: -5px
}

.tooltip-top:after {
	bottom: -4px
}

.tooltip-right:after, .tooltip-right:before {
	top: 50%;
	margin-top: -5px;
	border-left-width: 0;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.tooltip-right:before {
	left: -5px
}

.tooltip-right:after {
	left: -4px
}

.tooltip-bottom:after, .tooltip-bottom:before {
	left: 50%;
	margin-left: -5px;
	border-top-width: 0;
	border-left-color: transparent;
	border-right-color: transparent
}

.tooltip-bottom:before {
	top: -5px
}

.tooltip-bottom:after {
	top: -4px
}

.tooltip-left:after, .tooltip-left:before {
	top: 50%;
	margin-top: -5px;
	border-right-width: 0;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.tooltip-left:before {
	right: -5px
}

.tooltip-left:after {
	right: -4px
}

.thumbnail {
	display: inline-block;
	line-height: 0
}

img.thumbnail {
	box-sizing: border-box;
	border-style: solid;
	font-size: 12px;
	width: 80px;
	height: 80px
}

.thumbnail .title, .thumbnail img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-style: solid;
	font-size: 12px
}

img.thumbnail.tiny {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 0;
	width: 50px;
	height: 50px
}

img.thumbnail.small {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 0;
	width: 60px;
	height: 60px
}

img.thumbnail.large {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 0;
	width: 120px;
	height: 120px
}

img.thumbnail.huge {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 0;
	width: 150px;
	height: 150px
}

img.thumbnail:hover {
	transition: background-color .2s
}

.thumbnail img {
	box-sizing: border-box;
	width: 80px;
	height: 80px
}

.thumbnail.tiny img {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 0;
	width: 50px;
	height: 50px
}

.thumbnail.small img {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 0;
	width: 60px;
	height: 60px
}

.thumbnail.large img {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 0;
	width: 120px;
	height: 120px
}

.thumbnail.huge img {
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	line-height: 0;
	width: 150px;
	height: 150px
}

.thumbnail:hover img {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

a.thumbnail {
	position: relative
}

a.thumbnail:after {
	opacity: 0;
	filter: alpha(opacity = 0);
	background-color: #000;
	content: ' ';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 78px;
	height: 78px
}

a.thumbnail:hover:after {
	opacity: .3;
	filter: alpha(opacity = 30);
	-webkit-transition: .2s opacity;
	-moz-transition: .2s opacity;
	-o-transition: .2s opacity;
	transition: .2s opacity
}

a.thumbnail.tiny:after {
	width: 48px;
	height: 48px
}

a.thumbnail.small:after {
	width: 58px;
	height: 58px
}

a.thumbnail.large:after {
	width: 118px;
	height: 118px
}

a.thumbnail.huge:after {
	width: 148px;
	height: 148px
}

.thumbnail.round img, a.thumbnail.round:hover:after, img.thumbnail.round
	{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.thumbnail.circle img, a.thumbnail.circle:hover:after, img.thumbnail.circle
	{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.thumbnail .title {
	display: block;
	margin-top: 8px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
	border-color: transparent;
	color: #888
}

button.thumbnail .title, input.thumbnail .title {
	background-color: transparent
}

.thumbnail .title:hover {
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

.message-error, .message-info, .message-primary, .message-success {
	padding-left: 30px !important;
	position: relative
}

.message-error .icon-check-circle, .message-error .icon-clock,
	.message-error .icon-info-circle, .message-info .icon-check-circle,
	.message-info .icon-clock, .message-info .icon-info-circle,
	.message-primary .icon-check-circle, .message-primary .icon-clock,
	.message-primary .icon-info-circle, .message-success .icon-check-circle,
	.message-success .icon-clock, .message-success .icon-info-circle {
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 9px
}

.dropdown .btn-default {
	height: 36px
}

.form .form-hint strong {
	font-weight: 700;
	padding: 0 2px
}

.form .form-hint .icon-info-circle {
	margin-right: 5px
}

.form .form-action .btn-primary+.btn-default, .form .form-action .btn-primary+.btn-info
	{
	margin-left: 15px
}

.form .error {
	background-color: #fffbef;
	border: 1px solid #f8ce69;
	padding: 6px 12px;
	z-index: 1;
	-webkit-box-shadow: 0 1px 1px #eee;
	-moz-box-shadow: 0 1px 1px #eee;
	box-shadow: 0 1px 1px #eee
}

.form .has-error .dropdown .btn-default {
	border-color: #f95710
}

.form .error:after, .form .error:before {
	border: 6px solid transparent;
	content: ' ';
	position: absolute;
	left: 1em
}

.form .error:before {
	border-top-color: #f8ce69;
	bottom: -13px
}

.form .error:after {
	border-top-color: #fffbef;
	bottom: -12px
}

input[type=password] {
	font-family: sans-serif
}

.form-editor {
	display: inline-block
}

.form-editor .form-hint {
	display: block;
	text-align: right;
	margin-top: 5px
}

.form-date, .pager, .pager b, .pager-form {
	display: inline-block
}

.form-date {
	position: relative
}

.form-date .calendar {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .12);
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, .12);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .12);
	user-select: none
}

#nav .nav-item.active, #site-nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.form-date .calendar-header {
	background-color: #6187dc;
	color: #FFF;
	padding: 8px;
	text-align: center;
	position: relative
}

.form-date .icon-chevron-left, .form-date .icon-chevron-right {
	cursor: pointer;
	position: absolute;
	top: 8px
}

.form-date .icon-chevron-left {
	left: 8px
}

.form-date .icon-chevron-right {
	right: 8px
}

.form-date table {
	background-color: #FFF;
	text-align: center;
	width: 100%
}

.form-date td, .form-date th {
	padding: 8px
}

.form-date thead {
	background-color: #dfe7f9;
	color: #3f61ad
}

.form-date tbody tr:nth-child(odd) {
	background-color: #FFF
}

.form-date tbody tr:nth-child(even) {
	background-color: #f5f8fc
}

.form-date td {
	cursor: pointer
}

.form-date td:hover {
	background-color: #fffbef
}

.form-date td.active {
	background-color: #f90;
	color: #fff
}

.form-date .date-disabled {
	background-color: #EFEFEF;
	cursor: not-allowed
}

.pager-block {
	margin-top: 20px;
	text-align: center
}

.pager-form {
	margin-left: 10px
}

.pager-form .form-text {
	width: 35px;
	margin: 0 3px
}

.pager-form .btn-default {
	margin-left: 10px
}

.tab-nav-default .badge-primary, .tab-nav-default .text-primary,
	.tab-nav-info .badge-primary, .tab-nav-info .text-primary,
	.tab-nav-primary .badge-primary, .tab-nav-primary .text-primary {
	margin-left: 5px
}

.invite-dialog .invite, .invite-dialog .telephone, .invite-dialog .title,
	.invite-result-dialog .msg-content {
	margin-left: 30px
}

.tooltip {
	z-index: 6;
	display: none
}

.service-hotline-dialog .header {
	vertical-align: middle;
	font-size: 24px;
	margin-bottom: 20px
}

.service-hotline-dialog .header .icon {
	color: #f90;
	margin-right: 8px;
	font-size: 30px;
	vertical-align: middle
}

.service-hotline-dialog .confirm, .service-hotline-dialog .header {
	text-align: center
}

.service-hotline-dialog .confirm {
	margin-top: 20px
}

#nav {
	background-color: #464659
}

#nav .wrapper {
	margin: 0 auto
}

#nav .nav-item {
	color: #ccc;
	float: left;
	height: 43px;
	line-height: 43px
}

#nav .nav-item.active {
	background-color: #262C42;
	color: #FFF;
	cursor: text;
	user-select: none
}

a, body {
	color: #6d6d6d
}

body {
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 1.5;
	min-width: 1100px
}

a {
	text-decoration: none
}

a:hover {
	color: #f90;
	-webkit-transition: color .1s;
	-moz-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s
}

a:focus {
	outline: 0
}

a, div, form, h1, h2, h3, h4, h5, h6, i, input, label, li, ol, span,
	table, ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

small {
	font-size: 12px
}

#main {
	margin: 16px auto
}

#sidebar {
	width: 180px
}

#content {
	width: 900px
}

#content .card-body {
	min-height: 420px
}

#flotage-middle {
	z-index: 5;
	position: fixed;
	bottom: 200px;
	right: 7px
}

#flotage-middle .flotage-app {
	width: 112px;
	height: 128px;
	background: url(../../../img/flotage_app_1380c849a5.jpg) no-repeat
}

#flotage-middle .icon {
	position: absolute;
	right: 0;
	top: -20px;
	padding: 3px;
	background-color: #DCDCDC;
	color: #3d3d3d;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	cursor: pointer
}

#flotage-bottom {
	z-index: 5;
	position: fixed;
	bottom: 180px;
	right: 7px
}

#flotage-bottom .wrapper {
	width: inherit;
	position: absolute;
	top: 0;
	right: 0
}

#flotage-bottom li {
	position: relative;
	margin-top: 1px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	overflow: hidden
}

#flotage-bottom li:hover .tip-icon {
	display: none
}

#flotage-bottom .icon {
	font-size: 26px;
	cursor: pointer;
	vertical-align: middle
}

#flotage-bottom .icon.small {
	font-size: 24px
}

#flotage-bottom .tip-icon {
	display: block;
	height: 35px;
	background: #797979;
	color: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}

#flotage-bottom .tip {
	height: 35px;
	padding-top: 3px;
	font-size: 12px;
	line-height: 15px;
	display: block;
	background: #f90;
	color: #fff
}

#flotage-bottom .backup {
	display: none
}

#flotage-bottom .backup .icon {
	font-weight: 800
}

img.img-loading {
	background: url(../../../img/loading_514f543834.gif) center center
		no-repeat
}

.round-list {
	position: relative;
	width: 1064px;
	height: 420px;
	margin: 0 auto
}

.round-list .icon {
	font-size: 40px;
	color: #fdc43f;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.round-list .round-item {
	position: absolute;
	width: 295px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer
}

.round-list .round-item .round-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2
}

.round-list .round-item .round-bg img {
	display: block;
	width: 100%;
	height: 100%
}

.round-list .round-item .round-content {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%
}

.round-list .round-item .round-title {
	height: 2.83em;
	line-height: 2.83em;
	text-align: center;
	font-family: "微软雅黑";
	font-weight: 700
}

.round-list .round-item .round-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .1)
}

.round-list .round-item .round-body {
	margin-top: .7em
}

.round-list .round-item .round-body .round-body-item {
	margin: .5em auto;
	height: 2.25em;
	line-height: 2.25em;
	width: 6.7em;
	-webkit-border-radius: 2.25em;
	-moz-border-radius: 2.25em;
	border-radius: 2.25em;
	background: #e35d10;
	color: #fff;
	font-size: .83em;
	cursor: pointer;
	text-align: center
}

.round-list .round-item.disabled .round-mask {
	z-index: 20
}

.round-list .round-item.first {
	width: 204px;
	height: 284px;
	left: 48px;
	top: 68px;
	font-size: 17px;
	z-index: 40
}

.round-list .round-item.second {
	width: 246px;
	height: 348px;
	left: 200px;
	top: 30px;
	font-size: 20px;
	z-index: 70
}

.round-list .round-item.third {
	width: 295px;
	height: 420px;
	left: 384px;
	top: 0;
	font-size: 24px;
	z-index: 100
}

.round-list .round-item.four {
	width: 246px;
	height: 348px;
	left: 616px;
	top: 30px;
	font-size: 20px;
	z-index: 70
}

.round-list .round-item.five {
	width: 204px;
	height: 284px;
	left: 810px;
	top: 68px;
	font-size: 17px;
	z-index: 40
}

.round-list .round-prev {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 100;
	font-size: 20px
}

.round-list .round-next {
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 100
}

#ravebanner {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
	background:
		url(http://img.gsxservice.com/0cms/d/file/content/2015/05/556281ad2f90f.jpg)
		center 0 no-repeat #fba531;
	cursor: pointer
}

#ravebanner.hiderave {
	min-height: 74px;
	padding: 0;
	-webkit-filter: none;
	filter: none;
	-ms-filter: none;
	background: #f43837
}

#ravebanner.hiderave .banner-img {
	display: block;
	margin: 0 auto
}

#ravebanner .banner-img, #ravebanner.hiderave .main-wrapper {
	display: none
}

#ravebanner .icon-close {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: rgba(0, 0, 0, .1)
}

#ravebanner .main-wrapper {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding-top: 1px
}

#ravebanner .main-wrapper .back-main {
	position: absolute;
	top: -210px;
	left: 880px;
	color: #ffff41
}

#ravebanner .main-wrapper .anchor {
	position: absolute;
	width: 147px;
	height: 147px;
	z-index: 30
}

#ravebanner .main-wrapper .anchor.excellent_course {
	left: 700px;
	top: 450px;
	background: url(../../../img/rave/excellent_course_2441fc32ad.png)
		center no-repeat
}

#ravebanner .main-wrapper .anchor.get_coupon {
	left: 550px;
	top: 470px;
	background: url(../../../img/rave/get_coupon_d6865750f5.png) center
		no-repeat
}

#ravebanner .main-wrapper .anchor.crazy_discount {
	left: 250px;
	top: 450px;
	background: url(../../../img/rave/crazy_discount_a6e43165d1.png) center
		no-repeat
}

#ravebanner .main-wrapper .anchor.sec_kill {
	left: 400px;
	top: 470px;
	background: url(../../../img/rave/sec_kill_dfd6931bc3.png) center
		no-repeat
}

#ravebanner .main-wrapper .rave {
	margin-top: 759px
}

.org-im>.dialog {
	top: 10px !important
}

.enter-classroom {
	zoom: 1;
	margin-top: 20px
}

.enter-classroom:after, .enter-classroom:before {
	content: " ";
	display: table
}

.enter-classroom .avatar {
	width: 160px;
	height: 160px;
	float: left;
	text-align: center
}

.enter-classroom .description {
	margin-bottom: 20px
}

.enter-classroom .description b {
	font-size: 24px;
	color: #3d3d3d
}

.enter-classroom .actions div+div {
	margin-top: 10px
}

.enter-classroom .actions .download {
	font-size: 16px;
	color: #6287d5
}

.enter-classroom .options a, .enter-classroom .options button {
	padding: 6px 24px;
	display: inline-block
}

.enter-classroom .options a {
	margin-left: 10px
}

.teacher-order-form .header {
	width: 100%;
	height: 106px;
	margin-bottom: 8px
}

.teacher-order-form .all-price {
	position: absolute;
	right: 0;
	bottom: 8px
}

.teacher-order-form .price-info {
	margin-bottom: 4px;
	position: relative
}

.teacher-order-form .price-info strong {
	color: #3d3d3d;
	font-size: 36px
}

.teacher-order-form .dropdown {
	display: block;
	margin-bottom: 10px
}

.teacher-order-form .dropdown .btn-default {
	display: block
}

.teacher-order-form .close-box, .teacher-order-form .header,
	.teacher-order-form .phone .phone-text {
	display: none
}

.teacher-order-form .lesson-way {
	margin-left: 0
}

.teacher-order-form .phone {
	text-align: center;
	margin-top: 10px
}

.teacher-order-form .phone .icon {
	margin-right: 5px
}

.teacher-order-form .disabled-order {
	background-color: #9e9e9e;
	border-color: #9e9e9e
}

.teacher-order-form {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 3;
	margin-bottom: 0 !important;
	border-top: 1px solid #ddd
}

.teacher-order-form .body {
	width: 1100px;
	margin: 0 auto;
	border-top: 1px solid transparent;
	padding: 0
}

.teacher-order-form .body .btn-primary, .teacher-order-form .body .dropdown
	{
	margin-right: 10px;
	margin-top: 10px;
	float: left
}

.teacher-order-form .body .price-info {
	float: left;
	width: 230px;
	margin-right: 10px
}

.teacher-order-form .body .price-info .price-menu {
	bottom: 45px;
	top: inherit;
	right: -390px
}

.teacher-order-form .body .dropdown {
	width: 140px
}

.teacher-order-form .body .dropdown .dropdown-menu {
	top: inherit;
	bottom: 35px
}

.teacher-order-form .body .dropdown .caret {
	border-top: none;
	border-bottom: 5px solid #666;
	top: 0
}

.teacher-order-form .body .btn-block {
	float: left;
	width: auto
}

.teacher-order-form .body .phone {
	position: relative;
	left: -200px;
	margin-top: 15px;
	height: 33px;
	width: 200px;
	float: right
}

.teacher-order-form .body .phone .icon {
	color: #6187DC;
	font-size: 30px
}

.teacher-order-form .body .phone .phone-text {
	color: #3d3d3d;
	position: relative;
	display: inline;
	top: -15px;
	left: 91px
}

.teacher-order-form .body .close-box {
	position: relative;
	width: 100%;
	height: 0;
	right: 0;
	top: 0;
	display: block
}

.teacher-order-form .body .close-box .close {
	font-size: 35px;
	position: fixed;
	right: 15px;
	color: #ddd;
	bottom: 10px;
	cursor: pointer
}

.all-price .price-trigger:hover .icon, .teacher-order-form .body .close-box .close:hover
	{
	color: #f90
}

.all-price {
	position: relative
}

.all-price .price-trigger {
	cursor: pointer;
	font-size: 12px
}

.all-price .price-trigger .icon {
	margin-right: 5px
}

.all-price .price-menu {
	background-color: #FFF;
	display: none;
	font-size: 12px;
	width: 460px;
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2
}

.all-price .price-menu .price-header {
	text-align: center;
	padding: 5px 16px
}

.all-price .price-menu td, .all-price .price-menu th {
	border: 1px solid #ccc;
	padding: 8px 18px
}

.all-price .price-menu td {
	cursor: pointer;
	word-wrap: break-word;
	word-break: break-all
}

.all-price .price-menu tr td:first-child, .all-price .price-menu tr th:first-child
	{
	cursor: text
}

.all-price .price-menu th {
	white-space: nowrap
}

.all-price .price-menu .center {
	text-align: center;
	cursor: text
}

.all-price .price-menu .category {
	background: url(../../../img/teacher/line_df3b201920.png) no-repeat;
	width: 114px;
	height: auto;
	padding: 0
}

.all-price .price-menu .box {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	margin: 0;
	position: relative
}

#header .wrapper, #site-nav .wrapper, .content {
	width: 1020px
}

.all-price .price-menu .box .category-course {
	position: absolute;
	left: 18px;
	top: 48px;
	display: block
}

.all-price .price-menu .box .category-approach {
	position: absolute;
	left: 60px;
	top: 35px;
	display: block
}

.all-price .price-menu .price-footer {
	padding: 5px 0;
	text-align: center
}

.all-price .price-menu .price-footer .btn-primary {
	float: none;
	margin-right: 20px
}

body {
	background: #fff
}

.content {
	margin: 0 auto
}

.content .ellipsis {
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.content .no-article {
	margin: 0 auto;
	text-align: center;
	padding: 100px 0
}

.content .no-article .img-wrapper {
	text-align: center
}

.content .no-article .img-wrapper .img {
	display: block;
	margin: 0 auto;
	width: 106px;
	height: 112px;
	background-image: url(../../../img/teacher/comment_empty_c06d975363.png)
}

.content .no-article .text-center {
	font-size: 16px;
	font-weight: 700;
	padding-top: 20px
}

.content .no-list-article {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	float: left
}

.content .no-list-article:hover {
	color: #6d6d6d
}

.content .no-list-back {
	display: block;
	font-size: 14px;
	float: right
}

.content .no-list-back:hover {
	color: #6d6d6d
}

.content .title-list {
	width: 700px;
	height: 40px;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	padding: 0 5px
}

.content .title-list .title-list-article {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	float: left
}

.content .title-list .title-list-article:hover {
	text-decoration: underline;
	color: #6d6d6d
}

.content .title-list .title-list-back {
	display: block;
	font-size: 14px;
	float: right
}

.content .title-list .title-list-back:hover {
	text-decoration: underline;
	color: #6d6d6d
}

.content .title-list a {
	margin: 0 5px
}

.content .title-list a.del {
	color: red;
	float: right;
	cursor: pointer;
}

.content .title-list a.last-nav {
	color: #6d6d6d
}

.content .article-content {
	position: relative;
	height: 100%;
	margin: 20px 0
}

.content .article-content .article-teacher {
	width: 270px;
	float: right;
	margin: -20px 0 20px
}

.content .article-content .article-teacher .article-summary {
	width: 100%;
	border: 1px solid #eee;
	font-size: 14px;
	margin-bottom: 40px
}

.content .article-content .article-teacher .article-summary a img {
	width: 60px;
	height: 60px;
	border: 4px solid #fff
}

.content .article-content .article-teacher .article-summary .summary {
	padding: 10px 20px 15px 10px;
	zoom: 1
}

.content .article-content .article-teacher .article-summary .summary:after,
	.content .article-content .article-teacher .article-summary .summary:before
	{
	content: " ";
	display: table
}

.content .article-content .article-teacher .article-summary .summary .teacher-img
	{
	float: left
}

.content .article-content .article-teacher .article-summary .summary .teacher-img img
	{
	border: 1px solid #eee
}

.content .article-content .article-teacher .article-summary .summary .teacher-name
	{
	margin-left: 75px
}

.content .article-content .article-teacher .article-summary .summary .teacher-name .name
	{
	font-size: 14px;
	font-weight: 700
}

.content .article-content .article-teacher .article-summary .summary .teacher-name .read-power
	{
	display: none;
	font-size: 12px;
	margin-top: 10px
}

.content .article-content .article-teacher .article-summary .summary .teacher-name .power
	{
	font-size: 12px
}

.content .article-content .article-teacher .article-summary .summary .teacher-name .power .btn-default
	{
	width: 11.5em;
	height: 28px;
	line-height: 13px;
	margin-top: 10px
}

.content .article-content .article-teacher .article-summary .summary .teacher-name .power .btn-default .caret
	{
	margin-top: 4px
}

.content .article-content .article-teacher .article-summary .summary .teacher-name .power .dropdown-menu .active,
	.content .article-content .article-teacher .article-summary .summary .teacher-name .power .dropdown-menu .active:hover,
	.content .article-content .article-teacher .article-summary .summary .teacher-name .power .dropdown-menu li:hover
	{
	color: #6085d7;
	background-color: #fff
}

.content .article-content .article-teacher .article-summary .summary .teacher-name .article-class,
	.content .article-content .article-teacher .article-summary .summary .teacher-name .article-time
	{
	font-size: 12px;
	margin-top: 10px
}

.content .article-content .article-teacher .article-summary .article-button
	{
	padding: 0 10px 15px;
	margin: 5 auto;
	text-align: center
}

.content .article-content .article-teacher .article-summary .article-button .btn-primary
	{
	background: #fff;
	border-color: #ccc;
	color: #555;
	width: 110px;
	margin-right: 10px
}

.content .article-content .article-teacher .article-summary .article-button .btn-primary.btn-edit
	{
	background-color: #6187DC;
	-webkit-box-shadow: 0 1px 0 0 #6187DC;
	-moz-box-shadow: 0 1px 0 0 #6187DC;
	box-shadow: 0 1px 0 0 #6187DC;
	border-color: #6187DC;
	color: #fff
}

.content .article-content .article-teacher .article-summary .article-other
	{
	zoom: 1;
	color: #999;
	margin-top: 5px
}

.content .article-content .article-teacher .article-summary .article-other .group .support,
	.content .article-content .article-teacher .article-summary .article-other .group:hover i,
	.content .article-content .article-teacher .article-summary .article-other .group:hover span
	{
	color: #6187DC
}

.content .article-content .article-teacher .article-summary .article-other:after,
	.content .article-content .article-teacher .article-summary .article-other:before
	{
	content: " ";
	display: table
}

.content .article-content .article-teacher .article-summary .article-other .group
	{
	width: 25%;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	float: left;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	padding: 10px
}

.content .article-content .article-teacher .article-summary .article-other .group i
	{
	font-size: 20px;
	text-align: center;
	cursor: pointer
}

.content .article-content .article-teacher .article-summary .article-other .group span
	{
	font-size: 14px;
	display: block;
	text-align: center
}

.content .article-content .article-teacher .article-summary .article-other .group .icon-article-share
	{
	position: relative
}

.content .article-content .article-teacher .article-summary .article-other .group .icon-article-share
	{
	top: 20px;
	left: -180px
}

.content .article-content .article-teacher .article-summary .article-other .group:hover
	{
	background: #e6e6e6
}

.content .article-content .article-teacher .article-summary .article-other #eye:hover
	{
	background: #fff
}

.content .article-content .article-teacher .article-summary .article-other #eye:hover i,
	.content .article-content .article-teacher .article-summary .article-other #eye:hover span
	{
	color: #999
}

.content .article-content .article-teacher .article-summary .article-other #thumbs-up
	{
	border-left: none
}

.content .article-content .article-teacher .article-summary .read-power span
	{
	display: block;
	width: 60px
}

.content .article-content .article-teacher .other-article {
	border: 1px solid #eee;
	font-size: 14px;
	margin-top: 30px;
	line-height: 3.5;
	padding: 0 20px
}

.content .article-content .article-teacher .other-article span {
	display: block;
	word-spacing: 5px
}

.content .article-content .article-teacher .other-article .article-link-wrapper
	{
	display: block;
	border-top: 1px solid #eee;
	word-spacing: 5px;
	line-height: 32px;
	max-width: 228px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.content .article-content .article-teacher .other-article a:hover {
	cursor: pointer;
	color: #6187DC;
	text-decoration: underline
}

.content .article-content .article-teacher .other-article .title {
	font-size: 16px;
	font-weight: 600
}

.content .article-content .article-content-deatail {
	width: 700px;
	float: left
}

.content .article-content .article-content-deatail .detail-title {
	font-size: 24px;
	font-weight: 700;
	padding: 0 10px 10px;
	line-height: 30px;
	color: #333
}

.content .article-content .article-content-deatail .article-detail {
	color: #000;
	font-size: 16px;
	line-height: 2em;
	padding: 10px;
	overflow: hidden;
	word-break: normal;
	word-wrap: break-word;
	border-bottom: solid 1px #eee;
}

.content .article-content .article-content-deatail .article-detail p {
	margin: 15px 0
}

.content .article-content .article-content-deatail .article-detail img {
	max-width: 100%
}

.content .article-content .article-content-deatail .article-detail strong
	{
	font-weight: 700
}

.content .article-content .article-content-deatail .detail-writer {
	margin-top: 17px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	padding-left: 10px
}

.content .article-content .article-content-deatail .detail-writer.none-avatar
	{
	margin-top: 10px
}

.content .article-content .article-content-deatail .detail-writer .detail-writer-avatar
	{
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 6px
}

.content .article-content .article-content-deatail .detail-writer .detail-writer-avatar img
	{
	display: block
}

.content .article-content .article-content-deatail .detail-writer .detail-writer-name
	{
	max-width: 200px;
	display: inline-block;
	vertical-align: middle;
	color: #6187dc
}

.content .article-content .article-content-deatail .detail-writer .article-tag,
	.content .article-content .article-content-deatail .detail-writer .article-tag-title,
	.content .article-content .article-content-deatail .detail-writer .detail-writer-dot,
	.content .article-content .article-content-deatail .detail-writer .detail-writer-update
	{
	display: inline-block;
	vertical-align: middle
}

.content .article-content .article-content-deatail .detail-writer .detail-writer-dot
	{
	font-weight: 700;
	width: 12px;
	text-align: center
}

.content .article-content .article-content-deatail .detail-writer .article-tag-title
	{
	margin-left: 10px
}

.content .article-content .article-content-deatail .detail-writer .article-tag
	{
	margin-left: 3px
}

.content .article-content .article-content-deatail .article-base {
	border-bottom: 1px solid #eee;
	padding: 10px 10px 30px
}

.content .article-content .article-content-deatail .article-base .article-last-prev
	{
	height: 20px
}

.content .article-content .article-content-deatail .article-base .article-last-prev .article-last
	{
	display: inline-block;
	color: #999;
	font-size: 12px
}

.content .article-content .article-content-deatail .article-base .article-last-prev .article-next
	{
	float: right;
	display: inline-block;
	color: #999;
	font-size: 12px
}

.content .article-content .article-content-deatail .article-base .article-last-prev a:hover
	{
	color: #6187DC;
	text-decoration: underline
}

.content .article-content .article-content-deatail .article-base .group-second
	{
	font-size: 12px;
	margin-top: 5px;
	zoom: 1
}

.content .article-content .article-content-deatail .article-base .group-second:after,
	.content .article-content .article-content-deatail .article-base .group-second:before
	{
	content: " ";
	display: table
}

.content .article-content .article-content-deatail .article-base .group-second .group-base
	{
	width: 70px;
	height: 35px;
	border: 1px solid #eee;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	font-size: 14px
}

.content .article-content .article-content-deatail .article-base .group-second .group-base:hover
	{
	border-color: #6187DC;
	cursor: pointer
}

.content .article-content .article-content-deatail .article-base .group-second .group-base:hover i
	{
	color: #6187DC
}

.content .article-content .article-content-deatail .article-base .group-second .eye
	{
	float: left;
	width: 70px;
	height: 35px;
	line-height: 1.3;
	margin-left: 8px
}

.content .article-content .article-content-deatail .article-base .group-second .count
	{
	display: inline-block;
	color: #C8C4C4
}

.content .article-content .article-content-deatail .article-base .group-second i
	{
	margin-left: 5px;
	font-size: 20px;
	cursor: pointer;
	color: #999
}

.content .article-content .article-content-deatail .article-base .group-second .support
	{
	color: #6187DC
}

.content .article-content .article-content-deatail .article-base .group-second .icon-article-share,
	.content .article-content .article-content-deatail .article-base .group-second .icon-thumbs-up
	{
	position: relative;
	top: 3px
}

.content .article-content .article-content-deatail .article-base .group-second .group-base
	{
	position: absolute;
	top: 20px;
	left: -160px
}

.content .article-content .article-content-deatail .article-base .group-second .eye .character,
	.content .article-content .article-content-deatail .article-base .group-second .eye .number
	{
	display: block;
	color: #C8C4C4
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box
	{
	float: right
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .thumbs-up-img
	{
	float: left;
	max-width: 371px
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .thumbs-up-img .thumbs-users
	{
	float: left;
	position: relative
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .thumbs-up-img .thumbs-users img
	{
	height: 30px;
	width: 30px;
	margin-left: 5px;
	border: 1px solid #eee
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .thumbs-up-img .thumbs-users .user_id
	{
	display: none
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .img-more
	{
	float: right;
	margin-left: 10px
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .img-more a
	{
	color: #6187DC
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .img-more a:hover
	{
	color: #6187DC;
	text-decoration: underline;
	cursor: pointer
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .img-less
	{
	float: right;
	margin-left: 10px;
	display: none
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .img-less a
	{
	color: #6187DC
}

.content .article-content .article-content-deatail .article-base .group-second .thumbs-up-box .img-less a:hover
	{
	text-decoration: underline;
	cursor: pointer;
	color: #6187DC
}

.content .article-content .article-content-deatail .relative-content {
	margin-bottom: 26px;
	padding: 0 10px 30px;
	border-bottom: solid 1px #eee
}

.content .article-content .article-content-deatail .relative-content h4
	{
	margin: 28px 0 18px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	font-weight: 700
}

.content .article-content .article-content-deatail .relative-content .content-list
	{
	overflow: hidden;
	margin: 0 -20px
}

.content .article-content .article-content-deatail .relative-content .content-list .content-item
	{
	margin: 0 20px;
	width: 200px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer
}

.content .article-content .article-content-deatail .relative-content .content-list .content-img
	{
	margin-bottom: 8px
}

.content .article-content .article-content-deatail .relative-content .content-list img
	{
	display: block
}

.content .article-content .article-content-deatail .relative-content .content-list .content-tag
	{
	margin-right: 3px;
	width: 38px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #f90;
	border: 1px solid #f90;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	display: inline-block
}

.content .article-content .article-content-deatail .comment {
	padding: 0 10px;
	margin-bottom: -4px;
	overflow: hidden
}

.content .article-content .article-content-deatail .comment .character {
	float: left;
	font-size: 16px;
	font-weight: 700
}

.content .article-content .article-content-deatail .comment .report {
	float: right;
	color: #C8C4C4;
	margin-top: 3px;
	font-size: 12px
}

.content .article-content .article-content-deatail .comment .report:hover
	{
	cursor: pointer;
	text-decoration: underline
}

.content .article-content .article-content-deatail .comment-detail {
	margin-bottom: 75px;
	font-size: 12px
}

.content .article-content .article-content-deatail .comment-detail .comment-current
	{
	padding: 10px 0 0 10px;
	margin-top: 10px
}

.content .article-content .article-content-deatail .comment-detail .comment-current .user-img
	{
	float: left;
	height: 40px
}

.content .article-content .article-content-deatail .comment-detail .comment-current .user-img img
	{
	border: 1px solid #eee
}

.content .article-content .article-content-deatail .comment-detail .comment-current .user-img .no-login
	{
	width: 40px;
	height: 40px
}

.content .article-content .article-content-deatail .comment-detail .comment-current .form-group-display
	{
	margin-left: 60px
}

.content .article-content .article-content-deatail .comment-detail .comment-current .form-group-display .form-controls
	{
	margin-bottom: 20px
}

.content .article-content .article-content-deatail .comment-detail .comment-current .form-group-display .form-number-example
	{
	width: 520px;
	border-color: #eee
}

.content .article-content .article-content-deatail .comment-detail .comment-current .form-group
	{
	display: none
}

.content .article-content .article-content-deatail .comment-detail .comment-current .form-group .form-text
	{
	margin-left: 20px;
	width: 520px;
	height: 80px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border-color: #6187DC
}

.content .article-content .article-content-deatail .comment-detail .comment-current .form-group .form-hint
	{
	margin-left: 68px;
	color: #e6e6e6;
	display: none
}

.content .article-content .article-content-deatail .comment-detail .comment-current .form-group .form-action
	{
	text-align: right;
	padding: 10px 128px 0 0;
	margin-top: 0
}

.content .article-content .article-content-deatail .comment-detail .comment-current .form-group .form-action .btn-small
	{
	width: 80px;
	height: 28px;
	line-height: 28px;
	padding: 0;
}

.content .article-content .article-content-deatail .comment-detail .comment-current .form-group .form-action .btn
	{
	width: 80px;
	margin-left: 10px;
	height: 28px;
	line-height: 28px;
	padding: 0;
}

.content .article-content .article-content-deatail .comment-detail .comment-current .comment-line
	{
	display: none
}

.content .article-content .article-content-deatail .comment-detail .detail-box
	{
	overflow: hidden;
	padding: 0 0 0 10px
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail
	{
	float: left;
	line-height: 2;
	width: 100%
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-img
	{
	float: left
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-img img
	{
	border: 1px solid #eee;
	width: 40px;
	height: 40px;
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content
	{
	overflow: hidden;
	margin-left: 60px
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .user-name
	{
	font-weight: 600
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .user-name:hover
	{
	cursor: pointer
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .comment-time
	{
	margin-left: 15px;
	color: #C8C4C4
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .comment-time span
	{
	color: #C8C4C4
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .comment-time:hover
	{
	cursor: default
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .user-id
	{
	display: none
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .on-delete
	{
	display: none;
	margin-left: 15px;
	color: #C8C4C4
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .on-delete span
	{
	color: #C8C4C4
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .on-delete:hover
	{
	color: #6187DC;
	cursor: pointer
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .on-report
	{
	display: none;
	margin-left: 15px;
	color: #C8C4C4
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .on-report span
	{
	color: #C8C4C4
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .on-report:hover
	{
	color: #6187DC;
	cursor: pointer
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .comment-id,
	.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .user .comment-support
	{
	display: none
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply
	{
	position: relative;
	overflow: hidden
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .comment-content
	{
	display: inline-block;
	float: left
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .comment-content .content-detail
	{
	display: inline-block;
	width: 520px
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .comment-content:hover
	{
	cursor: default
}

.content .article-content .article-content-deatail .comment-detail .comment-more:hover,
	.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .on-delete:hover,
	.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .on-reply:hover
	{
	cursor: pointer
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply
	{
	display: inline-block;
	bottom: 0;
	width: 80px;
	position: absolute;
	right: 0
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .on-delete,
	.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .on-reply
	{
	color: #6187DC
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .answer:hover
	{
	text-decoration: underline
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .on-thumbs-up
	{
	display: inline-block;
	margin-left: 3px;
	color: #999
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .on-thumbs-up .support
	{
	color: #6187DC
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .on-thumbs-up .count
	{
	padding: 2px
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .on-thumbs-up:hover
	{
	color: #6187DC;
	cursor: pointer
}

.content .article-content .article-content-deatail .comment-detail .detail-box .detail .user-content .comment-reply .reply .on-thumbs-up:hover .count
	{
	color: #999
}

.content .article-content .article-content-deatail .comment-detail .detail-comment-input
	{
	display: none;
	float: left;
	margin-top: 10px;
	line-height: 2;
	width: 700px
}

.content .article-content .article-content-deatail .comment-detail .detail-comment-input .user-img
	{
	float: left
}

.content .article-content .article-content-deatail .comment-detail .detail-comment-input .form-group .form-controls .form-text
	{
	margin-left: 20px;
	width: 520px;
	height: 80px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border-color: #6187DC
}

.content .article-content .article-content-deatail .comment-detail .detail-comment-input .form-group .form-hint
	{
	margin-left: 68px;
	color: #e6e6e6;
	display: none
}

.content .article-content .article-content-deatail .comment-detail .detail-comment-input .form-group .form-action
	{
	text-align: right;
	padding: 10px 140px 0 0;
	margin-top: 0
}

.content .article-content .article-content-deatail .comment-detail .detail-comment-input .form-group .form-action .btn-small
	{
	width: 80px;
	height: 28px;
	line-height: 28px;
	padding: 0
}

.content .article-content .article-content-deatail .comment-detail .detail-comment-input .form-group .form-action .btn
	{
	width: 80px;
	margin-left: 10px;
	height: 28px;
	line-height: 28px;
	padding: 0
}

.content .article-content .article-content-deatail .comment-detail hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-left: 60px
}

.content .article-content .article-content-deatail .comment-detail .comment-more
	{
	text-align: center
}

.content .article-content .article-content-deatail .comment-detail .comment-more a
	{
	color: #6187DC
}

.content .article-content .article-content-deatail .comment-detail .comment-more icon
	{
	font-size: 12px
}

.vcode-wrapper {
	width: 290px;
	margin: 15px auto 0;
	overflow: hidden
}

.vcode-wrapper .left-text {
	float: left
}

.vcode-wrapper .left-text .input-text {
	line-height: 30px;
	width: 120px;
	padding: 0 8px;
	border: 1px solid #e6e6e6
}

.vcode-wrapper .left-text .input-text:focus {
	border-color: #f90
}

.vcode-wrapper .right-vcode {
	margin-left: 10px;
	float: left
}

.vcode-wrapper .right-vcode img {
	position: relative;
	top: 5px;
	display: block
}

.vcode-wrapper .error-tip {
	height: 23px;
	line-height: 23px;
	visibility: hidden;
	text-align: left;
	color: #f95710
}