.keyboard{
	width: 750rpx;
	background-color: #FFFFFF;
	&-title {
		height: 40px;
		align-items: center;
		justify-content: center;
		border-bottom-color: #dcdfe6;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		position: relative;
		&-text {
			font-size: 15px;
			font-weight: 600;
		}
		&-close {
			position: absolute;
			top: 9px;
			right: 15px;
			width: 23px;
			height: 23px;
			align-items: center;
			justify-content: center;
		}
	}
	&-pay{
		margin: 38rpx;
		margin-bottom: 0;
		height: 40px;
		border-radius: 5px;
		border-color: #dcdfe6;
		border-width: 1px;
		border-style: solid;
		flex-direction: row;
		&-list{
			height: 40px;
			width: 113rpx;
			border-right-width: 1px;
			border-right-color: #dcdfe6;
			border-right-style: solid;
			align-items: center;
			justify-content: center;
			&-text{
				width: 12px;
				height: 12px;
				border-radius: 50%;
				background-color: #808080;
			}
		}
		&-none {
			border-right-width: 0;
		}
	}
	&-link{
		height: 30px;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		&-text{
			font-size: 13px;
			color: #979797;
			margin: 0 5px;
			text-decoration: underline;
		}
	}
	
	&-button{
		margin: 10px 28rpx;
		flex-direction: row;
		flex-wrap: wrap;
		border-top-color: #dcdfe6;
		border-top-width: 1px;
		border-top-style: solid;
		&-list{
			width: 231rpx;
			height: 40px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #dcdfe6;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #dcdfe6;
			align-items: center;
			justify-content: center;
			&-text{
				font-size: 20px;
				font-weight: bold;
			}
		}
		&-noneright {
			border-right-width: 0;
		}
		&-bgColor {
			background-color: #f2f6fc;
		}
		&-act{
			background-color: #2C405A;
		}
	}
}