.ggpop-mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1110;
	width: 100%;
	height: 100%;
	background: rgba(15, 23, 42, 0.36);
	opacity: 0;
	-webkit-transition: opacity 0.28s ease;
	transition: opacity 0.28s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0.14rem 0.12rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.ggpop-mask.ggpop-mask--in {
	opacity: 1;
}
.ggpop-dialog {
	position: relative;
	z-index: 1111;
	width: 100%;
	max-width: 5.6rem;
	max-height: 85vh;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0.14rem;
	background: #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 0.12rem 0.48rem rgba(15, 23, 42, 0.22);
	box-shadow: 0 0.12rem 0.48rem rgba(15, 23, 42, 0.22);
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(0.9);
	transform: translate3d(0, 0, 0) scale(0.9);
	-webkit-transition: opacity 0.28s ease, -webkit-transform 0.32s cubic-bezier(0.34, 1.2, 0.64, 1);
	transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.34, 1.2, 0.64, 1);
	-webkit-tap-highlight-color: transparent;
}
.ggpop-dialog.ggpop-dialog--in {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.ggpop-dialog__head {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-height: 0.48rem;
	padding: 0.12rem 0.46rem 0.12rem 0.14rem;
	background: #e02020;
	background: -webkit-linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
	background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ggpop-dialog__title {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.4;
	font-size: 0.16rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	word-break: break-word;
	overflow-wrap: break-word;
	padding: 0 0.04rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ggpop-dialog__close {
	position: absolute;
	right: 0.1rem;
	top: 50%;
	width: 0.36rem;
	height: 0.36rem;
	margin-top: -0.18rem;
	line-height: 0.32rem;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 0.2rem;
	font-weight: 300;
	text-decoration: none;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.85);
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ggpop-dialog__close:active {
	background: rgba(255, 255, 255, 0.15);
}
.ggpop-dialog__close:hover,
.ggpop-dialog__close:focus,
.ggpop-dialog__close:active {
	color: #fff !important;
	text-decoration: none;
}
.ggpop-dialog__body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0.12rem 0.14rem;
	font-size: 0.15rem;
	line-height: 1.65;
	color: #1e293b;
	word-break: break-word;
	overflow-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.ggpop-dialog__body img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.ggpop-dialog__body table {
	max-width: 100%;
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.ggpop-dialog__foot {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 0.48rem;
	background: #fff;
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	padding-bottom: 0;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom, 0px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ggpop-dialog__foot a {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-height: 0.48rem;
	padding: 0.1rem 0.06rem;
	text-align: center;
	font-size: 0.15rem;
	font-weight: 500;
	color: #64748b;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ggpop-dialog__foot a + a {
	border-left: 1px solid rgba(15, 23, 42, 0.1);
	color: #dc2626;
}
.ggpop-dialog__foot a:active {
	background: rgba(15, 23, 42, 0.05);
}
.ggpop-dialog__foot a.is-disabled {
	color: #cbd5e1;
	pointer-events: none;
}
