.form-item {
	margin-bottom:20px;
	line-height:20px;
	zoom:1;
}
.form-item:after {
	display:block;
	height:0;
	content:".";
	visibility:hidden;
	clear:both;
}
.form-item .form-label {
	float:left;
	margin:10px 2% 10px 0;
	width:13%;
	text-align:right;
}
.form-item .form-label i {
	color:#f68519;
}
.form-item .form-value {
	float:left;
	width:76%;
}
.form-item .form-value label {
	margin-right:10px;
}
.form-item .form-ipt-w1,.form-item .form-txt-w1 {
	margin:0 -1px;
	border:1px solid #e6e7e7;
	padding:0;
	width:100%;
	text-indent:10px;
	font-size:14px;
}
.form-item .form-ipt-w1 {
	height:38px;
	line-height:38px;
}
.form-item .form-txt-w1 {
	height:240px;
}
.form-item .form-tip {
	margin:0;
	padding:5px 0 0 15%;
	color:#f68519;
	clear:both;
}
.form-btns {
	margin-right:9%;
	text-align:right;
}
.eui-dialog {
	position:fixed;
	background-color:#fff;
	z-index:9001;
	min-width:640px;
}
.eui-dialog .eui-dialog-header {
	height:60px;
	background-color:#3498DB;
}
.eui-dialog .eui-dialog-title {
	float:left;
	margin:0;
	padding:0 0 0 30px;
	line-height:60px;
	font-weight:400;
	font-size:18px;
	color:#fff;
}
.eui-dialog .dialog-close {
	float:right;
	margin:20px 20px 0;
	width:18px;
	height:18px;
	text-decoration:none;
	text-indent:-50px;
	background:url(../../common/widget/dialog/img/close.png) no-repeat left bottom;
	overflow:hidden;
}
.eui-dialog .dialog-close:hover {
	background:url(../../common/widget/dialog/img/close.png) no-repeat left top;
}
.eui-dialog .eui-text-content {
	padding:30px 30px 10px;
	line-height:30px;
	text-align:center;
	font-size:14px;
}
.eui-dialog .eui-dialog-footer {
	padding:10px 0 50px;
	text-align:center;
}
.eui-dialog .eui-dialog-footer .btn {
	margin-right:10px;
}
.eui-mask {
	z-index:9000;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:9000;
	background-color:#000;
	opacity:.5;
	filter:alpha(opacity = 50);
}
.eui-tip {
	min-width:200px;
	min-height:50px;
	overflow:hidden;
	z-index:9001;
	border:1px solid #dedede;
	border-radius:3px;
	background:#fff;
	position:fixed;
	left:50%;
	top:100px;
	line-height:20px;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5);
}
.eui-tip .eui-tip-content {
	padding:15px;
	margin:0;
	overflow:hidden;
	float:left;
	max-width:300px;
}
.eui-tip .tip-icon {
	width:20px;
	height:20px;
	float:left;
	padding:0;
	margin:15px;
}
.eui-tip-success {
	background:#e4ffc2;
	border:1px solid #35e20d;
	-webkit-box-shadow:0 3px 9px rgba(107,180,13,.5);
	box-shadow:0 3px 9px rgba(107,180,13,.5);
}
.eui-tip-error {
	background:#ffd6d6;
	border:1px solid #e75454;
	-webkit-box-shadow:0 3px 9px rgba(234,22,22,.5);
	box-shadow:0 3px 9px rgba(234,22,22,.5);
}
.eui-tip-success .tip-icon {
	background:url(../../common/widget/dialog/img/success_icon_s.png) 0 0 no-repeat;
}
.eui-tip-error .tip-icon {
	background:url(../../common/widget/dialog/img/error_icon_s.png) 0 0 no-repeat;
}
.eui-page {
	margin:18px 0;
	overflow:hidden;
	display:inline-block;
}
.eui-page a,.eui-page .active {
	float:left;
	padding:0 14px;
	line-height:26px;
	text-decoration:none;
	border:1px solid #ddd;
	margin-right:10px;
	border-radius:2px;
	height:26px;
	color:#666;
	cursor:pointer;
}
.eui-page a:hover {
	border-color:#3498DB;
}
.eui-page .active {
	color:#3498DB;
	border-color:#3498DB;
	cursor:default;
}
.eui-page .page-others {
	float:left;
	padding-left:15px;
	line-height:28px;
	font-size:12px;
	color:#999;
}
.eui-btn-01,.eui-btn-02 {
	display:inline-block;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:none;
	width:120px;
	height:34px;
	padding:0;
	line-height:34px;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	cursor:pointer;
}
.eui-btn-01 {
	color:#fff;
	background-color:#3498DB;
}
.eui-btn-02 {
	border:1px solid #e4e4e4;
	color:#333;
	background-color:#efefef;
}
.eui-btn-01:hover,.eui-btn-02:hover {
	text-decoration:none;
	opacity:.8;
	filter:alpha(opacity=80);
}
.eui-btn-01.disabled,.eui-btn-01:disabled,.eui-btn-01[disabled],.eui-btn-02.disabled,.eui-btn-02:disabled,.eui-btn-02[disabled] {
	opacity:.5;
	filter:alpha(opacity=50);
}
.fui-main-header {
	overflow:hidden;
	zoom:1;
}
.fui-main-header .main-sub-list {
	margin:0;
	padding:5px 0;
}
.fui-content {
	width:74.5%;
}
.fui-content-full {
	width:100%;
}
.fui-sidebar {
	width:24%;
}
.fui-column-01 {
	background-color:#fff;
}
.fui-column-01 .tit {
	border-bottom:1px solid #ddd;
	padding:24px 0 24px 30px;
	line-height:1;
	font-size:18px;
}
.fui-ico-good,.fui-ico-top {
	display:inline-block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:2px 3px;
	font:12px/1 "\5B8B\4F53";
	color:#fff;
	vertical-align:middle;
}
.fui-ico-good {
	border:1px solid #e85b58;
	background-color:#ff6563;
}
.fui-ico-top {
	border:1px solid #3498DB;
	background-color:#26a89e;
}
.fui-column-02 {
	background-color:#fff;
}
.fui-column-02 .hd {
	border-bottom:1px solid #ddd;
	padding:25px 30px;
	overflow:hidden;
	zoom:1;
}
.fui-column-02 .hd .img {
	margin-right:15px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:52px;
	height:52px;
	background-color:#3498DB;
}
.fui-column-02 .hd .title {
	margin:0;
	line-height:52px;
	font-weight:400;
	font-size:24px;
}
.fui-column-02 .bd {
	padding:0 30px 30px;
}
.fui-home-current,.fui-current {
	line-height:30px;
}
.fui-home-current {
	padding:15px 0;
	font-size:20px;
}
.fui-current {
	padding:10px 0;
	font-size:12px;
	color:#666;
}
.fui-home .fui-main-header .main-sub-list {
	padding:10px 0;
}
.fui-personal-info {
	padding-top:25px;
	height:245px;
	text-align:center;
	background-color:#e3e3e3;
	overflow:hidden;
}
.fui-personal-info p {
	margin:0;
}
.fui-personal-info .name {
	line-height:1;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:18px;
	color:#666;
	overflow:hidden;
}
.fui-personal-info .photo {
	margin-top:18px;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	width:96px;
	height:96px;
}
.fui-personal-info .btn-01,.fui-personal-info .btn-02 {
	margin-top:15px;
	width:70%;
	height:38px;
	line-height:38px;
	font-size:18px;
}
.fui-personal-info .btn-02 {
	color:#3498DB;
	background-color:#fff;
}
.fui-personal-data {
	margin:20px 15px 0;
	padding-left:0;
	overflow:hidden;
	zoom:1;
}
.fui-personal-data li {
	float:left;
	margin-left:-1px;
	border-left:1px solid #cfcfcf;
	width:100%;
	line-height:1;
}
.fui-personal-data .data,.fui-personal-data .type {
	display:block;
}
.fui-personal-data .data {
	font-size:36px;
	color:#3498DB;
}
.fui-personal-data .data a {
	color:#3498DB;
}
.fui-personal-data .data a:hover {
	text-decoration:none;
	opacity:.8;
	filter:alpha(opacity=80);
}
.fui-personal-data .type {
	padding-top:10px;
	color:#666;
}
.fui-hot-topic .con {
	padding:15px 25px 30px;
}
.fui-hot-topic-list {
	margin:0;
	padding-left:0;
}
.fui-hot-topic-list li {
	line-height:30px;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:12px;
	overflow:hidden;
}
.fui-hot-topic-list li a {
	color:#333;
}
.edui-container,.edui-body-container {
	width:100% !important;
}
.fui-topic-list {
	margin:0;
	padding-left:0;
	line-height:18px;
}
.fui-topic-list .topic-item {
	border-bottom:1px dashed #cecdcd;
	padding:15px 0;
}
.fui-topic-list .topic-main {
	overflow:hidden;
	zoom:1;
}
.fui-topic-list .title-wrap,.fui-topic-list .title,.fui-topic-list .ico {
	float:left;
}
.fui-topic-list .title-wrap {
	width:80%;
}
.fui-topic-list .title {
	max-width:100%;
	font-weight:400;
	color:#999;
}
.fui-topic-list .title-inner {
	display:block;
	margin-right:62px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.fui-topic-list .fui-ico-good {
	margin-left:-57px;
}
.fui-topic-list .fui-ico-top {
	margin-left:-32px;
}
.fui-topic-list .info,.fui-topic-list .topic-other {
	font-size:12px;
	color:#999;
}
.fui-topic-list .info {
	float:right;
	width:19%;
}
.fui-topic-list .user,.fui-topic-list .time {
	float:left;
	max-width:48%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.fui-topic-list .time {
	padding-left:4%;
}
.fui-topic-list .topic-other {
	margin-top:8px;
}
.fui-topic-list .reply {
	padding-left:15px;
}
.eui-text-content p {
	margin:0;
}
.eui-text-content .d-tip,.eui-text-content .d-err {
	font-size:12px;
}
.eui-text-content .d-tip {
	line-height:16px;
	color:#999;
}
.eui-text-content .d-err {
	margin:-12px auto -18px;
	width:262px;
	height:30px;
	text-align:left;
	color:#f00;
}
.eui-text-content .d-form-item {
	padding:18px 0 12px;
}
.eui-text-content .d-ipt {
	border:1px solid #e6e7e7;
	padding:0 10px;
	width:240px;
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#333;
}
.eui-text-content .d-ipt-err {
	border-color:#f00;
}
.eui-text-content .d-btns {
	padding:20px 0 40px;
}
.eui-text-content .d-btns .eui-btn-02 {
	margin-left:10px;
}
.reply-column {
	overflow:hidden;
	zoom:1;
}
.reply-column-user,.reply-column-topic {
	float:left;
}
.reply-column-user {
	margin-left:-100%;
	width:200px;
	text-align:center;
	background-color:#e1eae6;
}
.reply-column-user .hd,.reply-column-topic .hd {
	border-bottom:1px dashed #c3cfca;
	padding-top:2px;
	height:58px;
	line-height:58px;
	overflow:hidden;
}
.reply-column-user .hd {
	font-weight:700;
}
.reply-column-user .ico-baidu-user {
	background:url(../UpFile/UpAttachment/2017-9/20179171656100.png) no-repeat left top;
	-webkit-background-size:29px;
	background-size:36px;
}
.reply-column-user .bd {
	padding:14px 5px 58px;
}
.reply-column-topic {
	width:100%;
	background-color:#fff;
}
.reply-column-topic-inner {
	margin-left:200px;
}
.reply-column-user p {
	margin:0;
}
.reply-column-user .mark {
	margin-bottom:12px;
	line-height:14px;
	font-size:12px;
	color:#666;
}
.reply-column-user .mark i {
	padding:0 6px;
	color:#cfcfcf;
}
.reply-column-user .photo {
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	width:96px;
	height:96px;
}
.reply-column-user .fui-personal-data {
	margin-top:6px;
}
.reply-column-user .data {
	font-size:24px;
}
.reply-column-user .type {
	font-size:12px;
}
.reply-list {
	margin:0;
	padding-left:0;
}
.reply-list .item {
	position:relative;
	border-bottom:5px solid rgba(129,160,138,.2);
}
.reply-user-info,.reply-topic-info {
	padding-bottom:9999px;
}
.reply-user-info {
	margin-bottom:-9999px;
}
.reply-topic-info {
	margin-bottom:-9939px;
}
.reply-topic-info .hd {
	padding-left:30px;
	padding-right:30px;
	font-size:12px;
	color:#999;
}
.reply-topic-info .pv,.reply-topic-info .reply,.reply-topic-info .good {
	margin-left:12px;
}
.reply-topic-info .bd {
	padding:15px 30px;
}
.reply-topic-info .title {
	margin:10px 0 15px;
	line-height:30px;
	text-align:center;
	font-weight:400;
	font-size:24px;
}
.reply-topic-info .bd p {
	margin:0;
	line-height:30px;
	color:#666;
}
.reply-topic-info .bd em {
	font-style:italic;
}
.reply-topic-info .bd ol {
	list-style:decimal;
}
.reply-topic-info .bd ul {
	list-style:disc;
}
.reply-topic-info .bd img {
	max-width:100%;
}
.reply-topic-info .ft {
	position:absolute;
	left:230px;
	right:30px;
	bottom:0;
	border-top:1px dashed #c3cfca;
	padding:18px 0;
	overflow:hidden;
	zoom:1;
}
.reply-quote-box {
	margin:10px 0;
	border:1px solid #efebeb;
	padding:15px 22px;
	background-color:#fbfbfb;
}
.reply-topic-info .reply-quote-box p {
	line-height:24px;
	color:#999;
}
.reply-quote-box .quote-time {
	font-size:12px;
}
.reply-quote-box .quote-con {
	height:24px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.reply-deleted-box {
	margin:50px auto 0;
	border:1px solid #efebeb;
	width:248px;
	height:44px;
	line-height:44px;
	text-align:center;
	color:#666;
	background-color:#fbfbfb;
}
.reply-topic-btns {
	float:right;
	padding-left:0;
}
.reply-topic-btns li {
	float:left;
	line-height:22px;
}
.reply-topic-btns li a {
	display:inline-block;
	font-size:12px;
}
.reply-topic-btns .admin-btns a {
	margin-left:5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px solid #ddd;
	padding:0 10px;
	line-height:18px;
	color:#999;
}
.reply-topic-btns .line {
	margin:0 10px;
	color:#d6d6d6;
}
.reply-topic-btns .btn-edit,.reply-topic-btns .btn-good,.reply-topic-btns .btn-reply {
	padding-left:20px;
	background:url(../img/ico-01.png) no-repeat;
}
.reply-topic-btns .btn-edit {
	padding-left:15px;
	background-position:0 -58px;
}
.reply-topic-btns .btn-good {
	position:relative;
	background-position:0 -28px;
	z-index:1;
}
.reply-topic-btns .btn-reply {
	background-position:0 5px;
}
.reply-topic-btns .admin-btns a:hover,.reply-topic-btns .btn-edit:hover,.reply-topic-btns .btn-good:hover,.reply-topic-btns .btn-reply:hover {
	text-decoration:none;
	color:#3498DB;
}
.reply-topic-btns .admin-btns a:hover {
	border-color:#3498DB;
}
.reply-topic-btns .btn-edit:hover {
	background-position:0 -148px;
}
.reply-topic-btns .btn-good:hover {
	background-position:0 -118px;
}
.reply-topic-btns .btn-reply:hover {
	background-position:0 -85px;
}
.reply-topic-btns .rel {
	position:relative;
}
.reply-topic-btns .rel i {
	position:absolute;
	left:8px;
	top:-5px;
	font-size:18px;
	color:#3498DB;
	opacity:0;
	z-index:0;
}
.reply-topic-btns .rel .disabled {
	color:#666;
	background-position:0 -28px;
	opacity:.5;
	cursor:default;
}
.topic-detail-page {
	margin-top:6px;
	text-align:right;
}
.reply-post-box {
	margin:10px 0 50px;
}
.reply-post-user,.reply-post {
	height:415px;
}
.reply-post-user {
	background-color:#ececec;
}
.reply-post .hd,.reply-post .bd,.reply-post .ft {
	margin-left:30px;
	margin-right:30px;
}
.reply-post .hd {
	border-bottom:none;
	font-size:18px;
}
.reply-post .bd {
	padding-top:5px;
}
.reply-post .ft {
	text-align:right;
}
.form-item .form-txt-w1 {
	height:auto;
}
.form-item .form-tip {
	padding-left:0;
}
.form-item .form-ipt-w1,.form-item .form-txt-w1 .edui-editor {
	text-indent:0;
}
a {
	color:#666;
}
.fui-main-header .main-sub-list {
	margin:0;
	padding:5px 0;
	line-height:40px;
	overflow:hidden;
	zoom:1;
	font-size:12px;
	color:#d7d7d7;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.mt10 {
	margin-top:10px;
}
.mt-10 {
	margin-top:-10px;
}
.mark {
	background:none;
	padding:0;
}




}@media (max-width:767px) {
	#navbar,.navbar-collapse {
	z-index:100;
}
.reply-column-topic-inner {
	margin-left:0;
}
.reply-topic-info .hd {
	padding-left:0;
	padding-top:0;
}
.reply-topic-info .hd .hd {
	padding:0;
	font-size:15px;
}
.reply-column-user {
	width:auto;
	margin:0 10px 0 0;
	text-align:left;
	background:none;
	font-weight:600;
}
.reply-column-user .hd {
	text-indent:10px;
}
.reply-column-user .ico-baidu-user {
	text-indent:20px;
}
.small-photo .photo {
	width:35px;
	height:35px;
	margin-top:-6px;
}
.reply-topic-info .ft {
	left:auto;
}
.eui-page a {
	margin-bottom:10px;
}
.reply-post {
	height:auto;
	padding-bottom:20px;
}
}