@charset "utf-8";

* {
	word-wrap: break-word;
}

body {
	color: #939499;
	line-height: 22px;
	background: #fcfcfc;
	min-width: 960px;
}

body,select {
	font: 13px/1.5 STHeiti,Microsoft YaHei,Tahoma,Helvetica,'SimSun',sans-serif;
	color: #444;
}

textarea {
	resize: none;
}

body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset{
	margin: 0;
	padding: 0;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

caption,th {
	text-align: left;
	font-weight: 400;
}

ul li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

em,cite,i {
	font-style: normal;
}

a img {
	border: none;
}

label {
	cursor: pointer;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
	border: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

i,em {
	font-style: normal;
}

ol,ul,li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%;
	font-weight: normal
}

textarea {
	overflow: auto;
	resize: none;
}

label {
	cursor: default;
}

a,button {
	cursor: pointer;
}
a {
	outline: none;
	text-decoration: none;
	color: #939499;
}

a:hover {
	text-decoration: none;
	color: #2196F3;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
html,body{
	height: 100%;
	margin:0;
	padding:0;
}
*:focus { outline: none; }

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear{clear:both;height:0px;overflow:hidden;padding:0px;margin:0px;}

* html .clearfix {
	height: 1%;
}
/* 高度百分百骨架 */
.skeleton{
	width: 100%;
	min-height: 100%;
	
	height: auto;
	display: -webkit-box;
	display: box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	box-pack: center;
	-ms-flex-pack: center
}
/* 正文 */
.main{
	margin:0 auto;
	margin-top:51px;
	margin-bottom: 90px;
}
/* 背景 */
.backgroundModule{
	background: #fff; 
}
.wrap{width:1210px;}


/*分页*/
.pg {
	float: right;line-height: 30px;font-size: 13px;
}
.pg A {
	border: #ebebeb 1px solid; border-radius: 2px; padding-bottom: 0px; background-color: #fff; padding-left: 10px; padding-right: 10px; display: inline; background-repeat: no-repeat; float: left; height: 30px; color: #333; margin-left: 4px; overflow: hidden; text-decoration: none; padding-top: 0px;
	
}
.pg A.prev {
	border-radius: 2px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; padding-top: 0px
}
.pg A.nxt {
	border-radius: 2px;
	padding-bottom: 0px; padding-left: 10px; padding-right: 10px; padding-top: 0px
}
.pg A:hover {
	border: #c9c9c9 1px solid; 
	color: #000000;
}
.pg LABEL {border-radius: 2px;
	border: #ebebeb 1px solid; 
	padding-bottom: 0px; background-color: #fff; padding-left: 10px; padding-right: 10px; display: inline; background-repeat: no-repeat; float: left; height: 30px; color: #333; margin-left: 4px; overflow: hidden; text-decoration: none; padding-top: 0px;
	
}
.pg LABEL .pg_input {
	padding:0;width:25px;height:15px;line-height:15px;margin-bottom: 3px;*margin-bottom: 0px;border: #dfdfdf 1px solid;
}
.pg STRONG {
	border: #ebebeb 1px solid; 
	border-radius: 2px; padding-bottom: 0px; background-color: #fff; padding-left: 10px; padding-right: 10px; display: inline; background-repeat: no-repeat; float: left; height: 30px; color: #666; margin-left: 4px; overflow: hidden; 
	background-color: #f5f5f5;text-decoration: none; padding-top: 0px;
}
.pg span.count {
	border: #ebebeb 1px solid; 
	border-radius: 2px; padding-bottom: 0px; background-color: #fff; padding-left: 10px; padding-right: 10px; display: inline; background-repeat: no-repeat; float: left; height: 30px; color: #333; margin-left: 4px; overflow: hidden; 
	text-decoration: none; padding-top: 0px;
}

/*功能按钮  F7F7F7 */
.functionButton{ display:inline-block; vertical-align:middle; padding:1px 0; margin:0 1px; background:#dddddd; *margin-top: -12px;}
.functionButton span,
.functionButton input{ float:left; display:inline; margin:0 -1px; height:30px; line-height:30px; padding:0 18px; font-size:16px; border:0; overflow:visible; background:#dddddd; color:#5a5a5a; cursor:pointer; outline: none;}
.functionButton:hover,
.functionButton:hover span,
.functionButton:hover input{background:#f6f6f6;outline: none;}

/*提交按钮*/
.submitButton{ display:inline-block; vertical-align:middle; padding:1px 0; margin:0 1px; background:#30aff7;}
.submitButton span,
.submitButton input{ float:left; display:inline; margin:0 -1px; height:32px; line-height:32px; padding:0 24px; font-size:18px; border:0; overflow:visible; background:#30aff7; color:#fff; cursor:pointer; }
.submitButton:hover,
.submitButton:hover span,
.submitButton:hover input{background:#45b6f7;}
.submitButton input:disabled{  
    border: 1px solid #e6e6e6;  
    background-color: #fbfbfb;  
    color:#c9c9c9;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}

/* 蓝色按钮*/
.blue_btn_box{
	border:1px solid #0191e4;
	padding:1px;
	display:inline-block;
}

.blue_btn{
    background-color: #25affe;
	color: #ffffff;
	border: medium none;
	
	height:24px;
	*line-height:27px;/* IE6/IE7 */
	line-height:27px\0; /* IE8 */
	outline:0 none !important; blr:expression(this.onFocus=this.blur()); /* 去除控件选中时的虚线框 */
}
.blue_btn:hover{
    background-color: #0299f0;
	width: 45px;
	color: #ffffff;
    height: 24px;
}

/* 表单 text */
.formText{height:24px; line-height:24px; padding:2px 4px;border:1px solid;border-color:#e0e0e0 #e0e0e0 #e0e0e0 #e0e0e0;background:#fff;border-radius:3px;}
/* 表单 select */
.formSelect{height:30px; line-height:30px; padding:2px 4px;border:1px solid;border-color:#e0e0e0 #e0e0e0 #e0e0e0 #e0e0e0;background:#fff;border-radius:3px;margin-right: 1px;}


.headerModule {
	background-color: #F2F2F2;
	border-bottom: 1px solid #e9e8e8;
	position: absolute;
	height: 50px;
	left: 0; top: 0; right: 0; 
}

.headerModule .box {
	*zoom: 1;
	height: 50px;
	line-height: 51px;
	width: 1210px;
	margin: 0 auto
}

.headerModule .box:before,.headerModule .box:after {
	clear: both;
	display: table;
	content: "";
	line-height: 0
}

.headerModule .box .logo {
	float: left;margin-top: 5px;*margin-top:2px; 
}


.headerModule .box .nav {
	float: left;
	margin-left: 8px
}

.headerModule .box .nav ul li {
	float: left
}

.headerModule .box .nav ul li a {
	display: block;
	margin-left: 25px;
	color: #2d2d2d;
	font-size: 16px
}

.headerModule .box .nav ul li a:hover {
	color:#2196F3
}
.logged-out-wrapper {
	color: #7d7d7d;
	display: none;
	float: left;
	max-width: 70px;
	position: relative;
	cursor: pointer
}


.headerModule .box .menu {
	float: right;
	margin-right: 8px
}
.headerModule .box .menu ul li {
	float: left
}

.headerModule .box .menu ul li a {
	display: block;
	margin-left: 18px;
	color: #363636;
	font-size: 14px
}

.headerModule .box .menu ul li a:hover {
	color:#2196F3
}

.headerModule .box .menu ul li .author{position:relative;color:#999}
.headerModule .box .menu ul li .author img{
	width:32px;
	height:32px;
	position:absolute;
	left:-18px;
	top:9px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}




.headerModule .box .head-search {
	float: left;
	margin-left: 20px;
	position: relative;
	line-height: 49px
}

.headerModule .box .head-search form {
	width: 220px;
	height: 29px;
	background: #ededed;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	float: left;
	margin-top: 10px;
	position: relative
}
.headerModule .box .head-search form input {
	width: 180px;
	height: 20px;
	*height: 50px;
	line-height: 20px;
	background: none;
	border: none;
	padding-left: 12px;
	font-size: 14px;

	margin-top: 5px
}
.headerModule .box .head-search form input.sub-button {
	width: 30px;
	height: 29px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -999px;
	cursor: pointer;
	margin: 0px;
	/**background-image: url(../images/search.png) no-repeat center center;**/
	background: url(../images/search.png) no-repeat center ;
}



/* 话题题标签 */
.tabModule {
	margin-top:10px;
    padding: 8px 18px 8px 18px;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    background-color: #fff; 
    position: relative;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.tabModule .tab-box{
	
	margin-right: 90px;
}
.tabModule .tab-box .tab{
	margin-top: 8px;
	margin-bottom: 8px;
}
.tabModule .tab-box .tab:link,
.tabModule .tab-box .tab:visited,
.tabModule .tab-box .tab:active {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 8px 6px 8px;
    margin-right: 5px;
    border-radius: 3px;
    color: #555;
    background-color: #f5f5f5;
    position:relative;
}
.tabModule .tab-box .tab:hover {
    background-color: #ebebeb;
    color: #555;
    text-decoration: none;
}
.tabModule .tab-box .tab_current:link,
.tabModule .tab-box .tab_current:visited,
.tabModule .tab-box .tab_current:active {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 8px 5px 8px;
    margin-right: 5px;
    border-radius: 3px;
    background-color: #334;;
    color: #fff;
    position:relative;
    behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.tabModule .tab-box .tab_current:hover {
    background-color: #445;
    color: #fff;
    text-decoration: none;
}
.tabModule .more{
	position: absolute;
	top: 18px;
	right: 15px;
}
.tabModule .readMore{
	color: #555;
	cursor:default;
}
.tabModule .readMore i{
	display:block;
	float:right;
	margin-top: 4px;
	margin-left: 3px;
}
.tabModule .shrinkMore{
	position: relative;
	display: block;
	color: #555;
	text-align:center;
	height: 30px;
	line-height:30px;
	font-size:15px;
	margin-top: 10px;
}

/* 话题模块 */
.topicModule{
	margin-top: 10px;
	
}
.topicModule .topic-box{
	background:#fff;padding:0px 15px 0px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	
}
.topicModule .topic-box .topicList {
	margin-bottom: 10px;
}
.topicModule .topic-box .topicList .topicItem {
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0 10px 0;
	position: relative;
}
.topicModule .topic-box .topicList .topicItem .avatarBox {
	position: relative;
	margin-left: 0px;
	padding: 0;
	float: left;
}
.topicModule .topic-box .topicList .topicItem .avatarBox .avatarLink {
	display: block;
	position: relative;
	float: left;
	padding-left: 4px;
}
.topicModule .topic-box .topicList .topicItem .avatarBox .avatarLink  img {
	float: none;
	display: block;
	width: 62px;
	height: 62px;
	float: left;
	margin-right: 10px;
	border-radius:62px;
	position:relative;
}
.topicModule .topic-box .topicList .topicItem .content {
	/**
	overflow: auto;
	overflow-x: hidden;**/
	margin-left:88px;
	margin-right:100px;
	
	
}
.topicModule .topic-box .topicList .topicItem .content .info {
	margin-top:2px;
	margin-bottom: 8px;
	color: #c4c4c4;
	font-size: 14px;
	padding-left: 0;
	list-style: none;
}
.topicModule .topic-box .topicList .topicItem .content .info>li{
	display: inline-block;
}
.topicModule .topic-box .topicList .topicItem .content .info .tag{
	display: inline-block;
	min-width: 10px;
	padding: 4px 7px;
	font-size: 12px;
	color: #666666;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 2px;
	
}
.topicModule .topic-box .topicList .topicItem .content .info .module{
	display: inline-block;
	min-width: 10px;
	padding: 4px 7px;
	font-size: 12px;
	color: #666666;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 2px;
	
}
.topicModule .topic-box .topicList .topicItem .content .info .userName{
	color: #999;
}
.topicModule .topic-box .topicList .topicItem .content .info .userRoleName{
	white-space:nowrap;
	color:#e2b46e;
	background-color:#f8e7c4;
	border-radius:4px;
	padding:0 5px;
	font-size: 12px;
}
.topicModule .topic-box .topicList .topicItem .content .info .staff{
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:0 5px;
	font-size: 12px;
}
.topicModule .topic-box .topicList .topicItem .content .info .postTime{
	margin-left: 10px;
}
.topicModule .topic-box .topicList .topicItem .content .info .lastReplyTime{
	margin-left: 10px;
}
.topicModule .topic-box .topicList .topicItem .content .title {
	margin: 0 5px 0 0;
	font-size: 18px;
	line-height: 28px;
	
}
.topicModule .topic-box .topicList .topicItem .content .title a{
	color: #393939;
}
.topicModule .topic-box .topicList .topicItem .content .title a:hover {
	text-decoration: none;
	color: #2196F3;
}
.topicModule .topic-box .topicList .topicItem .content .title .topicRoleName{
	white-space:nowrap;
	color:#fff;
	background-color:#ffcc00;
	border-radius:4px;
	padding:0 5px;
	font-size: 13px;
	position:relative;
    top:-1px;
}
.topicModule .topic-box .topicList .topicItem .content .title .hideTagType{
	font-size:0;/*父级元素设置font-size:0; 解决 display：inline-block两个元素之间的默认空格 */
	position: relative;
	top: -1px;
}
.topicModule .topic-box .topicList .topicItem .content .title .hideTagType .circle{
	border-radius:12px;display: inline-block;margin-right:5px;
	width: 24px;height: 24px;
	position:relative;
}
.topicModule .topic-box .topicList .topicItem .content .title .hideTagType .circle i{
	font-size: 14px;line-height: 24px; margin-left: 6px;
}

.topicModule .topic-box .topicList .topicItem .content .title .hideTagType .point:before{
	content: ' ';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 13px;
    left: 10px;
}

.topicModule .topic-box .topicList .topicItem .content .title .hide_10 .circle{
	background: #ebebeb;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_10 .point:before{
	background-color: #ebebeb;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_10 .circle i{
	color: #b2b2b2;
}

.topicModule .topic-box .topicList .topicItem .content .title .hide_20 .circle{
	background: #bbf9d5;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_20 .point:before{
	background-color: #bbf9d5;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_20 .circle i{
	color: #21de70;
}

.topicModule .topic-box .topicList .topicItem .content .title .hide_30 .circle{
	background: #bfebfb;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_30 .point:before{
	background-color: #bfebfb;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_30 .circle i{
	color: #27c3fc;
}

.topicModule .topic-box .topicList .topicItem .content .title .hide_40 .circle{
	background: #e2cffe;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_40 .point:before{
	background-color: #e2cffe;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_40 .circle i{
	color: #af82f2;
}

.topicModule .topic-box .topicList .topicItem .content .title .hide_50 .circle{
	background: #fedbb2;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_50 .point:before{
	background-color: #fedbb2;
}
.topicModule .topic-box .topicList .topicItem .content .title .hide_50 .circle i{
	color: #fe9d2d;
}

.topicModule .highlight B{
	color: #fc0012;
	font-weight:normal;
}
.topicModule .topic-box .topicList .topicItem .content .detail{
	position: relative;
}
.topicModule .topic-box .topicList .topicItem .content .detail .tm-m-photos{
	margin-top: 4px;
}
.topicModule .topic-box .topicList .topicItem .content .detail .videoInfo{
	margin: 3px 5px 0 0;
	
	
}
/* 隐藏标签 IE8以下浏览器不支持自定义标签，需要在页头<head>标签内执行document.createElement('player') */
.topicModule .topic-box .topicList .topicItem .content .detail .videoInfo player{
	width: 320px;
	height: 180px;
	display: block;
	float: left;
	margin-right: 5px;
	background: #000;
	position: relative;
	text-align: center;
}

.topicModule .topic-box .topicList .topicItem .content .detail .videoInfo player .cover{
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.topicModule .topic-box .topicList .topicItem .content .detail .videoInfo player .circle{
	display: inline-block;
	position: absolute;
	top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	line-height:180px;
	border-radius:30px;
	width: 60px;
	height: 60px;
	background-color: rgba(0,0,0,0.5);
}
.topicModule .topic-box .topicList .topicItem .content .detail .videoInfo player .iconBox{
    display: block;
    position: relative;
	width: 60px;
	height: 60px;
	
}
.topicModule .topic-box .topicList .topicItem .content .detail .videoInfo player .iconBox .playIcon{
	font-size: 30px;
    position: absolute;  
	line-height:22px; 
	width: 22px;
	height: 22px;
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    color: #fff;
}


.topicModule .topic-box .topicList .topicItem .content .detail .summary{
	margin: 3px 50px 0 0;
	font-size: 15px;
	line-height: 28px;
	font-weight:normal;
	text-decoration:none;
	color: #aaa;
}
.topicModule .topic-box .topicList .topicItem .statistic {
	position:absolute;
	top:48px;
	right:0px;
	font-size: 14px;
	color: #c4c4c4;
	
}
.topicModule .topic-box .topicList .topicItem .statistic .viewTotal{
	float: left;margin-right: 4px;min-width: 60px;
}
.topicModule .topic-box .topicList .topicItem .statistic .viewTotal .icon{
	margin-left: 3px;position:relative;top: 1px;color: #e6e6e6;
}
.topicModule .topic-box .topicList .topicItem .statistic .commentTotal{
	float: right;margin-right: 10px;min-width: 50px;
}
.topicModule .topic-box .topicList .topicItem .statistic .commentTotal .icon{
	margin-left: 3px;position:relative;top: 1px;color: #e6e6e6;
}
.topicModule .topicPage {
	padding-top:20px;background: #fff;height: 54px;
	overflow: hidden;
}





/* 提交话题 */
.topic-formModule {
	margin-top:10px;
	
}
.topic-formModule .addTopic-wrap{
	position: relative;
	background: #fff;
	padding:15px 18px 50px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.topic-formModule .addTopic-wrap .textarea{
	width:100%;height:300px;visibility:hidden;
}
.topic-formModule .addTopic-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.topic-formModule .addTopic-wrap .error {
	color: red;
}
.topic-formModule .addTopic-wrap .topicSubmit {
	width: 70px;
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.topic-formModule .addTopic-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.topic-formModule .addTopic-wrap .captchaModule .captchaBox{
	height:32px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;
	border-radius:2px;
	margin-left: 10px;
	margin-top:1px;
}
.topic-formModule .addTopic-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.topic-formModule .addTopic-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.topic-formModule .addTopic-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:1px 15px 0 5px;}
.topic-formModule .addTopic-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.topic-formModule .addTopic-wrap .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.topic-formModule .addTopic-wrap .captchaModule .tips span{
	color: red;
}
/* 添加答案模块(未登录) */
.addTopicModule{
	margin-top:10px;
}
.addTopicModule .addTopic-wrap{
	background: #fff;
	padding:15px 15px 15px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.addTopicModule .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.addTopicModule .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}
.addTopicModule .respond a{color: #26a2ff;}
/* 全站关闭发表话题 */
.addTopic-disableFormModule{
	margin-top:10px;
}
.addTopic-disableFormModule .disableForm-wrap{
	background: #fff;
	padding:15px 15px 15px 15px;
}
.addTopic-disableFormModule .disableForm-wrap .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.addTopic-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}








.topicContentModule{
	margin:10px auto auto auto;
}
.topicContentModule .left {
	float: left;
	width: 900px;
	height: auto;
	padding-bottom: 10px;
}
.topicContentModule .left .topic-wrap{
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	position: relative;
}
.topicContentModule .left .topic-wrap .topicTag{
	padding-top:15px;
	margin-left:15px;
}
.topicContentModule .left .topic-wrap .topicTag .tag{
	display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 8px 6px 8px;
    margin-right: 5px;
    border-radius: 3px;
    color: #555;
    background-color: #f5f5f5;
    position:relative;
}
.topicContentModule .left .topic-wrap .topicTag .tag:hover {
    background-color: #ebebeb;
    color: #555;
    text-decoration: none;
}
.topicContentModule .left .topic-wrap .editTopic{
	position:absolute; 
	right: 5px;
	top: 20px;
}
.topicContentModule .left .topic-wrap .editTopic i{
	font-size: 13px;
	margin-right: 2px;
}
.topicContentModule .left .topic-wrap .editTopic a{
	font-size: 15px;
	margin-right: 8px;
}
.topicContentModule .left .topic-wrap .topicBox{
	height: auto;

	
	padding:15px 15px 15px 15px;
}

.topicContentModule .left .topic-wrap .topicBox .title{
	color:#333;
	font-size:24px;
	border:none;
	line-height:34px; 
	margin:9px 0 18px 0;
}
.topicContentModule .left .topic-wrap .topicBox .topicInfo{
	color: #ccc;font-size: 14px;
}
.topicContentModule .left .topic-wrap .topicBox .topicInfo .postTime{
	float: left;
}
.topicContentModule .left .topic-wrap .topicBox .topicInfo .viewTotal-icon{
	float: left;margin-left: 20px;margin-top: 4px;
}
.topicContentModule .left .topic-wrap .topicBox .topicInfo .viewTotal{
	float: left;margin-left: 3px;
}
.topicContentModule .left .topic-wrap .topicBox .topicInfo .comment-icon{
	float: left;margin-left: 20px;margin-top: 4px;
}
.topicContentModule .left .topic-wrap .topicBox .topicInfo .comment{
	float: left;margin-left: 3px;
}
.topicContentModule .left .topic-wrap .topicBox .topicContent .lastUpdateTime{
	text-align: center;line-height: 40px;padding-bottom: 30px;color: #939499;
}
.topicContentModule .left .topic-wrap .topicBox .topicContent{border-top:1px solid #f1f1f1;margin-top:5px;padding:20px 0px;color:#333;font-size:16px; line-height:28px; word-wrap:break-word;min-height: 100px;}
.topicContentModule .left .topic-wrap .topicBox .topicContent a{
	color: #26a2ff;
}
.topicContentModule .left .topic-wrap .topicBox .topicContent p{font-size:16px;word-wrap:break-word}
.topicContentModule .left .topic-wrap .topicBox .topicContent img{
	max-width:100%;height:auto;border:none;background:none;margin:0;padding:0; 
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.topicContentModule .left .topic-wrap .topicBox .topicContent iframe{
	width:100%; height: 550px;padding:10px 0px; 
}
/* 隐藏标签 IE8以下浏览器不支持自定义标签，需要在页头<head>标签内执行document.createElement('player') */
.topicContentModule .left .topic-wrap .topicBox .topicContent player{
	width: 100%;
	height: 576px;
	display: block;
	margin-top: 10px;
}
.dplayer-process {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.dplayer-process .box{
	position: relative;
	width: 100%;
	height: 100%;
}
.dplayer-process .box .prompt{
   	width: 250px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
   	padding :0px 30px;
   	border-radius :3px;
   	color: #fff;
   	line-height: 80px;
   	font-size: 20px;
   	background-color:rgb(0,0,0);
	opacity:0.7;
	filter:alpha(opacity=70);
	text-align: center;
}
/* 隐藏标签 IE8以下浏览器不支持自定义标签，需要在页头<head>标签内执行document.createElement('hide') */
.topicContentModule .left .topic-wrap .topicBox .topicContent hide{
	display:block;
	background: #fbfbfb;
	min-height:100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 17px;
	margin-bottom: 15px;
	border: 3px dashed #eeeeee;
	border-radius: 5px;
	
}
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .hide-box{
	margin: 5px;position: relative;text-align: center;
}
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .background-image{
	margin: auto;
	margin-top:12px;
	background:url(../images/lock.png) no-repeat;width: 48px;height: 48px;
	opacity:0.25;
	filter:alpha(opacity=25); 
}
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .background-prompt{
	margin-top: 2px; color: #999999;font-size: 16px;
}
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .highlight{font-weight:bold;}
/*border:#a9a9a9 solid 2px;  边框#b2b5bc #777777*/
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .input-box{margin: auto; margin-top: 10px;margin-bottom:18px; border:#888888 solid 2px; width:226px; height:26px; overflow:hidden; border-radius: 2px;}
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .input-box .text{ width:145px; height:26px; line-height:26px; border:0; float:left; font-size:14px; color:#4f4f4f; text-indent: 6px; vertical-align:middle;outline:none; background: #f7f8fa;}
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .input-box .button{ width:79px;*width:76px; height:26px; line-height:28px; border:0; background:#888888; font-size:16px; color:#fff; float:right; font-weight:bold; cursor:pointer;text-decoration: none; outline: none}
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .input-box .button:hover{background:#808080;}/*background:#606060;*/
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .submit-box{margin: auto; margin-top: 10px;margin-bottom:18px; border:#888888 solid 2px; width:96px; height:26px; overflow:hidden; border-radius: 2px;}
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .submit-box .button{ width:96px; height:26px; line-height:28px; border:0; background:#888888; font-size:16px; color:#fff; float:right; font-weight:bold; cursor:pointer;text-decoration: none; outline: none}
.topicContentModule .left .topic-wrap .topicBox .topicContent hide .submit-box .button:hover{background:#808080;}

.topicContentModule .right{
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 10px;
}
.topicContentModule .right .userInfo-wrap{
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.topicContentModule .right .userInfo-wrap .userInfo {
	padding: 20px 0 20px 0;
	margin-left:8px;
	margin-right:8px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.topicContentModule .right .userInfo-wrap .userInfo .author{
	text-align: center;
}
.topicContentModule .right .userInfo-wrap .userInfo .author img{
	width: 70px;
    height: 70px;
    border-radius: 50%;
   
}
.topicContentModule .right .userInfo-wrap .userInfo .name{
 font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #333333;	
  margin:14px 0 4px 0;
}
.topicContentModule .right .userInfo-wrap .userInfo .role{
	text-align: center;
}
.topicContentModule .right .userInfo-wrap .userInfo .role .userRoleName{
	white-space:nowrap; 
	color:#e2b46e;
	background-color:#f8e7c4;
	border-radius:4px;
	padding:1px 5px;
	font-size: 13px;
}
.topicContentModule .right .userInfo-wrap .userInfo .role .staff{
	white-space:nowrap; 
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 13px;
}
.topicContentModule .right .userInfo-wrap .userInfo ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0 18px 0;
	border-top: 1px solid #f1f1f1;
	margin-top: 20px;
}
.topicContentModule .right .userInfo-wrap .userInfo ul li{
	float: left;
	width: 33%;
}
.topicContentModule .right .userInfo-wrap .userInfo ul li span{
	display: block;
	text-align: center;
}
.topicContentModule .right .userInfo-wrap .userInfo ul li span a{
    color: #333;
    margin-bottom: 0px;
}
.topicContentModule .right .userInfo-wrap .userInfo ul li span:nth-child(1){
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.topicContentModule .right .userInfo-wrap .userInfo ul li span:nth-child(2){
	font-size: 12px;
	color: #666;
}
.topicContentModule .right .userInfo-wrap .userInfo ul li span:nth-child(2) a{
    color: #666;
}
.topicContentModule .right .userInfo-wrap .userInfo .action-button {
	text-align: center;
}
.topicContentModule .right .userInfo-wrap .userInfo .action-button .privateMessageBox{

}
.topicContentModule .right .userInfo-wrap .userInfo .action-button .privateMessageBox .privateMessageButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.topicContentModule .right .userInfo-wrap .userInfo .action-button .privateMessageBox .privateMessageButton:hover {  
    background: #e2f2ff;  
} 



/* 评论 */
.commentModule{
	margin-top:10px;
	padding: 0px 10px 50px 10px;
	position: relative;
	padding-bottom:0;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.commentModule .commentlist{list-style:none;font-size: 15px;}
.commentModule .commentlist .comment{padding:15px 0 5px 77px;border-bottom:1px solid #f1f1f1;}
.commentModule .commentlist .comment-author{position:relative;color:#999}
.commentModule .commentlist .comment-author img{
	width:60px;
	height:60px;
	position:absolute;
	left:-72px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.commentModule .commentlist cite{font-style:normal;}
.commentModule .commentlist .userRoleName{
	white-space:nowrap; 
	color:#e2b46e;
	background-color:#f8e7c4;
	border-radius:4px;
	padding:0 5px;
	font-size: 12px;
}
.commentModule .commentlist .staff{
	white-space:nowrap; 
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:0 5px;
	font-size: 12px;
}
.commentModule .commentlist .commentTime{margin-top:2px; margin-bottom:5px;color:#999;font-size: 13px;}
.commentModule .commentlist .commentTime a{color:#999;}
.commentModule .commentlist .comment .commentContent{padding:0px;word-wrap:break-word;color:#666;font-size: 15px;margin-top: 20px;line-height: 26px;}
/* 评论图片尺寸 */
.commentModule .commentlist .comment .commentContent img {max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;}


.commentModule .commentlist .quote{
	padding:5px 8px;border-bottom:none;text-align: left;color: 666;margin-top: 20px;
}
.commentModule .commentlist .quote div{
	background:#fbfbfb;padding:6px 8px 8px 8px;border:1px solid #ebebeb;line-height:140%;margin-bottom:6px;line-height: 28px;border-radius: 3px;
}
.commentModule .commentlist .quote div span{
	color:#aaa;font-size:15px;height: 30px;
}
.commentModule .commentlist .replyList {
	padding: 10px 0 0px;
	margin-left: 36px;
	margin-right:10px;
	position: relative;
	font-size: 15px;
	line-height: 22px;
	margin-top: 20px;
	background: #fbfbfb;
}
.commentModule .commentlist .replyList:before {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #fbfbfb;
	border-left: 1px solid #fbfbfb;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	background-color: #fbfbfb;
	top: -4px;
	left: 60px
}
.commentModule .commentlist .replyList .box li {
	*zoom: 1;
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right:10px;
}
.commentModule .commentlist .replyList .box li:last-child{
	border-bottom: 1px solid #fff;
	
}
.commentModule .commentlist .replyList .box li:before,
.commentModule .commentlist .replyList .box li:after {
	content: "";
	display: table;
	font: 0/0 a
}
.commentModule .commentlist .replyList .box li:after {
	clear: both;
}
.commentModule .commentlist .replyList .box li .reply-top{
	position:relative;
}


.commentModule .commentlist .replyList .box li .reply-top .avatarBox{
	position:absolute;border-radius:100%;
	left: 0px;
}
.commentModule .commentlist .replyList .box li .reply-top .avatarBox img{
	border-radius:100%;
	width: 38px;
	height: 38px;
	margin-top: -2px;
}
.commentModule .commentlist .replyList .box li .reply-top .userName {
	color:#aaa;margin-left: 48px;margin-top:6px;

	float: left;
}
.commentModule .commentlist .replyList .box li .reply-top .userTag{
	float: left;margin-left:4px; margin-top: 6px;
}
.commentModule .commentlist .replyList .box li .reply-top .time {
	float: right;
	color:#aaa;
	font-size: 13px;
	margin-top: 6px;
}
.commentModule .commentlist .replyList .box li .replyContent{
	font-size: 15px;
	line-height:26px;
	color:#666;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
.commentModule .commentlist .tipBottom {
	font-size: 13px;
	color: #aaa;
	margin: 15px 10px 5px 50px;
	text-align: right;
}
.commentModule .commentlist .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.commentModule .commentlist .tipBottom .a-toolbar a {
	color: #aaa;
}
.commentPage {
	margin-top: 8px;margin-right:8px;height: 40px;
}












/* 回复评论  */
.commentModule .commentlist .commentReply-post{
	margin-top: 5px;
	margin-left: 36px;
	margin-right:10px;
}
.commentReply-formModule {
	margin-top:10px;
	
}
.commentReply-formModule .addReply-wrap{
	position: relative;
	padding:0px 9px 50px 1px;
}
.commentReply-formModule .addReply-wrap .reply-textarea{
	line-height: 24px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
	vertical-align: top;
	font-size: 14px;
    resize: vertical;
	padding: 3px 3px;
    background: #ffffff;
    outline: none;
    color: rgba(0,0,0,0.8);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	height:150px;
	width: 100%;
	
}
.commentReply-formModule .addReply-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.commentReply-formModule .addReply-wrap .error {
	color: red;
}
.commentReply-formModule .addReply-wrap .replySubmit {
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}

.commentReply-formModule .addReply-wrap .submitButton-box{
	margin-right: 5px;
}
.commentReply-formModule .addReply-wrap .submitButton-box .submitButton{
	color: #fff;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #30aff7;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.commentReply-formModule .addReply-wrap .submitButton-box .submitButton:hover {  
    background: #45b6f7;  
} 
.commentReply-formModule .addReply-wrap .submitButton-box .submitButton:disabled{  
    border: 1px solid #e6e6e6;  
    background-color: #fbfbfb;  
    color:#c9c9c9;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}
.commentReply-formModule .addReply-wrap .cancelButton-box{
	position: relative;top: 1px;
}
.commentReply-formModule .addReply-wrap .cancelButton-box .cancelButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.commentReply-formModule .addReply-wrap .cancelButton-box .cancelButton:hover {  
    background: #e2f2ff;  
} 
.commentReply-formModule .addReply-wrap .captchaModule{
	float: left;margin-top: 1px;
}
.commentReply-formModule .addReply-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.commentReply-formModule .addReply-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;;
	border-radius:2px;
}
.commentReply-formModule .addReply-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.commentReply-formModule .addReply-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.commentReply-formModule .addReply-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.commentReply-formModule .addReply-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.commentReply-formModule .addReply-wrap .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.commentReply-formModule .addReply-wrap .captchaModule .tips span{
	color: red;
}
.commentReply-disableFormModule{
	margin-top:10px;
}
.commentReply-disableFormModule .disableForm-wrap{
	background: #fff;
	padding:15px 0px 15px 0px;
}
.commentReply-disableFormModule .disableForm-wrap .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.commentReply-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}


/* 修改评论回复  */
.commentModule .commentlist .editCommentReply-post{
	margin-top: 5px;
	margin-left: 36px;
	margin-right:10px;
}
.editCommentReply-formModule {
	margin-top:30px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom:10px;
}
.editCommentReply-formModule .editReply-wrap{
	position: relative;
	padding:0px 9px 50px 1px;
}
.editCommentReply-formModule .editReply-wrap .reply-textarea{
	line-height: 24px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
	vertical-align: top;
	font-size: 14px;
    resize: vertical;
	padding: 3px 3px;
    background: #ffffff;
    outline: none;
    color: rgba(0,0,0,0.8);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	height:150px;
	width: 100%;
	
}
.editCommentReply-formModule .editReply-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.editCommentReply-formModule .editReply-wrap .error {
	color: red;
}
.editCommentReply-formModule .editReply-wrap .replySubmit {
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}

.editCommentReply-formModule .editReply-wrap .submitButton-box{
	margin-right: 5px;
}
.editCommentReply-formModule .editReply-wrap .submitButton-box .submitButton{
	color: #fff;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #30aff7;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.editCommentReply-formModule .editReply-wrap .submitButton-box .submitButton:hover {  
    background: #45b6f7;  
} 
.editCommentReply-formModule .editReply-wrap .submitButton-box .submitButton:disabled{  
    border: 1px solid #e6e6e6;  
    background-color: #fbfbfb;  
    color:#c9c9c9;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}
.editCommentReply-formModule .editReply-wrap .cancelButton-box{
	position: relative;top: 1px;
}
.editCommentReply-formModule .editReply-wrap .cancelButton-box .cancelButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.editCommentReply-formModule .editReply-wrap .cancelButton-box .cancelButton:hover {  
    background: #e2f2ff;  
} 
.editCommentReply-formModule .editReply-wrap .captchaModule{
	float: left;margin-top: 1px;
}
.editCommentReply-formModule .editReply-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.editCommentReply-formModule .editReply-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;;
	border-radius:2px;
}
.editCommentReply-formModule .editReply-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.editCommentReply-formModule .editReply-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.editCommentReply-formModule .editReply-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.editCommentReply-formModule .editReply-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.editCommentReply-formModule .editReply-wrap .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.editCommentReply-formModule .editReply-wrap .captchaModule .tips span{
	color: red;
}
.editCommentReply-disableFormModule{
	margin-top:30px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom:10px;
}
.editCommentReply-disableFormModule .disableForm-wrap{
	background: #fff;
	border-radius:3px;
	padding:15px 0px 15px 0px;
}
.editCommentReply-disableFormModule .disableForm-wrap .respond {border-radius:4px;line-height: 40px;text-align:center;}
.editCommentReply-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}



/* 引用评论  */
.commentModule .commentlist .quote-post{
	margin-top: 5px;
	margin-left: 36px;
	margin-right:10px;
}
.quote-formModule {
	margin-top:50px;
	
}
.quote-formModule .addQuote-wrap{
	position: relative;
	padding:6px 20px 50px 20px;
	background: #f9f9f9;
}
.quote-formModule .addQuote-wrap .head{
	/**
	border-bottom :3px solid #f1f1f1;
	margin-bottom: 10px;
	position: relative;**/
}
.quote-formModule .addQuote-wrap .head .icon{
	position: absolute;font-size: 50px;top: -38px;left: -42px;color: #f9f9f9;
}
.quote-formModule .addQuote-wrap .quote-textarea{
	width:100%;visibility:hidden;height: 200px;
}
.quote-formModule .addQuote-wrap .promptInfo{
	position: absolute;
	right:15px;
	bottom:32px;
}
.quote-formModule .addQuote-wrap .promptInfo h2{
	font-size: 16px;
	color: #ccc;
}
.quote-formModule .addQuote-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.quote-formModule .addQuote-wrap .error {
	color: red;
}
.quote-formModule .addQuote-wrap .quoteSubmit {
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}

.quote-formModule .addQuote-wrap .submitButton-box{
	margin-right: 5px;
}
.quote-formModule .addQuote-wrap .submitButton-box .submitButton{
	color: #fff;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #30aff7;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.quote-formModule .addQuote-wrap .submitButton-box .submitButton:hover {  
    background: #45b6f7;  
} 
.quote-formModule .addQuote-wrap .submitButton-box .submitButton:disabled{  
    border: 1px solid #e6e6e6;  
    background-color: #fbfbfb;  
    color:#c9c9c9;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}
.quote-formModule .addQuote-wrap .cancelButton-box{
	position: relative;top: 1px;
}
.quote-formModule .addQuote-wrap .cancelButton-box .cancelButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.quote-formModule .addQuote-wrap .cancelButton-box .cancelButton:hover {  
    background: #e2f2ff;  
} 
.quote-formModule .addQuote-wrap .captchaModule{
	float: left;margin-top: 1px;
}
.quote-formModule .addQuote-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.quote-formModule .addQuote-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;;
	border-radius:2px;
}
.quote-formModule .addQuote-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.quote-formModule .addQuote-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.quote-formModule .addQuote-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.quote-formModule .addQuote-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.quote-formModule .addQuote-wrap .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.quote-formModule .addQuote-wrap .captchaModule .tips span{
	color: red;
}


.quote-disableFormModule{
	margin-top:10px;
}
.quote-disableFormModule .disableForm-wrap{
	background: #fff;
	padding:15px 0px 15px 0px;
}
.quote-disableFormModule .disableForm-wrap .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.quote-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}



/* 评论提交*/
.comment-formModule {
	margin-top:10px;
	
}
.comment-formModule .addComment-wrap{
	position: relative;
	background: #fff;
	padding:15px 18px 50px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.comment-formModule .addComment-wrap .textarea{
	width:100%;visibility:hidden;height: 200px;
}
.comment-formModule .addComment-wrap .promptInfo{
	position: absolute;
	right:15px;
	bottom:32px;
}
.comment-formModule .addComment-wrap .promptInfo h2{
	font-size: 16px;
	color: #ccc;
}
.comment-formModule .addComment-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.comment-formModule .addComment-wrap .error {
	color: red;
}
.comment-formModule .addComment-wrap .commentSubmit {
	width: 70px;
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}
.comment-formModule .addComment-wrap .captchaModule{
	float: left;
}
.comment-formModule .addComment-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.comment-formModule .addComment-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;
	margin-left:10px;
	border-radius:2px;
}
.comment-formModule .addComment-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.comment-formModule .addComment-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.comment-formModule .addComment-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.comment-formModule .addComment-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.comment-formModule .addComment-wrap .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.comment-formModule .addComment-wrap .captchaModule .tips span{
	color: red;
}

/* 修改评论  */
.commentModule .commentlist .editComment-post{
	margin-top: 5px;
	margin-left: 36px;
	margin-right:10px;
}
.editComment-formModule {
	margin-top:50px;
	
}
.editComment-formModule .editComment-wrap{
	position: relative;
	padding:6px 20px 50px 20px;
	background: #f9f9f9;
}
.editComment-formModule .editComment-wrap .head .icon{
	position: absolute;font-size: 50px;top: -38px;left: -42px;color: #f9f9f9;
}
.editComment-formModule .editComment-wrap .editComment-textarea{
	width:100%;visibility:hidden;height: 200px;
}
.editComment-formModule .editComment-wrap .promptInfo{
	position: absolute;
	right:15px;
	bottom:32px;
}
.editComment-formModule .editComment-wrap .promptInfo h2{
	font-size: 16px;
	color: #ccc;
}
.editComment-formModule .editComment-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.editComment-formModule .editComment-wrap .error {
	color: red;
}
.editComment-formModule .editComment-wrap .editCommentSubmit {
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}

.editComment-formModule .editComment-wrap .submitButton-box{
	margin-right: 5px;
}
.editComment-formModule .editComment-wrap .submitButton-box .submitButton{
	color: #fff;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #30aff7;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.editComment-formModule .editComment-wrap .submitButton-box .submitButton:hover {  
    background: #45b6f7;  
} 
.editComment-formModule .editComment-wrap .submitButton-box .submitButton:disabled{  
    border: 1px solid #e6e6e6;  
    background-color: #fbfbfb;  
    color:#c9c9c9;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}
.editComment-formModule .editComment-wrap .cancelButton-box{
	position: relative;top: 1px;
}
.editComment-formModule .editComment-wrap .cancelButton-box .cancelButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.editComment-formModule .editComment-wrap .cancelButton-box .cancelButton:hover {  
    background: #e2f2ff;  
} 
.editComment-formModule .editComment-wrap .captchaModule{
	float: left;margin-top: 1px;
}
.editComment-formModule .editComment-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.editComment-formModule .editComment-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;;
	border-radius:2px;
}
.editComment-formModule .editComment-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.editComment-formModule .editComment-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.editComment-formModule .editComment-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.editComment-formModule .editComment-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.editComment-formModule .editComment-wrap .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.editComment-formModule .editComment-wrap .captchaModule .tips span{
	color: red;
}


.editComment-disableFormModule{
	margin-top:10px;
}
.editComment-disableFormModule .disableForm-wrap{
	background: #fff;
	padding:15px 0px 15px 0px;
}
.editComment-disableFormModule .disableForm-wrap .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.editComment-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}




/* 添加答案模块(未登录) */
.addCommentModule{
	margin-top:10px;
}
.addCommentModule .addComment-wrap{
	background: #fff;
	padding:15px 15px 15px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.addCommentModule .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.addCommentModule .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}
.addCommentModule .respond a{color: #26a2ff;}


/* 相关话题 */
.likeTopicModule{
	margin-top: 10px;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.likeTopicModule .likeTopic{margin-bottom:10px;padding:0 15px 0;}
.likeTopicModule .likeTopic .title{font-size:18px;padding:20px 0 15px;color:#333;border-bottom:1px solid #f1f1f1;}
.likeTopicModule .likeTopic .topicList {font-size: 15px;margin-top: 10px;}
.likeTopicModule .likeTopic .topicList > .topic-title {counter-increment: index;display: flex;flex-direction: row;padding-top: 5px;padding-bottom: 5px;}
.likeTopicModule .likeTopic .topicList > .topic-title::before {content: counter(index);display: flex;width: 22px;height: 22px;background-color: #f6f6f6;text-align: center;border-radius: 4px;flex: none;align-items: center;justify-content: center;color: #939499;}
.likeTopicModule .likeTopic .topicList > .topic-title .top::before {background-color: #2196F3;color: #fff;}
.likeTopicModule .likeTopic .topicList > .topic-title > a {display: block;word-break: break-word;flex: auto;margin-left: 8px;position: relative;top: -1px;color: #666;}
.likeTopicModule .likeTopic .topicList > .topic-title > a:hover {color: #2196F3;}



/** 收藏夹表单模块 **/
.favorite-formModule {
   margin-top: 40px;text-align: center;
   margin-bottom: 10px;
}
/** 带数字按钮 **/
.numberButton{
	margin-right: 10px;
}
.numberButton .button{
	position: relative;
	color: #fff;
    background: #30aff7;
    border:1px solid #30aff7;
    outline: none;
    display: inline-block;
    padding-left: 25px;
    padding-right:25px; 
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px 0px 0px 3px;
    margin: 0;
	text-decoration: none;
}
.numberButton .button:hover{background:#45b6f7;}
.numberButton .number{
	position: relative;
	color: #45b6f7;
    background: none;
    border-top:1px solid #30aff7;
    border-bottom:1px solid #30aff7;
    border-right:1px solid #30aff7;
    outline: none;
    display: inline-block;
   	padding-bottom:0px;
    padding-left: 12px;
    padding-right:12px; 
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px 3px 3px 0px;
    margin: 0px 0px 0px -5px;
	text-decoration: none;
}


/** 在线留言 **/
.addFeedbackModule .box{padding:10px;}
.addFeedbackModule .box h2{height: 46px; line-height:38px; border-bottom: 1px solid #f1f1f1; text-align:center; font-size: 18px;margin-bottom: 20px;}
.addFeedbackModule .box .item{margin:0 auto;width: 900px;}
.addFeedbackModule .box .item a{color:#35b5ff;}
.addFeedbackModule .box .item .required{color: red;}
.addFeedbackModule .box .item th{width:10em;text-align:right;vertical-align:top;line-height:24px;padding:10px 2px;color: #777; font-weight: normal; font-size: 13px;}
.addFeedbackModule .box .item textarea{
	 line-height: 1.33em;
	-webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
	vertical-align: top;
	
	margin: 0em;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    padding: 0.78em 1em;
    background: #ffffff;
    border: 1px solid rgba(39,41,43,0.15);
    outline: none;
    color: rgba(0,0,0,0.8);
    border-radius: 0.2rem;
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    font-size: 1.2em;
   
    resize: vertical;
}
.addFeedbackModule .box .item .error {color: red;margin-left: 5px;}
.addFeedbackModule .box .item .help {color: #747474;margin-left: 5px;}



.addFeedbackModule .box .item .captcha_div{
	height: 38px;line-height:38px;margin-top: 10px;
}
.addFeedbackModule .box .item .captchaBox{
	height:32px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;
	border-radius:2px;
}
.addFeedbackModule .box .item .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:30px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0;
	font-size:18px; 
}
.addFeedbackModule .box .item .promptTag {
	float:left; 
	font-size:13px; 
	height:21px; 
	line-height:21px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-62px; 
	color:#B0B0B0;
}
.addFeedbackModule .box .item .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.addFeedbackModule .box .item .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.addFeedbackModule .box .item .tips{
	padding-left:10px;height: 10px;line-height: 12px;
}
.addFeedbackModule .box .item .tips span{
	color: red;
}


.addFeedbackModule .box .item .submit{
	margin-top: 20px;margin-left: 100px;width: 300px;
}
.addFeedbackModule .prompt{
	padding: 50px 10px 10px 10px;
	position: relative;
	padding-bottom:0;
}
.addFeedbackModule .prompt .respond {margin-bottom:20px}
.addFeedbackModule .prompt .respond p label{width:auto;padding:0 0 0 5px;}
.addFeedbackModule .prompt .respond h2{font-size:12px;margin-top:15px;border:none}



/* 友情链接 */
.linkModule {
	margin-top: 10px;
	
}
.linkModule .link-box{
	background:#fff;padding:0px 15px 0px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.linkModule .link-box .title {
	clear: both;
	padding: 10px 0 0 2px;
	color: #9f9f9f;
	font-weight: bold;
	font-size: 15px;
	line-height: 38px;
	border-bottom: 1px dashed #eee;
}
.linkModule .link-box .links-logo {
	clear: both;
	padding: 10px 0px 0px 0px;
}
.linkModule .link-box .links-logo li {
	width: 170px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
.linkModule .link-box .links-text {
	padding: 0px 0px 10px 0px;
}
.linkModule .link-box .links-text li {
	float: left;
	width: 170px;
	font-size: 14px;
	line-height: 22px;
	margin-right: 10px;
}



/* 消息页 */
.messageModule {
	height:300px;
	margin-top:50px;
	text-align:center;
	background: #fff;
	font-size: 15px;
}
.messageModule h1{
	margin-top:50px;
	font-size: 24px;
}

/** 注册 **/
.registerModule{padding:10px;}
.registerModule h2{height: 46px;border-bottom: 1px solid #f1f1f1; text-align:center; font-size: 16px;line-height: 38px;margin-bottom: 20px;}
.registerModule .item{margin:0 auto;width: 650px;}
.registerModule .item a{color:#35b5ff;}
.registerModule .item .required{color: red;}
.registerModule .item th{width:10em;text-align:right;vertical-align:top;line-height:24px;padding:10px 2px;color: #777; font-weight: normal; font-size: 14px;}
.registerModule .item .error {color: red;margin-left: 5px;}
.registerModule .item .help {color: #747474;margin-left: 5px;}
.registerModule .item .inputBox{
	width:220px;
}
.registerModule .item .inputBox_captcha{
	width:60px;
}
.registerModule .item .registerSubmit{
	margin-top: 20px;margin-left: 100px;width: 300px;
}

/* 登录 */
.loginModule{background: #fff;padding:15px 25px 15px 15px;width:600px;color:#6e6e6e;margin:80px auto; border:1px solid #eef2f4;box-shadow: 0px 1px 2px #eee;}
.loginModule a,.loginModule a:hover{color:#1a66b3;}
.loginModule input{outline:none;}
.loginModule .head{padding:1px 0 6px 146px;height:auto !important;height:10px;font-size:16px;;border-bottom:1px solid #eef2f4;}
.loginModule .box{width:310px;margin:0 auto;}
.loginModule .box .username,.loginModule .box .password,.loginModule .box .captchaBox{height:36px;border:1px solid #e6e6e6;width:310px; border-radius:2px; }
.loginModule .box .username { margin-top:15px; position:relative;}
.loginModule .box .clearUserName { width:10px; height:11px; display:block; top:12px; left:290px; position:absolute; background:url(../images/login.png) -85px -5px no-repeat;}
.loginModule .box .clearUserName:hover { background-position:-107px -5px;;}
.loginModule .box .promptTag { float:left; font-size:13px; height:21px; line-height:21px; cursor:text; margin-top:-25px; color:#B0B0B0;}
.loginModule .box .captcha_div{height: 38px;}
.loginModule .box .captcha_div a { line-height:38px;}
.loginModule .box .captchaBox{width:126px;float: left;}
.loginModule .box .username span,.loginModule .box .password span,.loginModule .box .captchaBox span{width:30px; margin-right:10px;height:36px;float:left;background:url("../images/login.png") 6px 8px no-repeat;}
.loginModule .box .password span{background-position:-23px 8px;}
.loginModule .box .captchaBox span{background-position:-120px 8px;}
.loginModule .box .username input,.loginModule .box .password input,.loginModule .box .captchaBox input{float:left; height:34px; line-height:34px;border:0;color:#333;padding:0;}
.loginModule .box .username input,.loginModule .box .password input{width:270px;}
.loginModule .box .captchaBox input{width:86px;float:left;}
.loginModule .box .tips{height:30px;line-height:30px; padding-left:10px;}
.loginModule .box .tips span{color: red;}
.loginModule .box .captcha_div .captchaImage{width:100px;height:38px;float: left;margin:0 15px 0 5px;}
.loginModule .box .captcha_div .captchaImage img{width:100px;height:40px;outline:none;}
.loginModule .box .otherInfo{width:310px;height:27px;line-height:22px;padding-top:7px;overflow:hidden;}
.loginModule .box .otherInfo a{float:right; color: #2196F3;}
.loginModule .box .otherInfo input{vertical-align: middle;margin-top:-1px;}
.loginModule .box .loginButton a{width:100%;border-radius:5px;color:#fff;display: inline-block;height:44px;text-align: center;font-weight:normal; font-size:20px;line-height:44px;  background:#30aff7;}
.loginModule .box .loginButton a:hover{background:#45b6f7;text-decoration:none;}
.loginModule .box .username.focus,.loginModule .box .password.focus,.loginModule .box .captchaBox.focus{border-color:#969696;}
.loginModule .box .username.blur,.loginModule .box .password.blur,.loginModule .box .captchaBox.blur{border-color:#e6e6e6; color:#a0a0a0;}

/* 找回密码 */
.findPassWordModule{
	margin-top:20px !important;padding:10px;
	
}
.findPassWordModule h2{height: 40px;border-bottom: 1px solid #f1f1f1; text-align:center;font-size: 16px; }
.findPassWordModule table{
	margin:0 auto;
	margin-top:20px;
}


/* 用户中心 */
.user-home-header{
	background: red;
	margin-top: 60px;
	position: relative;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.user-home-header .avatarRing {
	width: 150px;
	height: 100px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	position: absolute;
	left: 15px;
	top: -40px
}
.user-home-header .inner {
	height: 170px;
	background: #fff;
	position: relative;
	padding-left: 180px;
	border-right: 1px solid #EDEDED;
	margin-right: 0;
	border-right: 0
}
.user-home-header .avatar {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	left: 20px;
	top: -35px;
	width: 140px
}
.user-home-header .avatar .img-box {
	position: relative;
	height: 140px
}
.user-home-header .avatar .img-box img {
	max-height: 140px;
	max-width: 140px;
	border-radius: 2px;
}
.user-home-header .avatar .counts {
	background: #fcfcfc;
	text-align: center
}
.user-home-header .avatar .counts .point {
	display: block;
	float: left;
	width: 70px;
	height: 40px;
	padding-top: 10px;
	border-right: 1px solid #EDEDED;
	text-decoration: none
}
.user-home-header .avatar .counts .follows {
	display: block;
	height: 40px;
	padding-top: 10px;
	text-decoration: none
}
.user-home-header .avatar .counts .num {
	font-size: 16px;
	font-weight: 400;
	color: #444;
	/**color: #ea3c1a;font-weight: bold;**/
	line-height: 1;
	margin-bottom: 5px
}
.user-home-header .avatar .counts .sub {
	font-size: 12px;
	line-height: 1;
	color: #999
}
.user-home-header .avatar .counts a:hover div {
	color: orange;
}
.user-home-header .head-line {
	margin: 20px 0 10px;
	line-height: 1;
	position: relative
}
.user-home-header .head-line .name {
	font-size: 24px;
	font-weight: 400;
	color: #444;
	display: inline-block;
	margin-top: 15px;
}
.user-home-header .head-line .grade {
	display: inline-block;
	background-color: #f0f0f0;
	border-radius: 4px;
	color: #999;
	font-size: 14px;
	padding: 3px 8px 3px 8px;
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: 8px;
	
}
.user-home-header .nickname{
	font-size: 16px;
	color: #444;
	display: inline-block;
}
.user-home-header .role{
	margin-top:10px;
}
.user-home-header .role .userRoleName{
	white-space:nowrap; 
	color:#fff;
	background-color:#ffcc00;
	border-radius:4px;
	padding:0 5px;
	font-size: 14px;
}

.user-home-header .action-button {
	position: absolute;
	right: 20px;
	top: 20px
}
.user-home-header .action-button .privateMessageBox{

}
.user-home-header .action-button .privateMessageBox .privateMessageButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.user-home-header .action-button .privateMessageBox .privateMessageButton:hover {  
    background: #e2f2ff;  
} 


.action-followBox{
	margin-right: 10px;
}
.action-followBox .followButton{
	color: #fff;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #30aff7;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.action-followBox .followButton:hover {  
    background: #45b6f7;  
} 


/* 服务 */
.selfService { margin-left: -5px;margin-top: 10px;}
.selfService .box{overflow:hidden;zoom:1; margin:0 0px;}
.selfService .box .ul{padding-bottom:10px;overflow:hidden;zoom:1;background-position:0 0px;}
.selfService .box .ul .item{
	width:19%; position:relative;float:left; height:130px;border:1px solid #fff;
	padding:10px 0 0;margin:5px 5px 5px 5px;
	display:block;background-color:#fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.selfService .box .ul .item .a-pic{width: 100px;height: 100px;text-align: center;}
.selfService .box .ul .item .img {
	font-size: 50px;
	display: block;
	margin-top: 15px;
}
.selfService .box .ul .item .title{width: 100%; line-height:40px;font-size: 16px;text-align: center;}
.selfService .box .ul .item .title .a-title{height:40px;overflow:hidden;font-weight:normal;display: block;padding-top: 10px;}

/** 用户中心动态 **/
.home-userDynamic{
	display:block;
	background-color:#fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	margin-top: 12px;
}
.loader{
	height: 50px;width: 100%;text-align: center;font-size: 16px;line-height: 50px;
}


/** 服务导航 **/
.serviceNav {
	height: 44px;
	background-color: #fcfcfc;
	font-size: 14px;
	color: #333;
}
.serviceNav .title {
	float: left;
	padding: 0 15px;
	height: 44px;
	line-height: 44px;
	cursor: pointer;
	position: relative;
}

.serviceNav .title a {
}

.serviceNav .title a:hover {
	color: #2196F3;
}

.serviceNav .selected {
	background-color: white;
	cursor: default;
	box-shadow:4px 0 3px -4px rgba(0,0,0,.06),-4px 0 3px -4px rgba(0,0,0,.06);
}
.serviceNav .selected a{
	color: #333;
}
.serviceNav .more{
	color: #939499;
}
.serviceNav .more i{
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.serviceNav .hide:hover{
	color: #26a2ff;
}
.serviceNav .hide:hover div {
	display:block;
}

.serviceNav .nav-pop-list {
	white-space:nowrap;
	display:none;
	background-color: #fff;
	position: absolute;
	top: 42px;
	left: -8px;
	z-index: 999;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	z-index: 9999;
	line-height:1.5;
}
.serviceNav .nav-pop-list .ul-navlist {
	font-size: 0
}

.serviceNav .nav-pop-list .ul-navlist li {
	display: block;
	font-size: 15px;
	text-align: left;
	padding: 8px 0px 8px 0px;
    margin: 0;
	color: #666;
	width: 100%;
	cursor: pointer;
}
.serviceNav .ul-navlist li:hover{
	background: #eeeeee;
	
}
.serviceNav .nav-pop-list .ul-navlist li a{
    margin-left:20px;
    margin-right:20px;
}


/* 实名认证 */
.realNameAuthenticationModule{padding-left: 300px; padding-right: 0px; padding-top:6px; float: left; }
.realNameAuthenticationModule h3 {
	font-size: 15px;font-weight:500; float: left; margin-bottom: 4px; padding-top:5px; width: 100%; border-bottom: #cccccc 1px dashed; position: relative;padding-bottom: 3px;
}
.realNameAuthenticationModule .realNameAuthenticationTable td{
	padding-bottom:5px; padding-left:0px; padding-right:5px; color:#666;padding-top: 5px;height: 30px;font-size: 13px;
}
.realNameAuthenticationModule .realNameAuthenticationTable .projectName{
	font-size: 22px; font-weight: 400; line-height: 80px;
}
.realNameAuthenticationModule .realNameAuthenticationTable .operating{
	color: #26a2ff; font-size: 13px;
}
.realNameAuthenticationModule .realNameAuthenticationTable .help {color: #9e9e9e; margin-left: 2px;}



/* 绑定手机 */
.phoneBindingModule{margin-left: 350px;margin-top: 20px;}
.phoneBindingModule .successInfo{color: green;}





/* 私信 */
.privateMessageTitle{
    border-bottom:1px dotted #eee;
    color: #666;
}
.privateMessageTitle h2{
	line-height:46px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #666;
}  

.privateMessageModule{
	padding: 0px 10px 10px 10px;
	position: relative;
	padding-bottom:70px;
}
.privateMessageModule .privateMessageList{list-style:none;}
.privateMessageModule .privateMessageList .privateMessage{padding:12px 0 7px 76px;border-bottom:1px solid #f1f1f1;}
.privateMessageModule .privateMessageList .author{position:relative;color:#999}
.privateMessageModule .privateMessageList .author img{
	position:absolute;
	left:-76px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.privateMessageModule .privateMessageList cite{font-style:normal;font-size: 14px;}
.privateMessageModule .privateMessageList .time{margin-bottom:5px;color:#999;line-height: 20px;}
.privateMessageModule .privateMessageList .time a{color:#999}
.privateMessageModule .privateMessageList .privateMessage .content{padding:0px;word-wrap:break-word;color:#666;line-height: 26px;font-size: 14px;margin-right: 120px;}
.privateMessageModule .privateMessageList .privateMessage .content:hover{
	color: #333;
}

.privateMessageModule .privateMessageList .tipBottom {
	font-size: 14px;
	color: #aaa;
	margin-top: 5px;
	float:right;
	
}
.privateMessageModule .privateMessageList .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.privateMessageModule .privateMessageList .tipBottom .a-toolbar a {
	color: #aaa;
}
.privateMessageModule .privateMessagePage {
	margin-top: 10px; float: right; color: #999; line-height: 22px; margin-right: 0px;*margin-right: 8px;
}

/* 私信对话 */
.privateMessageChatTop{
	z-index: 1;
	line-height:46px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.privateMessageChatTop .back-to-list{
	position: absolute;
	font-size: 14px;
	color: #969696;
	left: 50%;
	margin-left: -592px;
}

.privateMessageChatTop .back-to-list:hover{
	color: #626366;
}
.privateMessageChatTop .chatInfo{
	margin-left: 240px;
}

.privateMessageChatTop b{
	display: inline-block;
	font-size: 15px;
	color: #666;
}
/* 最近对话用户 */
.recentlyChatUserModule {
	display: inline; float: left; margin:10px 0px 0px 0px;border-radius: 1px; width:280px; background: #fff;box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.recentlyChatUserModule .title {
	border-bottom:1px solid #eee;height: 38px;line-height: 38px;
}
.recentlyChatUserModule .title h3{
	margin-left: 10px;font-size: 15px;font-weight:700;color:#666;
}
.recentlyChatUserModule .title h3:before{
	display:inline-block;
	margin-right:8px;content:'';width:4px;
	height:22px;vertical-align:-6px;
	background-color:#30aff7;
}

.recentlyChatUserModule .recentlyChatUserList{list-style:none;}
.recentlyChatUserModule .recentlyChatUserList .recentlyChatUser{padding:8px 0 6px 6px;border-bottom:1px solid #eee;min-height: 50px;}
.recentlyChatUserModule .recentlyChatUserList .author{position:relative;color:#999;}
.recentlyChatUserModule .recentlyChatUserList .author img{
	position:absolute;
	left:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.recentlyChatUserModule .recentlyChatUserList .info .userName{font-style:normal;font-size: 14px;margin-left: 70px;line-height: 50px;}
/* 私信对话右边栏 */
.privateMessageChatRight{
	display: inline; float: right; margin-top: 10px;width: 920px;
}
.privateMessageChatModule {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 10px 90px 10px;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.privateMessageChatModule .friend{
	margin: 26px 52px 0 10px;
	position: relative;

}
.privateMessageChatModule .friend:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.privateMessageChatModule .friend img{
	position: absolute;
	width: 64px;
	height: 64px;
	left: 0;
	top: 0;
	background: #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.privateMessageChatModule .friend div{
	position: relative;
	margin-left: 64px;
	margin-right: 50px;
	text-align: initial;
}
.privateMessageChatModule .friend .time{
	position:absolute;
	width:150px;
	line-height: 40px;
	display: inline-block;
	color: #a5a5a5;
	font-size: 13px;
	top: -32px;
	left: -60px;
}
.privateMessageChatModule .friend div i{
	position: absolute;
	width: 24px;
	height: 24px;
	left: -24px;
	top: 10px;
}
.privateMessageChatModule .friend div i:after{
    content: "";
    position: absolute;
    border-style: solid;
    border-color:  transparent #fafafa transparent transparent;
    border-width: 10px;
    left:5px;
}
.privateMessageChatModule .friend div span{
	float: left;
	min-height: 40px;
	min-width: 96px;
	margin-left: 24px;
	margin-top:22px;
	font-size: 15px;
	border: 1px #fff solid;
	background: #fafafa;
	border-radius: 10px;
	position: relative;
	max-width: 94%;
}
.privateMessageChatModule .friend .msg-del{
    background: #ececec;
    color: #919191;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 15px;
    padding: 1px;
    top: -10px;
    right: -10px;
    position: absolute;
}
.privateMessageChatModule .friend .msg-del::before {
    content: "\2716";
}
.privateMessageChatModule .friend .msg-del:hover {
	color: #1e9fff;
}

.privateMessageChatModule .self{
	margin: 26px 10px 0 46px;
	position: relative;
}
.privateMessageChatModule .self:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.privateMessageChatModule .self img{
	position: absolute;
	width: 64px;
	height: 64px;
	left: 0;
	top: 0;
	background: #fff;
	left: auto;
	right: 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.privateMessageChatModule .self div{
	position: relative;
	text-align: initial;
	margin-left: 50px;
	margin-right: 82px;
}
.privateMessageChatModule .self .time{
	position:absolute;
	width:150px;
	line-height: 40px;
	display: inline-block;
	color: #a5a5a5;
	font-size: 13px;
	top: -32px;
	right: -100px;
}
.privateMessageChatModule .self div i{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	left: auto;
	right: -20px;
}
.privateMessageChatModule .self div i:after{
    content: "";
    position: absolute;
    border-style: solid;
    border-color:  transparent transparent transparent #d4e9f9;
    border-width: 10px;
    left:5px;
}
.privateMessageChatModule .self div span{
	min-height: 40px;
	min-width: 96px;
	font-size: 15px;
	border: 1px #fff solid;
	border-radius: 10px;
	position: relative;
	max-width: 94%;
	background: #d4e9f9;
	border-color: #d4e9f9;
	float: right;
	margin-top:22px;
	margin-left: 0;
	margin-right: 10px;
	
}
.privateMessageChatModule .self .msg-del{
    background: #ececec;
    color: #919191;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 15px;
    padding: 1px;
    top: -10px;
    left: -10px;
    position: absolute;
}
.privateMessageChatModule .self .msg-del::before {
    content: "\2716";
}
.privateMessageChatModule .self .msg-del:hover {
	color: #1e9fff;
}
.privateMessageChatModule .friend div span em,
.privateMessageChatModule .self div span em {
	font-style: normal;
	padding: 10px;
	display: block;
	white-space:normal; word-break:break-all;
}
.privateMessageChatModule .privateMessageChatPage {
	margin-top: 50px; float: right; color: #999; line-height: 22px; margin-right: 0px;*margin-right: 8px;
}
.privateMessageChatForm{
	margin-top: 10px;
	margin-bottom:10px;
	background: #fff;
	padding-bottom: 1px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.privateMessageChatForm textarea{
	line-height: 24px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
	vertical-align: top;
	font-size: 14px;
    resize: vertical;
	padding: 3px 3px;
    background: #ffffff;
    outline: none;
    color: rgba(0,0,0,0.8);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	height:150px;
	margin: 10px 10px 0px 10px;
	width: 892px;
}

.privateMessageChatForm .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 10px;margin-bottom: 50px;
}
.privateMessageChatForm .error {
	color: red; line-height: 30px;margin-left: 12px;
}
.privateMessageChatForm .chatSubmit {
	width: 70px;
	height: 38px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	position: relative;
	z-index: 2
}
.privateMessageChatForm .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.privateMessageChatForm .captchaModule .captchaBox{
	height:32px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;
	border-radius:2px;
}
.privateMessageChatForm .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:30px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0;
	font-size:18px; 
}
.privateMessageChatForm .captchaModule .promptTag {
	float:left; 
	font-size:13px; 
	height:21px; 
	line-height:21px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-62px; 
	color:#B0B0B0;
}
.privateMessageChatForm .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.privateMessageChatForm .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.privateMessageChatForm .captchaModule .tips{
	padding-left:10px;height: 10px;line-height: 12px;
}
.privateMessageChatForm .captchaModule .tips span{
	color: red;
}



/* 系统通知 */
.systemNotifyTitle{
    border-bottom:1px dotted #eee;
    background: #fff;
}
.systemNotifyTitle h2{
	line-height:46px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #666;
}


.systemNotifyModule{
	padding: 0px 10px 10px 10px;
	position: relative;
	background: #fff;
	padding-bottom: 70px;
}
.systemNotifyModule .systemNotifyList{list-style:none;}
.systemNotifyModule .systemNotifyList .systemNotify{padding:10px 0 5px 0px;border-bottom:1px solid #f1f1f1;}
.systemNotifyModule .systemNotifyList .author{position:relative;color:#999}
.systemNotifyModule .systemNotifyList .time{margin-bottom:5px;color:#999;line-height: 20px;}
.systemNotifyModule .systemNotifyList .time a{color:#999}
.systemNotifyModule .systemNotifyList .systemNotify .content{padding:0px;word-wrap:break-word;color:#666;line-height: 24px;font-size: 14px;margin-right: 120px;}


.systemNotifyModule .systemNotifyList .tipBottom {
	font-size: 14px;
	color: #aaa;
	margin-top: 5px;
	float:right;
}
.systemNotifyModule .systemNotifyList .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.systemNotifyModule .systemNotifyList .tipBottom .a-toolbar a {
	color: #aaa;
}
.systemNotifyModule .systemNotifyPage {
	margin-top: 10px; float: right; color: #999; line-height: 22px; margin-right: 0px;*margin-right: 8px;
}


/* 提醒 */
.remindTitle{
	
    border-bottom:1px dotted #eee;
    background: #fff;
}
.remindTitle h2{
	line-height:46px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #666;
}

.remindModule{
	padding: 0px 10px 10px 10px;
	position: relative;
	padding-bottom:70px;
	background: #fff;
}
.remindModule .remindList{list-style:none;}
.remindModule .remindList .remind{padding:10px 0 14px 76px;border-bottom:1px solid #f1f1f1;}
.remindModule .remindList .author{position:relative;color:#999}
.remindModule .remindList .author img{
	position:absolute;
	left:-76px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.remindModule .remindList cite{font-style:normal;font-size: 14px;}
.remindModule .remindList .time{margin-bottom:5px;margin-top:6px; color:#999;line-height: 20px;}
.remindModule .remindList .time a{color:#999}
.remindModule .remindList .remind .content{padding:0px;word-wrap:break-word;color:#666;line-height: 24px;font-size: 14px;margin-right: 120px;margin-top: 10px;}
.remindModule .remindList .remind .content:hover{
	color: #333;
}

.remindModule .remindList .tipBottom {
	font-size: 14px;
	color: #aaa;
	margin-top: 5px;
	float:right;
}
.remindModule .remindList .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.remindModule .remindList .tipBottom .a-toolbar a {
	color: #aaa;
}
.remindModule .remindPage {
	margin-top: 10px; float: right; color: #999; line-height: 22px; margin-right: 0px;*margin-right: 8px;
}


/** 头像 **/
.avatarModule {
	padding-left: 8px;padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 12px;
	background: #fcfcfc;
}
.avatarModule .original-box{
	width: 400px;
	height: 400px;
	background-color: #f6f6f6;
}
.avatarModule .preview-pane {
	display: block;
	position: absolute;
	left:436px;
	top: 20px;
	z-index: 2100;	
}
.avatarModule .preview-pane .preview-container {
	height: 200px;
	overflow: hidden;
	width: 200px;
}
.avatarModule .preview-pane2 {
	border-radius: 100%;
	overflow: hidden;
	line-height: 100px;
	position: absolute;
	left:488px;
	top: 265px;
	z-index: 2200;
	
}
.avatarModule .preview-pane2 .preview-container2 {
	height: 100px;
	overflow: hidden;
	width: 100px;
}
/*原图预览DIV*/
.avatarModule .image-crop-original-div{
	float: left;
	display: inline-block;
	_zoom:1;*display:inline;
	*position: absolute;
	
}
.avatarModule .original-box img{
	width: 400px\9;
	float: left;
	display: inline-block;
}
/*截图预览DIV*/
.avatarModule .image-crop-preview-div{
	width: 100%;
	float: left;
}

.avatarModule .bottomInfo{
	margin-top: 8px;line-height:34px; 
	border-top: 1px solid #d9dadb;
	position: relative;
	padding-top: 6px;
}
.avatarModule .bottomInfo .progressBar{
	position: absolute;
	left: -220px;
	font-style:normal;
}
.avatarModule .bottomInfo .button-box{
	margin-top:5px;
	height:34px;
	width:100%;
	text-align:right;
}
.avatarModule .bottomInfo .button-box span{
	position:relative;
	display:inline-block;
	height:32px;
	line-height:32px;
	border: 1px solid #30aff7;
	text-align:center;
	font-size:18px;
	color:#30aff7;
	border-radius:3px;
	cursor:pointer;
	margin:0 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.avatarModule .bottomInfo .button-box span.on,.avatarModule .bottomInfo .button-box span:hover{
	background:#30aff7;
	
	box-shadow:inset 0 1px 2px #30aff7;
	color:#fff;
	text-shadow:#30aff7 0 -1px 0;
}
.avatarModule .bottomInfo .button-box span input {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
}
/**
.avatarModule .bottomInfo{
	margin-top: 10px;line-height:34px; border-top: 1px solid #d9dadb;
}
.avatarModule .bottomInfo .avatar-upload-button{
	padding-top: 12px;float: right;line-height: 36px; 
}
.avatarModule .bottomInfo .avatar-submit-button{
	padding-top: 15px; padding-top:13px\0; *padding-top:12px;   float: right;line-height: 36px;
}

.avatarModule .bottomInfo .uploadButton{
	position: relative;
	color: #0592fe;
    border-color: #0592fe;
    outline: none;
    display: inline-block;
   	padding-bottom:2px;
    padding-left: 12px;
    padding-right:12px; 
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	text-decoration: none;
}
.avatarModule .bottomInfo .uploadButton input {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
}
.avatarModule .bottomInfo .uploadButton:hover {
    background: #f1f9ff;  
    text-decoration: none;
}**/

/** 修改用户 **/
.editUserModule{
	margin-left: 150px;
	width: 900px;
}

/** 修改用户头像 **/
.updateAvatar {
	position: absolute;
	
	margin-left: 800px;
	margin-top: 40px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #e6e6e6;
	overflow: hidden;
	text-align: center;
	line-height: 100px
}

.updateAvatar img {
	max-width: 100%;
	vertical-align: middle;
	width: 100px;
	height: auto;
	margin-top: -2px
}

.updateAvatar .change {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	filter:Alpha(opacity=60);/* 只支持IE6、7、8、9 */
	
	background-color: rgba(0,0,0,0.6);
	background: #666666\9;
}

.updateAvatar .change span {
	color: #fff;
}



/* 用户动态 */
.userDynamicModule{
	padding: 0px 10px 10px 10px;
	position: relative;
	padding-bottom:0;
}
.userDynamicModule .userDynamicList{list-style:none;font-size: 14px;margin-bottom: 10px;}
.userDynamicModule .userDynamicList .userDynamic{padding:10px 0 5px 100px;border-bottom:1px solid #f1f1f1; position: relative;}
.userDynamicModule .userDynamicList .userDynamic-author{position:relative;color:#999}
.userDynamicModule .userDynamicList .userDynamic-author img{
	width:72px;
	height:72px;
	position:absolute;
	left:-91px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.userDynamicModule .userDynamicList cite{font-style:normal;}
.userDynamicModule .userDynamicList .userDynamicTime{margin-bottom:5px;color:#999;font-size: 13px;}
.userDynamicModule .userDynamicList .userDynamicTime a{color:#999;}
.userDynamicModule .userDynamicList .userDynamic .topicTitle{
	padding:0px;word-wrap:break-word;color:#666;font-size: 15px;margin-top: 5px;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .info{
	background-color: #f0f0f0;
	border-radius: 4px;
	color: #999;
	font-size: 13px;
	padding: 3px 8px 3px 8px;
	vertical-align: middle;
	line-height: 32px;
	position: relative;
	top: -1px;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle a{
	color: #2196F3;
}
.userDynamicModule .userDynamicList .userDynamic .topicRoleName{
	white-space:nowrap;
	color:#fff;
	background-color:#ffb800;
	border-radius:4px;
	padding:0 5px;
	font-size: 14px;
	margin-left: 5px;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hideTagType{
	font-size:0;/*父级元素设置font-size:0; 解决 display：inline-block两个元素之间的默认空格 */
	position: relative;
	top: -1px;
	
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hideTagType .circle{
	border-radius:12px;display: inline-block;margin-left: 5px;
	width: 24px;height: 24px;
	position:relative;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hideTagType .circle i{
	font-size: 14px;line-height: 24px; margin-left: 6px;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hideTagType .point:before{
	content: ' ';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 13px;
    left: 10px;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_10 .circle{
	background: #ebebeb;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_10 .point:before{
	background-color: #ebebeb;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_10 .circle i{
	color: #b2b2b2;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_20 .circle{
	background: #bbf9d5;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_20 .point:before{
	background-color: #bbf9d5;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_20 .circle i{
	color: #21de70;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .circle{
	background: #bfebfb;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .point:before{
	background-color: #bfebfb;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_30 .circle i{
	color: #27c3fc;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_40 .circle{
	background: #e2cffe;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_40 .point:before{
	background-color: #e2cffe;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_40 .circle i{
	color: #af82f2;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_50 .circle{
	background: #fedbb2;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_50 .point:before{
	background-color: #fedbb2;
}
.userDynamicModule .userDynamicList .userDynamic .topicTitle .hide_50 .circle i{
	color: #fe9d2d;
}
.userDynamicModule .userDynamicList .userDynamic .topicContent{padding:0px;word-wrap:break-word;color:#666666;font-size:16px;margin-top:12px;}
.userDynamicModule .userDynamicList .userDynamic .topicContent p{font-size:16px;word-wrap:break-word}
.userDynamicModule .userDynamicList .userDynamic .topicContent img{max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;}
.userDynamicModule .userDynamicList .userDynamic .topicContent iframe{
	width:100%; height: 550px;padding:10px 0px; 
}
/* 隐藏标签 IE8以下浏览器不支持自定义标签，需要在页头<head>标签内执行document.createElement('player') */
.userDynamicModule .userDynamicList .userDynamic .topicContent player{
	width: 480px;
	height: 270px;
	display: block;
	margin-right: 5px;
	background: #000;
	position: relative;
	text-align: center;
}
.userDynamicModule .userDynamicList .userDynamic .topicContent player .cover{
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.userDynamicModule .userDynamicList .userDynamic .topicContent player .buttonCircle{
	display: inline-block;
	position: absolute;
	top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	line-height:270px;
	border-radius:30px;
	width: 60px;
	height: 60px;
	background-color: rgba(0,0,0,0.5);
}
.userDynamicModule .userDynamicList .userDynamic .topicContent player .iconBox{
    display: block;
    position: relative;
	width: 60px;
	height: 60px;
	
}
.userDynamicModule .userDynamicList .userDynamic .topicContent player .iconBox .playIcon{
	font-size: 30px;
    position: absolute;  
	line-height:22px; 
	width: 22px;
	height: 22px;
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    color: #fff;
}

/* 隐藏标签 IE8以下浏览器不支持自定义标签，需要在页头<head>标签内执行document.createElement('hide') */
.userDynamicModule .userDynamicList .userDynamic .topicContent hide{
	display:block;
	background: #fbfbfb;
	min-height:100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 17px;
	margin-bottom: 15px;
	border: 3px dashed #eeeeee;
	border-radius: 5px;
	
}

.userDynamicModule .userDynamicList .userDynamic .topicContent hide .hide-box{
	margin: 5px;position: relative;text-align: center;
}
.userDynamicModule .userDynamicList .userDynamic .topicContent hide .background-image{
	margin: auto;
	margin-top:12px;
	background:url(../images/lock.png) no-repeat;width: 48px;height: 48px;
	opacity:0.25;
	filter:alpha(opacity=25); 
}
.userDynamicModule .userDynamicList .userDynamic .topicContent hide .background-prompt{
	margin-top: 2px; color: #999999;font-size: 16px;
}
.userDynamicModule .userDynamicList .userDynamic .topicContent hide .highlight{font-weight:bold;}
/*border:#a9a9a9 solid 2px;  边框#b2b5bc #777777*/
.userDynamicModule .userDynamicList .userDynamic .topicContent hide .input-box{margin: auto; margin-top: 10px;margin-bottom:18px; border:#888888 solid 2px; width:226px; height:26px; overflow:hidden; border-radius: 2px;}
.userDynamicModule .userDynamicList .userDynamic .topicContent hide .input-box .text{ width:145px; height:26px; line-height:26px; border:0; float:left; font-size:14px; color:#4f4f4f; text-indent: 6px; vertical-align:middle;outline:none; background: #f7f8fa;}
.userDynamicModule .userDynamicList .userDynamic .topicContent hide .input-box .button{ width:79px;*width:76px; height:26px; line-height:28px; border:0; background:#888888; font-size:16px; color:#fff; float:right; font-weight:bold; cursor:pointer;text-decoration: none; outline: none}
.userDynamicModule .userDynamicList .userDynamic .topicContent hide .input-box .button:hover{background:#808080;}/*background:#606060;*/

.userDynamicModule .userDynamicList .userDynamic .topicContent hide .submit-box{margin: auto; margin-top: 10px;margin-bottom:18px; border:#888888 solid 2px; width:96px; height:26px; overflow:hidden; border-radius: 2px;}
.userDynamicModule .userDynamicList .userDynamic .topicContent hide .submit-box .button{ width:96px; height:26px; line-height:28px; border:0; background:#888888; font-size:16px; color:#fff; float:right; font-weight:bold; cursor:pointer;text-decoration: none; outline: none}
.userDynamicModule .userDynamicList .userDynamic .topicContent hide .submit-box .button:hover{background:#808080;}
.userDynamicModule .userDynamicList .userDynamic .readMore{
	position: relative;
	display: block;
	color: #2196F3;
	text-align:center;
	height: 65px;
	line-height:110px;
	font-size:15px;
	margin-top: -65px;
	background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
}
.userDynamicModule .userDynamicList .userDynamic .shrinkMore{
	position: relative;
	display: block;
	color: #2196F3;
	text-align:center;
	height: 30px;
	line-height:30px;
	font-size:15px;
	margin-top: 10px;
}
.userDynamicModule .userDynamicList .userDynamic .commentContent{padding:0px;word-wrap:break-word;color:#666666;font-size:16px;margin-top:12px;}
.userDynamicModule .userDynamicList .userDynamic .commentContent p{font-size:16px;word-wrap:break-word}
.userDynamicModule .userDynamicList .userDynamic .commentContent img{max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;}
.userDynamicModule .userDynamicList .userDynamic .quoteContent{
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 15px;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid #eaeaea
}
.userDynamicModule .userDynamicList .userDynamic .quoteContent:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: -7px;
	border-width: 0 7px 7px 7px;
	border-style: solid;
	border-color: transparent transparent #f8f8f8 transparent;
	z-index: 1
}
.userDynamicModule .userDynamicList .userDynamic .quoteContent:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: -8px;
	border-width: 0 7px 7px 7px;
	border-style: solid;
	border-color: transparent transparent #eaeaea transparent
}
.userDynamicModule .userDynamicList .userDynamic .quoteContent .text{
	color:#666666;
	line-height: 30px;
	font-size: 15px;
}
.userDynamicModule .userDynamicList .userDynamic .replyContent{padding:0px;word-wrap:break-word;color:#666666;font-size:16px;margin-top:12px;}
.userDynamicModule .userDynamicList .userDynamic .replyContent p{font-size:16px;word-wrap:break-word}

.userDynamicModule .userDynamicList .tipBottom {
	font-size: 10pt;
	color: #aaa;
	margin: 15px 10px 5px 0px;
	text-align: left;
}
.userDynamicModule .userDynamicList .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.userDynamicModule .userDynamicList .tipBottom .a-toolbar a {
	color: #aaa;margin-right: 10px;
}
.userDynamicModule .userDynamicList .tipBottom .a-toolbar span {
	color: #aaa;margin-right: 10px;
}
.userDynamicPage {
	margin-top: 8px;margin-right:8px;height: 40px;
}

.membershipCardListModule{
	margin-bottom: 20px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.membershipCardListModule ul{ margin-left: -16px;}
.membershipCardListModule li{
  
	-moz-box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	-webkit-box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	float: left; width: 250px; background-color: #fff; padding: 25px 20px; color: #666; font-size: 12px; margin-left: 16px;margin-top:18px; position: relative;}
.membershipCardListModule h5{ text-align: center; color: #333; font-size: 24px; line-height: 24px; font-weight: normal;}
/**
.membershipCardListModule .introduction-box{ padding-top: 25px; margin-top: 25px; border-top: 1px solid #f2f2f2;min-height: 120px;}
.membershipCardListModule .introduction-box .introduction{
    margin: 10px auto 0;
    line-height: 24px;
    font-size: 14px;
    width: 260px;
    color: #666;

}**/



.membershipCardListModule .descriptionTag-box {
    margin: 0 auto;
	padding-top: 25px; margin-top: 25px; 
    border-top: 1px solid #f2f2f2;
    min-height: 120px;
    width: 100%;
    overflow: hidden;
}
.membershipCardListModule .descriptionTag-box .descriptionTag {
    margin-bottom: 18px;
    line-height: 14px;
    font-size: 15px;
    color: #666;
    text-align: center;
}
.membershipCardListModule .buyInfo{padding-top: 15px; }
.membershipCardListModule .buyInfo .price{ text-align: center;margin-top: 10px;}
.membershipCardListModule .buyInfo .price p{ line-height: 30px;font-size: 14px;}
.membershipCardListModule .buyInfo .price span{ color: #f75d51; font-size: 36px; font-weight: bolder}
.membershipCardListModule .buyInfo .price b{ font-size: 13px;color: #f75d51; font-size: 24px; font-weight: normal;}
.membershipCardListModule .buyInfo .subtitle{ display: block; color: #ff6800; line-height: 22px;font-size: 14px;text-align: center;}
.membershipCardListModule .buyInfo .buyButton{ color: #fff;border-radius:3px; font-size: 16px; display: block; width: 220px; line-height: 44px; text-align: center; background-color: #30aff7; margin: 10px auto auto auto;}
.membershipCardListModule .buyInfo .buyButton:hover{ background-color: #45b6f7;}


/* 模块头 */
.module-head{
	margin-top:20px;
	background: #fff;
	padding: 2px 20px 2px 20px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	position: relative;
	height: 48px;
}
.module-head .info {
	padding: 10px 0;
	display: block;
	text-align: center;
}
.module-head .info:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.module-head .info h3 {
	color: #333;
	font-size: 20px;
	line-height: 28px;
	
}
.module-head .extra {
	float: right;
	text-align: right;
	margin-top: 10px;
}


.membershipCardModule{
    margin: auto;
    overflow: auto;
    text-align: center;
}
.membershipCardModule .membershipCard-item{
	float: left;
    width: 272px;
    border-radius: 2px;
    text-align: center;
    margin: 30px 15px;
    overflow: hidden;
    background-color: #FFFFFF;
  
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.03),0 4px 8px 0 rgba(0,0,0,.03);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.03),0 4px 8px 0 rgba(0,0,0,.03);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.03),0 4px 8px 0 rgba(0,0,0,.03);
}
.membershipCardModule .membershipCard-item .title {
    height: 46px;
    line-height: 46px;
    background-color: #30aff7;
    color: white;
    font-size: 18px;
}

.membershipCardModule .membershipCard-item .info{
	position: relative;
    overflow: hidden;
}
.membershipCardModule .membershipCard-item .info .sellingPrice{
	font-size: 14px;
	margin-top: 20px;
}
.membershipCardModule .membershipCard-item .info .sellingPrice b{ color: #f75d51; font-size: 24px; font-weight: normal;}
.membershipCardModule .membershipCard-item .info .sellingPrice strong{
    font-size: 36px;
    color: #f75d51; 
}
.membershipCardModule .membershipCard-item .info .marketPrice{
	text-decoration: line-through;
    font-size: 13px;
    color: #666666;
}
.membershipCardModule .membershipCard-item > .info > * {
    margin-bottom: 10px;
}
.membershipCardModule .membershipCard-item .info .buyButton{ color: #fff;border-radius:3px; font-size: 16px; border:none;display: block; width: 160px; line-height: 38px; text-align: center; background-color: #30aff7; margin: 15px auto auto auto;}
.membershipCardModule .membershipCard-item .info .buyButton:hover{ background-color: #45b6f7;}
.membershipCardModule .membershipCard-item .info .buyButton:disabled{
	border:none;
	background-color: #d9d9d9;
	cursor: not-allowed;
	text-decoration: none;
}

.membershipCardModule .detail{
	margin: 0 auto;
}
.membershipCardModule .detail .title {
	padding-top: 24px;
	font-size: 28px;
	color: #30aff7;
	line-height: normal
}

.membershipCardModule .detail .line-blue {
	margin: 12px auto 0;
	width: 100px;
	border-bottom: 4px solid #30aff7
}

.membershipCardModule .detail .line-gray {
	margin: 0 auto;
	width: 600px;
	border-bottom: 1px solid #e3e3e3
}

.membershipCardModule .detail .content{margin-top:10px;padding:20px 5px;color:#666666;font-size:16px;word-wrap:break-word}
.membershipCardModule .detail .content p{font-size:16px;word-wrap:break-word}
.membershipCardModule .detail .content img{max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;}

/* 余额 */
.balanceModule{padding: 30px 0 30px 30px;background: #fff;position: relative;margin-bottom: 10px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.balanceModule .deposit{font-size: 16px; }
.balanceModule .button{margin-left: 200px; display: block;margin-top: -26px;}



/* 付款页面 */
.paymentModule {
	padding-top: 15px;
	margin-left:12px;
}
/* 支付银行 */
.paymentModule .banks,.paymentModule .banks .head {
	widows: 100%;
	margin: 0 auto;
	font-size: 14px;
}
.paymentModule .banks .head ul {
	list-style: none;
	margin: 0;
	overflow: hidden
}
.paymentModule .banks .head li {
	float: left;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #4d4d4d;
	display: block
}
.paymentModule .banks .head li.item1 {
	width: 10%;
	border-bottom: solid 1px #ebebeb;
	height: 32px
}

.paymentModule .banks .head li.item2{
	width: 15%;
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
	border-top: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
	background: #f5f5f5;
	cursor: pointer
}
.paymentModule .banks .head li.item3{
	width: 74%;
	border-bottom: solid 1px #ebebeb;
	height: 32px
}
.paymentModule .banks .head li.on {
	background: #fff;
	border-bottom: solid 1px #fff
}

/* 银行选择 */
.paymentModule .bankSelect {
	width: 866px;
	padding-top: 10px;
	overflow: hidden;
	margin: 0 auto
}
.paymentModule .bankSelect .box{
	width: 960px; float: left; _padding-bottom: 30px;
}
/* 银行名称 */
.paymentModule .bankSelect .title {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-weight: 700;
	color: #4d4d4d;
	float: left
}
.paymentModule .bankSelect dl {
	width: 142px;
	height: 32px;
	border: 1px solid #ebebeb;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
	display: block
}
.paymentModule .bankSelect dl input {
	margin: 10px 0 0 8px;
	width: 13px;
	height: 13px
}
.paymentModule .bankSelect dt {
	width: 22px;
	height: 32px;
	float: left
}
.paymentModule .bankSelect dd {
	width: 120px;
	height: 32px;
	float: left
}
.paymentModule .bankSelect dd img {
	width: 120px;
	height: 32px
}
.paymentModule .pay-table {
	padding-left: 13px;
	width: 85%;
}
.paymentModule .pay-table td {
	line-height: 50px;	
	border-bottom:1px solid #f0f0f0;
	padding: 10px 8px;
}
.paymentModule .help{padding-right: 0px; padding-left: 0px; padding-bottom: 3px; color: #747474; padding-top: 3px}
/* 立即支付 */
.paymentModule .payNow {
	width: 866px;
	padding-top: 30px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px
}
/* 支付完成 */
.paymentCompletedModule {
	padding-top: 30px
}
.paymentCompletedModule .box {
	position: relative;
	height: auto;
	padding: 13px 0 20px 500px;
	background: #fafafa;
}

.paymentCompletedModule .title {
	color: #575757;font-size: 26px; line-height: 52px; font-weight: 400;
}
.paymentCompletedModule .tip {
	height: 36px;
	line-height: 36px;font-size: 16px;
}


/*修改话题*/
.editTopicModule{
	margin-top: 10px;
	margin-bottom: 10px;
}
.editTopicModule .topic-box{
	background:#fff;padding:15px 15px 50px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.editTopicModule .topic-box .topic-form {
	position: relative;
}
.editTopicModule .topic-box .topic-form .textarea{
	width:100%;height:550px;visibility:hidden;
}
.editTopicModule .topic-box .topic-form .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.editTopicModule .topic-box .topic-form .error {
	color: red;
}

.editTopicModule .topic-box .topic-form .topicSubmit {
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}

.editTopicModule .topic-box .topic-form .topicSubmit .submitButton-box{
	margin-right: 5px;
}
.editTopicModule .topic-box .topic-form .topicSubmit .submitButton-box .submitButton{
	color: #fff;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #30aff7;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.editTopicModule .topic-box .topic-form .topicSubmit .submitButton-box .submitButton:hover {  
    background: #45b6f7;  
} 
.editTopicModule .topic-box .topic-form .topicSubmit .submitButton-box .submitButton:disabled{  
    border: 1px solid #e6e6e6;  
    background-color: #fbfbfb;  
    color:#c9c9c9;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}
.editTopicModule .topic-box .topic-form .topicSubmit .cancelButton-box{
	position: relative;top: 2px;
}
.editTopicModule .topic-box .topic-form .topicSubmit .cancelButton-box .cancelButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.editTopicModule .topic-box .topic-form .topicSubmit .cancelButton-box .cancelButton:hover {  
    background: #e2f2ff;  
} 
.editTopicModule .topic-box .topic-form .captchaModule{
	float: left;margin-top: 1px;
}
.editTopicModule .topic-box .topic-form .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.editTopicModule .topic-box .topic-form .captchaModule .captchaBox{
	height:33px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;;
	border-radius:2px;
}
.editTopicModule .topic-box .topic-form .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.editTopicModule .topic-box .topic-form .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.editTopicModule .topic-box .topic-form .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.editTopicModule .topic-box .topic-form .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.editTopicModule .topic-box .topic-form .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.editTopicModule .topic-box .topic-form .captchaModule .tips span{
	color: red;
}



.askListModule{
	margin-top: 10px;
	
}
.askListModule .nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.askListModule .nav>li {
	position: relative;
	display: block;
	float: left;
	margin-bottom: -1px
}
.askListModule .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
	font-size: 15px;
}
.askListModule .nav>li>a:hover {
	border-color: #eee #eee #fff
}
.askListModule .nav>li>a:focus,.askListModule .nav>li>a:hover {
	text-decoration: none;
	background-color: #f2f2f2;
}
.askListModule .nav>li>a>img {
	max-width: none
}
.askListModule .nav>li.active>a,.askListModule .nav>li.active>a:focus,.askListModule .nav>li.active>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
	border-color: #fff;
    cursor: default; 
    box-shadow: 4px 0 3px -4px rgba(0,0,0,.06) , /*左边阴影*/
				/*0 4px 3px -4px #fff, 顶部阴影*/
				0 -4px 3px -4px rgba(0,0,0,.06) , /*底部阴影*/
				-4px 0 3px -4px rgba(0,0,0,.06); /*右边阴影*/
}
.askListModule .nav .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 18px;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #409eff;
	background: #ecf5ff;
	border-color: #b3d8ff;
	float: right!important;
}

.askListModule .nav .btn:hover {
	color: #fff;
	background-color: #11a8ff;
	border-color: #11a8ff;
}

.askListModule .question-box{
	background:#fff;padding:0px 15px 0px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	
}
.askListModule .question-box .questionList {
	margin-bottom: 10px;
}
.askListModule .question-box .questionList .questionItem {
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0 10px 0;
	position: relative;
	min-height: 90px;
}

.askListModule .question-box .questionList .questionItem .avatarBox {
	position: relative;
	margin-left: 0;
	margin-right:10px;
	padding: 0;
	float: left;
}

.askListModule .question-box .questionList .questionItem .avatarBox .avatarLink {
	display: block;
	position: relative;
	float: left;
	padding-left: 6px;
}

.askListModule .question-box .questionList .questionItem .avatarBox .avatarLink  img {
	float: none;
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	border-radius:60px;
	position:relative;
}
.askListModule .question-box .questionList .questionItem .content {
	/**
	overflow: auto;
	overflow-x: hidden;**/
	margin-left:90px;
	margin-right:160px;
	
	
}
.askListModule .question-box .questionList .questionItem .content .info {
	margin-bottom: 8px;
	color: #c4c4c4;
	font-size: 14px;
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.askListModule .question-box .questionList .questionItem .content .info>li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
.askListModule .question-box .questionList .questionItem .content .info .userName{
	color: #999;
}
.askListModule .question-box .questionList .questionItem .content .info .userRoleName{
	white-space:nowrap;
	color:#fff;
	background-color:#ffcc00;
	border-radius:4px;
	padding:0 5px;
	font-size: 12px;
}
.askListModule .question-box .questionList .questionItem .content .info .staff{
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:0 5px;
	font-size: 12px;
}
.askListModule .question-box .questionList .questionItem .content .info .postTime{
	margin-left: 10px;position: relative;top: 1px;
}
.askListModule .question-box .questionList .questionItem .content .info .lastAnswerTime{
	margin-left: 10px;position: relative;top: 1px;
}
.askListModule .question-box .questionList .questionItem .content .info .reward{
	background: #fcf3e6;
	border-radius:3px;
	padding: 1px 0px;
}
.askListModule .question-box .questionList .questionItem .content .info .reward .rewardInfo{
	padding: 1px 5px;color: #e2b46d;font-size: 14px;
}
.askListModule .question-box .questionList .questionItem .content .info .reward .rewardInfo .symbol{
	font-family:Arial;font-weight:normal; vertical-align: middle; display:inline-block;margin-left: 5px;color: #cca558;
}
.askListModule .question-box .questionList .questionItem .content .info .reward .rewardInfo .amount{
	margin-left: 1px;color: #cca558; margin-right: 5px;font-weight: 700;position: relative;top: 1px;
}
.askListModule .question-box .questionList .questionItem .content .info .reward .rewardInfo .point{
	color: #cca558; margin-right: 5px;font-weight: 700;position: relative;top: 1px;
}

.askListModule .question-box .questionList .questionItem .content .title {
	font-weight:600;
	margin: 0 5px 0 0;
	font-size: 18px;
	line-height: 28px;
	
}
.askListModule .question-box .questionList .questionItem .content .title a{
	color: #393939;
}
.askListModule .question-box .questionList .questionItem .content .title a:hover {
	text-decoration: none;
	color: #2196F3;
}
.askListModule .question-box .questionList .questionItem .content .title .questionTag{
	display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 6px 3px 6px;
    margin-right: 5px;
    border-radius: 3px;
    color: #2196F3;
    background-color: #e5f3ff;
    position:relative;
    font-weight:100;
   	position:relative;/** 这两行让标签上移 **/
    top:-1px;
}
.askListModule .question-box .questionList .questionItem .content .title .questionTag:hover {
    background-color: #d8edff;
    color: #2196F3;
    text-decoration: none;
}





.askListModule .question-box .questionList .questionItem .content .summary{
	margin: 3px 5px 0 0;
	font-size: 15px;
	line-height: 28px;
	font-weight:normal;
	text-decoration:none;
	color: #aaa;
}


.askListModule .question-box .questionList .questionItem .rank {
	position:absolute;
	top:30px;
	right:0px;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
	color: #666;
}

.askListModule .question-box .questionList .questionItem .rank small {
	display: block;
	font-size: 12px;
	margin-top: 1px;
}

.askListModule .question-box .questionList .questionItem .rank .answers,
.askListModule .question-box .questionList .questionItem .rank .views{
	display: inline-block;
	padding-top: 12px;
	margin-left:12px;
	width: 60px;
	height: 42px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 3px;
}

.askListModule .question-box .questionList .questionItem .rank .answers {
	color: #409eff;
	background: #ecf5ff;
	border: none
}
.askListModule .question-box .questionList .questionItem .rank .views {
	background-color: #f3f3f3;
	border-color: #f3f3f3;
	color: #8c8c8c
}
.askListModule .question-box .questionList .questionItem .rank .solve {
	background: #11a8ff;
    border: none;
    color: #fff;
}

.askListModule .questionPage {
	padding-top:20px;background: #fff;height: 54px;
	overflow: hidden;
}





/* 问题标签 */
.questionTabModule {
	margin-top:10px;
    padding: 8px 15px 8px 15px;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    background-color: #fff; 
    position: relative;
    box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.questionTabModule .questionTab-box{
	
	margin-right: 90px;
}
.questionTabModule .questionTab-box .tab{
	margin-top: 8px;
	margin-bottom: 8px;
}
.questionTabModule .questionTab-box .tab:link,
.questionTabModule .questionTab-box .tab:visited,
.questionTabModule .questionTab-box .tab:active {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 8px 6px 8px;
    margin-right: 5px;
    border-radius: 3px;
    color: #2196F3;
    background-color: #e5f3ff;
    position:relative;
}


.questionTabModule .questionTab-box .tab:hover {
    background-color: #d8edff;
    color: #2196F3;
    text-decoration: none;
}

.questionTabModule .questionTab-box .tab_current:link,
.questionTabModule .questionTab-box .tab_current:visited,
.questionTabModule .questionTab-box .tab_current:active {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 8px 5px 8px;
    margin-right: 5px;
    border-radius: 3px;
    background-color: #11a8ff;
    color: #fff;
    position:relative;
    behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.questionTabModule .questionTab-box .tab_current:hover {
    background-color: #0399ef;
    color: #fff;
    text-decoration: none;
}


.questionTabModule .more{
	position: absolute;
	top: 18px;
	right: 15px;
}
.questionTabModule .readMore{
	color: #2196F3;
	cursor:default;
}
.questionTabModule .readMore i{
	display:block;
	float:right;
	margin-top: 4px;
	margin-left: 3px;
}
.questionTabModule .shrinkMore{
	position: relative;
	display: block;
	color: #2196F3;
	text-align:center;
	height: 30px;
	line-height:30px;
	font-size:15px;
	margin-top: 10px;
}



/** 问题内容 **/
.questionContentModule{
	margin:10px auto auto auto;
}
.questionContentModule .left {
	float: left;
	width: 900px;
	height: auto;
	padding-bottom: 10px;
}
.questionContentModule .left .question-wrap{
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	position: relative;
}
.questionContentModule .left .question-wrap .questionTag{
	padding-top:15px;
	margin-left:15px;
	margin-right: 70px;
}
.questionContentModule .left .question-wrap .questionTag .tag{
	display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 8px 6px 8px;
    margin-right: 5px;
    border-radius: 3px;
    color: #2196F3;
    background-color: #e5f3ff;
    position:relative;
}
.questionContentModule .left .question-wrap .questionTag .tag:hover {
    background-color: #d8edff;
    color: #2196F3;
    text-decoration: none;
}
.questionContentModule .left .question-wrap .appendQuestion{
	position:absolute; 
	right: 5px;
	top: 17px;
	cursor:pointer;
}
.questionContentModule .left .question-wrap .appendQuestion i{
	font-size: 16px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}
.questionContentModule .left .question-wrap .appendQuestion span{
	font-size: 15px;
	margin-right: 8px;
}
.questionContentModule .left .question-wrap .questionBox{
	height: auto;

	
	padding:15px 15px 15px 15px;
}

.questionContentModule .left .question-wrap .questionBox .title{
	color:#333;
	font-weight:600;
	font-size:22px;
	border:none;
	line-height:34px; 
	margin:9px 0 18px 0;
}
.questionContentModule .left .question-wrap .questionBox .questionInfo{
	color: #ccc;font-size: 14px;border-bottom:1px solid #f1f1f1;padding-bottom: 5px;
}
.questionContentModule .left .question-wrap .questionBox .questionInfo .postTime{
	float: left;
}
.questionContentModule .left .question-wrap .questionBox .questionInfo .viewTotal-icon{
	float: left;margin-left: 20px;margin-top: 4px;
}
.questionContentModule .left .question-wrap .questionBox .questionInfo .viewTotal{
	float: left;margin-left: 3px;
}
.questionContentModule .left .question-wrap .questionBox .questionInfo .answer-icon{
	float: left;margin-left: 20px;margin-top: 4px;
}
.questionContentModule .left .question-wrap .questionBox .questionInfo .answer{
	float: left;margin-left: 3px;
}
.questionContentModule .left .question-wrap .questionBox .reward{
	margin-top: 10px;
	background: #fcf3e6;
	
	height: 40px;
	line-height: 40px;
	border-radius:3px;
	padding: 5px;
}
.questionContentModule .left .question-wrap .questionBox .reward .info{
	padding: 0px 12px;color: #e2b46d;font-size: 16px;
}
.questionContentModule .left .question-wrap .questionBox .reward .info .icon{
	font-size: 26px;position: relative;top: 5px;left: -4px;
}
.questionContentModule .left .question-wrap .questionBox .reward .info .symbol{
	font-family:Arial;font-weight:normal; vertical-align: middle; display:inline-block;margin-left: 5px;color: #cca558;
}
.questionContentModule .left .question-wrap .questionBox .reward .info .amount{
	margin-left: 1px;color: #cca558; margin-right: 5px;font-weight: 700;font-size: 18px;position: relative;top: 1px;
}
.questionContentModule .left .question-wrap .questionBox .reward .info .point{
	color: #cca558; margin-right: 5px;font-weight: 700;font-size: 18px;position: relative;top: 1px;
}
.questionContentModule .left .question-wrap .questionBox .content{margin-top:5px;padding:20px 0px;color:#333;font-size:16px;line-height:28px; word-wrap:break-word;min-height: 100px;}
.questionContentModule .left .questionBox .content a{
	color: #26a2ff;
}
.questionContentModule .left .question-wrap .questionBox .content p{font-size:16px;word-wrap:break-word}
.questionContentModule .left .question-wrap .questionBox .content img{
	max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;}
.questionContentModule .left .question-wrap .questionBox .appendBox{
	margin-top:25px;
	position:relative;
}
.questionContentModule .left .question-wrap .questionBox .odd .head{
	color: #f9ce00;
}
.questionContentModule .left .question-wrap .questionBox .odd:before{
	content: " ";
	position: absolute;
	top: 0px;
	left: -15px;
	bottom:0px;
	border-left: 5px solid #f9ce00;
}
.questionContentModule .left .question-wrap .questionBox .even .head{
	color: #85eb4e;
}
.questionContentModule .left .question-wrap .questionBox .even:before{
	content: " ";
	position: absolute;
	top: 0px;
	left: -15px;
	bottom:0px;
	border-left: 5px solid #85eb4e;
}
.questionContentModule .left .question-wrap .questionBox .appendBox .head {
	height: 24px;
}
.questionContentModule .left .question-wrap .questionBox .appendBox .head .prompt{
	font-size: 15px;
	line-height: 34px;
}
.questionContentModule .left .question-wrap .questionBox .appendBox .head .appendTime{
	margin-left:5px;
	font-size: 15px;
	line-height: 34px;
}
.questionContentModule .left .question-wrap .questionBox .appendBox .appendContent{padding:20px 0px;color:#333;font-size:16px;line-height:28px; word-wrap:break-word;min-height: 80px;}
.questionContentModule .left .question-wrap .questionBox .appendBox .appendContent a{
	color: #26a2ff;
}
.questionContentModule .left .question-wrap .questionBox .appendBox .appendContent p{font-size:16px;word-wrap:break-word}
.questionContentModule .left .question-wrap .questionBox .appendBox .appendContent img{
	max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.questionContentModule .right{
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 10px;
}
.questionContentModule .right .userInfo-wrap{
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.questionContentModule .right .userInfo-wrap .userInfo {
	padding: 20px 0 20px 0;
	margin-left:8px;
	margin-right:8px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.questionContentModule .right .userInfo-wrap .userInfo .author{
	text-align: center;
}
.questionContentModule .right .userInfo-wrap .userInfo .author img{
	width: 70px;
    height: 70px;
    border-radius: 50%;
   
}
.questionContentModule .right .userInfo-wrap .userInfo .name{
 font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #333333;	
  margin:14px 0 4px 0;
}
.questionContentModule .right .userInfo-wrap .userInfo .role{
	text-align: center;
}
.questionContentModule .right .userInfo-wrap .userInfo .role .userRoleName{
	white-space:nowrap; 
	color:#fff;
	background-color:#ffcc00;
	border-radius:4px;
	padding:1px 5px;
	font-size: 13px;
}
.questionContentModule .right .userInfo-wrap .userInfo .role .staff{
	white-space:nowrap; 
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 13px;
}
.questionContentModule .right .userInfo-wrap .userInfo ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0 18px 0;
	border-top: 1px solid #f1f1f1;
	margin-top: 20px;
}
.questionContentModule .right .userInfo-wrap .userInfo ul li{
	float: left;
	width: 33%;
}
.questionContentModule .right .userInfo-wrap .userInfo ul li span{
	display: block;
	text-align: center;
}
.questionContentModule .right .userInfo-wrap .userInfo ul li span a{
    color: #333;
    margin-bottom: 0px;
}
.questionContentModule .right .userInfo-wrap .userInfo ul li span:nth-child(1){
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.questionContentModule .right .userInfo-wrap .userInfo ul li span:nth-child(2){
	font-size: 12px;
	color: #666;
}
.questionContentModule .right .userInfo-wrap .userInfo ul li span:nth-child(2) a{
    color: #666;
}
.questionContentModule .right .userInfo-wrap .userInfo .action-button {
	text-align: center;
}
.questionContentModule .right .userInfo-wrap .userInfo .action-button .privateMessageBox{

}
.questionContentModule .right .userInfo-wrap .userInfo .action-button .privateMessageBox .privateMessageButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.questionContentModule .right .userInfo-wrap .userInfo .action-button .privateMessageBox .privateMessageButton:hover {  
    background: #e2f2ff;  
} 


/** 答案列表 **/
.answerModule{
	margin-top:10px;
	padding: 0px 10px 50px 10px;
	position: relative;
	padding-bottom:0;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.answerModule .answerlist{list-style:none;font-size: 15px;}
.answerModule .answerlist .answer{padding:15px 0 5px 77px;border-bottom:1px solid #f1f1f1;}
.answerModule .answerlist .active{
	position:relative;
	
}
.answerModule .answerlist .active:before{
	content: " ";
	position: absolute;
	top: 0px;
	left: -10px;
	bottom:0px;
	border-left: 5px solid #fe9d2d;
}
.answerModule .answerlist .answer .adoption{
	display: none;
	position: absolute;
}
.answerModule .answerlist .active .adoption{
	display: inline;
	position: absolute;
	right: 0px;
	top: 0px;
}
.ribbon-wrapper {
	width: 106px;
	height: 108px;
	overflow: hidden;
	position: absolute;
	top: -6px;
	right: -16px; 
}

.ribbon-wrapper .ribbon {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -11px;
	top: 26px;
	width: 150px;
	background-color: #fe9d2d;
	color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	letter-spacing: 0.5px; }

.ribbon-wrapper .ribbon:before, .ribbon-wrapper .ribbon:after {
	content: "";
	border-top: 4px solid #ce8025;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	bottom: -4px; }

.ribbon-wrapper .ribbon:before {
	left: 0; 
}
.ribbon-wrapper .ribbon:after {
	right: 0; 
}
.answerModule .answerlist .answer-author{position:relative;color:#999}
.answerModule .answerlist .answer-author img{
	width:60px;
	height:60px;
	position:absolute;
	left:-72px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
}
.answerModule .answerlist .adoption-post-box{
	position: absolute;
	top: 80px;
	left:-53px;
}
.answerModule .answerlist .adoption-post{
	color: #ccc;
	cursor: pointer;
	text-align: center;
}
.answerModule .answerlist .adoption-post i{
	font-size: 20px
}
.answerModule .answerlist .adoption-post:hover i {
	color: #32aa66;/** #999 **/
}
.answerModule .answerlist .adoption-post:hover span {
	color: #32aa66;/** #999 **/
}
.answerModule .answerlist .adoption-post span{
	font-size: 13px
}
.answerModule .answerlist cite{font-style:normal;}
.answerModule .answerlist .userRoleName{
	white-space:nowrap; 
	color:#fff;
	background-color:#ffcc00;
	border-radius:4px;
	padding:0 5px;
	font-size: 12px;
}
.answerModule .answerlist .staff{
	white-space:nowrap; 
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:0 5px;
	font-size: 12px;
}
.answerModule .answerlist .answerTime{margin-bottom:5px;color:#999;font-size: 13px;}
.answerModule .answerlist .answerTime a{color:#999;}

.answerModule .answerlist .answer .answerContent{padding:0px;word-wrap:break-word;color:#666;font-size: 15px;margin-top: 20px;line-height: 26px;}
.answerModule .answerlist .answer .answerContent img {max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;}
.answerModule .answerlist .tipBottom {
	font-size: 13px;
	color: #aaa;
	margin: 15px 10px 5px 50px;
	text-align: right;
}
.answerModule .answerlist .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.answerModule .answerlist .tipBottom .a-toolbar a {
	color: #aaa;
}
.answerModule .answerlist .tipBottom .a-toolbar .separationLine{
	margin-left: 5px; margin-right: 5px;color: #ccc;
}
.answerPage {
	margin-top: 20px;margin-right:8px;height: 52px;
}
.answerModule .answerlist .replyList {
	padding: 10px 0 0px;
	margin-left: 36px;
	margin-right:10px;
	position: relative;
	font-size: 15px;
	line-height: 22px;
	margin-top: 20px;
	background: #fafbfc;
}
.answerModule .answerlist .replyList:before {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #fafbfc;
	border-left: 1px solid #fafbfc;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	background-color: #fafbfc;
	top: -4px;
	left: 60px
}
.answerModule .answerlist .replyList .box li {
	*zoom: 1;
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right:10px;
}
.answerModule .answerlist .replyList .box li:last-child{
	border-bottom: 1px solid #fff;
	
}
.answerModule .answerlist .replyList .box li:before,
.answerModule .answerlist .replyList .box li:after {
	content: "";
	display: table;
	font: 0/0 a
}
.answerModule .answerlist .replyList .box li:after {
	clear: both;
}
.answerModule .answerlist .replyList .box li .reply-top{
	position:relative;
}


.answerModule .answerlist .replyList .box li .reply-top .avatarBox{
	position:absolute;border-radius:100%;
	left: 0px;
}
.answerModule .answerlist .replyList .box li .reply-top .avatarBox img{
	border-radius:100%;
	width: 38px;
	height: 38px;
	margin-top: -2px;
}
.answerModule .answerlist .replyList .box li .reply-top .userName {
	color:#aaa;margin-left: 48px;margin-top:6px;

	float: left;
}
.answerModule .answerlist .replyList .box li .reply-top .userTag{
	float: left;margin-left:4px; margin-top: 6px;
}
.answerModule .answerlist .replyList .box li .reply-top .time {
	float: right;
	color:#aaa;
	font-size: 13px;
	margin-top: 6px;
}
.answerModule .answerlist .replyList .box li .replyContent{
	font-size: 15px;
	line-height:26px;
	color:#666;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
/* 回复答案  */
.answerModule .answerlist .answerReply-post{
	margin-top: 5px;
	margin-left: 36px;
	margin-right:10px;
}
.answerReply-formModule {
	margin-top:10px;
	
}
.answerReply-formModule .addReply-wrap{
	position: relative;
	padding:0px 9px 50px 1px;
}
.answerReply-formModule .addReply-wrap .reply-textarea{
	line-height: 24px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
	vertical-align: top;
	font-size: 14px;
    resize: vertical;
	padding: 3px 3px;
    background: #ffffff;
    outline: none;
    color: rgba(0,0,0,0.8);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	height:150px;
	width: 100%;
	
}
.answerReply-formModule .addReply-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.answerReply-formModule .addReply-wrap .error {
	color: red;
}
.answerReply-formModule .addReply-wrap .answerSubmit {
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}

.answerReply-formModule .addReply-wrap .submitButton-box{
	margin-right: 5px;
}
.answerReply-formModule .addReply-wrap .submitButton-box .submitButton{
	color: #fff;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #30aff7;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.answerReply-formModule .addReply-wrap .submitButton-box .submitButton:hover {  
    background: #45b6f7;  
} 
.answerReply-formModule .addReply-wrap .submitButton-box .submitButton:disabled{  
    border: 1px solid #e6e6e6;  
    background-color: #fbfbfb;  
    color:#c9c9c9;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}
.answerReply-formModule .addReply-wrap .cancelButton-box{
	position: relative;top: 1px;
}
.answerReply-formModule .addReply-wrap .cancelButton-box .cancelButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.answerReply-formModule .addReply-wrap .cancelButton-box .cancelButton:hover {  
    background: #e2f2ff;  
} 



.answerReply-formModule .addReply-wrap .captchaModule{
	float: left;margin-top: 1px;
}
.answerReply-formModule .addReply-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.answerReply-formModule .addReply-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;;
	border-radius:2px;
}
.answerReply-formModule .addReply-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.answerReply-formModule .addReply-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.answerReply-formModule .addReply-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.answerReply-formModule .addReply-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.answerReply-formModule .addReply-wrap .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.answerReply-formModule .addReply-wrap .captchaModule .tips span{
	color: red;
}
.answerReply-disableFormModule{
	margin-top:10px;
}
.answerReply-disableFormModule .disableForm-wrap{
	background: #fff;
	padding:15px 0px 15px 0px;
}
.answerReply-disableFormModule .disableForm-wrap .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.answerReply-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}

/** 相似问题 **/
.likeQuestionModule{
	margin-top: 10px;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.likeQuestionModule .likeQuestion{margin-bottom:10px;padding:0 15px 0;}
.likeQuestionModule .likeQuestion .title{font-size:18px;padding:20px 0 15px;color:#333;border-bottom:1px solid #f1f1f1;font-weight: 600;}
.likeQuestionModule .likeQuestion .questionList {font-size: 15px;margin-top: 10px;}
.likeQuestionModule .likeQuestion .questionList > .question-title {counter-increment: index;display: flex;flex-direction: row;padding-top: 5px;padding-bottom: 5px;}
.likeQuestionModule .likeQuestion .questionList > .question-title::before {content: counter(index);display: flex;width: 22px;height: 22px;background-color: #e5f3ff;text-align: center;border-radius: 4px;flex: none;align-items: center;justify-content: center;color: #2196F3;}
.likeQuestionModule .likeQuestion .questionList > .question-title .top::before {background-color: #2196F3;color: #fff;}
.likeQuestionModule .likeQuestion .questionList > .question-title > a {display: block;word-break: break-word;flex: auto;margin-left: 8px;position: relative;top: -1px;color: #666;}
.likeQuestionModule .likeQuestion .questionList > .question-title > a:hover {color: #2196F3;}


/*发表问题*/
.addQuestionModule{
	margin-top: 10px;
	margin-bottom: 10px;
}
.addQuestionModule .question-wrap{
	background: #fff;
	padding:15px 15px 30px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.addQuestionModule .question-form {
	position: relative; 
}
/* 问题标签按钮 */
.addQuestionModule .question-form .questionTag{
	margin-top: 2px;
	margin-bottom: 11px;
	line-height: 40px;
}
.addQuestionModule .question-form .questionTag .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	border: 1px solid transparent;
	color: #83878f;
	background-color: #e7eaee;
	border-color: #e7eaee;

	padding: 3px 8px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 3px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline:none;
	
	
}
.addQuestionModule .question-form .questionTag .btn:hover {
	color: #5c5f65;
	background-color: #e2e6ea;
	border-color: #dae0e5
}
.addQuestionModule .question-form .questionTag .mr{
	margin-right: 5px!important;
}

.addQuestionModule .question-form .questionTag .ml{
	margin-left: 5px!important;
}

.addQuestionModule .question-form .questionTag .addTag{
	position: relative;
	display: inline-block!important
}
.addQuestionModule .question-form .questionTag .warning {
	-webkit-animation: tag-warning 2s;
	animation: tag-warning 2s
}
/**将动画与元素绑定**/
@-webkit-keyframes tag-warning {
	0% {
		background-color: #ff9e00;
		border-color: #ff9e00
	}

	to {
		background-color: #fff
	}
}

@keyframes tag-warning {
	0% {
		background-color: #ff9e00;
		border-color: #ff9e00
	}

	to {
		background-color: #fff
	}
}
/* 问题标签导航 */
.questionTagNavigation{
	width: 480px;
	min-height: 100px;
	background: #f6f6f6;
	font-size: 14px;
	margin-top: 10px;
}

.questionTagNavigation .nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin-bottom: 20px!important;
	margin-right: 20px;
}
.questionTagNavigation .nav .nav-item{
	margin-right: 8px!important;
	margin-bottom: 8px!important;
	line-height: 26px;
	
}
.questionTagNavigation .nav .nav-item .nav-link {
	border-radius: 3px;
	padding: 4px 8px;
	border: 1px solid #42a5f5;
	color: #42a5f5;
	background-color: #fff;
}

.questionTagNavigation .nav .nav-item .active{
	color: #42a5f5;
	background-color: #e7f5fe;
}
.questionTagNavigation .nav a {
	color: #6c757d
}

.questionTagNavigation .tab-content{
	margin-right: 20px;
	margin-bottom: 10px!important;
}

.questionTagNavigation .tab-content>.tab-pane {
	display: none
}
.questionTagNavigation .tab-content>.active {
	display: block
}
.questionTagNavigation .tab-content .tab-pane {
	
}
.questionTagNavigation .child-tag {
	display: inline-block;
	font-size: 14px;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
	background-color: #c4e4fc;
	color:#359ff5;
	margin-right: 8px;
	margin-bottom: 8px;
}
.questionTagNavigation .child-tag:hover {
	text-decoration: none;
	background-color: #a2d7fe;
}
.addQuestionModule .question-form .item{
	height: 40px;
}
.addQuestionModule .question-form .item .unit{
	margin-left: 5px;font-size: 15px;position: relative;top: 2px;
}
.addQuestionModule .question-form .textarea{
	width:100%;height:450px;visibility:hidden;
}
.addQuestionModule .question-form .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.addQuestionModule .question-form .error {
	color: red;position: relative;top: 2px;
}
.addQuestionModule .question-form .help {
	color: #747474;position: relative;top: 2px;
}
.addQuestionModule .question-form .questionSubmit {
	width: 70px;
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.addQuestionModule .question-form .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.addQuestionModule .question-form .captchaModule .captchaBox{
	height:32px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;
	border-radius:2px;
	margin-left: 10px;
	margin-top:1px;
}
.addQuestionModule .question-form .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.addQuestionModule .question-form .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.addQuestionModule .question-form .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:1px 15px 0 5px;}
.addQuestionModule .question-form .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.addQuestionModule .question-form .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.addQuestionModule .question-form .captchaModule .tips span{
	color: red;
}
.addQuestion-disableFormModule{
	margin-top:10px;
}
.addQuestion-disableFormModule .disableForm-wrap{
	background: #fff;
	padding:15px 15px 15px 15px;
}
.addQuestion-disableFormModule .disableForm-wrap .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.addQuestion-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}


/*追加问题*/
.appendQuestion-form {
	position: relative; 
}
.appendQuestion-form  .textarea{
	width:100%;height:200px;visibility:hidden;
}
.appendQuestion-form .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.appendQuestion-form .form-action .appendQuestionSubmit {
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}
.appendQuestion-form .form-action .appendQuestionSubmit .submitButton-box{
	margin-right: 5px;
}
.appendQuestion-form .form-action .appendQuestionSubmit .submitButton-box .submitButton{
	color: #fff;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #30aff7;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.appendQuestion-form .form-action .appendQuestionSubmit .submitButton-box .submitButton:hover {  
    background: #45b6f7;  
} 
.appendQuestion-form .form-action .appendQuestionSubmit .submitButton-box .submitButton:disabled{  
    border: 1px solid #e6e6e6;  
    background-color: #fbfbfb;  
    color:#c9c9c9;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}
.appendQuestion-form .form-action .appendQuestionSubmit .cancelButton-box{
	position: relative;top: 2px;
}
.appendQuestion-form .form-action .appendQuestionSubmit .cancelButton-box .cancelButton{
	color: #30aff7;
    border-color: #30aff7;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.appendQuestion-form .form-action .appendQuestionSubmit .cancelButton-box .cancelButton:hover {  
    background: #e2f2ff;  
} 

.appendQuestion-form .promptInfo{
	float: right;
	margin-top: 5px;
}
.appendQuestion-form .promptInfo h2{
	font-size: 16px;
	color: #ccc;
}
.appendQuestion-form  .error {
	color: red;
}
.appendQuestion-form  .captchaModule{
	float: left;
}
.appendQuestion-form  .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.appendQuestion-form  .captchaModule .captchaBox{
	height:32px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;
	border-radius:2px;
	margin-top:2px;
}
.appendQuestion-form  .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.appendQuestion-form  .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.appendQuestion-form  .captchaModule .captcha_div .captchaImage{
	width:100px;height:32px;float: left;margin:1px 15px 0 5px;
	position: relative;top: 1px;
}
.appendQuestion-form  .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.appendQuestion-form  .captchaModule .tips{
	height: 18px;line-height: 18px;
}
.appendQuestion-form  .captchaModule .tips span{
	color: red;
}
.appendQuestion-disableFormModule{
	margin-top:10px;
}
.appendQuestion-disableFormModule .disableForm-wrap{
	background: #fff;
	padding:15px 15px 15px 15px;
}
.appendQuestion-disableFormModule .disableForm-wrap .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.appendQuestion-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}



/* 提交答案 */
.answer-formModule {
	margin-top:10px;
	
}
.answer-formModule .addAnswer-wrap{
	position: relative;
	background: #fff;
	padding:15px 18px 50px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.answer-formModule .addAnswer-wrap .textarea{
	width:100%;visibility:hidden;height: 200px;
}
.answer-formModule .addAnswer-wrap .promptInfo{
	position: absolute;
	right:15px;
	bottom:32px;
}
.answer-formModule .addAnswer-wrap .promptInfo h2{
	font-size: 16px;
	color: #ccc;
}
.answer-formModule .addAnswer-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.answer-formModule .addAnswer-wrap .error {
	color: red;
}
.answer-formModule .addAnswer-wrap .answerSubmit {
	width: 70px;
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}
.answer-formModule .addAnswer-wrap .captchaModule{
	float: left;
}
.answer-formModule .addAnswer-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.answer-formModule .addAnswer-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;
	margin-left:10px;
	border-radius:2px;
}
.answer-formModule .addAnswer-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.answer-formModule .addAnswer-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#B0B0B0;
}
.answer-formModule .addAnswer-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.answer-formModule .addAnswer-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.answer-formModule .addAnswer-wrap .captchaModule .tips{
	padding-left:10px;height: 18px;line-height: 18px;
}
.answer-formModule .addAnswer-wrap .captchaModule .tips span{
	color: red;
}
/* 添加答案模块(未登录) */
.addAnswerModule{
	margin-top:10px;
}
.addAnswerModule .addAnswer-wrap{
	background: #fff;
	padding:15px 15px 15px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.addAnswerModule .respond {background: #f6f6f6;border-radius:4px;line-height: 40px;text-align:center;}
.addAnswerModule .respond p {font-size:15px;padding:8px;overflow:hidden;color: #aaaaaa}
.addAnswerModule .respond a{color: #26a2ff;}


/* 数据表格 */
.dataTable {
	margin-bottom:50px; background: #fff;padding-right:8px;padding-left:8px;padding-top:8px;padding-bottom: 70px;font-size: 14px;
}
.dataTable .dataList{
  width: 100%; border-collapse: collapse;
}
.dataTable .dataList .dataThead TH{
 text-align:center;	padding-right: 3px; padding-left: 3px; font-weight: normal; padding-bottom: 0px; margin: 0px; vertical-align: middle; color: #666; padding-top: 0px; white-space: nowrap; height: 32px;background: #f5f5f5;border-left: #f1f1f1 1px solid; border-right: #f1f1f1 1px solid; border-top: #f1f1f1 1px solid; border-bottom: #f1f1f1 1px solid;
}
.dataTable .dataList .dataTD {
	padding-right: 5px; padding-left: 5px; padding-bottom: 0px; margin: 0px; vertical-align: middle;border-left: #f1f1f1 1px solid; border-right: #f1f1f1 1px solid; border-top: #f1f1f1 1px solid; border-bottom: #f1f1f1 1px solid; word-break: break-all; padding-top: 0px; height: 30px;line-height:24px; text-align: center! important;
}
/**
.dataTable .dataList .dataTD:first-child{
	border-left: 1px solid #fff
}
.dataTable .dataList .dataTD:last-child {
	border-right: 1px solid #fff
}**/
.dataTable .dataList .error{
	color: red;
}
.dataTable .dataList .empty{
	text-align:center;height: 36px; line-height: 36px;color: #747474;
}
.dataTable .pageList {
	margin-top: 10px; float: right; color: #999; line-height: 22px;
}

/** 空白表格 */
.blankTableModule {
	padding-left: 2px; padding-right: 0px; padding-top:6px;background: #fff;
}
.blankTableModule .blankTable td{
	padding-bottom:5px; padding-left:0px; padding-right:5px; color:#666;padding-top: 5px;height: 30px;font-size: 14px;
}
.blankTableModule .blankTable .required{color: red; }
.blankTableModule .blankTable .error {color: red;margin-left: 2px;}
.blankTableModule .blankTable .help {color: #9e9e9e; margin-left: 2px;}





.badge{
	display: inline-block;
	padding: .15em .4em;
	min-width: 8px;
	border-radius: 18px;
	background-color: #F43530;
	color: #FFFFFF;
	line-height: 1.2;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	padding: .3em;
	min-width: 0;
	*height: 2px;
}


/** 半透明提示层 **/
.hideTag-class .layui-layer-content{
	background-color: rgba(0,0,0,0.7);
}
.hideTag-class .layui-layer-content .layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 5px;
	*overflow: hidden;
	
	border-style: dashed;
 	border-color:rgba(0,0,0,0.7) transparent transparent transparent;
	margin-bottom: -2px;
	margin-bottom: 3px\0;
	*margin-bottom: 3px;
}

.hideTag-class .layui-layer-content .layui-layer-TipsT {
	left: 7px;
	border-right-style: solid;
	border-right-color: rgba(0,0,0,0.7);
}


/* 页脚 border-top: 1px solid #e1e1e1; */
.footer { min-width: 990px; 
	background: #f7f6f6;
	height: 90px;
	margin-top: -90px }

.footer .message { width: 990px; margin: 0 auto; height: 18px; font-size: 0; line-height: 0; text-align: center; }
.footer .message a, .message em {  font-size: 12px; line-height: 18px; display: inline-block; color: #999;margin-top: 10px; }
.footer .message em { margin: 0 14px; color: #ceced5; position: relative; top: -1px; }
.footer .message a:hover {color:#2196F3; text-decoration:none;}

.footer .copyright { width: 990px; margin: 0 auto;  color: #999; text-align: center; margin-top: 18px; }
.footer .copyright em { font-family: Tahoma; margin-left: 3px; }
.footer .copyright .link{ font-family: Tahoma; margin-left: 2px; color: #999; font-weight: bold;}
.footer .copyright a { font-family: Tahoma; margin-left: 16px; color: #999;}
.footer .copyright a:hover { text-decoration: underline; }
.footer .copyright span { margin-left: 17px; }




