/* FAQ */
.not-found-list,
.faq-list {
    width: 96%;
    margin: auto;
    list-style: none;
}

.not-found-list {
    margin: 10px auto;
}

.faq-list {
    /*display: none;*/
}

.not-found-item,
.not-found-title,
.faq-item {
    line-height: 1.8;
}

.not-found-title {
    font-weight: bold;
    font-size: 16px;
}

.not-found-item {
    text-align: center;
}

.not-found-btn-box {
    margin: 10px auto;
    display: flex;
    justify-content: center;
}

.faq-title {
    width: 96%;
    margin: 6px auto;
    font-style: italic;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
}

.faq-title-txt {
    color: #333;
    border-bottom: 3px solid #333;
    cursor: pointer;
}

.faq-title-txt:hover {
    color: blue;
    border-color: blue;
    text-decoration: none;
}

.faq-q {
    color: #F00;
}

.faq-a {
    color: blue;
}

@media screen and (max-width: 768px) {
    .layui-layer-dialog {
        /*top: 20% !important;*/
    }
}

.wrapper::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.wrapper::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    border: none;
    background: #C0C0C0;
    border-radius: 4px;
}

/* 私密文件提示页样式表 */
.private-page-container {
    margin: 10px auto;
    width: 96%;
    /*color: red;*/
}

.private-page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 2;
}

.private-page-body {
    text-align: center;
    line-height: 2;
    font-size: 18px;
}