
.mobile-ads {
    display: flex;
    overflow: hidden;
}

.pc-ads {
    display: none;
    overflow: hidden;
}

.global-top-ads {
    margin-top: 1rem !important;
    position: relative !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
    padding-bottom: 1rem !important;
    z-index: 100;
}

.global-bottom-ads {
    position: relative !important;
    margin-top: 5rem !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ads-banner iframe body {
    margin: 0 !important;

}

.ads-728x90 {    
    width:728px;
    height:90px;
}

.ads-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}


/* 768p及以下为移动端 */
@media (max-width: 768px){
    .mobile-ads {
        display: flex!important;
    }
    .pc-ads {
        display: none!important;
    }
}
@media ( min-width: 769px ) {
    .mobile-ads {
        display: none!important;
    }
    .pc-ads {
        display: flex!important;
    }
}

@media (max-width:1024px) {
    .global-top-ads {
        margin-top: 0.5rem !important;
    }
}