.circular{-webkit-animation: rotate 2s linear infinite; animation: rotate 2s linear infinite; height: 28px; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; width: 28px; margin: auto}
.circular .path{width: 100%; height: 100%; stroke-dasharray: 1,200; stroke-dashoffset: 0; -webkit-animation: dash 1.5s ease-in-out infinite; animation: dash 1.5s ease-in-out infinite; stroke: #757575; stroke-linecap: round}
@-webkit-keyframes rotate{100%{-webkit-transform: rotate(360deg); transform: rotate(360deg)}}
@keyframes rotate{100%{-webkit-transform: rotate(360deg); transform: rotate(360deg)}}
@-webkit-keyframes dash{0%{stroke-dasharray: 1,200; stroke-dashoffset: 0} 50%{stroke-dasharray: 89,200; stroke-dashoffset: -35px} 100%{stroke-dasharray: 89,200; stroke-dashoffset: -124px}}
@keyframes dash{0%{stroke-dasharray: 1,200; stroke-dashoffset: 0} 50%{stroke-dasharray: 89,200; stroke-dashoffset: -35px} 100%{stroke-dasharray: 89,200; stroke-dashoffset: -124px}}
.toast{background: #0d2134; border-radius: 3px; color: #fff; text-align: center; padding: 20px 60px; opacity: 0;}
.toast .icon .modia{font-size: 28px}
.toast .text{font-size: 1rem; font-weight: 700;}
.toast .text p{margin: 0;}
.toast.it{padding: 20px 40px}
.toast.it .text{margin-top: 10px}
.toast.icon{padding: 25px}
.toast.fs{position: fixed; top: 50%; left: 50%; z-index: 100; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%)}
.toast.el{position: absolute; top: 50%; left: 50%; z-index: 10; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%)}
.modal-box{position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; background: rgba(0,0,0,.6)}
.modal-box .modal{position: absolute; width: 400px; height: 404px; background: #fff; border-radius: 3px; top: 50%; left: 50%; margin-left: -202px; margin-top: -200px; z-index: 1; padding: 60px 50px 40px; -webkit-box-sizing: border-box; box-sizing: border-box}
.modal-box .modal .title{font-size: 28px; color: #2a2a2a; font-weight: 700}
.modal-box .modal .content{margin-top: 29px; font-size: 18px; color: #2a2a2a; height: 166px; overflow-y: auto}
.modal-box .modal .options-btns{margin-top: 35px}
.modal-box .modal .options-btns a{width: 50%; color: #fff; font-weight: 700}
.custom-modal-box{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.7); z-index: 999; -webkit-animation: fade-ins .5s; animation: fade-ins; animation-duration: .5s;}
.custom-modal-box .modal{display:block;margin:initial;padding:0;max-width: 320px; width: 100%; position: absolute; top: 50%; left: 50%; bottom:auto;-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); height: auto; background: #ffffff9e; border-radius: 15px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.3);}
.custom-modal-box .modal .close-modal{cursor: pointer; position: absolute; top: -10px; right: 0px; color: #000; width: 25px; height: 25px; text-align: center; display: block;}
.custom-modal-box .modal .close-modal:hover{opacity: .6}
.custom-modal-box .modal .close-modal .modia{display: inline-block; width: 18px; height: 1px; background: #333; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.custom-modal-box .modal .close-modal .modia:after{content: ""; display: block; width: 18px; height: 1px; background: #333; transform: rotate(-90deg); -webkit-transform: rotate(-90deg)}
.custom-modal-box .modal .submit,.custom-modal-box .modal .submit-btn{margin-top: 45px}
.custom-modal-box .modal .submit-tips{text-align: center; font-size: 12px; color: #333; margin-top: 5px}
.custom-modal-box .modal .submit-close{text-align: center; font-size: 14px; color: #e04a1c; margin-top: 15px; cursor: pointer}
.custom-modal-box .modal .submit a,.custom-modal-box .modal .submit button,.custom-modal-box .modal .submit-btn a,.custom-modal-box .modal .submit-btn button{display: block; height: 43px; line-height: 43px; width: 100%; background: #e04a1c; border-radius: 3px; text-align: center; color: #fff; font-weight: 700; font-size: 16px}
.custom-modal-box .modal .submit{margin-top: 20px}
.custom-modal-box .modal .feed-content{padding: 60px}
.custom-modal-box .modal .feed-content>.title{font-size: 28px; color: #2a2a2a; font-weight: 700}
.custom-modal-box .modal .feed-content .feed-type{margin-top: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around}
.custom-modal-box .modal .feed-content .feed-type span{font-size: 14px; color: #2a2a2a; font-weight: 700}
.custom-modal-box .modal .feed-content .feed-type a{font-size: 14px; padding: 3px 22px; border: #e2e2e2 solid 1px; border-radius: 3px; color: #2a2a2a; margin-left: 12px}
.custom-modal-box .modal .feed-content .feed-type a:first-child{margin-left: 23px}
.custom-modal-box .modal .feed-content .feed-type a.active{border-color: #e04a1c; color: #e04a1c}
.custom-modal-box .modal .feed-content .feed-text{margin-top: 20px}
.custom-modal-box .modal .feed-content .feed-text textarea{border: #e2e2e2 solid 1px; border-radius: 3px; padding: 18px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 300px; height: 130px; resize: none; font-size: 14px; color: #9b9b9b; font-weight: 700}
.custom-modal-box .modal .feed-content .row{margin-top: 20px}
.custom-modal-box .modal .feed-content .row .label{font-size: 14px; font-weight: 700; color: #2a2a2a}
.custom-modal-box .modal .feed-content .row .bottom-line-input-box{margin-top: 13px}
.custom-modal-box .modal .feed-content .row .bottom-line-input-box input{font-size: 14px; color: #2a2a2a}
.custom-modal-box .modal .popup-wppay-qrcode{padding-top: 30px; z-index: 999; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 15px; overflow: hidden;}
.custom-modal-box .modal .popup-wppay-html{padding: 0; z-index: 999;}
.custom-modal-box .modal .popup-wppay-qrcode:before{content: ""; display: inline-block; height: 32px; width: 100%; background-size: contain; background-position: center; background-repeat: no-repeat;}
.custom-modal-box .modal .alipay:before{background-image: url(./alipay.png);}
.custom-modal-box .modal .weixinpay:before{background-image: url(./weixinpay.png); height: 58px;}
.custom-modal-box .modal .weixinpay.qqpay:before{background-image: url(./qqpay.jpg); height: 58px;}
.custom-modal-box .modal .pay-button-box{padding: 20px; z-index: 999; background: linear-gradient(135deg, rgb(255 255 255) 0%, #ffffff 100%); text-align: center; border-radius: 15px;}
.custom-modal-box .modal .pay-button-box .pay-item{width: 100%; height: 60px; border: none; cursor: pointer; font-size: 1.25rem; display: inline-block; line-height: 60px; text-align: center; background: rgba(255,255,255,0.9); margin: 10px 0; border-radius: 10px; transition: all 0.3s ease; text-decoration: none; color: #333;}
.custom-modal-box .modal .pay-button-box .pay-item span{display: inline-block; text-align: center; width: 120px; vertical-align: middle; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.custom-modal-box .modal .pay-button-box .pay-item i{display: inline-block; width: 50px; height: 40px; vertical-align: middle; }
.custom-modal-box .modal .pay-button-box .pay-item i.alipay{ background: url(./alic.png) center no-repeat;}
.custom-modal-box .modal .pay-button-box .pay-item i.weixinpay{ background: url(./wxc.png) center no-repeat;}
.custom-modal-box .modal .pay-button-box .pay-item i.qq{ background: url(./qq.png) center no-repeat;background-size: 40px }
.custom-modal-box .modal .pay-button-box .pay-item:hover{color: #1990fc; font-size: 1.25rem; background: #fff; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2);}
.custom-modal-box .modal .popup-wppay-qrcode .tab{text-align: center; padding-top: 20px;}
.custom-modal-box .modal .popup-wppay-qrcode .tab a{font-size: 16px; color: #9b9b9b; font-weight: 700; text-decoration: none}
.custom-modal-box .modal .popup-wppay-qrcode .tab a .price{color: #FFC107;font-weight: 100;font-family: fantasy;margin: 0 3px;}
.custom-modal-box .modal .alipay .tab a.active{color: #1296db; font-size: 24px;}
.custom-modal-box .modal .alipay .tab-list{margin-top: 185px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); height: 154px; border-radius: 0 0 3px 3px;}
.custom-modal-box .modal .weixinpay .tab a.active{color: #19ad1e; font-size: 24px;}
.custom-modal-box .modal .weixinpay .tab-list{margin-top: 185px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); height: 154px; border-radius: 0 0 3px 3px;}
.custom-modal-box .modal .weixinpay.qqpay .tab-list{background: rgba(255,255,255,0.1); backdrop-filter: blur(10px);}
.custom-modal-box .modal .popup-wppay-qrcode .tab-list .item{text-align: center; position: relative; top: -166px}
.custom-modal-box .modal .popup-wppay-qrcode .tab-list .item .qr-code{border: #ddd solid 1px; width: 225px; height: 225px; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; margin: 0 auto; background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.2);}
.custom-modal-box .modal .popup-wppay-qrcode .tab-list .item .qr-code img{width: 100%; height: auto}
.custom-modal-box .modal .popup-wppay-qrcode .tab-list .item .account{margin-top: 32px; color: #fff; font-size: 15px}
.custom-modal-box .modal .popup-wppay-qrcode .tab-list .item .desc{margin-top: 11px; font-size: 16px; color: #fff}
.custom-modal-box .modal .pay-button-box .pay-from{padding: 30px; text-align: center; background: linear-gradient(135deg, #4c4948 0%, #333 100%); color: #fff; border-radius: 15px;}
.pay-button-box .pay-from input{margin-top: 15px; background: rgba(255,255,255,0.9); border: none; border-radius: 8px; padding: 12px 15px; width: 100%; box-sizing: border-box; font-size: 14px;}
.pay-button-box .pay-from h3{color: #fff; margin-bottom: 20px; font-size: 24px; text-align: center;}
.pay-button-box .pay-from button{background: linear-gradient(135deg, #4c4948 0%, #242424 100%); border: none; border-radius: 8px; padding: 15px; width: 100%; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease;}
.pay-button-box .pay-from button:hover{transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.3);}
.custom-modal-box .modal .download-box{padding: 12px 30px; z-index: 999; background-color: #fff; text-align: center; box-shadow: 0 0 8px #0d2133; border-radius: 4px;}
.custom-modal-box .modal .download-box .dl-info{margin: 30px; font-size: 1rem;}
.custom-modal-box .modal .download-box .dl-info i{font-size: 1rem;}
.custom-modal-box .modal .download-box .dl-psw{padding: 0 5px; display: inline-block; background-color: #f3ffec; color: #4CAF50; font-size: .875rem; border: 1px dashed #c9dbbf; border-radius: 4px;}
.custom-modal-box .modal .download-box .btn{background-color: #4caf50; border-color: #4caf50; margin-bottom: 30px;}
.custom-modal-box .modal .download-box .desc{color: #4e5859; border-top: 1px solid #e7eae8; padding-top: 10px;}
.custom-modal-box .modal .wx-share-friend-box .qr-code{border: #e6cec6 solid 1px; width: 225px; height: 225px; padding: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 3px; margin: 0 auto; background: #fff}
.custom-modal-box .modal .wx-share-friend-box .title{margin-top: 35px; color: #2a2a2a; font-weight: 700; font-size: 22px; text-align: center}
.custom-modal-box .modal .sv{padding: 30px 40px}
.custom-modal-box .modal .sv .title{font-size: 28px; color: #2a2a2a; font-weight: 700}
.custom-modal-box .modal .sv .desc{font-size: 14px; color: #757575; margin-top: 10px}
.custom-modal-box .modal .sv .verify-input{margin-top: 20px}
.custom-modal-box .modal .sv .verify-input .input select{background: 0 0; border: none; color: #757575; font-size: 16px; font-weight: 700; -webkit-appearance: menulist-button}
.custom-modal-box .modal .edit-avatar{padding: 60px}
.custom-modal-box .modal .edit-avatar>.title{font-size: 28px; color: #2a2a2a; font-weight: 700}
.custom-modal-box .modal .edit-avatar .clip-image{margin-top: 20px}
.custom-modal-box .modal .edit-avatar .clip-image img{width: 100%; height: auto}
.custom-modal-box .modal .edit-avatar .tip{margin-top: 10px; font-size: 14px; color: #757575}
@media (max-width: 768px){.modal-box .modal{width:320px; margin-left: -160px} .custom-modal-box .modal{width: 90%} .toast{padding: 10px 20px} .toast .icon .modia{font-size: 28px} .toast .text{font-size: 16px; font-weight: 700; white-space: nowrap}}

/* 弹窗内容美化样式 */
.guestbuy-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.guestbuy-modal.active {
    display: flex;
}

.modal-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 25px;
    border-bottom: none;
    position: relative;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.close-modal {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.modal-body {
    padding: 25px;
    max-height: 400px;
    overflow-y: auto;
}

.content-links {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* 链接项样式 */
.link-item {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    border: 1px solid #e1e5ff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.link-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
    border-color: #667eea;
}

/* 百度链接样式 */
.baidu-link {
    color: #1976D2;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    display: block;
    transition: all 0.3s ease;
    word-break: break-all;
    cursor: pointer;
}

.baidu-link:hover {
    background: rgba(25, 118, 210, 0.15);
    color: #1565C0;
    text-decoration: none;
    border-color: rgba(25, 118, 210, 0.4);
    transform: translateY(-1px);
}

/* 密码标签样式 */
.password-tag {
    background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);
    color: #E65100;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px dashed #FF9800;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.password-tag:hover {
    background: linear-gradient(135deg, #FFE0B2 0%, #FFCC80 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.2);
}

.password-tag::before {
    content: "🔑";
    font-size: 12px;
}

/* 解压密码样式 */
.content-links > div:last-child {
    background: linear-gradient(135deg, #E8F5E8 0%, #C8E6C9 100%);
    border: 1px solid #C8E6C9;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    font-weight: 600;
    color: #2E7D32;
    font-size: 14px;
}

/* 页脚样式 */
.modal-footer {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 15px 25px;
    border-radius: 0 0 16px 16px;
}

.modal-footer div {
    font-size: 13px;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* .modal-footer div::before {
    content: "💡";
    font-size: 14px;
}*/

/* 滚动条样式 */
.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* 下载条样式 */
.guestbuy-download-bar {
    border: 1px solid #4c4948;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    background: linear-gradient(135deg, #fff 0%, #fff 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.guestbuy-download-bar:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.download-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.download-info {
    flex: 1;
}

.version-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 8px;
}

.file-details {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #7f8c8d;
}

.file-details span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.download-action {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 价格标签 */
.price-tag {
    font-size: 10px;
    font-weight: bold;
}

.price-tag.paid {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), #fff);
    color: #4c4948;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #4c4948;
}

.price-tag.free {
    color: #4c4948;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #4c4948;
}

/* 按钮样式 */
.download-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #242424;
    color: #fff;
}
.download-btn:hover {
    background-color: #4c4948;
}
.pay-btn {
    background-color: #242424;
    color: #fff;
}

.pay-btn:hover {
    background-color: #4c4948;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #e2e2e2;
    color: white;
}

.view-btn {
    background: linear-gradient(135deg, #4c4948, #2a2a2a);
    color: white;
}

.view-btn:hover {
    background: linear-gradient(135deg, #242424, rgba(0, 0, 0, .86));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #e2e2e2;
}

/* 普通下载链接 */
.download-link {
    color: #27ae60;
    text-decoration: none;
    display: block;
    margin: 8px 0;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
}

.download-link:hover {
    background: #e9ecef;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .modal-content {
        margin: 20px;
        width: calc(100% - 40px);
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .link-item {
        padding: 15px;
    }
    
    .baidu-link {
        font-size: 13px;
        padding: 8px 12px;
    }
    
    .download-bar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .download-action {
        width: 100%;
        justify-content: space-between;
    }
    
    .file-details {
        /* flex-direction: column; */
        gap: 8px;
    }
}