#idBox {
	background: rgb(255, 255, 255); left: 50%; top: 50%; width: 90%; position: fixed; z-index: 2147483647;
}
#boxTopTitle {
	background: rgb(51, 51, 255); 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 {
	transition:0.1s linear; top: 0px; width: 45px; height: 45px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 45px; font-family: "ºÚÌå"; font-size: 24px; display: block; position: absolute; z-index: 2; cursor: pointer; -webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s;
}
#boxClose:hover {
	background: rgba(0, 0, 0, 0.2);
}
