.aplayer {
    font-family: "LXGW WenKai", "Arial", sans-serif !important;
    line-height: normal;
    position: relative;
    overflow: hidden;
    margin: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: var(--radius_m);
    background: var(--entry);
}

@media (prefers-color-scheme: light) {
    .aplayer.aplayer-withlrc.aplayer-withlist {
        border: 1px solid #e5e7eb;
    }
}
@media (prefers-color-scheme: dark) {
    .aplayer.aplayer-withlrc.aplayer-withlist {
        border: 1px solid #30363d;
    }
}

.aplayer * {
    box-sizing: content-box;
}

.aplayer svg {
    width: 100%;
    height: 100%;
}

.aplayer svg circle,
.aplayer svg path {
    fill: #fff;
}

.aplayer.aplayer-withlist .aplayer-info {
    /* border-bottom: 1px solid #e9e9e9; */
}

.aplayer.aplayer-withlist .aplayer-list {
    display: block;
}

.aplayer.aplayer-withlist .aplayer-icon-order,
.aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu {
    display: inline;
}

.aplayer.aplayer-withlrc .aplayer-pic {
    width: 90px;
    height: 90px;
    ;
}

.aplayer.aplayer-withlrc .aplayer-info {
    height: 90px;
    margin-left: 90px;
    padding: 10px 7px 0;
}

.aplayer.aplayer-withlrc .aplayer-lrc {
    display: block;
}

.aplayer.aplayer-narrow {
    width: 66px;
}

.aplayer.aplayer-narrow .aplayer-list {
    width: 66px !important;
    max-height: 0 !important;
    border-radius: 0 200px 0 0;
}

.aplayer.aplayer-narrow .aplayer-body,
.aplayer.aplayer-narrow .aplayer-pic {
    width: 66px;
    height: 66px;
    ;
}

.aplayer.aplayer-fixed {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    max-width: 400px;
    margin: 0;
}

.aplayer.aplayer-fixed .aplayer-list {
    position: fixed;
    bottom: 65px;
    left: 0;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: none;
    background: #fff;
}

.aplayer.aplayer-fixed .aplayer-body {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 23.32rem !important;
    margin: 0;
    padding-right: 15px;
    transition: all .5s cubic-bezier(.08, .82, .17, 1);
    border-radius: 0 8px 8px 0;
    background: #fff;
}

.aplayer.aplayer-fixed .aplayer-lrc {
    position: fixed;
    z-index: 98;
    right: 0;
    bottom: .8rem;
    left: 21vw;
    display: block;
    width: 58vw;
    margin: 0;
    pointer-events: none;
}

.aplayer.aplayer-fixed .aplayer-lrc:after,
.aplayer.aplayer-fixed .aplayer-lrc:before {
    display: none;
}

.aplayer.aplayer-fixed .aplayer-info {
    transition: all .25s cubic-bezier(.08, .82, .17, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: none;
    background: #fff;
}

.aplayer.aplayer-fixed .aplayer-info .aplayer-music {
    width: calc(100% - 105px);
}

.aplayer.aplayer-fixed .aplayer-miniswitcher {
    display: block;
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-info {
    display: block;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
    width: 66px !important;
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-miniswitcher .aplayer-icon {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.aplayer.aplayer-fixed .aplayer-icon-back,
.aplayer.aplayer-fixed .aplayer-icon-forward,
.aplayer.aplayer-fixed .aplayer-icon-lrc,
.aplayer.aplayer-fixed .aplayer-icon-play {
    display: inline-block;
}

.aplayer.aplayer-fixed .aplayer-icon-back,
.aplayer.aplayer-fixed .aplayer-icon-forward,
.aplayer.aplayer-fixed .aplayer-icon-menu,
.aplayer.aplayer-fixed .aplayer-icon-play {
    position: absolute;
    bottom: 27px;
    width: 20px;
    height: 20px;
}

.aplayer.aplayer-fixed .aplayer-icon-back {
    right: 75px;
}

.aplayer.aplayer-fixed .aplayer-icon-play {
    right: 50px;
}

.aplayer.aplayer-fixed .aplayer-icon-forward {
    right: 25px;
}

.aplayer.aplayer-fixed .aplayer-icon-menu {
    right: 0;
}

.aplayer.aplayer-arrow .aplayer-icon-loop,
.aplayer.aplayer-arrow .aplayer-icon-order,
.aplayer.aplayer-mobile .aplayer-icon-volume-down {
    display: none;
}

.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-loading-icon {
    display: block;
}

.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.aplayer .aplayer-body {
    position: relative;
}

.aplayer .aplayer-icon {
    font-size: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
    opacity: .8;
    border: none;
    outline: none;
    background-color: transparent;
    ;
}

.aplayer .aplayer-icon path {
    transition: all .2s ease-in-out;
}

.aplayer .aplayer-icon-back,
.aplayer .aplayer-icon-forward,
.aplayer .aplayer-icon-lrc,
.aplayer .aplayer-icon-order,
.aplayer .aplayer-icon-play {
    display: none;
}

.aplayer .aplayer-icon-lrc-inactivity svg {
    opacity: .4;
}

.aplayer .aplayer-icon-forward {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aplayer .aplayer-lrc-content {
    display: none;
}

.aplayer .aplayer-pic {
    position: relative;
    float: left;
    width: 66px;
    height: 66px;
    cursor: pointer;
    transition: all .3s ease;
    background-position: 50%;
    background-size: cover;
    ;
}

.aplayer .aplayer-pic:hover .aplayer-button {
    opacity: 1;
}

.aplayer .aplayer-pic .aplayer-button {
    position: absolute;
    transition: all .3s cubic-bezier(.08, .82, .17, 1);
    opacity: .8;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.aplayer .aplayer-pic .aplayer-button path {
    fill: #fff;
}

.aplayer .aplayer-pic .aplayer-hide {
    display: none;
}

.aplayer .aplayer-pic .aplayer-play {
    right: 50%;
    bottom: 50%;
    width: 26px;
    height: 26px;
    margin: 0 -15px -15px 0;
    border: 2px solid #fff;
    ;
}

.aplayer .aplayer-pic .aplayer-play svg {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 20px;
    height: 20px;
    ;
}

.aplayer .aplayer-pic .aplayer-pause {
    right: 4px;
    bottom: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    ;
}

.aplayer .aplayer-pic .aplayer-pause svg {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    ;
}

.aplayer .aplayer-info {
    box-sizing: border-box;
    height: 66px;
    margin-left: 66px;
    padding: 14px 7px 0 10px;
    ;
}

.aplayer .aplayer-info .aplayer-music {
    overflow: hidden;
    height: 20px;
    margin: 0 0 13px 5px;
    padding-bottom: 2px;
    cursor: default;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}

.aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 14px;
}

.aplayer .aplayer-info .aplayer-music .aplayer-author {
    font-size: 12px;
    color: #666;
}

.aplayer .aplayer-info .aplayer-controller {
    position: relative;
    display: flex;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    margin: 0 0 0 5px;
    padding: 4px 0;
    cursor: pointer !important;

    flex: 1;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap:hover .aplayer-bar .aplayer-played .aplayer-thumb {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    position: relative;
    width: 100%;
    height: 2px;
    background: #cdcdcd;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: all .5s ease;
    background: #aaa;
    ;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 2px;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    position: absolute;
    top: 0;
    right: 5px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-right: -10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    ;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time {
    font-size: 11px;
    position: relative;
    right: 0;
    bottom: 4px;
    height: 17px;
    padding-left: 7px;
    color: #999;
    display: flex;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner {
    vertical-align: middle;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon {
    cursor: pointer;
    transition: all .2s ease;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path {
    fill: #666;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop {
    margin-right: 2px;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path {
    fill: #000;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu,
.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-menu,
.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-mode {
    display: none;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    cursor: pointer !important;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap {
    height: 40px;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap {
    position: absolute;
    z-index: 99;
    right: -3px;
    bottom: 15px;
    overflow: hidden;
    width: 25px;
    height: 0;
    transition: all .2s ease-in-out;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap.aplayer-volume-bar-wrap-active {
    height: 40px;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
    position: absolute;
    right: 10px;
    bottom: 0;
    overflow: hidden;
    width: 5px;
    height: 35px;
    border-radius: 2px;
    background: #aaa;
    ;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5px;
    transition: all .1s ease;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon {
    display: none;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon svg {
    position: absolute;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.aplayer .aplayer-lrc {
    position: relative;
    display: none;
    overflow: hidden;
    height: 30px;
    margin: -10px 0 7px;
    text-align: center;
    ;
}

.aplayer .aplayer-lrc:before {
    top: 0;
    height: 10%;
    /* background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0)); */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
}

.aplayer .aplayer-lrc:after,
.aplayer .aplayer-lrc:before {
    position: absolute;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    content: ' ';
}

.aplayer .aplayer-lrc:after {
    bottom: 0;
    height: 33%;
    /* background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8)); */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ccffffff", GradientType=0);
}

.aplayer .aplayer-lrc p {
    font-size: 12px;
    line-height: 16px !important;
    overflow: hidden;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all .5s ease-out;
    opacity: .4;
    color: #666;
    ;
}

.aplayer .aplayer-lrc p.aplayer-lrc-current {
    overflow: visible;
    height: auto !important;
    min-height: 16px;
    opacity: 1;
    color: var(--content);
}

.aplayer .aplayer-lrc.aplayer-lrc-hide {
    display: none;
}

.aplayer .aplayer-lrc .aplayer-lrc-contents {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s cubic-bezier(0, .5, .5, 1);
}

.aplayer .aplayer-list {
    display: none;
    overflow: hidden;
    /* width: 23.07rem; */
    transition: all .5s cubic-bezier(.08, .82, .17, 1);
    /* border-radius: 0 8px 0 0; */
    will-change: height;
}

.aplayer .aplayer-list.aplayer-list-hide {
    max-height: 0 !important;
}

.aplayer .aplayer-list ol {
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    ;
}

.aplayer .aplayer-list ol::-webkit-scrollbar {
    width: 2px;
}

.aplayer .aplayer-list ol::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #eee;
}

.aplayer .aplayer-list ol::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
}

.aplayer .aplayer-list ol li {
    font-size: 12px;
    line-height: 32px;
    position: relative;
    overflow: hidden;
    height: 32px;
    margin: 0;
    padding: 0 15px;
    cursor: pointer;
    transition: all .35s cubic-bezier(.23, 1, .32, 1);
    border-top: 1px solid #e9e9e9;
    ;
}

.aplayer .aplayer-list ol li:first-child {
    border-top: none;
}

.aplayer .aplayer-list ol li:hover {
    background: var(--code-bg);
    filter: brightness(1.2);
}

.aplayer .aplayer-list ol li.aplayer-list-light {
    /* background: #e9e9e9; */
}

.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur {
    display: inline-block;
}

.aplayer .aplayer-list ol li .aplayer-list-cur {
    position: absolute;
    top: 5px;
    left: 4px;
    display: none;
    width: 4px;
    height: 22px;
    cursor: pointer;
    border-radius: 2px;
}

.aplayer .aplayer-list ol li .aplayer-list-index {
    margin-right: 12px;
    cursor: pointer;
    color: #666;
    ;
}

.aplayer .aplayer-list ol li .aplayer-list-author {
    float: right;
    cursor: pointer;
    color: #666;
    ;
}

.aplayer .aplayer-notice {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    padding: 5px 10px;
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    color: #fff;
    border-radius: 4px;
    background-color: #222;
}

.aplayer .aplayer-miniswitcher {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 15px;
    height: 100%;
    border-radius: 0 8px 8px 0;
    background: #cdcdcd;
    ;
}

.aplayer .aplayer-miniswitcher .aplayer-icon {
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    ;
}

.aplayer .aplayer-miniswitcher .aplayer-icon path {
    fill: #666;
}

.aplayer .aplayer-miniswitcher .aplayer-icon:hover path {
    fill: #000;
}

@-webkit-keyframes aplayer-roll {
    0% {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes aplayer-roll {
    0% {
        left: 0;
    }

    to {
        left: -100%;
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/*# sourceMappingURL=APlayer.min.css.map*/