/* 旧代码部分修改 */
.regtable p button{ margin-top: 20px;}
/* 弹出框 */
/* 冲突代码消除 */
.floatBox-cont .text p {
    width: auto;
    float: none;
    text-align: inherit;
    border: 0;
    padding: 0;
}
.floatBox-bot {
	margin-top: 20px;
	width: auto !important;
	float: none !important;
	text-align: inherit;
	border: 0 !important;
	padding: 0 !important;
}
/* end */
#floatBoxBg1 {
	display: none;
	width: 100%;
	height: 100%;
	background: #949494;
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 1001;
}
.floatBox1 {
	position: absolute;
	left: 25% !important;
	top: 250px;
	width: 626px;
	height: auto;
	z-index: 1002;
	display: none;
}
.floatBox1 .floatBox-title{
	height: 20px;
	background-color: #3199f4;
	padding: 10px 20px;
}
.floatBox1 .floatBox-title h4{
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.floatBox1 .floatBox-title a.close{
	position: absolute;
	right: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.floatBox-cont{
	background-color: #fff;
	padding: 30px 0 32px;
	position: relative;
}
.floatBox-cont i.prompt{
	position: absolute;
	left: 33px;
	top: 48px;
	width: 49px;
	height: 48px;
	background:url(https://www.a-bm.cn/UserManage/images/promptIcon.png) no-repeat;
}
.floatBox-cont .text{
	margin: 0 40px 32px 100px;
}
.floatBox-cont .text p{
	line-height: 26px;
	font-size: 12px;
	color: #333;
}
.floatBox-bot{
	text-align: center;
	margin-top: 20px;
}
.floatBox-bot a.clause1,.floatBox-bot a.clause2{
	display: inline-block;
    font: 14px "\5b8b\4f53","Tahoma","Arial","Microsoft Yahei";
	color: #3199f4;
    text-decoration: none;
}
.floatBox-bot a i{
	display: inline-block;
	width: 22px;
	height: 14px;
	background: url(https://www.a-bm.cn/UserManage/images/clause.png) no-repeat;
	margin-right: 20px;
}
.floatBox-bot a.clause2{
	margin-left: 100px;
}
.floatBox-bot .floatBox-btn{
	display:block;
	height: 36px;
	line-height: 36px;
	width: 200px;
	font-size: 14px;
	color: #fff;
	background-color: #3199f4;
	border-radius: 6px;
	margin: 20px auto 0;
    text-decoration: none;
}