.bg-orange {
	background-color: orange !important;
}
.bg-blue {
	background-color: #2e7ae6 !important;
	color: #fff;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.modal-content {
	position: relative;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
}

.ant-modal-close {
	background: transparent;
	border: 0;
	color: rgba(0, 0, 0, .45);
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	outline: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 10px;
	transition: color .3s;
	z-index: 10;
}

.ant-modal-header {
	padding: 20px 30px 0px;
	background: none;
	border-bottom: 0px;
	border-radius: 2px 2px 0 0;
	color: rgba(0, 0, 0, .85);
}

.ant-modal-mask {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.ant-modal-centered {
	text-align: center;
}

.ant-modal-wrap {
	bottom: 0;
	left: 0;
	outline: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.ant-modal {
	color: #333;
}

.ant-modal-centered .ant-modal {
	display: inline-block;
	padding-bottom: 0;
	text-align: left;
	top: 20vh;
	vertical-align: middle;
}

.ant-modal {
	font-feature-settings: "tnum", "tnum";
	box-sizing: border-box;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	margin: 0 auto;
	max-width: calc(100vw - 32px);
	padding: 0 0 24px;
	pointer-events: none;
	position: relative;
	top: 100px;
	width: auto;
}

.ant-modal-content {
	background: #f8f8f8;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
	pointer-events: auto;
	position: relative;
}

.ant-modal-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: rgba(0, 0, 0, .85);
	font-size: 16px;
	line-height: 22px;
}

.ant-modal-header + .ant-modal-body {
	border-radius: 0px 0px 8px 8px;
}

.ant-modal-body {
	background: none;
	padding: 20px 30px 30px;
}

.ant-modal-body {
	word-wrap: break-word;
	font-size: 14px;
	line-height: 1.5715;
}

.iVJCUb {
	margin-bottom: 16px;
}

.iVJCUb img {
	width: 100%;
}

.iptopt {
	opacity: 1;
}

img {
	border-style: none;
	vertical-align: middle;
}

.fCQBFp {
	border-radius: 4px;
	opacity: 1;
	border: 1px solid var(--borderColor);
	background: rgb(255, 255, 255);
	padding: 20px;
}

.fCQBFp .wrap {
	max-height: 40vh;
	overflow: auto;
}

.fCQBFp .item {
	margin-top: 16px;
	line-height: 18px;
}

.fCQBFp .account-item p {
	margin-bottom: 10px;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

.jzgaRZ.ant-btn-primary:not([disabled]) {
	background: #1475fa;
	color: #fff;
}

.jzgaRZ.ant-btn {
	border: 0px none;
	font-size: 14px;
	box-shadow: none;
	text-shadow: none;
	padding: 0px 10px;
	height: 42px;
	line-height: 1;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 4px;
}