/* *{padding:0;margin:0;} */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  background: #f6f6f6;
}
p {
  line-height: 24px;
  margin: 1em 0;
}
header.pc {
  padding: 0.5em 3em;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
  color: #8c8c8c;
}
article {
  font-size: 16px;
  padding-top: 0.5em;
}
article a {
  color: #333333;
  text-decoration: none;
}
.info {
  font-size: 14px;
}
/* li {list-style: none;} 文章的条例全消失了 */
ul {
  margin: 0;
  padding: 0;
}

a {
  /* color: #00B7FF; */
  text-decoration: none;
}
.img-list {
  display: flex;
  flex-wrap: wrap;
}
.img-list img {
  max-width: 300px;
}
.tc {
  text-align: center;
}

.edit {
  margin: 3px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #f3f3f3;
  color: #333;
  font-size: 13px;
}
.edit:hover {
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  -webkit-transition: color 0.2s linear;
}

.prepage a {
  float: left;
  text-decoration: none;
  padding: 0.5em 1em;
  color: #ff0000;
  font-weight: bold;
}
.nextpage a {
  float: right;
  text-decoration: none;
  padding: 0.5em 1em;
  color: #ff0000;
  font-weight: bold;
}
.prepage a:hover,
.nextpage a:hover {
  text-decoration: none;
  background-color: #ff0000;
  color: #f9f9f9;
  -webkit-transition: color 0.2s linear;
}

.archive {
  list-style: none;
  line-height: 28px;
}
.archive h3 {
  margin: 0.5em 0;
}
.archive time {
  float: left;
  font-size: 14px;
  color: #999999;
  margin-right: 1.2em;
}

.search {
  border: 0;
  width: 6em;
  text-align: center;
  font-size: 1em;
  margin: 0.5em 0;
}

.l_head {
  float: left;
  margin-left: -4em;
  box-shadow: 0px 1px 4px #888;
  width: 48px;
  height: 48px;
}
.r_head {
  float: right;
  margin-top: -2.5em;
  box-shadow: 0px 1px 4px #888;
}

.list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.item {
  display: block;
  background: #fff;
  transition: all 0.2s;
  /* width: 18%; */
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.item:hover {
  box-shadow: 0 6px 15px rgb(0 0 0 / 10%);
  margin-top: -10px;
}
.item .time {
  background-color: #58bcb3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
}
.item .name {
  font-size: 18px;
}
.item .tag {
  margin-right: 5px;
  font-size: 14px;
  color: #58bcb3;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 3px;
}

.item .desc {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 2;
}
.df-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-between {
  display: flex;
  justify-content: space-between;
}
.flex-1 {
  flex: 1;
}
.rel {
  position: relative;
}
.tc {
  text-align: center;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt80 {
  padding-top: 80px;
}
.pb20 {
  padding-bottom: 20px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl150 {
  padding-left: 150px;
}
.pr150 {
  padding-right: 150px;
}
.w200 {
  width: 200px;
}
.w20 {
  width: 20px;
}
.w40 {
  width: 40px;
}
.w80 {
  width: 80px;
}
.w130 {
  width: 130px;
}
.minw100 {
  min-width: 100px;
}
.w500 {
  width: 500px;
}
.h60 {
  height: 60px;
}
.h40 {
  height: 40px;
}
.fs24 {
  font-size: 24px;
}
.fs16 {
  font-size: 16px;
}
.fs14 {
  font-size: 14px;
}
.fs12 {
  font-size: 12px;
}
.fw400 {
  font-weight: 400px;
}
.lh1 {
  line-height: 1;
}
.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi100 {
  z-index: 100;
}
.wp100 {
  width: 100%;
}
.maxw100 {
  max-width: 100%;
}
.hp100 {
  height: 100%;
}

.df {
  display: flex;
}
.dn {
  display: none;
}
.c-red {
  color: red;
}
.c-blue {
  color: #58bcb3;
}
.c-gray {
  color: #8c8c8c;
}
.c-gray-1 {
  color: #999999;
}
.c-white {
  color: white;
}
.hover-c-blue:hover a {
  color: #58bcb3;
  padding-left: 10px;
}
.bg-white {
  background-color: white;
}
.bg-mask {
  background-color: #1d1e1fb3;
}
.bg-blue {
  background-color: #58bcb3;
}
/* .editorSection {width: 400px;height: 600px;background-color: #fff;border: 1px solid salmon} */

.td-none {
  text-decoration: none;
}

.logo {
  /* background: url(/image/13.png) no-repeat center center; */
  background: url(/static/bg-logo500.webp) no-repeat center center;
  /* background: url(https://ccdn.goodq.top/caches/cc14380e160a4bb06c92caa3fa4852d5/aHR0cHM6Ly81ZDY3OTEzNDg4OTJiLnQ3NC5xaWZlaXllLmNvbS9xZnktY29udGVudC91cGxvYWRzLzIwMTkvMDgvZTY5YWU3YWU1ZjdlOGNkNWFkNGMyYmY1NDg0NTcxNDYtOTAud2VicA_p_p100_p_3D_p_p100_p_3D.webp) no-repeat center center; */
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s;
  /* text-shadow: 0 0 10px #58bcb3, 0 0 20px #58bcb3, 0 0 50px #58bcb3, 0 0 100px #58bcb3, 0 0 200px #58bcb3; */

  /* background-position: 1vw 1vw; */
}
.pc .logo {
  font-size: 100px;
  font-weight: 600;
}
.pc .logo:hover {
  background-position: 0 0;
  color: #fff;
  text-shadow: 0 0 10px #58bcb3, 0 0 20px #58bcb3, 0 0 50px #58bcb3,
    0 0 100px #58bcb3, 0 0 200px #58bcb3;
}
.mobile .logo {
  font-size: 26px;
  font-weight: 600;
}

nav {
}
nav a {
  text-decoration: none;
  padding: 0.7em 2em;
  color: #000000;
  min-width: 60px;
  text-align: center;
}
nav a:hover {
  background-color: #58bcb3;
  color: #f9f9f9;
}
nav a.act {
  background-color: #58bcb3;
  color: #f9f9f9;
}

.banners {
  height: 500px;
}
.banner {
  height: 500px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.banner::before {
  content: "";
  position: absolute;
  top: 50%;
  border-left: 60px solid #f6f6f6;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 0px transparent;
  transform: translateY(-50%);
}
.banner::after {
  content: "";
  position: absolute;
  top: 50%;
  border-right: 60px solid #f6f6f6;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 0 solid #f6f6f6;
  transform: translateY(-50%);
  right: 0px;
  /* z-index: 10; */
}
.banner .tag {
  margin-right: 5px;
  font-size: 14px;
  color: #58bcb3;
}
.banner img {
  filter: blur(2px);
  transition: all 0.2s;
}
.banner:hover img {
  filter: blur(0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.no-wrap {
  white-space: nowrap;
}
.abs-full {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.r0 {
  right: 0;
}
.r-15 {
  right: -15px;
}
.t0 {
  top: 0;
}
.b0 {
  bottom: 0;
}
.b40 {
  bottom: 40px;
}
.l0 {
  left: 0;
}
.img-fit {
  object-fit: contain;
}
.op0 {
  opacity: 0;
}
.op1 {
  opacity: 1;
}
.tr2 {
  transition: all 0.2s;
}
.poi {
  cursor: pointer;
}
.ovh {
  overflow: hidden;
}

.post {
  margin: 0px auto;
  max-width: 1024px;
  box-shadow: 0px 0px 6px #e5e5e5;
}

@media screen and (min-width: 1600px) {
  .post {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .post {
    max-width: 1024px;
  }
}
@media screen and (max-width: 900px) {
  #toc {
    display: none;
  }
}

#toc {
  position: fixed;
  left: 0;
  top: 50px;
  max-width: 200px;
  overflow: hidden;
  bottom: 0;
  overflow: auto;
}
#toc .toc-header {
  font-size: 16px;
}
#toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#toc li {
  padding: 5px 10px;
}

#toc a {
  color: #58bcb3;
  text-decoration: none;
  display: block;
}

#toc .toc-h2 {
  padding-left: 10px;
}

#toc .toc-h3 {
  padding-left: 20px;
}
#toc .toc-h4 {
  padding-left: 30px;
}
#toc .toc-h5 {
  padding-left: 40px;
}
#toc .toc-h6 {
  padding-left: 50px;
}

#toc .toc-active {
  background: #58bcb3;
  /* box-shadow: inset -5px 0px 10px -5px #000; */
}
#toc .toc-active a {
  color: #fff;
}
.post-content code {
  white-space: pre-wrap;
}
.post-content img {
  max-width: 100%;
}

#editorSection {
  width: 100%;
}

body .tui-editor-contents h6, body .tui-editor-contents h5 {
  margin: 10px 0 3px;
}
body .tui-editor-contents {
  font-size: 14px;
}


@media screen and (max-width: 550px) {
  body .tui-editor-contents {
    font-size: 16px;
  }
  .tui-editor-contents pre {
    overflow-x: auto;
  }
  html {
    font-size: 18px;
  }
  body {
    font-size: 16px;
  }
  header {
    display: none !important;
  }
  a {
    word-wrap: break-word;
  }
}

@media screen and (max-width: 992px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .mt80-on-mobile {
    margin-top: 80px;
  }
  .list {
    margin: 80px auto;
    width: 90%;
  }
  .item {
    width: 100%;
  }
  .post {
    margin-top: 60px;
  }
}
@media screen and (min-width: 993px) {
  .pc {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
}

.show.mobile-side-bar-list {
  transform: translateX(0px);
}
.mobile-side-bar-list {
  transform: translateX(-200px);
}
.show.mobile-side-bar-mask {
  background-color: #1d1e1fb3;
}
.mobile-side-bar-mask {
  background-color: transparent;
}
@font-face {
  font-family: "alihuipu";
  src: local("alihuipu"), url("/font/alihuipu.woff2") format("woff2"),
    url("/font/alihuipu.woff") format("woff"), url("/font/alihuipu.ttf");
  font-display: swap;
}
body.font-alihuipu {
  font-family: "alihuipu";
}
.search-input {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #58bcb3;
  /* transform: translateX(50px); */
  outline: none;
}
.search-input:focus {
  border: 1px solid #58bcb3b0;
}
.wb-br {
  word-break: break-all;
}
.tips {
  width: 100vw;
  height: 100vh;
  /* margin-top: -50px; */
  background-color: #f0f8ffc4;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #58bcb333;
  border-radius: 3px;
}
