.house div{
	font-size: 0;
}
span,p,.house a{
	font-size: 15px;
}
hr{
	margin: 10px 8px 15px;
}
input{font-size: 14px;}
.pad08{padding: 8px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f20{font-size: 20px;}
.cfff{color: #FFFFFF;}
.c999{color: #999999;}
.bgfff{background: #FFFFFF;}
.bgf00{background: #FF0000;}
.bgzdy{
	background: #f00;
}
.o5{
	border-radius: 5px;
	overflow: hidden;
}
.o8{
	border-radius: 8px;
	overflow: hidden;
}
.ctb{
	position: relative;
}
.ct{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.rt{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.house{
	padding: 0 8%;
	background: #F0F0F0;
}
.house.bgfff{
	background: #FFFFFF;
}
.pad{
	padding: 20px;
	background: #FFFFFF;
}
.hide{
	display: none;
}
.authorb{
	position: relative;
	padding: 15px 0;
}
.authorimgb{
	position: relative;
	width: 60px;
	height: 60px;
}
.authorimg{
	border-radius: 100px;
}
.authorvip{
	position: absolute;
	top: 40px;
	left: 40px;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 100px;
}
.vip0{background: #DADADA;}
.vip1{background: #056DE8;}
.vip2{background: #4ACA6A;}
.vip3{background: #E60012;}
.author{
	width: calc(100% - 60px);
	padding-left: 15px;
}
.authorname{
	color: #ED010D;
	line-height: 1;
}
.authordesc{
	color: #666666;
	line-height: 1.2;
}
.authortag{
	padding: 4px 6px 3px;
	line-height: 1;
	border: dotted 1px #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}
.padl{
	padding-left: 30px;
}
.scbtn{
	padding: 10px;
	background: #ED010D;
	cursor: pointer;
}
.sxbtn{
	padding: 10px 45px;
	border: solid 1px #666666;
	margin-left: 10px;
	cursor: pointer;
}
.selb{
	overflow: auto;
}
.sel{
	padding: 5px 15px;
	color: #666666;
	border-radius: 3px;
	margin-bottom: -1px;
}
.sel.is{
	color: #FFFFFF;
	background: #FF0000;
}
.bdt{
	border-top: solid 1px #EEEEEE;
}
.bt{
	position: absolute;
	bottom: 0;
}
.pagenot{
	background: #FFFFFF;
}

.contact-bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 100;
}
.contact{
	width: 90%;
	max-width: 500px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.input{
	width: 100%;
	border: solid 1px #CCCCCC;
}
textarea{
	width: 100%;
	height: 150px;
	padding: 10px;
	font-size: 14px;
	border: solid 1px #CCCCCC;
}
.sendoff{
	padding: 10px 0;
	background: #EEEEEE;
	border-radius: 100px;
	border: solid 1px #EEEEEE;
}
.sendto{
	padding: 10px 0;
	background: #FF0000;
	border-radius: 100px;
	border: solid 1px #FF0000;
}

@media (max-width: 767px) {
	.house{
		padding: 0;
	}
	.house>.b1>.b_4,.house>.b1>.b4{
		width: 100%;
	}
	.b_4 .b4{width: 50%;}
	.house>.b1>.b4 .b4{
		width: 25%;
	}
	.pad05{
		padding-top: 0;
	}
	.b1.pad10{
		padding: 5px 10px;
	}
	.pad{
		padding: 5px 0;
	}
	.authorb{
		padding: 10px;
	}
}