@charset "utf-8";
/* CSS Document */ :root {
  --bl: #384253;
  --re: #f1716c;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, textarea {
  outline: none
}
html {
  font-size: 16px;
}
body {
  font: 1rem "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  line-height: 1.5;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6, em, i {
  font-weight: normal;
  font-style: normal;
}
ul, ol, li {
  list-style-type: none;
}
a {
  color: #212529;
  text-decoration: none;
  outline: 0;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear;
}
a:hover {
  text-decoration: none;
  color: #f73131;
  color: var(--re);
}
a:focus {
  outline: 0;
}
h1 {
  font-size: 30px
}
h2 {
  font-size: 26px
}
h3 {
  font-size: 22px
}
h4 {
  font-size: 20px
}
h5 {
  font-size: 16px
}
h6 {
  font-size: 16px
}
input {
  background-color: #FFF;
  border: 1px solid #ccc;
  color: #555;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
}
sup, sub {
  font-size: 0.6em;
  margin-left: 6px;
}
blockquote {
  border-left: 4px solid var(--re);
  padding: 0.75rem;
  background-color: #f8f9fa;
  margin-bottom: 1rem;
  color: #636874;
}
blockquote p {
  color: #636874 !important;
}
blockquote p:last-child {
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table, table td, table th {
  border: 1px solid rgba(170, 172, 182, 0.15)
}
table td, table th {
  padding: 6px
}
table th {
  background-color: #f8f9fa
}
code {
  margin: 0 2px;
  padding: 3px 4px;
  border-radius: 3px;
  color: #636874;
  background-color: #f8f9fa
}
.tce {
  text-align: center;
}
.sg {
  line-height: 2;
  font-size: 24px;
  border-top: 1px #efefef solid;
  margin: 20px 0 30px 0;
  padding-top: 20px;
}
.btn {
  color: #384253;
  color: var(--bl);
  padding: 7px 20px;
  border: 1px solid;
  border-color: #384253;
  border-color: var(--bl);
  background-color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: middle;
  transition: all .5s;
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #384253;
  background: var(--bl);
  border-color: #384253;
  border-color: var(--bl);
}
.btn-c {
  background-color: #f1716c;
  background-color: var(--re);
  border-color: #f1716c;
  border-color: var(--re);
  color: #fff
}
.small .btn {
  padding: 7px 12px;
  font-size: 0.8em;
  height: 25px;
}
.f_l {
  float: left
}
.f_r {
  float: right
}
.hid {
  overflow: hidden
}
.con {
  width: 100%;
  margin: auto
}
@media only screen and (min-width: 930px) {
  .con {
    width: 930px;
  }
}
@media only screen and (max-width: 960px) {
  .con {
    width: 90%;
  }
}
/* 头 */
.header {
  padding: 20px 0;
  position: relative;
  height: 90px
}
.so {
  margin-top: 8px
}
.so .btn {
  margin-left: -1px;
}
.logo a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #222831;
  line-height: 1;
  height: 50px;
}
.logo img {
  display: block;
  height: 100%;
}
.navBtn, .schBtn {
  width: 25px;
  height: 25px;
  position: relative;
  float: right;
  cursor: pointer;
  margin-top: 5px;
  display: none;
}
.schBtn {
  margin-right: 15px;
}
.navBtn span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.navBtn span:before, .navBtn span:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: all .3s;
}
.navBtn span:before {
  top: -10px;
}
.navBtn span:after {
  bottom: -9px;
}
.navBtn.open span {
  height: 0;
}
.navBtn.open span:before {
  transform: rotate(45deg);
  top: 50%;
}
.navBtn.open span:after {
  transform: rotate(-45deg);
  top: 50%;
}
.schBtn span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.schBtn span:before {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #333;
  border-radius: 10px;
  top: 0;
  left: 0;
}
.schBtn span:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 3px;
  right: -3px;
  top: 19px;
  background: #333;
  border-radius: 5px 0 0 5px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#nav li {
  display: inline-block;
  position: relative;
  z-index: 999;
}
#nav li a {
  display: inline-block;
  padding: 8px 15px;
}
#nav li a:hover, .selected {
  background: #f1716c;
  background: var(--re);
}
.navbar nav {
  background: #384253;
  background: var(--bl);
  color: #fff;
}
.navbar nav a {
  color: #fff;
}
#nav li ul {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  z-index: 6;
}
#nav li li {
  float: none;
  width: 100%;
  background-color: #f1716c;
  background-color: var(--re);
  min-width: 110px;
}
#nav li li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media only screen and (max-width:960px) {
  .navbar {
    border-bottom: 1px solid #eee;
  }
  .header {
    height: 68px;
    padding: 15px 0;
  }
  .logo a {
    height: 40px;
  }
  .so {
    background-color: rgba(34, 40, 49, 0.79);
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 7;
    width: 100%;
    max-height: 0;
    -moz-transition: max-height, .5s;
    -o-transition: max-height, .5s;
    -webkit-transition: max-height, .5s;
    transition: max-height, .5s;
  }
  .so input {
    width: 100%;
    background-color: transparent;
    border: 0;
    height: 45px;
    color: #fff;
  }
  .so input[type=search]::-webkit-input-placeholder {
    color: #BDCADA;
  }
  .so input[type=search]:-moz-placeholder {
    color: #BDCADA;
  }
  .so input[type=search]::-moz-placeholder {
    color: #BDCADA;
  }
  .so input[type=search]:-ms-input-placeholder {
    color: #BDCADA;
  }
  .so button {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 45px;
  }
  .navBtn, .schBtn {
    display: block;
  }
  .so.active {
    max-height: 60px;
  }
  #nav {
    position: fixed;
    left: -230px;
    top: 0;
    width: 230px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(34, 40, 49, 0.79);
    z-index: 7;
    transition: left .3s;
  }
  #nav .con {
    width: 100%;
    padding: 10px 0;
  }
  #nav.open {
    left: 0;
  }
  #nav li ul {
    position: static;
    left: auto;
    top: auto;
    width: auto;
  }
  #nav li {
    width: 100%;
  }
  #nav li a {
    float: none;
    width: 100%;
    line-height: 45px;
    padding: 0 2em 0 1.5em;
    text-align: left;
    font-size: 16px;
  }
  #nav li em {
    position: absolute;
    right: 0;
    top: 0;
    width: 2em;
    height: 45px;
    display: block;
    cursor: pointer;
  }
  #nav li em:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
  }
  #nav li a:hover, .selected, #nav li li {
    background-color: transparent;
  }
  #nav li li a {
    padding-left: 3em;
  }
}
/* 面包 */
.current {
  font-size: 14px;
  margin: 20px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: .6;
}
.current a:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -2px 9px 0 6px;
  border: 0 #bbb solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  vertical-align: middle;
}
/* 列表 */
.mainbox {
  min-height: calc(100vh - 200px);
}
.list .item {
  position: relative;
  line-height: 1.7;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
}
.list .item:hover {
  background-color: rgb(249, 249, 249);
}
.list .item .a {
  margin-right: 100px;
  display: block;
}
.list .item a {
  margin-right: 6px;
  vertical-align: middle
}
.list h2 {
  font-size: 16px;
  display: inline-block;
}
.list .item .time {
  position: absolute;
  top: 12px;
  right: 0;
  color: #999;
}
.list .item .time.new {
  color: #cc0000;
}
.list .item .tags a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background: #d30;
  padding: 0 6px 1px;
  line-height: 1.4;
  border-radius: 20px;
  vertical-align: middle
}
.list .item .tags a:nth-child(5n) {
  background: #fe464d
}
.list .item .tags a:nth-child(5n + 1) {
  background: #ff0000
}
.list .item .tags a:nth-child(5n + 2) {
  background: #027aff
}
.list .item .tags a:nth-child(5n + 3) {
  background: #09bb07
}
.list .item .tags a:nth-child(5n + 4) {
  background: #ff6800
}
.list .item em {
  margin-right: 3px;
  font-weight: bold;
  vertical-align: middle;
}
.list .istop a, .list .lat {
  color: #cc0000;
}
.list .tcod1 a {
  color: #f00;
}
.list .tcod2 a {
  color: #ff6800;
}
.list .tcod3 a {
  color: #027aff;
}
.list .tcod4 a {
  color: #09bb07;
}
/* 页码 */
.pagelist {
  text-align: center;
  clear: both;
  margin: 20px 0;
  line-height: 2.6;
}
@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0)
  }
  50% {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0)
  }
}
@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0)
  }
  50% {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0)
  }
}
.loader {
  height: 32px;
  width: 32px;
  margin: 20px auto;
  text-align: center;
  background: transparent url(img/loading.svg) no-repeat center center;
  background-size: 32px 32px;
  -webkit-animation: loadingRotate 1s linear infinite forwards;
  animation: loadingRotate 1s linear infinite forwards;
}
.loadera {
  margin: 20px auto;
  text-align: center;
  width:60%;
}
@media only screen and (max-width:768.1px) {
	.loadera {
	  width:100%;
	}
}
.loadere {
  margin: 20px auto;
  text-align: center;
  color: #999;
}
/* 正文 */
.row {
  margin: 30px 0
}
.row h1 {
  margin-bottom: 12px;
  font-size: 28px;
  text-align: center;
}
.list-meta {
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px #efefef solid;
  padding: 0 0 15px;
  text-align: center;
}
.list-meta, .list-meta a {
  color: #7a8b9a;
}
.item-meta {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
}
.item-meta:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background-color: #fd6e6e;
  -webkit-transform: translate(100%, -50%);
  transform: translate(50%, -50%);
}
.post {
  line-height: 1.88;
  font-size: 15px;
  text-align: justify;
  word-wrap: break-word;
  overflow: hidden;
  margin-bottom: 20px
}
.post p {
  line-height: 1.7;
  color: #212529;
  margin-bottom: 16px;
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
  margin: 1.5rem 0;
  padding-left: 20px;
  position: relative;
}
.post h2:before, .post h3:before, .post h4:before, .post h5:before, .post h6:before, .post h2:after, .post h3:after, .post h4:after, .post h5:after, .post h6:after {
  color: #f1404b;
  position: absolute;
  left: 1px;
  top: 1px;
  content: '/';
  font-weight: normal;
}
.post h2:after, .post h3:after, .post h4:after, .post h5:after, .post h6:after {
  left: 8px;
  font-size: 85%;
  font-weight: normal;
}
.post img, .post p img {
  max-width: 90%;
  display: block;
  margin: 20px auto;
}
.post .tags {
  margin-top: 2rem
}
.post .tags a {
  padding: 0 10px;
  color: #636874;
  background-color: #f3f4f6;
  display: inline-block;
  margin: 0 4px 4px 0;
  font-size: .875rem
}
.post .tags a:hover {
  background-color: #f1716c;
  background-color: var(--re);
  color: #fff !important;
}
.share {
  padding: 2rem;
  text-align: center;
}
.related-list .list .item {
  border-bottom: 0;
  border-top: 1px solid #e9ecef;
}
.pagetp div {
  display: block;
  width: 50%;
  position: relative;
}
.pagetp a {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prev a {
  padding-left: 30px;
}
.next a {
  padding-right: 30px;
}
.pagetp .prev:before {
  content: '<<';
  position: absolute;
  top: 0
}
.pagetp .next:before {
  content: '>>';
  position: absolute;
  right: 0;
  top: 0
}
.next {
  text-align: right
}
/* 评论 */
.comments {
  padding-bottom: 20px
}
.commlv {
  font-size: 12px;
  color: #fff;
  background: #ff6651;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 3px;
  margin-left: 2px;
  line-height: 12px;
}
.commlv.lv1 {
  background: #d16221
}
.commlv.lv4 {
  background: #f1404b
}
.commlv.lv0 {
  background: #c9c9c9
}
ul.msg {
  margin: 25px 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  position: relative;
}
ul.msg img.avatar {
  border-radius: 50%;
  float: left;
  width: 48px;
  height: 48px;
}
ul.msg li {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
  border: 0;
  overflow: visible;
  display: block;
}
ul.msg li.msgname {
  position: relative;
}
ul.msg li.msgname .commentname a {
  vertical-align: middle;
}
ul.msg li.msgname .commentname {
  vertical-align: middle;
}
li.msgurl {
  text-align: right;
  padding: 2px 10px;
}
li.msggravatar {
  display: block;
  float: left;
  margin-right: 5px;
}
li.msgarticle {
  list-style-position: outside;
  padding: 10px 0 0;
  line-height: 160%;
  padding-left: 63px;
}
li.msgarticle a.at {
  color: #f1404b;
}
img.avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0;
}
ul.msg small {
  color: #a6a6a6;
}
ul.msg h4 small {
  font-size: 12px;
}
ul.msg small .revertcomment {
  position: absolute;
  right: 0;
  top: 0;
}
ul.msg small .revertcomment a {
  color: #fff;
  background: #ff6651;
  padding: 2px 4px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 2px;
  display: none;
}
ul.msg:hover small .revertcomment a {
  display: block;
}
ul.msg ul.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
  padding-bottom: 0;
}
ul.msg ul.msg li.msgname {
  padding: 0;
}
ul.msg.msghead {
  min-height: 38px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  color: #ff6651;
}
ul.msg.msghead em {
  color: #f1404b;
  font-family: Arial;
  margin-right: 2px;
  font-style: normal;
}
ul.pagebar, ul.msghead {
  border: none;
}
ul.msghead li.tbname {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
ul.msg:nth-last-child(3) {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mc-comment h3, .mc-comments h3 {
  line-height: 40px;
  font-weight: normal;
  font-size: 20px;
  display: inline-block;
  overflow: hidden;
}
.mc-comments h4 {
  margin-bottom: 10px;
  text-align: center;
  padding: 0 10px;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
}
.mc-comment input {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  width: 100%;
  padding: 8px;
  border: 0;
  background: transparent;
}
.mc-commbut {
  float: right;
  margin: 10px 0 0 10px;
  line-height: 22px;
}
.mc-comment {
  overflow: hidden;
}
.mc-comment label, .mc-comments label {
  display: none;
}
.mc-comment textarea {
  border: 0;
  height: 120px;
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 8px;
  background-color: transparent;
}
.mc-comment-box {
  border: 1px solid #ddd;
  padding: 4px;
  position: relative;
  background: rgba(255, 255, 255, .05);
  border-radius: 3px;
  margin-bottom: 6px;
}
.mc-comment-ul4 {
  float: left;
  width: 49.5%;
}
.mc-comment-ul3 {
  float: left;
  width: 32.66%;
}
.mc-comment .mc-comment-ul4:nth-child(2n) {
  float: right;
}
.mc-comment .mc-comment-ul3-2 {
  margin: 0 1%;
}
.mc-comment-box img.mc-code {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 30px;
  width: auto;
}
.mc-comment-box input.button {
  border: 0;
  line-height: 40px;
  height: 40px;
  width: 100px;
  background: #ff6651;
  color: #fff;
  padding: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 3px 0 3px 0;
}
.mc-comment-textarea {
  width: 100%;
  clear: both;
}
.reply-frm {
  margin-top: 15px;
}
.page-comment a {
  border: 1px solid #26809e;
}
/* 评论end */
/* 页脚 */
.footer {
  line-height: 1.8;
  padding: 40px 0;
  background: #f8f9fa;
  text-align: center;
  color: #7a8b9a;
  font-size: 13px;
}
.links {
  margin-bottom: 6px;
}
.links li {
  display: inline-block;
  margin: 0 6px;
}
#go-to-top {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #f1716c;
  background: var(--re);
  overflow: hidden;
  display: none;
  z-index: 999;
  color: #fff;
}
#go-to-top i {
  border: solid #fff;
  border-width: 0 .125rem .125rem 0;
  display: inline-block;
  padding: 0.375rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#go-to-top:hover {
  background: #384253;
  background: var(--bl);
}
#go-to-top.active {
  display: block
}
/* lz_original_template_css */
.lz_css div {width: 0;height: 0;position: absolute;z-index: -1;}
/* lz_original_template_css_end */