@charset "utf-8";

.content .ui-title {
	position: absolute;
	background: url("img/title_decorate@1x.png") no-repeat 0 0/20px 20px,
		url("img/title_decorate@1x.png") no-repeat 100% 150%/20px 20px;
	top: 10px;
	left: 50%;
	margin-left: -90px;
	font-size: 24px;
	color: #333;
	width: 180px;
	height: 30px;
	text-align: center;
}

.content .ui-content-bg {
	width: 94%;
	height: 400px;
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	display: flex;
	justify-content: space-around;
	position: relative;
	padding: 60px 0 50px;
	margin: 50px auto 0;
}

.content .ui-content-bg .ui-content-left {
	border-right: 1px solid #1a4556;
}

.content .ui-content-bg>div {
	/*padding-right: 70px;
	flex: 1;*/
}

.footer {
	margin-top: 50px;
}


