/*----------------------------------------
[Master Stylesheet]

Project:	Volna HTML Template
Version:	1.0
Primary use:	Volna HTML Template
----------------------------------------*/
/*----------------------------------------
[Table of contents]

1. Fonts
2. Common styles
3. Header
4. Sidebar
5. Player
6. Main
7. Breadcrumb
8. Profile
9. Hero
10. Album
11. Releases
12. Store-item
13. Artist
14. Event
15. Single
16. Post
17. Live
18. Product
19. Partners
20. Stats
21. Dashbox
22. Feature
23. Step
24. Plan
25. Contacts
26. Cart
27. Article
28. Share
29. Comments
30. Footer
31. Sign
32. Page 404
33. Modal
34. Slider radio
35. Select2
36. Scrollbar-track
----------------------------------------*/
/*==============================
	Fonts
==============================*/
@import url("css2-OpenSanswght400600_Interwgh.css");
/*==============================
	Common styles
==============================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #16151a;
  -webkit-font-smoothing: antialiased;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
  cursor: pointer;
}
button:focus {
  outline: none;
}
a {
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #fff;
  color: #222227;
  text-shadow: none;
}
::selection {
  background: #fff;
  color: #222227;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
:-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
body::-webkit-scrollbar {
  width: 16px;
}
body::-webkit-scrollbar-track {
  background: #222227;
}
body::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  outline: 1px solid #222227;
}
.tab-content {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  transition: opacity 0.4s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
:focus-visible {
  outline: 0px dotted;
}
.row--grid {
  margin-right: -10px;
  margin-left: -10px;
}
.row--grid .col-6,
.row--grid .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .row--grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row--grid .col-6,
  .row--grid .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row--sidebar {
  margin-right: -10px;
  margin-left: -10px;
}
.row--sidebar .col-6,
.row--sidebar .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.owl-carousel .owl-item {
  -webkit-transform: none;
}
/*==============================
	Header
==============================*/
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 70px;
  background-color: #16151a;
  border-bottom: 1px solid #222227;
  z-index: 101;
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0 15px;
}
.header__logo {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  width: 100%;
}
.header__logo img {
  width: 100px;
  height: auto;
  display: block;
}
.header__actions {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 40px;
}
.header__action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 24px;
  position: relative;
  margin-left: 15px;
}
.header__action:first-child {
  margin-left: 0;
}
.header__action--cart span,
.header__action--note span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 16px;
  min-width: 16px;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #25a56a;
  position: absolute;
  top: 1px;
  left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  pointer-events: none;
}
.header__action--cart span:empty,
.header__action--note span:empty {
  display: none;
}
.header__action--note a svg,
.header__action--note button svg {
  width: 22px;
}
.header__action--note span {
  background-color: #2f80ed;
}
.header__action--cart .header__drop {
  display: none;
}
.header__action:hover .header__drop {
  pointer-events: auto;
  opacity: 1;
  z-index: 99;
  margin-top: 0;
}
.header__action-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 100%;
}
.header__action-btn span {
  display: none;
}
.header__action-btn svg {
  width: 24px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.header__action-btn:hover svg {
  fill: #fff;
}
.header__btn {
  position: absolute;
  width: 24px;
  height: 22px;
  display: block;
  right: 15px;
  top: 24px;
}
.header__btn span {
  position: absolute;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #c0c0c0;
  border-radius: 2px;
  transition: 0.5s ease;
}
.header__btn span:first-child {
  top: 0;
}
.header__btn span:nth-child(2) {
  top: 10px;
  width: 16px;
}
.header__btn span:last-child {
  top: 20px;
  width: 8px;
}
.header__btn:hover span {
  background-color: #25a56a;
}
.header__btn--active span {
  background-color: #25a56a;
}
.header__btn--active span:first-child {
  transform: rotate(-45deg);
  top: 9px;
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.header__btn--active span:last-child {
  width: 24px;
  transform: rotate(45deg);
  top: 9px;
}
.header__search {
  position: absolute;
  left: 0;
  top: -71px;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #16151a;
  z-index: 1;
  padding: 0 15px;
  border-bottom: 1px solid #222227;
  transition: top 0.5s ease;
}
.header__search input {
  width: calc(100% - 30px);
  height: 40px;
  background-color: #222227;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
}
.header__search input:focus {
  border-color: #fff;
}
.header__search button {
  position: absolute;
  right: 60px;
  top: 15px;
  height: 40px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__search button svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
  transition: 0.5s ease;
}
.header__search button:hover svg {
  fill: #25a56a;
}
.header__search button.close {
  right: 15px;
}
.header__search--active {
  top: 0;
}
.header__nav {
  display: none;
}
.header__drop {
  position: absolute;
  top: 100%;
  right: -15px;
  background-color: #222227;
  padding: 15px;
  border-radius: 12px;
  width: 200px;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  transition: 0.4s ease;
  margin-top: -5px;
}
.header__note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header__note:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header__note svg {
  width: 16px;
  height: auto;
  margin-right: 5px;
  fill: #c0c0c0;
}
.header__note p {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: calc(100% - 25px);
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.header__note p a {
  color: #fff;
  text-decoration: underline;
}
.header__note p a:hover {
  color: #fff;
  text-decoration: none;
}
.header__note span {
  padding: 0;
  font-size: 12px;
  color: #c0c0c0;
  position: relative;
  background-color: transparent;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.header__note--succ svg {
  fill: #25a56a;
}
.header__note--fail svg {
  fill: #eb5757;
}
.header__note--info svg {
  fill: #c0c0c0;
}
.header__note--gift svg {
  fill: #8051d4;
}
.header__product {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
  padding-left: 56px;
}
.header__product button {
  position: absolute;
  width: 14px;
  bottom: 5px;
  right: 0;
}
.header__product button svg {
  width: 14px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.4s ease;
}
.header__product button:hover svg {
  fill: #25a56a;
}
.header__product img {
  width: 46px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.header__product p {
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.header__product p a {
  color: #fff;
}
.header__product p a:hover {
  color: #25a56a;
}
.header__product span {
  padding: 0;
  font-size: 14px;
  color: #c0c0c0;
  position: relative;
  background-color: transparent;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
  line-height: 100%;
}
.header__product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header__all {
  display: none;
}
@media (min-width: 400px) {
  .header__action {
    margin-left: 20px;
  }
  .header__action:first-child {
    margin-left: 0;
  }
  .header__actions {
    margin-right: 44px;
  }
}
@media (min-width: 576px) {
  .header__action--signin {
    width: auto;
    padding-left: 22px;
  }
  .header__action--signin:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 24px;
    background-color: #222227;
    top: 50%;
    left: 0;
    margin-top: -11px;
  }
  .header__action--signin:hover a span,
  .header__action--signin:hover button span {
    color: #fff;
  }
  .header__action--signin:hover a svg,
  .header__action--signin:hover button svg {
    fill: #25a56a;
  }
  .header__action-btn span {
    display: block;
    white-space: nowrap;
    color: #c0c0c0;
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Inter', sans-serif;
    transition: color 0.5s ease;
  }
  .header__content {
    padding: 0 30px;
  }
  .header__search {
    padding: 0 30px;
  }
  .header__search button {
    right: 75px;
  }
  .header__search button.close {
    right: 30px;
  }
  .header__btn {
    right: 30px;
  }
  .header__drop {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .header__action {
    /* margin-left: 30px; */
  }
  .header__action--signin {
    /* padding-left: 32px; */
  }
}
@media (min-width: 1200px) {
  .header {
    position: relative;
    padding-left: 280px;
  }
  .header--mobile {
    display: none;
  }
  .header__logo,
  .header__btn {
    display: none;
  }
  .header__actions {
    margin-right: 0;
  }
  .header__action--search {
    display: none;
  }
  .header__action--cart .header__drop {
    display: block;
  }
  .header__search {
    position: relative;
    top: auto;
    left: auto;
    width: 320px;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .header__search input {
    padding: 0 60px 0 20px;
    width: 100%;
  }
  .header__search button {
    right: 20px;
  }
  .header__search button.close {
    display: none;
  }
  .header__search--active {
    top: auto;
  }
  .header__nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 60px;
  }
  .header__nav a {
    font-size: 16px;
    color: #c0c0c0;
    margin-right: 30px;
    font-family: 'Inter', sans-serif;
  }
  .header__nav a:last-child {
    margin-right: 0;
  }
  .header__nav a:hover {
    color: #25a56a;
  }
  .header__all {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    color: #c0c0c0;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
    height: 24px;
    border-radius: 8px 8px 0 0;
  }
  .header__all:hover {
    color: #25a56a;
  }
}
.sort_active{
	color: #fff!important;
    background-color: #25a56a;
}
.pages{
	display:flex;
	align-items:center;
	justify-content: center;
	margin: 40px auto 0;
}
.pages .layui-laypage-prev{
	border-radius: 12px 0 0 12px!important;
}
.pages .layui-laypage-next{
	border-radius: 0 12px 12px 0!important;
}
.pages .layui-laypage a{
	background:#222227;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0 18px;
	border: 1px solid #222227;
}
.pages .on{
	background-color: #25a56a!important;
    border: 1px solid #25a56a;
    color: #fff;

    border-radius: 2px;
}
.scroll-content{
	/*-webkit-transform: unset!important;
	transform: unset!important;*/
}
/*==============================
	Sidebar
==============================*/
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #16151a;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
  width: 280px;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  border-right: 1px solid #222227;
}
.sidebar__logo {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  width: 100%;
  padding: 0 30px 0 15px;
  border-bottom: 1px solid #222227;
}
.sidebar__logo img {
  width: 100px;
  height: auto;
  display: block;
}
.sidebar__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 30px 0 0;
  width: 100%;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.sidebar__nav-link {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #c0c0c0;
  font-family: 'Inter', sans-serif;
  margin-left: 15px;
  transition: 0.4s ease;
  position: relative;
}
.sidebar__nav-link svg {
  fill: #c0c0c0;
  width: 22px;
  height: auto;
  transition: fill 0.5s;
  margin-right: 12px;
  margin-bottom: 2px;
}
.sidebar__nav-link svg:last-child {
  width: 16px;
  margin-right: 0;
  margin-top: 3px;
  margin-left: 2px;
  margin-bottom: 0;
}
.sidebar__nav-link:hover {
  color: #fff;
}
.sidebar__nav-link:hover svg {
  fill: #25a56a;
}
.sidebar__nav-link--active,
.sidebar__nav-link[aria-expanded="true"] {
  color: #fff;
}
.sidebar__nav-link--active svg,
.sidebar__nav-link[aria-expanded="true"] svg {
  fill: #25a56a;
}
.sidebar__nav-link--active:hover svg,
.sidebar__nav-link[aria-expanded="true"]:hover svg {
  fill: #25a56a;
}
.sidebar__nav-link[aria-expanded="true"] {
  margin-bottom: 15px;
}
.sidebar__nav-link--active {
  cursor: default;
}
.sidebar__nav-item {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.sidebar__nav-item:last-child {
  margin-bottom: 0;
}
.sidebar__menu {
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  background-color: #222227;
  transition: 0.4s ease;
  height: auto;
}
.sidebar__menu--scroll,.sidebar__menu--scroll1,.sidebar__menu--scroll2,.sidebar__menu--scroll3 {
  height: 165px;
  overflow: hidden;
}
.sidebar__menu li {
  padding: 0 0 0 49px;
  margin-bottom: 15px;
  position: relative;
}
.sidebar__menu li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #25a56a;
  top: 50%;
  left: 25px;
  margin-top: -2px;
}
.sidebar__menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.sidebar__menu li:last-child:before {
  top: 11px;
}
.sidebar__menu li:first-child {
  margin-top: 0;
  padding-top: 20px;
}
.sidebar__menu li:first-child:before {
  top: 31px;
}
.sidebar__menu a {
  font-size: 14px;
  color: #c0c0c0;
  display: block;
  font-weight: 400;
}
.sidebar__menu a:hover {
  color: #25a56a;
}
.sidebar__menu a.active {
  color: #25a56a;
  cursor: default;
}
.sidebar--active {
  transform: translateX(0);
}
@media (min-width: 576px) {
  .sidebar__logo {
    padding: 0 30px;
  }
  .sidebar__nav-link {
    margin-left: 30px;
  }
  .sidebar__menu li {
    padding: 0 0 0 64px;
  }
  .sidebar__menu li:before {
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    transform: translateX(0);
  }
  .sidebar__nav {
    max-height: calc(100vh - 332px);
  }
}
/*==============================
	Player
==============================*/
.player {
  position: fixed;
  z-index: 102;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #16151a;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #222227;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
.player__cover {
  width: 100%;
  max-width: 90px;
}
.player__cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin-bottom: 10px;
}
.player__track {
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #c0c0c0;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.player__track b {
  font-weight: 600;
  color: #fff;
}
.player__content {
  width: 100%;
}
.player__btn {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #16151a;
  border-radius: 12px 12px 0 0;
  height: 40px;
  width: 90px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 103;
  color: #fff;
  font-size: 14px;
  border: 1px solid #222227;
  border-bottom: none;
}
.player__btn svg {
  width: 18px;
  height: auto;
  fill: #25a56a;
  margin-right: 8px;
}
.player--active {
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .player {
    width: 278px;
    padding: 20px 30px;
    transform: translateY(0);
  }
  .player__btn {
    display: none;
  }
}
.plyr__control {
  padding: 0;
}
.plyr__control svg {
  width: 24px;
  height: 24px;
  transition: fill 0.4s ease;
}
.plyr__control:hover {
  background-color: transparent !important;
}
.plyr__control:hover svg {
  fill: #25a56a;
}
.plyr__controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.plyr__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.plyr__actions button {
  margin: 0 5px;
}
.plyr__tooltip {
  background-color: #222227;
  box-shadow: none;
  color: #fff;
  font-size: 14px !important;
}
.plyr__tooltip:before {
  border-top-color: #222227;
}
.plyr__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.plyr__time {
  margin-left: 10px;
  color: #c0c0c0;
  font-size: 14px;
  line-height: 100%;
}
.plyr__volume {
  margin-right: auto;
}
.plyr__progress {
  width: 100%;
}
.plyr--audio .plyr__controls {
  padding: 0;
  color: #fff;
  background-color: transparent;
}
.plyr--full-ui input[type="range"] {
  color: #25a56a;
}
/*==============================
	Main
==============================*/
.main {
  position: relative;
  margin-top: 70px;
  padding: 20px 0 60px;
}
.main__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 60px;
}
.main__title h1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 0;
  position: relative;
}
.main__title h1 b {
  font-weight: 500;
}
.main__title h1 a {
  color: #fff;
}
.main__title h1 a:hover {
  color: #25a56a;
}
.main__title h2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
}
.main__title h2 svg {
  width: 26px;
  height: auto;
  fill: #25a56a;
  margin-right: 10px;
}
.main__title h2 b {
  font-weight: 500;
}
.main__title h2 a {
  color: #fff;
}
.main__title h2 a:hover {
  color: #25a56a;
}
.main__title h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 100%;
  position: relative;
}
.main__title p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  margin-top: 20px;
  margin-bottom: 0;
}
.main__title p b {
  font-weight: 600;
}
.main__title p a {
  color: #25a56a;
  text-decoration: underline;
}
.main__title p a:hover {
  text-decoration: none;
}
.main__title ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  margin-bottom: 0;
}
.main__title ol ol {
  padding-left: 15px;
  margin-top: 10px;
}
.main__title ol ol ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main__title ol ol ol li {
  margin-top: 5px;
}
.main__title ol h4 {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
.main__title ol li {
  font-size: 16px;
  line-height: 24px;
  color: #c0c0c0;
  position: relative;
}
.main__title ol li b {
  font-weight: 600;
  color: #c0c0c0;
}
.main__title ol li a {
  color: #eb5757;
}
.main__title ol li a:hover {
  color: #eb5757;
  text-decoration: underline;
}
.main__title ol li:last-child {
  margin-bottom: 0;
}
.main__title ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.main__title--page {
  margin-bottom: 0;
  margin-top: 50px;
}
.main__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #c0c0c0;
  font-weight: 400;
}
.main__link svg {
  width: 22px;
  height: auto;
  fill: #c0c0c0;
  margin-left: 5px;
  transition: fill 0.5s ease;
}
.main__link:hover {
  color: #fff;
}
.main__link:hover svg {
  fill: #25a56a;
}
.main__carousel-wrap {
  position: relative;
}
.main__carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.main__carousel .owl-dot {
  margin-right: 10px;
}
.main__carousel .owl-dot:last-child {
  margin-right: 0;
}
.main__carousel .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  background-color: #c0c0c0;
  transition: 0.5s ease;
}
.main__carousel .owl-dot.active span {
  width: 20px;
  background-color: #25a56a;
}
.main__nav {
  display: none;
}
.main__list {
  margin-top: 20px;
}
.main__list--dashbox {
  margin-top: 0;
}
.main__list--dashbox .single-item__title {
  max-width: 80px;
}
.main__list--dashbox .single-item__time {
  font-size: 12px;
}
.main__filter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #16151a;
  position: relative;
}
.main__filter:before {
  content: '';
  position: absolute;
  display: block;
  left: -15px;
  right: -15px;
  width: auto;
  top: 0;
  border-top: 1px solid #222227;
  border-bottom: 1px solid #222227;
  bottom: 0;
  background-color: #16151a;
}
.main__filter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.main__filter-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.main__filter-search input {
  width: 100%;
  height: 40px;
  background-color: #222227;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  border: none;
  padding: 0 60px 0 20px;
  font-family: 'Inter', sans-serif;
}
.main__filter-search input:focus {
  border-color: #222227;
}
.main__filter-search button {
  position: absolute;
  right: 20px;
  top: 0;
  height: 40px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main__filter-search button svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
  transition: 0.5s ease;
}
.main__filter-search button:hover svg {
  fill: #25a56a;
}
.main__load {
  width: 160px;
  height: 50px;
  border-radius: 12px;
  background-color: #25a56a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin: 30px auto 0;
}
.main__load:hover {
  color: #25a56a;
  background-color: #222227;
}
.main__tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.main__tabs li {
  margin-top: 15px;
  margin-right: 15px;
}
.main__tabs li:last-child {
  margin-right: 0;
}
.main__tabs a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  color: #c0c0c0;
  font-size: 17px;
}
.main__tabs a span {
  font-size: 15px;
  font-weight: 600;
  margin-right: 3px;
  margin-top: 3px;
  color: #c0c0c0;
  transition: color 0.5s ease;
}
.main__tabs a:hover {
  color: #fff;
}
.main__tabs a.active {
  color: #fff;
}
.main__tabs a.active span {
  color: #25a56a;
}
.main__table {
  width: 100%;
  min-width: 520px;
  border-spacing: 0;
}
.main__table thead {
  border-bottom: 1px solid #222227;
}
.main__table thead th {
  font-size: 14px;
  color: #c0c0c0;
  font-weight: 400;
  padding: 0 10px 20px 0;
  line-height: 100%;
  margin-bottom: 0;
  border: none;
}
.main__table thead th a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #c0c0c0;
}
.main__table thead th a svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.main__table thead th a:hover {
  color: #fff;
}
.main__table thead th a:hover svg {
  fill: #25a56a;
}
.main__table thead th a.active {
  color: #fff;
}
.main__table thead th a.active svg {
  width: 16px;
  fill: #25a56a;
}
.main__table tbody tr {
  border-bottom: none;
  background-color: transparent;
  border-top: 1px solid #222227;
}
.main__table tbody td {
  padding: 0;
  background-color: transparent;
  border: 0px solid transparent;
}
.main__table tbody td:first-child .main__table-text {
  border-radius: 12px 0 0 12px;
}
.main__table tbody td:last-child .main__table-text,
.main__table tbody td:last-child .main__table-btns {
  border-radius: 0 12px 12px 0;
}
.main__table tbody td .main__table-text {
  background-color: transparent;
  padding: 15px 20px 15px 0;
}
.main__table-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  font-weight: 400;
  line-height: 30px;
  padding: 20px;
  white-space: nowrap;
}
.main__table-text svg {
  width: 18px;
  height: auto;
  transition: fill 0.5s ease;
  fill: #c0c0c0;
  margin-right: 5px;
}
.main__table-text a {
  font-size: 16px;
  color: #fff;
}
.main__table-text a:hover {
  color: #25a56a;
}
.main__table-text--number a {
  font-size: 14px;
  line-height: 22px;
  border-bottom: 2px dashed #25a56a;
}
.main__table-text--price {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #c0c0c0;
  font-size: 16px;
}
.main__table-text--red {
  color: #eb5757;
}
.main__table-text--red svg {
  fill: #eb5757;
}
.main__table-text--green {
  color: #25a56a;
}
.main__table-text--green svg {
  fill: #25a56a;
}
.main__table-text--grey {
  color: #c0c0c0;
}
.main__table-img {
  width: 100px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px 20px 15px 0;
}
.main__table-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (min-width: 400px) {
  .main__list--dashbox .single-item__title {
    max-width: 110px;
  }
}
@media (min-width: 576px) {
  .main {
    padding: 20px 15px 50px;
  }
  .main__list--dashbox .single-item__title {
    max-width: 150px;
  }
  .main__list--dashbox .single-item__time {
    font-size: 14px;
  }
  .main__filter:before {
    left: -30px;
    right: -30px;
  }
}
@media (min-width: 768px) {
  .main {
    padding: 30px 15px 70px;
  }
  .main__title {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .main__title h1 {
    font-size: 36px;
  }
  .main__title h2 {
    font-size: 30px;
  }
  .main__title h2 svg {
    width: 30px;
  }
  .main__title p:last-child {
    margin-bottom: 10px;
  }
  .main__title--sidebar {
    margin-bottom: 10px;
  }
  .main__carousel .owl-dots {
    margin-top: 30px;
  }
  .main__list {
    margin-top: 30px;
  }
  .main__list--dashbox {
    margin-top: 0;
  }
  .main__filter {
    padding: 0;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    height: 70px;
  }
  .main__filter-wrap {
    padding: 0;
  }
  .main__load {
    margin: 40px auto 0;
  }
  .main__tabs li {
    margin-top: 20px;
    margin-right: 20px;
  }
  .main__tabs li:last-child {
    margin-right: 0;
  }
  .main__filter-search {
    margin-bottom: 0;
    width: 180px;
    margin-right: 30px;
  }
  .main__filter-search input {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .main__filter-search {
    margin-bottom: 0;
    width: 250px;
  }
  .main__filter-search input {
    width: 250px;
  }
  .main__title--sidebar {
    margin-top: 30px;
  }
  .main__list--dashbox .single-item__title {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 0 15px 70px 295px;
    margin-top: 0;
  }
  .main__carousel .owl-dots {
    justify-content: flex-end;
    padding-right: 68px;
  }
  .main__nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    right: 0;
    bottom: -14px;
    z-index: 2;
  }
  .main__nav svg {
    width: 30px;
    height: auto;
    fill: #c0c0c0;
    transition: fill 0.5s ease;
  }
  .main__nav:hover svg {
    fill: #25a56a;
  }
  .main__nav--prev {
    right: 25px;
  }
  .main__nav--next {
    right: -5px;
  }
  .main__nav--hero {
    bottom: 15px;
  }
  .main__nav--hero svg {
    fill: #fff;
  }
  .main__nav--hero.main__nav--prev {
    right: 95px;
  }
  .main__nav--hero.main__nav--next {
    right: 65px;
  }
  .main__nav--hero:hover svg {
    fill: #25a56a;
  }
  .main__filter {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
    border: none;
  }
  .main__filter-search {
    margin-bottom: 0;
    width: 220px;
  }
  .main__filter-search input {
    width: 220px;
  }
}
/*==============================
	Breadcrumb
==============================*/
.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.breadcrumb__item {
  font-size: 14px;
  color: #c0c0c0;
  transition: 0.5s ease;
  position: relative;
  margin-right: 34px;
}
.breadcrumb__item:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 1px;
  bottom: 0;
  width: 34px;
  background: url("../image/breadcrumb.svg") no-repeat center/16px auto;
}
.breadcrumb__item:hover {
  color: #c0c0c0;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}
.breadcrumb__item:last-child:before {
  display: none;
}
.breadcrumb__item--active {
  cursor: default;
  margin-right: 0;
}
.breadcrumb__item--active:before {
  display: none;
}
.breadcrumb__item--active:hover {
  color: #c0c0c0;
}
.breadcrumb a {
  color: #c0c0c0;
}
.breadcrumb a:hover {
  color: #25a56a;
}
@media (min-width: 1200px) {
  .breadcrumb {
    margin-top: 25px;
  }
  .breadcrumb--hidden-desk {
    display: none;
  }
}
/*==============================
	Profile
==============================*/
.profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #16151a;
  padding: 20px 20px 0;
  border-radius: 12px;
  position: relative;
  margin-top: 20px;
  border: 1px solid #222227;
}
.profile__tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.profile__tabs li {
  margin-right: 20px;
}
.profile__tabs li:last-child {
  margin-right: 0;
}
.profile__tabs a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  color: #c0c0c0;
  position: relative;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}
.profile__tabs a:hover {
  color: #fff;
}
.profile__tabs a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-color: #25a56a;
  transition: 0.5s ease;
  transform: translateY(2px);
  opacity: 0;
  border-radius: 2px 2px 0 0;
}
.profile__tabs a.active {
  color: #fff;
  cursor: default;
}
.profile__tabs a.active:before {
  opacity: 1;
  transform: translateY(0);
}
.profile__logout {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
.profile__logout span {
  display: none;
  font-size: 16px;
  color: #c0c0c0;
  margin-right: 10px;
  transition: 0.5s ease;
  font-family: 'Inter', sans-serif;
}
.profile__logout svg {
  fill: #c0c0c0;
  width: 24px;
  height: auto;
  transition: fill 0.5s ease;
}
.profile__logout:hover span {
  color: #fff;
}
.profile__logout:hover svg {
  fill: #25a56a;
}
.profile__user {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.profile__meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.profile__meta h3 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
  line-height: 100%;
}
.profile__meta span {
  color: #c0c0c0;
  font-size: 12px;
  line-height: 100%;
}
.profile__avatar {
  display: block;
  position: relative;
  width: 40px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 15px;
}
.profile__avatar img {
  width: 100%;
}
@media (min-width: 768px) {
  .profile {
    margin-top: 30px;
    padding: 0 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .profile__tabs {
    border-bottom: none;
    margin-bottom: 0;
    width: auto;
    margin-right: auto;
  }
  .profile__tabs li {
    margin-right: 30px;
  }
  .profile__tabs li:last-child {
    margin-right: 0;
  }
  .profile__tabs a {
    align-items: center;
    height: 70px;
    font-size: 16px;
  }
  .profile__user {
    margin-bottom: 0;
    margin-right: 60px;
  }
  .profile__logout {
    position: relative;
    top: auto;
    right: auto;
  }
  .profile__logout span {
    display: block;
  }
}
/*==============================
	Hero
==============================*/
.hero {
  display: block;
  width: 100%;
}
.hero .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.hero .owl-dot {
  margin-right: 10px;
}
.hero .owl-dot:last-child {
  margin-right: 0;
}
.hero .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  background-color: #c0c0c0;
  transition: 0.5s ease;
}
.hero .owl-dot.active span {
  width: 20px;
  background-color: #25a56a;
}
.hero .owl-stage-outer {
  border-radius: 12px;
}
.hero__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px 20px;
  position: relative;
}
.hero__slide:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.hero__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
  line-height: 130%;
}
.hero__text {
  position: relative;
  z-index: 2;
  color: #c0c0c0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 15px;
}
.hero__btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.hero__btn {
  width: auto;
  min-width: 120px;
  height: 50px;
  border-radius: 12px;
  background-color: #222227;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding: 0 20px;
  margin-top: 20px;
  margin-right: 20px;
}
.hero__btn svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.hero__btn:last-child {
  margin-right: 0;
}
.hero__btn:hover {
  color: #25a56a;
}
.hero__btn--video {
  text-transform: none;
  font-size: 16px;
}
.hero__btn--video svg {
  fill: #25a56a;
  width: 28px;
  height: auto;
  margin-right: 10px;
  transition: fill 0.5s ease;
}
.hero__btn--video:hover {
  background-color: #25a56a;
  color: #fff;
}
.hero__btn--video:hover svg {
  fill: #fff;
}
.hero__btn--green {
  background-color: #25a56a;
  color: #fff;
}
.hero__btn--green:hover {
  background-color: #222227;
  color: #25a56a;
}
@media (min-width: 576px) {
  .hero__slide {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .hero .owl-dots {
    margin-top: 30px;
  }
  .hero__slide {
    padding: 40px 30px;
    padding-right: 10%;
    min-height: 460px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__btn {
    margin-top: 30px;
    margin-right: 30px;
    min-width: 160px;
    padding: 0 25px;
  }
  .hero__btn:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .hero__slide {
    padding-right: 25%;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-top: 30px;
  }
  .hero .owl-dots {
    justify-content: flex-end;
    margin-top: -34px;
    margin-bottom: 30px;
    padding-right: 124px;
    z-index: 2;
  }
  .hero .owl-dot span {
    background-color: rgba(255,255,255,0.6);
  }
  .hero .owl-dot.active span {
    background-color: #fff;
  }
  .hero__title {
    font-size: 44px;
  }
  .hero__text {
    font-size: 17px;
    line-height: 28px;
  }
  .hero__btn {
    margin-top: 40px;
  }
  .hero__slide {
    padding: 60px;
    padding-right: 33%;
  }
}
@media (min-width: 1900px) {
  .hero__slide {
    padding-right: 50%;
  }
}
/*==============================
	Album
==============================*/
.album {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
}
.album__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}
.album__cover img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 0.5s ease;
}
.album__cover a {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  border-radius: 12px;
  background-color: #222227;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s ease;
  border: 1px solid rgba(255,255,255,0.05);
}
.album__cover a svg {
  fill: #fff;
  width: 24px;
  height: auto;
  margin: 1px 0 0 1px;
  transition: fill 0.5s ease;
}
.album__cover a:hover svg {
  fill: #25a56a;
}
.album__cover:hover img {
  opacity: 0.6;
  transform: scale(1.08);
}
.album__cover:hover a {
  opacity: 1;
  transform: scale(1);
}
.album__cover:hover .album__stat {
  opacity: 1;
  transform: scale(1);
}
.album__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.album__title h3 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.album__title h3 a {
  color: #fff;
}
.album__title h3 a:hover {
  color: #25a56a;
}
.album__title span {
  display: block;
  width: 100%;
  color: #c0c0c0;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.album__title span a {
  color: #c0c0c0;
}
.album__title span a:hover {
  color: #25a56a;
}
.album__stat {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s ease;
}
.album__stat span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
}
.album__stat span:last-child {
  margin-right: 0;
}
.album__stat svg {
  width: 14px;
  height: auto;
  fill: #fff;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .album {
    margin-top: 30px;
  }
  .album--sidebar {
    margin-top: 20px;
  }
  .album__stat {
    font-size: 13px;
  }
  .album__stat span {
    margin-right: 20px;
  }
  .album__stat span:last-child {
    margin-right: 0;
  }
  .album__stat svg {
    width: 16px;
  }
}
/*==============================
	Releases
==============================*/
.release {
  margin-top: 20px;
  border: 1px solid #222227;
  background-color: #16151a;
  padding: 20px;
  border-radius: 12px;
  position: release;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.release__cover {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.release__cover img {
  width: 100%;
}
.release__list {
  position: relative;
  height: 330px;
  width: 100%;
  overflow: hidden;
  padding-right: 14px;
  margin-top: 20px;
}
.release__stat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #c0c0c0;
  font-size: 14px;
  transition: 0.5s ease;
  width: 100%;
  margin-top: 15px;
}
.release__stat span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}
.release__stat span:last-child {
  margin-right: 0;
}
.release__stat svg {
  width: 20px;
  height: auto;
  fill: #25a56a;
  margin-right: 5px;
}
.release__buy {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  background-color: #25a56a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  float: left;
  margin: 20px 0 0 1%;
  width: 32%;
}
.play__but svg:last-child{
	opacity:1!important;
}
.play__but svg{
	position:inherit!important;
	
}
.fav__but{
	background:#eb5757;
}
.release__buy svg {
  fill: #fff;
  width: 25px;
  height: auto;
  margin-right: 7px;
}
.release__buy:hover {
  background-color: #222227;
  color: #fff;
}
@media (min-width: 768px) {
  .release {
    flex-direction: row;
    margin-bottom: 10px;
  }
  .release__list {
    margin-top: 0;
    width: calc(100% - 250px);
  }
  .release__content {
    width: 230px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .release__list {
    width: calc(100% - 310px);
    height: 388px;
  }
  .release__content {
    width: 290px;
  }
}
/*==============================
	Store-item
==============================*/
.store-item {
  margin-top: 20px;
  border: 1px solid #222227;
  background-color: #16151a;
  padding: 20px;
  border-radius: 12px;
  position: release;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.store-item__cover {
  display: block;
  position: release;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.store-item__cover img {
  width: 100%;
}
.store-item__description {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.store-item__buy {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: #25a56a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding: 0 25px;
  margin-top: 15px;
}
.store-item__buy svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.store-item__buy:hover {
  background-color: #222227;
  color: #fff;
}
.store-item__content {
  width: 100%;
  display: block;
}
.store-item__carousel {
  position: relative;
  width: 100%;
}
.store-item__carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.store-item__carousel .owl-dot {
  margin-right: 10px;
}
.store-item__carousel .owl-dot:last-child {
  margin-right: 0;
}
.store-item__carousel .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  background-color: #c0c0c0;
  transition: 0.5s ease;
}
.store-item__carousel .owl-dot.active span {
  width: 20px;
  background-color: #25a56a;
}
@media (min-width: 768px) {
  .store-item {
    flex-direction: row;
  }
  .store-item__description {
    margin-top: 0;
    width: calc(100% - 250px);
  }
  .store-item__content {
    width: 230px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .store-item__description {
    width: calc(100% - 310px);
  }
  .store-item__content {
    width: 290px;
  }
}
/*==============================
	Artist
==============================*/
.artist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.artist__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.artist__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(37,165,106,0.8) 0%, rgba(37,165,106,0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.artist__cover img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.artist__title {
  z-index: 3;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  transition: color 0.5s ease;
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.artist:hover .artist__cover:before {
  opacity: 0.3;
}
.artist:hover .artist__title {
  color: #25a56a;
}
@media (min-width: 768px) {
  .artist {
    margin-top: 30px;
  }
}
/*==============================
	Event
==============================*/
.event {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  height: 200px;
}
.event:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.6;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.event__date {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display:none;
}
.event__time {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #c0c0c0;
  font-weight: 400;
  margin-bottom: 20px;
  display:none;
}
.event__title {
  position: relative;
  z-index: 2;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  margin-bottom: 5px;
  width: 100%;
}
.event__title a {
  color: #fff;
}
.event__title a:hover {
  color: #25a56a;
}
.event__address {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
}
.event__ticket {
  position: absolute;
  top: 20px;
  left: 20px;
  /*min-width: 130px;*/
  height: 40px;
  border-radius: 12px;
  background-color: #222227;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,0.05);
}
.event__ticket svg {
  width: 18px;
  height: auto;
  margin-right: 7px;
  fill: #25a56a;
  transition: fill 0.5s ease;
}
.event__ticket:hover {
  color: #fff;
  background-color: #25a56a;
  border-color: #25a56a;
}
.event__ticket:hover svg {
  fill: #fff;
}
.event__out {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 120px;
  height: 40px;
  border-radius: 12px;
  background-color: #25a56a;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding: 0 15px;
}
.event:hover:before {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .event {
    margin-top: 30px;
    height: 251px;
  }
  .event__title {
    font-size: 26px;
  }
}
/*==============================
	Single
==============================*/
.single-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222227;
  height: 58px;
}
.single-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  height: 48px;
}
.single-item__number {
  color: #c0c0c0;
  font-size: 22px;
  min-width: 20px;
  width: auto;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.single-item__rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  width: 24px;
  margin-right: 10px;
}
.single-item__rate svg {
  fill: #25a56a;
  width: 20px;
  height: auto;
}
.single-item__rate--red svg {
  fill: #eb5757;
}
.single-item__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s ease;
}
.single-item__cover img {
  width: 48px;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease;
  position: relative;
}
.single-item__cover svg {
  position: absolute;
  opacity: 0;
  fill: #fff;
  width: 24px;
  height: auto;
  margin: 1px 0 0 1px;
  transition: 0.5s ease;
}
.single-item__cover svg:last-child {
  opacity: 0;
}
.single-item__cover:hover svg {
  fill: #25a56a;
}
.single-item__cover.active {
  background-color: #000;
}
.single-item__cover.active img {
  opacity: 0.35;
}
.single-item__cover.active svg {
  fill: #25a56a;
}
.single-item__cover.pause svg {
  opacity: 1;
}
.single-item__cover.pause svg:last-child {
  opacity: 0;
}
.single-item__cover.play svg {
  opacity: 0;
}
.single-item__cover.play svg:last-child {
  opacity: 1;
}
.single-item__title {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: auto;
  width: 70%;
  overflow: hidden;
}
.single-item__title h4 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.single-item__title h4 a {
  color: #fff;
}
.single-item__title h4 a:hover {
  color: #25a56a;
}
.single-item__title span {
  display: block;
  width: 100%;
  color: #c0c0c0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.single-item__title span a {
  color: #c0c0c0;
}
.single-item__title span a:hover {
  color: #25a56a;
}
.single-item__time {
  margin-left: 15px;
  font-size: 13px;
  color: #c0c0c0;
}
.single-item__time--live {
  background-color: #eb5757;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.single-item__add {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(37,165,106,0.15);
}
.single-item__add svg {
  width: 18px;
  height: auto;
  fill: #25a56a;
}
.single-item__add:hover {
  background-color: rgba(37,165,106,0.3);
}
.single-item__export {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(128,81,212,0.15);
}
.single-item__export svg {
  width: 18px;
  height: auto;
  fill: #8051d4;
}
.single-item__export:hover {
  background-color: rgba(128,81,212,0.3);
}
.single-item:hover .single-item__cover {
  background-color: #222227;
}
.single-item:hover .single-item__cover img {
  opacity: 0.35;
}
.single-item:hover .single-item__cover svg {
  opacity: 1;
}
.single-item:hover .single-item__cover svg:last-child {
  opacity: 0;
}
.single-item:hover .single-item__cover.play svg {
  opacity: 0;
}
.single-item:hover .single-item__cover.play svg:last-child {
  opacity: 1;
}
/*==============================
	Post
==============================*/
.post {
  position: relative;
  margin-top: 20px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  background-color: #222227;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100% - 20px);
}
.post__img {
  display: block;
  width: 100%;
  position: relative;
  background-color: #000;
}
.post__img:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.1;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.post__img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.post__img:hover:before {
  opacity: 0.3;
}
.post__video {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 12px;
  background-color: #222227;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,0.05);
}
.post__video svg {
  fill: #25a56a;
  width: 24px;
  height: auto;
  margin-right: 7px;
  transition: fill 0.5s ease;
}
.post__video:hover {
  background-color: #25a56a;
  color: #fff;
  border-color: #25a56a;
}
.post__video:hover svg {
  fill: #fff;
}
.post__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  background-color: #222227;
  border-radius: 0 0 12px 12px;
  height: 100%;
  position: relative;
}
.post__category {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 28px;
  min-width: 70px;
  width: auto;
  color: #fff;
  font-size: 13px;
  background-color: #2f80ed;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 100%;
  left: 20px;
  z-index: 2;
}
.post__category:hover {
  color: #fff;
  background-color: #25a56a;
}
.post__title {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.post__title a {
  color: #fff;
  display: block;
}
.post__title a:hover {
  color: #25a56a;
}
.post__meta {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
}
.post__date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #c0c0c0;
}
.post__date svg {
  fill: #fff;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.post__comments {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #c0c0c0;
}
.post__comments svg {
  fill: #fff;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .post {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}
/*==============================
	Live
==============================*/
.live {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.live__cover {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.live__cover img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: 0.5s ease;
}
.live__cover svg {
  position: absolute;
  display: block;
  fill: #fff;
  width: 46px;
  height: auto;
  transition: 0.5s ease;
  z-index: 3;
  transform: scale(0.8);
  opacity: 0;
}
.live__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(45deg, rgba(37,165,106,0.8) 0%, rgba(37,165,106,0) 100%);
  opacity: 0.1;
  transition: opacity 0.5s ease;
}
.live__value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  height: 28px;
  width: auto;
  padding: 0 15px;
  border-radius: 8px;
  background-color: rgba(34,34,39,0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.live__status {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  height: 24px;
  width: auto;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #eb5757;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.live__title {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: color 0.5s ease;
}
.live__title a {
  color: #fff;
}
.live:hover .live__cover:before {
  opacity: 0.3;
}
.live:hover .live__cover svg {
  opacity: 1;
  transform: scale(1);
}
.live:hover .live__title {
  color: #25a56a;
}
.live:hover .live__title a {
  color: #25a56a;
}
@media (min-width: 768px) {
  .live {
    margin-top: 30px;
  }
}
/*==============================
	Product
==============================*/
.product {
  position: relative;
  margin-top: 20px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  background-color: #222227;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}
.product__img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.product__img:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.product__img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.product__img:hover:before {
  opacity: 0.2;
}
.product__title {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin-top: 15px;
}
.product__title a {
  color: #fff;
}
.product__title a:hover {
  color: #25a56a;
}
.product__price {
  font-size: 16px;
  color: #c0c0c0;
  margin-top: 5px;
  display: block;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.product__new {
  font-size: 14px;
  color: #eb5757;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .product {
    margin-top: 30px;
  }
}
/*==============================
	Partners
==============================*/
.partners {
  margin-top: 60px;
}
.partners__img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
  transition: 0.5s;
}
.partners__img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .partners {
    margin-top: 70px;
  }
}
/*==============================
	Stats
==============================*/
.stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #16151a;
  width: 100%;
  border: 1px solid #222227;
}
.stats span {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.stats span a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  line-height: 100%;
  border-bottom: 2px dashed #25a56a;
}
.stats span a svg {
  width: 14px;
  height: auto;
  fill: #25a56a;
  position: relative;
  bottom: auto;
  right: auto;
  transition: 0.5s ease;
}
.stats span a:hover {
  color: #25a56a;
}
.stats span a:hover svg {
  fill: #25a56a;
}
.stats p {
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 0;
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 100%;
}
.stats p b {
  font-size: 20px;
  font-weight: 500;
}
.stats p a {
  color: #c0c0c0;
}
.stats p a:hover {
  color: #25a56a;
}
.stats svg {
  position: absolute;
  bottom: 15px;
  right: 20px;
  fill: #25a56a;
  width: 30px;
  height: auto;
}
.stats__form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.stats__form input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 24px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 0 50px 0 0;
}
.stats__form button {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 24px;
  color: #25a56a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
.stats__form button svg {
  position: relative;
  width: 18px;
  height: auto;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  transition: fill 0.5s ease;
}
.stats__form button:hover {
  color: #fff;
}
.stats__form button:hover svg {
  fill: #25a56a;
}
.stats--green svg {
  fill: #25a56a;
}
.stats--purple svg {
  fill: #8051d4;
}
@media (min-width: 768px) {
  .stats {
    margin-top: 30px;
  }
}
/*==============================
	Dashbox
==============================*/
.dashbox {
  background-color: #16151a;
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #222227;
}
.dashbox__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #222227;
}
.dashbox__title h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
}
.dashbox__title h3 svg {
  fill: #25a56a;
  margin-right: 10px;
  width: 22px;
  height: auto;
}
.dashbox__title h3 span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 18px;
  min-width: 18px;
  color: #fff;
  padding: 0 5px;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  pointer-events: none;
  background-color: #25a56a;
  margin-bottom: auto;
  margin-left: 5px;
}
.dashbox__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.dashbox__more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-left: 15px;
  color: #c0c0c0;
  font-family: 'Inter', sans-serif;
}
.dashbox__more:hover {
  color: #25a56a;
}
.dashbox__refresh {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 30px;
}
.dashbox__refresh svg {
  fill: #c0c0c0;
  width: 18px;
  height: auto;
  transition: fill 0.5s ease;
}
.dashbox__refresh:hover svg {
  fill: #25a56a;
}
.dashbox__table-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto;
  padding: 20px 20px 5px;
}
.dashbox__table-scroll {
  width: 100%;
  display: block;
}
.dashbox__list-wrap {
  padding: 20px;
  position: relative;
  display: block;
  width: 100%;
}
.dashbox__scroll {
  position: relative;
  max-height: 320px;
  width: 100%;
  overflow: hidden;
  padding-right: 14px;
}
.dashbox__note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #222227;
  height: 58px;
}
.dashbox__note:last-child {
  height: 48px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.dashbox__note svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
  fill: #c0c0c0;
}
.dashbox__note p {
  color: #c0c0c0;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: calc(100% - 30px);
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.dashbox__note p a {
  color: #fff;
  text-decoration: underline;
}
.dashbox__note p a:hover {
  color: #fff;
  text-decoration: none;
}
.dashbox__note span {
  padding: 0;
  font-size: 13px;
  color: #c0c0c0;
  position: relative;
  background-color: transparent;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.dashbox__note--succ svg {
  fill: #25a56a;
}
.dashbox__note--fail svg {
  fill: #eb5757;
}
.dashbox__note--info svg {
  fill: #c0c0c0;
}
.dashbox__note--gift svg {
  fill: #8051d4;
}
@media (min-width: 768px) {
  .dashbox {
    margin-top: 30px;
  }
}
/*==============================
	Feature
==============================*/
.feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222227;
}
.feature__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background-color: rgba(37,165,106,0.15);
}
.feature__icon svg {
  fill: #25a56a;
  width: auto;
  height: 26px;
}
.feature__icon--purple {
  background-color: rgba(128,81,212,0.15);
}
.feature__icon--purple svg {
  fill: #8051d4;
}
.feature__icon--red {
  background-color: rgba(235,87,87,0.15);
}
.feature__icon--red svg {
  fill: #eb5757;
}
.feature__icon--blue {
  background-color: rgba(47,128,237,0.15);
}
.feature__icon--blue svg {
  fill: #2f80ed;
}
.feature__title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-left: 15px;
}
.feature__text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  margin-bottom: 0;
  margin-top: 15px;
}
.feature--last {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .feature {
    margin-top: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .feature {
    margin-top: 40px;
  }
}
/*==============================
	Step
==============================*/
.step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #16151a;
  border: 1px solid #222227;
}
.step__number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 46px;
  height: 46px;
  font-family: 'Inter', sans-serif;
  line-height: 100%;
  font-weight: 500;
  font-size: 20px;
  color: #25a56a;
  background-color: rgba(37,165,106,0.15);
}
.step__title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-left: 15px;
}
.step__text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .step {
    margin-top: 30px;
  }
}
/*==============================
	Plan
==============================*/
.plan {
  display: block;
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #16151a;
  position: relative;
  overflow: hidden;
  border: 1px solid #222227;
}
.plan--red .plan__title {
  color: #eb5757;
}
.plan--red .plan__list li.green svg {
  fill: #eb5757;
}
.plan--red .plan__btn {
  color: #eb5757;
}
.plan--red .plan__btn:hover {
  background-color: #eb5757;
}
.plan--green .plan__title {
  color: #25a56a;
}
.plan--purple .plan__title {
  color: #8051d4;
}
.plan--purple .plan__list li.green svg {
  fill: #8051d4;
}
.plan--purple .plan__btn {
  color: #8051d4;
}
.plan--purple .plan__btn:hover {
  background-color: #8051d4;
}
.plan__title {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #fff;
  line-height: 100%;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: 'Inter', sans-serif;
}
.plan__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.plan__list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #c0c0c0;
}
.plan__list li:last-child {
  margin-bottom: 0;
}
.plan__list li svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.plan__list li.red svg {
  fill: #c0c0c0;
}
.plan__list li.green {
  color: #fff;
}
.plan__list li.green svg {
  fill: #25a56a;
}
.plan__price {
  position: relative;
  z-index: 2;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #222227;
  display: block;
  line-height: 100%;
}
.plan__price span {
  font-size: 16px;
}
.plan__btn {
  width: 100%;
  min-width: 140px;
  height: 50px;
  border-radius: 12px;
  background-color: #222227;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #25a56a;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
.plan__btn:hover {
  color: #fff;
  background-color: #25a56a;
}
@media (min-width: 768px) {
  .plan {
    margin-top: 30px;
  }
  .plan__btn {
    margin-top: 30px;
  }
}
/*==============================
	Contacts
==============================*/
.contacts__list {
  margin-top: 20px;
}
.contacts__list li {
  margin-bottom: 15px;
}
.contacts__list li:last-child {
  margin-bottom: 0;
}
.contacts__list a {
  font-size: 16px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.contacts__list a:hover {
  color: #25a56a;
}
.contacts__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.contacts__social a {
  margin-top: 20px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  transition-property: all;
}
.contacts__social a svg {
  width: 100%;
  height: auto;
}
.contacts__social a:last-child {
  margin-right: 0;
}
.contacts__social a:hover {
  opacity: 1 !important;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.contacts__social:hover a {
  opacity: 0.7;
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
@media (min-width: 768px) {
  .contacts__social {
    margin-top: 10px;
  }
}
/*==============================
	Cart
==============================*/
.cart {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #16151a;
  width: 100%;
  padding: 0;
  border: 1px solid #222227;
  border-radius: 20px;
  min-height: 400px;
  margin-top: 20px;
}
.cart__table {
  width: 100%;
  min-width: 600px;
}
.cart__table th {
  font-size: 14px;
  font-weight: 400;
  color: #c0c0c0;
  line-height: 100%;
  padding: 0 20px 10px 0;
}
.cart__table th:last-child {
  width: 24px;
  padding: 0 0 10px 0;
}
.cart__table td {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px 10px 0;
}
.cart__table td a {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.cart__table td a:hover {
  color: #25a56a;
}
.cart__table td:last-child {
  width: 24px;
  padding: 10px 0;
}
.cart__table td:first-child {
  width: 100px;
}
.cart__img {
  width: 100px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
}
.cart__img img {
  width: 100px;
  height: auto;
}
.cart__delete {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
}
.cart__delete svg {
  fill: #c0c0c0;
  width: 18px;
  height: auto;
  transition: 0.5s ease;
}
.cart__delete:hover svg {
  fill: #25a56a;
}
.cart__price {
  font-size: 16px;
  color: #c0c0c0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.cart__price span {
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 5px;
  color: #eb5757;
}
.cart__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  padding: 10px 20px 20px;
}
.cart__total {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cart__total p {
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 10px;
}
.cart__total span {
  font-size: 28px;
  color: #fff;
  line-height: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.cart__systems {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  color: #c0c0c0;
  width: 100%;
  margin-top: 20px;
}
.cart__systems i {
  margin-right: 15px;
}
.cart__systems i:last-child {
  margin-right: 0;
}
.cart__promo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.cart__promo .sign__btn {
  width: 80px;
  margin: 0;
  height: 40px;
  border-radius: 12px;
}
.cart__promo .sign__input {
  width: calc(100% - 90px);
  height: 40px;
}
.cart__amount {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #222227;
  height: 36px;
  border-radius: 12px;
  padding: 0 10px;
}
.cart__amount input {
  width: 30px;
  height: 36px;
  border: none;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  pointer-events: none;
}
.cart__amount button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 36px;
}
.cart__amount button svg {
  width: 18px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.cart__amount button:hover svg {
  fill: #25a56a;
}
.cart__table-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto;
  padding: 20px 20px 10px;
}
.cart__table-scroll {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .cart {
    margin-top: 30px;
  }
  .cart__table-wrap {
    padding: 25px 20px 10px;
  }
  .cart__table th {
    padding: 0 20px 15px 0;
  }
  .cart__table th:last-child {
    padding: 0 0 15px 0;
  }
  .cart__total {
    order: 1;
  }
  .cart__systems {
    margin-top: 0;
    width: auto;
    order: 2;
    margin-right: auto;
    margin-left: 20px;
  }
  .cart__promo {
    width: 250px;
    margin-top: 0;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .cart__systems {
    margin-left: 40px;
  }
}
/*==============================
	Article
==============================*/
.article {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.article--page {
  margin-top: 0;
}
.article__category {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 70px;
  width: auto;
  color: #fff;
  font-size: 13px;
  background-color: #2f80ed;
  border-radius: 8px;
  padding: 0 15px;
}
.article__category:hover {
  color: #fff;
  background-color: #25a56a;
}
.article__date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #c0c0c0;
  height: 30px;
}
.article__date svg {
  fill: #fff;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.article__place {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  min-height: 30px;
  width: 100%;
  margin-bottom: 10px;
}
.article__place svg {
  fill: #fff;
  width: 18px;
  height: auto;
  margin-right: 5px;
}
.article__place:hover {
  color: #25a56a;
}
.article__content {
  position: relative;
  overflow: hidden;
}
.article__content img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 12px;
}
.article__content iframe {
  display: block;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: none;
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  line-height: 140%;
}
.article__content h1:last-child,
.article__content h2:last-child,
.article__content h3:last-child,
.article__content h4:last-child,
.article__content h5:last-child,
.article__content h6:last-child {
  margin-bottom: 0;
}
.article__content h1 {
  font-size: 30px;
}
.article__content h2 {
  font-size: 28px;
}
.article__content h3 {
  font-size: 24px;
}
.article__content h4 {
  font-size: 22px;
}
.article__content h5 {
  font-size: 18px;
}
.article__content h6 {
  font-size: 16px;
}
.article__content p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #c0c0c0;
  margin: 10px 0 0 0;
  width:50%;
  float:left;
}
.article__content p b {
  font-weight: 600;
}
.article__content p a {
  color: #25a56a;
  text-decoration: underline;
}
.article__content p a:hover,
.article__content p a:focus {
  color: #25a56a;
  text-decoration: none;
}
.article__content p:last-child {
  margin-bottom: 0;
}
.article__content blockquote {
  display: block;
  position: relative;
  font-family: 'Inter', sans-serif;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.article__content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 3px;
  background-color: #25a56a;
  border-radius: 3px;
}
.article__content blockquote:last-child {
  margin-bottom: 0;
}
.article__content ul {
  margin-bottom: 20px;
  display: block;
}
.article__content ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #c0c0c0;
  padding-left: 20px;
  position: relative;
}
.article__content ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #25a56a;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.article__content ul:last-child {
  margin-bottom: 0;
}
.article__meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.article__price {
  font-size: 30px;
  line-height: 100%;
  color: #fff;
  display: block;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.article__amount {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #222227;
  height: 36px;
  border-radius: 12px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.article__amount input {
  width: 30px;
  height: 36px;
  border: none;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  pointer-events: none;
}
.article__amount button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 36px;
}
.article__amount button svg {
  width: 18px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.article__amount button:hover svg {
  fill: #25a56a;
}
.article__buy {
  width: 180px;
  height: 50px;
  border-radius: 12px;
  background-color: #25a56a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding: 0 25px;
  margin-bottom: 20px;
}
.article__buy svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.article__buy:hover {
  background-color: #222227;
  color: #25a56a;
}
.article__artist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.article__artist img {
  height: auto;
  width: 200px !important;
  margin-right: 20px;
  border-radius: 12px;
}
.article__artist div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.article__artist div h1 {
  margin-bottom: 0;
}
.article__artist div span {
  font-size: 14px;
  color: #c0c0c0;
  display: block;
  margin: 10px 0 0 0;
}
@media (min-width: 576px) {
  .article__content iframe {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .article {
    margin-top: 30px;
  }
  .article--page {
    margin-top: 0;
  }
  .article__content h1 {
    font-size: 36px;
  }
  .article__content h2 {
    font-size: 32px;
  }
  .article__content h3 {
    font-size: 28px;
  }
  .article__content h4 {
    font-size: 24px;
  }
  .article__content h5 {
    font-size: 20px;
  }
  .article__content h6 {
    font-size: 18px;
  }
  .article__content iframe {
    height: 400px;
  }
  .article__meta {
    margin-bottom: 25px;
  }
  .article__place {
    margin-bottom: 0;
    width: auto;
  }
  .article__artist {
    flex-direction: row;
  }
  .article__artist img {
    margin-bottom: 0 !important;
  }
  .article__artist div {
    width: calc(100% - 220px);
  }
  .article__artist div span {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .article--page {
    margin-top: 30px;
  }
  .article__content iframe {
    height: 460px;
  }
}
/*==============================
	Share
==============================*/
.share {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.share__link {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  height: 30px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  background-color: #25a56a;
}
.share__link svg {
  fill: #fff;
  margin-right: 10px;
  margin-top: 1px;
}
.share__link:last-child {
  margin-right: 0;
}
.share__link--fb {
  background-color: #3b5998;
}
.share__link--tw {
  background-color: #55acee;
}
.share__link--vk {
  background-color: #4c6c91;
}
.share__link:hover {
  background-color: #25a56a;
  color: #fff;
}
/*==============================
	Login box
==============================*/
#loginkuang{z-index: 1999;width: 500px;height: 320px;border: 1px solid #e2e2e2;position: fixed;top: 0;right: 0;left: 0;bottom: 0;margin:auto;background-color: #fbfbfb;}
#loginmask{display: none;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);position: fixed;z-index: 1998;top: 0px;left: 0px}
#loginkuang .title{width: 100%;height: 40px;line-height: 40px;text-indent: 2em;background-color: #f2f2f2}
#userInfo{z-index: 1999;position: absolute;left: 0px;top: 65px;border: 1px solid #e2e2e2;background-color: #fbfbfb;border-radius: 3px;display: none;text-align: center;box-shadow: 0px 0px 15px #c2c2c2;}
#userInfo nobr{margin: 10px;display: block;}
#uinfoKuang{height:62px;}
#uinfoKuang:hover #userInfo{display: block;}
#loginkuang .layui-input-center{margin-left: 0px;text-align: center;}
/*==============================
	Comments
==============================*/
#plLogin{
	position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 144px;
}
.comments {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #222227;
}
.comments__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.comments__title h4 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
  font-family: 'Inter', sans-serif;
}
.comments__title span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #25a56a;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
}
.comments__title--tabs li {
  position: relative;
  margin-right: 20px;
}
.comments__title--tabs li:last-child {
  margin-right: 0;
}
.comments__title--tabs a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0.5;
  transition: opacity 0.4s linear;
}
.comments__title--tabs a:hover {
  opacity: 1;
}
.comments__title--tabs a.active {
  opacity: 1;
  cursor: default;
}
.comments__autor {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
.comments__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  border-radius: 8px;
}
.comments__name {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
.comments__time {
  display: block;
  font-size: 12px;
  color: #c0c0c0;
  line-height: 20px;
  font-weight: 400;
}
.comments__text {
  display: block;
  margin-bottom: 0;
  color: #c0c0c0;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0;
  margin-top:20px;
  position: relative;
  border-top: 1px solid #222227;
  border-bottom: 1px solid #222227;
}
.comments__text b {
  font-weight: 600;
}
.comments__text a {
  color: #25a56a;
}
.comments__text a:hover {
  color: #25a56a;
  text-decoration: underline;
}
.comments__text span {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  min-height: 80px;
  border-radius: 12px;
  color: #c0c0c0;
  background-color: #222227;
}
.comments__item {
  margin-bottom: 20px;
  display: block;
  background-color: #16151a;
  border: 1px solid #222227;
  padding: 20px;
  border-radius: 12px;
}
.comments__item--answer,
.comments__item--quote {
  margin-left: 20px;
}
.comments__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0 0;
  position: relative;
}
.comments__actions button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  height: 20px;
}
.comments__actions button span {
  font-size: 12px;
  color: #c0c0c0;
  text-transform: uppercase;
  transition: color 0.5s ease;
  display: none;
}
.comments__actions button svg {
  width: 16px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.comments__actions button:hover span {
  color: #fff;
}
.comments__actions button:hover svg {
  fill: #25a56a;
}
.comments__actions button:last-child {
  margin-right: 0;
}
.comments__actions button:last-child svg {
  width: 18px;
}
.comments__rate {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  top: 20px;
}
.comments__rate button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #c0c0c0;
  font-size: 14px;
  margin-right: 24px;
  position: relative;
  height: 20px;
}
.comments__rate button svg {
  width: 16px;
  height: auto;
  opacity: 0.6;
  transition: 0.5s ease;
  margin-top: 1px;
}
.comments__rate button:last-child {
  margin-right: 0;
}
.comments__rate button:last-child svg {
  margin-left: 8px;
  fill: #eb5757;
  width: 16px;
}
.comments__rate button:first-child svg {
  margin-right: 8px;
  fill: #25a56a;
  width: 16px;
}
.comments__rate button:first-child:before {
  content: '';
  position: absolute;
  display: block;
  left: 100%;
  margin-left: 12px;
  width: 1px;
  height: 16px;
  background-color: #222227;
  top: 50%;
  transform: translateY(-50%);
}
.comments__rate button:hover {
  color: #fff;
}
.comments__rate button:hover svg {
  opacity: 1;
}
.comments__form {
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #222227;
  background-color: #16151a;
  margin-top: 30px;
}
.comments__form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.comments__form .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.comments__form .sign__btn {
  margin: 0;
}
@media (min-width: 576px) {
  .comments__actions button span {
    display: block;
    margin-left: 6px;
  }
  .comments__form .sign__btn {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .comments {
    margin-top: 30px;
    padding-top: 30px;
  }
  .comments__item--answer,
  .comments__item--quote {
    margin-left: 30px;
  }
  .comments__title--tabs li {
    margin-right: 30px;
  }
  .comments__title--tabs li:last-child {
    margin-right: 0;
  }
}
/*==============================
	Footer
==============================*/
.footer {
  background-color: #222227;
  padding: 30px 0 20px;
  position: relative;
  overflow: hidden;
}
.footer__logo {
  margin-top: 60px;
}
.footer__logo img {
  width: 100px;
  height: auto;
}
.footer__tagline {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #c0c0c0;
  margin-bottom: 0;
}
.footer__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.footer__links a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  color: #c0c0c0;
  font-size: 16px;
}
.footer__links a svg {
  width: 20px;
  height: auto;
  fill: #25a56a;
  margin-right: 10px;
}
.footer__links a:hover {
  color: #25a56a;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.footer__social a {
  margin-top: 20px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  transition-property: all;
}
.footer__social a svg {
  width: 100%;
  height: auto;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover {
  opacity: 1 !important;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.footer__social:hover a {
  opacity: 0.6;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
}
.footer__content {
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer__copyright {
  display: block;
  font-size: 14px;
  color: #c0c0c0;
  margin-top: 20px;
}
.footer__copyright a {
  color: #c0c0c0;
}
.footer__copyright a:hover {
  color: #25a56a;
}
.footer__title {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__nav a {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #c0c0c0;
}
.footer__nav a:last-child {
  margin-bottom: 0;
}
.footer__nav a:hover {
  color: #25a56a;
}
@media (min-width: 576px) {
  .footer {
    padding: 30px 15px 20px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 20px 15px 25px;
  }
  .footer__content {
    margin-top: 70px;
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .footer__logo {
    margin-top: 50px;
  }
  .footer__title {
    margin-top: 50px;
  }
  .footer__social {
    width: auto;
    order: 2;
  }
  .footer__social a {
    margin-top: 0;
  }
  .footer__copyright {
    margin-top: 0;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-left: 295px;
    padding-right: 15px;
  }
  .footer__social {
    display: inline-flex;
    width: auto;
  }
}
/*==============================
	Sign
==============================*/
.sign {
  display: block;
  position: relative;
}
.sign__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0 0;
}
.sign__form {
  background-color: #16151a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 30px 20px;
  position: relative;
  width: 100%;
  max-width: 420px;
  border: 1px solid #222227;
}
.sign__form--contacts,
.sign__form--profile,
.sign__form--cart {
  margin-top: 20px;
  max-width: 100%;
  padding: 20px 20px 5px;
  align-items: flex-start;
}
.sign__form--contacts .sign__btn,
.sign__form--profile .sign__btn,
.sign__form--cart .sign__btn {
  margin: 0 0 15px;
}
.sign__form--contacts .row,
.sign__form--profile .row,
.sign__form--cart .row {
  margin-left: -10px;
  margin-right: -10px;
}
.sign__form--contacts .col-12,
.sign__form--profile .col-12,
.sign__form--cart .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.sign__form--profile .sign__btn {
  margin: 5px 0 15px;
}
.sign__logo {
  display: block;
  margin-bottom: 30px;
}
.sign__logo a {
  max-width: 100%;
  width: auto;
}
.sign__logo img {
  width: 100px;
}
.sign__title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.sign__label {
  font-weight: 400;
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 5px;
  padding-left: 20px;
}
.sign__label b {
  font-weight: 600;
  color: #fff;
}
.sign__input {
  background-color: #222227;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 46px;
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
}
.sign__input:focus {
  border-color: #25a56a;
}
.sign__select {
  background: url("../image/arrow2.svg") no-repeat center right 20px #222227;
  background-size: 18px auto;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 46px;
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}
.sign__select:focus {
  border-color: #25a56a;
}
.sign__textarea {
  background-color: #222227;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 144px;
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 15px 20px;
  resize: none;
  font-family: 'Inter', sans-serif;
}
.sign__textarea:focus {
  border-color: #25a56a;
}
.sign__group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.sign__group--row .sign__label {
  padding-left: 0;
}
.sign__group--checkbox {
  width: 100%;
  text-align: left;
}
.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
  position: absolute;
  left: -9999px;
}
.sign__group--checkbox input:not(:checked) + label,
.sign__group--checkbox input:checked + label {
  font-size: 14px;
  color: #c0c0c0;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  line-height: 22px;
  margin: 0;
}
.sign__group--checkbox input:not(:checked) + label a,
.sign__group--checkbox input:checked + label a {
  color: #25a56a;
}
.sign__group--checkbox input:not(:checked) + label a:hover,
.sign__group--checkbox input:checked + label a:hover {
  color: #25a56a;
  text-decoration: underline;
}
.sign__group--checkbox input:not(:checked) + label:before,
.sign__group--checkbox input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: #222227;
  border: 1px solid transparent;
  border-radius: 6px;
}
.sign__group--checkbox input:not(:checked) + label:after,
.sign__group--checkbox input:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  transition: 0.5s ease;
  background: url("../image/checkmark.svg") no-repeat center/20px auto;
  border-radius: 6px;
}
.sign__group--checkbox input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.sign__group--checkbox label::-moz-selection {
  background: transparent;
  color: #c0c0c0;
}
.sign__group--checkbox label::selection {
  background: transparent;
  color: #c0c0c0;
}
.sign__btn {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: #25a56a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin: 15px auto;
}
.sign__btn:hover {
  color: #fff;
  background-color: #222227;
}
.sign__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.sign__text:first-child {
  margin-top: 0;
}
.sign__text a {
  position: relative;
  color: #25a56a;
}
.sign__text a:hover {
  color: #25a56a;
  text-decoration: underline;
}
.sign__text--small {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.sign__delimiter {
  font-size: 14px;
  color: #c0c0c0;
  line-height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}
.sign__social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.sign__social a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: calc(33% - 10px);
  border-radius: 12px;
  color: #fff;
}
.sign__social a svg {
  height: auto;
  fill: #fff;
  transition: 0.5s ease;
}
.sign__social a.fb {
  background-color: #3b5999;
}
.sign__social a.fb svg {
  width: 10px;
}
.sign__social a.gl {
  background-color: #df4a32;
}
.sign__social a.gl svg {
  width: 18px;
}
.sign__social a.tw {
  background-color: #1da1f2;
}
.sign__social a.tw svg {
  width: 20px;
}
.sign__social a:hover {
  background-color: #c0c0c0;
}
.sign__social a:hover.fb svg {
  fill: #3b5999;
}
.sign__social a:hover.gl svg {
  fill: #df4a32;
}
.sign__social a:hover.tw svg {
  fill: #1da1f2;
}
.sign__value {
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: 500;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
}
.sign__radio {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.sign__radio li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sign__radio li:last-child {
  margin-bottom: 0;
}
.sign__radio input:not(:checked),
.sign__radio input:checked {
  position: absolute;
  left: -9999px;
}
.sign__radio label {
  display: block;
  margin: 0;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  color: #c0c0c0;
  line-height: 24px;
  padding-left: 32px;
  transition: 0.5s ease;
}
.sign__radio label:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 6px solid #222227;
  background-color: transparent;
  border-radius: 50%;
  left: 0;
  top: 2px;
  transition: 0.5s ease;
}
.sign__radio label:hover {
  color: #fff;
}
.sign__radio input:checked + label {
  color: #fff;
}
.sign__radio input:checked + label:before {
  border-color: #25a56a;
}
@media (min-width: 576px) {
  .sign__form {
    padding: 40px;
  }
  .sign__form--contacts,
  .sign__form--profile,
  .sign__form--cart {
    padding: 20px 20px 5px;
  }
  .sign__logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sign__form--contacts,
  .sign__form--profile {
    margin-top: 30px;
  }
  .sign__form--contacts .sign__btn,
  .sign__form--profile .sign__btn {
    margin: 10px 0 15px;
  }
  .sign__form--cart {
    margin-top: 30px;
  }
  .sign__form--cart .sign__btn {
    margin-top: 10px;
  }
  .sign__content {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .sign__form--profile .sign__btn {
    width: 180px;
  }
}
/*==============================
	Page 404
==============================*/
.page-404 {
  display: block;
  position: relative;
}
.page-404__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0 0;
}
.page-404__content {
  background-color: #16151a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  width: 100%;
  max-width: 420px;
  border: 1px solid #222227;
}
.page-404__title {
  position: relative;
  color: #fff;
  line-height: 100%;
  font-size: 100px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
.page-404__text {
  text-align: center;
  display: block;
  width: 100%;
  color: #c0c0c0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.page-404__btn {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: #25a56a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin: 0 auto;
}
.page-404__btn:hover {
  color: #fff;
  background-color: #222227;
}
@media (min-width: 576px) {
  .page-404__content {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .page-404__wrap {
    padding: 30px 0 0;
  }
}
/*==============================
	Modal
==============================*/
.modal {
  position: relative;
  display: block;
  background-color: #16151a;
  margin: 40px auto;
  width: 100%;
  max-width: 420px;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.modal__icon {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  pointer-events: none;
  opacity: 0.35;
}
.modal__icon svg {
  width: 70px;
  height: auto;
  fill: #c0c0c0;
}
.modal__icon--green svg {
  fill: #25a56a;
}
.modal__icon--red svg {
  fill: #eb5757;
}
.modal__icon--purple svg {
  fill: #8051d4;
}
.modal--form {
  padding: 20px 20px 5px;
}
.modal--info {
  padding: 20px 20px 0;
}
.modal--info .modal__icon {
  display: flex;
}
.modal--info .sign__text {
  padding-right: 70px;
}
.modal .mfp-close {
  display: none;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal__close svg {
  fill: #c0c0c0;
  opacity: 0.6;
  transition: 0.5s ease;
  height: auto;
  width: 24px;
}
.modal__close:hover svg {
  opacity: 1;
  fill: $greens;
}
@media (min-width: 768px) {
  .modal {
    padding: 40px;
  }
  .modal__icon {
    bottom: 30px;
    right: 30px;
  }
  .modal--form {
    padding: 40px 40px 25px;
  }
  .modal--form .modal__close {
    top: 37px;
    right: 35px;
  }
  .modal--form .sign__btn {
    margin-top: 30px;
  }
  .modal--info {
    padding: 40px 40px 20px;
  }
  .modal--info .modal__close {
    top: 37px;
    right: 35px;
  }
}
.mfp-bg {
  background: rgba(34,34,39,0.75);
}
.mfp-container {
  padding: 0 15px !important;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.mfp-iframe-scaler iframe {
  border-radius: 12px;
  box-shadow: none;
  background-color: #16151a;
}
.mfp-iframe-holder .mfp-close {
  color: transparent;
  transition: opacity 0.4s;
}
.mfp-iframe-holder .mfp-close:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 44px;
  background: url("https://www.sucai8.cn/preview/776298/2021-03-20/volna/img/close.svg") no-repeat center;
  background-size: 30px auto;
}
.mfp-iframe-holder .mfp-content {
  max-width: 910px;
}
.mfp-figure::after {
  box-shadow: none;
  background-color: #222227;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-bg.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*==============================
	Slider radio
==============================*/
.slider-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #222227;
  padding: 5px 0;
  border-radius: 12px;
  margin-top: 10px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.slider-radio label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 10px;
  margin: 0 5px;
  position: relative;
  z-index: 100;
  transition: color 0.5s;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  writing-mode: horizontal-tb;
  /* é¢å¤–çš„æ ·å¼ï¼Œç¡®ä¿æ–‡æœ¬ä¸ä¼šåœ¨å®¹å™¨å†…åž‚ç›´å †å  */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider-radio label:hover {
  color: #fff;
}
.slider-radio .sliding-piece {
  border-radius: 10px;
  background-color: #25a56a;
  z-index: 99;
}
.slider-radio input[type=radio]:checked + label {
  color: #fff;
  background-color: #25a56a;
}
@media (min-width: 768px) {
  .slider-radio {
    margin-left: auto;
    margin-top: 0;
    width: auto;
  }
}
@media (max-width: 768px){
	.slider-radio {
	  overflow: hidden;
	  overflow-x: auto;
	}
}
/*==============================
	Select2
==============================*/
.select2-container {
  width: auto !important;
  margin-right: 30px;
}
.select2-container .select2-selection--single {
  height: 40px;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #fff;
  padding: 0 18px 0 0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  transition: 0.5s ease;
}
.select2-container .select2-selection--single[aria-expanded="true"] {
  background-color: transparent;
}
.select2-container .select2-selection--single:hover .select2-selection__rendered {
  color: #25a56a;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  width: 18px;
  top: 10px;
  right: 0;
  background: url("../image/arrow.svg") no-repeat center right;
  background-size: 18px auto;
  margin-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #25a56a;
  color: #fff;
  white-space: nowrap;
}
.select2-container--default .select2-results__option--selected {
  color: #fff;
  background-color: #25a56a;
  cursor: default;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #25a56a;
  cursor: default;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #25a56a;
}
.select2-results__option {
  padding: 0 0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #fff;
  height: 40px;
  line-height: 40px;
  transition: 0.5s ease;
}
.select2-dropdown {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 12px !important;
  min-width: 180px;
  padding: 5px 0 5px 15px;
  background-color: #222227;
}
.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
/*==============================
	Scrollbar-track
==============================*/
.scrollbar-track-y {
  background: #222227 !important;
  top: 0px !important;
  bottom: 0px !important;
  height: auto !important;
  width: 4px !important;
  border-radius: 4px !important;
  right: 0px !important;
  overflow: hidden;
}
.scrollbar-thumb-y {
  background: #25a56a !important;
  width: 4px !important;
  border-radius: 4px !important;
}
.scrollbar-track-x {
  background: #222227 !important;
  left: 0px !important;
  right: 0px !important;
  height: 4px !important;
  width: auto !important;
  border-radius: 4px !important;
  bottom: 0px !important;
  overflow: hidden;
}
.scrollbar-thumb-x {
  background: #25a56a !important;
  height: 4px !important;
  border-radius: 4px !important;
}


@media (max-width: 768px) {
  .dt-one2 {width: 100%;margin-right: 0%;}
  .col-6{-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;}
    .col-10{-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
    .col-lg-3,.col-xl-3{-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
}

.middle-main.list-page .ul-list-header + ul li > span:nth-child(1) {
    justify-content: flex-start;
}
.middle-main.list-page .ul-list-header + ul li > span {
    width: 110px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.middle-main.list-page .ul-list-header + ul li {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #777b86;
}
input[type="checkbox"]:not(.default-checkbox) { margin: 0; }

input[type="checkbox"]:not(.default-checkbox) + .layui-form-checkbox { min-width: auto; min-height: auto; height: 14px; line-height: 14px; padding-right: 0; margin-right: 24px; background-color: transparent; }

input[type="checkbox"]:not(.default-checkbox) + .layui-form-checkbox span { margin-left: 20px; background: none; padding: 0; }

input[type="checkbox"]:not(.default-checkbox) + .layui-form-checkbox .layui-icon { left: 0; top: 0 !important; width: 14px; height: 14px; line-height: 14px; border: none; background-color: #777b86; display: inline-block; border-radius: 2px; }

input[type="checkbox"]:not(.default-checkbox) + .layui-form-checkbox.layui-unselect span { color: #777b86; }

input[type="checkbox"]:not(.default-checkbox) + .layui-form-checkbox.layui-unselect .layui-icon-ok { font-size: 12px; }

input[type="checkbox"]:not(.default-checkbox) + .layui-form-checkbox.layui-unselect .layui-icon-ok:before { display: none; }

input[type="checkbox"]:not(.default-checkbox) + .layui-form-checkbox.layui-form-checked .layui-icon-ok { background-color: #db1d40; color: #fff; }

input[type="checkbox"]:not(.default-checkbox) + .layui-form-checkbox.layui-form-checked .layui-icon-ok:before { display: inline-block; }

.middle-main .name{
    margin-right:10px;
    color:#fff;
}
.layui-form-checkbox {border:none!important;}
.middle-main.list-page .ul-list-footer { position: relative; height: 50px; display: flex; align-items: center; justify-content: space-between; color: #777b86; border-top: 1px solid #222227;margin-top:10px; margin-bottom: 20px;  }

.middle-main.list-page .ul-list-footer label { color: #fff; }

.middle-main.list-page .ul-list-footer .btns { display: flex; flex-direction: row; align-items: center; justify-content: flex; }

.middle-main.list-page .ul-list-footer .btns .btn { padding: 0 10px; border: 1px solid #777b86; color: #777b86;line-height: 26px; height: 26px; }

.middle-main.list-page .ul-list-footer .btns .btn + .btn { margin-left: 10px; }

.middle-main.list-page .ul-list-footer .btns .btn .icon-play {display: inline-block;width: 9px;height: 12px;margin-right: 5px;background: url(../image/play.png) no-repeat center;}




/* player */
.middle-main {margin-top: 10px;padding: 20px;/* background-color: #171a2b; */}
.middle-main .crumbs { margin-bottom: 20px; }

.middle-main .crumbs::after { content: ""; clear: both; display: table; }

.middle-main .crumbs > div { display: inline-block; }

.middle-main .crumbs h3 { float: right; color: #db1d40; }
.middle-main .player-box { height: 430px; padding: 40px 30px; background: url("../image/player-bg.png") no-repeat center top; background-size: cover; display: flex; margin-bottom: 30px; }

.middle-main .player-box .player-left {width: 358px;display: flex;flex-direction: column;align-items: center;justify-content: space-between;}

.middle-main .player-box .player-left .music-player { width: 256px; height: 256px; border-radius: 50%; background: url("../image/player-default.png") no-repeat center; position: relative; }

.middle-main .player-box .player-left .music-player__img { width: 137px; height: 137px; border-radius: 50%; position: absolute; overflow: hidden; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

.middle-main .player-box .player-left .music-player__img.active { animation: disc 5s linear 0s infinite; }

.middle-main .player-box .player-left .music-player__img.rotate-pause { animation-play-state: paused; -webkit-animation-play-state: paused; /* Safari å’Œ Chrome */ }

.middle-main .player-box .player-left .music-player__img img { display: block; width: 100%; height: 100%; }

.middle-main .player-box .player-left .music-player__pointer { width: 90px; height: 220px; position: absolute; right: -10px; top: 0; transform-origin: 66px 28px; transform: rotate(-15deg); transition: all 0.3s; background: url("../image/player-line.png") no-repeat 0 0; background-size: cover; }

.middle-main .player-box .player-left .music-player__pointer.active { transform: rotate(0deg); }

.middle-main .player-box .player-left .music-player__bottom { width: 100%; display: flex; align-items: center; justify-content: space-around; }

.middle-main .player-box .player-left .music-player__bottom .item { width: 106px; height: 60px; padding: 5px 0; display: flex; flex-direction: column; align-items: center; justify-content: space-around; color: #fff; border: 1px solid #8e8b95; border-radius: 5px; cursor: pointer; }

.middle-main .player-box .player-left .music-player__bottom .item:hover { border-color: #db1d40; }

.middle-main .player-box .player-left .music-player__bottom .item.mobile { display: none; }

.middle-main .player-box .player-left .music-player__bottom .item div { display: flex; align-items: center; color: #8e8b95; }

.middle-main .player-box .player-left .music-player__bottom .item div i { margin-right: 5px; }

.middle-main .player-box .player-right { flex: 1; padding-left: 50px; width: calc(100% - 60px - 358px); }

.middle-main .player-box .player-right .player2 { height: auto; position: static; background: none; box-shadow: none; }

.middle-main .player-box .player-right .player2 .container { width: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }

.middle-main .player-box .player-right .player2 .container .music-title { margin-bottom: 0; height: 42px; flex: 0 0 auto; margin-bottom: 20px; }

.middle-main .player-box .player-right .player2 .container .music-title .player-l { margin-right: 20px; }

.middle-main .player-box .player-right .player2 .container .music-title .icon-img.mobile { padding-left: 20px; margin-right: 20px; color: #ffffff; display: flex; align-items: center; justify-content: center; width: auto; height: 20px; position: relative; }

.middle-main .player-box .player-right .player2 .container .music-title .icon-img.mobile:after { content: ""; position: absolute; top: 50%; left: -20px; right: -20px; height: 40px; transform: translateY(-50%); border: 1px solid #8e8b95; border-radius: 5px; }

.middle-main .player-box .player-right .player2 .container .music-title .icon-img.mobile:hover .code-box { display: block; }

.middle-main .player-box .player-right .player2 .container .music-title .code-box { display: none; width: 116px; height: 158px; padding-top: 20px; border-radius: 5px; position: absolute; top: -10px; right: calc(-100% - 70px); text-align: center; background: url(../image/ewm-bg.png) no-repeat center center; color: #444444; z-index: 400; }

.middle-main .player-box .player-right .player2 .container .music-title .code-box #qrcode_img { width: 78px; margin: 0 auto; }

.middle-main .player-box .player-right .player2 .container .music-title .code-box img { width: 78px; height: 78px; }

.middle-main .player-box .player-right .player2 .container .music-title .code-box h5 { margin-top: 15px; font-size: 12px; }

.middle-main .player-box .player-right .player2 .container .music-title .code-box h5::before { content: ""; display: inline-block; width: 8px; height: 1px; background-color: #000000; margin-right: 5px; vertical-align: middle; }

.middle-main .player-box .player-right .player2 .container .music-title .code-box h5::after { content: ""; display: inline-block; width: 8px; height: 1px; background-color: #000000; margin-left: 5px; vertical-align: middle; }

.middle-main .player-box .player-right .player2 .container .player-middle { width: 100%; padding: 30px 0 20px; display: flex; flex-direction: column; justify-content: center; height: 85px; flex: 0 0 auto; }

.middle-main .player-box .player-right .player2 .container .player-middle .time { color: #fff; margin-top: 10px; width: 100%; display: flex; flex-direction: row; justify-content: space-between; }

.middle-main .player-box .player-right .player2 .container .player-middle .time b { font-weight: normal; }

.middle-main .player-box .player-right .player2 .container .player-foot { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }

.middle-main .player-box .player-right .player2 .container .player-foot i { cursor: pointer; display: inline-block; margin: 0 8px; }

.middle-main .player-box .player-right .player2 .container .player-foot .icon-mode { margin-left: 0; }

.middle-main .player-box .player-right .player2 .container .player-foot .icon-voice { cursor: pointer; display: inline-block; width: 18px; height: 16px; margin: 0 8px; margin-right: 102px; background: url("../image/voice.png") no-repeat center; position: relative; }

.middle-main .player-box .player-right .player2 .container .player-foot .icon-voice:not([data-type="horizontal"]):hover { background: url("../image/voice-on.png") no-repeat center; }

.middle-main .player-box .player-right .player2 .container .player-foot .icon-voice .voice-press { position: absolute; left: 20px; top: 50%; width: 100px; height: 4px; transform: translateY(-50%); z-index: 300; }

.middle-main .player-box .player-right .player2 .container .player-foot .icon-voice .voice-press[data-type="horizontal"] { display: block !important; }

.middle-main .player-box .player-right .player2 .container .player-foot .icon-voice .voice-press:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #7a7a86; border-radius: 3px; }

.middle-main .player-box .player-right .player2 .container .player-foot .icon-voice .voice-press span { border-radius: 3px; margin-left: 0; position: absolute; left: 0; width: 100%; bottom: 0px; top: 0px; background-color: #cbcbcf; z-index: 301; }

.middle-main .player-box .player-right .player2 .container .player-foot .icon-voice .voice-press span::after { content: attr(data-content); position: absolute; top: 0; right: 0; transform: translate(0%, -25%); color: #ffffff; width: 9px; height: 9px; border-radius: 50%; background-color: #fff; }

.middle-main .player-box .player-right .music-detail { margin-top: 32px; background: rgba(7, 7, 7, 0.3); border-radius: 5px; padding: 20px 30px; display: flex; flex-direction: row; align-items: center; }

.middle-main .player-box .player-right .music-detail .clear-fix { width: 380px; }

.middle-main .player-box .player-right .music-detail .item { color: #8e8b95; float: left; min-width: 50%; line-height: 28px; }

.middle-main .player-box .player-right .music-detail .item span { color: #fff; margin-left: 5px; }

.middle-main .player-box .player-right .music-detail .down-share { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }

.middle-main .player-box .player-right .music-detail .down-share .btn { height: 56px; display: flex; flex-direction: row; align-items: center; text-align: left; color: #fff; background-image: linear-gradient(to right, #2aa146, #13d06c); border-radius: 5px; }

.middle-main .player-box .player-right .music-detail .down-share .btn .icon-img.yinyue { margin-right: 5px; }

.middle-main .player-box .player-right .music-detail .down-share .btn span { font-size: 16px; font-weight: bold; }

.middle-main .player-box .player-right .music-detail .down-share .btn p { font-size: 14px; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn { cursor: pointer; margin-top: 20px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #8e8b95; border-radius: 5px; border: 1px solid #8e8b95; position: relative; display: flex; align-items: center; justify-content: center; z-index: 1200; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn span.pc { display: flex; align-items: center; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn .icon-img.share { margin-right: 5px; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn:hover .share-icons { display: block; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn::before { content: ""; position: absolute; top: 30px; left: 0; right: 0; height: 30px; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons { display: none; position: absolute; top: 40px; left: 0; right: 0; padding: 20px 20px 10px; text-align: left; z-index: 1200; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons::after { content: ""; position: absolute; top: 10px; bottom: 0; left: 0; right: 0; background-color: #fff; border-radius: 5px; z-index: -1; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons a { display: flex; align-items: center; font-size: 14px; color: #444444; margin: 10px 0; border: none; z-index: 1200; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons a:hover { background: none; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons a:before { content: ""; }

.middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons a > div { z-index: 1200; box-shadow: 0 2px 10px #333 !important; }

.middle-main .songs-list .playmusic-list { max-height: 500px; overflow-y: scroll; }

.middle-main .music-list:not(:first-child) { display: none; }

.middle-main .music-list.active { display: block; }

.middle-main .music-list .playmusic-list { max-height: 500px; overflow-y: scroll; }

.middle-main .music-list ul { margin-bottom: 20px; min-height: 20px; }

.middle-main .music-list li { flex: 1; height: 50px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 0 20px; color: #777b86; position: relative; }

.middle-main .music-list li:nth-child(odd), .middle-main .music-list li:hover { background-color: #1c1f31; }

.middle-main .music-list li:hover { cursor: pointer; color: #fff; }

.middle-main .music-list li:hover .add { background-position: -330px -2px; }

.middle-main .music-list li a { max-width: calc(100% - 150px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.middle-main .music-list li a:hover { cursor: pointer; color: inherit; }

.middle-main .music-list li .title-check { overflow: hidden; flex: 1; display: flex; align-items: center; }

.middle-main .music-list li .title-check .layui-form-checkbox { margin-right: 14px; }

.middle-main .music-list li .title-check a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color:#fff; }

.middle-main .music-list li b { flex: 0.2; font-weight: normal; }

.middle-main .music-list li .add-btn { display: flex; align-items: center; }

.middle-main .music-list li .add-btn .add { margin-right: 10px; }

.middle-main .music-list li .layui-form-checkbox { margin-right: 24px !important; }

.middle-main .music-list li .stop { float: left; }

.middle-main .music-list li .stop + a { margin-left: 20px; }

.middle-main .music-list li .hot { float: left; margin-left: 10px; }

.middle-main .music-list ul + .all-checkbox { margin-top: -20px; }

.middle-main .music-list .all-checkbox { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; height: 50px; margin-bottom: 20px; background-color: #1c1f31; }

.middle-main .music-list .all-checkbox .btns { display: flex; flex-direction: row; align-items: center; }

.middle-main .music-list .all-checkbox .btns .btn { padding: 0 10px; border: 1px solid #777b86; color: #777b86; height: 26px; }

.middle-main .music-list .all-checkbox .btns .btn + .btn { margin-left: 10px; }
.middle-main.comment .main-title { margin-left: -20px; justify-content: flex-start; }

.middle-main.comment .main-title span { margin-left: 20px; color: #777b86; font-weight: normal; font-size: 14px; }

.middle-main.comment .main-title span i { font-style: normal; }

.middle-main.comment .comment-area { background-color: #1c1f31; padding: 20px 30px; }

.middle-main.comment .comment-area .layui-form-item { display: flex; align-items: flex-start; margin-bottom: 0px; }

.middle-main.comment .comment-area .layui-form-item:last-child { margin-bottom: 0; }

.middle-main.comment .comment-area .layui-form-item:last-child .layui-form-label { padding: 9px 15px 0 0; height: 40px; }

.middle-main.comment .comment-area .layui-form-item label { width: 75px; padding-left: 0; text-align: justify; }

.middle-main.comment .comment-area .layui-form-item label::after { display: inline-block; width: 100%; content: ""; height: 0; }

.middle-main.comment .comment-area .layui-form-item label + .layui-input-block { margin-left: 0px; flex: 1; display: flex; flex-direction: column; }

.middle-main.comment .comment-area .layui-form-item .layui-input, .middle-main.comment .comment-area .layui-form-item .layui-textarea { background-color: #131625; border: none; color: #fff; }

.middle-main.comment .comment-area .layui-form-item .layui-input { height: 40px; }

.middle-main.comment .comment-area .layui-form-item .layui-textarea { flex: 1; width: 100%; padding: 10px; resize: none; }

.middle-main.comment .comment-area .layui-form-item .layui-textarea::placeholder { color: #777b86; }

.middle-main.comment .comment-area__suffix { flex: 1; display: flex; align-items: center; justify-content: flex-end; }

.middle-main.comment .comment-area__suffix .layui-form-radio { margin-top: 0; margin-right: 0; margin-left: 10px; }

.middle-main.comment .comment-area__suffix .submit { width: 120px; height: 40px; line-height: 40px; background-color: #db1d40; color: #fff; text-align: center; font-size: 16px; }

.middle-main.comment .comment-area .score { height: 40px; justify-content: flex-start; }

.middle-main.comment .comment-area .score > div { display: flex; align-items: center; flex-direction: row; }

.middle-main.comment .comment-area .expression-area { margin: 5px 0 15px; display: flex; align-items: center; color: #fff; }

.middle-main.comment .comment-area .expression-area .icon-img { margin-right: 5px; cursor: pointer; }

.middle-main.comment .comment-list { margin: 20px 0; }

.middle-main.comment .comment-list__item { padding: 30px 0; border-bottom: 1px solid #212434; }

.middle-main.comment .comment-list__header { display: flex; align-items: center; justify-content: space-between; }

.middle-main.comment .comment-list__header .name { font-size: 16px; color: #fff; margin-right: 10px; }

.middle-main.comment .comment-list__header i { font-style: normal; }

.middle-main.comment .comment-list__content { margin-top: 10px; }

.middle-main .mark + .add-to-musicbox + .songs-list.popup { z-index: 98; }

.middle-main .add-to-musicbox { width: 500px; }

.middle-main .add-to-musicbox .popup-body { padding-top: 20px; }

.middle-main .add-to-musicbox .music-name { display: flex; align-items: center; color: #fff; font-size: 14px; }

.middle-main .add-to-musicbox .music-name i { margin-right: 10px; }

.middle-main .add-to-musicbox .add-to { color: #777b86; line-height: 32px; }

.middle-main .add-to-musicbox .album-list { border-radius: 0; background-color: #131625; padding: 0 20px; height: 140px; overflow-y: scroll; }

.middle-main .add-to-musicbox .album-list::-webkit-scrollbar { width: 4px; }

.middle-main .add-to-musicbox .album-list::-webkit-scrollbar-thumb { background-color: #383d5b; border-radius: 2px; }

.middle-main .add-to-musicbox .input-album-name { margin-top: 20px; position: relative; height: 40px; line-height: 40px; background-color: #131625; padding: 0 20px; border-radius: 0; display: flex; align-items: center; }

.middle-main .add-to-musicbox .input-album-name input { flex: 1; border: none; background: none; color: #fff; padding-right: 20.0025px; }

.middle-main .add-to-musicbox .input-album-name input::placeholder { color: #777b86; }

.middle-main .add-to-musicbox .input-album-name a { display: flex; align-items: center; }

.middle-main .add-to-musicbox .input-album-name a .add { margin-right: 10px; }

.middle-main .add-to-musicbox .btns { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; }

.middle-main .add-to-musicbox .btns button { height: 40px; border-radius: 0; color: #fff; border: none; flex: 1; font-size: 16px; }

.middle-main .add-to-musicbox .btns button.determine { background: #db1d40; }

.middle-main .add-to-musicbox .btns button.cancel { margin-left: 20px; background: #1c1f31; }
.btn { text-align: center; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; }

.btn img { margin-right: 5px; }
.middle-main .main-title .btns { display: flex; justify-content: flex-end; }

.middle-main .main-title .btns .btn + .btn { margin-left: 10px; }

.middle-main .main-title .btn, .middle-main .main-title .swiper-slide { cursor: pointer; width: auto; padding: 0 10px; height: 28px; line-height: 28px; font-size: 14px; font-weight: normal; color: #fff; background-color: #1c1f31; }

.middle-main .main-title .btn + div, .middle-main .main-title .swiper-slide + div { margin-left: 10px; }

.middle-main .main-title .btn.active, .middle-main .main-title .swiper-slide.active { background-color: #db1d40; }
[class^="pc"] { display: block; }

[class^="mobile"], [class^="mobile layui-icon"] { display: none; }


  
@media screen and (min-width: 751px) { ::-webkit-scrollbar { width: 16px; height: 8px; }
  ::-webkit-scrollbar-track-piece { background: transparent; }
  ::-webkit-scrollbar-track { background: transparent; border-radius: 6px; }
  ::-webkit-scrollbar-thumb { background-color: #282e40; border-radius: 6px; height: 100px; }
  .popup { position: fixed; top: 50%; left: 50%; width: 760px; transform: translate(-50%, -50%); z-index: 1100; display: none; }
  .popup.block { display: block; position: static; transform: translate(0, 0); width: auto; }
  .popup.on { display: block; background-color: #171a2b; }
  .popup.on .popup-body { padding: 40px; }
  .popup .popup-title { height: 60px; line-height: 60px; font-size: 16px; font-weight: bolder; text-align: center; color: #fff; border-bottom: 1px solid #212434; position: relative; }
  .popup .popup-title .close { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; }
  .popup .popup-body { line-height: 30px; }
  .tab-body__item:not(:first-child) { display: none; }
  .tab-body__item.active { display: block; }
  .num { background: url("../image/nums.png") no-repeat 0 0; display: inline-block; width: 26px; height: 21px; }
  .num__1 { background-position: 0 0; }
  .num__2 { background-position: 0 -68px; }
  .num__3 { background-position: 0 -134px; }
  .num__4 { background-position: 0 -200px; }
  .num__5 { background-position: 0 -267px; }
  .num__6 { background-position: 0 -334px; }
  .num__7 { background-position: 0 -401px; }
  .num__8 { background-position: 0 -466px; }
  .num__9 { background-position: 0 -533px; }
  .num__10 { background-position: 0 -599px; } }



.player2 { height: 100px; position: fixed; bottom: 0; left: 0; right: 0; background: #171a2b; box-shadow: 0 -6px 10px 0 #000; display: flex; align-items: center; transition: all ease-in-out 0.5s; z-index: 400; }

.player2.hide { bottom: -100px; transition: all ease-in-out 0.5s; box-shadow: none; }

.player2 .player-close { width: 66px; height: 22px; position: absolute; right: 90px; background: url("../image/lock-bg.png") no-repeat center; top: -22px; display: flex; align-items: flex-end; justify-content: center; }

.player2 .player-close i { cursor: pointer; display: inline-block; width: 10px; height: 13px; background: url("../image/unlock.png") no-repeat center; }

.player2 .player-close i.lock { background: url("../image/lock.png") no-repeat center; }

.player2 .container { display: flex; flex-direction: row; align-items: center; justify-content: space-between; }

.player2 .container .control-btns { width: 140px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }

.player2 .container .player-middle { padding: 0 30px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; }

.player2 .container .player-middle .progress { width: 100%; height: 6px; background-color: #1c1f31; border-radius: 3px; position: relative; }

.player2 .container .player-middle .progress span { position: absolute; left: 0; top: 0; height: 6px; border-radius: 3px; background-image: linear-gradient(to right, #15d7c4, #90d14e); }

.player2 .container .player-middle .progress span i { cursor: pointer; display: block; position: absolute; right: 0; top: 50% !important; transform: translate(50%, -50%); width: 22px; height: 23px; background: url("../image/dian.png") no-repeat center; }

.player2 .container .music-title { width: 100%; flex: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }

.player2 .container .music-title .player-l { background: url("../image/music.png") no-repeat left center; padding-left: 25px; min-height: 19px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; flex: 1; }

.player2 .container .music-title .player-l i { display: none; }

.player2 .container .music-title .player-r { display: flex; align-items: center; }

.player2 .container .music-title .player-r i { cursor: pointer; display: inline-block; width: 18px; height: 16px; margin: 0 8px; }

.player2 .container .music-title .player-r .icon-mode.random { background: url("../image/random.png") no-repeat center; }

.player2 .container .music-title .player-r .icon-mode.random:hover { background: url("../image/random-on.png") no-repeat center; }

.player2 .container .music-title .player-r .icon-mode.loop { background: url("../image/loop.png") no-repeat center; }

.player2 .container .music-title .player-r .icon-mode.loop:hover { background: url("../image/loop-on.png") no-repeat center; }

.player2 .container .music-title .player-r .icon-mode.single-loop { background: url("../image/single-loop.png") no-repeat center; }

.player2 .container .music-title .player-r .icon-mode.single-loop:hover { background: url("../image/single-loop-on.png") no-repeat center; }

.player2 .container .music-title .player-r .icon-voice { cursor: pointer; display: inline-block; width: 18px; height: 16px; margin: 0 8px; background: url("../image/voice.png") no-repeat center; position: relative; }

.player2 .container .music-title .player-r .icon-voice:hover { background: url("../image/voice-on.png") no-repeat center; }

.player2 .container .music-title .player-r .icon-voice .voice-press { display: none; position: absolute; left: 50%; top: -44px; height: 100px; transform: translate(-50%, -100%); width: 6px; z-index: 300; }

.player2 .container .music-title .player-r .icon-voice .voice-press::before { content: ""; position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%); width: 40px; height: 130px; background-color: rgba(28, 31, 49, 0.9); box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5); }

.player2 .container .music-title .player-r .icon-voice .voice-press:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #0b0d19; border-radius: 3px; }

.player2 .container .music-title .player-r .icon-voice .voice-press span { border-radius: 3px; margin-left: 0; position: absolute; left: 0; width: 6px; height: 100%; bottom: 0; background-color: #db1d40; z-index: 301; }

.player2 .container .music-title .player-r .icon-voice .voice-press span::after { content: attr(data-content); position: absolute; top: 0; right: 0; transform: translate(130%, -50%); color: #ffffff; }

.player2 .container .music-title .player-r span { color: #777b86; margin-left: 10px; }

.player2 .container .music-title .player-r span b { font-weight: normal; }

.player2 .container .music-title .player-r span b.cur-time { color: #fff; }

.player2 .container .player-right { width: 180px; display: flex; align-items: center; justify-content: space-between; }

.player2 .container .player-right .btn { width: 80px; height: 40px; border: 1px solid #40434d; box-sizing: border-box; color: #777b86; }

.player2 .container .player-right .btn i { display: inline-block; width: 19px; height: 18px; margin-right: 5px; }

.player2 .container .player-right .btn i.icon-fabulous { background: url("../image/fabulous.png") no-repeat center; }

.player2 .container .player-right .btn i.icon-download { background: url("../image/download.png") no-repeat center; }

.player2 .container .player-right .btn i.icon-close { background: url("../image/close.png") no-repeat center; }



@media screen and (min-width: 751px) { #playList li .icon-img.stop { margin-top: -6px; background: url("../image/stop.gif") no-repeat 0 0; }
  #playList li .icon-img.stop.on { background: url("../image/play.gif") no-repeat 0 0; }
  #media [class^="controlbgbar"] { width: 100%; height: 38px; position: absolute; bottom: 0px; opacity: 0.8; z-index: 990; }
  #media [class^="controlbar"] { width: 100%; height: 38px; position: absolute; bottom: 0px; z-index: 990; display: flex !important; flex-direction: column; justify-content: center; bottom: auto !important; top: 10px; }
  #media [class^="controlbar"] [class^="timetext"] { display: block !important; }
  #media [class^="controlbar"] .control { width: 100%; display: flex; align-items: center; justify-content: space-between; }
  #media [class^="controlbar"] .is-loop { position: absolute; top: 48px; left: 5px; cursor: pointer; }
  #media [class^="timeprogressbg"], #media [class^="timebobg"] { bottom: auto !important; top: 5px; }
  #media [class^="timetext"] { position: absolute; top: 10px; padding-left: 0 !important; height: 30px; width: 100%; }
  #media [class^="timetext"] .start-time { position: absolute; left: 0; }
  #media [class^="timetext"] .end-time { position: absolute; right: 0; }
  #media [class^="play"], #media [class^="pause"] { width: 38px; height: 38px; float: left; overflow: hidden; cursor: pointer; display: block; position: absolute; top: 40px; left: 50%; transform: translateX(-50%); }
  #media [class^="play"] *, #media [class^="pause"] * { display: none; }
  #media [class^="front"] { display: block !important; position: absolute; top: 40px; left: 50%; margin-left: -90px; width: 21px !important; height: 29px !important; }
  #media [class^="front"] * { display: none; }
  #media [class^="next"] { display: block !important; position: absolute; top: 40px; left: 50%; margin-left: 70px; width: 21px !important; height: 29px !important; }
  #media [class^="next"] * { display: none; }
  #media [class^="mute"] { position: absolute; right: 110px; top: 48px; height: 14px !important; width: 17px !important; }
  #media [class^="mute"] * { display: none; }
  #media [class^="escmute"] { position: absolute; right: 110px; top: 48px; height: 14px !important; width: 17px !important; }
  #media [class^="escmute"] * { display: none; }
  #media [class^="volume"] { position: absolute; overflow: visible !important; display: block !important; right: 0; top: 38px; }
  #media [class^="volume"] [class^="volumedbg"] { top: 0; width: 100px !important; }
  #media [class^="volume"] [class^="volumebg"] { width: 100% !important; }
  #media [class^="volume"] [class^="volumeup"] { left: 0; top: 0; }
  #media [class^="volume"] [class^="volumebo"] { width: 12px; height: 12px; overflow: hidden; border-radius: 50%; position: absolute; background-color: white; top: 11px; left: 88px; cursor: pointer; }
  #media [class^="volume"] [class^="volumebw"] { width: 6px; height: 6px; overflow: hidden; border-radius: 50%; position: absolute; background-color: #db1d40; left: 3px; top: 3px; } }

@media screen and (max-width: 750px) { .songs-list.popup ul.playmusic-list li > a { line-height: 1.0667rem !important; height: 100%; max-width: 100% !important; }
  .songs-list.popup ul.playmusic-list li > span:last-child { display: flex !important; justify-content: flex-end; }
  .songs-list.popup ul.playmusic-list li > span:last-child .download { margin-right: 0; }
  #playList li .icon-img.stop { margin-top: -0.08rem; background: url("../image/stop.gif") no-repeat 0 0; }
  #playList li .icon-img.stop.on { background: url("../image/play.gif") no-repeat 0 0; }
  [class^="menuc"] { display: none !important; }
  #media { flex: 1; margin-top: 0.8rem; height: 3.2rem !important; }
  #media [class^="controlbgbar"] { display: none !important; }
  #media canvas { display: none !important; }
  #media [class^="controlbar"] { display: flex !important; flex-direction: column; justify-content: center; bottom: auto !important; top: 0.3467rem; height: auto !important; }
  #media [class^="controlbar"] [class^="timetext"] { display: block !important; }
  #media [class^="controlbar"] .control { width: 100%; display: flex; align-items: center; justify-content: space-between; }
  #media [class^="timeprogressbg"] { background: #1c1f31 !important; }
  #media [class^="timeprogressbg"], #media [class^="timebobg"] { bottom: auto !important; top: 0.1333rem; height: 0.16rem !important; }
  #media [class^="timeprogressbg"] [class^="loadprogress"], #media [class^="timebobg"] [class^="loadprogress"] { background: none !important; }
  #media [class^="timebobg"] [class^="timebo"] { top: -0.12rem !important; display: inline-block; background-color: transparent !important; background: url(../image/sprite.png) no-repeat 0 0; background-position: -0.1064rem -13.90667rem; background-size: 5.33333rem; width: 0.44rem !important; height: 0.56rem !important; box-shadow: none !important; top: -0.18rem !important; }
  #media [class^="timebobg"] [class^="timebo"] > * { display: none !important; }
  #media [class^="timebobg"] [class^="timebo"] [class^="timebw"] { width: 0.16rem !important; height: 0.16rem !important; top: 50% !important; left: 50% !important; margin-top: -0.08rem; margin-left: -0.08rem; }
  #media [class^="timetext"] { position: absolute; top: 0px; padding-left: 0 !important; height: 0.8rem; line-height: 0.8rem; width: 100%; }
  #media [class^="timetext"] .start-time { position: absolute; top: 0; left: 0; line-height: 0.8rem; }
  #media [class^="timetext"] .end-time { position: absolute; right: 0; top: 0; line-height: 0.8rem; }
  #media .is-loop { position: absolute; top: 1.1707rem; left: 0; }
  #media [class^="play"], #media [class^="pause"] { position: absolute; top: 0.7rem; left: 50%; margin-left: calc(-1.6533rem / 2); }
  #media [class^="play"] *, #media [class^="pause"] * { display: none !important; }
  #media [class^="front"] { display: block !important; position: absolute; top: 1.1rem; left: 50%; margin-left: calc(-0.68rem / 2 - 2.1rem); width: 0.68rem !important; height: 0.73rem !important; }
  #media [class^="front"] * { display: none !important; }
  #media [class^="next"] { display: block !important; position: absolute; top: 1.1rem; left: 50%; margin-left: calc(-0.68rem / 2 + 2.1rem); width: 0.68rem !important; height: 0.73rem !important; }
  #media [class^="next"] * { display: none !important; }
  #media [class^="mute"] { position: absolute; right: 0.3rem; top: -1.8rem; width: 0.6933rem !important; height: 0.6133rem !important; }
  #media [class^="mute"] * { display: none !important; }
  #media [class^="escmute"] { position: absolute; right: 0.3rem; top: -1.8rem; width: 0.6933rem !important; height: 0.6133rem !important; }
  #media [class^="escmute"] * { display: none !important; }
  #media [class^="volume"] { position: absolute; overflow: visible !important; display: block !important; display: none !important; right: 0; top: 38px; }
  #media [class^="volume"] [class^="volumedbg"] { top: 0; width: 100px !important; }
  #media [class^="volume"] [class^="volumebg"] { width: 100% !important; }
  #media [class^="volume"] [class^="volumeup"] { left: 0; top: 0; }
  .jp-audio.jp-state-playing .jp-type-single .jp-gui .time .jp-progress .ui-slider-handle { top: -0.17rem; border: none; display: inline-block; background: url(../image/sprite.png) no-repeat 0 0; background-position: -0.10667rem -13.90667rem; background-size: 5.33333rem; width: 0.4rem; height: 0.56rem; }
  .jp-audio.jp-state-playing .jp-type-single .jp-gui .jp-controls { display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
  .jp-audio.jp-state-playing .jp-type-single .jp-gui .jp-controls .play-toggles .jp-play { background: url(../image/sprite.png) no-repeat 0 0; background-position: -3.6rem -5.09333rem; background-size: 5.33333rem; width: 1.6533rem; height: 1.6533rem; }
  .jp-audio.jp-state-playing .jp-type-single .jp-gui .jp-controls .play-toggles .jp-stop { display: inline-block; }
  .jp-audio.jp-state-muted .jp-type-single .jp-gui .jp-volume-controls .jp-mute { display: inline-block; background: url(../image/sprite.png) no-repeat 0 0; background-position: -3.89333rem -3.82667rem; background-size: 5.33333rem; width: 0.6933rem; height: 0.6133rem; }
  .jp-audio.jp-state-looped .jp-type-single .jp-gui .jp-controls-holder .jp-controls .jp-toggles .jp-repeat {background-size: 5.33333rem;width: 0.6933rem;height: 0.6667rem;transform: scale(1.8);}
  .jp-audio .jp-type-single { flex: 1; width: 100%; }
  .jp-audio .jp-type-single .jp-gui { display: flex; flex-direction: column; position: relative; }
  .jp-audio .jp-type-single .jp-gui .jp-volume-controls { position: absolute; top: 0.1rem; right: 0; }
  .jp-audio .jp-type-single .jp-gui .time {height: 0.32rem;margin-top: 0.1rem;margin-bottom: 0.8rem;display: flex;flex-direction: row;align-items: center;justify-content: space-between;color: #fff;font-size: 0.8rem;}
  .jp-audio .jp-type-single .jp-gui .time .jp-progress { flex: 1; height: 0.16rem; border-radius: 0.08rem; margin: 0 0.2667rem; border-width: 0; background: #1c1f31; }
  .jp-audio .jp-type-single .jp-gui .time .jp-progress .jp-seek-bar { height: 100%; position: relative; }
  .jp-audio .jp-type-single .jp-gui .time .jp-progress .jp-seek-bar .timebobg { position: absolute; left: 0; top: 0; margin-top: calc((0.16rem - 0.5rem) / 2); margin-left: calc((0.16rem - 0.56rem) / 2); }
  .jp-audio .jp-type-single .jp-gui .time .jp-progress .jp-play-bar { width: 0; height: 100%; border-radius: 0.08rem; background-image: linear-gradient(to right, #15d7c4, #b8fe58); }
  .jp-audio .jp-type-single .jp-gui .time .jp-progress .ui-slider-handle { top: -0.17rem; border: none; display: inline-block; background: url(../image/sprite.png) no-repeat 0 0; background-position: -0.10667rem -13.90667rem; background-size: 5.33333rem; width: 0.4rem; height: 0.56rem; }
  .jp-audio .jp-type-single .jp-gui .jp-controls {display: flex;flex-direction: row;align-items: center;justify-content: space-between;margin-top: 1.3rem;}
  .jp-audio .jp-type-single .jp-gui .jp-controls .play-toggles {display: flex;align-items: center;justify-content: space-between;width: 4.8rem;transform: scale(1.5);}
  .main-middle .main-list .right.rank-wrap { border-top: 0.2133rem solid #171a2b; margin-left: 0; width: 100%; background: none; }
  .main-middle .main-list .right.rank-wrap .main-header { justify-content: flex-end; }
  .main-middle .main-list .right.rank-wrap .main-header .title { padding-left: 0; }
  .main-middle .main-list .right.rank-wrap .main-header .title:after { display: none; }
  .main-middle .main-list .right.rank-wrap .main-header .title > div:first-child { font-size: 0.3733rem; }
  .main-middle .main-list .right.rank-wrap .main-header .title > div:nth-child(2) { display: flex; flex-direction: row; align-items: flex-end; font-size: 0; }
  .main-middle .main-list .right.rank-wrap .main-header .title > div:nth-child(2) a { background: none; padding: 0; height: 1.0667rem; line-height: 1.0667rem; color: #7b87a6; font-size: 0.3733rem; font-weight: normal; background: none; position: relative; font-weight: bolder; color: #7b87a6; font-size: 0.3733rem; font-weight: normal; }
  .main-middle .main-list .right.rank-wrap .main-header .title > div:nth-child(2) a + a { margin-left: 0.2667rem; }
  .main-middle .main-list .right.rank-wrap .main-header .title > div:nth-child(2) a.active { color: #fff; }
  .main-middle .main-list .right.rank-wrap .main-header .title > div:nth-child(2) a.active:after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 0.0533rem; background-color: #db1d40; border-radius: 0.0267rem; }
  .main-middle .main-list .right.rank-wrap .tab-body .main-body { position: relative; }
  .main-middle .main-list .right.rank-wrap .tab-body .main-body .tab-header { position: absolute; right: 0.2667rem; top: -0.85rem; display: flex; flex-direction: row; height: 0.6133rem; align-items: center; color: #fff; border-radius: 0.3067rem; background: #171a2b; }
  .main-middle .main-list .right.rank-wrap .tab-body .main-body .tab-header a { padding: 0 0.2133rem; flex: 1; height: 100%; }
  .main-middle .main-list .right.rank-wrap .tab-body .main-body .tab-header a.active { background: #2e365a; border-radius: 0.3067rem; color: #fff; }
  .main-middle .main-list .right.rank-wrap .tab-body .main-body .tab-body ul.tab-body__item { padding: 0.4rem; }
  .main-middle .main-list .right.rank-wrap .tab-body .main-body .tab-body ul.tab-body__item li { color: #ffffff; }
  .main-middle .main-list .right.rank-wrap .tab-body .main-body .tab-body ul.tab-body__item li:nth-child(n + 7) { display: none; }
  .num { background: url(../image/m-nums.png) no-repeat center; background-size: 0.5067rem 12.44rem; display: inline-block; width: 0.5067rem; height: 0.4133rem; margin-top: 0 !important; vertical-align: middle; }
  .num__1 { background-position: 0 0; }
  .num__2 { background-position: 0 -1.32rem; }
  .num__3 { background-position: 0 -2.6667rem; }
  .num__4 { background-position: 0 -4rem; }
  .num__5 { background-position: 0 -5.3467rem; }
  .num__6 { background-position: 0 -6.68rem; }
  .num__7 { background-position: 0 -8.0267rem; }
  .num__8 { background-position: 0 -9.36rem; }
  .num__9 { background-position: 0 -10.7067rem; }
  .num__10 { background-position: 0 -12.04rem; }
  .search-condition { border-top: 0.2667rem solid #171a2b; background: #20243c; padding: 0.4rem 0.4rem 0; line-height: 3; color: #7b87a6; }
  .search-condition .search-left { width: auto; display: inline-block; background: #171a2b; color: #fff; height: 0.6667rem; line-height: 0.6667rem; border-radius: 0.3333rem; }
  .search-condition .search-left span { display: none; }
  .search-condition .search-left a { display: inline-block; height: 100%; align-items: center; padding: 0 0.4rem; }
  .search-condition .search-left a.active { background: #2e365a; border-radius: 0.3333rem; }
  .search-sort { background: #20243c; border-bottom: 1px solid #383d5b; height: 0.9333rem; display: flex; flex-direction: row; align-items: center; padding: 0 0.4rem; font-size: 0.4267rem; }
  .search-sort a { display: inline-block; height: 100%; color: #7b87a6; margin-right: 0.2667rem; line-height: 2; }
  .search-sort a.active { color: #fff; border-bottom: 0.0533rem solid #db1d40; } }



@media screen and (max-height: 634px) and (max-width: 750px) { .middle-main .player-box .player-left { padding-top: 3rem; }
  .middle-main .player-box .player-left .music-player { width: 6rem; height: 6rem; }
  .middle-main .player-box .player-left .music-player > img { width: 6rem; height: 6rem; margin-top: -3rem; }
  .middle-main .player-box .player-left .music-player__pointer { width: 2.0933rem; height: 5.1333rem; background: url(../image/player-line-m.png) no-repeat 0 0; background-size: 2.0933rem 5.1333rem; }
  .middle-main .player-box .player-right { height: 3.8rem; } }





.share-icon { display: inline-block; width: 24px; height: 24px; background: url(../image/share-icons.png) no-repeat 0 0; margin-right: 10px; }

.share-icon.wechat { background-position: 0 0; }

.share-icon.qq { background-position: 0 -24px; }

.share-icon.qzone { background-position: 0 -48px; }

.share-icon.pyq { background-position: 0 -72px; }

.share-icon.weibo { background-position: 0 -96px; }

.icon-img { font-style: normal; display: inline-block; background: url("../image/sprite.png") no-repeat 0 0; }

.icon-img.share { background-position: 0 0; width: 18px; height: 17px; }

.icon-img.yinyue { background-position: 0 -17px; width: 20px; height: 25px; }

.icon-img.expression { background-position: 0 -42px; width: 20px; height: 20px; }

.icon-img.hot { background-position: 0 -62px; width: 24px; height: 12px; }

.icon-img.mobile { background: url("../image/mobile.png") no-repeat 0 0; width: 14px; height: 20px; white-space: nowrap; }

.icon-img.rq { background-position: 0 -139px; width: 18px; height: 20px; }

.icon-img.fabulous { background-position: 0 -195px; width: 19px; height: 18px; }

.icon-img.m-share { background-position: -1.52rem -1.50667rem; background-size: 5.33333rem; width: 0.6rem; height: 0.6rem; }

.icon-img.play-suspend { background-position: -45px -231px; width: 22px; height: 29px; }

.icon-img.btn-prev { background-position: -45px -259px; width: 20px; height: 21px; }

.icon-img.btn-next { background-position: -45px -280px; width: 20px; height: 21px; }

.icon-img.download { background-position: -45px -301px; width: 12px; height: 14px; }

.icon-img.random { background-position: 0 -402px; width: 18px; height: 16px; }

.icon-img.single-loop { background-position: -42px -402px; width: 18px; height: 16px; }

.icon-img.loop { background-position: -18px -402px; width: 18px; height: 16px; }

.icon-img.stop { background-position: -61px -402px; width: 20px; height: 20px; }

.icon-img.stop.on { background-position: -61px -422px; }

.icon-img.prev { background-position: 0 -608px; width: 21px; height: 29px; }

.icon-img.prev:hover { background-position: 0 -638px; width: 21px; height: 29px; }

.icon-img.next { background-position: -42px -608px; width: 21px; height: 29px; }

.icon-img.next:hover { background-position: -42px -638px; width: 21px; height: 29px; }

.icon-img.play-stop { background-position: -21px -608px; width: 21px !important; height: 29px !important; }

.icon-img.play-stop.playing { background-position: -22px -637px; width: 20px !important; height: 29px !important; }

.icon-img.play-stop * { display: none; }

.icon-img.note-gary { background-position: 0 -666px; width: 19px; height: 18px; }

.icon-img.collection-gary { background-position: -19px -666px; width: 19px; height: 18px; }

.icon-img.download-rank { background-position: 0 -684px; width: 134px; height: 20px; }

.icon-img.audition-rank { background-position: 0 -704px; width: 166px; height: 20px; }

.icon-img.rank-1 { background-position: -6px -731px; width: 19px; height: 26px; }

.icon-img.rank-2 { background-position: -36px -731px; width: 19px; height: 26px; }

.icon-img.rank-3 { background-position: -66px -731px; width: 19px; height: 26px; }

.icon-img.xg { background-position: 0 -766px; width: 50px; height: 41px; }

.icon-img.xd { background-position: -50px -766px; width: 50px; height: 41px; }

.icon-img.fk { background-position: -100px -766px; width: 50px; height: 41px; }

.icon-img.fh { background-position: -150px -766px; width: 50px; height: 41px; }

.icon-img.qs { background-position: -200px -766px; width: 50px; height: 41px; }

.icon-img.cd-burn { background-position: -57px -449px; width: 20px; height: 20px; }

.icon-img.close { background-position: -40px -667px; width: 15px; height: 15px; }

.icon-img.yinfu { background-position: -67px -304px; width: 13px; height: 16px; }

.icon-img.vip { background-position: -82px -482px; width: 40px; height: 16px; }

.icon-img.arrow { background: none; display: none; }

.icon-img.user-home { background-position: -122px -866px; width: 18px; height: 18px; }

.icon-img.xgzl { background-position: -140px -866px; width: 18px; height: 18px; }

.icon-img.xgmm { background-position: -158px -866px; width: 18px; height: 18px; }

.icon-img.wdgz { background-position: -176px -866px; width: 18px; height: 18px; }

.icon-img.wxhdj { background-position: -194px -866px; width: 18px; height: 18px; }

.icon-img.jyjl { background-position: -212px -866px; width: 18px; height: 18px; }

.icon-img.xzjl { background-position: -230px -866px; width: 18px; height: 18px; }

.icon-img.wddd { background-position: -248px -866px; width: 18px; height: 18px; }

.icon-img.shdz { background-position: -266px -866px; width: 18px; height: 18px; }

.icon-img.wechat { background-position: -83px -248px; width: 34px; height: 28px; }

.icon-img.wjx { background-position: -135px -209px; width: 18px; height: 18px; }

.icon-img.edit { background-position: -131px -640px; width: 18px; height: 18px; }

.icon-img.delete { background-position: -159px -640px; width: 18px; height: 18px; }

.icon-img.qq-user { background-position: -132px -404px; width: 20px; height: 20px; }

.icon-img.wechat-user { background-position: -158px -404px; width: 20px; height: 20px; }

.icon-img.mini-vip { background-position: -184px -404px; width: 24px; height: 20px; }

.icon-img.blue-arrow { background-position: -216px -409px; width: 6px; height: 10px; }

.icon-img.login-user { background-position: -138px -685px; width: 16px; height: 16px; }

.icon-img.login-pw { background-position: -163px -685px; width: 16px; height: 16px; }

.icon-img.login-yz { background-position: -185px -685px; width: 16px; height: 16px; }

.icon-img.login-qq { background-position: -209px -685px; width: 30px; height: 30px; }

.icon-img.login-wechat { background-position: -245px -685px; width: 30px; height: 30px; }

.icon-img.icon-camera { background-position: -233px -509px; width: 40px; height: 35px; }

.icon-img.add { background-position: -304px -2px; width: 20px; height: 20px; }

.icon-img.add.on { background-position: -330px -2px; }

.icon-img.mute { background-position: -137px -307px; width: 14px; height: 14px; }

.icon-img.unmute { background-position: -307px -33px; width: 17px; height: 14px; }

.icon-img.follow { background-position: -265px -1039px; width: 17px; height: 16px; }

.icon-img.change { background-position: -265px -1065px; width: 16px; height: 16px; }

.icon-img.alipay { background-position: -97px -1046px; width: 30px; height: 30px; }

.icon-img.wechat-pay { background-position: -140px -1046px; width: 30px; height: 30px; }

.icon-img.chuangsao { background-position: -5px -1129px; width: 45px; height: 30px; vertical-align: middle; margin-left: 10px; }

.icon-img.danqu { background-position: -5px -1163px; width: 45px; height: 30px; vertical-align: middle; margin-left: 10px; }

.icon-img.up { background-position: -195px -1102px; width: 13px; height: 16px; }

.icon-img.up:hover { background-position: -232px -1102px; }

.icon-img.down { background-position: -211px -1102px; width: 13px; height: 16px; }

.icon-img.down:hover { background-position: -249px -1102px; }

@media screen and (max-width: 750px) { .share-icon { display: inline-block; width: 1.28rem; height: 1.28rem; background: url(../image/sprite.png) no-repeat 0 0; margin-right: 0; }
  .share-icon.wechat { background-position: -1.22667rem -0.02667rem; background-size: 5.33333rem; }
  .share-icon.qq { background-position: -2.54667rem -1.32rem; background-size: 5.33333rem; }
  .share-icon.qzone { background-position: -2.54667rem -0.01333rem; background-size: 5.33333rem; }
  .share-icon.pyq { background-position: -2.54667rem -3.94667rem; background-size: 5.33333rem; }
  .share-icon.weibo { background-position: -2.54667rem -2.62667rem; background-size: 5.33333rem; }
  .icon-img.rq { background-position: 0 -1.32rem; background-size: 5.33333rem; width: 0.4267rem; height: 0.48rem; margin-right: 0.1333rem; }
  .icon-img.fabulous {background-position: -3.88rem -0.68rem;background-size: 5.33333rem;width: 0.72rem;height: 0.72rem;}
  .icon-img.download { background-position: -4.61333rem -0.68rem; background-size: 5.33333rem; width: 0.72rem; height: 0.72rem; }
  .icon-img.info { background-position: -3.88rem -1.41333rem; background-size: 5.33333rem; width: 0.72rem; height: 0.72rem; }
  .icon-img.voice { background-position: -0.58667rem -0.56rem; background-size: 5.33333rem; width: 0.5467rem; height: 0.48rem; }
  .icon-img.list-icon {background-position: -3.89333rem -2.13333rem;background-size: 5.33333rem;width: 0.72rem !important;height: 0.72rem !important;transform: scale(1.8);}
  .icon-img.play-suspend { background-position: -0.6rem -2.01333rem; background-size: 5.33333rem; width: 1.0667rem; height: 1.0667rem; }
  .icon-img.btn-prev { background-position: 0 -3.33333rem; background-size: 5.33333rem; width: 0.4533rem; height: 0.48rem; }
  .icon-img.btn-next { background-position: 0 -3.84rem; background-size: 5.33333rem; width: 0.4533rem; height: 0.48rem; }
  .icon-img.message { background-position: -4.61333rem -1.41333rem; background-size: 5.33333rem; width: 0.72rem; height: 0.72rem; }
  .icon-img.messages { background-position: 0 -4.32rem; background-size: 5.33333rem; width: 0.52rem; height: 0.5333rem; }
  .icon-img.random {background-position: -4.14667rem -9.04rem;background-size: 5.33333rem;width: 0.6933rem;height: 0.6667rem;transform: scale(1.8);}
  .icon-img.single-loop {background-position: -4.14667rem -8.34667rem;background-size: 5.33333rem;width: 0.6933rem;height: 0.6667rem;transform: scale(1.8);}
  .icon-img.loop {background-position: -4.14667rem -7.58667rem;background-size: 5.33333rem;width: 0.6933rem;height: 0.6667rem;transform: scale(1.5);}
  .icon-img.stop { background-position: -1.09333rem -5.37333rem; background-size: 5.33333rem; width: 0.5067rem; height: 0.5067rem; }
  .icon-img.stop.on {background-position: -1.12rem -4.34667rem;background-size: 5.33333rem;transform: scale(1.8);}
  .icon-img.yinyue { background-position: -1.84rem -3.41333rem; background-size: 5.33333rem; width: 0.4rem; height: 0.4933rem; }
  .icon-img.add { background-position: -0.33333rem -5.90667rem; background-size: 5.33333rem; width: 0.4133rem; height: 0.4133rem; }
  .icon-img.sx { background-position: 0 -6.36rem; background-size: 5.33333rem; width: 0.5467rem; height: 0.48rem; }
  .icon-img.choosed { background-position: -0.6rem -6.34667rem; background-size: 5.33333rem; width: 0.4267rem; height: 0.4267rem; }
  .icon-img.right-row { background-position: 0 -6.84rem; background-size: 5.33333rem; width: 0.2133rem; height: 0.32rem; }
  .icon-img.down { background-position: -0.22667rem -6.84rem; background-size: 5.33333rem; width: 0.28rem; height: 0.3067rem; }
  .icon-img.publish { background-position: 0 -7.16rem; background-size: 5.33333rem; width: 0.48rem; height: 0.44rem; margin-right: 0.1333rem; }
  .icon-img.expression { background-position: 0 -7.61333rem; background-size: 5.33333rem; width: 0.48rem; height: 0.48rem; }
  .icon-img.home { background-position: -0.54667rem -6.8rem; background-size: 5.33333rem; width: 0.56rem; height: 0.5733rem; }
  .icon-img.home-on { background-position: -0.54667rem -7.4rem; background-size: 5.33333rem; width: 0.56rem; height: 0.5733rem; }
  .icon-img.home.on { background-position: -0.54667rem -7.38667rem; background-size: 5.33333rem; width: 0.56rem; height: 0.5733rem; }
  .icon-img.dj { background-position: -1.17333rem -6.8rem; background-size: 5.33333rem; width: 0.5733rem; height: 0.5733rem; }
  .icon-img.dj.on { background-position: -1.16rem -7.38667rem; background-size: 5.33333rem; width: 0.56rem; height: 0.5733rem; }
  .icon-img.sj { background-position: -1.74667rem -6.8rem; background-size: 5.33333rem; width: 0.56rem; height: 0.5733rem; }
  .icon-img.sj.on { background-position: -1.74667rem -7.38667rem; background-size: 5.33333rem; width: 0.56rem; height: 0.5733rem; }
  .icon-img.user { background-position: -2.33333rem -6.8rem; background-size: 5.33333rem; width: 0.56rem; height: 0.5733rem; }
  .icon-img.user.on { background-position: -2.33333rem -7.38667rem; background-size: 5.33333rem; width: 0.56rem; height: 0.5733rem; }
  .icon-img.note-gary { background-position: -0.90667rem -8.50667rem; background-size: 5.33333rem; width: 0.3733rem; height: 0.3733rem; }
  .icon-img.collection-gary { background-position: -1.28rem -8.50667rem; background-size: 5.33333rem; width: 0.3733rem; height: 0.3733rem; }
  .icon-img.rank-1 { background-position: -0.85333rem -10.81333rem; background-size: 5.33333rem; width: 0.48rem; height: 0.6667rem; }
  .icon-img.rank-2 { background-position: -1.45333rem -10.81333rem; background-size: 5.33333rem; width: 0.48rem; height: 0.6667rem; }
  .icon-img.rank-3 { background-position: -2.12rem -10.81333rem; background-size: 5.33333rem; width: 0.48rem; height: 0.6667rem; }
  .icon-img.xg { background-position: -1.33333rem -10.21333rem; background-size: 5.33333rem; width: 0.6667rem; height: 0.5467rem; }
  .icon-img.xd { background-position: -0.66667rem -10.21333rem; background-size: 5.33333rem; width: 0.6667rem; height: 0.5467rem; }
  .icon-img.fk { background-position: -1.33333rem -10.21333rem; background-size: 5.33333rem; width: 0.6667rem; height: 0.5467rem; }
  .icon-img.fh { background-position: -2rem -10.21333rem; background-size: 5.33333rem; width: 0.6667rem; height: 0.5467rem; }
  .icon-img.qs { background-position: -2.66667rem -10.21333rem; background-size: 5.33333rem; width: 0.6667rem; height: 0.5467rem; }
  .icon-img.help { background-position: 0 -11.42667rem; background-size: 5.33333rem; width: 0.56rem; height: 0.56rem; }
  .icon-img.back { background-position: -0.72rem -11.56rem; background-size: 5.33333rem; width: 0.4267rem; height: 0.3733rem; }
  .icon-img.xgzl { background-position: 0 -12.06667rem; background-size: 5.33333rem; width: 0.8rem; height: 0.8rem; }
  .icon-img.xgmm { background-position: -0.90667rem -12.06667rem; background-size: 5.33333rem; width: 0.8rem; height: 0.8rem; }
  .icon-img.wdgz { background-position: -1.86667rem -12.06667rem; background-size: 5.33333rem; width: 0.8rem; height: 0.8rem; }
  .icon-img.wxhdj { background-position: -2.84rem -12.06667rem; background-size: 5.33333rem; width: 0.8rem; height: 0.8rem; }
  .icon-img.jyjl { background-position: -3.81333rem -12.06667rem; background-size: 5.33333rem; width: 0.8rem; height: 0.8rem; }
  .icon-img.xzjl { background-position: 0rem -12.96rem; background-size: 5.33333rem; width: 0.8rem; height: 0.8rem; }
  .icon-img.wddd { background-position: -0.90667rem -12.96rem; background-size: 5.33333rem; width: 0.8rem; height: 0.8rem; }
  .icon-img.shdz { background-position: -1.86667rem -12.96rem; background-size: 5.33333rem; width: 0.8rem; height: 0.8rem; }
  .icon-img.arrow { display: inline-block; background: url(../image/sprite.png) no-repeat 0 0; background-position: -1.18667rem -11.56rem; background-size: 5.33333rem; width: 0.3733rem; height: 0.3733rem; }
  .icon-img.udetail { background: url(../image/other.png) no-repeat 0 0; background-size: 0.48rem 0.48rem; width: 0.48rem; height: 0.48rem; }
  .icon-img.vip { background-position: -1.09333rem -5.92rem; background-size: 5.33333rem; width: 0.9333rem; height: 0.3733rem; }
  .icon-img.edit { background-position: -1.02667rem -8.05333rem; background-size: 5.33333rem; width: 0.4rem; height: 0.4rem; }
  .icon-img.share { background-position: -1.58667rem -8.05333rem; background-size: 5.33333rem; width: 0.4rem; height: 0.4rem; }
  .icon-img.delete {background-position: -2.16rem -8.05333rem;background-size: 5.33333rem;width: 0.4rem;height: 0.4rem;transform: scale(2);}
  .icon-img.hot { background-position: -0.54667rem -1.64rem; background-size: 5.33333rem; width: 0.64rem; height: 0.32rem; }
  .icon-img.qq-user { background-position: -2.05333rem -5.69333rem; background-size: 5.33333rem; width: 0.4rem; height: 0.4rem; }
  .icon-img.wechat-user { background-position: -2.48rem -5.69333rem; background-size: 5.33333rem; width: 0.4rem; height: 0.4rem; }
  .icon-img.blue-arrow { background-position: -3.01333rem -5.76rem; background-size: 5.33333rem; width: 0.16rem; height: 0.2667rem; }
  .icon-img.login-user { background-position: -2.2rem -9.62667rem; background-size: 5.33333rem; width: 0.3467rem; height: 0.3733rem; }
  .icon-img.login-pw { background-position: -2.66667rem -9.6rem; background-size: 5.33333rem; width: 0.35rem; height: 0.3733rem; }
  .icon-img.login-yz { background-position: -3.10667rem -9.6rem; background-size: 5.33333rem; width: 0.3467rem; height: 0.4rem; }
  .icon-img.login-qq { background-position: -2.6rem -8.48rem; background-size: 5.33333rem; width: 0.56rem; height: 0.56rem; }
  .icon-img.login-wechat { background-position: -3.28rem -8.48rem; background-size: 5.33333rem; width: 0.56rem; height: 0.56rem; }
  .icon-img.prev { background-position: -3.90667rem -2.96rem; background-size: 5.33333rem; width: 0.68rem; height: 0.73rem; }
  .icon-img.prev:hover { background-position: -3.90667rem -2.96rem; background-size: 5.33333rem; width: 0.68rem; height: 0.73rem; }
  .icon-img.next { background-position: -4.62667rem -2.96rem; background-size: 5.33333rem; width: 0.68rem; height: 0.73rem; }
  .icon-img.next:hover { background-position: -4.62667rem -2.96rem; background-size: 5.33333rem; width: 0.68rem; height: 0.73rem; }
  .icon-img.play-stop { background-position: -3.58667rem -9.81333rem; background-size: 5.33333rem; width: 1.6533rem !important; height: 1.6533rem !important; }
  .icon-img.play-stop.playing { background-position: -3.6rem -5.09333rem; background-size: 5.33333rem; width: 1.6533rem !important; height: 1.6533rem !important; }
  .icon-img.icon-camera { background-position: -3.10667rem -7.4rem; background-size: 5.33333rem; width: 0.88rem; height: 0.7867rem; }
  .icon-img.mute { background-position: -4.25333rem -6.90667rem; background-size: 5.33333rem; width: 0.6933rem; height: 0.6133rem; }
  .icon-img.unmute { background-position: -3.89333rem -3.82667rem; background-size: 5.33333rem; width: 0.6933rem; height: 0.6133rem; }
  .icon-img.kelu { background: url(../image/sprite.png) no-repeat 0 0; background-position: -4.64rem -12.10667rem; background-size: 5.33333rem; width: 0.6667rem; height: 0.6667rem; }
  .icon-img.id { background: url(../image/sprite.png) no-repeat 0 0; background-position: -4.64rem -15.24rem; background-size: 5.33333rem; width: 0.6667rem; height: 0.6667rem; }
  .icon-img.timebobg { background-position: -0.10667rem -13.90667rem; background-size: 5.33333rem; width: 0.4rem; height: 0.5rem; }
  .icon-img.add-btn { background-position: -0.57333rem -13.90667rem; background-size: 5.33333rem; width: 0.5333rem; height: 0.5333rem; }
  .icon-img.alipay { background-position: -0.04rem -14.44rem; background-size: 5.33333rem; width: 0.5067rem; height: 0.5067rem; }
  .icon-img.wechat-pay { background-position: -0.58667rem -14.44rem; background-size: 5.33333rem; width: 0.5067rem; height: 0.5067rem; }
  .icon-img.about { background-position: -1.88rem -15.04rem; background-size: 5.33333rem; width: 0.6667rem; height: 0.5867rem; }
  .udetail { display: inline-block; background: url(../image/other.png) no-repeat 0 0; background-size: 0.48rem 0.48rem; width: 0.48rem; height: 0.48rem; }
  .download-btn { background: url(../image/down.png) no-repeat center 0; background-size: 0.9067rem 0.9067rem; width: 0.9067rem; height: 0.9067rem; }
  .cd-btn { background: url(../image/kelu.png) no-repeat center 0; background-size: 0.9067rem 0.9067rem; width: 0.9067rem; height: 0.9067rem; }
  .like-btn { background: url(../image/like.png) no-repeat center 0; background-size: 0.9067rem 0.9067rem; width: 0.9067rem; height: 0.9067rem; }
  .play-btn {/* display: inline-block; *//* background: url(../image/big-play.png) no-repeat center 0; *//* background-size: 0.9067rem 0.9067rem; *//* width: 0.9067rem; *//* height: 0.9067rem; */}
  .layui-icon-search { background: url(../image/search.png) no-repeat center center; display: inline-block; width: 0.36rem; height: 0.3333rem; background-size: 0.36rem 0.3333rem; }
  .layui-icon-search:before { content: ""; } }

@keyframes rotaryBlockFirst { 0% { transform: translateX(0); }
  100% { transform: translateX(calc(-100% + 4rem)); } }
 @keyframes disc { from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
    
    
    
@media screen and (max-width: 1300px) { .main-middle .nav { justify-content: space-between; }
  .main-middle .nav .nav-item { flex: 1; padding: 0 3px; }
  .main-middle .nav .nav-item a { font-size: 14px; }
  .main-middle .main-list .list-body li { width: calc((100% - 20px) / 2); }
  .middle-main .player-box .player-right .music-detail { padding: 20px 10px; }
  .middle-main .player-box .player-right .music-detail .item span { font-size: 12px; }
  .middle-main .player-box .player-right .music-detail .clear-fix { width: auto; }
  .middle-main .player-box .player-right .music-detail .down-share { min-width: 150px; }
  .middle-main__right { width: 260px; }
  .middle-main__right.station-right { padding: 15px; } }

@media screen and (min-width: 751px) and (max-width: 1010px) { .middle-main .player-box { height: auto; flex-direction: column; }
  .middle-main .player-box .player-left { width: auto; }
  .middle-main .player-box .player-left .music-player__bottom { margin-top: 30px; }
  .middle-main .player-box .player-right { padding-left: 0; width: 100%; }
  .middle-main .player-box .player-right .player-r { display: none; } }

@media screen and (max-width: 750px) { body {/* background: #20243c; */}
[class^="pc"] { display: none !important; }
  [class^="mobile"] { display: block; }
  .middle-main {
    margin-top: 0;
    padding: 0;
}.container, .links .container {
    width: 100% !important;
}
  body.fixed-nav { padding-bottom: 1.8rem; }
  ::placeholder { color: #7b87a6 !important; font-size: 0.32rem; }
  .turn-page { padding: 0.4rem; display: flex; justify-content: space-between; background-color: #20243c; }
  .turn-page .btn { background-color: #222846; color: #fff; border: none; width: 1.8667rem; height: 0.8rem; display: flex; align-items: center; justify-content: center; }
  .layui-form-select dl { background-color: #171a2b; border-color: #171a2b; border-radius: 0.1333rem; }
  .layui-form-select dl dd { padding: 0 0.2667rem; line-height: 0.8rem; }
  .layui-form-select dl dd.layui-this, .layui-form-select dl dd:hover { color: #7b87a6; }
  .main-middle { background: #20243c; margin-top: 1.52rem; }
  .main-middle.index-wrap { background: none; }
  .banner { margin-top: 0.4rem; padding: 0 0.4rem; }
  .banner .layui-carousel { height: 4.2667rem !important; margin-bottom: 0; }
  .banner .layui-carousel img { width: 100%; height: 100%; }
  .main-middle nav { display: block !important; position: fixed; top: 1.4933rem; bottom: 0; left: -100%; width: 6.6667rem !important; height: 100%; background-color: #20243c; z-index: 10000; overflow-y: scroll; padding-bottom: 0.5333rem; }
  .main-middle nav + .mark { top: -1.4933rem; left: -100%; width: 100%; z-index: 101; }
  .main-middle nav.active { left: 0; }
  .main-middle nav.active + .mark { top: 0; width: 100%; left: 6.6667rem; }
  .main-middle nav .nav .nav-item { line-height: 1.1467rem; color: #fff; padding: 0; }
  .main-middle nav .nav .nav-item.active.icon > a::after { background: url("../image/arrow-top.png") no-repeat center; background-size: 100%; }
  .main-middle nav .nav .nav-item.icon > a::after { content: ""; background: url("../image/arrow-bottom.png") no-repeat center; background-size: 100%; position: absolute; right: 0.5333rem; top: 50%; transform: translateY(-50%); width: 0.2933rem; height: 0.16rem; }
  .main-middle nav .nav .nav-item > a { pointer-events: none; }
  .main-middle nav .nav .nav-item a { color: inherit; font-size: 0.3733rem; display: block; padding: 0 0.5333rem; position: relative; }
  .main-middle nav .nav .nav-item .nav-child { background-color: #171a2b; display: none; }
  .main-middle nav .nav .nav-item .nav-child dd { height: 1.1467rem; line-height: 1.1467rem; position: relative; color: #7b87a6; }
  .main-middle nav .nav .nav-item .nav-child dd a { padding-left: 1.1467rem; }
  .main-middle nav .nav .nav-item .nav-child dd a::after { content: ""; background: url("../image/arrow-right.png") no-repeat center; background-size: 100%; position: absolute; left: 0.5333rem; top: 50%; transform: translateY(-50%); width: 0.1867rem; height: 0.2667rem; }
  .main-middle .logo-search { height: auto; }
  .main-middle .logo-search form { width: 100%; padding: 0 0.4rem; position: relative; }
  .main-middle .logo-search form input { display: block; width: 100%; height: 0.9333rem; line-height: 0.9333rem; background: #171a2b; border-radius: 0.1333rem; border: none; padding: 0 0.2667rem 0 0.7333rem; font-size: 0.32rem; }
  .main-middle .logo-search form input::placeholder { color: #7b87a6; }
  .main-middle .logo-search form .btn { text-indent: -999em; width: 0.36rem; height: 0.3333rem; margin-left: 0; padding: 0; position: absolute; left: 0.6667rem; top: 50%; transform: translateY(-50%); background: url("../image/search.png") no-repeat center; background-size: 0.36rem 0.3333rem; }
  .notice { margin: 0 0.4rem 0.2667rem 0.4rem; display: flex; flex-direction: row; align-items: center; }
  .notice img { margin-right: 0.1333rem; width: 1.0667rem; height: 0.48rem; }
  .notice a { flex: 1; color: #fff; font-size: 0.32rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .main-middle .main-list.first-container { display: flex; flex-direction: column; border-top-width: 0; }
  .main-middle .main-list.first-container .left { border-top: 0.2133rem solid #171a2b; }
  .notice-wrap { display: block !important; padding: 0 0.4rem; width: 100%; flex: 1; margin-left: 0; background: url("../image/notice.png") no-repeat 0.4rem center; background-size: 1.0667rem 0.48rem; height: 1.0667rem; }
  .notice-wrap .main-header { display: none; }
  .notice-wrap .layui-carousel { background: none; margin-bottom: 0; padding-left: 1.3rem; line-height: 1.0667rem; color: #ffffff; overflow: hidden; }
  .notice-wrap .layui-carousel a { color: #ffffff; line-height: 1.0667rem; display: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .notice-wrap .layui-carousel a.layui-this { display: block; }
  .notice-wrap .layui-carousel * { background: none; }
  .notice-wrap .layui-carousel > [carousel-item] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .notice-wrap .layui-carousel > [carousel-item]:before { display: none; }
  .main-middle .main-list { margin-bottom: 0; border-top: 0.2133rem solid #171a2b; }
  .main-middle .main-list .left { background: none; }
  .main-middle .main-list .main-header { flex-direction: column; align-items: flex-start; padding: 0.4rem 0.4rem 0; height: 2.2133rem; border-bottom-color: #383d5b; }
  .main-middle .main-list .main-header .title { position: relative; border: none; width: 100%; padding-left: 0; font-size: 0.3733rem; }
  .main-middle .main-list .main-header .title::after { font-family: layui-icon !important; font-size: 0.5333rem; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; content: "\e602"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
  .main-middle .main-list .main-header .btns { margin-left: 0; position: relative; width: 100%; overflow-x: scroll; overflow-y: hidden; display: block; }
  .main-middle .main-list .main-header .btns::-webkit-scrollbar { width: 0; height: 0; }
  .main-middle .main-list .main-header .btns::-webkit-scrollbar-thumb { background-color: #383d5b; border-radius: 0.0667rem; }
  .main-middle .main-list .main-header .btns .scroll { position: absolute; left: 0; right: auto; top: 0; bottom: 0; width: auto; display: flex; align-items: center; height: auto; text-overflow: ellipsis; white-space: nowrap; }
  .main-middle .main-list .main-header .btns .scroll::-webkit-scrollbar { width: 0; }
  .main-middle .main-list .main-header .btns .scroll::-webkit-scrollbar-thumb { background-color: #383d5b; border-radius: 0.0667rem; }
  .main-middle .main-list .main-header .btns .btn { display: inline-block; background: none; padding: 0; height: 1.28rem; line-height: 1.28rem; color: #7b87a6; font-size: 0.3733rem; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .main-middle .main-list .main-header .btns .btn + .btn { margin-left: 0.1333rem; }
  .main-middle .main-list .main-header .btns .btn.active { background: none; position: relative; font-weight: bolder; color: #fff; }
  .main-middle .main-list .main-header .btns .btn.active::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 0.0533rem; background-color: #db1d40; border-radius: 0.0267rem; }
  .main-middle .main-list .list-body { padding: 0.2667rem 0.4rem; width: 10rem; }
  .main-middle .main-list .list-body li { width: 100%; background: none !important; font-size: 0.3733rem; color: #ffffff; padding: 0; height: 1.0667rem; line-height: 1.0667rem; }
  .main-middle .main-list .list-body li:nth-child(n + 6) { display: none; }
  .main-middle .main-list .list-body li > div { font-size: 0.3733rem; padding-right: 0.1333rem; width: calc(100%); }
  .main-middle .main-list .list-body li > div input[type="checkbox"], .main-middle .main-list .list-body li > div .layui-form-checkbox { display: none; }
  .main-middle .main-list .list-body li .icon-down { display: none; width: 0.6667rem; height: 0.6667rem; background-image: url("../image/play.png"); background-size: 0.48rem 0.48rem; }
  .main-middle .main-list .list-body li:hover .icon-down { background-image: url("../image/play.png"); background-size: 0.48rem 0.48rem; }
  .main-middle .main-list .list-body .all-checkbox { display: none; }
  .links { background: none; padding: 0; border-top: 0.2133rem solid #171a2b; }
  .links span { width: 100%; height: 1.3333rem; display: flex; align-items: center; font-size: 0.3733rem; padding: 0 0.4rem; position: relative; border-bottom: 1px solid #383d5b; }
  .links span:after { font-family: layui-icon !important; font-size: 0.5333rem; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; content: "\e602"; position: absolute; right: 0.4rem; top: 50%; transform: translateY(-50%); }
  .links .container a { display: inline-block; color: #fff; margin: 0 0.1333rem 0.3333rem 0; font-size: 0.3733rem; background: #2e365a; width: 2.6667rem; height: 0.8rem; line-height: 0.8rem; text-align: center; }
  .copyright { color: #7b87a6; line-height: 2; padding: 0.4rem; }
  .copyright p:last-child { font-size: 0.3rem; }
  .layui-table-page { display: none !important; }
  .middle-main {margin-top: 40px;padding: 0;}
  .middle-main .player-box {margin-top: -1.52rem;/* width: 100vw; */height: calc(85vh);padding: 0;position: relative;display: flex;flex-direction: column;justify-content: space-between;overflow: hidden;margin-bottom: 0;}
  .middle-main .player-box .player-left { flex: 1; width: 100%; padding-top: 3rem; }
  .middle-main .player-box .player-left .mobile.music-name {color: #fff;margin-top: 0.4rem;font-size: 1rem;text-align: center;}
  .middle-main .player-box .player-left .music-player-top { position: fixed; top: 1.62rem; left: 0.4rem; right: 0.4rem; display: flex; align-items: center; justify-content: space-around; color: #fff; }
  .middle-main .player-box .player-left .music-player-top .rq { display: flex; align-items: center; }
  .middle-main .player-box .player-left .music-player-top > * { flex: 1; display: flex; align-items: center; justify-content: center; }
  .middle-main .player-box .player-left .music-player__bottom {position: relative;display: flex;flex-direction: row;align-items: center;justify-content: space-between;margin-top: 0.9333rem;margin-bottom: 2.5rem;}
  .middle-main .player-box .player-left .music-player__bottom .item { border: none; flex-direction: row; justify-content: center; flex: 1; border-radius: 0; padding: 0; width: auto; height: auto; }
  .middle-main .player-box .player-left .music-player__bottom .item.mobile { display: flex; }
  .middle-main .player-box .player-left .music-player__bottom .item.mobile.list { margin-bottom: -5.9rem; z-index: 1000; }
  .middle-main .player-box .player-left .music-player__bottom .item div { flex-direction: row; font-size: 0; justify-content: center; text-align: center; }
  .middle-main .player-box .player-left .music-player__bottom .item div i {margin-right: 0;transform: scale(1.8);}
  .middle-main .player-box .player-left .music-player__bottom .item.rq { display: none; }
  .middle-main .player-box .player-left .music-player { width: 8rem; height: 8rem; background: none; position: relative; }
  .middle-main .player-box .player-left .music-player > img { width: 8rem; height: 8rem; position: absolute; left: 0; top: 50%; margin-top: -4rem; right: 0; bottom: 0; }
  .middle-main .player-box .player-left .music-player .music-player__img { width: 4.2667rem; height: 4.2667rem; }
  .middle-main .player-box .player-left .music-player .music-player__img img { width: 100%; height: 100%; }
  .middle-main .player-box .player-left .music-player__pointer { width: 2.7867rem; height: 6.8533rem; top: -0.3333rem; right: -0.9333rem; transform-origin: 1.8667rem 0.8rem; background: url("../image/player-line-m.png") no-repeat 0 0; background-size: 2.7867rem 6.8533rem; }
  .middle-main .player-box .player-right { flex: inherit; height: 5rem; padding: 0 0.4rem; width: 100%; }
  .middle-main .player-box .player-right .player2 .container .player-middle { padding: 0.4rem 0; }
  .middle-main .player-box .player-right .player2 .container .player-middle .time { font-size: 0.2667rem; }
  .middle-main .player-box .player-right .player2 .container .player-foot i { margin: 0; }
  .middle-main .player-box .player-right .player2 .container .player-foot .control-btns { width: 3.5733rem; }
  .middle-main .player-box .player-right .player2 .container .player-foot .mobile { display: flex; align-items: center; }
  .middle-main .player-box .player-right .player2 .container .player-foot .icon-voice { margin-right: 0; }
  .middle-main .player-box .player-right .player2 .container .player-foot .icon-voice .voice-press { width: 0; }
  .middle-main .player-box .player-right .music-detail { background: none; padding: 0; }
  .middle-main .player-box .player-right .music-detail .clear-fix::after { display: block; }
  .middle-main .player-box .player-right .music-detail .clear-fix .item {line-height: 2rem;font-size: 1rem;color: #7b87a6;}
  .middle-main .player-box .player-right .music-detail .clear-fix .item span { color: #fff; font-size: inherit; }
  .middle-main .player-box .player-right .music-detail .clear-fix .popup-body { position: relative; }
  .middle-main .player-box .player-right .music-detail .clear-fix .popup-body .album-detail { display: flex; align-items: center; padding: 0; margin-top: 0.5333rem; margin-bottom: 0.7467rem; }
  .middle-main .player-box .player-right .music-detail .clear-fix .popup-body .img { width: 2.4rem; height: 2.4rem; padding-right: 0; }
  .middle-main .player-box .player-right .music-detail .clear-fix .popup-body .img img { display: block; width: 2.4rem; height: 100%; border-radius: 0.1333rem; }
  .middle-main .player-box .player-right .music-detail .clear-fix .popup-body .detail-right { margin-left: 0.4rem; color: #fff; font-size: 0.32rem; display: grid; grid-template-columns: 1fr 1fr; }
  .middle-main .player-box .player-right .music-detail .clear-fix .popup-body .detail-right .detail-item { margin-bottom: 0.2rem; }
  .middle-main .player-box .player-right .music-detail .clear-fix .popup-body .detail-right .detail-item:nth-child(odd) { margin-left: 0.2667rem; }
  .middle-main .player-box .player-right .music-detail .clear-fix .popup-body .detail-right img { display: none; }
  .middle-main .player-box .player-right .music-detail .clear-fix .popup-body .detail-right span { color: #7b87a6; }
  .middle-main .player-box .player-right .music-detail .down-share .share-btn { border-width: 0; }
  .middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons { padding: 0; top: auto; }
  .middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons::after { display: none; }
  .middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons .popup-body { display: grid !important; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 0.4rem; }
  .middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons .popup-body.pc { display: none !important; }
  .middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons a { display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 0.32rem; color: #fff; z-index: 99; }
  .middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons .share-cancel { height: 1.28rem; line-height: 1.28rem; color: #fff; font-size: 0.4rem; text-align: center; background-color: #222846; border-radius: 0 0 0.4rem 0.4rem; }
  .middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons ul { flex: 1; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 0.4rem 0 1.68rem; position: relative; }
  .middle-main .player-box .player-right .music-detail .down-share .share-btn .share-icons ul::after { content: "å–æ¶ˆåˆ†äº«"; position: absolute; bottom: 0; left: 0; right: 0; color: #fff; font-size: 0.4rem; height: 1.28rem; line-height: 1.28rem; text-align: center; background-color: #222846; border-radius: 0 0 0.4rem 0.4rem; }
  .middle-main .songs-list {height: 20.6667rem;}
  .middle-main .songs-list .tab-header {z-index: 500;font-size: 0.4267rem;position: relative;margin-bottom: 0.2667rem;}
  .middle-main .songs-list .tab-header::before { display: none; }
  .middle-main .songs-list .tab-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: #383d5b; }
  .middle-main .songs-list .tab-header .swiper-container {margin-left: 0.4rem;margin-right: 0.4rem;/* height: 3.333rem; */}
  .middle-main .songs-list .tab-header .swiper-container .swiper-wrapper .swiper-slide {height: 3.6rem;line-height: 3.6rem;width: auto;position: relative;font-size: 1rem;color: #7b87a6;font-weight: normal;background: none !important;}
  .middle-main .songs-list .tab-header .swiper-container .swiper-wrapper .swiper-slide.active { color: #fff; }
  .middle-main .songs-list .tab-header .swiper-container .swiper-wrapper .swiper-slide.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 0.0533rem; background: #db1d40; }
  .middle-main .songs-list .tab-body { position: relative; z-index: 410; flex: 1; }
  .middle-main .songs-list.popup li input[type="checkbox"] + .layui-form-checkbox {/* margin-right: 0.2667rem !important; */}
  .middle-main .songs-list.popup li .stop + a { margin-left: 0.2667rem; }
  .middle-main .songs-list.popup li a {max-width: calc(100% - 1.8rem);width: auto !important;font-size: 1rem;line-height: normal !important;}
  .middle-main .songs-list.popup li .delete, .middle-main .songs-list.popup li .add-btn { position: absolute; right: 0; font-size: 0; }
  .middle-main .songs-list.popup li .add-btn i.add { margin-right: 0; background-position: -0.57333rem -13.90667rem; background-size: 5.33333rem; width: 0.5333rem; height: 0.5333rem; }
  .middle-main .songs-list.popup .all-checkbox { margin-top: -0.2667rem; padding: 0.2rem 0.4rem; height: auto; margin-bottom: 0.2667rem; }
  .middle-main .songs-list.popup .all-checkbox input[type="checkbox"] + .layui-form-checkbox span { margin-left: 0.6rem !important; }
  .middle-main .songs-list.popup .all-checkbox .btn { padding: 0 0.1333rem; height: 0.6rem; }
  .middle-main .music-list .layui-form { overflow: hidden; height: 8.5rem; padding-bottom: 0.5rem; }
  .middle-main .music-list .playmusic-list {max-height: 16rem;overflow-y: scroll;}
  .middle-main .music-list li {height: 2.2rem;color: #fff;padding: 0;margin: 0 0.4rem;flex-direction: row-reverse;justify-content: space-between;font-size: 0.3733rem;}
  .middle-main .music-list li:nth-child(odd) { background: none; }
  .middle-main .music-list li span { margin-left: 0; max-width: calc(100% - 1.5rem); }
  .middle-main .music-list li .icon-img.hot, .middle-main .music-list li b { display: none; }
  .middle-main .add-to-musicbox { top: auto; width: auto; }
  .middle-main .add-to-musicbox .music-name { display: flex; align-items: center; color: #fff; font-size: 0.3733rem; }
  .middle-main .add-to-musicbox .music-name i { margin-right: 0.1333rem; }
  .middle-main .add-to-musicbox .add-to { color: #7b87a6; }
  .middle-main .add-to-musicbox .album-list { border-radius: 0.1333rem; background-color: #171a2b; padding: 0.2667rem; margin-top: 0.2rem; height: 3.3333rem; overflow-y: scroll; }
  .middle-main .add-to-musicbox .album-list::-webkit-scrollbar { width: 0.1333rem; }
  .middle-main .add-to-musicbox .album-list::-webkit-scrollbar-thumb { background-color: #383d5b; border-radius: 0.0667rem; }
  .middle-main .add-to-musicbox .input-album-name { margin-top: 0.2667rem; position: relative; height: 1.0667rem; line-height: 1.0667rem; background-color: #171a2b; padding: 0 0.2667rem; border-radius: 0.1333rem; display: flex; align-items: center; }
  .middle-main .add-to-musicbox .input-album-name input { flex: 1; border: none; background: none; color: #fff; padding-right: 0.2667rem; }
  .middle-main .add-to-musicbox .input-album-name input::placeholder { color: #7b87a6; }
  .middle-main .add-to-musicbox .input-album-name a { display: flex; align-items: center; }
  .middle-main .add-to-musicbox .input-album-name a .add { margin-right: 0.1333rem; }
  .middle-main .add-to-musicbox .btns { margin-top: 0.4rem; display: flex; align-items: center; justify-content: space-between; }
  .middle-main .add-to-musicbox .btns button { height: 1.0667rem; border-radius: 0.1333rem; color: #fff; border: none; flex: 1; font-size: 0.4rem; }
  .middle-main .add-to-musicbox .btns button.determine { background: #db1d40; }
  .middle-main .add-to-musicbox .btns button.cancel { margin-left: 0.2667rem; background: #2e365a; }
  .middle-main .comment-area { position: relative; padding: 0 !important; }
  .middle-main .comment-area .popup-body { padding: 0.2667rem 0.4rem 1.44rem !important; }
  .middle-main .comment-area .layui-form-label { display: none; }
  .middle-main .comment-area .layui-form-item { margin-bottom: 0.2667rem !important; position: relative; }
  .middle-main .comment-area .layui-form-item:first-child { flex-direction: column-reverse; }
  .middle-main .comment-area .layui-form-item .layui-input-inline { margin: 0; padding: 0; left: 0; width: 100%; }
  .middle-main .comment-area .layui-form-item .score { display: flex; flex-direction: column; align-items: flex-start; justify-self: flex-start; color: #fff; margin-bottom: 0.2667rem; height: auto; }
  .middle-main .comment-area .layui-form-item .score > span { font-size: 0.3733rem; color: #7b87a6; }
  .middle-main .comment-area .layui-form-item .score > div { margin-top: 0.1333rem; width: 100%; display: flex; flex-direction: row; justify-content: space-between; }
  .middle-main .comment-area .layui-form-item .score > div .layui-form-radio { margin-left: 0; margin-right: 0.1rem; }
  .middle-main .comment-area .layui-form-item .score > div .layui-form-radio div { color: #fff !important; }
  .middle-main .comment-area .layui-form-item .verify-code img { width: 2.9867rem; height: 1.0667rem; }
  .middle-main .comment-area .layui-form-item input { padding: 0 0.2667rem; width: 100%; min-width: calc(8.6667rem - 2.9867rem); height: 1.0667rem !important; border-radius: 0.1333rem; }
  .middle-main .comment-area .layui-form-item input::placeholder { color: #7b87a6; }
  .middle-main .comment-area .layui-form-item .layui-input-block { width: 100%; position: relative; }
  .middle-main .comment-area .layui-form-item .layui-input-block .expression-area { position: absolute; right: 0.1333rem; bottom: 0.1333rem; margin: 0; font-size: 0; }
  .middle-main .comment-area .layui-form-item .layui-input-block .expression-area .expression { margin-right: 0; }
  .middle-main .comment-area .layui-form-item .layui-textarea { width: 100%; border-radius: 0.1333rem; }
  .middle-main .comment-area .layui-form-item .layui-textarea::placeholder { color: #7b87a6 !important; }
  .middle-main .comment-area .layui-btn.submit { width: 100%; position: absolute; top: 1.3333rem; left: 0; right: 0; height: 1.1733rem; line-height: 1.1733rem; text-align: center; border-radius: 0.1333rem; font-size: 0.4267rem; }
  .middle-main .comment-list { color: #fff; margin: 0 !important; }
  .middle-main .comment-list__title { display: flex; align-items: center; justify-content: space-between; height: 1.5733rem; padding: 0 0.4rem; }
  .middle-main .comment-list__title h3 { font-size: 0.4267rem; font-weight: bolder; }
  .middle-main .comment-list__title span { font-size: 0.3733rem; display: flex; align-items: center; }
  .middle-main .comment-list__item { padding: 0.4rem !important; border-bottom-color: #383d5b !important; }
  .middle-main .comment-list__item:last-child { border-bottom-width: 0 !important; }
  .middle-main .comment-list__header .name { font-size: 0.3733rem !important; color: #7b87a6 !important; font-weight: normal; margin-right: 0.1333rem !important; }
  .middle-main .comment-list__header .score { font-size: 0.3733rem; color: #7b87a6; }
  .middle-main .comment-list__header .time { color: #7b87a6; font-size: 0.32rem; }
  .middle-main .comment-list__content { margin-top: 0.2rem !important; font-size: 0.32rem; }
  .middle-main__left { background-color: #20243c; padding: 0.4rem 0 0.4rem 0.4rem; width: calc(100%); }
  .middle-main__left .tab-header { font-size: 0; line-height: normal; margin-bottom: 0; padding-left: 0; }
  .middle-main__left .tab-header::before { width: 0; }
  .middle-main__left .tab-header .btns { height: 1.0133rem; flex: 1; align-items: center; justify-content: flex-start; border-bottom: 1px solid #383d5b; margin-left: -0.4rem; margin-bottom: 0.4rem; }
  .middle-main__left .tab-header .btns .btn { font-size: 0.3733rem; color: #7b87a6; background: none; padding: 0 0.1334rem; height: 100%; line-height: normal; margin: 0 0.4rem; }
  .middle-main__left .tab-header .btns .btn.active { color: #fff; border-bottom: 4px solid #db1d40; }
  .middle-main__left .station-list { margin-left: 0; margin-right: 0; }
  .middle-main__left .station-list .layui-laypage { padding-left: 0; }
  .middle-main__left .station-list ul:not(.pagination) li { background-color: #2e365a; border-radius: 0.1333rem; width: 4.4rem; margin-right: 0.4rem; margin-bottom: 0.4rem; }
  .middle-main__left .station-list ul:not(.pagination) li a { padding: 0.2667rem 0.2667rem 0; }
  .middle-main__left .station-list ul:not(.pagination) li img { width: 3.8667rem; height: 3.6533rem; }
  .middle-main__left .station-list ul:not(.pagination) li .station-list__title { font-size: 0.3733rem; height: 0.88rem; line-height: 0.88rem; font-weight: normal; border-bottom: 1px solid #404a74; }
  .middle-main__left .station-list ul:not(.pagination) li .station-list__foot { height: 0.9333rem; margin-bottom: 0; padding: 0 0.1333rem; }
  .middle-main__left .station-list ul:not(.pagination) li .station-list__foot > div i { margin-right: 0.1333rem; }
  .middle-main__right { transform: translateY(100%); width: calc(100% - 0.2667rem * 2) !important; margin-left: 0; }
  .middle-main__right.station-right { padding: 0; }
  .middle-main__right.station-right .tab-body { height: 9.4rem; overflow-y: scroll; }
  .middle-main__right.station-right ul { padding-left: 0.4rem !important; padding-right: 0.4rem !important; }
  .middle-main__right.station-right ul li:not(:last-child) { margin-bottom: 0.35rem; }
  .middle-main__right.station-right ul li i { font-style: italic; margin-right: 0.2667rem; margin-top: 0; width: 0.48rem !important; }
  .middle-main__right.station-right ul li i.icon-img { margin-top: 0.0667rem; }
  .middle-main__right.station-right ul li a { font-size: 0.3733rem; }
  .middle-main__right .tab-header { height: 1.4667rem; display: flex; align-items: center; justify-content: space-around; border-bottom: 1px solid #383d5b; }
  .middle-main__right .tab-header div { margin: 0 0.5333rem; flex: 1; height: 100%; font-size: 0.4rem; color: #7b87a6; display: flex; align-items: center; justify-content: center; }
  .middle-main__right .tab-header div.active { color: #fff; border-bottom: 4px solid #db1d40; font-weight: bolder; }
  .middle-main__right .tab-body:not(:nth-child(2)) { display: none; }
  .middle-main__right ul { margin-bottom: 0 !important; padding: 0.4rem 0 !important; }
  .middle-main__right ul::after { display: none; }
  .middle-main__right ul li i { width: 0.6667rem !important; }
  .middle-main__right ul li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.3733rem; color: #7b87a6; }
  .middle-main__right.on { transform: translateY(0%); }
  .share-popup { position: fixed; top: 50%; left: 50%; margin-left: -3.4667rem; margin-top: -2.4133rem; width: 6.9333rem; height: 4.84rem; background: url("../image/tips-bg.png") no-repeat 0 0; background-size: 6.9333rem 4.84rem; z-index: 1300; display: none; }
  .share-popup.on { display: block; }
  .share-popup .title { height: 0.8rem; display: flex; align-items: center; justify-content: center; font-size: 0.4rem; color: #fff; }
  .share-popup__body { padding-top: 0.7rem; line-height: 2; font-size: 0.3733rem; color: #7b87a6; text-align: center; }
  .share-popup button { display: block; background-color: #db1d40; color: #fff; font-size: 0.4rem; text-align: center; font-weight: bolder; border: none; width: 5.3333rem; height: 0.9333rem; line-height: 0.9333rem; border-radius: 0.0667rem; margin: 0.4rem auto 0; }
  .share-popup .close { position: absolute; top: 5.3333rem; left: 50%; margin-left: -0.4933rem; width: 0.9867rem; height: 0.9867rem; background: url("../image/tips-close.png") no-repeat center; background-size: 0.9867rem 0.9867rem; }
  .wxqqshare { display: none; }
  .wxqqshare__body { color: #fff; display: flex; flex-direction: column; position: fixed; top: 0.1333rem; right: 0; z-index: 9999; }
  .wxqqshare__body img { margin-left: 0.5rem; }
  .wxqqshare__body div { margin-right: 0.4rem; }
  .wxqqshare__body .button { background-color: #13d06c; padding: 0.1333rem; margin-top: 0.2rem; width: 2rem; text-align: center; }
  .album { background-color: #20243c; }
  .album .tab-header { font-size: 0; border-left: 0; padding-left: 0; margin-bottom: 0; margin-top: 0.4rem; justify-content: flex-start; border-bottom: 1px solid #383d5b; }
  .album .tab-header::before { width: 0; }
  .album .tab-header .btns { height: 1rem; }
  .album .tab-header .btns .btn { margin-left: 0.4rem !important; font-size: 0.3733rem; color: #7b87a6; background: none; height: inherit; line-height: 0.8rem; padding: 0; }
  .album .tab-header .btns .btn.active { border-bottom: 4px solid #db1d40; color: #fff; }
  .album .img-list { padding: 0; margin: 0; border: none; padding-left: 0.4rem; padding-top: 0.4rem; }
  .album .img-list li { margin-right: 0.4rem; width: 2.8rem; height: 4.4rem; margin-bottom: 0.2667rem; }
  .album .img-list li:nth-child(3n + 3) { margin-right: 0; }
  .album .img-list li:nth-child(5n + 5) { margin-right: 0.4rem; }
  .album .img-list li .img { width: 2.8rem; height: 2.8rem; }
  .album .img-list li .img img { width: 2.8rem; height: 2.8rem; border-radius: 0.1333rem; }
  .album .img-list li h3 { color: #fff; font-size: 0.3733rem; }
  .album .img-list li p { color: #777b86; font-size: 0.32rem; }
  .middle-main.list-page .crumbs { margin-bottom: 0; padding: 0.2rem 0.4rem 0; }
  .middle-main.list-page .crumbs h3 { font-size: 0.32rem; color: #db1d40; }
  .middle-main.list-page .introduction { padding: 0.2667rem 0.4rem; margin-bottom: 0; line-height: 0.6667rem; font-size: 0.32rem; }
  .middle-main.list-page .introduction.search-form { background-color: #20243c; }
  .middle-main.list-page .introduction .layui-form .layui-form-item { margin-top: 0.2667rem; margin-top: 0.2667rem; height: 0.9333rem; }
  .middle-main.list-page .introduction .layui-form .layui-form-item .layui-input-inline { margin: 0; }
  .middle-main.list-page .introduction .layui-form .layui-form-item .layui-input-inline + .layui-input-inline { margin-left: 0.2667rem; }
  .middle-main.list-page .introduction .layui-form .layui-form-item .layui-input { padding-left: 0.2667rem; padding-right: 0.4rem; font-size: 0.32rem; height: 0.9333rem; background-color: #171a2b; border-color: #171a2b; border-radius: 0.1333rem; }
  .middle-main.list-page .introduction .layui-form .layui-form-item .layui-input:focus, .middle-main.list-page .introduction .layui-form .layui-form-item .layui-input:hover { border-color: #171a2b !important; }
  .middle-main.list-page .introduction .layui-form .layui-form-item .layui-icon, .middle-main.list-page .introduction .layui-form .layui-form-item .layui-edge { right: 0.2667rem; font-size: 0.4rem; }
  .middle-main.list-page .introduction .layui-form .layui-form-item .layui-edge { background: url("../image/arrow-bottom.png") no-repeat center; background-size: 0.2933rem 0.16rem; }
  .middle-main.list-page .introduction .layui-form .layui-form-item .layui-icon-search { background: url("../image/search-mini.png") no-repeat center; background-size: 0.3467rem 0.3333rem; }
  .middle-main.list-page .introduction .layui-form .layui-form-item:last-child .layui-input-inline:last-child { display: none; }
  .middle-main.list-page .main-types { position: fixed; top: -100%; left: 0; right: 0; background: #20243d; padding-bottom: 0.2667rem; padding-left: 0.4rem; z-index: 1202; transition: all 0.6s linear; }
  .middle-main.list-page .main-types::after { content: ""; position: absolute; top: 0 !important; left: 0; right: 0; bottom: 0; background-color: #20243d !important; z-index: -1; }
  .middle-main.list-page .main-types.on { top: 1.52rem; }
  .middle-main.list-page .main-types .mark { top: 1.52rem; }
  .middle-main.list-page .main-types .type-item { display: block; padding: 0; height: auto; }
  .middle-main.list-page .main-types .type-item:after { content: ""; clear: both; display: table; }
  .middle-main.list-page .main-types .type-item span { display: block; width: 100%; color: #6f78a4; font-size: 0.32rem; margin-right: 0.2667rem; margin-bottom: 0; line-height: 0.8rem; }
  .middle-main.list-page .main-types .type-item a { float: left; padding: 0; width: 2.9067rem; height: 0.8rem; line-height: 0.8rem; color: #fff; background-color: #2e365a; border-radius: 0.0667rem; margin-right: 0.2667rem; margin-bottom: 0.2667rem; overflow: hidden; position: relative; }
  .middle-main.list-page .main-types .type-item a.selected { background-color: transparent; border: 1px solid #db1d40; }
  .middle-main.list-page .main-types .type-item a.selected::before { content: ""; position: absolute; right: -1px; bottom: -1px; background: url(../image/selected.png) no-repeat 0 0; background-size: 0.4267rem 0.4267rem; width: 0.4267rem; height: 0.4267rem; }
  .middle-main.list-page .ul-list-header { height: 0.6667rem; display: flex; align-items: center; padding: 0 0.2667rem; color: #777b86; }
  .middle-main.list-page .ul-list-header span { flex: 1; }
  .middle-main.list-page ul {/* background-color: #20243c; *//* padding-top: 0.4rem; */}
  .middle-main.list-page ul li {/* color: #ffffff !important; *//* position: relative; *//* height: 1.0667rem !important; *//* padding: 0 0.4rem !important; */}
  .middle-main.list-page ul li:nth-child(odd) {/* background-color: transparent !important; */}


  .middle-main.list-page ul li > span {/* white-space: nowrap; *//* overflow: hidden; *//* text-overflow: ellipsis; */}
  .middle-main.list-page ul li > span:nth-child(2) { width: calc(100% - 0.8rem) !important; display: flex; }
  .middle-main.list-page ul li > span:nth-child(2) span { font-size: 0.3733rem; max-width: calc(100% - 0.8rem); }
  .middle-main.list-page ul li > span:nth-child(1) {/* width: 2.3rem; */}
  .middle-main.list-page ul li > span:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) { display: none !important; }
  .middle-main.list-page ul li > span .stop { position: absolute; right: 0.4rem; top: 50%; transform: translateY(-50%); margin-right: 0 !important; }
  .middle-main.list-page .ul-list-footer {/* position: fixed !important; *//* bottom: 0; *//* left: 0; *//* right: 0; *//* height: 1.4667rem !important; *//* background: #222846; *//* padding: 0 0.4rem; *//* margin-bottom: 0; */}
  .middle-main.list-page .ul-list-footer.static {position: static !important;}
  .middle-main.list-page .ul-list-footer .btns .btn {/* width: 2.4rem; *//* height: 0.8rem; *//* display: flex; *//* align-items: center; *//* color: #fff; *//* justify-content: center; *//* font-size: 0.3733rem; *//* border-radius: 0.0667rem; *//* background: #2e365a; *//* border: none; *//* padding: 0; */}
  .middle-main.list-page .ul-list-footer .btns .btn + .btn { margin-left: 0.2667rem; }
  .middle-main.list-page .ul-list-footer .btns .btn .icon-img { margin-right: 0.1067rem; }
  .middle-main.list-page .album-detail { padding: 0 0.4rem; background-color: #20243c; padding-top: 0.4rem; padding-bottom: 0.4rem; margin-bottom: 0.2667rem; }
  .middle-main.list-page .album-detail .img { width: 3.7333rem; height: 3.7333rem; border-radius: 0.1333rem; background: none; padding-right: 0; }
  .middle-main.list-page .album-detail .img .img-box { box-shadow: none; width: 100%; height: 100%; }
  .middle-main.list-page .album-detail .img img { width: 3.7333rem; height: 3.7333rem; border-radius: 0.1333rem; box-shadow: none; }
  .middle-main.list-page .album-detail .detail-right { padding: 0; margin-top: -0.1rem; margin-left: 0.4rem; }
  .middle-main.list-page .album-detail .detail-right .detail-item { font-size: 0.32rem; display: block; line-height: 0.6133rem; }
  .middle-main.list-page .album-detail .detail-right .detail-item span { color: #7b87a6 !important; min-width: 1.6rem; }
  .middle-main.list-page .album-detail .detail-right .detail-item img { display: none; }
  .middle-main.list-page .main-title { height: 1.3333rem; line-height: 1.3333rem; padding-left: 0.4rem; font-size: 0.3733rem; color: #fff; border-bottom: 1px solid #383d5b; border-left-width: 0; margin-bottom: 0; background-color: #20243c; }
  .middle-main.list-page .main-title::before { display: none; }
  .middle-main.list-page .main-title.search-title { display: flex; align-items: center; justify-content: space-between; height: 0.9333rem; line-height: normal; font-weight: normal; padding-right: 0.4rem; }
  .middle-main.list-page .main-title.search-title:before { display: none; }
  .middle-main.list-page .main-title.search-title .search-title__end { color: #7b87a6; font-size: 0.3733rem; font-weight: normal; }
  .middle-main.list-page .main-title.search-title + .ul-list-header + ul { padding-top: 0.4rem; }
  .middle-main .burn-flow { margin-top: 0.4rem; padding: 0.5333rem 0.2rem; background: #20243c; overflow: hidden; }
  .middle-main .burn-flow .right { margin-left: 0; }
  .middle-main .burn-flow .right .item { padding-right: 0.8rem; margin-right: 0.1334rem; }
  .middle-main .burn-flow .right .item:not(:last-child)::after { width: 0.7867rem; height: 0.2133rem; top: 0; top: 10px; right: 0; background: url(../image/arrow-m.png) no-repeat 0 0; background-size: 0.7867rem 0.2133rem; }
  .middle-main .burn-flow .right .item div { width: 0.6667rem; height: 0.5467rem; }
  .middle-main .burn-flow .right .item p { font-size: 0.32rem; margin: 0.1333rem 0 0.1333rem; white-space: nowrap; }
  .middle-main .burn-flow .right .item span { font-size: 0.2933rem; color: #7b87a6; }
  .middle-main .burn.tab .tab-body { background-color: #20243c; margin-top: 0.2667rem; }
  .middle-main .burn.tab .mobile.list-header { padding: 0 0.4rem; height: 1.3333rem; display: flex; align-items: center; justify-content: space-between; font-size: 0.3733rem; color: #7b87a6; border-bottom: 1px solid #383d5b; }
  .middle-main .burn.tab .mobile.list-header button { width: 1.6rem; height: 0.6667rem; color: #fff; background-color: #2e365a; border-radius: 0.0667rem; border: none; font-size: 0.3733rem; }
  .middle-main .burn.tab .ul-list-footer { padding: 0 0.4rem; height: 1.4667rem !important; display: flex; align-items: center; background-color: #222846; box-shadow: 0 -0.1333rem 0.1333rem 0 rgba(0, 0, 0, 0.5); z-index: 300; }
  .middle-main .burn.tab .ul-list-footer p { font-size: 0.32rem; color: #7b87a6; }
  .middle-main .burn.tab .ul-list-footer p span span.price { font-size: 0.48rem; }
  .middle-main .burn.tab .ul-list-footer .right button.error { max-width: 2.9333rem; width: 2.9333rem; height: 0.8rem; line-height: 0.8rem; font-size: 0.3733rem; border-radius: 0.0667rem; margin-left: 0; }
  .middle-main .burn.tab .order-instructions { color: #7b87a6; line-height: 0.6rem; padding: 0; }
  .middle-main .burn.tab .order-instructions .popup-body { overflow-y: scroll; height: 10rem; padding: 0.4rem; }
  .middle-main .burn.tab .order-instructions .title { font-size: 0.3733rem; height: 0.3733rem; line-height: 0.3733rem; border-left: 4px solid #db1d40; padding-left: 0.2667rem; margin-bottom: 0.2667rem; font-weight: normal; }
  .middle-main .burn.tab ul.cd-query { padding: 0 0.4rem; }
  .middle-main .burn.tab ul.cd-query li { border-bottom: 1px solid #383d5b; display: block; height: 3.8667rem !important; padding: 0.4rem 0 !important; line-height: 0.6667rem; }
  .middle-main .burn.tab ul.cd-query li div { font-size: 0.3733rem; height: auto; }
  .middle-main .burn.tab ul.cd-query li div:first-child { width: 100%; display: block; font-weight: bolder; }
  .middle-main .burn.tab ul.cd-query li div:nth-child(2), .middle-main .burn.tab ul.cd-query li div:nth-child(3) { display: flex; flex-direction: row; justify-content: flex-start; }
  .middle-main .burn.tab ul.cd-query li div:nth-child(2) span, .middle-main .burn.tab ul.cd-query li div:nth-child(3) span { color: #7b87a6; width: 1.6rem; }
  .middle-main .burn.tab ul.cd-query li div:nth-child(4) { float: right; display: flex; flex-direction: row; transform: translateY(-100%); }
  .middle-main .burn.tab ul.cd-query li div:nth-child(4) span { color: #7b87a6; }
  .middle-main .burn.tab ul.cd-query li div:nth-child(4) p { color: #db1d40; font-weight: bolder; }
  .middle-main .burn.tab ul.cd-query li div:nth-child(5) { flex: 1; width: 100%; display: flex; flex-direction: row; justify-content: flex-end; transform: translateY(-300%); }
  .middle-main .burn.tab ul.cd-query li div:last-child { width: 100%; justify-content: flex-end; transform: translateY(-200%); margin-top: 0.2667rem; }
  .middle-main .burn.tab ul.cd-query li div:last-child .btn { text-align: center; width: 1.6rem; height: 0.6667rem; line-height: 0.6667rem; background-color: #2e365a; color: #fff; font-size: 0.32rem; border-radius: 0.0667rem; }
  .middle-main .burn.tab ul.cd-query li div:last-child .btn + .btn { margin-left: 0.2667rem; }
  .unpaid-orders .unpaid-nums { position: absolute; top: 0; left: 0; right: 0; height: 1.3333rem; background-color: #2d3454; font-size: 0.3733rem; color: #fd8645; display: flex; align-items: center; padding-left: 0.4rem; }
  .unpaid-orders .unpaid-nums .arrow { position: absolute; right: 0.4rem; top: 50%; margin-top: -0.1867rem; }
  .middle-main.list-page ul.burn-list li { display: block; position: relative; height: auto !important; line-height: 1.0667rem !important; }
  .middle-main.list-page ul.burn-list li span:nth-child(1) { display: none; }
  .middle-main.list-page ul.burn-list li span:nth-child(2) { width: 100% !important; }
  .middle-main.list-page ul.burn-list li span.name { display: block !important; width: calc(100% - 0.58rem); }
  .middle-main.list-page ul.burn-list li span:nth-child(5).name { display: block !important; flex: none; }
  .middle-main.list-page ul.burn-list li span:last-child { position: absolute; bottom: 0; right: 0; height: auto; display: inline-block !important; }
  .middle-main.list-page ul.burn-list li span.udetail { width: 0.48rem !important; height: 0.48rem; bottom: 0.3rem; right: 0.4rem; }
  .middle-main.list-page ul.burn-list li + li.line { border-top: 1px solid #383d5b; padding-top: 0.4rem !important; }
  .create-order { border-top: 0.2667rem solid #171a2b; background-color: #20243c; }
  .create-order .unpaid-orders .unpaid-nums { position: static; background: none; color: #fff; }
  .create-order .unpaid-orders .unpaid-list { padding: 0.2667rem 0.4rem; background-color: #222846; color: #7b87a6; margin-left: 0.4rem; margin-right: 0.4rem; }
  .create-order .unpaid-orders .unpaid-list .block { display: block; margin-bottom: 0.2rem; }
  .create-order .unpaid-orders .unpaid-list p:last-child { margin-top: 0.2rem; }
  .create-order .unpaid-orders .unpaid-list .flex-between + div { margin-top: 0.4rem; padding-top: 0.4rem; border-top: 1px solid #383d5b; }
  .create-order .unpaid-orders .unpaid-list .flex-between + div .block { display: block; }
  .create-order .unpaid-orders .pay-methods { padding: 0.4rem; }
  .create-order .unpaid-orders .pay-methods .layui-form-item { margin-bottom: 0; }
  .create-order .unpaid-orders .pay-methods .layui-form-item .hui-flex { flex-direction: column; }
  .create-order .unpaid-orders .address-list { position: relative; }
  .create-order .unpaid-orders .address-list > div > a { position: absolute; top: -0.9rem; right: 0.4rem; }
  .create-order .unpaid-orders .address-list ul { padding-top: 0; background-color: #222846; padding: 0.2667rem 0; margin-left: 0.4rem; margin-right: 0.4rem; }
  .create-order .unpaid-orders .address-list ul li { height: auto !important; padding: 0.24rem 0.3rem !important; }
  .create-order .unpaid-orders .address-list ul li .layui-form-radio { align-items: flex-start; line-height: 0.5rem; }
  .create-order .unpaid-orders .address-list ul li .layui-form-radio .layui-icon { margin-top: 0; }
  .create-order .unpaid-orders .addr-wrap.on { margin-top: 0.4rem; }
  .create-order .unpaid-orders .addr-wrap.on .hui-flex { display: flex; }
  .create-order .unpaid-orders .addr-wrap.on .select-item + .select-item { margin-left: 0.1333rem; }
  .create-order .unpaid-orders .addr-wrap.on .hui-input-black { height: 1.0667rem; color: #fff; border: 1px solid #212434; border-radius: 0.0667rem; background-color: #0b0d19; padding-left: 0.2rem; width: 100%; }
  .create-order .unpaid-orders .addr-wrap.on .hui-select { margin-bottom: 0; }
  .create-order .unpaid-orders .addr-wrap.on .hui-select .layui-unselect { color: #777b86; background-color: #111325; border: 0; border-radius: 5px; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item + .addr-item { margin-top: 0 !important; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item .item-right { padding: 0.2rem 0.2667rem; flex: 1; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item .item-right input { height: 1.0667rem; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item:nth-child(2) { margin-top: 0.4rem; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item:nth-child(2) .item-right .layui-form-item { margin-bottom: 0; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item:nth-child(2) .item-right .select-item + .select-item { margin-left: 0.1333rem; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item:last-child { margin-bottom: 0.4rem; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item:last-child .item-right { display: flex; flex-direction: row; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item:last-child button { flex: 1; height: 1.0667rem; display: flex; align-items: center; justify-content: center; border-radius: 0.1333rem; color: #fff; border: none; background: #db1d40; font-size: 0.4rem; }
  .create-order .unpaid-orders .addr-wrap.on .addr-item:last-child button + button { background-color: #2e365a; margin-left: 0.2667rem; }
  .mobile-nav-top { display: flex; justify-content: space-between; height: 1.52rem; line-height: 1.52rem; color: #fff; background-color: #20243c; }
  .mobile-nav-top .layui-icon { font-size: 0.48rem; margin-left: 0.4rem; }
  .mobile-nav-top .nav-title { font-size: 0.48rem; font-weight: 500; color: white; }
  .mobile-nav-top .nav-btn { font-size: 0.3733rem; font-weight: 500; color: white; margin-right: 0.5467rem; }
  .download-popup .popup-body { padding: 0.4rem 0.2667rem !important; position: relative; }
  .download-popup .popup-body .title { font-weight: normal; font-size: 0.4rem; color: #fff; line-height: 2; border-left-width: 0; padding-left: 0; margin-bottom: 0.2667rem; margin-left: 2.6667rem; height: 2.1333rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; }
  .download-popup .popup-body .title::before { width: 0; }
  .download-popup .popup-body .detail { margin-top: 1rem; display: flex; justify-content: space-between; line-height: 2; }
  .download-popup .popup-body .detail:after { content: ""; clear: both; display: table; }
  .download-popup .popup-body .detail .item { white-space: nowrap; }
  .download-popup .popup-body .detail img { position: absolute; top: 0.4rem; left: 0.2667rem; width: 2.1333rem; height: 2.1333rem; border-radius: 0.1333rem; }
  .download-popup .popup-body .detail .item { margin-left: 0; color: #7b87a6; }
  .download-popup .popup-body .detail .item span { margin-left: 0.1333rem; color: #fff; }
  .download-popup .popup-body .detail .item span.c-red { color: #db1d40; }
  .download-popup .popup-body .down-tips { margin-top: 0.4rem; margin-bottom: 0.4rem; padding: 0; background: none; display: flex; flex-direction: column; line-height: 1.5; }
  .download-popup .popup-body .down-tips .quality { color: #db1d40; font-size: 0.4rem; font-weight: bolder; }
  .download-popup .popup-body .down-tips .c-gray { color: #7b87a6; }
  .download-popup .popup-body .down-tips .c-gray p { display: inline; }
  .download-popup .popup-body .down-tips .btns { width: 100%; display: flex; align-items: center; justify-content: space-between; }
  .download-popup .popup-body .down-tips .btn { flex: 1; display: block; margin-top: 0.4rem; height: 1.2rem; background-image: linear-gradient(to right, #2aa146, #13d06c); color: #fff; font-size: 0.4rem; border-radius: 0.1333rem; display: flex; flex-direction: row; justify-content: center; border: none; }
  .download-popup .popup-body .down-tips .btn + .btn { display: flex; margin-left: 0.2667rem; background: #2e365a; }
  .download-popup .popup-body .down-tips .btn div { text-align: left; padding-left: 0.2667rem; display: flex; flex-direction: column; justify-content: center; line-height: normal; }
  .download-popup .popup-body .down-tips .btn div span { font-size: 0.3733rem; font-size: bold; }
  .download-popup .popup-body .down-tips .btn div p { font-size: 0.32rem; }
  .download-popup .mark { z-index: 10; }
  .login-popup { bottom: 0; left: 0.2667rem !important; right: 0.2667rem !important; display: none !important; background: none; height: auto; }
  .login-popup.on { display: flex !important; }
  .login-popup .popup-body { padding: 0.6667rem 0.4rem 0.5333rem !important; }
  .login-popup .popup-body .form-item { height: 1.0667rem; background: #171a2b; display: flex; align-items: center; margin-bottom: 0.2667rem; padding: 0 0.2667rem; border-radius: 0.1333rem; }
  .login-popup .popup-body .form-item i { margin-right: 0.2667rem; }
  .login-popup .popup-body .form-item input { flex: 1; background: none; border: none; color: #fff; }
  .login-popup .popup-body .form-item input::placeholder { color: #7b87a6; }
  .login-popup .popup-body .form-item .input-suffix { color: #017efd; }
  .login-popup .popup-body .form-item .input-suffix-img { margin-right: -0.2667rem; padding-left: 0.2667rem; background-color: #20243d; border-radius: 0 0.1333rem 0.1333rem 0; height: 1.0667rem; display: flex; align-items: center; }
  .login-popup .popup-body .form-item .input-suffix-img img { max-width: 2rem; height: 1.0667rem; }
  .login-popup .popup-body .form-item-btn .btn { width: 100%; display: block; height: 1.1733rem; line-height: 1.1733rem; font-size: 0.4rem; color: #fff; background-color: #db1d40; border-radius: 0.1333rem; }
  .login-popup .popup-body .other-login { margin-top: 0.5333rem; }
  .login-popup .popup-body .other-login .line { width: 100%; height: 1px; background-color: #383d5b; position: relative; }
  .login-popup .popup-body .other-login .line:before { content: "å…¶ä»–ç™»å½•æ–¹å¼"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 0 0.2667rem; background-color: #20243d; color: #7b87a6; font-size: 0.32rem; }
  .login-popup .popup-body .other-login .btns { display: flex; justify-content: space-between; margin-top: 0.6rem; }
  .login-popup .popup-body .other-login .btns .layui-btn { flex: 1; height: 1.1733rem; line-height: 1.1733rem; display: flex; align-items: center; justify-content: center; background-color: #222846; border-radius: 0.1333rem; color: #7b87a6; font-size: 0.3733rem; }
  .login-popup .popup-body .other-login .btns .layui-btn i { margin-right: 0.1333rem; }
  .login-popup .popup-body .other-login .btns .layui-btn + .layui-btn { margin-left: 0.2667rem; }
  .login-popup .popup-body .other-login p { margin-top: 0.4rem; font-size: 0.3733rem; text-align: center; color: #7b87a6; }
  .login-popup .popup-body .other-login p a { color: #017efd; }
  .middle-main .burn.tab ul li > span:nth-child(2) { padding-left: 0; }
  .middle-main .burn.tab ul li > span:nth-child(2) a { max-width: calc(100% - 0.4rem); }
  .middle-main .burn.tab ul li > span:last-child { width: 1rem; } }
  
  
  @media screen and (max-width: 750px) { .pagination, .middle-main.list-page ul.pagination, .member-wrap .c-right .r-container .list-wrap ul.pagination { background-color: #20243c; overflow: hidden; width: auto; text-align: center; display: flex; flex-direction: row; align-items: center; padding: 0.4rem 0.4rem; margin-bottom: 0; justify-content: space-between; background: #20243c; }
  .pagination:after, .middle-main.list-page ul.pagination:after, .member-wrap .c-right .r-container .list-wrap ul.pagination:after { content: ""; clear: both; display: table; }
  .pagination li, .middle-main.list-page ul.pagination li, .member-wrap .c-right .r-container .list-wrap ul.pagination li { flex: none; width: auto; display: inline-block; height: 0.8rem !important; line-height: 0.8rem !important; color: #fff; }
  .pagination li:nth-child(1), .middle-main.list-page ul.pagination li:nth-child(1), .member-wrap .c-right .r-container .list-wrap ul.pagination li:nth-child(1) { float: left; color: #777b86; display: none !important; }
  .pagination li:not(:nth-child(1)):not(:nth-child(2)):not(:last-child), .middle-main.list-page ul.pagination li:not(:nth-child(1)):not(:nth-child(2)):not(:last-child), .member-wrap .c-right .r-container .list-wrap ul.pagination li:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) { min-width: 0.8rem; border: 1px solid #29304f; text-align: center; margin-left: 0 !important; border-radius: 0.0533rem; padding: 0 !important; }
  .pagination li:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) span, .middle-main.list-page ul.pagination li:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) span, .member-wrap .c-right .r-container .list-wrap ul.pagination li:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) span { justify-content: center; }
  .pagination li:nth-child(n+8):not(:last-child), .middle-main.list-page ul.pagination li:nth-child(n+8):not(:last-child), .member-wrap .c-right .r-container .list-wrap ul.pagination li:nth-child(n+8):not(:last-child) { display: none; }
  .pagination li:nth-child(2), .pagination li:last-child, .middle-main.list-page ul.pagination li:nth-child(2), .middle-main.list-page ul.pagination li:last-child, .member-wrap .c-right .r-container .list-wrap ul.pagination li:nth-child(2), .member-wrap .c-right .r-container .list-wrap ul.pagination li:last-child { background: #2e365a !important; padding: 0 0.4rem !important; }
  .pagination li:not(.disabled):hover, .pagination li:not(.disabled).active, .middle-main.list-page ul.pagination li:not(.disabled):hover, .middle-main.list-page ul.pagination li:not(.disabled).active, .member-wrap .c-right .r-container .list-wrap ul.pagination li:not(.disabled):hover, .member-wrap .c-right .r-container .list-wrap ul.pagination li:not(.disabled).active { background: #db1d40 !important; border-color: #db1d40 !important; }
  .pagination li span:first-child, .middle-main.list-page ul.pagination li span:first-child, .member-wrap .c-right .r-container .list-wrap ul.pagination li span:first-child { width: 100% !important; }
  .pagination li a, .middle-main.list-page ul.pagination li a, .member-wrap .c-right .r-container .list-wrap ul.pagination li a { display: block; }
  .pagination li a:hover, .middle-main.list-page ul.pagination li a:hover, .member-wrap .c-right .r-container .list-wrap ul.pagination li a:hover { color: inherit; }
  .layui-form-radio { line-height: 0.8rem; }
  .layui-form-radio > div { font-size: 0.34rem; }
  .layui-form-radio .layui-icon { height: 0.48rem; line-height: 0.48rem; margin-right: 0.1333rem; font-size: 0.48rem; }
  .layui-form-radio.layui-form-radioed .layui-icon { width: 0.48rem; font-size: 0; }
  .layui-form-radio.layui-form-radioed .layui-icon:before { font-size: 0.42rem; padding: 0.0267rem; width: 0.48rem; height: 0.48rem; line-height: 0.4rem; box-sizing: border-box; font-weight: bolder; }
  .popup { position: fixed !important; left: 0.2667rem !important; right: 0.2667rem !important; bottom: -150%; transition: all 0.6s linear; z-index: 1100 !important; flex: 1; display: flex !important; flex-direction: column; }
  .popup.on { bottom: 0.2667rem; background-color: #20243c !important; border-radius: 0.4rem; }
  .popup-header, .popup-title {color: #fff;font-size: 1rem;font-weight: bolder;height: 3.3333rem;line-height: normal;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #383d5b;position: relative;}
  .popup-header i.back, .popup-title i.back { position: absolute; top: 50%; left: 0.4rem; transform: translateY(-50%); }
  .popup .popup-body {padding: 0.2667rem 0.4rem 0.4rem !important;height: 200px;}
  .mark { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); z-index: 1000; } }