/*
Theme Name: Msimple
Theme URL: https://dwz.ovh/mshelp
Author: xiaoz
Author URI: https://www.xiaoz.me/
Description: 一款支持Markdown写作的简约WrodPress主题
Version: 1.1
License: 版权说明
License URI: 版权url
Text Domain: devion
Domain Path: /languages/
Tags: msimple,msimple主题,markdown,xiaoz
*/

body{
	line-height: 1.5;
	background-color:#f2f2f2;
    color: #555555;
}
.wp-top{
	width:100%;
	background-color:#393D49;
	color:#FFFFFF;
	position:fixed;
	top:0;
	z-index:99;
}
.wp-top a{
	color:#FFFFFF;
}
.logo{
	padding-top:0.6em;
	padding-bottom:0.6em;
	float:left;
}
.logo h1{
	overflow:hidden;
	white-space: nowrap;
}
.menu{
	float:right;
	text-align: right;
	margin-top:1.4em;
}
.list-article{
	background-color:#FFFFFF;
	/*height:240px;*/
	/*border:1px solid red;*/
	padding-left:2em;
	padding-right:2em;
	margin-bottom:1.5em;
	/*margin-top:1.5em;
	margin-bottom:1.5em;*/
	box-shadow: 1px 1px 2px #888888;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}
.list-article span{
	padding-right:1.2em;
}
.list-article h2{
	/* line-height:2.5em; */
	padding-top:1em;
	padding-bottom:1em;
}
.list-article h5{
	margin-bottom:1.2em;
	color:#a5a5a5;
}
.list-article h5 a{
	color:#a5a5a5;
}
.list-article ul{
	display: block;
    overflow: hidden;
    white-space:nowrap;
}
.list-article li{
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    width: 130px;
}
.wp-center{
	/*margin-top:1.8em;*/
	margin-top:7.6em;
	margin-bottom:1.8em;
}
.thumbnail{
	/*width:28%;*/
	float:left;
}
.thumbnail img{
	margin-bottom:1.5em;
	max-width:200px;
	max-height:140px;
}
.abstract{
	/*width:70%;*/
	float:right;
	line-height:1.8em;
}
.sidebar{
	background-color:#FFFFFF;
	margin-bottom:2em;
}
.sidebar ul{
	/*margin-top:1em;
	margin-bottom:1em;*/
	padding-top:1em;
	padding-bottom:1em;
}
.sidebar li{
	line-height:1.8em;
	padding-left:1em;
	padding-right:1em;
	width:94%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.footer{
	/*margin-top:2em;*/
	/*line-height:3em;*/
	width:100%;
	background-color: #2F4056;
	color:rgba(255,255,255,0.5);
}
.footer a{
	color:rgba(255,255,255,0.5);
}

.top{
	position:fixed;
	right:40px;
	bottom:40px;
	z-index:99;
}
.top i{
	font-size: 50px; color: #1E9FFF;
}
.clear{ clear:both} 
.single{
	background-color:#FFFFFF;
	padding-left:1.8em;
	padding-right:1.8em;
	margin-bottom:1.8em;
	/*line-height:3em;*/
}
.single h2{
	padding-top:1em;
	padding-bottom:1em;
}
.single h5{
	margin-bottom:1.2em;
	color:#a5a5a5;
}
.single span{
	padding-right:0.8em;
}
.single h5 a{
	color:#a5a5a5;
}
#content code{
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
#content pre{
	margin-top:1em;
	
}
#content pre code{
	white-space:pre;
}
#content{
	margin-top:1.5em;
	line-height:1.8em;
	padding-bottom:1.5em;
	/*英文强制换行*/
	white-space:normal; word-break:break-all;
}
#content pre span{
	padding-right: 0;
}
/*代码超出不换行*/

#content p{
	margin-top:1em;
	margin-bottom:1em;
}
#content img{
	padding-top: 0.8em;
	/*margin-bottom:0.5em;*/
	max-width:100%;
	clear: both; 
	display: block; 
	margin:auto; 
	height:auto;
	cursor:pointer;
}
#content h3{
	font-weight:bold;
	font-size:1.5em;
	margin-top:1em;
}
#content h4{
	font-weight:bold;
	font-size:1.2em;
	margin-top:1em;
}
#content p code{
	background-color:#f2f2f2;
	color:#FF5722;
	border-radius:3px;
	padding:0.2em;
	padding-left:0.4em;
	padding-right:0.4em;
}

#content ul code{
	background-color:#f2f2f2;
	color:#FF5722;
	border-radius:3px;
	padding:0.2em;
	padding-left:0.4em;
	padding-right:0.4em;
}
#content ol code{
	background-color:#f2f2f2;
	color:#FF5722;
	border-radius:3px;
	padding:0.2em;
	padding-left:0.4em;
	padding-right:0.4em;
}

#content ul{
	margin-top:1em;
	
}
#content ol{
	margin-top:1em;
}
#content ol>li{
	list-style-type:decimal;
	margin-left:2.2em;
}
/*#content pre{
	margin-top:0.6em;
}*/
#content li>pre{
	margin-top:0.6em;
}
#content ul>li{
	list-style-type:disc;
	margin-left:2.2em;
	padding-bottom:0.1em;
}
#content a{
	color:#01AAED;
}
#content blockquote{
	margin-top:1em;
	/*border-left:3px solid #2F4056;*/
	background-color:#F8F8F8;
	/*padding-left:0.8em;
	padding-right:0.8em;*/
	line-height:1.8em;
	padding: 0 0 0 1em;
  	color: #8C8C8C;
  	border-left: 3px solid #e8e8e8;
}
#content blockquote p{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
#content blockquote a{
	/*display: block;*/
}
/*.alignnone{
clear: both; 
display: block; 
margin:auto; 
margin-top:0.5em;
margin-bottom:0.5em;
}*/
.tag{
	/* padding-bottom:1.8em; */
	margin-bottom:1em;
	line-height: 2.1em;
}
.tag a{
	color:#01AAED;
	padding:0.4em;
	padding-left:0.6em;
	padding-right:0.6em;
	background-color:#f2f2f2;
	border-radius:0.4em;
}

/*分页*/
.pagination li{
	display: inline;
}
.pagination{
	margin-top:2em;
}
.pagination li a{
	background-color:#FFFFFF;
	padding:0.6em;
	border:1px solid #F0F0F0;
	margin-right:0.5em;
}
.search{
	width:78%;
	border-right:0;
	float:left;
}
.search-btn{
	width:22%;
	border:0;
	margin-left:-1px;
	border-radius: 0px;
}
.sidebar h3{
	padding:0.8em;
	border-bottom:1px solid #e2e2e2;
}
.sidebar img{
	max-width:100%;
}
/*面包屑导航*/
.crumbs{
	background-color:#FFFFFF;
	border-bottom:1px solid #1E9FFF;
	
	line-height:2.6em;
	padding-left:1.6em;
}
/*广告*/
#mygg{
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
	width:100%;
}
#mygg a{
	color:#FFFFFF;
}
#mygg a:hover{
	color:#c2c2c2;
}
.gg1,.gg2,.gg3,.gg4{
	width:100%;	
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.gg1{
	background-color:#FF5722;
}
.gg2{
	background-color:#009688;
}

.gg3{
	background-color:#FFB800;
}
.gg4{
	background-color:#1E9FFF;
}
.footer-tools{
	line-height:2em;
	margin-top:2em;
}
.footer-tools li{
	float: left;
	padding-right:1em;
}
.footer_sidebar{
	/*margin-top:1em;*/
}
.footer_sidebar h2{
	
	
}
.copyright{
	padding-bottom:2em;
}

/*评论*/
#comments{
	background-color:#FFFFFF;
	padding-left:2em;
	padding-right:2em;
}
.comment-author img{
	border-radius: 50%;
}
.comment-author cite a{
	font-weight:bold;
}
.comment-author cite{
	margin-right:0.5em;
	margin-left:1em;
}

.comment-meta{
	float:right;
	
	margin-top:-4em;
}
.comment p{
	margin-left:6em;
	/*margin-top:-1em;*/
}


.comment-meta p{
	line-height:2em;
}
.reply{
	
	margin-left:6.8em;
	padding-bottom:1em;
}
.comment-body{
	border-bottom:1px solid #eeeeee;
	margin-bottom:1em;
}
.comment-body p{
	margin-left:6.8em;
	word-wrap:break-word;
	overflow:hidden;
	word-break:break-all;
}
#comments .children{
	margin-left:5.6em;;
}
.comment-notes{
	display:none;
}

.comment-form-cookies-consent{
	display: none;
}
#commentform textarea{
	width:100%;
	border:1px solid #eeeeee;
	padding:1em;
	line-height:1.6em;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; 
}
#commentform p{
	margin-bottom:1em;
}
#author,#email,#url{
	width:100%;
	border:1px solid #eeeeee;
	padding:0.6em;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; 
}

#comments .submit{
	padding:0.6em;
	background-color:#009688;
	color:#FFFFFF;
	border:0px;
	margin-bottom:1em;
	cursor:pointer;
}
#respond h3{
	margin-bottom:1em;
	padding-top:1em;
}
.comments-title{
	padding-top:1em;
}
#commentform label{
	padding-bottom:0.5em;
}
.comment-author .avatar{
	margin-top:1em;
}
.get_article{
	background-color:#FFFFFF;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; 
	margin-top:2em;
}
.get_article h1{
	padding-left:0.8em;
	padding-top:0.5em;
}
.get_article ul{
	margin-bottom:1em;
}
.get_article ul li{
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	padding-left:1.8em;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; 
}
/*标签云*/
.tagcloud a{
	padding:0.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

/*近期评论*/
.comment{
	white-space:normal;
	width:100%;
}

.comment-avatar img{
	border-radius:50%;
}
.comment .comment-author{
	padding-left:1em;
	padding-right:1em;
	font-weight:bold;
	margin-bottom:-1.5em;
}
.comment .comment-link{
	width:75%;
	float:right;
}
.comment .comment-excerpt{
	clear:both;
	display: block;
	
	border:1px solid #dddddd;
	background-color:#fafafa;
	border-radius:4px;
	padding-left:0.5em;
	padding-right:0.5em;
	margin-top:1em;
	white-space:normal;
	word-wrap:break-word
}
.decent-comments li{
	margin-bottom:1.6em;
}
#comments .reply a{
	color:#01AAED;
}
#cat_related{
	margin-bottom:1.6em;
}
#cat_related li{
	list-style-type:disc;
}
.related h3{
	font-weight:bold;
	margin-left:-1em;
	margin-bottom:0.5em;
}
.related{
	
	float:left;
	margin-left:1.5em;
}
.gg5{
	margin-top:1em;
	padding-bottom: 1em;
}
.gg5 img{
	max-width:100%;
}
.gg5 .left{
	text-align:left;
}
.gg5 .right{
	text-align:right;
}

.my-photo{
	padding-top:1em;
	padding-bottom:1em;
}
.my-photo img{
	width:64px;
	height:64px;
	display: block;
	margin: auto;
    height: auto;
	border-radius:50%;
	border:1px solid #F0F0F0;
	
}
.location{
	text-align:center;
}
.location span{
	margin-right:2em;
}
.sns{
	text-align:center;
	padding-bottom:1em;
}
.sns a{
	color:#1E9FFF;
}
.sns span{
	margin-right:1em;
}
.about-me{
	width:90%;
	margin:auto;
	border:1px solid #eeeeee;
	border-radius:5px;
	padding:1em;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; 
	background-color:#fafafa;
	margin-top:1em;
	margin-bottom:1em;
}
#error404{
	text-align:center;
	width:100%;
	background:#FFFFFF;
	margin-top:2em;
}
#error404 h2{
	padding-top:2em;
}
@media screen and (max-width: 768px) {
    .my-special-class,.decent-comments{
	    display:none;
    }
    .comment-meta{
	    display:none;
    }
    #comments .children{
		margin-left:0em;;
	}
}
#comments .say{
	padding-left:0.5em;
	
}

.read-more{
	text-align:right;
	margin-bottom:1em;
}
.statement{
	background-color:#F0F0F0;
	border-radius:5px;
	border-left:3px solid #009688;
}
.statement p{
	padding-left:1em;
	padding-right:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
#url2io{
	margin-top:6em;
}
/*轮播*/
.carousel{
	margin-bottom:2em;
}
.top-ad{
	margin-bottom:1em;
	
}
.top-ad img{
	max-width:100%;
	clear: both; 
	display: block; 
	margin:auto; 
	height:auto;
}
#works .item{
	/*height:8em;*/
	/* background-color: #F0F0F0; */
    /*border:1px solid #e2e2e2;*/
    border-radius: 2px;
    background-color: #009688;
    color:#FFFFFF;
    text-align:center;
    margin-bottom:1em;
    line-height:3em;
    
}
#works .item a{
	color:#F2F2F2;
}
#works .item:hover{
	-webkit-box-shadow: 2px 2px 8px 1px rgba(20, 20, 20, 0.15); -moz-box-shadow: 2px 2px 8px 1px rgba(20, 20, 20, 0.15);box-shadow: 2px 2px 8px 1px rgba(20, 20, 20, 0.15);
}

#jinrishici{
	width:90%;
	margin:auto;
	padding-top:0.5em;
	padding-bottom:0.5em;
	height:auto;
}
.comment-awaiting-moderation{
	margin-left:6.8em;
	color:#FF5722;
}
.comment-body p>a{
	color:#01AAED;
}
#content .msg{
	border:1px solid #FF5722;
	border-radius:2px;
	color:#505050;
	padding:0.7em;
	line-height:1.3em;
	margin-bottom:0.8em;
}
#imgurl{
	position:fixed;
	left:2em;
	bottom:2em;
}
#imgurl img{
	width:60px;
	height:60px;
}
@media screen and (max-width: 1400px) {
    #imgurl{
	    display: none;
    }
}
.gg6 img{
	max-width:100%;
}
/*.con{
    height: 250px;
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 100px;
    position: relative;
    
  }*/
.subscript{
color: #fff;
height: 30px;
width: 100px;
position: absolute;
right: -30px;
text-align: center;
line-height: 30px;
font-family: "黑体";
background-color: #FF5722;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
margin-top:-16px;
font-size:0.7em;
}
.previous{
	height:38px;
	line-height:38px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.previous a{
	color:#01AAED;
}
.next a{
	color:#01AAED;
}
.previous,.next{
	padding-left:0.8em;
}
.next{
	height:38px;
	line-height:38px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.moblie_search{
	width:38px;
	height:38px;
	background-color:rgba(255,255,255,0);
	border:0;
	color:#FFFFFF;
	font-size:1.3em;
}
#likes{
	padding-bottom:1em;
}