
body{
	background: #273f59;
}
.lowerBox{
	height:800px;
	display:flex;
    justify-content:center;
    align-items:center;
    color: #fff;
}
.lowerBox .p_currency{
	width: 300px;
	height: 300px;
}
.lowerBox >div{
    display: inline-block;
    font-size: 20px;
    padding-top: 50px;
}
.lowerBox .title{
	font-size: 30px;
	font-weight: bold;
}
.lowerBox .btn-home a{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 142px;
	height: 48px;
	line-height: 48px;
	background:#0d354c;
	margin-top: 30px;
	display: inline-block;
}
