.logo_in {
	background-color: #c00000;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 200px;
	line-height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: block;
	margin: 20px auto;
}

.logo_in:hover {
	color: #fff;
}

.hint_txt {
	max-width: 800px;
	text-align: center;
	margin: 5px auto;
	font-size: 14px;
	line-height: 16px;
	color: #969696;
}
.c26{
	color: #262626;
	font-weight: 600;
}