
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	font-family: Microsoft Yahei;
}
html,body {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom , #19233c, #ffffff);
	background-size: 100% 100%;
	overflow: hidden;
}
.main-box {
	padding: 0px 10px;
	height: 100%;
	overflow: auto;
}
.top-box {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.logo-box {
	height: 100px;
	display: inline-block;
}
.logo-box img.logo {
	/* position: absolute;
	    left: 25px; */
	width: 50px;
	float: left;
}
.logo-box .title {
	float: left;
	text-align: center;
	color: #ffd21d;
	font-size: 28px;
	font-weight: bold;
	line-height: 100px;
}
.close-interval{
	font-size: 25px; color: #ffd21d;
	float: right;
	line-height: 100px;
}
.close-interval a{
	font-size: 20px; color: #d26c37;
}
.close-interval font{
	font-size: 20px; 
}
.time-box {
	float: right;
}
.time-box li {
	float:right;
	color: #fff;
	margin-left: 30px;
	font-size: 30px;
}
.content-box {
	height: calc(100% - 130px);
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.content-left {
	width: 100%;
	padding: 0;
	margin-top: 20px;
	background-color: #f9f9f9;
    padding: 15px 0 0 0;
    border-radius: 12px;
	border: 1px solid #e0e0e0;
}
.content-left dt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.content-left dd {
	
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}
.content-left dd span {
	color: #323233;
	display: inline-block;
	width: 30%;
	text-align: right;
	float: left;
	font-size: 14px;
	font-weight: 700;
}
.content-left dd label {
	width: calc(100% - 150px);
	display: inline-block;
}
.content-bottom {
	width: calc(100% - 20px);
	height: 52px;
	position: absolute;
	bottom: 10px;
	border-top: 1px solid #efefef;
	padding-top: 12px;
}
.content-right {
	width: 50%;
	height: 100%;
	text-align: center;
	padding-left: 50px;
	display: table-cell;
	vertical-align: middle;
}
.content-right .text-ps {
	font-size: 20px;
	color: #323233;
}
.content-right .ewm-box {
	width: 350px;
	height: 350px;
	border-radius: 30px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.15);
	overflow: hidden;
	margin-bottom: 10px;
	padding: 30px;
	box-sizing: border-box;
	display: inline-block;
}
.content-right .ewm-box img {
	height: 100%;
	vertical-align: middle;
}
.content-right .money {
	font-size: 26px;
	color: #151f51;
}
@media screen and (max-width: 1366px) {
	.content-right .ewm-box {
		width: 350px;
		height: 350px;
	}
}

.button {
    background-color: #2b64a9;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 4px 5%;
    cursor: pointer;
	border-radius: 10px;
	width: 90%;
	letter-spacing: 1px;

}

.invbg{
	display: none;
	position: absolute;
	z-index: 50;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #999;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.downloadPdf{
	width: 100%; text-align: center; margin-top: 10px;
}
.downloadPdf-a{
	background-color: #19233c;
	border-radius: 5px;
	padding: 8px 28px;
	color: #ffffff;
}