/* 子比页脚美化插件 - iOS睿睿风格 */
.footer {
    background: #333 !important;
}
.footer-fav {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: linear-gradient(to top, #00ffbb36, transparent);
    padding: 0;
    box-sizing: border-box;
    margin-top: 40px;
    clear: both;
}
@media (min-width: 768px) {
    .footer-fav {
        display: block;
        padding: 0 20px;
    }
}
.footer-fav .footer-fav-top {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 0;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .footer-fav {
        padding-bottom: 0;
        overflow: visible;
    }
    .footer-fav .site-info {
        display: none !important;
    }
    .footer-fav .girl-info,
    .footer-fav .site-p {
        display: none !important;
    }
    .footer-fav .site-fav-spacer {
        display: none;
    }
    .footer-fav .site-fav {
        display: none !important;
    }
    .footer-fav .site-info {
        width: 50%;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .footer-fav .site-girl {
        position: static;
        width: auto;
        flex: 0 0 auto;
        align-self: center;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 10px 0;
    }
    .footer-fav .site-girl .girl {
        position: static;
        width: 100%;
        max-width: 160px;
        margin: 0 0 0 auto;
    }
    .footer-fav .site-girl .girl-img {
        display: block !important;
        width: 100%;
        max-height: 200px;
        height: auto;
        object-fit: contain;
        object-position: bottom center;
    }
    .footer-fav .footer-fav-top {
        flex-wrap: wrap;
        padding-bottom: 20px;
        align-items: center;
        gap: 8px;
    }
}
.footer-fav .site-info {
    flex: 0 0 auto;
    min-width: 0;
    max-width: 35%;
}
@media (min-width: 768px) {
    .footer-fav .site-info {
        max-width: 380px;
    }
}
.footer-fav .site-info h1 {
    margin: 0 0 8px 0;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .footer-fav .site-info h1 {
        font-size: 26px;
    }
}
.footer-fav .site-info h1 a {
    color: #000;
    text-decoration: none;
}
.footer-fav .site-info .site-p {
    margin: 0;
    max-width: 400px;
}
.footer-fav .site-info .site-p p:first-child:after {
    content: ',';
}
@media (min-width: 768px) {
    .footer-fav .site-info .site-p {
        margin-bottom: 0;
    }
    .footer-fav .site-info .site-p p:first-child:after {
        content: '';
    }
}
.footer-fav .site-info p {
    margin: 0;
    color: #797979;
    font-size: 12px;
    line-height: 1.6;
    white-space: normal;
    word-wrap: break-word;
}
@media (min-width: 768px) {
    .footer-fav .site-info p {
        display: block;
        margin-bottom: 0;
        font-size: 14px;
    }
}
/* 手机端左侧站点信息：IPA-iOS睿睿 + 域名 */
.footer-fav .site-info-mobile {
    display: none;
}
@media (max-width: 767px) {
    .footer-fav .site-info-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        padding-right: 10px;
        flex: 1 1 auto;
        min-width: 0;
    }
    .footer-fav .site-info-mobile .site-name {
        margin: 0 0 6px 0;
        padding: 0;
        font-size: 26px;
        font-weight: 700;
        color: #333;
        line-height: 1.3;
    }
    .footer-fav .site-info-mobile .site-url {
        margin: 0;
        padding: 0;
        font-size: 22px;
        font-weight: 700;
        color: #333;
        line-height: 1.3;
    }
    .footer-fav .site-info-mobile .site-desc {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .footer-fav .site-info-mobile {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        flex: 1 1 auto;
        min-width: 0;
        padding-right: 30px;
        order: -1 !important;
    }
    .footer-fav .site-info-mobile .site-name {
        margin: 0 0 6px 0;
        padding: 0;
        font-size: 28px;
        font-weight: 700;
        color: #333;
        line-height: 1.3;
        display: block;
    }
    .footer-fav .site-info-mobile .site-url {
        margin: 0 0 14px 0;
        padding: 0;
        font-size: 18px;
        font-weight: 600;
        color: #666;
        line-height: 1.4;
        display: block;
    }
    .footer-fav .site-info-mobile .site-desc {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        color: #797979;
        line-height: 1.8;
        max-width: 480px;
        display: block;
    }
}
.footer-fav .site-fav-spacer {
    flex: 1;
    min-width: 0;
}
@media (min-width: 768px) {
    .footer-fav .site-fav-spacer {
        flex: 0 0 0 !important;
        display: none !important;
    }
}
.footer-fav .site-fav {
    padding-top: 5px;
    flex-shrink: 0;
}
.footer-fav .site-fav-right {
    order: 3;
}
@media (min-width: 768px) {
    .footer-fav .site-fav {
        padding-top: 0;
        align-self: center;
    }
}
.footer-fav .site-fav .btn-orange {
    padding: 0 1.2em;
    border-radius: 8px;
    background-color: #1e88e5;
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
    text-decoration: none;
    display: inline-block;
}
@media (min-width: 768px) {
    .footer-fav .site-fav .btn-orange {
        padding: 0 2em;
        font-size: 16px;
        line-height: 3.5;
        background-color: #1e88e5;
    }
}
.footer-fav .site-girl {
    position: static;
    flex: 0 0 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-fav .site-girl .girl {
    position: static;
    flex: 0 0 200px;
    width: 200px;
    line-height: 0;
    overflow: visible;
    margin-top: -30px;
}
.footer-fav .site-girl .girl-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    object-position: bottom center;
    vertical-align: bottom;
}
.footer-fav .site-girl .girl-info {
    flex: 0 0 auto;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}
.footer-fav .site-girl .girl-info h4 {
    margin: 0;
    padding: 0;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    white-space: normal;
}
.footer-fav .site-girl a {
    color: #797979;
    text-decoration: none;
}
.footer-fav .site-girl a:hover {
    color: #ff5c00;
}
.zfb-custom-footer .wrapper {
    max-width: var(--mian-max-width, 1200px);
    margin: 0 auto;
    padding: 0 20px;
}
.Onecad_fl {
    float: left;
}
.fr {
    float: right;
}
.hide_md {
    display: none;
}
@media (min-width: 768px) {
    .hide_md {
        display: block;
    }
}
#onecad_new_footer {
    clear: both;
}
#kun66-footer-new .kun66-footer > .wrapper {
    border-bottom: 1px solid #9e9e9e3b;
}
#onecad_new_footer .footer {
    padding: 0 !important;
}
#kun66-footer-new .kun66-footer .widget-title,
#kun66-footer-new .kun66-footer .footer-h {
    position: relative;
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 14px;
    color: #ffffff;
    text-align: left;
    margin-top: 25px;
    margin-left: 5px;
}
#kun66-footer-new .kun66-footer .widget-title:before,
#kun66-footer-new .kun66-footer .footer-h:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #40e0d0 !important;
    content: '';
    transition: width 0.3s ease;
}
#kun66-footer-new .kun66-footer section:hover .widget-title:before,
#kun66-footer-new .kun66-footer section:hover .footer-h:before {
    width: 80px;
}
#kun66-footer-new .kun66-footer .textwidget {
    padding: 10px 0;
    line-height: 26px;
}
#kun66-footer-new .kun66-footer .footer-site-desc {
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}
#kun66-footer-new .kun66-footer section:first-child {
    width: 30%;
}
#kun66-footer-new .kun66-footer #nav_menu-1 li {
    display: inline-block;
    width: 45%;
}
#kun66-footer-new .kun66-footer #nav_menu-2,
#kun66-footer-new .kun66-footer #nav_menu-3,
#kun66-footer-new .kun66-footer #nav_menu-4 {
    width: 18%;
}
#kun66-footer-new .kun66-footer .widget ul,
#kun66-footer-new .kun66-footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
#kun66-footer-new .kun66-footer .widget ul li,
#kun66-footer-new .kun66-footer .menu li {
    position: relative;
    padding: 7px 0 8px 15px;
}
#kun66-footer-new .kun66-footer .widget ul li:before,
#kun66-footer-new .kun66-footer .menu li:before {
    position: absolute;
    top: 9px;
    left: 1px;
    color: #40e0d0 !important;
    content: '•';
    font-size: 16px;
    line-height: 1;
}
#kun66-footer-new .kun66-footer .kun66-footer-widget-in {
    display: flex;
    justify-content: space-between;
}
#kun66-footer-new .kun66-footer .widget,
#kun66-footer-new .kun66-footer section {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 0;
}
#kun66-footer-new .kun66-footer .kun66-footer-widget-in {
    margin: 0 -10px;
}
#kun66-footer-new .kun66-footer section:last-child .qr-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-top: 5px;
}
.qr-item {
    text-align: center;
    padding: 0 8px;
    transition: transform 0.3s ease;
}
.qr-item:hover {
    transform: translateY(-3px);
}
.qr-wrapper {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 6px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}
.qr-item:hover .qr-wrapper {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(64, 224, 208, 0.4);
    box-shadow: 0 4px 20px rgba(64, 224, 208, 0.15);
}
.qr-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    border-radius: 10px;
    transition: transform 0.3s ease;
    filter: brightness(0.95);
}
.qr-item:hover .qr-img {
    filter: brightness(1);
    transform: scale(1.03);
}
#kun66-footer-new .kun66-footer section:last-child .qr-tips {
    margin-top: 10px;
    max-width: 90px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}
.qr-item:hover .qr-tips {
    color: rgba(64, 224, 208, 0.9);
}
#kun66-footer-new a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}
#kun66-footer-new a:hover {
    color: #40e0d0 !important;
    margin-left: 3px;
}
#kun66-footer-new .footer-bottom {
    height: auto;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    padding: 15px 20px;
    background-color: #000;
    width: 100%;
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
.footer-links {
    padding: 5px 20px;
    margin: 10px auto;
    max-width: var(--mian-max-width, 1200px);
    background: linear-gradient(135deg, rgb(120 234 180/30%) 0, rgb(85 106 241/10%) 100%);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    position: relative;
    min-height: 40px;
}
.link-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-right: 100px;
    box-sizing: border-box;
}
.link-heading {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-right: 12px;
    white-space: nowrap;
    padding: 5px 0;
}
.link-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.link-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.link-items ul li {
    display: inline-block;
}
.apply-link,
.link-items a {
    color: #f0f0f0 !important;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    white-space: nowrap;
}
.apply-link:hover,
.link-items a:hover {
    color: #40e0d0 !important;
}
.apply-link {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    white-space: nowrap;
    z-index: 1;
    background-color: rgba(64, 224, 208, 0.2);
    padding: 3px 10px;
    border-radius: 4px;
}
#kun66-footer-new .kun66-footer-nav .wrapper {
    padding: 0;
    max-width: none;
}
.footer-bottom-container {
    max-width: var(--mian-max-width, 1200px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#kun66-footer-new .footer-bottom a {
    color: #ccc;
}
#kun66-footer-new .footer-bottom a:hover {
    color: #fff !important;
}
@media screen and (max-width: 768px) {
    #kun66-footer-new .kun66-footer .kun66-footer-widget-in,
    .footer-links {
        display: none !important;
    }
    #kun66-footer-new .kun66-footer > .wrapper {
        border-bottom: none;
    }
    .kun66-footer-nav {
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
    }
    #kun66-footer-new .footer-bottom {
        padding: 15px 20px;
    }
    .footer-bottom-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-bottom-right {
        margin-top: 5px;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
        width: 100%;
    }
    .foot-copyright {
        font-size: 10px;
        line-height: 1.8em;
        word-break: break-all;
        white-space: normal;
        width: 100%;
    }
    .footer-bottom-right {
        font-size: 10px;
        line-height: 1.8em;
    }
}
@media screen and (min-width: 769px) {
    #kun66-footer-new .kun66-footer section:first-child {
        width: 25%;
    }
    #kun66-footer-new .kun66-footer #nav_menu-2,
    #kun66-footer-new .kun66-footer #nav_menu-3,
    #kun66-footer-new .kun66-footer #nav_menu-4 {
        width: 15%;
    }
    .link-items {
        gap: 5px;
        margin-top: 1px;
    }
    .link-items a {
        font-size: 12px;
    }
    .footer-bottom-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .foot-copyright {
        text-align: left;
    }
    .footer-bottom-right {
        text-align: right;
        display: flex;
        gap: 15px;
    }
}
#onecad_new_footer .wrapper {
    margin: 0 auto;
    max-width: var(--mian-max-width, 1200px);
    padding: 0 20px;
}
#kun66-footer-new .widget ul li,
#kun66-footer-new .menu li {
    font-size: 13px;
    padding: 12px 16px;
    box-sizing: border-box;
}
#kun66-footer-new .widget ul li + li,
#kun66-footer-new .menu li + li {
    margin-top: -8px;
}
#kun66-footer-new .widget > h2,
#kun66-footer-new .footer-h {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
#onecad_new_footer .footer {
    font-size: 13px;
}
#onecad_new_footer .footer a {
    font-size: 13px;
}
