@charset "UTF-8";
@import url("./tag.css");
* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 100%;
  background-color: rgb(243, 243, 243);
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-thumb {
  background: rgba(79, 79, 79, 0.6);
  border-radius: 6px;
}

body::-webkit-scrollbar-thumb:hover {
  background: rgba(25, 25, 25, 0.6);
}

body::-webkit-scrollbar-track {
  background-color: rgba(25, 25, 25, 0);
}

body {
  position: relative;
}
body .change-page-menu {
  background-color: rgb(255, 255, 255);
  position: fixed;
  right: 1.875rem;
  bottom: 6.25rem;
  height: 1.875rem;
  width: 1.875rem;
  z-index: 999;
  border-radius: 0.3125rem;
}
body .change-page-menu .toggle-icon {
  z-index: 999;
  max-width: 1.875rem;
  max-height: 1.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .change-page-menu .night-icon {
  transition: all 0.2s;
  position: relative;
  transform: translateY(0);
  opacity: 0;
  z-index: -1;
}
body .change-page-menu .light-icon {
  opacity: 0;
  transition: all 0.2s;
  position: relative;
  transform: translateY(-2.1875rem);
  z-index: -1;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

#search_button {
  word-break: keep-all;
}

.prograss {
  top: 0;
  position: fixed;
  width: 8px;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgb(210, 49, 148), rgb(0, 145, 255), rgb(41, 213, 41), rgb(238, 153, 50));
  right: 4%;
  min-height: 3.25rem;
  box-shadow: 0px 0px 0.3125rem rgb(52, 52, 52);
}
.prograss .prograss-pic {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/cat.png");
  position: absolute;
  bottom: -0.125rem;
  z-index: 2;
  transform: translateX(-1.625rem);
  background-size: 100% 100%;
  filter: drop-shadow(0px 0px 5px rgba(32, 32, 32, 0.714));
  animation: cat 3s infinite;
}
@keyframes cat {
  0% {
    bottom: 0px;
  }
  45% {
    bottom: -10px;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0px;
  }
}

.show-area {
  width: 100%;
  display: flex;
  justify-content: center;
}
.show-area .error-tips {
  padding: 10px 20px;
  position: fixed;
  z-index: 999;
  min-width: 10%;
  top: -25px;
  right: 5%;
  border-radius: 2.5px;
  background-color: rgb(207, 57, 57);
  font-size: 14px;
  color: rgba(239, 239, 239, 0.959);
  transition: all 0.5s;
  font-weight: bold;
  letter-spacing: 2px;
  overflow: hidden;
  text-align: center;
}
.show-area .error-tips .tips-progress {
  left: 0;
  position: absolute;
  bottom: 0.5px;
  z-index: 999;
  height: 3px;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background-color: rgba(248, 248, 248, 0.458);
}
@keyframes tipsProgress {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.show-area .success-tips {
  overflow: hidden;
  padding: 10px 20px;
  position: fixed;
  z-index: 999;
  top: -25px;
  right: 5%;
  border-radius: 5px;
  background-color: rgba(55, 251, 33, 0.719);
  font-size: 16px;
  color: rgba(239, 239, 239, 0.959);
  transition: all 0.5s;
  font-weight: bold;
  letter-spacing: 2px;
}
.show-area .success-tips .tips-progress {
  transition: all 3s;
  left: 0;
  position: absolute;
  bottom: 0.5px;
  z-index: 999;
  height: 0.1875rem;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background-color: aqua;
}

.page-header {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-header .show-next {
  position: absolute;
  bottom: 20px;
  width: 2.8125rem;
  height: 2.8125rem;
  animation: showNext 1s infinite;
  z-index: 2;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.073);
}
@keyframes showNext {
  0% {
    bottom: 30px;
  }
  45% {
    bottom: 5px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 30px;
  }
}
.page-header .header {
  background-image: url("../img/wallhaven-zygeko.jpg");
  height: 100%;
  background-size: 100% cover;
  position: relative;
  background-attachment: fixed;
  min-height: 100%;
  min-width: 100%;
  position: relative;
}
.page-header .header .nav-menu {
  display: none;
  transform: rotate(-180deg);
}
.page-header .header .header-nav {
  top: -2.1875rem;
  position: absolute;
  right: 0;
  z-index: 2;
  width: 40%;
  display: flex;
  justify-content: center;
  background-color: transparent;
  transition: all 0.5s;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.page-header .header .header-nav .header-nav-group {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.834);
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.9375rem;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.page-header .header .header-nav .header-nav-group .nav-items {
  flex: 1;
  justify-content: center;
  letter-spacing: 0.1875rem;
  padding: 0.3125rem;
  display: flex;
  color: rgb(39, 39, 39);
  font-weight: bold;
  font-size: 15px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-header .header .header-nav .header-nav-group .nav-items #search_content {
  border-radius: 0.3125rem;
  border: 1px solid transparent;
}
.page-header .header .blog-title {
  text-shadow: 0px 0px 3px black;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.911);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}
.page-header .header .blog-title::before {
  content: "Rockeven199的博客";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.277);
  z-index: 1;
}

.page-content {
  width: 100%;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-image: url("../img/wallhaven-yxxo1x.jpg");
}
.page-content .article {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.364);
}
.page-content .article article {
  width: 75%;
  height: 100%;
}
.page-content .article article .hr {
  display: none;
}
.page-content .article article .article-main {
  width: calc(100% - 10px);
  margin: 10px 5px;
  padding: 10px 0px;
  background-color: transparent;
}
.page-content .article article .article-main .article-header {
  width: calc(80% - 20px);
  height: 5%;
  margin: auto;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  background-color: transparent;
}
.page-content .article article .article-main .article-header .pub-author {
  font-size: 14px;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0.736);
}
.page-content .article article .article-main .article-header .pub-time {
  font-size: 14px;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0.736);
}
.page-content .article article .article-main .article-header .point {
  padding: 0px 5px;
  font-size: 14px;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0.736) !important;
}
.page-content .article article .article-main .article-title {
  width: 80%;
  margin: 0px calc(10% - 3px);
  font-size: 20px;
  padding-left: 1.4375rem;
  color: rgba(255, 255, 255, 0.919);
  font-weight: 600;
  background-color: transparent;
}
.page-content .article article .article-main .article-about {
  width: 80%;
  margin: 0px 10% 5px 10%;
  padding-left: 20px;
}
.page-content .article article .article-main .article-about .article-header-about-tag {
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-content .article article .article-main .article-content {
  display: flex;
  margin: 0px calc(10% + 20px);
  width: 80%;
  background-color: rgba(255, 255, 255, 0.57);
  height: 100%;
  font-size: 16px;
  word-break: break-all;
  padding: 20px;
  align-items: center;
  border-radius: 0.3125rem;
  outline: 2.5px solid rgba(48, 48, 48, 0.441);
}
.page-content .article aside {
  width: 25%;
  height: 90%;
  margin-top: 10%;
}
.page-content .article aside .search-area {
  margin: 10px 5px;
  width: calc(100% - 10px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 18px;
  color: rgba(24, 24, 24, 0.77);
}
.page-content .article aside .search-area .search-group {
  margin-left: 25px;
  width: 60%;
}
.page-content .article aside .search-area .search-group #search_form #search-input {
  border-radius: 1.25rem;
  padding: 0.625rem 0.3125rem;
  text-indent: 0.3125rem;
}
.page-content .article aside .search-area .search-group .search-area-title {
  margin-bottom: 0.625rem;
  color: rgba(255, 255, 255, 0.784);
}
.page-content .article aside .search-area .search-group select {
  padding: 0px 2px;
  margin-left: 2.5px;
  text-align: center;
  font-size: 10px !important;
}
.page-content .article aside .search-area .search-group button {
  text-align: center;
  margin-right: 2.5px;
  width: 50px;
  font-size: 10px;
}
.page-content .article aside .search-area .search-group form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page-content .article aside .search-area .search-group form input:focus {
  outline: solid rgb(23, 106, 231) 0.1563rem;
}
.page-content .article aside .search-area .search-group form input {
  transition: all 0.2s;
  width: calc(90% + 10px);
  outline: none;
  border-bottom: 3px solid rgba(164, 164, 164, 0.712);
  border-left: 1px solid rgba(164, 164, 164, 0.712);
  border-right: 1px solid rgba(164, 164, 164, 0.712);
  border-top: 1px solid rgba(164, 164, 164, 0.712);
  border-radius: 2px;
  margin: 0px 20px;
  font-size: 12px;
  padding: 5px;
}
.page-content .article aside .search-area .search-group form .search-area-button {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin: 5px;
}
.page-content .article aside .search-area .search-group form .search-area-button button {
  width: 30%;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.75rem;
  color: white;
  background-color: rgba(197, 27, 27, 0.732);
  border: none;
  letter-spacing: 0.0625rem;
}
.page-content .article aside .search-area .search-group form .search-area-button select {
  width: 40%;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.75rem;
  color: white;
  background-color: rgba(20, 170, 95, 0.732);
  letter-spacing: 0.0625rem;
  border: none;
}
.page-content .article aside .aside {
  width: calc(100% - 10px);
  height: calc(90% - 20px);
  margin: 10px 5px;
  display: flex;
  flex-direction: column;
}
.page-content .article aside .aside .notice {
  height: 50%;
  width: 70%;
}
.page-content .article aside .aside .notice .notice-title {
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  padding: 25px 0px 25px 25px;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.77);
  font-weight: 600;
  font-size: 18px;
}
.page-content .article aside .aside .notice .notice-content {
  width: 100%;
  margin-left: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.77);
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(31, 31, 31, 0.258);
}
.page-content .article aside .aside .tag {
  height: 50%;
  width: 70%;
  margin: 20% 0;
}
.page-content .article aside .aside .tag .tag-title {
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  padding: 25px 0px 25px 25px;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.822);
  font-weight: 600;
  font-size: 18px;
}
.page-content .article aside .aside .tag .article-tag {
  width: calc(100% - 20px);
  margin-left: 20px;
}
.page-content .article aside .aside .tag .article-tag .item-tag {
  outline: 2px solid black;
  background-color: rgba(255, 255, 255, 0.548);
  display: block;
  text-align: center;
  border-radius: 20px;
  padding: 4px 10px;
  margin: 5px 10px;
  float: left;
  font-size: 12px;
  transition: all 0.25s;
  letter-spacing: 0.0313rem;
  outline: 2.5px solid rgba(48, 48, 48, 0.441);
}
.page-content .article aside .aside .tag .article-tag .item-tag a {
  color: rgba(24, 24, 24, 0.623);
  cursor: default;
}
.page-content .article aside .aside .tag .article-tag .item-tag:hover {
  box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.756);
  transition: all 0.25s;
}

.page-footer .footer {
  background-color: rgba(149, 149, 149, 0.058);
  color: rgb(38, 38, 38);
  width: 100%;
  height: 10%;
  padding: 0.625rem 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.0938rem;
  line-height: 1.25rem;
  box-shadow: 0px 0px 0.25rem rgb(168, 168, 168);
}
.page-footer .footer p {
  font-size: 0.9375rem;
}

.phone-back-top {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  color: rgb(69, 69, 69);
  font-size: 8px;
  letter-spacing: 0.0625rem;
  background-color: rgba(250, 235, 215, 0.955);
  padding: 0.3125rem 0.625rem;
  border-radius: 1.875rem;
  border: 2px solid white;
  cursor: pointer;
  display: none;
}

.close-nav {
  background-color: rgba(255, 255, 255, 0.834);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 1.875rem;
  height: 0.9375rem;
  position: absolute;
  bottom: 0rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header-nav-mb {
  padding: 0 !important;
  width: 100%;
  position: absolute;
  transform: translateY(-100%);
}

@media screen and (min-width: 300px) and (max-width: 450px) {
  .phone-back-top {
    display: block;
  }
  .close-nav {
    display: none;
  }
  .header-nav-group {
    margin: 0 !important;
  }
  .prograss {
    display: none;
  }
  .page-header {
    width: 100%;
    height: 100%;
  }
  .page-header .header {
    background-size: cover;
    height: 100%;
  }
  .page-header .header .show-next {
    width: 1.875rem;
    height: 1.875rem;
  }
  .page-header .header .nav-menu {
    width: 30px !important;
    height: 40px !important;
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 3;
  }
  .page-header .header .header-nav:hover {
    top: 0;
  }
  .page-header .header .header-nav {
    background-color: rgba(255, 255, 255, 0.552);
    border-right: 0px solid rgb(236, 236, 236);
    padding: 0px;
    width: 100%;
    top: 0;
    position: absolute;
    transform: translateY(-100%);
  }
  .page-header .header .header-nav .header-nav-group {
    display: flex;
    flex-direction: column;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .page-header .header .header-nav .header-nav-group .nav-items {
    width: 100%;
    text-align: center;
    font-size: 12px !important;
    margin: 0px !important;
    line-height: 30px !important;
    flex: 1;
  }
  .page-header .header .header-nav .header-nav-group .nav-items a {
    color: rgb(30, 30, 30);
  }
  .page-header .header .header-nav .header-nav-group .nav-items:hover {
    background-color: rgba(0, 0, 0, 0.54);
  }
  .page-header .header .header-nav .header-nav-group .nav-items:hover a {
    color: white;
  }
  .page-header .header .blog-title {
    font-size: 20px;
  }
  .page-header .header .nav-menu {
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .page-content {
    position: relative;
    width: 100%;
  }
  .page-content aside {
    display: none;
    border: 1px solid white;
    position: fixed;
    top: 0;
    right: 0;
    width: 100% !important;
    background-color: rgba(232, 186, 129, 0.574);
    z-index: 3;
  }
  .page-content aside .tag {
    width: 100% !important;
  }
  .page-content aside .notice {
    width: 100% !important;
  }
  .page-content .article article {
    width: 100% !important;
  }
  .page-content .article article .hr {
    display: block;
  }
  .page-content .article article .article-main {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4% 0;
    margin: 0 20px;
    border-bottom: 1px solid black;
  }
  .page-content .article article .article-main .article-title {
    font-size: 12px;
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 5% !important;
  }
  .page-content .article article .article-main .article-header {
    padding-left: 10%;
    width: 100%;
    margin: 0;
  }
  .page-content .article article .article-main .article-header .pub-author {
    font-size: 12px;
    justify-content: flex-start;
    margin: 3px 0px !important;
  }
  .page-content .article article .article-main .article-header .pub-time {
    font-size: 12px;
  }
  .page-content .article article .article-main .article-header .point {
    font-size: 12px;
    margin: 3px 0px !important;
  }
  .page-content .article article .article-main .article-content {
    margin: 10px 0px 20px 0;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    font-size: 13px;
    background-color: rgb(236, 236, 236);
    border-radius: 1.25rem;
    border: 1px solid transparent;
  }
  .page-content .article article .article-main .article-about {
    padding: 0 !important;
    line-height: 25px;
    margin-left: 5px !important;
  }
  .page-content .article article .article-main .article-about .about-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px !important;
    color: white;
    height: 1.125rem;
    padding: 0px 6px !important;
    background-color: rgba(61, 61, 61, 0.948);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .page-content .article article .article-main .article-about .about-link {
    display: flex;
    align-items: center;
    height: 1.125rem;
    font-size: 8px !important;
    padding: 0px 6px !important;
    color: white;
    background-color: rgb(17, 124, 191);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .page-content .article article .article-main .article-about .about-object {
    display: flex;
    align-items: center;
    height: 1.125rem;
    font-size: 8px !important;
    padding: 0px 6px !important;
    color: white;
    background-color: rgba(11, 153, 65, 0.803);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .page-content .article article .article-main .article-about .about-tag {
    height: 1.125rem;
    font-size: 8px !important;
    padding: 0px 6px;
    color: white;
    background-color: rgb(134, 185, 5);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .page-footer {
    width: 100%;
    margin-top: 20px;
  }
  .page-footer .footer {
    padding: 10px 0px !important;
  }
  .page-footer .footer p {
    font-size: 12px !important;
  }
  .back-top {
    font-size: 0.875rem;
    padding: 0.3125rem 0.625rem;
    bottom: 0.75rem;
    right: 0.75rem;
  }
}
.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}

@keyframes octocat-wave {
  0%, 100% {
    transform: rotate(0);
  }
  20%, 60% {
    transform: rotate(-25deg);
  }
  40%, 80% {
    transform: rotate(10deg);
  }
}
@media (max-width: 500px) {
  .github-corner:hover .octo-arm {
    animation: none;
  }
  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }
}/*# sourceMappingURL=index.css.map */