.importAlertBox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
	top: 0;
	left: 0;
}

.my_inputContAllBox {
	width: 16rem;
	background: #ffffff;
	border-radius: 0.25rem;
	overflow: hidden;
}

.my_title {
	width: 100%;
	line-height: 1.5rem;
	border-bottom: 2px solid #e0e0e0;
	padding: 0.5rem;
	box-sizing: border-box;
	text-align: center;
}

.my_inputContBox {
	padding: 1rem 0.5rem 1rem 0.5rem;
	border-bottom: 2px solid #e0e0e0;
	box-sizing: border-box;
}

#my_input {
	width: 100%;
	text-align: center;
	height: 1.5rem;
	border: 1px solid #e0e0e0;
	border-radius: 0.25rem;
	outline: none;
}

.my_butBox {
	width: 100%;
	display: table;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	overflow: hidden;
	color: #ffffff;
}

.my_butBox>div {
	display: table-cell;
	width: 1%;
}

.my_no {
	background: #c0c0c0;
}

.my_yes {
	background: #FE787F;
}

.importAlertBox .layui-form-danger:focus {
	background: #ff9d9d!important;
}
.my_succeedTitle{
	text-align: center;
	color: #FE787F;
	font-size:1.1em ;
}
.my_succeedCont{
	text-align: center;
	color: #808080;
	font-size: 0.95em;
	margin-top: 8px;
}
.my_contentBox{
	text-align: center;
	box-sizing: border-box;
	padding: 1rem;
}
