main {
  background: #faf9f4;
}
.banner {
  padding: 60px 0;
  background: url('https://img-library.tunefab.com/uploads/page/common/banner-pc.png') no-repeat center;
  background-size: 100% 100%;
}
.banner .banner-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-cont .banner-left {
  flex: 0 0 568px;
}
.banner .banner-tips {
  width: fit-content;
  padding: 6px 12px;
  color: #090909;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  border: 1px solid #000;
  background: #d8a0f9;
}
.banner h1 {
  margin-top: 22px;
  color: #090909;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.banner .banner-desc {
  margin-top: 18px;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}
.banner .banner-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner .banner-list .banner-item {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 2px;
  border: 1px solid #000;
}
.quick {
  margin-top: 80px;
}
.quick .quick-cont {
  position: relative;
  padding: 38px 86px 30px 132px;
  border: 2px solid #000;
  background: #fbeaa4;
}
.quick .quick-cont::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 26px;
  background: url('https://img-library.tunefab.com/uploads/page/common/quick-ico.png') no-repeat center / cover;
  width: 58px;
  height: 58px;
}
.quick .quick-cont .wrap-tit {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
}
.quick .quick-cont .quick-list {
  margin-top: 24px;
}
.quick .quick-cont .quick-list li {
  margin-bottom: 8px;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.quick .quick-cont .quick-list li span {
  font-weight: 600;
}
.quick .quick-cont .quick-desc {
  margin-top: 24px;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  /* 160% */
}
.relax {
  margin-top: 86px;
}
.relax .relax-box {
  display: flex;
  gap: 44px;
  align-items: center;
}
.relax .wrap-tit {
  padding-bottom: 14px;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
  /* 43.2px */
  border-bottom: 2px solid #111;
}
.relax .wrap-desc {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.relax .relax-ico {
  margin-top: 30px;
}
.relax .relax-txt {
  margin-top: 20px;
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}
.relax .relax-person {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-top: 30px;
}
.relax .relax-person .relax-person-name {
  color: #111827;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.relax .relax-person .relax-person-job {
  color: #1f2937;
  font-size: 9px;
  font-weight: 400;
  line-height: 150%;
  /* 13.5px */
}
.scene {
  margin-top: 144px;
}
.scene .scene-list {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.scene .scene-list .scene-item {
  flex: 1;
  text-align: center;
  padding-bottom: 20px;
}
.scene .scene-list .scene-item .scene-img {
  margin-top: 10px;
}
.scene .scene-list .scene-item .scene-desc {
  position: relative;
  z-index: 9;
  margin-top: -72px;
  padding: 8px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  text-align: left;
}
.scene .scene-list .scene-item .scene-tip {
  width: fit-content;
  padding: 4px 20px;
  margin: 18px 0 0 14px;
  border-radius: 69px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
.scene .scene-list .scene-item:nth-child(1) {
  background: #5e4942;
}
.scene .scene-list .scene-item:nth-child(1) .scene-tip {
  border: 1px solid rgba(242, 151, 53, 0.5);
  color: #f29735;
}
.scene .scene-list .scene-item:nth-child(1) .scene-desc {
  background: linear-gradient(0deg, #9b5c3c 0%, #9b5c3c 100%), #d9d9d9;
}
.scene .scene-list .scene-item:nth-child(2) {
  background: #1c4d70;
}
.scene .scene-list .scene-item:nth-child(2) .scene-tip {
  border: 1px solid rgba(255, 229, 62, 0.5);
  color: #ffe53e;
}
.scene .scene-list .scene-item:nth-child(2) .scene-desc {
  background: linear-gradient(0deg, #35ad69 0%, #35ad69 100%), #d9d9d9;
}
.scene .scene-list .scene-item:nth-child(3) {
  background: #1d8066;
}
.scene .scene-list .scene-item:nth-child(3) .scene-tip {
  border: 1px solid rgba(181, 248, 155, 0.5);
  color: #c2f4af;
}
.scene .scene-list .scene-item:nth-child(3) .scene-desc {
  background: linear-gradient(0deg, #e8ab47 0%, #e8ab47 100%), #d9d9d9;
}
.ears {
  margin-top: 104px;
}
.ears .wrap-tit {
  padding-bottom: 14px;
  margin-bottom: 20px;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  /* 160% */
  border-bottom: 2px solid #111;
}
.ears .wrap-tit.center {
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
}
.ears .wrap-desc {
  max-width: 890px;
  margin-top: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.ears .wrap-desc.center {
  margin: 0 auto;
  text-align: center;
}
.ears .ears-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin-top: 46px;
}
.ears .ears-list .ears-item {
  flex: 1;
  height: auto;
  padding: 24px 16px;
  border-radius: 2px;
  border: 1px solid #000;
}
.ears .ears-list .ears-item:nth-child(1) {
  background: #c2e2c8;
}
.ears .ears-list .ears-item:nth-child(2) {
  background: #e8c6ed;
}
.ears .ears-list .ears-item:nth-child(3) {
  background: #cdefef;
}
.ears .ears-list .ears-item:nth-child(4) {
  background: #b7d0ff;
}
.ears .ears-list .ears-tit {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  /* 27px */
}
.ears .ears-list .ears-desc {
  margin-top: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
.picks {
  margin-top: 150px;
}
.picks .wrap-tit {
  padding-bottom: 14px;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  /* 160% */
  border-bottom: 2px solid #111;
}
.picks .picks-box {
  margin-top: 40px;
}
.picks .picks-box .picks-item {
  border: 2px solid #000;
  background: #fff;
}
.picks .picks-box .picks-item:nth-child(n + 2) {
  border-top: 0;
}
.picks .picks-box .picks-item.active .picks-message {
  max-height: 1000px;
  padding: 32px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.picks .picks-box .picks-item.active .picks-default {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.4s;
}
.picks .picks-box .picks-default {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s;
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.picks .picks-box .picks-default:hover {
  background: #f9f7f0;
}
.picks .picks-box .picks-default-tit {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.picks .picks-box .picks-default-tit span {
  margin-right: 20px;
}
.picks .picks-box .picks-tag {
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid #000;
  background: #f8f7f3;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.picks .picks-box .picks-default-other {
  display: flex;
  align-items: center;
  gap: 8px;
}
.picks .picks-box .picks-show {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 56px;
  line-height: 1;
  cursor: pointer;
  height: 34px;
  transform: translateY(-2px);
  margin-left: 6px;
}
.picks .picks-box .picks-txt {
  margin-top: 18px;
  color: #374151;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.picks .picks-box .picks-btn-box {
  display: flex;
  align-items: center;
  gap: 18px;
}
.picks .picks-box .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  gap: 12px;
  border: 1px solid #000;
  background: #c2e2c8;
  transition: all 0.3s;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.picks .picks-box .btn-copy:hover {
  box-shadow: 4px 4px 0 #000;
}
.picks .picks-box .btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  gap: 12px;
  border: 1px solid #000;
  background: #fff;
  transition: all 0.3s;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.picks .picks-box .btn-play:hover {
  box-shadow: 4px 4px 0 #000;
}
.picks .picks-box .picks-hidden {
  font-size: 56px;
  color: #333;
  cursor: pointer;
  flex: 1;
  text-align: right;
}
.picks .picks-box .picks-num {
  color: #909399;
  font-size: 20px;
  font-weight: 600;
}
.picks .picks-box .picks-tit {
  max-width: 430px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 24px;
  color: #111;
  font-size: 32px;
  font-weight: 600;
}
.picks .picks-box .picks-by {
  margin-top: 12px;
  color: #374151;
  font-size: 24px;
  font-weight: 400;
}
.picks .picks-box .picks-message {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  gap: 44px;
}
.picks .picks-box .picks-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.picks .picks-box .picks-review {
  position: absolute;
  top: 40px;
  right: 24px;
}
.picks .picks-box .picks-score {
  display: flex;
  align-items: center;
  justify-content: end;
}
.picks .picks-box .score-big {
  color: #1b1b1b;
  font-size: 32px;
  font-weight: 600;
}
.picks .picks-box .score-small {
  color: #c0c4cc;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-left: 8px;
}
.picks .picks-box .picks-tag-list {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.picks .picks-box .picks-info {
  margin-top: 10px;
}
.solution {
  margin-top: 150px;
}
.solution .solution-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0;
  background: #6d188a;
  box-shadow: 4px 4px 0 0 #fcde78;
}
.solution .solution-box .solution-pro {
  position: absolute;
  top: -36px;
  left: 42px;
  display: block;
  padding: 22px 12px 8px 52px;
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  /* 32.4px */
  background: url('https://img-library.tunefab.com/uploads/page/common/solution-pro-bg.png') no-repeat center / cover;
}
.solution .solution-box .solution-tit {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  /* 43.2px */
}
.solution .solution-box .solution-desc {
  max-width: 606px;
  margin-top: 16px;
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.solution .solution-box .solution-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.solution .solution-box .solution-list li {
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  /* 160% */
}
.solution .solution-box .solution-btn-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}
.solution .solution-box .solution-btn {
  padding: 14px 56px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s;
}
.solution .solution-box .solution-btn:hover {
  transform: translateY(-8px);
}
.solution .solution-box .solution-info {
  padding: 10px 0 36px 44px;
}
.solution .solution-box .solution-right {
  margin-top: 48px;
}
.tips {
  margin-top: 130px;
}
.tips .wrap-tit {
  padding-bottom: 14px;
  margin-bottom: 30px;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  /* 160% */
  border-bottom: 2px solid #111;
}
.tips .wrap-desc {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  /* 160% */
}
.tips .tips-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}
.tips .tips-box .tips-tit {
  margin-top: 20px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  /* 160% */
}
.tips .tips-box .tips-desc {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  /* 160% */
}
.tips .tips-box .tips-num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 124px;
  font-weight: 700;
  line-height: 0.72;
  /* 72.761% */
  opacity: 0.5;
}
.tips .tips-box .tips-item {
  position: relative;
  flex: 0 0 580px;
  padding: 32px 22px 32px;
  border-radius: 2px;
  border: 2px solid #000;
  transition: all 0.3s;
}
.tips .tips-box .tips-item:hover {
  box-shadow: 2px 2px 0 0 #000;
}
.tips .tips-box .tips-item:nth-child(1) {
  background: #fcde78;
}
.tips .tips-box .tips-item:nth-child(1) .tips-num {
  color: #e6c34a;
}
.tips .tips-box .tips-item:nth-child(2) {
  background: #b7d0ff;
}
.tips .tips-box .tips-item:nth-child(2) .tips-num {
  color: #8bacea;
}
.tips .tips-box .tips-item:nth-child(3) {
  background: #e8c6ed;
}
.tips .tips-box .tips-item:nth-child(3) .tips-num {
  color: #dfb0e6;
}
.tips .tips-box .tips-item:nth-child(4) {
  background: #cdefef;
}
.tips .tips-box .tips-item:nth-child(4) .tips-num {
  color: #b1d7d7;
}
.tips .tips-box .tips-item:nth-child(5) {
  flex: 1;
  background: #c2e2c8;
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 40px 28px;
}
.tips .tips-box .tips-item:nth-child(5) .tips-tit {
  margin-top: 0;
}
.tips .tips-box .tips-item:nth-child(5) .tips-num {
  color: rgba(134, 197, 146, 0.63);
}
.faq {
  margin-top: 174px;
}
.faq .wrap-tit {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
  /* 43.2px */
  border-bottom: 2px solid #111;
  padding-bottom: 30px;
}
.faq .faq-item {
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #111;
  background: #fff;
}
.faq .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}
.faq .faq-item .faq-question::before {
  content: 'Q';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #111;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  /* 160% */
  border-radius: 4px;
  border: 1px solid #111;
  background: #f4c4d2;
}
.faq .faq-item .faq-question h3 {
  flex: 1;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  /* 160% */
}
.faq .faq-item .faq-question .faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.faq .faq-item .faq-question .faq-icon .faq-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 12px;
  background-color: #333;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, background-color 0.3s;
}
.faq .faq-item .faq-question .faq-icon .faq-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  /* 160% */
}
.faq .faq-item .faq-answer a {
  color: #007bff;
  text-decoration: underline;
}
.faq .faq-item.active .faq-answer {
  max-height: 1000px;
  padding-top: 10px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.faq .faq-item.active .faq-icon .faq-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.explore {
  margin-top: 120px;
  padding: 78px 0 90px;
  background: #161616;
}
.explore .explore-tit {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 135%;
  /* 56.7px */
}
.explore .explore-desc {
  margin-top: 22px;
  color: #efefef;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.28;
  /* 128% */
  text-align: center;
}
.explore .explore-list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.explore .explore-list .explore-item {
  width: calc((100% - 40px * 2) / 3);
  background: #fff;
  cursor: pointer;
}
.explore .explore-list .explore-item:hover .slide-arrow {
  background: #000;
}
.explore .explore-list .explore-item:hover .slide-arrow path {
  stroke: #fff;
}
.explore .explore-list .slide-img {
  width: 100%;
}
.explore .explore-list .slide-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 12px 22px 22px;
}
.explore .explore-list .slide-tit {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
}
.explore .explore-list .slide-arrow {
  display: block;
  padding: 6px 12px 8px 12px;
  border-radius: 10.874px;
  border: 0.76px solid #000;
  transition: all 0.3s;
}
.explore .explore-list .slide-arrow svg {
  display: block;
}
.trend {
  margin-top: 156px;
}
.trend .trend-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 84px;
}
.trend .trend-box .trend-info {
  position: sticky;
  top: 20px;
  flex: 0 0 352px;
}
.trend .trend-box .wrap-tit {
  margin-top: 10px;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  /* 160% */
}
.trend .trend-box .trend-btn {
  width: fit-content;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid #000;
  background: #c2e2c8;
  transition: all 0.3s;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.trend .trend-box .trend-btn:hover {
  box-shadow: 4px 4px 0 #000;
}
.trend .trend-box .trend-date {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
}
.trend .trend-box .trend-date::before {
  content: '';
  width: 6px;
  display: block;
  height: 6px;
  background: #ff2448;
  border-radius: 50%;
}
.trend .table-container {
  flex: 1;
  border-radius: 8px;
}
.trend .table-scroll-wrap {
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.trend .track-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  table-layout: fixed;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.trend .track-table th,
.trend .track-table td {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  color: #111;
  padding: 15px;
  text-align: left;
  border: 1px solid #111;
  box-sizing: border-box;
}
.trend .track-table tr td:first-child,
.trend .track-table tr th:first-child {
  width: 86px;
  text-align: center;
}
.trend .track-table tr td:last-child,
.trend .track-table tr th:last-child {
  width: 100px;
  text-align: center;
  padding: 0;
}
.trend .track-table tbody td {
  padding: 24px 15px;
}
.trend .track-table thead th {
  background-color: #b7d0ff;
  color: #111111;
  font-weight: 700;
  font-size: 18px;
}
.trend .track-table .number {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
  text-align: center;
}
.trend .track-table .track .title {
  color: #111;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.trend .track-table .track .genre {
  display: inline-block;
  background: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  color: #545454;
  line-height: normal;
}
.trend .track-table .velocity-tag {
  width: 80px;
  display: inline-block;
  padding: 6px 0;
  border-radius: 4px;
  border: 1px solid #000;
  color: #111;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
}
.trend .track-table .velocity-tag.green {
  background: #c2e2c8;
}
.trend .track-table .velocity-tag.red {
  background: #f4c4d2;
}
.trend .track-table .velocity-tag.grey {
  background: #e0e0e0;
}
.trend .track-table .velocity-tag.blue {
  background: #bfe0f2;
}
.playlists {
  margin-top: 126px;
}
.playlists .wrap-tit {
  margin-bottom: 14px;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  /* 160% */
  border-bottom: 2px solid #111;
}
.playlists .playlists-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 64px;
}
.playlists .playlists-list .playlists-item {
  width: 384px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #000;
  background: #fff;
  box-sizing: border-box;
}
.playlists .playlists-list .playlists-tit {
  color: #000;
  font-size: 18px;
  width: -webkit-fill-available;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playlists .playlists-list .playlists-desc {
  color: #374151;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.playlists .playlists-list .playlists-txt {
  padding: 10px;
  background: #faf9f4;
  color: #606266;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.playlists .playlists-list .playlists-txt .playlists-best {
  color: #111827;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}
.playlists .playlists-list .playlists-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #000;
  background: #c2e2c8;
  transition: all 0.3s;
}
.playlists .playlists-list .playlists-btn:hover {
  box-shadow: 2px 2px 0 0 #000;
}
@media (max-width: 1200px) {
  .banner .banner-cont .banner-right img {
    width: 100%;
  }
  .relax .relax-txt {
    margin-top: 8px;
    font-size: 20px;
  }
  .relax .relax-ico {
    width: 48px;
    height: 48px;
    margin-top: 16px;
  }
  .relax .wrap-desc {
    margin-top: 16px;
    font-size: 14px;
  }
  .relax .wrap-tit {
    margin-top: 0;
    font-size: 28px;
  }
  .scene .scene-list {
    gap: 10px;
  }
  .scene .scene-list .scene-item .scene-desc {
    min-height: 142px;
  }
  .solution .solution-box {
    flex-direction: column;
    align-items: baseline;
  }
  .solution .solution-box .solution-info {
    padding: 40px 0 0 44px;
  }
  .tips .tips-box {
    flex-direction: column;
  }
  .tips .tips-box .tips-item {
    flex: 1;
  }
  .picks .picks-box .btn-copy {
    font-size: 14px;
  }
  .picks .picks-box .btn-copy img {
    width: 16px;
    height: 16px;
  }
  .picks .picks-box .btn-play {
    font-size: 14px;
  }
  .picks .picks-box .btn-play img {
    width: 16px;
    height: 16px;
  }
  .trend .trend-box {
    gap: 20px;
  }
  .trend .trend-box .trend-info {
    flex: 0 0 260px;
  }
  .trend .trend-box .wrap-tit {
    font-size: 20px;
  }
  .trend .trend-box .trend-date {
    font-size: 12px;
  }
  .trend .trend-box .trend-btn {
    padding: 12px;
    gap: 8px;
    font-size: 16px;
  }
  .trend .trend-box .trend-btn img {
    width: 16px;
    height: 16px;
  }
  .trend .track-table .track .title {
    font-size: 14px;
  }
}
@media (max-width: 996px) {
  .banner {
    background: #b7d0ff;
  }
  .banner .banner-cont {
    flex-direction: column;
    gap: 22px;
  }
  .banner .banner-cont .banner-left {
    flex: auto;
  }
  .relax .relax-box {
    flex-direction: column;
    align-items: center;
  }
  .picks .picks-box .picks-message {
    flex-direction: column;
  }
  .picks .picks-box .picks-left {
    width: 326px;
    height: 326px;
  }
  .picks .picks-box .picks-btn-box {
    margin-top: 12px;
  }
  .scene {
    margin-top: 60px;
  }
  .scene .scene-list {
    gap: 24px;
    flex-direction: column;
  }
  .scene .scene-list .scene-item {
    padding-bottom: 16px;
  }
  .scene .scene-list .scene-item .scene-desc {
    min-height: auto;
  }
  .trend {
    margin-top: 60px;
  }
  .trend .trend-box {
    flex-direction: column;
  }
  .trend .trend-box .trend-info {
    flex: auto;
    position: static;
  }
  .trend .trend-box .wrap-tit {
    font-size: 28px;
  }
  .trend .trend-box .trend-date {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 42px 0 32px;
  }
  .banner .banner-tips {
    display: none;
  }
  .banner h1 {
    margin-top: 0;
    text-align: center;
    font-size: 36px;
  }
  .banner .banner-desc {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }
  .banner .banner-list {
    gap: 4px;
    justify-content: center;
  }
  .banner .banner-list .banner-item {
    margin-top: 26px;
    font-size: 10px;
    padding: 4px 8px;
    gap: 2px;
  }
  .banner .banner-list .banner-item img {
    width: 12px;
    height: 12px;
  }
  .banner .banner-right img {
    max-width: 344px;
    margin: 0 auto;
  }
  .quick {
    margin-top: 26px;
  }
  .quick .quick-cont {
    padding: 18px 14px 16px 20px;
  }
  .quick .quick-cont::before {
    content: '';
    width: 42px;
    height: 42px;
    top: 14px;
    left: 14px;
  }
  .quick .quick-cont .wrap-tit {
    font-size: 18px;
    margin-left: 60px;
  }
  .quick .quick-cont .quick-desc {
    margin-top: 16px;
    font-size: 14px;
  }
  .quick .quick-cont .quick-list {
    margin-top: 14px;
  }
  .quick .quick-cont .quick-list li {
    font-size: 14px;
  }
  .relax {
    margin-top: 40px;
  }
  .relax .relax-box {
    gap: 68px;
  }
  .relax .relax-left img {
    width: 100%;
  }
  .relax .relax-person {
    margin-top: 10px;
  }
  .ears {
    margin-top: 62px;
  }
  .ears .wrap-tit {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.35;
  }
  .ears .wrap-desc {
    margin-top: 16x;
    font-size: 14px;
  }
  .ears .ears-list {
    flex-direction: column;
    margin-top: 24px;
  }
  .ears .ears-list .ears-item {
    max-width: 282px;
    flex: auto;
    margin: 0 auto;
  }
  .solution {
    margin-top: 38px;
  }
  .solution .solution-box {
    gap: 0;
    align-items: end;
    box-shadow: none;
  }
  .solution .solution-box .solution-pro {
    padding: 18px 10px 6px 42px;
    font-size: 18px;
    left: 0;
    top: -28px;
  }
  .solution .solution-box .solution-img {
    width: 330px;
  }
  .solution .solution-box .solution-tit {
    font-size: 24px;
    white-space: wrap;
  }
  .solution .solution-box .solution-desc {
    margin-top: 18px;
    font-size: 14px;
  }
  .solution .solution-box .solution-info {
    padding: 40px 18px 18px;
  }
  .solution .solution-box .solution-btn-box {
    flex-direction: column;
    margin-top: 16px;
  }
  .solution .solution-box .solution-list {
    justify-content: center;
    gap: 12px;
  }
  .solution .solution-box .solution-list li {
    padding: 5px 6px;
    font-size: 11px;
  }
  .solution .solution-box .solution-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .solution .solution-box .solution-right {
    margin-top: 0;
  }
  .tips {
    margin-top: 50px;
  }
  .tips .wrap-tit {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .tips .wrap-desc {
    font-size: 14px;
  }
  .tips .tips-box {
    margin-top: 24px;
    gap: 18px;
  }
  .tips .tips-box .tips-ico {
    width: 50px;
    height: 50px;
  }
  .tips .tips-box .tips-tit {
    margin-top: 10px;
    font-size: 20px;
  }
  .tips .tips-box .tips-desc {
    margin-top: 10px;
    font-size: 16px;
  }
  .tips .tips-box .tips-num {
    display: none;
  }
  .tips .tips-box .tips-item {
    padding: 20px;
  }
  .tips .tips-box .tips-item:nth-child(5) {
    display: block;
    padding: 20px;
  }
  .tips .tips-box .tips-item:nth-child(5) .tips-tit {
    margin-top: 10px;
  }
  .faq {
    margin-top: 36px;
  }
  .faq .wrap-tit {
    font-size: 28px;
    padding-bottom: 14px;
    margin-bottom: 28px;
  }
  .faq .faq-item {
    padding: 14px;
    margin-top: 14px;
  }
  .faq .faq-item .faq-question {
    align-items: baseline;
  }
  .faq .faq-item .faq-question::before {
    content: none;
  }
  .explore {
    margin-top: 50px;
    padding: 30px 0 70px;
  }
  .explore .explore-tit {
    font-size: 28px;
  }
  .explore .explore-desc {
    margin-top: 12px;
    font-size: 14px;
  }
  .explore .explore-list {
    gap: 32px;
    flex-direction: column;
  }
  .explore .explore-list .explore-item {
    width: 100%;
    max-width: 296px;
  }
  .picks {
    margin-top: 74px;
  }
  .picks .wrap-tit {
    font-size: 28px;
  }
  .picks .picks-box {
    margin-top: 24px;
  }
  .picks .picks-box .picks-default-tit {
    font-size: 16px;
    width: 90%;
  }
  .picks .picks-box .picks-default-tit span {
    margin-right: 10px;
  }
  .picks .picks-box .picks-default {
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    position: relative;
  }
  .picks .picks-box .picks-item {
    border-width: 1px;
  }
  .picks .picks-box .picks-item.active .picks-message {
    padding: 12px;
  }
  .picks .picks-box .picks-tag {
    font-size: 12px;
    padding: 4px 12px;
  }
  .picks .picks-box .picks-show {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 36px;
  }
  .picks .picks-box .picks-left {
    width: 80px;
    height: 80px;
  }
  .picks .picks-box .picks-score {
    display: none;
  }
  .picks .picks-box .picks-num {
    font-size: 12px;
  }
  .picks .picks-box .picks-tit {
    margin-top: 6px;
    font-size: 18px;
  }
  .picks .picks-box .picks-by {
    margin-top: 10px;
    font-size: 14px;
  }
  .picks .picks-box .picks-txt {
    margin-top: 14px;
    font-size: 14px;
  }
  .picks .picks-box .picks-hidden {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 42px;
  }
  .picks .picks-box .picks-btn-box {
    flex-direction: column;
  }
  .picks .picks-box .btn-copy,
  .picks .picks-box .btn-play {
    width: 100%;
    box-sizing: border-box;
  }
  .picks .picks-box .picks-tag-list {
    gap: 8px;
    margin-top: 0;
    min-height: 24px;
  }
  .picks .picks-box .picks-info {
    margin-top: 0;
    position: absolute;
    top: 12px;
    left: 110px;
  }
  .picks .picks-box .picks-review {
    top: 112px;
    left: 12px;
  }
  .playlists {
    margin-top: 60px;
  }
  .playlists .wrap-tit {
    font-size: 28px;
  }
  .playlists .playlists-list {
    margin-top: 30px;
  }
  .playlists .playlists-list .playlists-item {
    width: 100%;
  }
  .playlists .playlists-list .playlists-img {
    width: 100%;
    height: auto;
  }
}
