.singer-detail-wrapper {
  width: calc(100% - 276px);
  position: relative;
}

.singer-detail-content-wrapper {
  display: flex;
  flex-direction: column;
  margin: 37px 44px 150px 45px;
}
/************singer-infor*************/
.singer-infor-banner {
  height: 300px;
  width: 300px;
  overflow: hidden;
  border-radius: 13.33px;
  position: relative;
}

.singer-infor-banner.singer-infor-avatar-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.singer-infot-play-icon {
  position: absolute;
  bottom: 26px;
  left: 32px;
  cursor: pointer;
}

.singer-infor-job {
  font-size: 16px;
  color: var(--iz-header-header-register-border-button);
  text-transform: uppercase;
}

.singer-infor-name {
  font-size: 64px;
  font-weight: 500;
  font-family: FS PF BeauSans Pro, sans-serif;
  line-height: 77px;
  color: var(--iz-mc-accord-detail-extra-value);
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
}

.singer-infor-achievement {
  font-size: 18px;
  font-weight: 500;
  color: var(--iz-mc-accord-detail-extra-value);
}

.singer-infor-achievement-dot {
  width: 5px;
  height: 5px;
  background-color: #a1a1aa;
  border-radius: 100%;
}

/************other-singers*************/
.other-singers {
  padding-right: 25px;
  margin-top: 38px;
}

.other-singers-header {
  font-size: 32px;
  font-weight: 700;
  color: var(--iz-player-bar-text-color);
}

.other-singers-header-border-left {
  width: 4px;
  height: 22px;
  border-radius: 12px;
  background-color: #f81539;
}

.other-singers .swiper-button-next,
.other-singers .swiper-button-prev {
  position: relative;
  color: #a1a1aa;
}
.other-singers .swiper-button-next:after,
.other-singers .swiper-button-prev:after {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 50%;
  background-color: var(--iz-bg-icon-prev-next);
  border: 1px solid var(--iz-border-icon-prev-next);
}

.other-singers .swiper-pagination {
  margin-top: 32px;
  position: relative;
}

.other-singers .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
}

.other-singers .swiper-pagination-bullet-active {
  background: #a1a1aa;
  opacity: 1;
  padding: 4px 7px;
  border-radius: 29px;
}

.other-singers .card-singer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.other-singers .card-singer img {
  width: 85%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 22px;
}

.other-singers .card-singer .singer-name {
  font-size: 20px;
  font-weight: 600;
  font-family: FS PF BeauSans Pro, sans-serif;
  line-height: 26px;
  color: var(--iz-color-label-radio) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
}

@media screen and (max-width: 1399px) {
  .singer-infor-banner {
    height: 200px;
    width: 200px;
  }
  .singer-infor-job {
    margin-top: 15px;
  }
  .singer-infor-job,
  .singer-infor-name {
    text-align: center;
  }

  .singer-infor-name {
    font-size: 45px;
    line-height: 56px;
  }
  
  .singer-infor-achievement {
    justify-content: center;
  }

  .singer-infor-avatar {
    display: flex;
    justify-content: center;
  }

  .singer-infot-play-icon {
    height: 40px;
    width: 40px;
    bottom: 13px;
    left: 15px;
  }
  
}
