* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  touch-action: pan-y;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

@font-face {
  font-family: "youshebth_text";
  /* Project id 2814501 */
  src: url('../iconfont/youshebth.ttf') format('truetype');
}


.detail-content .plyr--video{
  width: 100%;
}
.sound-card .right-btns {
  margin-bottom: 0 !important;
  align-items: center;
  display: flex;
  justify-content: center;
}
.sound-card .right-btns>a{
  height: auto !important;
}

.bth {
  font-family: 'youshebth_text' !important;
}

/* 主容器 */
.container {
  width: 100%;
  height: auto;
}

.top-nav {
  background-color: #060624;

}


.active {
  background: rgba(255, 255, 255, 0.08);
}

.main{
  background-color: #060624;
}

/* 内容 */
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 0px 0px 64px 64px;
  padding:80px 50px 0;
}

.content-wapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

/* 面包屑导航 */
.crumbs-nav {
  display: flex;
  ;
  align-items: center;
  margin-top: 32px;
}

.crumbs-nav .crumbs-nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737482;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.crumbs-nav .crumbs-nav-item:nth-child(n+2) {
  margin-left: 8px;
}

.crumbs-nav .crumbs-nav-item>span {
  margin-right: 8px;
}

.crumbs-nav .crumbs-nav-item:last-child span{
  color: #16172F;
}

/* 详情内容 */
.detail-content-wapper {
  width: 100%;
  display: flex;
  margin-top: 32px;
  align-items: flex-start;
}

.detail-content-wapper .left-content{
  flex-grow: 1;
  width: 0px;
}

.detail-content-wapper .detail-content {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  background: #FFF;
  margin-bottom: 32px;
}

.detail-content-wapper .detail-content .detail-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}

.detail-content-wapper .detail-content .detail-head .detail-content-title {
  max-width: 600px;
  color: #16172F;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.price-box {
  display: flex;
  justify-content: start;
  align-items: center;
}

.price-box .price-left {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.price-box .price-right {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.price-box span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-box .cny {
  color: #EB465C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: PingFang SC;
}

.price-box .price {
  color: #EB465C;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  font-family: PingFang SC;
}

.price-box .units {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: PingFang SC;
}

.price-box .price-right {
  margin-left: 13px;
}

.price-box>a {
  margin-left: auto;
  font-size: 16px;
  color: #737482;
  visibility: hidden;
}

.detail-content-wapper .base-info-box {
  display: flex;
  width: 100%;
  margin-top: 32px;
}

.detail-content-wapper .base-info-box .left-info {
  position: relative;
  display: flex;
  height: 92px;
  width: 0px;
  /* flex-grow: 1; */
  width: 82.4%;
}

.base-info-box .left-info .on-line {
  box-sizing: border-box;
  position: absolute;
  top: 74px;
  left: 72px;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 10px;
  background: #05CC69;
}

.base-info-box .left-info .avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 2px solid #F5F6FA;
}

.base-info-box .left-info .info-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  margin-left: 16px;
  margin-right: 16px;
}

.base-info-box .left-info .info-box .anchor-name-info {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: auto; */
}

.base-info-box .left-info .info-box .anchor-name-info .anchor-name {
  color: rgba(0, 0, 0, 0.90);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-family: PingFang SC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.base-info-box .left-info .info-box .anchor-name-info .level-icon {
  display: flex;
  margin-left: 1.6rem;
  margin-right: 16px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #0C0E21;
  color: #C2A886;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.base-info-box .left-info .info-box .works {
  color: rgba(0, 0, 0, 0.60);
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.base-info-box .left-info .info-box .works-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  color: rgba(0, 0, 0, 0.60);
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.base-info-box .left-info .info-box .works-info-375 {
  display: none;
}

.works-info-375 .works-375 {
  margin-right: 1.4rem;
  color: rgba(0, 0, 0, 0.60);
  font-size: 2.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 4rem;
  white-space: nowrap;
}

.works-info-375 .transaction-375 {
  color: rgba(0, 0, 0, 0.60);
  font-size: 2.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 4rem;
  white-space: nowrap;
}

.desc-375 {
  margin-top: 8px;
  color: #16172F;
  font-family: PingFang SC;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.desc-375 {
  display: none;
}

.base-info-box .left-info .info-box .transaction {
  color: rgba(0, 0, 0, 0.60);
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.base-info-box .right-bth {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 40px;
  margin-left: auto;
  color: #6730FF;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 8px;
  border: 1px solid #6730FF;
  white-space: nowrap;
}

/* 视频swiper */
.video-siwper-wapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 38px;

}

.video-siwper-wapper .left-siwper {
  position: relative;
  width: 82.4%;
  border-radius: 16px;
}

.swiper {
  margin-left: 0 !important;
}

.video-siwper-wapper .left-siwper .swiper-item {
  position: relative;
  display: flex;
}

.video-siwper-wapper .left-siwper .swiper-item .video {
  width: 100%;
  height: 100%!important;
  padding-top: 0!important;
}

.video-siwper-wapper .left-siwper .swiper-item .video .xgplayer-controls{
  display: none;
}

.video-siwper-wapper .left-siwper .swiper-item .video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* display: block !important; */
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 32px;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.78);
  z-index: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 44px !important;
}

.video-siwper-wapper .left-siwper .btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 54px;
  cursor: pointer;
}

.video-siwper-wapper .left-siwper .prev {
  position: absolute;
  left: 32px;
  background: url('/static/images/video-siwper-prev.png') no-repeat;
  background-position: center;
  background-size: 100%;
}

.video-siwper-wapper .left-siwper .next {
  right: 32px;
  background: url('/static/images/video-siwper-next.png');
  background-position: center;
  background-size: 100%;
}

.video-siwper-wapper .left-siwper .prev[aria-disabled="true"],.video-siwper-wapper .left-siwper .next[aria-disabled="true"]{
  opacity: .3;
}

.video-siwper-wapper .right-siwper-list {
  display: flex;
  flex-direction: column;
  width: 14.3%;
}

.video-siwper-wapper .right-siwper-list .list-item {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.video-siwper-wapper .right-siwper-list .list-item:first-child{
  margin-top: 0px!important;
}

.video-siwper-wapper .right-siwper-list .list-item img {
  width: 100%;
  height: 100%;
}

.video-siwper-wapper .right-siwper-list .list-item p{
  font-size: 14px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  padding: 0 5px;
  right: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 左侧边栏 */
.left-sub-bar {
  position: fixed;
  margin-left: -112px;
  margin-top: -24px;
  display: flex;
  flex-direction: column;
  width: 80px;
  border-radius: 4px;
  background: #fff;
  z-index: 2;
}

.left-sub-bar a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
.left-sub-bar a:hover i{
  color: #D69A40FF;
}
.left-sub-bar a:hover span{
  color: #D69A40FF;
}
.left-sub-bar a i {
  font-size: 45px;
  color: rgba(0, 0, 0, 0.45);
}



.left-sub-bar a:hover .hover_show{
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.left-sub-bar a .hover_show{
  position: absolute;
  width: 220px;
  height: 248px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;

  margin-top: 12px;
  top: 100%;
  left: -77px;
  z-index: 11;
  box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.left-sub-bar a .hover_show::after{
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 103px;
}

.left-sub-bar a .hover_show .ewm_show{
  width: 160px;
  height: 160px;
}


.left-sub-bar a .hover_show .ewm_text{
  margin-top: 12px;
  width: 160px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.left-sub-bar a span {
  color: rgba(0, 0, 0, 0.45);
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.bottom-line {
  display: none;
  width: 100%;
  height: 1px;
  margin-top: 23px;
  background: #EBECF0;
}

.bottom-price-box {
  display: none;
}

/* 右侧边栏 */
.detail-content-wapper .right-sub-bar {
  width: 282px;
  padding: 0 16px;
  border-radius: 16px;
  background: #FFF;
  margin-left: 24px;
  margin-bottom: 24px;
}

.right-sub-bar .sub-bar-title {
  margin-top: 16px;
  color: #16172F;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.right-sub-bar .recommended-person {
  margin-top: 16px;
}

.recommended-person .card-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.recommended-person .card-head img {
  width: 48px;
  height: 48px;
  border: 2px solid #f5f6fa;
  border-radius: 50%;
}

.recommended-person .card-head .on-line {
  box-sizing: border-box;
  position: absolute;
  top: 36px;
  left: 36px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 10px;
  background: #05CC69;
}

.recommended-person .card-head .info-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 13px;
}

.recommended-person .card-head .info-box .anchor-name-info {
  display: flex;
  justify-content: center;
}

.recommended-person .card-head .info-box .anchor-name-info .anchor-name {
  color: #16172F;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommended-person .card-head .info-box .anchor-name-info .level-icon {
  display: flex;
  margin-left: 4px;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #0C0E21;
  color: #C2A886;
  font-size: 10px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 14px;
  white-space: nowrap;
}

.recommended-person .introduce {
  width: 186px;
  margin-top: 9px;
  color: #16172F;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recommended-person .music-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.recommended-person .music-info-box .music-item:nth-child(1) {
  margin-top: 0px;
}

.recommended-person .music-info-box .music-item {
  box-sizing: border-box;
  width: 250px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  align-items: center;
  margin-top: 8px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.recommended-person .music-info-box .music-item .music-name {
  width: 0px;
  flex-grow: 1;
  color: #16172F;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 16px;
}

.recommended-person .music-info-box .music-item a {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: url('../images/play-music-btn-2x.png') no-repeat center;
  background-size: 100%;
}

.recommended-person .line {
  margin-top: 15px;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background: #EDF0F9;
}

.recommended-person:last-child .line{
  background:transparent
}


/* 声音列表 */
.sound-wapper {
  margin-bottom: 116px;
  padding: 24px;
  border-radius: 16px;
  background: #FFF;
}

.sound-wapper .sound-title {
  color: rgba(0, 0, 0, 0.85);
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.sound-wapper .category-tag {
  display: flex;
  margin-top: 24px;
}

.sound-wapper .category-tag .category-tag-name {
  margin-right: 8px;
  color: #000;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.sound-wapper .category-tag .tag {
  margin-right: 8px;
  padding: 1px 8px;
  color: #737482;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 4px;
  background: #F1F3FA;
  cursor: pointer;
}

.sound-wapper .category-tag .active {
  color: #FFF;
  background: #060624;
}

.sound-wapper .sound-card-wapper {
  width: 100%;
  margin-top: 33px;
}

.sound-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  height: 136px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 12px 40px 0px rgba(37, 37, 89, 0.12);
}

.sound-card .card-conent {
  display: flex;
  justify-content: start;
  align-items: center;
}

.sound-card:last-child {
  margin-bottom: 0;
}

.sound-card .left-cover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  border-radius: 5px;
  overflow: hidden;
}

.sound-card .left-cover img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.sound-card .left-cover .draw {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 21px;
}

.sound-card .left-cover .music_btn {
  font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.5);
}


.sound-card .left-cover .music_btn::after{
  content: "\e6f8";
}

.sound-card .left-cover .music_btn.load::after{
  content: "\e632";
  -webkit-animation:music_btn_load 1s linear infinite;
}



.sound-card .left-cover .music_btn.play::after{
  content: "\e682";
}


.sound-card .center-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: 16px;
  /* margin-right: 32px; */
  flex-grow: 1;
  /* flex: 1; */
  width: 0;
}

.sound-card .center-content .music-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sound-card .center-content .music-name a {
  color: #16172F;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sound-card .center-content .waveform {
  margin-top: 12px;
  width: 100%;
  height: 32px;
  overflow: hidden;
  position: relative;
}

.sound-card .center-content .waveform[data-ctime]::after{
  pointer-events: none;
  content: attr(data-ctime);
  position: absolute;
  bottom: 0px;
  left: 0;
  border-radius: 2px;
  color: #ffffff;
  z-index: 33;

  width: 42px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}


.sound-card .center-content .waveform[data-time]::before{
  pointer-events: none;
  content: attr(data-time);
  position: absolute;
  bottom: 0px;
  right: 0;
  border-radius: 2px;
  color: #ffffff;
  z-index: 33;

  width: 42px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}

.sound-card .right-btns>a {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.sound-card .right-btns>a i {
  font-size: 24px;
  color: #737482;
}





/* 375尺寸下顶部导航栏 */
.right-nav-content-375 {
  display: none;
}

.nav-wapper-375 {
  display: none;
}


@media (min-width: 750px) and (max-width: 1280px){
  .content{
    padding: 8rem 50px 0;
  }
}
@media (max-width: 750px) {
  .content{
    padding: 9.8rem 1.6rem 0;
  }
  .left-sub-bar{
    display: none;
  }
  .sound-card .card-conent{
    align-items: end;
  }
  .sound-card .center-content{
    justify-content: center !important;
  }
  .sound-card .right-btns{
    margin-bottom: 2rem;
  }
  .sound-card .right-btns a i{
    font-size: 2.4rem !important;
  }
}
@media (max-width: 700px) {
  .sound-card .right-btns{
    margin-bottom: 0;
  }
  .sound-card .right-btns a i{
    font-size: 3rem !important;
  }
}

@media (max-width: 500px) {
  .sound-card .right-btns{
    margin-bottom: 0;
  }
  .sound-card .right-btns a i{
    font-size: 3.8rem !important;
  }
}
/* 导航栏 */
@media screen and (max-width: 1904px) {


}

@media screen and (max-width: 1550px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 745px) {
  .top-nav {
    justify-content: center;
  }

  .nav-wapper .left-nav .left-nav-content {
    display: none;
  }

  .nav-wapper .right-nav .right-nav-content {
    display: none;
  }

  .right-nav-content-375 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .right-nav-content-375 .nav-icon {
    cursor: pointer;
    width: 24px;
    height: 100%;
    background: url("../images/nav-icon.png") no-repeat center;
  }

  .nav-wapper-375 {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 60px;
    left: 0;
    width: 100%;
    background: #060624;
    box-shadow: 0px 12px 40px 0px rgba(37, 37, 89, 0.12);
  }

  /* .nav-content-375 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 0px;
    overflow: hidden;
    transition: all .5s;
  } */

  /* .nav-active {
    height: 240px;
  } */

  /* .nav-content-375 li {
    display: flex;
    align-items: center;
    padding: 13px 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    ;
  }

  .nav-content-375 li a {
    color: var(--unnamed, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  } */
}


/* 内容 */
@media screen and (max-width: 1385px) {
  .detail-content-wapper .right-sub-bar {
    display: none;
  }

  .detail-content-wapper {
    justify-content: center;
  }


  .price-box {
    display: none;
  }


  .base-info-box .right-bth {
    margin-top: auto;
  }

  .bottom-price-box {
    display: flex;
    margin-top: 24px;
  }

  .bottom-line {
    display: block;
  }


  .left-sub-bar {
    left: -40px;
    top: 0;
    width: 40px;
    height: 120px;
  }

  .left-sub-bar a {
    width: 40px;
    height: 40px;
  }

  .left-sub-bar a i {
    font-size: 25px;
  }

  .left-sub-bar a span {
    font-size: 6px;
    font-weight: 400;
    line-height: 10px;
    transform: scale(0.5);
    white-space: nowrap;
  }

  /* .footer {
    display: none;
  } */

  .content {
    border-radius: 0;
  }

  .base-info-box .right-bth {
    width: 84px;
  }
}

@media screen and (max-width:880px) {



  .detail-content-wapper {
    justify-content: center;
  }

  .left-content {
    width: 100%;
  }

  .base-info-box .right-bth {
    margin-top: 0;
  }

  .base-info-box .left-info .info-box .works-info {
    width: 405px;
  }

  .base-info-box .right-bth {
    width: 72px;
  }

  .detail-content-wapper .base-info-box {
    margin-top: 23px;
  }

  .video-siwper-wapper {
    margin-top: 32px;
  }


}

@media screen and (max-width:750px) {

  .sound-wapper .sound-card-wapper{
    margin-top: 5.2rem;
  }

  .base-info-box .left-info .info-box .anchor-name-info .level-icon{
    font-size: 2rem;
    line-height: 2.8rem;
    padding: .6rem 1.6rem;
  }

  .crumbs-nav{
    margin-top: 3.2rem;
  }

  .content{
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .crumbs-nav .crumbs-nav-item>span{
    font-size: 2.8rem;
  }

  .detail-content-wapper{
    margin-top: 3.2rem;
  }

  .detail-content-wapper .detail-content .detail-head .detail-content-title {
    font-size: 3.6rem;
    line-height: 5.2rem;
  }

  .detail-content-wapper .base-info-box{
    margin-top: 3.2rem;
  }

  .base-info-box .left-info .avatar {
    width: 9.6rem;
    height: 9.6rem;
  }

  .base-info-box .left-info .on-line {
    top: 7.5rem;
    left: 7.5rem;
    width: 1.2rem;
    height: 1.2rem;
    border: .3rem solid #fff;
    border-radius: 50%;
  }

  .detail-content-wapper .detail-content {
    padding: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .left-sub-bar {
    display: none;
  }
  .video-siwper-wapper .left-siwper {
    width: 100%;
  }
  .video-siwper-wapper .right-siwper-list {
    display: none;
  }

  .base-info-box .left-info .info-box .anchor-name-info .anchor-name {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 4.8rem;
  }

  .detail-content-wapper .base-info-box {
    align-items: center;
  }

  .base-info-box .left-info .info-box {
    margin-left: 1.6rem;
  }

  .base-info-box .left-info .info-box .works-info-375 {
    display: flex;
  }

  .base-info-box .right-bth{
    width: 16.8rem;
    height: 8rem;
    font-size: 2.8rem;
  }

  .video-siwper-wapper .left-siwper .swiper-item>a {
    width: 32px;
    height: 32px;
    background-size: 100%;
  }

  .video-siwper-wapper .left-siwper .swiper-item .video-title {
    height: 8rem;
    padding: 0 2.4rem;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 8rem !important;
  }

  .price-box>a {
    visibility: visible;
  }

  .sound-wapper {
    padding: 3.2rem;
    /* margin-top: 3.2rem; */
  }

  .sound-wapper .category-tag{
    margin-top: 3.2rem;
  }

  .sound-wapper .category-tag .category-tag-name{
    font-size: 3.2rem;
    line-height: 4.8rem;
  }

  .sound-wapper .category-tag .tag{
    font-size: 2.4rem;
    line-height: 4.8rem;
    padding: 0 1.6rem;
    margin-right: 1.6rem;
  }

  .sound-card{
    padding: 2.4rem 3.2rem;
  }


  .sound-card .center-content {
    margin-left: 2.4rem;
  }

  .video-siwper-wapper .left-siwper .btn {
    width: 13px;
    height: 39px;
  }

  .video-siwper-wapper .left-siwper .prev {
    left: 10px;
  }

  .video-siwper-wapper .left-siwper .next {
    right: 10px;
  }

  .base-info-box .left-info .info-box .works {
    display: none;
  }

  .base-info-box .left-info .info-box .transaction {
    display: none;
  }

  .base-info-box .left-info .info-box .works-info {
    display: none;
  }

  .base-info-box .left-info .info-box .anchor-name-info {
    margin-bottom: 0;
  }

  .detail-content-wapper .base-info-box .left-info {
    height: auto;
  }

  .price-box .cny {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
  }

  .price-box .price {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
  }

  .price-box .units {
    color: #737482;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
  }

  .bottom-price-box {
    margin-top: 16px;
  }

  .sound-wapper .category-tag .tag:nth-child(n+5) {
    display: none;
  }

  .sound-card .left-cover {
    width: 12.8rem;
    height: 12.8rem;
    flex-shrink: 0;
  }

  .sound-card {
    height: auto;
  }

  .sound-card .center-content .music-name {
    /* width: 118px; */
  }

  .sound-card .right-btns {
    white-space: nowrap;
  }

  .sound-card .right-btns>a i {
    font-size: 12px;
  }

  .sound-card .right-btns>a {
    margin-right: 8px;
  }

  .sound-card .center-content .music-name a {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 22px;
  }
  .sound-card .left-cover i {
    width: 19px;
    height: 19px;
    font-size: 19px;
  }

  .video-siwper-wapper {
    margin-top: 24px;
  }

  .bottom-line {
    margin-top: 16px;
  }

  .desc-375 {
    display: block;
  }
}
