* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
td,
th,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
}
body {
  background-color: #eee;
  color: #707070;
  font-family: "microsoft yahei", Arial;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #58a1d5;
  text-decoration: none;
}
a:hover {
  color: #808080;
}
.row {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.content pre,
.content .highlight {
  background: #696969;
  padding: 10px 10px 10px 0;
  border-style: solid;
  border-radius: 6px;
  border-color: color-border;
  border-width: 1px 0;
  overflow: auto;
  color: #f8f8f2;
  line-height: 22.400000000000002px;
}
.content .highlight .gutter pre,
.content .gist .gist-file .gist-data .line-numbers {
  color: #666;
  font-size: 0.85em;
}
pre .comment,
pre .preprocessor {
  color: #a9a8a6;
}
pre .tag {
  color: #f8f8f2;
}
pre .title,
pre .variable,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #f92672;
}
pre .number,
pre .built_in,
pre .literal,
pre .constant {
  color: #ae81ff;
}
pre .params {
  color: #fd971f;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute,
pre .attribute {
  color: #a6e22e;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #e6db74;
}
pre .css .hexcolor {
  color: #a1efe4;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #66d9ef;
}
pre .keyword,
pre .javascript .function {
  color: #66d9ef;
}
.content pre,
.content code {
  font-family: Consolas, Arial, 'Microsoft Yahei';
  font-size: 13px;
}
.content code {
  background: #fff;
  text-shadow: 0 1px #fff;
  font-size: 0.85em;
  padding: 0 0.3em;
  margin: 0 0.3em;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.content pre code {
  background: none;
  text-shadow: none;
  padding: 0;
  border: none;
}
.content .highlight pre {
  border: none;
  margin: 0;
  padding: 0;
}
.content .highlight table {
  margin: 0;
  width: auto;
}
.content .highlight td {
  border: none;
  padding: 0;
}
.content .highlight figcaption {
  font-size: 0.85em;
  color: #a9a8a6;
  line-height: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
}
.content .highlight figcaption a {
  float: right;
}
.content .highlight .gutter pre {
  text-align: right;
}
.content .highlight .gutter pre .line {
  color: #c5c5c5;
  height: 22.400000000000002px;
  padding-left: 15px;
  font-family: Consolas, Arial, 'Microsoft Yahei';
  white-space: nowrap;
}
.content .highlight .code {
  padding-right: 40px;
  padding-left: 10px;
}
.content .gist {
  margin: 0 -20px;
  border-style: solid;
  border-color: color-border;
  border-width: 1px 0;
  background: #696969;
  padding: 15px 20px 15px 0;
}
.content .gist .gist-file {
  border: none;
  font-family: "Liberation Mono", monospace;
  margin: 0;
}
.content .gist .gist-file .gist-data {
  background: none;
  border: none;
}
.content .gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}
.content .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
.content .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.content .gist .gist-file .gist-meta {
  background: #696969;
  color: #a9a8a6;
  font: 0.85em sans-serief;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: 20px;
}
.content .gist .gist-file .gist-meta a {
  color: color-link;
  font-weight: normal;
}
.content .gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
.layout-header {
  position: fixed;
  left: 0;
  bottom: 0;
  right: auto;
  top: 0;
  z-index: 999;
  width: 300px;
  background-image: url("../../asset/img/6.png");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: left 10px bottom 20px;
  background-color: #58a1d5;
  -webkit-box-shadow: 0 3px 12px 3px #8e927e;
  -moz-box-shadow: 0 3px 12px 3px #8e927e;
  box-shadow: 0 3px 12px 3px #8e927e;
}
@media screen and (max-width: 700px) {
  .layout-header {
    position: static;
    margin: 0 auto;
    width: 100%;
    background-image: none;
    box-shadow: none;
  }
}
.layout-content {
  margin-left: 300px;
}
@media screen and (max-width: 700px) {
  .layout-content {
    margin: 0 10px;
  }
}
.panel-content {
  margin-top: 60px;
}
@media screen and (max-width: 700px) {
  .panel-content {
    margin-top: 50px;
  }
}
.layout-footer {
  margin-left: 300px;
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  .layout-footer {
    margin: 0 10px;
  }
}
.panel-footer {
  margin-top: 10px;
  margin-bottom: 40px;
  border-top: 1px dashed #dcdcdc;
  padding-top: 20px;
}
.box-footer {
  text-align: center;
  margin: 0 auto;
}
.layout-logo {
  background-color: #fff;
}
.panel-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-logo {
  margin: 0 auto;
  width: 200px;
}
.img-logo {
  margin: 0 auto;
  width: 200px;
}
.box-main-title {
  margin: 0 auto;
  width: 280px;
}
.box-sub-title {
  margin: 0 auto;
  width: 120px;
}
.layout-menu {
  color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  .layout-menu {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 700px) {
  .box-log-md {
    display: none;
  }
}
.box-log-xs {
  display: none;
}
@media screen and (max-width: 700px) {
  .box-log-xs {
    width: 100%;
    height: 40px;
    background: #58a1d5;
    float: left;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    min-height: 0;
  }
}
@media screen and (max-width: 700px) {
  .box-menu-list {
    width: 50%;
    float: right;
    border-top: 1px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    background: #58a1d5;
    vertical-align: middle;
  }
}
.img-logo {
  margin: 50px auto;
}
@media screen and (max-width: 700px) {
  .img-logo {
    width: 127px;
    margin-top: 10PX;
    margin-left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .panel-content {
    width: 100%;
  }
}
.menu-list {
  margin: 8px auto;
  width: 40%;
}
.menu-item:hover {
  color: #fff;
}
.box-menu-item {
  margin-top: 5px;
  list-style: outside;
  padding-left: 10px;
  border-left: 1px solid #fff;
  line-height: 30px;
}
@media screen and (max-width: 700px) {
  .box-menu-item {
    font-size: 13px;
    line-height: 15px;
  }
}
.box-menu-item a {
  color: #fff;
}
.box-menu-item a:hover {
  color: #d4d4d4;
}
.small-nav {
  float: right;
  padding: 12px;
}
.box-archive-list {
  margin: 0 auto;
  width: 90%;
}
.box-archive-list li {
  margin-top: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.box-archive-item-title {
  padding-bottom: 5px;
  line-height: 1.5;
  word-break: break-all;
  white-space: pre-wrap;
  padding-right: 80px;
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  .box-archive-item-title {
    font-size: 13px;
  }
}
.box-archive-item-date {
  position: relative;
  float: right;
  margin-top: -25px;
  font-size: 12px;
}
.panel-archive-index-title {
  margin-bottom: 40px;
}
.box-archive-index {
  margin: 0 auto;
  width: 90%;
}
[class*='col-'] {
  float: left;
  padding: 0 5px;
}
[class*='col-'] +:first-child {
  padding: 0 5px 0 0;
}
[class*='col-'] +:last-child {
  padding: 0 0 0 5px;
}
.box-archive-index .col-1-3 {
  width: 32.333%;
}
.box-archive-index .col-1-3 h3 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: font-small;
  letter-spacing: 2px;
}
.box-archive-index .col-1-3 ul {
  padding-left: 15px;
  line-height: 2;
}
.box-archive-index .col-1-3 span {
  font-size: font-small;
  position: relative;
  top: -1px;
  color: color-grey;
}
.box-archive-index .col-1-3 span:before {
  content: " - ";
}
.panel-archive-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .panel-archive-nav {
    font-size: 13px;
  }
}
.box-archive-nav {
  text-align: center;
  margin: 0 auto;
}
.panel-post-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-post-nav {
  width: 160px;
  margin: 0 auto;
}
.box-post-item {
  margin: 0 auto;
  width: 90%;
}
.post-item-content {
  font-family: Arial, 'Microsoft Yahei', '微软雅黑';
  line-height: 1.5;
  font-size: 14px;
  color: #5f5f5f;
}
article p,
article table,
article ol,
article ul,
article iframe,
article dl {
  margin-top: 10px;
  margin-bottom: 10px;
}
article li ol,
article li ul {
  margin-bottom: 0;
}
.content-photo {
  margin-bottom: 40px;
}
.content-meta {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 10px;
  border-bottom: 1px solid #dcdcdc;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.content-meta span.meta-category:before {
  content: "\2022";
}
.box-content-title {
  text-align: right;
  padding-top: 30px;
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: -65px;
}
.content {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.content h1 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content h2 {
  border-bottom: 1px solid #dcdcdc;
  font-size: 24px;
  letter-spacing: 2px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.content h3 {
  font-size: 22px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content h4 {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content h5 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content h6 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content blockquote {
  font-style: italic;
  font-size: 12px;
  font-family: serief;
  line-height: 1.2;
  text-align: left;
  border: 1px dashed #dcdcdc;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 10px 10px;
}
.content .pullquote {
  text-align: left;
  width: 45%;
  margin: 0;
}
.content .pullquote.left {
  margin-left: 0.5em;
  margin-right: 1em;
  float: left;
}
.content .pullquote.right {
  margin-right: 0.5em;
  margin-left: 1em;
  float: right;
}
.content .highlight {
  font-size: 12px;
}
.content img {
  max-width: 100%;
}
.content-tag {
  font-size: 10px;
  text-align: right;
  letter-spacing: 2px;
}
.content-tag:before {
  content: "Tags: ";
}
.content-nav {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
  margin-top: 60px;
}
.content-nav a {
  color: color-default;
  text-align: right;
}
.content-nav a:hover {
  color: color-link;
}
.content-comments {
  width: 80%;
  margin: 0 auto;
}
