@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr {margin:0;padding:0;}
body { margin:0 0 0 0;font-size:12px; font-family:Helvetica; background:#fff;}


h4 {font-size: 100%;}
*{ margin:0 ; padding:0;

/*解决移动端点击链接元素出现蓝色边框或者出现半透明蓝色背景*/
	-webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

/* 去除黑点 */
ul,ol {list-style:none;}
a{text-decoration:none; color:#595959; font-size:12px;}
a:link {color: #595959; text-decoration:none;}
a:hover{text-decoration:none; color:#317ee7; font-size:12px;}
a:focus { outline: none; } /*去掉链接A标签周围的虚线框*/
em{ font-style:normal;}
img{ border:0;}
form,dt,dd,dl{ margin:0px; padding:0px;}
input {vertical-align: middle}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after { content:"."; display:block; visibility:hidden; clear:both; height:0; font-size:0; }
.clearfix { *zoom:1;}

html,body{
	margin:0;
	padding:0;
	height: 100%;
}

/** mint-ui框架的toast样式 **/
.mint-ui-toast{z-index: 999999;}


.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;
}



/* 功能按钮 */
.functionButton5 {
	position: relative;/*上传框需要这行*/
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 2px;
	*margin-right: .3em;
	margin-bottom: 0;
	padding: 0 10px;
	width: auto;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	letter-spacing:2px;
	outline: none;
	cursor: pointer;
	border-bottom-color: #bbb !important;
	background-color: #f4f4f4;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: linear-gradient(to bottom, #f8f8f8, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffeeeeee', GradientType=0);
}

.functionButton5,
.functionButton5:hover,
.functionButton5:visited {
  color: #333 !important;
}

.functionButton5:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe6e6e6', GradientType=0);
}

.functionButton5:active {
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #f2f2f2);
  background-image: linear-gradient(to bottom, #e6e6e6, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#fff2f2f2', GradientType=0);
}
/*上传按钮*/
.fileButton {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 20px;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity: 0);
}
/* 分页 */
.page{
	text-align: center;
}
.page>a{
	display:inline-block;padding:7px 8px;margin:10px 4px 0;border-radius:5px;
}
.page .count{
	display:inline-block;font-weight: 700;color: #aaa;font-size: 14px;margin-left: 10px;margin-right: 10px;
}
.page .selected{
	border-left:1px solid #26a2ff; border-right: 1px solid #26a2ff; border-top: 1px solid #26a2ff;border-bottom: 1px solid #26a2ff;color:#26a2ff;
}
.page .no{
	border-left:1px solid #f1f1f1; border-right: 1px solid #f1f1f1; border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;color:#e6e6e6; pointer-events:none;
}



/** 标签页 **/
.tagModule {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.tagModule .box{
	padding-bottom: 10px;
}
.tagModule .box .tagList{
	margin-top:2px;margin-left: 10px; margin-right: 0px; 
}
.tagModule .box .tagList h1{
	color:#878787;font-weight:lighter;font-size:14px;
}
.tagModule .box .tagList>div{
	margin-left:-8px;margin-right:0px;
}
.tagModule .box .tagList>div a{
	color:#26a2ff;display:inline-block;padding:6px 8px;margin:10px 4px 0;border-radius:5px;border: 1px solid #26a2ff;font-size:14px;
}
.tagModule .box .tagList .selected{
	border:1px solid #26a2ff; background-color: #e5f3ff;
}
.tagModule .box .tagList .icon{
	margin-right: 4px;
	position: relative;
	top: 1px;
}



/** 问题标签 **/
.questionTagModule {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.questionTagModule .box{
	padding-bottom: 10px;
}
.questionTagModule .box .tagList{
	margin-top:2px;margin-left: 10px; margin-right: 0px; 
}
.questionTagModule .box .tagList h1{
	color:#878787;font-weight:lighter;font-size:14px;
}
.questionTagModule .box .tagList .item{
	margin-left:-8px;margin-right:0px;
}
.questionTagModule .box .tagList .item a{
	color:#26a2ff;display:inline-block;padding:6px 8px;margin:10px 4px 0;border-radius:5px;border: 1px solid #26a2ff;font-size:14px;
}
.questionTagModule .box .tagList .selected{
	border:1px solid #26a2ff; background-color: #e5f3ff;
}

/** 首页 **/
.indexModule{padding-bottom: 50px;}

.indexModule .head{margin-top: 10px; margin-left:8px; margin-right:8px; border-bottom:1px solid #eee; height: 38px; }
.indexModule .head .tagIcon{
	margin-left:10px;
	float: left;
	font-size: 18px; 
	color:#2192f8;
	padding:4px 0;
	margin-top: 3px;
}
.indexModule .head .tagName{
	margin-left:12px;
	float: left;
	font-size: 16px; 
	color:#2192f8;
	border-bottom:2px solid #2192f8;
	padding:4px 0;
}
.indexModule .head .button{
	float: right;
}
.indexModule .topicList {margin-top: 1px;}
.indexModule .topicList .item {
	position: relative;margin-top: 2px;
}
.indexModule .topicList .item .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 10px;top:8px;
	
}
.indexModule .topicList .item .avatarBox img{
	border-radius:100%;
	width: 36px;
}
.indexModule .topicList .item .topInfo{padding:2px 10px 0px 56px;}
.indexModule .topicList .item .topInfo .top-box{}
.indexModule .topicList .item .topInfo .top-box .userName{color:#aaa;font-size: 14px;position: relative;top: 1px;line-height:26px;margin-right: 1px;}
.indexModule .topicList .item .topInfo .top-box .userRoleName{
	margin-left:3px;
	white-space:nowrap;
	color:#e2b46e;
	background-color:#f8e7c4;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.indexModule .topicList .item .topInfo .top-box .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.indexModule .topicList .item .topInfo .top-box .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.indexModule .topicList .item .topInfo .bottom-box{font-size:14px;color:#aaa;}
.indexModule .topicList .item .topInfo .bottom-box .time{font-style:normal;}


.indexModule .topicList .item .titleBox{
	position:relative;
	color:#222;
	padding:10px 10px 0px 56px;
    max-height:48px;
	font-size:0;/*父级元素设置font-size:0; 解决 display：inline-block两个元素之间的默认空格 */
    line-height:24px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.indexModule .topicList .item .titleBox .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
    position: relative;
    top: -5px;
}
.indexModule .topicList .item .titleBox .title{
	font-size:16px;
}
.indexModule .topicList .item .titleBox .essence{
	display: inline-block;
    padding: 2px 3px;
    margin-left:5px;
    font-size: initial;/*解决安卓浏览器文本无法垂直居中*/
    line-height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #ff7875;
    position: relative;
	top: -1px;
}
.indexModule .topicList .item .titleBox .essence span{
    font-size: 12px;
}
.indexModule .topicList .item .titleBox .top{
	display: inline-block;
    padding: 2px 3px;
    margin-left:5px;
    font-size: initial;/*解决安卓浏览器文本无法垂直居中*/
    line-height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #69c0ff;
    position: relative;
	top: -1px;
}
.indexModule .topicList .item .titleBox .top span{
    font-size: 12px;
}

.indexModule .topicList .item .titleBox .topicRoleName{
	display: inline-block;
    padding: 2px 3px;
    margin-left:5px;
    font-size: initial;/*解决安卓浏览器文本无法垂直居中*/
    line-height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#fff;
	background-color:#ffcc00;
	font-style: normal;
	position: relative;
	top: -1px;
}
.indexModule .topicList .item .titleBox .topicRoleName span{
    font-size: 12px;
}
.indexModule .topicList .item .titleBox .redEnvelope{
	font-size: 20px;
	position:relative;
    top:3px;
    color: #ff483a;
    margin-left: 2px;
    
}
.indexModule .topicList .item .titleBox .hideTagType{
	font-size:0;/*父级元素设置font-size:0; 解决 display:inline-block两个元素之间的默认空格 */
	line-height:0;
	position: relative;
	top: -1px;
	
}
.indexModule .topicList .item .titleBox .hideTagType .circle{
	border-radius:10px;display: inline-block;margin-left:5px;
	width: 20px;height: 20px;
	position:relative;
}
.indexModule .topicList .item .titleBox .hideTagType .circle i{
	font-size: 12px;line-height: 20px; margin-left: 4px;
}

.indexModule .topicList .item .titleBox .hideTagType .point:before{
	content: ' ';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 11px;
    left: 8px;
}

.indexModule .topicList .item .titleBox .hide_10 .circle{
	background: #ebebeb;
}
.indexModule .topicList .item .titleBox .hide_10 .point:before{
	background-color: #ebebeb;
}
.indexModule .topicList .item .titleBox .hide_10 .circle i{
	color: #b2b2b2;
}

.indexModule .topicList .item .titleBox .hide_20 .circle{
	background: #bbf9d5;
}
.indexModule .topicList .item .titleBox .hide_20 .point:before{
	background-color: #bbf9d5;
}
.indexModule .topicList .item .titleBox .hide_20 .circle i{
	color: #21de70;
}

.indexModule .topicList .item .titleBox .hide_30 .circle{
	background: #bfebfb;
}
.indexModule .topicList .item .titleBox .hide_30 .point:before{
	background-color: #bfebfb;
}
.indexModule .topicList .item .titleBox .hide_30 .circle i{
	color: #27c3fc;
}

.indexModule .topicList .item .titleBox .hide_40 .circle{
	background: #e2cffe;
}
.indexModule .topicList .item .titleBox .hide_40 .point:before{
	background-color: #e2cffe;
}
.indexModule .topicList .item .titleBox .hide_40 .circle i{
	color: #af82f2;
}

.indexModule .topicList .item .titleBox .hide_50 .circle{
	background: #fedbb2;
}
.indexModule .topicList .item .titleBox .hide_50 .point:before{
	background-color: #fedbb2;
}
.indexModule .topicList .item .titleBox .hide_50 .circle i{
	color: #fe9d2d;
}
.indexModule .topicList .item .summary{
	
	position:relative;padding:9px 10px 0px 56px;
}
.indexModule .topicList .item .summary span{
	color: #aaa;
	font-size:14px;
	line-height:22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width:100%;
}
.indexModule .topicList .item .videoInfo{
	padding:10px 10px 0px 56px;
	
}
.indexModule .topicList .item .videoInfo player{
	height: 180px;
	display: block;
	background: #000;
	position: relative;
	text-align: center;
}
.indexModule .topicList .item .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;
}
.indexModule .topicList .item .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);
}
.indexModule .topicList .item .videoInfo player .iconBox{
    display: block;
    position: relative;
	width: 60px;
	height: 60px;
}
.indexModule .topicList .item .videoInfo player .iconBox .playIcon{
	
	font-size: 30px;
    position: absolute;  
	line-height:22px; 
	width: 22px;
	height: 22px;
    top: 0;  
    bottom: 0;  
    left: -5px;  
    right: 0;  
    margin: auto;
    color: #fff;
}
.indexModule .topicList .item .dplayer-process {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.indexModule .topicList .item .dplayer-process .box{
	position: relative;
	width: 100%;
	height: 100%;
}
.indexModule .topicList .item .dplayer-process .box .prompt{
   	width: 200px;
    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: 16px;
   	background-color:rgb(0,0,0);
	opacity:0.7;
	filter:alpha(opacity=70);
	text-align: center;
}


.indexModule .topicList .item .imageInfo{
    position:relative;
    padding:10px 7px 0px 56px;
}

.indexModule .topicList .item .imageInfo .image-box{
    display: -webkit-box;     /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;       /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;     /* TWEENER - IE 10 */
    display: -webkit-flex;   /* NEW - Chrome */
    display: flex;           /* NEW, Spec - Opera 12.1, Firefox 20+ */
   
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 100%;
}
.indexModule .topicList .item .imageInfo .image-box .image-column{
	width: 100%;
}
.indexModule .topicList .item .imageInfo .image-box .image-column .image{
	width: calc((100% - 9px)/3);/*每行3张图片，每张图片3px间隔 */
	max-width: 240px;
	flex: 0 1 auto;
	position: relative;
	margin-top: 3px;
	margin-right: 3px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: zoom-in;
}/**
.indexModule .topicList .item .imageInfo .image-box .image-column .image:not(:nth-child(3n)) {
	margin-right: 4px;
}**/
/*控制图片的高度和宽度一样，padding-top基于父元素的宽度*/
.indexModule .topicList .item .imageInfo .image-box .image-column .image .ratio{
    pointer-events: none;
    padding-top: 100%;
}
.indexModule .topicList .item .imageInfo .image-box .image-column .image .zoom{
    position: absolute;
   
    width: 100%;
    height: 100%;
    opacity: 0;
}

.indexModule .topicList .item .detailInfo{position:relative;padding:12px 10px 0px 56px;height:27px; border-bottom:1px solid #eee;}
.indexModule .topicList .item .detailInfo .bLeft{float:left!important;color:#aaa;display:inline-block;font-size:14px;}
.indexModule .topicList .item .detailInfo .bLeft .tagName{
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
    
}
.indexModule .topicList .item .detailInfo .bRight{float:right!important;font-size:14px;color:#aaa;margin-top: 4px;}


.indexModule .topicList .topicPage{
	padding-top: 5px;padding-bottom: 10px;
}
.indexModule .addTopicScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.indexModule .addTopicScroll .box{
	padding-top: 40px;
}
.indexModule .addTopicScroll .box .addTopicForm{margin-left:5px; margin-right: 5px;}
.indexModule .addTopicScroll .box .addTopicForm .tips{line-height:30px; margin-left: 115px}
.indexModule .addTopicScroll .box .addTopicForm .tips span{color: red;}
.indexModule .addTopicScroll .box .addTopicForm .help{line-height:30px; margin-left: 115px;color: #747474;font-size: 13px;}
.indexModule .addTopicScroll .box .addTopicForm .tag{
	position: relative;min-height:40px;margin-top: 10px;
}
.indexModule .addTopicScroll .box .addTopicForm .tag .title{
	font-size: 16px;line-height: 30px;margin-left: 10px;float: left; 
}
.indexModule .addTopicScroll .box .addTopicForm .tag .name{
	font-size: 16px;line-height: 30px;margin-left: 70px; margin-right: 20px;
}
.indexModule .addTopicScroll .box .addTopicForm .sign{position:relative;display:inline-block;width: 100%;min-height: 34px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
.indexModule .addTopicScroll .box .addTopicForm .sign:after{content:'';width:16px;height:16px;border-top:2px solid #e3e3e3;border-right:2px solid #e3e3e3;transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);-webkit-transform:translateY(-50%) rotate(45deg);top:50%;right:15px;position:absolute;pointer-events: none;}

.indexModule .addTopicScroll .box .addTopicForm .item{
	
}
.indexModule .addTopicScroll .box .addTopicForm .item .tag .name{
	margin-left: 120px;
}
.indexModule .addTopicScroll .box .addTopicForm .richText{
	position:relative;
}



/** 话题内容 **/
.topicContentModule{
	padding-top: 40px;background: #fcfcfc;
}
.topicContentModule .head-box{
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	background: #fff;
}

.topicContentModule .head-box .userInfo{position:relative;padding:5px 10px 7px 10px;}
.topicContentModule .head-box .userInfo .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 8px;top:10px;
	
}
.topicContentModule .head-box .userInfo .avatarBox img{
	border-radius:100%;
	width: 36px;
}
.topicContentModule .head-box .userInfo .left{float:left!important;width: 75%;}
.topicContentModule .head-box .userInfo .left .topInfo{padding:0px 0px 0px 46px;}
.topicContentModule .head-box .userInfo .left .topInfo .top-box{}
.topicContentModule .head-box .userInfo .left .topInfo .top-box .userName{color:#aaa;font-size: 14px;position: relative;top: 1px;line-height:26px;margin-right: 1px;}
.topicContentModule .head-box .userInfo .left .topInfo .top-box .userRoleName{
	margin-left:3px;
	white-space:nowrap;
	color:#e2b46e;
	background-color:#f8e7c4;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.topicContentModule .head-box .userInfo .left .topInfo .top-box .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.topicContentModule .head-box .userInfo .left .topInfo .top-box .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.topicContentModule .head-box .userInfo .left .topInfo .bottom-box{font-size:14px;color:#aaa;}
.topicContentModule .head-box .userInfo .left .topInfo .bottom-box .time{font-style:normal;}
.topicContentModule .head-box .userInfo .right{float:right!important;}
.topicContentModule .head-box .userInfo .right .button{
	margin-top: 7px;margin-right: 0px;
}
/* 红包 */
.topicContentModule .receiveRedEnvelope{
	margin-top:10px;
	padding-bottom:2px;
	overflow: hidden;
	zoom: 1;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	
}
.topicContentModule .receiveRedEnvelope .redEnvelope {
	margin-bottom:10px;padding:20px 15px 20px;margin:0 auto; width:150px;
}
.topicContentModule .receiveRedEnvelope .redEnvelope .box {
	border-radius: 16px;
	background-color: #ff483a;
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
}
.topicContentModule .receiveRedEnvelope .redEnvelope .box .head {
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
	width: 150%;
	border-bottom: 2px solid #e03d19;
	background-image: linear-gradient(-180deg, #ff583f 0%, #ff483a 100%);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-height: 40px;
}
.topicContentModule .receiveRedEnvelope .redEnvelope .box .body {
	padding-top: 20px;margin:0 auto;
}
.topicContentModule .receiveRedEnvelope .redEnvelope .box .body .avatarBox{
	border-radius:100%;
	margin-top: 40px;text-align: center;
}
.topicContentModule .receiveRedEnvelope .redEnvelope .box .body .avatarBox img{
	border-radius:100%;
	width: 32px;
}


.topicContentModule .receiveRedEnvelope .redEnvelope .box .body .content{
	margin-bottom:10px;
	color:#fed68e;font-size:16px;height: 30px;position: relative;text-align: center;
}

.topicContentModule .receiveRedEnvelope .redEnvelope .box .btn{
	border:none;
	position: absolute;
	top:15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fed848;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 30px;
	color:#dc972e;
	border-radius: 100%;
	cursor: pointer;
	transition: transform 0.3s;
	transform-origin:0 50%;
	
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.topicContentModule .receiveRedEnvelope .redEnvelope .box .btn:hover {
    transform: scale(1.2) translateX(-50%) ;/* perspective(1px) translate3d(0,0,0) */
    -webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.topicContentModule .receiveRedEnvelope .redEnvelope .box .open-btn{
	border:none;
	position: absolute;
	top:13px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fed848;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color:#dc972e;
	border-radius: 100%;
	cursor: pointer;
	transition: transform 0.3s;
	transform-origin:0 50%;
}
.topicContentModule .receiveRedEnvelope .receiveRedEnvelopeUser{
	margin-left: 25px;padding-bottom: 15px;margin-right: 25px;position:relative;
}
.topicContentModule .receiveRedEnvelope .receiveRedEnvelopeUser .box{
	text-align: center;margin-left: -10px;
}
.topicContentModule .receiveRedEnvelope .receiveRedEnvelopeUser .avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-bottom:8px;
    
    display: inline-block;
    
    background: #fff no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #fff;
    vertical-align: bottom;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.topicContentModule .receiveRedEnvelope .receiveRedEnvelopeUser .avatar {
    margin-right: -15px !important;
}
.topicContentModule .receiveRedEnvelope .receiveRedEnvelopeUser .active{
    margin-right: -3px !important;
    transition-duration:0.3s;
}
.topicContentModule .receiveRedEnvelope .receiveRedEnvelopeUser .more {
    width:20px; height:14px; position: absolute;left: 0; right: 0; bottom: 5px;
    margin: auto;
}
.topicContentModule .receiveRedEnvelope .receiveRedEnvelopeUser .more .icon {
   font-size: 15px; color: #26a2ff;
}
.topicContentModule .receiveRedEnvelope .noRedEnvelope{margin-bottom:10px;padding:20px 15px 20px;margin:0 auto; width:220px;}

.topicContentModule .receiveRedEnvelope .noRedEnvelope .box {
	border-radius: 16px;
	background-color: #ff483a;
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
}
.topicContentModule .receiveRedEnvelope .noRedEnvelope .box .content{
	color:#fed68e;font-size:16px;height: 60px;line-height:60px; position: relative;text-align: center;
}

.topicContentModule .topicDetail {
	margin-top:10px;
	padding-bottom:2px;
	overflow: hidden;
	zoom: 1;
	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 .topicDetail .reportMark:before{
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom:0px;
    border-left: 5px solid #f89898;
}
.topicContentModule .topicDetail .head {
	position: relative;
	margin-left:8px;
	margin-right:8px;
	margin-bottom: 2px;
	padding-top:15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
	background: #fff;
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,.02);
}
.topicContentModule .topicDetail .head .titleBox{
	font-size:0;/*父级元素设置font-size:0; 解决 display:inline-block两个元素之间的默认空格 */
	line-height:0;
}
.topicContentModule .topicDetail .head .titleBox .title {
	color: #222;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}
.topicContentModule .topicDetail .head .titleBox .essence{
	display: inline-block;
    padding: 2px 3px;
    margin-left:5px;
    font-size: initial;/*解决安卓浏览器文本无法垂直居中*/
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #ff7875;
    position: relative;
    top: -2px;
   
}
.topicContentModule .topicDetail .head .titleBox .essence span{
    font-size: 14px;
}
.topicContentModule .topicDetail .head .titleBox .top{
	display: inline-block;
    padding: 2px 3px;
    margin-left:5px;
    font-size: initial;/*解决安卓浏览器文本无法垂直居中*/
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #69c0ff;
    position: relative;
    top: -2px;
}
.topicContentModule .topicDetail .head .titleBox .top span{
    font-size: 14px;
   
}
.topicContentModule .topicDetail .head .info{ padding:15px 0px 4px 0px;}
.topicContentModule .topicDetail .head .info .left{float:left!important;}
.topicContentModule .topicDetail .head .info .left .tagName{
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
    
}
.topicContentModule .topicDetail .head .info .right{float:right!important;font-size:13px;color:#aaa;position: relative;top: 5px;}
.topicContentModule .topicDetail .head .info .right .ipAddress-icon{font-size: 12px;color: #aaa;margin-right: 2px;position: relative;top: 1px;}
.topicContentModule .topicDetail .head .info .right .count-icon{font-size: 12px;color: #aaa;margin-left: 10px;margin-right: 2px;position: relative;top: 1px;}
.topicContentModule .topicDetail .head .info .right .view-icon{font-size: 12px;margin-right: 2px;color: #aaa;margin-left: 10px;position: relative;top: 1px;}
.topicContentModule .topicDetail .head .info .right .fast{
	font-size: 12px;color: #aaa;margin-left: 5px;position: relative;top: 1px;
}

.topicContentModule .topicDetail .main {
	margin: 10px 8px 10px 8px;
	min-height: 80px;
	font-size: 15px;
	line-height: 1.8;
	color: #222;
}
.topicContentModule .topicDetail .main .lastUpdateTime{
	text-align: center;line-height: 40px;padding-bottom: 30px;color: #939499;
}
.topicContentModule .topicDetail .main .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
}
.topicContentModule .topicDetail .main a{
	font-size: 15px;
	line-height: 1.8;
	color: #26a2ff;
}
.topicContentModule .topicDetail .main i {
	font-style: italic;
}
.topicContentModule .topicDetail .main p{word-wrap:break-word;}
.topicContentModule .topicDetail .main img{
	max-width:100%;height:auto;border:none;background:none;padding:0;vertical-align: sub;
}
.topicContentModule .topicDetail .main table {
    width: 100%;
}
.topicContentModule .topicDetail .main table th {
	font-weight: 600
}
.topicContentModule .topicDetail .main table td,
.topicContentModule .topicDetail .main table th {
	border: 1px solid #E5E6EB;
	padding: 6px 13px
}
.topicContentModule .topicDetail .main table tr {
	background-color: #fff;
	border-top: 1px solid #E5E6EB;
}
.topicContentModule .topicDetail .main table tr:nth-child(2n) {
	background-color: #F7F8FA;
}
.topicContentModule .topicDetail .main ol li{ 
	list-style-type:decimal;
	list-style-position:inside;
}
.topicContentModule .topicDetail .main ul li{ 
	margin-left:20px;
	list-style-type:disc;
}
.topicContentModule .topicDetail .main iframe{
	width:100%; height: 300px;padding:10px 0px; 
}
.topicContentModule .topicDetail .main hide{
	display:block;
	background: #fbfbfb;
	min-height:100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 17px;
	margin-bottom: 15px;
	border: 2px dashed #eeeeee;
	border-radius: 5px;
	
}
.topicContentModule .topicDetail .main hide .hide-box{
	margin: 5px;position: relative;text-align: center;
}
.topicContentModule .topicDetail .main hide .background-image{
	margin: auto;
	margin-top:12px;
	font-size:40px;
	
	opacity:0.4;
	filter:alpha(opacity=40); 
}
.topicContentModule .topicDetail .main hide .background-prompt{
	margin-top: 2px; color: #999999;font-size: 16px;
}
.topicContentModule .topicDetail .main hide .highlight{font-weight:bold;}
/*border:#a9a9a9 solid 2px;  边框#b2b5bc #777777*/
.topicContentModule .topicDetail .main 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 .topicDetail .main 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 .topicDetail .main 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 .topicDetail .main hide .input-box .button:hover{background:#808080;}/*background:#606060;*/

.topicContentModule .topicDetail .main 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 .topicDetail .main 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 .topicDetail .main hide .submit-box .button:hover{background:#808080;}

.topicContentModule .topicDetail .main player{
	display: block;
	margin-top: 8px;
	height: 576px;
}
.topicContentModule .topicDetail .main .dplayer-process {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.topicContentModule .topicDetail .main .dplayer-process .box{
	position: relative;
	width: 100%;
	height: 100%;
}
.topicContentModule .topicDetail .main .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;
}

.topicContentModule .operating {
	display:inline-block;text-align: center;width: 100%;
}
.topicContentModule .operating .bottomInfo{
	margin-top: 20px;line-height:34px; margin-bottom: 10px;
}
.topicContentModule .operating .bottomInfo .icon{
	margin-right: 4px;position: relative;top: 1px;
}

.topicContentModule .commentList {
	width: 100%;
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,.02);
	background: #fff;
	margin-top: 10px;
}  
.topicContentModule .commentList .badge {
	white-space:nowrap; 
	font-style:normal;
	margin-left:5px;
	color:#fff;
	background-color:#26a2ff;
	border-radius:4px;
	padding:0px 5px;
	font-size: 12px;
}
.topicContentModule .commentList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
	margin-top: 2px;
	padding-bottom: 2px;
}
.topicContentModule .commentList .reportMark{
	position:relative;
}
.topicContentModule .commentList .reportMark:before{
    content: " ";
    position: absolute;
    top: 0px;
    left: -8px;
    bottom:0px;
    border-left: 5px solid #f89898;
}
.topicContentModule .commentList .item .head {
	min-height: 50px;
	padding: 10px 0px 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.topicContentModule .commentList .item .head .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 0px;top:8px;
	
}
.topicContentModule .commentList .item .head .avatarBox img{
	border-radius:100%;
	width: 36px;
}

.topicContentModule .commentList .item .head .info {
	display: block;
	float: left;
	margin-left: 44px;
}
.topicContentModule .commentList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px;
}
.topicContentModule .commentList .item .head .info h2 .userName{
	float: left;margin-right: 3px;
}
.topicContentModule .commentList .item .head .info .cancelNickname{
	font-weight:normal;
	float: left;
	margin-right: 3px;
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.topicContentModule .commentList .item .head .userTag{
	float: left;margin-top: -1px;
}
.topicContentModule .commentList .item .head .userTag .master{
	white-space:nowrap;
	color:#fff;
	background-color:#4cc8ff;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.topicContentModule .commentList .item .head .userTag .userRoleName{
	margin-left:3px;
	white-space:nowrap;
	color:#e2b46e;
	background-color:#f8e7c4;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.topicContentModule .commentList .item .head .userTag .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.topicContentModule .commentList .item .head .time {
	font-size: 12px;
	color:#aaa;
	margin-top: 5px;
	line-height: 12px
}
.topicContentModule .commentList .item .head .time .separate{
	margin-left: 6px;
    margin-right: 6px;
}

.topicContentModule .commentList .item .head .floor {
	float: right;
	margin-right:5px;
	font-size: 12px;
	color:#aaa;
	position: relative;
	top: -1px;
}
.topicContentModule .commentList .item .head .fast {
	float: right;
	margin-right:5px;
	font-size: 12px;
	color:#aaa;
	position: relative;
	top: 2px;
}
.topicContentModule .commentList .item .main {
	padding: 0 8px 0 8px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 5px
}

.topicContentModule .commentList .item .main .commentContent {
	margin-bottom: 15px;
	color:#222;font-size: 15px;
}
.topicContentModule .commentList .item .main .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
    position: relative;
    top: -1px;
}
.topicContentModule .commentList .item .main .commentContent a{
	font-size: 15px;
	color: #26a2ff;
}
.topicContentModule .commentList .item .main .commentContent p{font-size:16px;word-wrap:break-word}
.topicContentModule .commentList .item .main .commentContent img {
	max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;vertical-align: sub;
}
.topicContentModule .commentList .item .main .quote{
	 padding:5px 8px;border-bottom:none;text-align: left;margin-left: 5px;color: 878787;
}
.topicContentModule .commentList .item .main .quote .quoteComment{
	background:#fafafa;padding:3px;border:1px solid #ddd;line-height:140%;margin-bottom:5px;font-size: 15px;border-radius: 3px;
}
.topicContentModule .commentList .item .main .quote .quoteComment .userName{
	color:#aaa;font-size:12px;margin-left: 26px;position: relative;
}
.topicContentModule .commentList .item .main .quote .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: -22px;top:-2px;
	
}
.topicContentModule .commentList .item .main .quote .avatarBox img{
	border-radius:100%;
	width: 16px;
	
}
.topicContentModule .commentList .item .main .quote .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.topicContentModule .commentList .item .main .quote .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
}

.topicContentModule .commentList .replyList {
	border-top: 1px solid #eee;
	margin-left: 36px;
	margin-top:7px;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}
.topicContentModule .commentList .replyList:before {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	background-color: #fff;
	top: -4px;
	left: 30px
}
.topicContentModule .commentList .replyList .box li {
	*zoom: 1;
	border-bottom: 1px dashed #eee;
}
.topicContentModule .commentList .replyList .box li .reply-reportMark{
	position: relative;
}
.topicContentModule .commentList .replyList .box li .reply-reportMark:before{
    content: " ";
    position: absolute;
    top: -10px;
    left: -18px;
    bottom:-5px;
    border-left: 5px solid #f89898;
}
.topicContentModule .commentList .replyList .box li:last-child{
	border-bottom: 1px dashed transparent;
}
.topicContentModule .commentList .replyList .box li:before,
.topicContentModule .commentList .replyList .box li:after {
	content: "";
	display: table;
	font: 0/0 a
}
.topicContentModule .commentList .replyList .box li:after {
	clear: both;
}

.topicContentModule .commentList .replyList .box li .reply-top{
	height: 23px;
	margin-top: 10px;
}
.topicContentModule .commentList .replyList .box li .reply-top .avatarBox{
	position:absolute;border-radius:100%;
}
.topicContentModule .commentList .replyList .box li .reply-top .avatarBox img{
	border-radius:100%;
	width: 32px;
}
.topicContentModule .commentList .replyList .box li .reply-top .info {
	display: block;
	float: left;
	margin-left: 38px;
}
.topicContentModule .commentList .replyList .box li .reply-top .info .left-box {
	color:#aaa;
	font-size:14px;
	line-height: 16px;
}
.topicContentModule .commentList .replyList .box li .reply-top .info .left-box .userName{
	float: left;margin-right: 3px;
}
.topicContentModule .commentList .replyList .box li .reply-top .info .cancelNickname{
	font-weight:normal;
	float: left;
	margin-right: 3px;
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.topicContentModule .commentList .replyList .box li .reply-top .userTag{
	float: left;margin-top: -1px;
}
.topicContentModule .commentList .replyList .box li .reply-top .userTag .master{
	white-space:nowrap;
	color:#fff;
	background-color:#4cc8ff;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.topicContentModule .commentList .replyList .box li .reply-top .userTag .userRoleName{
	margin-left:3px;
	white-space:nowrap;
	color:#e2b46e;
	background-color:#f8e7c4;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.topicContentModule .commentList .replyList .box li .reply-top .userTag .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.topicContentModule .commentList .replyList .box li .reply-top .time {
	font-size: 12px;
	color:#aaa;
	margin-top: 4px;
	line-height: 12px
}
.topicContentModule .commentList .replyList .box li .reply-top .time .separate{
	margin-left: 6px;
    margin-right: 6px;
}
.topicContentModule .commentList .replyList .box li .reply-top .floor {
	float: right;
	margin-right:5px;
	font-size: 12px;
	color:#aaa;
	position: relative;
	top: -1px;
}
.topicContentModule .commentList .replyList .box li .reply-top .fast {
	float: right;
	margin-right:5px;
	font-size: 12px;
	color:#aaa;
	position: relative;
	top: 2px;
}

.topicContentModule .commentList .replyList .box li .friendInfo-wrap{
   margin-top: 8px;
   background: #fff;
   padding: 6px 0px;
   border-radius: 4px;
}                            
.topicContentModule .commentList .replyList .box li .friendInfo-wrap .friendInfo{
    background: #f5f5f5;
    color: #999;
    line-height: 38px;
    border-radius: 4px;
    display: flex;
}
.topicContentModule .commentList .replyList .box li .friendInfo-wrap .friendInfo .icon-container{
    margin-left: 12px;
    position: relative;
    top: 2px;
    color: #999;
}
.topicContentModule .commentList .replyList .box li .friendInfo-wrap .friendInfo .avatarImg-container{
    margin-left: 12px;
    position: relative;
    top: -1px;
}
.topicContentModule .commentList .replyList .box li .friendInfo-wrap .friendInfo .avatarImg-container img {
    width: 22px;
    height: 22px;
    border-radius:22px;
    vertical-align: middle;
}
.topicContentModule .commentList .replyList .box li .friendInfo-wrap .friendInfo .nameInfo-container {
    flex: 1;
    margin-left: 6px;
    margin-right: 6px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.topicContentModule .commentList .replyList .box li .friendInfo-wrap .friendInfo .nameInfo-container .userName {
    color: #999;
    font-size: 14px;
    position: relative;
    top: 1px;
}
.topicContentModule .commentList .replyList .box li .friendInfo-wrap .friendInfo .nameInfo-container .cancelNickname{
    font-weight:normal;
    margin-right: 3px;
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    zoom: 1;
    user-select:none;
}
.topicContentModule .commentList .replyList .box li .replyContent{
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
	line-height:24px;
	color:#222;
	
}
.topicContentModule .commentList .replyList .box li .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
}
.topicContentModule .commentList .replyList .link {
	text-align: right;
	margin-top: 5px;
}
.topicContentModule .commentList .replyList .link span {
	font-size: 14px;
	color: #26a2ff;
}
.topicContentModule .commentList .item .bottomInfo {
	height:22px;
	overflow: hidden;
	text-align: right;
}
.topicContentModule .commentList .item .bottomInfo .toolbar {
	height: 100%;
	margin-right:4px;
}
.topicContentModule .commentList .commentPage{
	padding-top: 5px;padding-bottom: 10px;
}
.topicContentModule .addCommentScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    /**
    overflow-y:hidden;**/
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.topicContentModule .addCommentScroll .box{
	padding-top: 40px;
}
.topicContentModule .addCommentScroll .box .addCommentForm{margin-left:5px; margin-right: 5px;}
.topicContentModule .addCommentScroll .box .addCommentForm .tips{line-height:30px; margin-left: 115px}
.topicContentModule .addCommentScroll .box .addCommentForm .tips span{color: red;}

.topicContentModule .addQuoteScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.topicContentModule .addQuoteScroll .box{
	padding-top: 40px;
}
.topicContentModule .addQuoteScroll .box .addQuoteForm{margin-left:5px; margin-right: 5px;}
.topicContentModule .addQuoteScroll .box .addQuoteForm .quoteBox{
	background:#fafafa; padding:10px;border:1px solid #eee;margin-top: 10px;margin-bottom: 10px;font-size: 14px;
}
.topicContentModule .addQuoteScroll .box .addQuoteForm .tips{line-height:30px; margin-left: 115px}
.topicContentModule .addQuoteScroll .box .addQuoteForm .tips span{color: red;}


.topicContentModule .addReportScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.topicContentModule .addReportScroll .box{
	padding-top: 40px;
	padding-bottom: 10px;
}
.topicContentModule .addReportScroll .box .addReportForm{margin-left:5px; margin-right: 5px;}

.topicContentModule .addReportScroll .box .addReportForm .reportType-group .mint-cell-wrapper{
	background-image: linear-gradient(180deg, #fff, #fff 50%, transparent 50%);/*白色边框线*/
}
.topicContentModule .addReportScroll .box .addReportForm .reportType-group .mint-cell:last-child {
    background-image: linear-gradient(0deg, #fff, #fff 50%, transparent 50%); /*白色边框线*/
}
.topicContentModule .addReportScroll .box .addReportForm .tips{line-height:30px; margin-left: 8px}
.topicContentModule .addReportScroll .box .addReportForm .tips span{color: red;}
.topicContentModule .addReportScroll .box .image-form {
	margin:30px 5px 8px 5px;
    position: relative;
    font-size: 14px;
    font-size: 0;
}
.topicContentModule .addReportScroll .box .image-form::after {
    clear: both;
}
.topicContentModule .addReportScroll .box .image-form::after, .image-form::before {
    display: table;
    content: "";
}
.topicContentModule .addReportScroll .box .image-form .uploadImagelist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    vertical-align: top;
}
.topicContentModule .addReportScroll .box .image-form .uploadImagelist .uploadImageItem {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 74px;
    height: 74px;
    margin: 0 8px 8px 0;
    display: inline-block;
    
    -webkit-transition: all .5s cubic-bezier(.55,0,.1,1);
    transition: all .5s cubic-bezier(.55,0,.1,1);
    font-size: 14px;
    color: #606266;
    line-height: 1.8;
    position: relative;
}
.topicContentModule .addReportScroll .box .image-form .uploadImagelist .uploadImageItem .thumbnail {
    width: 100%;
    height: 100%;
}
.topicContentModule .addReportScroll .box .image-form .uploadImagelist .uploadImageItem .item-delete {
   width: 14px;
   height: 14px;
   background: rgba(0, 0, 0, .7);
   border-radius: 0 0 0 12px;
   position: absolute;
   top: 0;
   right: 0;
}
.topicContentModule .addReportScroll .box .image-form .uploadImagelist .uploadImageItem .item-delete .icon{
	position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    transform: scale(.7) translate(10%,-10%);
}
.topicContentModule .addReportScroll .box .image-form .uploadImageInput {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 74px;
    height: 74px;
    cursor: pointer;
    line-height: 73px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    outline: 0;
}
.topicContentModule .addReportScroll .box .image-form .uploadImageInput i {
	line-height: 73px;
    font-size: 28px;
    color: #8c939d;
    
}
.topicContentModule .addReportScroll .box .image-form .imageInput {
    display: none;
}


.topicContentModule .addReplyScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.topicContentModule .addReplyScroll .box{
	padding-top: 40px;
}
.topicContentModule .addReplyScroll .box .addReplyForm{margin-left:5px; margin-right: 5px;}
.topicContentModule .addReplyScroll .box .addReplyForm .tips{line-height:30px; margin-left: 115px}
.topicContentModule .addReplyScroll .box .addReplyForm .tips span{color: red;}


.topicContentModule .editCommentScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.topicContentModule .editCommentScroll .box{
	padding-top: 40px;
}
.topicContentModule .editCommentScroll .box .editCommentForm{margin-left:5px; margin-right: 5px;}
.topicContentModule .editCommentScroll .box .editCommentForm .tips{line-height:30px; margin-left: 115px}
.topicContentModule .editCommentScroll .box .editCommentForm .tips span{color: red;}


.topicContentModule .addReplyFriendScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.topicContentModule .addReplyFriendScroll .box{
	padding-top: 40px;
}
.topicContentModule .addReplyFriendScroll .friendUser{
	margin: 10px 10px 10px 10px;
	line-height: 28px;
	font-size: 14px;
}
.topicContentModule .addReplyFriendScroll .box .addReplyFriendForm{margin-left:5px; margin-right: 5px;}
.topicContentModule .addReplyFriendScroll .box .addReplyFriendForm .tips{line-height:30px; margin-left: 115px}
.topicContentModule .addReplyFriendScroll .box .addReplyFriendForm .tips span{color: red;}


.topicContentModule .editReplyScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.topicContentModule .editReplyScroll .box{
	padding-top: 40px;
}
.topicContentModule .editReplyScroll .box .editReplyForm{margin-left:5px; margin-right: 5px;}
.topicContentModule .editReplyScroll .box .editReplyForm .tips{line-height:30px; margin-left: 115px}
.topicContentModule .editReplyScroll .box .editReplyForm .tips span{color: red;}

/** 问答 **/
.askListModule{padding-bottom: 50px;}

.askListModule .head{margin-top: 10px; margin-left:8px; margin-right:8px; border-bottom:1px solid #eee; height: 38px; }
.askListModule .head .tagIcon{
	margin-left:10px;
	float: left;
	font-size: 18px; 
	color:#2192f8;
	padding:4px 0;
	margin-top: 3px;
}
.askListModule .head .tagName{
	margin-left:12px;
	float: left;
	font-size: 16px; 
	color:#2192f8;
	border-bottom:2px solid #2192f8;
	padding:4px 0;
}
.askListModule .head .button{
	float: right;
}


.askListModule .nav-tabs{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	background: #f1f1f1;
	margin-top: -1px;
}

.askListModule .nav-tabs .nav {
	margin-left: 18px;
}
.askListModule .nav-tabs .nav>li {
	position: relative;
	display: block;
	float: left;
	margin-bottom: -1px;
	
	margin-top: 3px;
}
.askListModule .nav-tabs .nav>li>a {
	position: relative;
	display: block;
	padding: 5px 7px;
	margin-right: 2px;
	line-height: 1.5;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
	font-size: 15px;
	
}
.askListModule .nav-tabs .nav>li>a:hover {
	border-color: #eee #eee #fff
}
.askListModule .nav-tabs .nav>li>a>img {
	max-width: none
}
.askListModule .nav-tabs .nav>li.active>a{
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
	border-color: #fff;
    cursor: default;
}


.askListModule .questionList {margin-top: 1px;}
.askListModule .questionList .item {position: relative;margin-top: 2px;}
.askListModule .questionList .item .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 10px;top:8px;
	
}
.askListModule .questionList .item .avatarBox img{
	border-radius:100%;
	width: 36px;
}
.askListModule .questionList .item .topInfo{padding:2px 50px 0px 56px;}
.askListModule .questionList .item .topInfo .top-box{}
.askListModule .questionList .item .topInfo .top-box .userName{color:#aaa;font-size: 14px;position: relative;top: 1px;line-height:26px;margin-right: 1px;}
.askListModule .questionList .item .topInfo .top-box .userRoleName{
	margin-left:3px;
	white-space:nowrap;
	color: #feb21a;
    background-color: #ffedba;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.askListModule .questionList .item .topInfo .top-box .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.askListModule .questionList .item .topInfo .top-box .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.askListModule .questionList .item .topInfo .bottom-box{font-size:14px;color:#aaa;}
.askListModule .questionList .item .topInfo .bottom-box .time{font-style:normal;}
.askListModule .questionList .item .topInfo .solve{
	position: absolute;top: 7px;right: 10px;
}
.askListModule .questionList .item .topInfo .solve .adoption{
	margin-left:3px;
	white-space:nowrap;
	color:#fff;
	background-color:#26a2ff;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}		            	
.askListModule .questionList .item .title{
	position:relative;
	color:#222;
	padding:10px 10px 0px 56px;
    max-height:48px;
	font-size:16px;
    line-height:24px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.askListModule .questionList .item .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
}
.askListModule .questionList .item .summary{
	
	position:relative;padding:2px 10px 0px 56px;
}
.askListModule .questionList .item .summary span{
	color: #aaa;
	font-size:14px;
	line-height:22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width:100%;
}
.askListModule .questionList .item .reward{
	min-height: 20px;margin-right: 10px;margin-top: 10px;margin-bottom: -3px;
}
.askListModule .questionList .item .reward .box{
	float:right;
	background: #fcf3e6;
	border-radius:3px;
	padding: 1px 0px;
}
.askListModule .questionList .item .reward .rewardInfo{
	padding: 1px 5px;color: #e2b46d;font-size: 14px;
}
.askListModule .questionList .item .reward .rewardInfo .symbol{
	font-family:Arial;font-weight:normal; vertical-align: middle; display:inline-block;margin-left: 5px;color: #cca558;
}
.askListModule .questionList .item .reward .rewardInfo .amount{
	margin-left: 1px;color: #cca558; margin-right: 5px;font-weight: 700;
}
.askListModule .questionList .item .reward .rewardInfo .point{
	color: #cca558; margin-right: 5px;font-weight: 700;
}
.askListModule .questionList .item .detailInfo{position:relative;padding:12px 10px 5px 56px; border-bottom:1px solid #eee;}
.askListModule .questionList .item .detailInfo .bLeft{
	float:left!important;
	width: 50%;
	overflow:hidden;
	height: 20px;
}
.askListModule .questionList .item .detailInfo .bLeft .tagName{
	margin-right:3px;
	margin-bottom:3px;
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
    
}
.askListModule .questionList .item .detailInfo .bRight{float:right!important;font-size:14px;color:#aaa;margin-top: 2px;}
.askListModule .questionList .questionPage{
	padding-top: 5px;padding-bottom: 10px;
}

/** 问题内容 **/
.questionContentModule{
	padding-top: 40px;background: #fcfcfc;
}
.questionContentModule .head-box{
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	background: #fff;
}

.questionContentModule .head-box .userInfo{position:relative;padding:5px 10px 7px 10px;}
.questionContentModule .head-box .userInfo .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 8px;top:10px;
	
}
.questionContentModule .head-box .userInfo .avatarBox img{
	border-radius:100%;
	width: 36px;
}
.questionContentModule .head-box .userInfo .left{float:left!important;width: 75%;}
.questionContentModule .head-box .userInfo .left .topInfo{padding:0px 0px 0px 46px;}
.questionContentModule .head-box .userInfo .left .topInfo .top-box{}
.questionContentModule .head-box .userInfo .left .topInfo .top-box .userName{color:#aaa;font-size: 14px;position: relative;top: 1px;line-height:26px;margin-right: 1px;}
.questionContentModule .head-box .userInfo .left .topInfo .top-box .userRoleName{
	margin-left:3px;
	white-space:nowrap;
	color: #feb21a;
    background-color: #ffedba;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.questionContentModule .head-box .userInfo .left .topInfo .top-box .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.questionContentModule .head-box .userInfo .left .topInfo .top-box .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.questionContentModule .head-box .userInfo .left .topInfo .bottom-box{font-size:14px;color:#aaa;}
.questionContentModule .head-box .userInfo .left .topInfo .bottom-box .time{font-style:normal;}
.questionContentModule .head-box .userInfo .right{float:right!important;}
.questionContentModule .head-box .userInfo .right .button{
	margin-top: 7px;margin-right: 0px;
}
.questionContentModule .questionDetail {
	margin-top:10px;
	padding-bottom:2px;
	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 .questionDetail .reportMark:before{
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom:0px;
    border-left: 5px solid #f89898;
}
.questionContentModule .questionDetail .head {
	position: relative;
	margin-left:8px;
	margin-right:8px;
	padding-top:15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
	background: #fff;
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,.02);
}
.questionContentModule .questionDetail .head h1 {
	color: #222;
	font-weight: 300;
	font-size: 20px;
}
.questionContentModule .questionDetail .head .info{ padding:15px 0px 5px 0px;}
.questionContentModule .questionDetail .head .info .left{float:left!important;}
.questionContentModule .questionDetail .head .info .left .tagName{
	margin-right:3px;
	margin-bottom:3px;
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
}
.questionContentModule .questionDetail .head .info .right{float:right!important;font-size:13px;color:#aaa;position: relative;top: 4px;}
.questionContentModule .questionDetail .head .info .right .ipAddress-icon{font-size: 12px;color: #aaa;margin-right: 2px;position: relative;top: 1px;}
.questionContentModule .questionDetail .head .info .right .count-icon{font-size: 12px;color: #aaa;margin-left: 10px;margin-right: 2px;position: relative;top: 1px;}
.questionContentModule .questionDetail .head .info .right .view-icon{font-size: 12px;margin-right: 2px;color: #aaa;margin-left: 10px;position: relative;top: 1px;}
.questionContentModule .questionDetail .head .info .right  .fast{
	font-size: 12px;color: #aaa;margin-left: 5px;position: relative;top: 1px;
}
.questionContentModule .questionDetail .main {
	margin: 10px 8px 10px 8px;
	min-height: 80px;
	font-size: 15px;
	line-height: 1.8;
	color: #222;
}
.questionContentModule .questionDetail .main .reward{
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fcf3e6;
	
	height: 36px;
	line-height: 36px;
	border-radius:3px;
	padding: 5px;
}
.questionContentModule .questionDetail .main .reward .rewardInfo{
	padding: 0px 12px;color: #e2b46d;font-size: 16px;
}
.questionContentModule .questionDetail .main .reward .rewardInfo .icon{
	font-size: 26px;position: relative;top: 5px;left: -4px;font-style:normal;
}
.questionContentModule .questionDetail .main .reward .rewardInfo .symbol{
	font-family:Arial;font-weight:normal; vertical-align: middle; display:inline-block;margin-left: 5px;color: #cca558;
}
.questionContentModule .questionDetail .main .reward .rewardInfo .amount{
	margin-left: 1px;color: #cca558; margin-right: 5px;font-weight: 700;font-size: 18px;position: relative;top: 1px;
}
.questionContentModule .questionDetail .main .reward .rewardInfo .point{
	color: #cca558; margin-right: 5px;font-weight: 700;font-size: 18px;position: relative;top: 1px;
}
.questionContentModule .questionDetail .main .lastUpdateTime{
	text-align: center;line-height: 40px;padding-bottom: 30px;color: #939499;
}
.questionContentModule .questionDetail .main .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
}

.questionContentModule .questionDetail .main a{
	font-size: 15px;
	line-height: 1.8;
	color: #26a2ff;
}
.questionContentModule .questionDetail .main i {
	font-style: italic;
}
.questionContentModule .questionDetail .main p{word-wrap:break-word;}
.questionContentModule .questionDetail .main img{
	max-width:100%;height:auto;border:none;background:none;padding:0;vertical-align: sub;
}
.questionContentModule .questionDetail .main table {
    width: 100%;
}
.questionContentModule .questionDetail .main table th {
	font-weight: 600
}
.questionContentModule .questionDetail .main table td,
.questionContentModule .questionDetail .main table th {
	border: 1px solid #E5E6EB;
	padding: 6px 13px
}
.questionContentModule .questionDetail .main table tr {
	background-color: #fff;
	border-top: 1px solid #E5E6EB;
}
.questionContentModule .questionDetail .main table tr:nth-child(2n) {
	background-color: #F7F8FA;
}
.questionContentModule .questionDetail .main ol li{ 
	list-style-type:decimal;
	list-style-position:inside;
}
.questionContentModule .questionDetail .main ul li{ 
	margin-left:20px;
	list-style-type:disc;
}
.questionContentModule .questionDetail .main iframe{
	width:100%; height: 300px;padding:10px 0px; 
}
.questionContentModule .operating {
	display:inline-block;text-align: center;width: 100%;
}
.questionContentModule .operating .bottomInfo{
	margin-top: 20px;line-height:34px; margin-bottom: 10px;
}
.questionContentModule .operating .bottomInfo .icon{
	margin-right: 4px;position: relative;top: 1px;
}
.questionContentModule .questionDetail .appendBox{
	margin-top:25px;
	position:relative;
}
.questionContentModule .questionDetail .odd .appendHead{
	color: #f9ce00;
}
.questionContentModule .questionDetail .odd:before{
	content: " ";
	position: absolute;
	top: 0px;
	left: -8px;
	bottom:0px;
	border-left: 5px solid #f9ce00;
}
.questionContentModule .questionDetail .even .appendHead{
	color: #85eb4e;
}
.questionContentModule .questionDetail .even:before{
	content: " ";
	position: absolute;
	top: 0px;
	left: -8px;
	bottom:0px;
	border-left: 5px solid #85eb4e;
}
.questionContentModule .questionDetail .appendBox .appendHead {
	height: 24px;
}
.questionContentModule .questionDetail .appendBox .appendHead .prompt{
	font-size: 15px;
	line-height: 34px;
}
.questionContentModule .questionDetail .appendBox .appendHead .appendTime{
	margin-left:5px;
	font-size: 15px;
	line-height: 34px;
}
.questionContentModule .questionDetail .appendBox .appendContent{padding:20px 0px;color:#333;font-size:16px;line-height:28px; word-wrap:break-word;min-height: 80px;}
.questionContentModule .questionDetail .appendBox .appendContent a{
	color: #26a2ff;
}
.questionContentModule .questionDetail .appendBox .appendContent p{font-size:16px;word-wrap:break-word}
.questionContentModule .questionDetail .appendBox .appendContent img{max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;vertical-align: sub;}



.questionContentModule .answerList {
	width: 100%;
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,.02);
	background: #fff;
	margin-top: 10px;
}
.questionContentModule .answerList .badge {
	white-space:nowrap; 
	font-style:normal;
	margin-left:5px;
	color:#fff;
	background-color:#26a2ff;
	border-radius:4px;
	padding:0px 5px;
	font-size: 12px;
}
.questionContentModule .answerList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
	position: relative;
}
.questionContentModule .answerList .item .head {
	min-height: 50px;
	padding: 10px 0px 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.questionContentModule .answerList .item .head .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 0px;top:8px;
	
}
.questionContentModule .answerList .item .head .avatarBox img{
	border-radius:100%;
	width: 36px;
	
}

.questionContentModule .answerList .item .head .info {
	display: block;
	float: left;
	margin-left: 44px;
}
.questionContentModule .answerList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px;
}
.questionContentModule .answerList .item .head .info h2 .userName{
	float: left;margin-right: 2px;
}
.questionContentModule .answerList .item .head .info h2 .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
    float: left;margin-right: 4px;font-weight:normal;
}

.questionContentModule .answerList .item .head .userTag{
	float: left;margin-top: -1px;
}
.questionContentModule .answerList .item .head .userTag .master{

	white-space:nowrap;
	color:#fff;
	background-color:#4cc8ff;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.questionContentModule .answerList .item .head .userTag .userRoleName{
	margin-left:3px;
	white-space:nowrap;
	color: #feb21a;
    background-color: #ffedba;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.questionContentModule .answerList .item .head .userTag .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
}
.questionContentModule .answerList .item .head .time {
	font-size: 12px;
	color:#aaa;
	margin-top: 6px;
	line-height: 12px
}
.questionContentModule .answerList .item .head .time .separate{
    margin-left: 6px;
    margin-right: 6px;
}
.questionContentModule .answerList .item .head .floor {
	float: right;
	margin-right:5px;
	font-size: 12px;
	color:#aaa;
}
.questionContentModule .answerList .item .head .fast {
	float: right;
	margin-right:5px;
	font-size: 12px;
	color:#aaa;
	position: relative;
	top: 2px;
}
.questionContentModule .answerList .active{
	position:relative;
	
}
.questionContentModule .answerList .active:before{
	content: " ";
	position: absolute;
	top: 0px;
	left: -10px;
	bottom:0px;
	border-left: 5px solid #fe9d2d;
	
}
.questionContentModule .answerList .item .adoption{
	display: none;
	position: absolute;
}
.questionContentModule .answerList .active .adoption{
	display: inline;
	position: absolute;
	right: 0px;
	top: 0px;
}
.questionContentModule .answerList .reportMark{
	position:relative;
}
.questionContentModule .answerList .reportMark:before{
    content: " ";
    position: absolute;
    top: 0px;
    left: -8px;
    bottom:0px;
    border-left: 5px solid #f89898;
}
.ribbon-wrapper {
	width: 70px;
	height: 72px;
	overflow: hidden;
	position: absolute;
	top: -6px;
	right: -3px; 
}

.ribbon-wrapper .ribbon {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	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: 4px 0;
	left: -5px;
	top: 16px;
	width: 98px;
	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; 
}
.questionContentModule .answerList .item .main {
	padding: 0 8px 0 8px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px
}
.questionContentModule .answerList .item .main .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
}
.questionContentModule .answerList .item .main .answerContent {
	margin-bottom: 15px;
	color:#222;font-size: 15px;
}
.questionContentModule .answerList .item .main .answerContent a{
	font-size: 15px;
	color: #26a2ff;
}
.questionContentModule .answerList .item .main .answerContent p{font-size:16px;word-wrap:break-word}
.questionContentModule .answerList .item .main .answerContent img {
	max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;vertical-align: sub;
}
.questionContentModule .answerList .replyList {
	border-top: 1px solid #eee;
	margin-left: 36px;
	margin-top:7px;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}
.questionContentModule .answerList .replyList:before {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	background-color: #fff;
	top: -4px;
	left: 30px
}
.questionContentModule .answerList .replyList .box li {
	*zoom: 1;
	border-bottom: 1px dashed #eee;
}
.questionContentModule .answerList .replyList .box li .reply-reportMark{
	position: relative;
}
.questionContentModule .answerList .replyList .box li .reply-reportMark:before{
    content: " ";
    position: absolute;
    top: -10px;
    left: -18px;
    bottom:-5px;
    border-left: 5px solid #f89898;
}
.questionContentModule .answerList .replyList .box li:last-child{
	border-bottom: 1px dashed transparent;
}
.questionContentModule .answerList .replyList .box li:before,
.questionContentModule .answerList .replyList .box li:after {
	content: "";
	display: table;
	font: 0/0 a
}
.questionContentModule .answerList .replyList .box li:after {
	clear: both;
}
.questionContentModule .answerList .replyList .box li .reply-top{
	height: 23px;
	margin-top: 10px;
}
.questionContentModule .answerList .replyList .box li .reply-top .avatarBox{
	position:absolute;border-radius:100%;
}
.questionContentModule .answerList .replyList .box li .reply-top .avatarBox img{
	border-radius:100%;
	width: 32px;
}
.questionContentModule .answerList .replyList .box li .reply-top .info {
	display: block;
	float: left;
	margin-left: 38px;
}
.questionContentModule .answerList .replyList .box li .reply-top .info .left-box {
	color:#aaa;
	font-size:14px;
	line-height: 16px;
}
.questionContentModule .answerList .replyList .box li .reply-top .info .left-box .userName{
	float: left;margin-right: 3px;
}
.questionContentModule .answerList .replyList .box li .reply-top .info .cancelNickname{
	font-weight:normal;
	float: left;
	margin-right: 3px;
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.questionContentModule .answerList .replyList .box li .reply-top .userTag{
	float: left;margin-top: -1px;
}
.questionContentModule .answerList .replyList .box li .reply-top .userTag .master{
	white-space:nowrap;
	color:#fff;
	background-color:#4cc8ff;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.questionContentModule .answerList .replyList .box li .reply-top .userTag .userRoleName{
	margin-left:3px;
	white-space:nowrap;
	color:#e2b46e;
	background-color:#f8e7c4;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.questionContentModule .answerList .replyList .box li .reply-top .userTag .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.questionContentModule .answerList .replyList .box li .reply-top .time {
	font-size: 12px;
	color:#aaa;
	margin-top: 4px;
	line-height: 12px
}
.questionContentModule .answerList .replyList .box li .reply-top .time .separate{
    margin-left: 6px;
    margin-right: 6px;
}
.questionContentModule .answerList .replyList .box li .reply-top .floor {
	float: right;
	margin-right:5px;
	font-size: 12px;
	color:#aaa;
	position: relative;
	top: -1px;
}
.questionContentModule .answerList .replyList .box li .reply-top .fast {
	float: right;
	margin-right:5px;
	font-size: 12px;
	color:#aaa;
	position: relative;
	top: 2px;
}
.questionContentModule .answerList .replyList .box li .friendInfo-wrap{
   margin-top: 8px;
   background: #fff;
   padding: 6px 0px;
   border-radius: 4px;
}                            
.questionContentModule .answerList .replyList .box li .friendInfo-wrap .friendInfo{
    background: #f5f5f5;
    color: #999;
    line-height: 38px;
    border-radius: 4px;
    display: flex;
}
.questionContentModule .answerList .replyList .box li .friendInfo-wrap .friendInfo .icon-container{
    margin-left: 12px;
    position: relative;
    top: 2px;
    color: #999;
}
.questionContentModule .answerList .replyList .box li .friendInfo-wrap .friendInfo .avatarImg-container{
    margin-left: 12px;
    position: relative;
    top: -1px;
}
.questionContentModule .answerList .replyList .box li .friendInfo-wrap .friendInfo .avatarImg-container img {
    width: 22px;
    height: 22px;
    border-radius:22px;
    vertical-align: middle;
}
.questionContentModule .answerList .replyList .box li .friendInfo-wrap .friendInfo .nameInfo-container {
    flex: 1;
    margin-left: 6px;
    margin-right: 6px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.questionContentModule .answerList .replyList .box li .friendInfo-wrap .friendInfo .nameInfo-container .userName {
    color: #999;
    font-size: 14px;
    position: relative;
    top: 1px;
}
.questionContentModule .answerList .replyList .box li .friendInfo-wrap .friendInfo .nameInfo-container .cancelNickname{
    font-weight:normal;
    margin-right: 3px;
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    zoom: 1;
    user-select:none;
}
.questionContentModule .answerList .replyList .box li .replyContent{
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
	line-height:24px;
	color:#222;
	
}
.questionContentModule .answerList .replyList .box li .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
}
.questionContentModule .answerList .replyList .link {
	text-align: right;
	margin-top: 5px;
}
.questionContentModule .answerList .replyList .link span {
	font-size: 14px;
	color: #26a2ff;
}

/**
.questionContentModule .answerList .replyList {
	border-top: 1px solid #eee;
	padding: 10px 0 10px;
	margin-left: 36px;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	margin-top: 15px
}
.questionContentModule .answerList .replyList:before {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	background-color: #fff;
	top: -4px;
	left: 30px
}
.questionContentModule .answerList .replyList .box li {
	*zoom: 1;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
}
.questionContentModule .answerList .replyList .box li:before,
.questionContentModule .answerList .replyList .box li:after {
	content: "";
	display: table;
	font: 0/0 a
}
.questionContentModule .answerList .replyList .box li:after {
	clear: both;
}
.questionContentModule .answerList .replyList .box li .reply-top{
	height: 23px;
}
.questionContentModule .answerList .replyList .box li .reply-top .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
    font-weight:normal;
    margin-left: 28px;margin-top:-4px;

	float: left;
}

.questionContentModule .answerList .replyList .box li .reply-top .avatarBox{
	position:absolute;border-radius:100%;
	
	
}
.questionContentModule .answerList .replyList .box li .reply-top .avatarBox img{
	border-radius:100%;
	width: 24px;
	margin-top: -7px;left: 0px;
}
.questionContentModule .answerList .replyList .box li .reply-top .userName {
	color:#aaa;margin-left: 28px;margin-top:-4px;

	float: left;
}
.questionContentModule .answerList .replyList .box li .reply-top .userTag{
	float: left;margin-top: -5px;
}
.questionContentModule .answerList .replyList .box li .reply-top .userTag .master{
	white-space:nowrap; 
	font-style:normal;
	margin-left:5px;
	color:#fff;
	background-color:#4cc8ff;
	border-radius:4px;
	padding:1px 5px 0px;
	font-size: 12px;
}
.questionContentModule .answerList .replyList .box li .reply-top .userTag .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
	font-style: normal;
}
.questionContentModule .answerList .replyList .box li .reply-top .time {
	float: right;
	color:#aaa;
	font-size: 12px;
	margin-right: 2px;
	margin-top:-5px;
}
.questionContentModule .answerList .replyList .box li .replyContent{
	font-size: 14px;
	line-height:24px;
	color:#222;
	
}
.questionContentModule .answerList .replyList .box li .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
}
.questionContentModule .answerList .replyList .link {
	text-align: right;
}
.questionContentModule .answerList .replyList .link span {
	font-size: 14px;
	color: #26a2ff;
}**/
.questionContentModule .answerList .item .bottomInfo {
	height: 22px;
	overflow: hidden;
	text-align: right;
}
.questionContentModule .answerList .item .bottomInfo .toolbar {
	height: 100%;
	margin-right:4px;
}
.questionContentModule .answerList .commentPage{
	padding-top: 5px;padding-bottom: 10px;
}
.questionContentModule .addAnswerScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    /**
    overflow-y:hidden;**/
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.questionContentModule .addAnswerScroll .box{
	padding-top: 40px;
}
.questionContentModule .addAnswerScroll .box .addAnswerForm{margin-left:5px; margin-right: 5px;}
.questionContentModule .addAnswerScroll .box .addAnswerForm.tips{line-height:30px; margin-left: 115px}
.questionContentModule .addAnswerScroll .box .addAnswerForm .tips span{color: red;}

.questionContentModule .addReplyScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.questionContentModule .addReplyScroll .box{
	padding-top: 40px;
}
.questionContentModule .addReplyScroll .box .addReplyForm{margin-left:5px; margin-right: 5px;}
.questionContentModule .addReplyScroll .box .addReplyForm .tips{line-height:30px; margin-left: 115px}
.questionContentModule .addReplyScroll .box .addReplyForm .tips span{color: red;}


.questionContentModule .addReportScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.questionContentModule .addReportScroll .box{
	padding-top: 40px;
	padding-bottom: 10px;
}
.questionContentModule .addReportScroll .box .addReportForm{margin-left:5px; margin-right: 5px;}

.questionContentModule .addReportScroll .box .addReportForm .reportType-group .mint-cell-wrapper{
	background-image: linear-gradient(180deg, #fff, #fff 50%, transparent 50%);/*白色边框线*/
}
.questionContentModule .addReportScroll .box .addReportForm .reportType-group .mint-cell:last-child {
    background-image: linear-gradient(0deg, #fff, #fff 50%, transparent 50%); /*白色边框线*/
}
.questionContentModule .addReportScroll .box .addReportForm .tips{line-height:30px; margin-left: 8px}
.questionContentModule .addReportScroll .box .addReportForm .tips span{color: red;}
.questionContentModule .addReportScroll .box .image-form {
	margin:30px 5px 8px 5px;
    position: relative;
    font-size: 14px;
    font-size: 0;
}
.questionContentModule .addReportScroll .box .image-form::after {
    clear: both;
}
.questionContentModule .addReportScroll .box .image-form::after, .image-form::before {
    display: table;
    content: "";
}
.questionContentModule .addReportScroll .box .image-form .uploadImagelist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    vertical-align: top;
}
.questionContentModule .addReportScroll .box .image-form .uploadImagelist .uploadImageItem {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 74px;
    height: 74px;
    margin: 0 8px 8px 0;
    display: inline-block;
    
    -webkit-transition: all .5s cubic-bezier(.55,0,.1,1);
    transition: all .5s cubic-bezier(.55,0,.1,1);
    font-size: 14px;
    color: #606266;
    line-height: 1.8;
    position: relative;
}
.questionContentModule .addReportScroll .box .image-form .uploadImagelist .uploadImageItem .thumbnail {
    width: 100%;
    height: 100%;
}
.questionContentModule .addReportScroll .box .image-form .uploadImagelist .uploadImageItem .item-delete {
   width: 14px;
   height: 14px;
   background: rgba(0, 0, 0, .7);
   border-radius: 0 0 0 12px;
   position: absolute;
   top: 0;
   right: 0;
}
.questionContentModule .addReportScroll .box .image-form .uploadImagelist .uploadImageItem .item-delete .icon{
	position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    transform: scale(.7) translate(10%,-10%);
}
.questionContentModule .addReportScroll .box .image-form .uploadImageInput {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 74px;
    height: 74px;
    cursor: pointer;
    line-height: 73px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    outline: 0;
}
.questionContentModule .addReportScroll .box .image-form .uploadImageInput i {
	line-height: 73px;
    font-size: 28px;
    color: #8c939d;
    
}
.questionContentModule .addReportScroll .box .image-form .imageInput {
    display: none;
}

.questionContentModule .editAnswerScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.questionContentModule .editAnswerScroll .box{
	padding-top: 40px;
}
.questionContentModule .editAnswerScroll .box .editAnswerForm{margin-left:5px; margin-right: 5px;}
.questionContentModule .editAnswerScroll .box .editAnswerForm .tips{line-height:30px; margin-left: 115px}
.questionContentModule .editAnswerScroll .box .editAnswerForm .tips span{color: red;}
.questionContentModule .editAnswerScroll .box .editAnswerForm .w-e-text pre{white-space:pre-wrap;}

.questionContentModule .addReplyFriendScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.questionContentModule .addReplyFriendScroll .box{
	padding-top: 40px;
}
.questionContentModule .addReplyFriendScroll .friendUser{
	margin: 10px 10px 10px 10px;
	line-height: 28px;
	font-size: 14px;
}
.questionContentModule .addReplyFriendScroll .box .addReplyFriendForm{margin-left:5px; margin-right: 5px;}
.questionContentModule .addReplyFriendScroll .box .addReplyFriendForm .tips{line-height:30px; margin-left: 115px}
.questionContentModule .addReplyFriendScroll .box .addReplyFriendForm .tips span{color: red;}


.questionContentModule .editReplyScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.questionContentModule .editReplyScroll .box{
	padding-top: 40px;
}
.questionContentModule .editReplyScroll .box .editReplyForm{margin-left:5px; margin-right: 5px;}
.questionContentModule .editReplyScroll .box .editReplyForm .tips{line-height:30px; margin-left: 115px}
.questionContentModule .editReplyScroll .box .editReplyForm .tips span{color: red;}




/** 提问题 **/
.addQuestionModule{
	padding-top: 40px;padding-bottom: 2px;
}
.addQuestionModule .questionScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.addQuestionModule .questionScroll .box{
}
.addQuestionModule .questionScroll .box .questionForm{margin-left:5px; margin-right: 5px;}
.addQuestionModule .questionScroll .box .questionForm .tips{line-height:30px; margin-left: 115px}
.addQuestionModule .questionScroll .box .questionForm .tips span{color: red;}
.addQuestionModule .questionScroll .box .questionForm .help{line-height:30px; margin-left: 115px;color: #747474;font-size: 13px;}
/* 问题标签按钮 */
.addQuestionModule .questionScroll .box .questionForm .questionTag{
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 40px;
}
.addQuestionModule .questionScroll .box .questionForm .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 .questionScroll .box .questionForm .questionTag .btn:hover {
	color: #5c5f65;
	background-color: #e2e6ea;
	border-color: #dae0e5
}
.addQuestionModule .questionScroll .box .questionForm .questionTag .mr{
	margin-right: 5px!important;
}

.addQuestionModule .questionScroll .box .questionForm .questionTag .ml{
	margin-left: 5px!important;
}

.addQuestionModule .questionScroll .box .questionForm .questionTag .addTag{
	position: relative;
	display: inline-block!important
}
.addQuestionModule .questionScroll .box .questionForm .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
	}
}

/** 选择问题标签 **/
.selectQuestionTagModule {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.selectQuestionTagModule .box{
	padding-bottom: 10px;
}
.selectQuestionTagModule .box .questionTagNavigation{
	
	font-size: 14px;
	margin: 8px;
}

.selectQuestionTagModule .box .questionTagNavigation .nav {
	background: #f6f6f6;
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
}
.selectQuestionTagModule .box .questionTagNavigation .nav .nav-item{
	margin-right: 8px!important;
	margin-bottom: 8px!important;
	display: inline-block;
}
.selectQuestionTagModule .box .questionTagNavigation .nav .nav-item .nav-link {
	border-radius: 3px;
	border: 1px solid #42a5f5;
	color: #42a5f5;
	background-color: #fff;
	height:28px;
	line-height:28px;
	padding-left:8px;
	padding-right:8px;
	display: inline-block;
}

.selectQuestionTagModule .box .questionTagNavigation .nav .nav-item .active{
	color: #42a5f5;
	background-color: #e7f5fe;
}
.selectQuestionTagModule .box .questionTagNavigation .nav .nav-item .selected{
	position: relative;
    transition: all 0.5s ease;
}
.selectQuestionTagModule .box .questionTagNavigation .nav .nav-item .selected:after {
	content: '✔';
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: -4px;
	right: -4px;
	color:#fff;
    line-height: 6px;
    border: 10px solid;
    border-color: transparent #42a5f5 #42a5f5 transparent;
    /**对号大小,设置小于12px的文字*/
    display: inline-block;
    font-size: 12px;
    -webkit-text-size-adjust:none;
    -webkit-transform : scale(0.6,0.6);/*缩放指定dom，但必须是block级*/
    
}

.selectQuestionTagModule .box .questionTagNavigation .nav a {
	color: #6c757d;
}

.selectQuestionTagModule .box .questionTagNavigation .tab-content{
	margin: 8px;
	
}
.selectQuestionTagModule .box .questionTagNavigation .child-tag {
	display: inline-block;
	font-size: 14px;
	padding: 0px 8px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	background-color: #e1f0ff;
	color:#359ff5;
	margin-right: 8px;
	margin-bottom: 8px;
}
.selectQuestionTagModule .box .questionTagNavigation .selected{
	position: relative;
    transition: all 0.5s ease;
}
.selectQuestionTagModule .box .questionTagNavigation .selected:after {
	content: '✔';
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: -3px;
	right: -3px;
	color: #42a5f5;
    line-height: 6px;
    border: 10px solid;
    border-color: transparent transparent transparent transparent;
    /**对号大小,设置小于12px的文字*/
    display: inline-block;
    font-size: 12px;
    -webkit-text-size-adjust:none;
    -webkit-transform : scale(0.6,0.6);/*缩放指定dom，但必须是block级*/
    
}



/** 追加问题 **/
.appendQuestionModule{
	padding-top: 40px;padding-bottom: 2px;
}
.appendQuestionModule .appendQuestionScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.appendQuestionModule .appendQuestionScroll .box{
}
.appendQuestionModule .appendQuestionScroll .box .appendQuestionForm{margin-left:5px; margin-right: 5px;}
.appendQuestionModule .appendQuestionScroll .box .appendQuestionForm .tips{line-height:30px; margin-left: 10px}
.appendQuestionModule .appendQuestionScroll .box .appendQuestionForm .tips span{color: red;}


/** 搜索列表 **/
.searchModule{
	padding-top: 36px;padding-bottom: 2px;position:relative;
}
.searchModule .topicList {margin-top: 3px;}
.searchModule .topicList .item {position: relative;margin-top: 2px;}
.searchModule .topicList .item .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 10px;top:8px;
	
}
.searchModule .topicList .item .avatarBox img{
	border-radius:100%;
	width: 36px;
}
.searchModule .topicList .item .topInfo{padding:2px 10px 0px 56px;}
.searchModule .topicList .item .topInfo .top-box{}
.searchModule .topicList .item .topInfo .top-box .userName{color:#aaa;font-size: 14px;position: relative;top: 1px;line-height:26px;margin-right: 1px;}
.searchModule .topicList .item .topInfo .top-box .userRoleName{
	margin-left:3px;
	white-space:nowrap;
	color:#e2b46e;
	background-color:#f8e7c4;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.searchModule .topicList .item .topInfo .top-box .staff{
	margin-left:3px;
	white-space:nowrap;
	color:#15d327;
	background-color:#cafcc7;
	border-radius:4px;
	padding:1px 5px;
	font-size: 12px;
}
.searchModule .topicList .item .topInfo .bottom-box{font-size:14px;color:#aaa;}
.searchModule .topicList .item .topInfo .bottom-box .time{font-style:normal;}
.searchModule .topicList .item .title{
	position:relative;
	color:#222;
	padding:10px 10px 0px 56px;
    max-height:48px;
	font-size:16px;
    line-height:24px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.searchModule .topicList .item .title .box{
	font-size:0;/*父级元素设置font-size:0; 解决 display:inline-block两个元素之间的默认空格 */
	line-height:0;
	position: relative;
	top: -2px;
}
.searchModule .topicList .item .title .box .essence{
	display: inline-block;
    padding: 2px 3px;
    margin-right:5px;
    font-size: initial;/*解决安卓浏览器文本无法垂直居中*/
    line-height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #ff7875;
}
.searchModule .topicList .item .title .box .essence span{
    font-size: 12px;
}
.searchModule .topicList .item .title .box .top{
	display: inline-block;
    padding: 2px 3px;
    margin-right:5px;
    font-size: initial;/*解决安卓浏览器文本无法垂直居中*/
    line-height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #69c0ff;
}
.searchModule .topicList .item .title .box .top span{
    font-size: 12px;
}
.searchModule .topicList .item .title .box .topicRoleName{
	display: inline-block;
	font-style: normal; 
    padding: 2px 3px;
    margin-right:5px;
    font-size: initial;/*解决安卓浏览器文本无法垂直居中*/
    line-height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#fff;
	background-color:#ffcc00;
}
.searchModule .topicList .item .title .box .topicRoleName span{
    font-size: 12px;
}



/**
.searchModule .topicList .item {position: relative; border-bottom:1px solid #eee;}
.searchModule .topicList .item .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 6px;top:5px;
	
}
.searchModule .topicList .item .avatarBox img{
	border-radius:100%;
	width: 32px;
}
.searchModule .topicList .item .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;
	position: relative;
	top: -2px;
	
}
.searchModule .topicList .item .title{
	position:relative;
	color:#222;padding:4px 10px 5px 50px;font-size:16px;
    line-height:24px;
    max-height:48px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.searchModule .topicList .item .topicRoleName{
	font-style:normal;
	margin-left:5px;
	white-space:nowrap; 
	color:#fff;
	background-color:#ffcc00;
	border-radius:4px;
	padding:2px 4px 0px;
	font-size: 12px;
	position: relative;
	top: -1px;
}**/
.searchModule .topicList .item .content{
	position:relative;
	color: #aaa;padding:4px 10px 0px 56px;font-size:14px;
    line-height:24px;
    max-height:48px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.searchModule .topicList .item B{color: #fc0012;}
.searchModule .topicList .item .detailInfo{position:relative;padding:10px 10px 0px 56px;height:25px; border-bottom:1px solid #eee;}
.searchModule .topicList .item .detailInfo .bLeft{float:left!important;color:#aaa;display:inline-block;font-size:14px;}
.searchModule .topicList .item .detailInfo .bLeft .module{
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
    
}
.searchModule .topicList .item .detailInfo .bRight{float:right!important;font-size:14px;color:#aaa;margin-top: 3px;}

/**
.searchModule .topicList .detailInfo{line-height:26px;padding:0px 10px 0px 50px;height: 26px;}
.searchModule .topicList .detailInfo .bLeft{float:left!important;color:#aaa;display:inline-block;height:25px;font-size:14px;}
.searchModule .topicList .detailInfo .bLeft .userName{float:left!important;}
.searchModule .topicList .detailInfo .time{font-style:normal;}
.searchModule .topicList .detailInfo .bRight{float:right!important;font-size:14px;color:#aaa;margin-top: 1px;}**/
.searchModule .topicList .topicPage{
	padding-top: 5px;padding-bottom: 10px;
}


/* 帮助中心 */
.helpModule{
	padding-top: 40px;padding-bottom: 2px;
}
.helpModule .container{
	font-size: 0;
	width: 100%;
	background-color: #f5f5f5;
	overflow: hidden;
}
.helpModule .container .line {
	position: relative;
	display: -webkit-box;
	margin: 15px 20px;
	color: #878787;
	font-size: 16px;
	-webkit-box-pack: center;
}
.helpModule .container .line:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #cbcbcb;
	-webkit-transform: scaleY(0.5)
}
.helpModule .container .title {
	display: block;
	padding: 0 10px;
	background-color: #f5f5f5;
	z-index: 1;
	position: relative;
	
}
.helpModule .container .nav-row:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.helpModule .container .nav-row .item {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-bottom: 4px;
	position: relative
}
.helpModule .container .nav-row .item:nth-child(2n+1) {
	padding-right: 2px
}
.helpModule .container .nav-row .item:nth-child(2n) {
	padding-left: 2px
}
.helpModule .container .nav-row .item .info {
	background-color: white;
	padding-top:20px;
	padding-bottom: 10px;
	font-size: 0;
	 text-align: center;
}

.helpModule .container .nav-row .item .img{ 
	display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
}
.helpModule .container .nav-row .item .icon{
	display: inline-block;
	font-size: 80px;
	width: 110px;
    height: 110px;
    line-height: 110px;
    color:#d9d9d9;
	text-align: center;
	vertical-align: middle;
	background: #f5f5f5;
	border-radius: 4px;
}
.helpModule .container .nav-row .item h5{margin-top:15px; text-align: center; color: #333; font-size: 18px; line-height: 24px; font-weight: normal;}
.helpModule .container .nav-row .item .description-box {
    margin: 0 auto;
	padding-top: 5px; margin-top: 5px; 
    width: 90%;
    overflow: hidden;
}
.helpModule .container .nav-row .item .description-box .description {
    line-height: 24px;
    font-size: 15px;
    color: #666;
    text-align: center;
}

/** 帮助内容 **/
.helpContentModule{
	padding-top: 40px;background: #fcfcfc;
}
.helpContentModule .head-box{
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	background: #fff;
}
.helpContentModule .head-box .helpTypeInfo{position:relative;padding:5px 10px 7px 10px;}
.helpContentModule .head-box .helpTypeInfo .icon{
	margin-left:10px;
	float: left;
	font-size: 20px; 
	color:#2192f8;
	padding:4px 0;
	margin-top: 2px;
}
.helpContentModule .head-box .helpTypeInfo .typeName{
	margin-left:12px;
	float: left;
	font-size: 16px; 
	color:#2192f8;
	border-bottom:2px solid #2192f8;
	padding:4px 0;
}

.helpContentModule .helpDetail {
	margin-top:10px;
	padding-bottom:2px;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.helpContentModule .helpDetail .head {
	position: relative;
	margin-left:8px;
	margin-right:8px;
	padding-top:15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
	background: #fff;
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,.02);
}
.helpContentModule .helpDetail .head h1 {
	color: #222;
	font-weight: 300;
	font-size: 20px;
}
.helpContentModule .helpDetail .head .info{ padding:15px 0px 5px 0px;}
.helpContentModule .helpDetail .head .info .time{font-style:normal;font-size:14px;color:#8c8c8c;}

.helpContentModule .helpDetail .main {
	margin: 10px 8px 10px 8px;
	min-height: 80px;
	font-size: 15px;
	line-height: 1.8;
	color: #222;
}

.helpContentModule .helpDetail .main a{
	font-size: 15px;
	line-height: 1.8;
	color: #26a2ff;
}
.helpContentModule .helpDetail .main i {
	font-style: italic;
}
.helpContentModule .helpDetail .main p{word-wrap:break-word;}
.helpContentModule .helpDetail .main img{
	max-width:100%;height:auto;border:none;background:none;padding:0;vertical-align: sub;
}
.helpContentModule .helpDetail .main table {
    width: 100%;
}
.helpContentModule .helpDetail .main table th {
	font-weight: 600
}
.helpContentModule .helpDetail .main table td,
.helpContentModule .helpDetail .main table th {
	border: 1px solid #E5E6EB;
	padding: 6px 13px
}
.helpContentModule .helpDetail .main table tr {
	background-color: #fff;
	border-top: 1px solid #E5E6EB;
}
.helpContentModule .helpDetail .main table tr:nth-child(2n) {
	background-color: #F7F8FA;
}
.helpContentModule .helpDetail .main ol li{ 
	list-style-type:decimal;
	list-style-position:inside;
}
.helpContentModule .helpDetail .main ul li{ 
	margin-left:20px;
	list-style-type:disc;
}
.helpContentModule .helpDetail .main iframe{
	width:100%; height: 300px;padding:10px 0px; 
}
.helpContentModule .helpDetail .main player{
	display: block;
	margin-top: 8px;
	height: 576px;
}
.helpContentModule .helpDetail .main .dplayer-process {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.helpContentModule .helpDetail .main .dplayer-process .box{
	position: relative;
	width: 100%;
	height: 100%;
}
.helpContentModule .helpDetail .main .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;
}


.helpContentModule .helpList{
	
}
.helpContentModule .helpList .item {counter-increment: index;}
.helpContentModule .helpList .item .icon::before {
	content: counter(index);
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px 3px 5px;
    margin-right: 6px;
    font-size: 12px;
    line-height: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #939499;
    background-color: #f6f6f7;
    position: relative;
    top: 3px;
}
.helpContentModule .helpList .item .mint-cell-title{
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
}
.helpContentModule .helpList .item .mint-cell-text{
	line-height: 24px;
}

/** 注册 **/
.registerModule{
	padding-top: 40px;padding-bottom: 2px;
}
.registerModule .tabs-nav {
	font-size:17px;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 8px 8px 8px 8px;
	padding-left: 0;
	list-style: none;
}
.registerModule .tabs-nav .tabs-tab {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	padding: 0 0 4px;
	margin: 0 20px 0 0;
	height: 41px;
	line-height: 41px
}
.registerModule .tabs-nav .tabs-tab:last-child {
	margin-right: 0
}
.registerModule .tabs-nav .tabs-tab>a:hover {
	color: #30aff7;
}

.registerModule .tabs-nav .tabs-tab>a {
	color: #bbb;
}
.registerModule .tabs-nav .tabs-tab .active {
    color: #30aff7;
    border-bottom: 2px solid #30aff7;
    padding: 4px 6px 4px 6px;
}
.registerModule .registerInfo{
	width: 99%; margin-left: auto;margin-right: auto;
}
.registerModule .registerInfo .successInfo{color: green; line-height:30px; margin-left: 115px;}
.registerModule .registerInfo .tips{line-height:30px; margin-left: 115px}
.registerModule .registerInfo .tips span{color: red;}
.registerModule .registerInfo .selectName{min-height:22px; margin-top: 20px;margin-left: 8px;color:#888888; line-height: 22px; }

/** 服务协议 **/
.agreementModule{
	padding-top: 40px;padding-bottom: 5px;
}
.agreementModule .content{margin-left: 5px;margin-right: 5px;margin-top: 5px;}

/** 找回密码 **/
.findPassWordModule{padding-top: 40px;padding-bottom: 5px;}
.findPassWordModule .tabs-nav {
	font-size:17px;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 8px 8px 8px 8px;
	padding-left: 0;
	list-style: none;
}


.findPassWordModule .tabs-nav .tabs-tab {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	padding: 0 0 4px;
	margin: 0 20px 0 0;
	height: 41px;
	line-height: 41px
}
.findPassWordModule .tabs-nav .tabs-tab:last-child {
	margin-right: 0
}
.findPassWordModule .tabs-nav .tabs-tab>a:hover {
	color: #30aff7;
}

.findPassWordModule .tabs-nav .tabs-tab>a {
	color: #bbb;
}

.findPassWordModule .tabs-nav .tabs-tab .active {
    color: #30aff7;
    border-bottom: 2px solid #30aff7;
    padding: 4px 6px 4px 6px;
}
.findPassWordModule .title{
	font-size:18px;height: 50px;line-height: 50px;margin-left: 8px;margin-right: 8px;
}
.findPassWordModule .title span{
	color: #30aff7;
    border-bottom: 2px solid #30aff7;
    padding: 4px 8px 4px 8px;
}
.findPassWordModule .findPassWordTable{
	
}
.findPassWordModule .findPassWordTable .tips{height:30px;line-height:30px; margin-left: 115px}
.findPassWordModule .findPassWordTable .tips span{color: red;}
.findPassWordModule .findPassWordTable .successInfo{color: green; line-height:30px; margin-left: 115px;}


/* 登录 */
.loginModule{
	width: 99%;padding-top: 40px; margin-left: auto;margin-right: auto;
}
.loginModule .tabs-nav {
	font-size:17px;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 8px 8px 8px 8px;
	padding-left: 0;
	list-style: none;
}
.loginModule .tabs-nav .tabs-tab {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	padding: 0 0 4px;
	margin: 0 20px 0 0;
	height: 41px;
	line-height: 41px
}
.loginModule .tabs-nav .tabs-tab:last-child {
	margin-right: 0
}
.loginModule .tabs-nav .tabs-tab>a:hover {
	color: #30aff7;
}

.loginModule .tabs-nav .tabs-tab>a {
	color: #bbb;
}
.loginModule .tabs-nav .tabs-tab .active {
    color: #30aff7;
    border-bottom: 2px solid #30aff7;
    padding: 4px 6px 4px 6px;
}
.loginModule .tips{height:30px;line-height:30px; margin-left: 115px}
.loginModule .tips span{color: red;}
.loginModule .info{margin-top: 15px; font-size: 15px; color: #26a2ff;}
.loginModule .info .register{margin-left: 20px;}
.loginModule .info .findPassWord{float: right;margin-right: 20px;margin-top: -19px;}

.loginModule .otherLogin{
	margin-top: 70px;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 16px;
	
}

.loginModule .otherLogin .title{
	color: rgba(0,0,0,.2);
	width: 150px;
	margin: -12px auto 0;
	background: #fff;
	text-align: center;
	font-weight:normal;
}

.loginModule .otherLogin .link{
	text-align: center;
	margin: 5px 0 5px;
}

.loginModule .otherLogin .link a{
	display: inline-block;
	width: 48px;
	color: rgba(0,0,0,.4);
	margin: 0 10px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.loginModule .otherLogin .link .icon-10{
	background-image:url('../images/weixin.svg');
	width: 35px;
	height: 35px;
}
.loginModule .otherLogin .link .icon-50{
	background-image:url('../images/other-login.svg');
	width: 35px;
	height: 35px;
}


/* 用户中心页头 */
.homeModule{padding-bottom: 45px;background: #fcfcfc;}
.homeModule .homeHeader{
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear,left top,right top,from(#0396FF),to(#8dcfff));
    background: -webkit-linear-gradient(left,#0396FF,#8dcfff);
    background: -webkit-gradient(linear, left top, right top, from(#0396FF), to(#8dcfff));
    background: -webkit-linear-gradient(left, #0396FF, #8dcfff);
    background: linear-gradient(90deg,#0396FF,#8dcfff);
    box-sizing: border-box;
    min-height: 110px;
    /**border-radius: 0 0 300px 300px/0 0 20px 20px;
	box-shadow: 0 2px 4px rgba(38,162,255,.4);**/
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.homeModule .homeHeader .user{padding-left:100px;padding-top:15px;font-size:12px;font-weight:bold;color:#fff;-webkit-user-select:none;line-height:30px; }
.homeModule .homeHeader .user .avatar{position:absolute;left:10px;top:15px;display:inline-block;background-size:212px 645px;font-size:74px;}

.homeModule .homeHeader .user .avatarImg{
	position:absolute;left:15px;top:15px;display:inline-block;border-radius:100%;
	
}
.homeModule .homeHeader .user .avatarImg img{
	border-radius:100%;box-shadow: 0 0 0 1px #26a2ff,0 0 0 2px #fff;
	width: 72px;
}


.homeModule .homeHeader .user .userName{line-height:20px;margin:3px 0; font-size:16px;}
.homeModule .homeHeader .user .nickname{line-height:20px;margin:5px 0; font-size:17px;}
.homeModule .homeHeader .user .userRoleName{
	font-style:normal;
	margin-left:5px;
	white-space:nowrap; 
	color: #e2b46e;
    background-color: #f8e7c4;
	border-radius:4px;
	padding:2px 5px 0px;
	font-size: 14px;
}
.homeModule .homeHeader .user .grade{line-height:25px;background-repeat:no-repeat;background-position:left center;background-size:auto 100%;font-size:12px;height:23px;min-width:40px;display:inline-block;background-color:#56b7ff;border-radius:20px;text-align:center;padding-left: 10px;padding-right: 10px;}

.homeModule .homeHeader .user .ipAddress{
	font-weight:normal;font-size: 12px;
}
.homeModule .homeHeader .user .ipAddress .icon{
	color: #fff; position: relative;top: 1px;
}
.homeModule .homeHeader .user .ipAddress .ipAddressText{
	color: #fff; 
}
.homeModule .homeHeader .privateMessageBox{
	position: absolute;right: 5px;bottom: 5px;
}
.homeModule .privateMessageButton{
	color: #fff;
    border-color: #fff;
    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;
	
}
.homeModule .privateMessageButton:hover {  
    background: #0b90f6;  
} 
.homeModule .followButton:hover {  
    background: #0b90f6;  
}  
.homeModule .followButton{
	color: #fff;
    border-color: #fff;
    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;
	
}

/* 快捷标签 */
.homeModule .quickTag{
	height:70px;width:100%;background:#fff;box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.homeModule .quickTag .item{
	position:relative;float:left;width:25%; text-align:center;font-size: 14px;color: #666;
}
.homeModule .quickTag .item i{
	display:block;margin:10px auto 5px;font-size:27px;
}
.homeModule .quickTag .item .total{
	font-size:18px;font-style:normal;line-height: 26px;
}
.homeModule .quickTag .item .number{position:absolute; top: 8px;left: 55%;}

/* 用户中心菜单 */
.homeModule .homeMenu{
    background: #fff;
    margin-top:10px; 
    box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.homeModule .homeMenu .container{
    overflow: hidden;
    position: relative;
}
.homeModule .homeMenu .container .item{
    padding: 14px 0 8px;
    text-align: center;
    height: 88px;
    box-sizing: border-box;
    float: left;
    width: 25%;
    position: relative;
}
.homeModule .homeMenu .container .item .icon{
    display: block;
    font-size:26px;
    color: #26a2ff;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.homeModule .homeMenu .container .item .name{
    font-size: 14px;
    color: #555;
    line-height: 20px;
    text-align: center;
}
/* 用户设置 */
.homeModule .userSettingInfo{
	padding-top: 40px;padding-bottom: 5px;margin-left: 3px;margin-right: 3px;
}
.updateAvatarInfo .screenshot{
    width: 300px;
    height: 300px;
    margin: 50px auto 20px auto;
}

.updateAvatarInfo .selectImage-btn {
    padding: 0px 15px; margin-right: 10px;
    line-height:40px;
    overflow: visible;
}
/* 会员卡链接 */
.homeModule .membershipCard{
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	background:#fff; box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.homeModule .membershipCard .link {
	margin-left:10px;
	margin-right:10px;
	display: block;
	color: #fff;
	background: #f9f4ed;
	height: 80px;
	line-height: 80px;
	border-radius: 8px;
}

.homeModule .membershipCard .title {
	font-size: 26px;
	letter-spacing: 0;
	text-align: center;
	font-weight: 700;
	color: #bb8b51;
}

/** 动态 **/
.homeModule .userDynamicList {
	width: 100%;
	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);
}
.homeModule .userDynamicList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.homeModule .userDynamicList .item .head {
	min-height: 35px;
	padding: 8px 0px 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.homeModule .userDynamicList .item .head .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 0px;
	
}
.homeModule .userDynamicList .item .head .avatarBox img{
	border-radius:100%;
	width: 32px;
	
}

.homeModule .userDynamicList .item .head .info {
	display: block;
	float: left;
	margin-left: 38px;
}
.homeModule .userDynamicList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px;
	margin-top: 2px;
}
.homeModule .userDynamicList .item .head .time {
	font-size: 12px;
	color:#aaa;
	margin-top: 2px;
	line-height: 12px
}
.homeModule .userDynamicList .item .main {
	padding: 0 8px 0 8px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px
}
.homeModule .userDynamicList .item .main .title{
	position:relative;
	color:#222;padding:0px 10px 0px 30px;font-size:16px;
    line-height:24px;
    max-height:52px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.homeModule .userDynamicList .item .main .title .description{
	background-color: #f0f0f0;
	border-radius: 4px;
	color: #999;
	font-size: 13px;
	padding: 3px 8px 1px 8px;
	vertical-align: middle;
	line-height: 22px;
}
.homeModule .userDynamicList .item .main .topicRoleName{
	font-style:normal;
	margin-left:5px;
	white-space:nowrap; 
	color:#fff;
	background-color:#ffcc00;
	border-radius:4px;
	padding:2px 4px 0px;
	font-size: 12px;
	position: relative;
	top: -1px;
}
.homeModule .userDynamicList .item .main .hideTagType{
	font-size:0;/*父级元素设置font-size:0; 解决 display：inline-block两个元素之间的默认空格 */
	position: relative;
	top: -1px;
}
.homeModule .userDynamicList .item .main .hideTagType .circle{
	border-radius:10px;display: inline-block;margin-right:5px;
	width: 20px;height: 20px;
	position:relative;
}
.homeModule .userDynamicList .item .main .hideTagType .circle i{
	font-size: 12px;line-height: 20px; margin-left: 5px;
}
.homeModule .userDynamicList .item .main .hideTagType .point:before{
	content: ' ';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 13px;
    left: 8px;
}
.homeModule .userDynamicList .item .main .hide_10 .circle{
	background: #ebebeb;
}
.homeModule .userDynamicList .item .main .hide_10 .point:before{
	background-color: #ebebeb;
}
.homeModule .userDynamicList .item .main .hide_10 .circle i{
	color: #b2b2b2;
}
.homeModule .userDynamicList .item .main .hide_20 .circle{
	background: #bbf9d5;
}
.homeModule .userDynamicList .item .main .hide_20 .point:before{
	background-color: #bbf9d5;
}
.homeModule .userDynamicList .item .main .hide_20 .circle i{
	color: #21de70;
}
.homeModule .userDynamicList .item .main .hide_30 .circle{
	background: #bfebfb;
}
.homeModule .userDynamicList .item .main .hide_30 .point:before{
	background-color: #bfebfb;
}
.homeModule .userDynamicList .item .main .hide_30 .circle i{
	color: #27c3fc;
}
.homeModule .userDynamicList .item .main .hide_40 .circle{
	background: #e2cffe;
}
.homeModule .userDynamicList .item .main .hide_40 .point:before{
	background-color: #e2cffe;
}
.homeModule .userDynamicList .item .main .hide_40 .circle i{
	color: #af82f2;
}
.homeModule .userDynamicList .item .main .hide_50 .circle{
	background: #fedbb2;
}
.homeModule .userDynamicList .item .main .hide_50 .point:before{
	background-color: #fedbb2;
}
.homeModule .userDynamicList .item .main .hide_50 .circle i{
	color: #fe9d2d;
}
.homeModule .userDynamicList .item .main .topicContent{
	margin: 10px 0px 10px 30px;
	min-height: 40px;
	font-size: 15px;
	line-height: 1.8;
	color: #222;
	text-align: left;
}
.homeModule .userDynamicList .item .main .topicContent a{
	font-size: 15px;
	line-height: 1.8;
	color: #26a2ff;
}
.homeModule .userDynamicList .item .main .topicContent i {
	font-style: italic;
}
.homeModule .userDynamicList .item .main .topicContent img{
	max-width:100%;height:auto;border:none;background:none;padding:0;vertical-align: sub;
}
.homeModule .userDynamicList .item .main .topicContent table {
    width: 100%;
}
.homeModule .userDynamicList .item .main .topicContent table th {
	font-weight: 600
}
.homeModule .userDynamicList .item .main .topicContent table td,
.homeModule .userDynamicList .item .main .topicContent table th {
	border: 1px solid #E5E6EB;
	padding: 6px 13px
}
.homeModule .userDynamicList .item .main .topicContent table tr {
	background-color: #fff;
	border-top: 1px solid #E5E6EB;
}
.homeModule .userDynamicList .item .main .topicContent table tr:nth-child(2n) {
	background-color: #F7F8FA;
}
.homeModule .userDynamicList .item .main .topicContent ol li{ 
	list-style-type:decimal;
	list-style-position:inside;
}
.homeModule .userDynamicList .item .main .topicContent ul li{ 
	margin-left:20px;
	list-style-type:disc;
}
.homeModule .userDynamicList .item .main .topicContent iframe{
	width:100%; height: 400px;padding:10px 0px; 
}
.homeModule .userDynamicList .item .main .topicContent player{
	height: 180px;
	display: block;
	background: #000;
	position: relative;
	text-align: center;
}
.homeModule .userDynamicList .item .main .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;
}
.homeModule .userDynamicList .item .main .topicContent player .buttonCircle{
	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);
}
.homeModule .userDynamicList .item .main .topicContent player .iconBox{
    display: block;
    position: relative;
	width: 60px;
	height: 60px;
}
.homeModule .userDynamicList .item .main .topicContent player .iconBox .playIcon{
	font-size: 30px;
    position: absolute;  
	line-height:22px; 
	width: 22px;
	height: 22px;
    top: 0;  
    bottom: 0;  
    left: -5px;  
    right: 0;  
    margin: auto;
    color: #fff;
    font-style:normal;
}
.homeModule .userDynamicList .item .main .topicContent hide{
	display:block;
	background: #fbfbfb;
	min-height:100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 17px;
	margin-bottom: 15px;
	border: 2px dashed #eeeeee;
	border-radius: 5px;
	
}
.homeModule .userDynamicList .item .main .topicContent hide .hide-box{
	margin: 5px;position: relative;text-align: center;
}
.homeModule .userDynamicList .item .main .topicContent hide .background-image{
	margin: auto;
	margin-top:12px;
	font-size:40px;
	opacity:0.4;
	filter:alpha(opacity=40); 
}
.homeModule .userDynamicList .item .main .topicContent hide .background-prompt{
	margin-top: 2px; color: #999999;font-size: 16px;
}
.homeModule .userDynamicList .item .main .topicContent hide .highlight{font-weight:bold;}
/*border:#a9a9a9 solid 2px;  边框#b2b5bc #777777*/
.homeModule .userDynamicList .item .main .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;}
.homeModule .userDynamicList .item .main .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;}
.homeModule .userDynamicList .item .main .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}
.homeModule .userDynamicList .item .main .topicContent hide .input-box .button:hover{background:#808080;}/*background:#606060;*/

.homeModule .userDynamicList .item .main .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;}
.homeModule .userDynamicList .item .main .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}
.homeModule .userDynamicList .item .main .topicContent hide .submit-box .button:hover{background:#808080;}


.homeModule .userDynamicList .item .main .commentContent {
	margin-bottom: 10px;
	margin-left:30px;
	color:#222;font-size: 15px;
	margin-top: 10px;
	text-align: left;
}
.homeModule .userDynamicList .item .main .commentContent img {
	max-width:100%;height:auto;border:none;background:none;padding:0;vertical-align: sub;
	/**
	display: block;
	max-width: 100%;
	margin: 5px auto 0**/
}
.homeModule .userDynamicList .item .main .quoteContent{
	position: relative;
	margin: 20px 0px 0px 30px;
	padding: 15px;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	text-align: left;
}
.homeModule .userDynamicList .item .main .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
}
.homeModule .userDynamicList .item .main .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
}
.homeModule .userDynamicList .item .main .quoteContent .text{
	color:#666666;
	line-height: 30px;
	font-size: 15px;
}
.homeModule .userDynamicList .item .main .replyContent{
	margin-bottom: 10px;
	margin-left:30px;
	color:#222;font-size: 15px;
	margin-top: 10px;
	text-align: left;
}
.homeModule .userDynamicList .item .bottomInfo {
	height: 26px;
	overflow: hidden;
	text-align: left;
	margin-left: 38px;
	
}
.homeModule .userDynamicList .item .bottomInfo .toolbar {
	height: 100%;
	margin-right:4px;
}
.homeModule .userDynamicList .item .bottomInfo .toolbar .btn{
	margin-right:10px;
	color: #999;
	font-size: 14px;
	position: relative;
}
.homeModule .setting{position: absolute;right: 12px;top: 12px; font-size: 20px; color: #fff; }

/* 用户设置滚动层 */
.homeModule .userSettingScroll{
	width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}



/** 我的话题 **/
.topicListModule{
	padding-top: 40px;padding-bottom: 2px;
}
.topicListModule .topicList {margin-top: 3px;}
	
.topicListModule .topicList .item .topInfo{height:24px;line-height:24px;padding:5px 10px 0px 10px;}
.topicListModule .topicList .item .topInfo .bLeft{float:left!important;display:inline-block;}
.topicListModule .topicList .item .topInfo .bLeft .tagName{
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
}
.topicListModule .topicList .item .topInfo .bRight{float:right!important;font-size:14px;color:#aaa;}
.topicListModule .topicList .item .topInfo .favorite {
	font-size: 14px;margin-left:6px;
	color:#aaa;
}
.topicListModule .topicList .item .topInfo .bRight .status{font-size:13px;padding-right: 5px;}
.topicListModule .topicList .item .topInfo .bRight .fast{font-size:12px;padding-left: 5px;}

.topicListModule .topicList .item .topInfo .bRight .time{font-style:normal;}
.topicListModule .topicList .item .title{
	position:relative;
	color:#595959;
	padding:10px 10px 10px 10px;font-size:16px;
    line-height:24px;
    max-height:42px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	border-bottom:1px solid #eee;
}
.topicListModule .topicList .topicPage{
	padding-top: 5px;padding-bottom: 10px;
}

/** 我的评论 **/
.commentListModule{
	padding-top: 40px;padding-bottom: 2px;
}
.commentListModule .commentList {margin-top: 3px;}
	
.commentListModule .commentList .item {border-bottom:1px solid #eee;}
.commentListModule .commentList .item .title{
	position:relative;
	color: #aaa;padding:4px 10px 5px 10px;font-size:16px;
    line-height:24px;
    max-height:48px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.commentListModule .commentList .item .content{
	position:relative;
	color:#595959;padding:0px 10px 5px 10px;font-size:16px;
    line-height:24px;
    max-height:46px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.commentListModule .commentList .detailInfo{line-height:24px;padding:0px 10px 0px 0px;text-align: right;font-size:14px;color:#aaa;}
.commentListModule .commentList .detailInfo .status{font-style:normal; font-size:12px;margin-right: 5px;}
.commentListModule .commentList .detailInfo .time{ float: right;margin-top: 1px;}


.commentListModule .commentList .commentPage{
	padding-top: 5px;padding-bottom: 10px;
}
/** 我的回复 **/
.replyListModule{
	padding-top: 40px;padding-bottom: 2px;
}
.replyListModule .replyList {margin-top: 3px;}
	
.replyListModule .replyList .item {border-bottom:1px solid #eee;}
.replyListModule .replyList .item .title{
	position:relative;
	color: #aaa;padding:4px 10px 5px 10px;font-size:16px;
    line-height:24px;
    max-height:48px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.replyListModule .replyList .item .content{
	position:relative;
	color:#595959;padding:0px 10px 5px 10px;font-size:16px;
    line-height:24px;
    max-height:46px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.replyListModule .replyList .detailInfo{line-height:24px;padding:0px 10px 0px 0px;text-align: right;font-size:14px;color:#aaa;}
.replyListModule .replyList .detailInfo .status{font-style:normal; font-size:12px;margin-right: 5px;}
.replyListModule .replyList .detailInfo .time{ float: right;margin-top: 1px;}
.replyListModule .replyList .replyPage{
	padding-top: 5px;padding-bottom: 10px;
}

/** 我的问题 **/
.questionListModule{
	padding-top: 40px;padding-bottom: 2px;
}
.questionListModule .questionList {margin-top: 3px;}


.questionListModule .questionList .item .topInfo{height:24px;line-height:24px;padding:5px 10px 0px 10px;}
.questionListModule .questionList .item .topInfo .bLeft{
	float:left!important;
	display:inline-block;
	width:50%;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap; 
}
.questionListModule .questionList .item .topInfo .bLeft .tagName{
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
    margin-right: 5px;
    
}
.questionListModule .questionList .item .topInfo .bRight{float:right!important;font-size:14px;color:#aaa;}
.questionListModule .questionList .item .topInfo .favorite {
	font-size: 14px;margin-left:6px;
	color:#aaa;
}
.questionListModule .questionList .item .topInfo .bRight .status{font-size:13px;padding-right: 5px; }
.questionListModule .questionList .item .topInfo .bRight .fast{font-size:13px;padding-right: 5px;}

.questionListModule .questionList .item .topInfo .bRight .time{font-style:normal;}
.questionListModule .questionList .item .title{
	position:relative;
	color:#595959;padding:10px 10px 10px 10px;font-size:16px;
    line-height:24px;
    max-height:42px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	border-bottom:1px solid #eee;
}
.questionListModule .questionList .questionPage{
	padding-top: 5px;padding-bottom: 10px;
}

/** 我的答案 **/
.answerListModule{
	padding-top: 40px;padding-bottom: 2px;
}
.answerListModule .answerList {margin-top: 3px;}
	
.answerListModule .answerList .item {border-bottom:1px solid #eee;}
.answerListModule .answerList .item .title{
	position:relative;
	color: #aaa;padding:4px 10px 5px 10px;font-size:16px;
    line-height:24px;
    max-height:48px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.answerListModule .answerList .item .content{
	position:relative;
	color:#595959;padding:0px 10px 5px 10px;font-size:16px;
    line-height:24px;
    max-height:46px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.answerListModule .answerList .detailInfo{line-height:24px;padding:0px 10px 0px 0px;text-align: right;font-size:14px;color:#aaa;}
.answerListModule .answerList .detailInfo .status{font-style:normal; font-size:12px;margin-right: 5px;}
.answerListModule .answerList .detailInfo .time{ float: right;margin-top: 1px;}


.answerListModule .answerList .answerPage{
	padding-top: 5px;padding-bottom: 10px;
}


/** 我的答案回复 **/
.answerReplyListModule{
	padding-top: 40px;padding-bottom: 2px;
}
.answerReplyListModule .answerReplyList {margin-top: 3px;}
	
.answerReplyListModule .answerReplyList .item {border-bottom:1px solid #eee;}
.answerReplyListModule .answerReplyList .item .title{
	position:relative;
	color: #aaa;padding:4px 10px 5px 10px;font-size:16px;
    line-height:24px;
    max-height:48px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.answerReplyListModule .answerReplyList .item .content{
	position:relative;
	color:#595959;padding:0px 10px 5px 10px;font-size:16px;
    line-height:24px;
    max-height:46px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.answerReplyListModule .answerReplyList .detailInfo{line-height:24px;padding:0px 10px 0px 0px;text-align: right;font-size:14px;color:#aaa;}
.answerReplyListModule .answerReplyList .detailInfo .status{font-style:normal; font-size:12px;margin-right: 5px;}
.answerReplyListModule .answerReplyList .detailInfo .time{ float: right;margin-top: 1px;}
.answerReplyListModule .answerReplyList .answerReplyPage{
	padding-top: 5px;padding-bottom: 10px;
}


/** 积分记录 **/
.pointModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
	color: #595959;
}
.pointModule .pointList .remark{
	margin-left: 10px;line-height: 18px;margin-bottom: 2px;color:#878787;font-size: 12px;margin-right: 10px;
}

.pointModule .rewardPointInfoModule{
	min-height:80px;
	margin-top:8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 8px;
	background: #fcfcfc;
}
.pointModule .rewardPointInfoModule .rewardPointInfo{
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
}
.pointModule .rewardPointInfoModule .rewardPointInfo .details {
	float: left;font-size: 14px;;line-height: 30px;color: #999;margin-left: -8px;
}
.pointModule .rewardPointInfoModule .rewardPointInfo .details .text{
	line-height: 28px;
	margin-left: 8px;
}
.pointModule .rewardPointInfoModule .rewardPointInfo .details .val{
	margin-left: 8px;margin-right: 20px;
}


/* 实名认证 */
.realNameAuthenticationModule{
	padding-top: 40px;padding-bottom: 5px;
}

/* 绑定手机 */
.phoneBindingModule{
	padding-top: 40px;padding-bottom: 5px;
}
.phoneBindingModule .phoneBinding{
	margin-left: 3px;margin-right: 3px;
}
.phoneBindingModule .phoneBinding .help{
	line-height:20px; margin-left: 10px;color:#878787;font-size: 13px;
}
.phoneBindingModule .phoneBinding .tips{line-height:30px; margin-left: 115px}
.phoneBindingModule .phoneBinding .tips span{color: red;}
.phoneBindingModule .phoneBinding .successInfo{color: green; line-height:30px; margin-left: 115px;}

/* 更换绑定手机第一步 */
.updatePhoneBinding_step1Module{
	padding-top: 40px;padding-bottom: 5px;
}
.updatePhoneBinding_step1Module .phoneBinding{
	margin-left: 3px;margin-right: 3px;
}
.updatePhoneBinding_step1Module .phoneBinding .help{
	line-height:20px; margin-left: 10px;color:#878787;font-size: 13px;
}
.updatePhoneBinding_step1Module .phoneBinding .tips{line-height:30px; margin-left: 115px}
.updatePhoneBinding_step1Module .phoneBinding .tips span{color: red;}
.updatePhoneBinding_step1Module .phoneBinding .successInfo{color: green; line-height:30px; margin-left: 115px;}

/* 更换绑定手机第二步 */
.updatePhoneBinding_step2Module{
	padding-top: 40px;padding-bottom: 5px;
}
.updatePhoneBinding_step2Module .phoneBinding{
	margin-left: 3px;margin-right: 3px;
}
.updatePhoneBinding_step2Module .phoneBinding .help{
	line-height:20px; margin-left: 10px;color:#878787;font-size: 13px;
}
.updatePhoneBinding_step2Module .phoneBinding .tips{line-height:30px; margin-left: 115px}
.updatePhoneBinding_step2Module .phoneBinding .tips span{color: red;}
.updatePhoneBinding_step2Module .phoneBinding .successInfo{color: green; line-height:30px; margin-left: 115px;}



/* 修改用户信息 */
.editUserTable{
	width: 99%;padding-top: 40px; margin-left: auto;margin-right: auto;
}
.editUserTable ul{
	
}
.editUserTable li{
	
}
.editUserTable .tips{line-height:30px; margin-left: 115px}
.editUserTable .tips span{color: red;}
.editUserTable .selectName{min-height:22px; margin-top: 20px;margin-left: 8px;color:#888888; line-height: 22px; }


/** 登录日志 **/
.userLoginLogModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
	color: #595959;
	
}


/** 私信 **/
.privateMessageModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.privateMessageModule .privateMessageList {
	width: 100%;
}
.privateMessageModule .privateMessageList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
	position: relative;
}
.privateMessageModule .privateMessageList .badge {
	font-size: 10px;
	color: #fff;
	vertical-align: top;
	background-color: #26a2ff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 3px;
	margin-left: 3px
}

.privateMessageModule .privateMessageList .item .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 0px;top:8px;
	
}
.privateMessageModule .privateMessageList .item .avatarBox img{
	border-radius:100%;
	width: 32px;
}

.privateMessageModule .privateMessageList .item .head {
	min-height: 45px;
	padding: 9px 0px 0px 40px;
	margin: 0;
	overflow: hidden;
}
.privateMessageModule .privateMessageList .item .head .info {
	display: block;
	float: left
}
.privateMessageModule .privateMessageList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px
}
.privateMessageModule .privateMessageList .item .head .info .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.privateMessageModule .privateMessageList .item .head .time {
	font-size: 12px;
	color:#aaa;
	margin-top: 3px;
	line-height: 12px
}
.privateMessageModule .privateMessageList .item .head .operating {
	float: right;
	font-size: 12px;
	color:#aaa;
	position: relative;
	top: -3px;
}
.privateMessageModule .privateMessageList .item .head .operating .delete-btn{
	color: #999;
	font-size: 14px;
}
.privateMessageModule .privateMessageList .item .main {
	padding: 0 8px 0 8px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px
}
.privateMessageModule .privateMessageList .item .main .content {
	margin-bottom: 10px;
	color:#222;
}




/** 私信对话 **/
.privateMessageChatModule{
	padding-top: 40px;padding-bottom: 70px;

}

.privateMessageChatModule .headInfo{margin-top: 6px; margin-left:8px; margin-right:8px; border-bottom:1px solid #eee;padding-bottom:4px; margin-bottom:5px; }
.privateMessageChatModule .headInfo .title{
	margin-left:4px;
	font-size: 16px;
	line-height:26px;
	color:#2192f8;
	padding:6px 0;
}

.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: 42px;
	height: 42px;
	left: 0;
	top: 0;
	background: #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.privateMessageChatModule .friend div{
	position: relative;
	margin-left: 35px;
	margin-right: 10px;
	text-align: initial;
}
.privateMessageChatModule .friend .time{
	position:absolute;
	width:130px;
	line-height: 36px;
	display: inline-block;
	color: #a5a5a5;
	font-size: 12px;
	top: -28px;
	left: -30px;
}
.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:4px;
}
.privateMessageChatModule .friend div span{
	float: left;
	min-height: 40px;
	min-width: 96px;
	margin-left: 24px;
	margin-top:18px;
	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: 42px;
	height: 42px;
	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: 20px;
	margin-right: 50px;
}
.privateMessageChatModule .self .time{
	position:absolute;
	width:130px;
	line-height: 36px;
	display: inline-block;
	color: #a5a5a5;
	font-size: 12px;
	top: -28px;
	right: -66px;
}
.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 #e5f3ff;
    border-width: 10px;
    left:4px;
}
.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: #e5f3ff;
	border-color: #e5f3ff;
	color: #2196F3;
	float: right;
	margin-top:18px;
	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 .friend div span em a,
.privateMessageChatModule .self div span em a{
	font-size: 15px;
}

.privateMessageChatModule .addPrivateMessageScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    /**
    overflow-y:hidden;**/
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.privateMessageChatModule .addPrivateMessageScroll .box{
	padding-top: 40px;
}
.privateMessageChatModule .addPrivateMessageScroll .box .chatUser{margin-top: 10px; margin-left:2px; margin-right:2px; border-bottom:1px solid #eee; height: 38px; }
.privateMessageChatModule .addPrivateMessageScroll .box .chatUser .userName{
	margin-left:10px;
	float: left;
	font-size: 16px; 
	color:#2192f8;
	padding:6px 0;
}
.privateMessageChatModule .addPrivateMessageScroll .box .addPrivateMessageForm{margin-left:10px; margin-right: 10px;margin-top: 8px;}
.privateMessageChatModule .addPrivateMessageScroll .box .addPrivateMessageForm .messageContent{
	box-sizing:border-box;/*防止百分百宽度和padding撑大*/
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	
	background: #ffffff;
    border: 1px solid #eee;
    outline: none; 
    color: rgba(0,0,0,0.8);
    border-radius: 3px;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    padding: 6px;
   }
.privateMessageChatModule .addPrivateMessageScroll .box .addPrivateMessageForm .tips{line-height:30px; margin-left: 115px}
.privateMessageChatModule .addPrivateMessageScroll .box .addPrivateMessageForm .tips span{color: red;}

/* 私信底部输入 */
.privateMessageEnter {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.privateMessageEnter .message-container {
    display: flex;
    box-sizing: content-box;
    align-items: center;
    height: 54px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: env(safe-area-inset-bottom);
    border-bottom: none !important;
    background-color: #fff;
}
.privateMessageEnter .message-container .messageContent-box {
    height: 54px;
    border-radius: 4px;
    flex: 1;
    height: 36px;
    margin: 0 10px;
    background-color: #f6f6f6;
}
.privateMessageEnter .message-container .messageContent-box .messageContent-icon{
	margin-left: 8px;
	font-size: 16px;
	position: relative;
	top: 2px;
	color: #999aaa;
}
.privateMessageEnter .message-container .messageContent-box .messageContent-text {
    line-height: 37px;
    margin-left: 5px;
    font-size: 15px;
    color: #9c9c9c;
    letter-spacing: 0;
}
.privateMessageEnter .message-container .privateMessage-info {
    margin: 0 13px 0 0;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #555666;
}
.privateMessageEnter .message-container .privateMessage-info .message-count-icon {
    color: #555666;
    font-size: 16px;
    position: relative;
	top: 1px;
}
.privateMessageEnter .message-container .privateMessage-info .message-count-text {
    color: #555666;
    font-size: 16px;
}








/** 系统通知 **/
.systemNotifyModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.systemNotifyModule .systemNotifyList {
	width: 100%;
}
.systemNotifyModule .systemNotifyList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.systemNotifyModule .systemNotifyList .badge {
	font-size: 10px;
	color: #fff;
	vertical-align: top;
	background-color: #26a2ff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 3px;
	margin-left: 3px
}
.systemNotifyModule .systemNotifyList .item .head {
	min-height: 25px;
	padding: 8px 3px 0;
	margin: 0;
	overflow: hidden;
}
.systemNotifyModule .systemNotifyList .item .head .info {
	display: block;
	float: left
}
.systemNotifyModule .systemNotifyList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px
}
.systemNotifyModule .systemNotifyList .item .head .operating {
	float: right;
	font-size: 12px;
	color:#aaa;
}
.systemNotifyModule .systemNotifyList .item .head .operating .delete-btn{
	color: #999;
	font-size: 14px;
}
.systemNotifyModule .systemNotifyList .item .main {
	padding: 0 8px 0 4px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px
}
.systemNotifyModule .systemNotifyList .item .main .content {
	margin-bottom: 10px;
	color:#595959;
}



/** 提醒 **/
.remindModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.remindModule .remindList {
	width: 100%;
}
.remindModule .remindList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
	position: relative;
}
.remindModule .remindList .badge {
	font-size: 10px;
	color: #fff;
	vertical-align: top;
	background-color: #26a2ff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 3px;
	margin-left: 3px
}

.remindModule .remindList .item .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 0px;top:8px;
	
}
.remindModule .remindList .item .avatarBox img{
	border-radius:100%;
	width: 32px;
}

.remindModule .remindList .item .head {
	min-height: 35px;
	padding: 8px 0px 0px 40px;
	margin: 0;
	overflow: hidden;
}
.remindModule .remindList .item .head .info {
	display: block;
	float: left
}
.remindModule .remindList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px
}
.remindModule .remindList .item .head .time {
	font-size: 13px;
	color:#aaa;
	margin-top: 8px;
	line-height: 12px
}
.remindModule .remindList .item .head .operating {
	float: right;
	font-size: 12px;
	color:#aaa;
	margin-top: 5px;
}
.remindModule .remindList .item .head .operating .delete-btn{
	color: #999;
	font-size: 14px;
}
.remindModule .remindList .item .main {
	padding: 0 8px 0 8px;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 2px
}
.remindModule .remindList .item .main .content {
	margin-bottom: 2px;
	color:#595959;
}
.remindModule .remindList .item .main .link {
	font-size: 15px;
	color:#26a2ff;
}
.remindModule .remindList .item .main .cancelAccount{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #A9AEB8;
    background-color: #F7F8FA;
}


/** 收藏夹 **/
.favoriteModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.favoriteModule .favoriteList {
	width: 100%;
}
.favoriteModule .favoriteList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.favoriteModule .favoriteList .item .head {
	min-height: 25px;
	padding: 8px 3px 0;
	margin: 0;
	overflow: hidden;
}
.favoriteModule .favoriteList .item .head .module{
	float: left;
	position:relative;
	top:-2px;
	
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
    margin-right: 5px;
    
}
.favoriteModule .favoriteList .item .head .info {
	display: block;
	float: left
}
.favoriteModule .favoriteList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px
}
.favoriteModule .favoriteList .item .head .operating {
	float: right;
	font-size: 12px;
	color:#aaa;
}
.favoriteModule .favoriteList .item .head .operating .delete-btn{
	color: #999;
	font-size: 14px;
}
.favoriteModule .favoriteList .item .main {
	padding: 0 8px 0 8px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px
}
.favoriteModule .favoriteList .item .main .content {
	margin-bottom: 10px;
	color:#595959;
}


/** 点赞 **/
.likeModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.likeModule .likeList {
	width: 100%;
}
.likeModule .likeList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.likeModule .likeList .item .head {
	min-height: 25px;
	padding: 8px 3px 0;
	margin: 0;
	overflow: hidden;
}
.likeModule .likeList .item .head .info {
	display: block;
	float: left
}
.likeModule .likeList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px
}
.likeModule .likeList .item .head .operating {
	float: right;
	font-size: 12px;
	color:#aaa;
}
.likeModule .likeList .item .head .operating .delete-btn{
	color: #999;
	font-size: 14px;
}
.likeModule .likeList .item .main {
	padding: 0 8px 0 8px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px
}
.likeModule .likeList .item .main .content {
	margin-bottom: 10px;
	color:#595959;
}

/** 关注 **/
.followModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.followModule .followList {
	width: 100%;
}
.followModule .followList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.followModule .followList .item .head {
	min-height: 25px;
	padding: 8px 3px 0;
	margin: 0;
	overflow: hidden;
}
.followModule .followList .item .head .info {
	display: block;
	float: left
}
.followModule .followList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px
}
.followModule .followList .item .head .operating {
	float: right;
	font-size: 12px;
	color:#aaa;
}
.followModule .followList .item .head .operating .delete-btn{
	color: #999;
	font-size: 14px;
}
.followModule .followList .item .main {
	padding: 0 8px 0 8px;
	margin: 5px 0 23px;
	position: relative;
}
.followModule .followList .item .main .avatarBox{
	display:inline-block;border-radius:100%;
	position: absolute;top: -5px;
}
.followModule .followList .item .main .avatarBox img{
	border-radius:100%;
	width: 36px;
}
.followModule .followList .item .main .userName {
	display:block;
	color:#595959;font-size: 16px;position: relative;top: 3px;padding-left: 50px;
}

/** 粉丝 **/
.followerModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.followerModule .followerList {
	width: 100%;
}
.followerModule .followerList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.followerModule .followerList .item .head {
	min-height: 25px;
	padding: 8px 3px 0;
	margin: 0;
	overflow: hidden;
}
.followerModule .followerList .item .head .info {
	display: block;
	float: left
}
.followerModule .followerList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px
}
.followerModule .followerList .item .head .operating {
	float: right;
	font-size: 12px;
	color:#aaa;
}
.followerModule .followerList .item .head .operating .delete-btn{
	color: #999;
	font-size: 14px;
}
.followerModule .followerList .item .main {
	padding: 0 8px 0 8px;
	margin: 5px 0 23px;
	position: relative;
}
.followerModule .followerList .item .main .avatarBox{
	display:inline-block;border-radius:100%;
	position: absolute;top: -5px;
}
.followerModule .followerList .item .main .avatarBox img{
	border-radius:100%;
	width: 36px;
}
.followerModule .followerList .item .main .userName {
	display:block;
	color:#222;font-size: 16px;position: relative;top: 3px;padding-left: 50px;
}

/** 话题取消隐藏用户列表 **/
.topicUnhideListModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}

/** 会员卡订单 **/
.membershipCardOrderListModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.membershipCardOrderListModule .membershipCardOrderList {
	width: 100%;
	
}
.membershipCardOrderListModule .membershipCardOrderList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.membershipCardOrderListModule .membershipCardOrderList .item .head {
	min-height: 25px;
	padding: 8px 3px 0;
	margin: 0;
	overflow: hidden;
}
.membershipCardOrderListModule .membershipCardOrderList .item .head .orderId {
	display: block;
	float: left
}
.membershipCardOrderListModule .membershipCardOrderList .item .head .orderId h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px
}
.membershipCardOrderListModule .membershipCardOrderList .item .head .duration {
	float: right;
	font-size: 12px;
	color:#aaa;
	font-size: 14px;
	margin-top: -2px;
}
.membershipCardOrderListModule .membershipCardOrderList .item .main {
	padding: 0 8px 0 8px;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 10px
}
.membershipCardOrderListModule .membershipCardOrderList .item .main .content {
	margin-bottom: 10px;
	color:#595959;
}
.membershipCardOrderListModule .membershipCardOrderList .item .bottomInfo {
	min-height: 24px;
	padding: 0px 3px 0;
	margin: 0;
	overflow: hidden;
	font-size: 14px;
}
.membershipCardOrderListModule .membershipCardOrderList .item .bottomInfo .funds {
	display: block;
	float: left;
}
.membershipCardOrderListModule .membershipCardOrderList .item .bottomInfo .funds .paymentAmount{
	margin-left: 5px;
	color:#999;
}
.membershipCardOrderListModule .membershipCardOrderList .item .bottomInfo .funds .paymentAmount-icon{
	position: relative;top: 1px;
}
.membershipCardOrderListModule .membershipCardOrderList .item .bottomInfo .funds .paymentPoint-icon{
	margin-left: 5px;position: relative;top: 1px;
}
.membershipCardOrderListModule .membershipCardOrderList .item .bottomInfo .funds .paymentPoint{
	margin-left: 5px;
	color:#999;
}
.membershipCardOrderListModule .membershipCardOrderList .item .bottomInfo .time {
	display: block;
	float: right;
	color:#999;
	margin-top: 3px;
}




/** 余额 **/
.balanceModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.balanceModule .deposit{
	height: 80px;
	margin-top:8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 8px;
	background: #f6f6f6;
}
.balanceModule .deposit .currency{
	float:left;
	margin-left: 30px;
	margin-right:3px;
	font-size: 13px;
	line-height: 88px;
}
.balanceModule .deposit H2{
	float:left;
	margin-right:3px;
	line-height: 80px;
	font-size: 26px;
	color: #333;
}
.balanceModule .deposit .unit{
	font-size: 13px;
	line-height: 88px;
}
.balanceModule .deposit .button{
	float:right;
	line-height: 84px;
	margin-right: 30px;
}
.balanceModule .paymentLogList {
	width: 100%;
	
}
.balanceModule .paymentLogList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.balanceModule .paymentLogList .item .head {
	min-height: 25px;
	padding: 8px 3px 0;
	margin: 0;
	overflow: hidden;
}
.balanceModule .paymentLogList .item .head .runningNumber {
	display: block;
	float: left
}
.balanceModule .paymentLogList .item .head .runningNumber h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px
}
.balanceModule .paymentLogList .item .main {
	padding: 0 8px 0 8px;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 10px
}
.balanceModule .paymentLogList .item .main .content {
	margin-bottom: 10px;
	color:#595959;
}
.balanceModule .paymentLogList .item .bottomInfo {
	min-height: 24px;
	padding: 0px 3px 0;
	margin: 0;
	overflow: hidden;
	font-size: 14px;
}
.balanceModule .paymentLogList .item .bottomInfo .module {
	display: block;
	float: left;
}
.balanceModule .paymentLogList .item .bottomInfo .module .payment{
	color:#999;
}
.balanceModule .paymentLogList .item .bottomInfo .time {
	display: block;
	float: right;
	color:#999;
}

/* 会员卡列表 */
.membershipCardListModule{
	padding-top: 40px;padding-bottom: 2px;
}
.membershipCardListModule .membershipCardList{
	font-size: 0;
	width: 100%;
	background-color: #f5f5f5;
	overflow: hidden;
}
.membershipCardListModule .membershipCardList .line {
	position: relative;
	display: -webkit-box;
	margin: 12px 20px;
	color: #878787;
	font-size: 14px;
	-webkit-box-pack: center;
}
.membershipCardListModule .membershipCardList .line:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #cbcbcb;
	-webkit-transform: scaleY(0.5)
}

.membershipCardListModule .membershipCardList .title {
	display: block;
	padding: 0 10px;
	background-color: #f5f5f5;
	z-index: 1;
	position: relative;
	
}
.membershipCardListModule .membershipCardList .box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.membershipCardListModule .membershipCardList .box .item {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-bottom: 4px;
	position: relative
}

.membershipCardListModule .membershipCardList .box .item:nth-child(2n+1) {
	padding-right: 2px
}

.membershipCardListModule .membershipCardList .box .item:nth-child(2n) {
	padding-left: 2px
}
.membershipCardListModule .membershipCardList .box .item .info {
	background-color: white;
	padding-top:20px;
	padding-bottom: 20px;
	font-size: 0
}

.membershipCardListModule .membershipCardList .box .item h5{ text-align: center; color: #333; font-size: 24px; line-height: 24px; font-weight: normal;}
.membershipCardListModule .membershipCardList .box .item .descriptionTag-box {
    margin: 0 auto;
	padding-top: 20px; margin-top: 20px; 
    border-top: 1px solid #f2f2f2;
    min-height: 120px;
    width: 90%;
    overflow: hidden;
}
.membershipCardListModule .membershipCardList .box .item .descriptionTag-box .descriptionTag {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 15px;
    color: #666;
    text-align: center;
}
.membershipCardListModule .membershipCardList .box .item .buyInfo{padding-top: 15px; }
.membershipCardListModule .membershipCardList .box .item .buyInfo .price{ text-align: center;margin-top: 10px;}
.membershipCardListModule .membershipCardList .box .item .buyInfo .price p{ line-height: 30px;font-size: 14px;}
.membershipCardListModule .membershipCardList .box .item .buyInfo .price span{ color: #f75d51; font-size: 36px; font-weight: bolder}
.membershipCardListModule .membershipCardList .box .item .buyInfo .price b{ font-size: 13px;color: #f75d51; font-size: 24px; font-weight: normal;}
.membershipCardListModule .membershipCardList .box .item .buyInfo .subtitle{ display: block;font-style:normal; color: #ff6800; line-height: 22px;font-size: 14px;text-align: center;}
.membershipCardListModule .membershipCardList .box .item .buyInfo .buyButton{ color: #fff;border-radius:3px; font-size: 16px; display: block; line-height: 40px; text-align: center; background-color: #30aff7; margin: 10px 10px auto 10px;}
.membershipCardListModule .membershipCardList .box .item .buyInfo .buyButton:hover{ background-color: #45b6f7;}


/** 会员卡 **/
.membershipCardModule{
	padding-top: 40px;padding-bottom: 2px;
}
.membershipCardModule .membershipCard-item{
	float: left;
    width: 41%;
    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; padding-left:15px;padding-right:15px; border:none;display: block; 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;
	text-align: center;
}

.membershipCardModule .detail .line-blue {
	margin: 12px auto 0;
	width: 100px;
	border-bottom: 4px solid #30aff7
}

.membershipCardModule .detail .line-gray {
	margin: 0 auto;
	width: 90%;
	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;vertical-align: sub;}


/** 支付 **/
.paymentModule{
	padding-top: 40px;padding-bottom: 2px;
}
.paymentModule .payment .help{
	line-height:20px; margin-left: 10px;color:#878787;font-size: 13px;
}
.paymentModule .payment .help .highlight{color: red;}
.paymentModule .payment .tips{line-height:30px; margin-left: 115px}
.paymentModule .payment .tips span{color: red;}


.paymentModule .onlinePaymentInterface .item{
	border-top: 1px solid #e3e5e9;position: relative;
}
.paymentModule .onlinePaymentInterface .item .head{
	margin-left: 10px;line-height: 30px;font-size: 15px;
}
.paymentModule .onlinePaymentInterface .item .bankSelect{
	padding-top: 5px;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 10px;margin-right: 10px;
}

.paymentModule .onlinePaymentInterface .item .bankSelect dl {
	
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	display: block
}
.paymentModule .onlinePaymentInterface .item .bankSelect .radioBox{
	position: absolute;margin-left: 10px;margin-top: 10px;margin-right: 5px;
}
.paymentModule .onlinePaymentInterface .item .bankSelect dt {
	width: 40px;
	height: 36px;
	float: left
}
.paymentModule .onlinePaymentInterface .item .bankSelect dd {
	margin-top:3px;margin-right:3px;
	float: left
}
.paymentModule .onlinePaymentInterface .item .bankSelect dd img {
	width:36px;
	height: 36px
}
.paymentModule .onlinePaymentInterface .item .bankSelect .bankName{
	margin-top: 10px;font-size: 15px;margin-right: 5px;color:#878787;
}

.paymentModule .payNow{
	margin-left: 10px;margin-right: 10px;
}

/** 支付完成 **/
.paymentCompletedModule {
	padding-top:40px;
}

.paymentCompletedModule .box {
	position: relative;
	margin:10px;
	border-radius: 8px;
	padding-top:15px;
	text-align:center;
	background: #fafafa;
	height: 200px;
}

.paymentCompletedModule .title {
	color: #575757;font-size: 28px;font-weight:700;line-height: 40px;height: 40px;margin-top: 10px;margin-bottom: 30px;
}
.paymentCompletedModule .tip {
	height: 35px;
	line-height: 35px;
	color:#878787;
}
.paymentCompletedModule .button {
	margin-top:80px;
	height: 40px;
	line-height: 40px
}

/** 修改话题 **/
.editTopicModule{
	padding-top: 40px;padding-bottom: 2px;
}
.editTopicModule .topicScroll {
    width: 100%;
    height: 100%;
    background: #fff;
    right:0;
    margin-bottom: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.editTopicModule .topicScroll .box{
}
.editTopicModule .topicScroll .box .topicForm{margin-left:5px; margin-right: 5px;}
.editTopicModule .topicScroll .box .topicForm .tips{line-height:30px; margin-left: 115px}
.editTopicModule .topicScroll .box .topicForm .tips span{color: red;}
.editTopicModule .topicScroll .box .topicForm .tag{
	position: relative;min-height:40px;margin-top: 10px;
}
.editTopicModule .topicScroll .box .topicForm .tag .title{
	font-size: 16px;line-height: 30px;margin-left: 10px;float: left; 
}
.editTopicModule .topicScroll .box .topicForm .tag .name{
	font-size: 16px;line-height: 30px;margin-left: 70px; margin-right: 20px;
}
.editTopicModule .topicScroll .box .topicForm .sign{position:relative;display:inline-block;width: 100%;min-height: 34px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
.editTopicModule .topicScroll .box .topicForm .sign:after{content:'';width:16px;height:16px;border-top:2px solid #e3e3e3;border-right:2px solid #e3e3e3;transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);-webkit-transform:translateY(-50%) rotate(45deg);top:50%;right:15px;position:absolute;}


/** 发红包 **/
.giveRedEnvelopeListModule{
	padding-top: 40px;padding-bottom: 2px;
}
.giveRedEnvelopeListModule .giveRedEnvelopeList {margin-top: 3px;}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item{position:relative;}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .topInfo{height:24px;line-height:24px;padding:5px 10px 0px 10px;}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .topInfo .bLeft{float:left!important;display:inline-block;}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .topInfo .bLeft .type{
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .topInfo .bRight{float:right!important;font-size:14px;color:#aaa;}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .topInfo .bRight .time{font-style:normal;}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .title{
	position:relative;
	color:#222;
	padding:10px 135px 0px 10px;
	min-height:20px;
    max-height:48px;
	font-size:16px;
    line-height:24px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .redEnvelopeAmountDistribution{
	position: absolute;right: 10px;top: 34px;
}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .redEnvelopeAmountDistribution .icon{
	margin-right: 4px;position: relative;top: 1px;
}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .redEnvelopeInfo{
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	border-bottom:1px solid #eee;
}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .redEnvelopeInfo .details {
	float: left;font-size: 14px;;line-height: 30px;color: #999;margin-left: -8px;
}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .redEnvelopeInfo .details .text{
	line-height: 28px;
	margin-left: 8px;
}
.giveRedEnvelopeListModule .giveRedEnvelopeList .item .redEnvelopeInfo .details .val{
	margin-left: 8px;margin-right: 20px;
}
.giveRedEnvelopeListModule .giveRedEnvelopeList .giveRedEnvelopePage{
	padding-top: 5px;padding-bottom: 10px;
}


/** 发红包金额分配 **/
.redEnvelopeAmountDistributionListModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList {
	width: 100%;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope{
	min-height:80px;
	margin-top:8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 8px;
	background: #fcfcfc;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .topInfo{height:24px;line-height:24px;padding:5px 10px 0px 10px;}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .topInfo .bLeft{float:left!important;display:inline-block;}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .topInfo .bLeft .type{
	background-color: #f1f1f1;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    margin-top:2px;
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .topInfo .bRight{float:right!important;font-size:14px;color:#aaa;}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .topInfo .bRight .time{font-style:normal;}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .title{
	position:relative;
	color:#222;
	padding:10px 10px 0px 10px;
    max-height:48px;
	font-size:16px;
    line-height:24px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .redEnvelopeInfo{
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .redEnvelopeInfo .details {
	float: left;font-size: 14px;;line-height: 30px;color: #999;margin-left: -8px;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .redEnvelopeInfo .details .text{
	line-height: 28px;
	margin-left: 8px;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .giveRedEnvelope .redEnvelopeInfo .details .val{
	margin-left: 8px;margin-right: 20px;
}

.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item .head {
	min-height: 40px;
	padding: 10px 0px 0px 0px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item .head .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 0px;top:8px;
	
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item .head .avatarBox img{
	border-radius:100%;
	width: 36px;
}

.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item .head .info {
	display: block;
	float: left;
	margin-left: 44px;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item .head .info .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px;
	font-weight:normal;
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item .head .info h2 .userName{
	float: left;margin-right: 3px;
}

.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item .head .time {
	font-size: 12px;
	color:#aaa;
	margin-top: 5px;
	line-height: 12px
}
.redEnvelopeAmountDistributionListModule .redEnvelopeAmountDistributionList .item .main {
	color:#999;
	font-size:22px;
	line-height: 36px;
	font-weight:bold;
	margin-left: 44px;
}

/** 收红包 **/
.receiveRedEnvelopeListModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList {
	width: 100%;
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item {
	border-bottom: 1px solid #eee;
	margin-left: 8px; 
	margin-right: 8px;
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item .head {
	min-height: 40px;
	padding: 10px 0px 0px 0px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item .head .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: 0px;top:8px;
	
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item .head .avatarBox img{
	border-radius:100%;
	width: 36px;
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item .head .info {
	display: block;
	float: left;
	margin-left: 44px;
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item .head .info .cancelNickname{
	color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1;
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item .head .info h2 {
	color:#aaa;
	font-size:14px;
	line-height: 16px;
	font-weight:normal;
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item .head .info h2 .userName{
	float: left;margin-right: 3px;
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item .head .time {
	font-size: 12px;
	color:#aaa;
	margin-top: 5px;
	line-height: 12px
}
.receiveRedEnvelopeListModule .receiveRedEnvelopeListList .item .main {
	color:#999;
	font-size:22px;
	line-height: 36px;
	font-weight:bold;
	margin-left: 44px;
}

/** 举报 **/
.reportListModule{
	padding-top: 40px;
	padding-bottom: 40px;/*没此属性UC浏览器无法下拉加载*/
}
.reportListModule .reportList {}
.reportListModule .reportList .item{position:relative;}
.reportListModule .reportList .item .top-container{height:24px;line-height:24px;padding:5px 10px 0px 10px;}
.reportListModule .reportList .item .top-container .bLeft{float:left!important;display:inline-block;}
.reportListModule .reportList .item .top-container .bLeft .type{
	background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #999;
}
.reportListModule .reportList .item .top-container .bRight{float:right!important;font-size:14px;color:#aaa;}
.reportListModule .reportList .item .top-container .bRight .time{font-style:normal;}

.reportListModule .reportList .item .middle-container{
	position:relative;
	min-height: 36px;
}
.reportListModule .reportList .item .middle-container .reason{
	color: #595959;
	padding:10px 135px 0px 10px;
	font-size:14px;
    line-height:28px; 
}
.reportListModule .reportList .item .middle-container .moduleInfo{
	position:absolute;right: 10px;top: 10px;
}

.reportListModule .reportList .item .imageInfo{
    position:relative;
    padding:10px 7px 0px 10px;
}

.reportListModule .reportList .item .imageInfo .image-box{
    display: -webkit-box;     /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;       /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;     /* TWEENER - IE 10 */
    display: -webkit-flex;   /* NEW - Chrome */
    display: flex;           /* NEW, Spec - Opera 12.1, Firefox 20+ */
   
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 100%;
}
.reportListModule .reportList .item .imageInfo .image-box .image-column{
	width: 100%;
}
.reportListModule .reportList .item .imageInfo .image-box .image-column .image{
	width: calc((100% - 9px)/3);/*每行3张图片，每张图片3px间隔 */
	max-width: 240px;
	flex: 0 1 auto;
	position: relative;
	margin-top: 3px;
	margin-right: 3px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: zoom-in;
}
/*控制图片的高度和宽度一样，padding-top基于父元素的宽度*/
.reportListModule .reportList .item .imageInfo .image-box .image-column .image .ratio{
    pointer-events: none;
    padding-top: 100%;
}
.reportListModule .reportList .item .imageInfo .image-box .image-column .image .zoom{
    position: absolute;
   
    width: 100%;
    height: 100%;
    opacity: 0;
}
.reportListModule .reportList .item .processResultInfo{
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	
}
.reportListModule .reportList .item .processResultInfo .details {
	float: left;font-size: 14px;;line-height: 30px;color: #999;margin-left: -8px;
}
.reportListModule .reportList .item .processResultInfo .details .text{
	line-height: 28px;
	margin-left: 8px;
}
.reportListModule .reportList .item .processResultInfo .details .val{
	margin-left: 8px;margin-right: 20px;
}
.reportListModule .reportList .item .bottom-container {
	min-height: 26px;
	margin:4px 10px 0px;
	padding-top:12px;
	font-size: 0;
	border-bottom:1px solid #eee;
}
.reportListModule .reportList .item .bottom-container .status {
	display: block;
	float: left;
	font-size: 14px;
}
.reportListModule .reportList .item .bottom-container .processCompleteTime {
	display: block;
	float: right;
	color: #07c160;
	font-size: 14px;
	position: relative;
	top: 3px;
}

/* 发现 */
.findModule{
}
.findModule .icon{
	font-size: 20px;
	margin-right: 10px;
	width: 24px; height: 24px;
	vertical-align: middle;
	color: #595959;
}



