.AdvertisementTopLeft {
        left: 10px;
        position: absolute;
        z-index: 5;
}
div.iframe-container iframe {
        padding: 0;
}
.AdvertisementTopRight {
        position: absolute;
        right: 10px;
        z-index: 5;
}
.AdvertisementBottomRight .AdvertContent div{
       /* padding: 5px;*/
}
.yhy-append-wrap{
        overflow: hidden;
        width: 100%;
        height: 40px;
        padding-top: 10px;
        position: absolute;
}
.yhy-append{
        display: flex;
        align-items: center;
}
.yhy-append .yhy-append-btn{
        display: flex;
        align-items: center;
        margin-right: 5px;
        padding: 5px 8px;
        background: #EC3237;
        box-shadow: 0px -1px 30px rgb(0 0 0 / 15%);
        border-radius: 10px 10px 0px 0px;
        border: 0;
        font-family: 'Arial';
        cursor: pointer;
        text-decoration: none;
}
.yhy-append .yhy-append-icon{
        width: 24px;
        height: 24px;
}
.yhy-append .yhy-append-icon{
        width: 24px;
        height: 24px;
}
.yhy-append .yhy-btn-btttt .yhy-append-icon{
        width: 28px;
        height: 26px;
}
.yhy-append .yhy-btn-btttt .append-icon>img{
        width: 100%;
}
.yhy-append .yhy-btn-emc .yhy-append-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 50%;
}
.yhy-append .yhy-append-txt{
        margin-left: 5px;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
}
.weblink-qc{
        padding-bottom:5px;
}
.weblink-qc:hover img{
        opacity:70%;
}
.weblink-qc:nth-child(1){
        padding-top:5px;
}
.AdvertisementBG{
        height:unset !Important;
        width:unset !Important;
}
marquee{
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        font-size: 12px;
        text-align: justify;
        color: #424242;
}
marquee span{
        /* font-weight: bold; */
        font-size: 12px;
        text-align: justify;
        color: #424242;
        font-weight: normal;
}
.AdvertContent .admb-5 img{
   width: 100%;
}
.AdvertContent .admb-5{
   margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .AdvertisementBottomRight {
        padding: 0 10px !important;
        width: 100vw;
    }
}
