.main[data-v-b786a335] {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: white;
}
.main .home[data-v-b786a335] {
  width: 68px;
  height: 68px;
  margin-left: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F2F3F7;
  border-radius: 18px;
  cursor: pointer;
}
.main .home[data-v-b786a335]:hover {
  filter: contrast(0.9);
}
.main .home img[data-v-b786a335] {
  width: 39px;
  height: 39px;
}
.main .back[data-v-b786a335] {
  width: 52px;
  height: 52px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main .back[data-v-b786a335]:hover {
  filter: contrast(0.9);
}
.main .back img[data-v-b786a335] {
  width: 100%;
  height: 100%;
}
.main .credit_and_avatar[data-v-b786a335] {
  display: flex;
  flex-direction: row;
  margin-right: 24px;
}
.main .credit_and_avatar .download[data-v-b786a335] {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-color: #047afc;
  border-radius: 9px;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main .credit_and_avatar .download[data-v-b786a335]:hover {
  filter: brightness(0.95);
}
.main .credit_and_avatar .download img[data-v-b786a335] {
  width: 25px;
}
.main .credit_and_avatar .credit[data-v-b786a335] {
  width: fit-content;
  height: 60px;
  padding: 0px 13px;
  box-sizing: border-box;
  background: #FFF8EC;
  border: 2px solid #FFDFA8;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 20px;
  color: #222222;
}
.main .credit_and_avatar .credit .icon1[data-v-b786a335] {
  width: 24px;
  height: auto;
  margin-right: 4px;
}
.main .credit_and_avatar .credit .icon2[data-v-b786a335] {
  width: 26px;
  height: auto;
  margin-left: 8px;
}
.main .credit_and_avatar .avatar[data-v-b786a335] {
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  background: #D8D8D8;
  border-radius: 100%;
  cursor: pointer;
}
.main .credit_and_avatar .avatar img[data-v-b786a335] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.main .credit_and_avatar .avatar .vip-icon[data-v-b786a335] {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  right: -6px;
}
.main .credit_and_avatar .avatar .vip-icon img[data-v-b786a335] {
  width: 100%;
  height: 100%;
}
.settings-sheet-backdrop[data-v-b786a335] {
  position: fixed;
  inset: 0;
  z-index: 10020;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: flex-end;
}
.settings-sheet[data-v-b786a335] {
  width: 100%;
  max-height: 84vh;
  max-height: 84dvh;
  background: #f7f7fa;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.settings-sheet-handle[data-v-b786a335] {
  width: 44px;
  height: 4px;
  background: #d7d7d7;
  border-radius: 999px;
  margin: 10px auto 8px;
}
.settings-sheet-header[data-v-b786a335] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 10px;
  border-bottom: 0;
}
.settings-sheet-title[data-v-b786a335] {
  font-weight: 700;
  font-size: 28px;
  color: #111111;
}
.settings-sheet-close[data-v-b786a335] {
  border: 0;
  padding: 6px 10px;
  background: transparent;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  color: #999999;
  cursor: pointer;
}
.settings-sheet-body[data-v-b786a335] {
  overflow: auto;
  overflow-x: hidden;
  max-height: calc(84vh - 64px);
  max-height: calc(84dvh - 64px);
  padding: 0 16px 16px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}
@media (max-width: 639px) {
.main[data-v-b786a335] {
    width: 100%;
    height: 10rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: white;
}
.main .home[data-v-b786a335] {
    width: 6.8rem;
    height: 6.8rem;
    margin-left: 2.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F2F3F7;
    border-radius: 1.8rem;
    cursor: pointer;
}
.main .home[data-v-b786a335]:hover {
    filter: contrast(0.9);
}
.main .home img[data-v-b786a335] {
    width: 3.9rem;
    height: 3.9rem;
}
.main .back[data-v-b786a335] {
    width: 5.2rem;
    height: 5.2rem;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main .back[data-v-b786a335]:hover {
    filter: contrast(0.9);
}
.main .back img[data-v-b786a335] {
    width: 100%;
    height: 100%;
}
.main .credit_and_avatar[data-v-b786a335] {
    display: flex;
    flex-direction: row;
    margin-right: 2.4rem;
}
.main .credit_and_avatar .download[data-v-b786a335] {
    width: 6rem;
    height: 6rem;
    margin-right: 2rem;
    background-color: #047afc;
    border-radius: 0.9rem;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main .credit_and_avatar .download[data-v-b786a335]:hover {
    filter: brightness(0.95);
}
.main .credit_and_avatar .download img[data-v-b786a335] {
    width: 2.5rem;
}
.main .credit_and_avatar .credit[data-v-b786a335] {
    width: fit-content;
    height: 6rem;
    padding: 0px 1.3rem;
    box-sizing: border-box;
    background: #FFF8EC;
    border: 0.2rem solid #FFDFA8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    border-radius: 1.2rem;
    font-weight: 600;
    font-size: 2rem;
    color: #222222;
}
.main .credit_and_avatar .credit .icon1[data-v-b786a335] {
    width: 2.4rem;
    height: auto;
    margin-right: 0.4rem;
}
.main .credit_and_avatar .credit .icon2[data-v-b786a335] {
    width: 2.6rem;
    height: auto;
    margin-left: 0.8rem;
}
.main .credit_and_avatar .avatar[data-v-b786a335] {
    position: relative;
    width: 6rem;
    height: 6rem;
    margin-left: 1rem;
    background: #D8D8D8;
    border-radius: 100%;
    cursor: pointer;
}
.main .credit_and_avatar .avatar img[data-v-b786a335] {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.main .credit_and_avatar .avatar .vip-icon[data-v-b786a335] {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 0px;
    right: -0.6rem;
}
.main .credit_and_avatar .avatar .vip-icon img[data-v-b786a335] {
    width: 100%;
    height: 100%;
}
}
