@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a {
    word-break: break-all;
}

.em {
    border-bottom: 2px solid #47aa7c;
    color: #47aa7c;
}

.playing-list-father {
    width: calc(100% - 8px);
    /* padding: 4px 4px 4px 4px; */
    padding: 0;
    height: calc(100% - 78px);
    top: 72px;
    position: absolute;
    /* overflow: auto; */
    left: 4px;
    display: inline-block;
}

#lover-displayer {
    overflow: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#lover-displayer .l-idx {
    text-align: center;
    min-width: 32px;
    display: inline-block;
    border-right: 1px solid #333;
    font-weight: bold;
}

.star-list-text-root .songname {
    color: white;
    text-indent: 8px;
    max-width: 50%;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    display: inline-block;
}

.star-list-text-root {
    width: calc(100% - 112px);
    margin: 0;
    display: inline-block;
    padding: 0;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

#lover-displayer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #b6b6b6;
}

#lover-displayer li {
    width: calc(100% - 16px);
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 48px;
    border-bottom: 1px solid #333;
    line-height: 48px;
    /* text-indent: 8px; */
    padding-left: 8px;
    padding-right: 8px;
}

#lover-displayer .action-bar .button {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}

#lover-displayer .action-bar {
    display: inline-block;
    width: 96px;
}

#playing-list-head {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#playing-list-head li {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 32px;
    display: inline-block;
}

#playing-list-head li.playing {
    background-color: rgba(4, 161, 88, 0.726);
}

#playing-list-head .action-bar .button {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}

#win-playlist {
    z-index: 101;
    top: 0;
    position: absolute;
    top: unset;
    bottom: 78px;
    background: rgba(0, 0, 0, 0.4);
}

#playlist-root {
    max-height: 400px;
    height: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #333;
    background: var(--main-bg-color);
}

.playing-list-close {
    position: absolute;
    z-index: 3;
    right: 24px;
    top: 20px;
    width: 32px;
    height: 32px;
    padding: 0;
}

.playing-list-removeall {
    position: absolute;
    z-index: 3;
    left: 24px;
    top: 20px;
    width: 32px;
    height: 32px;
    padding: 0;
}

#playing-list-head .action-bar {
    /* position: absolute; */
    margin: 0;

    width: 65px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.playing-list-text-root .songname {
    color: white;
    text-indent: 8px;
    max-width: 50%;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    display: inline-block;
}

.playing-list-text-root .singername {
    color: rgb(192, 192, 192);
    max-width: 30%;
    vertical-align: top;
}

.playing-list-text-root .singername::before {
    content: ' - ';
}

.playing-list-text-root {
    width: calc(100% - 65px);
    margin: 0;
    display: inline-block;
    padding: 0;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

#playing-list-head .l-idx {
    text-align: center;
    min-width: 32px;
    display: inline-block;
    border-right: 1px solid white;
    font-weight: bold;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #08cf72;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s cubic-bezier(0.3, 0.5, 0.5, 0.3) infinite;
    animation: rotation 1s cubic-bezier(0.3, 0.5, 0.5, 0.3) infinite;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    vertical-align: middle;
    display: inline-block;
}

.playing-list-text-root:hover {
    background-color: rgba(0, 99, 53, 0.726);
    cursor: pointer;
    /* transition: ; */
}

#music-lrc-info-text-name {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

.width-72 {
    display: inline-block;
    width: 72px;
}

.width-40 {
    display: inline-block;
    width: 40px;
}

input,
button,
select,
ul,
li,
a {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

:root {
    --main-bg-color: rgb(30, 30, 30);
    --main-text-color: white;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    background: rgba(177, 177, 177, 0.3);
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.loading_todeal {
    height: 32px;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 32px;
}

body {
    color: var(--main-text-color);
    overflow: auto;
    background-color: var(--main-bg-color);
}

.app-root {
    background-color: var(--main-bg-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.root-left-part {
    background-color: var(--main-bg-color);
    display: inline-block;
    width: 200px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0px;
    transition: 200ms;
}

.loading-pane {
    display: none;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(30, 30, 30, 0.8);
}

.number-list {
    list-style-type: decimal;
}

.romaji-list {
    list-style-type: lower-roman;
}

.image-viewer {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 520px;
    width: 100%;
}

.loading-pane-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    /* transform: translateX(-50%) translateY(-50%); */
    transform: translateX(-50%) translateY(calc(-50% - 48px));
}

.left-btn:focus {
    color: #cecece;
}

.left-btn.active:focus {
    border: none;
}

.left-btn {
    color: var(--main-text-color);
    transition: 200ms;
    /* margin-top: 8px;
     */
    height: 60px;
    display: inline-block;
    width: 100%;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    /* text-indent: 8px; */
    text-align: left;
    background-repeat: no-repeat;
    background-position: 16px 50%;
    color: white;
    background-size: 32px 32px;
}

.left-btn .fa {
    display: inline-block;
    width: 24px;
    font-size: 18px;
    text-align: center;
    margin-left: 12px;
}

.left-btn .left-btn-title {
    display: inline-block;
    font-size: 16px;
    margin-left: 8px;
    /* text-indent: 4px; */
}

.left-btn.active {
    font-weight: bold;
    cursor: unset;
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

.left-btn.active:hover {
    background-color: rgba(0, 0, 0, 0);
}

.left-btn.active:active {
    background-color: rgba(0, 0, 0, 0);
}

.left-btn:hover {
    background-color: rgb(53, 53, 53);
}

.left-btn:active {
    background-color: rgb(53, 53, 53);
}

#image-gallery {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    overflow-x: auto;
    overflow-y: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mainpage-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--main-text-color);
    transition: 200ms;
    margin-top: 8px;
    padding-left: 16px;
    text-align: left;
    font-weight: bold;
    height: 60px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 8px;
    background-image: url(../img/icon.png);
    background-size: 42px 42px;
    background-position: 4px;
    background-repeat: no-repeat;
}

.mainpage-title {
    margin-left: 40px;
    text-indent: 0px;
    display: inline-block;
    overflow: hidden;
    width: 120px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

.app-content {
    /* background-color: #f90; */
    position: absolute;
    top: 0;
    left: 200px;
    right: 0;
    bottom: 0;
}

.top-bar {
    display: inline-block;
    height: 60px;
    display: none;
    line-height: 60px;
    width: 100%;
}

.win-fronter {
    font-size: 32px;
    font-weight: bold;
}

.win-subtitle {
    font-size: 24px;
    font-weight: bold;
}

.win-subtitle::before {
    margin-right: 16px;
}

.win-fronter::before {
    margin-right: 16px;
}

.top-title {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: var(--main-text-color);
    line-height: 60px;
    height: 60px;
    width: calc(100% - 68px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-indent: 68px;
    background-image: url("../img/favicon.png");
    background-size: 60px 60px;
    background-repeat: no-repeat;
}

.btn-show-menu-bar {
    outline: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    transition: 200ms;
    top: 10px;
    display: inline-block;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0 0 0 0;
    text-align: center;
    color: var(--main-text-color);
}

.btn-show-menu-bar:hover {
    background-color: rgb(53, 53, 53);
}

.btn-show-menu-bar:active {
    background-color: rgb(40, 40, 40);
}

.left-btn-bottom {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
}

#version-show {
    color: rgb(120, 120, 120);
    font-weight: bold;
    font-size: 12px;
    padding-left: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.app-content-window-child {
    display: none;
    z-index: 50;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    overflow-y: auto;
    padding: 4px 4px 4px 4px;
    background-color: var(--main-bg-color);
}

#commits {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 28px;
}

#win-about {
    line-height: 28px;
}

.commit-time {
    width: 100%;
    display: inline-block;
    color: #b6b6b6;
}

.commits-text {
    line-height: 18px;
    display: inline-block;
    width: calc(100% - 16px);
    border-bottom: 1px solid #333;
}

.commit-messages {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

.content-root {
    top: 72px;
    font-size: 18px;
    line-height: 28px;
    left: 0;
    width: calc(100% - 16px);
    display: inline-block;
    height: auto;
    padding: 8px 8px 8px 8px;
    margin-bottom: 64px;
}

.details {
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.details-summary {
    font-size: 22px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: bold;
}

.app-content-window {
    display: none;
    width: calc(100% - 8px);
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    overflow-y: auto;
    padding: 4px 4px 4px 4px;
    background-color: var(--main-bg-color);
}

.hr {
    display: block;
    width: calc(100% - 8px);
    height: 1px;
    background-color: rgb(120, 120, 120);
    border: none;
    margin-top: 16px;
    margin-bottom: 16px;
}

.final-ele {
    display: inline-block;
}

a {
    text-decoration: none;
    border-bottom: 1px solid #6ab7f1;
    color: #6ab7f1;
}

a:hover {
    border: none;
    text-decoration: none;
    border-bottom: 1px solid #0072C9;
    color: #0094C9;
}

.a-black {
    text-decoration: none;
    border-bottom: 2px solid #717171;
    color: #717171;
    font-size: 18px;
}

.a-black:hover {
    border: none;
    text-decoration: none;
    border-bottom: 2px solid #717171;
    color: #333333;
}

.a-noline {
    text-decoration: none;
    border-bottom: none;
}

.a-noline:hover {
    text-decoration: none;
    border-bottom: none;
}

#left-sel-display-bar {
    height: 18px;
    position: fixed;
    left: 0;
    top: 98px;
    transition: 100ms;
    background-color: var(--main-text-color);
    width: 4px;
    z-index: 100;
}

.list-box {
    height: 100%;
    overflow: auto;
    width: 100%;
}

#page-info-name {
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    height: 28px;
    /* overflow: hidden; */
    line-height: 28px;
    width: calc(100% - 72px);
}

.page-head-musicinfo {
    display: inline-block;
    width: calc(100% - 144px);
    /* line-height: normal; */
    height: 100%;
}

.page-content {
    position: absolute;
    top: 60px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 64px);
    display: inline-block;
    overflow: hidden;
}

#list-item-head .list-no-more {
    width: 100%;
    height: 32px;
    font-size: 16px;
    color: rgb(179, 179, 179);
    line-height: 32px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#video-player-suggest-list .list-no-more {
    width: 100%;
    height: 32px;
    font-size: 16px;
    color: rgb(179, 179, 179);
    line-height: 32px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#video-player-suggest-list {
    overflow: auto;
    list-style: none;
    padding-left: 0;
    height: calc(100% - 56px);
    width: 100%;
    top: 54px;
    margin: 0 0 0 0;
    left: 0;
    position: absolute;
}

#video-player-suggest-list li {
    cursor: pointer;
    /* margin-top: 8px; */
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid rgb(136, 136, 136);
}

#video-player-suggest-list li.playing {
    background-color: rgb(59, 59, 59);
    border-left: 2px solid #08cf72;
}

#video-player-suggest-loading-pane {
    height: 30px;
    /* line-height: 30px; */
    width: 100%;
    top: 60px;
    left: 0;
    position: absolute;
    display: inline-block;
    text-align: center;
}

#video-player-suggest-loading-pane .loader {
    width: 16px;
    height: 16px;
}

#video-player-suggest-loading-pane .loading-pane-middle {
    /* width:100%; */
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

#video-player-suggest-list li:hover {
    background-color: #525252;
}

#video-player-suggest-list li:active {
    background-color: #000000;
}

#video-player-suggest-list .list-left-img {
    width: 120px;
}

#video-player-suggest-list .right-part {
    padding-left: 8px;
    margin-left: 4px;
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: middle;
}

.singer-name {
    font-size: 14px;
    color: #eeeeee;
    font-weight: bold;
    cursor: pointer;
}

.album-name {
    font-size: 14px;
    color: #eeeeee;
    cursor: pointer;
    font-weight: bold;
}

.adition-msg {
    font-size: 14px;
    color: rgb(252, 88, 88);
}

.text-not-found-error {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
}

.small-gray-text {
    font-size: 14px;
    color: #cecece;
}

#list-album-name {
    font-size: 24px;
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;

    height: 40px;
    line-height: 40px;
}

#list-album-singer {
    font-size: 14px;
    color: #cecece;
    font-weight: bold;
    cursor: pointer;
}

#list-album-singer-root {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}

.page-head-musiclist {
    width: calc(100% - 128px);
    position: absolute;
    top: 12px;
    left: 68px;
    height: 72px;
}

.song-name {
    font-size: 16px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

#playlist-item-head {
    overflow: auto;
    list-style: none;
    padding-left: 0;
    height: calc(100%);
    margin: 0 0 0 0;
    width: 100%;
}

.page-musiclist-list {
    position: absolute;
    top: 88px;
    left: 0;
    height: calc(100% - 88px);
    width: 100%;
}

#playlist-item-head .list-no-more {
    width: 100%;
    height: 32px;
    font-size: 16px;
    color: rgb(179, 179, 179);
    line-height: 32px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#playlist-item-head li {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(136, 136, 136);
}

#playlist-item-head .list-left-img {
    width: 120px;
}

#playlist-item-head .left-part {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

#playlist-item-head .right-part {
    padding-left: 8px;
    margin-left: 4px;
    width: calc(100% - 140px);
    display: inline-block;
    vertical-align: middle;
}

#playlist-item-head .action-bar .button {
    width: 32px;
    height: 32px;
    text-align: center;
    /* text-indent:8px; */
    padding: 0 0 0 0;
    margin-top: 4px;
}

#list-item-head {
    overflow: auto;
    list-style: none;
    padding-left: 0;
    height: calc(100%);
    margin: 0 0 0 0;
}

#list-item-head li {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(136, 136, 136);
}

#list-item-head .list-left-img {
    width: 120px;
}

#list-item-head .left-part {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

#list-item-head .right-part {
    padding-left: 8px;
    margin-left: 4px;
    width: calc(100% - 140px);
    display: inline-block;
    vertical-align: middle;
}

#list-item-head .action-bar .button {
    width: 32px;
    height: 32px;
    text-align: center;
    /* text-indent:8px; */
    padding: 0 0 0 0;
    margin-top: 4px;
}

.list-line-ele {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    /* word-spacing: normal; */
}

.page-head-music {
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
    /* line-height: normal; */
    height: 100%;
    line-height: 44px;
}

#page-info-singer {
    width: calc(100% - 72px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 12px;
    /* margin-top: 4px; */
    height: auto;
    height: 20px;
    line-height: 20px;
}

#search-music-page {
    vertical-align: middle;
    height: 38px;
    width: 38px;
    font-weight: normal;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

#reflush-music-page {
    /* position: absolute; */
    vertical-align: middle;
    height: 38px;
    width: 38px;
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    padding: 0;
}

.reflush-page {
    vertical-align: middle;
    height: 38px;
    width: 38px;
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 14px;
    left: 14px;
}

#close-playing-page2 {
    position: absolute;
    left: 8px;
    top: 4px;
    height: 38px;
    width: 38px;
    font-weight: normal;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    display: inline-block;
}

#close-playing-page {
    position: absolute;
    right: 8px;
    top: 4px;
    height: 38px;
    width: 38px;
    font-weight: normal;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    padding: 0;
}

.page-head-music-player {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    /* width:calc(100% - 16px); */
    text-align: center;
    height: 48px;
    line-height: 0px;
    transition: 0;
}

#win-account {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.page-head {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    /* width:calc(100% - 16px); */
    text-align: left;
    height: 48px;
    line-height: 0px;
    transition: 0;
}

#music-searchbox {
    box-sizing: border-box;
    width: calc(100% - 184px);
    max-width: 500px;
    height: 38px;
    vertical-align: middle;
}

#win-playing {
    background-color: (white);
    transition: 200ms;
    z-index: 100;
    height: calc(100% - 84px);
}

.page-head-home {
    vertical-align: middle;
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    top: 0;
    /* margin-top: calc(50% - 160px); */
    width: calc(100% - 8px);
    /* line-height: normal; */
    height: 64px;
    font-size: 28px;
    line-height: 64px;
    font-weight: bold;
    background-color: rgb(30, 30, 30);
}

.search-selector-father {
    width: 60px;
    height: 36px;
    /* border-radius: 5px; */
    /* position: relative; */
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    line-height: 36px;
    background-repeat: no-repeat;
    background-image: url('../img/angles-down-dark.png');
    background-size: 24px 24px;
    background-position: 0 50%;
    /* color:white; */
}

#search-selector {
    cursor: pointer;
    border: none;
    outline: none;
    width: calc(100%);
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* padding-left: 24px; */
    text-indent: 20px;
    /* padding-right: 24px; */
    text-align: center;
    color: var(--main-text-color);
    background: none;
}

#search-selector option {
    background-color: var(--main-bg-color);
    /* line-height:36px; */
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    padding-left: 4px;
}

.promptBlock {
    pointer-events: none;
    z-index: 200;
    position: fixed;
    top: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    max-width: 400px;
    overflow: auto;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #686868;
    background-color: #333;
    padding: 8px 8px 8px 8px;
    display: none;
}

#fillinfo {
    position: absolute;
    display: inline-block;
    list-style-type: none;
    width: 100%;
    height: auto;
    font-size: 16px;
    z-index: 100;
    border: 2px solid rgb(143, 143, 143);
    padding: 0 0 0 0;
    left: 0;
    top: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: rgb(77, 77, 77);
    /* line-height: ; */
}

#fillinfo li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    width: auto;
    max-width: calc(100% - 32px);
    position: absolute;
    left: 16px;
    text-indent: 0;
}

#fillinfo li {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 16px;
    width: calc(100% - 12px);
    height: 22px;
    line-height: 22px;
    padding: 6px 6px 6px 6px;
    padding-top: none;
    padding-bottom: none;
    text-indent: 16px;
    list-style-type: none;
    background-color: rgb(77, 77, 77);
    text-align: left;
}

#fillinfo li:hover {
    list-style-type: none;
    background-color: rgb(107, 107, 107);
}

#fillinfo li:active {
    list-style-type: none;
    background-color: rgb(99, 99, 99);
}

#fillinfo .li-sel {
    list-style-type: none;
    background-color: rgb(107, 107, 107);
}

.suggestKeyRoot {
    position: absolute;
    display: none;
    /* border: 2px solid rgb(143,143,143); */
    top: 44px;
    left: 106px;
    width: calc(100% - 184px);
    max-width: 500px;
}

#video-player-info-head {
    height: 100px;
    max-width: 900px;
    width: calc(100% - 300px);
    top: 40px;
    left: 0;
    position: absolute;
}

#video-player-main {
    width: calc(100% - 300px);
    position: absolute;
    top: 152px;
    max-width: 900px;
    left: 0;
    /* height: calc(100% - 116px); */
}

#video-player-suggest {
    padding: 4px 4px 4px 4px;
    position: absolute;
    top: 40px;
    width: 284px;
    right: 4px;
    height: calc(100% - 52px);
    overflow: auto;
}

#video-player-suggest .video-player-suggest-title {
    font-weight: bold;
    font-size: 18px;
    text-indent: 8px;
}

#video-player-main:before {
    content: "";
    display: inline-block;
    padding-bottom: 56.25%;
    width: .1px;
    vertical-align: middle;
}

#close-playing-video-page {
    height: 36px;
    width: 36px;
    position: absolute;
    right: 14px;
    top: 14px;
    padding: 0 0 0 0;
}

#video-player-title {
    font-size: 22px;
    height: 36px;
    line-height: 40px;
    color: white;
    text-indent: 12px;
    width: calc(100% - 4px);
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#mui-player {
    width: calc(100% - 8px);
    height: 100%;
    position: absolute;
    left: 4px;
    top: 0;
    background-color: black;
}

#video-player-uploader {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #b6b6b6;
    width: calc(100% - 16px);
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 12px;
    display: inline-block;
}

#video-musicplayer-loading-pane {
    width: calc(100%);
    display: none;
    z-index: 98;
    position: absolute;
    top: 0;
    left: 0px;
    height: calc(100%);
}

#video-player-loading-pane {
    width: calc(100% - 16px);
    position: absolute;
    top: 100px;
    left: 0;
    height: calc(100% - 116px);
}

#win-video-player {
    padding: 4px 4px 4px 4px;
}

.close-win-page {
    height: 36px;
    width: 36px;
    position: absolute;
    right: 14px;
    top: 14px;
    padding: 0 0 0 0;
}

.phone-bottom-bar {
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-top: 1px solid white;
    height: 48px;
    box-sizing: content-box;
    position: fixed;
    justify-content: space-around;
    align-items: center;
}

.bottom-btn {
    color: var(--main-text-color);
    transition: 200ms;
    /* margin-top: 8px;
     */
    height: 48px;
    display: inline-block;
    width: 100%;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    /* text-indent: 8px; */
    text-align: center;
    background-repeat: no-repeat;
    background-position: 16px 50%;
    color: white;
    font-weight: normal;
    background-size: 32px 32px;
}

.bottom-btn.active {
    color: #049250;
    font-weight: bold;
}

@media only screen and (max-width: 948px) {
    .app-content-window {
        height: calc(100% - 12px);
    }

    .root-left-part {
        display: none;
    }

    .phone-bottom-bar {
        display: flex;
    }

    #playlist-item-head {
        width: calc(100% - 16px);
    }

    .page-head-music {
        text-align: center;
    }

    #music-searchbox {
        width: calc(100% - 156px);
    }

    #playlist-item-head {
        padding-left: 8px;
        padding-right: 8px;
    }

    #playlist-item-head .left-part {
        width: calc(100%);
        /* padding-left: 8px; */
        display: inline-block;
        vertical-align: middle;
    }

    #playlist-item-head .list-left-img {
        width: calc(100%);
    }

    #playlist-item-head .right-part {
        padding: 0;
        width: calc(100%);
        display: inline-block;
        vertical-align: middle;
    }

    #playlist-item-head .action-bar .button {
        width: 32px;
        height: 32px;
        text-align: center;
        /* text-indent:8px; */
        padding: 0 0 0 0;
    }

    #list-item-head {
        padding-left: 8px;
        padding-right: 8px;
    }

    #list-item-head .left-part {
        width: calc(100%);
        /* padding-left: 8px; */
        display: inline-block;
        vertical-align: middle;
    }

    #list-item-head .list-left-img {
        width: calc(100%);
    }

    #list-item-head .right-part {
        padding: 0;
        width: calc(100%);
        display: inline-block;
        vertical-align: middle;
    }

    #list-item-head .action-bar .button {
        width: 32px;
        height: 32px;
        text-align: center;
        /* text-indent:8px; */
        padding: 0 0 0 0;
    }

    .root-left-part {
        position: fixed;
        display: none;
        z-index: 500;
        top: 60px;
        width: calc(100% - 8px);
        padding: 4px 4px 4px 4px;
        height: calc(100% - 68px);
        background-color: var(--main-bg-color);
        opacity: 0;
    }

    .mainpage-btn {
        display: none;
    }

    .app-content {
        top: 8px;
        left: 4px;
        right: 4px;
        bottom: 48px;
    }

    .root-left-part.show {
        display: inline-block;
        opacity: 1;
    }

    .page-head {
        /* position: absolute; */
        top: 0px;
    }

    .top-bar {
        display: inline-block;
    }

    #win-playlist {
        bottom: 72px
    }

    .page-content {
        top: 52px;
        left: 4px;
        width: calc(100% - 8px);
        height: calc(100% - 56px);
        display: inline-block;
        overflow: hidden;
    }

    .suggestKeyRoot {
        /* border: 2px solid rgb(143,143,143); */
        top: 48px;
        left: 112px;
        width: calc(100% - 156px);
    }
}

.lrc-romaji {
    position: absolute;
    left: 50%;
    /* top: 1px; */
    transform: translateY(calc(0px - var(--norfontsize) / 2)) translateX(-50%);
    font-size: 10px;
    /* height: 20px; */
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 8px);
}

.lrc-active .lrc-romaji {
    transform: translateY(calc(0px - var(--sellineheight) / 2)) translateX(-50%);
    word-break: break-word;
    white-space: normal;
    line-height: var(--sellineheight);
}