/* YJ 公共部分 start */
.layer-custom {
	width: 280px !important;
	border-radius: 8px !important;
	overflow: hidden;
}

.layer-custom.radius24 {
	border-radius: 24px !important;
}

.layer-custom.width320 {
	width: 320px !important;
}

.layer-custom.bg-gray {
	background: #F7F7F7;
}

.layer-custom.bg-gray .layui-layer-title {
	background: #F7F7F7;
}

.layer-custom .layui-layer-title {
	padding: 20px 12px 0;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	color: #2B5E95;
	background-color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	height: auto;
	letter-spacing: 0;
	color: #333333;
}

.layer-custom.layui-layer-dialog .layui-layer-content {
	padding: 10px 12px 0 !important;
	font-size: 15px !important;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0;
	color: #333333;
	position: relative !important;
}

.layer-custom.layui-layer-dialog .layui-layer-btn {
	padding: 8px 12px 12px;
	margin-top: 20px;
	display: flex;
	gap: 10px;
}

.layer-custom.layui-layer-dialog .layui-layer-btn a {
	margin: 0;
	padding: 0;
	height: 50px;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	align-self: stretch;
	background: #1677FF;
	box-sizing: border-box;
	border: 1px solid #1677FF;
	color: #fff;
	flex: 1;
}

.layer-custom.layui-layer-dialog .layui-layer-btn a:not(:first-child):last-child {
	background: #fff;
	border: 1px solid #1677FF;
	color: #1677FF;
}

.layer-custom.layui-layer-dialog .layui-layer-btn a:active {
	background-color: transparent;
}

.layer-custom.layui-layer-dialog.not-content .layui-layer-content {
	padding: 0 !important;
}

/* layui-layer-loading */
.layer-custom.layui-layer-loading .layui-layer-content {
	width: 100%;
	background-position-x: center;
	padding-top: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.layer-custom.layui-layer-loading.not-content .layui-layer-content {
	padding-top: 0;
}

/* layui-layer-iframe */
.layer-custom.layui-layer-iframe {
	width: 100% !important;
	top: 100%;
	border-radius: 24px 24px 0 0 !important;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.layer-custom.layui-layer-iframe .layui-layer-title {
	font-size: 16px;
	padding-top: 18px;
}

.layer-custom.layui-layer-iframe .layui-layer-setwin {
	top: 23px;
}

/* layui-layer-page */
.layer-custom.layui-layer-page {
	width: 100% !important;
	top: 100%;
	border-radius: 24px 24px 0 0 !important;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.layer-custom.layui-layer-page .layui-layer-title {
	font-size: 16px;
	padding-top: 18px;
}

.layer-custom.layui-layer-page .layui-layer-setwin {
	top: 23px;
}

.layer-custom.anim210 {
	-webkit-animation-name: anim210;
	animation-name: anim210;
}

.layer-custom.anim220 {
	-webkit-animation-name: anim220;
	animation-name: anim220;
}

.layer-custom.anim230 {
	-webkit-animation-name: anim230;
	animation-name: anim230;
}

.layer-custom.anim240 {
	-webkit-animation-name: anim240;
	animation-name: anim240;
}

.layer-custom.anim250 {
	-webkit-animation-name: anim250;
	animation-name: anim250;
}

/* 底部往上滑动 */
@keyframes anim210 {
	0% {
		top: 100%;
	}

	100% {
		top: 10%;
	}
}

@keyframes anim220 {
	0% {
		top: 100%;
	}

	100% {
		top: 20%;
	}
}

@keyframes anim230 {
	0% {
		top: 100%;
	}

	100% {
		top: 30%;
	}
}

@keyframes anim240 {
	0% {
		top: 100%;
	}

	100% {
		top: 40%;
	}
}

@keyframes anim250 {
	0% {
		top: 100%;
	}

	100% {
		top: 50%;
	}
}

/* YJ 公共部分 end */