#ActionBlock {display: none !important}
.PopUpwrap_new_dis{
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	background-color: rgba(1, 1, 1, 0.725);
	z-index: 100;
	overflow: auto;
}

.PopUpwindow_new_dis{
    margin: auto auto !important;
    display: none;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 690px;
    height: 290px;
    border-radius: 20px;
}

.close_new_dis{
    position: absolute;
    top: 10px;
    right: 0;
    margin-right: 10px;
    font-size: 20px;
    color: red;
    cursor: pointer;
    background-image: url('/i/close.png');
    width: 27px;
    height: 27px;
    background-size: 27px;
}