.theme-footer .page-holder{background-color:#121a4e}.theme-footer .page-holder .top{padding-top:60px;padding-bottom:26px;border-bottom:1px solid #848484;display:flex;flex-direction:column;align-items:center;gap:60px}@media only screen and (min-width:920px){.theme-footer .page-holder .top{flex-direction:row;justify-content:space-between;padding-left:40px;padding-right:40px}}@media only screen and (min-width:1360px){.theme-footer .page-holder .top{padding-left:80px;padding-right:80px}}.theme-footer .page-holder .top .logo-wrapper{display:flex;justify-content:center}.theme-footer .page-holder .top .logo-wrapper img{display:block;max-width:250px}.theme-footer .page-holder .top .icons{max-width:220px;width:100%;display:flex;justify-content:center;gap:40px}@media only screen and (min-width:920px){.theme-footer .page-holder .top .icons{justify-content:flex-end}}.theme-footer .page-holder .top .icons .icon-holder{display:block}.theme-footer .page-holder .top .icons .icon-holder svg{display:block;width:24px;height:24px;fill:#fff}.theme-footer .page-holder .bottom{padding:40px 0;display:flex;flex-direction:column;align-items:center;gap:40px}@media only screen and (min-width:920px){.theme-footer .page-holder .bottom{flex-direction:row;justify-content:space-between;gap:10px;padding-left:40px;padding-right:40px}}@media only screen and (min-width:1360px){.theme-footer .page-holder .bottom{padding-left:80px;padding-right:80px}}.theme-footer .page-holder .bottom .item-holder{color:#fff;font-size:14px;display:flex;gap:5px;align-items:center}.theme-footer .page-holder .bottom .item-holder .icon svg{display:block;width:15px;height:15px;fill:#fff}.theme-footer .page-holder .bottom .item-holder a,.theme-footer .page-holder .bottom .item-holder span{font-weight:400}@media only screen and (min-width:700px){.theme-footer .page-holder .bottom .item-holder a,.theme-footer .page-holder .bottom .item-holder span{font-size:20px;line-height:28px}}@media only screen and (min-width:920px){.theme-footer .page-holder .bottom .item-holder a,.theme-footer .page-holder .bottom .item-holder span{font-size:16px;line-height:22px}}@media only screen and (min-width:1200px){.theme-footer .page-holder .bottom .item-holder a,.theme-footer .page-holder .bottom .item-holder span{font-size:20px;line-height:28px}}.theme-footer .page-holder .rights{background-color:#fff;padding:25px 0}.theme-footer .page-holder .rights span{color:#2e2e2d;text-align:center;display:block;font-size:14px;line-height:18px}@media only screen and (min-width:700px){.theme-footer .page-holder .rights span{font-size:20px;line-height:28px}}@media only screen and (min-width:920px){.theme-footer .page-holder .rights span{font-size:14px;line-height:18px}}@media only screen and (min-width:1200px){.theme-footer .page-holder .rights span{font-size:20px;line-height:28px}}


  
        /* SVG图标样式 */
        .qr-icon {
            
            cursor: pointer;
            transition: transform 0.3s;
        }
        
        .qr-icon:hover {
            transform: scale(1.1);
        }
        
        /* 弹窗样式 */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
        }
        
        .modal-content {
            position: relative;
            background-color: white;
            margin: 10% auto;
            padding: 20px;
            width: 300px;
            border-radius: 8px;
            text-align: center;
        }
        
        .close {
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
        }
        
        .qr-code {
            width: 250px;
            height: 250px;
            margin: 20px auto;
        }
 