/*自定义弹出框模块*/
#alertBg {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:#000;
	opacity: .2;
	filter: alpha(opacity=20);
}
#diyAlert {
	position : fixed;
	z-index: 1000;
	left : 50%;
	top:50%;
	z-index : 1000;
	font-size : 16px;
	margin:-89px 0 0 -184.5px;
	width : 369px;
	height : 178px;
	background: #fbfbfb;
	-webkit-box-shadow:5px 10px 20px rgba(202, 202, 202, .8);
	-moz-box-shadow:5px 10px 20px rgba(202, 202, 202, .8);
	box-shadow:5px 10px 20px rgba(202, 202, 202, .8);
}
#diyAlert .diy_header {
	height: 18px;
	background:#eaf5fb;
	color: #4d4d4d;
	font-size: 13px;
	padding:5px 10px;
}
#diyAlert .diy_header a {
	float: right;
	width: 14px;
	height: 14px;
	margin-top:3px;
	word-break: break-all;
	background: url(../img/icon-sup.png) no-repeat 0 -218px;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
#diyAlert .diy_header a:hover {
	-webkit-transform:rotate(360deg) scale(1.2);
    -moz-transform:rotate(360deg) scale(1.2);
    -o-transform:rotate(360deg) scale(1.2);
    -ms-transform:rotate(360deg) scale(1.2);
	transform:rotate(360deg) scale(1.2);
}
#diyAlert .diy_content {
	min-height: 70px;
	margin:18px 0 0 65px;
}
#diyAlert .diy_content img {
	/* float: left;
	margin-top: 20px; */
	margin-right: 10px;
}
#diyAlert .diy_content .diy_content_main {
	width:250px;
	height: 60px;
	word-break: break-all;
	display: inline-block;
	/* margin:0 0 5px 10px; */
	padding-top: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
}
#diyAlert .diy_btn {
	text-align: center;
	height: 42px;
}
#diyAlert .diy_btn button {
	display: inline-block;
	background-color : #165DFF;
	width: 55px;
	height: 23px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	margin-left: 10px;
	border:none;
	outline:none;
}
#diyAlert #diyCancel {
	display: none;
	background-color: #eaf5fb;
	border: 1px solid #d9d9d9;
	color: #333;
}
#alertWrap .recharge-height {
	height: 230px;
	margin-top:-115px;
}
#alertWrap .recharge-width1 {
	width: 222px !important;
	margin-bottom: 30px !important;
}
#alertWrap .recharge-width {
	width: 80px !important;
}


