@charset "utf-8";

* {
	word-wrap: break-word;
}

body {
	color: #4E5969;
	line-height: 22px;
	background: #F7F8FA;
	min-width: 960px;
}

body,select {
	font: 13px/1.5 STHeiti,Microsoft YaHei,Tahoma,Helvetica,'SimSun',sans-serif;
	color: #4E5969;
}

textarea {
	resize: none;
}

body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset{
	margin: 0;
	padding: 0;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

caption,th {
	text-align: left;
	font-weight: 400;
}

ul li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

em,cite,i {
	font-style: normal;
}

a img {
	border: none;
}

label {
	cursor: pointer;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
	border: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

i,em {
	font-style: normal;
}

ol,ul,li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%;
	font-weight: normal
}

textarea {
	overflow: auto;
	resize: none;
}

label {
	cursor: default;
}

a,button {
	cursor: pointer;
}
a {
	outline: none;
	text-decoration: none;
	color: #A9AEB8;
}

a:hover {
	text-decoration: none;
	color: #1890ff;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
html,body{
	height: 100%;
	margin:0;
	padding:0;
}
*:focus { outline: none; }


.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear{clear:both;height:0px;overflow:hidden;padding:0px;margin:0px;}


* html .clearfix {
	height: 1%;
}
/* 高度百分百骨架 */
.skeleton{
	width: 100%;
	min-height: 100%;
	
	height: auto;
	display: -webkit-box;/** display: box;和prism.js插件代码行高垂直对齐有冲突 **/
	display: box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	box-pack: center;
	-ms-flex-pack: center;
	 
}
/* 正文 */
.main{
	margin:0 auto;
	margin-top:61px;
	margin-bottom: 100px;
}
/* 背景 */
.backgroundModule{
	margin-top:71px;
	background: #fff; 
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.wrap{width:1210px;}


/*分页*/
.pg {
	float: right;line-height: 36px;font-size: 14px;
}
.pg A {
	border-radius: 3px; padding-bottom: 0px; background-color: #F2F3F5; padding-left: 12px; padding-right: 12px;padding-top: 0px; display: inline; background-repeat: no-repeat; float: left; height: 34px; color: #4E5969; margin-left: 4px; overflow: hidden; text-decoration: none; 
	
}
.pg A.prev {
	border-radius: 3px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; padding-top: 0px
}
.pg A.nxt {
	border-radius: 3px;
	padding-bottom: 0px; padding-left: 10px; padding-right: 10px; padding-top: 0px
}
.pg A:hover { 
	color: #272E3B;background-color: #E5E6EB;
}
.pg LABEL {border-radius: 3px;
	padding-top: 0px;padding-bottom: 0px; background-color: #F2F3F5; padding-left: 12px; padding-right: 12px; display: inline; background-repeat: no-repeat; float: left; height: 34px; color: #4E5969; margin-left: 4px; overflow: hidden; text-decoration: none; 
	
}
.pg LABEL .pg_input {
	width:25px;margin-bottom: 3px;*margin-bottom: 0px;border: #F2F3F5 1px solid;
	position: relative;top: -1px;color: #4E5969;
	height: 14px;
    padding: 4px 3px;
    font-size: 14px;
}
.pg STRONG {
	border-radius: 3px; padding-bottom: 0px; padding-left: 12px; padding-right: 12px; display: inline; background-repeat: no-repeat; float: left; height: 34px; color: #4E5969; margin-left: 4px; overflow: hidden; 
	background-color: #E5E6EB;text-decoration: none; padding-top: 0px;
}
.pg span.count {
	border-radius: 3px; padding-bottom: 0px; background-color: #F2F3F5; padding-left: 12px; padding-right: 12px; display: inline; background-repeat: no-repeat; float: left; height: 34px; color: #4E5969; margin-left: 4px; overflow: hidden; 
	text-decoration: none; padding-top: 0px;
}
/*功能按钮  F7F7F7 */
.functionButton{ display:inline-block; vertical-align:middle; padding:1px 0; margin:0 1px; background:#dddddd; *margin-top: -12px;outline: none;}
.functionButton span,
.functionButton input{ float:left; display:inline; margin:0 -1px; height:30px; line-height:30px; padding:0 18px; font-size:16px; border:0; overflow:visible; background:#dddddd; color:#5a5a5a; cursor:pointer; outline: none;}
.functionButton:hover,
.functionButton:hover span,
.functionButton:hover input{background:#f6f6f6;outline: none;}

/*提交按钮*/
.submitButton{ display:inline-block; vertical-align:middle; margin:0 0px; outline: none;}
.submitButton span,
.submitButton input{ float:left; display:inline; margin:0 -1px; height:34px; line-height:34px; padding:0 24px; font-size:18px; border:0; overflow:visible; background:#20A0FF;border-radius:3px; color:#fff; cursor:pointer; }
.submitButton:hover,
.submitButton:hover span,
.submitButton:hover input{background:#58B7FF;}
.submitButton input:disabled{  
    background-color: #f2f3f5;  
    color:#C9CDD4;
    border-radius:3px;
}
/* 蓝色按钮*/
.blue_btn_box{
	border:1px solid #0191e4;
	padding:1px;
	display:inline-block;
	outline: none;
}

.blue_btn{
    background-color: #25affe;
	color: #ffffff;
	border: medium none;
	
	height:24px;
	*line-height:27px;/* IE6/IE7 */
	line-height:27px\0; /* IE8 */
	outline:0 none !important; blr:expression(this.onFocus=this.blur()); /* 去除控件选中时的虚线框 */
}
.blue_btn:hover{
    background-color: #0299f0;
	width: 45px;
	color: #ffffff;
    height: 24px;
}


/* 操作按钮 */
.operation-button {
	display: inline-block;
	line-height: 1;
	min-height: 28px;
	white-space: nowrap;
	cursor: pointer;
	background: #20A0FF;;
	border: 1px solid #20A0FF;
	color: #FFF;
	-webkit-appearance: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	padding: 7px 15px;
	font-size: 14px;
	border-radius: 3px;
}
.operation-button span{
	color: #fff;
}
.operation-button:focus,
.operation-button:hover {
	background: #58B7FF;
	border-color: #58B7FF;
	color: #FFF
}
.operation-button:active {
	background: #3a8ee6;
	border-color: #3a8ee6;
	color: #FFF;
	outline: 0
}
.operation-button::-moz-focus-inner {
	border: 0
}
.operation-button+.operation-button{
	margin-left: -1px;
}
.operation-button [class*=el-icon-]+span {
	margin-left: 5px
}
/*按钮组界线*/
.operation-button-group .operation-button:last-child,
.operation-button-group .operation-button:not(:first-child):not(:last-child){
	border-left-color: rgba(255,255,255,.5)
}
.operation-button-group .operation-button:first-child, 
.operation-button-group .operation-button:not(:first-child):not(:last-child) {
    border-right-color: rgba(255,255,255,.5);
}
/*按钮组*/
.operation-button-group {
	display: inline-block;
	vertical-align: middle
}
.operation-button-group::after,
.operation-button-group::before {
	display: table
}
.operation-button-group::after {
	clear: both
}
.operation-button-group>.operation-button {
	float: left;
	position: relative
}
.operation-button-group>.operation-button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.operation-button-group>.operation-button:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.operation-button-group>.operation-button:first-child:last-child {
	border-radius: 3px
}
.operation-button-group>.operation-button:not(:first-child):not(:last-child) {
	border-radius: 0
}
.operation-button-group>.operation-button:active,
.operation-button-group>.operation-button:focus,
.operation-button-group>.operation-button:hover {
	z-index: 1
}

/* 表单 text */
.formText{height:34px; line-height: normal;line-height: 34px\9; padding:0px 10px 0px 10px;background:#F7F8FA;border: 1px solid transparent; border-radius:3px;outline: none;}
.formText:disabled{  
    border: 1px solid transparent;
    background-color: #F2F3F5;  
    color:#C9CDD4;
    border-radius:3px;
} 
.formText::-webkit-input-placeholder {
	color: #A9AEB8;
}
.formText:-ms-input-placeholder {
	color: #A9AEB8;
}
.formText:-moz-placeholder {
	color: #A9AEB8;
}
.formText::-moz-placeholder {
	color: #A9AEB8;
}
/* 表单 select */
.formSelect{height:36px; line-height:36px; padding:0px 10px 0px 10px;border: 1px solid transparent;background:#F7F8FA;border-radius:3px;margin-right: 1px;outline: none;}


/* 大号单选按钮 */
.radio-input {
    display: none;
}
.radio-input:checked + .radio-core {
    background-color: #26a2ff;
    border-color: #26a2ff;
}
.radio-input:checked + .radio-core::after {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.radio-input[disabled] + .radio-core {
    background-color: #d9d9d9;
    border-color: #ccc;
}
.radio-core {
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: relative;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.radio-core::after {
    content: " ";
    border-radius: 100%;
    top: 7px;
    left: 7px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(0);
            transform: scale(0);
}



/* 表单 radio */
.formRadio {
    display: none;
}
.formRadio:checked + .formRadio-core {
    background-color: #20a0ff;
    border-color: #20a0ff;
}
.formRadio:checked + .formRadio-core::after {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.formRadio[disabled] + .formRadio-core {
    background-color: #d9d9d9;
    border-color: #C9CDD4;
}
.formRadio-core {
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #C9CDD4;
    position: relative;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.formRadio-core::after {
    content: " ";
    border-radius: 100%;
    top: 6px;
    left: 6px;
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.formRadio-text{
	vertical-align: middle;
    margin-right: 6px;
}

/* 表单 checkbox */
.formCheckbox {
    display: none;
}
.formCheckbox:checked + .formCheckbox-core {
    background-color: #20a0ff;
    border-color: #20a0ff;
}
.formCheckbox-core {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #C9CDD4;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.formCheckbox:checked + .formCheckbox-core::after {
    border-color: #fff;
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.formCheckbox-core::after {
    border: 2px solid transparent;
    border-left: 0;
    border-top: 0;
    content: " ";
    top: 4px;
    left: 7px;
    position: absolute;
    width: 4px;
    height: 8px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.formCheckbox-text {
    vertical-align: middle;
    margin-right: 6px;
}
/* 表单 textarea */
.formTextarea {
	line-height: 24px;
    border-radius: 2px;
    border: 1px solid #E5E6EB;
	vertical-align: top;
	font-size: 14px;
    resize: vertical;
	padding: 3px 10px;
	box-sizing:border-box;
    background: #ffffff;
    outline: none;
    color: rgba(0,0,0,0.8);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}



.form {
	position: relative;
	height: auto;
	margin-right: 0;
	margin-left: 0;
	zoom: 1;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form:after,.form:before {
	display: table;
	content: ""
}

.form:after {
	clear: both
}

.form+.form:before {
	clear: both
}
.form .form-field {
	position: relative;
	min-height: 1px;
	width: 100%;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	margin-top: 20px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form .form-field .form-field-container.form-field-error>.form-field-text {
    background: #fcf2f3;
}
.form .form-field .form-field-container .form-field-text {
	position: relative;
	overflow: hidden;
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
    /**border: 1px solid rgba(0,0,0,0);**/
    background: #F7F8FA;
}

.form .form-field .form-field-container .form-field-input-container{
	position: relative;
    display: table-cell;
    width: 100%;
}
.form .form-field .form-field-container .form-field-input-container .form-field-text-input {
	height: 54px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 30px 18px 10px;
	border: none;
	font-size: 16px;
	color: #4E5969;
	line-height: 20px;
	background: rgba(0,0,0,0);
	width: 100%;
}
.form .form-field .form-field-container .form-field-input-container .form-field-text-input ::-webkit-input-placeholder {
	color: #A9AEB8;
}
.form .form-field .form-field-container .form-field-input-container .form-field-text-input :-ms-input-placeholder {
	color: #A9AEB8;
}
.form .form-field .form-field-container .form-field-input-container .form-field-text-input ::-ms-input-placeholder {
	color: #A9AEB8;
}
.form .form-field .form-field-container .form-field-input-container .form-field-text-input ::placeholder {
	color: #A9AEB8;
}
.form .form-field .form-field-container .form-field-input-container .form-field-text-input:focus {
	outline: none
}
.form .form-field .form-field-container .form-field-label {
	cursor: text;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	left: 18px;
	top: 17px;
	height: 20px;
	font-weight: 400;
	font-size: 16px;
	color:#A9AEB8;
	line-height: 20px;
	transition: top .15s cubic-bezier(.4,0,.2,1),font-size .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);
	max-width: calc(100% - 20px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.form .form-field .form-field-container .form-field-label .required{
	font-size: 14px;
	color: #F76560;
	position: relative;
	top: 3px;
}
.form .form-field .form-field-container .form-field-active {
    top: 6px;
    font-size: 12px;
    color: #86909C;
}

.form .form-field .form-field-container .form-field-radio {
	position: relative;
	overflow: hidden;
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
    /**border: 1px solid rgba(0,0,0,0);**/
    background: #F7F8FA;
}

.form .form-field .form-field-container .form-field-radio-container{
	position: relative;
    display: table-cell;
    width: 100%;
}
.form .form-field .form-field-container .form-field-radio-container .form-field-radio-input {
	min-height:54px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 30px 18px 10px;
	border: none;
	font-size: 16px;
	color: #4E5969;
	line-height: 20px;
	background: rgba(0,0,0,0);
	width: 100%;
}

.form .form-field .form-field-container .form-field-prompt-error {
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #F76560;
	display: none;
}
.form .form-field .form-field-container .form-field-help {
	margin-top: 8px;
	font-size: 14px;
	color: #A9AEB8;
	line-height: 20px
}
.form .form-field .form-field-container .form-field-prompt-success {
	margin-top: 8px;
	font-size: 14px;
	color: green;
	line-height: 20px
}
.form .form-field .form-field-container .form-field-button-container {
	display: table-cell;
	vertical-align: middle
}
.form .form-field .form-field-container .form-field-button-container .btn {
	line-height: 1.499;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
	box-shadow: 0 2px 0 rgba(0,0,0,.015);
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	height: 32px;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 4px;
	color: rgba(0,0,0,.65);
	background-color: #fff;
	border: 1px solid #d9d9d9
}
.form .form-field .form-field-container .form-field-button-container .btn-link {
	color: #1890ff;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none
}
.form .form-field .form-field-container .form-field-button-container .btn-link:focus,
.form .form-field .form-field-container .form-field-button-container .btn-link:hover {
	color: #45b6f7;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0)
}
.form .form-field .form-field-container .form-field-button-container .btn-link-disabled,
.form .form-field .form-field-container .form-field-button-container .btn-link-disabled.active,
.form .form-field .form-field-container .form-field-button-container .btn-link-disabled:active,
.form .form-field .form-field-container .form-field-button-container .btn-link-disabled:focus,
.form .form-field .form-field-container .form-field-button-container .btn-link-disabled:hover{
	color: rgba(0,0,0,.25);
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.form .form-field .form-field-container .form-field-image-container {
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	width:150px;
}
.form .form-field .form-field-container .form-field-image-container img{width:120px;height:40px;outline:none;margin-left: 10px;}


.headerModule {
	background-color: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	
	position: absolute;
	height: 60px;
	left: 0; top: 0; right: 0; 
}

.headerModule .box {
	*zoom: 1;
	height: 60px;
	line-height: 60px;
	width: 1210px;
	margin: 0 auto
}

.headerModule .box:before,.headerModule .box:after {
	clear: both;
	display: table;
	content: "";
	line-height: 0
}

.headerModule .box .logo {
	float: left;margin-top: 10px;*margin-top:7px; 
}


.headerModule .box .nav {
	float: left;
	margin-left: 8px
}

.headerModule .box .nav ul li {
	float: left
}

.headerModule .box .nav ul li a {
	display: block;
	margin-left: 25px;
	color: #272E3B;
	font-size: 16px
}

.headerModule .box .nav ul li a:hover {
	color:#1890ff;
}

.headerModule .box .menu {
	float: right;
	margin-right: 8px
}
.headerModule .box .menu ul li {
	float: left;font-size: 0;
}

.headerModule .box .menu ul li a {
	display: block;
	margin-left: 18px;
	color: #272E3B;
	font-size: 14px
}

.headerModule .box .menu ul li a:hover {
	color:#1890ff;
}

.headerModule .box .menu ul li .a-button {
	color:#3491FA;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #E8F3FF;
    border-radius: 3px;
    margin: 0;
    margin-left: 15px;
    margin-top: 13px;
}
.headerModule .box .menu ul li .a-button:hover {
	color:#57A9FB;
}

.headerModule .box .menu ul li .author{position:relative;color:#272E3B;display: inline-block;}
.headerModule .box .menu ul li .author img{
	width:36px;
	height:36px;
	position:absolute;
	left:-5px;
	top:-23px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.headerModule .box .menu ul li .author .avatarImg{
	font-size: 0; position: relative;top: 6px;right: -12px;
}
.headerModule .box .menu ul li .author .avatarImg .circle{
	border-radius:100%;display: inline-block;
	width:36px;
	height:36px;
	position:relative;background: #F2F3F5;
}
.headerModule .box .menu ul li .author .avatarImg .circle i{
	font-size: 26px;line-height: 36px; margin-left: 5px;color: #D7D9DF;
}

.headerModule .box .menu ul li .userName{
	font-size: 14px;display: inline-block;
}


.headerModule .box .head-search {
	float: left;
	margin-left: 20px;
	position: relative;
	line-height: 49px
}

.headerModule .box .head-search form {
	width: 220px;
	height: 32px;
	background: #f2f3f5;
	border-radius: 3px;
	float: left;
	margin-top: 14px;
	position: relative
}
.headerModule .box .head-search form input {
	width: 176px;
	height: 24px;
	*height: 50px;
	line-height: 22px;
	background: none;
	border: none;
	padding-left: 12px;
	font-size: 14px;
	margin-top: 4px;
}
.headerModule .box .head-search form input::-webkit-input-placeholder {
  color: #86909C;
}
.headerModule .box .head-search form input:-moz-placeholder {
  color: #86909C;
}
.headerModule .box .head-search form input:-ms-input-placeholder {
  color: #86909C;
}
.headerModule .box .head-search form .sub-button {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -999px;
	cursor: pointer;
	margin: 0px;
}
.headerModule .box .head-search form .icon {
	position: absolute;
	top: 7px;
	right: 7px;
	color: #86909C;
	font-size: 18px;
	pointer-events:none;
}



.announcementModule{
	margin-top: 10px;
	background: #feedc1;
	
	
	height: 40px;
	line-height: 40px;
	border-radius:3px;
	padding: 5px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.announcementModule .info{
	padding: 0px 12px;color: #a57f40;font-size: 16px;
}
.announcementModule .info .icon{
	font-size: 26px;position: relative;top: 5px;left: -4px;
}
.announcementModule .info a{
	color: #2196F3;
}





.gifTool{
    margin-top:8px;
    margin-bottom:10px;
    box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
    
}


/** Gif图片播放 **/
.player{
    text-align: center;background: #fff; padding-top:10px;
}
.player .play-container{
	min-height: 200px;border: 3px dashed #E5E6EB;margin-left: 10px;margin-right: 10px;
	position: relative;
}
.player .play-container-mouseenter{
	-webkit-animation: play-mouseenter 2s;
	animation: play-mouseenter 2s
}
/**将动画与元素绑定**/
@-webkit-keyframes play-mouseenter {
	0% {
		border: 3px dashed #7BC0FC;
	}

	to {
		border: 3px dashed #E5E6EB
	}
}

@keyframes play-mouseenter {
	0% {
		border: 3px dashed #7BC0FC;
	}

	to {
		border: 3px dashed #E5E6EB
	}
}

.player .play-container .operate-box{
	position: absolute;
	width: 100%;
	height: 100%;
	color: transparent;
	display: none;
	pointer-events:auto;
	z-index: 1;
}
.player .play-container .play-box{
	margin: 15px;position: relative;
}
.player .play-container .play-box .background-image{
	margin-top: 45px;font-size: 80px;color: #E5E6EB;
}
.player .play-container .play-box .background-prompt{
	margin-top: 2px; color: #C9CDD4;font-size: 17px;
}
.player .play-container .play-box .note{
	margin-top: 10px; color: #C9CDD4;font-size: 16px;
}

.player .play-container .play-box .canvas-container{
	margin:0 auto;position: relative;z-index: 2;
}



.player .player-controller{
	margin-top: 18px;
}
.player .player-controller .control-wrap {
    display: inline-block;
    width: 35px;
    height: 36px;
}
.player .player-controller .progressBar-wrap{
	display: inline-block;margin-left: 15px;
}
.player .player-controller .control-wrap .control-button {
	font-size: 28px;
    cursor: pointer;
	color: #C9CDD4;
	text-decoration:none;
	
}
.player .player-controller .control-wrap .control-button:hover {
    color: #26a2ff;
    text-decoration:none;
}
.player .player-controller .progressBar-wrap .playProgressBar{
	position:relative;
    top:-10px;
}
.player .player-controller .control-wrap .frame_length{
	position:relative;top:-6px;font-size: 15px;color: #A9AEB8;
}

.player .operating {
	display:inline-block;text-align: center;position: relative;
}
.player .operating .bottomInfo{
	margin-top: 10px;line-height:34px; 
}
.player .operating .bottomInfo .button-box{
	margin-top:5px;
	height:34px;
	width:100%;
	text-align:center;
}
.player .operating .bottomInfo .button-box span{
	position:relative;
	display:inline-block;
	height:32px;
	line-height:32px;
	border: 1px solid #0592fe;
	text-align:center;
	font-size:18px;
	color:#0592fe;
	border-radius:3px;
	cursor:pointer;
	margin:0 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.player .operating .bottomInfo .button-box span.on,.player .operating .bottomInfo .button-box span:hover{
	background:#26a2ff;
	
	box-shadow:inset 0 1px 2px #26a2ff;
	color:#fff;
	text-shadow:#26a2ff 0 -1px 0;
}
.player .operating .bottomInfo .button-box span input {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
}

/* 教程 */
.player .operating .tutorial-box{
	position: absolute; right: -350px;top: -5px;
}
.player .operating .tutorial {
	background: #60c255;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 100%;
	overflow: hidden;
	text-transform: capitalize
}
.player .operating  .tutorial:hover{
	background: #78c340;
}

.subtitleRender{
	position:relative;
	text-align: center;
    padding-top: 20px; 
   
    /**
    border-top: 1px dashed #d7d7d7;
   
    margin-left: 5px;
    margin-right: 5px;**/
}
.subtitleRender .subtitleList{
	margin-left: 10px;
    margin-right: 10px;
}
.subtitleRender .subtitleList .item{
	height: 100px;position: relative;
}
.subtitleRender .subtitleList .odd{
	background: #f9fafc;
}
.subtitleRender .subtitleList .selected{
	background: #f2f3f5;
}
.subtitleRender .subtitleList .item .subtitle-radio{
	position: absolute; top: 38px; left: 230px;
}


.subtitleRender .subtitleList .item .slider{
	padding-top: 25px;
	width:310px;
	margin:0 auto;
}
.subtitleRender .subtitleList .item .delete{
	position: absolute; 
	top: 35px;
	right: 15px;
	width: 30px;
	height: 30px;
}
.subtitleRender .subtitleList .item .delete span{
	font-size: 22px;line-height: 30px;
}
.subtitleRender .subtitleList .item .font-controller{
	margin-top: 30px;
	font-size: 14px;
}
.subtitleRender .subtitleList .item .font-controller .font-wrap {
    display: inline-block;
}
.subtitleRender .subtitleList .item .font-controller .font-wrap .formSelect{
	border: 1px solid transparent;
	height:32px;
	line-height:32px;
    background: #E5E6EB;
    position: relative;
    top: 2px;
}
.subtitleRender .subtitleList .item .text-gradient {
	position: absolute; 
	top: 37px;
	left:820px;
	width: 210px;
	height: 30px;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;white-space: nowrap;
	text-align:left;
    font-size: 15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #6B7785, transparent);
}


.createSubtitle{
	text-align: center;
	padding-bottom: 15px;
	padding-top: 20px; 
	background: #fff;
}
.createSubtitle .subtitleButton{
	position: relative;
	color: #0592fe;
    border-color: #0592fe;
    outline: none;
    display: inline-block;
   	padding-bottom:2px;
    padding-left: 30px;
    padding-right:30px; 
    font-size: 22px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	text-decoration: none;
}
.createSubtitle .subtitleButton:hover {
    background: #f1f9ff;  
    text-decoration: none;
}






/* 手绘漫画模块 */
.cartoonModule{
	margin-top: 10px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	padding-bottom: 50px;
	margin-bottom: 10px;
	background: #fff;
}
.cartoonModule .cartoon{
    text-align: center;
    padding-top: 10px;
}
.cartoonModule .cartoon .cartoon-container{
	min-height: 240px;border: 3px dashed #e5e6eb;margin-left: 10px;margin-right: 10px;position: relative;
}
.cartoonModule .cartoon .cartoon-container-mouseenter{
	-webkit-animation: cartoon-mouseenter 2s;
	animation: cartoon-mouseenter 2s
}
/**将动画与元素绑定**/
@-webkit-keyframes cartoon-mouseenter {
	0% {
		border: 3px dashed #7BC0FC;
	}

	to {
		border: 3px dashed #E5E6EB
	}
}

@keyframes cartoon-mouseenter {
	0% {
		border: 3px dashed #7BC0FC;
	}

	to {
		border: 3px dashed #E5E6EB
	}
}

.cartoonModule .cartoon .cartoon-container .operate-box{
	position: absolute;
	width: 100%;
	height: 100%;
	color: transparent;
	display: none;
	pointer-events:auto;
	z-index: 1;
}


.cartoonModule .cartoon .cartoon-container .cartoon-box{
	margin: 5px;position: relative;
}
.cartoonModule .cartoon .cartoon-container .cartoon-box img{
	max-width: 1000px;max-height: 1000px;
}
.cartoonModule .cartoon .cartoon-container .cartoon-box .background-image{
	margin-top: 45px;font-size: 80px;color: #e5e6eb;
}
.cartoonModule .cartoon .cartoon-container .cartoon-box .background-prompt{
	margin-top: 2px; color: #C9CDD4;font-size: 17px;
}
.cartoonModule .cartoon .cartoon-container .cartoon-box .note{
	margin-top: 10px; color: #C9CDD4;font-size: 16px;
}
.cartoonModule .cartoon .cartoon-container .cartoon-box .note2{
	margin-top: 5px; color: #C9CDD4;font-size: 16px;
}

.cartoonModule .operating {
	display:inline-block;text-align: center;position: relative;
}
.cartoonModule .operating .styleInfo {
	width:1200px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 12px;
	margin-left: 10px;
}
.cartoonModule .operating .styleInfo ul {
	display: block;
	position: relative;
	width: 100%
}
.cartoonModule .operating .styleInfo ul li {
	overflow: hidden;
	margin-left:1px;
}
.cartoonModule .operating .styleInfo ul li .item {
	background-color: #fff;
	display: inline-block;
	float: left;
	position: relative;
	vertical-align: top;
	width: 16.5%;
	height: 230px;
	cursor:pointer;
}
.cartoonModule .operating .styleInfo ul li .item:nth-child(5n) {
	margin-right: 0
}
.cartoonModule .operating .styleInfo ul li .item .img-box {
	margin: 0 auto;
	margin-bottom: 6%;
	margin-top: 6%;
	width: 180px;
	position: relative;
	transition: border-color .2s ease-out;
	overflow: hidden;
}
.cartoonModule .operating .styleInfo ul li .item .img-box .img {
	width: 180px;
}
.cartoonModule .operating .styleInfo ul li .item .img-box .prompt {
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
    padding: 0 4px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.cartoonModule .operating .styleInfo ul li .item .select-radio {
	margin: 0 auto;
	position: relative;
}
.cartoonModule .operating .styleInfo ul li .item .name{
	font-size: 16px;
	margin-top: 4px;
}

.cartoonModule .operating .hardwareInfo {
	width:400px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 12px;
}
.cartoonModule .operating .hardwareInfo .box{
	
}
.cartoonModule .operating .hardwareInfo .box .gpu{
	float: left;width: 156px;cursor:pointer;
}
.cartoonModule .operating .hardwareInfo .box .cpu{
	float: right;width: 176px;cursor:pointer;
}
.cartoonModule .operating .hardwareInfo .box .radio-text{
	font-size: 16px;
	position: relative;
	top: 4px;
	
}

.cartoonModule .operating .bottomInfo{
	margin-top: 55px;line-height:34px; 
}
.cartoonModule .operating .bottomInfo .button-box{
	margin-top:5px;
	height:34px;
	width:100%;
	text-align:center;
}
.cartoonModule .operating .bottomInfo .button-box span{
	position:relative;
	display:inline-block;
	height:32px;
	line-height:32px;
	border: 1px solid #0592fe;
	text-align:center;
	font-size:18px;
	color:#0592fe;
	border-radius:3px;
	cursor:pointer;
	margin:0 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.cartoonModule .operating .bottomInfo .button-box span.on,.cartoonModule .operating .bottomInfo .button-box span:hover{
	background:#26a2ff;
	
	box-shadow:inset 0 1px 2px #26a2ff;
	color:#fff;
	text-shadow:#26a2ff 0 -1px 0;
}
.cartoonModule .operating .bottomInfo .button-box span input {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
}


/* 教程 */
.cartoonModule .operating .tutorial-box{
	position: absolute; right: 30px;bottom: 0px;
}
.cartoonModule .operating .tutorial {
	background: #60c255;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 100%;
	overflow: hidden;
	text-transform: capitalize
}
.cartoonModule .operating  .tutorial:hover{
	background: #78c340;
}

/* 词云 */
.wordCloudModule{
	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);
	margin-bottom: 10px;
}
.wordCloudModule .wordCloud{
    text-align: center;padding-top: 10px;
}
.wordCloudModule .wordCloud .wordCloud-container{
	min-height: 200px;border: 3px dashed #e5e6eb;margin-left: 10px;margin-right: 10px;
}

.wordCloudModule .wordCloud .wordCloud-container .wordCloud-box{
	margin: 5px;position: relative;
}
.wordCloudModule .wordCloud .wordCloud-container .wordCloud-box img{
	max-width: 800px;max-height: 800px;
}
.wordCloudModule .wordCloud .wordCloud-container .wordCloud-box .background-image{
	margin-top: 45px;font-size: 80px;color: #e5e6eb;
}
.wordCloudModule .wordCloud .wordCloud-container .wordCloud-box .background-prompt{
	margin-top: 2px; color: #C9CDD4;font-size: 17px;
}
.wordCloudModule .wordCloud .wordCloud-container .wordCloud-box .note{
	margin-top: 10px; color: #C9CDD4;font-size: 16px;
}

.wordCloudModule .controller {
	margin-top: 18px;text-align: center;position: relative;
}
.wordCloudModule .controller .operating {
   margin-top: 25px;
}
.wordCloudModule .controller .operating .button-box span{
	position:relative;
	display:inline-block;
	height:32px;
	line-height:32px;
	border: 1px solid #0592fe;
	text-align:center;
	font-size:18px;
	color:#0592fe;
	border-radius:3px;
	cursor:pointer;
	margin:0 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.wordCloudModule .controller .operating .button-box span.on,.wordCloudModule .controller .operating .button-box span:hover{
	background:#26a2ff;
	
	box-shadow:inset 0 1px 2px #26a2ff;
	color:#fff;
	text-shadow:#26a2ff 0 -1px 0;
}
.wordCloudModule .controller .operating .button-box span input {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
}





.wordCloudModule .controller .viewText {
   margin-top: 25px;
}
.wordCloudModule .controller .viewText .control-wrap {
    display: inline-block;
}
.wordCloudModule .controller .viewText span{
	font-size: 14px;width: 40px;
}
.wordCloudModule .controller .viewText .viewText-box{
	width: 555px;text-align: left;
}

.wordCloudModule .controller .fontSize {
   margin-top: 25px;
}
.wordCloudModule .controller .fontSize .control-wrap {
    display: inline-block; 
}
.wordCloudModule .controller .fontSize span{
	font-size: 14px;width: 40px;
}
.wordCloudModule .controller .fontSize .progressBar{
	position:relative;width: 548px;text-align: left;margin-left: 6px;
   
}


/* 教程 */
.wordCloudModule .tutorial-box{
	position: absolute; right: 25px;top: 0px;
}
.wordCloudModule .tutorial {
	background: #60c255;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 100%;
	overflow: hidden;
	text-transform: capitalize
}
.wordCloudModule .tutorial:hover{
	background: #78c340;
}

.fillWordRender{
	position:relative;
	text-align: center;
    margin-top: 25px;
}
.fillWordRender .fillWordList .item{
	height: 50px;background: #f9fafc;position: relative;margin-left: 10px;margin-right: 10px;
}
.fillWordRender .fillWordList .odd{
	background: #f2f3f5;
}
.fillWordRender .fillWordList .item .fillWord-box{
	height: 30px;padding-top: 11px;
}
.fillWordRender .fillWordList .item .fillWord-box .formText{
	position: relative;
	top: -4px;
	background: #E5E6EB;
}
.fillWordRender .fillWordList .item .fillWord-box .formText::-webkit-input-placeholder {
	color: #86909C;
}
.fillWordRender .fillWordList .item .fillWord-box .formText:-ms-input-placeholder {
	color: #86909C;
}
.fillWordRender .fillWordList .item .fillWord-box .formText:-moz-placeholder {
	color: #86909C;
}
.fillWordRender .fillWordList .item .fillWord-box .formText::-moz-placeholder {
	color: #86909C;
}
.fillWordRender .fillWordList .item .delete{
	position: absolute; 
	top: 12px;
	right: 15px;
	width: 30px;
	height: 30px;
}
.fillWordRender .fillWordList .item .delete span{
	font-size: 18px;line-height: 30px;
}

.createFillWord{
	margin-top: 20px;text-align: center;
	padding-bottom: 15px;
}
.createFillWord .fillWordButton{
	position: relative;
	color: #0592fe;
    border-color: #0592fe;
    outline: none;
    display: inline-block;
   	padding-bottom:2px;
    padding-left: 30px;
    padding-right:30px; 
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	text-decoration: none;
}
.createFillWord .fillWordButton:hover {
    background: #f1f9ff;  
    text-decoration: none;
}





/* 左边栏 */
.leftColumn{ 
	width: 950px; 
	float: left;
	padding:0px;
	background:transparent;
	
}





/* 动态图片模块 */
.dynamicImageModule {
	position: relative;
	
}

.dynamicImageModule .head {
	height: 40px;
	border-bottom: 2px solid #0e9ef7;
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,.02);
}

.dynamicImageModule .head span {
	position: relative;
	display: block;
	float: left;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #0e9ef7;
	font-weight: 700;
	background-color: #fff;
	/**
	box-shadow: -4px 0px 4px -4px rgba(0,0,0,.03);
	
	box-shadow: -0px 0 3px 0 rgba(0,0,0,.02), 
        0 -4px 8px 0 rgba(0,0,0,.02),
        0 4px 4px 0 rgba(0,0,0,.02),
        0px 0 3px 0 rgba(0,0,0,.02);**/
    box-shadow: -4px 0px 6px -3px rgba(0,0,0,.03);
}

.dynamicImageModule .head span:after {
	position: absolute;
	top: 0;
	right: -30px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid #fff;
	border-right: 15px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid #fff;
	z-index: 10;
}
.dynamicImageModule .head span:before {
    position: absolute;
	top: 0;
	right: -31px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid rgba(0, 0, 0, .02);
	border-right: 15px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid rgba(0, 0, 0, .02);
    z-index: 9;
}

.dynamicImageModule .dynamicImageItem{
	margin:10px auto auto auto;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	position: relative;
}
.dynamicImageModule .dynamicImageItem .left {
	width: 600px;
	height: 100%;
	padding-bottom: 10px;
}

.dynamicImageModule .dynamicImageItem .left .dynamicImage-wrap{
	height: auto;
	padding:15px 15px 15px 15px;
	
}
.dynamicImageModule .dynamicImageItem .left .dynamicImage-wrap .descriptionInfo{
	margin:5px 0 25px 0;
	text-align: center;
}
.dynamicImageModule .dynamicImageItem .left .dynamicImage-wrap .descriptionInfo .link {
	display: inline-block;
	font-size: 22px;
	line-height: 40px;
	color:#4E5969;
}
.dynamicImageModule .dynamicImageItem .left .dynamicImage-wrap .descriptionInfo .link:hover {
	text-decoration: none;
	color: #1890ff;
}
.dynamicImageModule .dynamicImageItem .left .dynamicImage-wrap .dynamicImage{
	min-height:200px;
	width: 100%;
}
.dynamicImageModule .dynamicImageItem .left .dynamicImage-wrap .dynamicImage img{
	clear: both;
	display: block;
	margin:auto;/*上面3个处理居中*/
	max-width:100%;height:auto;border:none;background:none;padding:0; 
}
.dynamicImageModule .dynamicImageItem .right{
	position: absolute;
	top:0px;
	right:0px;
	width: 600px;
	height:100%;
	overflow: hidden;
}
.dynamicImageModule .dynamicImageItem .right .mask{
	width:100%;
    position: absolute;
    bottom:0px;
    height: 60px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 95%);
}


.dynamicImageModule .dynamicImagePage{
	padding-top:20px;background: #fff;height: 50px;
	margin-bottom:10px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	overflow: hidden;
}





/* 提交动态图片 */
.dynamicImage-formModule {
	position: relative; margin-left: 10px; margin-right: 10px;
}
.dynamicImage-formModule-center{
	width:580px;
	margin-left: auto; margin-right: auto;
	
}
.dynamicImage-formModule .textarea{
	width:100%;visibility:hidden;height: 200px;
}

.dynamicImage-formModule .dynamicImage-textarea-box{
	
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}
.dynamicImage-formModule .dynamicImage-textarea{
	width:554px;
	height:150px;
	
	line-height: 1.33em;
	-webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #dce3e8;
	vertical-align: top;
	
	margin: 0em;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    padding: 0.78em 1em;
    background: #ffffff;
    border: 1px solid rgba(39,41,43,0.15);
    outline: none;
    color: rgba(0,0,0,0.8);
    border-radius: 0.28rem;
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    font-size: 1em;
   
    resize: vertical;
	
}
.dynamicImage-formModule .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 3px;margin-bottom: 12px;
}
.dynamicImage-formModule .error {
	color: red;
}
.dynamicImage-formModule .dynamicImageSubmit {
	width: 70px;
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}
.dynamicImage-formModule .captchaModule{
	margin-left: 90px;
}
.dynamicImage-formModule .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.dynamicImage-formModule .captchaModule .captchaBox{
	height:32px;
	border:1px solid #e6e6e6;
	width:85px;
	float: left;
	border-radius:2px;
}
.dynamicImage-formModule .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:30px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#333;
	padding:0 5px;
	font-size:18px; 
}
.dynamicImage-formModule .captchaModule .promptTag {
	float:left; 
	font-size:13px; 
	height:21px; 
	line-height:21px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-72px; 
	color:#B0B0B0;
}
.dynamicImage-formModule .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.dynamicImage-formModule .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.dynamicImage-formModule .captchaModule .tips{
	height: 12px;line-height: 16px;
}
.dynamicImage-formModule .captchaModule .tips span{
	color: red;
}
.dynamicImage-formModule .promptInfo{
	
}
.dynamicImage-formModule .promptInfo .progressBar{
	margin-left:20px; color: #008026;
}
.dynamicImage-formModule .promptInfo .text{
	color: #A9AEB8; 
}

/* 动态图片搜索模块 */
.dynamicImageSearchModule {
	position: relative;
	
}
.dynamicImageSearchModule .imageModule-box {
	position: relative;
	margin: 0 auto;
	padding-bottom: 12px;
}
.dynamicImageSearchModule .imageModule-box ul {
	display: block;
	position: relative;
	width: 100%
}
.dynamicImageSearchModule .imageModule-box ul li {
	overflow: hidden;
	margin-left:1px;
}
.dynamicImageSearchModule .imageModule-box ul li .dynamicImage-item {
	background-color: #fff;
	display: inline-block;
	float: left;
	margin-right: 1.2%;
	margin-top: 1.2%;
	position: relative;
	vertical-align: top;
	width: 19%;
	height: 328px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.dynamicImageSearchModule .imageModule-box ul li .dynamicImage-item:nth-child(5n) {
	margin-right: 0
}
.dynamicImageSearchModule .imageModule-box ul li .dynamicImage-img-box {
	margin: 0 auto;
	margin-bottom: 6%;
	margin-top: 6%;
	width: 210px;
	height: 210px;
	position: relative;
	transition: border-color .2s ease-out;
	overflow: hidden;
}
/*cursor IE不支持相对路径**/
.dynamicImageSearchModule .imageModule-box ul li .dynamicImage-img-box .img {
	padding-bottom: 100%;
    height: 0;
	background:no-repeat ;
	background-size:cover;
	display: block;
	cursor: url(common/default/pc/js/imageZoom/img/zoom_in.cur), url(img/zoomIn.png), auto;
	/*让IE8支持background-size:cover */
	-ms-behavior: url(common/default/pc/js/css3pie/backgroundsize.min.htc);
	/*让IE7支持background-size:cover */
	behavior: url(common/default/pc/js/css3pie/backgroundsize.min.htc);
}
.dynamicImageSearchModule .imageModule-box ul li .dynamicImage-txt {
	margin: 0 auto;
	max-width: 248px;
	position: relative;
	width: 90%
}
.dynamicImageSearchModule .imageModule-box ul li .description {
	display: inline-block;
	font-size: 16px;
	height: 48px;
	line-height: 26px;
	overflow: hidden;
	width: 100%;
	color: #4E5969;

	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.dynamicImageSearchModule .imageModule-box ul li .description B{
	color: #F53F3F;
}
.dynamicImageSearchModule .imageModule-box ul li .count {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}
.dynamicImageSearchModule .imageModule-box ul li .count .commentTotal {
	float: left;
	color: #A9AEB8;
	font-size: 15px;
	text-align: left;
	margin-top: 15px;
}
.dynamicImageSearchModule .imageModule-box ul li .count .commentTotal i{
	font-size: 16px;
	position: relative;
	top: 0px;
}
.dynamicImageSearchModule .imageModule-box ul li .count .commentTotal span{
	margin-left: 22px;display:block; margin-top: -38px;
}
.dynamicImageSearchModule .imageModule-box ul li .count .view {
	float: right;
	color: #A9AEB8;
	font-size: 15px;
	margin-top: -7px;
}
.dynamicImageSearchModule .imageModule-box ul li .count .view i{
	font-size: 16px;
	position: relative;
	top: 1px;
}
.dynamicImageSearchModule .imageModule-box ul li .count .view span{
	
}
.dynamicImageSearchModule .dynamicImagePage{
	padding-top:20px;background: #fff;height: 50px;
	margin-bottom:10px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	overflow: hidden;
}


/* 动态图片内容 */
.articleModule{
	margin:10px auto auto auto;
}
.articleModule .left {
	float: left;
	width: 900px;
	height: auto;
	padding-bottom: 10px;
}
.articleModule .left .dynamicImage-wrap{
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	position: relative;
}

.articleModule .left .dynamicImage-wrap .dynamicImageBox{
	height: auto;
	padding:20px 15px 0px 15px;
	
}

.articleModule .left .dynamicImage-wrap .dynamicImageBox .articleContent{
	min-height:200px;
	width: 100%;
}
.articleModule .left .dynamicImage-wrap .dynamicImageBox .articleContent img{
	clear: both;
	display: block;
	margin:auto;/*上面3个处理居中*/
	max-width:100%;height:auto;border:none;background:none;padding:0; 
}
.articleModule .left .dynamicImage-wrap .dynamicImageBox .descriptionInfo{
	color:#4E5969;
	font-size:24px;
	border:none;
	line-height:36px; 
	margin:20px 0 20px 0;
	text-align: center;
}

.articleModule .left .dynamicImage-wrap .dynamicImageBox .dynamicImageInfo{
	color: #C9CDD4;font-size: 15px;margin-top: 10px;padding-bottom: 10px;
}
.articleModule .left .dynamicImage-wrap .dynamicImageBox .dynamicImageInfo .box{
	float:right;
}
.articleModule .left .dynamicImage-wrap .dynamicImageBox .dynamicImageInfo .postTime{
	float: left;
}
.articleModule .left .dynamicImage-wrap .dynamicImageBox .dynamicImageInfo .viewTotal-icon{
	float: left;margin-left: 20px;margin-top: 4px;
}
.articleModule .left .dynamicImage-wrap .dynamicImageBox .dynamicImageInfo .viewTotal{
	float: left;margin-left: 3px;
}
.articleModule .left .dynamicImage-wrap .dynamicImageBox .dynamicImageInfo .comment-icon{
	float: left;margin-left: 20px;margin-top: 4px;
}
.articleModule .left .dynamicImage-wrap .dynamicImageBox .dynamicImageInfo .comment{
	float: left;margin-left: 3px;
}
/* 相邻动态图片 */
.adjacentDynamicImageModule{
	position: relative;width: 100%;margin-top: 35px;line-height:20px; 
}
.adjacentDynamicImageModule .before-box {
    display: inline-block; width: 50%; 
}
.adjacentDynamicImageModule .before-box .before{
    text-align: left;
}
.adjacentDynamicImageModule .after-box {
    display: inline-block;width: 50%; margin-left: 0px;
}
.adjacentDynamicImageModule .after-box .after{
    text-align:right;
    
}
.adjacentDynamicImageModule .after-box .after span{
    text-align:right;display: inline-block;
}
.adjacentDynamicImageModule .description{
	display: inline-block;
	width: 200px; 
	font-size:16px;
	color: #A9AEB8;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.adjacentDynamicImageModule .left-arrow{
	display: inline-block;
	font-size:22px;
	margin-right:-6px;
    margin-bottom: 3px;
    color: #A9AEB8;
}
.adjacentDynamicImageModule .right-arrow{
	display: inline-block;
	font-size:22px;
	margin-left:-6px;
    margin-bottom: 3px;
    color: #A9AEB8;
}


.articleModule .right{
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 10px;
}
.articleModule .right .userInfo-wrap{
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.articleModule .right .userInfo-wrap .userInfo {
	padding: 20px 0 20px 0;
	margin-left:8px;
	margin-right:8px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.articleModule .right .userInfo-wrap .userInfo .author{
	text-align: center;
}
.articleModule .right .userInfo-wrap .userInfo .author img{
	width: 70px;
    height: 70px;
    border-radius: 50%;
   
}
.articleModule .right .userInfo-wrap .userInfo .name{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin:14px 0 4px 0;
	
}
.articleModule .right .userInfo-wrap .userInfo .name a{
	color: #6B7785;
}
.articleModule .right .userInfo-wrap .userInfo ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0 18px 0;
	border-top: 1px solid #F2F3F5;
	margin-top: 20px;
}
.articleModule .right .userInfo-wrap .userInfo ul li{
	float: left;
	width: 33%;
}
.articleModule .right .userInfo-wrap .userInfo ul li span{
	display: block;
	text-align: center;
}
.articleModule .right .userInfo-wrap .userInfo ul li span a{
    color: #333;
    margin-bottom: 0px;
}
.articleModule .right .userInfo-wrap .userInfo ul li span:nth-child(1){
  font-size: 16px;
  font-weight: 600;
  color: #4E5969;
}
.articleModule .right .userInfo-wrap .userInfo ul li span:nth-child(2){
	font-size: 12px;
	color: #86909C;
}
.articleModule .right .userInfo-wrap .userInfo ul li span:nth-child(2) a{
    color: #86909C;
}
.articleModule .right .userInfo-wrap .userInfo .action-button {
	text-align: center;
}
.articleModule .right .userInfo-wrap .userInfo .action-button .privateMessageBox{

}
.articleModule .right .userInfo-wrap .userInfo .action-button .privateMessageBox .privateMessageButton{
	color: #20a0ff;
    border-color: #20a0ff;
    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;
	
}
.articleModule .right .userInfo-wrap .userInfo .action-button .privateMessageBox .privateMessageButton:hover {  
    background: #E8F3FF;
} 




/* 评论 */
.commentModule{
	margin-top:10px;
	padding: 0px 10px 50px 10px;
	position: relative;
	padding-bottom:0;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.commentModule .commentList{list-style:none;font-size: 15px;}
.commentModule .commentList .commentInfo{padding:15px 0 5px 77px;border-bottom:1px solid #F2F3F5;}
.commentModule .commentList .commentInfo .comment-author{position:relative;color:#86909C}
.commentModule .commentList .commentInfo .comment-author img{
	width:60px;
	height:60px;
	position:absolute;
	left:-72px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.commentModule .commentList .comment-author .info-container{font-style:normal; font-size:0;/*父级元素设置font-size:0; 解决 display：inline-block两个元素之间的默认空格 */}
.commentModule .commentList .comment-author .info-container .userName{
	display: inline-block;
	color: #86909c;
	font-size: 14px;
}
.commentModule .commentList .comment-author .userRoleName{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
	margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#e2b46e;
	background-color:#f8e7c4;
	position: relative;
	top: -5px;
}
.commentModule .commentList .comment-author .staff{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
    margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#4CD263;
	background-color:#cafcc7;
	position: relative;
	top: -5px;
}
.commentModule .commentList .comment-author .master{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
    margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#fff;
	background-color:#4cc8ff;
	position: relative;
	top: -5px;
}
.commentModule .commentList .commentInfo .commentTime{margin-top:3px; margin-bottom:5px;color:#A9AEB8;;font-size: 13px;}
.commentModule .commentList .commentInfo .commentTime a{color:#A9AEB8;}
.commentModule .commentList .commentInfo .commentContent{padding:0px;word-wrap:break-word;color:#272E3B;font-size:15px; line-height:30px; margin-top: 20px;}
/* 评论图片尺寸 */
.commentModule .commentList .commentInfo .commentContent img {max-width:100%;height:auto;border:none;background:none;margin:0;padding:0;vertical-align: sub;}
/* 自动换行 */
.commentModule .commentList .commentInfo .commentContent pre{white-space:pre-wrap;}
.commentModule .commentList .commentInfo .commentContent pre code{/*连续字母数字换行*/
	word-break: break-all;
}
.commentModule .commentList .commentInfo .commentContent table {
    width: 100%;
}
.commentModule .commentList .commentInfo .commentContent table th {
	font-weight: 600
}
.commentModule .commentList .commentInfo .commentContent table td,
.commentModule .commentList .commentInfo .commentContent table th {
	border: 1px solid #E5E6EB;
	padding: 6px 13px
}
.commentModule .commentList .commentInfo .commentContent table tr {
	background-color: #fff;
	border-top: 1px solid #E5E6EB;
}
.commentModule .commentList .commentInfo .commentContent table tr:nth-child(2n) {
	background-color: #F7F8FA;
}
.commentModule .commentList .commentInfo .commentContent ol li{ 
	list-style-type:decimal;
	list-style-position:inside;
}
.commentModule .commentList .commentInfo .commentContent ul li{ 
	margin-left:20px;
	list-style-type:disc;
}

.commentModule .commentList .quote{
	padding:5px 8px;border-bottom:none;text-align: left;margin-top: 20px;
}
.commentModule .commentList .quote .quoteComment{
	background:#F7F8FA;padding:5px 8px 8px 8px;border:1px solid #E5E6EB;line-height:140%;margin-bottom:6px;line-height: 28px;border-radius: 3px;
}
.commentModule .commentList .quote .quoteComment .userName{
	font-size:14px;height: 30px;position: relative;margin-left: 26px;
}
.commentModule .commentList .quote .quoteComment .userName a{
	color:#86909C;
}
.commentModule .commentList .quote .quoteComment .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: -26px;top:-1px;
	
}
.commentModule .commentList .quote .quoteComment .avatarBox img{
	border-radius:100%;
	width: 22px;
	
}
.commentModule .commentList .replyList {
	padding: 10px 0 0px;
	margin-left: 36px;
	margin-right:10px;
	position: relative;
	line-height: 22px;
	margin-top: 20px;
	background: #F7F8FA;
}
.commentModule .commentList .replyList:before {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #F7F8FA;
	border-left: 1px solid #F7F8FA;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	background-color: #F7F8FA;
	top: -4px;
	left: 60px
}
.commentModule .commentList .replyList .box li {
	*zoom: 1;
	margin-bottom: 10px;
	border-bottom: 1px solid #EDEEF1;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right:10px;
}
.commentModule .commentList .replyList .box li:last-child{
	border-bottom: 1px solid #fff;
	
}
.commentModule .commentList .replyList .box li:before,
.commentModule .commentList .replyList .box li:after {
	content: "";
	display: table;
	font: 0/0 a
}
.commentModule .commentList .replyList .box li:after {
	clear: both;
}
.commentModule .commentList .replyList .box li .reply-top{
	position:relative;
	font-size:0;/*父级元素设置font-size:0; 解决 display：inline-block两个元素之间的默认空格 */
}


.commentModule .commentList .replyList .box li .reply-top .avatarBox{
	position:absolute;border-radius:100%;
	left: 0px;
}
.commentModule .commentList .replyList .box li .reply-top .avatarBox img{
	border-radius:100%;
	width: 38px;
	height: 38px;
	margin-top: -2px;
}
.commentModule .commentList .replyList .box li .reply-top .userName {
	display: inline-block;color: #86909C; margin-left: 48px;margin-top:6px;
	font-size: 14px;
}
.commentModule .commentList .replyList .box li .reply-top .userRoleName{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
	margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#e2b46e;
	background-color:#f8e7c4;
	position: relative;
	top: -5px;
}
.commentModule .commentList .replyList .box li .reply-top .staff{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
    margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#4CD263;
	background-color:#cafcc7;
	position: relative;
	top: -5px;
}
.commentModule .commentList .replyList .box li .reply-top .master{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
    margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#fff;
	background-color:#4cc8ff;
	position: relative;
	top: -5px;
}
.commentModule .commentList .replyList .box li .reply-top .time {
	float: right;
	color:#A9AEB8;
	font-size: 13px;
	margin-top: 5px;
}
.commentModule .commentList .replyList .box li .reply-top .time a{
	margin-right: 6px;
}
.commentModule .commentList .replyList .box li .reply-top .time a i{
	font-size: 15px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.commentModule .commentList .replyList .box li .replyContent{
	font-size: 15px;
	line-height:26px;
	color:#4E5969;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	
}


.commentModule .commentList .tipBottom {
	font-size: 13px;
	margin: 25px 10px 5px 50px;
	text-align: right;
}
.commentModule .commentList .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.commentModule .commentList .tipBottom .a-toolbar a {
	color: #A9AEB8;
	margin-left: 10px;
}
.commentModule .commentList .tipBottom .a-toolbar a i{
	font-size: 15px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.commentModule .commentList .tipBottom .a-toolbar a:hover {
	color: #1890ff;
}
.commentPage {
	margin-top: 12px;margin-right:8px;height: 50px;
}


/* 评论提交*/
.comment-formModule {
	margin-top:10px;
	
}
.comment-formModule .addComment-wrap{
	position: relative;
	background: #fff;
	padding:15px 18px 60px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.comment-formModule .addComment-wrap .textarea{
	width:100%;visibility:hidden;height: 200px;
}
.comment-formModule .addComment-wrap .promptInfo{
	position: absolute;
	right:15px;
	bottom:45px;
}
.comment-formModule .addComment-wrap .promptInfo h2{
	font-size: 16px;
	color: #C9CDD4;
}
.comment-formModule .addComment-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.comment-formModule .addComment-wrap .error {
	color: #F76560;
}
.comment-formModule .addComment-wrap .commentSubmit {
	width: 70px;
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}
.comment-formModule .addComment-wrap .captchaModule{
	float: left;
}
.comment-formModule .addComment-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.comment-formModule .addComment-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #E5E6EB;
	width:85px;
	float: left;
	margin-left:10px;
	border-radius:2px;
}
.comment-formModule .addComment-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#4E5969;
	padding:0 5px;
	font-size:18px; 
}
.comment-formModule .addComment-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#C9CDD4;
}
.comment-formModule .addComment-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.comment-formModule .addComment-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.comment-formModule .addComment-wrap .captchaModule .captcha_div .replace{
	position: relative;top: -2px;
}
.comment-formModule .addComment-wrap .captchaModule .tips{
	padding-left:10px;height: 24px;line-height: 24px;
}
.comment-formModule .addComment-wrap .captchaModule .tips span{
	color: #F76560;
}

/* 添加评论模块(未登录) */
.addCommentModule{
	margin-top:10px;
}
.addCommentModule .addComment-wrap{
	background: #fff;
	padding:15px 15px 15px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.addCommentModule .respond {background: #F7F8FA;border-radius:4px;line-height: 40px;text-align:center;}
.addCommentModule .respond p {font-size:15px;padding:8px;overflow:hidden;color: #A9AEB8;}
.addCommentModule .respond a{color: #1890ff;}






/* 引用评论  */
.commentModule .commentlist .quote-post{
	margin-top: 5px;
	margin-left: 36px;
	margin-right:10px;
}
.quote-formModule {
	margin-top:50px;
	
}
.quote-formModule .addQuote-wrap{
	position: relative;
	padding:20px 20px 65px 20px;
	background: #F7F8FA;
}
.quote-formModule .addQuote-wrap .head{
	/**
	border-bottom :3px solid #f1f1f1;
	margin-bottom: 10px;
	position: relative;**/
}
.quote-formModule .addQuote-wrap .head .icon{
	position: absolute;font-size: 52px;top: -38px;left: -42px;color: #F7F8FA;
}
.quote-formModule .addQuote-wrap .quote-textarea{
	width:100%;visibility:hidden;height: 200px;
}
.quote-formModule .addQuote-wrap .promptInfo{
	position: absolute;
	right:15px;
	bottom:32px;
}
.quote-formModule .addQuote-wrap .promptInfo h2{
	font-size: 16px;
	color: #ccc;
}
.quote-formModule .addQuote-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.quote-formModule .addQuote-wrap .error {
	color: #F76560;font-size: 14px;
}
.quote-formModule .addQuote-wrap .quoteSubmit {
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}

.quote-formModule .addQuote-wrap .submitButton-box{
	margin-right: 5px;
}
.quote-formModule .addQuote-wrap .submitButton-box .submitButton{
	display: inline-block;
    line-height: 1;
    min-height: 34px;
    white-space: nowrap;
    cursor: pointer;
    background: #20a0ff;
    border: 1px solid #20a0ff;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 0px 16px;
    font-size: 15px;
    border-radius: 3px;
}
.quote-formModule .addQuote-wrap .submitButton-box .submitButton:hover {  
    background: #58b7ff;  border: 1px solid #58b7ff;
} 
.quote-formModule .addQuote-wrap .submitButton-box .submitButton:disabled{  
    border: 1px solid #f2f3f5;  
    background-color: #f2f3f5;  
    color:#C9CDD4;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}
.quote-formModule .addQuote-wrap .cancelButton-box{
	position: relative;top: 1px;
}
.quote-formModule .addQuote-wrap .cancelButton-box .cancelButton{
	display: inline-block;
    line-height: 1;
    min-height: 34px;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #20a0ff;
    color: #20a0ff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 0px 16px;
    font-size: 15px;
    border-radius: 3px;
}
.quote-formModule .addQuote-wrap .cancelButton-box .cancelButton:hover {  
    background: #E8F3FF;  
} 
.quote-formModule .addQuote-wrap .captchaModule{
	float: left;margin-top: 1px;
}
.quote-formModule .addQuote-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.quote-formModule .addQuote-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #E5E6EB;
	width:85px;
	float: left;;
	border-radius:2px;
	background: #fff;
}
.quote-formModule .addQuote-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#4E5969;
	padding:0 5px;
	font-size:18px; 
}
.quote-formModule .addQuote-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#C9CDD4;
}
.quote-formModule .addQuote-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.quote-formModule .addQuote-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.quote-formModule .addQuote-wrap .captchaModule .captcha_div .replace{
	position: relative;top: -2px;
}
.quote-formModule .addQuote-wrap .captchaModule .tips{
	height: 24px;line-height: 24px;
}
.quote-formModule .addQuote-wrap .captchaModule .tips span{
	color: #F76560;font-size: 14px;
}


.quote-disableFormModule{
	margin-top:10px;
}
.quote-disableFormModule .disableForm-wrap{
	background: #fff;
	padding:15px 0px 15px 0px;
}
.quote-disableFormModule .disableForm-wrap .respond {background: #F7F8FA;border-radius:4px;line-height: 40px;text-align:center;}
.quote-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #A9AEB8;}



/* 回复评论  */
.commentModule .commentList .commentReply-post{
	margin-top: 5px;
	margin-left: 36px;
	margin-right:10px;
}
.commentReply-formModule {
	margin-top:10px;
	
}
.commentReply-formModule .addReply-wrap{
	position: relative;
	padding:0px 0px 50px 0px;
}
.commentReply-formModule .addReply-wrap .reply-textarea{
	line-height: 24px;
    border-radius: 2px;
    border: 1px solid #E5E6EB;
	vertical-align: top;
	font-size: 14px;
    resize: vertical;
	padding: 3px 10px;
	box-sizing:border-box;
    background: #ffffff;
    outline: none;
    color: rgba(0,0,0,0.8);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	height:150px;
	width: 100%;
	
}
.commentReply-formModule .addReply-wrap .form-action {
	 padding-left: 0px; padding-right: 0px; padding-top: 8px;margin-bottom: 12px;
}
.commentReply-formModule .addReply-wrap .error {
	color: #F76560;font-size: 14px;line-height: 30px;
}
.commentReply-formModule .addReply-wrap .replySubmit {
	height: 38px;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 2
}

.commentReply-formModule .addReply-wrap .submitButton-box{
	margin-right: 5px;
}
.commentReply-formModule .addReply-wrap .submitButton-box .submitButton{
	display: inline-block;
    line-height: 1;
    min-height: 34px;
    white-space: nowrap;
    cursor: pointer;
    background: #20a0ff;
    border: 1px solid #20a0ff;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 0px 16px;
    font-size: 15px;
    border-radius: 3px;
	
}
.commentReply-formModule .addReply-wrap .submitButton-box .submitButton:hover {  
    background: #58b7ff;  border: 1px solid #58b7ff;
} 
.commentReply-formModule .addReply-wrap .submitButton-box .submitButton:disabled{  
    border: 1px solid #f2f3f5;  
    background-color: #f2f3f5;  
    color:#C9CDD4;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius:2px;
}
.commentReply-formModule .addReply-wrap .cancelButton-box{
	position: relative;top: 1px;
}
.commentReply-formModule .addReply-wrap .cancelButton-box .cancelButton{
	display: inline-block;
    line-height: 1;
    min-height: 34px;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #20a0ff;
    color: #20a0ff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 0px 16px;
    font-size: 15px;
    border-radius: 3px;
}
.commentReply-formModule .addReply-wrap .cancelButton-box .cancelButton:hover {  
    background: #E8F3FF;  
} 
.commentReply-formModule .addReply-wrap .captchaModule{
	float: left;margin-top: 1px;
}
.commentReply-formModule .addReply-wrap .captchaModule .captcha_div{
	height: 38px;line-height:38px;
}
.commentReply-formModule .addReply-wrap .captchaModule .captchaBox{
	height:33px;
	border:1px solid #E5E6EB;
	width:85px;
	float: left;
	border-radius:2px;
}
.commentReply-formModule .addReply-wrap .captchaModule .captchaBox input{
	position: relative;  
	background-image:url(../images/null.gif);
	background-color:transparent;
	outline: none; 
	float:left;
	height:32px; 
	width:85px;
	line-height:30px;
	border:0;
	color:#4E5969;
	padding:0 5px;
	font-size:18px; 
}
.commentReply-formModule .addReply-wrap .captchaModule .promptTag {
	float:left; 
	font-size:14px; 
	height:22px; 
	line-height:22px; 
	cursor:text; 
	margin-top:6px;
	margin-left:-74px; 
	color:#C9CDD4;
}
.commentReply-formModule .addReply-wrap .captchaModule .captcha_div .captchaImage{width:100px;height:32px;float: left;margin:0 15px 0 5px;}
.commentReply-formModule .addReply-wrap .captchaModule .captcha_div .captchaImage img{width:100px;height:34px;outline:none;}
.commentReply-formModule .addReply-wrap .captchaModule .captcha_div .replace{
	position: relative;top: -2px;
}
.commentReply-formModule .addReply-wrap .captchaModule .tips{
	height: 24px;line-height: 24px;
}
.commentReply-formModule .addReply-wrap .captchaModule .tips span{
	color: #F76560;font-size: 14px;
}
.commentReply-disableFormModule{
	margin-top:10px;
}
.commentReply-disableFormModule .disableForm-wrap{
	background: #fff;
	padding:15px 0px 15px 0px;
}
.commentReply-disableFormModule .disableForm-wrap .respond {background: #F7F8FA;border-radius:4px;line-height: 40px;text-align:center;}
.commentReply-disableFormModule .disableForm-wrap .respond p {font-size:15px;padding:8px;overflow:hidden;color: #A9AEB8;}




/* 最新评论 */
.newCommentModule{
	margin-top:10px;
	padding: 0px 10px 50px 10px;
	position: relative;
	padding-bottom:0;
}
.newCommentModule .commentList{list-style:none;font-size: 15px;position: relative;}
.newCommentModule .commentList .commentInfo{padding:15px 0 10px 77px;border-bottom:1px solid #F2F3F5;}
.newCommentModule .commentList .commentInfo:nth-last-child(-n+1){
	border-bottom: 0;
}
.newCommentModule .commentList .commentInfo .comment-author{position:relative;color:#86909C}
.newCommentModule .commentList .commentInfo .comment-author img{
	width:60px;
	height:60px;
	position:absolute;
	left:-72px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.newCommentModule .commentList .comment-author .info-container{font-style:normal; font-size:0;/*父级元素设置font-size:0; 解决 display：inline-block两个元素之间的默认空格 */}
.newCommentModule .commentList .comment-author .info-container .userName{
	display: inline-block;
	color: #86909c;
	font-size: 14px;
}
.newCommentModule .commentList .comment-author .userRoleName{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
	margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#e2b46e;
	background-color:#f8e7c4;
	position: relative;
	top: -5px;
}
.newCommentModule .commentList .comment-author .staff{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
    margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#4CD263;
	background-color:#cafcc7;
	position: relative;
	top: -5px;
}
.newCommentModule .commentList .comment-author .master{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
    margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#fff;
	background-color:#4cc8ff;
	position: relative;
	top: -5px;
}
.newCommentModule .commentList .commentInfo .commentTime{margin-top:3px; margin-bottom:5px;color:#A9AEB8;;font-size: 13px;}
.newCommentModule .commentList .commentInfo .commentTime a{color:#A9AEB8;}
.newCommentModule .commentList .commentInfo .commentContent{padding:0px;word-wrap:break-word;color:#272E3B;font-size:15px; line-height:30px; margin-top: 20px;}
/* 评论图片尺寸 */
.newCommentModule .commentList .commentInfo .commentContent img {max-width:100px;height:auto;border:none;background:none;margin:0;padding:0;vertical-align: sub;}
/* 自动换行 */
.newCommentModule .commentList .commentInfo .commentContent pre{white-space:pre-wrap;}
.newCommentModule .commentList .commentInfo .commentContent pre code{/*连续字母数字换行*/
	word-break: break-all;
}
.newCommentModule .commentList .commentInfo .commentContent table {
    width: 100%;
}
.newCommentModule .commentList .commentInfo .commentContent table th {
	font-weight: 600
}
.newCommentModule .commentList .commentInfo .commentContent table td,
.newCommentModule .commentList .commentInfo .commentContent table th {
	border: 1px solid #E5E6EB;
	padding: 6px 13px
}
.newCommentModule .commentList .commentInfo .commentContent table tr {
	background-color: #fff;
	border-top: 1px solid #E5E6EB;
}
.newCommentModule .commentList .commentInfo .commentContent table tr:nth-child(2n) {
	background-color: #F7F8FA;
}
.newCommentModule .commentList .commentInfo .commentContent ol li{ 
	list-style-type:decimal;
	list-style-position:inside;
}
.newCommentModule .commentList .commentInfo .commentContent ul li{ 
	margin-left:20px;
	list-style-type:disc;
}

.newCommentModule .commentList .quote{
	padding:5px 8px;border-bottom:none;text-align: left;margin-top: 20px;
}
.newCommentModule .commentList .quote .quoteComment{
	background:#F7F8FA;padding:5px 8px 8px 8px;border:1px solid #E5E6EB;line-height:140%;margin-bottom:6px;line-height: 28px;border-radius: 3px;
}
.newCommentModule .commentList .quote .quoteComment .userName{
	font-size:14px;height: 30px;position: relative;margin-left: 26px;
}
.newCommentModule .commentList .quote .quoteComment .userName a{
	color:#86909C;
}
.newCommentModule .commentList .quote .quoteComment .avatarBox{
	position:absolute;display:inline-block;border-radius:100%;
	left: -26px;top:-1px;
	
}
.newCommentModule .commentList .quote .quoteComment .avatarBox img{
	border-radius:100%;
	width: 22px;
	
}
.newCommentModule .commentList .replyList {
	padding: 10px 0 0px;
	margin-left: 36px;
	margin-right:10px;
	position: relative;
	line-height: 22px;
	margin-top: 20px;
	background: #F7F8FA;
}
.newCommentModule .commentList .replyList:before {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #F7F8FA;
	border-left: 1px solid #F7F8FA;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	background-color: #F7F8FA;
	top: -4px;
	left: 60px
}
.newCommentModule .commentList .replyList .box li {
	*zoom: 1;
	margin-bottom: 10px;
	border-bottom: 1px solid #EDEEF1;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right:10px;
}
.newCommentModule .commentList .replyList .box li:last-child{
	border-bottom: 1px solid #fff;
	
}
.newCommentModule .commentList .replyList .box li:before,
.newCommentModule .commentList .replyList .box li:after {
	content: "";
	display: table;
	font: 0/0 a
}
.newCommentModule .commentList .replyList .box li:after {
	clear: both;
}
.newCommentModule .commentList .replyList .box li .reply-top{
	position:relative;
	font-size:0;/*父级元素设置font-size:0; 解决 display：inline-block两个元素之间的默认空格 */
}


.newCommentModule .commentList .replyList .box li .reply-top .avatarBox{
	position:absolute;border-radius:100%;
	left: 0px;
}
.newCommentModule .commentList .replyList .box li .reply-top .avatarBox img{
	border-radius:100%;
	width: 38px;
	height: 38px;
	margin-top: -2px;
}
.newCommentModule .commentList .replyList .box li .reply-top .userName {
	display: inline-block;color: #86909C; margin-left: 48px;margin-top:6px;
	font-size: 14px;
}
.newCommentModule .commentList .replyList .box li .reply-top .userRoleName{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
	margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#e2b46e;
	background-color:#f8e7c4;
	position: relative;
	top: -5px;
}
.newCommentModule .commentList .replyList .box li .reply-top .staff{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
    margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#4CD263;
	background-color:#cafcc7;
	position: relative;
	top: -5px;
}
.newCommentModule .commentList .replyList .box li .reply-top .master{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 2px 4px;
    margin-left:5px;
    font-size: 12px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#fff;
	background-color:#4cc8ff;
	position: relative;
	top: -5px;
}
.newCommentModule .commentList .replyList .box li .reply-top .time {
	float: right;
	color:#A9AEB8;
	font-size: 13px;
	margin-top: 5px;
}
.newCommentModule .commentList .replyList .box li .reply-top .time a{
	margin-right: 6px;
}
.newCommentModule .commentList .replyList .box li .reply-top .time a i{
	font-size: 15px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.newCommentModule .commentList .replyList .box li .replyContent{
	font-size: 15px;
	line-height:26px;
	color:#4E5969;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
/* 还未评论模块 */
.notCommentModule{
	width:100%;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.notCommentModule .comment-wrap{
	background: #fff;
	padding:15px 80px 15px 80px;
}
.notCommentModule .respond {background: #F7F8FA;border-radius:30px;line-height: 40px;text-align:center;}
.notCommentModule .respond p {font-size:15px;padding:8px;overflow:hidden;color: #A9AEB8;}
.notCommentModule .respond a{color: #1890ff;}

/* 相关动态图片 */
.likeDynamicImage{
	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);
}
.likeDynamicImage .box{margin-bottom:10px;padding:0 15px 0;}
.likeDynamicImage .box .title{font-size:18px;padding:20px 0 15px;color:#4E5969;border-bottom:1px solid #F2F3F5;}
.likeDynamicImage .box .dynamicImageList {font-size: 15px;margin-top: 10px;}
.likeDynamicImage .box .dynamicImageList .item {
	margin-top: 12px
}
.likeDynamicImage .box .dynamicImageList .item:first-child {
	margin-top: 0
}
.likeDynamicImage .box .dynamicImageList .item .img-box {
	width: 100px;
	height: 68px;
	display: inline-block;
	float: left;
	margin-top: 3px;
	position: relative;
	transition: border-color .2s ease-out;
	overflow: hidden;
}
/*cursor IE不支持相对路径**/
.likeDynamicImage .box .dynamicImageList .item .img-box .img {
	padding-bottom: 100%;
    height: 0;
	background:no-repeat ;
	background-size:cover;
	display: block;
	cursor: url(common/default/pc/js/imageZoom/img/zoom_in.cur), url(img/zoomIn.png), auto;
	/*让IE8支持background-size:cover */
	-ms-behavior: url(common/default/pc/js/css3pie/backgroundsize.min.htc);
	/*让IE7支持background-size:cover */
	behavior: url(common/default/pc/js/css3pie/backgroundsize.min.htc);
}
.likeDynamicImage .box .dynamicImageList .item .info {
	margin-left: 112px
}
.likeDynamicImage .box .dynamicImageList .item .info .tit {
	height: 70px;
	line-height: 24px;
	font-size: 15px;
	color: #4E5969;
	-webkit-line-clamp: 3;
	
}
.likeDynamicImage .box .dynamicImageList .item .info .tit a {
	color: #4E5969;
}
.likeDynamicImage .box .dynamicImageList .item .info .tit a:hover {
	color: #317ee7;
}
.likeDynamicImage .box .dynamicImageList .ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}






/** 收藏夹表单模块 **/
.favorite-formModule {
   margin-top: 30px;text-align: center;
}
.favorite-formModule .favoriteButton{
	position: relative;
	color: #C9CDD4;
    outline: none;
    display: inline-block;
   	padding-bottom:2px;
    padding-left: 12px;
    padding-right:12px; 
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid #E5E6EB;
    border-radius: 15px;
    margin: 0;
	text-decoration: none;
}


/** 在线留言 **/
.addFeedbackModule{
	background: #fff;
	padding:10px 40px 40px 40px;width:600px;margin:20px auto;
}
.addFeedbackModule .title{
	font-size:18px;
}
.addFeedbackModule .title span{
	color: #20a0ff;
    border-bottom: 2px solid #20a0ff;
    padding: 4px 8px 4px 8px;
}
.addFeedbackModule .box{
	margin-top: 8px;
}
.addFeedbackModule .box textarea{
	line-height: 24px;
    border-radius: 2px;
    border: 1px solid #E5E6EB;
	vertical-align: top;
	font-size: 14px;
    resize: vertical;
	padding: 3px 10px;
	box-sizing:border-box;
    background: #ffffff;
    outline: none;
    color: rgba(0,0,0,0.8);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	height:150px;
	width:100%;
}
.addFeedbackModule .submitButton-box{
	margin-top:20px;
}
.addFeedbackModule .submitButton-box a{width:180px;border-radius:3px;color:#fff;display: inline-block;height:44px;text-align: center;font-weight:normal; font-size:20px;line-height:44px;  background:#20a0ff;}
.addFeedbackModule .submitButton-box a:hover{background:#58b7ff;text-decoration:none;}


.addFeedbackModulePrompt{
	margin-top:10px;
}
.addFeedbackModulePrompt .disableForm-wrap{
	background: #fff;
	padding:15px 15px 15px 15px;
}
.addFeedbackModulePrompt .respond {background: #F7F8FA;border-radius:4px;line-height: 80px;text-align:center;}
.addFeedbackModulePrompt .respond p {font-size:18px;padding:8px;overflow:hidden;color: #A9AEB8;}

/* 友情链接 */
.linkModule {
	margin-top: 10px;
	
}
.linkModule .link-box{
	background:#fff;padding:0px 15px 0px 15px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.linkModule .link-box .title {
	clear: both;
	padding: 10px 0 0 2px;
	color: #A9AEB8;
	font-weight: bold;
	font-size: 15px;
	line-height: 38px;
	border-bottom: 1px dashed #E5E6EB;
}
.linkModule .link-box .links-logo {
	clear: both;
	padding: 10px 0px 0px 0px;
}
.linkModule .link-box .links-logo li {
	width: 170px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
.linkModule .link-box .links-text {
	padding: 0px 0px 10px 0px;
}
.linkModule .link-box .links-text li {
	float: left;
	width: 170px;
	font-size: 14px;
	line-height: 22px;
	margin-right: 10px;
}



/* 消息页 */
.messageModule {
	height:300px;
	margin-top:50px;
	text-align:center;
	background: #fff;
	font-size: 15px;
}
.messageModule h1{
	margin-top:50px;
	font-size: 24px;
}


/* 注册 */
.registerModule{
	background: #fff;
	padding:25px 40px 40px 40px;width:600px;margin:20px auto;
	
}
.registerModule .tabs-nav {
	font-size:18px;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	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: #20a0ff;
}

.registerModule .tabs-nav .tabs-tab>a {
	color: #86909C;
}
.registerModule .tabs-nav .tabs-tab .active {
    color: #20a0ff;
    border-bottom: 2px solid #20a0ff;
    padding: 4px 8px 4px 8px;
}
.registerModule .box{
	margin-top: 8px;
}

.registerModule .box .otherInfo{height:40px;line-height:40px;padding-top:30px;overflow:hidden;font-size: 14px;margin-bottom: 5px;}
.registerModule .box .otherInfo a{color: #20a0ff;margin-left: 5px;}
.registerModule .box .loginButton a{width:100%;border-radius:4px;color:#fff;display: inline-block;height:44px;text-align: center;font-weight:normal; font-size:20px;line-height:44px;  background:#20a0ff;}
.registerModule .box .loginButton a:hover{background:#58b7ff;text-decoration:none;}

.registerModule .prohibitRegister{
	margin-top:10px;display: none;
}
.registerModule .prohibitRegister .addAnswer-wrap{
	background: #fff;
	padding:15px 15px 15px 15px;
}
.registerModule .prohibitRegister .respond {background: #F7F8FA;border-radius:4px;line-height: 80px;text-align:center;}
.registerModule .prohibitRegister .respond p {font-size:20px;padding:8px;overflow:hidden;color: #A9AEB8;}


/* 登录 */
/*box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);*/
.loginModule{
	background: #fff;
	padding:25px 40px 40px 40px;width:420px;margin:30px auto;
	
}
.loginModule .tabs-nav {
	font-size:18px;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	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: #20a0ff;
}

.loginModule .tabs-nav .tabs-tab>a {
	color: #86909C;
}
.loginModule .tabs-nav .tabs-tab .active {
    color: #20a0ff;
    border-bottom: 2px solid #20a0ff;
    padding: 4px 8px 4px 8px;
}
.loginModule .box{
	margin-top: 8px;
}

.loginModule .box .otherInfo{height:40px;line-height:40px;padding-top:30px;overflow:hidden;font-size: 14px;}
.loginModule .box .otherInfo a{float:right; color: #1890ff;}
.loginModule .box .otherInfo input{position: relative;top: 1px;}

.loginModule .box .loginButton a{width:100%;border-radius:4px;color:#fff;display: inline-block;height:44px;text-align: center;font-weight:normal; font-size:20px;line-height:44px;  background:#20a0ff;}
.loginModule .box .loginButton a:hover{background:#58b7ff;text-decoration:none;}


.loginModule .otherLogin{
	width:420px;
	margin:0 auto;
	margin-top: 30px;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
}

.loginModule .otherLogin .title{
	color: rgba(0,0,0,.2);
	width: 100px;
	margin: -12px auto 0;
	background: #fff;
	text-align: center
}

.loginModule .otherLogin .link{
	text-align: center;
	margin: 10px 0 0px;
}

.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: 30px;
	height: 30px;
}
.loginModule .otherLogin .link .icon-50{
	background-image:url('../images/other-login.svg');
	width: 30px;
	height: 30px;
}
/* 找回密码 */
.findPassWordModule{
	background: #fff;
	padding:25px 40px 40px 40px;width:420px;margin:30px auto;
	
}
.findPassWordModule .tabs-nav {
	font-size:18px;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	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: #20a0ff;
}
.findPassWordModule .tabs-nav .tabs-tab>a {
	color: #86909C;
}
.findPassWordModule .tabs-nav .tabs-tab .active {
    color: #20a0ff;
    border-bottom: 2px solid #20a0ff;
    padding: 4px 8px 4px 8px;
}
.findPassWordModule .title{
	font-size:18px;
}
.findPassWordModule .title span{
	color: #20a0ff;
    border-bottom: 2px solid #20a0ff;
    padding: 4px 8px 4px 8px;
}
.findPassWordModule .box{
	margin-top: 8px;
}
.findPassWordModule .submitButton-box{
	margin-top:30px;
}
.findPassWordModule .submitButton-box a{width:100%;border-radius:3px;color:#fff;display: inline-block;height:44px;text-align: center;font-weight:normal; font-size:20px;line-height:44px;  background:#20a0ff;}
.findPassWordModule .submitButton-box a:hover{background:#58b7ff;text-decoration:none;}


/* 用户中心 */
.user-home-header{
	background: red;
	margin-top: 50px;
	position: relative;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.user-home-header .avatarRing {
	width: 160px;
	height: 110px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	position: absolute;
	left: 15px;
	top: -40px
}
.user-home-header .inner {
	height: 170px;
	background: #fff;
	position: relative;
	padding-left: 180px;
	border-right: 1px solid #EDEDED;
	margin-right: 0;
	border-right: 0
}
.user-home-header .avatar {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	left: 25px;
	top: -30px;
	width: 140px
}
.user-home-header .avatar .img-box {
	position: relative;
	height: 140px
}
.user-home-header .avatar .img-box img {
	max-height: 140px;
	max-width: 140px;
	border-radius: 2px;
}
.user-home-header .avatar .counts {
	background: #F7F8FA;
	text-align: center
}
.user-home-header .avatar .counts .point {
	display: block;
	float: left;
	width: 70px;
	height: 40px;
	padding-top: 10px;
	border-right: 1px solid #EDEEF1;
	text-decoration: none
}
.user-home-header .avatar .counts .follows {
	display: block;
	height: 40px;
	padding-top: 10px;
	text-decoration: none
}
.user-home-header .avatar .counts .num {
	font-size: 16px;
	font-weight: 400;
	color: #272E3B;
	/**color: #ea3c1a;font-weight: bold;**/
	line-height: 1;
	margin-bottom: 5px
}
.user-home-header .avatar .counts .sub {
	font-size: 12px;
	line-height: 1;
	color: #86909C;
}
.user-home-header .avatar .counts a:hover div {
	color: orange;
}
.user-home-header .head-line {
	margin: 20px 0 10px;
	line-height: 1;
	position: relative
}
.user-home-header .head-line .name {
	font-size: 24px;
	font-weight: 400;
	color: #272E3B;
	display: inline-block;
	margin-top: 15px;
}
.user-home-header .head-line .grade {
	display: inline-block;
	background-color: #f2f3f5;
	border-radius: 2px;
	color: #4E5969;
	font-size: 14px;
	padding: 3px 8px 3px 8px;
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: 8px;
	
}
.user-home-header .nickname{
	font-size: 16px;
	color: #272E3B;
	display: inline-block;
}
.user-home-header .role{
	margin-top:10px;
}
.user-home-header .role .userRoleName{
	display: inline-block;
	white-space:nowrap;
    vertical-align: middle;
    padding: 3px 4px;
    margin-right:3px;
    font-size: 13px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#e2b46e;
	background-color:#f8e7c4;
}

.user-home-header .action-button {
	position: absolute;
	right: 20px;
	top: 20px
}
.user-home-header .action-button .privateMessageBox{

}
.user-home-header .action-button .privateMessageBox .privateMessageButton{
	color: #20a0ff;
    border-color: #20a0ff;
    outline: none;
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.user-home-header .action-button .privateMessageBox .privateMessageButton:hover {  
    background: #E8F3FF;  
} 


.action-followBox{
	margin-right: 10px;
}
.action-followBox .followButton{
	color: #fff;
    border-color: #20a0ff;
    outline: none;
    display: inline-block;
    padding: 1px 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #20a0ff;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	
}
.action-followBox .followButton:hover {  
    background: #58b7ff;
} 


/* 服务 */
.selfService { margin-left: -5px;margin-top: 5px;}
.selfService .box{overflow:hidden;zoom:1; margin:0 0px;margin-bottom:-5px;}
.selfService .box .ul{overflow:hidden;zoom:1;background-position:0 0px;}
.selfService .box .ul .item{
	width:19%; position:relative;float:left; height:130px;border:1px solid #fff;
	margin:5px 5px 5px 5px;
	display:block;background-color:#fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.selfService .box .ul .item .a-pic{width: 100%;height: 100%;display: block; text-align: center;color: #86909C; }
.selfService .box .ul .item .a-pic:hover .img, .selfService .box .ul .item .a-pic:hover .title{
	color: #1890ff;
}
.selfService .box .ul .item .a-pic .img {
	font-size: 50px;
	display: block;
	padding-top:20px;
	color: #A9AEB8; 
}
.selfService .box .ul .item .a-pic .title{position:absolute; left:0px;right:0px;bottom:12px; line-height:40px;font-size: 16px;text-align: center;}


/** 用户中心动态 **/
.home-userDynamic{
	display:block;
	background-color:#fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
	margin-top: 12px;
}
.loader{
	height: 50px;width: 100%;text-align: center;font-size: 16px;line-height: 50px;
}


/** 服务导航 **/
.serviceNav {
	margin-top:-10px;
	height: 46px;
	background-color: #F7F8FA;
	font-size: 15px;
}
.serviceNav .title {
	float: left;
	padding: 0 15px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	position: relative;
}

.serviceNav .title a {
	color: #86909C;
}

.serviceNav .title a:hover {
	color: #1890ff;
}

.serviceNav .selected {
	background-color: white;
	cursor: default;
	box-shadow:4px 0 3px -4px rgba(0,0,0,.06),-4px 0 3px -4px rgba(0,0,0,.06);
}
.serviceNav .selected a{
	color: #3B4352;
}
.serviceNav .more{
	color: #86909C;
}
.serviceNav .more i{
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.serviceNav .hide:hover{
	color: #1890ff;
}
.serviceNav .hide:hover div {
	display:block;
}

.serviceNav .nav-pop-list {
	white-space:nowrap;
	display:none;
	background-color: #fff;
	position: absolute;
	top: 44px;
	left: -8px;
	z-index: 999;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	z-index: 9999;
	line-height:1.5;
}
.serviceNav .nav-pop-list .ul-navlist {
	font-size: 0
}

.serviceNav .nav-pop-list .ul-navlist li {
	display: block;
	font-size: 15px;
	text-align: left;
	padding: 8px 0px 8px 0px;
    margin: 0;
	color: #86909C;
	width: 100%;
	cursor: pointer;
}
.serviceNav .ul-navlist li:hover{
	background: #F7F8FA;
	
}
.serviceNav .nav-pop-list .ul-navlist li a{
    margin-left:20px;
    margin-right:20px;
}

/* 实名认证 */
.realNameAuthenticationModule{padding-left: 300px; padding-right: 0px; padding-top:6px; float: left; }
.realNameAuthenticationModule h3 {
	font-size: 15px;font-weight:500; float: left; margin-bottom: 4px; padding-top:5px; width: 100%; border-bottom: #F2F3F5 1px dashed; position: relative;padding-bottom: 3px;
}
.realNameAuthenticationModule .realNameAuthenticationTable td{
	padding-bottom:5px; padding-left:0px; padding-right:5px; color:#4E5969;padding-top: 5px;height: 30px;font-size: 15px;
}
.realNameAuthenticationModule .realNameAuthenticationTable .projectName{
	font-size: 24px; font-weight: 400; line-height: 80px;
}
.realNameAuthenticationModule .realNameAuthenticationTable .operating{
	color: #1890ff; font-size: 15px;
}
.realNameAuthenticationModule .realNameAuthenticationTable .help {color: #A9AEB8; margin-left: 2px;}



/* 绑定手机 */
.phoneBindingModule{
	background: #fff;
	padding:0px 40px 40px 40px;width:500px;margin:0px auto 20px;
	
}
.phoneBindingModule .box{
	margin-top: 8px;
}
.phoneBindingModule .submitButton-box{
	margin-top:30px;
}
.phoneBindingModule .submitButton-box a{width:180px;border-radius:3px;color:#fff;display: inline-block;height:44px;text-align: center;font-weight:normal; font-size:20px;line-height:44px;  background:#20a0ff;}
.phoneBindingModule .submitButton-box a:hover{background:#58b7ff;text-decoration:none;}







/* 私信 */
.privateMessageTitle{
	margin-left:10px;
	margin-right:10px;
    border-bottom:1px dotted #E5E6EB;
}
.privateMessageTitle h2{
	line-height:46px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
    color: #6B7785;
}  

.privateMessageModule{
	padding: 0px 10px 10px 10px;
	position: relative;
	padding-bottom:80px;
}
.privateMessageModule .privateMessageList{list-style:none;}
.privateMessageModule .privateMessageList .privateMessage{padding:12px 10px 7px 86px;border-bottom:1px solid #F2F3F5;}
.privateMessageModule .privateMessageList .author{position:relative;}
.privateMessageModule .privateMessageList .author img{
	position:absolute;
	left:-76px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.privateMessageModule .privateMessageList cite{font-style:normal;font-size: 15px;}
.privateMessageModule .privateMessageList .time{margin-bottom:5px;color:#C9CDD4;line-height: 20px;}
.privateMessageModule .privateMessageList cite a{color:#86909c;}
.privateMessageModule .privateMessageList .privateMessage .content{padding:0px;word-wrap:break-word;color:#6B7785;line-height: 30px;font-size: 15px;margin-right: 120px;}
.privateMessageModule .privateMessageList .privateMessage .content:hover{
	color: #1890ff;
}

.privateMessageModule .privateMessageList .tipBottom {
	font-size: 14px;
	margin-top: 5px;
	float:right;
	
}
.privateMessageModule .privateMessageList .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.privateMessageModule .privateMessageList .tipBottom .a-toolbar a {
	color: #A9AEB8;
	margin-left: 8px;
}
.privateMessageModule .privateMessageList .tipBottom .a-toolbar a:hover {
	color: #1890ff;
}
.privateMessageModule .privateMessageList .tipBottom .a-toolbar a i {
    font-size: 15px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}
.privateMessageModule .privateMessagePage {
	margin-top: 20px; float: right; line-height: 22px; margin-right: 0px;*margin-right: 8px;
}

/* 私信对话 */
.privateMessageChatTop{
	z-index: 1;
	line-height:46px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.privateMessageChatTop .back-to-list{
	position: absolute;
	font-size: 15px;
	color: #A9AEB8;
	left: 50%;
	margin-left: -592px;
}

.privateMessageChatTop .back-to-list:hover{
	color: #1890ff;
}
.privateMessageChatTop .chatInfo{
	margin-left: 240px;
}

.privateMessageChatTop b{
	display: inline-block;
	font-size: 15px;
	color: #4E5969;
}
/* 最近对话用户 */
.recentlyChatUserModule {
	display: inline; float: left; margin:10px 0px 0px 0px;border-radius: 1px; width:280px; background: #fff;box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.recentlyChatUserModule .title {
	border-bottom:1px solid #F2F3F5;height: 38px;line-height: 38px;
}
.recentlyChatUserModule .title h3{
	margin-left: 10px;font-size: 15px;font-weight:700;color:#6B7785;
}
.recentlyChatUserModule .title h3:before{
	display:inline-block;
	margin-right:8px;content:'';width:4px;
	height:22px;vertical-align:-6px;
	background-color:#20a0ff;
}

.recentlyChatUserModule .recentlyChatUserList{list-style:none;}
.recentlyChatUserModule .recentlyChatUserList .recentlyChatUser{padding:8px 0 6px 6px;border-bottom:1px solid #eee;min-height: 50px;}
.recentlyChatUserModule .recentlyChatUserList .author{position:relative;color:#999;}
.recentlyChatUserModule .recentlyChatUserList .author img{
	position:absolute;
	left:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.recentlyChatUserModule .recentlyChatUserList .info .userName{font-style:normal;font-size: 15px;margin-left: 70px;line-height: 50px;color: #6B7785;}
.recentlyChatUserModule .recentlyChatUserList .info .userName:hover{
	color: #1890ff;
}
/* 私信对话右边栏 */
.privateMessageChatRight{
	display: inline; float: right; margin-top: 10px;width: 920px;
}
.privateMessageChatModule {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 10px 100px 10px;
	background: #fff;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.privateMessageChatModule .friend{
	margin: 26px 52px 0 10px;
	position: relative;

}
.privateMessageChatModule .friend:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.privateMessageChatModule .friend img{
	position: absolute;
	width: 64px;
	height: 64px;
	left: 0;
	top: 0;
	background: #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.privateMessageChatModule .friend div{
	position: relative;
	margin-left: 64px;
	margin-right: 50px;
	text-align: initial;
}
.privateMessageChatModule .friend .time{
	position:absolute;
	width:150px;
	line-height: 40px;
	display: inline-block;
	color: #A9AEB8;
	font-size: 13px;
	top: -32px;
	left: -60px;
}
.privateMessageChatModule .friend div i{
	position: absolute;
	width: 24px;
	height: 24px;
	left: -24px;
	top: 10px;
}
.privateMessageChatModule .friend div i:after{
    content: "";
    position: absolute;
    border-style: solid;
    border-color:  transparent #fafafa transparent transparent;
    border-width: 10px;
    left:5px;
}
.privateMessageChatModule .friend div span{
	float: left;
	min-height: 40px;
	min-width: 96px;
	margin-left: 24px;
	margin-top:22px;
	font-size: 15px;
	border: 1px #fff solid;
	background: #fafafa;
	border-radius: 10px;
	position: relative;
	max-width: 94%;
}
.privateMessageChatModule .friend .msg-del{
    background: #ececec;
    color: #919191;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 15px;
    padding: 1px;
    top: -10px;
    right: -10px;
    position: absolute;
}
.privateMessageChatModule .friend .msg-del::before {
    content: "\2716";
}
.privateMessageChatModule .friend .msg-del:hover {
	color: #1e9fff;
}

.privateMessageChatModule .self{
	margin: 26px 10px 0 46px;
	position: relative;
}
.privateMessageChatModule .self:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.privateMessageChatModule .self img{
	position: absolute;
	width: 64px;
	height: 64px;
	left: 0;
	top: 0;
	background: #fff;
	left: auto;
	right: 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.privateMessageChatModule .self div{
	position: relative;
	text-align: initial;
	margin-left: 50px;
	margin-right: 82px;
}
.privateMessageChatModule .self .time{
	position:absolute;
	width:150px;
	line-height: 40px;
	display: inline-block;
	color: #A9AEB8;
	font-size: 13px;
	top: -32px;
	right: -100px;
}
.privateMessageChatModule .self div i{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	left: auto;
	right: -20px;
}
.privateMessageChatModule .self div i:after{
    content: "";
    position: absolute;
    border-style: solid;
    border-color:  transparent transparent transparent #e5f3ff;
    border-width: 10px;
    left:5px;
}
.privateMessageChatModule .self div span{
	min-height: 40px;
	min-width: 96px;
	font-size: 15px;
	border: 1px #fff solid;
	border-radius: 10px;
	position: relative;
	max-width: 94%;
	background: #e5f3ff;
	border-color: #e5f3ff;
	color: #1890ff;
	float: right;
	margin-top:22px;
	margin-left: 0;
	margin-right: 10px;
	
}
.privateMessageChatModule .self .msg-del{
    background: #ececec;
    color: #919191;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 15px;
    padding: 1px;
    top: -10px;
    left: -10px;
    position: absolute;
}
.privateMessageChatModule .self .msg-del::before {
    content: "\2716";
}
.privateMessageChatModule .self .msg-del:hover {
	color: #1e9fff;
}
.privateMessageChatModule .friend div span em,
.privateMessageChatModule .self div span em {
	font-style: normal;
	padding: 10px;
	display: block;
	white-space:normal; word-break:break-all;
}
.privateMessageChatModule .privateMessageChatPage {
	margin-top: 50px; float: right; color: #999; line-height: 22px; margin-right: 10px;*margin-right: 8px;
}
.privateMessageChatForm{
	margin-top: 10px;
	background: #fff;
	padding-bottom: 1px;
	box-shadow: 0 0px 3px 0 rgba(0,0,0,.02), 0 4px 8px 0 rgba(0,0,0,.02);
}
.privateMessageChatForm textarea{
	line-height: 24px;
    border-radius: 2px;
    border: 1px solid #E5E6EB;
	vertical-align: top;
	font-size: 14px;
    resize: vertical;
	padding: 3px 10px;
	box-sizing:border-box;
    background: #ffffff;
    outline: none;
    color: rgba(0,0,0,0.8);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	height:150px;
	margin:20px 20px 0px 20px;
	width:880px;
}

.privateMessageChatForm .form-action{
	background: #fff;
	padding:0px 20px 20px 20px;width:390px;

	
}
.privateMessageChatForm .error {
	margin-top: 10px;
	margin-left:20px;
	font-size: 14px;
	line-height: 20px;
	color: #F76560;
	display: none;
}
.privateMessageChatForm .form-action .submitButton-box{
	margin-top:10px;
}
.privateMessageChatForm .form-action .submitButton-box a{width:180px;border-radius:3px;color:#fff;display: inline-block;height:44px;text-align: center;font-weight:normal; font-size:20px;line-height:44px;  background:#20a0ff;}
.privateMessageChatForm .form-action .submitButton-box a:hover{background:#58b7ff;text-decoration:none;}



/* 系统通知 */
.systemNotifyTitle{
	margin-left:10px;
	margin-right:10px;
    border-bottom:1px dotted #E5E6EB;
    background: #fff;
}
.systemNotifyTitle h2{
	line-height:46px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
    color: #6B7785;
}


.systemNotifyModule{
	padding: 0px 10px 10px 10px;
	position: relative;
	background: #fff;
	padding-bottom: 80px;
}
.systemNotifyModule .systemNotifyList{list-style:none;}
.systemNotifyModule .systemNotifyList .systemNotify{padding:10px 10px 8px 10px;border-bottom:1px solid #F2F3F5;}
.systemNotifyModule .systemNotifyList .author{position:relative;}
.systemNotifyModule .systemNotifyList .time{margin-bottom:5px;color:#C9CDD4;line-height: 20px;}
.systemNotifyModule .systemNotifyList .time a{}
.systemNotifyModule .systemNotifyList .systemNotify .content{padding:0px;word-wrap:break-word;color:#6B7785;line-height: 28px;font-size: 15px;margin-right: 120px;}


.systemNotifyModule .systemNotifyList .tipBottom {
	font-size: 14px;
	margin-top: 5px;
	float:right;
}
.systemNotifyModule .systemNotifyList .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.systemNotifyModule .systemNotifyList .tipBottom .a-toolbar a {
	color: #A9AEB8;
	margin-left: 6px;
}
.systemNotifyModule .systemNotifyList .tipBottom .a-toolbar a:hover {
	color: #1890ff;
}
.systemNotifyModule .systemNotifyList .tipBottom .a-toolbar a i {
    font-size: 15px;
    margin-right: 1px;
    position: relative;
    top: 1px;
}
.systemNotifyModule .systemNotifyPage {
	margin-top: 20px; float: right;  line-height: 22px; margin-right: 0px;*margin-right: 8px;
}


/* 提醒 */
.remindTitle{
	margin-left:10px;
	margin-right:10px;
    border-bottom:1px dotted #E5E6EB;
    background: #fff;
}
.remindTitle h2{
	line-height:46px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px;
    color: #6B7785;
}

.remindModule{
	padding: 0px 10px 10px 10px;
	position: relative;
	padding-bottom:80px;
	background: #fff;
}
.remindModule .remindList{list-style:none;}
.remindModule .remindList .remind{padding:10px 10px 14px 86px;border-bottom:1px solid #F2F3F5;}
.remindModule .remindList .author{position:relative;}
.remindModule .remindList .author img{
	position:absolute;
	left:-76px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	behavior: url(common/default/pc/js/css3pie/PIE.htc);  /*通知IE浏览器调用脚本作用于当前类*/
}
.remindModule .remindList cite{font-style:normal;font-size: 15px;}
.remindModule .remindList .time{margin-bottom:5px;margin-top:6px; color:#C9CDD4;line-height: 20px;}
.remindModule .remindList .time a{}
.remindModule .remindList .remind .content{padding:0px;word-wrap:break-word;color:#6B7785;line-height: 24px;font-size: 15px;margin-right: 120px;margin-top: 10px;}
.remindModule .remindList .remind .content a{
	color: #1890ff;
}
.remindModule .remindList .remind .content a:hover{
	color: #40a9ff;
}
.remindModule .remindList .tipBottom {
	font-size: 14px;
	margin-top: 5px;
	float:right;
}
.remindModule .remindList .tipBottom .a-toolbar {
	display: block;
	width: 100%;
}
.remindModule .remindList .tipBottom .a-toolbar a {
	color: #A9AEB8;
	margin-left: 6px;
}
.remindModule .remindList .tipBottom .a-toolbar a:hover {
	color: #1890ff;
}
.remindModule .remindList .tipBottom .a-toolbar a i {
    font-size: 15px;
    margin-right: 1px;
    position: relative;
    top: 1px;
}
.remindModule .remindPage {
	margin-top: 20px; float: right; line-height: 22px; margin-right: 0px;*margin-right: 8px;
}


/** 头像 **/
.avatarModule {
	padding-left: 8px;padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 12px;
	background: #fff;
}
.avatarModule .original-box{
	width: 400px;
	height: 400px;
	background-color: #F7F8FA;
}
.avatarModule .preview-pane {
	display: block;
	position: absolute;
	left:436px;
	top: 20px;
	z-index: 2100;	
}
.avatarModule .preview-pane .preview-container {
	height: 200px;
	overflow: hidden;
	width: 200px;
}
.avatarModule .preview-pane2 {
	border-radius: 100%;
	overflow: hidden;
	line-height: 100px;
	position: absolute;
	left:488px;
	top: 265px;
	z-index: 2200;
	
}
.avatarModule .preview-pane2 .preview-container2 {
	height: 100px;
	overflow: hidden;
	width: 100px;
}
/*原图预览DIV*/
.avatarModule .image-crop-original-div{
	float: left;
	display: inline-block;
	_zoom:1;*display:inline;
	*position: absolute;
	
}
.avatarModule .original-box img{
	width: 400px\9;
	float: left;
	display: inline-block;
}
/*截图预览DIV*/
.avatarModule .image-crop-preview-div{
	width: 100%;
	float: left;
}

.avatarModule .bottomInfo{
	margin-top: 8px;line-height:34px; 
	border-top: 1px solid #E5E6EB;
	position: relative;
	padding-top: 6px;
}
.avatarModule .bottomInfo .progressBar{
	position: absolute;
	left: -220px;
	font-style:normal;
}
.avatarModule .bottomInfo .button-box{
	margin-top:5px;
	height:34px;
	width:100%;
	text-align:right;
}
.avatarModule .bottomInfo .button-box span{
	position:relative;
	display:inline-block;
	height:32px;
	line-height:32px;
	border: 1px solid #20a0ff;
	text-align:center;
	font-size:18px;
	color:#20a0ff;
	border-radius:3px;
	cursor:pointer;
	margin:0 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.avatarModule .bottomInfo .button-box span.on,.avatarModule .bottomInfo .button-box span:hover{
	background:#20a0ff;
	
	box-shadow:inset 0 1px 2px #20a0ff;
	color:#fff;
	text-shadow:#20a0ff 0 -1px 0;
}
.avatarModule .bottomInfo .button-box span input {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
}
/**
.avatarModule .bottomInfo{
	margin-top: 10px;line-height:34px; border-top: 1px solid #d9dadb;
}
.avatarModule .bottomInfo .avatar-upload-button{
	padding-top: 12px;float: right;line-height: 36px; 
}
.avatarModule .bottomInfo .avatar-submit-button{
	padding-top: 15px; padding-top:13px\0; *padding-top:12px;   float: right;line-height: 36px;
}

.avatarModule .bottomInfo .uploadButton{
	position: relative;
	color: #0592fe;
    border-color: #0592fe;
    outline: none;
    display: inline-block;
   	padding-bottom:2px;
    padding-left: 12px;
    padding-right:12px; 
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    margin: 0;
	text-decoration: none;
}
.avatarModule .bottomInfo .uploadButton input {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity=0);
}
.avatarModule .bottomInfo .uploadButton:hover {
    background: #f1f9ff;  
    text-decoration: none;
}**/

/** 修改用户 **/
.editUserModule{
	margin-left: 150px;
	width: 900px;
	padding-bottom: 30px;
}
.editUserModule .box{
	margin-top: 8px;width: 630px;
}
.editUserModule .submitButton-box{
	margin-top:30px;
}
.editUserModule .submitButton-box a{width:180px;border-radius:3px;color:#fff;display: inline-block;height:44px;text-align: center;font-weight:normal; font-size:20px;line-height:44px;  background:#20a0ff;}
.editUserModule .submitButton-box a:hover{background:#58b7ff;text-decoration:none;}




/** 修改用户头像 **/
.updateAvatar {
	position: absolute;
	
	margin-left: 800px;
	margin-top: 40px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #F7F8FA;
	overflow: hidden;
	text-align: center;
	line-height: 100px
}

.updateAvatar img {
	max-width: 100%;
	vertical-align: middle;
	width: 100px;
	height: auto;
}

.updateAvatar .change {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	filter:Alpha(opacity=60);/* 只支持IE6、7、8、9 */
	
	background-color: rgba(0,0,0,0.6);
	background: #666666\9;
}

.updateAvatar .change span {
	color: #fff;
}



/* 数据表格 */
.dataTable {
	margin-bottom:50px; background: #fff;padding-right:8px;padding-left:8px;padding-top:8px;padding-bottom: 70px;font-size: 15px;
}
.dataTable .dataList{
  width: 100%; border-collapse: collapse;
}
.dataTable .dataList .dataThead TH{
 text-align:center;	padding-right: 3px; padding-left: 3px; font-weight: normal; padding-bottom: 6px; margin: 0px; vertical-align: middle; color: #86909C; padding-top: 0px; white-space: nowrap; height: 40px;background: #fff;
}
.dataTable .dataList .dataTD {
	color:#4E5969; padding-right: 5px; padding-left: 5px;padding-top: 8px; padding-bottom: 8px; margin: 0px; vertical-align: middle; word-break: break-all; height: 38px;line-height:32px; text-align: center! important;
}
.dataTable .dataList .dataTD a{
	color: #1890ff;
}
.dataTable .dataList .dataTD a:hover {
	color: #40a9ff;
}
.dataTable .dataList tr:nth-of-type(odd){ background:#F9FAFC;}/*奇数行*/ 
.dataTable .dataList tr:nth-of-type(even){ background:#F2F3F5;}/*偶数行 */ 
.dataTable .dataList tr:hover {background: #EBECF0;}
/**
.dataTable .dataList .dataTD:first-child{
	border-left: 1px solid #fff
}
.dataTable .dataList .dataTD:last-child {
	border-right: 1px solid #fff
}**/
.dataTable .dataList .error{
	color: #F76560;
}
.dataTable .dataList .empty{
	text-align:center;height: 55px; line-height: 55px;color: #A9AEB8;background:#fff;
}
.dataTable .pageList {
	margin-top: 20px; float: right; line-height: 22px;
}

/** 空白表格 */
.blankTableModule {
	padding-left: 2px; padding-right: 0px; padding-top:6px;background: #fff;
}
.blankTableModule .blankTable td{
	padding-bottom:5px; padding-left:0px; padding-right:5px; color:#4E5969;padding-top: 5px;height: 30px;font-size: 14px;
}
.blankTableModule .blankTable .required{color: red; }
.blankTableModule .blankTable .error {color: #F76560;margin-left: 2px;}
.blankTableModule .blankTable .help {color: #A9AEB8; margin-left: 2px;vertical-align: middle;}





.badge{
	display: inline-block;
	padding: .15em .4em;
	min-width: 8px;
	border-radius: 18px;
	background-color: #F43530;
	color: #FFFFFF;
	line-height: 1.2;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	padding: .3em;
	min-width: 0;
	*height: 2px;
}





/* 页脚 border-top: 1px solid #e1e1e1; */
.footer { min-width: 990px; 
	background: #F2F3F5;
	height: 90px;
	margin-top: -90px }

.footer .message { width: 990px; margin: 0 auto; height: 18px; font-size: 0; line-height: 0; text-align: center; }
.footer .message a, .message em {  font-size: 12px; line-height: 18px; display: inline-block; color: #86909C;margin-top: 10px; }
.footer .message em { margin: 0 14px; color: #6B7785; position: relative; top: -1px; }
.footer .message a:hover {color:#1890ff; text-decoration:none;}

.footer .copyright { width: 990px; margin: 0 auto;  color: #86909C; text-align: center; margin-top: 18px; }
.footer .copyright em { font-family: Tahoma; margin-left: 3px; }
.footer .copyright a { font-family: Tahoma; margin-left: 19px; color: #86909C; }
.footer .copyright a:hover { text-decoration:none;color:#1890ff;}
.footer .copyright span { margin-left: 17px; }




