#advbox {
    width: 180px;
    height: 250px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: url("../images/AD.jpg") no-repeat center;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    z-index: 9999;
}
#advbox button{
    position: absolute;
    bottom: 16px;
    width: 160px;
    background: rgb(255, 217, 0);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 7px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 1.27rem;
    padding: 5px 0;
    cursor: pointer;

}
#icon {
    display: block;
    color: rgb(51, 51, 51);
    position: absolute;
    right: 11px;
    top: 6px;
    cursor: pointer;
    z-index: 9999;
}
#icon i { font-size: 20px; }

#resetadv {
    background: url("../images/CTA.png") no-repeat center;
    background-size: cover;
    width: 130px;
    height: 55px;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0,0,0,.6);
    z-index: 10000;
}
