.jqmWindow {
    display: none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:19999;
    width:80%;
    height: 88%;
    text-align:center;
    margin: auto;
    color: #333;
}

.jqmOverlay { background-color: #555; }

#dialog > div {
	height: 88%;
	background:#000;
	padding:0;
	position:relative;
	margin: auto;
	text-align: center;
	z-index:30000;
	padding: 9% 4%;
	background-color: #FFF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#dialog > div h2{
	font-size: 16px;
	color: #fff;
	background-color: #cf1a40;
	margin: 15px 0 0;
	padding: 3px 10px;
	text-align: center;
	position: relative;
	line-height: 1.4;
}

#dialog > div h2 span{font-size: 22px;}


.yearEnd2017Box{
	border: 1px solid #cf1a40;
	padding: 8px 10px;
}

.yearEnd2017Box dl{
	display: table;
	border-bottom: 1px solid #ccc;
}

.yearEnd2017Box dl:last-child{border-bottom:none;}

.yearEnd2017Box dt{
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
}

.yearEnd2017Box dl:nth-child(1) dt img{width: 82%;}
.yearEnd2017Box dl:nth-child(2) dt img{width: 76%;}
.yearEnd2017Box dl:nth-child(3) dt img{width: 57%;}
.yearEnd2017Box dl:nth-child(4) dt img{width: 77%;}

.yearEnd2017Box dd{
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	text-align: left;
	padding: 10px 0;
	line-height: 1.5;
}

.yearEnd2017Box dd strong{
	display: block;
	width: 100%;
	background-color: #cf1a40;
	color: #FFF;
	margin: 0 0 5px;
	padding: 3px 10px;
	font-size: 16px;
	box-sizing: border-box;
}

.yearEnd2017Box dd span{
	display: block;
}


.jqmClose {
	min-width:100px;
	position:absolute;
	top:5px;
	right:-10px;
	color: #333 !important;
	text-decoration: none !important;
	font-size: 20px;
}