
/*提示弹窗*/
.window{
	width:380px;
	height:auto;
	box-shadow:0 0 5px #cccccc;
	border-radius:4px;
	overflow:hidden;
}
.window .win-top{
	width:360px;
	height:35px;
	line-height:35px;
	background:#154798;
	padding:0 10px;
	border-radius:4px 4px 0 0;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	box-shadow:1px 3px 5px #cccccc;
	position:relative;
}
.window .win-top1{
	width:360px;
	height:35px;
	line-height:35px;
	background:#c62324;
	padding:0 10px;
	border-radius:4px 4px 0 0;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	box-shadow:1px 3px 5px #cccccc;
	position:relative;
}
.window .win-top2{
	width:360px;
	height:35px;
	line-height:35px;
	background:#ee9144;
	padding:0 10px;
	border-radius:4px 4px 0 0;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	box-shadow:1px 3px 5px #cccccc;
	position:relative;
}
.window .win-body{
	background:#ffffff;
	padding:20px 30px;
	line-height:25px;
}
.window .win-body img{
	margin-right:20px;
}
.window .win-body .win-text{
	width:250px;
	font-size:14px;
}
.window .win-foot{
	padding:0 30px 10px 0;
	background:#ffffff;
	border-radius:0 0 4px 4px;
}
.window .win-foot .sure{
	width:60px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#ffffff;
	display:block;
	border-radius:4px;
}
.window .win-foot .sure1{
	width:60px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#ffffff;
	display:block;
	border-radius:4px;
	background:#c62324;
	border:1px solid #c62324;
}
.window .win-foot .sure2{
	width:60px;
	height:22px;
	line-height:22px;
	text-align:center;
	display:block;
	border-radius:4px;
	background:#ee9144;
	color:#ffffff;
	border:1px solid #ee9144;
}
.window .win-foot .sure3{
	width:60px;
	height:22px;
	line-height:22px;
	text-align:center;
	display:block;
	border-radius:4px;
	margin-right:10px;
}
.window .win-foot .sure:hover,
.window .win-foot .sure1:hover,
.window .win-foot .sure2:hover,
.window .win-foot .sure3:hover{
	text-decoration:none;
	background:#ff9933;
	color:#ffffff;
	border:1px solid #ff9933;
}
