@charset "utf-8";
html {
	color: #000;
	background-color: #fff;
}
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 {
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
em,strong,b,u,i{
	font-size: normal;
	font-weight: normal;
}
ol,ul{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}
img{
	width: 100%;
	border: 0 none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

body {
	max-width: 640px;
	margin: 0 auto;
}
.md .md_top{
	width: 80%;
	margin:  25px auto 10px;
}

.bottom h2{
	text-align: center;
	color: #c30e24;
	font-size: 24px;
	font-family: "黑体";
	font-weight: bold;
	padding-top: 22px;
	padding-bottom: 6px;
	
}

.center{
	margin: 0 auto;
}

.input{
	display: block;
	box-sizing: border-box;
	width: 70%;
	margin: 0 auto;	
	margin-top: 15px;
	padding-left: 15px;
	height: 35px;
	font-size: 12px;
	font-family: "黑体";
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.md .md_bottom p{
	text-align: center;
	padding-top: 14px;
	font-size: 15px;
	font-family: "黑体";
}

.line{
	margin-top: 25px;
	border-top: 1px solid #d2d2d2;
}

.button{
	padding: 0;
	color: white;
	background-color: #c30e24;
	height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	margin: 20px auto 45px;
	border: 0;
}
