.bank-item-1 {
    width: 750rpx;
	flex-direction: column;
	align-items: center;
    &-list {
		width: 658rpx;
        border-radius: 5px;
        position: relative;
		margin: 10rpx 0;
        &-image {
            width: 658rpx;
            height: 135px;
        }
        &-bind-delete {
            position: absolute;
            top: 25px;
            right: 25px;
            line-height: 20px;
            padding: 0 8px;
            border-width: 1px;
            border-color: #ffffff;
            border-radius: 20px;
			@include styleFont(#ffffff,12px);
        }

        &-test {
			@include positionAbsolute(80,20);
            height: 20px;
            line-height: 20px;
			@include styleFont(#ffffff,28rpx);
        }
    }
	
	&-w{
		width: 750rpx;
		height: 156rpx;
		border-style: dashed;
		border-width: 1rpx;
		border-color: #d8dadf;
		flex-direction: row;
		align-items: center;
		padding: 0 30rpx;
		background-color: #FFFFFF;
		&-text{
			padding-left: 30rpx;
			@include styleFont(#999999,32rpx, 1);
		}
	}

    &-foot {
        position: fixed;
        bottom: 0;
        height: 60px;
        width: 750rpx;
        left: 0;
        padding: 0 10px;
        &-buttom {
            margin-top: 10px;
            height: 40px;
            width: 710rpx;
            background-color: #ff5a14;
            border-radius: 5px;
            text-align: center;
            line-height: 40px;
			@include styleFont(#ffffff,18px);
        }
    }
}