.sneeit-mob {
width: 100%;
position: relative;
z-index: 100000;
}
.sneeit-mob-sticky {
position: fixed;
top: 0;
max-height: 100%;
}
.sneeit-mob-sticky.ctn-active {
height: 100%;
overflow-y: auto;
}
.sneeit-mob-sticky.ctn-active .sneeit-mob-inner {
padding-bottom: 200px;
}
.sneeit-mob-sticky .sneeit-mob-ctn {
position: relative;
max-height: 100%;
overflow-y: scroll;
}
.sneeit-mob-ctn {
display: none;
}
.sneeit-mob-logo {
display: block;
text-align: center;
}
.sneeit-mob-tgl {
display: block;
position: absolute;
height: 100%;
width: 2em;
text-align: center;
font-size: 20px;
line-height: 1em;
z-index: 1;
top: 0;
overflow: hidden;
}
.sneeit-mob-tgl-right {
right: 0;
}
.sneeit-mob-header {
position: relative;
}
.sneeit-mob-icon {
position: relative;
top: 50%;
margin-top: -0.5em;
line-height: 1em;
display: block;
}