@CHARSET "UTF-8";
body {
	font-size: 1rem;
	font-family: courier new, SimSun, Microsoft YaHei;
	/*background-color: #DDD;*/
}
p {
	margin: 1rem 0rem;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5rem 0rem;
}
ul {
	list-style:none;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #136ec2;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #969696;
}
span.btn_del, input.btn_del, button.btn_del {
	background-color: #00CC99;
}
span.btn_done, input.btn_done, button.btn_done {
	background-color: green;
}
.del_false {
	display: inline-block;
    position: relative;
    width: .2rem;
    height: 1rem;
    background-color: #000;
    transform: rotate(45deg);
    border-radius: 1rem;
}
.del_false:after {
    content: "";
    position: absolute;
    width: .2rem;
    height: 1rem;
    background-color: #000;
    transform: rotate(90deg);
    border-radius: 1rem;
}
/* like 10px */
.text_small_small {
	font-size: 0.6125rem;
}
/* like 12px */
.text_small {
	font-size: 0.75rem;
}
/* like 16px */
.text_medium {
	font-size: 1rem;
}
/* like 20px */
.text_medium_big {
	font-size: 1.25rem;
}
/* like 30px */
.text_big {
	font-size: 1.875rem;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.clearboth {
	display:block;
	clear:both;
}
.hand_pointer {
	cursor: pointer;
}
.text_decoration {
	text-decoration: underline;
}
/* layout header style start */
.head_box, .foot_box {
	text-align:center;
	display: none;
}
.head_box {
	height: 80px;
	border-bottom: 0.0625rem solid #DDD;
	padding: 10px 0px;
}
.head_box img {
	height: 100%;
	border-radius: 15px;
}
.head_box a {
	font-size: 20px;
	color: black;
	font-family: courier new, SimSun, Microsoft YaHei;
	text-decoration: none;
	padding: 10px 10px;
}
.head_box a:hover {
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}
/* layout header style end */


/* topbar style start */
.topbar {
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	font-family: -apple-system,SF UI Display,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
	font-size: 1.3rem;
	border-bottom: 1px solid #DDD;
	position: relative;
}
.login_btn {
	font-size: 1rem;
    display: block;
    border-radius: 1rem;
    padding: 0rem 1rem;
    color: gray;
    border: 1px solid #DDD;
	cursor: pointer;
}
.topbar img {
	cursor: pointer;
}
.topbar .logo {
	height: 100%;
	vertical-align: middle;
}
.topbar .user_menu {
	position: absolute;
	top: 0.75rem;
	left: 1rem;
	height: 2rem;
}
.topbar .pedit_menu {
	position: absolute;
	top: 0.75rem;
	right: 0.5rem;
	height: 2rem;
}
.user_menu_list {
	display: none;
	position: absolute;
	top: 3.5rem;
	left: 0rem;
	z-index: 2;
	background-color: white;
	border-radius: 0.3rem;
	box-shadow: 1px 2px 10px 2px #DDD;
}
.user_menu_list li {
	font-size: 1rem;
	line-height: 100%;
	padding: 1rem 2rem;
	cursor: pointer;
}
.user_menu_list li:hover {
	background-color: #DDD;
}
/* topbar style end */






/* home style Start */
.main_box {
	/*border:0.0625rem solid blue;*/
	background-color: white;
	width:60%;
	margin:0px auto;
	/*
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif;
	*/
}
.left_box {
	width: 15%;
}
.center_box {
	width:80%;
}
.article_list {
	margin: 0rem 1rem;
	padding: 0.625rem 0rem;
	border-bottom:0.0625rem solid #ddd;
	position: relative;
	min-height: 11.25rem;
}
.user_info .photo {
	display: block;
	border-radius: 50%;
	float: left;
	width: 2.5rem;
	border: 0.125rem solid #DDD;
	margin-right: 1rem;
}
.user_info ul {
	float: left;
	font-size: 0.8rem;
	color: gray;
	font-weight: bold;
	font-family: courier new, SimSun, Microsoft YaHei;
}
.user_info ul li {
	margin: 0.3125rem 0rem;
}
.article_content .text {
	line-height: 1.5rem;
	text-indent: 2rem;
	font-family: courier new, SimSun, Microsoft YaHei;
	font-size: 0.85rem;
}
.article_book {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4.68rem;
	width: 7.5rem;
	z-index: 1;
}
.article_book img {
	width: 100%;
	border-radius: 0.2rem;
}
.article_left {
	padding-right: 8.125rem;
	word-wrap: break-word;
}
.loading {
	margin:1rem 0rem;
}
.load_more {
	margin: 0 auto;
	background-color: #a5a5a5;
	text-align: center;
	line-height: 2.5rem;
	border-radius: 0.625rem;
	width: 80%;
	height: 2.5rem;
	display: block;
	color: white;
}
/* home style End */

/* footer style start */
.foot_box p {
	margin: 0rem;
	padding: 1rem 0rem;
	font-size: 0.8rem;
}

/* 修改编辑器插件自有样式 */
body div pre code {
	overflow-x: scroll;
}