p {
	margin: 0;
	padding: 0;
}
.model {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 999;
}
.model_popup {
	width: 250px;
	background-color: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	padding-bottom: 20px;
	position: absolute;
	top: 50%; 
	left: 50%;
	margin-left: -125px;
	margin-top: -140px;
	overflow: hidden;
}
.model_popup .popup-ts {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    font-size: 16px;
    color: #333333;
}
.model_toast {
	width: 250px;
	background: rgba(0,0,0,.5);
	border-radius: 8px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -125px;
}
.model_toast .popup-toast {
	padding: 18px 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.model_popup .popup-text {
    padding: 10px 5px 10px;
    text-align: center;
    font-size: 16px;
    color: #333333;
	/* border-bottom: 1px solid #f2f2f2; */
	border-top: 1px solid #99bafa;
}
.model_popup .popup-text2 {
    padding: 10px 5px 10px;
    text-align:center;
    font-size: 13px;
    color: #333333;
	/* border-bottom: 1px solid #f2f2f2; */
	border-top: 1px solid #99bafa;
}
.confirm_input {
    margin:5px;
    height:19px;
    line-height:15px;
    border-radius: 5px;
    border: 1px inset;
    padding: 5px;
    color: #333333;
	width:130px;
}
.popup-btn {
	overflow: hidden;
}
.popup-btn .sure{
    display: inline-block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    background-color: #289ED7;/*#3475f5;*/
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
	/* float: right; */
	margin-right: 10px;
}
.popup-btn .alert_sure {
	margin: 0;
}
.popup-btn .cancel {
    display: inline-block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
	background-color: #fff;
	border: 1px solid #3475f5;
	color: #3475f5;
	/* float: right;
	margin-right: 40px; */
}