
#change-tip-content{
	position: absolute;
	z-index: 99999;
	top: -100px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
}
#change-tip-content .business-tool-bg {
	opacity: .7;
}
.change-tip-title {
	font-family: PingFangSC-Medium;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 8px;
}
.change-tip-insert {
	padding: 0px 50px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.5px;
	text-align: justify;
	line-height: 26px;
	font-weight: 400;
}
.change-tip-btn {
	z-index: 999;
	margin-top: 30px;
	margin-bottom: 40px;
	cursor: pointer;
	font-family: PingFangSC-Regular;
	display: inline-block;
	width: 180px;
	height: 40px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	background: #046AD5;
	border-radius: 25px;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 400;
}
.ts-qr {
	position: relative;
}
.ts-qr-bg {
	display: block;
	position: absolute;
	top: 39px;
	left: 135px;
	z-index: -222;
}
.change-tip-close {
	position: absolute;
	top: 25px;
	right: 6px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	color: #ffffff;
}
#change-tip-content .change-tip-tag {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -384px;
	margin-top: -264px;
	width: 768px;
	height: 528px;
	height: auto;
	text-align: center;
	/*background: #fff;*/
	border-radius: 12px;
	overflow: hidden;
	font-size: 14px;
}
