body{
	max-width: 1600px;
	min-width: 1320px;
	padding: 0;
	margin: 0;
	font-size: 14pt;
}
#title{
	text-align: center;
	color: red;
}
#tips{
	text-align: left;
	width: 60%;
	margin: 0 auto;
}
#exam{
	width: 60%;
	margin: 10px auto;
	font-weight: bold;
}
#exam .tests{
	margin: 30px auto;
}
#exam .tests .timu{
	text-indent: 8px;
}
#exam .tests .huida{
	text-align: left;
	text-indent: 28px;
}
#info{
	width: 57%;
	margin: 0 auto;
	border: 2px solid #F4B6B0;
	border-radius: 20px;
	text-align: center;
	padding-top: 20px;
}
#info .infoBox{
	width: 100%;
	display: inline-block;
	margin-top: 12px;
	    text-align: left;
    padding-left: 100px;
}
#info .infoBox input{
	border: 1px solid #FF981D;
	border-radius: 8px;
	height: 24px;
}
#info #res{
	height: 60px;
	line-height: 60px;
}
#info #res input{
	border: none;
	background-color: #F4B6B0;
	color: white;
	height: 36px;
	width: 100px;
	border-radius: 9px;
	font-size: 16px;
	transition: 2s;
}
#info #res input:hover{
	color:  #F4B6B0;
	background-color: white;
}