/*! @web-doc */
.login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 100;
}
.login-modal .content {
  width: 320px;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 50px;
  border-radius: 6px;
}
.login-modal .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.login-modal .content .text {
  scrollbar-width: none;
  width: 100%;
  min-width: 0;
  text-decoration-color: #333639;
  color: #333639;
  caret-color: #18a058;
  background-color: #fff;
  font-size: inherit;
  line-height: 34px;
  font-family: inherit;
  border: none;
  outline: none;
  text-align: inherit;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaecf0;
  border-radius: 2px;
  box-sizing: content-box;
  padding: 0 5px;
  box-sizing: border-box;
}
.login-modal .content .text:focus,
.login-modal .content .text:hover,
.login-modal .content .text:active {
  background-color: #fff;
  outline: none;
}
.login-modal .content .text:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
}
.login-modal .content .text:-internal-autofill-selected {
  background-color: #fff !important;
}
.login-modal .content .btn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.login-modal .content .btn-list .cancel,
.login-modal .content .btn-list .logout,
.login-modal .content .btn-list .login {
  width: 120px;
  height: 38px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #cdcdcd;
}

/** @format */
/** @format */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:active {
  outline: none;
}
a:focus {
  outline: 0;
}
body {
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  background: #f7f6f3;
  font-family: Georgia, 'Noto Serif SC', 'Times New Roman', serif;
  color: #1a1a1a;
  font-size: 14px;
}
::-moz-selection {
  background: rgba(26, 26, 26, 0.08);
}
::selection {
  background: rgba(26, 26, 26, 0.08);
}
@media screen and (max-width: 600px) {
  body {
    background: #fff;
  }
}
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
@media screen and (max-width: 600px) {
  .header {
    padding: 0 14px !important;
    height: 48px !important;
  }
  .header .title {
    font-size: 13px !important;
  }
  .header .title .logo-icon {
    width: 16px !important;
    height: 16px !important;
  }
  .header .time {
    display: none !important;
  }
  .header .spacing-line {
    display: none !important;
  }
  .header .user-area .name {
    max-width: 80px;
    font-size: 12px !important;
  }
  .headerbox {
    height: 48px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header {
    padding: 0 18px !important;
  }
  .header .time {
    font-size: 12px !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding: 0 32px;
  display: flex;
  z-index: 100;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  background-color: rgba(247, 246, 243, 0.92);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  color: #1a1a1a;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.header .title {
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.header .title .logo-icon {
  background-image: url(//img.meituan.net/dpmobile/650312caba16b07ef0df644f2f2b87187896.png.webp);
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
}
.header .fill-area {
  flex: 1;
}
.header .user-area {
  z-index: 3;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  margin: 0 6px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.header .user-area:hover::after {
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  height: 30px;
  bottom: -30px;
  position: absolute;
}
.header .user-area .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #6b6b6b;
  font-size: 11.5px;
  transition: color 0.15s ease;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.header .user-area:hover .name {
  color: #1a1a1a;
}
.header .user-area .logout {
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 30px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background-color: #f0f0ee;
  border-radius: 6px;
  font-size: 11px;
  color: #5c5c5c;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.header .user-area:hover .logout {
  opacity: 1;
  z-index: 2;
  bottom: -30px;
}
.header .login-icon {
  background-image: url(//img.meituan.net/dpmobile/c7f0f8348e7515d5efcba8edda5470901548.png.webp);
  background-size: 100%;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.header .login-icon:hover {
  opacity: 1;
}
.header .spacing-line {
  width: 1px;
  height: 10px;
  margin-left: 14px;
  margin-right: 14px;
  background-color: rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}
.header .time {
  flex-shrink: 0;
  white-space: nowrap;
  color: #8a8a8a;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-transform: lowercase;
}
.headerbox {
  height: 56px;
}

/** @format */
/** @format */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:active {
  outline: none;
}
a:focus {
  outline: 0;
}
body {
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  background: #f7f6f3;
  font-family: Georgia, 'Noto Serif SC', 'Times New Roman', serif;
  color: #1a1a1a;
  font-size: 14px;
}
::-moz-selection {
  background: rgba(26, 26, 26, 0.08);
}
::selection {
  background: rgba(26, 26, 26, 0.08);
}
@media screen and (max-width: 600px) {
  body {
    background: #fff;
  }
}
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
.photoalbum-page {
  min-height: calc(100vh - 56px);
  background: #f7f6f3;
  padding: 32px 48px 60px;
}
.photoalbum-page .login-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  gap: 16px;
}
.photoalbum-page .login-tip .lock-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photoalbum-page .login-tip .lock-icon::after {
  content: '🔒';
  font-size: 22px;
}
.photoalbum-page .login-tip p {
  color: #888;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.photoalbum-page .login-tip .login-btn {
  margin-top: 4px;
  padding: 9px 28px;
  background: #1a1a1a;
  color: #fff;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.photoalbum-page .login-tip .login-btn:hover {
  background: #333;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.photoalbum-page .login-tip .login-btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.photoalbum-page .empty-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  color: #b0b0b0;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.photoalbum-page .loading-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.photoalbum-page .loading-box .loader {
  color: #c0c0c0;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: album-loading 1.3s infinite linear;
  transform: translateZ(0);
}
.photoalbum-page .album-group {
  margin-bottom: 48px;
}
.photoalbum-page .album-group .group-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.photoalbum-page .album-group .group-header .group-date {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: -0.01em;
}
.photoalbum-page .album-group .group-header .group-title {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.photoalbum-page .album-group .group-header .group-count {
  font-size: 12px;
  color: #b0b0b0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.photoalbum-page .album-group .media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.photoalbum-page .album-group .media-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  background: #e8e6e1;
  cursor: pointer;
}
.photoalbum-page .album-group .media-item:hover .media-overlay {
  opacity: 1;
}
.photoalbum-page .album-group .media-item:hover .photo-img,
.photoalbum-page .album-group .media-item:hover .video-thumb {
  transform: scale(1.03);
}
.photoalbum-page .album-group .media-item .photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.photoalbum-page .album-group .media-item .video-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.photoalbum-page .album-group .media-item .video-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.photoalbum-page .album-group .media-item .video-badge .play-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photoalbum-page .album-group .media-item .video-badge .play-icon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #333;
  margin-left: 3px;
}
.photoalbum-page .album-group .media-item .media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  border-radius: 6px;
}
.photoalbum-page .album-group .media-item .media-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e8e6e1 25%, #f0ede8 50%, #e8e6e1 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 6px;
}
.lightbox-mask {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.92);
  overflow: hidden;
}
.lightbox-mask .lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  line-height: 1;
  transition: color 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lightbox-mask .lightbox-close:hover {
  color: #fff;
}
.lightbox-mask .lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-size: 26px;
  line-height: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.15s ease, color 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.lightbox-mask .lightbox-arrow:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
}
.lightbox-mask .lightbox-arrow.arrow-prev {
  left: 12px;
}
.lightbox-mask .lightbox-arrow.arrow-next {
  right: 12px;
}
.lightbox-mask .lightbox-arrow.hidden {
  visibility: hidden;
}
.lightbox-mask .lightbox-counter {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lightbox-mask .lightbox-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}
.lightbox-mask .lightbox-img {
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 80px);
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.lightbox-mask .lightbox-video {
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 80px);
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .photoalbum-page {
    padding: 20px 16px 48px;
    min-height: calc(100vh - 48px);
  }
  .photoalbum-page .album-group {
    margin-bottom: 36px;
  }
  .photoalbum-page .album-group .group-header .group-date {
    font-size: 15px;
  }
  .photoalbum-page .album-group .media-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .photoalbum-page .album-group .media-item {
    border-radius: 4px;
  }
  .lightbox-mask .lightbox-img,
  .lightbox-mask .lightbox-video {
    max-width: 100vw;
    max-height: calc(100vh - 60px);
  }
  .lightbox-mask .lightbox-arrow {
    width: 44px;
    height: 44px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.5);
  }
  .lightbox-mask .lightbox-arrow.arrow-prev {
    left: 6px;
  }
  .lightbox-mask .lightbox-arrow.arrow-next {
    right: 6px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .photoalbum-page {
    padding: 24px 28px 56px;
  }
  .photoalbum-page .album-group .media-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes album-loading {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}


/*# sourceMappingURL=photoalbum.b3df29f08f45e88d8dcc.css.map*/