section {
    flex: 1;
    overflow: auto;
    padding: 16px;
}

section .nav_logo {
    padding: 16px 0;
    box-sizing: border-box;
}

section .nav_logo img {
    height: 30px;
}

h1 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    text-align: center;
}
section h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
    color: #0E0E0E;
}

section .FAQ div {
    margin-top: 10px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding: 10px;
    box-shadow: 0 5px 15px 0 rgba(218, 218, 218, 0.5000);
}

section .FAQ p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section .FAQ div p img {
    float: right;
    width: 13px;
    margin-left: 5px;
}

section .FAQ .first {
    margin-top: 0;
}


section .FAQ div span {
    margin-top: 6px;
    font-size: 12px;
    color: #666666;
    min-height: 1rem;
    line-height: 16px;
    display: none;
}
