@charset "utf-8";
/* CSS Document */

a{
	color: #e70000;
}

#bt{
	width: auto;
	height: auto;
	border-bottom: 2px solid #e70000;
	overflow: hidden;
	text-align: center;
	color: #e70000;
}

#kk{
	width: 1000px;
	height: 600px;
	margin: 10px auto;
	overflow: hidden;
}

.red{
	color: #FFFFFF;
	background: #e70000;
}

/*移动端*/
@media screen and (max-width: 768px) {
#kk{
    width: 100%;
}
}