.c_ads-body,
.c_ads {
    position: relative;
    z-index: 5;
}

.c_ads-bottom {
    position: fixed;
    bottom: 90px;
    z-index: 2;
    right: 0;
}

.c_ads-bottom img {
  width: 130px;
}

.c_ads-bottom .c_ads_closx-r {
    left: inherit;
    right: -1px;
    top: -14px;
    width: 18px;
    height: 18px;
    background-image: url(../image/banner/pop-ads_04.webp);
}

.c_ads_closx-l,
.c_ads_closx-r {
  background-image: url(../image/banner/pop-ads_03.webp);
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  cursor: pointer;
}

.c_ads_closx-r {
    right: 0;
    top: -30px;
    opacity: 0;
    animation: fadein_c .5s cubic-bezier(.165, .84, .44, 1) forwards 400ms;
}

.c_ads_closx-r {
  width: 18px;
  height: 18px;
}

.c_ads_closx-l,
.c_ads_closx-r
{
  width: 18px;
  height: 18px;
}

/* @media (max-width:1199px) {
  .c_ads_closx-l,
  .c_ads_closx-r {
    width: 18px;
    height: 18px;
  }  
}

@media(max-width:767px) {
  .c_ads_closx-l,
    .c_ads_closx-r {
        width: 20px;
        height: 20px;
    }
} */

@media (max-width: 480px) {
  .c_ads-bottom {
        bottom: 90px !important;
    }
}


/* .c_ads_closx-r {
    right: 0;
    top: -30px;
    opacity: 0;
    -webkit-animation: fadein_c 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 400ms;
    animation: fadein_c 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 400ms;
} */