header{
    background: #000 !important;
}

.vector-bg-black h1{
    color: #fff;
}
.head-section{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 232px;
}

.privacy-info-container{
    background: #EAE9F3;
    padding: 80px 0;
    text-align: center;
}

.privacy-info-container .switch-btns{
    background: #fff;
    width: 988px;
    color: rgba(26, 26, 26, 0.70);
}

.privacy-text-box{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 32px 40px;
    border-radius: 24px;
    background: #FFF;
    text-align: left;
}

.privacy-date-tip{
    color: rgba(26, 26, 26, 0.50);
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
}

p{
    color: rgba(26, 26, 26, 0.70);
}

.privacy-text-box a{
    color: #0059FF;
}

.switch-btns-container{
    overflow-x: scroll;
    margin-bottom: 44px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.switch-btns-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.lf-rlt-links {
    position: fixed;
    border: none;
    padding-bottom: 10px;
}
.lf-rlt-links .title {
    background: transparent;
    margin-bottom: 10px;
    padding: 0;
    justify-content: right;
}
.lf-rlt-links .title::after{
    content: '';
    display: none;
}

.lf-rlt-links .title img{
    object-fit: scale-down;
    width: 48px;
    height: 48px;
    object-fit: scale-down;
    background: #fff;
    border-radius: 8px;
}

.lf-rlt-links ol li + li{
    margin-top: 10px;
}
.lf-rlt-links ol{
    list-style: none;
    padding: 0;
}

.lf-rlt-links ol li{
    width: 100%;
    top: 64px;
    left: 16px;
    border-radius: 12px;
    background: #fff;
    /* padding: 12px; */
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #5f5f5f;
}

.lf-rlt-links ol li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
}
.lf-rlt-links ol li.active{
    color: #1a1a1a;
    background: #00F7FF;
}
.directory-pc{
    display: none;
}
.directory-m{
    display: none;
}

@media (max-width: 500px) {
    .privacy-info-container{
        padding: 40px 20px;
    }
    .switch-btns-container{
        width: 100%;
        border-radius: 16px;
        
    }

    .vector-bg-black h1{
        color: #fff;
        width: 320px;
    }
    
    .fixed-top{
        position: fixed;
        left: 0;
        top: 48px;
        right: 0;
        border-radius: 0;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    }
    .fixed-top .switch-btns{
        border-radius: 0;
    }
}