/*
TG Channel @aiboxA
*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    font-family: noto, "PingFang SC", "Microsoft YaHei", Consolas, Helvetica, Tahoma, Arial, STXihei, 微软雅黑, SimSun, Heiti, 黑体, sans-serif;
    /*transition-timing-function: cubic-bezier(.19,1,.22,1) !important;*/
    transition: .3s;
}
body, #llq {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.2);
    background: black;
    -webkit-tap-highlight-color: transparent;
    overflow-wrap: break-word;
    user-select: none;
    -webkit-user-select: none;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
}
#llqPanel {
    position: relative;
    top: auto;
    height: 100%;
    max-height: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, #090812, #111520 100vh, #07090e 200vh);
}
#llqPlayer {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
}
#fullPlayerBtn, #fullPanelBtn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}
#fullPlayerBtn svg, #fullPanelBtn svg {
    width: 2rem;
    height: 2rem;
    fill: #aaa;
    transform: rotate(180deg);
    transition: unset;
}
#fullPlayerBtn:hover svg, #fullPanelBtn:hover svg {
    fill: #aaaaaa91;
    transition: unset;
}

#fullPanelBtn {
    bottom: 10%;
    z-index: 119;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#fullPanelBtn svg {
    width: 3rem;
    height: 3rem;
    transform: rotate(360deg);
    animation: breath 1.9s ease-out infinite alternate;
}

.loading {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.logo {
    /*width: 146px;*/
    height: 2rem;
}

/* circle loading START */
.ring {
  width: 2rem;
  height: 2rem;
  border: 0.19rem #aaaaaa19 solid;
  border-top: 0.19rem #aaa solid;
  border-radius: 50%;
  animation: spin 1.9s infinite linear;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* circle loading END */

@keyframes breath {
    0% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
        bottom: 10%;
    }
}
body {
    padding-top: 0 !important;
}
ins {
    position: absolute !important;
}
ins[style*="position: relative"] {
    top: 40px !important;
}
ins[style*="bottom: 0px;"] {
    bottom: unset !important;
    top: 0px !important;
}
ins[style*="bottom: 0px;"] div {
    bottom: unset !important;
}
ins img {
    opacity: 0 !important;
    height: 100px;
}