.page{
	width:100%;
}

.bg{
	width:100%;
	min-width:750px;
	height:2742px;
	background:url('../img/bg.jpg') top center no-repeat;
}

.input-file1{
	position:absolute;
	top:1543px;left:52px;
	width:307px;height:116px;
	opacity:0;
	cursor:pointer;
}

.input-file2{
	position:absolute;
	top:1543px;right:47px;
	width:307px;height:116px;
	opacity:0;
	cursor:pointer;
}

.text{
	position:absolute;
	top:1908px;left:0;
	width:100%;
	font-size:28px;
	color:#e84333;
	text-align:center;
}

.score-area{
	position:absolute;
	top:2004px;left:126px;
	width:501px;height:679px;
	overflow:hidden;
}
.score-area .exchange-area{
	float:left;
	margin:0 71px 69px 0;
	width:215px;height:305px;
}
.score-area .exchange-area:nth-child(2n){
	margin-right:0;
}

.score-area .exchange-area .img-ibox{
	position:relative;
	display:block;
	width:215px;height:215px;
}
.score-area .exchange-area .img-ibox .sub-mask{
	display:none;
}
.score-area .exchange-area .img-ibox:hover .sub-mask{
	display:block;
	position:absolute;
	top:0;left:0;
	padding:20px 0 20px 18px;
	width:100%;height:100%;
	background:rgba(0,0,0,0.5);
	box-sizing:border-box;
}
.score-area .exchange-area .img-ibox .sub-mask p{
	line-height:25px;
	font-size:15px;
	color:#fff;
}
.score-area .exchange-area .img-ibox .sub-mask span{
	line-height:30px;
	font-size:18px;
}

.score-area .exchange-area .btn{
	display:block;
	margin:39px 0 0 17px;
	width:172px;height:50px;
}

