@charset "UTF-8";
body {
  --weui-LINK: rgba(255,255,255,.6);
  --weui-BG-0: #141414;
  --weui-BG-1: #262626;
  --weui-BG-2: #373737;
  --weui-BG-4: rgba(0,0,0, .7);
  --weui-BG-5: rgba(0,0,0, .5);
  --weui-BTN-DEFAULT-BG: #494949;
  --weui-BTN-DEFAULT-COLOR: #fff;
  --weui-FG-0: #fff;
  --weui-FG-1: #e9ecef;
  --weui-FG-2: #8c8c8c;
  --weui-FG-3: rgba(255,255,255, .05);
  --weui-LINK: #8c8c8c;
  --weui-FG-HALF: #8c8c8c;
}

.weui-btn {
  border-radius: 5px;
  padding: 5px 12px;
  font-weight: normal;
  font-size: 16px;
}

.weui-cell {
  font-size: 16px;
}

.weui-footer {
  color: #8c8c8c;
}

.weui-dialog {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.weui-half-screen-dialog {
  transition: transform 0.3s;
  transform: translateY(100%);
}

.weui-half-screen-dialog_show {
  transform: translateY(0);
}

.top-warning {
  background-color: #E6A23C;
}

.weui-grid2 {
  position: relative;
  float: left;
  padding: 20px 10px;
  width: 50%;
  box-sizing: border-box;
}

.weui-media-box__ft {
  display: flex;
}
.weui-media-box__title {
  font-size: 15px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.m-auto {
  margin: auto;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #d4d4d4;
  background-color: #262626;
  max-width: 640px;
  margin: 0 auto;
  overflow-x: hidden;
}

ol li,
ul li {
  list-style: none;
}

img {
  max-height: 100%;
}

hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

a {
  color: #d4d4d4;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-items-center {
  display: flex;
  align-items: center;
}

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

.text-gray {
  color: #8c8c8c !important;
}

.text-danger {
  color: #F56C6C !important;
}

.text-success {
  color: #01ff95 !important;
}

.text-info {
  color: #39c1de !important;
}

.text-green {
  color: #2a95ab !important;
}

.text-warning {
  color: #E6A23C !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.25rem 0.5rem;
  font-size: 0.725rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-info {
  background-color: #39c1de;
  color: #fff;
}

.btn-success {
  background-color: #F56C6C;
  color: #fff;
}

.btn-warning {
  background-color: #E6A23C;
  color: #fff;
}

.btn-danger {
  background-color: #F56C6C;
  color: #fff;
}

.btn-outline-round {
  border: 1px solid #8c94a8;
  border-radius: 18px;
  padding: 0.275rem 1.25rem;
  font-size: 14px;
  margin: 0 5px;
  background-color: transparent;
  color: #fff;
}

.btn-auto {
  width: auto;
}

.btn-xs {
  width: auto;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
}

.btn-sm {
  width: auto;
  padding: 7px 13px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.rounded-circle {
  border-radius: 50%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.25rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.app-wrapper {
  width: 100%;
  overflow-x: hidden;
  padding-top: 52px;
  padding-bottom: 15px;
}

.show-player .app-wrapper {
  padding-bottom: 80px;
}

.app-content {
  display: block;
  position: relative;
}

.slider-col {
  padding-bottom: 20px;
}
.slider-col .swiper-pagination {
  display: flex;
}
.slider-col .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  border-radius: 0;
  height: 4px;
  background-color: #8c8c8c;
}
.slider-col .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.modal {
  display: none;
}

.dialog-cart-items .weui-cell {
  padding: 5px 0;
  font-size: 15px;
}

.invalid-feedback {
  font-size: 12px;
  color: #F56C6C;
}

.no-data {
  padding: 30px 15px;
  background-color: rgba(55, 55, 55, 0.8);
}

.app-header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #141414;
  z-index: 999;
}
.app-header-inner {
  position: relative;
  padding-top: 52px;
}
.app-header-navbar {
  background-color: rgba(55, 55, 55, 0.8);
  transition: max-height 0.35s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.app-header-navbar .nav-item {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-bottom: 1px solid #141414;
}
.app-header-navbar .nav-item:last-child {
  border-bottom: 0;
}
.app-header-navbar .nav-item .child-menu {
  flex: 1;
}
.app-header-navbar .nav-item .child-menu .nav-item {
  display: inline-block;
  border-bottom: 0;
}
.app-header.show-navbar .app-header-navbar {
  max-height: 540px;
}
.app-header-user-navbar {
  background-color: rgba(55, 55, 55, 0.8);
  transition: max-height 0.35s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.app-header-user-navbar .user-navbar {
  padding: 16px;
}
.app-header-user-navbar .weui-flex__item {
  text-align: center;
  padding: 5px 10px;
}
.app-header-user-navbar .weui-flex__item i {
  font-size: 16px;
}
.app-header.show-user-navbar .app-header-user-navbar {
  max-height: 500px;
}

.search-wrap, .header-topbar {
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  z-index: 10;
}

.header-topbar, .min-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  background-color: #141414;
  height: 51px;
}
.header-topbar .left, .header-topbar .right, .min-header .left, .min-header .right {
  display: flex;
  align-items: center;
}
.header-topbar .right, .min-header .right {
  justify-content: end;
}
.header-topbar .center, .min-header .center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-topbar .center .title, .min-header .center .title {
  font-size: 26px;
}
.header-topbar .logo, .min-header .logo {
  height: 36px;
  padding-left: 10px;
  display: inline-block;
}
.header-topbar .title, .min-header .title {
  display: inline-block;
}
.header-topbar .btn-link, .min-header .btn-link {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  font-size: 10px;
  color: #fff;
  align-items: center;
}
.header-topbar .btn-link i, .min-header .btn-link i {
  font-size: 16px;
}
.header-topbar .avatar, .min-header .avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.search-wrap {
  z-index: 9;
  transition: transform 0.3s;
  transform: translateY(0);
}
.search-wrap-show {
  transform: translateY(52px);
}

.header-navbar {
  height: 52px;
  line-height: 52px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.header-navbar .swiper-slide {
  text-align: center;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 10px;
  width: auto;
}
.header-navbar .active .swiper-link {
  color: #2a95ab;
}

.min-header + .app-wrapper {
  padding-top: 52px;
}

.index-carousel {
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.index-carousel .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 8.75rem;
  overflow: hidden;
}
.index-carousel .swiper-slide img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bucket {
  padding: 0 15px;
  position: relative;
}
.bucket-tab .weui-navbar {
  margin-bottom: 2px;
}
.bucket-box {
  background-color: rgba(55, 55, 55, 0.8);
  margin: 0 15px;
  overflow: hidden;
}
.bucket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  padding: 10px;
}
.bucket-header__title {
  flex: 1;
  display: flex;
  font-size: 16px;
  align-items: center;
}
.bucket-header__title i {
  font-size: 28px;
}
.bucket-header .more {
  color: #8c8c8c;
}
.bucket-header .weui-navbar {
  background-color: transparent;
}
.bucket .weui-navbar__item {
  padding: 10px;
  background-color: transparent;
  font-size: 14px;
}
.bucket .weui-navbar__item:after {
  border-right: 3px solid #262626;
}
.bucket .weui-navbar__item.weui-bar__item_on, .bucket .weui-navbar__item:active {
  background-color: #F56C6C;
  position: relative;
}
.bucket-bg {
  background-color: rgba(55, 55, 55, 0.8);
}
.bucket-item {
  position: relative;
  background-color: rgba(55, 55, 55, 0.8);
}
.bucket-item__meta {
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.bucket-item__meta .select-input {
  width: 15px;
}
.bucket-item__meta .track-name {
  max-width: 90%;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #d4d4d4;
  padding: 2px 0;
}
.bucket-item__cells {
  color: #8c8c8c;
  font-size: 12px;
  padding: 5px 10px;
}
.bucket-item__cells .weui-flex__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bucket-item__actions {
  background-color: rgba(0, 0, 0, 0.1);
  transition: max-height 0.35s ease-in-out;
  max-height: 0;
  overflow: hidden;
  border-top: 2px solid #262626;
  padding: 0 16px;
}
.bucket-item__actions .btn {
  padding: 10px;
}
.bucket-item__actions .btn i {
  font-size: 16px;
  color: #8c8c8c;
  margin-right: 5px;
}
.bucket-item.show-actions .bucket-item__actions {
  border-bottom: 2px solid #262626;
  max-height: 50px;
}
.bucket-item .weui-flex__item {
  margin-right: 5px;
}
.bucket-item .weui-flex__item:last-child {
  margin-right: 0;
}
.bucket-item__number {
  min-width: 80px;
}
.bucket-item__author {
  color: #8c8c8c;
}
.bucket-item__price {
  flex: initial;
  min-width: 30px;
}
.bucket-footer {
  padding: 5px 10px;
}
.bucket-footer .select-actions {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.bucket-footer .select-actions a {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.bucket-footer .select-actions a i {
  font-size: 20px;
  color: #ffe131;
}

.authors-items {
  padding: 10px;
  overflow: hidden;
}

.authors-carousel {
  margin-top: 10px;
  margin-right: -80px;
}
.authors-carousel .swiper-slide {
  display: flex;
  flex-direction: column;
  width: auto;
}
.authors-carousel .author-img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.authors-carousel .author-name {
  width: 100%;
  display: block;
  text-align: center;
}

.playlists-carousel, .materials-carousel {
  height: 320px;
  width: 100%;
  padding-bottom: 20px;
}

.swiper-grid .swiper-slide {
  font-size: 14px;
  height: calc((100% - 30px) / 2);
  display: flex;
  flex-direction: column;
}
.swiper-grid .cover-artwork {
  display: inline-block;
  height: 110px;
  width: 100%;
}
.swiper-grid .cover-artwork img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.swiper-grid .cover-media {
  padding: 5px 0;
  font-size: 14px;
}
.swiper-grid .cover-media__name, .swiper-grid .cover-media__user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.swiper-grid .cover-media__user {
  color: #8c8c8c;
  font-size: 12px;
}
.swiper-grid .text-link {
  width: 100%;
  height: 46px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.scroll-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scroll-menu__tit {
  white-space: nowrap;
  padding: 5px 5px 5px 0;
}
.scroll-menu__nav {
  flex: 1;
  overflow: hidden;
}

.filter-items {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
  position: relative;
}
.filter-items .swiper-slide {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #d4d4d4;
  width: auto;
}
.filter-items .swiper-slide .item-link {
  padding: 5px;
  border-radius: 0.5rem;
  line-height: 1;
}

.filter-items .active .item-link {
  background-color: #2a95ab;
}

.page-selectors .swiper-slide {
  font-size: 14px;
}
.page-selectors .page-selector {
  display: inline-flex;
  margin-right: 10px;
  width: auto;
}
.page-selectors .selector-link {
  position: relative;
  padding: 5px;
  line-height: 1;
  border-radius: 0.5rem;
}
.page-selectors .active .selector-link {
  background-color: #2a95ab;
}

.pagination-wrap {
  display: flex;
  justify-content: flex-end;
}
.pagination-wrap .pagination {
  display: flex;
  padding: 0.5rem 0;
}
.pagination-wrap .page-link {
  position: relative;
  display: block;
  padding: 0.35rem 0.5rem;
  line-height: 1.25;
  background-color: #141414;
  border: 1px solid #141414;
  margin-left: 2px;
  border-radius: 3px;
  min-width: 10px;
}
.pagination-wrap .page-item.active .page-link {
  background-color: #94d500;
  border-color: #94d500;
}
.pagination-wrap .page-item.disabled .page-link {
  background-color: #343a40;
  border-color: #343a40;
}

.breadcrumb {
  color: #ced4da;
}
.breadcrumb a {
  color: #d4d4d4;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  content: ">";
}

.bucket-authors .weui-grids, .bucket-playlists .weui-grids, .bucket-materials .weui-grids {
  margin-left: -5px;
  margin-right: -5px;
}
.bucket-authors .weui-grids:after, .bucket-authors .weui-grids:before, .bucket-playlists .weui-grids:after, .bucket-playlists .weui-grids:before, .bucket-materials .weui-grids:after, .bucket-materials .weui-grids:before {
  display: none;
}
.bucket-authors .weui-grid:after, .bucket-authors .weui-grid:before, .bucket-playlists .weui-grid:after, .bucket-playlists .weui-grid:before, .bucket-materials .weui-grid:after, .bucket-materials .weui-grid:before {
  display: none;
}

.bucket-authors .weui-media-box {
  background-color: rgba(55, 55, 55, 0.8);
}
.bucket-authors .weui-media-box_appmsg .weui-media-box__hd {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}
.bucket-authors__track a {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #8c8c8c;
}

.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);
}

.author-detail {
  height: 120px;
  position: relative;
}
.author-detail__bg, .author-detail__con {
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 10px;
  right: 0;
  overflow: hidden;
}
.author-detail__bg img {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.author-detail__info {
  flex: 1 auto;
}
.author-detail__tit {
  font-size: 15px;
}

.playlist-grids .grid-item {
  padding: 5px;
}
.playlist-grids .cover-artwork {
  width: 100%;
  height: 6.9555rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.playlist-grids .cover-artwork img {
  width: 100%;
  height: 100%;
}
.playlist-grids .cover-artwork__ft {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  line-height: 1;
  background-color: rgba(20, 20, 20, 0.7);
}
.playlist-grids .cover-artwork__ft .icon-play {
  font-size: 20px;
}
.playlist-grids .cover-media {
  font-size: 14px;
}
.playlist-grids .cover-media__name {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 多少行 */
  line-clamp: 2; /* 多少行 */
  -webkit-box-orient: vertical;
  padding: 5px 5px 0;
}

.playlist-header {
  display: flex;
}
.playlist-header .playlist-cover img {
  height: 120px;
}
.playlist-header .playlist-info, .playlist-header .playlist-cells {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}
.playlist-header .title {
  font-size: 16px;
}
.playlist-header .cell-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.playlist-header .cell-item-avatar {
  background-size: cover;
  background-position: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
}

.modal-playlist-select .weui-cells .weui-cell {
  padding: 10px 0;
}
.modal-playlist-select .weui-cells .weui-cell .weui-cell__hd {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.modal-playlist-select .weui-cells .weui-cell .weui-cell__hd i {
  font-size: 26px;
}
.modal-playlist-select .weui-cells .weui-cell .weui-cell__hd img {
  width: 40px;
}

.modal-playlist-form .weui-form__opr-area {
  margin-bottom: 30px;
  padding: 0;
  text-align: right;
}
.modal-playlist-form .weui-form__opr-area .weui-label {
  width: 80px;
}
.modal-playlist-form .weui-form__opr-area .weui-btn {
  display: inline-block;
  width: auto;
  font-size: 15px;
}

.album-detail {
  padding: 10px 0;
}
.album-detail__cover {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 10px;
}
.album-detail__tit {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.album-detail__bio {
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}

.page-orders {
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
  padding: 0 5px;
}
.page-orders .order-item {
  padding: 2px 5px;
  display: inline-block;
}
.page-orders .order-title {
  font-size: 15px;
  padding-right: 0;
}
.page-orders .order-link {
  display: inline-block;
}
.page-orders .active .order-link {
  color: #2a95ab;
}

.list-group {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.list-group-item {
  padding: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-group-item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.4);
}
.list-group-item__tit {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.list-group-item__act {
  font-size: 20px;
}
.list-group-item__act.del {
  color: #8c8c8c;
}
.list-group-item__dat {
  width: 90px;
}
.list-group-item__amt {
  width: 50px;
}
.list-group-item__sst {
  width: 50px;
}
.list-group-title {
  font-size: 15px;
}

.song-h1 {
  font-size: 12px;
  font-weight: normal;
}

.song-meta {
  margin-top: 1px;
  padding: 10px;
}

.song-actions {
  margin-top: 1px;
}
.song-actions a {
  padding: 10px 5px;
  text-align: center;
  border-right: 1px solid #262626;
}
.song-actions a:last-child {
  border-right: 0;
}

.song-player {
  margin-top: 1px;
  padding: 10px;
}
.song-player .jp-seek-bar {
  height: 60px;
  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, #8dcb04, #3bc1d9);
  background-size: cover;
  -webkit-mask: url("../../images/waveform_bg.png") no-repeat;
  -webkit-mask-size: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.song-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: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.song-player__controls .player-btn i {
  font-size: 26px;
}
.song-player__controls .jp-play, .song-player__controls .jp-pause {
  margin: 0 10px;
}
.song-player__controls .jp-play i, .song-player__controls .jp-pause i {
  font-size: 36px;
}
.song-player__controls .btn-player-mode {
  height: 40px;
  width: 40px;
}
.song-player__controls .btn-player-shuffle {
  background: url(../images/list_ico.png) -297px 2px no-repeat;
}
.song-player__controls .btn-player-shuffle:hover {
  background-position: -297px -45px;
}
.song-player__controls .btn-player-one {
  background: url(../images/list_ico.png) -358px 2px no-repeat;
}
.song-player__controls .btn-player-one:hover {
  background-position: -358px -45px;
}
.song-player__controls .btn-player-loop {
  background: url(../images/list_ico.png) -174px 2px no-repeat;
}
.song-player__controls .btn-player-loop:hover {
  background-position: -174px -45px;
}
.song-player__tracks {
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.song-player__nav {
  overflow: hidden;
  margin: 5px 5px 10px 5px;
}
.song-player__nav .menu-item {
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
  line-height: 1;
}
.song-player__nav .menu-item.active {
  background-color: #2a95ab;
}
.song-player__lists .group-wrap {
  height: 366px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.song-player__lists .group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
}
.song-player__lists .group-item.active .group-item-name {
  color: rgb(57, 193, 222);
}
.song-player__lists .group-item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.4);
}
.song-player__lists .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__lists .group-item-del {
  font-size: 18px;
  color: #8c8c8c;
}
.song-player__lists .group-item-del::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\F622";
}
.song-player__lists .group-footer {
  display: flex;
  padding: 10px 5px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.9);
}
.song-player__lists .group-footer label {
  display: flex;
  align-items: center;
}
.song-player__lists .group-footer .btn {
  border: 1px solid transparent;
  padding: 0.15rem 0.75rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: #d4d4d4;
  font-size: 12px;
  border-radius: 0;
}

.down-content__header {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.down-content__track {
  padding: 0.5rem 0;
  text-align: center;
}
.down-content__meta em {
  font-style: normal;
}
.down-content__msg-title {
  color: #f4f402;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  margin: 5px 0;
}

.down-content .weui-flex {
  margin: 0.425rem 0;
}

.down-error {
  padding: 0.5rem 0;
  color: #ee0000;
}

.auth-modal__close {
  font-size: 20px;
}

.auth-main__buttons {
  padding: 0 16px;
}
.auth-main__buttons .weui-btn {
  width: 100%;
  background-color: #2a95ab;
  font-weight: normal;
}
.auth-main .form_vcode .weui-label {
  width: 4em;
}
.auth-main__footer {
  padding: 16px;
}

.bucket-acc {
  padding: 15px;
  background-color: rgba(55, 55, 55, 0.8);
}

.acc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #111111;
  border-radius: 5px;
}
.acc-header .avatar-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.acc-header .acc-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.user-navbar {
  display: flex;
  flex-direction: column;
}
.user-navbar__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 5px 0;
  border-radius: 3px;
}
.user-navbar__hd {
  flex: 1;
}

.acc-stats {
  display: flex;
}
.acc-stats__item {
  flex: 1;
  text-align: center;
}

.vertical-actions {
  display: flex;
  flex-direction: column;
}
.vertical-actions .btn-action {
  flex: 1;
  width: 36px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.playlists-panel .action-more {
  font-size: 22px;
  display: inline-block;
  text-align: center;
  padding: 8px;
}

.dropzone-click .weui-loading {
  display: none;
}

.btn-loading .weui-loading {
  display: inline-block;
}

.weui-flex__stat {
  color: #ffff00;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.acc-panel-header {
  margin-bottom: 2px;
}
.acc-panel-tab {
  margin-right: 2px;
  padding: 5px 15px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
}
.acc-panel-tab.active {
  background-color: #F56C6C;
}
.acc-panel .list-group-item {
  padding: 10px;
  white-space: inherit;
}

.avatar-grids {
  position: relative;
  overflow: hidden;
}
.avatar-grids .col {
  position: relative;
  float: left;
  padding: 5px;
  width: 25%;
  box-sizing: border-box;
}
.avatar-grids .avatars-img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.avatar-grids input {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.list-form .list-group-item {
  display: flex;
}
.list-form .form-label {
  min-width: 80px;
  text-align: right;
  line-height: 31px;
}
.list-form .form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.list-form .form-control {
  width: auto;
}
.list-form .form-control-text {
  line-height: 31px;
}
.list-form .invalid-feedback {
  display: block;
  line-height: 18px;
}

.address-item {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 10px;
}
.address-item__ren, .address-item__dec {
  color: #8c8c8c;
}
.address-item__det {
  font-size: 15px;
}
.address-item__act {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}