@CHARSET "UTF-8";
.dialog_up{
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: -80px 0 0 -230px;
	width: 423px;
    display: block;
    margin-left: -212px;
    margin-top: -103px;
	z-index: 9999;
	display: none;
}
.dialog_up .bj_img{
	border-radius: 4px;
}
.dialog_up .close_img{
	width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    bottom: auto;
    cursor: pointer;
	border: 2px solid #fff;
    padding: 4px;
    border-radius: 50%;
}