#about-page .author-box {
  position: relative;
}

#about-page .author-box .author-img {
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 150px;
  height: 150px;
  /* border: 5px solid gold */
}

#about-page .author-box .author-img img {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
}

#about-page .author-box .image-dot {
  width: 32px;
  height: 32px;
  background: var(--roydon-state-dot-bg);
  position: absolute;
  border-radius: 50%;
  border: 5px solid white;
  top: 50%;
  left: 50%;
  transform: translate(35px, 45px);
}

.author-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

#about-page .myInfoAndSayHello {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(100deg, #4da6ff 40%, #b2f2ff 60%);
  background-size: 200%;
  animation: gradient 15s ease infinite;
  width: 59%;
}

.author-content-item {
  width: 49%;
  border-radius: 24px;
  box-shadow: var(--roydon-box-shadow);
  position: relative;
  padding: 1rem 2rem;
  overflow: hidden;
}

#about-page .myInfoAndSayHello .title1 {
  opacity: 0.8;
  line-height: 1.3;
}

#about-page .myInfoAndSayHello .title2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0.5rem 0;
}

.inline-word {
  word-break: keep-all;
  white-space: nowrap;
}

#about-page .myInfoAndSayHello .title1 {
  opacity: 0.8;
  line-height: 1.3;
}

.author-content-item.aboutsiteTips {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: pink;
  flex-direction: column;
  width: 39%;
}

.aboutsiteTips h2 {
  margin-right: auto;
  font-size: 36px;
  font-family: Helvetica;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-top: 0;
}

.aboutsiteTips .mask {
  height: 36px;
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}

.aboutsiteTips .mask span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 36px;
  background-size: 100% 100%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
}

.aboutsiteTips .mask span[data-show] {
  transform: translateY(-100%);
  transition: 0.5s transform ease-in-out;
}

.aboutsiteTips .mask span[data-up] {
  transform: translateY(-200%);
  transition: 0.5s transform ease-in-out;
}

.aboutsiteTips .mask span:nth-child(1) {
  background-image: linear-gradient(45deg, #0ecffe 50%, #07a6f1);
}

.aboutsiteTips .mask span:nth-child(2) {
  background-image: linear-gradient(45deg, #18e198 50%, #0ec15d);
}

.aboutsiteTips .mask span:nth-child(3) {
  background-image: linear-gradient(45deg, #9b8efc 50%, #3e0d89);
}

.aboutsiteTips .mask span:nth-child(4) {
  background-image: linear-gradient(45deg, #f49794 50%, #fc3d66);
}

@media screen and (max-width: 768px) {
  .author-content-item.map {
    margin-bottom: 0;
  }
}

#about-page .about-statistic {
  min-height: 380px;
  width: 39%;
  color: white;
  background: url(https://bu.dusays.com/2022/11/18/63765da00f149.png) no-repeat top;
  background-size: cover;
  overflow: hidden;
}

#about-page .about-statistic::after {
  box-shadow: 0 -19px 63px 21px #1fa5af79 inset;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.author-content-item .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
}

.author-content-item .card-content .author-content-item-title {
  margin-bottom: 0.5rem;
}

.author-content-item .author-content-item-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

#statistic {
  font-size: 16px;
  border-radius: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#statistic div span:first-child {
  opacity: 0.8;
  font-size: 0.6rem;
}

#statistic div span:last-child {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  white-space: nowrap;
}

#statistic div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  margin-bottom: 0.5rem;
}

.post-tips {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}

.post-tips a {
  color: blueviolet;
  border: none !important;
}

.author-content-item .card-content .banner-button-group {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.author-content-item .card-content .banner-button-group .banner-button {
  height: 2rem;
  width: 4rem;
  border-radius: 1.2rem;
  background: var(--roydon-button-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.author-content-item .card-content .banner-button-group .banner-button i {
  font-size: 1rem;
}

#about-page .author-content-item .card-content .banner-button-group .banner-button i {
  font-size: 1.5rem;
}

.author-content-item .card-content .banner-button-group .banner-button:hover {
  color: white;
  background-color: pink;
  backdrop-filter: blur(50px);
}

.author-content-item.personalities {
  position: relative;
  background-color: rgba(255, 68, 0, 0.9);
  width: 59%;
}

.author-content-item.personalities .image {
  position: absolute;
  right: 30px;
  bottom: 1rem;
  width: 250px;
  transition: transform 1s cubic-bezier(0.13, 0.45, 0.21, 1.02);
}

.author-content-item.personalities .image img {
  display: block;
  max-width: 100%;
  transition: filter 375ms ease-in 0.2s;
}

.author-content-item.personalities:hover .image {
  transform: rotate(-10deg);
}

.author-content-item.myphoto {
  height: 60%;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  width: 39%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-content-item.myphoto img {
  position: absolute;
  min-width: 100%;
  object-fit: cover;
  transition: 0.6s;
  animation: coverIn 1s ease-out forwards;
  transition: transform 1s ease-out !important;
}

.author-content-item.myphoto:hover img {
  transform: scale(1.1);
}

.author-content-item:hover .card-background-icon {
  transform: rotate(20deg);
}

.author-content-item.personalities .title2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.author-content-item.map {
  background: url(https://bu.dusays.com/2022/11/17/6375f5576cbc3.jpg) no-repeat center;
  min-height: 160px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 60%;
  background-size: 100%;
  transition: 1s ease-in-out;
}

.author-content-item.single {
  width: 100%;
}

.author-content-item.map .map-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 2rem;
  backdrop-filter: blur(20px);
  transition: 2s ease-in-out;
  font-size: 20px;
}

.author-content-item.map .map-title b {
  color: blueviolet;
  font-weight: 900;
}

.author-content-item.selfInfo {
  display: flex;
  min-height: 100px;
  max-height: 400px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 40%;
  background: gold;
}

.author-content-item.selfInfo div {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 2rem 0.5rem 0;
}

.author-content-item.selfInfo .selfInfo-title {
  opacity: 0.8;
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 10px;
}

.author-content-item.selfInfo .selfInfo-content {
  font-weight: 900;
  font-size: 2.3em;
  line-height: 1;
}

.author-content-item-group.column.mapAndInfo {
  width: 59%;
}

.author-content-item.map:hover {
  background-size: 150%;
  transition: 3s ease-in-out;
  background-position-x: 46%;
  background-position-y: 36%;
}

.author-content-item.map:hover .map-title {
  bottom: -100%;
}

.author-content-item-group.column {
  display: flex;
  flex-direction: column;
  width: 49%;
  justify-content: space-between;
}

.author-content-item.single.reward .reward-list-updateDate {
  text-align: center;
  font-size: 14px;
}

.author-content-item.single.reward .post-reward {
  position: absolute;
  margin-top: 0px;
  width: auto;
  text-align: none;
  pointer-events: none;
  right: 2rem;
  top: 2rem;
}

.author-content-item.single.reward .post-reward:hover .reward-main {
  display: block;
  width: 320px !important;
}

.tip-button {
  border-radius: 2.25rem;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  height: 2.6rem;
  margin-bottom: -4rem;
  outline: 0;
  position: relative;
  top: 0;
  transform-origin: 0 100%;
  transition: transform 500ms ease-in-out;
  width: auto;
}

.tip-button__text {
  opacity: 1;
  position: relative;
  transition: opacity 0.1s linear 0.5s;
  z-index: 3;
}

.author-content .post-reward .reward-main {
  bottom: 0;
  top: 36px;
  left: auto;
  right: 0;
}

.author-content .post-reward .reward-main .reward-all:before {
  top: -11px;
  bottom: auto;
}

#about-page .post-reward .reward-main .reward-all {
  border-radius: 10px;
  padding: 10px 10px !important;
}

.post-reward .reward-main .reward-all .reward-item {
  padding: 0 8px !important;
}

.post-reward .reward-main .reward-all li.reward-item::before {
  content: none !important;
}

.post-reward .reward-main .reward-all:after {
  content: none !important;
}

.author-content-item.maxim {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(140deg, #06e6ff 0, #f91a73 100%);
  background-size: 200%;
  animation: gradient 15s ease infinite;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 39%;
}

.author-content-item .author-content-item-tips {
  opacity: 0.8;
  font-size: 0.5em;
  margin-bottom: 0.5rem;
}

.author-content-item.maxim .maxim-title {
  display: flex;
  flex-direction: column;
}

.author-content-item.buff {
  height: 200px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(120deg, #ff27e8 0, #ff8000 100%);
  background-size: 200%;
  animation: gradient 15s ease infinite;
  min-height: 200px;
  height: fit-content;
  width: 59%;
}

.author-content-item.buff .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.author-content-item.buff .buff-title {
  display: flex;
  flex-direction: column;
}

.card-background-icon {
  font-size: 18rem;
  opacity: 0.6;
  position: absolute;
  right: 2%;
  bottom: -10%;
  transform: rotate(100deg);
  transition: 1s ease-in-out;
}

.author-content-item.game-yuanshen {
  background: url(https://bu.dusays.com/2022/11/17/6375f5589dde2.jpg) no-repeat top;
  background-size: cover;
  min-height: 460px;
  color: white;
  overflow: hidden;
  width: 66%;
}

.author-content-item .content-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-content-item .content-bottom .icon-group {
  display: flex;
  position: relative;
}

.icon-pos-mid {
  background: url(https://bu.dusays.com/2022/11/17/6375f5574f516.png);
}

.author-content-item.game-yuanshen::after {
  box-shadow: 0 -39px 60px 20px #a089079a inset;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.author-content-item.historical-drama {
  width: 32%;
  background: url(https://bu.dusays.com/2023/01/19/63c93032c2f8e.jpg) no-repeat top;
  background-size: cover;
  min-height: 460px;
  overflow: hidden;
  color: violet;
}

.author-content-item.historical-drama::after {
  box-shadow: 0 -48px 203px 11px #57257aaf inset;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.author-content-item.like-technology {
  background: url(https://bu.dusays.com/2022/11/17/637617ff5177f.jpg) no-repeat;
  background-size: cover;
  color: rgb(14, 159, 16);
  min-height: 500px;
}

.author-content-item.like-music {
  background: url(https://bu.dusays.com/2022/11/17/6375f558667f1.jpg) no-repeat top;
  background-size: cover;
  color: wheat;
  min-height: 500px;
  overflow: hidden;
}

.author-content-item.like-music::after {
  box-shadow: 0 -10px 100px 10px #18a5e26a inset;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {

  .author-content-item.game-yuanshen .content-bottom {
    padding-bottom: 10px;
  }

  .author-content-item.game-yuanshen .game-yuanshen-uid {
    display: none;
  }

  .author-content {
    margin-top: 0;
  }

  .author-content-item {
    width: 100% !important;
    margin-top: 1rem;
    padding: 1rem;
  }

  .author-content-item.map {
    margin-bottom: 0;
  }

  .author-content-item-group.column {
    width: 100% !important;
  }

  .author-content-item.selfInfo {
    height: 95%;
  }

  .author-content-item.personalities {
    height: 170px;
  }

  .post-tips {
    left: auto;
  }

  .author-content-item.personalities .image {
    width: 90px;
  }

  .site-card-group>a {
    width: 100% !important;
  }

  .post-reward {
    display: none;
  }

  .reward-list-item {
    width: 100% !important;
  }

  .layout>div:first-child:not(.recent-posts) {
    padding: 1rem !important;
  }

  .author-content-item .card-content .banner-button-group .banner-button-text {
    display: none;
  }

  .author-content-item .card-content .banner-button-group {
    right: 1rem;
    bottom: 1rem;
  }

  .author-content-item .card-content .banner-button-group .banner-button {
    width: 3rem;
    height: 3rem !important;
  }

  #selfInfo-content-year {
    width: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 896px) {
  .author-content-item.like-music .content-bottom .tips {
    display: none;
  }
}

.reward-list-all {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 1rem -0.25rem 0.5rem;
}

.reward-list-item {
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 192, 203, 0.6);
  width: calc((100% / 3) - 0.5rem);
  margin: 0 0.25rem 0.5rem;
  box-shadow: 2px 2px 2px rgba(255, 192, 203, 0.6);
  background: linear-gradient(140deg, #f8c303 0, #effb05 100%);
  background-size: 200%;
  animation: gradient 10s ease infinite;
}

.reward-list-item .reward-list-item-name {
  font-size: 1.2rem;
  font-weight: 900;
  color: black;
  line-height: 1;
  margin-bottom: 1rem;
}

.reward-list-item .reward-list-bottom-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reward-list-item .reward-list-item-money {
  padding: 4px;
  font-size: 12px;
  color: black;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  margin-right: 4px;
  white-space: nowrap;
}

.reward-list-item .reward-list-item-time {
  font-size: 12px;
  color: black;
  white-space: nowrap;
}

.author-content-item.careers {
  min-height: 400px;
}

.author-content-item.careers .careers-group {
  margin-top: 12px;
}

.author-content-item.careers .careers-item {
  display: flex;
  align-items: center;
}

.author-content-item.careers .careers-item .circle {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 16px;
}

.author-content-item.careers .careers-item {
  display: flex;
  align-items: center;
}

.author-content-item.careers .careers-item .circle {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 16px;
}

.author-content-item.careers img {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  transition: 0.6s;
}

.loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 62.5px;
  transform: translate(-25%, -50%) scale(0.5);
  transition: all 0.5s;
  user-select: none;
  overflow: hidden;
}

.loading-bar img {
  position: absolute;
  top: 500px;
  left: 0;
  filter: drop-shadow(0 -500px 0 pink);
}

.loading-bar::after {
  content: "";
  position: absolute;
  top: 500px;
  left: 0;
  filter: drop-shadow(0 -500px 0 #ff3456);
  width: 500px;
  height: 62.5px;
  background: url("https://bu.dusays.com/2022/11/17/6375f5574f516.png") no-repeat left 100%;
  background-size: 500px 62.5px;
  background-position-x: 0;
}

.author-content-item.game-yuanshen:hover .loading-bar::after {
  animation: loading-bar 3.5s cubic-bezier(0.28, 0.11, 0.32, 1) infinite forwards;
}

@media screen and (max-width: 719px) {
  .loading-bar .loading-bar {
    display: none;
  }
}

@media screen and (max-width: 719px) and (orientation: landscape) {
  .loading-bar .loading-bar {
    display: block !important;
    transform: translate(-50%, -50%) scale(0.7) !important;
  }
}

@supports not (filter: drop-shadow(0 0 0 #fff)) {
  .loading-bar:before {
    content: "Your browser does not support the animation";
  }
}

@keyframes loading-bar {
  0% {
    width: 0;
    background-size: 500px 62.5px;
  }

  16.6% {}

  33.2% {}

  49.8% {}

  66.4% {}

  83% {
    width: 475px;
  }

  83.1% {
    width: 475px;
  }

  83.2% {
    width: 475px;
  }

  83.3% {
    width: 475px;
  }

  83.4% {
    width: 475px;
  }

  83.5% {
    width: 475px;
  }

  83.6% {
    width: 475px;
  }

  83.7% {
    width: 475px;
  }

  83.8% {
    width: 475px;
  }

  83.9% {
    width: 475px;
  }

  84% {
    width: 475px;
  }

  85% {
    width: 475px;
  }

  86% {
    width: 475px;
  }

  87% {
    width: 475px;
  }

  100% {
    width: 500px;
  }
}

.hello-about {
  margin: 20px auto;
  border-radius: 24px;
  box-shadow: var(--roydon-box-shadow);
  position: relative;
  overflow: hidden;
  user-select: none;
}

.shapes {
  position: relative;
  height: 200px;
  width: 100%;
  background: #3dfcffad;
  overflow: hidden;
}

.shape {
  will-change: transform;
  position: absolute;
  border-radius: 50%;
}

.shape.shape-1 {
  background: #115de0;
  width: 700px;
  height: 700px;
  margin: -325px 0 0 -325px;
}

.shape.shape-2 {
  background: #ffb3ade7;
  width: 450px;
  height: 450px;
  margin: -220px 0 0 -220px;
}

.shape.shape-3 {
  background: #facc61;
  width: 280px;
  height: 280px;
  margin: -135px 0 0 -135px;
}

.hello-about .content {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
  background: rgba(250, 130, 140, 0.979);
  mix-blend-mode: screen;
}

[data-theme="dark"] .hello-about .content {
  background: transparent;
}

[data-theme="dark"] .hello-about h1 {
  color: white;
}

.hello-about h1 {
  margin: 0;
  text-align: center;
  vertical-align: baseline;
  line-height: 1;
  font-size: calc((0.0389119683 * 100vw + (10px)));
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 419px) {
  .hello-about h1 {
    font-size: calc((0.0389119683 * 100vw + (5px)));
  }
}

.cursor {
  position: absolute;
  background: #ff3456;
  width: 30px;
  height: 30px;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  will-change: transform;
  user-select: none;
  pointer-events: none;
  z-index: 3;
}

.author-content-item.skills {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  min-height: 400px;
}

.author-content-item.skills .skills-style-group {
  position: relative;
}

.author-content-item.skills .tags-group-all {
  display: flex;
  transform: rotate(0);
  transition: 0.3s;
}

.author-content-item.skills .tags-group-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  animation: rowup 50s linear infinite;
}

.tags-group-icon-pair {
  margin-left: 1rem;
}

.tags-group-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 1px black;
  width: 120px;
  height: 120px;
  border-radius: 30px;
}

.tags-group-icon img {
  width: 80%;
  margin: 0 auto !important;
}

.tags-group-icon-pair .tags-group-icon:nth-child(even) {
  margin-top: 1rem;
  transform: translate(-60px);
}

.author-content-item.skills .skills-list {
  display: flex;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
}

.author-content-item.skills .skill-info {
  display: flex;
  align-items: center;
  margin-right: 6px;
  margin-top: 4px;
  font-weight: 800;
  background: rgba(255, 192, 203, 0.8);
  border-radius: 40px;
  padding: 4px 8px;
}

.author-content-item.skills .skill-icon {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.author-content-item.skills .skill-icon img {
  width: 23px;
  height: 23px;
  margin: 0 auto !important;
}

.author-content-item.skills .etc {
  margin-right: 10px;
  margin-top: 10px;
}

@keyframes rowup {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.author-content-item.skills:hover .skills-style-group .tags-group-all {
  opacity: 0;
}

.author-content-item.skills:hover .skills-style-group .skills-list {
  opacity: 1;
}

#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a:hover,
#aside-content .card-categories ul.card-category-list>.card-category-list-item a:hover {
  border-radius: 8px;
}

/* .article-sort .article-sort-item:not(.year) {
  background: var(--roydon-small-card-bg);
  margin: 0.5%;
} */

/* @media screen and (min-width:900px) {
  .article-sort .article-sort-item:not(.year) {
    float: left;
    box-shadow: var(--roydon-box-shadow);
    padding: 5px;
    width: 49%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
  }

} */

.article-sort .article-sort-item .article-sort-item-info .article-meta-wrap span:not(.article-meta__link) {
  display: block;
}

.article-sort-item-img {
  border-radius: 8px;
}

.article-meta-wrap a:hover {
  border-radius: 4px;
  background: rgba(255, 192, 203, 0.7);
  color: var(--roydon-bili-color) !important;
}

.article-sort-item-info {
  width: 70%;
}

.article-sort-item-title {
  font-weight: bold;
  -webkit-line-clamp: 1;
}

.article-sort-item-title:hover {
  color: var(--roydon-bili-color);
}

#catalog-bar {
  padding: 4px 8px;
  border-radius: 8px;
  display: flex;
  border: 3px solid pink;
  justify-content: space-between;
}

#catalog-bar .iconfont {
  font-size: 14px;
  padding-right: 4px;
  border-right: 2px solid pink;
}

#catalog-bar:hover {
  border: 3px solid #f69;
}

#catalog-bar i {
  line-height: inherit;
}

#catalog-list {
  margin: 0 .5rem;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
}

#catalog-list::-webkit-scrollbar {
  display: none;
}

.catalog-list-item a {
  margin: 0 5px;
  padding: 5px;
  font-weight: bold;
  border-radius: 5px;
  color: var(--font-color);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.catalog-list-item:hover a {
  background: pink;
  color: var(--roydon-nav-hover);
}

.catalog-list-item.selected a {
  background: pink;
  color: var(--roydon-bili-color);
}

a.catalog-more {
  min-width: fit-content;
  font-weight: bold;
  color: var(--font-color);
  padding-left: 8px;
  border-left: 2px solid pink;
}

a.catalog-more:hover {
  color: var(--roydon-bili-color);
}

.article-sort-item-info .article-sort-item-categories .article-meta__categories {
  padding: 2px 4px;
  margin: 0 2px;
}

.article-meta-wrap .article-sort-item-categories .iconfont {
  font-size: 16px !important;
}

.article-meta-wrap .article-sort-item-tags .iconfont {
  font-size: 16px !important;
}

.article-sort-item-info .article-sort-item-tags .article-meta__tags {
  padding: 2px 4px;
  margin: 0 2px;
}

.scrollbar {
  overflow: auto;
  height: 100%;
}

.scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: transparent !important;
  border-radius: 4px;
  border: 1px solid transparent;
}

#friend-circle-page {
  --bg: #000;
  --bili-pink: #f69;
  background: #17181a;
  color: white;
  display: flex;
  border-radius: 1rem;
  height: 70vh;
}

@media screen and (max-width: 768px) {
  #friend-circle-page {
    height: 80vh;
  }
}

#friend-circle-page .friends {
  width: 300px;
  border-right: 2px solid #f69;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-y: scroll;
}

#friend-circle-page .friends .friend {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: 0.5s;
}

#friend-circle-page .friends .friend .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  margin: 0 !important;
}

#friend-circle-page .friends .friend .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#friend-circle-page .friends .friend:hover {
  background-color: var(--bili-pink);
}

#friend-circle-page .friends .friend.active {
  background: var(--bili-pink);
}

#friend-circle-page .friends .friend.alive .avatar {
  box-shadow: 0 0 0 3px var(--bili-pink);
}

#friend-circle-page .posts .post {
  padding: 0.5rem;
}

#friend-circle-page .posts .post .meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem 0 0;
}

#friend-circle-page .posts .post .meta .avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

#friend-circle-page .posts .post .meta .author {
  flex: 1;
}

#friend-circle-page .posts .post .info {
  background: #46208b7d;
  padding: 0.5rem;
  border-radius: 0 1rem 1rem 1rem;
  margin: 0 0 0.5rem 2.5rem;
}

#friend-circle-page .posts .post .info:hover {
  background: #45208be3;
}

#friend-circle-page .posts .post .info .link:hover {
  color: var(--bili-pink);
  transition: 0.5s;
}

#friend-circle-page .author-info {
  overflow: hidden;
  flex: 1;
  padding: 0.5rem;
}

#friend-circle-page .author-info .author-card {
  background: #f9c445;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

#friend-circle-page .author-info .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  margin: 0;
}

#friend-circle-page .author-info .center .name {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
  color: #ffffff;
}

#friend-circle-page .author-info .center .desc {
  line-height: 1.2rem;
  font-size: 0.8rem;
  color: var(--gray);
}

#friend-circle-page .author-info .right .link {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 1rem;
  background: blanchedalmond;
  color: var(--bili-pink);
  transition: 0.5s;
}

#friend-circle-page .author-info .right .link:hover {
  background-color: var(--bili-pink);
  color: #fff;
}

@media (max-width: 768px) {
  #friend-circle-page {
    flex-direction: column;
  }

  #friend-circle-page .friends {
    height: 7rem;
    width: 100%;
    padding: 0.5rem 1rem;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid var(--bg);
  }

  #friend-circle-page .friends .friend {
    width: 5rem;
    height: 6rem;
    padding: 0.5rem;
    flex-direction: column;
  }

  #friend-circle-page .friends .friend .name {
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
  }
}

.comment-barrage {
  position: fixed;
  bottom: 0;
  right: 55px;
  padding: 0 0 30px 10px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .comment-barrage {
    display: none !important;
  }
}

.comment-barrage-item {
  min-width: 100px;
  max-width: 220px;
  min-height: 80px;
  max-height: 120px;
  margin: 4px 0;
  padding: 8px;
  background: var(--roydon-small-card-bg);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  color: var(--font-color);
  animation: barrageIn 0.3s cubic-bezier(.25, .01, .5, 1.5);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}

.comment-barrage-item.out {
  opacity: 0;
}

@keyframes barrageIn {
  0% {
    transform: scale(0.1);
  }


  100% {
    transform: scale(1.0);
  }
}

.comment-barrage-item .barrageHead {
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  border-bottom: 2px solid #F69;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-barrage-item .barrageHead .barrageNick {
  font-size: 14px;
  font-weight: bold;
}

.comment-barrage-item .barrageHead .barrageAvatar {
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 50%;
}

.comment-barrage-item .barrageContent {
  font-size: 12px;
  line-height: 1.2;
  height: calc(100% - 20px);
  overflow: scroll;
}

.comment-barrage-item .barrageContent img {
  max-width: 48px;
  max-height: 48px;
}

.comment-barrage-item .barrageContent::-webkit-scrollbar {
  height: 0;
  width: 3px;
}

.comment-barrage-item .barrageContent::-webkit-scrollbar-button {
  display: none;
}

#body-wrap .full_page .index-video {
  display: block !important;
}

#body-wrap .full_page .waves-area {
  display: block !important;
}

#recent-posts>.recent-post-item>.recent-post-info>.article-meta-wrap .article-meta__tags {
  padding: 3px;
  border-radius: 4px
}

#web_bg {
  background-image: var(--roydon-site-bg)
}

.bangumi-item .bangumi-picture img {
  border-radius: 6px;
}

#page-header.full_page #site-info {
  top: 38%;
}

#vpanel {
  opacity: .8;
}

#paul {
  left: 0;
  bottom: 0;
  z-index: 520;
  position: fixed;
  pointer-events: none;
}

#pagination {
  margin: 0 auto;
}

#video-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -9999;
}

/* #aside-content .card-widget:last-child {
  background: url('https://bu.dusays.com/2022/11/17/6375f55771d07.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-origin: padding-box;
  background-clip: border-box;
  color: hotpink;
  font-weight: 800;
  font-size: 16px;
} */

#aside-content .card-webinfo .webinfo .webinfo-item {
  padding: 0 10px;
}

#recent-posts>.recent-post-item>.recent-post-info>.article-meta-wrap>.tags::before {
  content: "\A";
  white-space: nowrap !important;
}

#recent-posts>.recent-post-item:nth-child(n+2) {
  width: 32.3%;
}

@media screen and (max-width: 768px) {
  #recent-posts>.recent-post-item:nth-child(n+2) {
    width: 100%;
  }
}

#recent-posts>.recent-post-item .post_cover {
  height: 12rem !important;
}

#recent-posts>.recent-post-item {
  position: relative;
}

.icon-zhongbiao::before {
  color: #f7c768;
}

.tk-meta-input .el-input-group__prepend {
  background-color: pink;
}

.bangumi-active {
  background: #dbecfe !important;
  border-radius: 10px !important;
}

a.bangumi-tab:hover {
  text-decoration: none !important;
}

.bangumi-button:hover {
  background: #dbecfe !important;
  border-radius: 10px !important;
}

a.bangumi-button.bangumi-nextpage:hover {
  text-decoration: none !important;
}

.bangumi-button {
  padding: 5px 10px !important;
}

a.bangumi-tab {
  padding: 5px 10px !important;
}

svg.icon.faa-tada {
  font-size: 1.1em;
}

#uploadSource>svg {
  width: 1.19em;
  height: 1.5em;
}

.newPost-left,
.newPost-right {
  position: absolute;
  top: 0;
  color: black;
  height: 1.8em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  padding: 0 10px;
  background-color: rgb(140, 140, 255);
  border-radius: 0 0 8px 8px;
}

.newPost-left {
  left: 16px;
}

.newPost-right {
  left: 16px;
}

#page-header:not(.not-top-img):before {
  background-color: transparent;
}

[data-theme='dark'] #web_bg:before,
[data-theme='dark'] #page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  content: '';
}

#pagination .page-number.current {
  border-radius: 5px;
}

.announcement-detail {
  font-weight: 900;
}

#page-header {
  background: transparent !important;
}

#rightside>div>button {
  border-radius: 5px;
}

#error-wrap {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1000px;
  transform: translate(0, -50%);
}

#error-wrap .error-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  height: 18rem;
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: var(--card-box-shadow);
  transition: all 0.3s;
}

#error-wrap .error-content .error-img {
  box-flex: 1;
  flex: 1;
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #49b1f5;
  background-position: center;
  background-size: cover;
}

#error-wrap .error-content .error-info {
  box-flex: 1;
  flex: 1;
  padding: 0.5rem;
  text-align: center;
  font-size: 14px;
  font-family: Titillium Web, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
}

#error-wrap .error-content .error-info .error_title {
  margin-top: -4rem;
  font-size: 9em;
}

#error-wrap .error-content .error-info .error_subtitle {
  margin-top: -3.5rem;
  word-break: break-word;
  font-size: 1.6em;
}

#error-wrap .error-content .error-info a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3rem 1.5rem;
  background: var(--btn-bg);
  color: var(--btn-color);
}

#body-wrap.error .aside-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  bottom: 0px;
  position: absolute;
  padding: 1rem;
  width: 100%;
  overflow: scroll;
}

#body-wrap.error .aside-list .aside-list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
}

#body-wrap.error .aside-list .aside-list-item {
  padding: 0.5rem;
}

#body-wrap.error .aside-list .aside-list-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

#body-wrap.error .aside-list .aside-list-item .thumbnail {
  overflow: hidden;
  width: 230px;
  height: 143px;
  background: var(--heo-card-bg);
  display: flex;
}

#body-wrap.error .aside-list .aside-list-item .content .title {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  padding-top: 0.5rem;
  color: white;
}

#body-wrap.error .aside-list .aside-list-item .content time {
  display: none;
}

.contrib-column {
  line-height: 1.2;
}

#article-container figure.highlight {
  border-radius: 10px;
}

#aside-content .aside-list>.aside-list-item .content>.title {
  color: #fff;
  font-weight: bold;
}

.gitcalendar-graph {
  padding: 5px 0 0 !important;

}

.social-qq:before {
  content: "\e626";
  font-size: 24px;
}

#article-container .btn-beautify.outline {
  border-radius: 20px;
  border: 5px solid;
}

#article-container>.genshin-card {
  padding: 1%;
  border-radius: 10px;
}

#article-container>.genshin-card>a>img {
  width: 80%;
  border-radius: 10px;
}

#footer-wrap {
  color: white
}

#footer-wrap a {
  color: white;
  height: 44px;
  line-height: 36px
}

#footer-wrap a:hover {
  color: #ff3456;
  background-color: none
}

div#footer_deal {
  justify-content: center;
  display: flex;
  padding-top: 2rem;
  align-items: center
}

@media screen and (max-width: 768px) {
  img.footer_mini_logo {
    display: none
  }

  div#footer_deal {
    flex-wrap: wrap;
    flex-direction: row
  }
}

a.deal_link {
  display: flex;
  margin: 1rem 20px;
  border-radius: 3rem;
  width: 40px;
  height: 40px;
  background: transparent;
  justify-content: center;
  align-items: center;
  transition: .5s
}

a.deal_link:hover {
  color: white;
  background: #ff3456
}

img.footer_mini_logo {
  width: 64px;
  height: 64px;
  margin: 0 1rem;
  cursor: pointer;
  transition: cubic-bezier(0, 0, 0, 1.29) .5s
}

img.footer_mini_logo:hover {
  filter: drop-shadow(0 2px 2px pink);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d
}

@media screen and (min-width: 1300px) {
  img.footer_mini_logo:hover {
    transform: scale(1.03)
  }

  img.footer_mini_logo:active {
    transform: scale(.97)
  }
}

#weblogo {
  align-self: center
}

#footer-wrap a#Jayblog_footerlogo:hover {
  background: none
}

.Jayblog_footerlogo_img {
  filter: drop-shadow(0 12px 12px #ee7d7936)
}

.Jayblog_footerlogo_img:hover {
  transform: scale(1.03)
}

.blog-slider__content {
  padding-left: 0 !important;
}

.recent-post-item .recent-post-info .article-meta-wrap .article-meta .article-meta__categories {
  position: absolute;
  top: .5rem;
  right: 1rem;
  background: #7026f877;
  border-radius: .4rem;
  color: gold !important;
  font-weight: 600 !important;
  font-size: 99% !important;
  padding: .2rem .8rem;
}

.recent-post-item .recent-post-info .article-meta-wrap .article-meta .article-meta__categories:hover {
  text-decoration: none !important;
  background: #185fff;
}

#recent-posts>.recent-post-item>.recent-post-info>.article-meta-wrap {
  margin-bottom: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-meta-wrap .iconfont {
  font-size: 110%;
}

.card-recent-post .home-indicator {
  position: relative;
  width: 100px;
  margin: 5px auto;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}

.aside-content .card-announcement .genshin-card {
  width: 100%;
  border-radius: 10px;
}

#pagination {
  width: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

[data-theme="dark"] #nav .site-page,
[data-theme="dark"] #nav .menus_items .menus_item .menus_item_child li a {
  text-shadow: 0 0 2px var(--theme-color) !important;
}

[data-theme="dark"] #sidebar #sidebar-menus .menus_items .site-page {
  text-shadow: 0 0 2px var(--theme-color) !important;
}

#hexo_electric_clock .clock-row {
  font-weight: 600 !important;
  font-size: .9em;
}

.card-background {
  height: 92px !important;
  margin: 10px !important;
  border-radius: 10px !important;
}

.card-clock-time {
  flex: 1;
  font-family: UnidreamLED !important;
  font-size: 3em !important;
  text-align: center;
  background: linear-gradient(to right, #91e8f4, #4a8cfe);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1 !important;
}

#hexo_electric_clock {
  padding: 4px !important;
}

.recent-posts>.recent-post-item:first-child {
  width: 74% !important;
}

@media screen and (max-width: 1050px) {
  .recent-posts>.recent-post-item:first-child {
    width: 100% !important;
  }
}

#footer {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 0;
    z-index: 999;
    display: none !important;
  }
}

[data-theme=dark] #footer:before,
[data-theme=dark] #page-header:before,
[data-theme=dark] #web_bg:before {
  background-color: transparent !important
}

@media screen and (max-width: 768px) {
  #letlink {
    flex-direction: column !important;
    text-align: center !important
  }

  #letlogo {
    display: none !important
  }

  #footer-wrap {
    margin-top: 1rem !important
  }
}

.footer-banner-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

#footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 50px 0 50px;
  text-align: left !important;
  max-width: 1100px;
  margin: 0 auto
}

#footer-wrap h1 {
  font-size: 1.5rem;
  margin: 0
}

#footer-wrap h3 {
  padding: 0 12px
}

#footer-wrap p {
  margin: 0 0 0 .2rem;
  font-size: .8rem;
  opacity: .8
}

#footer-wrap i {
  margin-right: .5rem;
  width: 22px;
  font-size: 18px;
  display: inline-block
}

#footer-wrap #letlogo {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin: auto 0;
  max-width: 200px
}

#footer-wrap #letlink .link_group {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  min-width: 180px
}

#footer-wrap #letlink {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 0 1rem 0
}

#weblogo i {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: -10px
}

#footer:before {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  content: '' !important;
  z-index: -1
}

#Jay-footer .footer-links {
  display: flex;
  flex-direction: column
}

#Jay-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 1rem
}

#Jay-footer .footer-item {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: .5rem 0;
  color: var(--roydon-a-color);
}

#Jay-footer .footer-item:hover {
  color: #ff3456
}

#Jay-footer .footer-title {
  color: pink;
  font-size: 1rem;
  margin: 0 auto;
}

#footer-banner {
  padding: 1rem;
  color: var(--roydon-a-color);
  backdrop-filter: blur(20px);
  background: transparent;
  display: flex;
  z-index: -1;
  transition: .5s;
}

[data-theme=dark] #footer-banner {
  background: transparent
}

#footer-banner .footer-banner-links {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}

#footer-banner .footer-banner-left {
  display: flex;
  flex-wrap: wrap;
  color: plum;
  margin: 0 auto;
}

#footer-banner .footer-banner-link {
  margin-right: 1rem;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap
}

#footer-banner .footer-banner-link.cc {
  margin-right: 0
}

#footer-banner .footer-banner-link.cc i {
  margin-right: .5rem
}

#footer-banner .footer-banner-link:hover {
  color: #ff3456
}

#footer-banner>div>div.footer-banner-left>span {
  margin-right: 1rem
}

#footer-banner .footer-banner-right a:hover {
  color: plum
}

#footer_deal i {
  font-size: 2rem;
  transition: .8s;
  line-height: 1.3rem;
  height: 1.3rem
}

.main-hero-waves-area {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
}

.waves-area .waves-svg {
  width: 100%;
  height: 4rem;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  fill: #5782f038;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  fill: #b2c2eb38;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  fill: #7d9be238;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  fill: #bdc9e738;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves-area .waves-svg {
    height: 40px;
    min-height: 40px;
  }
}

#essay_page .author-content .author-content-item.essayPage {
  height: 20em;
  width: 83%;
  color: wheat;
  overflow: hidden;
}

#essay_page .author-content .author-content-item.essayPage-right {
  width: 16%;
  height: 20em;
  background-color: brown;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: var(--font-color);
  overflow: hidden;
}

#gallery_page .author-content .author-content-item.galleryPage {
  height: 20em;
  width: 83%;
  /* background: url(https://gcore.jsdelivr.net/gh/roydonGuo/CDN/siteBgZIP/9mw29d.webp) left center / cover no-repeat; */
  background-size: cover;
  background-repeat: no-repeat;
  color: wheat;
  overflow: hidden;
}

#gallery_page .author-content .author-content-item.galleryPage-right {
  width: 16%;
  height: 20em;
  background-color: brown;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: rgb(122, 49, 6);
  overflow: hidden;
}

#bbTimeList {
  background: var(--card-bg);
  padding: 0.5em;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  transition: all 0.6s ease 0s;
  margin: 0 auto;
  align-items: center;
  height: 3em;
  width: 100%;
}

#bbtalk {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#bber-talk {
  width: 100%;
  height: 2em;
  line-height: 2em;
  display: flex;
  flex-direction: column;
}

.bber-logo {
  font-size: 2em;
  line-height: 2em;
  margin-right: 1em;
}

.bber-gotobb {
  line-height: 2em;
  margin-left: 2em;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

#bber-talk .li-style {
  width: 100%;
  max-width: 100%;
  height: 2em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  font-weight: bold;
  margin: auto;
  cursor: pointer;
  white-space: nowrap;
}

#bbTimeList:hover {
  color: gold;
}

.bbTimeList .bber-logo {
  animation: rotate 2s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

/* .article-sort-item.year {
  width: 100%;
  margin: 0.5rem auto;
} */

#recent-posts {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#recent-posts>.recent-post-item {
  display: inline-block;
  height: auto;
}

#recent-posts>.recent-post-item .post_cover {
  width: 100%;
}

#recent-posts>.recent-post-item .post_cover img.post_bg {
  width: 100%;
  height: 100%
}

#recent-posts>.recent-post-item>.recent-post-info>.content {
  display: none
}

@media screen and (max-width:768px) {
  #recent-posts>.recent-post-item {
    width: 100%
  }
}

#twikoo .el-textarea textarea {
  min-height: 120px !important;
  background-size: 90px;
}

#twikoo .OwO-body {
  max-width: 100% !important;
  border-radius: 8px;
}

#twikoo .OwO .OwO-body .OwO-items {
  max-height: 250px !important;
}

.OwO .OwO-body .OwO-items-show {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.OwO .OwO-body .OwO-items-image .OwO-item {
  margin: 0 !important;
  padding: 5px !important;
  max-width: 6% !important;
  box-sizing: content-box;
}

.OwO .OwO-body .OwO-items-image .OwO-item {

  box-sizing: border-box;
}

.OwO .OwO-body .OwO-items-image .OwO-item[title|="Genshin"],
.OwO .OwO-body .OwO-items-image .OwO-item[title|="tom_jerry"],
.OwO .OwO-body .OwO-items-image .OwO-item[title|="Snow-Miku"] {
  max-width: 9% !important;
  box-sizing: content-box;
}

#twikoo .OwO-items li img {
  width: 100% !important;
}

.tk-comment .vemoji[alt|="Genshin"],
.tk-comment .tk-owo-emotion[alt*="Genshin"],
.tk-comment .vemoji[alt|="Snow"],
.tk-comment .tk-owo-emotion[alt*="Snow"],
.tk-comment .vemoji[alt|="tom_jerry"],
.tk-comment .tk-owo-emotion[alt*="tom_jerry"] {
  max-width: 100px !important;
  max-height: 100px !important;
  width: 100px;
  margin: 4px;
  border-radius: 8px !important;
  display: inline-block !important;
}

@media screen and (max-width: 768px) {

  .tk-comment .vemoji[alt|="Genshin"],
  .tk-comment .tk-owo-emotion[alt*="Genshin"],
  .tk-comment .vemoji[alt|="Snow"],
  .tk-comment .tk-owo-emotion[alt*="Snow"],
  .tk-comment .vemoji[alt|="tom_jerry"],
  .tk-comment .tk-owo-emotion[alt*="tom_jerry"] {
    max-width: calc(100% - 5px) !important;
    max-height: calc(100% - 5px) !important;
    border-radius: 4px !important;
  }

  .OwO .OwO-body .OwO-items-image .OwO-item[title|="Genshin"],
  .OwO .OwO-body .OwO-items-image .OwO-item[title|="tom_jerry"],
  .OwO .OwO-body .OwO-items-image .OwO-item[title|="Snow-Miku"] {
    max-width: calc(28% - 10px) !important;
    box-sizing: content-box;
  }
}

.el-textarea__inner {
  background-image: url(https://tuchuang.voooe.cn/images/2023/01/02/open.webp) !important;
}

.el-textarea__inner:focus {
  background-image: url(https://tuchuang.voooe.cn/images/2023/01/02/close.webp) !important;
}

.twikoo .tk-comments .tk-submit {
  margin-top: 1em;
  background: var(--roydon-small-card-bg);
  border-radius: 20px;
  padding: 10px;
}

.twikoo .tk-comments-container>.tk-comment {
  padding: 1em;
  border-radius: 16px;
  background: var(--roydon-small-card-bg);
  transition: .3s;
}

.tk-content img {
  border-radius: 8px;
}

.twikoo .tk-comments-container>.tk-comment {
  box-shadow: var(--roydon-box-shadow);
}

.twikoo .tk-extra {
  border-radius: 8px;
  padding: 0.5em;
  box-shadow: var(--roydon-box-shadow);
  transition: .3s;
}

.twikoo .tk-expand {
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
}

.twikoo .tk-extra:hover {
  box-shadow: var(--card-hover-box-shadow);
}

#content-inner {
  filter: none !important;
  transform: none !important;
  perspective: none !important;
}

.flink-card-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.flink-card-content-item {
  width: 100%;
  border-radius: 16px;
  box-shadow: var(--roydon-box-shadow);
  background: var(--roydon-small-card-bg);
  position: relative;
  padding: 1rem 2rem;
  overflow: hidden;
}

.flink-card-content-item .banners-title-big {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.flink-card-content-item.everyone {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.flink-card-content-item .banners-title {
  left: 2rem;
  top: 1rem;
  position: absolute;
  flex-direction: column;
  display: flex;
}

.flink-card-content-item .banner-button-group {
  position: absolute;
  right: 2rem;
  top: 1rem;
  display: flex;
}

.flink-card-content-item .banner-button-group button {
  background: var(--roydon-button-bg);
  padding: 16px 12px;
  border-radius: 16px;
  box-shadow: var(--roydon-box-shadow);
  color: var(--font-color);
  font-size: 16px;
  display: flex;
  align-items: center;
  z-index: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.flink-card-content-item .banner-button-group button:hover {
  background: var(--roydon-button-hover-bg);
}

.flink-card-content-item .banner-button-group button i {
  margin-right: 0.2rem;
}

.flink-card-content-item.everyone .everyone-style-everyone {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
  transform: rotate(0deg);
}

.flink-card-content-item.everyone .tags-everyone-wrapper {
  margin-top: 7em;
  display: flex;
  flex-wrap: nowrap;
  animation: 50s linear 0s infinite normal none running linkScroll;
  -webkit-animation: 50s linear 0s infinite normal none running linkScroll;
}

@keyframes linkScroll {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }

  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

.tags-everyone-iconfont-pair {
  margin-left: 1rem;
}

.tags-everyone-iconfont-pair .tags-everyone-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
}

.tags-everyone-iconfont-pair .tags-everyone-iconfont img {
  width: 100%;
  height: 100%;
  box-shadow: var(--roydon-box-shadow);
  border-radius: 64px;
}

.tags-everyone-iconfont img {
  width: 80%;
  margin: 0 auto !important;
}

.tags-everyone-iconfont-pair .tags-everyone-iconfont:nth-child(even) {
  margin-top: 1rem;
  transform: translate(-60px);
}

.addBtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.addBtn button {
  transition: .2s;
  display: flex;
  margin: 5px auto;
  color: var(--font-color);
  padding: 15px;
  border-radius: 40px;
  background: var(--roydon-small-card-bg);
  align-items: center;
}

button {
  padding: 0;
  outline: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  touch-action: manipulation;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.addBtn i {
  font-size: 1.3rem;
  margin-right: 10px;
}

.addBtn button:hover {
  background: #f69;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 6px;
  left: 0;
  right: 0;
  height: 10px;
  border-radius: 5px;
  width: 6rem;
  background: #c0cef8;
  border: 1px #f7eb09;
  overflow: hidden
}

.pace-inactive .pace-progress {
  opacity: 0;
  transition: .3s ease-in
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  position: absolute;
  z-index: 2000;
  display: block;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #edbed5, #f583ae, #e6169d, #e50076);
  animation: gradient 1.5s ease infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-size: 200%
}

.pace.pace-inactive {
  opacity: 0;
  transition: .3s;
  top: -8px
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@font-face {
  font-family: "ali-song";
  src: url("//at.alicdn.com/wf/webfont/jmF1bH9rSbIN/gRyhHl3ThWATQBmuOX84e.woff2") format("woff2"),
    url("//at.alicdn.com/wf/webfont/jmF1bH9rSbIN/WQDY8KjcBMPEloQD1bmEW.woff") format("woff");
  font-display: swap;
}

::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: pink;
  border-radius: 2em;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-moz-selection {
  color: rgb(29, 24, 24);
  background-color: pink;
}

#footer {
  background: transparent !important;
  height: 66px;
}

#site-name:hover::before {
  opacity: 1;
  scale: 1.03;
}

#site-name {
  position: relative;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .mask-name-container {
    width: 600px;
  }
}

@media screen and (max-width: 500px) {
  .mask-name-container {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  #nav a:hover {
    transform: scale(1.03);
  }
}

#site-name,
.shuoshuo {
  white-space: nowrap;
  overflow: hidden;
}

#site-name {
  padding: 0 2px;
  margin-left: 4px;
  position: relative;
}

#site-name *:not(i):hover {
  display: none !important;
}

#blog_name #site-name:hover::after {
  opacity: 1;
  transform: scale(1.01);
}

#site-name::before {
  opacity: 0;
  background-color: pink !important;
  border-radius: 12px;
  transition: .3s;
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  width: 100%;
  height: 100%;
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  text-align: center;
  color: #ff3456;
  font-size: 20px;
}

#blog_name #site-name::after {
  opacity: 0;
  background-color: pink !important;
  border-radius: 12px;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '\f015';
  font-family: 'Font Awesome 6 Free';
  text-align: center;
  color: #dbbdfd !important;
}

#site-name i {
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  left: 0;
  opacity: 0;
}

#site-name:hover i {
  opacity: 1;
}

/* #nav #blog_name {
  flex-wrap: nowrap;
  height: 60px;
  display: flex;
  align-items: center;
  transition: 0.3s;
} */

#content-inner>#archive,
#content-inner>#page {
  background: var(--roydon-small-card-bg);
}

#page-header #post-info {
  position: absolute;
  bottom: 30px;
  padding: 0 8%;
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
}

.framework-info {
  display: none;
}

#footer-wrap {
  padding: 0px 20px
}

#ghbdages {
  margin: 0 auto;
}

#universe {
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

#post .post-content .tabs {
  border-radius: 0 0 12px 12px;
}

#article-container .tabs>.tab-contents .tab-item-content {
  padding: 3px 3px;
}

#article-container .tab-contents i {
  font-size: 20px;
  color: blue;
}

#article-container iframe {
  width: 100%;
  border-radius: 8px;
  min-height: 500px;
}

#article-container .code-expand-btn i {
  color: pink;
}

div#post:hover {
  box-sizing: border-box;
}

.vwrap {
  box-shadow: 2px 2px 5px #bbb;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 30px;
  margin: 30px 0px 30px 0px;
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(1):before {
  content: '输入昵称(自定义)🐧';
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(2):before {
  content: '输入邮箱自动获取头像📧';
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(3):before {
  content: '可以通过昵称访问您的网站🔗';
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:focus-within::before,
.el-input.el-input--small.el-input-group.el-input-group--prepend:focus-within::after {
  display: block;
}

.v[data-class="v"] .vcards {
  padding: 0 20px;
}

.v[data-class="v"] .vcards .vcard .vcontent.expand::before {
  background: none !important;
}

.v[data-class="v"] .vcards .vcard .vcontent.expand::before {
  background: none !important;
}

.v[data-class=v] .vcards .vcard .vcontent.expand {
  max-height: 18em;
}

.v[data-class=v] .vcards .vcard .vcontent.expand::after {
  border-radius: 8px;
  color: #00fff6;
}

.el-input.el-input--small.el-input-group.el-input-group--prepend::before {
  display: none;
  position: absolute;
  top: -60px;
  white-space: nowrap;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%);
  padding: 14px 18px;
  background: #444;
  color: #fff;
}

.el-input.el-input--small.el-input-group.el-input-group--prepend::after {
  display: none;
  content: '';
  position: absolute;
  border: 12px solid transparent;
  border-top-color: #444;
  left: 50%;
  transform: translate(-50%, -48px);
}

#article-container a:hover {
  color: #ff3456;
  text-decoration: none !important;
}

#article-container #hpp_talk p img {
  display: inline;
}

.winbox {
  border-radius: 24px;
  overflow: hidden;
}

.wb-min {
  background-position: center;
}

.wb-body {
  background: var(--roydon-card-mask);
}

.bgbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pimgbox,
.imgbox,
.box {
  width: 15.66%;
  margin: 0.5%;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
}

.pimgbox {
  height: 300px;
}

.imgbox,
.box {
  height: 100px;
}

@media screen and (max-width: 768px) {

  .pimgbox,
  .imgbox,
  .box {
    height: 1%;
    width: 48%;
  }

  .pimgbox {
    height: 250px;
  }

  .imgbox,
  .box {
    height: 100px;
  }

  .wb-min {
    display: none;
  }

  #changeBgBox .wb-body::-webkit-scrollbar {
    display: none;
  }
}

.live2d-widget-dialog-container {
  max-width: 200px !important;
  max-height: 100px !important;
  position: absolute;
  bottom: 73% !important;
  right: 0px;
  transform-origin: right;
  padding: 12px !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.live2d-widget-dialog {
  width: 100%;
  height: 100%;
  color: #917159;
  font-size: 16px;
  padding: 3px !important;
  border: 2px solid rgb(236, 203, 180);
  background: rgb(252, 248, 244);
  border-radius: 12px;
}

#movies_page .author-content .author-content-item.item-left {
  height: 20em;
  width: 83%;
  background: url(https://gcore.jsdelivr.net/gh/roydonGuo/CDN/siteBgZIP/1kzdg1.webp) left center / cover no-repeat;
  color: wheat;
  overflow: hidden;
}

#movies_page .author-content .author-content-item.item-right {
  width: 16%;
  height: 20em;
  background: url(https://bu.dusays.com/2023/01/16/63c5537e493df.jpg) left center / cover no-repeat;
  background-color: thistle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: rgb(200, 39, 14);
  overflow: hidden;
}

#article-container .author-content .author-content-item.item-left {
  height: 20em;
  width: 83%;
  background: url(https://gcore.jsdelivr.net/gh/roydonGuo/CDN/siteBgZIP/4xjgzz.webp) left center / cover no-repeat;
  color: wheat;
  overflow: hidden;
}

#article-container .author-content .author-content-item.item-right {
  width: 16%;
  height: 20em;
  background: url(https://bu.dusays.com/2023/01/16/63c5537e52b53.jpg) left center / cover no-repeat;
  background-color: lavender;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: rgb(200, 39, 14);
  overflow: hidden;
}

#music_page .author-content .author-content-item.item-left {
  height: 20em;
  width: 83%;
  background: url(https://gcore.jsdelivr.net/gh/roydonGuo/CDN/siteBgZIP/m9ey79.webp) left center / cover no-repeat;
  color: wheat;
  overflow: hidden;
}

#music_page .author-content .author-content-item.item-right {
  width: 16%;
  height: 20em;
  background: url(https://bu.dusays.com/2023/01/16/63c5537e4fc09.jpg) left center / cover no-repeat;
  background-color: bisque;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: rgb(200, 39, 14);
  overflow: hidden;
}

.page .hide-aside #page,
#archive {
  padding: 0 !important;
  background: none !important;
}