.accessibility {
    min-width: 1200px;
    height: 110px;
    width: 100%;
    background: #4d4d4d !important;
    overflow: hidden;
    z-index: 999;
    position: fixed;
    display: block;
    top: -120px;
    left: 0;
    transition: top 0.8s ease;
}

.accessibility li {
    text-align: center;
    cursor: pointer;
    list-style: none;
}

.accessibility li img {
    height: 52px;
    width: 52px;
    border-radius: 5px;
    display: block;
    margin: 10px;
}

.accessibility li span {
    font-weight: bold;
    color: #fff !important;
}

#pointer-follow-html {
    transform: translateZ(999);
    visibility: hidden;
    pointer-events: none;
}

#pointer-follow-html-x,
#pointer-follow-html-y {
    transform: none;
    transform-origin: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ff0000 !important;
    width: 100%;
    height: 4px;
}

#pointer-follow-html-y {
    height: 100%;
    width: 4px;
}

#bigtext-html {
    z-index: 999;
    height: 200px;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #797f8d;
    background-color: #ffffff;
    display: none;
}

#bigtext-content {
    height: 200px;
    overflow-y: auto;
    background-color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    color: #333 !important;
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 125px;
    height: 60px;
    background-color: rgb(184, 180, 180);
}
.wzabtn {
    position: absolute;
    z-index: 11111;
    right: 105px;
    border: 0;
    background: #ee7700;
    font-size: 18px;
    color: white;
}
.wzaa {
    position: absolute;
    z-index: 11111;
    right: 2px;
    border: 0;
    background: #ee7700;
    font-size: 18px;
    color: white;
}
