html,body{
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}
.Clear{
	clear: both;
}
.ConcentBox{
	width: 90%;
	margin: 50px auto;
	border: 1px solid #cbd5e0;
	border-radius: 4px;
	height: 780px;
}
.Title{
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #cbd5e0;
	color: black;
	font-weight: bold;
	font-size: 17px;
}
.tBox{
	width: 90%;
	height: 80px;
	margin: 10px auto 0 auto;
}
.Twenzi{
	font-size: 16px;
	font-weight: bold;
	height: 24px;
    line-height: 24px;
}
.Tconcent{
	width: 100%;
	
}
ul li {
	list-style: none;
}
.Tconcent ul li {
	float: left;
	height: 40px;
	width: 68px;
	text-align: center;
	border: 1px solid #cbd5e0;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
}
.active{
	color: white;
	background-color: #409eff;	
}
.Tconcent input[type=text]{
	height: 40px;
	width: 92%;
	border: 1px solid #cbd5e0;
	border-radius: 4px;
	outline: none;
	padding-left: 20px;
}
.Tconcent input[type=password]{
	height: 40px;
	width: 92%;
	border: 1px solid #cbd5e0;
	border-radius: 4px;
	outline: none;
	padding-left: 20px;
}
.tBox span{
	font-size: 12px;
	font-weight: bold;
}
.tBox input[type=checkbox]{
	background-color: white;
	border: 1px solid #409eff;
}
.tBox input[type=button]{
	width: 118px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
}
