h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #222;
}
html {
  background-color: #e9fbf8;
  background-image: -webkit-radial-gradient(50% 0, ellipse farthest-corner, #dbf5f1 0%, #9be4d8 100%);
  background-image: radial-gradient(ellipse farthest-corner at 50% 0, #dbf5f1 0%, #9be4d8 100%);
}
body {
  background-color: #e9fbf8;
  overflow-x: hidden;
  font-family: Lato, "Microsoft YaHei", sans-serif;
  font-weight: 400;
}
.container {
  max-width: 960px;
  margin: 0 auto;
}
.flex-col-1 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.main {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 20px 0 140px;
}
.main .content {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
.main .content .archive {
  min-height: 400px;
  position: relative;
}
.main .content .archive .year {
  display: block;
  font-weight: bold;
  color: #d44950;
  text-shadow: 1px 1px #efefef, 3px 3px #ffc0cb;
  font-size: 38px;
  margin: 10px 0;
}
.main .content .archive .archive_item {
  font-size: 17px;
  margin-left: 40px;
  margin-top: 5px;
}
.main .content .archive .archive_item .date {
  color: #24a5db;
}
.main .content .archive .archive_item a {
  margin-left: 10px;
  color: #d0648a;
  transition: all 0.5s ease;
}
.main .content .archive .archive_item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.main .content .archive .page-nav {
  position: absolute;
  bottom: 0;
}
.main .content .banner {
  margin: 60px auto 20px;
  width: 100%;
  height: 400px;
  background-color: #fefefe;
  -moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 10px 1px rgba(0,0,0,0.2);
  position: relative;
}
.main .content .banner:after {
  width: 180px;
  height: 40px;
  content: " ";
  margin-left: -90px;
  border: 1px solid rgba(200,200,200,0.8);
  background: rgba(254,254,254,0.6);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  left: 50%;
  top: -20px;
}
.main .content .banner .headintro {
  padding: 20px;
}
.main .content .banner .headintro p {
  text-align: center;
  margin: 0 auto;
}
.main .content .banner .headintro .title {
  margin-top: 90px;
  color: #d44950;
  font-size: 8rem;
  text-shadow: 1px 1px #efefef, 3px 3px #ffc0cb;
}
.main .content .banner .headintro .subtitle {
  font-size: 24px;
  color: #666;
}
@media (max-width: 991px) {
  .main .content .archive .year {
    font-size: 22px !important;
    margin-left: 40px;
  }
  .main .content .archive .archive_item {
    font-size: 14px;
    margin-left: 30px;
  }
  .main .content .banner {
    height: 300px;
  }
  .main .content .banner .headintro .title {
    margin-top: 60px;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .main .content .banner {
    height: 260px;
  }
  .main .content .banner .headintro .title {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .main {
    padding-top: 80px;
  }
  .main .content .banner {
    margin-top: 80px;
    height: 260px;
  }
  .main .content .banner .headintro .subtitle {
    font-size: 2rem;
  }
  .main .content .banner .headintro .title {
    margin-top: 70px;
    font-size: 3rem;
    text-shadow: 1px 1px #efefef, 2px 2px #ffc0cb;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  background-color: #000;
  transition: top 0.3s ease;
}
.header .color-bar.out {
  height: 7px;
}
.header .color-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 13px;
  width: 100%;
  transition: height 0.3s ease;
}
.header .color-bar ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.header .color-bar ul .bar1 {
  background-color: #f12f25;
}
.header .color-bar ul .bar2 {
  background-color: #ff9531;
}
.header .color-bar ul .bar3 {
  background-color: #efd21f;
}
.header .color-bar ul .bar4 {
  background-color: #aec534;
}
.header .color-bar ul .bar5 {
  background-color: #24a5db;
}
.header .color-bar ul .bar6 {
  background-color: #5830cb;
}
.header .color-bar ul li {
  height: 100%;
  width: 16.6666%;
  float: left;
  list-style: none;
}
.header .header-wrapper {
  display: flex;
  width: 90%;
  max-width: 1000px;
  padding: 0 5px;
  height: 46px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .header-wrapper .blog-title {
  display: flex;
}
.header .header-wrapper .blog-title .logo {
  width: 32px;
  height: 32px;
}
.header .header-wrapper .blog-title .title {
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}
.header .header-wrapper .navbar-menu {
  color: #d0648a;
}
.header .header-wrapper .navbar {
  min-height: 0;
  margin: 0;
}
.header .header-wrapper .navbar .container-fluid .navbar-header .navbar-toggle {
  margin: 0;
  border: 1px solid #fff;
  padding: 7px 6px;
}
.header .header-wrapper .navbar .container-fluid .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header .header-wrapper .navbar .menu {
  margin: 0;
  padding: 0;
  float: left;
}
.header .header-wrapper .navbar .menu .menu-item {
  display: inline-block;
  margin-right: 10px;
}
.header .header-wrapper .navbar .menu .menu-item i {
  width: 30px;
  height: auto;
  text-align: center;
}
.header .header-wrapper .navbar .menu .menu-item-link {
  text-decoration: none;
  transition: color 0.5s ease;
  color: #ccc;
}
.header .header-wrapper .navbar .menu .menu-item-link:hover {
  color: #ffd700;
}
.nav-collapse {
  left: 0;
  background-color: #000;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s ease;
  border-top: 3px dashed #ffd700;
}
.nav-collapse .menu-mobile {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  min-height: 30px;
}
.nav-collapse .menu-mobile .menu-item {
  display: block;
}
.nav-collapse .menu-mobile .menu-item a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.5s ease;
  line-height: 35px;
}
.nav-collapse .menu-mobile .menu-item a i {
  width: 30px;
  text-align: center;
}
.nav-collapse .menu-mobile .menu-item a span {
  padding: 0 20px;
}
.nav-collapse .menu-mobile .menu-item a:hover {
  color: #ffd700;
}
@media (min-width: 768px) {
  .menu-pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .menu-pc {
    display: none;
  }
}
.post {
  margin: 0 auto 50px auto;
  padding: 30px 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px #ddd;
}
.post img {
  max-width: 100%;
}
.post .post-title {
  font-size: 1.5em;
  border-bottom: 2px dashed #ffc0cb;
  margin-bottom: 10px;
}
.post .post-title h2.title {
  display: block;
  font-weight: bold;
  color: #333;
  text-shadow: #efefef 1px 1px, #fff0f5 3px 3px;
  text-decoration: none;
  font-size: 34px;
  margin: 10px 0;
  border-bottom: 0;
}
.post .post-title .tag {
  border-radius: 3px;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  background-color: #22c3aa;
  margin-bottom: 10px;
}
.post .post-meta {
  position: relative;
}
.post .post-meta .post-time {
  position: absolute;
  right: 0;
  top: -40;
  color: #337ab7;
}
.posts {
  margin-top: 6em;
}
.posts .post {
  position: relative;
  line-height: 2 !important;
}
.posts .post:first-child {
  margin-top: 0;
}
.posts .post-title {
  font-size: 1.5em;
  border-bottom: 2px dashed #ffc0cb;
  margin-bottom: 20px;
}
.posts .post-title .post-title-link {
  display: inline-block;
  font-weight: bold;
  color: #333;
  text-shadow: #efefef 1px 1px, #fff0f5 3px 3px;
  text-decoration: none;
  font-size: 26px;
  margin: 10px 0 0;
}
.posts .post-title .post-title-link i {
  font-size: 16px;
}
.posts .post-title .post-category {
  font-size: 14px;
}
.posts .post-title .post-tags a {
  border-radius: 3px;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  background-color: #22c3aa;
  margin-bottom: 10px;
}
.posts .post-content a {
  color: #368ccb;
  text-decoration: none;
}
.posts .post-content p img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  height: auto;
  padding: 20px 0;
}
.posts .post-content .video-container {
  width: 90%;
  height: 45%;
  margin: auto;
  margin-bottom: 20px;
}
.posts .post-content .video-container iframe {
  width: 100%;
  height: 100%;
}
.posts .post-content .post-gallery {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
.posts .post-content .post-gallery .post-gallery-img {
  display: table-cell;
  vertical-align: middle;
  border: none;
}
.posts .post-content .fancybox {
  width: 33.333%;
}
.posts .post-content .fancybox img {
  margin: 0 auto 25px;
  box-sizing: border-box;
  padding: 3px;
}
.posts .post-meta {
  width: 180px;
  height: 40px;
  content: " ";
  margin-left: -90px;
  border: 1px solid rgba(200,200,200,0.8);
  background: rgba(254,254,254,0.6);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  position: absolute;
  left: 50%;
  top: -20px;
  color: #bababa;
}
.posts .post-meta .post-time {
  position: absolute;
  color: #ee2830;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -46px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .posts {
    margin-top: 10em;
  }
  .posts .post-title .post-title-link {
    font-size: 24px;
  }
  .posts .post .post-content h2 {
    font-size: 23px !important;
  }
  .posts .post .post-content h3 {
    font-size: 18px !important;
  }
  .posts .post .post-content p img {
    width: 100%;
    width: 100%;
  }
  .post {
    padding: 30px 10px;
  }
  .post table td {
    padding: 0;
  }
}
h1 {
  font-size: 24px !important;
}
h2 {
  font-size: 22px !important;
}
h3 {
  font-size: 20px !important;
}
h4 {
  font-size: 18px !important;
}
h5 {
  font-size: 16px !important;
}
h6 {
  font-size: 14px !important;
}
article .pullquote.left {
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}
article .pullquote.right {
  float: right;
  margin-left: 10px;
  margin-right: 5px;
}
article blockquote p {
  margin-bottom: 25px;
}
article h2.title {
  margin-bottom: 0.25em;
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin-bottom: 30px;
}
article h3 {
  font-weight: bold;
  margin: 20px 0 10px;
}
article p {
  font-size: 14px;
  margin: 0 0 25px;
  line-height: 2;
}
article table {
  width: 100%;
  border: 1px solid #eee;
  border-collapse: collapse;
}
article table .gutter pre {
  background-color: #eff2f3;
}
article table th {
  padding: 8px;
  border: 1px solid #ddd;
  line-height: 20px;
  vertical-align: middle;
}
article table td {
  font-size: 14px;
  padding: 8px;
  border: 1px solid #ddd;
  line-height: 20px;
  vertical-align: middle;
}
article table tbody tr:nth-child(2n) {
  background-color: #fafafa;
}
.highlight {
  background: #fafafa;
  padding: 0 5px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  overflow: auto;
  color: #ccc;
}
pre,
xmp,
plaintext,
listing {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
table {
  font-weight: 400;
}
.gutter pre {
  color: #666;
}
.gutter {
  font-size: 90%;
}
.code {
  padding: 2px 4px;
  font-size: 90%;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background-color: #f9f9f9;
  border-radius: 3px;
}
.gutter pre {
  text-align: right;
  padding-right: 20px;
}
.highlight.bash {
  margin: 10px 0;
}
.highlight pre {
  overflow-x: auto;
  font-size: 13px;
  color: #777;
  background-color: #fafafa;
  white-space: pre;
  word-wrap: normal;
  border: 0;
  font-family: monospace;
  margin-bottom: 0;
}
.highlight table {
  margin: 0;
  width: auto;
  border: 0;
}
.highlight td {
  border: none;
  padding: 0;
}
.highlight td .line {
  line-height: 1.5;
  font-weight: 400;
}
pre .comment,
pre .title {
  color: #999;
}
pre .variable,
pre .attribute,
pre .tag .name,
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: #2f6f9f;
}
pre .tag .attr {
  color: #4f9fcf;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #f99157;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #0a8;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #d44950;
}
pre .css .hexcolor {
  color: #6cc;
}
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: #2f6f9f;
}
pre .keyword,
pre .javascript .function {
  color: #c9c;
}
.page-nav {
  text-align: center;
  font-size: 16px;
  margin: 14px 0;
  width: 100%;
  position: relative;
}
.page-nav .extend {
  color: #fff;
  transition: color 2s ease;
}
.page-nav .extend:hover {
  color: #ee1289;
  text-decoration: none;
}
.page-nav .prev {
  position: absolute;
  left: 0;
}
.page-nav .next {
  position: absolute;
  right: 0;
}
.page-nav .page-number {
  display: inline-block;
  width: 23px;
  color: #ee1289;
  transition: color 0.5s ease;
}
.page-nav .page-number:hover {
  color: #ee1289;
  text-decoration: none;
}
.page-nav .current {
  color: #ee1289;
}
.post-nav {
  font-size: 16px;
}
.post-nav .post-nav-next {
  float: left;
}
.post-nav .post-nav-next a {
  color: #000;
  transition: color 0.5s ease;
}
.post-nav .post-nav-next a:hover {
  color: #ee1289;
  text-decoration: none;
}
.post-nav .post-nav-prev {
  float: right;
}
.post-nav .post-nav-prev a {
  color: #000;
  transition: color 0.5s ease;
}
.post-nav .post-nav-prev a:hover {
  color: #ee1289;
  text-decoration: none;
}
.footer {
  width: 100%;
  padding: 30px 20px;
  background-color: #333;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.footer span {
  margin: 0 5px;
}
.footer i {
  margin-right: 10px;
}
.footer a {
  color: #24a5db;
  transition: color 0.5s ease;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  color: #97ffff;
}
.footer .copyright span {
  margin: 2px;
}
.footer .copyright .author {
  margin-left: 15px;
}
@media (max-width: 480px) {
  .footer {
    padding: 15px 10px;
    font-size: 14px;
  }
}
.tags .tags-title {
  display: block;
  font-weight: bold;
  color: #d44950;
  text-shadow: 1px 1px #efefef, 3px 3px #ffc0cb;
  font-size: 38px;
  margin: 10px 0;
}
.tags .tag-list-item {
  display: inline-block;
  margin: 20px 40px;
  border-radius: 3px;
  color: #fff;
}
.tags .tag-list-item a {
  color: #fff;
  transition: all 0.5s ease;
  display: inline-block;
  background-color: #22c3a4;
  padding: 5px 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tags .tag-list-item a:hover {
  color: #d0648a;
  text-decoration: none;
}
.tags .tag-list-item .tag-list-count {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #d0648a;
}
@media (max-width: 480px) {
  .tags .tag-list {
    padding: 0;
  }
  .tags .tag-list .tag-list-item {
    margin: 10px;
  }
}
