/* title */
h3.mtit {
  width: 100%;
  font-size: 27px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  padding: 0 0 18px;
}
h3.mtit a {
  float: right;
  font-size: 16px;
  font-weight: 600;
  padding-top: 6px;
  margin: 5px 0 0 0;
  line-height: 1.2;
}
h3.mtit.co_w {
  color: #fff;
}
h3.mtit a:hover {
  color: #ed1c24;
}
h3.mtit.co_w a {
}
h3.mtit.co_w a:hover {
  color: #ed1c24;
}

@media all and (max-width: 900px) {
  h3.mtit {
    font-size: 24px;
  }
  h3.mtit a {
    font-size: 16px;
  }
}
@media all and (max-width: 801px) {
  h3.mtit {
    font-size: 22px;
    padding: 0 0 15px;
  }
  h3.mtit a {
    font-size: 15px;
    margin: 2px 0 0 0;
  }
}

@media all and (max-width: 600px) {
  h3.mtit {
    font-size: 20px;
  }
  h3.mtit a {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  h3.mtit a {
    font-size: 13px;
  }
}
@media all and (max-width: 350px) {
  h3.mtit a {
    font-size: 12px;
  }
}

/* mv */
.mv {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_visual {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 56.25% 0 0 0;
  overflow: hidden;
  display: block;
  background: #000;
}
.mvimgwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 56.25% 0 0 0;
  text-align: center;
  overflow: hidden;
  display: block;
  font-size: 0;
}

.mvimgwrap .mvimg_open {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  display: inline-block;
}
.mvimgwrap .mvimg_open img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.mvimgwrap .mvimg_open .mvideoThumb {
  width: 100%;
  margin: 0 auto;
}
.main_visual .mv_txtwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_visual .mv_txtwrap .mv_txt {
  text-align: center;
  padding: 70px 10px 0 10px;
}
.main_visual .mv_txtwrap .mv_txt em {
  width: 100%;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  padding: 6px 0 0;
  line-height: 1.3;
}
.main_visual .mv_txtwrap .mv_txt em strong {
  color: #ed1c24;
  font-weight: 600;
}
.main_visual .mv_txtwrap .mv_txt em i {
  padding: 0 0 0 10px;
  display: inline-block;
}
.main_visual .mv_txtwrap .mv_txt span {
  font-size: 17px;
  padding: 0 0 10px;
  display: block;
}
.main_visual .mv_txtwrap .mv_txt .mvbtn {
  width: 100%;
  min-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center; /*padding:40px 0 0;*/
  padding: 125px 0 0;
}
.main_visual .mv_txtwrap .mv_txt .mvbtn a {
  width: 80%;
  max-width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  background-image: linear-gradient(
    to right,
    rgb(237, 28, 36) 1%,
    rgb(254, 78, 101) 79%,
    rgb(253, 128, 108)
  );
  border: none;
}
.main_visual .mv_txtwrap .mv_txt .mvbtn a:hover {
  background-image: linear-gradient(
    to right,
    rgb(193, 7, 14) 1%,
    rgb(239, 52, 76) 79%,
    rgb(230, 89, 67)
  );
}
.main_visual .mv_txtwrap .mv_txt em .br1 {
  display: none;
}

@media all and (max-width: 1400px) {
  .mv .main_visual {
    height: auto;
  }
  .main_visual .mv_txtwrap .mv_txt span {
    font-size: 16px;
  }
  .main_visual .mv_txtwrap .mv_txt em {
    font-size: 40px;
  }
}
@media all and (max-width: 1000px) {
  .mv .main_visual {
    height: auto;
  }
  .main_visual .mv_txtwrap .mv_txt span {
    font-size: 15px;
  }
  .main_visual .mv_txtwrap .mv_txt em {
    font-size: 36px;
  }
}
@media all and (max-width: 801px) {
  .main_visual .mv_txtwrap .mv_txt span {
    font-size: 14px;
  }
  .main_visual .mv_txtwrap .mv_txt em {
    font-size: 30px;
  }
  .main_visual .mv_txtwrap .mv_txt .mvbtn {
    padding: 30px 0 0;
  }
  .mvimgwrap .mvimg_open .mvideoThumb {
    width: 200%;
    height: auto;
  }
}
@media all and (max-width: 700px) {
  .main_visual .mv_txtwrap .mv_txt em {
    font-size: 24px;
  }
  .mvimgwrap {
    width: 720px;
    height: 400px;
  }
}
@media all and (max-width: 300px) {
  .main_visual .mv_txtwrap .mv_txt em {
    font-size: 22px;
  }
}
@media all and (min-width: 1400px) {
  .main_visual {
    padding: 0;
    width: auto;
    height: 850px;
  }
}

/* mvSwiper */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.mvSwiper {
  position: relative;
  width: 50%;
  max-width: 700px;
  overflow: hidden;
  display: inline-block;
  padding: 100px 0;
}
.mvSwiper .swiper-slide {
  background: none;
}
.mvSwiper .swiper-slide .mvbox {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding-top: 64.28%;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}
.mvSwiper .swiper-slide .mvbox p {
  display: block;
  width: 100%;
}
.mvSwiper .swiper-slide .mvbox .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.mvSwiper .swiper-slide .mvbox .img a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.mvSwiper .swiper-slide .mvbox .img a img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.mvSwiper .swiper-slide .mvbox .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 2;
  width: 100%;
  line-height: 1.2;
  height: 70px;
  background: rgba(0, 0, 0, 0.55);
  padding: 0 20px;
  text-align: left;
  font-size: 20px;
}
.mvSwiper .swiper-slide .mvbox .txt .singer {
  font-weight: 600;
  color: #fff;
  padding: 0 10px 0 0;
}
.mvSwiper .swiper-slide .mvbox .txt span {
  font-weight: 200;
  color: #fff;
  width: 85%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

.btn_play {
  position: absolute;
  z-index: 3;
  float: right;
  width: 34px !important;
  max-width: 34px;
  height: 34px !important;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9) url(/assets/img/com/icon_play_w.svg) no-repeat
    56% 50%;
  background-size: 10px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.btn_play i {
  font-size: 0;
  text-indent: -9999px;
}
.btn_play:hover {
  background: rgba(237, 28, 36, 0.9) url(/assets/img/com/icon_play_w.svg)
    no-repeat 56% 50%;
  background-size: 10px;
}
.mvSwiper .swiper-slide .mvbox .txt .btn_play {
  position: relative;
}

.mvSwiper .swiper-button-next,
.mvSwiper .swiper-button-prev {
  display: none;
  z-index: 3;
  width: 40px;
  height: 50%;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  opacity: 0.7;
}
.mvSwiper:hover .swiper-button-next,
.mvSwiper:hover .swiper-button-prev {
  display: block;
}
.mvSwiper .swiper-button-next {
  left: auto;
  right: 0;
  background: url(/assets/img/com/mv_next.svg) no-repeat center 48%;
  background-size: 40px;
}
.mvSwiper .swiper-button-prev {
  margin: 0;
  left: 0;
  background: url(/assets/img/com/mv_prev.svg) no-repeat center 48%;
  background-size: 40px;
}
.mvSwiper .swiper-button-next:hover,
.mvSwiper .swiper-button-prev:hover {
  opacity: 1;
}
.mvSwiper .swiper-pagination-bullets {
  display: none;
}

@media all and (max-width: 1200px) {
  .mvSwiper {
    padding: 80px 0;
  }
  .mvSwiper .swiper-slide .mvbox .txt {
    font-size: 18px;
    height: 56px;
  }
}
@media all and (max-width: 801px) {
  .mvSwiper {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
  }
  .mvSwiper .swiper-slide .mvbox .txt {
    font-size: 16px;
    height: 50px;
  }
}
@media all and (max-width: 600px) {
  .mvSwiper .swiper-slide .mvbox .txt {
    font-size: 15px;
  }
}
@media all and (max-width: 400px) {
  .mvSwiper .swiper-slide .mvbox .txt {
    font-size: 14px;
  }
}

/* Most Popular */
.mostPopular {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 50px 0 0 0;
}

/* mostPopular Swiper */
.mpSwiper {
  position: relative;
  width: 100%;
  display: block;
}

.mpSwiper .swiper {
  width: 100%;
  height: 100%;
}

.mpSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mpSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mpSwiper .swiper-button-next,
.mpSwiper .swiper-button-prev {
  z-index: 3;
  width: 40px;
  height: 40px;
  top: -50px;
  padding: 0;
  margin: 0;
}
.mpSwiper .swiper-button-prev {
  margin: 0;
  left: auto;
  right: 35px;
  background: url(/assets/img/com/wlarr.svg) no-repeat center 50%;
  background-size: 20px;
}
.mpSwiper .swiper-button-next {
  left: auto;
  right: 0;
  background: url(/assets/img/com/wrarr.svg) no-repeat right 50%;
  background-size: 20px;
}
.mpSwiper .swiper-button-prev:hover {
  background: url(/assets/img/com/rlarr.svg) no-repeat center 50%;
  background-size: 20px;
}
.mpSwiper .swiper-button-next:hover {
  background: url(/assets/img/com/rrarr.svg) no-repeat right 50%;
  background-size: 20px;
}
.mpSwiper .swiper-button-next.swiper-button-disabled,
.mpSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.mpSwiper .swiper-pagination-bullets {
  display: none;
}

.mpSwiper .swiper-slide {
  background: none;
}
.mpSwiper .swiper-slide .mpbox {
  width: 100%;
}
.mpSwiper .swiper-slide .mpbox p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
}
.mpSwiper .swiper-slide .mpbox p a {
  width: 99%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.mpSwiper .swiper-slide .mpbox .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
}
.mpSwiper .swiper-slide .mpbox .img .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #000;
}
.mpSwiper .swiper-slide .mpbox .img .link > img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.mpSwiper .swiper-slide .mpbox .img:hover .link > img {
  opacity: 0.8;
}
.mpSwiper .swiper-slide .mpbox .img .btn_play {
  position: absolute;
  top: auto;
  left: auto;
  right: 15px;
  bottom: 15px;
}

.mpSwiper .swiper-slide .mpbox .tit {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0 0 0;
  line-height: 1.3;
}
.mpSwiper .swiper-slide .mpbox .price {
  color: #ed1c24;
  padding: 5px 0 0 0;
  font-weight: 600;
}
.mpSwiper .swiper-slide .mpbox .price strong {
  font-weight: 600;
}
.mpSwiper .swiper-slide .mpbox .price span {
  width: 100%;
  font-weight: 600;
}
.mpSwiper .swiper-slide .mpbox .like {
  display: none;
}
.mpSwiper .swiper-slide .mpbox .like span {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-block;
  padding: 0 14px 0 35px;
  font-size: 14px;
  line-height: 22px;
  height: 24px;
  border-radius: 24px;
  color: #ed1c24;
  font-weight: 600;
  background: url(/assets/img/com/like_hover.svg) no-repeat 14px 50%;
  background-size: 14px;
  border: 1px solid #ed1c24;
}

@media all and (max-width: 801px) {
  .mpSwiper .swiper-button-prev {
    right: 30px;
  }
  .mpSwiper .swiper-slide .mpbox .like span {
    top: 10px;
    left: 10px;
    font-size: 13px;
    padding: 0 10px 0 30px;
    background: url(/assets/img/com/like_hover.svg) no-repeat 10px 50%;
    background-size: 14px;
  }
  .mpSwiper .swiper-slide .mpbox p {
    font-size: 13px;
  }
  .mpSwiper .swiper-slide .mpbox .tit {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .mpSwiper .swiper-slide .mpbox .price {
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .mpSwiper .swiper-slide .mpbox .tit {
    font-size: 15px;
  }
}
@media all and (max-width: 350px) {
  .mpSwiper .swiper-button-next,
  .mpSwiper .swiper-button-prev {
    width: 30px;
  }
  .mpSwiper .swiper-button-prev {
    right: 30px;
  }
  .mpSwiper .swiper-slide .mpbox p {
    font-size: 12px;
  }
  .mpSwiper .swiper-slide .mpbox .tit {
    font-size: 14px;
  }
  .mpSwiper .swiper-slide .mpbox .img .btn_play {
    right: 12px;
    bottom: 12px;
  }
}
@media all and (max-width: 300px) {
  .mpSwiper .swiper-slide .mpbox .img .btn_play {
    right: 10px;
    bottom: 10px;
  }
}

/* newMusic */
.newMusic {
  position: relative;
  overflow: hidden;
  display: block;
}

/* newMusic Swiper */
.nmSwiper {
  width: 100%;
  overflow: hidden;
  display: block;
}

.mnSwiper .swiper {
  width: 100%;
  height: 100%;
}

.nmSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.nmSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nmSwiper .swiper-button-next,
.nmSwiper .swiper-button-prev {
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  top: 0;
  margin: 0;
}
.nmSwiper .swiper-button-prev {
  margin: 0;
  left: auto;
  right: 35px;
  top: 0;
  background: url(/assets/img/com/wlarr.svg) no-repeat center 50%;
  background-size: 20px;
}
.nmSwiper .swiper-button-next {
  left: auto;
  top: 0;
  right: 0;
  background: url(/assets/img/com/wrarr.svg) no-repeat right 50%;
  background-size: 20px;
}
.nmSwiper .swiper-button-prev:hover {
  background: url(/assets/img/com/rlarr.svg) no-repeat center 50%;
  background-size: 20px;
}
.nmSwiper .swiper-button-next:hover {
  background: url(/assets/img/com/rrarr.svg) no-repeat right 50%;
  background-size: 20px;
}

.nmSwiper .swiper-pagination-bullets {
  display: none;
}

.nmSwiper .swiper-slide {
  background: none;
  padding: 0;
}
.nmSwiper .swiper-slide .nmbox {
  width: 100%;
  position: relative;
}
.nmSwiper .swiper-slide .nmbox p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.nmSwiper .swiper-slide .nmbox p a {
  width: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.nmSwiper .swiper-slide .nmbox .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  border: none;
}
.nmSwiper .swiper-slide .nmbox .img .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #000;
}
.nmSwiper .swiper-slide .nmbox .img .link > img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.nmSwiper .swiper-slide .nmbox .img:hover .link > img {
  opacity: 0.8;
}
.nmSwiper .swiper-slide .nmbox .img .btn_play {
  position: absolute;
  top: auto;
  left: auto;
  right: 15px;
  bottom: 15px;
}

.nmSwiper .swiper-slide .nmbox .tit {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0 0 0;
}
.nmSwiper .swiper-slide .nmbox .price {
  color: #ed1c24;
  padding: 5px 0 0 0;
  font-weight: 600;
}
.nmSwiper .swiper-slide .nmbox .price strong {
  font-weight: 600;
}
.nmSwiper .swiper-slide .nmbox .price span {
  width: 100%;
}
.nmSwiper .swiper-slide .nmbox .liek span {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-block;
  padding: 0 14px 0 35px;
  font-size: 14px;
  line-height: 22px;
  height: 24px;
  border-radius: 24px;
  color: #ed1c24;
  font-weight: 600;
  background: url(/assets/img/com/like_hover.svg) no-repeat 14px 50%;
  background-size: 14px;
  border: 1px solid #ed1c24;
}
.nmSwiper .swiper-slide .nmbox .like {
  display: none;
}

@media all and (max-width: 801px) {
  .nmSwiper .swiper-slide .nmbox .liek span {
    top: 10px;
    left: 10px;
    font-size: 13px;
    padding: 0 10px 0 30px;
    background: url(/assets/img/com/like_hover.svg) no-repeat 10px 50%;
    background-size: 14px;
  }
  .nmSwiper .swiper-slide .nmbox p {
    font-size: 13px;
  }
  .nmSwiper .swiper-slide .nmbox .tit {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .nmSwiper .swiper-slide .nmbox .price {
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .nmSwiper .swiper-slide .nmbox .tit {
    font-size: 15px;
  }
}
@media all and (max-width: 350px) {
  .nmSwiper .swiper-button-next,
  .nmSwiper .swiper-button-prev {
    width: 30px;
  }
  .nmSwiper .swiper-button-prev {
    right: 30px;
  }
  .nmSwiper .swiper-slide .nmbox p {
    font-size: 12px;
  }
  .nmSwiper .swiper-slide .nmbox .tit {
    font-size: 14px;
  }
  .nmSwiper .swiper-slide .nmbox .img .btn_play {
    right: 12px;
    bottom: 12px;
  }
}
@media all and (max-width: 300px) {
  .nmSwiper .swiper-slide .nmbox .img .btn_play {
    right: 10px;
    bottom: 10px;
  }
}

/* editorPick */
.editorPick h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.epwrap {
  width: 100%;
  display: block;
  margin-top: -10px;
}
.epwrap .epbox {
  float: left;
  width: 28.66%;
  margin-right: 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 0;
}
.epwrap .epbox:nth-child(3n) {
  margin-right: 0;
}
.epwrap .epbox .img {
  position: relative;
  width: 100px;
  height: 70px;
  z-index: 1;
}
.epwrap .epbox .img span {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: none;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.epwrap .epbox .img span img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.epwrap .epbox .img:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.epwrap .epbox .img .btn_play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.epwrap .epbox .img:hover .btn_play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6) url(/assets/img/com/icon_play_w.svg) no-repeat
    56% 50%;
  background-size: 10px;
}
.epwrap .epbox .img .btn_play:hover {
  display: inline-block;
  background: rgba(237, 28, 36, 0.6) url(/assets/img/com/icon_play_w.svg)
    no-repeat 56% 50%;
  background-size: 10px;
}

.epwrap .epbox .txt {
  display: block;
  width: 70%;
  padding: 0 0 0 15px;
  text-align: left;
  line-height: 1.3;
}
.epwrap .epbox .txt .music {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.epwrap .epbox .txt .profile {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.epwrap .epbox .checklike {
  width: 8%;
  max-width: 40px;
  min-width: 30px;
}

@media all and (max-width: 1300px) {
  .epwrap .epbox .img {
    width: 90px;
    height: 63px;
  }
  .epwrap .epbox .txt {
    width: 60%;
    padding: 0 0 0 15px;
  }
}

@media all and (max-width: 1000px) {
  .epwrap .epbox .img {
    width: 80px;
    min-width: 80px;
    height: 56px;
  }
  .epwrap .epbox .txt {
    padding: 0 0 0 13px;
  }
  .epwrap .epbox .txt .music {
    font-size: 16px;
  }
  .epwrap .epbox .txt .profile {
    font-size: 13px;
  }
}
@media all and (max-width: 900px) {
  .epwrap .epbox {
    width: 46%;
    padding: 30px 0 0;
  }
  .epwrap .epbox,
  .epwrap .epbox:nth-child(3n) {
    margin-right: 8%;
  }
  .epwrap .epbox:nth-child(2n) {
    margin-right: 0;
  }
  .epwrap .epbox:nth-child(9) {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .epwrap .epbox {
    width: 100%;
    padding: 20px 0 0;
  }
  .epwrap .epbox:first-child {
    padding: 30px 0 0;
  }
  .epwrap .epbox,
  .epwrap .epbox:nth-child(3n) {
    margin-right: 0;
  }
  .epwrap .epbox .txt {
    width: 72%;
  }
  .epwrap .epbox:nth-child(6),
  .epwrap .epbox:nth-child(7),
  .epwrap .epbox:nth-child(8) {
    display: none;
  }
  .epwrap .epbox .txt .music {
    font-size: 15px;
  }
}
@media all and (max-width: 500px) {
  .epwrap .epbox .txt {
    padding: 0 0 0 10px;
    width: 68%;
  }
}
@media all and (max-width: 400px) {
  .epwrap .epbox .txt {
    width: 63%;
  }
}
@media all and (max-width: 350px) {
  .epwrap .epbox .txt {
    width: 55%;
  }
  .epwrap .epbox .txt .music {
    font-size: 14px;
  }
}

/* creator */
.creator {
  position: relative;
  display: block;
}
.creator h3 {
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.creatorBox {
  width: 100%;
}
.creatorBox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.creatorBox ul li {
  width: calc(25% - 15px);
  margin-right: 20px;
}
.creatorBox ul li:last-child {
  margin-right: 0;
}
.crbox {
  width: 100%;
  height: 100%;
  text-align: left;
  background: #191919;
  padding: 25px;
  border-radius: 10px;
}
.crbox h4 {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 70px 0 8px 0;
}
.crbox p {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

.crbox.crbox_01 h4 {
  background: url(/assets/img/com/wicon_02.svg) no-repeat 0 0;
  background-size: 55px;
}
.crbox.crbox_02 h4 {
  background: url(/assets/img/com/wicon_01.svg) no-repeat 0 0;
  background-size: 55px;
}
.crbox.crbox_03 h4 {
  background: url(/assets/img/com/wicon_03.svg) no-repeat 0 0;
  background-size: 55px;
}
.crbox.crbox_04 h4 {
  background: url(/assets/img/com/wicon_04.svg) no-repeat 0 0;
  background-size: 55px;
}

@media all and (max-width: 1000px) {
  .crbox h4 {
    font-size: 18px;
  }
  .crbox p {
    font-size: 15px;
  }
}
@media all and (max-width: 900px) {
  .crbox {
    padding: 20px;
  }
  .crbox h4 {
    font-size: 16px;
  }
  .crbox p {
    font-size: 14px;
  }
}
@media all and (max-width: 700px) {
  .creatorBox ul {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .creatorBox ul {
    -ms-overflow-style: none;
  }
  .creatorBox ul::-webkit-scrollbar {
    display: none;
  }
  .creatorBox ul li {
    min-width: 180px;
  }
}
@media all and (max-width: 600px) {
  .creatorBox ul li {
    width: calc(25% - 11.25px);
    margin-right: 15px;
  }
  .crbox {
    padding: 15px;
  }
  .crbox h4 {
    padding: 55px 0 12px 0;
  }
  .crbox.crbox_01 h4 {
    background-size: 45px;
  }
  .crbox.crbox_02 h4 {
    background-size: 45px;
  }
  .crbox.crbox_03 h4 {
    background-size: 45px;
  }
  .crbox.crbox_04 h4 {
    background-size: 45px;
  }
}
@media all and (max-width: 400px) {
  .creatorBox ul li {
    width: calc(25% - 7.5px);
    margin-right: 10px;
  }
}

/* popularArtist */
.popularArtist {
  display: block;
}

/* popularArtist Swiper */
.popularArtistSwiper {
  overflow: hidden;
  display: block;
  width: calc(100% + 10px);
  height: 100%;
}
.popularArtistSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popularArtistSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popularArtistSwiper .swiper-button-next,
.popularArtistSwiper .swiper-button-prev {
  z-index: 3;
  width: 30px;
  height: 40px;
  padding: 0;
  top: 0;
  margin: 0;
}
.popularArtistSwiper .swiper-button-prev {
  margin: 0;
  left: auto;
  right: 55px;
  top: 0;
  background: url(/assets/img/com/wlarr.svg) no-repeat center 50%;
  background-size: 20px;
}
.popularArtistSwiper .swiper-button-next {
  left: auto;
  right: 20px;
  top: 0;
  background: url(/assets/img/com/wrarr.svg) no-repeat right 50%;
  background-size: 20px;
}
.popularArtistSwiper .swiper-button-prev:hover {
  background: url(/assets/img/com/bklarr.svg) no-repeat center 50%;
  background-size: 20px;
}
.popularArtistSwiper .swiper-button-next:hover {
  background: url(/assets/img/com/bkrarr.svg) no-repeat right 50%;
  background-size: 20px;
}
.popularArtistSwiper .swiper-button-next.swiper-button-disabled,
.popularArtistSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.popularArtistSwiper .swiper-pagination-bullets {
  display: none;
}

.popularArtistSwiper .swiper-slide {
  background: none;
  padding: 0 10px 1px 0;
}
.popularArtistSwiper .swiper-slide .pabox {
  width: 100%;
  max-width: 170px;
}
.popularArtistSwiper .swiper-slide .pabox p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.popularArtistSwiper .swiper-slide .pabox .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 38.23%;
  overflow: hidden;
  display: inline-block;
}
.popularArtistSwiper .swiper-slide .pabox .img span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.popularArtistSwiper .swiper-slide .pabox .img span img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.popularArtistSwiper .swiper-slide .pabox .img span img:hover {
  transform: scale(1.1);
}
.popularArtistSwiper .swiper-slide .pabox .txt {
  padding: 5px 0 2px 0;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.popularArtistSwiper .swiper-slide .pabox .like span {
  display: inline-block;
  padding: 0 14px 0 35px;
  font-size: 14px;
  line-height: 22px;
  height: 24px;
  border-radius: 24px;
  color: #ed1c24;
  font-weight: 600;
  background: url(/assets/img/com/like_hover.svg) no-repeat 14px 50%;
  background-size: 14px;
  border: 1px solid #ed1c24;
}

@media all and (max-width: 1500px) {
  .popularArtistSwiper {
    width: 100%;
  }
  .popularArtistSwiper .swiper-slide {
    padding: 0;
  }
}
@media all and (max-width: 801px) {
  .popularArtistSwiper .swiper-slide .pabox .txt {
    font-size: 15px;
  }
  .popularArtistSwiper .swiper-slide .pabox .like span {
    font-size: 13px;
    padding: 0 10px 0 30px;
    background: url(/assets/img/com/like_hover.svg) no-repeat 10px 50%;
    background-size: 14px;
  }
}
@media all and (max-width: 600px) {
  .popularArtistSwiper .swiper-button-next,
  .popularArtistSwiper .swiper-button-prev {
    height: 30px;
  }
  .popularArtistSwiper .swiper-button-prev {
    right: 50px;
  }
  .popularArtistSwiper .swiper-button-next {
    right: 20px;
  }
  .popularArtistSwiper .swiper-slide .pabox .img {
    width: 100%;
    padding-top: 100%;
  }
}
@media all and (max-width: 500px) {
  .popularArtistSwiper .swiper-slide .pabox .txt {
    font-size: 14px;
  }
}
@media all and (max-width: 350px) {
  .popularArtistSwiper .swiper-slide .pabox .txt {
    font-size: 13px;
  }
}

.whichOnes {
  background: #191919;
}
.whichOnes h3 {
  line-height: 1.2;
  padding: 5px 15px 0 15px;
}
.whichOnes h3 strong {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
}
.whichOnes h3 span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0 0 0;
  line-height: 1.4;
}
.whichOnes h3 br {
  display: none;
}

.whichOnes .wobtn {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 30px 0 0 0;
  text-align: center;
}
.whichOnes .wobtn a {
  width: 100%;
  max-width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  border: none;
  background-image: linear-gradient(
    to right,
    rgb(237, 28, 36) 1%,
    rgb(254, 78, 101) 79%,
    rgb(253, 128, 108)
  );
}
.whichOnes .wobtn a:hover {
  background-image: linear-gradient(
    to right,
    rgb(193, 7, 14) 1%,
    rgb(239, 52, 76) 79%,
    rgb(230, 89, 67)
  );
}

.whichOnesSwiper {
  width: 100%;
  padding: 25px 0 0 0;
}
.whichOnesSwiper .swiper {
  width: 100%;
}

.whichOnesSwiper .swiper-slide {
  background: none;
  background-position: center;
  background-size: cover;
  width: 80%;
  max-width: 520px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.whichOnesSwiper .swiper-slide .img {
  position: relative;
  width: 100%;
  padding-top: 73.46%;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}
.whichOnesSwiper .swiper-slide .img span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.whichOnesSwiper .swiper-slide .img span img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.whichOnesSwiper .swiper-slide .img:hover span img {
  transform: scale(1.1);
  opacity: 0.8;
}
.whichOnesSwiper .swiper-slide .img strong {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  z-index: 3;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.18);
}
.whichOnesSwiper .swiper-button-next,
.whichOnesSwiper .swiper-button-prev,
.whichOnesSwiper .swiper-pagination {
  display: none;
}

.whichOnesSwiper .swiper-button-next,
.whichOnesSwiper .swiper-button-prev {
  display: none;
  z-index: 3;
  width: 60px;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  margin: 0;
  opacity: 0.7;
}
.whichOnesSwiper:hover .swiper-button-next,
.whichOnesSwiper:hover .swiper-button-prev {
  display: block;
}
.whichOnesSwiper .swiper-button-next {
  left: auto;
  right: 20px;
  background: url(/assets/img/com/f_next.svg) no-repeat center 50%;
  background-size: 100%;
}
.whichOnesSwiper .swiper-button-prev {
  margin: 0;
  left: 20px;
  background: url(/assets/img/com/f_prev.svg) no-repeat center 50%;
  background-size: 100%;
}
.whichOnesSwiper .swiper-button-next:hover,
.whichOnesSwiper .swiper-button-prev:hover {
  opacity: 1;
}
.whichOnesSwiper .swiper-pagination-bullets {
  display: none;
}

@media all and (max-width: 801px) {
  .whichOnesSwiper {
    padding: 20px 0 0 0;
  }
  .whichOnes h3 span {
    font-size: 16px;
  }
  .whichOnes .wobtn {
    padding: 25px 15px 0 15px;
  }
  .whichOnesSwiper .swiper-button-next,
  .whichOnesSwiper .swiper-button-prev {
    display: none;
  }
  .whichOnesSwiper .swiper-slide .img strong {
    font-size: 44px;
  }
  .whichOnesSwiper:hover .swiper-button-next,
  .whichOnesSwiper:hover .swiper-button-prev {
    display: none;
  }
}
@media all and (max-width: 700px) {
  .whichOnesSwiper .swiper-slide {
    width: 80%;
    max-width: 100%;
  }
}
@media all and (max-width: 600px) {
  .whichOnes h3 span {
    font-size: 15px;
  }
  .whichOnesSwiper .swiper-slide .img strong {
    font-size: 40px;
  }
}
@media all and (max-width: 500px) {
  .whichOnes h3 span {
    font-size: 14px;
  }
  .whichOnesSwiper .swiper-slide {
    width: 100%;
  }
  .whichOnesSwiper .swiper-slide .img {
    border-radius: 0;
  }
  .whichOnesSwiper .swiper-slide .img strong {
    font-size: 36px;
  }
}
@media all and (max-width: 400px) {
  .whichOnesSwiper .swiper-slide .img strong {
    font-size: 32px;
  }
}
@media all and (max-width: 360px) {
  .whichOnesSwiper .swiper-slide .img strong {
    font-size: 28px;
  }
}

/* main_pop */
.pop_main_notice {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
.pop_main_notice .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pop_main_notice .popwrap_layer {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.pop_main_notice .main_pop_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #333;
  border-radius: 0;
  padding: 0 0 0 20px;
}
.pop_main_notice .main_pop_wrap .report_tit {
  display: inline-block;
  padding: 0;
}
.pop_main_notice .main_pop_wrap .btn_close {
  position: relative;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  z-index: 24;
  background: #ed1c24;
  border-radius: 0;
}
.pop_main_notice .main_pop_wrap .btn_close .cbtn {
  width: 40px;
  height: 100%;
  background: url(/assets/img/com/pop_close_w.svg) no-repeat center 50%;
  background-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.pop_main_notice .popwrap_layer .pwrap .pbox_scroll {
  padding: 0;
  margin: 0;
}
.pop_main_notice .popwrap_layer .pwrap .pbox_scroll .btn_pop a {
  height: 50px;
}

.main_pop_wrap input[type="checkbox"] {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.main_pop_wrap input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  margin: 0;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.main_pop_wrap input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background: transparent url(/assets/img/content/icon_check_lg.svg) no-repeat
    center 50%;
  background-size: 13px;
}
.main_pop_wrap input[type="checkbox"]:checked + label::before {
  background: transparent;
  border-color: transparent;
}
.main_pop_wrap input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  background: #ed1c24 url(/assets/img/com/icon_check_w.svg) no-repeat center 50%;
  background-size: 13px;
}
.main_pop_wrap input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* sw-main-popup */
.sw-main-popup {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0;
  display: inline-block;
}

@media all and (max-width: 600px) {
  .pop_main_notice .main_pop_wrap .btn_close {
    width: 50px;
    height: 50px;
  }
}
