.backon{
    content: "";
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 106;
}
.confirm-box {
	padding: 1.875em 0 0.938em;
	font-size: 1em;
	text-align: center;	
}
.popupSubmit{
	padding: 0.938em 2.813em;
	min-width: 170px;
	font-size: 0.875em;
	color: #fff;
	font-weight: bold;
	margin: 0.875em 0 1.875em;
	border: 2px solid #EFE7E6;
	background: #393938;
	border-radius: 36px;
}

.alert_simple, .alert_back, .alert_1, .alert_2, .alert_edit_remove, .alert_function{
	display: none; 
    position: fixed;
    top: calc(50%);
	transform: translateY(-50%);
    z-index: 300;
    margin: 25px;
    width: -webkit-fill-available;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.popup_text{
	margin-left: 24px;
	margin-right:24px;
	margin-top:24px;
	margin-bottom:20px;
	font-size:17px;
	font-weight:bold;
	/*word-break: keep-all;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height:28px;
}
.popup_body{
	display:inline-flex;
	line-height:25px;
	font-size:15px;
	text-align:center;
	margin-bottom:20px;
	margin-left: 24px;
	margin-right:24px;
	padding: 0 30px;
	word-break: keep-all;
	min-height:60px;
	justify-content: center;
    align-items: center;
    word-break: keep-all;
}
.popup_nevershow {
	display: none;
	margin-bottom: 24px;
	justify-content: center;
}
.popup_nevershow > button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup_nevershow > button > .icon {
	border: 2px solid #98A2B3;
	border-radius: 50%;
	background: #fff;
}
.popup_nevershow > button.active > .icon {
	border: none;
	background: #393938;
}
.popup_nevershow > button > .icon .mark {
	display: none;
}
.popup_nevershow > button.active > .icon .mark {
	display: block;
}
.popup_nevershow > button > .text {
	margin-left: 8px;
}
.popup-footer_1case{
	border-radius: 0 0 10px 10px;
	background-color: #393938;
	font-size:16px;
	font-weight:bold;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 17px 0;
}
.popup-footer_2case{
	border-radius: 0 0 10px 10px;
	background-color: #393938;
	display:flex;
	font-size:16px;
	font-weight:bold;
	color: #fff;
}
.popup-footer_2case button{
	width:100%;
	flex:1;
	padding: 17px 0;
}
#btn_cancel{
	background-color: #E0D8D2;
	color:#101828;
	border-radius: 0 0 0 10px;
}
.btn-default{
	background:#393938;
	padding: 14px 62px;
	border-radius: 30px;
	color:#fff;
	margin: 15px 0px 22px;
}