@charset "UTF-8";
@import url(prism.css);
:root {
  --c_9: #999;
  --c_6: #666;
  --c_0: #000;
  --url_color: #3740ff;
  --default-width: 1320px;
  --min-width: 750px;
  --c_line: #dadce0;
}

/*** General::Reset ***/
* {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html, body {
  position: relative;
  font: 400 16px/1.5 Segoe UI, system-ui, -apple-system, sans-serif;
  line-height: 1.7;
  word-break: break-all;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

i, em, del, address, cite {
  font-style: normal;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  text-decoration: none;
  color: var(--url_color);
}
a:focus, a:active {
  outline: 1px solid #3740ff;
}

input::-webkit-input-placeholder, input::-moz-placeholder {
  color: inherit;
  line-height: inherit;
}

hr {
  border: none;
  border-top: 1px #F0F2F7 solid;
}

body {
  background: white;
  text-rendering: optimizeSpeed;
}

.lt {
  text-align: left;
}

.rt {
  text-align: right;
}

.cen {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.autoImg {
  width: auto;
  max-width: 100%;
  height: auto;
}

.block {
  display: block;
}

.blockCen {
  margin: auto;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.textOverline {
  text-decoration: overline;
}

.textThroughline {
  text-decoration: line-through;
}

.textUnderline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.omit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text999 {
  color: var(--c_9);
}

.text666 {
  color: var(--c_6);
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.border {
  border-color: var(--c_line);
  border-width: 1px;
  border-style: solid;
}
.border.border-right {
  border-width: 0;
  border-right-width: 1px;
  border-color: transparent;
  border-right-color: var(--c_line);
}
.border.border-left {
  border-width: 0;
  border-left-width: 1px;
  border-color: transparent;
  border-left-color: var(--c_line);
}
.border.border-top {
  border-width: 0;
  border-top-width: 1px;
  border-color: transparent;
  border-top-color: var(--c_line);
}
.border.border-bottom {
  border-width: 0;
  border-bottom-width: 1px;
  border-color: transparent;
  border-bottom-color: var(--c_line);
}

.f-30 {
  font-size: 30px;
}

.f-28 {
  font-size: 28px;
}

.f-26 {
  font-size: 26px;
}

.f-24 {
  font-size: 24px;
}

.f-22 {
  font-size: 22px;
}

.f-20 {
  font-size: 20px;
}

.f-18 {
  font-size: 18px;
}

.f-16 {
  font-size: 16px;
}

.f-14 {
  font-size: 14px;
}

.f-12 {
  font-size: 12px;
}

.m-30 {
  margin: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.m-25 {
  margin: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.m-20 {
  margin: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m-15 {
  margin: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.m-10 {
  margin: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m-5 {
  margin: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.p-30 {
  padding: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.p-25 {
  padding: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.p-20 {
  padding: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-15 {
  padding: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.p-10 {
  padding: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-5 {
  padding: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.web-header {
  --header-height: 64px;
  --text-color: #202124;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  padding: 0 24px;
  height: var(--header-height);
  font-weight: 500;
  font-size: 14px;
  z-index: 1986;
}
.web-header button {
  display: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font: 500 0.875rem/2.25rem Segoe UI, system-ui, -apple-system, sans-serif;
  height: 56px;
  justify-content: center;
  letter-spacing: 1px;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  color: #5f6368;
  height: 3rem;
  overflow: unset;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease;
  width: 3rem;
  margin-right: 10px;
}
.web-header button:hover {
  background: #f1f3f4;
  color: #202124;
}
.web-header button:focus {
  box-shadow: 0 0 0 1px #3740ff;
  outline: 0;
}

.header-middle {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 48px;
  height: 100%;
  overflow: hidden;
}

.header-logo {
  font-size: 18px;
  color: #424548;
  display: flex;
  align-items: center;
}
.header-logo i {
  font-size: 24px;
  margin-right: 10px;
}
.header-logo strong {
  font-weight: 600;
}

.header-links {
  display: flex;
  flex: 1;
  align-items: center;
  height: 100%;
  line-height: 20px;
}
.header-links .header-link {
  color: var(--text-color);
  padding: 0 2em;
  height: var(--header-height);
  line-height: var(--header-height);
  outline: 0;
  text-decoration: none;
}
.header-links .header-link:hover {
  background-color: rgba(32, 33, 36, 0.04);
}
.header-links .header-link:active {
  background-color: rgba(32, 33, 36, 0.16);
}
.header-links .header-link.active {
  box-shadow: 0 -2px 0 #3740ff inset;
}
.header-links .header-link.hm em {
  background-image: linear-gradient(to right, red, orange, brown, green, brown, orange, red, orange, brown, green, brown, orange, red);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: hm-a 3s infinite linear;
}

@keyframes hm-a {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.web-search {
  display: flex;
  align-items: center;
  position: relative;
}
.web-search .web-search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.web-search .web-search-input {
  background: #f1f3f4;
  border: none;
  padding: 8px 8px 8px 40px;
  width: 100%;
  font: inherit;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
}
.web-search .web-search-input:focus {
  box-shadow: 0 2px 0 0 #3fc4ff;
}

.web-card {
  padding: 32px;
  transition: box-shadow 0.2s;
  border: 1px #f1f1f1 solid;
  border-radius: 10px;
}
.web-card:hover {
  background: rgb(248, 249, 250);
  border-radius: 10px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.web-card:hover a {
  text-decoration: underline;
}
.web-card:hover figure {
  box-shadow: none;
}
.web-card:hover figure img {
  transform: scale(1.2);
  transition: transform 200ms;
}
.web-card:active {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  outline: 0;
}
.web-card figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 228px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: -30px -30px 0 -25px #fff7f7, 30px 30px 0 -25px #f7f1f1;
  border-radius: 10px;
  padding: 35px;
}
.web-card figure::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "图片加载中...";
  color: var(--c_9);
  z-index: 0;
}
.web-card figure img {
  position: relative;
  border-radius: 5px;
  z-index: 1;
}
.web-card .c-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.web-card .c-title a {
  outline: 0;
  color: inherit;
}
.web-card .c-summary {
  font-size: 14px;
  color: var(--c_6);
  margin-bottom: 16px;
  letter-spacing: 1.2px;
}
.web-card .c-other {
  font-size: 14px;
  color: var(--c_9);
  margin-bottom: 16px;
}

.page-summary {
  padding: 5em 20vw;
  background: rgb(248, 249, 250);
  margin-bottom: 2em;
}

.recommend {
  --height: 400px;
  height: var(--height);
  border-radius: 8px;
  margin: 1.5em auto;
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: hidden;
}
.recommend .recImg {
  height: 100%;
  position: relative;
  z-index: 1;
}
.recommend .recImg a {
  display: block;
}
.recommend .recImg img {
  position: absolute;
  max-width: none;
  width: 120%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend .recImg::before {
  pointer-events: none;
  content: "";
  background: linear-gradient(130deg, #ff7a18, #af002d 41.07%, #319197 76.05%);
  position: absolute;
  mix-blend-mode: screen;
  opacity: 0.75;
  width: 120%;
  min-height: var(--height);
  height: 100%;
  z-index: 2;
}
.recommend .recImg::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 3;
  left: 75%;
  height: 100%;
  top: 0;
  width: 50%;
  background: linear-gradient(90deg, hsla(0deg, 0%, 100%, 0) 0, hsla(0deg, 0%, 100%, 0.013) 8.1%, hsla(0deg, 0%, 100%, 0.049) 15.5%, hsla(0deg, 0%, 100%, 0.104) 22.5%, hsla(0deg, 0%, 100%, 0.175) 29%, hsla(0deg, 0%, 100%, 0.259) 35.3%, hsla(0deg, 0%, 100%, 0.352) 41.2%, hsla(0deg, 0%, 100%, 0.45) 47.1%, hsla(0deg, 0%, 100%, 0.55) 52.9%, hsla(0deg, 0%, 100%, 0.648) 58.8%, hsla(0deg, 0%, 100%, 0.741) 64.7%, hsla(0deg, 0%, 100%, 0.825) 71%, hsla(0deg, 0%, 100%, 0.896) 77.5%, hsla(0deg, 0%, 100%, 0.951) 84.5%, hsla(0deg, 0%, 100%, 0.987) 91.9%, #fff);
}
.recommend .recTxt {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recommend .recTxt h1 {
  color: #111;
  margin-bottom: 0.7em;
  font-size: 2em;
}
.recommend .recTxt h1 a {
  color: inherit;
}
.recommend .recTxt h1 a:hover {
  opacity: 0.6;
}
.recommend .recTxt p {
  margin-bottom: 0.6em;
}
.recommend .recTxt p:last-of-type {
  margin: 0;
  font-size: 13px;
}

.home-banner {
  height: 500px;
  background: #f8f9fa;
  margin-bottom: 32px;
  background-image: url("../images/banner_bg.svg");
  background-repeat: no-repeat;
  background-position: left 50vw top 50%;
  display: flex;
  overflow: hidden;
}
.home-banner .banner-container {
  display: flex;
  align-items: center;
}
.home-banner .avatar {
  --avatar-size: 60px;
  float: left;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: var(--avatar-size);
  margin-right: 15px;
}
.home-banner h1 {
  font-size: 24px;
}
.home-banner .banner-text {
  width: 430px;
  letter-spacing: 1.2px;
}

.post-content {
  display: flex;
  flex-direction: column;
  width: var(--min-width);
  margin: 0 auto;
  padding: 32px;
  font-size: 15px;
  overflow: hidden;
}
.post-content header {
  order: -1;
}
.post-content header .subhead {
  font-size: 14px;
  color: var(--c_6);
  margin-bottom: 10px;
}
.post-content header h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.post-content header blockquote {
  position: relative;
  background: #f8f9fa;
  padding: 20px;
  color: #5d5858;
}
.post-content header blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #b3b3b3;
}
.post-content .article {
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 1.2px;
}
.post-content .article p,
.post-content .article h2,
.post-content .article h3,
.post-content .article h4,
.post-content .article h5,
.post-content .article h6 {
  margin: 36px 0;
}
.post-content .article figure,
.post-content .article figure.image {
  margin: 32px auto;
  border-radius: 32px;
  padding: 21px;
  box-shadow: -30px -30px 0 -25px #fffafa, 30px 30px 0 -25px #fff1f1;
  background-image: radial-gradient(circle at center center, transparent, rgb(255, 255, 255)), repeating-linear-gradient(135deg, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 12px, transparent 12px, transparent 19px, rgb(255, 255, 255) 19px, rgb(255, 255, 255) 24px, transparent 24px, transparent 28px), repeating-linear-gradient(45deg, rgb(245, 245, 245) 0px, rgb(245, 245, 245) 7px, transparent 7px, transparent 14px), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
}
.post-content .article figure img,
.post-content .article figure.image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.post-content .article figure figcaption,
.post-content .article figure.image figcaption {
  margin-top: 15px;
  color: var(--c_9);
}
.post-content .article pre[class*=language-] {
  height: auto;
  max-height: 300px;
  margin: 1.2em 0;
}
.post-content .article code:not([class*=language-]) {
  background: #f8f8f8;
  padding: 0 2px;
  border-radius: 2px;
  margin: 0 2px;
  transform: scale(0.88);
  font-family: auto;
}
.post-content .article code:not([class*=language-])::-moz-selection {
  color: white;
  background: rgb(70, 40, 40);
}
.post-content .article code:not([class*=language-])::selection {
  color: white;
  background: rgb(70, 40, 40);
}
.post-content .article video {
  width: 100%;
  height: auto;
}
.post-content .article ul {
  list-style-type: disc;
  margin-left: 1em;
  margin-bottom: 25px;
}
.post-content .article ul li {
  margin: 10px;
}
.post-content .article ol {
  list-style-type: decimal;
  margin-left: 2em;
  margin-bottom: 25px;
}
.post-content .article ol li {
  margin: 5px 0;
}

.post-tips {
  background: #f8f9fa;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: help;
  padding: 32px;
  margin: 20px auto;
  border-radius: 5px;
}

.relevant h3 a {
  -webkit-text-emphasis-style: "•";
  text-emphasis-style: "•";
  -webkit-text-emphasis-position: under right;
  text-emphasis-position: under right;
}

.comment .inputWrap {
  background: rgba(192, 173, 224, 0.15);
  padding: 1em;
  border-radius: 5px;
  height: auto;
  border: 1px #d2d2d2 solid;
}
.comment .inputWrap textarea {
  font-size: 13px;
  width: 100%;
  resize: none;
  border: none;
  background: none;
}
.comment .inputWrap textarea:disabled {
  cursor: not-allowed;
}
.comment .inputWrap:focus {
  background: #f5f5f5;
}
.comment .u_avatar {
  width: auto;
  max-width: 50px;
  height: auto;
  border-radius: 3px;
}
.comment mark {
  color: cornflowerblue;
}
.comment .submit {
  background-color: #0084ff;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  color: white;
}
.comment .submit:disabled {
  cursor: wait;
  background-color: #999;
}

.commentList {
  margin: 15px;
}
.commentList .item {
  padding: 15px 0;
  border-bottom: 1px #f8f8f8 dotted;
}
.commentList .item img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.commentList .item:last-of-type {
  border: none;
}
.commentList .item .say {
  font-size: 0.9em;
  padding: 1em;
  margin: 1em;
  border-radius: 5px;
  background: rgba(246, 246, 246, 0.5);
}

.asideMenuWrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2021;
}
.asideMenuWrap .asideMenu {
  transform: translateX(-110%);
}

.asideMenu {
  position: relative;
  width: 268px;
  max-width: 90vw;
  height: 100vh;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
  background: white;
  display: flex;
  flex-direction: column;
  z-index: 2022;
}
.asideMenu .drawer-header {
  display: flex;
  align-items: center;
  padding: 15px;
}
.asideMenu .drawer-header button {
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font: 500 0.875rem/2.25rem Segoe UI, system-ui, -apple-system, sans-serif;
  justify-content: center;
  letter-spacing: 1px;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  overflow: unset;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease;
  height: 2.75rem;
  margin: 0 10px 0 -6px;
  width: 2.75rem;
  border-radius: 50%;
  color: #424548;
}
.asideMenu .drawer-header button:hover {
  background: #f1f3f4;
  color: #202124;
}
.asideMenu .drawer-header button:focus {
  box-shadow: 0 0 0 1px #3740ff;
  outline: 0;
}
.asideMenu .drawer-header .drawer-header-logo {
  font-size: 18px;
  color: #424548;
}
.asideMenu .drawer-menu-wrap {
  position: relative;
  flex: 1;
}
.asideMenu .drawer-menu-wrap .drawer-menu {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.asideMenu .drawer-menu-wrap .drawer-menu a {
  display: block;
  color: #5f6368;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 24px;
  border-bottom: 1px solid #dadce0;
  outline: none;
}
.asideMenu .drawer-menu-wrap .drawer-menu a:last-of-type {
  border: none;
}
.asideMenu .drawer-menu-wrap .drawer-menu a:hover {
  background-color: rgba(32, 33, 36, 0.04);
}
.asideMenu .drawer-menu-wrap .drawer-menu a:active {
  background-color: rgba(32, 33, 36, 0.16);
}
.asideMenu .drawer-footer {
  text-align: center;
  padding: 15px;
}

.photo-fadeIn {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.getNumber {
  position: relative;
  height: 43px;
}
.getNumber .search-number-box {
  background: #f1f3f4;
  border: none;
  padding: 10px;
  width: 100%;
  height: 100%;
  line-height: 1;
  font: inherit;
  font-size: 16px;
  border-radius: 2px;
}
.getNumber .search-number-btn {
  border: none;
  cursor: pointer;
  padding: 0 2em;
  height: 100%;
  background: rgb(71, 112, 238);
  color: white;
  line-height: 1;
}
.getNumber .search-number-btn:hover {
  background: rgb(54, 99, 231);
}
.getNumber .search-number-btn:active {
  background: rgb(43, 89, 226);
}

.keywords-tag {
  font-size: 14px;
}
.keywords-tag::before {
  content: "🏷️";
  margin-right: 5px;
}
.keywords-tag .item {
  background-image: linear-gradient(to right, cornflowerblue, blue, darkblue, #3a1717, darkblue, blue, cornflowerblue, blue, darkblue, #6f3f3f, darkblue, blue, cornflowerblue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: ef 5s infinite linear;
}
.keywords-tag .item::after {
  content: "、";
}
.keywords-tag .item:last-of-type::after {
  content: "";
}

@keyframes ef {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.m-fix-hm {
  background-image: linear-gradient(90deg, rgb(52, 52, 52), rgb(168, 168, 168)), linear-gradient(45deg, rgb(67, 25, 34) 0%, rgb(67, 25, 34) 45%, rgb(104, 41, 41) 45%, rgb(104, 41, 41) 62%, rgb(141, 58, 49) 62%, rgb(141, 58, 49) 68%, rgb(178, 74, 56) 68%, rgb(178, 74, 56) 77%, rgb(215, 91, 64) 77%, rgb(215, 91, 64) 92%, rgb(252, 107, 71) 92%, rgb(252, 107, 71) 100%), linear-gradient(135deg, rgb(67, 25, 34) 0%, rgb(67, 25, 34) 45%, rgb(104, 41, 41) 45%, rgb(104, 41, 41) 62%, rgb(141, 58, 49) 62%, rgb(141, 58, 49) 68%, rgb(178, 74, 56) 68%, rgb(178, 74, 56) 77%, rgb(215, 91, 64) 77%, rgb(215, 91, 64) 92%, rgb(252, 107, 71) 92%, rgb(252, 107, 71) 100%);
  background-blend-mode: overlay, overlay, normal;
}
.m-fix-hm a {
  display: block;
  color: white;
}
.m-fix-hm a:focus {
  outline: none;
}

.related .pic {
  margin-right: 15px;
  position: relative;
  z-index: 0;
}
.related .pic::before {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-type);
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 5px 10px;
  border-radius: 5px 0 5px 0;
}
.related img {
  width: auto;
  max-width: 150px;
  height: auto;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.qrcode-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.qrcode-wrap .item {
  flex: 1;
  border-radius: 5px;
  padding: 2em;
  color: white;
  text-align: center;
  display: block;
  flex-direction: column;
  gap: 0.5em;
}
.qrcode-wrap .item:first-of-type {
  background-color: #84b842;
}
.qrcode-wrap .item:last-of-type {
  background-color: #0084ff;
}
.qrcode-wrap .item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  border: 0.5em #fff solid;
  border-radius: 5px;
  -webkit-user-drag: none;
  -webkit-box-reflect: below 10px -webkit-linear-gradient(transparent, transparent 80%, rgba(0, 0, 0, 0.15));
}

.web-list {
  position: relative;
  display: grid;
  flex-flow: row wrap;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  width: var(--default-width);
  transition: box-shadow 0.2s;
}

.web-wrap {
  position: relative;
  width: var(--default-width);
}

.web-wrap-min {
  position: relative;
  width: var(--min-width);
}

.footer {
  padding: 32px 24px;
  font-size: 14px;
  text-align: center;
  color: var(--c_6);
}

.flex-wrap {
  display: flex;
  align-items: center;
}
.flex-wrap .flex {
  flex: 1;
}

@media screen and (max-width: 1400px) {
  :root {
    --default-width: 100%;
  }
  .web-wrap,
  .home-banner {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 1320px) {
  .header-links.passport {
    max-width: 80px;
  }
  .web-list {
    grid-template-columns: 1fr 1fr;
  }
  .web-card:first-of-type {
    display: flex;
    flex-direction: row;
    grid-area: 1/1/2/3;
    justify-content: center;
    align-items: center;
  }
  .c-text {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1160px) {
  .header-links .header-link {
    padding: 0 1em;
  }
}
@media screen and (max-width: 1024px) {
  .web-header button {
    display: inline-flex;
  }
  .header-links:first-of-type .header-link:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 910px) {
  :root {
    --min-width: 100%;
  }
  .web-header {
    padding: 0 4%;
  }
  .header-middle {
    padding-left: 10px;
  }
  .header-logo strong {
    display: none;
  }
  .header-links .header-link {
    padding: 0 1em;
  }
  .banner-text h1 {
    text-align: center;
  }
  .banner-text p:not(:first-of-type) {
    text-align: center;
  }
  .banner-text img {
    --avatarSize: 80px;
    display: block;
    width: var(--avatarSize) !important;
    height: var(--avatarSize) !important;
    margin: 0 auto 15px;
    border-radius: var(--avatarSize) !important;
  }
  .web-list {
    grid-template-columns: 1fr;
  }
  .web-card:first-of-type {
    display: block;
    flex-direction: column;
    grid-area: auto;
    justify-content: initial;
    align-items: initial;
  }
  .c-text {
    margin-left: 0;
  }
  .web-card {
    padding: 16px;
  }
  .post-content {
    padding: 1.5em 5%;
  }
  .post-content .article figure,
  .post-content .article figure.image {
    box-shadow: none;
    background-image: none;
    padding: 0;
  }
  .post-content .article h2, .post-content .article h3, .post-content .article h4, .post-content .article h5, .post-content .article h6 {
    margin: 1.2em 0;
  }
  .footer {
    padding: 1.2em 5%;
  }
}
@media screen and (max-width: 780px) {
  body {
    padding-bottom: 5em;
  }
  .page-summary {
    padding: 1.5em;
  }
  .recommend {
    --height: auto;
    grid-template-columns: 1fr;
    border-bottom: 1px #f1f1f1 solid;
    border-radius: 0;
  }
  .recommend .recImg {
    height: auto;
    border-radius: 5px;
    margin-bottom: 1.2em;
    overflow: hidden;
  }
  .recommend .recImg::before {
    width: auto;
    height: auto;
  }
  .recommend .recImg img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .recommend .recTxt h1 {
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    font-weight: 600;
  }
  .recommend .recTxt h1::before {
    display: block;
    content: attr(data-ico);
    color: orange;
    text-align: center;
    margin-right: 5px;
  }
  .web-wrap,
  .home-banner {
    padding: 2vh 3vw;
    height: auto;
  }
  .web-wrap .banner-text,
  .home-banner .banner-text {
    width: 100%;
  }
  .web-wrap .sumStat,
  .home-banner .sumStat {
    text-align: center;
  }
  .web-wrap .sumStat .f-28,
  .home-banner .sumStat .f-28 {
    font-size: 18px !important;
  }
  .m-fix-hm {
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 -5px 15px #688df9;
    width: 100%;
    z-index: 2021;
  }
  .home-banner {
    background-image: none;
  }
  .header-links:not(.passport) {
    display: none;
  }
  .web-search {
    flex: 1;
  }
  .web-search:hover {
    position: absolute;
    left: 3%;
    right: 3%;
    z-index: 1;
  }
  .web-card figure {
    padding: 15px;
  }
  .post-tips {
    padding: 15px;
  }
  .related .pic {
    margin-right: 0;
    margin-bottom: 1.2em;
  }
  .related img {
    max-width: 100%;
    height: auto;
  }
  .related .flex-wrap {
    flex-direction: column;
  }
  .footer {
    text-align: left;
  }
}

.about-page {
  background: #fff;
}

.about-hero {
  padding: 72px 0 56px;
  background: linear-gradient(135deg, rgba(255, 246, 230, 0.78), rgba(244, 248, 255, 0.92) 48%, rgba(238, 250, 246, 0.82)), url("../images/user-bg.jpg") center/cover no-repeat;
  border-bottom: 1px solid #eef0f3;
}

.about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: center;
}

.about-profile {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.about-avatar {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  border: 5px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(30, 42, 58, 0.16);
}

.about-kicker {
  margin-bottom: 8px;
  color: #637083;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-profile-text {
  min-width: 0;
}

.about-profile-text h1 {
  margin-bottom: 10px;
  color: #18202b;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.14;
}

.about-profession {
  margin-bottom: 12px;
  color: #2c3542;
  font-size: 18px;
  font-weight: 600;
}

.about-motto {
  max-width: 620px;
  color: #526071;
  font-size: 16px;
  line-height: 1.8;
}

.about-contact {
  display: grid;
  gap: 12px;
}

.about-contact a {
  display: block;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  padding: 18px 20px;
  color: #202936;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 34px rgba(52, 67, 88, 0.1);
  backdrop-filter: blur(12px);
}

.about-contact a:hover {
  border-color: #c9d7ea;
  background: rgba(255, 255, 255, 0.92);
}

.about-contact span {
  display: block;
  margin-bottom: 6px;
  color: #758295;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-contact strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.about-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 36px;
  align-items: start;
  padding-top: 42px;
  padding-bottom: 28px;
}

.about-resume,
.about-weibo {
  min-width: 0;
}

.about-resume {
  position: sticky;
  top: 92px;
}

.about-resume h2 {
  margin-bottom: 16px;
  color: #1d2733;
  font-size: 24px;
  font-weight: 700;
}

.about-resume-body {
  color: #465466;
  font-size: 15px;
  line-height: 1.9;
}

.about-resume-body a {
  color: var(--url_color);
}

.about-resume-body p {
  margin-bottom: 14px;
}

.about-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.about-section-head h2 {
  color: #1d2733;
  font-size: 24px;
  font-weight: 700;
}

.about-section-head > a {
  flex: 0 0 auto;
  color: var(--url_color);
  font-size: 14px;
  font-weight: 600;
}

.weibo-list {
  display: grid;
  gap: 18px;
}

.weibo-item {
  overflow: hidden;
  border: 1px solid #e5ebf3;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  box-shadow: 0 10px 28px rgba(31, 45, 61, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.weibo-item:hover {
  border-color: #c6d4e6;
  box-shadow: 0 18px 38px rgba(31, 45, 61, 0.1);
  transform: translateY(-2px);
}

.weibo-link {
  display: block;
  padding: 20px;
  color: inherit;
}

.weibo-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.weibo-author img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 3px #f2f6fb;
}

.weibo-author span {
  display: block;
  min-width: 0;
}

.weibo-author strong,
.weibo-author em {
  display: block;
}

.weibo-author strong {
  color: #17202d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.weibo-author strong b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 50%;
  color: #fff;
  background: #ff8a00;
  font-size: 10px;
  line-height: 1;
  vertical-align: 2px;
}

.weibo-author em {
  color: #8a97a8;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.weibo-pictures {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  overflow: hidden;
  margin: 16px 0 0;
  border-radius: 8px;
}

.weibo-pictures.count-1 {
  display: block;
}

.weibo-pictures.count-1 img {
  max-height: 420px;
  aspect-ratio: auto;
}

.weibo-pictures.count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.weibo-pictures img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border-radius: 7px;
  background: #eef3f8;
  object-fit: cover;
}

.weibo-text {
  min-width: 0;
}

.weibo-text p {
  color: #243041;
  font-size: 16px;
  line-height: 1.82;
  white-space: pre-line;
}

.weibo-text footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 12px;
  color: #7c899a;
  font-size: 13px;
}

.weibo-text footer span::before {
  content: "·";
  margin-right: 10px;
  color: #b4bfcc;
}

@media screen and (max-width: 910px) {
  .about-hero {
    padding: 42px 0 34px;
  }
  .about-hero-inner,
  .about-content {
    grid-template-columns: 1fr;
  }
  .about-content {
    gap: 28px;
    padding-top: 30px;
  }
  .about-resume {
    position: static;
  }
}

@media screen and (max-width: 780px) {
  .about-profile {
    display: block;
    text-align: center;
  }
  .about-avatar {
    margin: 0 auto 18px;
  }
  .about-profile-text h1 {
    font-size: 32px;
  }
  .about-motto {
    margin: 0 auto;
  }
  .about-contact a {
    padding: 15px 16px;
  }
  .about-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .weibo-link {
    padding: 16px;
  }
  .weibo-pictures {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .weibo-pictures.count-1 img {
    max-height: none;
  }
}

.about-page {
  background: #f4f7fb;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 78px;
  border-bottom: 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(11, 17, 29, 0.94), rgba(15, 25, 42, 0.86) 52%, rgba(17, 54, 64, 0.78)), url("../images/user-bg.jpg") right 9vw center/420px auto no-repeat, #0b111d;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.about-profile {
  flex: 1 1 auto;
}

.about-avatar {
  width: 142px;
  height: 142px;
  flex-basis: 142px;
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), 0 0 0 12px rgba(255, 255, 255, 0.08);
}

.about-profile-text h1 {
  color: #fff;
  font-size: 48px;
  letter-spacing: 0;
}

.about-hero .about-kicker {
  color: #79e3ff;
}

.about-profession {
  color: #f6fbff;
}

.about-motto {
  color: #c6d3e4;
}

.about-contact {
  width: min(380px, 100%);
  flex: 0 0 auto;
}

.about-contact a {
  border-color: rgba(255, 255, 255, 0.16);
  color: #f9fcff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: none;
}

.about-contact a:hover {
  border-color: rgba(121, 227, 255, 0.46);
  background: rgba(255, 255, 255, 0.13);
}

.about-contact span {
  color: #8bb0c6;
}

.about-content {
  display: block;
  width: min(960px, calc(100% - 48px));
  padding-top: 54px;
  padding-bottom: 52px;
}

.about-resume,
.about-weibo {
  width: 100%;
}

.about-resume {
  position: static;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 28px 30px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 45, 61, 0.07);
}

.about-resume h2,
.about-section-head h2 {
  font-size: 30px;
}

.about-weibo {
  margin-top: 42px;
}

.about-section-head {
  align-items: center;
  margin-bottom: 22px;
}

.about-section-head > a {
  border: 1px solid #cad7ea;
  border-radius: 999px;
  padding: 9px 16px;
  color: #1d4ed8;
  background: #fff;
}

.about-section-head > a:hover {
  border-color: #1d4ed8;
  background: #eff6ff;
}

.weibo-list {
  gap: 22px;
}

.weibo-item {
  border: 1px solid #dfe7f2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.98)), #fff;
  box-shadow: 0 18px 50px rgba(24, 39, 58, 0.08);
}

.weibo-link {
  display: block;
  padding: 24px;
}

.weibo-author {
  margin-bottom: 16px;
}

.weibo-author img {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.weibo-text p {
  font-size: 17px;
  line-height: 1.9;
}

.weibo-text footer {
  padding-top: 4px;
}

.weibo-text footer span::before {
  content: "/";
}

.weibo-video {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid #dbe6f3;
  border-radius: 8px;
  min-height: 180px;
  background: linear-gradient(135deg, #111827, #1f3b57);
}

.weibo-video img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  opacity: 0.74;
}

.weibo-video span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.weibo-video i {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

.weibo-video i::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  border-left: 13px solid #16324f;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.weibo-video strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weibo-pictures,
.weibo-pictures.count-2 {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin-top: 18px;
  padding-bottom: 2px;
  border-radius: 0;
  scrollbar-width: thin;
  scrollbar-color: #b9c8dc transparent;
}

.weibo-pictures.count-1 {
  display: block;
}

.weibo-pictures img {
  width: 168px;
  height: 168px;
  flex: 0 0 168px;
  aspect-ratio: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.weibo-pictures.count-1 img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.weibo-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #edf2f7;
}

.weibo-stats span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dce6f2;
  border-radius: 999px;
  padding: 5px 11px;
  color: #607086;
  background: #f8fbff;
  font-size: 13px;
  line-height: 1.3;
}

@media screen and (max-width: 910px) {
  .about-hero {
    padding: 52px 0 44px;
    background-position: right -140px center;
  }
  .about-content {
    width: min(100% - 32px, 960px);
    padding-top: 30px;
  }
}

@media screen and (max-width: 780px) {
  .about-profile {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .about-avatar {
    width: 118px;
    height: 118px;
    flex-basis: 118px;
    margin: 0 auto 18px;
  }
  .about-contact {
    width: 100%;
  }
  .about-contact a {
    padding: 15px 16px;
  }
  .weibo-link {
    padding: 16px;
  }
  .weibo-pictures {
    display: flex;
    overflow-x: auto;
  }
  .weibo-pictures img {
    width: 138px;
    height: 138px;
    flex-basis: 138px;
  }
}

.weibo-media {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid #dbe6f3;
  border-radius: 8px;
  min-height: 220px;
  background: linear-gradient(135deg, #101827, #203b56);
}

.weibo-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 420px;
  object-fit: cover;
  opacity: 0.78;
}

.weibo-media span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.weibo-media i {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

.weibo-media i::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  border-left: 13px solid #16324f;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.weibo-media:not(.type-video) i::after {
  left: 13px;
  top: 13px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 4px;
  background: #16324f;
}

.weibo-media strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weibo-pictures,
.weibo-pictures.count-2,
.weibo-pictures.count-3 {
  display: grid;
  gap: 10px;
  overflow: visible;
  margin: 18px 0 0;
  padding-bottom: 0;
  border-radius: 8px;
}

.weibo-pictures.count-1 {
  display: inline-block;
  max-width: min(520px, 100%);
}

.weibo-pictures.count-2 {
  grid-template-columns: repeat(2, minmax(0, 220px));
}

.weibo-pictures.count-3 {
  grid-template-columns: repeat(3, minmax(0, 190px));
}

.weibo-pictures img {
  display: block;
  width: 100%;
  flex: initial;
  aspect-ratio: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #eef3f8;
}

.weibo-pictures.count-1 img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}

.weibo-pictures:not(.count-1) img {
  height: 190px;
  object-fit: cover;
}

.weibo-pictures.count-2 img {
  height: 220px;
}

.weibo-pictures.count-3 img {
  height: 190px;
}

@media screen and (max-width: 780px) {
  .weibo-media,
  .weibo-media img {
    min-height: 180px;
  }
  .weibo-pictures,
  .weibo-pictures.count-2,
  .weibo-pictures.count-3 {
    display: flex;
    overflow-x: auto;
    align-items: flex-start;
    padding-bottom: 2px;
    border-radius: 0;
    scrollbar-width: thin;
    scrollbar-color: #b9c8dc transparent;
  }
  .weibo-pictures.count-1 {
    display: block;
    max-width: 100%;
  }
  .weibo-pictures img {
    width: 138px;
    height: 138px;
    flex: 0 0 138px;
    object-fit: cover;
  }
  .weibo-pictures.count-1 img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    flex: initial;
    object-fit: contain;
  }
}

.about-hero {
  padding: 78px 0 68px;
  color: #1f2937;
  background: radial-gradient(circle at 12% 18%, rgba(125, 211, 252, 0.34) 0 120px, transparent 121px), radial-gradient(circle at 86% 22%, rgba(167, 243, 208, 0.32) 0 150px, transparent 151px), linear-gradient(135deg, rgba(248, 252, 255, 0.96), rgba(233, 246, 255, 0.94) 50%, rgba(239, 253, 247, 0.96)), url("../images/user-bg.jpg") right 8vw center/360px auto no-repeat;
}

.about-hero::after {
  background-image: linear-gradient(rgba(37, 99, 235, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 165, 233, 0.052) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.72;
}

.about-profile-text h1 {
  color: #17202d;
}

.about-hero .about-kicker {
  color: #2563eb;
}

.about-profession {
  color: #263241;
}

.about-motto {
  color: #526273;
}

.about-avatar {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.16), 0 0 0 12px rgba(255, 255, 255, 0.5);
}

.about-contact a {
  border-color: rgba(198, 216, 235, 0.72);
  color: #1f2937;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);
  backdrop-filter: blur(10px);
}

.about-contact a:hover {
  border-color: rgba(37, 99, 235, 0.42);
  background: rgba(255, 255, 255, 0.94);
}

.about-contact span {
  color: #5d6f86;
}

@media screen and (max-width: 910px) {
  .about-hero {
    padding: 58px 0 50px;
    background: radial-gradient(circle at 16% 14%, rgba(125, 211, 252, 0.32) 0 92px, transparent 93px), radial-gradient(circle at 92% 18%, rgba(167, 243, 208, 0.3) 0 120px, transparent 121px), linear-gradient(135deg, rgba(249, 252, 255, 0.98), rgba(234, 247, 255, 0.96) 54%, rgba(241, 253, 249, 0.98)), url("../images/user-bg.jpg") right -120px center/300px auto no-repeat;
  }
  .about-hero-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 26px;
  }
  .about-contact {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 780px) {
  .about-hero {
    padding: 42px 0 38px;
    background: radial-gradient(circle at 12% 10%, rgba(125, 211, 252, 0.28) 0 72px, transparent 73px), radial-gradient(circle at 92% 26%, rgba(167, 243, 208, 0.3) 0 96px, transparent 97px), linear-gradient(145deg, #fbfdff, #eaf7ff 58%, #f2fdf8);
  }
  .about-hero::after {
    background-size: 30px 30px;
    opacity: 0.58;
  }
  .about-profile {
    align-items: center;
    gap: 16px;
  }
  .about-profile-text h1 {
    font-size: 34px;
  }
  .about-contact {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */
