.wx-root, body
{
    --weui-BG-COLOR-ACTIVE: #ececec;
}
.wx-root[data-weui-theme=dark], body[data-weui-theme=dark]
{
    --weui-BG-COLOR-ACTIVE: #373737;
}
@media(prefers-color-scheme: dark)
{
    .wx-root:not([data-weui-theme=light]), body:not([data-weui-theme=light])
    {
        --weui-BG-COLOR-ACTIVE: #373737;
    }
}
body, .wx-root, page
{
    --weui-BTN-HEIGHT: 48;
    --weui-BTN-HEIGHT-MEDIUM: 40;
    --weui-BTN-HEIGHT-SMALL: 32;
}
.wx-root, body
{
    --weui-BTN-ACTIVE-MASK: rgba(0,0,0,.1);
}
.wx-root[data-weui-theme=dark], body[data-weui-theme=dark]
{
    --weui-BTN-ACTIVE-MASK: rgba(255,255,255,.1);
}
@media(prefers-color-scheme: dark)
{
    .wx-root:not([data-weui-theme=light]), body:not([data-weui-theme=light])
    {
        --weui-BTN-ACTIVE-MASK: rgba(255,255,255,.1);
    }
}
.wx-root, body
{
    --weui-BTN-DEFAULT-ACTIVE-BG: #e6e6e6;
}
.wx-root[data-weui-theme=dark], body[data-weui-theme=dark]
{
    --weui-BTN-DEFAULT-ACTIVE-BG: rgba(255,255,255,.126);
}
@media(prefers-color-scheme: dark)
{
    .wx-root:not([data-weui-theme=light]), body:not([data-weui-theme=light])
    {
        --weui-BTN-DEFAULT-ACTIVE-BG: rgba(255,255,255,.126);
    }
}
.wx-root, body
{
    --weui-DIALOG-LINE-COLOR: rgba(0,0,0,.1);
}
.wx-root[data-weui-theme=dark], body[data-weui-theme=dark]
{
    --weui-DIALOG-LINE-COLOR: rgba(255,255,255,.1);
}
@media(prefers-color-scheme: dark)
{
    .wx-root:not([data-weui-theme=light]), body:not([data-weui-theme=light])
    {
        --weui-DIALOG-LINE-COLOR: rgba(255,255,255,.1);
    }
}
.weui-mask
{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}
.weui-mask_transparent
{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.weui-half-screen-dialog
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 255px;
    max-height: 75%;
    z-index: 5000;
    line-height: 1.4;
    background-color: var(--weui-BG-2);
    color: var(--weui-FG-0);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    padding: 0 24px;
    padding: 0 calc(24px + constant(safe-area-inset-right)) constant(safe-area-inset-bottom) calc(24px + constant(safe-area-inset-left));
    padding: 0 calc(24px + env(safe-area-inset-right)) env(safe-area-inset-bottom) calc(24px + env(safe-area-inset-left));
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
}
@media only screen and (max-device-height: 558px)
{
    .weui-half-screen-dialog
    {
        max-height: calc(100% - 16px);
    }
}
.weui-half-screen-dialog__hd
{
    min-height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.weui-half-screen-dialog__hd .weui-btn_icon
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
}
.weui-half-screen-dialog__hd .weui-btn_icon:active
{
    opacity: .5;
}
.weui-half-screen-dialog__hd__side
{
    position: relative;
    left: -8px;
}
.weui-half-screen-dialog__hd__main
{
    -ms-flex: 1;
    flex: 1;
}
.weui-half-screen-dialog__hd__side+.weui-half-screen-dialog__hd__main
{
    text-align: center;
    padding: 0 40px;
}
.weui-half-screen-dialog__hd__main+.weui-half-screen-dialog__hd__side
{
    right: -8px;
    left: auto;
}
.weui-half-screen-dialog__hd__main+.weui-half-screen-dialog__hd__side .weui-icon-btn, .weui-half-screen-dialog__hd__main+.weui-half-screen-dialog__hd__side .weui-btn_icon
{
    right: 0;
}
.weui-half-screen-dialog__title
{
    display: block;
    color: var(--weui-FG-0);
    font-weight: 500;
    font-size: 15px;
}
.weui-half-screen-dialog__subtitle
{
    display: block;
    color: var(--weui-FG-1);
    font-size: 10px;
}
.weui-half-screen-dialog__bd
{
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding-bottom: 56px;
    font-size: 14px;
    color: var(--weui-FG-0);
}
.weui-half-screen-dialog__desc
{
    font-size: 17px;
    font-weight: 700;
    color: var(--weui-FG-0);
    line-height: 1.4;
}
.weui-half-screen-dialog__tips
{
    padding-top: 16px;
    font-size: 14px;
    color: var(--weui-FG-2);
    line-height: 1.4;
}
.weui-half-screen-dialog__ft
{
    padding: 0 0 64px;
    text-align: center;
}
.weui-half-screen-dialog__ft .weui-btn:nth-last-child(n+2), .weui-half-screen-dialog__ft .weui-btn:nth-last-child(n+2)+.weui-btn
{
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    width: 120px;
}
.weui-half-screen-dialog__btn-area+.weui-half-screen-dialog__attachment-area
{
    margin-top: 24px;
    margin-bottom: -34px;
}
.weui-half-screen-dialog_large
{
    max-height: none;
    top: 16px;
}
.weui-half-screen-dialog_slide .weui-half-screen-dialog__hd
{
    min-height: 0;
    padding: 12px 16px 16px;
    -ms-flex-pack: center;
    justify-content: center;
}
.weui-half-screen-dialog_slide .weui-half-screen-dialog__slide-icon
{
    position: absolute;
    top: 12px;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: var(--weui-BG-0);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.wx-root[data-weui-theme=dark] .weui-half-screen-dialog_slide .weui-half-screen-dialog__slide-icon, body[data-weui-theme=dark] .weui-half-screen-dialog_slide .weui-half-screen-dialog__slide-icon
{
    background: var(--weui-FG-3);
}
@media(prefers-color-scheme: dark)
{
    .wx-root:not([data-weui-theme=light]) .weui-half-screen-dialog_slide .weui-half-screen-dialog__slide-icon, body:not([data-weui-theme=light]) .weui-half-screen-dialog_slide .weui-half-screen-dialog__slide-icon
    {
        background: var(--weui-FG-3);
    }
}
.weui-half-screen-dialog_slide .weui-half-screen-dialog__slide-icon .weui-icon-arrow
{
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: .8em;
    height: 1.6em;
    opacity: 0;
}
.weui-half-screen-dialog__btn-area
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.weui-half-screen-dialog__btn-area .weui-btn
{
    width: 184px;
    padding-left: 16px;
    padding-right: 16px;
}
.weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2), .weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2)+.weui-btn
{
    margin: 0 8px;
    width: 136px;
}
.weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2):first-child, .weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2)+.weui-btn:first-child
{
    margin-left: 0;
}
.weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2):last-child, .weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2)+.weui-btn:last-child
{
    margin-right: 0;
}
.weui-half-screen-dialog_btn-wrap .weui-half-screen-dialog__btn-area
{
    -ms-flex-direction: column;
    flex-direction: column;
}
.weui-half-screen-dialog_btn-wrap .weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2), .weui-half-screen-dialog_btn-wrap .weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2)+.weui-btn
{
    width: 184px;
    margin: 16px 0 0;
}
.weui-half-screen-dialog_btn-wrap .weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2):first-child, .weui-half-screen-dialog_btn-wrap .weui-half-screen-dialog__btn-area .weui-btn:nth-last-child(n+2)+.weui-btn:first-child
{
    margin-top: 0;
}
.weui-icon-more
{
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill-opacity='.9' fill-rule='evenodd' d='M5 10.25a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill-opacity='.9' fill-rule='evenodd' d='M5 10.25a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5z'/%3E%3C/svg%3E") no-repeat 50% 50%;
}
.weui-icon-slide-down
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cdefs%3E    %3Crect id='dda90263-a290-4594-926f-6aba8cb4779f-a' width='24' height='24' x='0' y='0' rx='12'/%3E  %3C/defs%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cmask id='dda90263-a290-4594-926f-6aba8cb4779f-b' fill='%23fff'%3E      %3Cuse xlink:href='%23dda90263-a290-4594-926f-6aba8cb4779f-a'/%3E    %3C/mask%3E    %3Cuse fill='%23000' fill-opacity='.05' xlink:href='%23dda90263-a290-4594-926f-6aba8cb4779f-a'/%3E    %3Cg fill-opacity='.9' mask='url(%23dda90263-a290-4594-926f-6aba8cb4779f-b)'%3E      %3Cpath fill='%23000' d='M11.407 15.464L6.693 10.75l1.179-1.179 4.125 4.125 4.124-4.125L17.3 10.75l-4.714 4.714a.833.833 0 0 1-1.179 0z'/%3E    %3C/g%3E  %3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cdefs%3E    %3Crect id='dda90263-a290-4594-926f-6aba8cb4779f-a' width='24' height='24' x='0' y='0' rx='12'/%3E  %3C/defs%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cmask id='dda90263-a290-4594-926f-6aba8cb4779f-b' fill='%23fff'%3E      %3Cuse xlink:href='%23dda90263-a290-4594-926f-6aba8cb4779f-a'/%3E    %3C/mask%3E    %3Cuse fill='%23000' fill-opacity='.05' xlink:href='%23dda90263-a290-4594-926f-6aba8cb4779f-a'/%3E    %3Cg fill-opacity='.9' mask='url(%23dda90263-a290-4594-926f-6aba8cb4779f-b)'%3E      %3Cpath fill='%23000' d='M11.407 15.464L6.693 10.75l1.179-1.179 4.125 4.125 4.124-4.125L17.3 10.75l-4.714 4.714a.833.833 0 0 1-1.179 0z'/%3E    %3C/g%3E  %3C/g%3E%3C/svg%3E");
}
.weui-half-screen-dialog__hd .weui-icon-btn
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
}
.weui-half-screen-dialog__hd .weui-icon-btn:active
{
    opacity: .5;
}
.weui-half-screen-dialog__hd .weui-icon-btn:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 44px;
    min-height: 44px;
    width: 100%;
    height: 100%;
}
.weui-icon-btn.weui-icon-btn
{
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-width: 0;
    background-color: transparent;
    color: var(--weui-FG-0);
    font-size: 0;
    width: auto;
    height: auto;
}
.weui-icon-btn_goback.weui-icon-btn_goback
{
    color: var(--weui-FG-0);
    background-color: currentColor;
    width: .71rem;
    height: 1.42rem;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    mask: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.weui-icon-btn_close.weui-icon-btn_close
{
    color: var(--weui-FG-0);
    background-color: currentColor;
    width: 1.42rem;
    height: 1.42rem;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    mask: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
body, .wx-root
{
    --weui-BG-0: #ededed;
    --weui-BG-1: #f7f7f7;
    --weui-BG-2: #fff;
    --weui-BG-3: #f7f7f7;
    --weui-BG-4: #4c4c4c;
    --weui-BG-5: #fff;
    --weui-RED: #fa5151;
    --weui-ORANGERED: #ff6146;
    --weui-ORANGE: #fa9d3b;
    --weui-YELLOW: #ffc300;
    --weui-GREEN: #91d300;
    --weui-LIGHTGREEN: #95ec69;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1485ee;
    --weui-PURPLE: #6467f0;
    --weui-WHITE: #fff;
    --weui-LINK: #576b95;
    --weui-TEXTGREEN: #06ae56;
    --weui-BG: #fff;
    --weui-TAG-TEXT-ORANGE: #fa9d3b;
    --weui-TAG-TEXT-GREEN: #06ae56;
    --weui-TAG-TEXT-BLUE: #10aeff;
    --weui-REDORANGE: #ff6146;
    --weui-BG-0: #ededed;
    --weui-BG-1: #f7f7f7;
    --weui-BG-2: #fff;
    --weui-BG-3: #f7f7f7;
    --weui-BG-4: #4c4c4c;
    --weui-BG-5: #fff;
    --weui-BLUE-100: #10aeff;
    --weui-BLUE-120: #3fbeff;
    --weui-BLUE-170: #b7e6ff;
    --weui-BLUE-80: #0c8bcc;
    --weui-BLUE-90: #0e9ce6;
    --weui-BLUE-BG-100: #48a6e2;
    --weui-BLUE-BG-110: #5aafe4;
    --weui-BLUE-BG-130: #7fc0ea;
    --weui-BLUE-BG-90: #4095cb;
    --weui-BRAND-100: #07c160;
    --weui-BRAND-120: #38cd7f;
    --weui-BRAND-170: #b4ecce;
    --weui-BRAND-80: #059a4c;
    --weui-BRAND-90: #06ae56;
    --weui-BRAND-BG-100: #2aae67;
    --weui-BRAND-BG-110: #3eb575;
    --weui-BRAND-BG-130: #69c694;
    --weui-BRAND-BG-90: #259c5c;
    --weui-FG-0: rgba(0,0,0,.9);
    --weui-FG-0_5: rgba(0,0,0,.9);
    --weui-FG-1: rgba(0,0,0,.55);
    --weui-FG-2: rgba(0,0,0,.3);
    --weui-FG-3: rgba(0,0,0,.1);
    --weui-FG-4: rgba(0,0,0,.15);
    --weui-GLYPH-0: rgba(0,0,0,.9);
    --weui-GLYPH-1: rgba(0,0,0,.55);
    --weui-GLYPH-2: rgba(0,0,0,.3);
    --weui-GLYPH-WHITE-0: rgba(255,255,255,.8);
    --weui-GLYPH-WHITE-1: rgba(255,255,255,.5);
    --weui-GLYPH-WHITE-2: rgba(255,255,255,.3);
    --weui-GLYPH-WHITE-3: #fff;
    --weui-GREEN-100: #91d300;
    --weui-GREEN-120: #a7db33;
    --weui-GREEN-170: #def1b3;
    --weui-GREEN-80: #74a800;
    --weui-GREEN-90: #82bd00;
    --weui-GREEN-BG-100: #96be40;
    --weui-GREEN-BG-110: #a0c452;
    --weui-GREEN-BG-130: #b5d179;
    --weui-GREEN-BG-90: #86aa39;
    --weui-INDIGO-100: #1485ee;
    --weui-INDIGO-120: #439df1;
    --weui-INDIGO-170: #b8daf9;
    --weui-INDIGO-80: #106abe;
    --weui-INDIGO-90: #1277d6;
    --weui-INDIGO-BG-100: #2b77bf;
    --weui-INDIGO-BG-110: #3f84c5;
    --weui-INDIGO-BG-130: #6ba0d2;
    --weui-INDIGO-BG-90: #266aab;
    --weui-LIGHTGREEN-100: #95ec69;
    --weui-LIGHTGREEN-120: #aaef87;
    --weui-LIGHTGREEN-170: #def9d1;
    --weui-LIGHTGREEN-80: #77bc54;
    --weui-LIGHTGREEN-90: #85d35e;
    --weui-LIGHTGREEN-BG-100: #72cf60;
    --weui-LIGHTGREEN-BG-110: #80d370;
    --weui-LIGHTGREEN-BG-130: #9cdd90;
    --weui-LIGHTGREEN-BG-90: #66b956;
    --weui-LINK-100: #576b95;
    --weui-LINK-120: #7888aa;
    --weui-LINK-170: #ccd2de;
    --weui-LINK-80: #455577;
    --weui-LINK-90: #4e6085;
    --weui-LINKFINDER-100: #002666;
    --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(245,245,245,.95);
    --weui-MATERIAL-NAVIGATIONBAR: rgba(237,237,237,.94);
    --weui-MATERIAL-REGULAR: rgba(247,247,247,.3);
    --weui-MATERIAL-THICK: rgba(247,247,247,.8);
    --weui-MATERIAL-THIN: rgba(255,255,255,.2);
    --weui-MATERIAL-TOOLBAR: rgba(246,246,246,.82);
    --weui-ORANGE-100: #fa9d3b;
    --weui-ORANGE-120: #fbb062;
    --weui-ORANGE-170: #fde1c3;
    --weui-ORANGE-80: #c87d2f;
    --weui-ORANGE-90: #e08c34;
    --weui-ORANGE-BG-100: #ea7800;
    --weui-ORANGE-BG-110: #ec8519;
    --weui-ORANGE-BG-130: #f0a04d;
    --weui-ORANGE-BG-90: #d26b00;
    --weui-ORANGERED-100: #ff6146;
    --weui-OVERLAY: rgba(0,0,0,.5);
    --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
    --weui-PURPLE-100: #6467f0;
    --weui-PURPLE-120: #8385f3;
    --weui-PURPLE-170: #d0d1fa;
    --weui-PURPLE-80: #5052c0;
    --weui-PURPLE-90: #595cd7;
    --weui-PURPLE-BG-100: #6769ba;
    --weui-PURPLE-BG-110: #7678c1;
    --weui-PURPLE-BG-130: #9496ce;
    --weui-PURPLE-BG-90: #5c5ea7;
    --weui-RED-100: #fa5151;
    --weui-RED-120: #fb7373;
    --weui-RED-170: #fdcaca;
    --weui-RED-80: #c84040;
    --weui-RED-90: #e14949;
    --weui-RED-BG-100: #cf5148;
    --weui-RED-BG-110: #d3625a;
    --weui-RED-BG-130: #dd847e;
    --weui-RED-BG-90: #b94840;
    --weui-SECONDARY-BG: rgba(0,0,0,.05);
    --weui-SEPARATOR-0: rgba(0,0,0,.1);
    --weui-SEPARATOR-1: rgba(0,0,0,.15);
    --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
    --weui-STATELAYER-PRESSED: rgba(0,0,0,.1);
    --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(0,0,0,.2);
    --weui-YELLOW-100: #ffc300;
    --weui-YELLOW-120: #ffcf33;
    --weui-YELLOW-170: #ffecb2;
    --weui-YELLOW-80: #cc9c00;
    --weui-YELLOW-90: #e6af00;
    --weui-YELLOW-BG-100: #efb600;
    --weui-YELLOW-BG-110: #f0bd19;
    --weui-YELLOW-BG-130: #f3cc4d;
    --weui-YELLOW-BG-90: #d7a400;
    --weui-FG-HALF: rgba(0,0,0,.9);
    --weui-RED: #fa5151;
    --weui-ORANGERED: #ff6146;
    --weui-ORANGE: #fa9d3b;
    --weui-YELLOW: #ffc300;
    --weui-GREEN: #91d300;
    --weui-LIGHTGREEN: #95ec69;
    --weui-TEXTGREEN: #06ae56;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1485ee;
    --weui-PURPLE: #6467f0;
    --weui-LINK: #576b95;
    --weui-TAG-TEXT-ORANGE: #fa9d3b;
    --weui-TAG-TEXT-GREEN: #06ae56;
    --weui-TAG-TEXT-BLUE: #10aeff;
    --weui-REDORANGE: #ff6146;
    --weui-TAG-TEXT-BLACK: rgba(0,0,0,.5);
    --weui-TAG-BACKGROUND-BLACK: rgba(0,0,0,.05);
    --weui-WHITE: #fff;
    --weui-BG: #fff;
    --weui-FG: #000;
    --weui-FG-5: rgba(0,0,0,.05);
    --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
    --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
    --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
    --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
    --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
}
@media(prefers-color-scheme: dark)
{
    .wx-root:not([data-weui-theme=light]), body:not([data-weui-theme=light])
    {
        --weui-BG-0: #111;
        --weui-BG-1: #1e1e1e;
        --weui-BG-5: #2c2c2c;
        --weui-RED: #fa5151;
        --weui-ORANGERED: #ff6146;
        --weui-ORANGE: #c87d2f;
        --weui-YELLOW: #cc9c00;
        --weui-GREEN: #74a800;
        --weui-LIGHTGREEN: #3eb575;
        --weui-BRAND: #07c160;
        --weui-BLUE: #10aeff;
        --weui-INDIGO: #1196ff;
        --weui-PURPLE: #8183ff;
        --weui-LINK: #7d90a9;
        --weui-TEXTGREEN: #259c5c;
        --weui-REDORANGE: #ff6146;
        --weui-BG-0: #111;
        --weui-BG-1: #1e1e1e;
        --weui-BG-2: #191919;
        --weui-BG-3: #202020;
        --weui-BG-4: #404040;
        --weui-BG-5: #2c2c2c;
        --weui-BLUE-100: #10aeff;
        --weui-BLUE-120: #0c8bcc;
        --weui-BLUE-170: #04344d;
        --weui-BLUE-80: #3fbeff;
        --weui-BLUE-90: #28b6ff;
        --weui-BLUE-BG-100: #48a6e2;
        --weui-BLUE-BG-110: #4095cb;
        --weui-BLUE-BG-130: #32749e;
        --weui-BLUE-BG-90: #5aafe4;
        --weui-BRAND-100: #07c160;
        --weui-BRAND-120: #059a4c;
        --weui-BRAND-170: #023a1c;
        --weui-BRAND-80: #38cd7f;
        --weui-BRAND-90: #20c770;
        --weui-BRAND-BG-100: #2aae67;
        --weui-BRAND-BG-110: #259c5c;
        --weui-BRAND-BG-130: #1d7a48;
        --weui-BRAND-BG-90: #3eb575;
        --weui-FG-0: rgba(255,255,255,.8);
        --weui-FG-0_5: rgba(255,255,255,.6);
        --weui-FG-1: rgba(255,255,255,.5);
        --weui-FG-2: rgba(255,255,255,.3);
        --weui-FG-3: rgba(255,255,255,.1);
        --weui-FG-4: rgba(255,255,255,.15);
        --weui-GLYPH-0: rgba(255,255,255,.8);
        --weui-GLYPH-1: rgba(255,255,255,.5);
        --weui-GLYPH-2: rgba(255,255,255,.3);
        --weui-GLYPH-WHITE-0: rgba(255,255,255,.8);
        --weui-GLYPH-WHITE-1: rgba(255,255,255,.5);
        --weui-GLYPH-WHITE-2: rgba(255,255,255,.3);
        --weui-GLYPH-WHITE-3: #fff;
        --weui-GREEN-100: #74a800;
        --weui-GREEN-120: #5c8600;
        --weui-GREEN-170: #233200;
        --weui-GREEN-80: #8fb933;
        --weui-GREEN-90: #82b01a;
        --weui-GREEN-BG-100: #789833;
        --weui-GREEN-BG-110: #6b882d;
        --weui-GREEN-BG-130: #65802b;
        --weui-GREEN-BG-90: #85a247;
        --weui-INDIGO-100: #1196ff;
        --weui-INDIGO-120: #0d78cc;
        --weui-INDIGO-170: #052d4d;
        --weui-INDIGO-80: #40abff;
        --weui-INDIGO-90: #28a0ff;
        --weui-INDIGO-BG-100: #0d78cc;
        --weui-INDIGO-BG-110: #0b6bb7;
        --weui-INDIGO-BG-130: #09548f;
        --weui-INDIGO-BG-90: #2585d1;
        --weui-LIGHTGREEN-100: #3eb575;
        --weui-LIGHTGREEN-120: #31905d;
        --weui-LIGHTGREEN-170: #123522;
        --weui-LIGHTGREEN-80: #64c390;
        --weui-LIGHTGREEN-90: #51bc83;
        --weui-LIGHTGREEN-BG-100: #31905d;
        --weui-LIGHTGREEN-BG-110: #2c8153;
        --weui-LIGHTGREEN-BG-130: #226541;
        --weui-LIGHTGREEN-BG-90: #31905d;
        --weui-LINK-100: #7d90a9;
        --weui-LINK-120: #647387;
        --weui-LINK-170: #252a32;
        --weui-LINK-80: #97a6ba;
        --weui-LINK-90: #899ab1;
        --weui-LINKFINDER-100: #dee9ff;
        --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(32,32,32,.93);
        --weui-MATERIAL-NAVIGATIONBAR: rgba(18,18,18,.9);
        --weui-MATERIAL-REGULAR: rgba(37,37,37,.6);
        --weui-MATERIAL-THICK: rgba(34,34,34,.9);
        --weui-MATERIAL-THIN: rgba(95,95,95,.4);
        --weui-MATERIAL-TOOLBAR: rgba(35,35,35,.93);
        --weui-ORANGE-100: #c87d2f;
        --weui-ORANGE-120: #a06425;
        --weui-ORANGE-170: #3b250e;
        --weui-ORANGE-80: #d39758;
        --weui-ORANGE-90: #cd8943;
        --weui-ORANGE-BG-100: #bb6000;
        --weui-ORANGE-BG-110: #a85600;
        --weui-ORANGE-BG-130: #824300;
        --weui-ORANGE-BG-90: #c1701a;
        --weui-ORANGERED-100: #ff6146;
        --weui-OVERLAY: rgba(0,0,0,.8);
        --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
        --weui-PURPLE-100: #8183ff;
        --weui-PURPLE-120: #6768cc;
        --weui-PURPLE-170: #26274c;
        --weui-PURPLE-80: #9a9bff;
        --weui-PURPLE-90: #8d8fff;
        --weui-PURPLE-BG-100: #6768cc;
        --weui-PURPLE-BG-110: #5c5db7;
        --weui-PURPLE-BG-130: #48498f;
        --weui-PURPLE-BG-90: #7677d1;
        --weui-RED-100: #fa5151;
        --weui-RED-120: #c84040;
        --weui-RED-170: #4b1818;
        --weui-RED-80: #fb7373;
        --weui-RED-90: #fa6262;
        --weui-RED-BG-100: #cf5148;
        --weui-RED-BG-110: #ba4940;
        --weui-RED-BG-130: #913832;
        --weui-RED-BG-90: #d3625a;
        --weui-SECONDARY-BG: rgba(255,255,255,.1);
        --weui-SEPARATOR-0: rgba(255,255,255,.05);
        --weui-SEPARATOR-1: rgba(255,255,255,.15);
        --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
        --weui-STATELAYER-PRESSED: rgba(255,255,255,.1);
        --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(255,255,255,.2);
        --weui-YELLOW-100: #cc9c00;
        --weui-YELLOW-120: #a37c00;
        --weui-YELLOW-170: #3d2f00;
        --weui-YELLOW-80: #d6af33;
        --weui-YELLOW-90: #d1a519;
        --weui-YELLOW-BG-100: #bf9100;
        --weui-YELLOW-BG-110: #ab8200;
        --weui-YELLOW-BG-130: #866500;
        --weui-YELLOW-BG-90: #c59c1a;
        --weui-FG-HALF: rgba(255,255,255,.6);
        --weui-RED: #fa5151;
        --weui-ORANGERED: #ff6146;
        --weui-ORANGE: #c87d2f;
        --weui-YELLOW: #cc9c00;
        --weui-GREEN: #74a800;
        --weui-LIGHTGREEN: #3eb575;
        --weui-TEXTGREEN: #259c5c;
        --weui-BRAND: #07c160;
        --weui-BLUE: #10aeff;
        --weui-INDIGO: #1196ff;
        --weui-PURPLE: #8183ff;
        --weui-LINK: #7d90a9;
        --weui-REDORANGE: #ff6146;
        --weui-TAG-TEXT-BLACK: rgba(255,255,255,.5);
        --weui-TAG-BACKGROUND-BLACK: rgba(255,255,255,.05);
        --weui-WHITE: rgba(255,255,255,.8);
        --weui-FG: #fff;
        --weui-BG: #000;
        --weui-FG-5: rgba(255,255,255,.1);
        --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
        --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
        --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
        --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
        --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
        --weui-TAG-TEXT-ORANGE: rgba(250,157,59,.6);
        --weui-TAG-TEXT-GREEN: rgba(6,174,86,.6);
        --weui-TAG-TEXT-BLUE: rgba(16,174,255,.6);
    }
}
.wx-root[data-weui-theme=dark], body[data-weui-theme=dark]
{
    --weui-BG-0: #111;
    --weui-BG-1: #1e1e1e;
    --weui-BG-5: #2c2c2c;
    --weui-RED: #fa5151;
    --weui-ORANGERED: #ff6146;
    --weui-ORANGE: #c87d2f;
    --weui-YELLOW: #cc9c00;
    --weui-GREEN: #74a800;
    --weui-LIGHTGREEN: #3eb575;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1196ff;
    --weui-PURPLE: #8183ff;
    --weui-LINK: #7d90a9;
    --weui-TEXTGREEN: #259c5c;
    --weui-REDORANGE: #ff6146;
    --weui-BG-0: #111;
    --weui-BG-1: #1e1e1e;
    --weui-BG-2: #191919;
    --weui-BG-3: #202020;
    --weui-BG-4: #404040;
    --weui-BG-5: #2c2c2c;
    --weui-BLUE-100: #10aeff;
    --weui-BLUE-120: #0c8bcc;
    --weui-BLUE-170: #04344d;
    --weui-BLUE-80: #3fbeff;
    --weui-BLUE-90: #28b6ff;
    --weui-BLUE-BG-100: #48a6e2;
    --weui-BLUE-BG-110: #4095cb;
    --weui-BLUE-BG-130: #32749e;
    --weui-BLUE-BG-90: #5aafe4;
    --weui-BRAND-100: #07c160;
    --weui-BRAND-120: #059a4c;
    --weui-BRAND-170: #023a1c;
    --weui-BRAND-80: #38cd7f;
    --weui-BRAND-90: #20c770;
    --weui-BRAND-BG-100: #2aae67;
    --weui-BRAND-BG-110: #259c5c;
    --weui-BRAND-BG-130: #1d7a48;
    --weui-BRAND-BG-90: #3eb575;
    --weui-FG-0: rgba(255,255,255,.8);
    --weui-FG-0_5: rgba(255,255,255,.6);
    --weui-FG-1: rgba(255,255,255,.5);
    --weui-FG-2: rgba(255,255,255,.3);
    --weui-FG-3: rgba(255,255,255,.1);
    --weui-FG-4: rgba(255,255,255,.15);
    --weui-GLYPH-0: rgba(255,255,255,.8);
    --weui-GLYPH-1: rgba(255,255,255,.5);
    --weui-GLYPH-2: rgba(255,255,255,.3);
    --weui-GLYPH-WHITE-0: rgba(255,255,255,.8);
    --weui-GLYPH-WHITE-1: rgba(255,255,255,.5);
    --weui-GLYPH-WHITE-2: rgba(255,255,255,.3);
    --weui-GLYPH-WHITE-3: #fff;
    --weui-GREEN-100: #74a800;
    --weui-GREEN-120: #5c8600;
    --weui-GREEN-170: #233200;
    --weui-GREEN-80: #8fb933;
    --weui-GREEN-90: #82b01a;
    --weui-GREEN-BG-100: #789833;
    --weui-GREEN-BG-110: #6b882d;
    --weui-GREEN-BG-130: #65802b;
    --weui-GREEN-BG-90: #85a247;
    --weui-INDIGO-100: #1196ff;
    --weui-INDIGO-120: #0d78cc;
    --weui-INDIGO-170: #052d4d;
    --weui-INDIGO-80: #40abff;
    --weui-INDIGO-90: #28a0ff;
    --weui-INDIGO-BG-100: #0d78cc;
    --weui-INDIGO-BG-110: #0b6bb7;
    --weui-INDIGO-BG-130: #09548f;
    --weui-INDIGO-BG-90: #2585d1;
    --weui-LIGHTGREEN-100: #3eb575;
    --weui-LIGHTGREEN-120: #31905d;
    --weui-LIGHTGREEN-170: #123522;
    --weui-LIGHTGREEN-80: #64c390;
    --weui-LIGHTGREEN-90: #51bc83;
    --weui-LIGHTGREEN-BG-100: #31905d;
    --weui-LIGHTGREEN-BG-110: #2c8153;
    --weui-LIGHTGREEN-BG-130: #226541;
    --weui-LIGHTGREEN-BG-90: #31905d;
    --weui-LINK-100: #7d90a9;
    --weui-LINK-120: #647387;
    --weui-LINK-170: #252a32;
    --weui-LINK-80: #97a6ba;
    --weui-LINK-90: #899ab1;
    --weui-LINKFINDER-100: #dee9ff;
    --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(32,32,32,.93);
    --weui-MATERIAL-NAVIGATIONBAR: rgba(18,18,18,.9);
    --weui-MATERIAL-REGULAR: rgba(37,37,37,.6);
    --weui-MATERIAL-THICK: rgba(34,34,34,.9);
    --weui-MATERIAL-THIN: rgba(95,95,95,.4);
    --weui-MATERIAL-TOOLBAR: rgba(35,35,35,.93);
    --weui-ORANGE-100: #c87d2f;
    --weui-ORANGE-120: #a06425;
    --weui-ORANGE-170: #3b250e;
    --weui-ORANGE-80: #d39758;
    --weui-ORANGE-90: #cd8943;
    --weui-ORANGE-BG-100: #bb6000;
    --weui-ORANGE-BG-110: #a85600;
    --weui-ORANGE-BG-130: #824300;
    --weui-ORANGE-BG-90: #c1701a;
    --weui-ORANGERED-100: #ff6146;
    --weui-OVERLAY: rgba(0,0,0,.8);
    --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
    --weui-PURPLE-100: #8183ff;
    --weui-PURPLE-120: #6768cc;
    --weui-PURPLE-170: #26274c;
    --weui-PURPLE-80: #9a9bff;
    --weui-PURPLE-90: #8d8fff;
    --weui-PURPLE-BG-100: #6768cc;
    --weui-PURPLE-BG-110: #5c5db7;
    --weui-PURPLE-BG-130: #48498f;
    --weui-PURPLE-BG-90: #7677d1;
    --weui-RED-100: #fa5151;
    --weui-RED-120: #c84040;
    --weui-RED-170: #4b1818;
    --weui-RED-80: #fb7373;
    --weui-RED-90: #fa6262;
    --weui-RED-BG-100: #cf5148;
    --weui-RED-BG-110: #ba4940;
    --weui-RED-BG-130: #913832;
    --weui-RED-BG-90: #d3625a;
    --weui-SECONDARY-BG: rgba(255,255,255,.1);
    --weui-SEPARATOR-0: rgba(255,255,255,.05);
    --weui-SEPARATOR-1: rgba(255,255,255,.15);
    --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
    --weui-STATELAYER-PRESSED: rgba(255,255,255,.1);
    --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(255,255,255,.2);
    --weui-YELLOW-100: #cc9c00;
    --weui-YELLOW-120: #a37c00;
    --weui-YELLOW-170: #3d2f00;
    --weui-YELLOW-80: #d6af33;
    --weui-YELLOW-90: #d1a519;
    --weui-YELLOW-BG-100: #bf9100;
    --weui-YELLOW-BG-110: #ab8200;
    --weui-YELLOW-BG-130: #866500;
    --weui-YELLOW-BG-90: #c59c1a;
    --weui-FG-HALF: rgba(255,255,255,.6);
    --weui-RED: #fa5151;
    --weui-ORANGERED: #ff6146;
    --weui-ORANGE: #c87d2f;
    --weui-YELLOW: #cc9c00;
    --weui-GREEN: #74a800;
    --weui-LIGHTGREEN: #3eb575;
    --weui-TEXTGREEN: #259c5c;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1196ff;
    --weui-PURPLE: #8183ff;
    --weui-LINK: #7d90a9;
    --weui-REDORANGE: #ff6146;
    --weui-TAG-TEXT-BLACK: rgba(255,255,255,.5);
    --weui-TAG-BACKGROUND-BLACK: rgba(255,255,255,.05);
    --weui-WHITE: rgba(255,255,255,.8);
    --weui-FG: #fff;
    --weui-BG: #000;
    --weui-FG-5: rgba(255,255,255,.1);
    --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
    --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
    --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
    --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
    --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
    --weui-TAG-TEXT-ORANGE: rgba(250,157,59,.6);
    --weui-TAG-TEXT-GREEN: rgba(6,174,86,.6);
    --weui-TAG-TEXT-BLUE: rgba(16,174,255,.6);
}
.wx-root[data-weui-mode=care], body[data-weui-mode=care]
{
    --weui-BG-0: #ededed;
    --weui-BG-1: #f7f7f7;
    --weui-BG-2: #fff;
    --weui-BG-3: #f7f7f7;
    --weui-BG-4: #4c4c4c;
    --weui-BG-5: #fff;
    --weui-RED: #dc3636;
    --weui-ORANGERED: #d14730;
    --weui-ORANGE: #e17719;
    --weui-YELLOW: #bb8e00;
    --weui-GREEN: #4f8400;
    --weui-LIGHTGREEN: #2e8800;
    --weui-BLUE: #007dbb;
    --weui-INDIGO: #0075e2;
    --weui-PURPLE: #6265f1;
    --weui-WHITE: #fff;
    --weui-LINK: #576b95;
    --weui-TEXTGREEN: #06ae56;
    --weui-BG: #fff;
    --weui-TAG-TEXT-ORANGE: #e17719;
    --weui-TAG-TEXT-GREEN: #06ae56;
    --weui-TAG-TEXT-BLUE: #007dbb;
    --weui-REDORANGE: #d14730;
    --weui-BG-0: #ededed;
    --weui-BG-1: #f7f7f7;
    --weui-BG-2: #fff;
    --weui-BG-3: #f7f7f7;
    --weui-BG-4: #4c4c4c;
    --weui-BG-5: #fff;
    --weui-BLUE-100: #007dbb;
    --weui-BLUE-120: #3fbeff;
    --weui-BLUE-170: #b7e6ff;
    --weui-BLUE-80: #0c8bcc;
    --weui-BLUE-90: #0e9ce6;
    --weui-BLUE-BG-100: #48a6e2;
    --weui-BLUE-BG-110: #5aafe4;
    --weui-BLUE-BG-130: #7fc0ea;
    --weui-BLUE-BG-90: #4095cb;
    --weui-BRAND-100: #018942;
    --weui-BRAND-120: #38cd7f;
    --weui-BRAND-170: #b4ecce;
    --weui-BRAND-80: #059a4c;
    --weui-BRAND-90: #06ae56;
    --weui-BRAND-BG-100: #2aae67;
    --weui-BRAND-BG-110: #3eb575;
    --weui-BRAND-BG-130: #69c694;
    --weui-BRAND-BG-90: #259c5c;
    --weui-FG-0: #000;
    --weui-FG-0_5: #000;
    --weui-FG-1: rgba(0,0,0,.6);
    --weui-FG-2: rgba(0,0,0,.42);
    --weui-FG-3: rgba(0,0,0,.1);
    --weui-FG-4: rgba(0,0,0,.15);
    --weui-GLYPH-0: #000;
    --weui-GLYPH-1: rgba(0,0,0,.6);
    --weui-GLYPH-2: rgba(0,0,0,.42);
    --weui-GLYPH-WHITE-0: rgba(255,255,255,.85);
    --weui-GLYPH-WHITE-1: rgba(255,255,255,.55);
    --weui-GLYPH-WHITE-2: rgba(255,255,255,.35);
    --weui-GLYPH-WHITE-3: #fff;
    --weui-GREEN-100: #4f8400;
    --weui-GREEN-120: #a7db33;
    --weui-GREEN-170: #def1b3;
    --weui-GREEN-80: #74a800;
    --weui-GREEN-90: #82bd00;
    --weui-GREEN-BG-100: #96be40;
    --weui-GREEN-BG-110: #a0c452;
    --weui-GREEN-BG-130: #b5d179;
    --weui-GREEN-BG-90: #86aa39;
    --weui-INDIGO-100: #0075e2;
    --weui-INDIGO-120: #439df1;
    --weui-INDIGO-170: #b8daf9;
    --weui-INDIGO-80: #106abe;
    --weui-INDIGO-90: #1277d6;
    --weui-INDIGO-BG-100: #2b77bf;
    --weui-INDIGO-BG-110: #3f84c5;
    --weui-INDIGO-BG-130: #6ba0d2;
    --weui-INDIGO-BG-90: #266aab;
    --weui-LIGHTGREEN-100: #2e8800;
    --weui-LIGHTGREEN-120: #aaef87;
    --weui-LIGHTGREEN-170: #def9d1;
    --weui-LIGHTGREEN-80: #77bc54;
    --weui-LIGHTGREEN-90: #85d35e;
    --weui-LIGHTGREEN-BG-100: #72cf60;
    --weui-LIGHTGREEN-BG-110: #80d370;
    --weui-LIGHTGREEN-BG-130: #9cdd90;
    --weui-LIGHTGREEN-BG-90: #66b956;
    --weui-LINK-100: #576b95;
    --weui-LINK-120: #7888aa;
    --weui-LINK-170: #ccd2de;
    --weui-LINK-80: #455577;
    --weui-LINK-90: #4e6085;
    --weui-LINKFINDER-100: #002666;
    --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(245,245,245,.95);
    --weui-MATERIAL-NAVIGATIONBAR: rgba(237,237,237,.94);
    --weui-MATERIAL-REGULAR: rgba(247,247,247,.3);
    --weui-MATERIAL-THICK: rgba(247,247,247,.8);
    --weui-MATERIAL-THIN: rgba(255,255,255,.2);
    --weui-MATERIAL-TOOLBAR: rgba(246,246,246,.82);
    --weui-ORANGE-100: #e17719;
    --weui-ORANGE-120: #fbb062;
    --weui-ORANGE-170: #fde1c3;
    --weui-ORANGE-80: #c87d2f;
    --weui-ORANGE-90: #e08c34;
    --weui-ORANGE-BG-100: #ea7800;
    --weui-ORANGE-BG-110: #ec8519;
    --weui-ORANGE-BG-130: #f0a04d;
    --weui-ORANGE-BG-90: #d26b00;
    --weui-ORANGERED-100: #d14730;
    --weui-OVERLAY: rgba(0,0,0,.5);
    --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
    --weui-PURPLE-100: #6265f1;
    --weui-PURPLE-120: #8385f3;
    --weui-PURPLE-170: #d0d1fa;
    --weui-PURPLE-80: #5052c0;
    --weui-PURPLE-90: #595cd7;
    --weui-PURPLE-BG-100: #6769ba;
    --weui-PURPLE-BG-110: #7678c1;
    --weui-PURPLE-BG-130: #9496ce;
    --weui-PURPLE-BG-90: #5c5ea7;
    --weui-RED-100: #dc3636;
    --weui-RED-120: #fb7373;
    --weui-RED-170: #fdcaca;
    --weui-RED-80: #c84040;
    --weui-RED-90: #e14949;
    --weui-RED-BG-100: #cf5148;
    --weui-RED-BG-110: #d3625a;
    --weui-RED-BG-130: #dd847e;
    --weui-RED-BG-90: #b94840;
    --weui-SECONDARY-BG: rgba(0,0,0,.1);
    --weui-SEPARATOR-0: rgba(0,0,0,.1);
    --weui-SEPARATOR-1: rgba(0,0,0,.15);
    --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
    --weui-STATELAYER-PRESSED: rgba(0,0,0,.1);
    --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(0,0,0,.2);
    --weui-YELLOW-100: #bb8e00;
    --weui-YELLOW-120: #ffcf33;
    --weui-YELLOW-170: #ffecb2;
    --weui-YELLOW-80: #cc9c00;
    --weui-YELLOW-90: #e6af00;
    --weui-YELLOW-BG-100: #efb600;
    --weui-YELLOW-BG-110: #f0bd19;
    --weui-YELLOW-BG-130: #f3cc4d;
    --weui-YELLOW-BG-90: #d7a400;
    --weui-FG-HALF: #000;
    --weui-RED: #dc3636;
    --weui-ORANGERED: #d14730;
    --weui-ORANGE: #e17719;
    --weui-YELLOW: #bb8e00;
    --weui-GREEN: #4f8400;
    --weui-LIGHTGREEN: #2e8800;
    --weui-TEXTGREEN: #06ae56;
    --weui-BRAND: #018942;
    --weui-BLUE: #007dbb;
    --weui-INDIGO: #0075e2;
    --weui-PURPLE: #6265f1;
    --weui-LINK: #576b95;
    --weui-TAG-TEXT-ORANGE: #e17719;
    --weui-TAG-TEXT-GREEN: #06ae56;
    --weui-TAG-TEXT-BLUE: #007dbb;
    --weui-REDORANGE: #d14730;
    --weui-TAG-TEXT-BLACK: rgba(0,0,0,.5);
    --weui-WHITE: #fff;
    --weui-BG: #fff;
    --weui-FG: #000;
    --weui-FG-5: rgba(0,0,0,.05);
    --weui-TAG-BACKGROUND-ORANGE: rgba(225,119,25,.1);
    --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
    --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
    --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
    --weui-TAG-BACKGROUND-BLUE: rgba(0,125,187,.1);
    --weui-TAG-BACKGROUND-BLACK: rgba(0,0,0,.05);
}
@media(prefers-color-scheme: dark)
{
    .wx-root[data-weui-mode=care]:not([data-weui-theme=light]), body[data-weui-mode=care]:not([data-weui-theme=light])
    {
        --weui-BG-0: #111;
        --weui-BG-1: #1e1e1e;
        --weui-BG-5: #2c2c2c;
        --weui-RED: #fa5151;
        --weui-ORANGERED: #ff6146;
        --weui-ORANGE: #c87d2f;
        --weui-YELLOW: #cc9c00;
        --weui-GREEN: #74a800;
        --weui-LIGHTGREEN: #3eb575;
        --weui-BRAND: #07c160;
        --weui-BLUE: #10aeff;
        --weui-INDIGO: #1196ff;
        --weui-PURPLE: #8183ff;
        --weui-LINK: #7d90a9;
        --weui-TEXTGREEN: #259c5c;
        --weui-REDORANGE: #ff6146;
        --weui-BG-0: #111;
        --weui-BG-1: #1e1e1e;
        --weui-BG-2: #191919;
        --weui-BG-3: #202020;
        --weui-BG-4: #404040;
        --weui-BG-5: #2c2c2c;
        --weui-BLUE-100: #10aeff;
        --weui-BLUE-120: #0c8bcc;
        --weui-BLUE-170: #04344d;
        --weui-BLUE-80: #3fbeff;
        --weui-BLUE-90: #28b6ff;
        --weui-BLUE-BG-100: #48a6e2;
        --weui-BLUE-BG-110: #4095cb;
        --weui-BLUE-BG-130: #32749e;
        --weui-BLUE-BG-90: #5aafe4;
        --weui-BRAND-100: #07c160;
        --weui-BRAND-120: #059a4c;
        --weui-BRAND-170: #023a1c;
        --weui-BRAND-80: #38cd7f;
        --weui-BRAND-90: #20c770;
        --weui-BRAND-BG-100: #2aae67;
        --weui-BRAND-BG-110: #259c5c;
        --weui-BRAND-BG-130: #1d7a48;
        --weui-BRAND-BG-90: #3eb575;
        --weui-FG-0: rgba(255,255,255,.85);
        --weui-FG-0_5: rgba(255,255,255,.65);
        --weui-FG-1: rgba(255,255,255,.55);
        --weui-FG-2: rgba(255,255,255,.35);
        --weui-FG-3: rgba(255,255,255,.1);
        --weui-FG-4: rgba(255,255,255,.15);
        --weui-GLYPH-0: rgba(255,255,255,.85);
        --weui-GLYPH-1: rgba(255,255,255,.55);
        --weui-GLYPH-2: rgba(255,255,255,.35);
        --weui-GLYPH-WHITE-0: rgba(255,255,255,.85);
        --weui-GLYPH-WHITE-1: rgba(255,255,255,.55);
        --weui-GLYPH-WHITE-2: rgba(255,255,255,.35);
        --weui-GLYPH-WHITE-3: #fff;
        --weui-GREEN-100: #74a800;
        --weui-GREEN-120: #5c8600;
        --weui-GREEN-170: #233200;
        --weui-GREEN-80: #8fb933;
        --weui-GREEN-90: #82b01a;
        --weui-GREEN-BG-100: #789833;
        --weui-GREEN-BG-110: #6b882d;
        --weui-GREEN-BG-130: #65802b;
        --weui-GREEN-BG-90: #85a247;
        --weui-INDIGO-100: #1196ff;
        --weui-INDIGO-120: #0d78cc;
        --weui-INDIGO-170: #052d4d;
        --weui-INDIGO-80: #40abff;
        --weui-INDIGO-90: #28a0ff;
        --weui-INDIGO-BG-100: #0d78cc;
        --weui-INDIGO-BG-110: #0b6bb7;
        --weui-INDIGO-BG-130: #09548f;
        --weui-INDIGO-BG-90: #2585d1;
        --weui-LIGHTGREEN-100: #3eb575;
        --weui-LIGHTGREEN-120: #31905d;
        --weui-LIGHTGREEN-170: #123522;
        --weui-LIGHTGREEN-80: #64c390;
        --weui-LIGHTGREEN-90: #51bc83;
        --weui-LIGHTGREEN-BG-100: #31905d;
        --weui-LIGHTGREEN-BG-110: #2c8153;
        --weui-LIGHTGREEN-BG-130: #226541;
        --weui-LIGHTGREEN-BG-90: #31905d;
        --weui-LINK-100: #7d90a9;
        --weui-LINK-120: #647387;
        --weui-LINK-170: #252a32;
        --weui-LINK-80: #97a6ba;
        --weui-LINK-90: #899ab1;
        --weui-LINKFINDER-100: #dee9ff;
        --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(32,32,32,.93);
        --weui-MATERIAL-NAVIGATIONBAR: rgba(18,18,18,.9);
        --weui-MATERIAL-REGULAR: rgba(37,37,37,.6);
        --weui-MATERIAL-THICK: rgba(34,34,34,.9);
        --weui-MATERIAL-THIN: rgba(245,245,245,.4);
        --weui-MATERIAL-TOOLBAR: rgba(35,35,35,.93);
        --weui-ORANGE-100: #c87d2f;
        --weui-ORANGE-120: #a06425;
        --weui-ORANGE-170: #3b250e;
        --weui-ORANGE-80: #d39758;
        --weui-ORANGE-90: #cd8943;
        --weui-ORANGE-BG-100: #bb6000;
        --weui-ORANGE-BG-110: #a85600;
        --weui-ORANGE-BG-130: #824300;
        --weui-ORANGE-BG-90: #c1701a;
        --weui-ORANGERED-100: #ff6146;
        --weui-OVERLAY: rgba(0,0,0,.8);
        --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
        --weui-PURPLE-100: #8183ff;
        --weui-PURPLE-120: #6768cc;
        --weui-PURPLE-170: #26274c;
        --weui-PURPLE-80: #9a9bff;
        --weui-PURPLE-90: #8d8fff;
        --weui-PURPLE-BG-100: #6768cc;
        --weui-PURPLE-BG-110: #5c5db7;
        --weui-PURPLE-BG-130: #48498f;
        --weui-PURPLE-BG-90: #7677d1;
        --weui-RED-100: #fa5151;
        --weui-RED-120: #c84040;
        --weui-RED-170: #4b1818;
        --weui-RED-80: #fb7373;
        --weui-RED-90: #fa6262;
        --weui-RED-BG-100: #cf5148;
        --weui-RED-BG-110: #ba4940;
        --weui-RED-BG-130: #913832;
        --weui-RED-BG-90: #d3625a;
        --weui-SECONDARY-BG: rgba(255,255,255,.15);
        --weui-SEPARATOR-0: rgba(255,255,255,.05);
        --weui-SEPARATOR-1: rgba(255,255,255,.15);
        --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
        --weui-STATELAYER-PRESSED: rgba(255,255,255,.1);
        --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(255,255,255,.2);
        --weui-YELLOW-100: #cc9c00;
        --weui-YELLOW-120: #a37c00;
        --weui-YELLOW-170: #3d2f00;
        --weui-YELLOW-80: #d6af33;
        --weui-YELLOW-90: #d1a519;
        --weui-YELLOW-BG-100: #bf9100;
        --weui-YELLOW-BG-110: #ab8200;
        --weui-YELLOW-BG-130: #866500;
        --weui-YELLOW-BG-90: #c59c1a;
        --weui-FG-HALF: rgba(255,255,255,.65);
        --weui-RED: #fa5151;
        --weui-ORANGERED: #ff6146;
        --weui-ORANGE: #c87d2f;
        --weui-YELLOW: #cc9c00;
        --weui-GREEN: #74a800;
        --weui-LIGHTGREEN: #3eb575;
        --weui-TEXTGREEN: #259c5c;
        --weui-BRAND: #07c160;
        --weui-BLUE: #10aeff;
        --weui-INDIGO: #1196ff;
        --weui-PURPLE: #8183ff;
        --weui-LINK: #7d90a9;
        --weui-REDORANGE: #ff6146;
        --weui-TAG-BACKGROUND-BLACK: rgba(255,255,255,.05);
        --weui-FG: #fff;
        --weui-WHITE: rgba(255,255,255,.8);
        --weui-FG-5: rgba(255,255,255,.1);
        --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
        --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
        --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
        --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
        --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
        --weui-TAG-TEXT-ORANGE: rgba(250,157,59,.6);
        --weui-BG: #000;
        --weui-TAG-TEXT-GREEN: rgba(6,174,86,.6);
        --weui-TAG-TEXT-BLUE: rgba(16,174,255,.6);
        --weui-TAG-TEXT-BLACK: rgba(255,255,255,.5);
    }
}
.wx-root[data-weui-mode=care][data-weui-theme=dark], body[data-weui-mode=care][data-weui-theme=dark]
{
    --weui-BG-0: #111;
    --weui-BG-1: #1e1e1e;
    --weui-BG-5: #2c2c2c;
    --weui-RED: #fa5151;
    --weui-ORANGERED: #ff6146;
    --weui-ORANGE: #c87d2f;
    --weui-YELLOW: #cc9c00;
    --weui-GREEN: #74a800;
    --weui-LIGHTGREEN: #3eb575;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1196ff;
    --weui-PURPLE: #8183ff;
    --weui-LINK: #7d90a9;
    --weui-TEXTGREEN: #259c5c;
    --weui-REDORANGE: #ff6146;
    --weui-BG-0: #111;
    --weui-BG-1: #1e1e1e;
    --weui-BG-2: #191919;
    --weui-BG-3: #202020;
    --weui-BG-4: #404040;
    --weui-BG-5: #2c2c2c;
    --weui-BLUE-100: #10aeff;
    --weui-BLUE-120: #0c8bcc;
    --weui-BLUE-170: #04344d;
    --weui-BLUE-80: #3fbeff;
    --weui-BLUE-90: #28b6ff;
    --weui-BLUE-BG-100: #48a6e2;
    --weui-BLUE-BG-110: #4095cb;
    --weui-BLUE-BG-130: #32749e;
    --weui-BLUE-BG-90: #5aafe4;
    --weui-BRAND-100: #07c160;
    --weui-BRAND-120: #059a4c;
    --weui-BRAND-170: #023a1c;
    --weui-BRAND-80: #38cd7f;
    --weui-BRAND-90: #20c770;
    --weui-BRAND-BG-100: #2aae67;
    --weui-BRAND-BG-110: #259c5c;
    --weui-BRAND-BG-130: #1d7a48;
    --weui-BRAND-BG-90: #3eb575;
    --weui-FG-0: rgba(255,255,255,.85);
    --weui-FG-0_5: rgba(255,255,255,.65);
    --weui-FG-1: rgba(255,255,255,.55);
    --weui-FG-2: rgba(255,255,255,.35);
    --weui-FG-3: rgba(255,255,255,.1);
    --weui-FG-4: rgba(255,255,255,.15);
    --weui-GLYPH-0: rgba(255,255,255,.85);
    --weui-GLYPH-1: rgba(255,255,255,.55);
    --weui-GLYPH-2: rgba(255,255,255,.35);
    --weui-GLYPH-WHITE-0: rgba(255,255,255,.85);
    --weui-GLYPH-WHITE-1: rgba(255,255,255,.55);
    --weui-GLYPH-WHITE-2: rgba(255,255,255,.35);
    --weui-GLYPH-WHITE-3: #fff;
    --weui-GREEN-100: #74a800;
    --weui-GREEN-120: #5c8600;
    --weui-GREEN-170: #233200;
    --weui-GREEN-80: #8fb933;
    --weui-GREEN-90: #82b01a;
    --weui-GREEN-BG-100: #789833;
    --weui-GREEN-BG-110: #6b882d;
    --weui-GREEN-BG-130: #65802b;
    --weui-GREEN-BG-90: #85a247;
    --weui-INDIGO-100: #1196ff;
    --weui-INDIGO-120: #0d78cc;
    --weui-INDIGO-170: #052d4d;
    --weui-INDIGO-80: #40abff;
    --weui-INDIGO-90: #28a0ff;
    --weui-INDIGO-BG-100: #0d78cc;
    --weui-INDIGO-BG-110: #0b6bb7;
    --weui-INDIGO-BG-130: #09548f;
    --weui-INDIGO-BG-90: #2585d1;
    --weui-LIGHTGREEN-100: #3eb575;
    --weui-LIGHTGREEN-120: #31905d;
    --weui-LIGHTGREEN-170: #123522;
    --weui-LIGHTGREEN-80: #64c390;
    --weui-LIGHTGREEN-90: #51bc83;
    --weui-LIGHTGREEN-BG-100: #31905d;
    --weui-LIGHTGREEN-BG-110: #2c8153;
    --weui-LIGHTGREEN-BG-130: #226541;
    --weui-LIGHTGREEN-BG-90: #31905d;
    --weui-LINK-100: #7d90a9;
    --weui-LINK-120: #647387;
    --weui-LINK-170: #252a32;
    --weui-LINK-80: #97a6ba;
    --weui-LINK-90: #899ab1;
    --weui-LINKFINDER-100: #dee9ff;
    --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(32,32,32,.93);
    --weui-MATERIAL-NAVIGATIONBAR: rgba(18,18,18,.9);
    --weui-MATERIAL-REGULAR: rgba(37,37,37,.6);
    --weui-MATERIAL-THICK: rgba(34,34,34,.9);
    --weui-MATERIAL-THIN: rgba(245,245,245,.4);
    --weui-MATERIAL-TOOLBAR: rgba(35,35,35,.93);
    --weui-ORANGE-100: #c87d2f;
    --weui-ORANGE-120: #a06425;
    --weui-ORANGE-170: #3b250e;
    --weui-ORANGE-80: #d39758;
    --weui-ORANGE-90: #cd8943;
    --weui-ORANGE-BG-100: #bb6000;
    --weui-ORANGE-BG-110: #a85600;
    --weui-ORANGE-BG-130: #824300;
    --weui-ORANGE-BG-90: #c1701a;
    --weui-ORANGERED-100: #ff6146;
    --weui-OVERLAY: rgba(0,0,0,.8);
    --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
    --weui-PURPLE-100: #8183ff;
    --weui-PURPLE-120: #6768cc;
    --weui-PURPLE-170: #26274c;
    --weui-PURPLE-80: #9a9bff;
    --weui-PURPLE-90: #8d8fff;
    --weui-PURPLE-BG-100: #6768cc;
    --weui-PURPLE-BG-110: #5c5db7;
    --weui-PURPLE-BG-130: #48498f;
    --weui-PURPLE-BG-90: #7677d1;
    --weui-RED-100: #fa5151;
    --weui-RED-120: #c84040;
    --weui-RED-170: #4b1818;
    --weui-RED-80: #fb7373;
    --weui-RED-90: #fa6262;
    --weui-RED-BG-100: #cf5148;
    --weui-RED-BG-110: #ba4940;
    --weui-RED-BG-130: #913832;
    --weui-RED-BG-90: #d3625a;
    --weui-SECONDARY-BG: rgba(255,255,255,.15);
    --weui-SEPARATOR-0: rgba(255,255,255,.05);
    --weui-SEPARATOR-1: rgba(255,255,255,.15);
    --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
    --weui-STATELAYER-PRESSED: rgba(255,255,255,.1);
    --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(255,255,255,.2);
    --weui-YELLOW-100: #cc9c00;
    --weui-YELLOW-120: #a37c00;
    --weui-YELLOW-170: #3d2f00;
    --weui-YELLOW-80: #d6af33;
    --weui-YELLOW-90: #d1a519;
    --weui-YELLOW-BG-100: #bf9100;
    --weui-YELLOW-BG-110: #ab8200;
    --weui-YELLOW-BG-130: #866500;
    --weui-YELLOW-BG-90: #c59c1a;
    --weui-FG-HALF: rgba(255,255,255,.65);
    --weui-RED: #fa5151;
    --weui-ORANGERED: #ff6146;
    --weui-ORANGE: #c87d2f;
    --weui-YELLOW: #cc9c00;
    --weui-GREEN: #74a800;
    --weui-LIGHTGREEN: #3eb575;
    --weui-TEXTGREEN: #259c5c;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1196ff;
    --weui-PURPLE: #8183ff;
    --weui-LINK: #7d90a9;
    --weui-REDORANGE: #ff6146;
    --weui-TAG-BACKGROUND-BLACK: rgba(255,255,255,.05);
    --weui-FG: #fff;
    --weui-WHITE: rgba(255,255,255,.8);
    --weui-FG-5: rgba(255,255,255,.1);
    --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
    --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
    --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
    --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
    --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
    --weui-TAG-TEXT-ORANGE: rgba(250,157,59,.6);
    --weui-BG: #000;
    --weui-TAG-TEXT-GREEN: rgba(6,174,86,.6);
    --weui-TAG-TEXT-BLUE: rgba(16,174,255,.6);
    --weui-TAG-TEXT-BLACK: rgba(255,255,255,.5);
}
body .weui-icon-half-screen-close
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M8 6.943L1.807.75.75 1.807 6.943 8 .75 14.193l1.057 1.057L8 9.057l6.193 6.193 1.057-1.057L9.057 8l6.193-6.193L14.193.75z'/%3E%3C/defs%3E%3Cuse fill-opacity='.9' xlink:href='%23a' transform='translate(4 4)' fill-rule='evenodd'/%3E%3C/svg%3E");
}
body .weui-half-screen-dialog_fold .weui-icon-half-screen-close
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cdefs%3E    %3Crect id='dda90263-a290-4594-926f-6aba8cb4779f-a' width='24' height='24' x='0' y='0' rx='12'/%3E  %3C/defs%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cmask id='dda90263-a290-4594-926f-6aba8cb4779f-b' fill='%23fff'%3E      %3Cuse xlink:href='%23dda90263-a290-4594-926f-6aba8cb4779f-a'/%3E    %3C/mask%3E    %3Cuse fill='%23000' fill-opacity='.05' xlink:href='%23dda90263-a290-4594-926f-6aba8cb4779f-a'/%3E    %3Cg fill-opacity='.9' mask='url(%23dda90263-a290-4594-926f-6aba8cb4779f-b)'%3E      %3Cpath fill='%23000' d='M11.407 15.464L6.693 10.75l1.179-1.179 4.125 4.125 4.124-4.125L17.3 10.75l-4.714 4.714a.833.833 0 0 1-1.179 0z'/%3E    %3C/g%3E  %3C/g%3E%3C/svg%3E");
}
.weui-loadmore
{
    width: 65%;
    margin: 20px auto;
    text-align: center;
    font-size: 0;
}
.weui-loadmore .weui-loading, .weui-loadmore .weui-primary-loading
{
    margin-right: 8px;
}
.weui-loadmore__tips
{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
    color: var(--weui-FG-1);
}
.weui-loadmore_line
{
    border-top: 1px solid var(--weui-FG-3);
    margin-top: 32px;
}
.weui-loadmore_line .weui-loadmore__tips
{
    position: relative;
    top: -.9em;
    padding: 0 8px;
    background-color: var(--weui-BG-2);
}
.weui-loadmore_dot .weui-loadmore__tips:before
{
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--weui-FG-3);
    display: inline-block;
    position: relative;
    vertical-align: 0;
    top: -.16em;
}
body .weui-loadmore .weui-loadmore__tips
{
    color: var(--weui-FG-1);
}
body .weui-loadmore.weui-loadmore_line .weui-loadmore__tips
{
    padding: 0 8px;
}
body .weui-loadmore.weui-loadmore_dot
{
    width: 68px;
}
body .weui-loadmore.weui-loadmore_dot .weui-loadmore__tips
{
    padding: 0 8px;
}
body .weui-loadmore_default.weui-loadmore
{
    width: auto;
    line-height: 1.4;
    margin: 0 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body .weui-loadmore_default.weui-loadmore_line
{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}
body .weui-loadmore_default.weui-loadmore_line:before, body .weui-loadmore_default.weui-loadmore_line:after
{
    content: "";
    width: 24px;
    height: 1px;
    background: rgba(0,0,0,.1);
}
body .weui-loadmore_default.weui-loadmore_line .weui-loadmore__tips
{
    top: auto;
    padding: 0 8px;
    background: transparent;
    color: rgba(0,0,0,.3);
    line-height: inherit;
}
body .weui-loadmore_default.weui-loadmore_dot
{
    margin-top: 0;
    margin-bottom: 0;
}
body .weui-loadmore_default.weui-loadmore_dot .weui-loadmore__tips
{
    line-height: .5;
}
@media(prefers-color-scheme: dark)
{
    body:not([data-weui-theme=light]) .weui-loadmore_default.weui-loadmore_line:before, body:not([data-weui-theme=light]) .weui-loadmore_default.weui-loadmore_line:after
    {
        background: rgba(255,255,255,.1);
    }
    body:not([data-weui-theme=light]) .weui-loadmore_default.weui-loadmore_line .weui-loadmore__tips
    {
        color: rgba(255,255,255,.3);
    }
}
.wx_bottom_modal
{
    transform: translate3d(0,100%,0);
    transition: transform .3s;
    visibility: hidden;
}
.wx_bottom_modal.weui-half-screen-dialog
{
    overflow: initial;
}
.wx_bottom_modal .weui-half-screen-dialog__hd__side
{
    min-width: 64px;
}
.wx_bottom_modal .weui-half-screen-dialog__hd__side+.weui-half-screen-dialog__hd__main
{
    padding: 0;
}
.wx_bottom_modal .weui-half-screen-dialog__hd__main+.weui-half-screen-dialog__hd__side
{
    text-align: right;
}
.wx_bottom_modal .weui-half-screen-dialog__bd
{
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}
.wx_bottom_modal .weui-half-screen-dialog__ft
{
    padding-left: 12px;
    padding-right: 12px;
}
.wx_bottom_modal .weui-btn__word-wrp
{
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.wx_bottom_modal .album_keep_read_item
{
    pointer-events: auto!important;
}
.wx_bottom_modal .channel_title
{
    font-size: 15px;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 11.5px;
    border-bottom: .5px solid var(--weui-FG-3);
    padding-left: 20px;
}
.wx_bottom_modal .weui-half-screen-dialog__hd_channel
{
    padding: 0!important;
}
.wx_bottom_modal_wrp>.wx_bottom_modal_mask_fixed, .wx_bottom_modal_wrp>.weui-mask
{
    visibility: hidden;
}
.fullscreen-padding .wx_bottom_modal_wrp:not(.legacy)>.weui-mask.wx_bottom_modal_mask
{
    visibility: visible;
}
.fullscreen-padding .wx_bottom_modal_wrp.legacy>.weui-mask.wx_bottom_modal_mask
{
    opacity: 0;
}
.wx_bottom_modal_show>.wx_bottom_modal_mask_fixed, .wx_bottom_modal_show>.weui-mask
{
    visibility: visible;
}
.wx_bottom_modal_show>.weui-half-screen-dialog
{
    transform: translateZ(0);
}
.wx_bottom_modal_show.wx_bottom_modal_right>.weui-half-screen-dialog
{
    transform: translateZ(0);
}
.fullscreen-padding .wx_bottom_modal_show.legacy>.weui-mask.wx_bottom_modal_mask
{
    opacity: 1;
}
.wx_bottom_modal_right .weui-half-screen-dialog
{
    transform: translate3d(100%,0,0);
}
.wx_bottom_modal_form .wx_bottom_modal
{
    transition: none;
    opacity: 0;
}
.wx_bottom_modal_msg_wrp
{
    height: 100%;
}
.wx_bottom_modal_msg
{
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    color: rgba(0,0,0,.9);
    font-size: 14px;
}
.wx_bottom_modal_msg .weui-loading
{
    width: 20px;
    height: 20px;
}
.weui-mask.wx_bottom_modal_mask, .wx_bottom_modal_mask_fixed
{
    top: -120px;
}
.fullscreen-padding .weui-mask.wx_bottom_modal_mask
{
    transition: opacity .3s;
}
.wx_bottom_modal_mask_fixed
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}
.weui-half-screen-dialog_headline .weui-half-screen-dialog__hd__wrp .weui-half-screen-dialog__hd
{
    margin-bottom: -1px;
}
.weui-half-screen-dialog_headline .weui-half-screen-dialog__hd__wrp:after
{
    content: "";
    display: block;
    height: 1px;
    background: rgba(0,0,0,.1);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: relative;
    bottom: 0;
    z-index: 1;
}
.weui-btn__word-wrp
{
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    right: 2px;
}
.weui-btn__word
{
    color: rgba(0,0,0,.3);
}
.weui_right_arrow
{
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    width: 1em;
    height: 2em;
    margin-left: 2px;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' viewBox='0 0 10 20'%3E  %3Cpath fill-opacity='.3' fill-rule='evenodd' d='M2.045 5.484l.884-.884 4.816 4.816a.83.83 0 0 1 0 1.177l-4.816 4.816-.884-.884 4.52-4.52-4.52-4.521z'/%3E%3C/svg%3E");
}
.wx_page_no_scroll
{
    height: 100%;
    overflow: hidden;
}
.wx_page_no_scroll::-webkit-scrollbar
{
    display: none;
}
@media(prefers-color-scheme: dark)
{
    .weui-btn__word
    {
        color: rgba(255,255,255,.3);
    }
    .weui_right_arrow
    {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' viewBox='0 0 10 20'%3E  %3Cpath fill='%23FFFFFF' fill-opacity='.3' fill-rule='evenodd' d='M2.045 5.484l.884-.884 4.816 4.816a.83.83 0 0 1 0 1.177l-4.816 4.816-.884-.884 4.52-4.52-4.52-4.521z'/%3E%3C/svg%3E");
    }
    .wx_bottom_modal .weui-loadmore__tips
    {
        color: rgba(255,255,255,.5);
    }
    .wx_bottom_modal_msg
    {
        color: rgba(255,255,255,.8);
    }
    .weui-half-screen-dialog_headline .weui-half-screen-dialog__hd__wrp:after
    {
        background: rgba(255,255,255,.1);
    }
}
.wx_icon_pay_tag
{
    color: #fff;
    background: #fa9d3b;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1;
    padding: 3px 4px;
}
.wx_icon_pay_tag_paid
{
    color: #fa9d3b;
    background: rgba(250,157,59,.1);
}
@media(prefers-color-scheme: dark)
{
    .wx_icon_pay_tag
    {
        background: #c87d2f;
    }
    .wx_icon_pay_tag_paid
    {
        color: rgba(250,157,59,.6);
        background: rgba(250,157,59,.1);
    }
}
body, .wx-root
{
    --weui-BG-0: #ededed;
    --weui-BG-1: #f7f7f7;
    --weui-BG-2: #fff;
    --weui-BG-3: #f7f7f7;
    --weui-BG-4: #4c4c4c;
    --weui-BG-5: #fff;
    --weui-BLUE-100: #10aeff;
    --weui-BLUE-120: #3fbeff;
    --weui-BLUE-170: #b7e6ff;
    --weui-BLUE-80: #0c8bcc;
    --weui-BLUE-90: #0e9ce6;
    --weui-BLUE-BG-100: #48a6e2;
    --weui-BLUE-BG-110: #5aafe4;
    --weui-BLUE-BG-130: #7fc0ea;
    --weui-BLUE-BG-90: #4095cb;
    --weui-BRAND-100: #07c160;
    --weui-BRAND-120: #38cd7f;
    --weui-BRAND-170: #b4ecce;
    --weui-BRAND-80: #059a4c;
    --weui-BRAND-90: #06ae56;
    --weui-BRAND-BG-100: #2aae67;
    --weui-BRAND-BG-110: #3eb575;
    --weui-BRAND-BG-130: #69c694;
    --weui-BRAND-BG-90: #259c5c;
    --weui-FG-0: rgba(0,0,0,.9);
    --weui-FG-0_5: rgba(0,0,0,.9);
    --weui-FG-1: rgba(0,0,0,.55);
    --weui-FG-2: rgba(0,0,0,.3);
    --weui-FG-3: rgba(0,0,0,.1);
    --weui-FG-4: rgba(0,0,0,.15);
    --weui-GLYPH-0: rgba(0,0,0,.9);
    --weui-GLYPH-1: rgba(0,0,0,.55);
    --weui-GLYPH-2: rgba(0,0,0,.3);
    --weui-GLYPH-WHITE-0: rgba(255,255,255,.8);
    --weui-GLYPH-WHITE-1: rgba(255,255,255,.5);
    --weui-GLYPH-WHITE-2: rgba(255,255,255,.3);
    --weui-GLYPH-WHITE-3: #fff;
    --weui-GREEN-100: #91d300;
    --weui-GREEN-120: #a7db33;
    --weui-GREEN-170: #def1b3;
    --weui-GREEN-80: #74a800;
    --weui-GREEN-90: #82bd00;
    --weui-GREEN-BG-100: #96be40;
    --weui-GREEN-BG-110: #a0c452;
    --weui-GREEN-BG-130: #b5d179;
    --weui-GREEN-BG-90: #86aa39;
    --weui-INDIGO-100: #1485ee;
    --weui-INDIGO-120: #439df1;
    --weui-INDIGO-170: #b8daf9;
    --weui-INDIGO-80: #106abe;
    --weui-INDIGO-90: #1277d6;
    --weui-INDIGO-BG-100: #2b77bf;
    --weui-INDIGO-BG-110: #3f84c5;
    --weui-INDIGO-BG-130: #6ba0d2;
    --weui-INDIGO-BG-90: #266aab;
    --weui-LIGHTGREEN-100: #95ec69;
    --weui-LIGHTGREEN-120: #aaef87;
    --weui-LIGHTGREEN-170: #def9d1;
    --weui-LIGHTGREEN-80: #77bc54;
    --weui-LIGHTGREEN-90: #85d35e;
    --weui-LIGHTGREEN-BG-100: #72cf60;
    --weui-LIGHTGREEN-BG-110: #80d370;
    --weui-LIGHTGREEN-BG-130: #9cdd90;
    --weui-LIGHTGREEN-BG-90: #66b956;
    --weui-LINK-100: #576b95;
    --weui-LINK-120: #7888aa;
    --weui-LINK-170: #ccd2de;
    --weui-LINK-80: #455577;
    --weui-LINK-90: #4e6085;
    --weui-LINKFINDER-100: #002666;
    --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(245,245,245,.95);
    --weui-MATERIAL-NAVIGATIONBAR: rgba(237,237,237,.94);
    --weui-MATERIAL-REGULAR: rgba(247,247,247,.3);
    --weui-MATERIAL-THICK: rgba(247,247,247,.8);
    --weui-MATERIAL-THIN: rgba(255,255,255,.2);
    --weui-MATERIAL-TOOLBAR: rgba(246,246,246,.82);
    --weui-ORANGE-100: #fa9d3b;
    --weui-ORANGE-120: #fbb062;
    --weui-ORANGE-170: #fde1c3;
    --weui-ORANGE-80: #c87d2f;
    --weui-ORANGE-90: #e08c34;
    --weui-ORANGE-BG-100: #ea7800;
    --weui-ORANGE-BG-110: #ec8519;
    --weui-ORANGE-BG-130: #f0a04d;
    --weui-ORANGE-BG-90: #d26b00;
    --weui-ORANGERED-100: #ff6146;
    --weui-OVERLAY: rgba(0,0,0,.5);
    --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
    --weui-PURPLE-100: #6467f0;
    --weui-PURPLE-120: #8385f3;
    --weui-PURPLE-170: #d0d1fa;
    --weui-PURPLE-80: #5052c0;
    --weui-PURPLE-90: #595cd7;
    --weui-PURPLE-BG-100: #6769ba;
    --weui-PURPLE-BG-110: #7678c1;
    --weui-PURPLE-BG-130: #9496ce;
    --weui-PURPLE-BG-90: #5c5ea7;
    --weui-RED-100: #fa5151;
    --weui-RED-120: #fb7373;
    --weui-RED-170: #fdcaca;
    --weui-RED-80: #c84040;
    --weui-RED-90: #e14949;
    --weui-RED-BG-100: #cf5148;
    --weui-RED-BG-110: #d3625a;
    --weui-RED-BG-130: #dd847e;
    --weui-RED-BG-90: #b94840;
    --weui-SECONDARY-BG: rgba(0,0,0,.05);
    --weui-SEPARATOR-0: rgba(0,0,0,.1);
    --weui-SEPARATOR-1: rgba(0,0,0,.15);
    --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
    --weui-STATELAYER-PRESSED: rgba(0,0,0,.1);
    --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(0,0,0,.2);
    --weui-YELLOW-100: #ffc300;
    --weui-YELLOW-120: #ffcf33;
    --weui-YELLOW-170: #ffecb2;
    --weui-YELLOW-80: #cc9c00;
    --weui-YELLOW-90: #e6af00;
    --weui-YELLOW-BG-100: #efb600;
    --weui-YELLOW-BG-110: #f0bd19;
    --weui-YELLOW-BG-130: #f3cc4d;
    --weui-YELLOW-BG-90: #d7a400;
    --weui-FG-HALF: rgba(0,0,0,.9);
    --weui-RED: #fa5151;
    --weui-ORANGERED: #ff6146;
    --weui-ORANGE: #fa9d3b;
    --weui-YELLOW: #ffc300;
    --weui-GREEN: #91d300;
    --weui-LIGHTGREEN: #95ec69;
    --weui-TEXTGREEN: #06ae56;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1485ee;
    --weui-PURPLE: #6467f0;
    --weui-LINK: #576b95;
    --weui-TAG-TEXT-ORANGE: #fa9d3b;
    --weui-TAG-TEXT-GREEN: #06ae56;
    --weui-TAG-TEXT-BLUE: #10aeff;
    --weui-REDORANGE: #ff6146;
    --weui-TAG-TEXT-BLACK: rgba(0,0,0,.5);
    --weui-TAG-BACKGROUND-BLACK: rgba(0,0,0,.05);
    --weui-WHITE: #fff;
    --weui-BG: #fff;
    --weui-FG: #000;
    --weui-FG-5: rgba(0,0,0,.05);
    --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
    --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
    --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
    --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
    --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
}
@media(prefers-color-scheme: dark)
{
    .wx-root:not([data-weui-theme=light]), body:not([data-weui-theme=light])
    {
        --weui-BG-0: #111;
        --weui-BG-1: #1e1e1e;
        --weui-BG-2: #191919;
        --weui-BG-3: #202020;
        --weui-BG-4: #404040;
        --weui-BG-5: #2c2c2c;
        --weui-BLUE-100: #10aeff;
        --weui-BLUE-120: #0c8bcc;
        --weui-BLUE-170: #04344d;
        --weui-BLUE-80: #3fbeff;
        --weui-BLUE-90: #28b6ff;
        --weui-BLUE-BG-100: #48a6e2;
        --weui-BLUE-BG-110: #4095cb;
        --weui-BLUE-BG-130: #32749e;
        --weui-BLUE-BG-90: #5aafe4;
        --weui-BRAND-100: #07c160;
        --weui-BRAND-120: #059a4c;
        --weui-BRAND-170: #023a1c;
        --weui-BRAND-80: #38cd7f;
        --weui-BRAND-90: #20c770;
        --weui-BRAND-BG-100: #2aae67;
        --weui-BRAND-BG-110: #259c5c;
        --weui-BRAND-BG-130: #1d7a48;
        --weui-BRAND-BG-90: #3eb575;
        --weui-FG-0: rgba(255,255,255,.8);
        --weui-FG-0_5: rgba(255,255,255,.6);
        --weui-FG-1: rgba(255,255,255,.5);
        --weui-FG-2: rgba(255,255,255,.3);
        --weui-FG-3: rgba(255,255,255,.1);
        --weui-FG-4: rgba(255,255,255,.15);
        --weui-GLYPH-0: rgba(255,255,255,.8);
        --weui-GLYPH-1: rgba(255,255,255,.5);
        --weui-GLYPH-2: rgba(255,255,255,.3);
        --weui-GLYPH-WHITE-0: rgba(255,255,255,.8);
        --weui-GLYPH-WHITE-1: rgba(255,255,255,.5);
        --weui-GLYPH-WHITE-2: rgba(255,255,255,.3);
        --weui-GLYPH-WHITE-3: #fff;
        --weui-GREEN-100: #74a800;
        --weui-GREEN-120: #5c8600;
        --weui-GREEN-170: #233200;
        --weui-GREEN-80: #8fb933;
        --weui-GREEN-90: #82b01a;
        --weui-GREEN-BG-100: #789833;
        --weui-GREEN-BG-110: #6b882d;
        --weui-GREEN-BG-130: #65802b;
        --weui-GREEN-BG-90: #85a247;
        --weui-INDIGO-100: #1196ff;
        --weui-INDIGO-120: #0d78cc;
        --weui-INDIGO-170: #052d4d;
        --weui-INDIGO-80: #40abff;
        --weui-INDIGO-90: #28a0ff;
        --weui-INDIGO-BG-100: #0d78cc;
        --weui-INDIGO-BG-110: #0b6bb7;
        --weui-INDIGO-BG-130: #09548f;
        --weui-INDIGO-BG-90: #2585d1;
        --weui-LIGHTGREEN-100: #3eb575;
        --weui-LIGHTGREEN-120: #31905d;
        --weui-LIGHTGREEN-170: #123522;
        --weui-LIGHTGREEN-80: #64c390;
        --weui-LIGHTGREEN-90: #51bc83;
        --weui-LIGHTGREEN-BG-100: #31905d;
        --weui-LIGHTGREEN-BG-110: #2c8153;
        --weui-LIGHTGREEN-BG-130: #226541;
        --weui-LIGHTGREEN-BG-90: #31905d;
        --weui-LINK-100: #7d90a9;
        --weui-LINK-120: #647387;
        --weui-LINK-170: #252a32;
        --weui-LINK-80: #97a6ba;
        --weui-LINK-90: #899ab1;
        --weui-LINKFINDER-100: #dee9ff;
        --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(32,32,32,.93);
        --weui-MATERIAL-NAVIGATIONBAR: rgba(18,18,18,.9);
        --weui-MATERIAL-REGULAR: rgba(37,37,37,.6);
        --weui-MATERIAL-THICK: rgba(34,34,34,.9);
        --weui-MATERIAL-THIN: rgba(95,95,95,.4);
        --weui-MATERIAL-TOOLBAR: rgba(35,35,35,.93);
        --weui-ORANGE-100: #c87d2f;
        --weui-ORANGE-120: #a06425;
        --weui-ORANGE-170: #3b250e;
        --weui-ORANGE-80: #d39758;
        --weui-ORANGE-90: #cd8943;
        --weui-ORANGE-BG-100: #bb6000;
        --weui-ORANGE-BG-110: #a85600;
        --weui-ORANGE-BG-130: #824300;
        --weui-ORANGE-BG-90: #c1701a;
        --weui-ORANGERED-100: #ff6146;
        --weui-OVERLAY: rgba(0,0,0,.8);
        --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
        --weui-PURPLE-100: #8183ff;
        --weui-PURPLE-120: #6768cc;
        --weui-PURPLE-170: #26274c;
        --weui-PURPLE-80: #9a9bff;
        --weui-PURPLE-90: #8d8fff;
        --weui-PURPLE-BG-100: #6768cc;
        --weui-PURPLE-BG-110: #5c5db7;
        --weui-PURPLE-BG-130: #48498f;
        --weui-PURPLE-BG-90: #7677d1;
        --weui-RED-100: #fa5151;
        --weui-RED-120: #c84040;
        --weui-RED-170: #4b1818;
        --weui-RED-80: #fb7373;
        --weui-RED-90: #fa6262;
        --weui-RED-BG-100: #cf5148;
        --weui-RED-BG-110: #ba4940;
        --weui-RED-BG-130: #913832;
        --weui-RED-BG-90: #d3625a;
        --weui-SECONDARY-BG: rgba(255,255,255,.1);
        --weui-SEPARATOR-0: rgba(255,255,255,.05);
        --weui-SEPARATOR-1: rgba(255,255,255,.15);
        --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
        --weui-STATELAYER-PRESSED: rgba(255,255,255,.1);
        --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(255,255,255,.2);
        --weui-YELLOW-100: #cc9c00;
        --weui-YELLOW-120: #a37c00;
        --weui-YELLOW-170: #3d2f00;
        --weui-YELLOW-80: #d6af33;
        --weui-YELLOW-90: #d1a519;
        --weui-YELLOW-BG-100: #bf9100;
        --weui-YELLOW-BG-110: #ab8200;
        --weui-YELLOW-BG-130: #866500;
        --weui-YELLOW-BG-90: #c59c1a;
        --weui-FG-HALF: rgba(255,255,255,.6);
        --weui-RED: #fa5151;
        --weui-ORANGERED: #ff6146;
        --weui-ORANGE: #c87d2f;
        --weui-YELLOW: #cc9c00;
        --weui-GREEN: #74a800;
        --weui-LIGHTGREEN: #3eb575;
        --weui-TEXTGREEN: #259c5c;
        --weui-BRAND: #07c160;
        --weui-BLUE: #10aeff;
        --weui-INDIGO: #1196ff;
        --weui-PURPLE: #8183ff;
        --weui-LINK: #7d90a9;
        --weui-REDORANGE: #ff6146;
        --weui-TAG-TEXT-BLACK: rgba(255,255,255,.5);
        --weui-TAG-BACKGROUND-BLACK: rgba(255,255,255,.05);
        --weui-WHITE: rgba(255,255,255,.8);
        --weui-FG: #fff;
        --weui-BG: #000;
        --weui-FG-5: rgba(255,255,255,.1);
        --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
        --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
        --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
        --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
        --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
        --weui-TAG-TEXT-ORANGE: rgba(250,157,59,.6);
        --weui-TAG-TEXT-GREEN: rgba(6,174,86,.6);
        --weui-TAG-TEXT-BLUE: rgba(16,174,255,.6);
    }
}
.wx-root[data-weui-theme=dark], body[data-weui-theme=dark]
{
    --weui-BG-0: #111;
    --weui-BG-1: #1e1e1e;
    --weui-BG-2: #191919;
    --weui-BG-3: #202020;
    --weui-BG-4: #404040;
    --weui-BG-5: #2c2c2c;
    --weui-BLUE-100: #10aeff;
    --weui-BLUE-120: #0c8bcc;
    --weui-BLUE-170: #04344d;
    --weui-BLUE-80: #3fbeff;
    --weui-BLUE-90: #28b6ff;
    --weui-BLUE-BG-100: #48a6e2;
    --weui-BLUE-BG-110: #4095cb;
    --weui-BLUE-BG-130: #32749e;
    --weui-BLUE-BG-90: #5aafe4;
    --weui-BRAND-100: #07c160;
    --weui-BRAND-120: #059a4c;
    --weui-BRAND-170: #023a1c;
    --weui-BRAND-80: #38cd7f;
    --weui-BRAND-90: #20c770;
    --weui-BRAND-BG-100: #2aae67;
    --weui-BRAND-BG-110: #259c5c;
    --weui-BRAND-BG-130: #1d7a48;
    --weui-BRAND-BG-90: #3eb575;
    --weui-FG-0: rgba(255,255,255,.8);
    --weui-FG-0_5: rgba(255,255,255,.6);
    --weui-FG-1: rgba(255,255,255,.5);
    --weui-FG-2: rgba(255,255,255,.3);
    --weui-FG-3: rgba(255,255,255,.1);
    --weui-FG-4: rgba(255,255,255,.15);
    --weui-GLYPH-0: rgba(255,255,255,.8);
    --weui-GLYPH-1: rgba(255,255,255,.5);
    --weui-GLYPH-2: rgba(255,255,255,.3);
    --weui-GLYPH-WHITE-0: rgba(255,255,255,.8);
    --weui-GLYPH-WHITE-1: rgba(255,255,255,.5);
    --weui-GLYPH-WHITE-2: rgba(255,255,255,.3);
    --weui-GLYPH-WHITE-3: #fff;
    --weui-GREEN-100: #74a800;
    --weui-GREEN-120: #5c8600;
    --weui-GREEN-170: #233200;
    --weui-GREEN-80: #8fb933;
    --weui-GREEN-90: #82b01a;
    --weui-GREEN-BG-100: #789833;
    --weui-GREEN-BG-110: #6b882d;
    --weui-GREEN-BG-130: #65802b;
    --weui-GREEN-BG-90: #85a247;
    --weui-INDIGO-100: #1196ff;
    --weui-INDIGO-120: #0d78cc;
    --weui-INDIGO-170: #052d4d;
    --weui-INDIGO-80: #40abff;
    --weui-INDIGO-90: #28a0ff;
    --weui-INDIGO-BG-100: #0d78cc;
    --weui-INDIGO-BG-110: #0b6bb7;
    --weui-INDIGO-BG-130: #09548f;
    --weui-INDIGO-BG-90: #2585d1;
    --weui-LIGHTGREEN-100: #3eb575;
    --weui-LIGHTGREEN-120: #31905d;
    --weui-LIGHTGREEN-170: #123522;
    --weui-LIGHTGREEN-80: #64c390;
    --weui-LIGHTGREEN-90: #51bc83;
    --weui-LIGHTGREEN-BG-100: #31905d;
    --weui-LIGHTGREEN-BG-110: #2c8153;
    --weui-LIGHTGREEN-BG-130: #226541;
    --weui-LIGHTGREEN-BG-90: #31905d;
    --weui-LINK-100: #7d90a9;
    --weui-LINK-120: #647387;
    --weui-LINK-170: #252a32;
    --weui-LINK-80: #97a6ba;
    --weui-LINK-90: #899ab1;
    --weui-LINKFINDER-100: #dee9ff;
    --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(32,32,32,.93);
    --weui-MATERIAL-NAVIGATIONBAR: rgba(18,18,18,.9);
    --weui-MATERIAL-REGULAR: rgba(37,37,37,.6);
    --weui-MATERIAL-THICK: rgba(34,34,34,.9);
    --weui-MATERIAL-THIN: rgba(95,95,95,.4);
    --weui-MATERIAL-TOOLBAR: rgba(35,35,35,.93);
    --weui-ORANGE-100: #c87d2f;
    --weui-ORANGE-120: #a06425;
    --weui-ORANGE-170: #3b250e;
    --weui-ORANGE-80: #d39758;
    --weui-ORANGE-90: #cd8943;
    --weui-ORANGE-BG-100: #bb6000;
    --weui-ORANGE-BG-110: #a85600;
    --weui-ORANGE-BG-130: #824300;
    --weui-ORANGE-BG-90: #c1701a;
    --weui-ORANGERED-100: #ff6146;
    --weui-OVERLAY: rgba(0,0,0,.8);
    --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
    --weui-PURPLE-100: #8183ff;
    --weui-PURPLE-120: #6768cc;
    --weui-PURPLE-170: #26274c;
    --weui-PURPLE-80: #9a9bff;
    --weui-PURPLE-90: #8d8fff;
    --weui-PURPLE-BG-100: #6768cc;
    --weui-PURPLE-BG-110: #5c5db7;
    --weui-PURPLE-BG-130: #48498f;
    --weui-PURPLE-BG-90: #7677d1;
    --weui-RED-100: #fa5151;
    --weui-RED-120: #c84040;
    --weui-RED-170: #4b1818;
    --weui-RED-80: #fb7373;
    --weui-RED-90: #fa6262;
    --weui-RED-BG-100: #cf5148;
    --weui-RED-BG-110: #ba4940;
    --weui-RED-BG-130: #913832;
    --weui-RED-BG-90: #d3625a;
    --weui-SECONDARY-BG: rgba(255,255,255,.1);
    --weui-SEPARATOR-0: rgba(255,255,255,.05);
    --weui-SEPARATOR-1: rgba(255,255,255,.15);
    --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
    --weui-STATELAYER-PRESSED: rgba(255,255,255,.1);
    --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(255,255,255,.2);
    --weui-YELLOW-100: #cc9c00;
    --weui-YELLOW-120: #a37c00;
    --weui-YELLOW-170: #3d2f00;
    --weui-YELLOW-80: #d6af33;
    --weui-YELLOW-90: #d1a519;
    --weui-YELLOW-BG-100: #bf9100;
    --weui-YELLOW-BG-110: #ab8200;
    --weui-YELLOW-BG-130: #866500;
    --weui-YELLOW-BG-90: #c59c1a;
    --weui-FG-HALF: rgba(255,255,255,.6);
    --weui-RED: #fa5151;
    --weui-ORANGERED: #ff6146;
    --weui-ORANGE: #c87d2f;
    --weui-YELLOW: #cc9c00;
    --weui-GREEN: #74a800;
    --weui-LIGHTGREEN: #3eb575;
    --weui-TEXTGREEN: #259c5c;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1196ff;
    --weui-PURPLE: #8183ff;
    --weui-LINK: #7d90a9;
    --weui-REDORANGE: #ff6146;
    --weui-TAG-TEXT-BLACK: rgba(255,255,255,.5);
    --weui-TAG-BACKGROUND-BLACK: rgba(255,255,255,.05);
    --weui-WHITE: rgba(255,255,255,.8);
    --weui-FG: #fff;
    --weui-BG: #000;
    --weui-FG-5: rgba(255,255,255,.1);
    --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
    --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
    --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
    --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
    --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
    --weui-TAG-TEXT-ORANGE: rgba(250,157,59,.6);
    --weui-TAG-TEXT-GREEN: rgba(6,174,86,.6);
    --weui-TAG-TEXT-BLUE: rgba(16,174,255,.6);
}
.wx-root[data-weui-mode=care], body[data-weui-mode=care]
{
    --weui-BG-0: #ededed;
    --weui-BG-1: #f7f7f7;
    --weui-BG-2: #fff;
    --weui-BG-3: #f7f7f7;
    --weui-BG-4: #4c4c4c;
    --weui-BG-5: #fff;
    --weui-BLUE-100: #007dbb;
    --weui-BLUE-120: #3fbeff;
    --weui-BLUE-170: #b7e6ff;
    --weui-BLUE-80: #0c8bcc;
    --weui-BLUE-90: #0e9ce6;
    --weui-BLUE-BG-100: #48a6e2;
    --weui-BLUE-BG-110: #5aafe4;
    --weui-BLUE-BG-130: #7fc0ea;
    --weui-BLUE-BG-90: #4095cb;
    --weui-BRAND-100: #018942;
    --weui-BRAND-120: #38cd7f;
    --weui-BRAND-170: #b4ecce;
    --weui-BRAND-80: #059a4c;
    --weui-BRAND-90: #06ae56;
    --weui-BRAND-BG-100: #2aae67;
    --weui-BRAND-BG-110: #3eb575;
    --weui-BRAND-BG-130: #69c694;
    --weui-BRAND-BG-90: #259c5c;
    --weui-FG-0: #000;
    --weui-FG-0_5: #000;
    --weui-FG-1: rgba(0,0,0,.6);
    --weui-FG-2: rgba(0,0,0,.42);
    --weui-FG-3: rgba(0,0,0,.1);
    --weui-FG-4: rgba(0,0,0,.15);
    --weui-GLYPH-0: #000;
    --weui-GLYPH-1: rgba(0,0,0,.6);
    --weui-GLYPH-2: rgba(0,0,0,.42);
    --weui-GLYPH-WHITE-0: rgba(255,255,255,.85);
    --weui-GLYPH-WHITE-1: rgba(255,255,255,.55);
    --weui-GLYPH-WHITE-2: rgba(255,255,255,.35);
    --weui-GLYPH-WHITE-3: #fff;
    --weui-GREEN-100: #4f8400;
    --weui-GREEN-120: #a7db33;
    --weui-GREEN-170: #def1b3;
    --weui-GREEN-80: #74a800;
    --weui-GREEN-90: #82bd00;
    --weui-GREEN-BG-100: #96be40;
    --weui-GREEN-BG-110: #a0c452;
    --weui-GREEN-BG-130: #b5d179;
    --weui-GREEN-BG-90: #86aa39;
    --weui-INDIGO-100: #0075e2;
    --weui-INDIGO-120: #439df1;
    --weui-INDIGO-170: #b8daf9;
    --weui-INDIGO-80: #106abe;
    --weui-INDIGO-90: #1277d6;
    --weui-INDIGO-BG-100: #2b77bf;
    --weui-INDIGO-BG-110: #3f84c5;
    --weui-INDIGO-BG-130: #6ba0d2;
    --weui-INDIGO-BG-90: #266aab;
    --weui-LIGHTGREEN-100: #2e8800;
    --weui-LIGHTGREEN-120: #aaef87;
    --weui-LIGHTGREEN-170: #def9d1;
    --weui-LIGHTGREEN-80: #77bc54;
    --weui-LIGHTGREEN-90: #85d35e;
    --weui-LIGHTGREEN-BG-100: #72cf60;
    --weui-LIGHTGREEN-BG-110: #80d370;
    --weui-LIGHTGREEN-BG-130: #9cdd90;
    --weui-LIGHTGREEN-BG-90: #66b956;
    --weui-LINK-100: #576b95;
    --weui-LINK-120: #7888aa;
    --weui-LINK-170: #ccd2de;
    --weui-LINK-80: #455577;
    --weui-LINK-90: #4e6085;
    --weui-LINKFINDER-100: #002666;
    --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(245,245,245,.95);
    --weui-MATERIAL-NAVIGATIONBAR: rgba(237,237,237,.94);
    --weui-MATERIAL-REGULAR: rgba(247,247,247,.3);
    --weui-MATERIAL-THICK: rgba(247,247,247,.8);
    --weui-MATERIAL-THIN: rgba(255,255,255,.2);
    --weui-MATERIAL-TOOLBAR: rgba(246,246,246,.82);
    --weui-ORANGE-100: #e17719;
    --weui-ORANGE-120: #fbb062;
    --weui-ORANGE-170: #fde1c3;
    --weui-ORANGE-80: #c87d2f;
    --weui-ORANGE-90: #e08c34;
    --weui-ORANGE-BG-100: #ea7800;
    --weui-ORANGE-BG-110: #ec8519;
    --weui-ORANGE-BG-130: #f0a04d;
    --weui-ORANGE-BG-90: #d26b00;
    --weui-ORANGERED-100: #d14730;
    --weui-OVERLAY: rgba(0,0,0,.5);
    --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
    --weui-PURPLE-100: #6265f1;
    --weui-PURPLE-120: #8385f3;
    --weui-PURPLE-170: #d0d1fa;
    --weui-PURPLE-80: #5052c0;
    --weui-PURPLE-90: #595cd7;
    --weui-PURPLE-BG-100: #6769ba;
    --weui-PURPLE-BG-110: #7678c1;
    --weui-PURPLE-BG-130: #9496ce;
    --weui-PURPLE-BG-90: #5c5ea7;
    --weui-RED-100: #dc3636;
    --weui-RED-120: #fb7373;
    --weui-RED-170: #fdcaca;
    --weui-RED-80: #c84040;
    --weui-RED-90: #e14949;
    --weui-RED-BG-100: #cf5148;
    --weui-RED-BG-110: #d3625a;
    --weui-RED-BG-130: #dd847e;
    --weui-RED-BG-90: #b94840;
    --weui-SECONDARY-BG: rgba(0,0,0,.1);
    --weui-SEPARATOR-0: rgba(0,0,0,.1);
    --weui-SEPARATOR-1: rgba(0,0,0,.15);
    --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
    --weui-STATELAYER-PRESSED: rgba(0,0,0,.1);
    --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(0,0,0,.2);
    --weui-YELLOW-100: #bb8e00;
    --weui-YELLOW-120: #ffcf33;
    --weui-YELLOW-170: #ffecb2;
    --weui-YELLOW-80: #cc9c00;
    --weui-YELLOW-90: #e6af00;
    --weui-YELLOW-BG-100: #efb600;
    --weui-YELLOW-BG-110: #f0bd19;
    --weui-YELLOW-BG-130: #f3cc4d;
    --weui-YELLOW-BG-90: #d7a400;
    --weui-FG-HALF: #000;
    --weui-RED: #dc3636;
    --weui-ORANGERED: #d14730;
    --weui-ORANGE: #e17719;
    --weui-YELLOW: #bb8e00;
    --weui-GREEN: #4f8400;
    --weui-LIGHTGREEN: #2e8800;
    --weui-TEXTGREEN: #06ae56;
    --weui-BRAND: #018942;
    --weui-BLUE: #007dbb;
    --weui-INDIGO: #0075e2;
    --weui-PURPLE: #6265f1;
    --weui-LINK: #576b95;
    --weui-TAG-TEXT-ORANGE: #e17719;
    --weui-TAG-TEXT-GREEN: #06ae56;
    --weui-TAG-TEXT-BLUE: #007dbb;
    --weui-REDORANGE: #d14730;
    --weui-TAG-TEXT-BLACK: rgba(0,0,0,.5);
    --weui-WHITE: #fff;
    --weui-BG: #fff;
    --weui-FG: #000;
    --weui-FG-5: rgba(0,0,0,.05);
    --weui-TAG-BACKGROUND-ORANGE: rgba(225,119,25,.1);
    --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
    --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
    --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
    --weui-TAG-BACKGROUND-BLUE: rgba(0,125,187,.1);
    --weui-TAG-BACKGROUND-BLACK: rgba(0,0,0,.05);
}
@media(prefers-color-scheme: dark)
{
    .wx-root[data-weui-mode=care]:not([data-weui-theme=light]), body[data-weui-mode=care]:not([data-weui-theme=light])
    {
        --weui-BG-0: #111;
        --weui-BG-1: #1e1e1e;
        --weui-BG-2: #191919;
        --weui-BG-3: #202020;
        --weui-BG-4: #404040;
        --weui-BG-5: #2c2c2c;
        --weui-BLUE-100: #10aeff;
        --weui-BLUE-120: #0c8bcc;
        --weui-BLUE-170: #04344d;
        --weui-BLUE-80: #3fbeff;
        --weui-BLUE-90: #28b6ff;
        --weui-BLUE-BG-100: #48a6e2;
        --weui-BLUE-BG-110: #4095cb;
        --weui-BLUE-BG-130: #32749e;
        --weui-BLUE-BG-90: #5aafe4;
        --weui-BRAND-100: #07c160;
        --weui-BRAND-120: #059a4c;
        --weui-BRAND-170: #023a1c;
        --weui-BRAND-80: #38cd7f;
        --weui-BRAND-90: #20c770;
        --weui-BRAND-BG-100: #2aae67;
        --weui-BRAND-BG-110: #259c5c;
        --weui-BRAND-BG-130: #1d7a48;
        --weui-BRAND-BG-90: #3eb575;
        --weui-FG-0: rgba(255,255,255,.85);
        --weui-FG-0_5: rgba(255,255,255,.65);
        --weui-FG-1: rgba(255,255,255,.55);
        --weui-FG-2: rgba(255,255,255,.35);
        --weui-FG-3: rgba(255,255,255,.1);
        --weui-FG-4: rgba(255,255,255,.15);
        --weui-GLYPH-0: rgba(255,255,255,.85);
        --weui-GLYPH-1: rgba(255,255,255,.55);
        --weui-GLYPH-2: rgba(255,255,255,.35);
        --weui-GLYPH-WHITE-0: rgba(255,255,255,.85);
        --weui-GLYPH-WHITE-1: rgba(255,255,255,.55);
        --weui-GLYPH-WHITE-2: rgba(255,255,255,.35);
        --weui-GLYPH-WHITE-3: #fff;
        --weui-GREEN-100: #74a800;
        --weui-GREEN-120: #5c8600;
        --weui-GREEN-170: #233200;
        --weui-GREEN-80: #8fb933;
        --weui-GREEN-90: #82b01a;
        --weui-GREEN-BG-100: #789833;
        --weui-GREEN-BG-110: #6b882d;
        --weui-GREEN-BG-130: #65802b;
        --weui-GREEN-BG-90: #85a247;
        --weui-INDIGO-100: #1196ff;
        --weui-INDIGO-120: #0d78cc;
        --weui-INDIGO-170: #052d4d;
        --weui-INDIGO-80: #40abff;
        --weui-INDIGO-90: #28a0ff;
        --weui-INDIGO-BG-100: #0d78cc;
        --weui-INDIGO-BG-110: #0b6bb7;
        --weui-INDIGO-BG-130: #09548f;
        --weui-INDIGO-BG-90: #2585d1;
        --weui-LIGHTGREEN-100: #3eb575;
        --weui-LIGHTGREEN-120: #31905d;
        --weui-LIGHTGREEN-170: #123522;
        --weui-LIGHTGREEN-80: #64c390;
        --weui-LIGHTGREEN-90: #51bc83;
        --weui-LIGHTGREEN-BG-100: #31905d;
        --weui-LIGHTGREEN-BG-110: #2c8153;
        --weui-LIGHTGREEN-BG-130: #226541;
        --weui-LIGHTGREEN-BG-90: #31905d;
        --weui-LINK-100: #7d90a9;
        --weui-LINK-120: #647387;
        --weui-LINK-170: #252a32;
        --weui-LINK-80: #97a6ba;
        --weui-LINK-90: #899ab1;
        --weui-LINKFINDER-100: #dee9ff;
        --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(32,32,32,.93);
        --weui-MATERIAL-NAVIGATIONBAR: rgba(18,18,18,.9);
        --weui-MATERIAL-REGULAR: rgba(37,37,37,.6);
        --weui-MATERIAL-THICK: rgba(34,34,34,.9);
        --weui-MATERIAL-THIN: rgba(245,245,245,.4);
        --weui-MATERIAL-TOOLBAR: rgba(35,35,35,.93);
        --weui-ORANGE-100: #c87d2f;
        --weui-ORANGE-120: #a06425;
        --weui-ORANGE-170: #3b250e;
        --weui-ORANGE-80: #d39758;
        --weui-ORANGE-90: #cd8943;
        --weui-ORANGE-BG-100: #bb6000;
        --weui-ORANGE-BG-110: #a85600;
        --weui-ORANGE-BG-130: #824300;
        --weui-ORANGE-BG-90: #c1701a;
        --weui-ORANGERED-100: #ff6146;
        --weui-OVERLAY: rgba(0,0,0,.8);
        --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
        --weui-PURPLE-100: #8183ff;
        --weui-PURPLE-120: #6768cc;
        --weui-PURPLE-170: #26274c;
        --weui-PURPLE-80: #9a9bff;
        --weui-PURPLE-90: #8d8fff;
        --weui-PURPLE-BG-100: #6768cc;
        --weui-PURPLE-BG-110: #5c5db7;
        --weui-PURPLE-BG-130: #48498f;
        --weui-PURPLE-BG-90: #7677d1;
        --weui-RED-100: #fa5151;
        --weui-RED-120: #c84040;
        --weui-RED-170: #4b1818;
        --weui-RED-80: #fb7373;
        --weui-RED-90: #fa6262;
        --weui-RED-BG-100: #cf5148;
        --weui-RED-BG-110: #ba4940;
        --weui-RED-BG-130: #913832;
        --weui-RED-BG-90: #d3625a;
        --weui-SECONDARY-BG: rgba(255,255,255,.15);
        --weui-SEPARATOR-0: rgba(255,255,255,.05);
        --weui-SEPARATOR-1: rgba(255,255,255,.15);
        --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
        --weui-STATELAYER-PRESSED: rgba(255,255,255,.1);
        --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(255,255,255,.2);
        --weui-YELLOW-100: #cc9c00;
        --weui-YELLOW-120: #a37c00;
        --weui-YELLOW-170: #3d2f00;
        --weui-YELLOW-80: #d6af33;
        --weui-YELLOW-90: #d1a519;
        --weui-YELLOW-BG-100: #bf9100;
        --weui-YELLOW-BG-110: #ab8200;
        --weui-YELLOW-BG-130: #866500;
        --weui-YELLOW-BG-90: #c59c1a;
        --weui-FG-HALF: rgba(255,255,255,.65);
        --weui-RED: #fa5151;
        --weui-ORANGERED: #ff6146;
        --weui-ORANGE: #c87d2f;
        --weui-YELLOW: #cc9c00;
        --weui-GREEN: #74a800;
        --weui-LIGHTGREEN: #3eb575;
        --weui-TEXTGREEN: #259c5c;
        --weui-BRAND: #07c160;
        --weui-BLUE: #10aeff;
        --weui-INDIGO: #1196ff;
        --weui-PURPLE: #8183ff;
        --weui-LINK: #7d90a9;
        --weui-REDORANGE: #ff6146;
        --weui-TAG-BACKGROUND-BLACK: rgba(255,255,255,.05);
        --weui-FG: #fff;
        --weui-WHITE: rgba(255,255,255,.8);
        --weui-FG-5: rgba(255,255,255,.1);
        --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
        --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
        --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
        --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
        --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
        --weui-TAG-TEXT-ORANGE: rgba(250,157,59,.6);
        --weui-BG: #000;
        --weui-TAG-TEXT-GREEN: rgba(6,174,86,.6);
        --weui-TAG-TEXT-BLUE: rgba(16,174,255,.6);
        --weui-TAG-TEXT-BLACK: rgba(255,255,255,.5);
    }
}
.wx-root[data-weui-mode=care][data-weui-theme=dark], body[data-weui-mode=care][data-weui-theme=dark]
{
    --weui-BG-0: #111;
    --weui-BG-1: #1e1e1e;
    --weui-BG-2: #191919;
    --weui-BG-3: #202020;
    --weui-BG-4: #404040;
    --weui-BG-5: #2c2c2c;
    --weui-BLUE-100: #10aeff;
    --weui-BLUE-120: #0c8bcc;
    --weui-BLUE-170: #04344d;
    --weui-BLUE-80: #3fbeff;
    --weui-BLUE-90: #28b6ff;
    --weui-BLUE-BG-100: #48a6e2;
    --weui-BLUE-BG-110: #4095cb;
    --weui-BLUE-BG-130: #32749e;
    --weui-BLUE-BG-90: #5aafe4;
    --weui-BRAND-100: #07c160;
    --weui-BRAND-120: #059a4c;
    --weui-BRAND-170: #023a1c;
    --weui-BRAND-80: #38cd7f;
    --weui-BRAND-90: #20c770;
    --weui-BRAND-BG-100: #2aae67;
    --weui-BRAND-BG-110: #259c5c;
    --weui-BRAND-BG-130: #1d7a48;
    --weui-BRAND-BG-90: #3eb575;
    --weui-FG-0: rgba(255,255,255,.85);
    --weui-FG-0_5: rgba(255,255,255,.65);
    --weui-FG-1: rgba(255,255,255,.55);
    --weui-FG-2: rgba(255,255,255,.35);
    --weui-FG-3: rgba(255,255,255,.1);
    --weui-FG-4: rgba(255,255,255,.15);
    --weui-GLYPH-0: rgba(255,255,255,.85);
    --weui-GLYPH-1: rgba(255,255,255,.55);
    --weui-GLYPH-2: rgba(255,255,255,.35);
    --weui-GLYPH-WHITE-0: rgba(255,255,255,.85);
    --weui-GLYPH-WHITE-1: rgba(255,255,255,.55);
    --weui-GLYPH-WHITE-2: rgba(255,255,255,.35);
    --weui-GLYPH-WHITE-3: #fff;
    --weui-GREEN-100: #74a800;
    --weui-GREEN-120: #5c8600;
    --weui-GREEN-170: #233200;
    --weui-GREEN-80: #8fb933;
    --weui-GREEN-90: #82b01a;
    --weui-GREEN-BG-100: #789833;
    --weui-GREEN-BG-110: #6b882d;
    --weui-GREEN-BG-130: #65802b;
    --weui-GREEN-BG-90: #85a247;
    --weui-INDIGO-100: #1196ff;
    --weui-INDIGO-120: #0d78cc;
    --weui-INDIGO-170: #052d4d;
    --weui-INDIGO-80: #40abff;
    --weui-INDIGO-90: #28a0ff;
    --weui-INDIGO-BG-100: #0d78cc;
    --weui-INDIGO-BG-110: #0b6bb7;
    --weui-INDIGO-BG-130: #09548f;
    --weui-INDIGO-BG-90: #2585d1;
    --weui-LIGHTGREEN-100: #3eb575;
    --weui-LIGHTGREEN-120: #31905d;
    --weui-LIGHTGREEN-170: #123522;
    --weui-LIGHTGREEN-80: #64c390;
    --weui-LIGHTGREEN-90: #51bc83;
    --weui-LIGHTGREEN-BG-100: #31905d;
    --weui-LIGHTGREEN-BG-110: #2c8153;
    --weui-LIGHTGREEN-BG-130: #226541;
    --weui-LIGHTGREEN-BG-90: #31905d;
    --weui-LINK-100: #7d90a9;
    --weui-LINK-120: #647387;
    --weui-LINK-170: #252a32;
    --weui-LINK-80: #97a6ba;
    --weui-LINK-90: #899ab1;
    --weui-LINKFINDER-100: #dee9ff;
    --weui-MATERIAL-ATTACHMENTCOLUMN: rgba(32,32,32,.93);
    --weui-MATERIAL-NAVIGATIONBAR: rgba(18,18,18,.9);
    --weui-MATERIAL-REGULAR: rgba(37,37,37,.6);
    --weui-MATERIAL-THICK: rgba(34,34,34,.9);
    --weui-MATERIAL-THIN: rgba(245,245,245,.4);
    --weui-MATERIAL-TOOLBAR: rgba(35,35,35,.93);
    --weui-ORANGE-100: #c87d2f;
    --weui-ORANGE-120: #a06425;
    --weui-ORANGE-170: #3b250e;
    --weui-ORANGE-80: #d39758;
    --weui-ORANGE-90: #cd8943;
    --weui-ORANGE-BG-100: #bb6000;
    --weui-ORANGE-BG-110: #a85600;
    --weui-ORANGE-BG-130: #824300;
    --weui-ORANGE-BG-90: #c1701a;
    --weui-ORANGERED-100: #ff6146;
    --weui-OVERLAY: rgba(0,0,0,.8);
    --weui-OVERLAY-WHITE: rgba(242,242,242,.8);
    --weui-PURPLE-100: #8183ff;
    --weui-PURPLE-120: #6768cc;
    --weui-PURPLE-170: #26274c;
    --weui-PURPLE-80: #9a9bff;
    --weui-PURPLE-90: #8d8fff;
    --weui-PURPLE-BG-100: #6768cc;
    --weui-PURPLE-BG-110: #5c5db7;
    --weui-PURPLE-BG-130: #48498f;
    --weui-PURPLE-BG-90: #7677d1;
    --weui-RED-100: #fa5151;
    --weui-RED-120: #c84040;
    --weui-RED-170: #4b1818;
    --weui-RED-80: #fb7373;
    --weui-RED-90: #fa6262;
    --weui-RED-BG-100: #cf5148;
    --weui-RED-BG-110: #ba4940;
    --weui-RED-BG-130: #913832;
    --weui-RED-BG-90: #d3625a;
    --weui-SECONDARY-BG: rgba(255,255,255,.15);
    --weui-SEPARATOR-0: rgba(255,255,255,.05);
    --weui-SEPARATOR-1: rgba(255,255,255,.15);
    --weui-STATELAYER-HOVERED: rgba(0,0,0,.02);
    --weui-STATELAYER-PRESSED: rgba(255,255,255,.1);
    --weui-STATELAYER-PRESSEDSTRENGTHENED: rgba(255,255,255,.2);
    --weui-YELLOW-100: #cc9c00;
    --weui-YELLOW-120: #a37c00;
    --weui-YELLOW-170: #3d2f00;
    --weui-YELLOW-80: #d6af33;
    --weui-YELLOW-90: #d1a519;
    --weui-YELLOW-BG-100: #bf9100;
    --weui-YELLOW-BG-110: #ab8200;
    --weui-YELLOW-BG-130: #866500;
    --weui-YELLOW-BG-90: #c59c1a;
    --weui-FG-HALF: rgba(255,255,255,.65);
    --weui-RED: #fa5151;
    --weui-ORANGERED: #ff6146;
    --weui-ORANGE: #c87d2f;
    --weui-YELLOW: #cc9c00;
    --weui-GREEN: #74a800;
    --weui-LIGHTGREEN: #3eb575;
    --weui-TEXTGREEN: #259c5c;
    --weui-BRAND: #07c160;
    --weui-BLUE: #10aeff;
    --weui-INDIGO: #1196ff;
    --weui-PURPLE: #8183ff;
    --weui-LINK: #7d90a9;
    --weui-REDORANGE: #ff6146;
    --weui-TAG-BACKGROUND-BLACK: rgba(255,255,255,.05);
    --weui-FG: #fff;
    --weui-WHITE: rgba(255,255,255,.8);
    --weui-FG-5: rgba(255,255,255,.1);
    --weui-TAG-BACKGROUND-ORANGE: rgba(250,157,59,.1);
    --weui-TAG-BACKGROUND-GREEN: rgba(6,174,86,.1);
    --weui-TAG-TEXT-RED: rgba(250,81,81,.6);
    --weui-TAG-BACKGROUND-RED: rgba(250,81,81,.1);
    --weui-TAG-BACKGROUND-BLUE: rgba(16,174,255,.1);
    --weui-TAG-TEXT-ORANGE: rgba(250,157,59,.6);
    --weui-BG: #000;
    --weui-TAG-TEXT-GREEN: rgba(6,174,86,.6);
    --weui-TAG-TEXT-BLUE: rgba(16,174,255,.6);
    --weui-TAG-TEXT-BLACK: rgba(255,255,255,.5);
}
:root
{
    --appmsgPageGap: 20px;
    --appmsgPageBottomGap: 40px;
}
.wx-root, body
{
    --appmsgExtra-BG: #f7f7f7;
}
.wx-root[data-weui-theme=dark], body[data-weui-theme=dark]
{
    --appmsgExtra-BG: #121212;
}
@media(prefers-color-scheme: dark)
{
    .wx-root:not([data-weui-theme=light]), body:not([data-weui-theme=light])
    {
        --appmsgExtra-BG: #121212;
    }
}
body .weui-icon-proof
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.93 1.82988L11.8789 4.12079L14.1702 5.07006C14.4196 5.17338 14.5381 5.45937 14.4348 5.70882L13.4856 7.99955L14.4348 10.2911C14.5381 10.5406 14.4196 10.8266 14.1702 10.9299L11.8791 11.878L10.93 14.1701C10.8267 14.4195 10.5407 14.538 10.2912 14.4346L7.99943 13.485L5.70894 14.4346C5.45949 14.538 5.17351 14.4195 5.07018 14.1701L4.12098 11.8785L1.83 10.9299C1.58055 10.8266 1.46209 10.5406 1.56542 10.2911L2.51435 7.99973L1.56542 5.70882C1.46209 5.45937 1.58055 5.17338 1.83 5.07006L4.12137 4.12005L5.07018 1.82988C5.17351 1.58043 5.45949 1.46197 5.70894 1.5653L7.99925 2.51378L10.2912 1.5653C10.5407 1.46197 10.8267 1.58043 10.93 1.82988ZM10.9486 5.69331L7.21572 9.42618L5.37179 7.58225L4.66676 8.28727L6.90305 10.5252L6.95812 10.5721C7.13178 10.6972 7.37534 10.6816 7.53154 10.5254L11.6569 6.40166L10.9486 5.69331Z' fill='%231485EE'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.93 1.82988L11.8789 4.12079L14.1702 5.07006C14.4196 5.17338 14.5381 5.45937 14.4348 5.70882L13.4856 7.99955L14.4348 10.2911C14.5381 10.5406 14.4196 10.8266 14.1702 10.9299L11.8791 11.878L10.93 14.1701C10.8267 14.4195 10.5407 14.538 10.2912 14.4346L7.99943 13.485L5.70894 14.4346C5.45949 14.538 5.17351 14.4195 5.07018 14.1701L4.12098 11.8785L1.83 10.9299C1.58055 10.8266 1.46209 10.5406 1.56542 10.2911L2.51435 7.99973L1.56542 5.70882C1.46209 5.45937 1.58055 5.17338 1.83 5.07006L4.12137 4.12005L5.07018 1.82988C5.17351 1.58043 5.45949 1.46197 5.70894 1.5653L7.99925 2.51378L10.2912 1.5653C10.5407 1.46197 10.8267 1.58043 10.93 1.82988ZM10.9486 5.69331L7.21572 9.42618L5.37179 7.58225L4.66676 8.28727L6.90305 10.5252L6.95812 10.5721C7.13178 10.6972 7.37534 10.6816 7.53154 10.5254L11.6569 6.40166L10.9486 5.69331Z' fill='%231485EE'/%3E%3C/svg%3E%0A");
}
body .weui-icon-channels
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9007 10.7084C11.3267 11.4134 11.7017 12.0414 11.9967 12.5384C12.2917 12.0414 12.6667 11.4134 13.0917 10.7084C16.9227 4.34841 18.6358 3.63541 19.7128 3.70441C20.2008 3.74141 20.8738 4.00441 21.3038 5.04741C22.4048 7.70941 20.7057 15.8054 18.9937 18.8154C18.5345 19.6262 17.8762 20.3083 16.8927 20.3024C14.9507 20.3024 13.0188 17.3854 11.9967 15.5524C11.0068 17.3263 9.16639 20.1153 7.28771 20.2934C6.20772 20.334 5.51348 19.7242 4.99875 18.8154C3.28675 15.8054 1.58875 7.70941 2.68975 5.04741C3.11975 4.00441 3.79175 3.74141 4.27975 3.70441C5.35675 3.63541 7.06975 4.34841 10.9007 10.7084ZM18.8888 5.44841C18.4118 5.79441 17.7108 6.56441 17.2058 7.19841C15.5208 9.31511 14.1882 11.6797 12.8108 14.0044C13.6718 15.7154 14.8217 17.4194 15.7847 18.2794C16.2317 18.6794 16.6477 18.8704 16.9577 18.8494C17.3207 18.8254 17.5507 18.5164 17.7597 18.1274C18.8807 16.0484 20.3057 10.1474 20.2048 6.99341C20.1938 6.64841 20.1758 6.31041 20.1007 5.98141C20.0397 5.71341 19.9288 5.25441 19.6268 5.16041C19.3848 5.08641 19.0688 5.31741 18.8888 5.44841ZM4.36675 5.16041C4.06475 5.25441 3.95275 5.71341 3.89175 5.98141C3.81675 6.31041 3.79975 6.64841 3.78775 6.99341C3.68775 10.1474 5.11175 16.0484 6.23275 18.1274C6.44275 18.5164 6.67175 18.8254 7.03575 18.8494C7.34575 18.8704 7.76175 18.6794 8.20775 18.2794C9.17175 17.4194 10.3207 15.7154 11.1817 14.0044C9.81149 11.6837 8.46972 9.3126 6.78675 7.19841C6.28275 6.56441 5.58175 5.79441 5.10375 5.44841C4.92375 5.31741 4.60875 5.08641 4.36675 5.16041Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9007 10.7084C11.3267 11.4134 11.7017 12.0414 11.9967 12.5384C12.2917 12.0414 12.6667 11.4134 13.0917 10.7084C16.9227 4.34841 18.6358 3.63541 19.7128 3.70441C20.2008 3.74141 20.8738 4.00441 21.3038 5.04741C22.4048 7.70941 20.7057 15.8054 18.9937 18.8154C18.5345 19.6262 17.8762 20.3083 16.8927 20.3024C14.9507 20.3024 13.0188 17.3854 11.9967 15.5524C11.0068 17.3263 9.16639 20.1153 7.28771 20.2934C6.20772 20.334 5.51348 19.7242 4.99875 18.8154C3.28675 15.8054 1.58875 7.70941 2.68975 5.04741C3.11975 4.00441 3.79175 3.74141 4.27975 3.70441C5.35675 3.63541 7.06975 4.34841 10.9007 10.7084ZM18.8888 5.44841C18.4118 5.79441 17.7108 6.56441 17.2058 7.19841C15.5208 9.31511 14.1882 11.6797 12.8108 14.0044C13.6718 15.7154 14.8217 17.4194 15.7847 18.2794C16.2317 18.6794 16.6477 18.8704 16.9577 18.8494C17.3207 18.8254 17.5507 18.5164 17.7597 18.1274C18.8807 16.0484 20.3057 10.1474 20.2048 6.99341C20.1938 6.64841 20.1758 6.31041 20.1007 5.98141C20.0397 5.71341 19.9288 5.25441 19.6268 5.16041C19.3848 5.08641 19.0688 5.31741 18.8888 5.44841ZM4.36675 5.16041C4.06475 5.25441 3.95275 5.71341 3.89175 5.98141C3.81675 6.31041 3.79975 6.64841 3.78775 6.99341C3.68775 10.1474 5.11175 16.0484 6.23275 18.1274C6.44275 18.5164 6.67175 18.8254 7.03575 18.8494C7.34575 18.8704 7.76175 18.6794 8.20775 18.2794C9.17175 17.4194 10.3207 15.7154 11.1817 14.0044C9.81149 11.6837 8.46972 9.3126 6.78675 7.19841C6.28275 6.56441 5.58175 5.79441 5.10375 5.44841C4.92375 5.31741 4.60875 5.08641 4.36675 5.16041Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    color: var(--weui-ORANGE);
}
body .weui-icon-outlined-add
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 11.25V3.5h1.5v7.75h7.75v1.5h-7.75v7.75h-1.5v-7.75H3.5v-1.5h7.75z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 11.25V3.5h1.5v7.75h7.75v1.5h-7.75v7.75h-1.5v-7.75H3.5v-1.5h7.75z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
body .weui-icon-filled-fold
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cdefs%3E    %3Crect id='dda90263-a290-4594-926f-6aba8cb4779f-a' width='24' height='24' x='0' y='0' rx='12'/%3E  %3C/defs%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cmask id='dda90263-a290-4594-926f-6aba8cb4779f-b' fill='%23fff'%3E      %3Cuse xlink:href='%23dda90263-a290-4594-926f-6aba8cb4779f-a'/%3E    %3C/mask%3E    %3Cuse fill='%23000' fill-opacity='.05' xlink:href='%23dda90263-a290-4594-926f-6aba8cb4779f-a'/%3E    %3Cg fill-opacity='.9' mask='url(%23dda90263-a290-4594-926f-6aba8cb4779f-b)'%3E      %3Cpath fill='%23000' d='M11.407 15.464L6.693 10.75l1.179-1.179 4.125 4.125 4.124-4.125L17.3 10.75l-4.714 4.714a.833.833 0 0 1-1.179 0z'/%3E    %3C/g%3E  %3C/g%3E%3C/svg%3E");
}
body .weui-icon-ting
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.92436 1.51051C4.77519 2.76051 3.95186 4.33467 3.63602 6.12717C3.51686 6.80217 3.48102 7.47134 3.51019 8.12967L2.51019 8.17301C2.47852 7.44384 2.51936 6.70217 2.65102 5.95384C3.00186 3.96467 3.91269 2.21884 5.18436 0.833008L5.92436 1.51051ZM6.10717 6.56318C6.33717 5.25901 6.93634 4.11401 7.77217 3.20401L7.033 2.52734C6.07383 3.57234 5.38717 4.88901 5.12217 6.38984C5.023 6.95401 4.99217 7.51401 5.01633 8.06401L6.0155 8.02068C5.99467 7.54151 6.0205 7.05401 6.10717 6.56318ZM8.56384 5.34256C9.60051 3.54672 11.623 2.67506 13.553 3.01506C14.0897 3.11006 14.6188 3.29839 15.118 3.58589C17.4138 4.91172 18.1997 7.84589 16.8747 10.1409L12.5513 17.6292C12.1363 18.3484 11.3263 18.6976 10.5538 18.5609C10.3388 18.5234 10.1263 18.4476 9.92634 18.3326C9.00717 17.8017 8.69217 16.6267 9.22301 15.7076L11.1947 12.2917C10.8963 12.1917 10.603 12.0609 10.3197 11.8976C8.02467 10.5726 7.23884 7.63756 8.56384 5.34256ZM14.618 4.45279C14.2314 4.22945 13.8147 4.07695 13.3797 4.00029C11.813 3.72362 10.2255 4.46445 9.4297 5.84279C8.9222 6.72112 8.7872 7.74529 9.05053 8.72529C9.31303 9.70529 9.94137 10.5245 10.8197 11.032C11.0389 11.1578 11.2722 11.2636 11.5139 11.3445L12.6722 11.7336L12.0605 12.792L10.0889 16.2078C9.96637 16.4203 9.93303 16.6695 9.9972 16.907C10.0605 17.1445 10.213 17.3436 10.4264 17.4661C10.5205 17.5211 10.6222 17.5578 10.7272 17.5761C11.1072 17.6436 11.4922 17.4636 11.6855 17.1295L16.0089 9.64112C17.0564 7.82779 16.4322 5.49945 14.618 4.45279ZM10.3709 8.06856C10.4242 8.09939 10.4801 8.11939 10.5376 8.12939C10.7426 8.16523 10.9576 8.07273 11.0684 7.88189L11.8067 6.60273C11.9476 6.35856 11.8642 6.04606 11.6201 5.90606C11.3751 5.76356 11.0634 5.84773 10.9226 6.09273L10.1842 7.37106C10.0434 7.61606 10.1267 7.92773 10.3709 8.06856Z' fill='%23576B95'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.92436 1.51051C4.77519 2.76051 3.95186 4.33467 3.63602 6.12717C3.51686 6.80217 3.48102 7.47134 3.51019 8.12967L2.51019 8.17301C2.47852 7.44384 2.51936 6.70217 2.65102 5.95384C3.00186 3.96467 3.91269 2.21884 5.18436 0.833008L5.92436 1.51051ZM6.10717 6.56318C6.33717 5.25901 6.93634 4.11401 7.77217 3.20401L7.033 2.52734C6.07383 3.57234 5.38717 4.88901 5.12217 6.38984C5.023 6.95401 4.99217 7.51401 5.01633 8.06401L6.0155 8.02068C5.99467 7.54151 6.0205 7.05401 6.10717 6.56318ZM8.56384 5.34256C9.60051 3.54672 11.623 2.67506 13.553 3.01506C14.0897 3.11006 14.6188 3.29839 15.118 3.58589C17.4138 4.91172 18.1997 7.84589 16.8747 10.1409L12.5513 17.6292C12.1363 18.3484 11.3263 18.6976 10.5538 18.5609C10.3388 18.5234 10.1263 18.4476 9.92634 18.3326C9.00717 17.8017 8.69217 16.6267 9.22301 15.7076L11.1947 12.2917C10.8963 12.1917 10.603 12.0609 10.3197 11.8976C8.02467 10.5726 7.23884 7.63756 8.56384 5.34256ZM14.618 4.45279C14.2314 4.22945 13.8147 4.07695 13.3797 4.00029C11.813 3.72362 10.2255 4.46445 9.4297 5.84279C8.9222 6.72112 8.7872 7.74529 9.05053 8.72529C9.31303 9.70529 9.94137 10.5245 10.8197 11.032C11.0389 11.1578 11.2722 11.2636 11.5139 11.3445L12.6722 11.7336L12.0605 12.792L10.0889 16.2078C9.96637 16.4203 9.93303 16.6695 9.9972 16.907C10.0605 17.1445 10.213 17.3436 10.4264 17.4661C10.5205 17.5211 10.6222 17.5578 10.7272 17.5761C11.1072 17.6436 11.4922 17.4636 11.6855 17.1295L16.0089 9.64112C17.0564 7.82779 16.4322 5.49945 14.618 4.45279ZM10.3709 8.06856C10.4242 8.09939 10.4801 8.11939 10.5376 8.12939C10.7426 8.16523 10.9576 8.07273 11.0684 7.88189L11.8067 6.60273C11.9476 6.35856 11.8642 6.04606 11.6201 5.90606C11.3751 5.76356 11.0634 5.84773 10.9226 6.09273L10.1842 7.37106C10.0434 7.61606 10.1267 7.92773 10.3709 8.06856Z' fill='%23576B95'/%3E%3C/svg%3E%0A");
}
body .weui-icon-more
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.667' height='16.667' viewBox='0 0 16.667 16.667'%3E  %3Cpath fill-opacity='1' fill-rule='evenodd' d='M3.472 7.118a1.215 1.215 0 1 1 0 2.43 1.215 1.215 0 0 1 0-2.43zm4.861 0a1.215 1.215 0 1 1 0 2.43 1.215 1.215 0 0 1 0-2.43zm4.861 0a1.215 1.215 0 1 1 0 2.43 1.215 1.215 0 0 1 0-2.43z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.667' height='16.667' viewBox='0 0 16.667 16.667'%3E  %3Cpath fill-opacity='1' fill-rule='evenodd' d='M3.472 7.118a1.215 1.215 0 1 1 0 2.43 1.215 1.215 0 0 1 0-2.43zm4.861 0a1.215 1.215 0 1 1 0 2.43 1.215 1.215 0 0 1 0-2.43zm4.861 0a1.215 1.215 0 1 1 0 2.43 1.215 1.215 0 0 1 0-2.43z'/%3E%3C/svg%3E");
}
body .weui-icon-filled-share
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0501 3C14.3094 3 14.5593 3.09157 14.7565 3.2568L20.2673 8.76152C20.8661 9.36033 20.891 10.3157 20.3421 10.9442L14.8279 16.4636C14.3984 16.8932 13.7019 16.8932 13.2723 16.4636C13.0889 16.2802 12.977 16.0388 12.9544 15.7825L12.9496 12.4035C10.1515 12.5049 8.03489 13.8888 6.43923 16.1965C5.81224 17.1033 5.32844 18.0879 4.9131 19.1061L4.53088 20.107C4.40225 20.3876 4.13237 20.5608 3.78422 20.4899C3.43608 20.419 3.36203 20.0941 3.33453 19.8891C2.70655 12.803 6.36673 7.35019 12.9498 6.67892L12.9501 4.1C12.9501 3.49249 13.4426 3 14.0501 3Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0501 3C14.3094 3 14.5593 3.09157 14.7565 3.2568L20.2673 8.76152C20.8661 9.36033 20.891 10.3157 20.3421 10.9442L14.8279 16.4636C14.3984 16.8932 13.7019 16.8932 13.2723 16.4636C13.0889 16.2802 12.977 16.0388 12.9544 15.7825L12.9496 12.4035C10.1515 12.5049 8.03489 13.8888 6.43923 16.1965C5.81224 17.1033 5.32844 18.0879 4.9131 19.1061L4.53088 20.107C4.40225 20.3876 4.13237 20.5608 3.78422 20.4899C3.43608 20.419 3.36203 20.0941 3.33453 19.8891C2.70655 12.803 6.36673 7.35019 12.9498 6.67892L12.9501 4.1C12.9501 3.49249 13.4426 3 14.0501 3Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
body .weui-icon-filled-colorful-collect.weui-icon-filled-colorful-collect
{
    background: transparent url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.1992 6.40021L12 11.134L3.8009 6.4002C3.82141 6.38682 3.84212 6.37414 3.863 6.36221L11.1371 2.20425C11.6137 1.93182 12.3868 1.93202 12.863 2.20425L20.1371 6.36221C20.158 6.37414 20.1787 6.38682 20.1992 6.40021Z' fill='%231485EE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9896 7.67578C20.9965 7.72894 21 7.78138 21 7.83264V16.1672C21 16.7069 20.6133 17.3655 20.137 17.6377L12.863 21.7957C12.8269 21.8163 12.7892 21.8353 12.75 21.8528L12.75 12.4329L20.9896 7.67578Z' fill='%23FA5151'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.25 21.8529C11.2108 21.8354 11.1731 21.8163 11.137 21.7957L3.86296 17.6378C3.38636 17.3654 3 16.7024 3 16.1673V7.83271C3 7.78133 3.0035 7.72888 3.01026 7.67578L11.25 12.433V21.8529Z' fill='%23FFC300'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: cover;
}
body .weui-icon-filled-search
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.409 7.80896L12.806 4.90746C12.9672 4.55821 12.9672 4.20896 12.8328 3.88657C12.6985 3.56418 12.4299 3.32239 12.0537 3.18806L11.7582 3.0806C11.6239 3.02687 11.4896 3 11.3552 3C10.7642 3 10.2806 3.40299 10.1463 3.99403L9.52836 7.13731C9.36716 7.88955 9.60895 8.58806 10.0388 8.74925C10.0925 8.77612 10.1463 8.77612 10.2269 8.77612C10.6299 8.80298 11.1134 8.4 11.409 7.80896ZM8.10448 9.85075C8.15821 9.39403 7.59403 8.91045 6.84179 8.74925L4.53134 8.18507C4.42388 8.15821 4.31642 8.15821 4.20896 8.15821C3.59104 8.15821 3.0806 8.61493 3.02687 9.23284L3 9.55522C3 9.93134 3.13433 10.2806 3.37612 10.5224C3.59104 10.7373 3.88657 10.8448 4.20896 10.8448C5.02235 10.8448 5.84113 10.7742 6.65373 10.7373C7.43284 10.6567 8.05075 10.2806 8.10448 9.85075ZM8.64179 12.1881C8.18507 12.0537 7.56716 12.4836 7.27164 13.1821L5.01493 18.1254C4.85373 18.4746 4.85373 18.8239 5.01493 19.1463C5.17612 19.4687 5.60254 19.7385 5.8209 19.8179C5.99115 19.8798 6.22656 19.9254 6.30448 19.9254C6.94925 19.9254 7.67463 19.6299 7.83582 19.0119L9.15224 13.7463C9.28657 13.0209 9.09851 12.3224 8.64179 12.1881ZM12.591 12.7791C12.2418 12.403 11.7851 12.1612 11.409 12.1612C11.2478 12.1612 11.1134 12.2149 11.006 12.2955C10.6567 12.591 10.7104 13.3164 11.1672 13.9612L15.4388 20.194C15.6806 20.5701 16.0836 20.7582 16.4866 20.7582C16.7821 20.7582 17.0776 20.6507 17.3194 20.4627L17.5612 20.2746C17.8567 20.0328 18.0179 19.7104 18.0448 19.3343C18.0716 18.9582 17.9373 18.609 17.6955 18.3403L12.591 12.7791ZM20.9731 9.63582C20.9194 8.85672 20.2746 8.29254 19.4955 8.4L13.1552 9.3403C12.403 9.44776 11.8119 9.90448 11.8388 10.3881C11.8657 10.8716 12.4836 11.2478 13.2627 11.2478L19.5224 11.3284H19.5493C19.9522 11.3284 20.3552 11.1403 20.6507 10.8448C20.8925 10.5761 21 10.2537 21 9.93134L20.9731 9.63582Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.409 7.80896L12.806 4.90746C12.9672 4.55821 12.9672 4.20896 12.8328 3.88657C12.6985 3.56418 12.4299 3.32239 12.0537 3.18806L11.7582 3.0806C11.6239 3.02687 11.4896 3 11.3552 3C10.7642 3 10.2806 3.40299 10.1463 3.99403L9.52836 7.13731C9.36716 7.88955 9.60895 8.58806 10.0388 8.74925C10.0925 8.77612 10.1463 8.77612 10.2269 8.77612C10.6299 8.80298 11.1134 8.4 11.409 7.80896ZM8.10448 9.85075C8.15821 9.39403 7.59403 8.91045 6.84179 8.74925L4.53134 8.18507C4.42388 8.15821 4.31642 8.15821 4.20896 8.15821C3.59104 8.15821 3.0806 8.61493 3.02687 9.23284L3 9.55522C3 9.93134 3.13433 10.2806 3.37612 10.5224C3.59104 10.7373 3.88657 10.8448 4.20896 10.8448C5.02235 10.8448 5.84113 10.7742 6.65373 10.7373C7.43284 10.6567 8.05075 10.2806 8.10448 9.85075ZM8.64179 12.1881C8.18507 12.0537 7.56716 12.4836 7.27164 13.1821L5.01493 18.1254C4.85373 18.4746 4.85373 18.8239 5.01493 19.1463C5.17612 19.4687 5.60254 19.7385 5.8209 19.8179C5.99115 19.8798 6.22656 19.9254 6.30448 19.9254C6.94925 19.9254 7.67463 19.6299 7.83582 19.0119L9.15224 13.7463C9.28657 13.0209 9.09851 12.3224 8.64179 12.1881ZM12.591 12.7791C12.2418 12.403 11.7851 12.1612 11.409 12.1612C11.2478 12.1612 11.1134 12.2149 11.006 12.2955C10.6567 12.591 10.7104 13.3164 11.1672 13.9612L15.4388 20.194C15.6806 20.5701 16.0836 20.7582 16.4866 20.7582C16.7821 20.7582 17.0776 20.6507 17.3194 20.4627L17.5612 20.2746C17.8567 20.0328 18.0179 19.7104 18.0448 19.3343C18.0716 18.9582 17.9373 18.609 17.6955 18.3403L12.591 12.7791ZM20.9731 9.63582C20.9194 8.85672 20.2746 8.29254 19.4955 8.4L13.1552 9.3403C12.403 9.44776 11.8119 9.90448 11.8388 10.3881C11.8657 10.8716 12.4836 11.2478 13.2627 11.2478L19.5224 11.3284H19.5493C19.9522 11.3284 20.3552 11.1403 20.6507 10.8448C20.8925 10.5761 21 10.2537 21 9.93134L20.9731 9.63582Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
body .weui-icon-copy
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 18H16V21C16 21.5523 15.5523 22 15 22H5C4.44772 22 4 21.5523 4 21V7C4 6.44771 4.44771 6 5 6H8V3C8 2.44771 8.44772 2 9 2H19C19.5523 2 20 2.44771 20 3V17C20 17.5523 19.5523 18 19 18ZM9.2 6H15C15.5523 6 16 6.44771 16 7V16.8H18.8V3.2H9.2V6ZM5.2 20.8H14.8V7.2H5.2V20.8Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 18H16V21C16 21.5523 15.5523 22 15 22H5C4.44772 22 4 21.5523 4 21V7C4 6.44771 4.44771 6 5 6H8V3C8 2.44771 8.44772 2 9 2H19C19.5523 2 20 2.44771 20 3V17C20 17.5523 19.5523 18 19 18ZM9.2 6H15C15.5523 6 16 6.44771 16 7V16.8H18.8V3.2H9.2V6ZM5.2 20.8H14.8V7.2H5.2V20.8Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
body .weui-icon-comment
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9931 5.56062C20.9204 4.79997 20.2797 4.20508 19.5 4.20508H4.5L4.35554 4.21194C3.59489 4.28463 3 4.92538 3 5.70508V15.7051L3.00687 15.8495C3.07955 16.6102 3.7203 17.2051 4.5 17.2051H7V18.7909C7 19.0561 7.10536 19.3104 7.29289 19.498C7.68342 19.8885 8.31658 19.8885 8.70711 19.498L11 17.2051H19.5L19.6445 17.1982C20.4051 17.1255 21 16.4848 21 15.7051V5.70508L20.9931 5.56062ZM4.46969 5.4065L4.55697 5.40372L19.5 5.40508L19.5645 5.41207C19.6893 5.43955 19.7862 5.54499 19.7986 5.67477L19.8014 5.76205L19.8 15.7051L19.793 15.7696C19.7655 15.8944 19.6601 15.9913 19.5303 16.0037L19.443 16.0064L10.5029 16.0051L8.2 18.3071V16.0051H4.5L4.43551 15.9981C4.31068 15.9706 4.21383 15.8652 4.20143 15.7354L4.19865 15.6481L4.2 5.70508L4.20699 5.64059C4.23447 5.51575 4.33992 5.4189 4.46969 5.4065Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9931 5.56062C20.9204 4.79997 20.2797 4.20508 19.5 4.20508H4.5L4.35554 4.21194C3.59489 4.28463 3 4.92538 3 5.70508V15.7051L3.00687 15.8495C3.07955 16.6102 3.7203 17.2051 4.5 17.2051H7V18.7909C7 19.0561 7.10536 19.3104 7.29289 19.498C7.68342 19.8885 8.31658 19.8885 8.70711 19.498L11 17.2051H19.5L19.6445 17.1982C20.4051 17.1255 21 16.4848 21 15.7051V5.70508L20.9931 5.56062ZM4.46969 5.4065L4.55697 5.40372L19.5 5.40508L19.5645 5.41207C19.6893 5.43955 19.7862 5.54499 19.7986 5.67477L19.8014 5.76205L19.8 15.7051L19.793 15.7696C19.7655 15.8944 19.6601 15.9913 19.5303 16.0037L19.443 16.0064L10.5029 16.0051L8.2 18.3071V16.0051H4.5L4.43551 15.9981C4.31068 15.9706 4.21383 15.8652 4.20143 15.7354L4.19865 15.6481L4.2 5.70508L4.20699 5.64059C4.23447 5.51575 4.33992 5.4189 4.46969 5.4065Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
body .weui-icon-underline
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1451 4.35109L5.45744 13.749L4.78127 15.238L5.27746 15.7341L6.77553 15.0633L16.1715 5.37749L15.1451 4.35109ZM14.8085 3.28379C14.9973 3.09504 15.2863 3.07804 15.4541 3.24582L17.2768 5.06855C17.4446 5.23633 17.4276 5.52535 17.2388 5.7141L7.47042 15.7831C7.3969 15.8587 7.30968 15.9197 7.2134 15.9629L5.31943 16.8111C5.16169 16.8817 4.97671 16.8476 4.8545 16.7254L4.83988 16.7108L3.79694 17.7537C3.4779 18.0728 2.7474 18.0935 2.58966 17.9357C2.43192 17.778 2.40781 17.0923 2.77166 16.7284L3.8146 15.6855L3.78842 15.6593C3.66565 15.5366 3.63188 15.3505 3.70367 15.1924L4.55994 13.3068C4.60296 13.2121 4.66333 13.1263 4.73793 13.0538L14.8085 3.28379ZM18.3332 16.8333H9.58324L7.258 17.8333H18.3332V16.8333Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1451 4.35109L5.45744 13.749L4.78127 15.238L5.27746 15.7341L6.77553 15.0633L16.1715 5.37749L15.1451 4.35109ZM14.8085 3.28379C14.9973 3.09504 15.2863 3.07804 15.4541 3.24582L17.2768 5.06855C17.4446 5.23633 17.4276 5.52535 17.2388 5.7141L7.47042 15.7831C7.3969 15.8587 7.30968 15.9197 7.2134 15.9629L5.31943 16.8111C5.16169 16.8817 4.97671 16.8476 4.8545 16.7254L4.83988 16.7108L3.79694 17.7537C3.4779 18.0728 2.7474 18.0935 2.58966 17.9357C2.43192 17.778 2.40781 17.0923 2.77166 16.7284L3.8146 15.6855L3.78842 15.6593C3.66565 15.5366 3.63188 15.3505 3.70367 15.1924L4.55994 13.3068C4.60296 13.2121 4.66333 13.1263 4.73793 13.0538L14.8085 3.28379ZM18.3332 16.8333H9.58324L7.258 17.8333H18.3332V16.8333Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
body .weui-icon-filled-underline
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4545 2.74571C15.2867 2.57793 14.9977 2.59493 14.8089 2.78368L4.76342 12.5295C4.67227 12.618 4.59879 12.7229 4.54693 12.8389L4.02657 14.002C3.9419 14.1912 3.98281 14.4131 4.12942 14.5597L5.46485 15.8951C5.61165 16.0419 5.83389 16.0828 6.02327 15.9977L7.18487 15.4759C7.30027 15.4241 7.40478 15.3509 7.49287 15.2601L17.2392 5.21399C17.428 5.02524 17.445 4.73622 17.2772 4.56844L15.4545 2.74571ZM3.69834 15.3022L4.72362 16.3275L3.79743 17.2537C3.47839 17.5728 2.74789 17.5934 2.59015 17.4357C2.43241 17.278 2.4083 16.5923 2.77215 16.2284L3.69834 15.3022ZM18.3336 15.8333H10.4169L6.66689 17.5H18.3336V15.8333Z' fill='%2307C160'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4545 2.74571C15.2867 2.57793 14.9977 2.59493 14.8089 2.78368L4.76342 12.5295C4.67227 12.618 4.59879 12.7229 4.54693 12.8389L4.02657 14.002C3.9419 14.1912 3.98281 14.4131 4.12942 14.5597L5.46485 15.8951C5.61165 16.0419 5.83389 16.0828 6.02327 15.9977L7.18487 15.4759C7.30027 15.4241 7.40478 15.3509 7.49287 15.2601L17.2392 5.21399C17.428 5.02524 17.445 4.73622 17.2772 4.56844L15.4545 2.74571ZM3.69834 15.3022L4.72362 16.3275L3.79743 17.2537C3.47839 17.5728 2.74789 17.5934 2.59015 17.4357C2.43241 17.278 2.4083 16.5923 2.77215 16.2284L3.69834 15.3022ZM18.3336 15.8333H10.4169L6.66689 17.5H18.3336V15.8333Z' fill='%2307C160'/%3E%3C/svg%3E%0A");
}
body .weui-icon-filled-add
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cpath d='M0 0h8v8H0z'/%3E    %3Cpath fill='%23FFF' d='M4.552.748L4.55 3.45l2.702.001v1.1H4.551v2.702h-1.1V4.549L.75 4.55v-1.1h2.701V.747h1.1z'/%3E  %3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cpath d='M0 0h8v8H0z'/%3E    %3Cpath fill='%23FFF' d='M4.552.748L4.55 3.45l2.702.001v1.1H4.551v2.702h-1.1V4.549L.75 4.55v-1.1h2.701V.747h1.1z'/%3E  %3C/g%3E%3C/svg%3E");
}
body .weui-icon-filled-back2
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm1.999-6.563L10.68 12 14 8.562 12.953 7.5 9.29 11.277a1.045 1.045 0 000 1.446l3.663 3.777L14 15.437z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm1.999-6.563L10.68 12 14 8.562 12.953 7.5 9.29 11.277a1.045 1.045 0 000 1.446l3.663 3.777L14 15.437z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
body .weui-icon-filled-arrow
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24'%3E  %3Cpath fill-opacity='.9' fill-rule='evenodd' d='M10.157 12.711L4.5 18.368l-1.414-1.414 4.95-4.95-4.95-4.95L4.5 5.64l5.657 5.657a1 1 0 0 1 0 1.414z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24'%3E  %3Cpath fill-opacity='.9' fill-rule='evenodd' d='M10.157 12.711L4.5 18.368l-1.414-1.414 4.95-4.95-4.95-4.95L4.5 5.64l5.657 5.657a1 1 0 0 1 0 1.414z'/%3E%3C/svg%3E");
}
body .weui-icon-outlined-arrow
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24'%3E  %3Cpath fill-opacity='.9' fill-rule='evenodd' d='M2.454 6.58l1.06-1.06 5.78 5.779a.996.996 0 0 1 0 1.413l-5.78 5.779-1.06-1.061 5.425-5.425-5.425-5.424z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24'%3E  %3Cpath fill-opacity='.9' fill-rule='evenodd' d='M2.454 6.58l1.06-1.06 5.78 5.779a.996.996 0 0 1 0 1.413l-5.78 5.779-1.06-1.061 5.425-5.425-5.425-5.424z'/%3E%3C/svg%3E");
}
body .weui-icon-outlined-love
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cdefs%3E    %3Cpath id='a62bde5b-af55-42c8-87f2-e10e8a48baa0-a' d='M0 0h24v24H0z'/%3E  %3C/defs%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cmask id='a62bde5b-af55-42c8-87f2-e10e8a48baa0-b' fill='%23fff'%3E      %3Cuse xlink:href='%23a62bde5b-af55-42c8-87f2-e10e8a48baa0-a'/%3E    %3C/mask%3E    %3Cg mask='url(%23a62bde5b-af55-42c8-87f2-e10e8a48baa0-b)'%3E      %3Cg transform='translate(0 -2.349)'%3E        %3Cpath d='M0 2.349h24v24H0z'/%3E        %3Cpath fill='%23576B95' d='M16.45 7.68c-.954 0-1.94.362-2.77 1.113l-1.676 1.676-1.853-1.838a3.787 3.787 0 0 0-2.63-.971 3.785 3.785 0 0 0-2.596 1.112 3.786 3.786 0 0 0-1.113 2.687c0 .97.368 1.938 1.105 2.679l7.082 6.527 7.226-6.678a3.787 3.787 0 0 0 .962-2.618 3.785 3.785 0 0 0-1.112-2.597A3.687 3.687 0 0 0 16.45 7.68zm3.473.243a4.985 4.985 0 0 1 1.464 3.418 4.98 4.98 0 0 1-1.29 3.47l-.017.02-7.47 6.903a.9.9 0 0 1-1.22 0l-7.305-6.73-.008-.01a4.986 4.986 0 0 1-1.465-3.535c0-1.279.488-2.56 1.465-3.536A4.985 4.985 0 0 1 7.494 6.46c1.24-.029 2.49.4 3.472 1.29l.01.01L12 8.774l.851-.85.01-.01c1.046-.951 2.322-1.434 3.59-1.434 1.273 0 2.52.49 3.472 1.442z'/%3E      %3C/g%3E    %3C/g%3E  %3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cdefs%3E    %3Cpath id='a62bde5b-af55-42c8-87f2-e10e8a48baa0-a' d='M0 0h24v24H0z'/%3E  %3C/defs%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cmask id='a62bde5b-af55-42c8-87f2-e10e8a48baa0-b' fill='%23fff'%3E      %3Cuse xlink:href='%23a62bde5b-af55-42c8-87f2-e10e8a48baa0-a'/%3E    %3C/mask%3E    %3Cg mask='url(%23a62bde5b-af55-42c8-87f2-e10e8a48baa0-b)'%3E      %3Cg transform='translate(0 -2.349)'%3E        %3Cpath d='M0 2.349h24v24H0z'/%3E        %3Cpath fill='%23576B95' d='M16.45 7.68c-.954 0-1.94.362-2.77 1.113l-1.676 1.676-1.853-1.838a3.787 3.787 0 0 0-2.63-.971 3.785 3.785 0 0 0-2.596 1.112 3.786 3.786 0 0 0-1.113 2.687c0 .97.368 1.938 1.105 2.679l7.082 6.527 7.226-6.678a3.787 3.787 0 0 0 .962-2.618 3.785 3.785 0 0 0-1.112-2.597A3.687 3.687 0 0 0 16.45 7.68zm3.473.243a4.985 4.985 0 0 1 1.464 3.418 4.98 4.98 0 0 1-1.29 3.47l-.017.02-7.47 6.903a.9.9 0 0 1-1.22 0l-7.305-6.73-.008-.01a4.986 4.986 0 0 1-1.465-3.535c0-1.279.488-2.56 1.465-3.536A4.985 4.985 0 0 1 7.494 6.46c1.24-.029 2.49.4 3.472 1.29l.01.01L12 8.774l.851-.85.01-.01c1.046-.951 2.322-1.434 3.59-1.434 1.273 0 2.52.49 3.472 1.442z'/%3E      %3C/g%3E    %3C/g%3E  %3C/g%3E%3C/svg%3E");
}
body .weui-icon-outlined-medium-love
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Property 1=medium'%3E%3Cpath id='&%23232;&%23183;&%23175;&%23229;&%23190;&%23132;' fill-rule='evenodd' clip-rule='evenodd' d='M11.2905 5.77452L11.6766 6.15169L11.9976 6.4566L12.4599 6.01528L12.7047 5.77452C14.6573 3.8219 17.8231 3.8219 19.7758 5.77452C21.7102 7.70898 21.7282 10.8342 19.8297 12.7908L12.7046 19.9166C12.3442 20.2772 11.777 20.3049 11.3847 19.9999L11.2905 19.9167L4.16501 12.7912C2.26695 10.8342 2.28494 7.70898 4.2194 5.77452C6.17202 3.8219 9.33785 3.8219 11.2905 5.77452ZM10.2298 6.83518C8.86297 5.46835 6.6469 5.46835 5.28006 6.83518C3.97578 8.13946 3.91468 10.2205 5.08999 11.5823L5.22567 11.7305L11.9949 18.5041L18.7532 11.7462C20.0357 10.4245 20.0671 8.343 18.8549 6.98323L18.7151 6.83518C17.3971 5.51717 15.2894 5.47009 13.9071 6.70178L13.7566 6.8439L13.4956 7.10032L12 8.52796L10.6286 7.2248L10.2298 6.83518Z' fill='black' fill-opacity='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Property 1=medium'%3E%3Cpath id='&%23232;&%23183;&%23175;&%23229;&%23190;&%23132;' fill-rule='evenodd' clip-rule='evenodd' d='M11.2905 5.77452L11.6766 6.15169L11.9976 6.4566L12.4599 6.01528L12.7047 5.77452C14.6573 3.8219 17.8231 3.8219 19.7758 5.77452C21.7102 7.70898 21.7282 10.8342 19.8297 12.7908L12.7046 19.9166C12.3442 20.2772 11.777 20.3049 11.3847 19.9999L11.2905 19.9167L4.16501 12.7912C2.26695 10.8342 2.28494 7.70898 4.2194 5.77452C6.17202 3.8219 9.33785 3.8219 11.2905 5.77452ZM10.2298 6.83518C8.86297 5.46835 6.6469 5.46835 5.28006 6.83518C3.97578 8.13946 3.91468 10.2205 5.08999 11.5823L5.22567 11.7305L11.9949 18.5041L18.7532 11.7462C20.0357 10.4245 20.0671 8.343 18.8549 6.98323L18.7151 6.83518C17.3971 5.51717 15.2894 5.47009 13.9071 6.70178L13.7566 6.8439L13.4956 7.10032L12 8.52796L10.6286 7.2248L10.2298 6.83518Z' fill='black' fill-opacity='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
body .weui-icon-outlined-heavy-love
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.40449 4.81206L9.72631 5.12637L9.99375 5.38046L10.379 5.01269C10.4541 4.93987 10.5221 4.873 10.583 4.81206C12.2102 3.18488 14.8484 3.18488 16.4756 4.81206C18.0876 6.42411 18.1026 9.02844 16.5205 10.6589L10.583 16.5972C10.2576 16.9226 9.72995 16.9227 9.40449 16.5972L3.46661 10.6593C1.88489 9.02844 1.89989 6.42411 3.51194 4.81206C5.13912 3.18488 7.77731 3.18488 9.40449 4.81206ZM15.1792 6.10843C14.268 5.1972 12.7906 5.1972 11.8794 6.10843L11.6449 6.33885L10.002 7.90709L8.44534 6.43794L8.10813 6.10843C7.19691 5.1972 5.71952 5.1972 4.8083 6.10843C3.94416 6.97257 3.89859 8.3483 4.6592 9.24832L4.76298 9.36294L9.99399 14.5933L15.2048 9.38229C16.0543 8.50674 16.0802 7.13072 15.2873 6.22396L15.1792 6.10843Z' fill='black' fill-opacity='1'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.40449 4.81206L9.72631 5.12637L9.99375 5.38046L10.379 5.01269C10.4541 4.93987 10.5221 4.873 10.583 4.81206C12.2102 3.18488 14.8484 3.18488 16.4756 4.81206C18.0876 6.42411 18.1026 9.02844 16.5205 10.6589L10.583 16.5972C10.2576 16.9226 9.72995 16.9227 9.40449 16.5972L3.46661 10.6593C1.88489 9.02844 1.89989 6.42411 3.51194 4.81206C5.13912 3.18488 7.77731 3.18488 9.40449 4.81206ZM15.1792 6.10843C14.268 5.1972 12.7906 5.1972 11.8794 6.10843L11.6449 6.33885L10.002 7.90709L8.44534 6.43794L8.10813 6.10843C7.19691 5.1972 5.71952 5.1972 4.8083 6.10843C3.94416 6.97257 3.89859 8.3483 4.6592 9.24832L4.76298 9.36294L9.99399 14.5933L15.2048 9.38229C16.0543 8.50674 16.0802 7.13072 15.2873 6.22396L15.1792 6.10843Z' fill='black' fill-opacity='1'/%3E%3C/svg%3E%0A");
}
body .weui-icon-filled-love
{
    color: var(--weui-RED);
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cpath d='M0 0h24v24H0z'/%3E    %3Cpath fill='%23FA5151' d='M11.292 5.464c.183.183.42.41.708.683.289-.272.525-.5.708-.683a5.007 5.007 0 0 1 7.076 0 4.997 4.997 0 0 1 .054 7.017l-7.13 7.126c-.391.39-1.025.39-1.416 0l-7.13-7.126a4.998 4.998 0 0 1 .054-7.017 5.007 5.007 0 0 1 7.076 0z'/%3E  %3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cpath d='M0 0h24v24H0z'/%3E    %3Cpath fill='%23FA5151' d='M11.292 5.464c.183.183.42.41.708.683.289-.272.525-.5.708-.683a5.007 5.007 0 0 1 7.076 0 4.997 4.997 0 0 1 .054 7.017l-7.13 7.126c-.391.39-1.025.39-1.416 0l-7.13-7.126a4.998 4.998 0 0 1 .054-7.017 5.007 5.007 0 0 1 7.076 0z'/%3E  %3C/g%3E%3C/svg%3E");
}
body .weui-icon-btn
{
    font-size: 0;
    height: auto;
}
body .weui-icon-album.weui-icon-album
{
    width: 14px;
    height: 14px;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.66499 1.16666L5.18159 3.96663H2.16961L1.98446 5.01663H5.00031L4.53703 7.69999H1.51132L1.32617 8.74999H4.35575L3.65077 12.8334H4.71628L5.42126 8.74999H8.09381L7.38883 12.8334H8.45433L9.15931 8.74999H12.0175L12.2027 7.69999H9.34059L9.80387 5.01663H12.6758L12.861 3.96663H9.98515L10.4686 1.16666H9.40305L8.91964 3.96663H6.24709L6.7305 1.16666H5.66499ZM8.27509 7.69999L8.73836 5.01663H6.06581L5.60254 7.69999H8.27509Z' fill='%23576B95'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.66499 1.16666L5.18159 3.96663H2.16961L1.98446 5.01663H5.00031L4.53703 7.69999H1.51132L1.32617 8.74999H4.35575L3.65077 12.8334H4.71628L5.42126 8.74999H8.09381L7.38883 12.8334H8.45433L9.15931 8.74999H12.0175L12.2027 7.69999H9.34059L9.80387 5.01663H12.6758L12.861 3.96663H9.98515L10.4686 1.16666H9.40305L8.91964 3.96663H6.24709L6.7305 1.16666H5.66499ZM8.27509 7.69999L8.73836 5.01663H6.06581L5.60254 7.69999H8.27509Z' fill='%23576B95'/%3E%3C/svg%3E");
    margin: 0 2px 2px 0;
}
body .weui-icon-read.weui-icon-read
{
    width: 6px;
    height: 8px;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.400002H6V1.6H0V0.400002ZM0 3.4H6V4.6H0V3.4ZM6 6.4H0V7.6H6V6.4Z' fill='black' fill-opacity='0.3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.400002H6V1.6H0V0.400002ZM0 3.4H6V4.6H0V3.4ZM6 6.4H0V7.6H6V6.4Z' fill='black' fill-opacity='0.3'/%3E%3C/svg%3E");
    margin: 0 0 2px 4px;
    color: var(--weui-FG);
}
.album_read_card
{
    overflow: hidden;
    margin-top: 32px;
    font-size: 14px;
    color: rgba(0,0,0,.9);
    line-height: 1.4;
}
.album_read_card .weui-flex__item
{
    min-width: 0;
}
.album_read_card .weui-btn__word-wrp
{
    font-size: 14px;
    color: rgba(0,0,0,.3);
    margin-left: 5px;
}
.album_read_hd
{
    padding: 20px;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.album_read_source
{
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: rgba(0,0,0,.55);
}
.album_read_source a:active
{
    opacity: .5;
}
.album_read_directory_access
{
    color: #576b95;
    margin-left: 24px;
}
.album_read_directory_access:active
{
    opacity: .5;
}
.album_read_directory_access:before
{
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    width: 2em;
    height: 2em;
    margin-top: -.2em;
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cpath fill='%23D8D8D8' d='M0 0h20v20H0z' opacity='0'/%3E    %3Cpath fill='%23576B95' d='M14.8 13c.11 0 .2.09.2.2v.8a.2.2 0 0 1-.2.2H5.2A.2.2 0 0 1 5 14v-.8c0-.11.09-.2.2-.2h9.6zm0-4c.11 0 .2.09.2.2v.8a.2.2 0 0 1-.2.2H5.2A.2.2 0 0 1 5 10v-.8c0-.11.09-.2.2-.2h9.6zm0-4c.11 0 .2.09.2.2V6a.2.2 0 0 1-.2.2H5.2A.2.2 0 0 1 5 6v-.8c0-.11.09-.2.2-.2h9.6z'/%3E  %3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Cpath fill='%23D8D8D8' d='M0 0h20v20H0z' opacity='0'/%3E    %3Cpath fill='%23576B95' d='M14.8 13c.11 0 .2.09.2.2v.8a.2.2 0 0 1-.2.2H5.2A.2.2 0 0 1 5 14v-.8c0-.11.09-.2.2-.2h9.6zm0-4c.11 0 .2.09.2.2v.8a.2.2 0 0 1-.2.2H5.2A.2.2 0 0 1 5 10v-.8c0-.11.09-.2.2-.2h9.6zm0-4c.11 0 .2.09.2.2V6a.2.2 0 0 1-.2.2H5.2A.2.2 0 0 1 5 6v-.8c0-.11.09-.2.2-.2h9.6z'/%3E  %3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: currentColor;
}
.album_read_nav_item
{
    position: relative;
    text-align: center;
    padding: 0 20px 20px;
}
.album_read_nav_item:before
{
    content: "";
    position: absolute;
    top: 4px;
    bottom: 20px;
    left: 0;
    width: 1px;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.03),rgba(0,0,0,.05) 50%,rgba(0,0,0,.03) 100%);
}
.album_read_nav_item.album_read_nav_prev
{
    text-align: left;
}
.album_read_nav_item.album_read_nav_next
{
    text-align: right;
}
.album_read_nav_item:first-child:before
{
    display: none;
}
.album_read_nav_item:first-child:last-child
{
    padding-top: 12px;
    padding-bottom: 32px;
}
.album_read_nav_item:first-child:last-child:before
{
    top: 14px;
    bottom: 32px;
}
.album_read_nav_item:first-child:last-child .album_read_nav_btn:before, .album_read_nav_item:first-child:last-child .album_read_nav_btn:after
{
    display: none;
}
.album_read_nav_item:first-child:last-child .album_read_nav_inner
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
}
.album_read_nav_item:first-child:last-child .album_read_nav_inner:before, .album_read_nav_item:first-child:last-child .album_read_nav_inner:after
{
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-top: -1px;
    width: 1em;
    height: 2em;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: currentColor;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
}
.album_read_nav_item:first-child:last-child.album_read_nav_prev .album_read_nav_inner:before
{
    transform: scale(-1);
    -ms-transform: matrix(-1,0,0,-1,0,0);
    -webkit-transform: matrix(-1,0,0,-1,0,0);
    margin-right: 2px;
}
.album_read_nav_item:first-child:last-child.album_read_nav_prev .album_read_nav_inner:after
{
    display: none;
}
.album_read_nav_item:first-child:last-child.album_read_nav_next .album_read_nav_inner:before
{
    display: none;
}
.album_read_nav_item:first-child:last-child.album_read_nav_next .album_read_nav_inner:after
{
    margin-left: 2px;
}
.album_read_nav_item:first-child:last-child .album_read_nav_title
{
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
}
.album_read_nav_item:first-child:last-child .album_read_nav_title:before
{
    content: "ยท";
    display: block;
    margin-left: 4px;
    margin-right: 4px;
}
.album_read_nav_item:first-child:last-child .album_read_nav_title_inner
{
    display: block;
    white-space: nowrap;
}
.album_read_nav_item:first-child:last-child .album_read_nav_btn
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.album_read_nav_btn
{
    display: block;
    color: rgba(0,0,0,.9);
    font-weight: 500;
}
.album_read_nav_btn:before, .album_read_nav_btn:after
{
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-top: -.2em;
    width: 1em;
    height: 2em;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: currentColor;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
}
.album_read_nav_prev .album_read_nav_btn:before
{
    transform: scale(-1);
    -ms-transform: matrix(-1,0,0,-1,0,0);
    -webkit-transform: matrix(-1,0,0,-1,0,0);
    margin-right: 2px;
}
.album_read_nav_prev .album_read_nav_btn:after
{
    display: none;
}
.album_read_nav_next .album_read_nav_btn:before
{
    display: none;
}
.album_read_nav_next .album_read_nav_btn:after
{
    margin-left: 2px;
}
.album_read_nav_title
{
    display: block;
    margin-top: 6px;
    line-height: 1.4;
    font-weight: 500;
}
.album_read_nav_title_inner
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.album_read_directory .weui-half-screen-dialog
{
    padding: 0;
}
.album_read_directory .weui-half-screen-dialog__hd
{
    padding: 0 24px;
    padding: 0 calc(24px + constant(safe-area-inset-right)) 0 calc(24px + constant(safe-area-inset-left));
    padding: 0 calc(24px + env(safe-area-inset-right)) 0 calc(24px + env(safe-area-inset-left));
}
.album_read_directory .weui-btn__word-wrp
{
    font-size: 14px;
}
.album_read_title
{
    color: #576b95;
}
.album_read_directory_item
{
    display: -ms-flexbox;
    display: flex;
    color: rgba(0,0,0,.9);
    line-height: 1.4;
    font-size: 17px;
    padding: 24px 26px 24px 42px;
    padding: 24px calc(26px + constant(safe-area-inset-right)) 24px calc(42px + constant(safe-area-inset-left));
    padding: 24px calc(26px + env(safe-area-inset-right)) 24px calc(42px + env(safe-area-inset-left));
    position: relative;
}
.album_read_directory_item:before
{
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: rgba(0,0,0,.1);
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 42px;
    left: calc(42px + constant(safe-area-inset-left));
    left: calc(42px + env(safe-area-inset-left));
    right: 26px;
    right: calc(26px + constant(safe-area-inset-right));
    right: calc(26px + env(safe-area-inset-right));
}
.album_read_directory_item .wx_icon_pay_tag
{
    margin-left: 4px;
    margin-top: -.2em;
    display: inline-block;
    vertical-align: middle;
}
.album_read_directory_current
{
    font-weight: 500;
}
.album_read_directory_current:after
{
    content: "";
    background: var(--weui-BRAND);
    position: absolute;
    font-size: 6px;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    left: 20px;
    left: calc(20px + constant(safe-area-inset-left));
    left: calc(20px + env(safe-area-inset-left));
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.album_read_directory_disabled
{
    color: rgba(0,0,0,.28);
}
.album_read_directory_item_index
{
    margin-right: 4px;
}
@media(prefers-color-scheme: dark)
{
    body:not([data-weui-theme=light]) .album_read_card
    {
        color: rgba(255,255,255,.8);
    }
    body:not([data-weui-theme=light]) .album_read_card .weui-btn__word-wrp
    {
        color: rgba(255,255,255,.3);
    }
    body:not([data-weui-theme=light]) .album_read_bd:before
    {
        border-top-color: rgba(255,255,255,.1);
    }
    body:not([data-weui-theme=light]) .album_read_directory_access
    {
        color: #7d90a9;
    }
    body:not([data-weui-theme=light]) .album_read_title
    {
        color: #7d90a9;
    }
    body:not([data-weui-theme=light]) .album_read_source
    {
        color: rgba(255,255,255,.55);
    }
    body:not([data-weui-theme=light]) .album_read_nav_item:before
    {
        background: -webkit-linear-gradient(top,rgba(255,255,255,.03),rgba(255,255,255,.05) 50%,rgba(255,255,255,.03) 100%);
    }
    body:not([data-weui-theme=light]) .album_read_nav_btn
    {
        color: rgba(255,255,255,.8);
    }
    body:not([data-weui-theme=light]) .album_read_directory_item
    {
        color: rgba(255,255,255,.8);
    }
    body:not([data-weui-theme=light]) .album_read_directory_item:before
    {
        border-bottom-color: rgba(255,255,255,.1);
    }
    body:not([data-weui-theme=light]) .album_read_directory_disabled
    {
        color: rgba(255,255,255,.24);
    }
}
.popover-ext-class.popover-ext-class
{
    width: 360px;
    height: 430px;
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
    filter: none;
}
.popover-ext-class.popover-ext-class .weui-pc-popover__hd
{
    height: 32px;
    padding: 23px 42px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.popover-ext-class.popover-ext-class .weui-pc-popover__hd .album_name_title
{
    max-width: 260px;
    color: var(--weui-FG-0);
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.popover-ext-class.popover-ext-class .weui-pc-popover__hd:after
{
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.63608 4.38704L2.34318 3.67993L6.19578 7.53253C6.45587 7.79261 6.45817 8.21199 6.19578 8.47438L2.34318 12.327L1.63608 11.6199L5.25249 8.00345L1.63608 4.38704Z' fill='black' fill-opacity='0.9' style='fill:black;fill:black;fill-opacity:0.9;'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.63608 4.38704L2.34318 3.67993L6.19578 7.53253C6.45587 7.79261 6.45817 8.21199 6.19578 8.47438L2.34318 12.327L1.63608 11.6199L5.25249 8.00345L1.63608 4.38704Z' fill='black' fill-opacity='0.9' style='fill:black;fill:black;fill-opacity:0.9;'/%3E%3C/svg%3E");
    background-color: var(--weui-FG-0);
    margin: 2px 0 0 4px;
}
.popover-ext-class.popover-ext-class .weui-pc-popover__bd
{
    height: 375px;
    overflow: hidden;
}
.popover-ext-class.popover-ext-class .weui-pc-popover__bd .album_read_directory_item
{
    font-size: 14px;
}
.popover-ext-class.popover-ext-class .weui-pc-popover__bd .album_read_directory_item:hover
{
    background-color: var(--weui-FG-5);
}
.popover-ext-class.popover-ext-class .weui-pc-popover__bd .album_read_directory_item .album_read_directory_title_wrp
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.pay__notice_new .pay__intro-content .pay__notice-desc
{
    white-space: normal;
}
.pay__notice_hiden
{
    display: none;
}
.fade-enter-active[data-v-d02952be], .fade-leave-active[data-v-d02952be]
{
    transition: opacity .3s;
}
.fade-enter[data-v-d02952be], .fade-leave-to[data-v-d02952be]
{
    opacity: 0;
}
.keyword_ad_card[data-v-f087d6a3]
{
    margin-top: 32px;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(0,0,0,.02);
    position: relative;
}
.keyword_ad_card .ad_label[data-v-f087d6a3]
{
    top: 8px;
    left: 8px;
    padding: 1px 4px;
    border-radius: 3px;
    background: rgba(0,0,0,.3);
    position: absolute;
    color: rgba(255,255,255,.8);
    font-size: 10px;
}
.keyword_ad_card .keyword_ad_card__img[data-v-f087d6a3]
{
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--weui-FG-3);
}
.keyword_ad_card .keyword_ad_card__footer[data-v-f087d6a3]
{
    padding: 12px;
}
.keyword_ad_card .keyword_ad_card__wording[data-v-f087d6a3]
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
}
.keyword_ad_card .keyword_ad_card__brand_info[data-v-f087d6a3]
{
    margin-top: 4px;
    color: var(--weui-FG-1);
    font-size: 14px;
    line-height: 20px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    text-indent: 24px;
    position: relative;
}
.keyword_ad_card .keyword_ad_card__brand_icon[data-v-f087d6a3]
{
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--weui-FG-3);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
}
.keyword_ad_card .keyword_ad_card__tail[data-v-f087d6a3]
{
    font-size: 10px;
    color: var(--weui-FG-2);
    padding: 4px 12px;
    text-indent: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='mini_program'%3E%3Cpath id='Combined Shape' fill-rule='evenodd' clip-rule='evenodd' d='M8.5021 6.49557C8.14145 6.55829 7.77502 6.33682 7.954 5.93418C8.04582 5.71993 8.25297 5.55447 8.49762 5.50012C9.15218 5.34213 9.59692 4.83055 9.59692 4.23582C9.59692 3.51478 8.90851 2.92719 8.04867 2.92719C7.18884 2.92719 6.50043 3.51478 6.50043 4.23582V7.83007C6.50043 9.09603 5.3689 10.1157 3.97519 10.1157C2.58148 10.1157 1.44995 9.09603 1.44995 7.83007C1.44995 6.72003 2.32612 5.77253 3.51992 5.59237C3.78387 5.55253 4.0803 5.67113 4.0803 5.98487C4.08119 6.28801 3.77158 6.5224 3.50228 6.58972C2.85245 6.74658 2.40299 7.25503 2.40299 7.83007C2.40299 8.5511 3.09139 9.13869 3.95123 9.13869C4.81107 9.13869 5.49947 8.5511 5.49947 7.83007V4.23582C5.49947 2.96986 6.631 1.9502 8.02471 1.9502C9.41842 1.9502 10.55 2.96986 10.55 4.23582C10.55 5.35175 9.69439 6.28822 8.5021 6.49557Z' fill='black' fill-opacity='0.3'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 12px center;
    position: relative;
}
.keyword_ad_card .keyword_ad_card__tail[data-v-f087d6a3]:before
{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid var(--weui-FG-3);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
}
@media(prefers-color-scheme: dark)
{
    .keyword_ad_card[data-v-f087d6a3]
    {
        background-color: rgba(255,255,255,.02);
    }
    .keyword_ad_card .keyword_ad_card__tail[data-v-f087d6a3]
    {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='mini_program'%3E%3Cpath id='Combined Shape' fill-rule='evenodd' clip-rule='evenodd' d='M8.5021 6.49557C8.14145 6.55829 7.77502 6.33682 7.954 5.93418C8.04582 5.71993 8.25297 5.55447 8.49762 5.50012C9.15218 5.34213 9.59692 4.83055 9.59692 4.23582C9.59692 3.51478 8.90851 2.92719 8.04867 2.92719C7.18884 2.92719 6.50043 3.51478 6.50043 4.23582V7.83007C6.50043 9.09603 5.3689 10.1157 3.97519 10.1157C2.58148 10.1157 1.44995 9.09603 1.44995 7.83007C1.44995 6.72003 2.32612 5.77253 3.51992 5.59237C3.78387 5.55253 4.0803 5.67113 4.0803 5.98487C4.08119 6.28801 3.77158 6.5224 3.50228 6.58972C2.85245 6.74658 2.40299 7.25503 2.40299 7.83007C2.40299 8.5511 3.09139 9.13869 3.95123 9.13869C4.81107 9.13869 5.49947 8.5511 5.49947 7.83007V4.23582C5.49947 2.96986 6.631 1.9502 8.02471 1.9502C9.41842 1.9502 10.55 2.96986 10.55 4.23582C10.55 5.35175 9.69439 6.28822 8.5021 6.49557Z' fill='white' fill-opacity='0.3'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
}
.adv_keyword_bottom_modal .adv_keyword_title[data-v-a5b5d8f9]
{
    font-size: 20px;
    font-weight: 500;
    margin-top: 8px;
}
.adv_keyword_bottom_modal .adv_keyword_desc[data-v-a5b5d8f9]
{
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 32px;
}
.adv_keyword_bottom_modal .adv_keyword_search[data-v-a5b5d8f9]
{
    font-size: 15px;
}
.adv_keyword_bottom_modal .adv_keyword_search[data-v-a5b5d8f9]:before
{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    width: 1.2em;
    height: 1.2em;
    margin-right: 4px;
    background-color: var(--weui-LINK);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='magnifying_glass'%3e%3cpath id='Combined Shape' fill-rule='evenodd' clip-rule='evenodd' d='M12.6912 13.8152C11.7121 14.5587 10.491 15 9.16671 15C5.94504 15 3.33337 12.3883 3.33337 9.16666C3.33337 5.94499 5.94504 3.33333 9.16671 3.33333C12.3884 3.33333 15 5.94499 15 9.16666C15 10.4762 14.5685 11.685 13.8399 12.6586C13.8795 12.6806 13.9168 12.7085 13.9504 12.7422L17.3885 16.1803L16.21 17.3588L12.7719 13.9207C12.7397 13.8885 12.7128 13.853 12.6912 13.8152ZM13.3334 9.16666C13.3334 11.4679 11.4679 13.3333 9.16671 13.3333C6.86552 13.3333 5.00004 11.4679 5.00004 9.16666C5.00004 6.86547 6.86552 4.99999 9.16671 4.99999C11.4679 4.99999 13.3334 6.86547 13.3334 9.16666Z' fill='%23576B95'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='magnifying_glass'%3e%3cpath id='Combined Shape' fill-rule='evenodd' clip-rule='evenodd' d='M12.6912 13.8152C11.7121 14.5587 10.491 15 9.16671 15C5.94504 15 3.33337 12.3883 3.33337 9.16666C3.33337 5.94499 5.94504 3.33333 9.16671 3.33333C12.3884 3.33333 15 5.94499 15 9.16666C15 10.4762 14.5685 11.685 13.8399 12.6586C13.8795 12.6806 13.9168 12.7085 13.9504 12.7422L17.3885 16.1803L16.21 17.3588L12.7719 13.9207C12.7397 13.8885 12.7128 13.853 12.6912 13.8152ZM13.3334 9.16666C13.3334 11.4679 11.4679 13.3333 9.16671 13.3333C6.86552 13.3333 5.00004 11.4679 5.00004 9.16666C5.00004 6.86547 6.86552 4.99999 9.16671 4.99999C11.4679 4.99999 13.3334 6.86547 13.3334 9.16666Z' fill='%23576B95'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.ad_keyword_bottom_modal_wrap .bottom_modal_content_area
{
    padding: 0;
}
.ad_keyword_bottom_modal_wrap .weui-half-screen-dialog__bd
{
    padding-bottom: 0;
}
.ad_keyword_bottom_modal_wrap .bottom_modal_content_wrap, .ad_keyword_bottom_modal_wrap .weui-half-screen-dialog__hd__wrp
{
    padding-left: 24px;
    padding-right: 24px;
}
.ad_keyword_bottom_modal_wrap .weui-half-screen-dialog__ft
{
    padding: 40px 0 44px;
}
.more_news[data-v-bf8c5bf5]
{
    color: var(--weui-LINK);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    padding: 14px 20px;
}
.more_news[data-v-bf8c5bf5]:before
{
    right: 20px;
}
.more_news svg[data-v-bf8c5bf5]
{
    fill: var(--weui-FG-2);
}
html[data-v-d828d882]
{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body[data-v-d828d882]
{
    line-height: 1.6;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
}
body[data-v-d828d882], h1[data-v-d828d882], h2[data-v-d828d882], h3[data-v-d828d882], h4[data-v-d828d882], h5[data-v-d828d882], p[data-v-d828d882], ul[data-v-d828d882], ol[data-v-d828d882], dl[data-v-d828d882], dd[data-v-d828d882], fieldset[data-v-d828d882], textarea[data-v-d828d882]
{
    margin: 0;
}
fieldset[data-v-d828d882], legend[data-v-d828d882], textarea[data-v-d828d882], input[data-v-d828d882], button[data-v-d828d882]
{
    padding: 0;
}
button[data-v-d828d882], input[data-v-d828d882], select[data-v-d828d882], textarea[data-v-d828d882]
{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    *font-family: system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul[data-v-d828d882], ol[data-v-d828d882]
{
    padding-left: 0;
    list-style-type: none;
}
a img[data-v-d828d882], fieldset[data-v-d828d882]
{
    border: 0;
}
a[data-v-d828d882]
{
    text-decoration: none;
}
.related_search_container[data-v-d828d882]
{
    padding: 20px 20px 6px;
    background: #fff;
    font-size: 15px;
    margin-top: 8px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.related_search_words_list[data-v-d828d882]
{
    display: grid;
    grid-template-columns: 50% 50%;
}
.related_search_words_list .related_search_words_li[data-v-d828d882]
{
    position: relative;
    margin-bottom: 14px;
    color: var(--weui-LINK);
}
.related_search_words_list .related_search_words_li.active[data-v-d828d882]
{
    color: rgba(87,107,149,.5);
}
.related_search_words_list .related_search_words_li.large_font .dividing_line[data-v-d828d882]
{
    height: 24px;
}
.related_search_words_list .related_search_words_li[data-v-d828d882]:nth-child(2n)
{
    margin-left: 8px;
}
.related_search_words_list .related_search_words_li[data-v-d828d882]:nth-child(odd)
{
    padding-right: 8px;
}
.related_search_words_list .dividing_line[data-v-d828d882]
{
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: rgba(0,0,0,.1);
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.related_search_title[data-v-d828d882]
{
    font-weight: 500;
    color: rgba(0,0,0,.3);
    margin-bottom: 16px;
    font-size: 15px;
}
@media(prefers-color-scheme: dark)
{
    body:not([data-weui-theme=light]) .related_search_title[data-v-d828d882]
    {
        color: rgba(255,255,255,.3);
    }
    body:not([data-weui-theme=light]) .related_search_container[data-v-d828d882]
    {
        background: #191919;
    }
    body:not([data-weui-theme=light]) .related_search_container .dividing_line[data-v-d828d882]
    {
        background-color: rgba(255,255,255,.1);
    }
}
.profile_item-title-type[data-v-da33bb4f]
{
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%0A%3Cellipse cx="8.33333" cy="7.99999" rx="4.33333" ry="3.33333" fill="white"/%3E%0A%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.92 1.80911L11.8764 4.11806L14.1857 5.07483C14.4252 5.17403 14.5389 5.44857 14.4397 5.68805L13.483 7.99681L14.4397 10.3065C14.5389 10.546 14.4252 10.8205 14.1857 10.9197L11.8762 11.8759L10.92 14.1854C10.8208 14.4249 10.5462 14.5386 10.3068 14.4394L7.99748 13.4825L5.68832 14.4394C5.44885 14.5386 5.1743 14.4249 5.07511 14.1854L4.11842 11.8757L1.80938 10.9197C1.56991 10.8205 1.45619 10.546 1.55538 10.3065L2.51179 7.99699L1.55538 5.68805C1.45619 5.44857 1.56991 5.17403 1.80938 5.07483L4.11855 4.11793L5.07511 1.80911C5.1743 1.56963 5.44885 1.45591 5.68832 1.55511L7.9973 2.5113L10.3068 1.55511C10.5462 1.45591 10.8208 1.56963 10.92 1.80911ZM7.21591 9.42622L10.9488 5.69334L11.6571 6.40169L7.6701 10.3871C7.42009 10.637 7.01481 10.6369 6.76494 10.3868L4.66695 8.28731L5.37198 7.58229L7.21591 9.42622Z" fill="%231485EE"/%3E%0A%3C/svg%3E%0A');
    background-size: cover;
}
.profile_item-title-type__person[data-v-da33bb4f]
{
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjguMzMzMzMiIGN5PSI3Ljk5OTk2IiByeD0iNC4zMzMzMyIgcnk9IjMuMzMzMzMiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuOTE5NSAxLjgwOTE0TDExLjg3NTkgNC4xMTgwOUwxNC4xODUyIDUuMDc0ODZDMTQuNDI0NyA1LjE3NDA2IDE0LjUzODQgNS40NDg2IDE0LjQzOTIgNS42ODgwOEwxMy40ODI1IDcuOTk2ODRMMTQuNDM5MiAxMC4zMDY1QzE0LjUzODQgMTAuNTQ2IDE0LjQyNDcgMTAuODIwNSAxNC4xODUyIDEwLjkxOTdMMTEuODc1NyAxMS44NzU5TDEwLjkxOTUgMTQuMTg1NUMxMC44MjAzIDE0LjQyNDkgMTAuNTQ1NyAxNC41Mzg2IDEwLjMwNjMgMTQuNDM5NUw3Ljk5Njk5IDEzLjQ4MjVMNS42ODc4MyAxNC40Mzk1QzUuNDQ4MzYgMTQuNTM4NiA1LjE3MzgxIDE0LjQyNDkgNS4wNzQ2MiAxNC4xODU1TDQuMTE3OTMgMTEuODc1OEwxLjgwODg5IDEwLjkxOTdDMS41Njk0MiAxMC44MjA1IDEuNDU1NyAxMC41NDYgMS41NTQ4OSAxMC4zMDY1TDIuNTExMyA3Ljk5NzAzTDEuNTU0ODkgNS42ODgwOEMxLjQ1NTcgNS40NDg2IDEuNTY5NDIgNS4xNzQwNiAxLjgwODg5IDUuMDc0ODZMNC4xMTgwNiA0LjExNzk2TDUuMDc0NjIgMS44MDkxNEM1LjE3MzgxIDEuNTY5NjYgNS40NDgzNiAxLjQ1NTk0IDUuNjg3ODMgMS41NTUxNEw3Ljk5NjgxIDIuNTExMzNMMTAuMzA2MyAxLjU1NTE0QzEwLjU0NTcgMS40NTU5NCAxMC44MjAzIDEuNTY5NjYgMTAuOTE5NSAxLjgwOTE0Wk03LjIxNTQyIDkuNDI2MjVMMTAuOTQ4MyA1LjY5MzM3TDExLjY1NjYgNi40MDE3Mkw3LjY2OTYxIDEwLjM4NzFDNy40MTk2IDEwLjYzNyA3LjAxNDMyIDEwLjYzNjkgNi43NjQ0NSAxMC4zODY4TDQuNjY2NDYgOC4yODczNEw1LjM3MTQ5IDcuNTgyMzJMNy4yMTU0MiA5LjQyNjI1WiIgZmlsbD0iI0ZGQzMwMCIvPgo8L3N2Zz4K) no-repeat center;
    font-size: 10px;
    width: 1.6em;
    height: 1.6em;
    background-size: cover;
}
.profile_verify-icon[data-v-da33bb4f]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 4px;
}
.profile_card_container[data-v-da33bb4f]
{
    width: 516px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    font-size: 14px;
    background-color: var(--weui-BG-2);
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 25px 0 var(--weui-FG-3);
    z-index: 1;
}
.profile_card_container .profile_arrow[data-v-da33bb4f]
{
    border-bottom-color: var(--weui-BG-2);
}
.profile_info_nickname[data-v-da33bb4f]
{
    font-size: 17px;
    font-weight: 500;
    color: var(--weui-GLYPH-0);
}
.profile_card_wrap[data-v-da33bb4f]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
}
.profile_card_wrap .profile_card_qrcode[data-v-da33bb4f]
{
    display: -ms-flexbox;
    display: flex;
}
.profile_card_wrap .profile_card_qrcode .profile_qrcode_img[data-v-da33bb4f]
{
    width: 100px;
    height: 100px;
}
.profile_card_wrap .profile_card_info[data-v-da33bb4f]
{
    margin-left: 20px;
}
.profile_card_wrap .profile_card_info .profile_card_info_meta[data-v-da33bb4f]
{
    margin-top: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.profile_card_wrap .profile_card_info .profile_main_text[data-v-da33bb4f]
{
    color: var(--weui-GLYPH-0);
}
.profile_card_wrap .profile_card_info .profile_card_info_meta_text[data-v-da33bb4f]
{
    color: var(--weui-GLYPH-1);
}
.profile_card_wrap .profile_card_info .profile_card_signature[data-v-da33bb4f]
{
    max-width: 336px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rich_media_meta_feedback[data-v-6abc76d6]
{
    margin: 1px 0 0 -24px;
    float: right;
    position: relative;
}
.dislike_btn[data-v-6abc76d6]
{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    text-indent: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Crect width='19.5' height='13.5' x='.25' y='.25' stroke='%23D7D7D7' stroke-width='.5' rx='6.75'/%3E    %3Cpath fill='%23D7D7D7' d='M12.354 4.02l.666.667-2.334 2.333 2.334 2.334-.666.666-2.334-2.334-2.333 2.334-.667-.666L9.353 7.02 7.02 4.687l.667-.667 2.333 2.333 2.334-2.333z'/%3E  %3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}
.dislike_btn.inner[data-v-6abc76d6]
{
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Crect width='19.5' height='13.5' x='.25' y='.25' stroke='%23D7D7D7' stroke-width='.5' rx='6.75'/%3E    %3Cpath fill='%23D7D7D7' d='M12.354 4.02l.666.667-2.334 2.333 2.334 2.334-.666.666-2.334-2.334-2.333 2.334-.667-.666L9.353 7.02 7.02 4.687l.667-.667 2.333 2.333 2.334-2.333z'/%3E  %3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Crect width='19.5' height='13.5' x='.25' y='.25' stroke='%23D7D7D7' stroke-width='.5' rx='6.75'/%3E    %3Cpath fill='%23D7D7D7' d='M12.354 4.02l.666.667-2.334 2.333 2.334 2.334-.666.666-2.334-2.334-2.333 2.334-.667-.666L9.353 7.02 7.02 4.687l.667-.667 2.333 2.333 2.334-2.333z'/%3E  %3C/g%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    z-index: 1001;
    background-color: var(--weui-FG-1);
}
.wx_video_msg_primary_text[data-v-498c5dbd]
{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tips[data-v-e2eb5158]
{
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 8px;
    color: #fff;
    background-color: #4c4c4c;
    max-width: 80vw;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.1);
    z-index: 5001;
}
.icon-loading[data-v-82304cab], .icon-correct[data-v-82304cab], .icon-list[data-v-82304cab], .icon-play[data-v-82304cab], .icon-pause[data-v-82304cab], .icon-listen-later[data-v-82304cab], .icon-play-backward[data-v-82304cab], .icon-play-forward[data-v-82304cab], .icon-set-shutdown[data-v-82304cab], .icon-set-shutdown-done[data-v-82304cab]
{
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor;
}
.icon-loading[data-v-82304cab]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
.icon-correct[data-v-82304cab]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.53033 8.53039L13.0303 3.03039L11.9697 1.96973L7 6.9394L4.53033 4.46973L3.46967 5.53039L6.46967 8.53039L7 9.06072L7.53033 8.53039ZM21 5.50006H13.3V7.00006H21V5.50006ZM5 11.8501H21V13.3501H5V11.8501ZM5 17.8501H21V19.3501H5V17.8501Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 5.3501H21V7.1501H13V5.3501ZM21 11.8501H5V13.6501H21V11.8501ZM21 17.8501H5V19.6501H21V17.8501Z' fill='black'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.53033 8.53039L13.0303 3.03039L11.9697 1.96973L7 6.9394L4.53033 4.46973L3.46967 5.53039L6.46967 8.53039L7 9.06072L7.53033 8.53039ZM21 5.50006H13.3V7.00006H21V5.50006ZM5 11.8501H21V13.3501H5V11.8501ZM5 17.8501H21V19.3501H5V17.8501Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 5.3501H21V7.1501H13V5.3501ZM21 11.8501H5V13.6501H21V11.8501ZM21 17.8501H5V19.6501H21V17.8501Z' fill='black'/%3E%3C/svg%3E%0A");
}
.icon-list[data-v-82304cab]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.93335%203.93335H12.9333V4.73335H2.93335V3.93335Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%207.60002H2.93335V8.40002H12.9333V7.60002Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%2011.2667H2.93335V12.0667H12.9333V11.2667Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.93335%203.93335H12.9333V4.73335H2.93335V3.93335Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%207.60002H2.93335V8.40002H12.9333V7.60002Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%2011.2667H2.93335V12.0667H12.9333V11.2667Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.icon-listen-later[data-v-82304cab]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15 3V5.35H9.5V7.15H7.15V9.5H5.35V7.15H3V5.35H5.35V3H7.15ZM11 5.35001H21V7.15001H11V5.35001ZM21 11.85H5V13.65H21V11.85ZM21 17.85H5V19.65H21V17.85Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15 3V5.35H9.5V7.15H7.15V9.5H5.35V7.15H3V5.35H5.35V3H7.15ZM11 5.35001H21V7.15001H11V5.35001ZM21 11.85H5V13.65H21V11.85ZM21 17.85H5V19.65H21V17.85Z' fill='black'/%3E%3C/svg%3E");
}
.icon-play[data-v-82304cab]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
.icon-pause[data-v-82304cab]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5C5.5 4.94772 5.94772 4.5 6.5 4.5H8.5C9.05228 4.5 9.5 4.94772 9.5 5.5V18.5C9.5 19.0523 9.05228 19.5 8.5 19.5H6.5C5.94772 19.5 5.5 19.0523 5.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3Cpath d='M14.5 5.5C14.5 4.94772 14.9477 4.5 15.5 4.5H17.5C18.0523 4.5 18.5 4.94772 18.5 5.5V18.5C18.5 19.0523 18.0523 19.5 17.5 19.5H15.5C14.9477 19.5 14.5 19.0523 14.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5C5.5 4.94772 5.94772 4.5 6.5 4.5H8.5C9.05228 4.5 9.5 4.94772 9.5 5.5V18.5C9.5 19.0523 9.05228 19.5 8.5 19.5H6.5C5.94772 19.5 5.5 19.0523 5.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3Cpath d='M14.5 5.5C14.5 4.94772 14.9477 4.5 15.5 4.5H17.5C18.0523 4.5 18.5 4.94772 18.5 5.5V18.5C18.5 19.0523 18.0523 19.5 17.5 19.5H15.5C14.9477 19.5 14.5 19.0523 14.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
.icon-play-backward[data-v-82304cab]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7483%201.49177C13.8036%201.5742%2013.8332%201.67126%2013.8332%201.77056L13.8334%203.43076C18.0637%204.28142%2021.2499%208.01816%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%209.87257%203.85136%207.4212%205.74915%205.68058C6.05441%205.4006%206.52884%205.42109%206.80882%205.72635C7.0888%206.03161%207.0683%206.50604%206.76304%206.78602C5.17186%208.24543%204.24988%2010.2973%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%208.85051%2017.2286%205.79082%2013.8333%204.96722L13.8332%206.89423C13.8332%207.17038%2013.6094%207.39423%2013.3332%207.39423C13.2339%207.39423%2013.1369%207.36466%2013.0544%207.3093L9.24038%204.74746C9.01114%204.59349%208.95013%204.28284%209.10411%204.05361C9.14026%203.99978%209.18655%203.95349%209.24038%203.91734L13.0544%201.3555C13.2837%201.20153%2013.5943%201.26254%2013.7483%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M9.72297%208.93594C9.94733%209.05876%2010.0868%209.29418%2010.0868%209.54996V15.5259C10.0868%2015.9124%209.77344%2016.2259%209.38684%2016.2259C9.00024%2016.2259%208.68684%2015.9124%208.68684%2015.5259V10.8287L7.83118%2011.376C7.50551%2011.5843%207.07262%2011.4892%206.8643%2011.1635C6.65598%2010.8379%206.75111%2010.405%207.07678%2010.1967L9.00964%208.96028C9.22511%208.82245%209.4986%208.81312%209.72297%208.93594Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9807%208.93049C12.6234%208.93049%2012.3234%209.19955%2012.2848%209.55473L11.9463%2012.6635C11.9142%2012.9587%2012.0719%2013.2421%2012.3397%2013.3705C12.6075%2013.4988%2012.9272%2013.4442%2013.1372%2013.2342C13.5314%2012.84%2014.2128%2012.6585%2014.7923%2012.7803C15.0698%2012.8386%2015.2837%2012.9586%2015.4241%2013.1138C15.5568%2013.2606%2015.6613%2013.4789%2015.6613%2013.8184C15.6613%2014.2297%2015.5365%2014.4849%2015.3836%2014.6514C15.2219%2014.8276%2014.9796%2014.9569%2014.6735%2015.019C14.3669%2015.0812%2014.0286%2015.0685%2013.7251%2014.9904C13.4156%2014.9108%2013.195%2014.7777%2013.0772%2014.6497C12.8152%2014.3654%2012.3724%2014.3473%2012.088%2014.6093C11.8037%2014.8712%2011.7856%2015.3141%2012.0476%2015.5984C12.3976%2015.9783%2012.8859%2016.2201%2013.3764%2016.3463C13.8729%2016.474%2014.4259%2016.4978%2014.952%2016.391C15.4787%2016.2841%2016.0107%2016.0386%2016.415%2015.5981C16.8282%2015.1479%2017.0613%2014.5443%2017.0613%2013.8184C17.0613%2013.1594%2016.8458%2012.5985%2016.4623%2012.1746C16.0864%2011.7591%2015.5877%2011.5169%2015.0803%2011.4102C14.5706%2011.3031%2014.0112%2011.3246%2013.484%2011.475L13.6086%2010.3305H16.2666C16.6532%2010.3305%2016.9666%2010.0171%2016.9666%209.63049C16.9666%209.24389%2016.6532%208.93049%2016.2666%208.93049H12.9807Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7483%201.49177C13.8036%201.5742%2013.8332%201.67126%2013.8332%201.77056L13.8334%203.43076C18.0637%204.28142%2021.2499%208.01816%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%209.87257%203.85136%207.4212%205.74915%205.68058C6.05441%205.4006%206.52884%205.42109%206.80882%205.72635C7.0888%206.03161%207.0683%206.50604%206.76304%206.78602C5.17186%208.24543%204.24988%2010.2973%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%208.85051%2017.2286%205.79082%2013.8333%204.96722L13.8332%206.89423C13.8332%207.17038%2013.6094%207.39423%2013.3332%207.39423C13.2339%207.39423%2013.1369%207.36466%2013.0544%207.3093L9.24038%204.74746C9.01114%204.59349%208.95013%204.28284%209.10411%204.05361C9.14026%203.99978%209.18655%203.95349%209.24038%203.91734L13.0544%201.3555C13.2837%201.20153%2013.5943%201.26254%2013.7483%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M9.72297%208.93594C9.94733%209.05876%2010.0868%209.29418%2010.0868%209.54996V15.5259C10.0868%2015.9124%209.77344%2016.2259%209.38684%2016.2259C9.00024%2016.2259%208.68684%2015.9124%208.68684%2015.5259V10.8287L7.83118%2011.376C7.50551%2011.5843%207.07262%2011.4892%206.8643%2011.1635C6.65598%2010.8379%206.75111%2010.405%207.07678%2010.1967L9.00964%208.96028C9.22511%208.82245%209.4986%208.81312%209.72297%208.93594Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9807%208.93049C12.6234%208.93049%2012.3234%209.19955%2012.2848%209.55473L11.9463%2012.6635C11.9142%2012.9587%2012.0719%2013.2421%2012.3397%2013.3705C12.6075%2013.4988%2012.9272%2013.4442%2013.1372%2013.2342C13.5314%2012.84%2014.2128%2012.6585%2014.7923%2012.7803C15.0698%2012.8386%2015.2837%2012.9586%2015.4241%2013.1138C15.5568%2013.2606%2015.6613%2013.4789%2015.6613%2013.8184C15.6613%2014.2297%2015.5365%2014.4849%2015.3836%2014.6514C15.2219%2014.8276%2014.9796%2014.9569%2014.6735%2015.019C14.3669%2015.0812%2014.0286%2015.0685%2013.7251%2014.9904C13.4156%2014.9108%2013.195%2014.7777%2013.0772%2014.6497C12.8152%2014.3654%2012.3724%2014.3473%2012.088%2014.6093C11.8037%2014.8712%2011.7856%2015.3141%2012.0476%2015.5984C12.3976%2015.9783%2012.8859%2016.2201%2013.3764%2016.3463C13.8729%2016.474%2014.4259%2016.4978%2014.952%2016.391C15.4787%2016.2841%2016.0107%2016.0386%2016.415%2015.5981C16.8282%2015.1479%2017.0613%2014.5443%2017.0613%2013.8184C17.0613%2013.1594%2016.8458%2012.5985%2016.4623%2012.1746C16.0864%2011.7591%2015.5877%2011.5169%2015.0803%2011.4102C14.5706%2011.3031%2014.0112%2011.3246%2013.484%2011.475L13.6086%2010.3305H16.2666C16.6532%2010.3305%2016.9666%2010.0171%2016.9666%209.63049C16.9666%209.24389%2016.6532%208.93049%2016.2666%208.93049H12.9807Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.icon-play-forward[data-v-82304cab]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.2515%201.49177C10.4055%201.26254%2010.7161%201.20153%2010.9453%201.3555L14.7594%203.91733C14.8132%203.95349%2014.8595%203.99978%2014.8956%204.05361C15.0496%204.28284%2014.9886%204.59349%2014.7594%204.74746L10.9453%207.30929C10.8629%207.36466%2010.7658%207.39423%2010.6665%207.39423C10.3904%207.39423%2010.1665%207.17038%2010.1665%206.89423L10.1664%204.96722C6.77113%205.79082%204.24988%208.85051%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%2010.2973%2018.8279%208.24543%2017.2367%206.78602C16.9315%206.50604%2016.911%206.03161%2017.1909%205.72635C17.4709%205.42109%2017.9453%205.4006%2018.2506%205.68058C20.1484%207.4212%2021.2499%209.87257%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%208.01816%205.93602%204.28142%2010.1664%203.43076L10.1665%201.77056C10.1665%201.67126%2010.1961%201.5742%2010.2515%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.79093%2010.8116C7.91968%2010.5562%208.2128%2010.2714%208.59876%2010.1025C8.97562%209.93752%209.37726%209.90979%209.73318%2010.0629C10.0272%2010.1893%2010.1578%2010.3547%2010.2127%2010.4917C10.2696%2010.6338%2010.2718%2010.8115%2010.1913%2011.0054C10.0309%2011.3918%209.52852%2011.8306%208.66104%2011.8306C8.31587%2011.8306%208.03604%2012.1104%208.03604%2012.4556C8.03604%2012.8007%208.31585%2013.0806%208.66103%2013.0806C8.69086%2013.0806%208.72052%2013.0802%208.75003%2013.0795C8.76375%2013.0804%208.77759%2013.0809%208.79153%2013.0809C9.9031%2013.0809%2010.3467%2013.5378%2010.4573%2013.845C10.5616%2014.1352%2010.473%2014.5679%209.89815%2014.8532C9.07789%2015.2604%208.07426%2014.8742%207.68073%2014.096C7.52496%2013.788%207.14897%2013.6646%206.84094%2013.8203C6.53291%2013.9761%206.40948%2014.3521%206.56526%2014.6601C7.24439%2016.003%208.97139%2016.7087%2010.4539%2015.9729C11.4962%2015.4555%2011.9888%2014.4096%2011.6334%2013.4219C11.4734%2012.977%2011.1646%2012.6057%2010.7388%2012.334C11.0072%2012.0915%2011.214%2011.8022%2011.3458%2011.4846C11.5354%2011.0278%2011.5663%2010.5093%2011.373%2010.0268C11.1776%209.53932%2010.779%209.15194%2010.2271%208.91457C9.487%208.59627%208.71859%208.68554%208.09759%208.95732C7.4857%209.22512%206.95317%209.69669%206.67479%2010.2488C6.51938%2010.557%206.64325%2010.9328%206.95147%2011.0882C7.25968%2011.2437%207.63552%2011.1198%207.79093%2010.8116Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.2377%2010.5974C13.9285%2011.0474%2013.7177%2011.7025%2013.7177%2012.456C13.7177%2013.2096%2013.9285%2013.8646%2014.2377%2014.3147C14.5478%2014.766%2014.9198%2014.9689%2015.2656%2014.9689C15.6114%2014.9689%2015.9835%2014.766%2016.2936%2014.3147C16.6028%2013.8646%2016.8136%2013.2096%2016.8136%2012.456C16.8136%2011.7025%2016.6028%2011.0474%2016.2936%2010.5974C15.9835%2010.146%2015.6114%209.94313%2015.2656%209.94313C14.9198%209.94313%2014.5478%2010.146%2014.2377%2010.5974ZM13.2205%209.842C13.6969%209.14866%2014.4113%208.64359%2015.2656%208.64359C16.1199%208.64359%2016.8343%209.14866%2017.3107%209.842C17.788%2010.5366%2018.0636%2011.4629%2018.0636%2012.456C18.0636%2013.4492%2017.788%2014.3755%2017.3107%2015.07C16.8343%2015.7634%2016.1199%2016.2685%2015.2656%2016.2685C14.4113%2016.2685%2013.6969%2015.7634%2013.2205%2015.07C12.7433%2014.3755%2012.4677%2013.4492%2012.4677%2012.456C12.4677%2011.4629%2012.7433%2010.5366%2013.2205%209.842Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.2515%201.49177C10.4055%201.26254%2010.7161%201.20153%2010.9453%201.3555L14.7594%203.91733C14.8132%203.95349%2014.8595%203.99978%2014.8956%204.05361C15.0496%204.28284%2014.9886%204.59349%2014.7594%204.74746L10.9453%207.30929C10.8629%207.36466%2010.7658%207.39423%2010.6665%207.39423C10.3904%207.39423%2010.1665%207.17038%2010.1665%206.89423L10.1664%204.96722C6.77113%205.79082%204.24988%208.85051%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%2010.2973%2018.8279%208.24543%2017.2367%206.78602C16.9315%206.50604%2016.911%206.03161%2017.1909%205.72635C17.4709%205.42109%2017.9453%205.4006%2018.2506%205.68058C20.1484%207.4212%2021.2499%209.87257%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%208.01816%205.93602%204.28142%2010.1664%203.43076L10.1665%201.77056C10.1665%201.67126%2010.1961%201.5742%2010.2515%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.79093%2010.8116C7.91968%2010.5562%208.2128%2010.2714%208.59876%2010.1025C8.97562%209.93752%209.37726%209.90979%209.73318%2010.0629C10.0272%2010.1893%2010.1578%2010.3547%2010.2127%2010.4917C10.2696%2010.6338%2010.2718%2010.8115%2010.1913%2011.0054C10.0309%2011.3918%209.52852%2011.8306%208.66104%2011.8306C8.31587%2011.8306%208.03604%2012.1104%208.03604%2012.4556C8.03604%2012.8007%208.31585%2013.0806%208.66103%2013.0806C8.69086%2013.0806%208.72052%2013.0802%208.75003%2013.0795C8.76375%2013.0804%208.77759%2013.0809%208.79153%2013.0809C9.9031%2013.0809%2010.3467%2013.5378%2010.4573%2013.845C10.5616%2014.1352%2010.473%2014.5679%209.89815%2014.8532C9.07789%2015.2604%208.07426%2014.8742%207.68073%2014.096C7.52496%2013.788%207.14897%2013.6646%206.84094%2013.8203C6.53291%2013.9761%206.40948%2014.3521%206.56526%2014.6601C7.24439%2016.003%208.97139%2016.7087%2010.4539%2015.9729C11.4962%2015.4555%2011.9888%2014.4096%2011.6334%2013.4219C11.4734%2012.977%2011.1646%2012.6057%2010.7388%2012.334C11.0072%2012.0915%2011.214%2011.8022%2011.3458%2011.4846C11.5354%2011.0278%2011.5663%2010.5093%2011.373%2010.0268C11.1776%209.53932%2010.779%209.15194%2010.2271%208.91457C9.487%208.59627%208.71859%208.68554%208.09759%208.95732C7.4857%209.22512%206.95317%209.69669%206.67479%2010.2488C6.51938%2010.557%206.64325%2010.9328%206.95147%2011.0882C7.25968%2011.2437%207.63552%2011.1198%207.79093%2010.8116Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.2377%2010.5974C13.9285%2011.0474%2013.7177%2011.7025%2013.7177%2012.456C13.7177%2013.2096%2013.9285%2013.8646%2014.2377%2014.3147C14.5478%2014.766%2014.9198%2014.9689%2015.2656%2014.9689C15.6114%2014.9689%2015.9835%2014.766%2016.2936%2014.3147C16.6028%2013.8646%2016.8136%2013.2096%2016.8136%2012.456C16.8136%2011.7025%2016.6028%2011.0474%2016.2936%2010.5974C15.9835%2010.146%2015.6114%209.94313%2015.2656%209.94313C14.9198%209.94313%2014.5478%2010.146%2014.2377%2010.5974ZM13.2205%209.842C13.6969%209.14866%2014.4113%208.64359%2015.2656%208.64359C16.1199%208.64359%2016.8343%209.14866%2017.3107%209.842C17.788%2010.5366%2018.0636%2011.4629%2018.0636%2012.456C18.0636%2013.4492%2017.788%2014.3755%2017.3107%2015.07C16.8343%2015.7634%2016.1199%2016.2685%2015.2656%2016.2685C14.4113%2016.2685%2013.6969%2015.7634%2013.2205%2015.07C12.7433%2014.3755%2012.4677%2013.4492%2012.4677%2012.456C12.4677%2011.4629%2012.7433%2010.5366%2013.2205%209.842Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.icon-set-shutdown[data-v-82304cab]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2010.8346C11.25%2011.525%2010.6904%2012.0846%2010%2012.0846C9.30968%2012.0846%208.75004%2011.525%208.75004%2010.8346C8.75004%2010.3221%209.05856%209.88154%209.50004%209.68865L9.50004%205.41797H10.5V9.68865C10.9415%209.88154%2011.25%2010.3221%2011.25%2010.8346Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.5%202.16797L12.9167%202.16797V1.16797H7.08337V2.16797L9.50004%202.16797V2.9335C5.36073%203.19147%202.08337%206.63032%202.08337%2010.8346C2.08337%2015.2069%205.62779%2018.7513%2010%2018.7513C14.3723%2018.7513%2017.9167%2015.2069%2017.9167%2010.8346C17.9167%206.63032%2014.6393%203.19147%2010.5%202.9335V2.16797ZM10%2017.7513C13.82%2017.7513%2016.9167%2014.6546%2016.9167%2010.8346C16.9167%207.01467%2013.82%203.91797%2010%203.91797C6.18007%203.91797%203.08337%207.01467%203.08337%2010.8346C3.08337%2014.6546%206.18007%2017.7513%2010%2017.7513Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2010.8346C11.25%2011.525%2010.6904%2012.0846%2010%2012.0846C9.30968%2012.0846%208.75004%2011.525%208.75004%2010.8346C8.75004%2010.3221%209.05856%209.88154%209.50004%209.68865L9.50004%205.41797H10.5V9.68865C10.9415%209.88154%2011.25%2010.3221%2011.25%2010.8346Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.5%202.16797L12.9167%202.16797V1.16797H7.08337V2.16797L9.50004%202.16797V2.9335C5.36073%203.19147%202.08337%206.63032%202.08337%2010.8346C2.08337%2015.2069%205.62779%2018.7513%2010%2018.7513C14.3723%2018.7513%2017.9167%2015.2069%2017.9167%2010.8346C17.9167%206.63032%2014.6393%203.19147%2010.5%202.9335V2.16797ZM10%2017.7513C13.82%2017.7513%2016.9167%2014.6546%2016.9167%2010.8346C16.9167%207.01467%2013.82%203.91797%2010%203.91797C6.18007%203.91797%203.08337%207.01467%203.08337%2010.8346C3.08337%2014.6546%206.18007%2017.7513%2010%2017.7513Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);
}
.icon-set-shutdown-done[data-v-82304cab]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.9166%202.16797L10.4999%202.16797V2.9335C14.639%203.19146%2017.9162%206.62997%2017.9166%2010.834H16.9166C16.9162%207.01431%2013.8197%203.91797%209.99992%203.91797C6.17995%203.91797%203.08325%207.01467%203.08325%2010.8346C3.08325%2014.6546%206.17995%2017.7513%209.99992%2017.7513C9.99993%2017.7513%209.99993%2017.7513%209.99994%2017.7513V18.7513C9.99993%2018.7513%209.99993%2018.7513%209.99992%2018.7513C5.62766%2018.7513%202.08325%2015.2069%202.08325%2010.8346C2.08325%206.63032%205.36061%203.19147%209.49992%202.9335V2.16797L7.08325%202.16797V1.16797H12.9166V2.16797ZM9.99992%2012.0846C10.6903%2012.0846%2011.2499%2011.525%2011.2499%2010.8346C11.2499%2010.3221%2010.9414%209.88154%2010.4999%209.68865V5.41797H9.49992L9.49992%209.68865C9.05844%209.88154%208.74992%2010.3221%208.74992%2010.8346C8.74992%2011.525%209.30956%2012.0846%209.99992%2012.0846Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M10.8333%2015.2498L13.2172%2017.6338C13.2816%2017.6982%2013.3857%2017.699%2013.4511%2017.6356L18.7499%2012.5%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.9166%202.16797L10.4999%202.16797V2.9335C14.639%203.19146%2017.9162%206.62997%2017.9166%2010.834H16.9166C16.9162%207.01431%2013.8197%203.91797%209.99992%203.91797C6.17995%203.91797%203.08325%207.01467%203.08325%2010.8346C3.08325%2014.6546%206.17995%2017.7513%209.99992%2017.7513C9.99993%2017.7513%209.99993%2017.7513%209.99994%2017.7513V18.7513C9.99993%2018.7513%209.99993%2018.7513%209.99992%2018.7513C5.62766%2018.7513%202.08325%2015.2069%202.08325%2010.8346C2.08325%206.63032%205.36061%203.19147%209.49992%202.9335V2.16797L7.08325%202.16797V1.16797H12.9166V2.16797ZM9.99992%2012.0846C10.6903%2012.0846%2011.2499%2011.525%2011.2499%2010.8346C11.2499%2010.3221%2010.9414%209.88154%2010.4999%209.68865V5.41797H9.49992L9.49992%209.68865C9.05844%209.88154%208.74992%2010.3221%208.74992%2010.8346C8.74992%2011.525%209.30956%2012.0846%209.99992%2012.0846Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M10.8333%2015.2498L13.2172%2017.6338C13.2816%2017.6982%2013.3857%2017.699%2013.4511%2017.6356L18.7499%2012.5%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.card-item__operate-area[data-v-82304cab]
{
    width: 100%;
}
.card-item__progress-bar-wrp[data-v-82304cab]
{
    position: relative;
    width: 100%;
    margin: 16px auto 0;
}
.card-item__progress-bar-wrp .card-item__progress-bar[data-v-82304cab]
{
    position: relative;
    width: 100%;
    background-color: var(--weui-FG-3);
    height: 2px;
    border-radius: 9999px;
    margin: 4px 0;
}
.card-item__progress-bar-wrp .card-item__progress-bar[data-v-82304cab]:before
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: var(--percent);
    height: 100%;
    background-color: var(--weui-FG-2);
    border-radius: 9999px;
}
.card-item__progress-bar-wrp .card-item__progress-bar[data-v-82304cab]:after
{
    position: absolute;
    content: "";
    top: 0;
    left: var(--percent);
    width: 8px;
    height: 8px;
    -ms-transform: translate(-50%,calc(-50% + 1px));
    transform: translate(-50%,calc(-50% + 1px));
    border-radius: 9999px;
    background-color: var(--weui-FG);
    transition: width .1s linear,height .1s linear;
}
.card-item__progress-bar-wrp .card-item__progress-bar.active[data-v-82304cab]:after
{
    width: 16px;
    height: 16px;
}
.card-item__progress-bar-wrp .card-item__progress-active-area[data-v-82304cab]
{
    position: absolute;
    top: -16px;
    left: 0;
    height: 32px;
    width: 100%;
    background: transparent;
    z-index: 1;
}
.card-item__progress-bar-wrp .card-item__time-info[data-v-82304cab]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: var(--weui-FG-2);
    font-size: 12px;
    line-height: 1;
}
.card-item__btn-wrp[data-v-82304cab]
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}
.card-item__btn-wrp .card-item__btn-group[data-v-82304cab]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    color: var(--weui-FG);
}
.card-item__btn-wrp .card-item__btn-group.rate-group[data-v-82304cab], .card-item__btn-wrp .card-item__btn-group.shutdown-group[data-v-82304cab]
{
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card-item__btn-wrp .card-item__btn-group.rate-group[data-v-82304cab]
{
    left: 0;
    font-size: 14px;
    color: var(--weui-FG-0);
}
.card-item__btn-wrp .card-item__btn-group.rate-group .card-item__btn-playback-rate.wx_tap_highlight_active[data-v-82304cab]
{
    color: var(--weui-FG-1);
}
.card-item__btn-wrp .card-item__btn-group.shutdown-group[data-v-82304cab]
{
    right: 0;
}
.card-item__btn-wrp .card-item__btn-group.shutdown-group .card-item__btn-set-shutdown[data-v-82304cab]
{
    font-size: 20px;
    width: 1em;
    height: 1em;
}
.card-item__btn-wrp .card-item__btn-group.shutdown-group .card-item__btn-set-shutdown.wx_tap_highlight_active[data-v-82304cab]
{
    background-color: var(--weui-FG-1);
}
.card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-back-15s[data-v-82304cab], .card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-forward-30s[data-v-82304cab]
{
    font-size: 24px;
    width: 1em;
    height: 1em;
}
.card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-back-15s.wx_tap_highlight_active[data-v-82304cab], .card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-forward-30s.wx_tap_highlight_active[data-v-82304cab]
{
    background-color: var(--weui-FG-1);
}
.card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-play[data-v-82304cab]
{
    font-size: 40px;
    width: 1em;
    height: 1em;
}
.card-item__btn-wrp .card-item__btn-group.playing-group>*[data-v-82304cab]:not(:first-child)
{
    margin-left: 24px;
}
.scale-enter[data-v-82304cab], .scale-leave-to[data-v-82304cab]
{
    -ms-transform: scaleX(.1);
    transform: scaleX(.1);
    width: 94%;
}
.scale-enter-active[data-v-82304cab], .scale-leave-active[data-v-82304cab]
{
    transition: width .1s linear .1s;
}
.icon-loading[data-v-e6aadcbd], .icon-correct[data-v-e6aadcbd], .icon-list[data-v-e6aadcbd], .icon-play[data-v-e6aadcbd], .icon-pause[data-v-e6aadcbd], .icon-listen-later[data-v-e6aadcbd], .icon-play-backward[data-v-e6aadcbd], .icon-play-forward[data-v-e6aadcbd], .icon-set-shutdown[data-v-e6aadcbd], .icon-set-shutdown-done[data-v-e6aadcbd]
{
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor;
}
.icon-loading[data-v-e6aadcbd]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
.icon-correct[data-v-e6aadcbd]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.53033 8.53039L13.0303 3.03039L11.9697 1.96973L7 6.9394L4.53033 4.46973L3.46967 5.53039L6.46967 8.53039L7 9.06072L7.53033 8.53039ZM21 5.50006H13.3V7.00006H21V5.50006ZM5 11.8501H21V13.3501H5V11.8501ZM5 17.8501H21V19.3501H5V17.8501Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 5.3501H21V7.1501H13V5.3501ZM21 11.8501H5V13.6501H21V11.8501ZM21 17.8501H5V19.6501H21V17.8501Z' fill='black'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.53033 8.53039L13.0303 3.03039L11.9697 1.96973L7 6.9394L4.53033 4.46973L3.46967 5.53039L6.46967 8.53039L7 9.06072L7.53033 8.53039ZM21 5.50006H13.3V7.00006H21V5.50006ZM5 11.8501H21V13.3501H5V11.8501ZM5 17.8501H21V19.3501H5V17.8501Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 5.3501H21V7.1501H13V5.3501ZM21 11.8501H5V13.6501H21V11.8501ZM21 17.8501H5V19.6501H21V17.8501Z' fill='black'/%3E%3C/svg%3E%0A");
}
.icon-list[data-v-e6aadcbd]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.93335%203.93335H12.9333V4.73335H2.93335V3.93335Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%207.60002H2.93335V8.40002H12.9333V7.60002Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%2011.2667H2.93335V12.0667H12.9333V11.2667Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.93335%203.93335H12.9333V4.73335H2.93335V3.93335Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%207.60002H2.93335V8.40002H12.9333V7.60002Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%2011.2667H2.93335V12.0667H12.9333V11.2667Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.icon-listen-later[data-v-e6aadcbd]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15 3V5.35H9.5V7.15H7.15V9.5H5.35V7.15H3V5.35H5.35V3H7.15ZM11 5.35001H21V7.15001H11V5.35001ZM21 11.85H5V13.65H21V11.85ZM21 17.85H5V19.65H21V17.85Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15 3V5.35H9.5V7.15H7.15V9.5H5.35V7.15H3V5.35H5.35V3H7.15ZM11 5.35001H21V7.15001H11V5.35001ZM21 11.85H5V13.65H21V11.85ZM21 17.85H5V19.65H21V17.85Z' fill='black'/%3E%3C/svg%3E");
}
.icon-play[data-v-e6aadcbd]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
.icon-pause[data-v-e6aadcbd]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5C5.5 4.94772 5.94772 4.5 6.5 4.5H8.5C9.05228 4.5 9.5 4.94772 9.5 5.5V18.5C9.5 19.0523 9.05228 19.5 8.5 19.5H6.5C5.94772 19.5 5.5 19.0523 5.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3Cpath d='M14.5 5.5C14.5 4.94772 14.9477 4.5 15.5 4.5H17.5C18.0523 4.5 18.5 4.94772 18.5 5.5V18.5C18.5 19.0523 18.0523 19.5 17.5 19.5H15.5C14.9477 19.5 14.5 19.0523 14.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5C5.5 4.94772 5.94772 4.5 6.5 4.5H8.5C9.05228 4.5 9.5 4.94772 9.5 5.5V18.5C9.5 19.0523 9.05228 19.5 8.5 19.5H6.5C5.94772 19.5 5.5 19.0523 5.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3Cpath d='M14.5 5.5C14.5 4.94772 14.9477 4.5 15.5 4.5H17.5C18.0523 4.5 18.5 4.94772 18.5 5.5V18.5C18.5 19.0523 18.0523 19.5 17.5 19.5H15.5C14.9477 19.5 14.5 19.0523 14.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
.icon-play-backward[data-v-e6aadcbd]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7483%201.49177C13.8036%201.5742%2013.8332%201.67126%2013.8332%201.77056L13.8334%203.43076C18.0637%204.28142%2021.2499%208.01816%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%209.87257%203.85136%207.4212%205.74915%205.68058C6.05441%205.4006%206.52884%205.42109%206.80882%205.72635C7.0888%206.03161%207.0683%206.50604%206.76304%206.78602C5.17186%208.24543%204.24988%2010.2973%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%208.85051%2017.2286%205.79082%2013.8333%204.96722L13.8332%206.89423C13.8332%207.17038%2013.6094%207.39423%2013.3332%207.39423C13.2339%207.39423%2013.1369%207.36466%2013.0544%207.3093L9.24038%204.74746C9.01114%204.59349%208.95013%204.28284%209.10411%204.05361C9.14026%203.99978%209.18655%203.95349%209.24038%203.91734L13.0544%201.3555C13.2837%201.20153%2013.5943%201.26254%2013.7483%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M9.72297%208.93594C9.94733%209.05876%2010.0868%209.29418%2010.0868%209.54996V15.5259C10.0868%2015.9124%209.77344%2016.2259%209.38684%2016.2259C9.00024%2016.2259%208.68684%2015.9124%208.68684%2015.5259V10.8287L7.83118%2011.376C7.50551%2011.5843%207.07262%2011.4892%206.8643%2011.1635C6.65598%2010.8379%206.75111%2010.405%207.07678%2010.1967L9.00964%208.96028C9.22511%208.82245%209.4986%208.81312%209.72297%208.93594Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9807%208.93049C12.6234%208.93049%2012.3234%209.19955%2012.2848%209.55473L11.9463%2012.6635C11.9142%2012.9587%2012.0719%2013.2421%2012.3397%2013.3705C12.6075%2013.4988%2012.9272%2013.4442%2013.1372%2013.2342C13.5314%2012.84%2014.2128%2012.6585%2014.7923%2012.7803C15.0698%2012.8386%2015.2837%2012.9586%2015.4241%2013.1138C15.5568%2013.2606%2015.6613%2013.4789%2015.6613%2013.8184C15.6613%2014.2297%2015.5365%2014.4849%2015.3836%2014.6514C15.2219%2014.8276%2014.9796%2014.9569%2014.6735%2015.019C14.3669%2015.0812%2014.0286%2015.0685%2013.7251%2014.9904C13.4156%2014.9108%2013.195%2014.7777%2013.0772%2014.6497C12.8152%2014.3654%2012.3724%2014.3473%2012.088%2014.6093C11.8037%2014.8712%2011.7856%2015.3141%2012.0476%2015.5984C12.3976%2015.9783%2012.8859%2016.2201%2013.3764%2016.3463C13.8729%2016.474%2014.4259%2016.4978%2014.952%2016.391C15.4787%2016.2841%2016.0107%2016.0386%2016.415%2015.5981C16.8282%2015.1479%2017.0613%2014.5443%2017.0613%2013.8184C17.0613%2013.1594%2016.8458%2012.5985%2016.4623%2012.1746C16.0864%2011.7591%2015.5877%2011.5169%2015.0803%2011.4102C14.5706%2011.3031%2014.0112%2011.3246%2013.484%2011.475L13.6086%2010.3305H16.2666C16.6532%2010.3305%2016.9666%2010.0171%2016.9666%209.63049C16.9666%209.24389%2016.6532%208.93049%2016.2666%208.93049H12.9807Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7483%201.49177C13.8036%201.5742%2013.8332%201.67126%2013.8332%201.77056L13.8334%203.43076C18.0637%204.28142%2021.2499%208.01816%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%209.87257%203.85136%207.4212%205.74915%205.68058C6.05441%205.4006%206.52884%205.42109%206.80882%205.72635C7.0888%206.03161%207.0683%206.50604%206.76304%206.78602C5.17186%208.24543%204.24988%2010.2973%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%208.85051%2017.2286%205.79082%2013.8333%204.96722L13.8332%206.89423C13.8332%207.17038%2013.6094%207.39423%2013.3332%207.39423C13.2339%207.39423%2013.1369%207.36466%2013.0544%207.3093L9.24038%204.74746C9.01114%204.59349%208.95013%204.28284%209.10411%204.05361C9.14026%203.99978%209.18655%203.95349%209.24038%203.91734L13.0544%201.3555C13.2837%201.20153%2013.5943%201.26254%2013.7483%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M9.72297%208.93594C9.94733%209.05876%2010.0868%209.29418%2010.0868%209.54996V15.5259C10.0868%2015.9124%209.77344%2016.2259%209.38684%2016.2259C9.00024%2016.2259%208.68684%2015.9124%208.68684%2015.5259V10.8287L7.83118%2011.376C7.50551%2011.5843%207.07262%2011.4892%206.8643%2011.1635C6.65598%2010.8379%206.75111%2010.405%207.07678%2010.1967L9.00964%208.96028C9.22511%208.82245%209.4986%208.81312%209.72297%208.93594Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9807%208.93049C12.6234%208.93049%2012.3234%209.19955%2012.2848%209.55473L11.9463%2012.6635C11.9142%2012.9587%2012.0719%2013.2421%2012.3397%2013.3705C12.6075%2013.4988%2012.9272%2013.4442%2013.1372%2013.2342C13.5314%2012.84%2014.2128%2012.6585%2014.7923%2012.7803C15.0698%2012.8386%2015.2837%2012.9586%2015.4241%2013.1138C15.5568%2013.2606%2015.6613%2013.4789%2015.6613%2013.8184C15.6613%2014.2297%2015.5365%2014.4849%2015.3836%2014.6514C15.2219%2014.8276%2014.9796%2014.9569%2014.6735%2015.019C14.3669%2015.0812%2014.0286%2015.0685%2013.7251%2014.9904C13.4156%2014.9108%2013.195%2014.7777%2013.0772%2014.6497C12.8152%2014.3654%2012.3724%2014.3473%2012.088%2014.6093C11.8037%2014.8712%2011.7856%2015.3141%2012.0476%2015.5984C12.3976%2015.9783%2012.8859%2016.2201%2013.3764%2016.3463C13.8729%2016.474%2014.4259%2016.4978%2014.952%2016.391C15.4787%2016.2841%2016.0107%2016.0386%2016.415%2015.5981C16.8282%2015.1479%2017.0613%2014.5443%2017.0613%2013.8184C17.0613%2013.1594%2016.8458%2012.5985%2016.4623%2012.1746C16.0864%2011.7591%2015.5877%2011.5169%2015.0803%2011.4102C14.5706%2011.3031%2014.0112%2011.3246%2013.484%2011.475L13.6086%2010.3305H16.2666C16.6532%2010.3305%2016.9666%2010.0171%2016.9666%209.63049C16.9666%209.24389%2016.6532%208.93049%2016.2666%208.93049H12.9807Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.icon-play-forward[data-v-e6aadcbd]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.2515%201.49177C10.4055%201.26254%2010.7161%201.20153%2010.9453%201.3555L14.7594%203.91733C14.8132%203.95349%2014.8595%203.99978%2014.8956%204.05361C15.0496%204.28284%2014.9886%204.59349%2014.7594%204.74746L10.9453%207.30929C10.8629%207.36466%2010.7658%207.39423%2010.6665%207.39423C10.3904%207.39423%2010.1665%207.17038%2010.1665%206.89423L10.1664%204.96722C6.77113%205.79082%204.24988%208.85051%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%2010.2973%2018.8279%208.24543%2017.2367%206.78602C16.9315%206.50604%2016.911%206.03161%2017.1909%205.72635C17.4709%205.42109%2017.9453%205.4006%2018.2506%205.68058C20.1484%207.4212%2021.2499%209.87257%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%208.01816%205.93602%204.28142%2010.1664%203.43076L10.1665%201.77056C10.1665%201.67126%2010.1961%201.5742%2010.2515%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.79093%2010.8116C7.91968%2010.5562%208.2128%2010.2714%208.59876%2010.1025C8.97562%209.93752%209.37726%209.90979%209.73318%2010.0629C10.0272%2010.1893%2010.1578%2010.3547%2010.2127%2010.4917C10.2696%2010.6338%2010.2718%2010.8115%2010.1913%2011.0054C10.0309%2011.3918%209.52852%2011.8306%208.66104%2011.8306C8.31587%2011.8306%208.03604%2012.1104%208.03604%2012.4556C8.03604%2012.8007%208.31585%2013.0806%208.66103%2013.0806C8.69086%2013.0806%208.72052%2013.0802%208.75003%2013.0795C8.76375%2013.0804%208.77759%2013.0809%208.79153%2013.0809C9.9031%2013.0809%2010.3467%2013.5378%2010.4573%2013.845C10.5616%2014.1352%2010.473%2014.5679%209.89815%2014.8532C9.07789%2015.2604%208.07426%2014.8742%207.68073%2014.096C7.52496%2013.788%207.14897%2013.6646%206.84094%2013.8203C6.53291%2013.9761%206.40948%2014.3521%206.56526%2014.6601C7.24439%2016.003%208.97139%2016.7087%2010.4539%2015.9729C11.4962%2015.4555%2011.9888%2014.4096%2011.6334%2013.4219C11.4734%2012.977%2011.1646%2012.6057%2010.7388%2012.334C11.0072%2012.0915%2011.214%2011.8022%2011.3458%2011.4846C11.5354%2011.0278%2011.5663%2010.5093%2011.373%2010.0268C11.1776%209.53932%2010.779%209.15194%2010.2271%208.91457C9.487%208.59627%208.71859%208.68554%208.09759%208.95732C7.4857%209.22512%206.95317%209.69669%206.67479%2010.2488C6.51938%2010.557%206.64325%2010.9328%206.95147%2011.0882C7.25968%2011.2437%207.63552%2011.1198%207.79093%2010.8116Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.2377%2010.5974C13.9285%2011.0474%2013.7177%2011.7025%2013.7177%2012.456C13.7177%2013.2096%2013.9285%2013.8646%2014.2377%2014.3147C14.5478%2014.766%2014.9198%2014.9689%2015.2656%2014.9689C15.6114%2014.9689%2015.9835%2014.766%2016.2936%2014.3147C16.6028%2013.8646%2016.8136%2013.2096%2016.8136%2012.456C16.8136%2011.7025%2016.6028%2011.0474%2016.2936%2010.5974C15.9835%2010.146%2015.6114%209.94313%2015.2656%209.94313C14.9198%209.94313%2014.5478%2010.146%2014.2377%2010.5974ZM13.2205%209.842C13.6969%209.14866%2014.4113%208.64359%2015.2656%208.64359C16.1199%208.64359%2016.8343%209.14866%2017.3107%209.842C17.788%2010.5366%2018.0636%2011.4629%2018.0636%2012.456C18.0636%2013.4492%2017.788%2014.3755%2017.3107%2015.07C16.8343%2015.7634%2016.1199%2016.2685%2015.2656%2016.2685C14.4113%2016.2685%2013.6969%2015.7634%2013.2205%2015.07C12.7433%2014.3755%2012.4677%2013.4492%2012.4677%2012.456C12.4677%2011.4629%2012.7433%2010.5366%2013.2205%209.842Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.2515%201.49177C10.4055%201.26254%2010.7161%201.20153%2010.9453%201.3555L14.7594%203.91733C14.8132%203.95349%2014.8595%203.99978%2014.8956%204.05361C15.0496%204.28284%2014.9886%204.59349%2014.7594%204.74746L10.9453%207.30929C10.8629%207.36466%2010.7658%207.39423%2010.6665%207.39423C10.3904%207.39423%2010.1665%207.17038%2010.1665%206.89423L10.1664%204.96722C6.77113%205.79082%204.24988%208.85051%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%2010.2973%2018.8279%208.24543%2017.2367%206.78602C16.9315%206.50604%2016.911%206.03161%2017.1909%205.72635C17.4709%205.42109%2017.9453%205.4006%2018.2506%205.68058C20.1484%207.4212%2021.2499%209.87257%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%208.01816%205.93602%204.28142%2010.1664%203.43076L10.1665%201.77056C10.1665%201.67126%2010.1961%201.5742%2010.2515%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.79093%2010.8116C7.91968%2010.5562%208.2128%2010.2714%208.59876%2010.1025C8.97562%209.93752%209.37726%209.90979%209.73318%2010.0629C10.0272%2010.1893%2010.1578%2010.3547%2010.2127%2010.4917C10.2696%2010.6338%2010.2718%2010.8115%2010.1913%2011.0054C10.0309%2011.3918%209.52852%2011.8306%208.66104%2011.8306C8.31587%2011.8306%208.03604%2012.1104%208.03604%2012.4556C8.03604%2012.8007%208.31585%2013.0806%208.66103%2013.0806C8.69086%2013.0806%208.72052%2013.0802%208.75003%2013.0795C8.76375%2013.0804%208.77759%2013.0809%208.79153%2013.0809C9.9031%2013.0809%2010.3467%2013.5378%2010.4573%2013.845C10.5616%2014.1352%2010.473%2014.5679%209.89815%2014.8532C9.07789%2015.2604%208.07426%2014.8742%207.68073%2014.096C7.52496%2013.788%207.14897%2013.6646%206.84094%2013.8203C6.53291%2013.9761%206.40948%2014.3521%206.56526%2014.6601C7.24439%2016.003%208.97139%2016.7087%2010.4539%2015.9729C11.4962%2015.4555%2011.9888%2014.4096%2011.6334%2013.4219C11.4734%2012.977%2011.1646%2012.6057%2010.7388%2012.334C11.0072%2012.0915%2011.214%2011.8022%2011.3458%2011.4846C11.5354%2011.0278%2011.5663%2010.5093%2011.373%2010.0268C11.1776%209.53932%2010.779%209.15194%2010.2271%208.91457C9.487%208.59627%208.71859%208.68554%208.09759%208.95732C7.4857%209.22512%206.95317%209.69669%206.67479%2010.2488C6.51938%2010.557%206.64325%2010.9328%206.95147%2011.0882C7.25968%2011.2437%207.63552%2011.1198%207.79093%2010.8116Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.2377%2010.5974C13.9285%2011.0474%2013.7177%2011.7025%2013.7177%2012.456C13.7177%2013.2096%2013.9285%2013.8646%2014.2377%2014.3147C14.5478%2014.766%2014.9198%2014.9689%2015.2656%2014.9689C15.6114%2014.9689%2015.9835%2014.766%2016.2936%2014.3147C16.6028%2013.8646%2016.8136%2013.2096%2016.8136%2012.456C16.8136%2011.7025%2016.6028%2011.0474%2016.2936%2010.5974C15.9835%2010.146%2015.6114%209.94313%2015.2656%209.94313C14.9198%209.94313%2014.5478%2010.146%2014.2377%2010.5974ZM13.2205%209.842C13.6969%209.14866%2014.4113%208.64359%2015.2656%208.64359C16.1199%208.64359%2016.8343%209.14866%2017.3107%209.842C17.788%2010.5366%2018.0636%2011.4629%2018.0636%2012.456C18.0636%2013.4492%2017.788%2014.3755%2017.3107%2015.07C16.8343%2015.7634%2016.1199%2016.2685%2015.2656%2016.2685C14.4113%2016.2685%2013.6969%2015.7634%2013.2205%2015.07C12.7433%2014.3755%2012.4677%2013.4492%2012.4677%2012.456C12.4677%2011.4629%2012.7433%2010.5366%2013.2205%209.842Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.icon-set-shutdown[data-v-e6aadcbd]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2010.8346C11.25%2011.525%2010.6904%2012.0846%2010%2012.0846C9.30968%2012.0846%208.75004%2011.525%208.75004%2010.8346C8.75004%2010.3221%209.05856%209.88154%209.50004%209.68865L9.50004%205.41797H10.5V9.68865C10.9415%209.88154%2011.25%2010.3221%2011.25%2010.8346Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.5%202.16797L12.9167%202.16797V1.16797H7.08337V2.16797L9.50004%202.16797V2.9335C5.36073%203.19147%202.08337%206.63032%202.08337%2010.8346C2.08337%2015.2069%205.62779%2018.7513%2010%2018.7513C14.3723%2018.7513%2017.9167%2015.2069%2017.9167%2010.8346C17.9167%206.63032%2014.6393%203.19147%2010.5%202.9335V2.16797ZM10%2017.7513C13.82%2017.7513%2016.9167%2014.6546%2016.9167%2010.8346C16.9167%207.01467%2013.82%203.91797%2010%203.91797C6.18007%203.91797%203.08337%207.01467%203.08337%2010.8346C3.08337%2014.6546%206.18007%2017.7513%2010%2017.7513Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2010.8346C11.25%2011.525%2010.6904%2012.0846%2010%2012.0846C9.30968%2012.0846%208.75004%2011.525%208.75004%2010.8346C8.75004%2010.3221%209.05856%209.88154%209.50004%209.68865L9.50004%205.41797H10.5V9.68865C10.9415%209.88154%2011.25%2010.3221%2011.25%2010.8346Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.5%202.16797L12.9167%202.16797V1.16797H7.08337V2.16797L9.50004%202.16797V2.9335C5.36073%203.19147%202.08337%206.63032%202.08337%2010.8346C2.08337%2015.2069%205.62779%2018.7513%2010%2018.7513C14.3723%2018.7513%2017.9167%2015.2069%2017.9167%2010.8346C17.9167%206.63032%2014.6393%203.19147%2010.5%202.9335V2.16797ZM10%2017.7513C13.82%2017.7513%2016.9167%2014.6546%2016.9167%2010.8346C16.9167%207.01467%2013.82%203.91797%2010%203.91797C6.18007%203.91797%203.08337%207.01467%203.08337%2010.8346C3.08337%2014.6546%206.18007%2017.7513%2010%2017.7513Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);
}
.icon-set-shutdown-done[data-v-e6aadcbd]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.9166%202.16797L10.4999%202.16797V2.9335C14.639%203.19146%2017.9162%206.62997%2017.9166%2010.834H16.9166C16.9162%207.01431%2013.8197%203.91797%209.99992%203.91797C6.17995%203.91797%203.08325%207.01467%203.08325%2010.8346C3.08325%2014.6546%206.17995%2017.7513%209.99992%2017.7513C9.99993%2017.7513%209.99993%2017.7513%209.99994%2017.7513V18.7513C9.99993%2018.7513%209.99993%2018.7513%209.99992%2018.7513C5.62766%2018.7513%202.08325%2015.2069%202.08325%2010.8346C2.08325%206.63032%205.36061%203.19147%209.49992%202.9335V2.16797L7.08325%202.16797V1.16797H12.9166V2.16797ZM9.99992%2012.0846C10.6903%2012.0846%2011.2499%2011.525%2011.2499%2010.8346C11.2499%2010.3221%2010.9414%209.88154%2010.4999%209.68865V5.41797H9.49992L9.49992%209.68865C9.05844%209.88154%208.74992%2010.3221%208.74992%2010.8346C8.74992%2011.525%209.30956%2012.0846%209.99992%2012.0846Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M10.8333%2015.2498L13.2172%2017.6338C13.2816%2017.6982%2013.3857%2017.699%2013.4511%2017.6356L18.7499%2012.5%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.9166%202.16797L10.4999%202.16797V2.9335C14.639%203.19146%2017.9162%206.62997%2017.9166%2010.834H16.9166C16.9162%207.01431%2013.8197%203.91797%209.99992%203.91797C6.17995%203.91797%203.08325%207.01467%203.08325%2010.8346C3.08325%2014.6546%206.17995%2017.7513%209.99992%2017.7513C9.99993%2017.7513%209.99993%2017.7513%209.99994%2017.7513V18.7513C9.99993%2018.7513%209.99993%2018.7513%209.99992%2018.7513C5.62766%2018.7513%202.08325%2015.2069%202.08325%2010.8346C2.08325%206.63032%205.36061%203.19147%209.49992%202.9335V2.16797L7.08325%202.16797V1.16797H12.9166V2.16797ZM9.99992%2012.0846C10.6903%2012.0846%2011.2499%2011.525%2011.2499%2010.8346C11.2499%2010.3221%2010.9414%209.88154%2010.4999%209.68865V5.41797H9.49992L9.49992%209.68865C9.05844%209.88154%208.74992%2010.3221%208.74992%2010.8346C8.74992%2011.525%209.30956%2012.0846%209.99992%2012.0846Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M10.8333%2015.2498L13.2172%2017.6338C13.2816%2017.6982%2013.3857%2017.699%2013.4511%2017.6356L18.7499%2012.5%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.playing[data-v-e6aadcbd]
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}
.playing .dot1[data-v-e6aadcbd], .playing .dot2[data-v-e6aadcbd], .playing .dot3[data-v-e6aadcbd], .playing .dot4[data-v-e6aadcbd]
{
    font-size: 8px;
    width: .5em;
    height: .5em;
    background: #fff;
    border-radius: 9999px;
}
.playing .dot1[data-v-e6aadcbd]:not(:first-child), .playing .dot2[data-v-e6aadcbd]:not(:first-child), .playing .dot3[data-v-e6aadcbd]:not(:first-child), .playing .dot4[data-v-e6aadcbd]:not(:first-child)
{
    margin-left: .25em;
}
.playing .dot1[data-v-e6aadcbd]
{
    animation: playAnimeDot1-e6aadcbd 4s infinite ease-in-out;
}
.playing .dot2[data-v-e6aadcbd]
{
    animation: playAnimeDot2-e6aadcbd 4s infinite ease-in-out;
}
.playing .dot3[data-v-e6aadcbd]
{
    animation: playAnimeDot3-e6aadcbd 4s infinite ease-in-out;
}
.playing .dot4[data-v-e6aadcbd]
{
    animation: playAnimeDot4-e6aadcbd 4s infinite ease-in-out;
}
.playing.pause .dot1[data-v-e6aadcbd], .playing.pause .dot2[data-v-e6aadcbd], .playing.pause .dot3[data-v-e6aadcbd], .playing.pause .dot4[data-v-e6aadcbd]
{
    animation: unset;
}
.playing.small .dot1[data-v-e6aadcbd], .playing.small .dot2[data-v-e6aadcbd], .playing.small .dot3[data-v-e6aadcbd], .playing.small .dot4[data-v-e6aadcbd]
{
    font-size: 8px;
    width: .125em;
    height: .125em;
}
.playing.small .dot1[data-v-e6aadcbd]:not(:first-child), .playing.small .dot2[data-v-e6aadcbd]:not(:first-child), .playing.small .dot3[data-v-e6aadcbd]:not(:first-child), .playing.small .dot4[data-v-e6aadcbd]:not(:first-child)
{
    margin-left: 1px;
}
.playing-line1[data-v-e6aadcbd]
{
    animation: 4s linear infinite alternate line1-e6aadcbd;
}
.playing-line2[data-v-e6aadcbd]
{
    animation: 4s linear infinite alternate line2-e6aadcbd;
}
.playing-line3[data-v-e6aadcbd]
{
    animation: 4s linear infinite alternate line3-e6aadcbd;
}
.playing-line4[data-v-e6aadcbd]
{
    animation: 4s linear infinite alternate line4-e6aadcbd;
}
.playing-line5[data-v-e6aadcbd]
{
    animation: 4s linear infinite alternate line5-e6aadcbd;
}
.playing-line6[data-v-e6aadcbd]
{
    animation: 4s linear infinite alternate line6-e6aadcbd;
}
.playing-line7[data-v-e6aadcbd]
{
    animation: 4s linear infinite alternate line7-e6aadcbd;
}
.playing-line8[data-v-e6aadcbd]
{
    animation: 4s linear infinite alternate line8-e6aadcbd;
}
@keyframes line1-e6aadcbd
{
    0%
    {
        height: 40%;
    }
    10%
    {
        height: 25%;
    }
    20%
    {
        height: 50%;
    }
    30%
    {
        height: 25%;
    }
    40%
    {
        height: 55%;
    }
    50%
    {
        height: 35%;
    }
    60%
    {
        height: 20%;
    }
    70%
    {
        height: 65%;
    }
    80%
    {
        height: 35%;
    }
    90%
    {
        height: 55%;
    }
    to
    {
        height: 15%;
    }
}
@keyframes line2-e6aadcbd
{
    0%
    {
        height: 10%;
    }
    10%
    {
        height: 40%;
    }
    20%
    {
        height: 50%;
    }
    30%
    {
        height: 30%;
    }
    40%
    {
        height: 45%;
    }
    50%
    {
        height: 35%;
    }
    60%
    {
        height: 15%;
    }
    70%
    {
        height: 55%;
    }
    80%
    {
        height: 40%;
    }
    90%
    {
        height: 45%;
    }
    to
    {
        height: 25%;
    }
}
@keyframes line3-e6aadcbd
{
    0%
    {
        height: 25%;
    }
    10%
    {
        height: 40%;
    }
    20%
    {
        height: 30%;
    }
    30%
    {
        height: 50%;
    }
    40%
    {
        height: 45%;
    }
    50%
    {
        height: 50%;
    }
    60%
    {
        height: 25%;
    }
    70%
    {
        height: 60%;
    }
    80%
    {
        height: 35%;
    }
    90%
    {
        height: 40%;
    }
    to
    {
        height: 15%;
    }
}
@keyframes line4-e6aadcbd
{
    0%
    {
        height: 20%;
    }
    10%
    {
        height: 40%;
    }
    20%
    {
        height: 65%;
    }
    30%
    {
        height: 30%;
    }
    40%
    {
        height: 55%;
    }
    50%
    {
        height: 45%;
    }
    60%
    {
        height: 25%;
    }
    70%
    {
        height: 45%;
    }
    80%
    {
        height: 40%;
    }
    90%
    {
        height: 75%;
    }
    to
    {
        height: 30%;
    }
}
@keyframes line5-e6aadcbd
{
    0%
    {
        height: 30%;
    }
    10%
    {
        height: 60%;
    }
    20%
    {
        height: 40%;
    }
    30%
    {
        height: 70%;
    }
    40%
    {
        height: 35%;
    }
    50%
    {
        height: 55%;
    }
    60%
    {
        height: 45%;
    }
    70%
    {
        height: 25%;
    }
    80%
    {
        height: 60%;
    }
    90%
    {
        height: 40%;
    }
    to
    {
        height: 25%;
    }
}
@keyframes line6-e6aadcbd
{
    0%
    {
        height: 30%;
    }
    10%
    {
        height: 50%;
    }
    20%
    {
        height: 40%;
    }
    30%
    {
        height: 60%;
    }
    40%
    {
        height: 35%;
    }
    50%
    {
        height: 65%;
    }
    60%
    {
        height: 45%;
    }
    70%
    {
        height: 30%;
    }
    80%
    {
        height: 55%;
    }
    90%
    {
        height: 40%;
    }
    to
    {
        height: 30%;
    }
}
@keyframes line7-e6aadcbd
{
    0%
    {
        height: 35%;
    }
    10%
    {
        height: 45%;
    }
    20%
    {
        height: 50%;
    }
    30%
    {
        height: 40%;
    }
    40%
    {
        height: 70%;
    }
    50%
    {
        height: 30%;
    }
    60%
    {
        height: 55%;
    }
    70%
    {
        height: 45%;
    }
    80%
    {
        height: 25%;
    }
    90%
    {
        height: 60%;
    }
    to
    {
        height: 35%;
    }
}
@keyframes line8-e6aadcbd
{
    0%
    {
        height: 40%;
    }
    10%
    {
        height: 30%;
    }
    20%
    {
        height: 55%;
    }
    30%
    {
        height: 45%;
    }
    40%
    {
        height: 60%;
    }
    50%
    {
        height: 35%;
    }
    60%
    {
        height: 55%;
    }
    70%
    {
        height: 40%;
    }
    80%
    {
        height: 50%;
    }
    90%
    {
        height: 40%;
    }
    to
    {
        height: 30%;
    }
}
@keyframes playAnimeDot1-e6aadcbd
{
    0%
    {
        transform: translateZ(1.1px);
    }
    6.25%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    12.5%
    {
        transform: translateZ(1.1px);
    }
    18.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    25%
    {
        transform: translateZ(1.1px);
    }
    31.25%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    37.5%
    {
        transform: translateZ(1.1px);
    }
    43.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    50%
    {
        transform: translateZ(1.1px);
    }
    56.25%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    62.5%
    {
        transform: translateZ(1.1px);
    }
    68.75%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    75%
    {
        transform: translateZ(1.1px);
    }
    81.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    87.5%
    {
        transform: translateZ(1.1px);
    }
    93.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    to
    {
        transform: translateZ(1.1px);
    }
}
@keyframes playAnimeDot2-e6aadcbd
{
    0%
    {
        transform: translateZ(1.1px);
    }
    6.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    12.5%
    {
        transform: translateZ(1.1px);
    }
    18.75%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    25%
    {
        transform: translateZ(1.1px);
    }
    31.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    37.5%
    {
        transform: translateZ(1.1px);
    }
    43.75%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    50%
    {
        transform: translateZ(1.1px);
    }
    56.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    62.5%
    {
        transform: translateZ(1.1px);
    }
    68.75%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    75%
    {
        transform: translateZ(1.1px);
    }
    81.25%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    87.5%
    {
        transform: translateZ(1.1px);
    }
    93.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    to
    {
        transform: translateZ(1.1px);
    }
}
@keyframes playAnimeDot3-e6aadcbd
{
    0%
    {
        transform: translateZ(1.1px);
    }
    6.25%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    12.5%
    {
        transform: translateZ(1.1px);
    }
    18.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    25%
    {
        transform: translateZ(1.1px);
    }
    31.25%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    37.5%
    {
        transform: translateZ(1.1px);
    }
    43.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    50%
    {
        transform: translateZ(1.1px);
    }
    56.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    62.5%
    {
        transform: translateZ(1.1px);
    }
    68.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    75%
    {
        transform: translateZ(1.1px);
    }
    81.25%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    87.5%
    {
        transform: translateZ(1.1px);
    }
    93.75%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    to
    {
        transform: translateZ(1.1px);
    }
}
@keyframes playAnimeDot4-e6aadcbd
{
    0%
    {
        transform: translateZ(1.1px);
    }
    6.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    12.5%
    {
        transform: translateZ(1.1px);
    }
    18.75%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    25%
    {
        transform: translateZ(1.1px);
    }
    31.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    37.5%
    {
        transform: translateZ(1.1px);
    }
    43.75%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    50%
    {
        transform: translateZ(1.1px);
    }
    56.25%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    62.5%
    {
        transform: translateZ(1.1px);
    }
    68.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    75%
    {
        transform: translateZ(1.1px);
    }
    81.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    87.5%
    {
        transform: translateZ(1.1px);
    }
    93.75%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    to
    {
        transform: translateZ(1.1px);
    }
}
@keyframes vibrateShort-e6aadcbd
{
    0%
    {
        transform: rotate(0);
    }
    20%
    {
        transform: rotate(12.5);
    }
    40%
    {
        transform: rotate(-12.5);
    }
    60%
    {
        transform: rotate(6);
    }
    80%
    {
        transform: rotate(-6);
    }
    to
    {
        transform: rotate(0);
    }
}
.card-item__wrp[data-v-e6aadcbd]
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 16px 24px;
    transition: opacity .2s ease-in,transform .3s ease-out,position .3s ease-out;
}
.card-item__wrp[data-v-e6aadcbd]:before
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--weui-BG-2);
    z-index: -2;
}
.card-item__wrp.wx_tap_highlight_active[data-v-e6aadcbd]:before
{
    background-color: var(--weui-FG-3);
}
.card-item__wrp.now-playing[data-v-e6aadcbd]:after
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--weui-BRAND-100);
    opacity: .1;
    z-index: -1;
}
.card-item__wrp.now-playing.gray-active[data-v-e6aadcbd]:after
{
    background: var(--weui-BG-1);
    opacity: 1;
}
.card-item__wrp.now-playing.none-active[data-v-e6aadcbd]:after
{
    background: transparent;
    opacity: 0;
}
.card-item__info-area[data-v-e6aadcbd]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.card-item-operate-area[data-v-e6aadcbd]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.card-item__cover[data-v-e6aadcbd]
{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 56px;
    height: 56px;
    border-radius: 2px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 12px;
}
.card-item__cover.card-item__cover[data-v-e6aadcbd]
{
    width: 48px;
    height: 48px;
}
.big-cover .card-item__cover[data-v-e6aadcbd]
{
    width: 64px;
    height: 64px;
}
.card-item__info[data-v-e6aadcbd]
{
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}
.card-item__title[data-v-e6aadcbd]
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 400;
    color: var(--weui-FG-0);
    -webkit-line-clamp: 2;
}
.card-item__title.bold-title[data-v-e6aadcbd]
{
    font-size: 19px;
    font-weight: 500;
}
.card-item__title.small-title[data-v-e6aadcbd]
{
    font-size: 15px;
}
.card-item__desc[data-v-e6aadcbd]
{
    font-size: 15px;
    color: var(--weui-FG-2);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-item__desc-playing[data-v-e6aadcbd]
{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    vertical-align: middle;
}
.card-item__desc-playing .playing[data-v-e6aadcbd]
{
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
}
.card-item__desc-playing .playing>*[data-v-e6aadcbd]
{
    background-color: currentColor;
}
.card-item__playing[data-v-e6aadcbd]
{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.card-item__playing .playing[data-v-e6aadcbd]
{
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
}
.card-item__playing .playing>*[data-v-e6aadcbd]
{
    background-color: var(--weui-BRAND-100);
}
.card-item__playing>*[data-v-e6aadcbd]:not(.playing)
{
    width: 2px;
    border-radius: 9999px;
    background-color: var(--weui-BRAND-100);
}
.card-item__playing>*[data-v-e6aadcbd]:not(.playing):not(:first-child)
{
    margin-left: 2px;
}
.card-item__playing .playing-line1[data-v-e6aadcbd]
{
    -ms-transform: scaleY(.4);
    transform: scaleY(.4);
}
.card-item__playing .playing-line2[data-v-e6aadcbd]
{
    -ms-transform: scaleY(.6);
    transform: scaleY(.6);
}
.card-item__playing .playing-line3[data-v-e6aadcbd]
{
    -ms-transform: scaleY(.8);
    transform: scaleY(.8);
}
.card-item__playing .playing-line4[data-v-e6aadcbd], .card-item__playing .playing-line5[data-v-e6aadcbd]
{
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.card-item__playing .playing-line6[data-v-e6aadcbd]
{
    -ms-transform: scaleY(.8);
    transform: scaleY(.8);
}
.card-item__playing .playing-line7[data-v-e6aadcbd]
{
    -ms-transform: scaleY(.6);
    transform: scaleY(.6);
}
.card-item__playing .playing-line8[data-v-e6aadcbd]
{
    -ms-transform: scaleY(.4);
    transform: scaleY(.4);
}
.card-item__playing.pause>*[data-v-e6aadcbd]
{
    animation: unset;
}
.option-menu__wrp[data-v-3bfe7d18]
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 5001;
    -ms-transform-origin: var(--transform-origin-left) var(--transform-origin-top);
    transform-origin: var(--transform-origin-left) var(--transform-origin-top);
}
.option-menu[data-v-3bfe7d18]
{
    position: fixed;
    min-width: 220px;
    max-width: 56vw;
    border-radius: 12px;
    padding: 0 12px;
    background: var(--weui-BG-2);
    box-shadow: 0 12px 16px rgba(0,0,0,.05);
    font-size: 17px;
    color: var(--weui-FG-0);
    line-height: 1.4;
}
.option-item[data-v-3bfe7d18]
{
    position: relative;
    padding: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.option-item[data-v-3bfe7d18]:after
{
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--weui-FG-5);
    -ms-transform-origin: center;
    transform-origin: center;
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 0;
    bottom: 0;
}
.option-item[data-v-3bfe7d18]:last-child:after
{
    display: none;
}
.option-item .weui-icon-checked[data-v-3bfe7d18]
{
    color: var(--weui-BRAND-100);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.fade-enter[data-v-3bfe7d18], .fade-leave-to[data-v-3bfe7d18]
{
    opacity: 0;
    -ms-transform: scale(.1);
    transform: scale(.1);
}
.fade-enter-to[data-v-3bfe7d18], .fade-leave[data-v-3bfe7d18]
{
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
.fade-enter-active[data-v-3bfe7d18], .fade-leave-active[data-v-3bfe7d18]
{
    transition: opacity .15s ease-in-out,transform .15s ease-in-out;
}
.audio-panel-modal .wx_bottom_modal
{
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.audio-panel-modal .weui-half-screen-dialog__hd
{
    padding-left: 24px;
    padding-right: 24px;
}
.audio-panel-modal .weui-half-screen-dialog__bd
{
    padding-bottom: 0;
}
.audio-panel-modal .weui-half-screen-dialog__bd::-webkit-scrollbar
{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.audio-panel-modal .list-screen .weui-loadmore.empty
{
    width: 40%;
}
.audio-panel-modal .weui-cell_swiped:before
{
    display: none;
}
.audio-panel-modal .weui-cell_swiped .weui-swiped-btn
{
    font-weight: 500;
}
.audio-panel-modal .weui-cell_swiped .slide-item-primary
{
    background-color: var(--weui-INDIGO-100);
}
.audio-panel-modal .audio-list__item-slide-wrp.sortable-ghost
{
    opacity: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.audio-panel-modal .audio-list__item-slide-wrp.sortable-ghost *
{
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.audio-panel-modal .audio-list__item-slide-wrp.sortable-drag
{
    opacity: 1!important;
    transform: translate3d(0,var(--drag-ghost-transition-dis),1.1px)!important;
    box-sizing: border-box;
    padding: 8px 16px!important;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.audio-panel-modal .audio-list__item-slide-wrp.sortable-drag *
{
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.audio-panel-modal .audio-list__item-slide-wrp.sortable-drag .weui-cell__bd
{
    -ms-transform: none!important;
    transform: none!important;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0,0,0,.05);
}
.audio-panel-modal .audio-list__item-slide-wrp.sortable-drag .weui-cell__ft
{
    opacity: 0!important;
}
.audio-panel-modal .audio-list__item-slide-wrp.sortable-drag .card-item__wrp
{
    padding: 8px;
    border-radius: 12px;
    overflow: hidden;
}
.audio-panel-disable-touch-action .weui-half-screen-dialog__bd
{
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.card-item__progress-bar-wrp[data-v-18f40948]
{
    position: relative;
    width: 100%;
    margin-top: 16px;
}
.card-item__progress-bar-wrp .card-item__progress-bar[data-v-18f40948]
{
    position: relative;
    width: 100%;
    background-color: var(--weui-FG-3);
    height: 1px;
    border-radius: 9999px;
    margin: 4px 0;
}
.card-item__progress-bar-wrp .card-item__progress-bar[data-v-18f40948]:before
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: var(--percent);
    height: 100%;
    background-color: var(--weui-FG);
}
.card-item__progress-bar-wrp .card-item__progress-bar[data-v-18f40948]:after
{
    position: absolute;
    content: "";
    top: 0;
    left: var(--percent);
    width: 8px;
    height: 8px;
    -ms-transform: translate(-50%,calc(-50% + 1px));
    transform: translate(-50%,calc(-50% + 1px));
    border-radius: 9999px;
    background-color: var(--weui-FG);
    transition: width .1s linear,height .1s linear;
}
.card-item__progress-bar-wrp .card-item__progress-bar.active[data-v-18f40948]:after
{
    width: 16px;
    height: 16px;
}
.card-item__progress-bar-wrp .card-item__progress-active-area[data-v-18f40948]
{
    position: absolute;
    top: -10px;
    left: 0;
    height: 20px;
    width: 100%;
    background: transparent;
    z-index: 1;
}
.card-item__progress-bar-wrp .card-item__time-info[data-v-18f40948]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: var(--weui-FG-2);
    font-size: 12px;
    line-height: 1.4;
}
.card-item__btn-wrp[data-v-18f40948]
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}
.card-item__btn-wrp .card-item__btn-group[data-v-18f40948]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    color: var(--weui-FG);
}
.card-item__btn-wrp .card-item__btn-group.rate-group[data-v-18f40948], .card-item__btn-wrp .card-item__btn-group.shutdown-group[data-v-18f40948]
{
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card-item__btn-wrp .card-item__btn-group.rate-group[data-v-18f40948]
{
    left: 0;
    font-size: 14px;
    color: var(--weui-FG-0);
}
.card-item__btn-wrp .card-item__btn-group.rate-group .card-item__btn-playback-rate.wx_tap_highlight_active[data-v-18f40948]
{
    color: var(--weui-FG-1);
}
.card-item__btn-wrp .card-item__btn-group.shutdown-group[data-v-18f40948]
{
    right: 0;
}
.card-item__btn-wrp .card-item__btn-group.shutdown-group .card-item__btn-set-shutdown[data-v-18f40948]
{
    font-size: 20px;
    width: 1em;
    height: 1em;
}
.card-item__btn-wrp .card-item__btn-group.shutdown-group .card-item__btn-set-shutdown.wx_tap_highlight_active[data-v-18f40948]
{
    background-color: var(--weui-FG-1);
}
.card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-back-15s[data-v-18f40948], .card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-forward-30s[data-v-18f40948]
{
    font-size: 24px;
    width: 1em;
    height: 1em;
}
.card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-back-15s.wx_tap_highlight_active[data-v-18f40948], .card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-forward-30s.wx_tap_highlight_active[data-v-18f40948]
{
    background-color: var(--weui-FG-1);
}
.card-item__btn-wrp .card-item__btn-group.playing-group .card-item__btn-play[data-v-18f40948]
{
    font-size: 40px;
    width: 1em;
    height: 1em;
}
.card-item__btn-wrp .card-item__btn-group.playing-group>*[data-v-18f40948]:not(:first-child)
{
    margin-left: 32px;
}
*[data-v-18f40948]
{
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
.play-list-btn[data-v-18f40948]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    background: unset;
    font-size: 14px;
    line-height: 1.4;
    color: var(--weui-FG-0);
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 8px 0;
}
.play-list-btn>*[data-v-18f40948]
{
    display: inline-block;
}
.play-list-btn .icon-list[data-v-18f40948]
{
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.play-list-btn .list-icon__wrp[data-v-18f40948]
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    padding: 3px;
}
.play-list-btn .list-icon__wrp>*[data-v-18f40948]
{
    width: 100%;
    height: 1px;
    background-color: currentColor;
}
.play-list-btn.wx_tap_highlight_active[data-v-18f40948]
{
    background: var(--weui-FG-4);
}
.modal-title[data-v-18f40948]
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.modal-title .title[data-v-18f40948]
{
    font-size: 15px;
    font-weight: 500;
    color: var(--weui-FG-0);
    line-height: 1.4;
}
.modal-title .desc[data-v-18f40948]
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.68;
    color: var(--weui-FG-1);
    margin-top: -2px;
}
.modal-title .desc .playing[data-v-18f40948]
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    left: -4px;
    top: 50%;
    -ms-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    font-size: 12px;
    width: 1em;
    height: 1em;
    background-color: transparent;
    margin-bottom: -1px;
}
.modal-title .desc .playing .dot1[data-v-18f40948], .modal-title .desc .playing .dot2[data-v-18f40948], .modal-title .desc .playing .dot3[data-v-18f40948], .modal-title .desc .playing .dot4[data-v-18f40948]
{
    font-size: 2px;
    width: 1em;
    height: 1em;
    background-color: var(--weui-BRAND-100);
}
.modal-title .desc>span[data-v-18f40948]
{
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100vw - 240px);
}
.audio-panel__wrp[data-v-18f40948]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}
.audio-panel__screen[data-v-18f40948]
{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    height: min-content;
    overflow-y: auto;
    transition: transform .3s ease-in-out;
}
.audio-panel__screen[data-v-18f40948]::-webkit-scrollbar
{
    display: none;
    visibility: hidden;
    opacity: 0;
}
.audio-panel__screen.error[data-v-18f40948], .audio-panel__screen.empty[data-v-18f40948]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(75vh - 80px);
    padding-bottom: 96px;
}
.audio-panel__screen.list-screen[data-v-18f40948]
{
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
}
.audio-panel__screen.info-screen[data-v-18f40948]:before
{
    position: absolute;
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 12px);
    border-radius: 8px;
    top: 0;
    left: 12px;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0,0,0,.03);
    transition: opacity .15s ease-in-out;
}
@media(prefers-color-scheme: dark)
{
    .audio-panel__screen.info-screen[data-v-18f40948]:before
    {
        background-color: rgba(255,255,255,.03);
    }
}
.audio-panel__screen.info-screen.playing-mask[data-v-18f40948]:before
{
    opacity: 1;
}
.audio-panel__playing-bar-wrp[data-v-18f40948]
{
    position: fixed;
    top: 28px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    color: var(--weui-FG-0);
    overflow: hidden;
    z-index: 50;
}
.audio-panel__playing-bar-wrp .audio-panel__playing-bar[data-v-18f40948]
{
    width: 100%;
    padding: 8px 24px;
    background-color: var(--weui-BG-2);
    border-bottom: .5px solid var(--weui-FG-3);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.audio-panel__play-area[data-v-18f40948]
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 12px;
    padding-bottom: 24px;
}
.audio-panel__play-area__cover[data-v-18f40948]
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 64px;
    width: 1em;
    height: 1em;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: width .3s ease-in-out,height .3s ease-in-out,border-radius .3s ease-in-out;
}
.audio-panel__play-area.big-card .audio-panel__play-area__cover[data-v-18f40948]
{
    font-size: 98px;
    width: 1em;
    height: 1em;
    border-radius: 4px;
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
}
@media(prefers-color-scheme: dark)
{
    .audio-panel__play-area.big-card .audio-panel__play-area__cover[data-v-18f40948]
    {
        box-shadow: 0 12px 24px rgba(255,255,255,.08);
    }
}
.audio-panel__play-area__right[data-v-18f40948]
{
    position: absolute;
    font-size: 16px;
    left: 4em;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    width: calc(100% - 4em);
    max-width: 100%;
    min-width: 0;
    min-height: 4em;
    overflow: hidden;
    transition: max-width .3s ease-in-out,padding-left .3s ease-in-out;
}
.audio-panel__play-area.big-card .audio-panel__play-area__right[data-v-18f40948]
{
    max-width: 0;
    padding-left: 0;
}
.audio-panel__play-area__info[data-v-18f40948]
{
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}
.audio-panel__play-area__info .info-title[data-v-18f40948]
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 500;
    color: var(--weui-FG);
    line-height: 1.4;
    width: 100%;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.audio-panel__play-area__info .info-desc[data-v-18f40948]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.4;
    color: var(--weui-FG-2);
    width: 100%;
    max-width: 100%;
}
.audio-panel__play-area__info .info-desc span[data-v-18f40948]
{
    display: inline-block;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
}
.audio-panel__play-area__info .info-desc span[data-v-18f40948]:not(:first-child)
{
    margin-left: 8px;
}
.audio-panel__play-area__info .info-desc__duration[data-v-18f40948]
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    opacity: 1;
    transition: opacity .1s ease-in-out;
}
.audio-panel__play-area__info .info-desc__duration.hidden[data-v-18f40948]
{
    opacity: 0;
}
.audio-panel__play-area__info .info-desc__author[data-v-18f40948]
{
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.audio-panel__play-area__info .info-desc+.info-desc[data-v-18f40948]
{
    margin-top: unset;
}
.audio-panel__play-area__operate[data-v-18f40948]
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.audio-panel__play-area__operate .operate[data-v-18f40948]
{
    width: 28px;
    height: 28px;
    margin-left: 24px;
}
.audio-panel__info-area[data-v-18f40948]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
    max-height: 50vh;
    width: 100%;
    transition: max-height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
    overflow: hidden;
}
.audio-panel__info-area.fold[data-v-18f40948]
{
    max-height: 0;
    padding: 0;
}
.audio-panel__info-area .info-title__wrp[data-v-18f40948]
{
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.audio-panel__info-area .info-title__wrp .mask-left[data-v-18f40948], .audio-panel__info-area .info-title__wrp .mask-right[data-v-18f40948]
{
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    z-index: 1;
}
.audio-panel__info-area .info-title__wrp .mask-left[data-v-18f40948]
{
    left: 0;
    background: linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,.5) 40%,#fff);
}
@media(prefers-color-scheme: dark)
{
    .audio-panel__info-area .info-title__wrp .mask-left[data-v-18f40948]
    {
        background: linear-gradient(to left,rgba(25,25,25,0),rgba(25,25,25,.5) 40%,#191919);
    }
}
.audio-panel__info-area .info-title__wrp .mask-right[data-v-18f40948]
{
    right: 0;
    background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.5) 40%,#fff);
}
@media(prefers-color-scheme: dark)
{
    .audio-panel__info-area .info-title__wrp .mask-right[data-v-18f40948]
    {
        background: linear-gradient(to right,rgba(25,25,25,0),rgba(25,25,25,.5) 40%,#191919);
    }
}
.audio-panel__info-area .info-title[data-v-18f40948]
{
    position: relative;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--weui-FG);
    line-height: 1.21;
    text-align: center;
    white-space: nowrap;
    width: max-content;
}
.audio-panel__info-area .info-title.need-anime[data-v-18f40948]
{
    text-align: start;
}
.audio-panel__info-area .info-title.placeholder[data-v-18f40948]
{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.audio-panel__info-area .info-title[data-v-18f40948]:not(.need-anime):not(.placeholder)
{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.audio-panel__info-area .info-desc[data-v-18f40948]
{
    font-size: 15px;
    font-weight: 400;
    color: var(--weui-FG-2);
    line-height: 1.4;
    text-align: center;
}
.audio-panel__info-area .info-duration[data-v-18f40948]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    color: var(--weui-FG-2);
    line-height: 1.4;
    text-align: center;
}
.audio-panel__info-area>*[data-v-18f40948]:not(:first-child)
{
    margin-top: 4px;
}
.audio-panel__operate-area-wrp[data-v-18f40948]
{
    position: relative;
    width: 100%;
}
.card-item__operate-area[data-v-18f40948]
{
    margin-top: -14px;
    padding-bottom: 28px;
}
.audio-panel__operate-area[data-v-18f40948]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: max-height .3s ease-in-out,padding-bottom .3s ease-in-out,padding-top .3s ease-in-out;
    overflow: hidden;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 48px;
}
.audio-panel__operate-area.fold[data-v-18f40948]
{
    max-height: 0;
    padding-bottom: 0;
}
.audio-panel__operate-area .operate-btn[data-v-18f40948]
{
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    background: var(--weui-FG-5);
    color: var(--weui-FG-0);
    border: none;
    border-radius: 8px;
    padding: 12px 0;
}
.audio-panel__operate-area .operate-btn i[data-v-18f40948]
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 1em;
    height: 1em;
    font-size: 20px;
}
.audio-panel__operate-area .operate-btn i.weui-loading[data-v-18f40948]
{
    background-size: contain;
    height: .8em;
}
.audio-panel__operate-area .operate-btn span[data-v-18f40948]
{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    white-space: nowrap;
    margin-left: 4px;
    font-size: 17px;
    font-weight: 500;
}
.audio-panel__operate-area .operate-btn[data-v-18f40948]:not(:first-child)
{
    margin-left: 16px;
}
.audio-panel__operate-area .operate-btn.wx_tap_highlight_active[data-v-18f40948]
{
    background: var(--weui-FG-4);
}
.audio-panel__operate-area.small .operate-btn[data-v-18f40948]
{
    padding: 10px 0;
    border-radius: 6px;
}
.audio-panel__operate-area.small .operate-btn i[data-v-18f40948]
{
    font-size: 16px;
}
.audio-panel__operate-area.small .operate-btn span[data-v-18f40948]
{
    font-size: 14px;
}
.audio-panel__list-area[data-v-18f40948]
{
    width: 100%;
    margin-top: 8px;
    transition: max-height .3s ease-in-out;
    padding-bottom: 48px;
}
.audio-panel__list-area.fold[data-v-18f40948]
{
    max-height: 0;
}
.audio-panel__list-area .sub-title[data-v-18f40948]
{
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--weui-FG-2);
    margin-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}
.audio-panel__top-anime-area[data-v-18f40948]
{
    position: fixed;
    top: 68px;
    top: var(--top-anime-top);
    left: 50%;
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    padding: 12px 18px;
    background: var(--weui-BG-2);
    border-radius: 8px;
    box-shadow: 0 0 25px var(--weui-SEPARATOR-0);
    z-index: 100;
    width: calc(100% - 24px);
}
.audio-panel__top-anime-area>*[data-v-18f40948]
{
    display: block;
    width: 100%;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.audio-panel__top-anime-area .title[data-v-18f40948]
{
    color: var(--weui-FG-0);
    font-size: 12.75px;
}
.audio-panel__top-anime-area .desc[data-v-18f40948]
{
    margin-top: 2px;
    color: var(--weui-FG-2);
    font-size: 10.5px;
}
.audio-panel__modal-bottom-mask[data-v-18f40948]
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-bottom);
    z-index: 11;
}
.audio-list__item-slide-wrp[data-v-18f40948]:not(.sortable-drag):not(.sortable-chosen):not(.disable-transition)
{
    transition: opacity .2s ease-in,transform .3s ease-out,position .3s ease-out;
}
.audio-list-leave-active[data-v-18f40948], .audio-list-leave-to[data-v-18f40948]
{
    margin-top: 0;
}
.audio-list-leave-active[data-v-18f40948]
{
    position: absolute;
    width: 100%;
}
.audio-list-enter[data-v-18f40948], .audio-list-leave-to[data-v-18f40948]
{
    opacity: 0;
}
.now-playing[data-v-18f40948]
{
    z-index: 10;
}
.operate-fade-enter[data-v-18f40948], .operate-fade-leave-to[data-v-18f40948]
{
    opacity: 0;
}
.operate-fade-enter-to[data-v-18f40948], .operate-fade-leave[data-v-18f40948]
{
    opacity: 1;
}
.operate-fade-enter-active[data-v-18f40948]
{
    transition: opacity .2s cubic-bezier(.5,0,1,0);
    position: absolute;
    top: 0;
}
.operate-fade-leave-active[data-v-18f40948]
{
    transition: opacity .2s cubic-bezier(.5,1,0,1);
}
.top-anime-enter[data-v-18f40948]
{
    opacity: 0;
}
.top-anime-enter-active[data-v-18f40948]
{
    transition: transform .15s linear,opacity .15s linear;
}
.top-anime-leave-active[data-v-18f40948]
{
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform .3s ease-in,top .3s ease-in;
}
.top-anime-leave-to[data-v-18f40948]
{
    top: var(--top-anime-top-end);
    -ms-transform: translate(-50%,100%) scale(.07);
    transform: translate(-50%,100%) scale(.07);
}
.slide-in-enter[data-v-18f40948], .slide-in-leave-to[data-v-18f40948]
{
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.slide-in-enter-active[data-v-18f40948], .slide-in-leave-active[data-v-18f40948]
{
    transition: transform .15s linear;
}
.slide-in-enter-to[data-v-18f40948], .slide-in-leave[data-v-18f40948]
{
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.fade-enter[data-v-18f40948], .fade-leave-to[data-v-18f40948]
{
    opacity: 0;
}
.fade-enter-active[data-v-18f40948], .fade-leave-active[data-v-18f40948]
{
    transition: opacity .15s ease-in-out;
}
.fade-enter-to[data-v-18f40948], .fade-leave[data-v-18f40948]
{
    opacity: 1;
}
.icon-loading[data-v-18f40948], .icon-correct[data-v-18f40948], .icon-list[data-v-18f40948], .icon-play[data-v-18f40948], .icon-pause[data-v-18f40948], .icon-listen-later[data-v-18f40948], .icon-play-backward[data-v-18f40948], .icon-play-forward[data-v-18f40948], .icon-set-shutdown[data-v-18f40948], .icon-set-shutdown-done[data-v-18f40948]
{
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor;
}
.icon-loading[data-v-18f40948]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
.icon-correct[data-v-18f40948]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.53033 8.53039L13.0303 3.03039L11.9697 1.96973L7 6.9394L4.53033 4.46973L3.46967 5.53039L6.46967 8.53039L7 9.06072L7.53033 8.53039ZM21 5.50006H13.3V7.00006H21V5.50006ZM5 11.8501H21V13.3501H5V11.8501ZM5 17.8501H21V19.3501H5V17.8501Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 5.3501H21V7.1501H13V5.3501ZM21 11.8501H5V13.6501H21V11.8501ZM21 17.8501H5V19.6501H21V17.8501Z' fill='black'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.53033 8.53039L13.0303 3.03039L11.9697 1.96973L7 6.9394L4.53033 4.46973L3.46967 5.53039L6.46967 8.53039L7 9.06072L7.53033 8.53039ZM21 5.50006H13.3V7.00006H21V5.50006ZM5 11.8501H21V13.3501H5V11.8501ZM5 17.8501H21V19.3501H5V17.8501Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 5.3501H21V7.1501H13V5.3501ZM21 11.8501H5V13.6501H21V11.8501ZM21 17.8501H5V19.6501H21V17.8501Z' fill='black'/%3E%3C/svg%3E%0A");
}
.icon-list[data-v-18f40948]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.93335%203.93335H12.9333V4.73335H2.93335V3.93335Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%207.60002H2.93335V8.40002H12.9333V7.60002Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%2011.2667H2.93335V12.0667H12.9333V11.2667Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.93335%203.93335H12.9333V4.73335H2.93335V3.93335Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%207.60002H2.93335V8.40002H12.9333V7.60002Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9333%2011.2667H2.93335V12.0667H12.9333V11.2667Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.icon-listen-later[data-v-18f40948]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15 3V5.35H9.5V7.15H7.15V9.5H5.35V7.15H3V5.35H5.35V3H7.15ZM11 5.35001H21V7.15001H11V5.35001ZM21 11.85H5V13.65H21V11.85ZM21 17.85H5V19.65H21V17.85Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15 3V5.35H9.5V7.15H7.15V9.5H5.35V7.15H3V5.35H5.35V3H7.15ZM11 5.35001H21V7.15001H11V5.35001ZM21 11.85H5V13.65H21V11.85ZM21 17.85H5V19.65H21V17.85Z' fill='black'/%3E%3C/svg%3E");
}
.icon-play[data-v-18f40948]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49614 4.8549L18.4806 11.1317C18.9601 11.4057 19.1267 12.0166 18.8527 12.4961C18.7641 12.6511 18.6356 12.7796 18.4806 12.8682L7.49614 19.145C7.01662 19.419 6.40577 19.2524 6.13176 18.7729C6.04542 18.6218 6 18.4508 6 18.2768V5.72314C6 5.17086 6.44772 4.72314 7 4.72314C7.17403 4.72314 7.34504 4.76856 7.49614 4.8549Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
.icon-pause[data-v-18f40948]
{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5C5.5 4.94772 5.94772 4.5 6.5 4.5H8.5C9.05228 4.5 9.5 4.94772 9.5 5.5V18.5C9.5 19.0523 9.05228 19.5 8.5 19.5H6.5C5.94772 19.5 5.5 19.0523 5.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3Cpath d='M14.5 5.5C14.5 4.94772 14.9477 4.5 15.5 4.5H17.5C18.0523 4.5 18.5 4.94772 18.5 5.5V18.5C18.5 19.0523 18.0523 19.5 17.5 19.5H15.5C14.9477 19.5 14.5 19.0523 14.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5C5.5 4.94772 5.94772 4.5 6.5 4.5H8.5C9.05228 4.5 9.5 4.94772 9.5 5.5V18.5C9.5 19.0523 9.05228 19.5 8.5 19.5H6.5C5.94772 19.5 5.5 19.0523 5.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3Cpath d='M14.5 5.5C14.5 4.94772 14.9477 4.5 15.5 4.5H17.5C18.0523 4.5 18.5 4.94772 18.5 5.5V18.5C18.5 19.0523 18.0523 19.5 17.5 19.5H15.5C14.9477 19.5 14.5 19.0523 14.5 18.5V5.5Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
}
.icon-play-backward[data-v-18f40948]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7483%201.49177C13.8036%201.5742%2013.8332%201.67126%2013.8332%201.77056L13.8334%203.43076C18.0637%204.28142%2021.2499%208.01816%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%209.87257%203.85136%207.4212%205.74915%205.68058C6.05441%205.4006%206.52884%205.42109%206.80882%205.72635C7.0888%206.03161%207.0683%206.50604%206.76304%206.78602C5.17186%208.24543%204.24988%2010.2973%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%208.85051%2017.2286%205.79082%2013.8333%204.96722L13.8332%206.89423C13.8332%207.17038%2013.6094%207.39423%2013.3332%207.39423C13.2339%207.39423%2013.1369%207.36466%2013.0544%207.3093L9.24038%204.74746C9.01114%204.59349%208.95013%204.28284%209.10411%204.05361C9.14026%203.99978%209.18655%203.95349%209.24038%203.91734L13.0544%201.3555C13.2837%201.20153%2013.5943%201.26254%2013.7483%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M9.72297%208.93594C9.94733%209.05876%2010.0868%209.29418%2010.0868%209.54996V15.5259C10.0868%2015.9124%209.77344%2016.2259%209.38684%2016.2259C9.00024%2016.2259%208.68684%2015.9124%208.68684%2015.5259V10.8287L7.83118%2011.376C7.50551%2011.5843%207.07262%2011.4892%206.8643%2011.1635C6.65598%2010.8379%206.75111%2010.405%207.07678%2010.1967L9.00964%208.96028C9.22511%208.82245%209.4986%208.81312%209.72297%208.93594Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9807%208.93049C12.6234%208.93049%2012.3234%209.19955%2012.2848%209.55473L11.9463%2012.6635C11.9142%2012.9587%2012.0719%2013.2421%2012.3397%2013.3705C12.6075%2013.4988%2012.9272%2013.4442%2013.1372%2013.2342C13.5314%2012.84%2014.2128%2012.6585%2014.7923%2012.7803C15.0698%2012.8386%2015.2837%2012.9586%2015.4241%2013.1138C15.5568%2013.2606%2015.6613%2013.4789%2015.6613%2013.8184C15.6613%2014.2297%2015.5365%2014.4849%2015.3836%2014.6514C15.2219%2014.8276%2014.9796%2014.9569%2014.6735%2015.019C14.3669%2015.0812%2014.0286%2015.0685%2013.7251%2014.9904C13.4156%2014.9108%2013.195%2014.7777%2013.0772%2014.6497C12.8152%2014.3654%2012.3724%2014.3473%2012.088%2014.6093C11.8037%2014.8712%2011.7856%2015.3141%2012.0476%2015.5984C12.3976%2015.9783%2012.8859%2016.2201%2013.3764%2016.3463C13.8729%2016.474%2014.4259%2016.4978%2014.952%2016.391C15.4787%2016.2841%2016.0107%2016.0386%2016.415%2015.5981C16.8282%2015.1479%2017.0613%2014.5443%2017.0613%2013.8184C17.0613%2013.1594%2016.8458%2012.5985%2016.4623%2012.1746C16.0864%2011.7591%2015.5877%2011.5169%2015.0803%2011.4102C14.5706%2011.3031%2014.0112%2011.3246%2013.484%2011.475L13.6086%2010.3305H16.2666C16.6532%2010.3305%2016.9666%2010.0171%2016.9666%209.63049C16.9666%209.24389%2016.6532%208.93049%2016.2666%208.93049H12.9807Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7483%201.49177C13.8036%201.5742%2013.8332%201.67126%2013.8332%201.77056L13.8334%203.43076C18.0637%204.28142%2021.2499%208.01816%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%209.87257%203.85136%207.4212%205.74915%205.68058C6.05441%205.4006%206.52884%205.42109%206.80882%205.72635C7.0888%206.03161%207.0683%206.50604%206.76304%206.78602C5.17186%208.24543%204.24988%2010.2973%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%208.85051%2017.2286%205.79082%2013.8333%204.96722L13.8332%206.89423C13.8332%207.17038%2013.6094%207.39423%2013.3332%207.39423C13.2339%207.39423%2013.1369%207.36466%2013.0544%207.3093L9.24038%204.74746C9.01114%204.59349%208.95013%204.28284%209.10411%204.05361C9.14026%203.99978%209.18655%203.95349%209.24038%203.91734L13.0544%201.3555C13.2837%201.20153%2013.5943%201.26254%2013.7483%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M9.72297%208.93594C9.94733%209.05876%2010.0868%209.29418%2010.0868%209.54996V15.5259C10.0868%2015.9124%209.77344%2016.2259%209.38684%2016.2259C9.00024%2016.2259%208.68684%2015.9124%208.68684%2015.5259V10.8287L7.83118%2011.376C7.50551%2011.5843%207.07262%2011.4892%206.8643%2011.1635C6.65598%2010.8379%206.75111%2010.405%207.07678%2010.1967L9.00964%208.96028C9.22511%208.82245%209.4986%208.81312%209.72297%208.93594Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M12.9807%208.93049C12.6234%208.93049%2012.3234%209.19955%2012.2848%209.55473L11.9463%2012.6635C11.9142%2012.9587%2012.0719%2013.2421%2012.3397%2013.3705C12.6075%2013.4988%2012.9272%2013.4442%2013.1372%2013.2342C13.5314%2012.84%2014.2128%2012.6585%2014.7923%2012.7803C15.0698%2012.8386%2015.2837%2012.9586%2015.4241%2013.1138C15.5568%2013.2606%2015.6613%2013.4789%2015.6613%2013.8184C15.6613%2014.2297%2015.5365%2014.4849%2015.3836%2014.6514C15.2219%2014.8276%2014.9796%2014.9569%2014.6735%2015.019C14.3669%2015.0812%2014.0286%2015.0685%2013.7251%2014.9904C13.4156%2014.9108%2013.195%2014.7777%2013.0772%2014.6497C12.8152%2014.3654%2012.3724%2014.3473%2012.088%2014.6093C11.8037%2014.8712%2011.7856%2015.3141%2012.0476%2015.5984C12.3976%2015.9783%2012.8859%2016.2201%2013.3764%2016.3463C13.8729%2016.474%2014.4259%2016.4978%2014.952%2016.391C15.4787%2016.2841%2016.0107%2016.0386%2016.415%2015.5981C16.8282%2015.1479%2017.0613%2014.5443%2017.0613%2013.8184C17.0613%2013.1594%2016.8458%2012.5985%2016.4623%2012.1746C16.0864%2011.7591%2015.5877%2011.5169%2015.0803%2011.4102C14.5706%2011.3031%2014.0112%2011.3246%2013.484%2011.475L13.6086%2010.3305H16.2666C16.6532%2010.3305%2016.9666%2010.0171%2016.9666%209.63049C16.9666%209.24389%2016.6532%208.93049%2016.2666%208.93049H12.9807Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.icon-play-forward[data-v-18f40948]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.2515%201.49177C10.4055%201.26254%2010.7161%201.20153%2010.9453%201.3555L14.7594%203.91733C14.8132%203.95349%2014.8595%203.99978%2014.8956%204.05361C15.0496%204.28284%2014.9886%204.59349%2014.7594%204.74746L10.9453%207.30929C10.8629%207.36466%2010.7658%207.39423%2010.6665%207.39423C10.3904%207.39423%2010.1665%207.17038%2010.1665%206.89423L10.1664%204.96722C6.77113%205.79082%204.24988%208.85051%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%2010.2973%2018.8279%208.24543%2017.2367%206.78602C16.9315%206.50604%2016.911%206.03161%2017.1909%205.72635C17.4709%205.42109%2017.9453%205.4006%2018.2506%205.68058C20.1484%207.4212%2021.2499%209.87257%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%208.01816%205.93602%204.28142%2010.1664%203.43076L10.1665%201.77056C10.1665%201.67126%2010.1961%201.5742%2010.2515%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.79093%2010.8116C7.91968%2010.5562%208.2128%2010.2714%208.59876%2010.1025C8.97562%209.93752%209.37726%209.90979%209.73318%2010.0629C10.0272%2010.1893%2010.1578%2010.3547%2010.2127%2010.4917C10.2696%2010.6338%2010.2718%2010.8115%2010.1913%2011.0054C10.0309%2011.3918%209.52852%2011.8306%208.66104%2011.8306C8.31587%2011.8306%208.03604%2012.1104%208.03604%2012.4556C8.03604%2012.8007%208.31585%2013.0806%208.66103%2013.0806C8.69086%2013.0806%208.72052%2013.0802%208.75003%2013.0795C8.76375%2013.0804%208.77759%2013.0809%208.79153%2013.0809C9.9031%2013.0809%2010.3467%2013.5378%2010.4573%2013.845C10.5616%2014.1352%2010.473%2014.5679%209.89815%2014.8532C9.07789%2015.2604%208.07426%2014.8742%207.68073%2014.096C7.52496%2013.788%207.14897%2013.6646%206.84094%2013.8203C6.53291%2013.9761%206.40948%2014.3521%206.56526%2014.6601C7.24439%2016.003%208.97139%2016.7087%2010.4539%2015.9729C11.4962%2015.4555%2011.9888%2014.4096%2011.6334%2013.4219C11.4734%2012.977%2011.1646%2012.6057%2010.7388%2012.334C11.0072%2012.0915%2011.214%2011.8022%2011.3458%2011.4846C11.5354%2011.0278%2011.5663%2010.5093%2011.373%2010.0268C11.1776%209.53932%2010.779%209.15194%2010.2271%208.91457C9.487%208.59627%208.71859%208.68554%208.09759%208.95732C7.4857%209.22512%206.95317%209.69669%206.67479%2010.2488C6.51938%2010.557%206.64325%2010.9328%206.95147%2011.0882C7.25968%2011.2437%207.63552%2011.1198%207.79093%2010.8116Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.2377%2010.5974C13.9285%2011.0474%2013.7177%2011.7025%2013.7177%2012.456C13.7177%2013.2096%2013.9285%2013.8646%2014.2377%2014.3147C14.5478%2014.766%2014.9198%2014.9689%2015.2656%2014.9689C15.6114%2014.9689%2015.9835%2014.766%2016.2936%2014.3147C16.6028%2013.8646%2016.8136%2013.2096%2016.8136%2012.456C16.8136%2011.7025%2016.6028%2011.0474%2016.2936%2010.5974C15.9835%2010.146%2015.6114%209.94313%2015.2656%209.94313C14.9198%209.94313%2014.5478%2010.146%2014.2377%2010.5974ZM13.2205%209.842C13.6969%209.14866%2014.4113%208.64359%2015.2656%208.64359C16.1199%208.64359%2016.8343%209.14866%2017.3107%209.842C17.788%2010.5366%2018.0636%2011.4629%2018.0636%2012.456C18.0636%2013.4492%2017.788%2014.3755%2017.3107%2015.07C16.8343%2015.7634%2016.1199%2016.2685%2015.2656%2016.2685C14.4113%2016.2685%2013.6969%2015.7634%2013.2205%2015.07C12.7433%2014.3755%2012.4677%2013.4492%2012.4677%2012.456C12.4677%2011.4629%2012.7433%2010.5366%2013.2205%209.842Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.2515%201.49177C10.4055%201.26254%2010.7161%201.20153%2010.9453%201.3555L14.7594%203.91733C14.8132%203.95349%2014.8595%203.99978%2014.8956%204.05361C15.0496%204.28284%2014.9886%204.59349%2014.7594%204.74746L10.9453%207.30929C10.8629%207.36466%2010.7658%207.39423%2010.6665%207.39423C10.3904%207.39423%2010.1665%207.17038%2010.1665%206.89423L10.1664%204.96722C6.77113%205.79082%204.24988%208.85051%204.24988%2012.4991C4.24988%2016.7793%207.71967%2020.2491%2011.9999%2020.2491C16.2801%2020.2491%2019.7499%2016.7793%2019.7499%2012.4991C19.7499%2010.2973%2018.8279%208.24543%2017.2367%206.78602C16.9315%206.50604%2016.911%206.03161%2017.1909%205.72635C17.4709%205.42109%2017.9453%205.4006%2018.2506%205.68058C20.1484%207.4212%2021.2499%209.87257%2021.2499%2012.4991C21.2499%2017.6077%2017.1085%2021.7491%2011.9999%2021.7491C6.89124%2021.7491%202.74988%2017.6077%202.74988%2012.4991C2.74988%208.01816%205.93602%204.28142%2010.1664%203.43076L10.1665%201.77056C10.1665%201.67126%2010.1961%201.5742%2010.2515%201.49177Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.79093%2010.8116C7.91968%2010.5562%208.2128%2010.2714%208.59876%2010.1025C8.97562%209.93752%209.37726%209.90979%209.73318%2010.0629C10.0272%2010.1893%2010.1578%2010.3547%2010.2127%2010.4917C10.2696%2010.6338%2010.2718%2010.8115%2010.1913%2011.0054C10.0309%2011.3918%209.52852%2011.8306%208.66104%2011.8306C8.31587%2011.8306%208.03604%2012.1104%208.03604%2012.4556C8.03604%2012.8007%208.31585%2013.0806%208.66103%2013.0806C8.69086%2013.0806%208.72052%2013.0802%208.75003%2013.0795C8.76375%2013.0804%208.77759%2013.0809%208.79153%2013.0809C9.9031%2013.0809%2010.3467%2013.5378%2010.4573%2013.845C10.5616%2014.1352%2010.473%2014.5679%209.89815%2014.8532C9.07789%2015.2604%208.07426%2014.8742%207.68073%2014.096C7.52496%2013.788%207.14897%2013.6646%206.84094%2013.8203C6.53291%2013.9761%206.40948%2014.3521%206.56526%2014.6601C7.24439%2016.003%208.97139%2016.7087%2010.4539%2015.9729C11.4962%2015.4555%2011.9888%2014.4096%2011.6334%2013.4219C11.4734%2012.977%2011.1646%2012.6057%2010.7388%2012.334C11.0072%2012.0915%2011.214%2011.8022%2011.3458%2011.4846C11.5354%2011.0278%2011.5663%2010.5093%2011.373%2010.0268C11.1776%209.53932%2010.779%209.15194%2010.2271%208.91457C9.487%208.59627%208.71859%208.68554%208.09759%208.95732C7.4857%209.22512%206.95317%209.69669%206.67479%2010.2488C6.51938%2010.557%206.64325%2010.9328%206.95147%2011.0882C7.25968%2011.2437%207.63552%2011.1198%207.79093%2010.8116Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.2377%2010.5974C13.9285%2011.0474%2013.7177%2011.7025%2013.7177%2012.456C13.7177%2013.2096%2013.9285%2013.8646%2014.2377%2014.3147C14.5478%2014.766%2014.9198%2014.9689%2015.2656%2014.9689C15.6114%2014.9689%2015.9835%2014.766%2016.2936%2014.3147C16.6028%2013.8646%2016.8136%2013.2096%2016.8136%2012.456C16.8136%2011.7025%2016.6028%2011.0474%2016.2936%2010.5974C15.9835%2010.146%2015.6114%209.94313%2015.2656%209.94313C14.9198%209.94313%2014.5478%2010.146%2014.2377%2010.5974ZM13.2205%209.842C13.6969%209.14866%2014.4113%208.64359%2015.2656%208.64359C16.1199%208.64359%2016.8343%209.14866%2017.3107%209.842C17.788%2010.5366%2018.0636%2011.4629%2018.0636%2012.456C18.0636%2013.4492%2017.788%2014.3755%2017.3107%2015.07C16.8343%2015.7634%2016.1199%2016.2685%2015.2656%2016.2685C14.4113%2016.2685%2013.6969%2015.7634%2013.2205%2015.07C12.7433%2014.3755%2012.4677%2013.4492%2012.4677%2012.456C12.4677%2011.4629%2012.7433%2010.5366%2013.2205%209.842Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.icon-set-shutdown[data-v-18f40948]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2010.8346C11.25%2011.525%2010.6904%2012.0846%2010%2012.0846C9.30968%2012.0846%208.75004%2011.525%208.75004%2010.8346C8.75004%2010.3221%209.05856%209.88154%209.50004%209.68865L9.50004%205.41797H10.5V9.68865C10.9415%209.88154%2011.25%2010.3221%2011.25%2010.8346Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.5%202.16797L12.9167%202.16797V1.16797H7.08337V2.16797L9.50004%202.16797V2.9335C5.36073%203.19147%202.08337%206.63032%202.08337%2010.8346C2.08337%2015.2069%205.62779%2018.7513%2010%2018.7513C14.3723%2018.7513%2017.9167%2015.2069%2017.9167%2010.8346C17.9167%206.63032%2014.6393%203.19147%2010.5%202.9335V2.16797ZM10%2017.7513C13.82%2017.7513%2016.9167%2014.6546%2016.9167%2010.8346C16.9167%207.01467%2013.82%203.91797%2010%203.91797C6.18007%203.91797%203.08337%207.01467%203.08337%2010.8346C3.08337%2014.6546%206.18007%2017.7513%2010%2017.7513Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2010.8346C11.25%2011.525%2010.6904%2012.0846%2010%2012.0846C9.30968%2012.0846%208.75004%2011.525%208.75004%2010.8346C8.75004%2010.3221%209.05856%209.88154%209.50004%209.68865L9.50004%205.41797H10.5V9.68865C10.9415%209.88154%2011.25%2010.3221%2011.25%2010.8346Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.5%202.16797L12.9167%202.16797V1.16797H7.08337V2.16797L9.50004%202.16797V2.9335C5.36073%203.19147%202.08337%206.63032%202.08337%2010.8346C2.08337%2015.2069%205.62779%2018.7513%2010%2018.7513C14.3723%2018.7513%2017.9167%2015.2069%2017.9167%2010.8346C17.9167%206.63032%2014.6393%203.19147%2010.5%202.9335V2.16797ZM10%2017.7513C13.82%2017.7513%2016.9167%2014.6546%2016.9167%2010.8346C16.9167%207.01467%2013.82%203.91797%2010%203.91797C6.18007%203.91797%203.08337%207.01467%203.08337%2010.8346C3.08337%2014.6546%206.18007%2017.7513%2010%2017.7513Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);
}
.icon-set-shutdown-done[data-v-18f40948]
{
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.9166%202.16797L10.4999%202.16797V2.9335C14.639%203.19146%2017.9162%206.62997%2017.9166%2010.834H16.9166C16.9162%207.01431%2013.8197%203.91797%209.99992%203.91797C6.17995%203.91797%203.08325%207.01467%203.08325%2010.8346C3.08325%2014.6546%206.17995%2017.7513%209.99992%2017.7513C9.99993%2017.7513%209.99993%2017.7513%209.99994%2017.7513V18.7513C9.99993%2018.7513%209.99993%2018.7513%209.99992%2018.7513C5.62766%2018.7513%202.08325%2015.2069%202.08325%2010.8346C2.08325%206.63032%205.36061%203.19147%209.49992%202.9335V2.16797L7.08325%202.16797V1.16797H12.9166V2.16797ZM9.99992%2012.0846C10.6903%2012.0846%2011.2499%2011.525%2011.2499%2010.8346C11.2499%2010.3221%2010.9414%209.88154%2010.4999%209.68865V5.41797H9.49992L9.49992%209.68865C9.05844%209.88154%208.74992%2010.3221%208.74992%2010.8346C8.74992%2011.525%209.30956%2012.0846%209.99992%2012.0846Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M10.8333%2015.2498L13.2172%2017.6338C13.2816%2017.6982%2013.3857%2017.699%2013.4511%2017.6356L18.7499%2012.5%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.9166%202.16797L10.4999%202.16797V2.9335C14.639%203.19146%2017.9162%206.62997%2017.9166%2010.834H16.9166C16.9162%207.01431%2013.8197%203.91797%209.99992%203.91797C6.17995%203.91797%203.08325%207.01467%203.08325%2010.8346C3.08325%2014.6546%206.17995%2017.7513%209.99992%2017.7513C9.99993%2017.7513%209.99993%2017.7513%209.99994%2017.7513V18.7513C9.99993%2018.7513%209.99993%2018.7513%209.99992%2018.7513C5.62766%2018.7513%202.08325%2015.2069%202.08325%2010.8346C2.08325%206.63032%205.36061%203.19147%209.49992%202.9335V2.16797L7.08325%202.16797V1.16797H12.9166V2.16797ZM9.99992%2012.0846C10.6903%2012.0846%2011.2499%2011.525%2011.2499%2010.8346C11.2499%2010.3221%2010.9414%209.88154%2010.4999%209.68865V5.41797H9.49992L9.49992%209.68865C9.05844%209.88154%208.74992%2010.3221%208.74992%2010.8346C8.74992%2011.525%209.30956%2012.0846%209.99992%2012.0846Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M10.8333%2015.2498L13.2172%2017.6338C13.2816%2017.6982%2013.3857%2017.699%2013.4511%2017.6356L18.7499%2012.5%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.9%22%2F%3E%3C%2Fsvg%3E);
}
.anime-cover[data-v-18f40948]
{
    position: fixed;
    width: 98px;
    height: 98px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
    pointer-events: none;
}
.playing[data-v-18f40948]
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}
.playing .dot1[data-v-18f40948], .playing .dot2[data-v-18f40948], .playing .dot3[data-v-18f40948], .playing .dot4[data-v-18f40948]
{
    font-size: 8px;
    width: .5em;
    height: .5em;
    background: #fff;
    border-radius: 9999px;
}
.playing .dot1[data-v-18f40948]:not(:first-child), .playing .dot2[data-v-18f40948]:not(:first-child), .playing .dot3[data-v-18f40948]:not(:first-child), .playing .dot4[data-v-18f40948]:not(:first-child)
{
    margin-left: .25em;
}
.playing .dot1[data-v-18f40948]
{
    animation: playAnimeDot1-18f40948 4s infinite ease-in-out;
}
.playing .dot2[data-v-18f40948]
{
    animation: playAnimeDot2-18f40948 4s infinite ease-in-out;
}
.playing .dot3[data-v-18f40948]
{
    animation: playAnimeDot3-18f40948 4s infinite ease-in-out;
}
.playing .dot4[data-v-18f40948]
{
    animation: playAnimeDot4-18f40948 4s infinite ease-in-out;
}
.playing.pause .dot1[data-v-18f40948], .playing.pause .dot2[data-v-18f40948], .playing.pause .dot3[data-v-18f40948], .playing.pause .dot4[data-v-18f40948]
{
    animation: unset;
}
.playing.small .dot1[data-v-18f40948], .playing.small .dot2[data-v-18f40948], .playing.small .dot3[data-v-18f40948], .playing.small .dot4[data-v-18f40948]
{
    font-size: 8px;
    width: .125em;
    height: .125em;
}
.playing.small .dot1[data-v-18f40948]:not(:first-child), .playing.small .dot2[data-v-18f40948]:not(:first-child), .playing.small .dot3[data-v-18f40948]:not(:first-child), .playing.small .dot4[data-v-18f40948]:not(:first-child)
{
    margin-left: 1px;
}
.playing-line1[data-v-18f40948]
{
    animation: 4s linear infinite alternate line1-18f40948;
}
.playing-line2[data-v-18f40948]
{
    animation: 4s linear infinite alternate line2-18f40948;
}
.playing-line3[data-v-18f40948]
{
    animation: 4s linear infinite alternate line3-18f40948;
}
.playing-line4[data-v-18f40948]
{
    animation: 4s linear infinite alternate line4-18f40948;
}
.playing-line5[data-v-18f40948]
{
    animation: 4s linear infinite alternate line5-18f40948;
}
.playing-line6[data-v-18f40948]
{
    animation: 4s linear infinite alternate line6-18f40948;
}
.playing-line7[data-v-18f40948]
{
    animation: 4s linear infinite alternate line7-18f40948;
}
.playing-line8[data-v-18f40948]
{
    animation: 4s linear infinite alternate line8-18f40948;
}
@keyframes line1-18f40948
{
    0%
    {
        height: 40%;
    }
    10%
    {
        height: 25%;
    }
    20%
    {
        height: 50%;
    }
    30%
    {
        height: 25%;
    }
    40%
    {
        height: 55%;
    }
    50%
    {
        height: 35%;
    }
    60%
    {
        height: 20%;
    }
    70%
    {
        height: 65%;
    }
    80%
    {
        height: 35%;
    }
    90%
    {
        height: 55%;
    }
    to
    {
        height: 15%;
    }
}
@keyframes line2-18f40948
{
    0%
    {
        height: 10%;
    }
    10%
    {
        height: 40%;
    }
    20%
    {
        height: 50%;
    }
    30%
    {
        height: 30%;
    }
    40%
    {
        height: 45%;
    }
    50%
    {
        height: 35%;
    }
    60%
    {
        height: 15%;
    }
    70%
    {
        height: 55%;
    }
    80%
    {
        height: 40%;
    }
    90%
    {
        height: 45%;
    }
    to
    {
        height: 25%;
    }
}
@keyframes line3-18f40948
{
    0%
    {
        height: 25%;
    }
    10%
    {
        height: 40%;
    }
    20%
    {
        height: 30%;
    }
    30%
    {
        height: 50%;
    }
    40%
    {
        height: 45%;
    }
    50%
    {
        height: 50%;
    }
    60%
    {
        height: 25%;
    }
    70%
    {
        height: 60%;
    }
    80%
    {
        height: 35%;
    }
    90%
    {
        height: 40%;
    }
    to
    {
        height: 15%;
    }
}
@keyframes line4-18f40948
{
    0%
    {
        height: 20%;
    }
    10%
    {
        height: 40%;
    }
    20%
    {
        height: 65%;
    }
    30%
    {
        height: 30%;
    }
    40%
    {
        height: 55%;
    }
    50%
    {
        height: 45%;
    }
    60%
    {
        height: 25%;
    }
    70%
    {
        height: 45%;
    }
    80%
    {
        height: 40%;
    }
    90%
    {
        height: 75%;
    }
    to
    {
        height: 30%;
    }
}
@keyframes line5-18f40948
{
    0%
    {
        height: 30%;
    }
    10%
    {
        height: 60%;
    }
    20%
    {
        height: 40%;
    }
    30%
    {
        height: 70%;
    }
    40%
    {
        height: 35%;
    }
    50%
    {
        height: 55%;
    }
    60%
    {
        height: 45%;
    }
    70%
    {
        height: 25%;
    }
    80%
    {
        height: 60%;
    }
    90%
    {
        height: 40%;
    }
    to
    {
        height: 25%;
    }
}
@keyframes line6-18f40948
{
    0%
    {
        height: 30%;
    }
    10%
    {
        height: 50%;
    }
    20%
    {
        height: 40%;
    }
    30%
    {
        height: 60%;
    }
    40%
    {
        height: 35%;
    }
    50%
    {
        height: 65%;
    }
    60%
    {
        height: 45%;
    }
    70%
    {
        height: 30%;
    }
    80%
    {
        height: 55%;
    }
    90%
    {
        height: 40%;
    }
    to
    {
        height: 30%;
    }
}
@keyframes line7-18f40948
{
    0%
    {
        height: 35%;
    }
    10%
    {
        height: 45%;
    }
    20%
    {
        height: 50%;
    }
    30%
    {
        height: 40%;
    }
    40%
    {
        height: 70%;
    }
    50%
    {
        height: 30%;
    }
    60%
    {
        height: 55%;
    }
    70%
    {
        height: 45%;
    }
    80%
    {
        height: 25%;
    }
    90%
    {
        height: 60%;
    }
    to
    {
        height: 35%;
    }
}
@keyframes line8-18f40948
{
    0%
    {
        height: 40%;
    }
    10%
    {
        height: 30%;
    }
    20%
    {
        height: 55%;
    }
    30%
    {
        height: 45%;
    }
    40%
    {
        height: 60%;
    }
    50%
    {
        height: 35%;
    }
    60%
    {
        height: 55%;
    }
    70%
    {
        height: 40%;
    }
    80%
    {
        height: 50%;
    }
    90%
    {
        height: 40%;
    }
    to
    {
        height: 30%;
    }
}
@keyframes playAnimeDot1-18f40948
{
    0%
    {
        transform: translateZ(1.1px);
    }
    6.25%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    12.5%
    {
        transform: translateZ(1.1px);
    }
    18.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    25%
    {
        transform: translateZ(1.1px);
    }
    31.25%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    37.5%
    {
        transform: translateZ(1.1px);
    }
    43.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    50%
    {
        transform: translateZ(1.1px);
    }
    56.25%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    62.5%
    {
        transform: translateZ(1.1px);
    }
    68.75%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    75%
    {
        transform: translateZ(1.1px);
    }
    81.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    87.5%
    {
        transform: translateZ(1.1px);
    }
    93.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    to
    {
        transform: translateZ(1.1px);
    }
}
@keyframes playAnimeDot2-18f40948
{
    0%
    {
        transform: translateZ(1.1px);
    }
    6.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    12.5%
    {
        transform: translateZ(1.1px);
    }
    18.75%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    25%
    {
        transform: translateZ(1.1px);
    }
    31.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    37.5%
    {
        transform: translateZ(1.1px);
    }
    43.75%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    50%
    {
        transform: translateZ(1.1px);
    }
    56.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    62.5%
    {
        transform: translateZ(1.1px);
    }
    68.75%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    75%
    {
        transform: translateZ(1.1px);
    }
    81.25%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    87.5%
    {
        transform: translateZ(1.1px);
    }
    93.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    to
    {
        transform: translateZ(1.1px);
    }
}
@keyframes playAnimeDot3-18f40948
{
    0%
    {
        transform: translateZ(1.1px);
    }
    6.25%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    12.5%
    {
        transform: translateZ(1.1px);
    }
    18.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    25%
    {
        transform: translateZ(1.1px);
    }
    31.25%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    37.5%
    {
        transform: translateZ(1.1px);
    }
    43.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    50%
    {
        transform: translateZ(1.1px);
    }
    56.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    62.5%
    {
        transform: translateZ(1.1px);
    }
    68.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    75%
    {
        transform: translateZ(1.1px);
    }
    81.25%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    87.5%
    {
        transform: translateZ(1.1px);
    }
    93.75%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    to
    {
        transform: translateZ(1.1px);
    }
}
@keyframes playAnimeDot4-18f40948
{
    0%
    {
        transform: translateZ(1.1px);
    }
    6.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    12.5%
    {
        transform: translateZ(1.1px);
    }
    18.75%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    25%
    {
        transform: translateZ(1.1px);
    }
    31.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    37.5%
    {
        transform: translateZ(1.1px);
    }
    43.75%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    50%
    {
        transform: translateZ(1.1px);
    }
    56.25%
    {
        transform: translate3d(0,-1px,1.1px);
    }
    62.5%
    {
        transform: translateZ(1.1px);
    }
    68.75%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    75%
    {
        transform: translateZ(1.1px);
    }
    81.25%
    {
        transform: translate3d(0,-150%,1.1px);
    }
    87.5%
    {
        transform: translateZ(1.1px);
    }
    93.75%
    {
        transform: translate3d(0,-300%,1.1px);
    }
    to
    {
        transform: translateZ(1.1px);
    }
}
@keyframes vibrateShort-18f40948
{
    0%
    {
        transform: rotate(0);
    }
    20%
    {
        transform: rotate(12.5);
    }
    40%
    {
        transform: rotate(-12.5);
    }
    60%
    {
        transform: rotate(6);
    }
    80%
    {
        transform: rotate(-6);
    }
    to
    {
        transform: rotate(0);
    }
}
.ad_control-tips[data-v-dc5d0372]
{
    margin: 40px auto 0;
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    line-height: 19.6px;
    color: rgba(0,0,0,.9);
}
.weui-link[data-v-dc5d0372]
{
    font-size: 14px;
}
@media(prefers-color-scheme: dark)
{
    .ad_control-tips[data-v-dc5d0372]
    {
        color: rgba(255,255,255,.8);
    }
}
