/* @font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url('/assets/webfonts/HarmonyOS_Sans_SC.woff2') format('woff2'), url('/assets/webfonts/HarmonyOS_Sans_SC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/*
body {
    font-family:'HarmonyOS Sans SC';
    font-weight: 500;
    font-style: normal;
}
*/
body {
    /* font-family: poppin, Tahoma, Arial, \5FAE\8F6F\96C5\9ED1, sans-serif;
    font-size: 14px; */
    color: #343a40;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

a {
    color: #343a40;
}

#loading {
    margin: auto;
    background-image: url(/tool/css/loading.gif);
}

.user_local {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
    line-height: 1em;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

#downlist li:hover {
    background-color: #f8f9fc !important;
}

#downlist .btn-light:hover {
    color: #31c27c;
}

#downlist .btn-light {
    background-color: transparent;
    border-color: transparent;
}

.search-form-container {
    width: 55% !important;
}

.search-input,
.search-form-container button {
    height: 40px !important;
    line-height: 40px;
}

#tbody-data tr {
    animation: upin .3s ease-out;
    -webkit-animation: upin .3s ease-out;
}

@keyframes upin {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

#toplist div {
    animation: upinx .2s ease-out;
    -webkit-animation: upinx .2s ease-out;
}

@keyframes upinx {
    0% {
        transform: translateY(30%);
    }
}

#down-link .dropdown-item:focus,
#down-link .dropdown-item:hover,
#toplist .dropdown-item:focus,
#toplist .dropdown-item:hover {
    color: #fff;
    background-color: #31c27c;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

@media (min-width: 576px) {
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}

.badge-pill {
    padding-right: 0.6em !important;
    padding-left: 0.6em !important;
    border-radius: 0.2rem !important;
    font-weight: 500;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

#tbody-data a:hover,
#mv-title a:hover,
#mv-author a:hover,
#down-modal a:hover,
#tuijian a:hover,
#remen a:hover,
#Recently_Played a:hover,
#carouselExampleIndicators a:hover,
.mod_index_tab a:hover {
    color: #31c27c !important;
}

#tuijian,
#carouselExampleIndicators {
    font-size: 14px;
    line-height: 10px;
}

.swal2-confirm {
    background-color: #31c27c !important;
    border-left-color: #31c27c !important;
    border-right-color: #31c27c !important;
}

.swal2-confirm:hover {
    background-color: #2caf6f !important;
    border-left-color: #2caf6f !important;
    border-right-color: #2caf6f !important;
}

::-webkit-scrollbar-thumb {
    background-color: #31c27c !important;
}

#tbody-data::-webkit-scrollbar {
    width: 3px;
}

table tbody {
    display: block;
}

table thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

h2 {
    font-weight: 500 !important;
}

@media screen and (max-width: 800px) {

    #mv-size,
    .tabnone,
    #toplist,
    #play-del,
    #my-list,
    #res>div small {
        display: none !important;
    }

    .search-form-container {
        width: 100% !important;
    }

    #top-so {
        display: block !important;
    }

    #mv-info {
        max-width: 47% !important;
    }
}

@media screen and (min-width: 800px) {
    .tabnone {
        display: table-cell;
    }
}

.btn-success:hover {
    background-color: #2caf6f !important;
    border-color: #2caf6f !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #279c63;
    border-color: #279c63;
}

.text-success {
    color: #31c27c !important;
}

.btn-success {
    border-color: #31c27c !important;
    background-color: #31c27c !important;
}

.border-success {
    border-color: #31c27c !important;
}

.btn-outline-success:hover {
    background-color: #31c27c;
    border-color: #31c27c;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: #279c63;
    border-color: #279c63;
}

.btn-outline-success {
    color: #31c27c;
    border-color: #31c27c;
}

#tbody-data .rounded-circle {
    border-radius: 50% !important;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    cursor: pointer;
}

#tbody-data .rounded-circle:hover {
    color: #31c27c;
    border: 1px solid #31c27c;
}

.aplayer-lrc {
    pointer-events: auto !important;
    bottom: 0px !important;
    background-color: #fff;
    padding: 17px 0 3px;
}

.aplayer-lrc p {
    color: #31c27c !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.aplayer-miniswitcher {
    background: #fff !important;
    border-radius: 0 !important;
}

#aplayer,
.aplayer-lrc,
.aplayer-body {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.aplayer-info {
    border: 0;
    border-right: 1px solid #e9ecef !important;
    height: 75px !important;
}

.aplayer-pic {
    height: 75px !important;
    width: 75px !important;
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
    width: 75px !important;
}

.aplayer.aplayer-narrow .aplayer-body,
.aplayer.aplayer-narrow .aplayer-pic {
    height: 75px;
}

.aplayer-music,
.aplayer-bar-wrap {
    margin-left: 10px !important;
}

.aplayer-list {
    margin-bottom: 75px !important;
}

.aplayer.aplayer-fixed .aplayer-list {
    border: none !important;
}

.px1 {
    padding-left: 0.15rem !important;
    padding-right: 0.15rem !important;
    cursor: pointer;
}

#tbody-data td {
    padding: 0.5rem 0.3rem;
}

#tbody-data .fa-sm {
    font-size: 0.7em;
}

#res>div:nth-child(2)>table>thead>tr>th {
    font-weight: 500;
    color: rgb(153, 153, 153);
}

#loading {
    background: url(loading.gif);
    width: 100px;
    height: 100px;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2caf6f;
}

#toplist .dropdown-toggle+.dropdown-menu {
    display: block;
}

#toplist .dropdown:hover :nth-child(2) {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

#toplist ul {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    text-align: left;
    visibility: hidden;
    transition: all .2s ease-in-out;
    opacity: 0;
    z-index: 99;
}

@keyframes toast {
    0% {
        transform: translateX(-30%);
    }
}

.toast.show {
    display: block;
    opacity: 1;
    animation: toast .1s ease-out;
    -webkit-animation: toast .1s ease-out;
    left: 10px;
    bottom: 45%;
}

.toast {
    position: fixed;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    opacity: 0;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.menu-container {
    background: #fff;
}

.mod_cover:hover .mod_cover__icon_play,
.mod_cover__icon_play {
    background-image: url(cover_play.png);
    background-size: cover;
}

.mod_cover {
    zoom: 1;
}

.playlist__cover {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100%;
}

.playlist__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .75s;
    transform: scale(1) translateZ(0);
    transition: transform .75s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.playlist__cover:hover .playlist__pic {
    -webkit-transform: scale(1.07) translateZ(0);
    -webkit-transition: -webkit-transform .75s cubic-bezier(0, 1, .75, 1);
}

.playlist__cover:hover .playlist__pic {
    transform: scale(1.07) translateZ(0);
    transition: transform .75s cubic-bezier(0, 1, .75, 1);
}

.mod_cover__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .5s;
}

.mod_cover:hover .mod_cover__mask {
    opacity: .2;
    filter: alpha(opacity=20);
    transition: opacity .5s;
}

.mod_cover__icon_play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px;
    width: 70px;
    height: 70px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(.7) translateZ(0);
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: .5s;
    transform: scale(.7) translateZ(0);
    transition-property: opacity, transform;
    transition-duration: .5s;
    zoom: 1;
}

.mod_cover:hover .mod_cover__icon_play {
    background: none\9;
    filter: progid:dximagetransform.microsoft.alphaimageloader(src="cover_play.png", sizingmethod="crop") alpha(opacity=90);
    opacity: .9;
    -webkit-transform: scale(1) translateZ(0);
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: .5s;
    transform: scale(1) translateZ(0);
    transition-property: opacity, transform;
    transition-duration: .5s;
    cursor: pointer;
}

.mod_cover:hover .mod_cover__icon_play {
    opacity: 1;
    filter: none;
}

#tuijian .card-text,
#carouselExampleIndicators .card-text {
    color: #999;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    #tuijian .col-xl-3,
    #carouselExampleIndicators .col-xl-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    #remen .col-xl-3,
    #Recently_Played .col-xl-3 {
        flex: 0 0 30%;
        max-width: 30%;
        width: inherit;
    }
}

#remen .col-xl-3,
#Recently_Played .col-xl-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#tuijian>div {
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
}

#card-music .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .05) !important;
}

#card-music .card {
    background-color: #fff !important;
}

#getpage hr {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

#musicbody .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .05) !important;
}

.media img {
    width: 64px;
    height: 64px;
}

.slide__list {
    position: relative;
    font-size: 0px;
    width: 1250%;
    transition: all 0.5s ease 0s;
}

.debutlist__list {
    display: inline-block;
    width: 100%;
}

.slide__list ul {
    margin: 0;
    padding: 0;
}

.debutlist__item {
    display: inline-block;
}

.debutlist__item_box {
    font-size: 14px;
    cursor: pointer;
}

.debutlist__item_box,
.debutlist__link {
    position: relative;
    height: 86px;
    overflow: hidden;
}

.debutlist__link {
    float: left;
    width: 86px;
    margin-right: 14px;
}

.debutlist__pic {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .75s;
    transform: scale(1) translateZ(0);
    transition: transform .75s;
    -o-object-fit: cover;
    object-fit: cover;
}

.debutlist__link:hover .debutlist__pic {
    -webkit-transform: scale(1.07) translateZ(0);
    -webkit-transition: -webkit-transform .75s cubic-bezier(0, 1, .75, 1);
    transform: scale(1.07) translateZ(0);
    transition: transform .75s cubic-bezier(0, 1, .75, 1);
}

.debutlist__song {
    font-size: 14px;
    padding: 21px 0 2px;
    font-weight: 400;
}

.debutlist__author,
.debutlist__song {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.debutlist__song a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.debutlist__author {
    color: #999;
}

.c_tx_thin,
.debutlist__author a,
#tuijian .card-text a {
    color: #999;
}

.debutlist__time {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 86px;
}

.mod_debutlist .mod_cover .mod_cover__icon_play:hover,
#remen .mod_cover__icon_play,
#Recently_Played .mod_cover__icon_play {
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.debutlist__item {
    padding-left: 0px !important;
}

.mod_index_tab {
    text-align: center;
    padding-bottom: 1.5rem !important;
    padding-top: 0.5rem !important;
}

.index_tab__item {
    display: inline-block;
    margin: 0 24px;
    color: #333;
}

.index_hover {
    color: #31c27c;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
    background-color: rgba(0, 0, 0, .1);
    border: none;
    width: 79px;
    height: 108px;
    top: 40%;
    margin-top: -65px;
    opacity: 0;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .2);
}

#carouselExampleIndicators:hover .carousel-control-prev,
#carouselExampleIndicators:hover .carousel-control-next {
    opacity: 1;
}

#carouselExampleIndicators .container {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid {
    background-color: #f5f5f5;
    background: url(bg_detail.jpg) 50% 0 repeat-x;
}

.card {
    background-color: transparent;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}



.carousel-indicators .active {
    background-color: rgba(0, 0, 0, .3) !important;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, .1) !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

#Search_body_pc {
    background: #fff;
}

#pc_so_body img {
    max-width: 16px;
    margin-right: 10px;
}

#top-so img {
    max-width: 16px;
    margin-right: 5px;
}

#recommend-body .card-title,
#tuijian .card-title,
#recommend-body .card-text,
#tuijian .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

#recommend-body .card-title a,
#tuijian .card-title a,
#recommend-body .card-text a,
#tuijian .card-text a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

#recommend-body .col-5 {
    margin: auto;
}

.hero-search,
.hero-title {
    position: relative;
    text-align: center;
    padding: 120px 0;
}

h6 {
    font-family: 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.hero-search .search-form-container {
    margin-left: auto;
    margin-right: auto;
}

.h2,
h2 {
    font-size: 2rem;
}

.hero-search .search-input {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 79%;
    margin-right: 1%;
    border: 1px solid #12b7f5;
    border-radius: 4px;
}

.hero-search .search-input input {
    position: absolute;
    left: 0;
    background: none;
    height: 100%;
    width: 100%;
    line-height: 100%;
    color: #12b7f5;
    padding: 0 140px 0 30px;
    border: 0;
    box-sizing: border-box;
}

.search-input input {
    padding: 0.5rem 1rem !important;
}

.hero-search button {
    float: right;
    height: 50px;
    width: 20%;
    padding: 0 30px;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

a,
button,
input,
textarea,
select {
    transition-duration: .3s;
}

#pc_so_body {
    max-height: 450px;
    overflow-y: auto;
}

#pc_so_body {
    font-size: 1rem;
    text-align: left;
}

#pc_so_body::-webkit-scrollbar-thumb {
    background-color: #dee2e6 !important;
}

#pc_so_body::-webkit-scrollbar {
    width: 3px;
}

#pc_so_body a {
    color: #48b0f7;
    text-decoration: none;
    background-color: transparent;
    display: inline;
}

#Search_body_pc li {
    height: 32px;
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .15rem 1.25rem 0 !important;
    background-color: #fff;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.modal-backdrop {
    z-index: 1040;
    opacity: 0;
}

.modal-footer {
    flex-wrap: inherit;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

hr {
    background-color: rgba(0, 0, 0, .05);
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1280px) {

    .hero-search .search-form-container,
    .hero-search .search-input,
    .hero-search button {
        width: 100%;
    }
}

@media (max-width: 991px) {
    body p {
        font-size: inherit;
    }
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-indent: -999px;
    cursor: pointer;
}

#pc_so_body img {
    display: initial;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #48b0f7;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f96868;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff6f00;
}

#tbody-data a {
    display: initial;
}

.mv-100 {
    max-width: calc(100vw) !important;
    max-height: calc(100vh) !important;
    width: calc(100vw) !important;
    height: calc(100vh) !important;
}

.theme-main-menu {
    z-index: 1090;
}

.site-search {
    z-index: 1080;
}

.z-1100 {
    z-index: 1100;
}

.z-1099 {
    z-index: 1099;
}

#tbody-data span {
    cursor: pointer;
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-light);
}

.like {
    float: right;
    line-height: 23px;
    cursor: pointer;
}

.like:hover {
    color: #f96868;
}

.likes {
    color: #f96868;
}

.underline {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.underline::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4%;
    height: 5px;
    background-color: #31c27c;
    bottom: 0;
    border-radius: 10px
}

.contact-fixed {
    bottom: 322px;
    width: 68px;
    height: 68px;
    right: 24px;
    border-radius: 4px;
    font-size: 12px;
    background: #Fff;
}

.mobilebtn {
    font-size: 12px;
}

.contacts-right_b .contact-item .ct-info {
    color: #31c27c;
}

.contacts-right_b .contact-item:hover,
.contact-fixed:hover {
    background: #31c27c;
}

.contacts-right_b .contact-item,
.contact-fixed {
    border: 1px solid #31c27c;
}

.contacts-right_b .contact-item .tbfa {
    color: #31c27c;
}

.contact-fixed a {
    color: #31c27c !important;
}

.contact-fixed a:hover {
    color: #fff !important;
}

#carouselExampleIndicators {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

.border-warning {
    border-color: #e5b046 !important;
}

.text-warning {
    color: #e5b046 !important;
}

@media (max-width: 600px) {

    .contact-fixed,
    .tb-contacts,
    #recommend {
        display: none;
    }

}