.taipei-ad-img{
    width: 100%;
}
.float-ad-xl{
    position: fixed;
    bottom: 120px;
    right: 50px;
    width: 160px;
    height: 140px;
    color: #fff;
    z-index: 116;
    border-radius: 5px;
    background-size: contain;
}
.float-ad-sm{
    display:flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 116;
}
.close-btn{
    display:flex;
    margin-left: -30px;
    width: 30px;
    height: 30px;
    z-index: 120;
}
@media (max-width: 960px){
    .float-ad-xl{
        display:none;
    }
    .to-top{
        bottom: 140px;
    }
}
@media (min-width: 960px){
    .float-ad-sm{
        display:none;
    }
    .close-btn{
        display: none;
    }
    .to-top{
        bottom: 60px;
    }
}