.blackbg {
    background: url(../../../images/blackbg.png) repeat;
}
.area_select{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
}
#closebut{
	border-radius: 15px;
    background-color: #f50;
    color: #fff;
    width: 10px;
    padding: 5px 10px;
    font-size: 16px;
    position: absolute;
    right: 3px;
    top: 13px;
}
.tipbg{
	background: url(../tipbg.png) no-repeat;
	width: 600px;
	height: 228px;
	padding-top: 60px;
	overflow: hidden;
	margin: auto;
	margin-top: 10%;
	position: relative;
}
.tiptit{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	width: 340px;
	margin-left: 220px;
}
.tiph1{
	color: #fff;
	font-size: 14px;
	font-weight: 14px;
	line-height: 25px;
	width: 340px;
	margin-left: 220px;
}
.tipkf{
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	width: 340px;
	margin-left: 220px;
}
.tipkf p{
	color: #fff;
	line-height: 25px;
}
.tipkf .p1{
	text-indent: 86px;
}
.tiplink{
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	width: 340px;
	margin-left: 220px;
}
.tiplink a{
	border-radius: 5px;
	background-color: #fff600;
	color: #ff5500;
	padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}