.upgradeTbl {
	margin: 20px 0;
}
.gslider {
	position: relative;
	margin: 30px 0;
}
.mobShow {
	display: none;
}
.tip p,
.tip p strong {
	color: #fff;
	text-align: left;
}
.tip {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
}
@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
	}
}
@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
	}
}
@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
	}
}
@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
	}
}
.tip-com span {
	width: 14px;
	height: 14px;
	background: #f5633d;
	border-radius: 69%;
	color: transparent;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tip1 .tip1_2 {
	position: absolute !important;
	top: 22%;
	left: 90%;
}
.tip1 .tip1_1 {
	top: 17%;
	left: 77%;
	position: absolute
}
.tip1 .tip1_3 {
	top: 52%;
	left: 19%;
	position: absolute
}
.tip1 .tip1_4 {
	top: 56%;
	left: 87%;
	position: absolute
}
.tip-tool {
	background: #3f3f3f;
	color: #fff;
	padding: 7px 22px 12px 19px;
	border-radius: 2px;
	width: 300px;
	margin: -25px 0 0 34px;
	box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.6);
	position: absolute;
	transform: scale(0.9);
	opacity: 0;
	z-index: -1;
}
.tip-tool p {
	font-size: 13px;
	margin: 5px;
	line-height: 22px;
}
.tip1 .tip1_1_tool {
	position: absolute;
	top: 34%;
	left: 33%;
}
.tip1 .tip1_2_tool {
	position: absolute;
	top: 39%;
	left: 50%;
}
.tip1 .tip1_3_tool {
	position: absolute;
	top: 69%;
	left: 7%;
}
.tip1 .tip1_4_tool {
	position: absolute;
	top: 74%;
	left: 50%;
}
.tip1 .tip1_1_tool::before,
.tip1 .tip1_2_tool::before,
.tip1 .tip1_3_tool::before,
.tip1 .tip1_4_tool::before,
.tip2 .tip2_3_tool::before,
.tip2 .tip2_1_tool::before,
.tip2 .tip2_2_tool::before,
.tip3 .tip3_1_tool::before,
.tip3 .tip3_2_tool::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #3f3f3f;
	top: 25px;
	left: -8px;
}
.tip1 .tip1_1_tool::before {
	top: -16%;
	left: 84%;
	transform: rotate(90deg) !important;
}
.tip1 .tip1_2_tool::before {
	top: -12px;
	left: 76%;
	transform: rotate(90deg) !important;
}
.tip1 .tip1_3_tool::before {
	top: -12px;
	left: 11%;
	transform: rotate(90deg) !important;
}
.tip1 .tip1_4_tool::before {
	top: -12px;
	left: 67%;
	transform: rotate(90deg) !important;
}
.close,
.closePop {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 12px;
	height: 12px;
	opacity: 0.3;
	cursor: pointer;
}
.close:before,
.close:after,
.closePop:before,
.closePop:after {
	position: absolute;
	left: 5px;
	content: ' ';
	height: 12px;
	width: 2px;
	background-color: #fff;
}
.close:before,
.closePop:before {
	transform: rotate(45deg);
}
.close:after,
.closePop:after {
	transform: rotate(-45deg);
}
.tip-tool h5 {
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 7px;
	font-weight: 500;
	color: #fff;
	line-height: 20.15px;
}
.tip-tool.active {
	opacity: 1;
	transition: 1s;
	z-index: 999;
}
@media screen and (max-width: 1024px) {
	.tip {
		display: none;
	}
	.mobShow {
		display: block;
	}
}
