/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
.show_dialog {
	color: #0084ff;
	text-decoration: underline;
}
.box {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 100;
	display: none;
}
button {
	margin: 200px 200px;
	width: 40px;
	height: 30px;
	background: orange;
	border: 0;
	outline: none;
	color: #fff;
}
.alertbox {
	position: fixed;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	z-index: 999;
	text-align: center;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 3px;
	color: #333;
	padding-bottom: 20px;
}
.alertbox p {
	font-size: 16px;
	margin: 20px;
	color: #da3c3c;
}
.alertbox div {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333;
	padding: 0 20px;
}
.alertbox a {
	font-size: 14px;
	margin-right: 10px;
	color: #333;
	padding: 5px 10px;
	border: solid 1px #ddd;
	border-radius: 3px;
	margin-bottom: 10px;
}
.alertbox a:hover {
	font-size: 14px;
	margin-right: 10px;
	color: #fff;
	background: #da3c3c;
	padding: 5px 10px;
	border: solid 1px #da3c3c;
	border-radius: 3px;
}
.alertbox_d {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
}
.tanchu {
	border: solid 1px #ddd;
	border-radius: 3px;
	padding: 3px;
	background: #f1f1f1 !important;
	height: auto;
	font-size: 16px;
	border: 1px solid;
	background: #F0FFF0;
	z-index: 10;
	position: absolute;
}
.closed1 {
	margin: 0 !important;
}
.tanchu {
	border: solid 1px #ddd;
	line-height: 25px;
	color: #b8b8b8;
}
.hint {
	width: 500px;
	height: 332px;
	margin: 0 auto;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -166px;
	z-index: 111;
	display: none;
}
.alertbody {
	height: 100%;
	overflow: hidden;
}
