.bg-dark {
    width: 100%;
    height: 4.125rem;
    /* 66px / 16px */
    background: #fff !important;
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(155, 187, 245, 0.72);
}

.banner {
    width: 100%;
    height: 16.375rem;
    /* 262px / 16px */
    margin-top: 4.125rem;
    /* 66px / 16px */
    background: url('../img/help/bannerBg.png');
    background-size: 100% 100%;
}

.bannerContent {
    width: 73.75rem;
    /* 1180px / 16px */
    margin: auto;
    padding-top: 4.375rem;
    /* 70px / 16px */
}

.bannerContent h1 {
    font-family: AppleSystemUIFont;
    font-size: 2.5rem;
    /* 40px / 16px */
    color: #FFFFFF;
    line-height: 3.5rem;
    /* 56px / 16px */
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.searchInput {
    width: 100%;
    height: 3.125rem;
    /* 50px / 16px */
    background: #80B1F7;
    color: #FFFFFF;
    border-radius: 0.625rem;
    /* 10px / 16px */
    border: none;
    margin: auto;
    display: block;
    margin-top: 1.625rem;
    /* 26px / 16px */
    padding: 0.875rem 1.875rem;
    /* 14px / 16px, 30px / 16px */
    padding-right: 4.25rem;
    /* 68px / 16px */
}

.searchBox {
    position: relative;
    width: 39.875rem;
    /* 638px / 16px */
    margin: auto;
}

.searchIcon {
    position: absolute;
    width: 1.25rem !important;
    /* 20px / 16px */
    height: 1.25rem;
    /* 20px / 16px */
    right: 1.875rem;
    /* 30px / 16px */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.content {
    min-height: 37.5rem;
    /* 600px / 16px */
    padding-top: 3.625rem;
    /* 58px / 16px */
}

.contentBox {
    width: 73.125rem;
    /* 1170px / 16px */
    margin: 3.625rem auto;
    /* 58px / 16px */
    /* padding-top: 4.375rem; */
    /* 70px / 16px */
    padding-bottom: 4.375rem;
    /* 70px / 16px */
    display: flex;
    justify-content: space-between;
}

.content .title {
    font-size: 1.75rem;
    /* 28px / 16px */
    color: #0F1736;
    line-height: 2.4375rem;
    /* 39px / 16px */
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 3.125rem;
    /* font-size: 1.75rem; */
    /* font-weight: 600; */
    /* 50px / 16px */
}

.encryptionSystemBox {
    width: 32.375rem;
    /* 518px / 16px */
    height: 22.0625rem;
    /* 353px / 16px */
    box-shadow: -0.1875rem 0.4375rem 2.0625rem 0 rgba(201, 213, 234, 0.42);
    padding: 0.875rem;
    /* 14px / 16px */
}

.personageBg {
    background: url('../img/help/personageBg.png');
    background-size: 100% 100%;
}

.systemBg {
    background: url('../img/help/systemBg.png');
    background-size: 100% 100%;
}

.encryptionSystemHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    /* 16px / 16px */
    margin-bottom: 1.125rem;
    /* 18px / 16px */
}

.encryptionSystemTitle {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    /* 20px / 16px */
    color: #1C3355;
    line-height: 1.75rem;
    /* 28px / 16px */
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* margin-bottom: 1.25rem; /* 20px / 16px */
}

.encryptionSystemIcon {
    width: 3.625rem;
    /* 58px / 16px */
    height: 3.625rem;
    /* 58px / 16px */
    margin-right: 0.875rem;
    /* 14px / 16px */
}

.lookAll {
    font-size: 0.875rem;
    /* 14px / 16px */
    color: #377CF7;
    line-height: 1.25rem;
    /* 20px / 16px */
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.encryptionSystemItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.375rem 1rem;
    /* 6px / 16px, 16px / 16px */
    cursor: pointer;
    margin-bottom: 0.625rem;
    /* 10px / 16px */
}

.encryptionSystemItem .title {
    font-size: 0.875rem;
    /* 14px / 16px */
    color: #1C3355;
    line-height: 1.25rem;
    /* 20px / 16px */
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 500;
}

.pullDownIcon {
    width: 0.75rem;
    /* 12px / 16px */
    height: 0.75rem;
    /* 12px / 16px */
    display: none;
}
.pullDownIcons {
    width: 0.75rem;
    /* 12px / 16px */
    height: 0.75rem;
    display: block;
    /* 12px / 16px */
}
.encryptionSystemItem:hover {
    background: #E8F0FF;
    border-radius: 6px;
}
.encryptionSystemItem:hover .title{
    color: #377CF7;
}
.encryptionSystemItem:hover .pullDownIcon{
    display: block;
}
.encryptionSystemItem:hover .pullDownIcons{
    display: none;
}
.suggestionBox {
    width: 32.375rem;
    /* 518px / 16px */
    height: 8.625rem;
    /* 138px / 16px */
    background: #FFFFFF;
    box-shadow: -0.1875rem 0.4375rem 2.0625rem 0 rgba(201, 213, 234, 0.42);
    display: flex;
    justify-content: space-between;
    padding: 2.5rem;
    /* 40px / 16px */
    border-radius: 0.875rem;
    /* 14px / 16px */
}

.suggestionLeft {
    display: flex;
    justify-content: space-between;
}

.suggestionImg {
    width: 3.625rem;
    /* 58px / 16px */
    height: 3.625rem;
    /* 58px / 16px */
    margin-right: 1.25rem;
    /* 20px / 16px */
}

.suggestionImg img {
    width: 100%;
    height: 100%;
}

.suggestionText .title {
    font-size: 1.25rem;
    /* 20px / 16px */
    color: #1C3355;
    line-height: 1.75rem;
    /* 28px / 16px */
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.625rem;
    /* 10px / 16px */
}

.suggestionText .text {
    font-size: 0.875rem;
    /* 14px / 16px */
    color: #1C3355;
    line-height: 1.25rem;
    /* 20px / 16px */
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.goFeedback {
    font-size: 0.875rem;
    /* 14px / 16px */
    color: #377CF7;
    line-height: 1.25rem;
    /* 20px / 16px */
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.3125rem;
    /* 5px / 16px */
    cursor: pointer;
}

.bugPopup {
    display: none;
}

@media (max-width: 770px) {
    .banner {
        height: 7.71rem;
        margin-top: 3.53rem;
    }

    .bannerContent {
        width: 100%;
        padding-top: 1.29rem;
    }

    .bannerContent h1 {
        font-size: 1.71rem;
        line-height: 1;
    }

    .contentBox {
        width: 100%;
        display: block;
        padding: 0 1.14rem;
        margin-top: 1.14rem !important;
    }

    .searchBox {
        width: 100% !important;
        padding: 0 1.14rem;
    }

    .searchInput {
        margin-top: 0.86rem;
        height: 2.57rem;
    }

    .encryptionSystemBox {
        width: 100% !important;
        margin-bottom: 1.25rem;
    }

    .content {
        padding-top: 2.29rem;
    }

    .content .title {
        font-size: 1.14rem;
        margin-bottom: 1.14rem !important;
    }

    .encryptionSystemIcon {
        width: 2rem;
        height: 2rem;
    }

    .firstTitle {
        font-size: 1rem;
    }

    .encryptionSystemItem .title {
        font-weight: 400;
        font-size: 1rem;
        color: #1C3355;
        text-align: left;
        font-style: normal;
        margin-bottom: 0 !important;
    }
    .encryptionSystemBox {
        height: 100%;
    }
    .suggestionBox {
        width: 100% !important;
        height: 100% !important;
        padding: 1.71rem 1.14rem;
        margin-bottom: 1.14rem;
    }
    .suggestionImg{
        width: 3.43rem;
        height: 3.43rem;
        margin-right: 0.86rem;
    }
    .suggestionText .title{
        font-size: 1rem;
        margin-bottom: 0.86rem;
    }
    .suggestionText .text {
        font-size: 0.86rem;
        margin-bottom: 0;
    }
}