@charset "UTF-8";
body {
  background-color: #e5e5e5;
  color: #2a2a2a;
  font-size: 12px;
  font-family: 微软雅黑, Tahoma, Helvetica, Arial, sans-serif;
}

a:link, a:visited {
  text-decoration: none;
  color: #2a2a2a;
}

a:hover {
  color: #2a2a2a;
  text-decoration: underline;
}

em {
  font-style: normal;
}

.flex-between-center {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.container {
  max-width: 1236px;
}

.form-control {
  font-size: 0.875rem;
  border-radius: 0;
}

.btn {
  font-size: 0.875rem;
}
.btn-dark {
  background-color: rgba(17, 17, 17, 0.5);
  border-color: rgba(17, 17, 17, 0.5);
}

.bg-dark {
  background-color: rgba(17, 17, 17, 0.5) !important;
}

.border {
  border: 1px solid rgba(17, 17, 17, 0.5) !important;
}

hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.card {
  background-color: #F4F4F4;
  border-radius: 0;
}

.list-group-item {
  background-color: #e5e5e5;
  border-color: #FFFFFF;
}
.list-group-item.active {
  background-color: #bc4021;
  border-color: #bc4021;
}

.ad-box img {
  width: 100%;
}

.hover-item {
  position: relative;
}
.hover-item .hover-menu {
  display: none;
  left: 0;
  border-radius: 2px;
  min-width: 100px;
  position: absolute;
  top: 32px;
  z-index: 999;
  padding: 5px 0;
  background-image: url(../images/xjt.gif);
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #000000;
  border-top: 4px solid #94d500;
}
.hover-item .hover-menu li {
  list-style: none;
}
.hover-item:hover .hover-menu {
  display: block;
}

.widget-bg {
  background-color: #f4f4f4;
}

.text-green {
  color: #fb450e;
}

.line-divider {
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.5);
  overflow: hidden;
}

.hr-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.5);
  overflow: hidden;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 6s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 6s;
  animation: rotate 6s linear infinite;
  animation-play-state: paused;
}

.modal-content {
  background-color: #f4f4f4;
  border-radius: 0;
}
.modal-content .modal-header, .modal-content .modal-footer {
  border-color: #f4f4f4;
}
.modal-content .modal-title {
  font-size: 1rem;
}
.modal-content .close {
  color: #2a2a2a;
}

.jBox-container {
  background-color: #f4f4f4;
  color: #2a2a2a;
  font-size: 14px;
}

.jBox-Modal .jBox-title {
  background-color: #2f2f2f;
  border-bottom: 1px solid #111;
  color: #FFFFFF;
  font-size: 14px;
}

body.content-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100Vh;
}
body.content-center .app-main {
  display: flex;
  justify-content: center;
}

.page-sidebar {
  flex: 0 0 220px;
}

.header-top {
  padding: 1rem 0;
  border-bottom: 2px solid rgba(17, 17, 17, 0.5);
}
.header-top .logo {
  width: 300px;
}
.header-top .search-group {
  width: 296px;
  height: 34px;
  background-image: url(../images/ss.png);
  background-repeat: no-repeat;
  padding-left: 36px;
}
.header-top .search-group .form-control {
  background-color: #3b3937;
  border: 0;
  border-radius: 0;
  padding: 0.25rem 0.75rem;
  line-height: 34px;
  font-size: 0.75rem;
  color: #999999;
  height: 34px;
}
.header-top .search-group .form-control:focus {
  border: 0;
  box-shadow: none;
}
.header-top .search-group .btn {
  border: 0;
  color: #d1cfcf;
  font-size: 0.75rem;
  padding-left: 1.25rem;
}
.header-top .top-btn {
  padding-left: 42px;
  background: url(../images/contorl_icon.png) 12px 2px no-repeat;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  display: inline-block;
}
.header-top .btn-record {
  background-position: 12px -28px;
  overflow: initial;
}
.header-top .btn-record .hover-menu {
  left: initial;
  right: 0;
  width: 280px;
  background-position: 236px 0;
}
.header-top .btn-record .hover-menu .record-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #212121;
  line-height: 28px;
  height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-top .btn-upan {
  background-position: 0px -117px;
}
.header-top .btn-order {
  background-position: 12px -87px;
}
.header-top .login-in {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.header-top .login-in .active-avatar {
  margin: 3px 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.header-top .login-in .login-in-info p {
  margin-left: 5px;
  height: 18px;
  line-height: 18px;
}
.header-top .login-in .active-username {
  width: 65px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-top .hover-menu {
  width: 188px;
  background-position: 40px 0;
}
.header-top .hover-menu-link {
  float: left;
  width: 50%;
  background-color: #111111;
  border: 1px solid #333333;
  border-radius: 10px;
  margin: 5px 0;
  text-align: center;
  line-height: 24px;
  height: 24px;
}

.header-bottom .navbar {
  background-position: 0 29px;
  background-repeat: no-repeat;
  background-color: #000000;
  padding: 0 1rem;
  margin-bottom: 15px;
}
.header-bottom .nav-item {
  line-height: 20px;
  text-align: center;
}
.header-bottom .nav-item.active {
  border-bottom: 4px solid #cd2901;
}
.header-bottom .nav-item .nav-link {
  font-weight: bold;
  min-width: 95px;
  padding: 1.05rem 0.5rem;
  color: #d1cfcf;
  font-size: 14px;
}
.header-bottom .hover-item .hover-menu {
  top: 42px;
  left: -22px;
}
.header-bottom .hover-menu .nav-link {
  background-color: #000000;
  border: 1px solid #333333;
  border-radius: 10px;
  text-align: center;
  line-height: 24px;
  min-width: 120px;
  margin: 5px 0;
  padding: 0;
  font-weight: normal;
  color: #dbdbdb;
}

.app-footer {
  padding: 20px 0;
  background: rgb(0, 0, 0);
}
.app-footer a {
    color: #d1cfcf;
}
.site-left .list-group {
  border-radius: 0;
  width: 160px;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.site-left .list-group-item {
  background-color: transparent;
  position: relative;
}
.site-left .list-group-item.active {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.125);
}
.site-left .list-group-item.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c82333;
  width: 2px;
  height: 100%;
}

.site-right .site-title {
  padding: 11.5px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
}
.site-right .site-content {
  padding: 20px;
}

.location-icon {
  background: url(../images/sort_list.gif) -28px -88px no-repeat;
  overflow: hidden;
  height: 40px;
  width: 40px;
}
.location .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
  padding: 0.25rem 1px 0.25rem 0;
  border-radius: 0;
}
.location .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #2a2a2a;
}
.location .breadcrumb-item.active {
  color: #2a2a2a;
}

.more:link {
  color: #2a2a2a;
}

.ac-btn {
  padding-left: 25px;
  margin-right: 12px;
  cursor: pointer;
}

.btn-play-all {
  background: url(../images/typeicon.png) no-repeat -40px -13px;
}

.btn-add-play {
  background: url(../images/typeicon.png) no-repeat -140px -13px;
}

.btn-change-list {
  background: url(../images/typeicon.png) no-repeat -242px -13px;
}

.icon-music {
  height: 22px;
  width: 22px;
  display: inline-block;
  z-index: 1;
}

.hot-icon-text {
  padding-left: 20px;
  background: url(../images/hits.png) no-repeat 0px -2px;
}

.music-icon-text {
  padding-left: 20px;
  background: url(../images/eye-green.png) no-repeat 0px -2px;
}

.rec-card {
  width: 446px;
}
.rec-header {
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.rec-header .nav-item {
  padding: 0 0.5rem;
}
.rec-header .nav-item.active {
  font-weight: bold;
  color: rgb(57, 193, 222);
}
.rec-header-title {
  height: 40px;
  width: 150px;
  line-height: 40px;
  padding-left: 36px;
  background: url(../images/recommended.png) no-repeat;
  font-size: 16px;
  font-weight: normal;
}
.rec-card-title {
  background: url(../images/list_menu_bg.png) no-repeat;
  padding: 2px 9px;
  color: #d1cfcf;
  border-radius: 13px;
}
.rec-card-title:hover {
  color: #ffffff;
  text-decoration: none;
}
.rec-rank-header .rec-header-title {
  background: url(../images/rank-ico.png) no-repeat;
  background-size: 32px;
}
.title-bg {
    width: 180px;
    background-image: url(../images/title-logo11.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 100%;
	background-size: 180px;
}
.title-bg1 {
    width: 100px;
    background-image: url(../images/title-logo111.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 100%;
	background-size: 100px;
}
.box-title {
    background: #f4f4f4;
    height: 60px;
    position: relative;
    padding: 15px;
    display: flex
;
    flex-direction: row;
    margin-bottom: 1px;
    align-items: center;
}
.title-line {
    flex: 1;
    background-color: #3f3f3f;
    height: 4px;
    margin: 0 15px;
}
.sole-card {
  width: auto;
}
.sole-card-tracks {
  width: 446px;
}
.sole-card .rec-box-divider {
  margin-top: -38px;
}

.rec-box-divider {
  width: 1px;
  background-color: rgba(17, 17, 17, 0.5);
  height: auto;
  margin: 0 14px;
}

.track-item {
  margin: 18px 0;
}
.track-item-cover {
  position: relative;
  display: none;
}
.track-item-cover img {
  height: 77px;
  width: 77px;
  display: block;
  zoom: 1;
}
.track-item-cover .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 77px;
  height: 21px;
  color: #000000;
  background-color: rgb(255, 225, 49);
  overflow: hidden;
  text-align: center;
}
.track-item-hits {
  display: none;
  background: url(../images/hits.png) no-repeat -4px -2px;
  padding-left: 15px;
  color: #2a2a2a;
}
.track-item-hits b {
  margin-left: 25px;
  display: inline;
  font-style: normal;
  font-weight: normal;
}
.track-item-name {
  width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.track-item-date {
  width: 36px;
  text-align: right;
  margin-left: 20px;
}
.track-item.show-cover .track-item-date {
  display: none;
}
.track-item.show-cover .track-item-cover, .track-item.show-cover .track-item-hits {
  display: block;
}
.track-item.show-cover .track-item-name {
  width: 360px;
  color: #2a2a2a;
  white-space: break-spaces;
}
.track-item.show-cover .track-item-info {
  padding: 0.5rem 0;
  flex-direction: column !important;
}

.index-playlist .rec-header-title, .sidebar-playlist .rec-header-title {
  background: url(../images/playlist_ico.png) no-repeat;
  background-size: 30px;
}

.playlist-card .pl-cover {
  position: relative;
}
.playlist-card .pl-cover img {
  height: 127px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.playlist-card .pl-track-count {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 23px;
  line-height: 23px;
  background: url(../images/music-icon.png) no-repeat 35px 3px;
  background-color: rgba(21, 21, 21, 0.7);
  margin-bottom: 0;
  text-indent: 60px;
}

.index-author .rec-header-title {
  background: url(../images/author_ico.png) no-repeat;
  background-size: 30px;
}
.index-author .best-author {
  width: 230px;
  background-color: #111111;
  padding: 20px;
  position: relative;
  height: 300px;
}
.index-author .best-author-info img {
  height: 191px;
  width: 191px;
}
.index-author .best-author-bg {
  height: 300px;
  width: 230px;
  background: url(../images/author-bg.png) no-repeat;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.index-author .author-card {
  list-style: none;
}
.index-author .author-card:hover .author-detail-box {
  display: block;
}
.index-author .author-cover {
  position: relative;
}
.index-author .author-cover img {
  width: 100%;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-author .hit-icon-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 22px;
}
.index-author .hit-icon-text .icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -6px;
  background: url(../images/hits-white.png) no-repeat center;
}
.index-author .author-detail-box {
  display: none;
  position: absolute;
  background: url(../images/dj_remix_bg.png) no-repeat;
  width: 285px;
  background-size: cover;
  height: 278px;
  z-index: 999;
  overflow: hidden;
  margin-top: -169px;
}
.index-author .author-detail-box img {
  width: 126px;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-sidebar .rec-header-title {
  width: auto;
}

.sidebar-tracks-title {
  background: url(../images/rank_head_bg.png) no-repeat;
  height: 50px;
  color: #2a2a2a;
}
.sidebar-tracks-title .tit-text {
  font-weight: normal;
  font-size: 16px;
  padding-left: 45px;
  padding-top: 5px;
}
.sidebar-tracks .track-group-item {
  list-style: none;
  margin-bottom: 14px;
  height: 39px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sidebar-tracks .track-group-item::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  margin-right: 8px;
  background: url(../images/list_num.png) no-repeat -10px 1px;
}
.sidebar-tracks .track-group-item a {
  flex: 1;
  max-height: 36px;
}
.sidebar-tracks .track-group-item.num2::before {
  background-position: -10px -38px;
}
.sidebar-tracks .track-group-item.num3::before {
  background-position: -10px -78px;
}
.sidebar-tracks .track-group-item.num4::before {
  background-position: -10px -116px;
}
.sidebar-tracks .track-group-item.num5::before {
  background-position: -10px -156px;
}
.sidebar-tracks .track-group-item.num6::before {
  background-position: -10px -195px;
}
.sidebar-tracks .track-group-item.num7::before {
  background-position: -10px -234px;
}
.sidebar-tracks .track-group-item.num8::before {
  background-position: -10px -272px;
}
.sidebar-tracks .track-group-item.num9::before {
  background-position: -10px -311px;
}
.sidebar-tracks .track-group-item.num10::before {
  background-position: -10px -350px;
}
.sidebar-tracks .track-group-item.num11::before {
  background-position: -58px 1px;
}
.sidebar-tracks .track-group-item.num12::before {
  background-position: -58px -38px;
}
.sidebar-tracks .track-group-item.num13::before {
  background-position: -58px -78px;
}
.sidebar-tracks .track-group-item.num14::before {
  background-position: -58px -116px;
}
.sidebar-tracks .track-group-item.num15::before {
  background-position: -58px -156px;
}
.sidebar-tracks .track-group-item.num16::before {
  background-position: -58px -195px;
}
.sidebar-tracks .track-group-item.num17::before {
  background-position: -58px -234px;
}
.sidebar-tracks .track-group-item.num18::before {
  background-position: -58px -272px;
}
.sidebar-tracks .track-group-item.num19::before {
  background-position: -58px -311px;
}
.sidebar-tracks .track-group-item.num20::before {
  background-position: -58px -350px;
}

.btn-rank-group .btn {
  background-color: rgb(17, 17, 17);
  padding: 0.15rem 0.75rem;
  color: #d1cfcf;
  font-size: 12px;
}
.btn-rank-group .btn:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.btn-rank-group .btn:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.btn-rank-group .btn.active {
  background: url(../images/list_menu_bg.png) no-repeat -20px 0px;
}

.index-album .rec-header-title {
  background: url(../images/hotalbum.png) no-repeat;
}

.three-nav-pills {
  border-bottom: 1px solid rgba(189, 189, 189, 0.5);
}
.three-nav-pills .nav-link {
  border-radius: 0;
}
.three-nav-pills .nav-item {
  border-right: 1px solid rgba(189, 189, 189, 0.5);
}
.three-nav-pills .nav-item:last-child {
  border-right: 0;
}

.three-nav-pills .nav-link.active,
.three-nav-pills .show > .nav-link {
  background-color: #DA534F;
}

.row-cols-2.track-lines-items .col:nth-child(even) {
  padding-left: 0;
}
.row-cols-2.track-lines-items .col:nth-child(odd) {
  padding-right: 0;
}

.track-line {
  border-bottom: 1px solid rgba(189, 189, 189, 0.5);
  padding: 10px;
}

.index-player .player-btn {
  height: 26px;
  width: 26px;
  display: inline-block;
  background-image: url("../images/player-icon.png");
  background-repeat: no-repeat;
  background-size: 180px;
}
.index-player .btn-control:hover svg path {
  fill: #94d500;
}
.index-player-wrap .jp-volume-controls {
  position: relative;
  width: 26px;
}
.index-player-wrap .jp-volume-controls button {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background-image: url("../images/volume-max.png");
  background-repeat: no-repeat;
  background-color: transparent;
  height: 22px;
  width: 22px;
  background-size: 22px;
}
.index-player-wrap .jp-volume-controls button.jp-unmute {
  background-image: url("../images/volume-mute.png");
}
.index-player-wrap .jp-volume-bar {
  position: absolute;
  background-color: #666;
  top: 8px;
  left: 35px;
  width: 65px;
  height: 5px;
  cursor: pointer;
}
.index-player-wrap .jp-volume-bar-value {
  background-color: #eee;
  position: relative;
  width: 0;
  height: 5px;
}
.index-player-wrap .jp-volume-bar-value span {
  width: 14px;
  height: 14px;
  background: url("../images/playerbg.png") -50px -57px;
  background-size: 75px;
  overflow: hidden;
  position: absolute;
  right: -8px;
  top: -5px;
}
.index-player-wrap .btn-player-shuffle {
  background: url(../images/list_ico2.png) -244px 2px no-repeat;
  background-size: 330px;
}
.index-player-wrap .btn-player-shuffle:hover {
  background-position: -244px -36px;
}
.index-player-wrap .btn-player-one {
  background: url(../images/list_ico2.png) -294px 2px no-repeat;
  background-size: 330px;
}
.index-player-wrap .btn-player-one:hover {
  background-position: -294px -36px;
}
.index-player-wrap .btn-player-loop {
  background: url(../images/list_ico2.png) -144px 2px no-repeat;
  background-size: 330px;
}
.index-player-wrap .btn-player-loop:hover {
  background-position: -144px -36px;
}
.index-player .jp-seek-bar {
  height: 50px;
  width: 100%;
  position: relative;
}
.index-player .jp-play-bar {
  z-index: 2;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index-player .player-wave-linear {
  background: -webkit-linear-gradient(left, #8dcb04, #3bc1d9);
  background-size: cover;
  -webkit-mask: url("../images/waveform_bg.png") no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: content-box;
  width: 236px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.index-player .player-progress-linear {
  background: -webkit-linear-gradient(left, #f45988, #f45988);
  background-size: cover;
  -webkit-mask: url("../images/waveform_bg.png") no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: content-box;
  width: 236px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.index-player-list {
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.index-player-list .song-item {
  padding: 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.index-player-list .song-item.playing .song-item-play {
  color: #8dcb04;
}

.filters-title {
  width: 65px;
  text-indent: 5px;
  height: 30px;
  line-height: 30px;
  background: url(../images/sort_list.gif) -15px -17px no-repeat;
}
.filters-items {
  line-height: 30px;
  width: 850px;
}
.filters-link {
  margin: 3px 6px 0;
}
.filters .active {
  background-color: #2a95ab;
  color: #d1cfcf;
  border-radius: 10px;
  padding: 0.25rem 0.5rem;
}

.orders {
  background-color: #111111;
  border-radius: 4px;
}
.orders-link {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid #f4f4f4;
}
.orders-link.active {
  background: url(../images/list_menu_bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #FFFFFF;
  border-radius: 4px;
}
.orders-link:last-child {
  border-right: 0;
}

.track-list-item {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.25rem 1rem;
}
.track-list-item:nth-child(odd) {
  background-color: #dbdbdb;
}
.track-list-head {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid rgba(17, 17, 17, 0.5);
  margin-bottom: 3px;
}
.track-list-head .track-list-action {
  text-align: center;
}
.track-list-select {
  width: 20px;
}
.track-list-number {
  width: 55px;
  text-align: center;
}
.track-list-name-text {
  display: block;
  width: 510px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.track-list-rank {
  width: 55px;
  text-align: center;
  font-size: 18px;
  color: #606266;
  font-weight: bold;
  font-style: italic;
}
.track-list-rank.rank1 {
  font-size: 24px;
  color: #c52a03;
}
.track-list-rank.rank2 {
  font-size: 24px;
  color: #2a95ab;
}
.track-list-rank.rank3 {
  font-size: 24px;
  color: #94d500;
}
.track-list-price {
  width: 70px;
  text-align: center;
}
.track-list-date {
  width: 90px;
  text-align: center;
}
.track-list-action {
  width: 110px;
  text-align: right;
}
.track-list-action a {
  background: url(../images/sort_list.gif) no-repeat -32px -188px;
  width: 25px;
  height: 32px;
}
.track-list-action a:hover {
  background-position: -31px -151px;
}
.track-list-action .btn-ac-car {
  background-position: -58px -188px;
}
.track-list-action .btn-ac-car:hover {
  background-position: -57px -151px;
}
.track-list-action .btn-ac-fav {
  background-position: -82px -188px;
}
.track-list-action .btn-ac-fav:hover {
  background-position: -81px -151px;
}
.track-list-action .btn-ac-like {
  background: url(../images/like.png) center center no-repeat;
  background-size: 16px;
}
.track-list-action .btn-ac-like:hover {
  background: url(../images/like-hover.png) center center no-repeat;
  background-size: 16px;
}
.track-list-cover {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.track-list-cover-img {
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
.track-list-name-bt span {
  color: #9c9c9c;
  font-size: 11px;
}
.track-list-name-bt .rec-icon {
  background: url(../images/tuijian.gif);
  width: 16px;
  height: 16px;
  margin-top: 2px;
  overflow: hidden;
  margin-left: 10px;
  display: inline-block;
}
.track-list-footer {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem 0 1rem 1rem;
  border-top: 2px solid rgba(17, 17, 17, 0.5);
}

.pagination {
  margin-bottom: 0;
}
.pagination .page-link {
  background-color: #262626;
  border: 0;
  border-radius: 4px;
  margin-left: 2px;
}
.pagination .page-link:hover {
  color: #fff;
  background-color: #94d500;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #bd5c3c;
}
.pagination .page-item.disabled .page-link {
  background-color: #010101;
}
.pagination-wrap input {
  display: block;
  border: 0;
  background-color: #010101;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999999;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
}
.pagination-wrap .go-page {
  padding: 0.45rem 0.5rem;
  background-color: #262626;
  border-radius: 4px;
  margin-left: 0.25rem;
}

.rank-head-title {
  padding-left: 35px;
  background: url(../images/top_ico.png) -8px -6px no-repeat;
}
.rank-head-title .text {
  font-size: 24px;
  font-weight: 400;
}

.song-show-sidebar {
  flex: 0 0 310px;
}
.song-show-title {
  font-size: 12px;
  font-weight: bold;
}
.song-show-actions .btn {
  width: 87px;
  font-size: 12px;
  text-indent: 21px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #FFFFFF;
  border-radius: 0;
  background: url(../images/btn_icon.png) no-repeat;
  opacity: 0.85;
}
.song-show-actions .btn:hover {
  opacity: 1;
}
.song-show-actions .btn-ac-fav {
  background-position: -104px 0px;
}
.song-show-actions .btn-ac-car {
  background-position: -212px 0px;
}
.song-show-actions .btn-mobile-play {
  background-position: -315px 0px;
}
.song-show-actions .btn-ac-like {
  background-position: -522px 0px;
}
.song-show-tip {
  border-top: 1px solid rgba(17, 17, 17, 0.5);
  padding: 0.75rem 0;
}

.song-player .player-btn {
  height: 40px;
  width: 40px;
  display: inline-block;
  background-image: url("../images/player-icon.png");
  background-repeat: no-repeat;
  background-size: 200px;
}
.song-player .jp-pause {
  background-position: 0 -47px;
}
.song-player .jp-seek-bar {
  height: 68px;
  width: 100%;
  position: relative;
}
.song-player .jp-play-bar {
  z-index: 2;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.song-player .player-wave-linear {
  background: -webkit-linear-gradient(left, #ec3535, #000000);
  background-size: cover;
  -webkit-mask: url("../images/waveform_bg.png") no-repeat;
  -webkit-mask-size: contain;
  width: 767px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.song-player .player-progress-linear {
  background: -webkit-linear-gradient(left, #5b5b5b, #5b5b5b);
  background-size: cover;
  -webkit-mask: url("../images/waveform_bg.png") no-repeat;
  -webkit-mask-size: cover;
  width: 767px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.song-player-cover {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  animation-play-state: paused;
}
.song-player-wrap.jp-state-playing .song-player-cover {
  animation-play-state: running;
}
.song-player-wrap .player-list {
  border: 1px solid rgba(17, 17, 17, 0.5);
}
.song-player-wrap .player-list-header {
  padding: 0.75rem 1rem;
}
.song-player-wrap .player-list-title {
  font-size: 16px;
  margin-bottom: 0;
  background: url("../images/player-list-icon.png") no-repeat;
  padding-left: 36px;
  height: 30px;
  line-height: 30px;
}
.song-player-wrap .player-list .jp-volume-controls {
  position: relative;
  width: 120px;
}
.song-player-wrap .player-list .jp-volume-controls button {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background-image: url("../images/volume-max.png");
  background-repeat: no-repeat;
  background-color: transparent;
  height: 22px;
  width: 22px;
  background-size: 22px;
}
.song-player-wrap .player-list .jp-volume-controls button.jp-unmute {
  background-image: url("../images/volume-mute.png");
}
.song-player-wrap .player-list .jp-volume-bar {
  position: absolute;
  background-color: #666;
  top: 8px;
  left: 35px;
  width: 65px;
  height: 5px;
  cursor: pointer;
}
.song-player-wrap .player-list .jp-volume-bar-value {
  background-color: #4e4e4e;
  position: relative;
  width: 0;
  height: 5px;
}
.song-player-wrap .player-list .jp-volume-bar-value span {
  width: 14px;
  height: 14px;
  background: url("../images/playerbg.png") -50px -57px;
  background-size: 75px;
  overflow: hidden;
  position: absolute;
  right: -8px;
  top: -5px;
}
.song-player-wrap .player-list .player-btn {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-left: 1rem;
}
.song-player-wrap .player-list .btn-player-shuffle {
  background: url(../images/list_ico.png) -297px 2px no-repeat;
}
.song-player-wrap .player-list .btn-player-shuffle:hover {
  background-position: -297px -45px;
}
.song-player-wrap .player-list .btn-player-one {
  background: url(../images/list_ico.png) -358px 2px no-repeat;
}
.song-player-wrap .player-list .btn-player-one:hover {
  background-position: -358px -45px;
}
.song-player-wrap .player-list .btn-player-loop {
  background: url(../images/list_ico.png) -174px 2px no-repeat;
}
.song-player-wrap .player-list .btn-player-loop:hover {
  background-position: -174px -45px;
}
.song-player-wrap .player-list .btn-player-prev {
  background: url(../images/list_ico.png) 0 6px no-repeat;
}
.song-player-wrap .player-list .btn-player-prev:hover {
  background-position: 0 -41px;
}
.song-player-wrap .player-list .btn-player-next {
  background: url(../images/list_ico.png) -44px 6px no-repeat;
}
.song-player-wrap .player-list .btn-player-next:hover {
  background-position: -44px -41px;
}
.song-player-wrap .player-list-content {
  border-top: 1px solid rgba(17, 17, 17, 0.5);
}
.song-player-wrap .player-list-menu {
  width: 98px;
}
.song-player-wrap .player-list-menu .menu-item {
  display: block;
  margin: 10px 10px 0 10px;
  padding: 0.25rem 0.5rem;
  width: auto;
}
.song-player-wrap .player-list-menu .menu-item.active {
  background-color: #2a95ab;
  color: #d1cfcf;
  border-radius: 10px;
}
.song-player-wrap .player-list-group {
  min-height: 460px;
}
.song-player-wrap .player-list-group .group-wrap {
  height: 430px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-left: 1px solid rgba(17, 17, 17, 0.5);
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.song-player-wrap .player-list-group .group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
}
.song-player-wrap .player-list-group .group-item:nth-child(odd) {
  background-color: #dbdbdb;
}
.song-player-wrap .player-list-group .group-item-name {
  flex: 1 1 auto;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  width: 358px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.song-player-wrap .player-list-group .group-item-del {
  width: 22px;
  height: 22px;
  background: url(../images/list_ico.png) -89px 0px no-repeat;
  vertical-align: middle;
}
.song-player-wrap .player-list-group .group-item-add {
  width: 22px;
  height: 22px;
  background: url(../images/list_ico.png) -129px 0px no-repeat;
  vertical-align: middle;
}
.song-player-wrap .player-list-group .group-item.active .group-item-name {
  color: rgb(0, 167, 203);
}
.song-player-wrap .player-list-group .group-footer {
  display: flex;
  padding: 10px 5px;
  align-items: center;
}
.song-player-wrap .player-list-group .group-footer label {
  display: flex;
  align-items: center;
}
.song-player-wrap .player-list-group .group-footer .btn {
  padding: 0.15rem 0.75rem;
  background-color: #111111;
  color: #d1cfcf;
  font-size: 12px;
  border-radius: 0;
}

.guess-warp-header {
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.guess-warp-title {
  background: url("../images/play_love.png") no-repeat;
  width: 115px;
  text-indent: -99999px;
}
.guess-warp .track-item-name {
  width: 350px;
}
.guess-warp .track-item.show-cover .track-item-name {
  width: 330px;
}

.sidebar-albums {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar-albums .album-item {
  overflow: hidden;
  position: relative;
  margin: 0 5px 8px 5px;
}
.sidebar-albums .album-item img {
  width: 96px;
  height: 96px;
}
.sidebar-albums .album-first img {
  width: 201px;
  height: 198px;
}
.sidebar-albums .album-item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.search-sidebar {
  width: 220px;
}

.search-history {
  background: url(../images/search_li.png) 0 8px no-repeat;
}
.search-history-header {
  padding: 5px 0 5px 40px;
  height: 50px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.search-history-header h3 {
  font-size: 16px;
}
.search-history-header .btn-history-clear {
  color: #94d500;
}
.search-history-item {
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
  padding: 0.25rem 0;
}
.search-history-item .remove {
  background: url(../images/list_ico.png) -65px 3px no-repeat;
  background-size: 300px 55px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.search-info {
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}

.auth-wrap {
  font-size: 16px;
  min-height: 560px;
}

.auth-header {
  border-bottom: 2px solid #c82333;
}
.auth-header .nav-pills .nav-link {
  border-radius: 0;
  padding: 0.5rem 2.75rem;
}
.auth-header .nav-pills .nav-link.active {
  background-color: #c82333;
}

.auth-main .form-text,
.auth-main .btn-submit-code {
  font-size: 14px;
}

.album-header {
  padding-bottom: 5px;
}
.album-header .rec-header-title {
  background: url(../images/album_ico.png) no-repeat;
  padding-left: 55px;
  line-height: 30px;
}
.album-header .nav-item {
  padding: 3px 5px;
  margin-left: 10px;
}
.album-header .nav-item.active {
  background-color: rgb(57, 193, 222);
  color: #fff;
  border-radius: 10px;
}

.album-list-cover {
  position: relative;
}
.album-list-cover img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.album-list-ft {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
  background-color: rgba(20, 20, 20, 0.7);
  line-height: 30px;
}
.album-list-ft .song-icon-text {
  background: url(../images/music-icon-white.png) 2px 5px no-repeat;
  padding-left: 20px;
}
.album-list-ft .view-icon-text {
  background: url(../images/eye.png) 2px 5px no-repeat;
  padding-left: 20px;
}
.album-list-ft .album-icon-play {
  background: url(../images/play.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  margin-top: 2px;
}

.blur {
  filter: url(blur.svg#blur);
  -moz-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=90, MakeShadow=false);
}

.album-detail {
  width: 100%;
  height: 175px;
  position: relative;
}
.album-detail-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.album-detail-bg img {
  width: 100%;
  position: absolute;
  top: -200px;
  top: -100px \9 ;
  left: -100px \9 ;
}
.album-detail-header {
  padding: 5px;
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.album-detail-cover {
  width: 165px;
  height: 165px;
  border-radius: 50%;
}
.album-detail-name {
  line-height: 33px;
  font-size: 16px;
}

.hot-album-title {
  background: url(../images/album_hot_bg.png) no-repeat;
  height: 50px;
  color: #2a2a2a;
}
.hot-album-title .tit-text {
  font-weight: normal;
  font-size: 16px;
  padding-left: 50px;
}
.hot-album-group-cover {
  width: 39px;
  height: 39px;
  border: 0;
  border-radius: 5px;
}

.playlist-layer {
  width: 420px;
}
.playlist-layer .song-name {
  background: url("../images/playlist-icon.png") 0 center no-repeat;
  background-size: 26px;
  padding-left: 30px;
  line-height: 20px;
}
.playlist-layer .add-to {
  background: url("../images/fav-icon.png") 0 center no-repeat;
  background-size: 26px;
  padding-left: 30px;
  line-height: 20px;
}
.playlist-layer .playlist-items {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(17, 17, 17, 0.5);
}
.playlist-layer .playlist-items a {
  display: block;
}
.playlist-layer .playlist-items .active {
  color: rgb(57, 193, 222);
}

.author-header .rec-header-title {
  background-image: url("../images/author-icon.png");
  background-size: 30px;
}
.author-header .nav-item {
  padding: 0.25rem 0.5rem;
}
.author-header .nav-item.active {
  background-color: rgb(57, 193, 222);
  color: #fff;
  border-radius: 10px;
}
.author-header .search-group {
  background-image: url(../images/ss.png);
  background-repeat: no-repeat;
  padding-left: 36px;
  width: 300px;
  padding-right: 0.35rem;
}
.author-header .search-group .form-control {
  height: 34px;
  padding: 0.25rem 0.75rem;
  background-color: transparent;
  border: 0;
}
.author-header .search-group .btn {
  font-size: 12px;
  color: #d1cfcf;
  border: 0;
}

.authors-item-cover img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.authors-item-name {
  font-size: 16px;
}
.authors-item-tracks {
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
  margin-bottom: 10px;
  min-height: 99px;
}
.authors-item-tracks .track-list-action a {
  height: 30px;
}
.authors-item-tracks .track-list-name {
  padding-left: 13px;
  background-image: url(../images/arrow-1.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
}

.table {
  color: #2a2a2a;
}

.account-sidebar {
  margin-right: 1.5rem;
  padding: 1rem;
}
.account-sidebar .list-group-item {
  background-color: transparent;
  border: 0;
}
.account-main {
  border-left: 1px solid rgba(17, 17, 17, 0.5);
  padding: 1rem;
}
.account-main .list-body {
  border: 1px solid rgba(17, 17, 17, 0.5);
}
.account-main .list-body .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(195, 195, 195, 0.5);
}
.account-header {
  background-color: rgba(229, 229, 229);
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.account-navs .nav-item-link {
  font-size: 14px;
}
.account-navs .nav-item-link span {
  display: inline-block;
}
.account-navs .icon {
  height: 26px;
  width: 26px;
  margin-right: 0.75rem;
  text-indent: -26px;
  overflow: hidden;
}
.account-navs .icon img {
  height: 26px;
  width: 26px;
  vertical-align: top;
  filter: drop-shadow(26px 0 #2a2a2a);
}
.account-navs .active .nav-item-link {
  color: rgb(57, 193, 222);
}
.account-navs .active .nav-item-link img {
  filter: drop-shadow(26px 0 rgb(57, 193, 222));
}

.account-info-group, .account-song-group, .account-form-group {
  border: 1px solid rgba(17, 17, 17, 0.5);
  border-radius: 0;
}
.account-info-group .list-group-item, .account-song-group .list-group-item, .account-form-group .list-group-item {
  border-width: 0;
}
.account-info-group .list-group-item:nth-child(odd), .account-song-group .list-group-item:nth-child(odd), .account-form-group .list-group-item:nth-child(odd) {
  background-color: rgba(244, 244, 244, 0.5);
}

.account-playlists-header {
  background-color: rgba(229, 229, 229);
  padding: 10px;
  margin-bottom: 1rem;
}
.account-playlists .playlists-item {
  margin-bottom: 1rem;
}
.account-playlists .playlists-item-title {
  margin-bottom: 2px;
  background-color: rgba(229, 229, 229);
  padding: 5px;
}
.account-playlists .playlists-item-box {
  position: relative;
  background-color: rgba(229, 229, 229);
  padding: 10px;
}
.account-playlists .playlists-item-cover {
  height: 165px;
  width: 100%;
}
.account-playlists .playlists-item-song-count {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #dc3545;
  color: #FFFFFF;
  font-size: 11px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.account-playlists .playlists-item-actions a {
  display: inline-block;
  padding: 10px 15px 0 15px;
}

.account-song-group .track-list-status {
  width: 60px;
}
.account-song-group .track-list-date {
  width: 105px;
}

.avatars-item {
  position: relative;
  cursor: pointer;
}
.avatars-item input {
  position: absolute;
  bottom: 0;
  right: 0;
}
.avatars-img {
  width: 100%;
  height: 137px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-disks {
  padding: 1rem 6rem;
}

.disk-store-item {
  border: 1px solid rgba(17, 17, 17, 0.5);
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}
.disk-store-item img {
  width: 140px;
}

.disk-album-item {
  border: 1px solid rgba(17, 17, 17, 0.5);
  padding-left: 2rem;
  margin-bottom: 10px;
}
.disk-album-item .custom-control-label {
  width: 100%;
}
.disk-album-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
}
.disk-album-item .btn-show-album-det {
  padding: 5px;
  background-color: rgba(17, 17, 17, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
}
.disk-album-det {
  float: left;
  padding-left: 10px;
}

.disk-form-inputs .invalid-feedback {
  position: absolute;
  left: 260px;
  bottom: 0;
  width: auto;
}

.gather-banner {
  background: url(https://wwv.koodj.com/Images2017/cate_bg.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  margin-top: -48px;
  padding-top: 120px;
}
.gather-banner .breadcrumb {
  background-color: transparent;
  font-size: 14px;
}
.gather-banner .breadcrumb-item.active {
  color: #d1cfcf;
}

.gather-list-item .track-list-number {
  font-size: 13px;
}
.gather-list-item .track-list-cover-img {
  width: 60px;
  height: 60px;
  border-radius: 3px;
}
.gather-list-item .track-list-name-text {
  font-size: 13px;
}
.gather-list-item .track-list-action .btn-show-tracks {
  background: url("../images/track-list-ico.png") center center no-repeat;
  background-size: 16px;
}
.gather-list-item .track-list-action .btn-show-tracks:hover {
  background-image: url("../images/track-list-hover.png");
}
.gather-list-item .track-list-action .btn-add-gather-favorites {
  background-position: -82px -188px;
}
.gather-list-item .track-list-action .btn-add-gather-favorites:hover {
  background-position: -81px -151px;
}

.gather-tracks-item {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gather-grids-hd {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}
.gather-grids .row {
  margin-right: -10px;
  margin-left: -10px;
}
.gather-grids .col {
  padding-right: 10px;
  padding-left: 10px;
}
.gather-grids .grid-item__cover {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.gather-grids .grid-item__tit {
  color: #fff;
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.gather-grids .grid-item__cat {
  font-size: 14px;
  font-weight: bold;
}
.gather-grids img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

.down-wrap {
  font-size: 12px;
  width: 580px;
}
.down-wrap hr {
  border-color: rgba(0, 0, 0, 0.2);
}
.down-wrap p {
  font-size: 12px;
}
.down-wrap .down-number b {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: x-large;
}
.down-wrap .down-con-title {
  font-size: 14px;
  font-weight: normal;
  color: #2a2a2a;
}
.down-wrap .down-con-info {
  background-color: rgba(255, 255, 255, 0.3);
}
.down-wrap .down-con-info .table td, .down-wrap .down-con-info .table th {
  border-color: #333;
}
.down-wrap .down-content-bg {
  background-color: rgba(216, 216,216, 0.7);
  padding: 20px 10px;
  min-width: 250px;
  text-align: center;
}
.down-wrap .down-content-bg .btn {
  border-radius: 0;
  padding: 0.15rem 0.5rem;
}
