.common-footer .footer-copyright {
    padding-bottom: 20px;
}

.security-help-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.security-help {
    width: calc(100% - 40px);
    max-width: 460px;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    color: #666;
    font-size:13px;
}

.security-help .sh-head {
    width: 114px;
    min-width: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0aad62;
    border: 1px solid #0aad62;
    user-select: none;
}

.security-help .sh-head img {
    width: 28px;
    min-width: 28px;
    margin-right: 5px;
    display: block;
    height: auto;
    white-space: nowrap;
}

.security-help .sh-body {
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #0aad62;
    color: #0aad62;
    user-select: none;
}

.security-help .sh-body em {
    display: inline-block;
    position: relative;
    font-style: normal;
    white-space: nowrap;
    text-decoration: underline;
    cursor: pointer;
}



@media (max-width:700px) {
    .security-help-wrapper {
        background-color: #fff;
    }

    .security-help .sh-body {
        font-size: 10px;
    }

    .security-help .sh-head {
        width: 110px;
        min-width: 110px;
        font-size: 12px;
    }

    .security-help .sh-head img {
        width: 26px;
        min-width: 26px;
    }

    .bkt {
        bottom: 15px !important;
    }
}