
@media screen and (orientation: portrait) {
	/*ÊúÆÁ css*/
}

@media screen and (orientation: landscape) {
	/*ºáÆÁ css*/
}

html, body {
	background-image: url(../../img/bg_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
}

.thumbnail {
	border: 0;
	height: 27vh;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
	background: rgba(255,255,255,0.25);
	color: #fff;
}

	.thumbnail a {
		text-decoration: none;
		color: #fff;
	}

.thumbnailTop {
	position: absolute;
	float: left;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
}

.thumbnailBottom {
	position: absolute;
	float: left;
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
}

.title-Icon {
	width: 100%;
	font-size: 8rem;
}

.title-1, .title-2, .title-3 {
	height: 100%;
	width: 100%;
	line-height: 30px;
	font-size: 2.5rem;
	/**background-color: rgba(25, 18, 60, 0.5);*/
}

.container {
	width: 95%;
}

.top_bg {
	/*background: url('../../img/bg_top.png')no-repeat top center;*/
	background-size: 100% 100%;
	position: relative;
	height: 100%;
}

	.top_bg .center {
		/*background-color: rgba(255, 255, 255, 0.5);*/
		/*border-radius: 0 0 120px 120px;*/
		/* box-shadow: 0 7px 7px -7px #5E5E5E;*/
		text-align: center;
		font-size: 5rem;
		color: #fff;
		padding-top: 10vh;
	}

.iconfont {
	font-size: inherit;
}