.container {
	overflow: hidden;
}

.tip-icon {
	width: 6.06rem;          /* 97.03px */
	height: 6.06rem;         /* 97.03px */
	margin: 5.98rem auto 1.29rem auto;     /* 95.74px auto 20.7px auto */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tip-icon.success {
	background-image: url(/static/images/icon_redirect_success.png);
}

.tip-icon.error {
	background-image: url(/static/images/icon_redirect_error.png);
}

.tip-icon.missing {
	background-image: url(/static/images/icon_redirect_missing.png);
}

.tip-icon.warning {
	background-image: url(/static/images/icon_redirect_warning.png);
}

.message {
	width: 90%;
	margin: auto;
	color: #333333;
	font-size: 16px;
	text-align: center;
}

/* 大屏响应 */
@media screen and (min-width: 1069px) {
	.tip-icon {
		width: 150px !important;
		height: 150px !important;
		margin: 240px auto 24px auto !important;
	}
}

/* 小屏响应 */
@media screen and (max-width: 1068px) {
	nav {
		display: none !important;
	}
	.guan-main {
		margin-top: 0 !important;
	}
}
