<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.items{
    width: 100%;
    box-sizing: border-box;
    margin-top: 1rem;
}
.item{
    width: 100%;
}
.item-title-wrap{
    border-radius: 0.5rem;
    width: 100%;
    height: 4rem;
    padding: 0 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ebf4ff;
    box-sizing: border-box;
}
.title-text{
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #333;
}
.title-btn-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-btn-wrap-disable-click{
    pointer-events: none;
}
.switch-btn{
    position: relative;
    width: 4.4rem;
    height: 2.2rem;
    background: #4cd964;
    border-radius: 10rem;
    border: 0;
    cursor: pointer;
}
.btn-circle{
    width: 1.8rem;
    height: 1.8rem;
    top: 0.2rem;
    right: 0.2rem;
    border-radius: 10rem;
    background: #FFFFFF;
    position: absolute;
    pointer-events: none;
}
.switch-btn-close {
    background: rgba(0, 0, 0, .25);
}
.switch-btn-close &gt; .btn-circle{
    right: 2.4rem;
}
.switch-btn-action{
    animation: switch-btn 0.3s ease-in-out;
    animation-fill-mode: forwards;
}
.switch-btn-action &gt; .btn-circle{
    animation: move-circle 0.3s ease-in-out;
    animation-fill-mode: forwards;
}
.switch-btn-revert{
    animation: switch-btn-revert 0.3s ease-in-out;
    animation-fill-mode: forwards;
}
.switch-btn-revert &gt; .btn-circle{
    animation: move-circle-revert 0.3s ease-in-out;
    animation-fill-mode: forwards;
}
.delimiter{
    width: 1px;
    height: 1.6rem;
    margin: 0 1.6rem 0 1.2rem;
    background: #cfd7e0;
}
.right-icon{
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}
.right-icon-click{
    transform: rotate(90deg)
}
.item-brief-text{
    padding: 1.6rem 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666;
}
.wrapper-button{
    width: 100%;
    background: #fff;
    padding: 1.6rem 0;
    box-shadow: 0 0.4rem 1.3rem 0 rgba(41,48,51,0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.confirm-button{
    width: 30rem;
    height: 4.2rem;
    background: var(--theme-color);
    border-radius: 2.3rem;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    border: 0;
    cursor: pointer;
}
@media screen and (min-width: 981px) {
    .privacy-footer {
        width: 100%;
        height: 10rem;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        box-shadow: var(--privacy-footer-shadow);
        display: none;
        align-items: center;
        justify-content: center;
    }
    .privacy-text{
        margin-right: 20rem;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #333;
    }
    .privacy-setting{
        background-color: transparent;
        margin-right: 3rem;
        font-size: 1.6rem;
        line-height: 2.2rem;
        text-align: right;
        color: var(--theme-color);
        border: 0;
        cursor: pointer;
    }
    .privacy-allow{
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2.2rem;
        text-align: center;
        color: #fff;
        width: 20rem;
        height: 4.2rem;
        background: var(--theme-color);
        border-radius: 2.1rem;
        border: 0;
        cursor: pointer;
    }
    .privacy-popup{
        position: fixed;
        z-index: 1003;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
        width: 100vw;
        height: 100vh;
        display: none;
        align-items: center;
        justify-content: center;
    }
    .privacy-popup-wrap{
        width: 90rem;
        height: 70rem;
        background: #FFFFFF;
        box-shadow: 0 0.4rem 1.3rem 0 rgba(41,48,51,0.08);
        border-radius: 0.8rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .privacy-popup-wrap &gt; .close-icon{
        position: absolute;
        top: 2rem;
        right: 1.6rem;
        width: 1.2rem;
        height: 1.2rem;
        cursor: pointer;
    }
    .privacy-popup-wrap &gt;.wrap-title{
        width: 100%;
        padding: 3rem 0 2rem 0;
        border-bottom: 1px solid #f2f2f2;
        font-weight: 700;
        font-size: 2.6rem;
        line-height: 2.6rem;
        text-align: center;
        color: #333;
    }
    .wrap-content{
        flex: 1;
        overflow-y: scroll;
        padding: 2rem 2.8rem;
    }
    .intro-text{
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #666;
        text-align: center;
    }

    .item-table{
        width: 100%;
        text-align: left;
        border-radius: 2px 2px 0 0;
        border-collapse: separate;
        border-spacing: 0;
        padding: 1.6rem 1.2rem;
        display: none;
        box-sizing: border-box;
    }
    .item-table img{
        width: 1.6rem;
        height: 1.6rem;
        vertical-align: middle;
    }
    .item-table &gt; table{
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        color: rgba(0,0,0,.85);
        font-variant: tabular-nums;
        line-height: 1.5715;
        list-style: none;
        font-feature-settings: "tnum","tnum";
        position: relative;
        font-size: 1.4rem;
        background: #fff;
        border-radius: 2px;
    }
    .item-table &gt; table &gt; thead, .item-table &gt; table &gt; tbody{
        box-sizing: border-box;
        vertical-align: middle;
        border-color: inherit;
    }
    .item-table &gt; table &gt; thead &gt; tr &gt; th{
        color: rgba(0,0,0,.85);
        font-weight: 500;
        text-align: left;
        background: #fafafa;
        border-bottom: 1px solid #f0f0f0;
        padding: 1.6rem;
    }
    .item-table &gt; table &gt; thead &gt; tr &gt; th:first-child{
        border-top-left-radius: 2px;
    }
    .item-table &gt; table &gt; thead &gt; tr &gt; th:last-child{
        border-top-right-radius: 2px;
    }
    .item-table &gt; table &gt; tbody &gt; tr &gt; th{
        color: #666;
        border-bottom: 1px solid #f0f0f0;
        padding: 1.6rem;
        overflow-wrap: break-word;
    }
    .mobile-item-table{
        display: none;
    }
}
@media (max-width:980px){
    #privacy-footer {
        display: none !important;
    }
    .mobile-footer-privacy {
        display: none;
        align-items: center;
        padding: 1.2rem 1.6rem;
        background: white;
        margin-bottom: -1px;
    }
    .privacy-text{
        flex: 1;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #666666;
    }
    .privacy-setting{
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #328CCC;
        border: 0;
        background: white;
    }
    .privacy-allow{
        margin-left: 2.3rem;
        background: linear-gradient(270deg, #60BBD9 0%, #328CCC 98.22%);
        border-radius: 1.8rem;
        text-align: center;
        padding: 0.9rem 1.8rem;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: 500;
        text-decoration: none;
        border: 0;
    }
    .privacy-popup{
        position: fixed;
        z-index: 1003;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
        width: 100vw;
        height: 100%;
        display: none;
        align-items: center;
        justify-content: center;
    }
    .privacy-popup-wrap{
        width: 100vw;
        height: 100%;
        background: #FFFFFF;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .privacy-popup-wrap &gt; .close-icon{
        position: absolute;
        top: 2rem;
        right: 1.6rem;
        width: 1.2rem;
        height: 1.2rem;
        cursor: pointer;
    }
    .privacy-popup-wrap &gt; .wrap-title{
        padding-top: 2rem;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 2.4rem;
        color: #333;
        text-align: center;
    }
    .wrap-content{
        flex: 1;
        overflow-y: scroll;
        padding: 2rem 0.8rem 14rem 0.8rem;
    }
    .intro-text{
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #666;
        text-align: center;
    }
    .item-table{
        display: none;
    }
    .mobile-item-table{
        display: none;
        padding: 0 1.2rem;
    }
    .mobile-item-table img{
        width: 1.6rem;
        height: 1.6rem;
        vertical-align: middle;
    }
    .mobile-item-table-title{
        margin-bottom: 0.4rem;
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #333;
    }
    .mobile-item-table-text{
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #666;
        margin-bottom: 1.6rem;
    }
    .wrapper-button{
        padding: 1.6rem 0;
    }
}


@keyframes switch-btn {
    0% {
        background: #4cd964;
    }
    100% {
        background: rgba(0,0,0,.25);
    }
}
@keyframes move-circle {
    0% {
        right: 0.2rem;
    }
    100% {
        right: 2.4rem;
    }
}
@keyframes switch-btn-revert {
    0% {
        background: rgba(0,0,0,.25);
    }
    100% {
        background: #4cd964;
    }
}
@keyframes move-circle-revert {
    0% {
        right: 2.4rem;
    }
    100% {
        right: 0.2rem;
    }
}
</pre></body></html>