*,
body {
  padding: 0;
  margin: 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 {
  min-height: 100vh;
  background: rgba(0, 0, 0, .03);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container .header {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.zbp_long_center img {max-width:100%;}
/* 日历有文章时显示背景色 */
#tbCalendar td {
  padding: 0 !important;
  text-align: center !important;
}

#tbCalendar td a {
  border-radius: 5px;
  background-color: #009ae1;
  color: #fff !important;
  display: block;
}


#nav,
#nav ul,
#nav ul li,
#nav ul li a,
#nav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#nav:after,
#nav>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

#nav {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}

/* #menu-line {
  position: absolute;
top: 0;
left: 0;
height: 3px;
background: #009ae1;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
} */

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

#nav.align-center>ul {
  font-size: 0;
  text-align: center;
}

#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;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#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 {
  margin-left: 100%;
  top: 0;
}

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

#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;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -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;
}

#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;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -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;
}

#nav.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  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 {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#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-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  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 {
  font-size: 14px;
  line-height: 22px;
  background-color: #F8F9F7;
}

.tags a {
  padding: 3px 6px;
  font-size: 14px;
  background-color: #009ae1;
  margin-right: 10px;
  border-radius: 4px;
  color: #fff;
}
h2.post-title { font-size:16px; }
@media all and (max-width: 768px) {
  .container .header .blogName {
    width: 50%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
  }

  #nav {
    width: 100%;
  }

  #nav ul {
    width: 100%;
    display: none;
  }


  #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 {
    float: none;
    display: block;
  }

  #nav ul ul li a {
    padding: 16px 20px;
    font-size: 16px;
    color: #000000;
    background: none;
  }

  #nav ul ul li a::before {
    content: '◈';
    margin-right: 10px;
    color: #009ae1;
  }

  #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;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #menu-line {
    display: none;
  }

  #nav #menu-button {
    display: block;
    height: 50px;
    color: #000000;
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
  }

  #nav #menu-button::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    width: 24px;
    height: 2px;
    background: #000000;
  }

  #nav #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 24px;
    height: 5px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

  #nav .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    height: 48px;
    width: 52px;
    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;
  }

  .multi-content .intro-img .multi-intro {
    word-break: break-all;
    line-height: 28px;
    text-align: justify;
    color: #000000;
  }

  .zbp_long_content .zbp_long_left .multi-content {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .1);
    padding: 20px;
    margin: 5px;
    border-radius: 8px;
  }

  .zbp_long_content .zbp_long_left .multi-content .title a {
    font-weight: 500;
    font-size: 18px;
    color: #009ae1;
  }

  .zbp_long_content .zbp_long_left .multi-content .intro-img .multi-img img {
    width: 100%;
    max-height: 500px;
    margin: 15px 0 10px;
    border-radius: 5px;
  }

  .zbp_long_content .zbp_long_left .multi-content .multi-footer {
    margin-top: 10px;
    font-size: 14px;
  }

  .multi-footer-left,
  .multi-footer-right {
    display: flex;
    line-height: 24px;
  }

  .multi-footer-left a,
  .multi-footer-right a {
    color: #8bc712;
  }

  .multi-footer-right {
    flex-wrap: wrap;
  }

  .multi-footer-left>div,
  .multi-footer-right>div {
    margin-right: 20px;
    color: #8bc712;
    font-weight: 300;
  }

  .zbp_long_left .pagebar #pagi {
    height: 40px;
    background-color: #fff;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    padding: 3px 0px;
  }

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

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    background: #009ae1;
    padding: 0px 4px;
  }

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

  .zbp_long_footer {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .zbp_long_footer #divBottom #BlogPowerBy {
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
  }

  .zbp_long_footer #divBottom #BlogPowerBy a {
    color: #fff !important;
  }

  .zbp_long_footer #divBottom #BlogCopyRight {
    font-weight: 400;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
  }

  .zbp_long_center {
    text-align: justify;
    overflow-x: scroll;
    word-break: break-all;
  }

  .zbp_long_center p {
    text-indent: 2em;
  }

  .zbp_long_center img {
    margin: 10px 0px;
  }

  .zbp_long_single_left {
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    margin: 5px;
    line-height: 24px;
    word-break: break-all;
    border-radius: 8px;
  }

  .zbp_long_single_left .zbp_long_top .title {
    font-size: 22px;
  }

  .zbp_long_single_left .zbp_long_top {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo {
    font-size: 16px;
    margin: 10px 0 5px;
    line-height: 20px;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo>div {
    margin-right: 20px;
    color: #787977;
    display: inline;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo .author a {
    color: #787977 !important;
  }

  .zbp_long_bottom {
    width: 96%;
    background: #F8F9F7;
    padding: 2%;
    margin: 10px 0px;
    color: #787977;
    font-size: 14px;
  }

  .zbp_long_bottom .singleprompt a {
    color: #6699FF;
  }

  .furtherRead h6,
  .remark .tbname {
    margin: 20px 0;
    border-left: 3px solid #6BC30D;
    min-height: 26px;
    line-height: 26px;
    padding: 5px 20px;
    background-color: #F8F9F7;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    clear: both;
  }

  .furtherRead li::before {
    content: '◈';
    margin-right: 5px;
    color: #009ae1;
  }

  .furtherRead li a {
    color: #3E8BC7;
    margin: 0 2px;
    font-size: 14px;
  }

  .furtherRead li {
    line-height: 30px;
  }

  .zbp_long_single {
    width: 100%;
  }

  .zbp_long_right,
  .zbp_long_single_right {
    width: 100%;
    height: 100%;
  }

  /* slidebar */
  .function {
    height: 100%;
    padding: 20px 20px 5px;
    margin: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
    border-radius: 8px;
  }

  .function .function_t {
    height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  #divContorPanel .function_c .cp-hello {
    width: 100%;
    display: block;
    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    width: 30%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 5px 20px;
    display: block;
    text-align: center;
  }

  #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 {
    background: #009ae1;
    color: #fff;
  }

  #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 {
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }

  #divArchives li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }

  #divNavBar .function_c li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #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 {
    content: '◈';
    margin-right: 10px;
    color: #009ae1;
  }

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

  #divCalendar #tbCalendar caption {
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 30px;
  }

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

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divSearchPanel .function_c input:last-child {
    border-color: #009ae1;
    margin-left: 6%;
    width: 20%;
    height: 32px;
    border-radius: 16px;
    cursor: pointer;
  }

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

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

  .remark .msgname {
    height: 30px;
    display: flex;
    align-items: center;
  }

  .remark .msgname a {
    font-size: 14px;
  }

  .remark .msgname img {
    width: 32px;
    height: 32px;
  }

  .remark .msgarticle {
    color: #009ae1;
  }

  .remark .msg {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 20px;
  }

  .remark .msg:first-child {
    border: none;
  }

  .remark .msgname img {
    width: 32px;
    height: 32px;
    display: none;
  }

  .remark .msgarticle {
    color: #666;
    font-size: 14px;
    margin: 4px 4px 10px;
    line-height: 24px;
  }

  #divCommentPost .posttop {
    display: flex;
    justify-content: flex-start;
  }

  #divCommentPost .posttop a {
    color: #009ae1;
    display: block;
  }

  #divCommentPost #txaArticle {
    width: 1040px;
    height: 100px;
    border-radius: 8px;
    border-color: #009ae1;
  }

  #divCommentPost p {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }

  #divCommentPost p .button {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    border-color: #009ae1;
    text-align: center;
    cursor: pointer;
  }

  #divCommentPost p .button:hover {
    background: #009ae1;
    color: #fff;
  }

  #divCommentPost p.postbottom {
    font-size: 12px;
  }

  #divCommentPost p #inpName,
  #divCommentPost p #inpEmail,
  #divCommentPost p #inpHomePage {
    width: 100%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divCommentPost p label {
    width: 100px;
    text-align: right;
  }

  .post-title {
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    background: #fff;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
  }

  .zbp_long_content {
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:960px) {
  .container .header .blogName {
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
  }

  #nav {
    width: 100%;
  }

  #nav ul {
    width: 100%;
    display: none;
  }

  #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 {
    float: none;
    display: block;
  }

  #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;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #menu-line {
    display: none;
  }

  #nav #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
  }

  #nav #menu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 30px;
    height: 4px;
    background: #000000;
  }

  #nav #menu-button::before {
    content: '';
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    width: 30px;
    height: 4px;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
  }

  #nav .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    height: 64px;
    width: 52px;
    cursor: pointer;
  }

  /* #nav .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000;
    z-index: 99;
  }

  #nav .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000;
    z-index: 99;
  } */

  #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;
  }

  .multi-content .intro-img .multi-intro {
    word-break: break-all;
    line-height: 30px;
    text-align: justify;
    color: #000000;
  }

  .zbp_long_content .zbp_long_left .multi-content {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .1);
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
  }

  .zbp_long_content .zbp_long_left .multi-content .title a {
    font-weight: 500;
  }

  .zbp_long_content .zbp_long_left .multi-content .intro-img .multi-img img {
    width: 80%;
    max-height: 500px;
    margin: 20px 10%;
  }

  .zbp_long_content .zbp_long_left .multi-content .multi-footer {
    margin-top: 30px;
    font-size: 14px;
  }

  .multi-footer-left,
  .multi-footer-right {
    display: flex;
    line-height: 30px;
  }

  .multi-footer-right {
    flex-wrap: wrap;
  }

  .multi-footer-left>div,
  .multi-footer-right>div {
    margin-right: 20px;
    color: #8bc712;
    font-weight: 300;
  }

  .zbp_long_left .pagebar #pagi {
    height: 40px;
    background-color: #fff;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    padding: 3px 0px;
    margin-bottom: 60px;
  }

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

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    background: #009ae1;
    padding: 0px 4px;
  }

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

  .zbp_long_footer {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zbp_long_footer #divBottom #BlogPowerBy {
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
  }

  .zbp_long_footer #divBottom #BlogPowerBy a {
    color: #fff !important;
  }

  .zbp_long_footer #divBottom #BlogCopyRight {
    font-weight: 400;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
  }

  .zbp_long_center {
    text-align: justify;
    overflow-x: scroll;
    word-break: break-all;
  }

  .zbp_long_center p {
    text-indent: 2em;
  }

  .zbp_long_center img {
    margin: 10px 0px;
  }

  .zbp_long_single_left {
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    margin: 20px;
    line-height: 30px;
    word-break: break-all;
    border-radius: 8px;
  }

  .zbp_long_single_left .zbp_long_top .title {
    font-size: 22px;
  }

  .zbp_long_single_left .zbp_long_top {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo {
    font-size: 16px;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo>div {
    margin-right: 20px;
    color: #787977;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo .author a {
    color: #787977 !important;
  }

  .zbp_long_bottom {
    width: 96%;
    background: #F8F9F7;
    padding: 2%;
    margin: 10px 0px;
    color: #787977;
    font-size: 12px;
  }

  .zbp_long_bottom .singleprompt a {
    color: #6699FF;
  }

  .furtherRead h6,
  .remark .tbname {
    margin: 20px 0;
    border-left: 3px solid #6BC30D;
    min-height: 26px;
    line-height: 26px;
    padding: 5px 20px;
    background-color: #F8F9F7;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    clear: both;
  }

  .furtherRead li::before {
    content: '◈';
    margin-right: 5px;
    color: #009ae1;
  }

  .furtherRead li a {
    color: #3E8BC7;
    margin: 0 2px;
    font-size: 12px;
  }

  .zbp_long_single {
    width: 100%;
  }

  .zbp_long_right,
  .zbp_long_single_right {
    width: 100%;
    height: 100%;
  }

  /* slidebar */
  .function {
    height: 100%;
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .function .function_t {
    height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  #divContorPanel .function_c .cp-hello {
    width: 100%;
    display: block;
    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    width: 30%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 5px 20px;
    display: block;
    text-align: center;
  }

  #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 {
    background: #009ae1;
    color: #fff;
  }

  #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 {
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }

  #divNavBar .function_c li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #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 {
    content: '◈';
    margin-right: 10px;
    color: #009ae1;
  }

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

  #divCalendar #tbCalendar caption {
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 30px;
  }

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

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divSearchPanel .function_c input:last-child {
    border-color: #009ae1;
    margin-left: 6%;
    width: 20%;
    height: 32px;
    border-radius: 16px;
    cursor: pointer;
  }

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

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

  .remark .msgname {
    height: 30px;
    display: flex;
    align-items: center;
  }

  .remark .msgname img {
    width: 32px;
    height: 32px;
  }

  .remark .msgarticle {
    color: #009ae1;
  }

  .remark .msg {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 20px;
  }

  .remark .msg:first-child {
    border: none;
  }

  .remark .msgname img {
    width: 32px;
    height: 32px;
  }

  .remark .msgarticle {
    color: #009ae1;
    font-size: 14px;
    margin-left: 32px;
    height: 40px;
    line-height: 40px;
  }

  #divCommentPost .posttop {
    display: flex;
    justify-content: flex-start;
  }

  #divCommentPost .posttop a {
    color: #009ae1;
    margin-bottom: 10px;
    display: block;
  }

  #divCommentPost #txaArticle {
    width: 1040px;
    height: 100px;
    border-radius: 8px;
    border-color: #009ae1;
  }

  #divCommentPost p {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }

  #divCommentPost p .button {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    border-color: #009ae1;
    text-align: center;
    cursor: pointer;
  }

  #divCommentPost p .button:hover {
    background: #009ae1;
    color: #fff;
  }

  #divCommentPost p.postbottom {
    font-size: 12px;
  }

  #divCommentPost p #inpName,
  #divCommentPost p #inpEmail,
  #divCommentPost p #inpHomePage {
    width: 100%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divCommentPost p label {
    width: 100px;
    text-align: right;
  }

  .post-title {
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    background: #fff;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
  }

  .zbp_long_content {
    width: 100%;
  }
}


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

  #nav>ul>li.has-sub>a::after {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -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;
  }

  .zbp_long_content,
  .zbp_long_single {
    width: 100%;
    min-height: calc(100vh - 90px);
    display: flex;
    justify-content: center;
    margin: 20px;
  }

  .zbp_long_left,
  .zbp_long_single_left {
    width: 90%;
    height: 100%;
  }

  .zbp_long_right,
  .zbp_long_single_right {
    display: none;
  }

  .zbp_long_left .pagebar #pagi {
    width: 100%;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    padding: 3px 0px;
  }

  .zbp_long_footer {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zbp_long_footer #divBottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .zbp_long_footer #divBottom #BlogPowerBy {
    margin-right: 30px;
    font-weight: 400;
    font-size: 14px;
  }

  .zbp_long_footer #divBottom #BlogPowerBy a {
    color: #fff !important;
  }

  .zbp_long_footer #divBottom #BlogCopyRight {
    font-weight: 400;
    font-size: 14px;
  }

  .multi-content {
    width: 96%;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    border-radius: 6px;
  }

  .multi-content .title {
    line-height: 30px;
    padding: 5px 130px 5px 0;
    border-bottom: 1px solid #E8E9E7;
    font-size: 18px;
  }

  .multi-content .intro-img {
    width: 100%;
    display: flex;
    margin: 10px 10px 0px 10px;

  }

  .multi-content .intro-img .multi-img {
    width: 30%;
    height: 220px;
    margin-right: 20px;
  }

  .multi-content .intro-img .multi-img img {
    width: 100%;
    height: 200px;
    border-radius: 6px;
  }

  .multi-content .intro-img .multi-intro {
    width: 70%;
    word-break: break-all;
    line-height: 30px;
    text-align: justify;
    color: #666666;
  }

  .multi-footer {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .multi-footer .multi-footer-left,
  .multi-footer .multi-footer-right {
    display: flex;
  }

  .multi-footer .multi-footer-left>div,
  .multi-footer .multi-footer-right>div {
    margin-right: 20px;
    color: #8bc712;
    font-weight: 300;
  }

  .zbp_long_single_left {
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    line-height: 30px;
    border-radius: 8px;
  }

  .zbp_long_single_left .zbp_long_top {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo {
    display: flex;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo>div {
    margin-right: 20px;
    color: #787977;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo .author a {
    color: #787977 !important;
  }

  .zbp_long_bottom {
    width: 96%;
    background: #F8F9F7;
    padding: 2%;
    margin: 10px 0px;
    color: #787977;
  }

  .zbp_long_bottom .singleprompt a {
    color: #6699FF;
  }

  .furtherRead h6,
  .remark .tbname {
    margin: 20px 0;
    border-left: 3px solid #6BC30D;
    min-height: 26px;
    line-height: 26px;
    padding: 5px 20px;
    background-color: #F8F9F7;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    clear: both;
  }

  .furtherRead li::before {
    content: '◈';
    margin-right: 5px;
    color: #009ae1;
  }

  .furtherRead li a {
    margin: 0 2px;
    font-size: 14px;
  }

  .zbp_long_center {
    text-align: justify;
    word-break: break-all;
  }


  .zbp_long_center img {
    margin: 10px 0px;
  }

  /* slidebar */
  .function {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .function .function_t {
    height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  #divContorPanel .function_c .cp-hello {
    width: 100%;
    display: block;
    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    width: 30%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 5px 20px;
    display: block;
    text-align: center;
  }

  #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 {
    background: #009ae1;
    color: #fff;
  }

  #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 {
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }

  #divNavBar .function_c li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #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 {
    content: '◈';
    margin-right: 10px;
    color: #009ae1;
  }

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

  #divCalendar #tbCalendar caption {
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 30px;
  }

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

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divSearchPanel .function_c input:last-child {
    border-color: #009ae1;
    margin-left: 6%;
    width: 20%;
    height: 32px;
    border-radius: 16px;
    cursor: pointer;
  }

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

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

  .post-title {
    width: 1060px;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
  }

  .post-date {
    margin-left: 20px;
  }

  .remark .msgname {
    height: 30px;
    display: flex;
    align-items: center;
  }

  .remark .msg {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 20px;
  }

  .remark .msg:first-child {
    border: none;
  }

  .remark .msgname img {
    width: 32px;
    height: 32px;
  }

  .remark .msgarticle {
    color: #009ae1;
    font-size: 14px;
    margin-left: 32px;
    height: 40px;
    line-height: 40px;
  }

  #divCommentPost .posttop {
    display: flex;
    justify-content: flex-start;
  }

  #divCommentPost .posttop a {
    color: #009ae1;
    margin-bottom: 10px;
    display: block;
  }

  #divCommentPost #txaArticle {
    width: 1040px;
    height: 100px;
    border-radius: 8px;
    border-color: #009ae1;
  }

  #divCommentPost p {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }

  #divCommentPost p .button {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    border-color: #009ae1;
    text-align: center;
    cursor: pointer;
  }

  #divCommentPost p .button:hover {
    background: #009ae1;
    color: #fff;
  }

  #divCommentPost p.postbottom {
    font-size: 12px;
  }

  #divCommentPost p #inpName,
  #divCommentPost p #inpEmail,
  #divCommentPost p #inpHomePage {
    width: 100%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divCommentPost p label {
    width: 100px;
    text-align: right;
  }

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

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    background: #009ae1;
    padding: 0px 4px;
  }

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

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

  #nav>ul>li.has-sub>a::after {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -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;
  }

  .zbp_long_content,
  .zbp_long_single {
    width: 100%;
    min-height: calc(100vh - 90px);
    margin: 20px;
    display: flex;
    justify-content: center;
  }

  .zbp_long_left,
  .zbp_long_single_left {
    width: 70%;
    height: 100%;
    margin-right: 20px;
  }

  .zbp_long_right,
  .zbp_long_single_right {
    width: 20%;
    height: 100%;
  }

  .zbp_long_left .pagebar #pagi {
    height: 40px;
    background-color: #fff;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    padding: 3px 0px;
  }

  .zbp_long_footer {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zbp_long_footer #divBottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .zbp_long_footer #divBottom #BlogPowerBy {
    margin-right: 30px;
    font-weight: 400;
    font-size: 14px;
  }

  .zbp_long_footer #divBottom #BlogPowerBy a {
    color: #fff !important;
  }

  .zbp_long_footer #divBottom #BlogCopyRight {
    font-weight: 400;
    font-size: 14px;
  }

  .multi-content {
    width: 96%;
    height: 320px;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    border-radius: 6px;
  }

  .multi-content .title {
    line-height: 30px;
    padding: 5px 130px 5px 0;
    border-bottom: 1px solid #E8E9E7;
    font-size: 18px;
  }

  .multi-content .intro-img {
    width: 100%;
    display: flex;
    margin: 10px 10px 0px 10px;

  }

  .multi-content .intro-img .multi-img {
    width: 30%;
    height: 220px;
    margin-right: 20px;
  }

  .multi-content .intro-img .multi-img img {
    width: 100%;
    height: 200px;
    border-radius: 6px;
  }

  .multi-content .intro-img .multi-intro {
    width: 70%;
    word-break: break-all;
    line-height: 30px;
    text-align: justify;
    color: #666666;
  }

  .multi-footer {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .multi-footer .multi-footer-left,
  .multi-footer .multi-footer-right {
    display: flex;
  }

  .multi-footer .multi-footer-left>div,
  .multi-footer .multi-footer-right>div {
    margin-right: 20px;
    color: #8bc712;
    font-weight: 300;
  }

  .zbp_long_single_left {
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    margin-right: 20px;
    line-height: 30px;
    border-radius: 8px;
  }

  .zbp_long_single_left .zbp_long_top {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo {
    display: flex;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo>div {
    margin-right: 20px;
    color: #787977;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo .author a {
    color: #787977 !important;
  }

  .zbp_long_bottom {
    width: 96%;
    background: #F8F9F7;
    padding: 2%;
    margin: 10px 0px;
    color: #787977;
  }

  .zbp_long_bottom .singleprompt a {
    color: #6699FF;
  }

  .furtherRead h6,
  .remark .tbname {
    margin: 20px 0;
    border-left: 3px solid #6BC30D;
    min-height: 26px;
    line-height: 26px;
    padding: 5px 20px;
    background-color: #F8F9F7;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    clear: both;
  }

  .furtherRead li::before {
    content: '◈';
    margin-right: 5px;
    color: #009ae1;
  }

  .furtherRead li a {
    margin: 0 2px;
    font-size: 14px;
  }

  .zbp_long_center {
    text-align: justify;
    word-break: break-all;
  }


  .zbp_long_center img {
    margin: 10px 0px;
  }

  /* slidebar */
  .function {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .function .function_t {
    height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  #divContorPanel .function_c .cp-hello {
    width: 100%;
    display: block;
    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    width: 30%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 5px 20px;
    display: block;
    text-align: center;
  }

  #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 {
    background: #009ae1;
    color: #fff;
  }

  #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 {
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }

  #divNavBar .function_c li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #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 {
    content: '◈';
    margin-right: 10px;
    color: #009ae1;
  }

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

  #divCalendar #tbCalendar caption {
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 30px;
  }

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

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divSearchPanel .function_c input:last-child {
    border-color: #009ae1;
    margin-left: 6%;
    width: 20%;
    height: 32px;
    border-radius: 16px;
    cursor: pointer;
  }

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

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

  .post-title {
    width: 1060px;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
  }

  .post-date {
    margin-left: 20px;
  }

  .remark .msgname {
    height: 30px;
    display: flex;
    align-items: center;
  }

  .remark .msg {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 20px;
  }

  .remark .msg:first-child {
    border: none;
  }

  .remark .msgname img {
    width: 32px;
    height: 32px;
  }

  .remark .msgarticle {
    color: #009ae1;
    font-size: 14px;
    margin-left: 32px;
    height: 40px;
    line-height: 40px;
  }

  #divCommentPost .posttop {
    display: flex;
    justify-content: flex-start;
  }

  #divCommentPost .posttop a {
    color: #009ae1;
    margin-bottom: 10px;
    display: block;
  }

  #divCommentPost #txaArticle {
    width: 1040px;
    height: 100px;
    border-radius: 8px;
    border-color: #009ae1;
  }

  #divCommentPost p {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }

  #divCommentPost p .button {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    border-color: #009ae1;
    text-align: center;
    cursor: pointer;
  }

  #divCommentPost p .button:hover {
    background: #009ae1;
    color: #fff;
  }

  #divCommentPost p.postbottom {
    font-size: 12px;
  }

  #divCommentPost p #inpName,
  #divCommentPost p #inpEmail,
  #divCommentPost p #inpHomePage {
    width: 100%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divCommentPost p label {
    width: 100px;
    text-align: right;
  }

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

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    background: #009ae1;
    padding: 0px 4px;
  }

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

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

  #nav>ul>li.has-sub>a::after {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -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;
  }

  .zbp_long_content,
  .zbp_long_single {
    width: 1400px;
    min-height: calc(100vh - 90px);
    margin: 20px;
    display: flex;
    justify-content: space-between;
  }

  .zbp_long_left,
  .zbp_long_single_left {
    width: 1080px;
    height: 100%;
    margin-right: 20px;
  }

  .zbp_long_right,
  .zbp_long_single_right {
    width: 300px;
    height: 100%;
  }

  .zbp_long_left .pagebar #pagi {
    height: 40px;
    background-color: #fff;
    margin: 20px 0px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    padding: 3px 0px;
  }

  .zbp_long_footer {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zbp_long_footer #divBottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .zbp_long_footer #divBottom #BlogPowerBy {
    margin-right: 30px;
    font-weight: 400;
    font-size: 14px;
  }

  .zbp_long_footer #divBottom #BlogPowerBy a {
    color: #fff !important;
  }

  .zbp_long_footer #divBottom #BlogCopyRight {
    font-weight: 400;
    font-size: 14px;
  }

  .multi-content {
    width: 1040px;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 10px 20px 5px 20px;
    border-radius: 6px;
  }

  .multi-content .title {
    line-height: 30px;
    padding: 5px 130px 5px 0;
    border-bottom: 1px solid #E8E9E7;
    font-size: 18px;
  }

  .multi-content .intro-img {
    display: flex;
    margin-top: 15px;

  }

  .multi-content .intro-img .multi-img {
    width: 150px;
    margin-right: 20px;
  }

  .multi-content .intro-img .multi-img img {
    width: 130px;
    max-height: 200px;
    border-radius: 6px;
  }

  .multi-content .intro-img .multi-intro {
    word-break: break-all;
    line-height: 30px;
    text-align: justify;
    color: #666666;
  }

  .multi-footer {
    height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .multi-footer .multi-footer-left,
  .multi-footer .multi-footer-right {
    display: flex;
  }

  .multi-footer-left a {
    color: #8bc712;
  }

  .multi-footer .multi-footer-left>div,
  .multi-footer .multi-footer-right>div {
    margin-right: 20px;
    color: #8bc712;
    font-weight: 300;
  }

  .commentname a {
    font-size: 14px;
  }

  .zbp_long_single_left {
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    margin-right: 20px;
    line-height: 30px;
    border-radius: 8px;
  }

  .zbp_long_single_left .zbp_long_top {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  .zbp_long_single_left .zbp_long_top h4 {
    font-size: 18px;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo {
    display: flex;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo>div {
    margin-right: 20px;
    color: #787977;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo>div i {
    font-style: normal;
  }

  .zbp_long_single_left .zbp_long_top .authorInfo .author a {
    color: #787977 !important;
  }

  .zbp_long_bottom {
    width: 96%;
    background: #f7f7f7;
    padding: 2%;
    margin: 10px 0px;
    color: #787977;
  }

  .zbp_long_bottom .singleprompt a {
    color: #009ae1;
  }

  .furtherRead h6,
  .remark .tbname {
    margin: 20px 0;
    border-left: 3px solid #6BC30D;
    min-height: 26px;
    line-height: 26px;
    padding: 5px 20px;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    clear: both;
  }

  .furtherRead li::before {
    content: '◈';
    margin-right: 5px;
    color: #009ae1;
  }

  .furtherRead li a {
    margin: 0 2px;
    font-size: 14px;
  }

  .zbp_long_center {
    margin: 20px 0 10px;
    font-size: 15px;
    color: #666;
    text-align: justify;
    word-break: break-all;
  }

  .singleprompt {
    font-size: 14px;
    line-height: 26px;
  }

  .zbp_long_center img {
    margin: 10px 0px;
  }

  /* slidebar */
  .function {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .function .function_t {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
  }

  #divContorPanel .function_c .cp-hello {
    width: 100%;
    margin-top: 20px;
    display: block;
    text-align: center;
  }

  #divContorPanel .function_c .cp-login a,
  #divContorPanel .function_c .cp-vrs a {
    width: 30%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 5px 20px;
    display: block;
    text-align: center;
  }

  #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 {
    background: #009ae1;
    color: #fff;
  }

  #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 {
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 8px;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }

  #divArchives li,#divTags li,#divCatalog li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }

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

  #divNavBar .function_c li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #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 {
    content: '◈';
    margin-right: 10px;
    color: #009ae1;
  }

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

  #divCalendar #tbCalendar caption {
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 30px;
  }

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

  #divCalendar #tbCalendar thead tr th,
  #divCalendar #tbCalendar tbody tr td {
    width: 36px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  #divSearchPanel .function_c input:first-child {
    width: 70%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divSearchPanel .function_c input:last-child {
    border-color: #009ae1;
    margin-left: 6%;
    width: 20%;
    height: 32px;
    border-radius: 16px;
    cursor: pointer;
  }

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

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

  .post-title {
    width: 1060px;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
  }

  .post-date {
    margin-left: 20px;
  }

  .remark .msgname {
    height: 30px;
    display: flex;
    align-items: center;
  }

  .remark .msgname small {
    font-size: 14px;
  }

  .remark .msg {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 20px;
  }

  .remark .msg:first-child {
    border: none;
  }

  .remark .msgname img {
    width: 32px;
    height: 32px;
    margin: 15px 10px 0 0;
  }

  .remark .msgarticle {
    color: #666;
    font-size: 14px;
    margin-left: 48px;
    padding: 5px 0 10px;
    line-height: 24px;
  }

  #divCommentPost .posttop {
    display: flex;
    justify-content: flex-start;
  }

  #divCommentPost .posttop a {
    color: #009ae1;
    display: block;
  }

  #divCommentPost #txaArticle {
    width: 1040px;
    height: 100px;
    border-radius: 8px;
    border-color: #009ae1;
  }

  #divCommentPost p {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }

  #divCommentPost p .button {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    border-color: #009ae1;
    text-align: center;
    cursor: pointer;
  }

  #divCommentPost p .button:hover {
    background: #009ae1;
    color: #fff;
  }

  #divCommentPost p.postbottom {
    font-size: 12px;
  }

  #divCommentPost p #inpName,
  #divCommentPost p #inpEmail,
  #divCommentPost p #inpHomePage {
    width: 100%;
    height: 26px;
    border-radius: 4px;
    border-color: #009ae1;
  }

  #divCommentPost p label {
    width: 100px;
    text-align: right;
  }

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

  .pagebar #pagi a,
  .pagebar #pagi b {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    border-radius: 5px;
    background: #009ae1;
    padding: 0px 4px;
  }

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

/*修改滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
  }
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.04);
  background   : rgba(0, 0, 0, .3);
  }
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }