.MDQxNQ,#appss,.show-app2,bkveng,#ppaxs,[class*="ad_img"],[class*="ad_head"],[class*="ad_foot"],[class*="ad_thread"],[id*="ad_img"],[id*="ad_head"],[id*="ad_foot"],[id*="ad_thread"],.AlookElementHide{display:none !important;height: 0px !important;line-height: 0px !important;}
.btn-box{display: flex;justify-content: center;align-items: center;width: 100%;margin: 0;padding: 0;}
[data-type="iosQlb"],.ios-download{display: none !important;}
.subject,.subject img{display: block !important;visibility: visible !important;height: auto !important;}
.navs{width: 100%;}
.navs header{margin: 0 !important; padding: 10px 20px !important;display: flex;justify-content: flex-start;align-items: center;gap: 8px;}
.subject{margin-top: -50px !important;}
.section-2 .fp-tableCell{padding-top: 0 !important; padding-bottom: 80px !important;}
#install-guide-btn {
    position: fixed;
    right: 20px;
    top: 20%;
    transform: translateY(-50%);
    z-index: 1000;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    width: 50px;
    text-decoration: none;
}
.blink-button {
    animation: colorChange 4s infinite;
}
@keyframes colorChange {
    0% { background-color: yellow; } 
    50% { background-color: red; }   
    100% { background-color: yellow; }
}
#guide-modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
}
#guide-modal-content {
    position: relative;
    width: 80%;
    max-width: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
#guide-modal-img {
    width: 100%;
    height: auto;
    display: block;
}
#guide-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.5);
    color: white;
    border-radius: 50%;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#androidbtn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #000;
    border-radius: 50px;
    padding: 15px 30px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px 3px rgba(255, 0, 255, 0.6);
}
.fa-android {
    font-size: 40px;
    color: #fff;
}
.btn-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.btn-subtext {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
}
#androidbtn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, transparent, rgba(255, 0, 255, 0.2), transparent);
    transform: rotate(30deg);
    animation: glowMove 3s infinite linear;
}
@keyframes glowMove {
    0% {transform: rotate(30deg) translateX(-100%);}
    100% {transform: rotate(30deg) translateX(100%);}
}
.custom-logo {
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px;
    box-sizing: border-box;
    margin: 0;
}
.logo-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.logo-av {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.logo-tag {
    position: absolute;
    right: -3px;
    top: -3px;
    background: red;
    color: #fff;
    font-size: 6px;
    padding: 1px 2px;
    border-radius: 2px;
    transform: rotate(15deg);
}
.logo-bottom {
    width: 100%;
    height: 40%;
    background: #ff9900;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.logo-text {
    color: #000;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
}
.baidu-promote {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px 2px rgba(255, 0, 255, 0.6);
}
.baidu-promote::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, transparent, rgba(255, 0, 255, 0.3), transparent);
    transform: rotate(30deg);
    animation: glowMove 3s infinite linear;
}