.hzyuan_announcer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-sizing: border-box
}
.hzyuan_announcer .hzyuan_button_group {
    margin-top: 0
}
.hzyuan_announcer .hzyuan_button_group .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 18px 9px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);
    border-radius: 26px;
    border: none;
    transition: all 0.3s;
    height: 26px;
    width: fit-content;
    cursor: pointer;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    white-space: nowrap;
--text-color:#fff;
    background-color: var(--background-color);
    color: var(--text-color)
}
.hzyuan_announcer .btn svg {
    height: 16px;
    width: auto;
    margin-left: 7px;
    margin-right: -5px;
    margin-bottom: -1px
}
.hzyuan_announcer.hzyuan_announcer_large .hzyuan_button_group .btn {
    font-size: 17px;
    line-height: 30px;
    height: 30px
}
.hzyuan_announcer_default {
    font-size: 17px;
    line-height: 19px;
    padding: 14px 5% 16px 5%
}
.hzyuan_announcer_medium {
    font-size: 18px;
    line-height: 20px;
    padding: 16px 5% 18px 5%
}
.hzyuan_announcer_large {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 5% 22px 5%
}
.hzyuan_announcer.hzyuan_navybg_simple_grad {
    background: linear-gradient(to bottom right, #160629, #2b1452) #160629
}
.hzyuan_announcer.hzyuan_winebg_simple_grad {
    background: linear-gradient(to bottom right, #29072e, #48114f) #160629
}
.hzyuan_announcer.hzyuan_coldbg_simple_grad {
    background: linear-gradient(to bottom right, #f6f6fb, #ffffff) #e9e9e9;
    border-bottom: solid 1px #d5d5d5
}
.hzyuan_announcer.hzyuan_warmbg_simple_grad {
    background: linear-gradient(to bottom right, #e9e9e9, #f8f8f8) #e9e9e9;
    border-bottom: solid 1px #d5d5d5
}

@media (max-width:760px) {
.hzyuan_announcer_default, .hzyuan_announcer_medium {
    font-size: 16px;
    line-height: 18px;
    padding: 14px 5% 16px 5%
}
.hzyuan_announcer_large {
    font-size: 18px;
    line-height: 20px;
    padding: 16px 5% 18px 5%
}
.hzyuan_announcer.hzyuan_announcer_large .hzyuan_button_group .btn {
    font-size: 15px;
    line-height: 26px;
    height: 26px
}
}

@media (max-width:560px) {
.hzyuan_announcer_default, .hzyuan_announcer_medium, .hzyuan_announcer_large {
    flex-direction: column;
    text-align: center;
    gap: 14px
}
.hzyuan_announcer_large {
    font-size: 18px;
    line-height: 20px;
    padding: 16px 5% 18px 5%
}
.hzyuan_announcer .btn {
    margin-bottom: 6px
}
.hzyuan_announcer .btn svg {
    display: none
}
}
