﻿html{height:100%}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.Scord_title {
	font-family: "微软雅黑";
	font-size: 37px;
	line-height: 106px;
	color: #868686;
	text-align: center;
	display: block;
	clear: both;
	float: none;
	height: 106px;
	width: auto;
	margin-top: 18px;
}
input[type=text],input[type=password] {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 40px;
	color: #777777;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	width: 507px;
	float: none;
	height: 59px;
	border: 1px solid #D3D3D3;
	text-align: center;
	border-radius: 6px;
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.Score_inputBox {
	display: block;
	margin: auto;
	clear: both;
	float: none;
	height: 170px;
	width: auto
}
select {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 40px;
	color: #777777;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	width: 507px;
	float: none;
	height: 59px;
	border: 1px solid #D3D3D3;
	text-align: center;
	border-radius: 6px;
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;}
