/*common样式类*/
body{
	background: #f5f5f5;
}
.common-sup-header{
	position: relative;
	width: 100%;
	background: #317DD2;
	height:50px;
	padding: 0 20px;
	box-sizing: border-box;
}
.common-sup-header img{
	position: relative;
	width: 120px;
	height: 45px;
	margin-top: 2.5px;
	float: left;
}
.common-sup-header ul{
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.common-sup-header ul li{
	float: left;
	margin: 0 15px;
}
.common-sup-header ul li a{
	color: white;
	line-height: 50px;
}

.common-sup-body{
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.common-sup-left{
	position: absolute;
	width:200px;
	float: left;
}
.common-sup-left h6{
	position: relative;
	line-height:20px;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.supheadimg{
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 10px auto;
}

.common-sup-right{
	position: relative;
	float: left;
	width: 100%;
	padding-left:220px;
	box-sizing: border-box;
	display: table-cell;
	min-height:500px;
}
.overwords{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.supmoneyinfo{
	margin-top: 10px;
}
.supmoneyinfo p{
	text-align: center;
	line-height:20px;
	font-size: 12px;
}
.supmoneyinfo p span{
	color: #ff0000;
	margin-right: 5px;
}






/*布局样式类*/
.layui-body-box{
	padding:10px;
	background: white;
	position: relative;
	margin-bottom: 10px;
	min-height: 500px;
}
.admin-recharge-box h6{
	padding: 0 30px;
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
}
.admin-recharge-box form .layui-form-item label{
	width: 100px;
}
.admin-recharge-box form .layui-form-item .layui-input-block{
	margin-left: 130px;
}

/*layui 表单 样式重写*/
.layui-form-label{
	width: 120px;
}
.layui-input-block{
	margin-left: 150px;
}

.payitems{
	position: relative;
	border: 1px solid #f1f0f4;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-right: 20px;
}
.payitems img{
	width: 147px;
	height: 48px;
}
.payitems-active{
	border: 1px solid #ff0000;
}

.showzfb-point{
	position: relative;
}
.showzfb-point:hover .showpoint-zfb{
	display: block;
}
.showpoint-zfb{
	position: absolute;
	width: 400px;
	left:80px;
	top: 0px;
	background: white;
	z-index: 10;
	padding: 10px;
	border: 1px solid #dcdcdc;
	display: none;
}
.show-addway{
	position: relative;
	padding: 10px;
	display: none;
}
.popwindow-box{
	padding: 10px;
	background: white;
	position: relative;
}