.popupViewBg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.popupViewBg .popupView {
	display: none;
	width: 7.8rem;
	padding: 0.36rem;
	background: #ffffff;
	border-radius: 0.16rem;
}

.popupViewBg .popupView .header {
	color: #000;
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 0.3rem;
	margin-bottom: 0.32rem;
	font-family: "SF Pro Display";

}

.popupViewBg .popupView .content {
	margin-bottom: 0.24rem;
}

.popupViewBg .popupView .content .li {
	height: auto;
}

.popupViewBg .popupView .content .li .item {
	display: flex;
	margin-bottom: 0.15rem;
}

.popupViewBg .popupView .content .li .item .iconView {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.2rem;
	height: 0.2rem;
}

.popupViewBg .popupView .content .li .item .iconView .icon {
	width: 0.12rem;
	height: 0.12rem;
}

.popupViewBg .popupView .content .li .item .right {
	flex: 1;
	padding-left: 0.1rem;
	color: #000;
	font-size: 0.18rem;
	line-height: 0.24rem;
	font-family: "SF Pro Light";

}

.popupViewBg .popupView .content .li .item .right a {
	color: #7E1FFF;
	cursor: pointer;
	text-decoration-line: underline;

}


.popupViewBg .popupView .popupfooView {
	display: flex;
	justify-content: space-between;
	background: #ffffff;
}

.popupViewBg .popupView .popupfooView .left {
	color: #7E1FFF;
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.75rem;
	cursor: pointer;
	text-decoration-line: underline;

}

.popupViewBg .popupView .popupfooView .right {
	height: 0.75rem;
}

.popupViewBg .popupView .popupfooView .right .btn {
	cursor: pointer;
	float: left;
	margin-left: 0.16rem;
	height: 0.75rem;
	line-height: 0.75rem;
	padding: 0 0.24rem;
	color: #FFFFFF;
	background: #171717;
	font-size: 0.24rem;
	border-radius: 0.375rem;
}

.popupViewBg .popupView .popupfooView .right .Necessary {
	color: #FFFFFF;
	background: rgba(35, 42, 49, 0.30);


}






.popupViewCookie {
	display: none;
	width: 7.8rem;
	padding: 0.24rem;
	background: #ffffff;
	border-radius: 0.16rem;

	.header {
		color: #000;
		font-size: 0.28rem;
		font-family: "SF Pro Display";
		font-weight: 800;
		line-height: 0.34rem;
		margin-bottom: 0.24rem;
	}

	p {
		color: #000;
		font-family: "SF Pro Light";
		font-size: 0.18rem;
		font-weight: 400;
		line-height: 0.2rem;
	}

	.box {
		display: flex;
		padding: 0.24rem 0;
		justify-content: space-between;
		align-items: center;
		border-bottom: 0.01rem dashed #D9D9D9;

		.left {
			color: #7E1FFF;
			font-family: "SF Pro Light";
			font-size: 0.18rem;

			font-weight: 400;
			line-height: 0.75rem;
			cursor: pointer;
			text-decoration-line: underline;

		}

		.right {
			.btn {
				height: 0.75rem;
				padding: 0px 0.24rem;
				line-height: 0.75rem;
				border-radius: 0.375rem;
				background: #000000;
				color: #FFFFFF;
				cursor: pointer;
				font-size: 0.24rem;


			}
		}
	}

	.CustomizeCookies {
		margin-bottom: 0.24rem;

		.title {
			display: flex;
			padding: 0.24rem 0;
			color: #171717;
			font-size: 0.2rem;
			font-style: normal;
			font-weight: 800;
			line-height: 0.27rem;
		}

		.item {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 0.24rem 0;

			.left {
				color: #171717;
				font-family: "SF Pro Light";
				font-size: 0.18rem;
				
				line-height: 0.22rem;
			}

			.right {
				color: #171717;
				font-size: 0.18rem;
				font-weight: 800;

				.switch {
					cursor: pointer;
					width: 0.46rem;
					height: 0.24rem;

					img {
						width: 0.46rem;
						height: 0.24rem;
					}
				}
			}
		}
	}

	.popupfooView {

		.btn {
			height: 0.75rem;
			line-height: 0.75rem;
			border-radius: 0.375rem;
			background: #000;
			color: #FFFFFF;
			text-align: center;
			cursor: pointer;
			font-size: 0.24rem;

		}
	}

}