

a{
	cursor: pointer;
}

a:hover{
	color: #3091f2;
	text-decoration: none;
}
span:hover{
	cursor: default;
}
/*卡片内边距*/
.discuz-inner-space{
	padding: 7.5px;
}

.discuz-inner-space20{
	padding: 20px;
}

.noneBtn{
	pointer-events: none;
    cursor: not-allowed !important;
}

/*滚动fixed*/
.srollFixed{
	position: fixed;
	z-index: 100;
	margin-left: -600px;
	left: 50%;
	top: 0;
}

/*社区讨论样式*/
.discuz-panel{
	margin-bottom: 15px;
	border-radius: 2px;
	background-color: #fff;
	/*box-shadow: 0 2px 2px 0 #E6E6E6;*/
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;
}

.discuz-column{
	height: 50px;
	line-height: 50px;
}

	.discuz-column ul li{
		position: relative;
		display: inline-block;
		height: 50px;
		list-style: none;
		margin: 0;
		padding: 0;
		cursor: pointer;
	}
	
	.discuz-column ul li a {
		color: #000000;
		padding: 0 20px;
		
	}
	
	.discuz-column ul li a:hover{
		color: #2484f2;
		padding: 0 20px;
		text-decoration: none;
	}
	
.discuz-active{
	color: #2484f2 !important;
}

.discuz-clear{
	padding-left: 0px;
	clear: both;
}

/*靠右组件*/
.discuz-right{
	position: absolute;
	right: 0;
	top: 8px;
}

/*蓝底按钮*/
.discuz-btn{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 18px;
	background-color: #2484f2;
	color: white;
	text-align: center;
	font-size: 16px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

	.discuz-btn:hover{
		text-decoration: none;
		background-color: #3091f2;
		color: white;
	}
	
/*title*/
.discuz-title{
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-bottom: 1px dotted #e9e9e9;
	color: #333;
	border-radius: 2px 2px 0 0;
	font-size: 14px;
}

.discuz-title a{
	height: 50px;
	line-height: 50px;
	color: #666;
	padding: 0 8px;
	cursor: pointer;
	
}

	.discuz-title a:hover{
		color: #3091f2;
	}

/*title分割小竖线*/
.discuz-midline{
	display: inline-block;
	height: 10px;
	width: 1px;
	margin: 0 10px;
	vertical-align: middle;
	background-color: #e2e2e2;
}

.discuz-list{
	display: block;
	margin: 0;
	padding: 0;
}

	.discuz-list li{
		position: relative;
		line-height: 22px;
		margin: 0;
		padding: 15px 15px 15px 75px;
		border-bottom: 1px dotted #e2e2e2;
		list-style: none;
	}
	
	/*头像*/
	.discuz-list img{
		/*display: block;*/
		margin: 0;
		max-width: 640px;
	}
	
	.headimg{
		position: absolute;
		left: 15px;
		top: 15px;
	}
	
	.header{
		
		border-radius: 2px;
		vertical-align: middle;
		width: 45px;
		height: 45px;
	}
	
	/*标题h2*/
	.discuz-list li h2{
		height: 26px;
		font-size: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0;
		padding: 0;
	}
	
	/*标题h3*/
	.discuz-list li h3{
		height: 26px;
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0;
		padding: 0;
	}
	.discuz-list h2>a{
		color: #2484f2;
	}
	.discuz-list h2>a:hover{
		color: #3091f2
	}
	.discuz-list h2>a:active{
		
	}
	
	

/*info信息*/
.discus-info{
	position: relative;
	font-size: 13px;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
	
	.discuz-info>* {
		padding-right: 15px;
		color: #999;
	}
	
	.discuz-info a[link]{
		color: #999;
	}
	
	.discuz-info cite{
		font-style: normal;
	}
	
/*回复数*/
.discuz-replynums{
	position: absolute;
	right: 0;
	line-height: 22px;
}

/*帖子类型徽章外壳*/
.discuz-badge{
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 0;
}

/*实心徽章父类*/
.badge{
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	color: white;
	background-color: #777;
	
	display: inline-block;
	font-size: 12px;
	text-align: center;
	
	font-style: normal;
}

/*红色徽章*/
.bg-red{
	color: white !important;
	background-color: #FF5722 !important;
	padding: 0 5px;
}

/*绿色徽章*/
.bg-green{
	color: white !important;
	background-color: #009688 !important;
	padding: 0 5px;
}

.badge-vip{
	height: 16px;
	line-height: 16px;
	padding: 0 3px;
}


/*帖子类型徽章(空心绿色)*/
.type-badge{
	position: relative;
	border-radius: 2px;
	top: -2px;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	margin-right: 10px;
	font-size: 12px;
	border: 1px solid #5fb878;
	background: none;
	color: #5FB878;

}

/*主帖标题*/
h1[title]{
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
}

/*帖子详情*/
span[title]{
	color: #666666;
}

/*帖子详情小面板*/
.post-detail-info{
	position: relative;
	margin: 10px 0 15px;
}

/*楼主面板*/
.post-master-panel{
	position: relative;
	line-height: 64px;
	padding: 15px 15px 15px 75px;
	font-size: 13px;
	background-color: #F2F2F2;
	color: #999;
}

	.post-master-panel img{
		position: absolute;
		left: 15px;
		top: 15px;
	}
	
.user-detail{
	line-height: 40px;
	color: #999;
	font-size: 16px;
}

/*楼主帖体*/
.post-detail-body{
	margin-top: 20px;
	min-height: 200px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	word-wrap: break-word;
}

/*回复帖体*/
.post-reply-body{
	margin: 20px 0 5px;
	min-height: 0;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	word-wrap: break-word;
}

.post-reply-body a:hover{
	color: #337AB7 !important;
}

.post-detail-body img{
	margin: 0;
	/*max-width: 703px;*/
	max-width: 100%;
	height:auto;
}


/*表单组件*/
.form-item{
	margin-bottom: 15px;
	clear: both;
}

.reply-edit{
	position: relative;
	display: block;
	height: 38px;
	/*top: 1px;*/
	left: 0;
	border: 1px solid #E6E6E6;
	border-radius: 2px 2px 0 0;
	background: #FBFBFB;
}

.reply-edit span{
	position: relative;
	display: inline;
	vertical-align: middle;
	width: 50px;
	height: 38px;
	line-height: 38px;
	border-right: 1px solid #E6E6E6;
	text-align: center;
	color: #337ab7;
	cursor: pointer;
	font-size: 18px;
}

.reply-edit span i{
	width: 50px;
}

.form-item textarea{
	min-height: 150px;
	border: 0 0 1px 1px;
	line-height: 20px;
	padding: 6px 10px;
	width: 100%;
	resize: vertical;
	display: block;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

/*登录*/
#loginMsg p{
	margin-top: 8px;
}


/**========== 修改分页颜色 ============**/
.pagination>li>a, .pagination>li>span{
	color :rgba(0, 0, 0, 0.65);
}

.pagination>.active>a,
 .pagination>.active>a:focus,
  .pagination>.active>a:hover,
   .pagination>.active>span, 
   .pagination>.active>span:focus,
    .pagination>.active>span:hover {
    	    z-index: 3;
		    color: #fff;
		    cursor: default;
		    background-color: #2484f2;
		    border-color: #2484f2;
    }

/**===================================**/



/**================模态框==============**/

					#loginModal{
						width: 330px;
						color: #666;
				        position: absolute;
				        top: 50%;
				        left: 50%;
				        transform: translateX(-50%) translateY(-50%);
				    }
                	.login_form {
						height: 330px;
						background-color: #FFF;
						border-radius: 5px;
						margin: 0 auto;
					}
					.login_member {
						width: 80%;
						margin: 0 auto;
						padding-top: 10px;
						text-align: center;
						font-size: 25px;
						font-weight: bold;
						line-height: 50px;
						border-bottom: 2px solid #1097E4;
					}
					.login_member:before {
						content: '';
						width: 30px;
						height: 30px;
						margin-right: 2px;
						background: url(/common/img/login_member.png) no-repeat;
						background-size: cover;
						display: inline-block;
						vertical-align: middle;
					}
					.login_label{
						margin-top: 20px;
						display: block;
					    text-align: center;
					    font-weight: normal;
					    font-size: 18px;
					}
					
					.login_go {
						margin-top: 35px;
						display: block;
					    text-align: center;
					    font-weight: normal;
					    font-size: 18px;
					}
					
					.pub_input{
						text-indent: 5px;
					    font-size: 18px;
					    border: 1px solid #CCC;
					    border-radius: 3px;
					    position: relative;
					    color: #666;
					}
					.login_input {
						width: 190px;
						height: 30px;
						line-height: 30px;
					}
					.login_submit {
						width: 250px;
						height: 50px;
					}
					
					.pub_submit{
						border-radius: 3px;
					    position: relative;
					    background-color: #09c;
					    border: 1px solid #2C9BC4;
					    color: #fff;
					    font-size: 20px;
					    font-weight: bold;
					    cursor: pointer;
					    box-shadow: 1px 1px 2px #CCC;
					}
					.pub_submit:hover{
						background-color: #37aaeb;
					}
					
					.login_register {
						float: left;
					}
					.login_forget {
						float: right;
					}
					.login_oth {
						width: 80%;
						margin: 15px auto 0 auto;
						color: #E6E6E6;
						font-size: 16px;
					}
					
					/*表单*/
					#regModal {
						height: 600px;
						width: 500px;
						position: absolute;
				        top: 50%;
				        left: 50%;
				        transform: translateX(-50%) translateY(-50%);
					}
					
					.case_form{
						padding: 20px 60px;
					}
					
					.case_form>ul{
						list-style: none;
					    margin: 0;
					    padding: 0;
					    border-width: 0;
					}
					
					.case_form ul li{
						width: 100%;
					    margin-bottom: 10px;
					    line-height: 48px;
					    color: #666;
					}
					.case_form ul li>span{
						vertical-align:top;
						color: rgba(0,0,0,0.8);
						font-weight: 600;
					}
					.case_form ul li>textarea{
						margin-left: 25px;
					    height: 96px;
					    width: 220px;
					    resize: none;
					    font: 16px/20px PingFangSC ,"helvetica Neue", "Hiragino sans GB", Arial, sans-serif;
					    border-width: 1px;
					    border-style: solid;
					    border-image: initial;
					    background: #fff;
					    border-radius: 2px;
					    padding: 10px 10px;
					    outline: 0;
					}
					
					.case_form ul li>input[type='text'],
					.case_form ul li>input[type='phone'],
					.case_form ul li>input[type='password'] {
						margin-left: 10px;
						height: 36px;
					    padding: 0 10px;
					    font-size: 16px;
					    border: 1px solid #999;
					}
					.case_form ul li>a{
						cursor: pointer;
						color: #2484f2;
					}
					#reg_submit{
						width: 240px;
    					height: 38px;
    					line-height: normal;
						
						border-radius: 3px;
					    background-color: #09c;
					    border: 1px solid #2C9BC4;
					    color: #fff;
					    font-size: 16px;
					    font-weight: bold;
					    cursor: pointer;
					    box-shadow: 1px 1px 2px #CCC;
					}
					#reg_submit:hover{
						background-color: #37aaeb;
					}
