/* b30000  0dbeeb */
:root {
  --primaryColor: #0dbeeb;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #262626;
  background-color: #f9f9f9;
}

a {
  outline: none;
  text-decoration: none;
  color: #666;
  transition: .4s;
}
ul, li {
  margin: 0;
  padding: 0;
}
body {
  /* background: #f7f9fb */
}
.pl {
  float: left;
}
.pr {
  float: right;
}
.cl {
  overflow: hidden;
}
a {
  color: #444;
  transition: color .4s;
  
}
a:focus,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #0dbeeb;
  color: var(--primaryColor);

}


.card {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.card .card-header {
  margin: 0 15px;
  
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.card .card-header-real {
  display: inline-block;
  position: relative;
  padding: 15px 0;
}
.card .card-header-real:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 5px;
  background-color: var(--primaryColor);
}
.card .card-body {
  padding: 15px;
  padding-top: 0;
}
#blog-sidebar .card .card-body ul,
#blog-sidebar .card .card-body li {
  list-style: none;
  outline: none;
}
#blog-sidebar .card .card-body li {
  margin-bottom: 15px;
}
#blog-sidebar .card .card-body li  a {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
#blog-sidebar .card .card-body li  a:hover {
  text-decoration: underline;
}
#blog-sidebar .card .card-body li .thumb-image {
  padding-right: 0;
}
#blog-sidebar .card .card-body li .thumb-image a {
  display: block;
}
#blog-sidebar .card .card-body li .thumb-image img {
  width: 100%;
  border-radius: 2px;
}
#blog-sidebar .card .card-body li .title {
  overflow: hidden;
}
#blog-sidebar .card .card-body li .info {
  color: #999;
  margin-top: 10px;
}

#blog-sidebar .card.tags .card-body .control,
#blog-sidebar .card.tags .card-body li {
  display: inline-block;
}

#blog-sidebar .card.tags .card-body .control {
  margin-bottom: 10px;
}

#blog-sidebar .card.tags .card-body .control>a.tags,
#blog-sidebar .card.tags .card-body li a {
  display: block;
  color: #fff;
  padding: 1px 5px;
  border-radius: 2px;
  margin-right: 5px;
  border: 1px solid #ddd;
  color: #555;
  transition: .2s;
}



/* hot模块 特别适配 */
#blog-sidebar .card.hot .card-body li {
  position: relative;
  padding-left: 5px;
}
#blog-sidebar .card.hot .card-body li .no {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #bbb;
  padding: 1px 7px;
  border-radius: 2px;
  color: #fff;
}
#blog-sidebar .card.hot .card-body ul>li:nth-child(1) .no,
#blog-sidebar .card.hot .card-body ul>li:nth-child(2) .no,
#blog-sidebar .card.hot .card-body ul>li:nth-child(3) .no {
  background-color: var(--primaryColor);
}
#blog-sidebar .card.hot .card-body li a {
  height: auto;
  padding-left: 25px;
}
#blog-sidebar .card.hot .card-body li a:hover {
  text-decoration: none;
  margin-bottom: 0;
}
#blog-sidebar .card .card-body .card-body-right .info {
  position: absolute;
  left: 7.5px;
  bottom: 0;
  margin: 0;
}

#blog-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.occupy {
  height: 60.2136px;
  margin-top: 20px;
}
#blog-header .logo {
  margin: 0;
  height: 60.2136px;
  line-height: 60.2136px;
  padding: 0;
}
#blog-header .logo img {
  width: 160px;
  height: 60.2136px;
}
#blog-header a:focus {
  background-color: initial;
}
#blog-header #blog-navbar .dropdown.open>a,
#blog-header #blog-navbar .dropdown>a,
#blog-header #blog-navbar .dropdown.open>a:focus,
#blog-header #blog-navbar .dropdown>a:focus {
  position: relative;
  background-color: initial;
  font-size: 15px;
}


#blog-header #blog-navbar .dropdown>a::before{
  transition: ease .3s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: transparent;
  height: 4px;
}
#blog-header #blog-navbar .dropdown>a.active::before {
  background-color: var(--primaryColor);
}
/* #blog-header #blog-navbar .dropdown:hover>a:before {
  background-color: #eee;
} */

#blog-header #blog-navbar .dropdown:hover>a,
#blog-header #blog-navbar .dropdown.open:hover>a {
  color: #0dbeeb;
  color: var(--primaryColor);
}
#blog-header #blog-navbar .dropdown>ul {
  margin-top: 1px;
}




.image-border-box {
  position: relative;
  display: block;
  border: 1px solid transparent;
  /* padding: 2px; */
  overflow: hidden;
}

.image-border-box .label {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 4px 6px;
  background-color: var(--primaryColor);
  color: #fff;
  font: 14px;
  font-weight: normal;
  border-radius: 0;
}



.postItemCard {
  background-color: #fff;
  margin: 15px 0;
  border-radius: 2px;
  overflow: hidden;
  transition: .5s;
  padding: 0 10px;
  height: 161.8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.postItemCard:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px;
}
.postItemCard:first-child {
  margin-top: 0;
}
.postItemCards>.postItemCard:last-child {
  border-bottom: none;
}

.postItemCard h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}
.postItemCard h2 a {
  display: block;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.postItemCard h2 a:hover {
  text-decoration: underline;
  /* color: #888; */
}



.postItemCard .post-text {
  font-size: 12px;
  opacity: .8;
  word-wrap: break-word;
  overflow: hidden;
}
.postItemCard .post-img {
  padding: 15px;
  padding-left: 0;
}
.postItemCard .post-img img {
  transition: .5s;
  /* height: 100%;  */
  height: 126px;
  width: 100%;
}
.postItemCard .post-meta {
  position: absolute;
  bottom: 15px;
  left: 0;
  color: #999;
}
.postItemCard .post-meta .post-meta-item {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
.postItemCard .post-meta .post-meta-item ion-icon {
  margin-right: 5px;
}
.postItemCard .post-tags {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.postItemCard .post-tags a {
  display: inline-block;
  font-size: 14px;
  color: #999;

  padding: 3px 0;
}
.postItemCard .post-tags a:hover {
  color: #0dbeeb;
  color: var(--primaryColor);
}


.postItemCard .post-right {
  padding-top: 15px;
  padding-left: 0;
  height: 100%;
}


.postItemCard .post-text {
  margin-bottom: 15px;
}

.postItemCard .top-article::before {
  content: "\7f6e\9876";
  background-color: var(--primaryColor);
  color: #fff;
  padding: 2px 4px;
  font-weight: normal;
  border-radius: 4px;
}

.pagebar {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.pagebar>* {
  display: inline-block;
  background-color: #fff;
  padding: 6px 10px;
  margin-right: 10px;
  cursor: pointer;
  color: var(--primaryColor);
  border-radius: 4px;
}
.pagebar>.page.now-page {
  border: none;
  cursor: default;
  background-color: var(--primaryColor);
  color: #fff;
}
.pagebar>*[title="<<"],
.pagebar>*[title=">>"] {
  display: none;
}
.pagebar>*:last-child {
  margin-right: 0;
}
.pagebar>a:hover {
  background-color: #0dbeeb;
  background-color: var(--primaryColor);
  color: #fff;
}



#blog-footer {
  margin-top: 50px;
  background-color: #eee;
  text-align: center;
  padding: 20px 0;
}
#blog-footer a {
  opacity: .7;
}
#blog-footer #footerNav {
  border-bottom: 1px solid #3b424a;
  padding-bottom: 10px;
  text-align: left;
}
#blog-footer #footerNav a {
  margin: 0 10px;
}
#blog-footer a:hover {
  opacity: 1;
}

#blog-footer .footerNavExtra {
  font-size: 12px;
}
#blog-footer .footer-rightIcons a{
  font-size: 20px;
  color: #fff;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background: #3b4148;
  margin-left: 5px;
}
#blog-footer .footer-rightIcons a ion-icon {
  display: inline-block;
  height: 34px;
  line-height: 34px;
}

.search-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .8);
  z-index: 7000;
  padding-top: 50px;
  border-bottom: 1px solid #fff;
}
.search-modal .container {
  max-width: 800px;
}
.search-modal .searchFrame {
  width: 600px;
  margin-top: 30px;
  font-size: 22px;
  border: none;
  outline: none;
  padding: 10px;
  /* background-color: transparent; */
  border-bottom: 2px solid #ddd;
}
.search-modal .search-modal-close {
  font-size: 44px;
  cursor: pointer;
  opacity: .5;
}
.search-modal .searchFrame:focus {
  border-color: #0dbeeb;
  border-color: var(--primaryColor);
  /* -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08); */
}
.search-modal .searchBtn {
  background-color: #0dbeeb;
  background-color: var(--primaryColor);
  font-size: 22px;
  border: none;
  outline: none;
  padding: 5px 20px;
  color: #fff;
  border-radius: 30px;
}
.search-modal form {
  margin-top: 120px;
}



.pathnav {
  padding: 0;
  background-color: transparent;
  color: #999;
  margin-bottom: 10px;
}
.pathnav>li+li:before {
  content: "\203a";
  color: #999;
}
.pathnav a {
  color: #999;
}
.pathnav>ol {
  display: inline-block;
}


.aux {
  position: fixed;
  right: 18px;
  bottom: 80px;
  z-index: 1499;
}
.aux .aux-item {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  font-size: 20px;
  margin-bottom: -1px;
  border-radius: 50%;
  margin-top: 15px;
}
.aux .aux-item ion-icon {
  height: 40px;
}
.aux .aux-item:hover {
  background-color: #0dbeeb;
  background-color: var(--primaryColor);
  color: #fff;
}
.aux .aux-item.clickToTop {
  display: none;
}

.aux .aux-item .aux-panel {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 100%;
  cursor: inherit;
  pointer-events: none;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  animation-fill-mode : forwards;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.aux .aux-item:hover .aux-panel {
  color: #666;
  background-color: transparent;
  padding-right: 16px;
  cursor: initial;
  pointer-events: all;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.aux .aux-item .aux-panel .aux-panel-main {
  display: none;
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 16px;
  height: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  cursor: initial;
  overflow: hidden;
  padding: 10px;
  font-size: 16px;
  word-break: break-all;
  z-index: 1500;

  /* -webkit-box-shadow: 0 4px 3px rgba(0,0,0,.2);
  box-shadow: 0 4px 3px rgba(0,0,0,.2); */

  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.aux .aux-item .aux-panel .aux-caret {
  display: none;
  position: absolute;
  right: -8px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-width: 12px; /* 三角形宽度 */
  border-style: solid;
  border-color: transparent transparent transparent #ddd;
  z-index: 1510;
}
.aux .aux-item .aux-panel .aux-caret::after {
  content: "";
  position: absolute;
  top: -11px; /* 三角形宽度 - 边框宽度 */
  left: -12px; /* 三角形宽度 */
  border-width: 11px; /* 三角形宽度 - 边框宽度 */
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  z-index: 1511;
}
.aux .aux-item>.aux-button {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.aux .aux-item>.aux-button>img {
  /* margin-left: -1px; */
  width: 100%;
  height: 40px;
}

.post.single {
  background-color: #fff;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.post.single .post-title {
  font-size: 22px;
  margin-top: 0;
  line-height: 1.3;
  word-break: break-all;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.post.single .post-header {
  color: #999;
  text-align: center;
}
.post.single .post-header small {
  margin: 0 8px;
}

.post.single .post-header .post-author-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 3px;
}
ion-icon {
  margin-bottom: -2px;
}

.post.single .post-body {
  font-size: 16px;
  line-height: 2;
  color: #222;
  word-wrap: break-word;
  overflow: hidden;
}
.post.single .post-body p {
  word-wrap: break-word;
}
.post.single .post-body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.post.single .post-footer .post-state {
  color: #999;
  /* border-top: 1px solid #e0e0e0; */
}
.post.single .post-footer .post-state .post-site {
  color: #999;
  text-decoration: underline;
}
.post.single .post-footer .post-tags {
  margin-top: 40px;
  text-align: justify;
}
.post.single .post-footer .post-tags a {
  display: inline-block;
  color: #999;
}
.post.single .post-footer .post-tags a:hover {
  color: #222;
}

.post.single .post-footer .post-share {
  text-align: center;
  margin-top: 40px;
}
.post.single .post-footer .post-share .post-share-tip {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.post.single .post-footer .post-share .post-share-item {
  display: inline-block;
  text-align: center;
  /* background-color: #efefef; */
  border: 1px solid #d0d0d0;
  padding-top: 7.5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-right: 10px;
}
.post.single .post-footer .post-share .post-share-item:last-child {
  margin-right: 0
}
.post.single .post-footer .post-share .post-share-item svg {
  width: 25px;
  height: 25px;
}

.post.single .post-footer .post-share .post-share-item svg path {
  stroke: #999;
  fill: #999;
}

.post.single .post-footer .post-share .post-share-item.wechat .hoverpanel-main {
  width: 150px;
  height: 160px;
  top: 40px;
  left: -40px;
  z-index: 10;
}
.post.single .post-footer .post-share .post-share-item.wechat .hoverpanel-main>img {
  width: 100%;
  height: 100%;
}
.post.single .post-related a img {
  width: 100%;
  margin-bottom: 10px;
}
.post.single .post-related a {
  font-size: 16px;
}
.post.single .post-comment input,
.post.single .post-comment textarea {
  outline: none;
  border-radius: 4px;
}
.post.single .post-comment .button {
  background-color: #0dbeeb;
  background-color: var(--primaryColor);
  color: #fff;
  border: none;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 4px;
}
.post.single .post-comment input[type="text"],
.post.single .post-comment textarea {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
}
.post.single .post-comment input[type="text"] {
  margin-bottom: 15px;
}
.post.single .post-comment ul,
.post.single .post-comment ul li {
  list-style: none;
  outline: none;
}
.post.single .post-comment .msg.msghead .tbname,
.post.single .post-comment .posttop {
  font-size: 18px;
}
.post.single .post-comment .post-comment-item .msgname {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 20px;
}
.post.single .post-comment .post-comment-list>.post-comment-item:nth-child(2)>.msgname {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.post.single .post-comment .post-comment-item .msgname .avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.post.single .post-comment .post-comment-item .msgtime {
  color: #999;
  font-size: 12px;
}
.post.single .post-comment .post-comment-item .msgarticle {
  padding-left: 45px;
}
.post.single .post-comment .post-comment-item .revertcomment a {
  color: #0dbeeb;
  color: var(--primaryColor);
  font-size: 14px;
}
.post.single .post-comment .post-comment-item #cancel-reply {
  margin-left: 5px;
  color: #0dbeeb;
  color: var(--primaryColor);
}
.post.single .post-comment .reply-frm {
  margin-top: 10px;
}
.post.single .post-comment .noComment {
  color: #999;
  text-align: center;
  font-size: 16px;
  margin: 30px 0;
}


.post-prev-next {
  margin-top: 40px;
}
.post-prev-next .post-next {
  text-align: right;
}
.post-prev-next .post-prev-guide,
.post-prev-next .post-next-guide {
  font-size: 12px;
  color: #999;
}
.banner-ad {
  background-color: #f8f8f8;
}
.banner-ad.top {
  margin-bottom: 20px;
}
.banner-ad.bottom {
  margin-top: 40px;
}
.banner-ad img {
  width: 100%;
}

body.not-found .not-found-title {
  font-size: 60px;
  text-align: center;
  font-weight: bolder;
}
body.not-found .not-found-msg {
  font-size: 16px;
  text-align: center;
  color: #888;
}

/* PC端 */
@media (min-width:768px) {
  #blog-header .logo {
    margin-right: 25px;
  }
  #blog-header #blog-navbar .dropdown>a {
    height: 60.2136px;
    line-height: 60.2136px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #blog-header #blog-navbar {
    min-height: 1px;
  }
  #blog-header #blog-navbar .dropdown {
    
  }
  #blog-header #blog-navbar .dropdown .dropdown-menu {
    display: block;
    padding: 5px 0;
    background-color: #FFF;
    border: 0 solid rgba(31, 45, 61, 0);
    box-shadow: 0 1.5rem 4rem rgb(31 45 61 / 20%);
    transform: scale(0.8) translate(-25%, 0);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }
  #blog-header #blog-navbar .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: scale(1) translate(-25%, 0);
  }

  #blog-header #blog-navbar .dropdown-menu>li>a {
    padding: 12px 40px;
    font-size: 16px;
    text-align: center;
  }
  #blog-header #blog-navbar .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: var(--primaryColor);
    /* background-color: #f8f8f8; */
  }

  #blog-header #blog-navbar .dropdown:hover>a,
  #blog-header #blog-navbar .dropdown.open:hover>a {
    color: var(--primaryColor);
  }

  #blog-header #blog-navbar .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
  }

  #blog-header #blog-search-box {
    margin-top: 13px;
    width: 200px;
  }
  #topbar-right>li {
    line-height: 60.2136px;
    margin-left: 45px;
  }
  #topbar-right .clickShowSearch {
    cursor: pointer;
  }
  #topbar-right>li a{
    height: 60.2136px;
    line-height: 60.2136px;
    padding: 0;
  }
  #blog-header .dropdown-menu a {
    color: #262626;
  }
  #carousel-generic .carousel-control {
    opacity: 0;
  }

  .post.single {
    padding-right: 40px;
  }
}

/* 移动端 */
@media (max-width:768px) {
  #blog-header {
    padding-left: 15px;
  }
  #blog-header #blog-navbar .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #0dbeeb;
    color: var(--primaryColor);
  }

  #blog-header #blog-navbar .dropdown>a>.caret {
    float: right;
    padding: 10px 0;
  }

  #blog-header #blog-navbar .dropdown>.caret2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    cursor: pointer;
  }

  .navbar-nav .open2 .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #blog-header #blog-navbar .mobile-expandNavIcon {
    font-size: 24px;
  }
  #blog-header #blog-navbar .logo {
    margin-left: 15px;
  }

  #blog-header .navbar-toggle.collapsed {
    margin: 0;
    padding: 0;
    font-size: 30px;
    height: 60.2136px;
  }


  #carousel-generic .carousel-control {
    opacity: 1;
  }

  #carousel-generic .carousel-caption>h3 {
    font-size: 14px;
  }

  .postItemCard .post-right header h2 {
    font-size: 16px;
    margin-bottom: 7.5px;
  }

  .postItemCard .post-text {
    max-height: 32px;
    overflow: hidden;
  }

  .occupy {
    height: calc(60.2136px - 10px);
    height: 50.2136px;
  }

  #topbar-right a:hover {
    background-color: var(--primaryColor);;
    color: #fff;
  }

  .search-modal .searchFrame {
    width: 100%;
    margin-bottom: 10px;
  }
  .search-modal .searchBtn {
    width: 100%;
  }
  .post-prev-next .post-next {
    margin-top: 20px;
  }
  .post-prev-next .post-prev,
  .post-prev-next .post-next {
    text-align: center;
  }
  .post-prev-next .post-prev .post-prev-guide,
  .post-prev-next .post-next .post-next-guide {
    margin-bottom: 3px;
  }

  #blog-sidebar {
    margin-top: 15px;
  }
}
