@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400&display=swap");
@font-face {
  font-family: 'fira';
  src: url("../fonts/Fira/FiraCode-VF.woff") format('woff'), url("../fonts/Fira/FiraCode-VF.ttf") format('truetype');
}
:root {
  font-size: 16px;
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft Yahei", "寰蒋闆呴粦", Arial, Helvetica, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
}
:root::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
:root::-webkit-scrollbar-thumb {
  height: 40px;
  border-radius: 1rem;
  background-color: #ebebeb;
}
:root::-webkit-scrollbar-thumb:hover {
  background-color: #dcdcdc;
}
:root body {
  overflow: hidden;
  font-size: 16px;
  width: 100vw;
  color: #333;
  background: #f5f5f5;
  position: absolute;
}
a {
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #333;
}
.container {
  min-height: 100vh;
  position: relative;
}
.wrap {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 8rem;
}
.nav {
  position: relative;
  max-width: 700px;
  margin: auto;
  margin-bottom: 3rem;
}
@media (max-width: 800px) {
  .nav {
    max-width: 650px;
  }
}
.nav .back {
  color: #ff96a3;
  position: absolute;
  top: 7px;
  left: 180px;
  transition: all 0.2s ease-out;
}
.nav .back:hover,
.nav .back:active {
  color: #ff4e64;
}
.nav .tab .tab-list {
  display: flex;
  justify-content: center;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  list-style: none;
}
.nav .tab .tab-list .item {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  margin: 0 0.5rem;
  transition: all 0.2s ease;
  user-select: none;
}
.nav .tab .tab-list .item:hover:not(.current) {
  background: #ebebeb;
}
.nav .tab .tab-list .item .to-tab {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.nav .tab .tab-list .item .to-tab:link,
.nav .tab .tab-list .item .to-tab:visited {
  color: #999ca0;
}
.nav .tab .tab-list .item .to-tab:hover,
.nav .tab .tab-list .item .to-tab:active {
  color: #333;
}
.nav .tab .tab-list .dot {
  display: flex;
  align-items: center;
  color: #999ca0;
  margin: 0 0.5rem;
}
.nav .tab .tab-list .current {
  background: #ff7687;
}
.nav .tab .tab-list .current .to-tab:link,
.nav .tab .tab-list .current .to-tab:visited,
.nav .tab .tab-list .current .to-tab:hover,
.nav .tab .tab-list .current .to-tab:active {
  color: #fff;
}
.paginator {
  text-align: center;
  margin: 3.5rem 0 2rem;
}
.paginator .page-number,
.paginator .extend,
.paginator .space {
  display: inline-block;
  font-size: 12px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 0.5rem;
  color: #999ca0;
  margin: 0 5px;
}
.paginator .page-number:hover:not(.current),
.paginator .extend:hover:not(.current),
.paginator .space:hover:not(.current) {
  background: #ebebeb;
}
.paginator .current {
  color: #fff;
  background: #ff7687;
}
.paginator .extend {
  padding: 0 8px;
  color: #ff7687;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  max-width: 1920px;
  height: 50px;
  padding: 0 40px;
  background: #f5f5f5;
  margin: 0 auto;
}
.header .site-title a:link,
.header .site-title a:visited {
  color: #ff96a3;
}
.header .site-title a:hover,
.header .site-title a:active {
  color: #ff7687;
}
.header .menu-list {
  display: flex;
  justify-content: space-between;
  width: 9rem;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  list-style: none;
}
.header .menu-list .menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 1.125rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: all 0.2s ease;
}
.header .menu-list .menu-item:hover {
  background: #ebebeb;
}
.header .menu-list .current {
  font-weight: 600;
}
.header .menu-list .current:link,
.header .menu-list .current:visited,
.header .menu-list .current:hover,
.header .menu-list .current:active {
  color: #333;
}
.header .menu-list a:link,
.header .menu-list a:visited {
  color: #999ca0;
}
.header .menu-list a:hover,
.header .menu-list a:active {
  color: #333;
}
.footer {
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  padding-top: 2em;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.footer .copyright {
  font-size: 14px;
  color: #999ca0;
}
.footer .copyright a:link,
.footer .copyright a:visited {
  color: #60afc7;
}
.footer .copyright a:hover,
.footer .copyright a:active {
  color: #ff7687;
}
.background-text {
  display: block;
  font-size: 72px;
  font-weight: 900;
  width: 100%;
  height: 300px;
  line-height: 268px;
  letter-spacing: 0.5rem;
  text-align: center;
  color: #999ca0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  user-select: none;
}
main.profile-card {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 500px;
  height: 300px;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  border-radius: 0.75rem;
  background: rgba(255,255,255,0.1);
  box-shadow: 0px 32px 32px -8px rgba(0,0,0,0.08), 0px 0px 32px -8px rgba(0,0,0,0.12), 0px 0px 1px rgba(0,0,0,0.2);
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transition: all 0.4s ease-out;
}
main.profile-card:hover {
  transform: translate(0, -10px);
}
main.profile-card .avatar {
  width: 90px;
  height: 90px;
  border: 2px #999ca0 dashed;
  border-radius: 9999px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
main.profile-card .right {
  width: 240px;
}
main.profile-card .right .title {
  font-size: 20px;
  letter-spacing: 0.4rem;
  margin-block-start: 0;
  margin-block-end: 1rem;
}
main.profile-card .right .info .author {
  font-size: 18px;
  font-weight: 500;
  margin-block-start: 0;
  margin-block-end: 0.75rem;
}
main.profile-card .right .info .description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25rem;
  margin-block-start: 0.75rem;
  margin-block-end: 1rem;
}
main.profile-card .right .links {
  display: flex;
  align-items: center;
}
main.profile-card .right .links .link-icon {
  margin-right: 1.2rem;
  width: 1.5rem;
}
.go-home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.go-home img {
  width: 50%;
  height: 50%;
  opacity: 0.5;
  animation-name: GoHome;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in;
}
@-moz-keyframes GoHome {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(30px);
  }
}
@-webkit-keyframes GoHome {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(30px);
  }
}
@-o-keyframes GoHome {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(30px);
  }
}
@keyframes GoHome {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(30px);
  }
}
.index-content {
  margin: auto;
  max-width: 700px;
}
@media (max-width: 800px) {
  .index-content {
    max-width: 650px;
  }
}
@media (max-width: 500px) {
  .index-content {
    max-width: 370px;
  }
}
.index-content .post-item {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2rem 1.5rem;
  border-radius: 1rem;
  background: #fafafa;
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
  margin-bottom: 1rem;
  transition: all 0.4s ease-out;
}
.index-content .post-item:hover {
  transform: translate(0, -4px);
  box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.16);
}
.index-content .post-item:hover .front-img {
  box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.16);
}
.index-content .post-item:hover .tip-item {
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
}
.index-content .post-item .front-img {
  width: 636px;
  border-radius: 0.75rem;
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
  margin-block-start: 1.5rem;
  transition: all 0.4s ease-out;
}
.index-content .post-item .title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
}
.index-content .post-item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.index-content .post-item .info .date {
  color: #999ca0;
}
.index-content .post-item .info .tip {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-content .post-item .info .tip .tip-item {
  padding: 0.25rem 0.4rem;
  border-radius: 0.25rem;
  color: #999ca0;
  background: #ebebeb;
  margin-inline-end: 1rem;
  transition: all 0.2s ease-out;
  user-select: none;
}
.index-content .post-item .info .tip .tip-item:last-child {
  margin-inline-end: 0;
}
.index-content .post-item .info .tip .tip-item:hover {
  transform: translate(0, -4px);
}
.index-content .post-item p {
  line-height: 32px;
  margin-block-start: 1.5rem;
  margin-block-end: 0;
}
.wrap .article {
  box-sizing: border-box;
  max-width: 900px;
  padding: 3.5rem 3rem 2rem;
  border-radius: 12px;
  background: #fafafa;
  box-shadow: 0px 8px 24px -6px rgba(0,0,0,0.16);
  margin: auto;
  position: relative;
  transition: all 0.4s ease-out;
}
@media (max-width: 800px) {
  .wrap .article {
    max-width: 650px;
    padding: 3.5rem 2rem 2rem;
  }
}
@media (max-width: 500px) {
  .wrap .article {
    max-width: 370px;
    padding: 3.5rem 1.25rem 0.5rem;
  }
}
.wrap .article:hover {
  box-shadow: 0px 32px 32px -8px rgba(0,0,0,0.08), 0px 0px 32px -8px rgba(0,0,0,0.12), 0px 0px 1px rgba(0,0,0,0.2);
}
.wrap .article .back {
  color: #ff96a3;
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
  transition: all 0.2s ease-out;
}
.wrap .article .back:hover,
.wrap .article .back:active {
  color: #ff4e64;
}
.wrap .article .article-title {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wrap .article .article-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #999ca0;
  margin: 1.5rem 0 1.5rem;
}
.wrap .article .article-info .tip {
  display: flex;
  justify-content: start;
  align-items: center;
}
.wrap .article .article-info .tip .tip-item {
  padding: 0.25rem 0.4rem;
  border-radius: 0.25rem;
  color: #999ca0;
  background: #ebebeb;
  margin-inline-end: 1rem;
  transition: all 0.2s ease-out;
  user-select: none;
}
.wrap .article .article-info .tip .tip-item:last-child {
  margin-inline-end: 0;
}
.wrap .article .article-info .tip .tip-item:hover {
  transform: translate(0, -4px);
}
.wrap .article hr {
  opacity: 0.3;
  margin-block-end: 2.5rem;
}
.article-main {
  text-align: justify;
}
.article-main h2,
.article-main h3,
.article-main h4,
.article-main h5,
.article-main h6 {
  padding-top: 0.8em;
  padding-bottom: 0.3em;
}
.article-main h1 .header-anchor::before {
  content: "#";
  margin-right: 5px;
  color: #ff7687;
}
.article-main h2 .header-anchor::before {
  content: "#";
  margin-right: 5px;
  color: #ff7687;
}
.article-main h3 .header-anchor::before {
  content: "|";
  margin-right: 5px;
  color: #ff7687;
}
.article-main h4 .header-anchor::before {
  content: "禄";
  margin-right: 5px;
  color: #ff7687;
}
.article-main h5 .header-anchor::before {
  content: "*";
  margin-right: 5px;
  color: #ff7687;
}
.article-main h6 .header-anchor::before {
  content: "-";
  margin-right: 5px;
  color: #ff7687;
}
.article-main a {
  color: #ff7687;
}
.article-main a:hover {
  color: #ff4e64;
}
.article-main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.article-main hr {
  width: 75%;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}
.article-main ol,
.article-main ul {
  padding-left: 2em;
  margin: 0.8rem 0;
}
.article-main ol li,
.article-main ul li {
  margin: 0.8rem 0;
  line-height: 24px;
}
.article-main table {
  max-width: 100%;
  margin: 10px auto;
  border-spacing: 0;
}
.article-main table thead {
  background: #ebebeb;
}
.article-main table th,
.article-main table td {
  padding: 5px 15px;
  border: 0.5px solid #999ca0;
}
.article-main .image-caption:not(:empty) {
  min-width: 20%;
  max-width: 80%;
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  color: #969696;
  line-height: 1.7;
}
.article-main img {
  display: block;
  max-width: 95%;
  border-radius: 0.5rem;
  box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.16);
  margin: 2rem auto;
}
.article-main img[data-action="zoom"] {
  cursor: zoom-in;
}
.article-main blockquote {
  font-size: 1rem;
  display: block;
  margin: 1em 0;
  padding: 1em 1.2em 1em 1.2em;
  position: relative;
  color: rgba(52,73,94,0.8);
  background-color: #ebebeb;
  border-left: 2px solid #999ca0;
}
.article-main blockquote p {
  font-size: 14px;
  margin: 0;
}
.article-main blockquote.pullquote {
  background-color: transparent;
  max-width: 45%;
  border: 0;
}
.article-main blockquote.pullquote.left {
  float: left;
  text-align: left;
}
.article-main blockquote.pullquote.right {
  float: right;
  text-align: right;
}
.article-main code,
.article-main pre {
  padding: 0.5rem;
  font-family: 'fira', 'Monaco', 'Menlo', 'Consolas', monospace;
  background: #ebebeb;
}
.article-main code {
  font-size: 14px;
  padding: 3px 5px;
  border-radius: 4px;
}
.article-main figure.highlight {
  line-height: 24px;
  margin: 1em 0;
  position: relative;
  overflow-x: auto;
}
.article-main figure.highlight::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.article-main figure.highlight::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #dcdcdc;
  border-radius: 2px;
}
.article-main figure.highlight table {
  margin: 0;
  position: relative;
}
.article-main figure.highlight table tbody tr td {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
.article-main figure.highlight table tbody tr .code pre {
  margin: 0;
}
.article-main figure.highlight table tbody tr .gutter {
  width: 10px;
  color: #999ca0;
}
.article-main figure.highlight table tbody tr .gutter pre {
  margin: 0;
}
.archive-content {
  margin: auto;
  max-width: 700px;
}
@media (max-width: 800px) {
  .archive-content {
    max-width: 650px;
  }
}
@media (max-width: 500px) {
  .archive-content {
    max-width: 370px;
  }
}
.archive-content .archive-list {
  display: flex;
  justify-content: center;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  list-style: none;
}
.archive-content .archive-list .archive-list-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: 0.5rem;
  margin: 0 0.5rem;
  transition: all 0.2s ease-out;
  user-select: none;
}
.archive-content .archive-list .archive-list-item:hover:not(.current) {
  background: #ebebeb;
}
.archive-content .archive-list .archive-list-item .archive-list-link {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.archive-content .archive-list .archive-list-item .archive-list-link:link,
.archive-content .archive-list .archive-list-item .archive-list-link:visited {
  color: #999ca0;
}
.archive-content .archive-list .current {
  background: #ff7687;
}
.archive-content .archive-list .current .archive-list-link:link,
.archive-content .archive-list .current .archive-list-link:visited,
.archive-content .archive-list .current .archive-list-link:hover,
.archive-content .archive-list .current .archive-list-link:active {
  color: #fff;
}
.archive-content .month-list {
  width: 100%;
  padding: 3rem 3rem;
  border-radius: 1rem;
  background: #fafafa;
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
  margin-top: 3rem;
  transition: all 0.2s ease;
  list-style: none;
}
@media (max-width: 500px) {
  .archive-content .month-list {
    padding: 1rem 1rem;
  }
}
.archive-content .month-list:hover {
  box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.16);
}
.archive-content .month-list .month-item {
  margin-bottom: 2.4rem;
}
.archive-content .month-list .month-item .month {
  width: 100px;
  font-size: 32px;
  color: #ff96a3;
  opacity: 0.5;
  margin-block-start: 0;
  margin-block-end: 1em;
  user-select: none;
}
.archive-content .month-list .month-item .post-list {
  padding-inline-start: 50px;
  list-style: none;
}
.archive-content .month-list .month-item .post-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.archive-content .month-list .month-item .post-list .item:hover .gg-shape-circle {
  color: #333;
}
.archive-content .month-list .month-item .post-list .item:hover a {
  padding-left: 1.5rem;
}
.archive-content .month-list .month-item .post-list .item .gg-shape-circle {
  width: 8px;
  height: 8px;
  border: 2px solid;
  color: #999ca0;
  margin-right: 1rem;
}
.archive-content .month-list .month-item .post-list .item a {
  display: block;
  padding: 2px;
  word-break: break-all;
  transition: all 0.2s ease-out;
}
.category-contetn {
  margin: auto;
  max-width: 700px;
}
@media (max-width: 800px) {
  .category-contetn {
    max-width: 650px;
  }
}
@media (max-width: 500px) {
  .category-contetn {
    max-width: 370px;
  }
}
.category-contetn .post-item {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2rem 1.5rem;
  border-radius: 1rem;
  background: #fafafa;
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
  margin-bottom: 1rem;
  transition: all 0.4s ease-out;
}
.category-contetn .post-item:hover {
  transform: translate(0, -4px);
  box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.16);
}
.category-contetn .post-item:hover .front-img {
  box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.16);
}
.category-contetn .post-item:hover .tip-item {
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
}
.category-contetn .post-item .front-img {
  width: 636px;
  border-radius: 0.75rem;
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
  margin-block-start: 1.5rem;
  transition: all 0.4s ease-out;
}
.category-contetn .post-item .title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
}
.category-contetn .post-item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.category-contetn .post-item .info .date {
  color: #999ca0;
}
.category-contetn .post-item .info .tip {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-contetn .post-item .info .tip .tip-item {
  padding: 0.25rem 0.4rem;
  border-radius: 0.25rem;
  color: #999ca0;
  background: #ebebeb;
  margin-inline-end: 1rem;
  transition: all 0.2s ease-out;
  user-select: none;
}
.category-contetn .post-item .info .tip .tip-item:last-child {
  margin-inline-end: 0;
}
.category-contetn .post-item .info .tip .tip-item:hover {
  transform: translate(0, -4px);
}
.category-contetn .post-item p {
  line-height: 32px;
  margin-block-start: 1.5rem;
  margin-block-end: 0;
}
.category-contetn .current {
  font-size: 32px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.category-contetn .cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .category-contetn .cat-list {
    justify-content: center;
  }
}
.category-contetn .cat-list .cat-item {
  display: block;
  box-sizing: border-box;
  width: 332px;
  padding: 1.2rem 1.5rem;
  border-radius: 1rem;
  background: #fafafa;
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
  margin-bottom: 2rem;
  transition: all 0.4s ease-out;
}
.category-contetn .cat-list .cat-item:hover {
  transform: translate(0, -4px);
  box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.16);
}
.category-contetn .cat-list .cat-item .cat-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.category-contetn .cat-list .cat-item .cat-name .name-link {
  font-size: 24px;
}
.category-contetn .cat-list .cat-item .cat-name .name-link:link,
.category-contetn .cat-list .cat-item .cat-name .name-link:visited {
  color: #ff96a3;
}
.category-contetn .cat-list .cat-item .cat-name .name-link:hover,
.category-contetn .cat-list .cat-item .cat-name .name-link:active {
  color: #ff7687;
}
.category-contetn .cat-list .cat-item .cat-name .posts-count {
  display: block;
  font-size: 12px;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  color: #999ca0;
  background: #ebebeb;
  text-align: center;
}
.category-contetn .cat-list .cat-item .cat-posts {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
.category-contetn .cat-list .cat-item .cat-posts .post {
  font-size: 14px;
  margin-top: 1rem;
}
.category-contetn .cat-list .cat-item .cat-posts .post a {
  word-break: break-all;
}
.category-contetn .cat-list .cat-item .cat-posts .post a:link,
.category-contetn .cat-list .cat-item .cat-posts .post a:visited {
  color: #999ca0;
}
.category-contetn .cat-list .cat-item .cat-posts .post a:hover,
.category-contetn .cat-list .cat-item .cat-posts .post a:active {
  color: #333;
}
.tag-contetn {
  margin: auto;
  max-width: 700px;
}
@media (max-width: 800px) {
  .tag-contetn {
    max-width: 650px;
  }
}
@media (max-width: 500px) {
  .tag-contetn {
    max-width: 370px;
  }
}
.tag-contetn .post-item {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2rem 1.5rem;
  border-radius: 1rem;
  background: #fafafa;
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
  margin-bottom: 1rem;
  transition: all 0.4s ease-out;
}
.tag-contetn .post-item:hover {
  transform: translate(0, -4px);
  box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.16);
}
.tag-contetn .post-item:hover .front-img {
  box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.16);
}
.tag-contetn .post-item:hover .tip-item {
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
}
.tag-contetn .post-item .front-img {
  width: 636px;
  border-radius: 0.75rem;
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
  margin-block-start: 1.5rem;
  transition: all 0.4s ease-out;
}
.tag-contetn .post-item .title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
}
.tag-contetn .post-item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.tag-contetn .post-item .info .date {
  color: #999ca0;
}
.tag-contetn .post-item .info .tip {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tag-contetn .post-item .info .tip .tip-item {
  padding: 0.25rem 0.4rem;
  border-radius: 0.25rem;
  color: #999ca0;
  background: #ebebeb;
  margin-inline-end: 1rem;
  transition: all 0.2s ease-out;
  user-select: none;
}
.tag-contetn .post-item .info .tip .tip-item:last-child {
  margin-inline-end: 0;
}
.tag-contetn .post-item .info .tip .tip-item:hover {
  transform: translate(0, -4px);
}
.tag-contetn .post-item p {
  line-height: 32px;
  margin-block-start: 1.5rem;
  margin-block-end: 0;
}
.tag-contetn .current {
  font-size: 32px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.tag-contetn .tagcloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 600px;
  margin: auto;
}
@media (max-width: 500px) {
  .tag-contetn .tagcloud {
    width: 370px;
  }
}
.tag-contetn .tagcloud a {
  display: inline-block;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #fafafa;
  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.16);
  margin: 0.5rem;
  transition: all 0.4s ease-out;
}
.tag-contetn .tagcloud a:hover {
  transform: translate(0, -4px);
  box-shadow: 0px 32px 32px -8px rgba(0,0,0,0.08), 0px 0px 32px -8px rgba(0,0,0,0.12), 0px 0px 1px rgba(0,0,0,0.2);
}
@media (max-width: 1080px) {
  .background-text {
    height: 300px;
    line-height: 280px;
  }
  .go-home {
    right: 1rem;
  }
}
@media (max-width: 800px) {
  .background-text {
    font-size: 48px;
    height: 300px;
    line-height: 284px;
  }
  .header {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .background-text {
    font-size: 32px;
    height: 300px;
    line-height: initial;
    top: -12rem;
  }
  main.profile-card {
    width: 312px;
    height: 195px;
  }
  main.profile-card .avatar {
    width: 58px;
    height: 58px;
  }
  main.profile-card .right {
    width: 156px;
  }
  main.profile-card .right .title {
    font-size: 14px;
    letter-spacing: 0.2rem;
    margin-block-end: 0.5rem;
  }
  main.profile-card .right .info .author {
    font-size: 14px;
    margin-block-end: 0.45rem;
  }
  main.profile-card .right .info .description {
    font-size: 12px;
    line-height: 0.85rem;
    margin-block-start: 0.45rem;
  }
  main.profile-card .right .links .link-icon {
    margin-right: 0.75rem;
    width: 1rem;
  }
  .go-home {
    width: 100px;
    height: 100px;
    position: absolute;
    left: -2rem;
    right: 0;
    bottom: -24rem;
  }
  .header {
    padding: 0 10px;
  }
}