body{
	background-color: #F5F5F5;
}

.content{
	width:1260px;
	margin:0 auto;
}
.clickContent{
	width:1260px;
	margin:0 auto;
}
.breadNav{
	height:40px;
	border-radius: 2px;
	border:1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.toIndex{
    color: #AAAAAA;
    text-decoration: none;
    cursor: pointer;
}
.toIndex:hover{
	text-decoration: none;
	color: #52B3FF;
}
.breadNav p{
	margin-top: 10px;
	margin-left: 10px;
}
.blueCoenten{
	/*background-color: rgba(217, 234, 248, 1);*/
	height:600px;
	border-radius: 2px; 
	border:1px solid rgba(217, 234, 248, 1);
	position: relative;
}
.inputBox{
	width:350px;
	height:335px;
	border-radius: 2px;
	background-color: #FFFFFF;
	margin-left:100px;
	margin-top: 60px;
}
.unfoldBox{
	width:350px;
	height:440px;
	border-radius: 2px;
	background-color: #FFFFFF;
	margin-left:100px;
	margin-top: 80px;
}
.mes{
	margin-left: 33px;
}
.img{
	height:450px;
	width:650px;
	background-color: #FFFFFF;
	border-radius: 2px;
	border:0.2px solid #000000;
	margin-left: 540px;
	margin-top: -460px;
	display: none;
}
/*
.img{
	height:450px;
	width:650px;
	background-color: #FFFFFF;
	border-radius: 2px;
	border:0.2px solid #000000;
	margin-left: 450px;
	margin-top: -390px;
	display: none;
}
*/
#zhenshu{
	width:90%;
	margin-left: 35px;
	margin-top: 20px;
}
.score{
	background-color: #FFFFFF;
	border-radius: 2px;
	margin-top: 90px;
	border:1px solid #FFFFFF;
	height: 1180px;
	display: none;
}
.scoreCentent{
	width: 900px;
	height:50px;
	background-color: rgba(172, 199, 255, 1);
	border-radius: 2px;
	margin:0 auto;
	margin-top: 50px;
	border:1px solid rgba(172, 199, 255, 1);
}
.title{
	font-size: 20px;
	color:#FFFFFF;
	text-align: center;
	margin-top:15px;
}
.scoreTable{
	 margin-top: 50px;
}
table{
	margin-bottom: 35px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.tableA td{
	width:130px;
	height:50px;
	border: 1px solid #cccccc;
	text-align: center;
}
.tableB td{
	width:180px;
	height:50px;
	text-align: center;
	border: 1px solid #cccccc;
}
.tableC td{
	text-align: center;
	border: 1px solid #cccccc;
}
#hint{
	color: #E9322D;
	font-size: 15px;
	margin-left: 50px;
}
.down{
	height: 40px;
	width: 70px;
	background-color: #555555;
	font-size: 20px;
	text-align: center;
	position: absolute;
	position: fixed;
	left: 0;
	bottom: 0;
	opacity: 0.3;
	display: none;
}
#downMes{
	color: #FFFFFF;
	padding-top: 5px;
	opacity: 1;
}
