:root{--fs-bg:#1d1d1d;--fs-panel:#262626;--fs-line:rgba(255,255,255,.07);--fs-gold:#e4b47c;--fs-green:#28c585;--fs-text:#fff;--fs-muted:#aaa}
#fsPage{position:fixed!important;z-index:2147480000;top:0!important;bottom:0!important;left:50%!important;right:auto!important;transform:translateX(-50%);margin:0!important;width:min(100vw,430px)!important;max-width:430px;background:var(--fs-bg);color:var(--fs-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif;display:flex;flex-direction:column;box-shadow:0 0 30px rgba(0,0,0,.22);box-sizing:border-box;isolation:isolate}
html.fs-overlay-open:before{content:"";position:fixed;z-index:2147479999;inset:0;background:#eef3f8}.fs-overlay-open body{overflow:hidden}.fs-head{height:58px;flex:none;display:grid;grid-template-columns:54px 1fr 54px;align-items:center;text-align:center;border-bottom:1px solid var(--fs-line);background:#202020}.fs-head strong{display:block;font-size:17px}.fs-head small{color:var(--fs-muted);font-size:10px}.fs-back{border:0;background:none;color:#fff;font-size:36px;font-weight:200;line-height:1}.fs-dot{display:none!important}.fs-content{position:relative;flex:1;min-height:0;overflow:auto;background:#202020;padding-bottom:max(14px,env(safe-area-inset-bottom))}
.fs-service-card{margin:14px;padding:14px;border-radius:13px;background:linear-gradient(135deg,#302b2c,#252525);display:flex;align-items:center;gap:12px;border:1px solid rgba(228,180,124,.18)}.fs-agent-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#d19b69,#8f5b7e);font-weight:700;font-size:19px}.fs-service-card b{font-size:16px}.fs-service-card p{margin:6px 0 0;color:#aaa;font-size:12px}.fs-service-card p i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#32d296;margin-right:5px}
.fs-chat{height:calc(100vh - 211px);overflow:auto;padding:4px 15px 88px;box-sizing:border-box}.fs-msg{margin:12px 0;display:flex;flex-direction:column;align-items:flex-start}.fs-msg.mine{align-items:flex-end}.fs-bubble{max-width:78%;padding:10px 13px;background:#323232;border-radius:5px 14px 14px 14px;line-height:1.55;word-break:break-word;font-size:14px;box-shadow:0 3px 10px rgba(0,0,0,.12)}.fs-msg.mine .fs-bubble{background:linear-gradient(135deg,#af6e8e,#dbb07b);border-radius:14px 5px 14px 14px;color:#fff}.fs-msg time{margin-top:4px;color:#777;font-size:10px}.fs-composer{position:absolute;z-index:2;bottom:0;left:0;right:0;background:#282828;border-top:1px solid var(--fs-line);padding:10px;display:flex;gap:8px}.fs-composer textarea{flex:1;height:42px;max-height:90px;resize:none;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#555 #1c1c1c;border:1px solid #454545;border-radius:21px;background:#1c1c1c;color:#fff;padding:10px 14px;box-sizing:border-box}.fs-composer textarea::-webkit-scrollbar{width:6px;background:#1c1c1c}.fs-composer textarea::-webkit-scrollbar-track{background:#1c1c1c;border-radius:0 18px 18px 0}.fs-composer textarea::-webkit-scrollbar-thumb{background:#555;border-radius:6px}.fs-composer textarea::-webkit-scrollbar-button{display:none!important;width:0!important;height:0!important;background:transparent!important}.fs-composer button,.fs-primary{border:0;border-radius:22px;background:linear-gradient(135deg,#9e668b,#e1b27b);color:#fff;font-weight:600;padding:0 18px}.fs-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;text-align:center}.fs-empty span{font-size:34px}.fs-empty b{color:#ddd;margin-top:8px}.fs-empty p{font-size:12px}.fs-empty.small{min-height:130px;background:#262626;border-radius:12px}.fs-loading{text-align:center;color:#888;padding:40px}
.fs-info{margin:14px;padding:15px;border-radius:12px;background:linear-gradient(135deg,#2d2829,#242424);border:1px solid rgba(228,180,124,.14)}.fs-info b{font-size:16px}.fs-info p{margin:7px 0 0;color:#999;font-size:12px}.fs-payout-list{padding:0 14px}.fs-payout-item{display:grid;grid-template-columns:44px 1fr 48px;align-items:center;gap:10px;padding:14px 12px;margin-bottom:10px;background:#272727;border:1px solid var(--fs-line);border-radius:12px}.fs-type{width:40px;height:40px;border-radius:12px;background:#38302b;color:#e6b882;display:grid;place-items:center;font-weight:700}.fs-payout-item b{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fs-payout-item p{margin:5px 0 0;color:#999;font-size:11px}.fs-delete{border:0;background:none;color:#e97878}.fs-add{height:44px;margin:8px 14px;width:calc(100% - 28px)}
.fs-sheet{position:fixed;z-index:2147482000;inset:0;background:rgba(0,0,0,.68);display:flex;align-items:flex-end;justify-content:center}.fs-sheet-panel{width:100%;max-width:430px;background:#292929;border-radius:18px 18px 0 0;padding:18px 16px 26px;box-sizing:border-box}.fs-sheet-title{display:flex;justify-content:space-between;align-items:center;font-size:17px}.fs-sheet-title button{border:0;background:none;color:#aaa;font-size:28px}.fs-tabs{display:flex;background:#1d1d1d;border-radius:10px;padding:4px;margin:14px 0}.fs-tabs button{flex:1;border:0;background:none;color:#aaa;padding:9px;border-radius:8px}.fs-tabs button.on{background:#4a3b43;color:#fff}.fs-sheet label,.fs-withdraw-box label{display:block;color:#c9c9c9;font-size:12px;margin:12px 0}.fs-sheet input,.fs-sheet select,.fs-withdraw-box input,.fs-withdraw-box select{display:block;width:100%;height:43px;margin-top:6px;border:1px solid #444;border-radius:9px;background:#1e1e1e;color:#fff;padding:0 11px;box-sizing:border-box}.fs-sheet .fs-primary{height:44px;width:100%;margin-top:8px}
.fs-balance{margin:18px 14px;background:linear-gradient(135deg,#8d5b79,#d8a773);border-radius:15px;padding:20px;display:flex;justify-content:space-between;align-items:end}.fs-balance span{font-size:13px}.fs-balance strong{font-size:27px}.fs-withdraw-box{margin:14px;padding:16px;background:#272727;border-radius:13px}.fs-withdraw-box .fs-primary{width:100%;height:46px;margin-top:18px}.fs-rule{font-size:12px;color:#d3ae80;background:#332e2b;border-radius:8px;padding:10px}.fs-toast{position:fixed;z-index:2147483000;left:50%;top:45%;transform:translate(-50%,-50%);background:rgba(0,0,0,.82);color:#fff;padding:10px 16px;border-radius:8px;font-size:13px;white-space:nowrap}.fs-service-menu{position:relative!important;padding-right:62px!important}.fs-unread{position:absolute!important;z-index:2;right:34px;top:50%;transform:translateY(-50%);display:inline-grid!important;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:#ec4d4d;color:#fff;font-size:10px;line-height:18px;margin:0!important;box-sizing:border-box}.fs-service-menu .van-cell__right-icon{position:absolute!important;right:13px;top:50%;transform:translateY(-50%);margin:0!important}
.fs-identity-hero{margin:18px 14px 8px;padding:22px 18px;text-align:center;border-radius:16px;background:linear-gradient(145deg,#2b2928,#242424);border:1px solid rgba(228,180,124,.16)}.fs-identity-logo{width:68px;height:68px;margin:0 auto 12px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,#e7bb83,#a56b8a);box-shadow:0 10px 25px rgba(0,0,0,.24)}.fs-identity-logo svg{width:47px;height:47px;fill:rgba(255,255,255,.18);stroke:#fff;stroke-width:3}.fs-identity-check{fill:none;stroke-linecap:round;stroke-linejoin:round}.fs-identity-hero b{display:block;font-size:19px}.fs-identity-hero p{margin:7px 0 10px;color:#999;font-size:12px}.fs-identity-status{display:inline-block;padding:4px 12px;border-radius:12px;background:#38322e;color:#e4b47c;font-size:11px}.fs-identity-status.approved{background:rgba(40,197,133,.13);color:#45d79a}.fs-identity-status.rejected{background:rgba(224,89,89,.12);color:#ed7e7e}.fs-identity-body{padding:0 14px 20px}.fs-auth-form,.fs-auth-result{padding:16px;background:#272727;border:1px solid var(--fs-line);border-radius:14px}.fs-auth-form label{display:block;margin:0 0 13px;color:#ddd;font-size:12px}.fs-auth-form input,.fs-auth-form select{display:block;width:100%;height:43px;margin-top:6px;border:1px solid #454545;border-radius:9px;background:#1f1f1f;color:#fff;padding:0 11px;box-sizing:border-box}.fs-auth-files{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fs-file-box{position:relative;display:flex;height:74px;margin-top:6px;align-items:center;justify-content:center;text-align:center;border:1px dashed #806b5d;border-radius:10px;background:#211f1e;color:#d7ad7d;font-size:11px;padding:6px;overflow:hidden;box-sizing:border-box}.fs-file-box input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.fs-auth-note{margin:2px 0 12px;color:#888;font-size:10px;line-height:1.55}.fs-auth-error{margin:0 0 12px;padding:10px;border-radius:8px;background:rgba(224,89,89,.1);color:#ef8d8d;font-size:11px}.fs-auth-submit{width:100%;height:44px}.fs-auth-result{text-align:center;padding:30px 18px}.fs-result-mark{width:56px;height:56px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:rgba(40,197,133,.12);color:#45d79a;font-size:26px}.fs-auth-result b{font-size:18px}.fs-auth-result p{margin:12px 0;color:#ddd}.fs-auth-result small{display:block;color:#888;margin-top:18px}.fs-retry{margin-top:15px;border:1px solid #555;border-radius:18px;background:#2b2b2b;color:#ddd;padding:8px 18px}
.record-status.fs-status-success{background:#d94b4b!important;color:#fff!important;border-color:#ec6969!important;box-shadow:0 2px 8px rgba(217,75,75,.24)}.record-status.fs-status-failed{background:#269a66!important;color:#fff!important;border-color:#3bb57d!important;box-shadow:0 2px 8px rgba(38,154,102,.22)}
/* 打赏记录无数据时使用内置图形，避免外部空状态图片失效 */
.fs-reward-ready .fs-reward-empty .van-empty__image{display:none!important}.fs-reward-ready .fs-reward-empty:before{content:"赏";display:grid;place-items:center;width:74px;height:74px;margin:26px auto 12px;border-radius:24px;background:linear-gradient(145deg,#3a302b,#292929);border:1px solid rgba(228,180,124,.22);color:#e4b47c;font-size:30px;font-weight:700;box-shadow:0 10px 24px rgba(0,0,0,.18)}.fs-reward-ready .fs-reward-empty .van-empty__description{margin-top:0!important;color:#aaa!important}
/* 福利页：保留原有功能和接口，仅整理布局并增加现有功能入口 */
.fs-welfare-ready .convention-item{min-height:calc(100vh - 112px);padding:0 12px 88px!important;box-sizing:border-box!important;background:#1d1d1d!important}.fs-welfare-ready .girl-ul{margin:0!important;padding:8px 0!important;background:#202020!important;border-radius:0 0 14px 14px!important;overflow:hidden!important}.fs-welfare-ready .girl-ul>li{display:grid!important;grid-template-columns:124px minmax(0,1fr) 22px!important;column-gap:8px!important;align-items:center!important;min-height:110px!important;height:110px!important;padding:0 10px!important;box-sizing:border-box!important}.fs-welfare-ready .girl-ul>li+li{border-top:1px solid rgba(255,255,255,.035)!important}.fs-welfare-ready .girl-title{display:flex!important;align-items:center!important;gap:9px!important;width:auto!important;min-width:0!important;height:auto!important;margin:0!important;color:#fff!important;font-size:15px!important;line-height:1.2!important;white-space:nowrap!important}.fs-welfare-ready .girl-title img{flex:0 0 34px!important;width:34px!important;height:34px!important;object-fit:contain!important}.fs-welfare-ready .girl-title span{display:block!important;white-space:nowrap!important}.fs-welfare-ready .girl-cont{display:flex!important;align-items:center!important;width:100%!important;min-width:0!important;height:100%!important}.fs-welfare-ready .data-box{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 50px!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;margin:0!important}.fs-welfare-ready .data-box>span{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#858585!important;font-size:13px!important;text-align:right!important}.fs-welfare-ready .data-box>img{display:block!important;width:50px!important;height:50px!important;border-radius:4px!important;object-fit:cover!important}.fs-welfare-ready .data-box>.border{position:absolute!important;top:-2px!important;right:43px!important;width:9px!important;height:9px!important;border:0!important;border-radius:50%!important;background:#ff2525!important}.fs-welfare-ready .girl-ul>li>.van-icon-arrow{justify-self:end!important;color:#68727c!important;font-size:20px!important}.fs-welfare-ready .gameContent{display:block!important;width:100%!important;margin:18px 0 0!important;padding:0!important;box-sizing:border-box!important}.fs-welfare-ready .gameContent>div{width:100%!important;min-width:0!important;height:auto!important;margin:0!important;box-sizing:border-box!important}.fs-welfare-ready .gameContent>div:first-child{display:block!important;margin-bottom:8px!important}.fs-welfare-ready .gameContent>div:first-child img{display:block!important;width:136px!important;max-width:42%!important;height:auto!important;object-fit:contain!important}.fs-welfare-ready .gameContent>div:nth-child(2){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.fs-welfare-ready .gameContent>div:nth-child(2)>img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;object-fit:cover!important}.fs-welfare-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:42px 6px 8px;box-sizing:border-box}.fs-cta{display:flex;align-items:center;justify-content:center;min-width:0;padding:12px 10px;text-decoration:none;font-size:15px;font-weight:700;color:#fff;background:#6225e6;transition:.5s;box-shadow:5px 5px 0 #080808;transform:skewX(-12deg);border:0;border-radius:2px;cursor:pointer}.fs-cta:focus{outline:none}.fs-cta:hover,.fs-cta:active{box-shadow:8px 8px 0 #fbc638}.fs-cta-label{transform:skewX(12deg);white-space:nowrap}.fs-cta-arrow{width:20px;height:16px;margin-left:15px;transform:skewX(12deg);display:block}.fs-cta-arrow svg{display:block;width:100%;height:100%;overflow:visible}.fs-cta-arrow path{fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.fs-cta .one{transition:.4s;transform:translateX(-60%)}.fs-cta .two{transition:.5s;transform:translateX(-30%)}.fs-cta:hover .one,.fs-cta:active .one,.fs-cta:hover .two,.fs-cta:active .two{transform:translateX(0)}.fs-cta:hover .three,.fs-cta:active .three{animation:fs-color-anim 1s infinite .2s}.fs-cta:hover .two,.fs-cta:active .two{animation:fs-color-anim 1s infinite .4s}.fs-cta:hover .one,.fs-cta:active .one{animation:fs-color-anim 1s infinite .6s}@keyframes fs-color-anim{0%,100%{stroke:#fff}50%{stroke:#fbc638}}
/* 视频影院：保留原接口，只重新排列现有卡片 */
.fs-video-ready .movie-hall.page{background:#1d1d1d!important}.fs-video-ready .movie-hall .nav-bar{background:#242424!important;color:#e8bd8c!important}.fs-video-ready .movie-hall .van-tabs__nav{background:#242424!important}.fs-video-ready .movie-hall .van-tab{color:#999!important}.fs-video-ready .movie-hall .van-tab--active{color:#e4b47c!important}.fs-video-ready .movie-hall .van-tabs__line{background:#e4b47c!important}.fs-video-ready .movie-hall .list-item{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:14px!important;box-sizing:border-box!important}.fs-video-ready .movie-hall .movie-list-item{width:auto!important;margin:0!important;border-radius:12px!important;overflow:hidden!important;background:#292929!important;box-shadow:0 5px 16px rgba(0,0,0,.18)!important}.fs-video-ready .movie-hall .cover_img{width:100%!important;height:152px!important;border-radius:0!important}.fs-video-ready .movie-hall .cover_img img{object-fit:cover!important}.fs-video-ready .movie-hall .movie-list-item-bottom{padding:9px 10px!important;background:#292929!important}.fs-video-ready .movie-hall .movie-time-div{display:flex!important;justify-content:space-between!important;color:#ddd!important;font-size:12px!important;gap:6px!important}.fs-video-ready .movie-hall .movie-time-div span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* 视频标题不再使用半透明黑色遮罩，与卡片底色统一 */
.fs-video-ready .movie-hall .list-item .movie-list-item-bottom .movie-time-div{background:linear-gradient(90deg,#343434,#2c2c2c)!important;color:#eee!important;border-top:1px solid rgba(255,255,255,.04)!important}
/* 实名认证栏目保持与其它菜单同高，避免框架被撑大 */
#trust-auth-menu.van-cell,#trust-auth-menu{min-height:56px!important;height:56px!important;padding-top:0!important;padding-bottom:0!important;margin:0!important;box-sizing:border-box!important}#trust-auth-menu .trust-menu-row{min-height:56px!important;height:56px!important}.trust-auth-modal{width:min(88vw,360px)!important;max-height:76vh!important}.trust-auth-card{padding:16px!important}
@media(min-width:700px){#fsPage{border-radius:0;overflow:hidden}.fs-chat{height:calc(100vh - 211px)}}


/* CODEX_PIX_SEPARATE_FIELDS_20260824 */
.fs-pix-account-fields > label[hidden] { display: none !important; }

/* CODEX_WITHDRAW_RECORD_UI_20260824 */
body.fs-withdraw-record-ready .van-pull-refresh__track{
  min-height:calc(100vh - 74px);
  padding:16px 14px 32px;
  box-sizing:border-box;
}
body.fs-withdraw-record-ready .item_list.fs-withdraw-card{
  position:relative;
  margin:0 0 14px !important;
  padding:16px !important;
  box-sizing:border-box;
  overflow:hidden;
  color:#f7f2ec;
  background:
    radial-gradient(circle at 100% 0,rgba(224,166,105,.13),transparent 42%),
    linear-gradient(145deg,#292827 0%,#242322 100%);
  border:1px solid rgba(219,164,101,.45);
  border-radius:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.22);
}
body.fs-withdraw-record-ready .fs-withdraw-top{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 14px !important;
  padding:0 0 13px;
  border-bottom:1px solid rgba(255,255,255,.09);
}
body.fs-withdraw-record-ready .fs-withdraw-status{
  display:inline-flex !important;
  align-items:center;
  min-height:28px;
  padding:4px 11px;
  box-sizing:border-box;
  border-radius:999px;
  font-size:14px !important;
  line-height:20px !important;
  font-weight:700 !important;
  letter-spacing:.02em;
}
body.fs-withdraw-record-ready .fs-withdraw-status.is-pending{
  color:#ffcd84 !important;
  background:rgba(255,177,67,.13);
  border:1px solid rgba(255,177,67,.38);
}
body.fs-withdraw-record-ready .fs-withdraw-status.is-approved{
  color:#78dfad !important;
  background:rgba(46,190,126,.13);
  border:1px solid rgba(46,190,126,.36);
}
body.fs-withdraw-record-ready .fs-withdraw-status.is-rejected{
  color:#ff8d8d !important;
  background:rgba(255,85,85,.12);
  border:1px solid rgba(255,85,85,.35);
}
body.fs-withdraw-record-ready .fs-withdraw-amount{
  margin-left:auto;
  color:#f2bd7d !important;
  font-size:18px !important;
  line-height:28px !important;
  font-weight:750 !important;
  white-space:nowrap;
}
body.fs-withdraw-record-ready .fs-withdraw-desc{
  margin:0 0 12px !important;
  padding:0 0 12px;
  color:#d7d0c9 !important;
  font-size:14px !important;
  line-height:1.65 !important;
  border-bottom:1px solid rgba(255,255,255,.07);
}
body.fs-withdraw-record-ready .fs-withdraw-time{
  margin:7px 0 0 !important;
  color:#eee7df !important;
  font-size:14px !important;
  line-height:1.55 !important;
}
body.fs-withdraw-record-ready .fs-withdraw-time:last-child{
  color:#c9c0b7 !important;
}
@media (max-width:360px){
  body.fs-withdraw-record-ready .van-pull-refresh__track{padding:12px 10px 26px}
  body.fs-withdraw-record-ready .item_list.fs-withdraw-card{padding:14px !important}
  body.fs-withdraw-record-ready .fs-withdraw-top{gap:8px}
  body.fs-withdraw-record-ready .fs-withdraw-amount{font-size:16px !important}
}

/* CODEX_WITHDRAW_PIN_UI_20260824 */
.fs-pin-step{
  margin-top:14px;
  padding:13px;
  box-sizing:border-box;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(224,169,109,.28);
  border-radius:12px;
}
.fs-pin-step[hidden]{display:none !important}
.fs-pin-step label{
  display:block;
  margin:0 !important;
  color:#f1dfcf;
  font-size:13px;
  line-height:1.5;
}
.fs-pin-step input{
  width:100% !important;
  height:46px !important;
  margin-top:8px !important;
  padding:0 18px !important;
  box-sizing:border-box;
  border:1px solid rgba(226,177,122,.42) !important;
  border-radius:10px !important;
  outline:none;
  color:#fff !important;
  background:#1d1d1d !important;
  text-align:center;
  font-size:21px !important;
  font-weight:700;
  letter-spacing:.42em;
  font-variant-numeric:tabular-nums;
  caret-color:#e4ad74;
}
.fs-pin-step input:focus{
  border-color:#e2ac73 !important;
  box-shadow:0 0 0 3px rgba(226,172,115,.12);
}
.fs-pin-tip{
  margin-top:8px;
  color:#ad9f94;
  font-size:11px;
  line-height:1.5;
  text-align:center;
}


/* Notice list: resilient multi-item layout and transparent timestamps */
.content[data-v-93a0571e]{
  box-sizing:border-box!important;
  padding:12px 10px 28px!important;
}
.listItem[data-v-93a0571e]{
  box-sizing:border-box!important;
  width:100%!important;
  margin:0 0 12px!important;
  padding:14px!important;
  border:1px solid rgba(230,181,126,.16)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#292729 0%,#242225 100%)!important;
  box-shadow:0 8px 22px rgba(0,0,0,.16)!important;
  overflow:hidden!important;
}
.listItem[data-v-93a0571e]+.listItem[data-v-93a0571e]{
  margin-top:12px!important;
}
.listTitle[data-v-93a0571e]{
  box-sizing:border-box!important;
  width:100%!important;
  margin:0 0 8px!important;
  padding:0!important;
  color:#f1c087!important;
  font-size:16px!important;
  font-weight:600!important;
  line-height:22px!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.listContent[data-v-93a0571e]{
  box-sizing:border-box!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  color:#e6d5c7!important;
  font-size:14px!important;
  line-height:1.65!important;
  white-space:pre-wrap!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.listContent[data-v-93a0571e] p{
  margin:0!important;
  white-space:pre-wrap!important;
}
.listTime[data-v-93a0571e]{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:100%!important;
  min-height:26px!important;
  margin:12px 0 0!important;
  padding:10px 0 0!important;
  border-top:1px solid rgba(230,181,126,.22)!important;
}
.listTimeText[data-v-93a0571e]{
  max-width:100%!important;
  color:#b9a797!important;
  font-size:11px!important;
  font-variant-numeric:tabular-nums!important;
  line-height:16px!important;
  text-align:right!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
@media(max-width:370px){
  .content[data-v-93a0571e]{padding-left:8px!important;padding-right:8px!important}
  .listItem[data-v-93a0571e]{padding:12px!important}
  .listTitle[data-v-93a0571e]{font-size:15px!important;line-height:21px!important}
  .listContent[data-v-93a0571e]{font-size:13px!important}
  .listTimeText[data-v-93a0571e]{font-size:10px!important}
}

/* Notice list: title and body only */
.listTime[data-v-93a0571e]{display:none!important}
