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

.jqmOverlay { background-color: #555; }

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

#dialog > div h2{
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #cf1a40;
	margin: 10px 0 0;
	padding: 0 15px;

}

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


.yearEnd2017Box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	border: 1px solid #cf1a40;
	padding: 20px 0;
}

.yearEnd2017Box dl{
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 25%;
	border-right: 1px solid #ccc;
	padding: 0 8px;
}

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

.yearEnd2017Box dt{
	height: 63px;
	margin: 0 0 5px;
}

.yearEnd2017Box dt img{}

.yearEnd2017Box dd{text-align: center;}

.yearEnd2017Box dd strong{
	display: block;
	width: 100%;
	background-color: #cf1a40;
	color: #FFF;
	margin: 0 0 5px;
	padding: 5px 0px;
	font-size: 18px;
}

.yearEnd2017Box dd span{
	display: block;
}


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