/*safari打开提示*/
.click_opacity {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	position: fixed;
	z-index: 10000;
	top: 0px;
}

.to_btn {
	position: fixed;
	top: 10px;
	right: 10px;
	text-align: right;
	z-index: 10001;
	font-family: "微软雅黑";
}

.to_btn span {
	display: block;
}

.to_btn img {
	width: 20%;
	height: auto;
	display: inline-block;
}

.to_btn .span1 {
	font-size: 1.6rem;
	color: #fff;
	margin-top: 5px;
}

.to_btn {
	color: #fff;
}

.to_btn .span2 {
	display: inline-block;
	line-height: 36px;
	width: 80%;
	margin-bottom: 12px;
	text-align: left;
	font-size: 16px;
}

.to_btn .span2 em {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #009dd9;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 3px;
}

.to_btn .span2 img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0px 5px;
}

.to_btn span {
	display: block;
	float: right;
}

.to_btn .android_open img {
	display: inline-block;
	width: 150px;
	height: 34px;
}




.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* 半透明背景 */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.popup {
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	min-width: 300px;
	text-align: center;
}

.div1 {
	display: flex;
	font-size: 18px;
	margin-top: 20px;
	text-align: left;
}

.divl {
	width: 50%;
	line-height: 30px;
	height: 30px;
}

.divr {
	width: 50%;
	line-height: 30px;
	height: 30px;
	text-align: right;
}

.divbtn {
	background: rgba(4, 119, 249, 1);
	border: rgba(4, 119, 249, 1) 1px solid;
	width: 100px;
	text-align: center;
	border-radius: 25px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	float: right;
}

.divbtn {
	background: rgba(4, 119, 249, 1);
	border: rgba(4, 119, 249, 1) 1px solid;
	width: 100px;
	text-align: center;
	border-radius: 25px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	float: right;
}

.divnotbtn {
	background: #d8d8d8;
	border: #d8d8d8 1px solid;
	width: 100px;
	text-align: center;
	border-radius: 25px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	float: right;
}