html{font-size:62.5%;font-family:-apple-system,BlinkMacSystemFont,'Microsoft YaHei',sans-serif,Helvetica,Tahoma;color:#000}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,button,textarea,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0}
body{line-height:1.333;font-size:2rem;background-color:#eee;}
h1,h2,h3,h4,h5,h6{font-size:100%}
input,textarea,select,button{font-size:12px;font-weight:normal;font-family:inherit}
input[type="button"],input[type="submit"]{cursor:pointer}
select,button{cursor:pointer}
table{border-collapse:collapse;border-spacing:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
li{list-style:none}
caption,th{text-align:left}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
fieldset,img,a img,iframe{border-width:0;border-style:none}
iframe{overflow:hidden}
img{-ms-interpolation-mode:bicubic}
textarea{resize:vertical;overflow-y:auto}
legend{color:#000}
a{text-decoration:none;color:#000;}
hr{margin: 2em auto; width: 30%; border: 1px solid #E9E9E6; border-width: 2px 0 0 0;}
label{cursor:pointer}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
.os_mac{font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3"}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){a:active{background-color:transparent}}

img{border-radius:5px}
textarea{border-radius:5px}
button{border-radius:5px;border:none;}

.none,.hide{display:none;}

#header{position:fixed;width:100%;background:#2f2f2f;background:rgba(0,0,0,0.86);height:34px;line-height:34px;z-index:9999;}
#header .container,#header .container a{color:#e1e1e1;position:relative;font-size:1.4rem;}
#header #logo{font-size:19px;font-weight:300;outline:0;}
#header .description{position:absolute;top:4px;left:8rem;color:#00c0c0;}
#header .text{border-radius:3px;border:none;height:24px;padding:0 5px 0 25px;font-size:14px;background:#eee url(img/icon-search.png) no-repeat}
#header .text:focus{background-color:#fff}
#header .submit{display:none}
.logo{top:2px;}
@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}
.logo img{
	border-radius:37px;box-shadow:0 0 5px #ddd;background-color:#fff;
	-webkit-mask-size: 30px 30px;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
}
.logo:hover{
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

#body{min-height:512px;padding-top:74px;}
/*#body .container{width:100%;max-width: 1920px}*/
#body .container #main{float:none;max-width:750px;margin:0 auto}
#body .post-wrapper{margin:35px 0 70px;}
#body .post-title{font-size:36px;font-weight:300;display:inline;word-break:break-all;}
#body .post-views{display:inline-block;margin-left:20px;color:#aaa;font-size:1.4rem}
#body .post-content{font-size:1.5rem}
#body .post-content p{margin:15px 0;line-height:160%}
#body .post-content code{display:inline-block;padding:2px 10px;font-family:Consolas,monaco,monospace;background:#000;color:#00c0c0;border-radius:2px;font-size:90%;}
#body .post-content pre code {padding:10px}
#body .post-content p code {padding:2px 5px;line-height:100%;}
#body .post-content pre{word-break:break-all;border-radius:5px;position:relative;}
#body .post-content pre:before{content:'<>';font-size:75%;font-weight:400;position:absolute;right:0;top:-2px;color:#aaa;}
#body .tags{padding:10px;font-size:1.3rem;}
#body .tags a{border: 1px dashed #ccc;padding: 3px 5px;margin: 0 5px;background: #eee;border-radius:0 10px 10px 0;font-size:1.2rem;}
#body .post-meta-wrap{overflow:hidden;zoom:1;}
#body .post-meta{margin:50px 20px 10px;display:inline;float:right;width:240px;font-size:1.4rem;}
#body .author-img{float:left;width:50px;margin:0 5px 0 0;}
#body .author-name,#body .author-time, .comment-meta, .comment-author{padding:5px;color: #999;font-size: 1.1rem;}
.post-content th,.post-content td{padding:5px 10px;border:1px solid #aaa;}
.post-content th{background:#eee;font-weight:700;text-align:center;}
.post-content ul,.post-content ol{margin-top:-10px;margin-bottom:30px}
.post-content ul li{list-style:disc;margin:5px 40px;}
.post-content ol li{list-style:decimal;margin:5px 40px;}
.post-content a{text-decoration:none;color:#111;}
.post-content a:hover{text-decoration:none;color:#0038da;}
.post-content h2,
.post-content h3{font-size:120%;margin:40px 0 20px;padding:5px 10px;font-weight:300;background:#555;border-radius:3px;box-shadow:#aaa 2px 2px 2px;color:#fff;display:block;}
.post-content h3{font-size:105%;box-shadow:#aaa 1px 1px 1px;background: #777;color: #eee;margin-left: 1em;margin-right: 1em;}
.post-content h2:before{content:'#';padding-right:5px;color:#aaa;font-size:90%;}
.post-content h3:before{content:'##';padding-right:5px;color:#aaa;font-size:90%;}
.post-content blockquote{border-left:5px solid #ccc;margin:0 30px;padding:0 10px;color:#888;}
.post-content a{font-size:90%;word-break:break-all;}
.post-content img{max-width:100%}
.post{background-color:#fbf4e377;padding:2rem;box-shadow:0 0 99px #ccc;margin-top:20px;}
#comments{background-color:#f9f9f9;padding: 1rem 2rem;margin-top: 2rem;overflow:hidden;zoom:1;}

#body a{text-decoration:none;display: inline-block;position: relative;}
#body a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #555;
    transition: width 0.2s ease 0s, left 0.2s ease 0s;
    width: 0%;
}
#body a:hover:after {
    width: 100%;
    left: 0%;
}
#body .post a:after {
    width: 100%;
    left: 0;
}
#body .post a:hover:after {
    width: 0%;
    left: 50%;
}


#body .archive-title{margin:20px 0;font-size:16px;font-weight:300;color:#999;}

.mod-list{overflow:hidden;zoom:1;width:100%;columns:4 20px;}
.mod{display:inline-block;margin:2rem 0;width:370px;background-color:#fefefe;padding-top:1rem;vertical-align:top;}
.mod a:hover{color:#111;}
.mod-title{border-bottom: 1px dashed #ddd;height:48px;font-size:18px}
.mod-title a:hover:after{width: 0 !important}
.mod-content{margin:20px 10px;font-size:16px;min-height:120px;word-break:break-all;}
.mod-content li{margin:14px 0;}
.mod-content h3{font-weight:300;}
@media (min-width:320px)  {
    .mod-list{columns:1;}
    .mod {width: 100%}
}
@media (min-width:481px)  {
    .mod-list{columns:1;}
    .mod {width: 100%}
}
@media (min-width:641px)  {
    .mod-list{column-count:2;}
    .mod {width: 100%}
}
@media (min-width:961px)  {
    .mod-list{column-count:3;}
    .mod {width: 100%}
}
@media (min-width:1025px)  {
    .mod-list{column-count:3;}
    .mod {width: 100%}
}
@media (min-width:1281px)  {
    .mod-list{column-count:4;}
    .mod {width: 100%}
}

#comments{margin:2rem 0;}
#comments .comment-list{margin:20px 0;}
#comments .comment-body{margin: 0 2rem 4rem 2rem;border: 1px solid #eee;padding: 20px;border-radius:5px;position:relative;}
#comments .comment-content{font-size:16px;padding:10px;}
#comments .comment-content p{font-size:1.6rem}
#comments .comment-author{position: absolute;bottom: 5px;right: 10px;width: 100px;text-align: right;}
#comments .comment-author cite{display:block}
#comments .comment-reply a{color:#666;text-decoration:underline;font-size:13px}
#comments .respond-title{font-size:26px;color:#555;font-weight:300;}
#comments .respond{margin:2rem 0;}
#comments .respond label{display: none}

#comment-form{}
#comment-form p{margin:1rem;}
#comment-form input, #comment-form textarea{font-size:16px;width:100%;padding:1.2rem 0.1rem;border:1px solid #eeeeee;}
#comment-form .submit{
	width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2.33333333;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
	background-color:#04BE02;
}

#footer{margin:50px 0 0;border-top:7px solid #111;text-align:center;padding:20px 0;background:#ddd;color:#444;font-size:1.2rem;}
#footer .content{overflow:hidden;zoom:1;}
#footer ul{text-align:left;margin:20px 5% 50px;color:#000;font-size:16px;float:left;width:40%;}
#footer a{color:#000;}

.ico-program{display:inline-block;width:32px;height:40px;overflow:hidden;text-indent:-999em;margin:0 10px -10px;border-radius:5px;background-size: 32px;background-repeat:no-repeat;}
.ico-external-link{padding-right:10px;background:url(img/external-link.png) no-repeat 100% 80%;}
.url-small-text{font-size:12px !important;}

.author-img img,.comment-author img.avatar{visibility:hidden;border-radius:99px;border:1px solid #fff;box-shadow:#ccc 0 0 5px;}
.navigation a {margin:0 7px}