header {
	display: block;
}

.navbar {
	height: 4rem;
	line-height: 4rem;
	width: 100%;
}

.container {
	padding-left: 1em;
	padding-right: 1em;
}

.navbar .container {
	width: auto;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.navi {
	font-size: 11pt;
	margin: 0 auto;
	max-width: 720px;
	padding: 0 20px;
	font: 400 16px/1.7 PingFang SC, sans-serif;
	flex-direction: column;
	color: #444;
	margin: 0 auto;
	overflow-x: hidden;
}

.wrapper {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
	text-align: center;
	line-height: 50px;
}



.user-warp img {
	width: 70px;
	border-radius: 100%;
}

.nickname {
	font-size: 2em;
	font-weight: normal;
}

.zuobiao i {
	line-height: 1.8;
	margin-right: 6px;
	vertical-align: middle;
	background-image: url(./zuobiao.svg);
	background-size: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: -2px;
}

#canvas_sakura {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;

}

@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="checkbox"]:checked+label:after {
	transition: all 0.3s ease-in;
}

input[type="checkbox"]:not(:checked)+label:after {
	transition: all 0.3s ease-out;
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:not(:checked)+label {
	transition: all 0.3s ease-in-out;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:checked+label i:before,
input[type="checkbox"]:not(:checked)+label i:before,
input[type="checkbox"]:checked+label i:after,
input[type="checkbox"]:not(:checked)+label i:after,
input[type="checkbox"]:not(:checked)+label:before {
	transition: all 0.3s ease-in-out;
}

input[type="radio"]:checked+label:after,
input[type="radio"]:not(:checked)+label:after {
	transition: all 0.3s ease-in-out;
}

.switch_default[type="checkbox"] {
	display: none;
}

.switch_default+label {
	background-color: #292a2d;
	border-radius: 7px;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	position: relative;
	box-shadow: 0.2px 0.2px 1px 0.5px rgb(180, 180, 180);
	width: 30px;
}

.switch_default+label:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 12px;
	box-shadow: 0.2px 0.2px 1px 0.5px rgb(180, 180, 180);
}

.switch_default:checked+label {
	background-color: #28df99;
	box-shadow: none;
}

.switch_default:checked+label:after {
	left: 17px;
}

.menu.navbar-right {
	text-align: center;
}

.links {
	font-family: miranafont, "Hiragino Sans GB", STXihei, "Microsoft JhengHei", SimSun, sans-serif;
/* 	margin-bottom: 80px; */
}

.links a {
	padding: 0 5px;
}

a {
	color: #161209;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
	cursor: pointer;
}


.dark-theme .mod-post__entry p {
	color: #a9a9b3;
}

.dark-theme .mod-post__entry img {
	opacity: 0.7
}

.dark-theme .mod-post__entry a {
	color: #707070;
}

.dark-theme pre {
	background: #393e46;
	white-space: pre-wrap;
	font-weight: 500;
	word-break: break-all;
}

.dark-theme button.submit {
	color: #a9a9b3;
}

.dark-theme textarea {
	color: #a9a9b3;
}

body.dark-theme {
    background: url();
	background-color: #292a2d;
	color: #a9a9b3;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.dark-theme a {
	color: #a9a9b3;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.dark-theme a:hover {
	color: #28df99;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.navbar .menu a {
	padding: 0 8px;
}

.navbar .menu .active {
	font-weight: 900;
	color: #161209;
}

.dark-theme .navbar .menu .active {
	color: #fff;
}

.navbar-header a:hover,
.navbar .menu a:hover {
	background-color: transparent;
}

.dark-theme .tags a {
	/*background-color: #a58bff;*/
	color: #a9a9b3;
}

.dark-theme .tags span {
	color: #aaaa;
}

.dark-theme ul li.links a {
	color: #28df99;
	line-height: 2.8;
	font-weight: 800;
}

.dark-theme .navbar-mobile .container .navbar-header .menu-toggle span {
	background: #a9a9b3;
}

.dark-theme .navbar-mobile .container .menu {
	background: #292a2d;
	border-top: 2px solid #87878d;
}

.dark-theme .navbar-mobile .container {
	background: #292a2d !important;
}
.dark-theme .container .navi .wrapper {
	color: #a9a9b3;
}