
#dsui_ui_title {
    margin-top: 5px;
    margin: 0 auto;
    max-width: 1500px;
}

#dsui_ui_bg_box {
    padding: 5px;
    /* align-items: center; */
    margin-top: 10px;
    overflow: hidden;
    /* margin: 10px; */
    max-width: 100%;
    height: 25px;
    /* border-radius: 8px; */
    background-color: var(--body-bg-color);
}

#dsui_ui_links {
    justify-content: center;
    /* margin: 0 10px;
    line-height: 280%; */
}

#dsui_ui_stat .siteCount .wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

#dsui_ui_stat .siteCount ul {
    display: flex;
}

#dsui_ui_stat .siteCount ul li {
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

#dsui_ui_stat .siteCount ul li span {
    font-size: 48px;
    font-family: Arial;
}

@media screen and (max-width: 1024px) {
    #dsui_ui_stat .siteCount ul li span {
        font-size: 20px;
        font-family: Arial;
    }
}

#dsui_ui_stat .p-wh {
    font-weight: 700;
}

.join {
    padding-top: 20px;
    font-size: 15px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 600;
}

.foot-copyright p {
    align-items: center;
    justify-content: center; /* 水平居中（可选） */
    font-size: 13px;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.fla {
    float: left;
}

.footer {
    font-size: 13px;
}

#Onecad_footer_ys2 .wrapper:after,
#Onecad_footer_ys2 .wrapper:before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.clearfix:after,
.clearfix:before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

@media (min-width: 768px) {
    .Onecad_fl {
        float: left;
    }
}

@media (min-width: 768px) {
    .fr {
        float: right;
    }
}

a,
a:active,
a:visited {
    text-decoration: none;
    transition: all .2s;
}

.thumb {
    display: block;
    width: 100%;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

#Onecad_footer_ys2 .widget ul li {
    font-size: 13px;
    padding-top: 5px;
    box-sizing: border-box;
}

.Onecad_footer_ico {
    margin-bottom: 10px;
}

.Onecad_footer_ico i {
    height: 48px;
    width: 48px;
    margin: auto;
}

.Onecad_hide {
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}

.hidden {
    display: none !important;
}

@media (max-width: 1023px) {
    .hide_sm {
        display: none !important;
    }
}

#Onecad_footer_ys2 .wrapper:after,
#Onecad_footer_ys2 .wrapper:before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.footer-navi {
    position: relative;
    background: var(--main-bg-color);
    line-height: 1.9286;
    padding: 0 0;
    z-index: 20;
    display: none;
    background-size: cover;
}

@media (max-width: 768px) {
    .footer-navi {
        display: block;
    }

    .foot-copyright {
        padding: 0 10px 0 10px;
    }
}

@media (min-width: 768px) {
    .footer-navi {
        display: block;
    }
}

@media (min-width: 1310px) {
    .footer-navi {
        overflow: visible;
    }
}

.footer-navi .wrapper {
    overflow: visible;
    display: flex;
}

.footer-navi a {
    color: #949498;
    font-size: 14px;
}

.footer-navi a:hover {
    color: #fff;
}

.footer-navi .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38889;
    margin-bottom: 14px;
}

.footer-navi .widget {
    box-sizing: border-box;
    position: relative;
}

@media (min-width: 1024px) {
    .footer-navi .widget::after {
        content: '';
        width: 0;
        height: 100%;
        border-right: 1px solid var(--divider-color); /* ← 使用变量 */
        position: absolute;
        right: 1px;
        top: 5px;
    }
}

.footer-navi .about {
    margin: -8px 12px 10px;
}

@media (min-width: 1024px) {
    .footer-navi .about {
        width: 30%;
        padding-right: 15px;
        margin: 0 20px;
        font-size: 13px;
    }
}

@media (min-width: 1310px) {
    .footer-navi .about {
        font-size: 14px;
        padding-right: 0 20px;
    }
}

@media (min-width: 768px) {
    .footer-navi .wrapper-bq {
        padding-top: 32px;
    }
}

.footer-navi .navis {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    justify-content: space-around;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .footer-navi .navis {
        width: 35%;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .footer-navi .navis {
        width: 35%;
    }
}

.footer-navi .navis .navi {
    flex: 1 !important;
    text-align: center;
}

@media (min-width: 1310px) {
    .footer-navi .navis .navi {
        margin-top: 10px;
    }
}

.footer-navi .ewms {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer-navi .ewms {
        width: 35%;
        margin: 5px;
    }
}

.footer-navi .ewms::after,
.footer-navi .ewms::before {
    right: auto;
    left: 0;
}

.footer-navi .ewms::before {
    left: 1px;
}

.footer-navi .ewms .like {
    text-align: center;
}

.footer-navi .ewms .like strong {
    line-height: 1.24;
    font-weight: 700;
    background-image: linear-gradient(to right, #13adff 0, #3385ff 50%, #3385ff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.footer-navi .ewms .like h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.footer-navi .ewms ul {
    text-align: center;
    margin-bottom: 7px;
}

.footer-navi .ewms li {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    display: inline;
    position: relative;
    line-height: 1.3;
    margin-top: 0;
}

.footer-navi .ewms li:hover .ewm-content {
    visibility: visible;
    bottom: 100%;
    opacity: 1;
}

.footer-navi .ewms .ico {
    font-size: 46px;
    cursor: pointer;
    transition: all .2s;
}

.footer-navi .ewms .ico:hover {
    color: #fff;
}

.footer-navi .ewms .ico i {
    display: block;
}

.footer-navi .ewms h4 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.footer-navi .ewms .ewm-content {
    position: absolute;
    bottom: 200%;
    left: 15%;
    box-sizing: border-box;
    width: 280px;
    background: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .1);
    transform: translate(-50%, 0);
}

.footer-navi .ewms .ewm-content::before {
    content: '';
    display: block;
    position: absolute;
    margin-left: -6px;
    left: 70%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

@media (max-width: 1600px) {
    .footer-navi .ewms .ewm-content.ewm-douyin,
    .footer-navi .ewms .ewm-content.ewm-wechat {
        left: auto;
        right: 0;
        transform: translate(0, 0);
    }

    .footer-navi .ewms .ewm-content.ewm-douyin::before,
    .footer-navi .ewms .ewm-content.ewm-wechat::before {
        left: auto;
        right: 30px;
    }

    .footer-navi .ewms .ewm-content.ewm-douyin {
        transform: translate(70px, 0);
    }

    .footer-navi .ewms .ewm-content.ewm-douyin::before {
        right: 100px;
    }
}

.footer-navi .ewms .ewm-content.ewm-douyin {
    width: 400px;
}

.footer-navi .ewms .ewm-content.ewm-douyin .ewm-main .thumb-div {
    width: 160px;
}

.footer-navi .ewms .ewm-main {
    padding: 20px;
    text-align: left;
}

.footer-navi .ewms .ewm-main .Onecad_fl {
    float: left;
}

.footer-navi .ewms .ewm-main .fr {
    float: right;
}

.footer-navi .ewms .ewm-main .thumb-div {
    width: 120px;
    margin-right: 30px;
}

.footer-navi .ewms .ewm-main .thumb {
    padding-top: 100%;
}

.footer-navi .ewms .ewm-main h4 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.714;
    margin-top: 4px;
}

.footer-navi .ewms .ewm-main h4 span {
    color: #47c333;
}

.footer-navi .ewms .ewm-main a {
    color: #ff3401;
}

.footer-navi .ewms .ewm-main a:hover {
    color: #ff5c00;
}

.footer-navi .ewms .ewm-main h5 {
    font-weight: 400;
    font-size: 12px;
    color: #888;
    line-height: 20px;
}

.footer-navi .ewms .ewm-douyin .ewm-main {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.footer-navi .ewms .ewm-douyin .ewm-main .thumb-div {
    margin: 0 auto;
}

.footer-navi .ewms .ewm-douyin .ewm-douyin-1,
.footer-navi .ewms .ewm-douyin .ewm-douyin-2 {
    width: 50%;
}

.footer-navi .ewms .ewm-douyin .ewm-douyin-1 {
    position: relative;
}

.footer-navi .ewms .ewm-douyin .ewm-douyin-1:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #f3f3f3;
}

@media (min-width: 768px) {
    .footer-navi .bands {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .footer-navi .bands {
        width: 73%;
    }
}

.footer-navi .bands ul {
    margin: 0 -8px 0 -7px;
    display: flex;
    align-content: space-between;
}

.footer-navi .bands ul li {
    padding: 0 8px 15px 7px;
    width: 50%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .footer-navi .bands ul li {
        width: 16.6667%;
    }
}

.footer-navi .bands .band {
    background-color: #42424d;
    padding-top: 52px;
    border-radius: 3px;
    transition: all .2s;
}

.footer-navi .bands .band::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all .2s;
}

.footer-navi .bands .band:hover {
    background-color: #24242d;
}

.footer-navi .bands .band:hover::after {
    background: 0 0;
}

.footer-navi .qqgroup {
    width: 100%;
}

@media (min-width: 1024px) {
    .footer-navi .qqgroup {
        width: auto;
    }
}

.footer-navi .qqgroup a {
    display: block;
    width: 220px;
    height: 52px;
    line-height: 52px;
    background: #222228;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .hide_sm {
        display: none !important;
    }
}

#Onecad_footer_ys2 .wrapper:after,
#Onecad_footer_ys2 .wrapper:before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.footer .friendlinks {
    font-size: 12px;
    color: #4f4f4f;
    line-height: 2;
    margin: 0 -.5em 20px;
    word-break: keep-all;
}

.footer .friendlinks h6 {
    font-size: 12px;
    font-weight: 400;
    display: inline;
    margin: 0 .5em;
}

.footer .friendlinks ul {
    display: inline;
}

.footer .friendlinks li {
    display: inline;
    margin: 0 .5em;
}

.footer .friendlinks a {
    color: #4f4f4f;
}

.footer .friendlinks a:hover {
    color: #acacac;
}

.footer .copyright {
    color: #7f7f7f;
    line-height: 1.5;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer .copyright {
        color: #545454;
    }
}

.footer .copyright .asline {
    font-style: normal;
    display: block;
}

@media (min-width: 768px) {
    .footer .copyright .asline {
        display: inline;
    }
}

.footer .copyright p {
    padding: .5em 0;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .footer .copyright p {
        background: #000;
        display: inline-block;
        padding: .5em 1.5em;
    }
}

.footer .copyright a {
    color: #7f7f7f;
}

@media (min-width: 768px) {
    .footer .copyright a {
        color: #545454;
    }
}

.footer .copyright a:hover {
    color: #acacac;
}

.footer .Onecad_fl h2 a {
    font-size: 26px;
}

@media all {
    .footer:hover .footer-colors {
        animation-play-state: running;
    }
}

@keyframes animate-colors {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 7000px 0;
    }
}

.parallax > use {
    animation: move-forever 12s linear infinite;
}

.parallax > use:first-child {
    animation-delay: -2s;
}

.parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0);
    }
    100% {
        transform: translate(85px, 0);
    }
}

.dsui_ui_layout {
    width: 100%;
    height: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: var(--footer-bg);
}

.editorial {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
}

.mizhi_love_beat_heart {
    width: 50px;
    animation: beat .5s linear infinite alternate;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.mizhi_love_beat_left,
.mizhi_love_beat_right {
    float: left;
    width: 20px;
    height: 25px;
    background-color: red;
    border-radius: 50px 50px 0 0;
}

.mizhi_love_beat_left {
    transform: translateX(6.5px) rotate(-50deg);
}

.mizhi_love_beat_right {
    transform: translateX(-6.5px) rotate(50deg);
}

.footer {
    border: 1px solid #ebebeb;
    color: var(--footer-color);
    background: var(--footer-bg);
    padding: 0;
    font-size: 13px;
}

.title {
    height: -10px;
    font-weight: 600;
    line-height: 32px;
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
    color: #000;
    z-index: 0;
}

.ds-section-title {
    letter-spacing: 8px;
    font-size: 14px;
    text-align: center;
}

.ds-ui-zib-widget2 {
    border: 1px solid #ebebeb !important;
    clear: both;
    background: var(--main-bg-color);
    padding: 15px;
    box-shadow: 0 0 10px var(--main-shadow);
    border-radius: var(--main-radius);
    margin-bottom: 2px;
}

.hg-yj p span {
    font: 100 1.7em/1 Oswald, sans-serif;
    letter-spacing: 14px;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgb(255 255 255 / 50%);
    background: url('../img/footer/footer-logo-bg.webp') repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

.hg-yj {
    top: 15px;
    position: absolute;
}

.hg-yj p {
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
}

.footer-logo-text {
    font-size: 30px !important;
    font-weight: 700;
    font: 100 1.7em/1 Oswald, sans-serif;
    font-weight: 300 !important;
}

@-webkit-keyframes aitf {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


/* 页脚版权区域整体样式 */
.foot-copyright {
    height: 25px;              /* 固定高度 */
    line-height: 25px;         /* 关键：让单行文本垂直居中 */
    font-size: 12px;           /* 稍微缩小字号，适应高度 */
    padding: 0;                /* 清除上下 padding，否则会撑高 */
    margin: 0;
    overflow: hidden;          /* 防止内容溢出 */
    color: var(--footer-color);
    background: var(--footer-bg);
}

.foot-copyright .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    white-space: nowrap;       /* 防止换行（25px 不够两行） */
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 链接样式 */
/* 
.foot-copyright a {
    color: #007bff !important;
    text-decoration: none;
    font-size: 12px;
}
.foot-copyright a:hover {
    text-decoration: underline;
} 
*/