/*! @web-little */
.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;
}
@media screen and (max-width: 600px) {
  .footer {
    height: 32px !important;
    font-size: 10.5px !important;
    padding: 0 12px;
    margin-top: 40px !important;
  }
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10.5px;
  width: 100%;
  background-color: transparent;
  height: 36px;
  color: #b0b0b0;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 80px;
}
.footer .link {
  color: #b0b0b0;
  transition: color 0.2s ease;
}
.footer .link:hover {
  color: #6b6b6b;
}
.footer .link:link,
.footer .link:visited,
.footer .link:active {
  color: #b0b0b0;
}

.shake,
.shake-little {
  display: inherit;
  transform-origin: center center;
}
.shake:hover,
.shake-little:hover {
  animation-play-state: running;
}
@keyframes shake {
  2% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  4% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  6% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg);
  }
  8% {
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  10% {
    transform: translate(2.5px, 1.5px) rotate(0.5deg);
  }
  12% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  14% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg);
  }
  16% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  18% {
    transform: translate(2.5px, 2.5px) rotate(-0.5deg);
  }
  20% {
    transform: translate(-0.5px, -1.5px) rotate(1.5deg);
  }
  22% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  24% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  26% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  28% {
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
  }
  30% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  32% {
    transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }
  34% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  36% {
    transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  }
  38% {
    transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }
  40% {
    transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  42% {
    transform: translate(0.5px, 0.5px) rotate(1.5deg);
  }
  44% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  46% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  48% {
    transform: translate(2.5px, 1.5px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
  }
  52% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  54% {
    transform: translate(0.5px, -1.5px) rotate(0.5deg);
  }
  56% {
    transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  58% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  60% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  62% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  64% {
    transform: translate(-1.5px, -0.5px) rotate(1.5deg);
  }
  66% {
    transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
  }
  68% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  70% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  72% {
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  74% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  76% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  78% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  82% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  84% {
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  86% {
    transform: translate(-0.5px, 0.5px) rotate(1.5deg);
  }
  88% {
    transform: translate(1.5px, 0.5px) rotate(1.5deg);
  }
  90% {
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
  }
  92% {
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }
  94% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  }
  96% {
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }
  98% {
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.shake:hover {
  animation-name: shake;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shake-little {
  2% {
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  4% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  6% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  8% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  10% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  12% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  14% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  16% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  18% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  20% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  22% {
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  24% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  26% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  28% {
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  30% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  32% {
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  34% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  36% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  38% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  40% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  42% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  44% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  46% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  48% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  50% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  52% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  54% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  56% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  58% {
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  60% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  62% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  64% {
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  66% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  68% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  70% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  72% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  74% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  76% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  78% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  80% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  82% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  84% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  86% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  88% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  90% {
    transform: translate(0px, 1px) rotate(0.5deg);
  }
  92% {
    transform: translate(1px, 1px) rotate(0.5deg);
  }
  94% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  96% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  98% {
    transform: translate(1px, 0px) rotate(0.5deg);
  }
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.shake-little:hover {
  animation-name: shake-little;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/** @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) {
  .index-page {
    flex-direction: column;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: calc(100vh - 48px);
    overflow-x: hidden;
    width: 100% !important;
  }
  .index-page .bookmark-area {
    padding: 8px 6px 12px !important;
    overflow: hidden;
  }
  .index-page .bookmark-area .category-box {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .index-page .bookmark-area .category-box + .category-box {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin-top: 4px;
    padding-top: 4px;
  }
  .index-page .bookmark-area .category-name {
    padding: 10px 6px 2px !important;
    width: auto !important;
    font-size: 11px !important;
  }
  .index-page .bookmark-area .category-list {
    padding: 4px 0 6px !important;
    gap: 0 !important;
  }
  .index-page .bookmark-area .bookmark-link {
    width: 76px !important;
    padding: 10px 4px !important;
  }
  .index-page .bookmark-area .bookmark-icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
  }
  .index-page .bookmark-area .bookmark-name {
    font-size: 11px !important;
    margin-top: 6px !important;
  }
  .index-page .user-area {
    width: 100% !important;
    background: transparent !important;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: none !important;
    padding: 12px 16px !important;
    border-radius: 0 !important;
    flex-direction: row !important;
  }
  .index-page .user-area .user-img {
    display: none;
  }
  .index-page .user-area .user-intro {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0 24px;
    padding-top: 0 !important;
    margin-top: 0 !important;
    justify-content: center;
    width: 100%;
  }
  .index-page .user-area .user-intro .use-book {
    margin-bottom: 0 !important;
    font-size: 13px !important;
    padding: 6px 0 !important;
    color: #6b6b6b !important;
  }
  .index-page .user-area .user-intro .use-book img {
    width: 15px !important;
    height: 15px !important;
    margin-right: 6px !important;
    opacity: 0.6 !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .index-page {
    flex-direction: column;
    margin: 24px 20px !important;
    border-radius: 14px;
  }
  .index-page .bookmark-area {
    padding: 24px 20px !important;
  }
  .index-page .bookmark-area .category-box {
    flex-direction: column;
    gap: 0;
  }
  .index-page .bookmark-area .category-name {
    padding-left: 0;
    padding-top: 16px;
    padding-bottom: 4px;
    width: auto !important;
  }
  .index-page .bookmark-area .category-list {
    padding: 6px 0 8px !important;
  }
  .index-page .bookmark-area .bookmark-link {
    width: 80px !important;
  }
  .index-page .user-area {
    width: 100% !important;
    background: transparent !important;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-left: none !important;
    padding: 20px 24px !important;
    border-radius: 0 0 14px 14px !important;
    flex-direction: row !important;
    align-items: center;
  }
  .index-page .user-area .user-img {
    width: 56px !important;
    height: 56px !important;
    margin-right: 20px;
  }
  .index-page .user-area .user-img img {
    width: 100%;
    height: 100%;
  }
  .index-page .user-area .user-intro {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding-top: 0 !important;
    margin-top: 0 !important;
    flex: 1;
  }
  .index-page .user-area .user-intro .use-book {
    margin-bottom: 0 !important;
  }
}
.index-page {
  font-size: 13px;
  margin: 40px 80px 32px;
  background: #faf9f7;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 16px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.02);
}
.index-page .bookmark-area {
  flex: 1;
  padding: 32px 28px 28px 40px;
  min-width: 0;
}
.index-page .bookmark-area .category-box {
  padding-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-page .bookmark-area .category-box + .category-box {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.index-page .bookmark-area .category-name {
  font-weight: 500;
  font-size: 9.5px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  width: 88px;
  flex-shrink: 0;
  padding-top: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.index-page .bookmark-area .category-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 0;
  gap: 2px 0;
}
.index-page .bookmark-area .bookmark-icon {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #f0ede8;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.index-page .bookmark-area .bookmark-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page .bookmark-area .bookmark-link {
  color: #666;
  padding: 10px 6px;
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.index-page .bookmark-area .bookmark-link:hover {
  color: #1a1a1a;
  background: rgba(0, 0, 0, 0.02);
}
.index-page .bookmark-area .bookmark-link:hover .bookmark-icon {
  transform: translateY(-1px);
}
.index-page .bookmark-area .bookmark-link:active {
  transform: scale(0.97);
}
.index-page .bookmark-area .bookmark-name {
  width: 100%;
  margin-top: 7px;
  display: block;
  font-size: 11px;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  letter-spacing: 0.01em;
}
.index-page .user-area {
  width: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #f5f3ef 0%, #eeebe5 100%);
  padding: 40px 20px;
  border-radius: 0 8px 8px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}
.index-page .user-area .user-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}
.index-page .user-area .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page .user-area .user-intro {
  margin-top: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #555;
  font-weight: 400;
  padding-top: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.index-page .user-area .user-intro .use-book {
  margin-bottom: 18px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 11.5px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 5px 10px;
  transition: all 0.2s ease;
  letter-spacing: 0.04em;
  color: #777;
}
.index-page .user-area .user-intro .use-book:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #1a1a1a;
}
.index-page .user-area .user-intro .use-book:hover,
.index-page .user-area .user-intro .use-book:link,
.index-page .user-area .user-intro .use-book:visited,
.index-page .user-area .user-intro .use-book:active {
  color: inherit;
}
.index-page .user-area .user-intro .use-book img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
}


/*# sourceMappingURL=index.5d5a7c9ed54e2fc95953.css.map*/