#idBox {
	background: rgb(255, 255, 255); left: 50%; top: 50%; width: 90%; position: fixed; z-index: 2147483647; max-width: 500px;
}
#boxTopTitle {
	background: rgb(0, 102, 204); padding: 0px 15px; width: 100%; height: 45px; color: rgb(255, 255, 255); line-height: 45px; font-family: microsoft yahei; font-size: 16px; box-sizing: border-box;
}
#boxClose {
	color: rgb(255, 255, 255); font-family: "Times New Roman"; font-size: 24px; float: right; cursor: pointer;
}
