.container {
	max-width: 1200px !important;
	padding: 0 !important;
	margin: 0 auto !important;
}

/* 隐藏滚动条的样式 */
::-webkit-scrollbar {
	display: none;
}

.header {
	height: 70px;
	background-color: #fff;
}

.logo {
	width: auto;
	height: 40px;
}

.main {
	background-image: url('../image/bg_02.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	height: calc(100vh - 70px);
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.center {
	border-radius: 10px;
}

.title {
	font-weight: bold;
	font-size: 26px;
	color: #222222;
}

.subtitle {
	font-size: 16px;
	color: #666;
}

.bgTitle {
	font-weight: bold;
	font-size: 32px;
	color: #EBF1FF;
}

.bgSubtitle {
	font-weight: bold;
	font-size: 22px;
	color: #222222;
}

.centerText {
	background-color: #F4F5FA;
	border-radius: 10px;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.address {
	background: linear-gradient(180deg, #F1F5FF 0%, #FFFFFF 100%);
}