.upload-image {
    width: 80px;
    height: 80px;
}

.upload-image-2-row {
    width: 160px;
    height: 80px;
}

.uploadimage {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: cover;
    cursor: pointer;
}

.upload-icon-tip {
    display: none;
    background-color: #76787b;
    color: white;
}

.layui-inline {
    margin-right: 2px !important;
}

.layui-form-label-99admin {
    width: auto !important;
    height: 38px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    border-color: #e6e6e6;
    background-color: #f2f2f2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    float: left;
    display: block;
    padding: 9px 5px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.layui-elem-quote {
    word-break: break-all;
    margin-bottom: 10px;
    padding: 1px !important;
    line-height: 22px;
    border-left: 5px !important;
    border-radius: 0 2px 2px 0;
    background-color: #ffffff !important;
}

.form-width-99admin {
    width: 98%;
}

.color-99admin-blue {
    background-color: #0000FF;
}

.color-99admin-black {
    background-color: #000000;
}

.color-99admin-green {
    background-color: #008000;
}

.color-99admin-cyan {
    background-color: #00FFFF;
}

.color-99admin-red {
    background-color: #FF0000;
}

.color-99admin-gray {
    background-color: #d2d2d2;
}

.color-99admin-brown {
    background-color: #A52A2A;
}

.color-99admin-desc {
    background-color: #393D49;
}

.admin-blue {
    color: #0000FF;
}

.admin-black {
    color: #000000;
}

.admin-green {
    color: #008000;
}

.admin-cyan {
    color: #00FFFF;
}

.admin-red {
    color: #FF0000;
}

.admin-gray {
    color: #d2d2d2;
}

.admin-brown {
    color: #A52A2A;
}

.admin-desc {
    color: #393D49;
}

/*必填项*/
.require {
    overflow: hidden;
}

.require::before {
    content: '*';
    margin-left: 5px;
    color: #f00;
}

.require:active::before {
    opacity: 0; /* IE9+ */
}

.top-10 {
    margin-top: 10px;
}

.top-20 {
    margin-top: 20px;
}

.top-30 {
    margin-top: 30px;
}

.top-40 {
    margin-top: 40px;
}

.top-50 {
    margin-top: 50px;
}

/* 银行账单布局 */
.bank_all_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
/*左边 */
.bank_list_box{
	width: 75%;
	background: #FFFFFF;
	border-radius: 8px;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
}
/* 右边 */
.all_rightBox{
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	box-sizing: border-box;
}
.money_box{
	width: 100%;
	height: 200px;
	background:#3D62F6;
	position: relative;
	border-radius: 8px;
	color:#FFFFFF;
	box-sizing: border-box;
	padding:10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.money_box img{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40%;
	z-index: 1;
}
.money_box div{
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: left;
}
.money_title{
	font-size: 14px;
}
.money_num{
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding:25px 0px;
}
.money_num span{
	font-size: 10px;
	line-height: 40px;
}
.money_time{
	font-size: 12px;
}
.data_box{
	margin-top: 20px;
	width: 100%;
	background: #FFFFFF;
	min-height: 520px;
	border-radius: 8px;
    height: auto;
}
/* 仅仅当前页面无分页 */
.onlyNopage .layui-table-page{
	display: none;
}
.onlyNopage #searchBlock{
		margin-bottom:30px;
}
.foot_zan{
	width: 100%;
	height: 0px;
}
.footerShow{
	position: absolute;
	right: 0px;
	bottom: 20px;
	width: 100%;
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
}