*,
body {
  margin: 0;
  padding: 0;

  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

a {
  text-decoration: none;

  color: #333333;
}

a:hover {
  color: #009ae1;
}

li {
  list-style: none;
}

pre {
  overflow: auto;
}

.container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container .header {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-around;

  width: 100%;

  background: #fff;
}

/* 日历有文章时显示背景色 */
#tbCalendar td {
  padding: 0 !important;

  text-align: center !important;
}

#tbCalendar td a {
  display: block;

  color: #fff !important;
  border-radius: 5px;
  background-color: #009ae1;
}

#nav,
#nav ul,
#nav ul li,
#nav ul li a,
#nav #menu-button {
  position: relative;

  display: block;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  list-style: none;

  border: 0;

  line-height: 1;
}

#nav:after,
#nav>ul:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: ".";

  line-height: 0;
}

#nav #menu-button {
  display: none;
}

#nav {
  width: auto;

  background: #ffffff;

  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

#nav>ul>li {
  float: left;
}

#nav.align-center>ul {
  text-align: center;

  font-size: 0;
}

#nav.align-center>ul>li {
  display: inline-block;
  float: none;
}

#nav.align-center ul ul {
  text-align: left;
}

#nav.align-right>ul>li {
  float: right;
}

#nav.align-right ul ul {
  text-align: right;
}

#nav>ul>li>a {
  padding: 16px 20px;

  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-decoration: none;
  text-transform: uppercase;

  color: #000000;

  font-size: 16px;
  font-weight: 500;
}

#nav>ul>li:hover>a,
#nav>ul>li.active>a {
  color: #009ae1;
}

#nav>ul>li.navbar-item>a {
  padding-right: 25px;
}

#nav>ul>li.navbar-item:hover>a::after {
  border-color: #009ae1;
}

#nav ul ul {
  position: absolute;
  left: -9999px;

  background-color: #F8F9F7;
}

#nav li:hover>ul {
  left: auto;

  box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
}

#nav.align-right li:hover>ul {
  right: 0;
}

#nav ul ul ul {
  top: 0;

  margin-left: 100%;
}

#nav.align-right ul ul ul {
  margin-right: 100%;
  margin-left: 0;
}

#nav ul ul li {
  height: 0;

  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

#nav>ul>li.has-sub>a {
  padding-right: 25px;
}

#nav>ul>li.has-sub>a::after {
  position: absolute;
  top: 20px;
  right: 24px;

  width: 6px;
  height: 6px;

  content: "";
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#nav>ul>li.has-sub:hover>a::after {
  border-color: #009ae1;
}

#nav ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;

  width: 4px;
  height: 4px;

  content: "";
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#nav.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;

  border-top: 1px solid #dddddd;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #dddddd;
}

#nav ul ul li.has-sub:hover>a::after {
  border-color: #ffffff;
}

#nav ul li:hover>ul>li {
  height: 32px;
}

#nav ul ul li a {
  width: 160px;
  padding: 10px 20px;

  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-decoration: none;

  background: #fff;

  font-size: 12px;
}

#nav ul ul li:hover>a,
#nav ul ul li a:hover {
  color: #009ae1;
}

#nav.align-right ul ul li.navbar-item>a::after {
  right: auto;
  left: 10px;

  border-top: 1px solid #dddddd;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #dddddd;
}

#nav ul ul li.navbar-item:hover>a::after {
  border-color: #ffffff;
}

#nav ul a.on {
  color: #009ae1;
}

.tags span {
  background-color: #F8F9F7;

  font-size: 14px;
  line-height: 22px;
}

.tags a {
  margin-right: 10px;
  padding: 3px 6px;

  color: #fff;
  border-radius: 4px;
  background-color: #009ae1;

  font-size: 14px;
}

h2.post-title {
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .container .header .blogName {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;

    width: 50%;
    height: 50px;
    padding-left: 20px;

    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
  }

  #nav {
    width: 100%;
  }

  #nav ul {
    display: none;

    width: 100%;
  }


  #nav.align-center>ul,
  #nav.align-right ul ul {
    text-align: left;
  }

  #nav ul li,
  #nav ul ul li,
  #nav ul li:hover>ul>li {
    width: 100%;
    height: auto;

    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #nav ul li a,
  #nav ul ul li a {
    width: 100%;
  }

  #nav>ul>li,
  #nav.align-center>ul>li,
  #nav.align-right>ul>li {
    display: block;
    float: none;
  }

  #nav ul ul li a {
    padding: 16px 20px;

    color: #000000;
    background: none;

    font-size: 16px;
  }

  #nav ul ul li:hover>a,
  #nav ul ul li a:hover {
    color: #000000;
  }

  #nav ul ul ul li a {
    padding-left: 40px;
  }

  #nav ul ul,
  #nav ul ul ul {
    position: relative;
    right: auto;
    left: 0;

    width: 100%;
    margin: 0;
  }

  #menu-line {
    display: none;
  }

  #nav #menu-button {
    display: block;

    height: 50px;

    cursor: pointer;
    text-transform: uppercase;

    color: #000000;

    font-size: 24px;
  }

  #nav #menu-button::after {
    position: absolute;
    top: 18px;
    right: 20px;

    display: block;

    width: 24px;
    height: 2px;

    content: '';

    background: #000000;
  }

  #nav #menu-button::before {
    position: absolute;
    top: 25px;
    right: 20px;

    display: block;

    width: 24px;
    height: 5px;

    content: '';

    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

  #nav .submenu-button {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    display: block;

    width: 52px;
    height: 48px;

    cursor: pointer;
  }

  #nav .submenu-button.submenu-opened:after {
    display: none;
  }

  #nav>ul>li.has-sub>a::after,
  #nav ul ul li.has-sub>a::after {
    display: block;

    margin-left: -10px;
  }

  /* 分页开始 */
  .pagebar #pagi {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0px 4px;

    text-align: center;

    color: #fff;
    background: #009ae1;

    line-height: 30px;
  }

  .pagebar #pagi .zit {
    width: 26px;
    height: 26px;

    color: #333333;
    border: 2px solid #009ae1;
    background-color: #fff;

    line-height: 26px;
  }

  /* 分页结束 */

  /* slidebar开始 */
  .function {
    height: 100%;
    margin: 5px;
    padding: 20px 20px 5px;

    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
  }

  .function .function_t {
    height: 26px;
    margin-bottom: 10px;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  #divContorPanel .function_c .cp-hello {
    display: block;

    width: 100%;

    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    display: block;

    width: 30%;
    padding: 5px 20px;

    text-align: center;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
  }

  #divContorPanel .function_c .cp-vrs a {
    float: right;

    margin-top: -34px;
  }

  #divContorPanel .function_c .cp-login a:hover,
  #divContorPanel .function_c .cp-vrs a:hover {
    color: #fff;
    background: #009ae1;
  }

  #divCatalog .function_c li,
  #divPrevious .function_c li,
  #divFavorites .function_c li,
  #divArchives .function_c li,
  #divStatistics .function_c li,
  #aside_random .function_c li,
  #aside_hot .function_c li,
  #divComments .function_c li,
  #divAuthors .function_c li,
  #divLinkage .function_c li,
  #divTags .function_c li,
  #aside_pro .function_c li,
  #aside_tags .function_c li {
    overflow: hidden;

    margin-bottom: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    border-bottom: 1px solid rgba(0, 0, 0, .1);

    line-height: 30px;

  }

  #divArchives li {
    display: inline-block;

    width: 49%;

    vertical-align: top;
  }

  #divNavBar .function_c li {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    line-height: 30px;
  }

  #divCatalog .function_c li::before,
  #divPrevious .function_c li::before,
  #divNavBar .function_c li::before,
  #divFavorites .function_c li::before,
  #divArchives .function_c li::before,
  #divStatistics .function_c li::before,
  #aside_random .function_c li::before,
  #aside_hot .function_c li::before,
  #divComments .function_c li::before,
  #divAuthors .function_c li::before,
  #divLinkage .function_c li::before,
  #divTags .function_c li::before,
  #aside_pro .function_c li::before,
  #aside_tags .function_c li::before {
    margin-right: 10px;

    content: '◈';

    color: #009ae1;
  }

  /* 日历 */
  #divCalendar #tbCalendar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #divCalendar #tbCalendar caption {
    display: flex;
    align-items: center;

    height: 30px;

    line-height: 30px;
  }

  #divCalendar #tbCalendar caption a:first-child,
  #divCalendar #tbCalendar caption a:last-child {
    margin-top: -5px;

    font-size: 28px;
  }

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;

    text-align: center;

    line-height: 30px;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;

    border-color: #009ae1;
    border-radius: 4px;
  }

  #divSearchPanel .function_c input:last-child {
    width: 20%;
    height: 32px;
    margin-left: 6%;

    cursor: pointer;

    border-color: #009ae1;
    border-radius: 16px;
  }

  #divSearchPanel .function_c input:last-child:hover {
    color: #fff;
    background-color: #009ae1;
  }

  #divMisc ul {
    display: flex;
    justify-content: center;
  }

  /* slidebar结束 */
}

@media screen and (min-width:768px) and (max-width:960px) {
  .container .header .blogName {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;

    width: 50%;
    height: 40px;
    padding-left: 20px;

    font-weight: 500;
    line-height: 40px;
  }

  #nav {
    width: 100%;
  }

  #nav ul {
    display: none;

    width: 100%;
  }

  #nav>ul>li.navbar-item>a {
    font-size: 14px;
  }

  #nav.align-center>ul,
  #nav.align-right ul ul {
    text-align: left;
  }

  #nav ul li,
  #nav ul ul li,
  #nav ul li:hover>ul>li {
    width: 100%;
    height: auto;

    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #nav ul li a,
  #nav ul ul li a {
    width: 100%;
  }

  #nav>ul>li,
  #nav.align-center>ul>li,
  #nav.align-right>ul>li {
    display: block;
    float: none;
  }

  #nav ul ul li a {
    padding: 20px 20px 20px 30px;

    color: #000000;
    background: none;
  }

  #nav ul ul li:hover>a,
  #nav ul ul li a:hover {
    color: #000000;
  }

  #nav ul ul ul li a {
    padding-left: 40px;
  }

  #nav ul ul,
  #nav ul ul ul {
    position: relative;
    right: auto;
    left: 0;

    width: 100%;
    margin: 0;
  }

  #menu-line {
    display: none;
  }

  #nav #menu-button {
    display: block;

    padding: 20px;

    cursor: pointer;
    text-transform: uppercase;

    color: #000000;

    font-size: 24px;
  }

  #nav #menu-button::after {
    position: absolute;
    top: 10px;
    right: 20px;

    display: block;

    width: 30px;
    height: 4px;

    content: '';

    background: #000000;
  }

  #nav #menu-button::before {
    position: absolute;
    top: 18px;
    right: 20px;

    display: block;

    width: 30px;
    height: 4px;

    content: '';

    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
  }

  #nav .submenu-button {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    display: block;

    width: 52px;
    height: 64px;

    cursor: pointer;
  }

  #nav .submenu-button.submenu-opened:after {
    display: none;
  }

  #nav>ul>li.has-sub>a::after,
  #nav ul ul li.has-sub>a::after {
    display: block;

    margin-left: -10px;
  }


  /* 分页开始 */
  .pagebar #pagi {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 0px 4px;

    text-align: center;

    color: #fff;
    background: #009ae1;

    line-height: 30px;
  }

  .pagebar #pagi .zit {
    color: #333333;
    border: 2px solid #009ae1;
    background-color: #fff;
  }

  /* 分页结束 */


  /* slidebar开始 */
  .function {
    height: 100%;
    margin: 20px;
    margin-bottom: 20px;
    padding: 20px;

    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
  }

  .function .function_t {
    height: 26px;
    margin-bottom: 10px;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  #divContorPanel .function_c .cp-hello {
    display: block;

    width: 100%;

    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    display: block;

    width: 30%;
    padding: 5px 20px;

    text-align: center;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
  }

  #divContorPanel .function_c .cp-vrs a {
    float: right;

    margin-top: -34px;
  }

  #divContorPanel .function_c .cp-login a:hover,
  #divContorPanel .function_c .cp-vrs a:hover {
    color: #fff;
    background: #009ae1;
  }

  #divCatalog .function_c li,
  #divPrevious .function_c li,
  #divFavorites .function_c li,
  #divArchives .function_c li,
  #divStatistics .function_c li,
  #aside_random .function_c li,
  #aside_hot .function_c li,
  #divComments .function_c li,
  #divAuthors .function_c li,
  #divLinkage .function_c li,
  #divTags .function_c li,
  #aside_pro .function_c li,
  #aside_tags .function_c li {
    overflow: hidden;

    margin-bottom: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    border-bottom: 1px solid rgba(0, 0, 0, .1);

    line-height: 30px;

  }

  #divNavBar .function_c li {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    line-height: 30px;
  }

  #divCatalog .function_c li::before,
  #divPrevious .function_c li::before,
  #divNavBar .function_c li::before,
  #divFavorites .function_c li::before,
  #divArchives .function_c li::before,
  #divStatistics .function_c li::before,
  #aside_random .function_c li::before,
  #aside_hot .function_c li::before,
  #divComments .function_c li::before,
  #divAuthors .function_c li::before,
  #divLinkage .function_c li::before,
  #divTags .function_c li::before,
  #aside_pro .function_c li::before,
  #aside_tags .function_c li::before {
    margin-right: 10px;

    content: '◈';

    color: #009ae1;
  }

  /* 日历 */
  #divCalendar #tbCalendar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #divCalendar #tbCalendar caption {
    display: flex;
    align-items: center;

    height: 30px;

    line-height: 30px;
  }

  #divCalendar #tbCalendar caption a:first-child,
  #divCalendar #tbCalendar caption a:last-child {
    margin-top: -8px;

    font-size: 38px;
  }

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;

    text-align: center;

    line-height: 30px;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;

    border-color: #009ae1;
    border-radius: 4px;
  }

  #divSearchPanel .function_c input:last-child {
    width: 20%;
    height: 32px;
    margin-left: 6%;

    cursor: pointer;

    border-color: #009ae1;
    border-radius: 16px;
  }

  #divSearchPanel .function_c input:last-child:hover {
    color: #fff;
    background-color: #009ae1;
  }

  /* slidebar开始 */
}


@media screen and (min-width:960px) and (max-width:1280px) {
  .container .header .blogName {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
  }

  #nav>ul>li.has-sub>a::after {
    position: absolute;
    top: 21px;
    right: 10px;

    width: 4px;
    height: 4px;

    content: "";
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }

  /* slidebar开始 */
  .function {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 10px;

    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
  }

  .function .function_t {
    height: 26px;
    margin-bottom: 10px;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  #divContorPanel .function_c .cp-hello {
    display: block;

    width: 100%;

    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    display: block;

    width: 30%;
    padding: 5px 20px;

    text-align: center;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
  }

  #divContorPanel .function_c .cp-vrs a {
    float: right;

    margin-top: -34px;
  }

  #divContorPanel .function_c .cp-login a:hover,
  #divContorPanel .function_c .cp-vrs a:hover {
    color: #fff;
    background: #009ae1;
  }

  #divCatalog .function_c li,
  #divPrevious .function_c li,
  #divFavorites .function_c li,
  #divArchives .function_c li,
  #divStatistics .function_c li,
  #aside_random .function_c li,
  #aside_hot .function_c li,
  #divComments .function_c li,
  #divAuthors .function_c li,
  #divLinkage .function_c li,
  #divTags .function_c li,
  #aside_pro .function_c li,
  #aside_tags .function_c li {
    overflow: hidden;

    margin-bottom: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    border-bottom: 1px solid rgba(0, 0, 0, .1);

    line-height: 30px;

  }

  #divNavBar .function_c li {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    line-height: 30px;
  }

  #divCatalog .function_c li::before,
  #divPrevious .function_c li::before,
  #divNavBar .function_c li::before,
  #divFavorites .function_c li::before,
  #divArchives .function_c li::before,
  #divStatistics .function_c li::before,
  #aside_random .function_c li::before,
  #aside_hot .function_c li::before,
  #divComments .function_c li::before,
  #divAuthors .function_c li::before,
  #divLinkage .function_c li::before,
  #divTags .function_c li::before,
  #aside_pro .function_c li::before,
  #aside_tags .function_c li::before {
    margin-right: 10px;

    content: '◈';

    color: #009ae1;
  }

  /* 日历 */
  #divCalendar #tbCalendar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #divCalendar #tbCalendar caption {
    display: flex;
    align-items: center;

    height: 30px;

    line-height: 30px;
  }

  #divCalendar #tbCalendar caption a:first-child,
  #divCalendar #tbCalendar caption a:last-child {
    margin-top: -8px;

    font-size: 38px;
  }

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;

    text-align: center;

    line-height: 30px;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;

    border-color: #009ae1;
    border-radius: 4px;
  }

  #divSearchPanel .function_c input:last-child {
    width: 20%;
    height: 32px;
    margin-left: 6%;

    cursor: pointer;

    border-color: #009ae1;
    border-radius: 16px;
  }

  #divSearchPanel .function_c input:last-child:hover {
    color: #fff;
    background-color: #009ae1;
  }

  /* slidebar结束 */

  /* 分页开始 */
  .pagebar #pagi {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 0px 4px;

    text-align: center;

    color: #fff;
    background: #009ae1;

    line-height: 30px;
  }

  .pagebar #pagi .zit {
    color: #333333;
    border: 2px solid #009ae1;
    background-color: #fff;
  }

  /* 分页结束 */

}

@media screen and (min-width:1280px) and (max-width:1400px) {
  .container .header .blogName {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
  }

  #nav>ul>li.has-sub>a::after {
    position: absolute;
    top: 24px;
    right: 10px;

    width: 4px;
    height: 4px;

    content: "";
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }

  /* slidebar开始 */
  .function {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 10px;

    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
  }

  .function .function_t {
    height: 26px;
    margin-bottom: 10px;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  #divContorPanel .function_c .cp-hello {
    display: block;

    width: 100%;

    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    display: block;

    width: 30%;
    padding: 5px 20px;

    text-align: center;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
  }

  #divContorPanel .function_c .cp-vrs a {
    float: right;

    margin-top: -34px;
  }

  #divContorPanel .function_c .cp-login a:hover,
  #divContorPanel .function_c .cp-vrs a:hover {
    color: #fff;
    background: #009ae1;
  }

  #divCatalog .function_c li,
  #divPrevious .function_c li,
  #divFavorites .function_c li,
  #divArchives .function_c li,
  #divStatistics .function_c li,
  #aside_random .function_c li,
  #aside_hot .function_c li,
  #divComments .function_c li,
  #divAuthors .function_c li,
  #divLinkage .function_c li,
  #divTags .function_c li,
  #aside_pro .function_c li,
  #aside_tags .function_c li {
    overflow: hidden;

    margin-bottom: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    border-bottom: 1px solid rgba(0, 0, 0, .1);

    line-height: 30px;

  }

  #divNavBar .function_c li {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    line-height: 30px;
  }

  #divCatalog .function_c li::before,
  #divPrevious .function_c li::before,
  #divNavBar .function_c li::before,
  #divFavorites .function_c li::before,
  #divArchives .function_c li::before,
  #divStatistics .function_c li::before,
  #aside_random .function_c li::before,
  #aside_hot .function_c li::before,
  #divComments .function_c li::before,
  #divAuthors .function_c li::before,
  #divLinkage .function_c li::before,
  #divTags .function_c li::before,
  #aside_pro .function_c li::before,
  #aside_tags .function_c li::before {
    margin-right: 10px;

    content: '◈';

    color: #009ae1;
  }

  /* 日历 */
  #divCalendar #tbCalendar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #divCalendar #tbCalendar caption {
    display: flex;
    align-items: center;

    height: 30px;

    line-height: 30px;
  }

  #divCalendar #tbCalendar caption a:first-child,
  #divCalendar #tbCalendar caption a:last-child {
    margin-top: -8px;

    font-size: 38px;
  }

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;

    text-align: center;

    line-height: 30px;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;

    border-color: #009ae1;
    border-radius: 4px;
  }

  #divSearchPanel .function_c input:last-child {
    width: 20%;
    height: 32px;
    margin-left: 6%;

    cursor: pointer;

    border-color: #009ae1;
    border-radius: 16px;
  }

  #divSearchPanel .function_c input:last-child:hover {
    color: #fff;
    background-color: #009ae1;
  }

  /* slidebar结束 */

  /* 分页开始 */
  .pagebar #pagi {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 0px 4px;

    text-align: center;

    color: #fff;
    background: #009ae1;

    line-height: 30px;
  }

  .pagebar #pagi .zit {
    color: #333333;
    border: 2px solid #009ae1;
    background-color: #fff;
  }

  /* 分页结束 */

}

@media all and (min-width: 1400px) {
  .container .header .blogName {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
  }

  #nav>ul>li.has-sub>a::after {
    position: absolute;
    top: 20px;
    right: 10px;

    width: 4px;
    height: 4px;

    content: "";
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }


  /* slidebar开始 */
  .function {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px;

    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
  }

  .function .function_t {
    margin-bottom: 10px;

    border-bottom: 1px solid rgba(0, 0, 0, .1);

    font-size: 18px;
    line-height: 30px;
  }

  #divContorPanel .function_c .cp-hello {
    display: block;

    width: 100%;
    margin-top: 20px;

    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    display: block;

    width: 30%;
    padding: 5px 20px;

    text-align: center;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
  }

  #divContorPanel .function_c .cp-vrs a {
    float: right;

    margin-top: -34px;
  }

  #divContorPanel .function_c .cp-login a:hover,
  #divContorPanel .function_c .cp-vrs a:hover {
    color: #fff;
    background: #009ae1;
  }

  #divCatalog .function_c li,
  #divPrevious .function_c li,
  #divFavorites .function_c li,
  #divArchives .function_c li,
  #divStatistics .function_c li,
  #aside_random .function_c li,
  #aside_hot .function_c li,
  #divComments .function_c li,
  #divAuthors .function_c li,
  #divLinkage .function_c li,
  #divTags .function_c li,
  #aside_pro .function_c li,
  #aside_tags .function_c li {
    overflow: hidden;

    margin-bottom: 8px;
    padding-bottom: 6px;

    white-space: nowrap;
    text-overflow: ellipsis;

    border-bottom: 1px solid rgba(0, 0, 0, .1);

    line-height: 30px;

  }

  #divArchives li,
  #divTags li,
  #divCatalog li {
    display: inline-block;

    width: 49%;

    vertical-align: top;
  }

  .function_c li a {
    font-size: 14px;
  }

  #divNavBar .function_c li {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    line-height: 30px;
  }

  #divCatalog .function_c li::before,
  #divPrevious .function_c li::before,
  #divNavBar .function_c li::before,
  #divFavorites .function_c li::before,
  #divArchives .function_c li::before,
  #divStatistics .function_c li::before,
  #aside_random .function_c li::before,
  #aside_hot .function_c li::before,
  #divComments .function_c li::before,
  #divAuthors .function_c li::before,
  #divLinkage .function_c li::before,
  #divTags .function_c li::before,
  #aside_pro .function_c li::before,
  #aside_tags .function_c li::before {
    margin-right: 10px;

    content: '◈';

    color: #009ae1;
  }

  /* 日历 */
  #divCalendar #tbCalendar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #divCalendar #tbCalendar caption {
    display: flex;
    align-items: center;

    height: 30px;

    line-height: 30px;
  }

  #divCalendar #tbCalendar caption a:first-child,
  #divCalendar #tbCalendar caption a:last-child {
    margin-top: -4px;

    font-size: 18px;
  }

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;

    text-align: center;

    line-height: 30px;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;

    border-color: #009ae1;
    border-radius: 4px;
  }

  #divSearchPanel .function_c input:last-child {
    width: 20%;
    height: 32px;
    margin-left: 6%;

    cursor: pointer;

    border-color: #009ae1;
    border-radius: 16px;
  }

  #divSearchPanel .function_c input:last-child:hover {
    color: #fff;
    background-color: #009ae1;
  }

  /* sliderbar介绍 */

  .pagebar #pagi {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 0px 4px;

    text-align: center;

    color: #fff;
    border-radius: 5px;
    background: #009ae1;

    font-size: 12px;
    line-height: 30px;
  }

  .pagebar #pagi .zit {
    width: 26px;
    height: 26px;

    color: #333333;
    border: 2px solid #009ae1;
    background-color: #fff;

    line-height: 26px;
  }
}

/*修改滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.04);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ededed;
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}