.dibdhdd_jyb {
    background-image: linear-gradient(#11C7DE, #008FD7);
    color: #ffffff;
    padding: 20px 16px 16px;
    margin-top: 20px;
}

.dibdhdd_topd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin-bottom: 20px;
}

.dibdhdd_topd a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.9;
}

.dibdhdd_topd a:hover {
    opacity: 1;
    text-decoration: underline;
}

.dibdhdd_ldbd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 18px;
}

.dibdhdd_ld1 p {
    margin: 6px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
}

.dibdhdd_ld2 img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.dibdhdd_ld2 p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
}

.dbdd_ldpd {
    text-align: center;
    font-size: 11px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.dbdd_ldpd a {
    color: rgba(255, 255, 255, 0.85);
}

.dbdd_ldpd a:hover {
    color: #ffffff;
}