.order-info-table tr td:nth-child(2n-1){
	font-weight: bold;
}
.orderinfo-edit-footer{
	text-align: center;
}
.orderlist-footer-del{
	position: absolute;
	bottom:25px;
	right:30px;
}

.build-substation,.pay-limit{
	padding: 10px;
	background: white;
	display: none;
}



/*finance_handle.html*/
.account-balance-color{
	color: #ff0000;
	font-size: 16px;
	padding: 0 5px;
	line-height: 38px;
}

/*income_transfer_balance.html*/
.notransfer-income{
	font-size: 16px;
	padding: 0 5px;
	line-height: 38px;
}

/*customer_balance_view.html*/
.balance_view_con{
	font-size: 14px;
	padding: 0 5px;
	line-height: 38px;
}

/*onekey_cosume_rank.html*/
.no-permission-color{
	text-align: center;
	color: #ff0000;
}

/*customer_level_manage.html*/
.customer-level-color .layui-card{
	border: 1px solid #ffde6a;
	background-color: #feffea;
	box-shadow: none;
}

.customer-level-color .layui-card-body{
	color: #2DAD00;
}

/*customer_list_manage.html*/
.customerlist-footer-tools{
	position: absolute;
	bottom:25px;
	right:30px;
}

.customer-list-recycle{
	float: left;
    display: block;
    padding: 9px 15px;
    width: 120px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

/*customer_list_edit.html*/
.customer_list_edit_con{
	font-size: 14px;
	padding: 0 5px;
	line-height: 38px;
}

.platform-dock-authority{
	float: left;
    display: block;
    line-height: 38px;
    color: #999!important;
}

/*customer_account_view.html*/
.customer_view_con .layui-card-header{
	border-bottom: 1px solid #e2e2e2;
}

.customer_view_con .layui-form-item{
	margin-bottom: 0;
}

.customer_view_con .layui-card {
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
}