.index_dark .footer{
    background: #222222;
    color: rgba(255, 255, 255, 0.8);
}
.index_dark .footer_content_title{
    color: #FFFFFF;
}
.index_dark a{
    color: rgba(255, 255, 255, 0.8);
}
.footer_content_pc{
    width: 100%;
    max-width: 1200px;
    padding: 40px 0;
    margin: auto;
}
.footer_go_on_top{
    position: fixed;
    right: 20px;
    bottom: 200px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    cursor: pointer;
    display: none;
}
.footer_go_on_top:hover img{
    transform: translateX(-64px);
}

.footer_content_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 24px;
    font-family: "Microsoft YaHei UI";
}
.footer_content_logo{
    width: 204px;
    height: 96px;
}
.footer_content_magician_download{
    display: none;
    width: 320px;
    height: 250px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-right: 300px;
}
.foot-logo-magician-img{
    width: 100%;
    max-width: 234px;
    height: auto;
}
.magician_download_button{
    width: 234px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 32px;
    background: linear-gradient(96deg, #2296F1 13.26%, #00D4C3 104.1%);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.magician_download_button:hover{
    color: #FFFFFF;
    background: linear-gradient(90deg, #28A1FF 0.33%, #03EBD8 103.1%);
}
.footer_content_two{
    min-width: 104px;
}
.footer_content_three{
    min-width: 80px;
}

.footer_content_title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer_content_download{
    display: flex;
    align-items: center;
}

.footer_content_download_name{
    margin: 0 24px 0 10px;
    font-size: 16px;
    line-height: 1.5;
}


.footer_content_download_button{
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border-radius: 31px;
    background: linear-gradient(96deg, #2296F1 13.26%, #00D4C3 104.1%);
    cursor: pointer;
}
.footer_content_link{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.footer_content_bottom{
    text-align: center;
    margin-top: 50px;
    line-height: 2;
}
.footer_content_bottom p span{
    color: #307CFF;
}
.footer_content_mobile{
    display: none;
    padding: 24px 0;
}
.footer_content_mobile_logo{
    width: 182px;
    height: 84px;
    margin: auto;
}

.category {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.category-header {
    position: relative;
    padding: 16px 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
    user-select: none;
}
.category-header::after {
    content: '›';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category.active .category-header {
    color: #FFFFFF;
}
.category.active .category-header::after {
    color: #FFFFFF;
    transform: translateY(-50%) rotate(90deg);
}
.subcategories {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding-left: 12px;
}
.subcategory {
    margin: 12px 0;
}
.subcategory-title {
    font-size: 13px;
    margin: 8px 0 8px 5px;
}
.subcategory-links a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 5px;
    transition: color 0.2s;
}
.subcategory-links a:hover {
}
.magician_logs{
    .footer{
        padding-bottom: 50px;
    }
    .footer_content_logo{
        display: none;
    }
    .footer_content_one{
        display: none;
    }
    .footer_content_magician_download{
        display: flex;
    }
    .footer_content_mobile_logo{
        display: none;
    }
    .footer_content_mobile_one{
        display: none;
    }
}
.magician_logs .footer_content_logo{
    display: none;
}
.magician_logs .footer_content_one{
    display: none;
}
.magician_logs .footer_content_magician_download{
    display: flex;
}
.magician_logs .footer_content_mobile_logo{
    display: none;
}
.magician_logs .footer_content_mobile_one{
    display: none;
}

.footer_content_banner{
    width: 100%;
    max-width: 1920px;
    height: auto;
}
.footer_content_banner_img{
    position: fixed;
    bottom: 0;
}
.footer_content_banner img{
    width: 100%;
    height: auto;
    display: none;
    cursor: pointer;
}

.bottom_banner .footer_content_banner img{
    display: block;
}

@media screen and (max-width: 780px) {
    .magician_logs .footer{
        padding-bottom: 0;
    }
    .index_dark .footer{
        background: #333333;
    }
   .footer_content_pc{
       display: none;
   }
   .footer_content_mobile{
       display: block;
   }
   .footer_content_bottom {
       margin-top: 36px;
   }
   .footer_content_magician_download{
       border: none;
       margin: auto;
       height: 180px;
   }
   .magician_download_button{
       width: 160px;
   }
}
