﻿button {
  outline: 0;
  border: 0;
  background: none;
}

.btn--primary {
  color: #fff;
  background: #58C416;
}
.btn--primary:hover {
  background: #2B8A38;
}

.btn--outline {
  color: #58C416;
  background: #fff;
  border: 2px solid #58C416;
}
.btn--outline:hover {
  color: #2B8A38;
  border: 2px solid #2B8A38;
}

.btn--big {
  padding: 8px 40px;
  font-size: 1.25rem;
  border-radius: 8px;
}

.btn-small {
  padding: 4px 8px;
  font-size: 1rem;
  border-radius: 6px;
}

.container-fluid {
  padding: 0 !important;
}

header {
  padding: 16px 0;
}
header a {
  display: block;
  max-width: 239px;
}
header img {
  width: 100%;
}

.topBanner {
  padding: 24px 0;
  background: url("../images/bg-header-pc.png");
  background-size: cover;
}
.topBanner > div {
  display: flex;
  align-items: center;
}
.topBanner .title {
  margin-left: 24px;
}
.topBanner .title i {
  padding: 4px 16px;
  font-size: 0.875rem;
  color: #fff;
  background: #158AE7;
  border-radius: 4px;
  font-style: normal;
}
.topBanner .title h2 {
  padding: 4px 0;
  font-size: 2.25rem;
  font-weight: bold;
  color: #101223;
}
.topBanner .btns {
  display: flex;
}
.topBanner .btns button {
  position: relative;
  padding: 8px 24px 8px 40px;
}
.topBanner .btns button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.topBanner .btns button + button {
  margin-left: 8px;
}
.topBanner .btns .icon-more::after {
  background: url("../images/icon-20X20.png") 0 -40px no-repeat;
  background-size: 100% auto;
}
.topBanner .btns .icon-home::after {
  background: url("../images/icon-20X20.png") 0 -60px no-repeat;
  background-size: 100% auto;
}
.topBanner .btns .icon-list::after {
  background: url("../images/icon-20X20.png") 0 -80px no-repeat;
  background-size: 100% auto;
}
.topBanner .btns .form-check {
  margin-left: 8px;
  padding: 8px 16px 8px 40px;
  font-size: 1.25rem;
  background: #404252;
  border-radius: 8px;
  cursor: pointer;
}
.topBanner .btns .form-check:hover {
  background: #101223;
}
.topBanner .btns .form-check label {
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}
.topBanner img {
  width: 160px;
  border: 4px solid #fff;
}

.content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 24px;
  margin-top: 40px;
}
.content .side {
  padding: 16px 12px;
  background: #F5C959;
  border-radius: 16px;
  cursor: pointer;
}
.content .side .form-check {
  padding: 16px 16px 16px 40px;
  background: #404252;
  border-radius: 8px;
}
.content .side .form-check:hover {
  background: #101223;
}
.content .side .form-check label {
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}
.content .side .accordion-item {
  margin-top: 8px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 1s ease-out;
}
.content .side .accordion-item:not(.show) {
  border-radius: 8px;
  background-color: #fff;
}
.content .side .accordion-item:has(.show) {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.4);
}
.content .side .accordion-button {
  font-size: 1rem;
  font-weight: bold;
  color: #101223;
  border-radius: 16px;
  box-shadow: none;
  background-color: #fff;
}
.content .side .accordion-button:not(.show) {
  background-color: transparent;
}
.content .side .accordion-collapse {
  padding: 0 8px 16px;
}
.content .side .accordion-body {
  padding: 0;
  background: #fff;
  border-radius: 8px;
}
.content .side .accordion-body + .accordion-body {
  margin-top: 8px;
}
.content .side .accordion-body > a {
  display: block;
  padding: 16px;
  font-size: 1rem;
  color: #101223;
  text-decoration: none;
}
.content .side .accordion-body > a:hover {
  border-radius: 8px;
  font-weight: bold;
  background: linear-gradient(-30deg, #FFFAC8 10%, #fff 50%);
}
.content .rightArea .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: #F3F4F8;
}
.content .rightArea .title h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #101223;
}
.content .rightArea .title .form-check {
  padding: 12px 16px 12px 40px;
  color: #fff;
  border-radius: 8px;
  background: #404252;
  cursor: pointer;
}
.content .rightArea .title .form-check:hover {
  background: #101223;
}
.content .rightArea .title .form-check label {
  cursor: pointer;
}
.content .rightArea .unit {
  padding: 0;
}
.content .rightArea .unit > li {
  display: flex;
  align-items: center;
  padding: 16px 40px;
  border-top: 1px solid #D2D4DA;
}
.content .rightArea .unit > li > div {
  display: flex;
  align-items: center;
}
.content .rightArea .unit .subTitle {
  flex: 1 1 auto;
  margin: 0;
  font-size: 1.25rem;
  color: #101223;
  text-decoration: none;
}
.content .rightArea .unit button {
  flex: 0 0 120px;
  margin: 0 0 0 8px;
}
.content .rightArea .unit .time {
  flex: 0 0 80px;
  margin: 0 0 0 8px;
}
.content .rightArea .unit .icon-download {
  position: relative;
  padding-left: 24px;
}
.content .rightArea .unit .icon-download::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/icon-20X20.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.content .rightArea .unit .icon-speed {
  position: relative;
  padding-left: 32px;
}
.content .rightArea .unit .icon-speed::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/icon-20X20.png") 0 -20px no-repeat;
  background-size: 100% auto;
}
.content .rightArea .unit .dropdown-menu {
  min-width: 100px;
  text-align: center;
  border: 2px solid #D2D4DA;
  border-radius: 8px;
}
.content .rightArea .unit .dropdown-item {
  margin: 0;
}
.content .rightArea .unit .dropdown-item:hover {
  color: #404252;
  background-color: #FDF1D1;
}

.content--full {
  grid-template-columns: 1fr;
}
.content--full .rightArea {
  padding: 0 24px;
}
.content--full .rightArea .unit .subTitle {
  padding: 0;
}

footer {
  margin: 80px 0 40px;
}
footer a {
  color: #404252;
}
footer a:hover {
  color: #158AE7;
}

.form-check-input:checked {
  background-color: #58C416 !important;
  border: 3px solid #fff;
  border-color: #fff !important;
}
.form-check-input:checked[type=radio] {
  background-image: none !important;
}
@media (max-width: 991px) {
  .container {
    max-width: 850px !important;
  }
  header {
    padding: 8px 0;
  }
  header a {
    max-width: 200px;
  }
  .topBanner {
    padding: 16px 0;
  }
  .topBanner img {
    width: 130px;
  }
  .topBanner .title h2 {
    font-size: 1.875rem;
  }
  .content {
    grid-template-columns: 2fr 4fr;
    grid-column-gap: 16px;
    margin-top: 24px;
  }
  .content--full {
    grid-template-columns: 1fr;
  }
  .unit li {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 16px !important;
  }
  .unit li > div {
    margin: 8px 0 0 -8px;
  }
}
@media (max-width: 640px) {
  .topBanner {
    padding: 16px 0;
  }
  .topBanner img {
    width: 100px;
    border-width: 3px;
  }
  .topBanner .title h2 {
    padding: 0;
    font-size: 1.875rem;
  }
  .topBanner .title button {
    padding: 8px 32px;
    font-size: 1.125rem;
  }
  .topBanner .btns button::after {
    display: none;
  }
  .topBanner .btns:has(.form-check) button {
    padding: 4px 12px;
    font-size: 1rem;
  }
  .topBanner .btns:has(.form-check) .form-check {
    padding: 4px 12px 4px 32px;
    font-size: 1rem;
  }
  .topBanner .btns:has(.form-check) span {
    display: none;
  }
  .content {
    grid-template-columns: 1fr;
  }
  .content .rightArea {
    margin-top: 16px;
  }
  .content .rightArea .title {
    flex-direction: column;
    justify-content: initial;
    align-items: flex-start;
    padding: 16px;
  }
  .content .rightArea .title .form-check {
    margin-top: 8px;
    width: 100%;
  }
  .content .rightArea .unit button {
    flex: 0 0 95px;
  }
  .content .rightArea .unit .icon-download {
    padding-left: 8px;
  }
  .content .rightArea .unit .icon-download::after {
    display: none;
  }
  .content .rightArea .unit .icon-speed {
    display: none;
  }
  .content--full .rightArea {
    padding: 0 16px;
  }
  .content--full .unit li {
    padding: 16px 0 !important;
  }
  footer {
    margin: 40px 0 24px;
  }
}
.sticky-pin {
  position: fixed;
    bottom: 0px;
    background-color: #58C416;
    color: #fff !important;
    width: 100%;
    z-index: 99;
    left: 0px;
    padding: 15px !important;
    border: 5px solid #fff;
}

ol li {
    position: relative;
}

li.playing{
    font-weight: 600;
}

li.playing:before {
    content: '♬';
    /*width: 24px;
    height: 24px;*/
    padding: 3px;
    font-size: 30px;
    line-height: 14px;
    margin: 0px;
    position: absolute;
    left: 5px;
    top: 24px;
    color: #ff6600;
    font-weight: bold;
}
li.playing:after {
    content: '播放中';
    padding: 3px 8px;
    line-height: 14px;
    margin: 0px;
    position: absolute;
    font-size: 11px;
    background: #fff;
    border-radius: 20px;
    right: 365px;
    bottom: 22px;
    color: #000;
}
@media screen and (max-width: 992px) {
    li.playing:before {
        display: none;
    }
}
@media screen and (min-width: 300px) {
    li.playing:after {
    content: '播放中';
    padding: 3px 8px;
    line-height: 14px;
    margin: 0px;
    position: absolute;
    font-size: 11px;
    background: #ff6600;
    border-radius: 20px;
    right: 15px;
    bottom: 63px;
    height:22px;
    color: #fff;
  }
    
}


@media screen and (min-width: 992px) {
    li.playing:after {
    content: '播放中';
    padding: 5px 10px;
    line-height: 14px;
    margin: 0px;
    position: absolute;
    font-size: 11px;
    background: #ff6600;
    border-radius: 20px;
    right: 400px;
    bottom: 20px;
    height:25px;
    color: #fff;
  }    
}