.background {
	background: @mainBackColor !important;
}
.body {
	background: @bodyBackColor !important;
}
.bold {
	font-weight: bold;
}
.ant-btn-link {
	padding: 0;
}

.b-r {
	border-right: 1px solid @border;
}
.b-l {
	border-left: 1px solid @border;
}
.b-t {
	border-top: 1px solid @border;
}
.b-b {
	border-bottom: 1px solid @border;
}
.ant-modal {
	.ant-modal-title {
		font-weight: bold;
	}
	// .modal-swap {
	// 	border: 1px dotted #91d5ff;
	// 	background: #e6f7ff;
	// 	padding: 20px;
	// }
}

.backp {
	font-size: 15px;
	background: @success-color;
}
// 主题 部分优先级要更高
.ant-btn-link {
	background: transparent !important;
	border-color: transparent !important;
}
.border {
	border: 1px solid @border;
}
.b-b {
	border-bottom: 1px solid @border;
}
.b-t {
	border-top: 1px solid @border;
}
