/*
Theme Name: Begin切换主题
Author: 知更鸟
Author URI: http://zmingcx.com/
Description: 仅用于升级Begin主题时防止小工具丢失。
Version: 1.05
*/

.clear {
	clear: both;
	display: block;
}

.site-content {
	text-align: center;
	margin: 5% auto;
}

.loader-box {
	width: 180px;
	margin: 0 auto;
}

.loader {
	margin: 30px;
	float: left;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 128, 0, 0.2);
	border-right: 1.1em solid rgba(255, 128, 0, 0.2);
	border-bottom: 1.1em solid rgba(255, 128, 0, 0.2);
	border-left: 1.1em solid rgba(255, 128, 0, 1);
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.main-post-box {
	width: 320px;
	margin: 20px auto;
}

.main-post-box h4 {
	color: #999;
	margin: 10px 0;
}

.main-post-title {
	line-height: 32px;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main-post-title:before {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: 5.5%;
	margin: 0 5px 0 0;
	border-radius: 100%;
	border: 1px solid #999;
}