body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	background-color: #fff;
}

::selection {
	color: #fff;
	background: rgb(255, 190, 7);
}

::-moz-selection {
	color: #fff;
	background: rgb(255, 190, 7);
}

::-webkit-selection {
	color: #fff;
	background: rgb(255, 190, 7);
}

.wrapper {
	width: 800px;
	margin: 0 auto;
}

.bgm {
	text-align: right;
	padding-right: 20px;
}

blockquote.header {
	text-shadow: 3px 1px 10px rgba(255, 190, 7, 0.7);
	color: black;
}

.content {
	font-size: 16px;
	margin: 20px 0;
}

.sub-content {
	margin: 15px 0;
	line-height: 1.7;
	text-shadow: 1px 1px 9px #ccc;
}

.poster {
	text-align: center;
	margin: 20px 0;
}

.title {
	font-weight: bold;
	color: black
}

.subtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	color: black
}

.main {
	line-height: 1.5;
	margin-top: 25px;
	margin-bottom: 25px;
	text-shadow: 1px 1px 9px #cca;
}

.text-red {
	color: red;
}

footer.myfooter {
	text-align: center;
	padding-bottom: 50px;
}

footer .copyright {
	font-size: 12px;
	font-weight: 600;
	color: #888;
	line-height: 1.4;
}

.footer-img {
	width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.footer-img {
		width: 200px
	}
}

#carousel-of-xiong {
	width: 100%;
}

@media (min-width:600px) {
	#carousel-of-xiong {
		width: 600px
	}
}