@charset "utf-8";
/* CSS Document */
body{
  background-color: #f8f8f8;
}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
/* 将斜体扶正 */
em, i {
  font-style: normal;
}
/* 重置列表元素 */
/*ul, ol, li {*/
/*  list-style: none;*/
/*}*/
/* 重置a标签属性 */
/*a {*/
/*  text-decoration: none;*/
/*}*/
a:hover {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  color: #0B7DF2;
}
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
/* 让链接里的 img 无边框 */
img {
  border: none;
}
/* 使得表单元素在 ie 下能继承字体大小 */
button, input, select, textarea {
  font-size: 100%;
}
/*表格和div内容自动换行*/
table, div {
  word-break: break-all;
  word-wrap: break-word;
}
/*禁止textarea拖动*/
textarea {
  resize: none;
}
pre{
  padding: 10px 0;
  margin-bottom: 10px;
}
/* 分页开始 */
.b-page {
  background: #fff;
  box-shadow: 0px 1px 2px 0px #E2E2E2;
}
.page {
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  overflow: hidden;
}
.page .first, .page .prev, .page .current, .page .num, .page .current, .page .next, .page .end {
  padding: 8px 16px;
  margin: 0 5px;
  display: inline-block;
  color: #333;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.page .first:hover, .page .prev:hover, .page .current:hover, .page .num:hover, .page .current:hover, .page .next:hover, .page .end:hover {
  text-decoration: none;
  background: #dedede;
}
.page .current {
  background-color: #00c4cc;
  color: #FFF;
  border-radius: 5px;
  border: 1px solid #00c4cc;
}
.page .current:hover {
  text-decoration: none;
  background: #00c4cc;
}
.page .not-allowed {
  cursor: not-allowed;
}
/* 分页结束 */

/*页面加载进度条*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -ms-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
  background: #00c4cc;
  pointer-events: none;
}
/*页面加载进度条*/

.single .text-left{
  background-color: #fff;
  padding: 15px;
}

.search-tips{
  padding: 15px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
}
.search-tips strong{
  color: #00C4CC;
}

/*友链*/
aside.link .tags-list{
  padding: 0;
  list-style-type: none;
}
aside.link .tags-list li{
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 10px;
  height: 40px;
  box-sizing: border-box;
}
aside.link .tags-list li img{
  width: 20px;
  height: 20px;
  background: #ededed;
  background-image: url(../../images/logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
aside.link .tags-list li a{
  margin-left: 5px;
}

article .main img{
  cursor: pointer;
  max-width: 100%;
}
article .original{
  color: #858585;
}

.prev-next-article ul{
  list-style-type: none;
}
.prev-next-article ul li{
  font-size: 16px;
}
.prev-next-article ul .b-prev{
  margin-bottom: 10px;
}
.prev-next-article ul li span{
  color: #b2b2b2;
}


footer .go-top {
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #00C4CC;
  font-size: 50px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 90px;
  display: none;
}

footer .go-top:hover {
  background: #147878
}

#b-modal-login .b-login-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
#b-modal-login .b-login-row ul{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
#b-modal-login .b-login-row ul li{
  margin-bottom: 10px;
}
#b-modal-login h4{
  text-align: center;
  font-size: 18px;
}
#b-modal-login .b-login-row .b-login-img img {
  width: 100%;
  height: 100%;
}
#b-modal-login .modal-dialog .row {
  margin-left: 0;
  margin-right: 0;
}

.firstbar .nav-icons li .head_img{
  width: 30px;
  height: 30px;
}
