
@font-face {
    font-family: "youshebth_text";
    /* Project id 2814501 */
    src: url('../iconfont/youshebth.ttf') format('truetype');
}




.bth {
    font-family: 'youshebth_text' !important;
}





.top-nav{
    background-color: #060624;
}

.no_data{
    margin: 15% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.no_data .tips{
    color:  #A2A2AB;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 32px;
}

/* 主容器 */
.container {
    width: 100%;
    height: auto;
}
.dark-nav {
    background: #060624;
}
/* 内容 */
.content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 1920px;
    margin: auto;
    background-color: #fff;
    padding-top: 104px;
    border-radius: 0px 0px 64px 64px;
    min-height: 700px;
}

@media screen and (max-width: 1920px) {
  .content{
    width: auto;
  }
}

@media screen and (max-width: 1517px) {
  .bottom-wapper{
    width: auto;
    padding-right: 24px;
  }
  .bottom-wapper .banner-bottom{
    width: 100% !important;
  }
}

/* 顶部搜索 */
.content-wapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin: 0 24px 0 293px;
}

.content-wapper .search-wapper {
    position: relative;
    display: flex;
    flex-grow: 1;
    height: 48px;
    position: relative;
    z-index: 1000;
}

.content-wapper .search-wapper .search-box {
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    width: 0;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    /* padding: 12px 16px; */
    background-color: #F6F7FC;
    border-radius: 5px 0 0 5px;
    border: solid #EBECF0;
    border-width: 1px 0 1px 1px;
}

.search-wapper .search-box input {
    /* width: 100%; */
    height: 100%;
    padding: 0 16px 0 16px;
    box-sizing: border-box;
    flex: 1;
    font-size: 16px;
    font-family: PingFang SC;
    line-height: 24px;
    background-color: #F6F7FC;
    outline: none;
    border: none;
}

.search-wapper .search-box input::-webkit-input-placeholder{
    color:#A2A2AB;
}
.search-wapper .search-box input::-moz-placeholder{
    color:#A2A2AB;
}
.search-wapper .search-box input:-moz-placeholder{
    color:#A2A2AB;
}
.search-wapper .search-box input:-ms-input-placeholder{
    color:#A2A2AB;
}

.content-wapper .search-wapper i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #A2A2AB;
    margin-right: 16px;
    display: none;
}

.content-wapper .search-wapper .category-choose {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 352px;
    height: 100%;
    border: 1px solid #EBECF0;
    border-radius: 0 8px 8px 0;
}

.search-wapper .category-choose .category-choose-option {
    width: 96px;
    height: 38px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: Noto Sans;
    line-height: 38px;
    border-radius: 32px;
    /* background: #EBECF0; */
    cursor: pointer;
}

.search-wapper .category-choose .category-choose-option:hover{
    background: #EBECF0;
}

.search-wapper .category-choose .active-category-choose {
    color: #fff;
    background: #060624;
}

.search-wapper .category-choose .active-category-choose:hover{
    color: #fff;
    background: #060624;
}

.search-wapper .category-choose .drop-btn {
    display: none;
    color: #16172F;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
}

.search-wapper .category-choose .drop-btn i {
    font-size: 16px;
    vertical-align: bottom;
}

.search-wapper .category-choose .drop-btn i::before {
    display: inline-block;
    transform: rotate(90deg);
}

.top-search-category {
    display: flex;
    width: 100%;
    align-items: center;
}

.top-search-category .category-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 48px;
    margin-right: 24px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 8px;
    background: #060624;
}

.top-search-category .category-btn i::before {
    display: inline-block;
    transform: rotate(90deg);
}

.top-search-category .category-btn {
    display: none;
}


/* 排序选择 */
.sort-person-title-wapper {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.sort-person-title-wapper .sort-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    height: 48px;
    border-radius: 9999px;
    border: 1px solid #EBECF0;
}

.sort-person-title-wapper .sort-toggle .sort{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 36px;
    color: #737482;
    text-align: center;
    font-size: 14px;
    font-family: Noto Sans;
    font-weight: 400;
    line-height: 20px;
    border-radius: 9999px;
    cursor: pointer;
}

.sort-person-title-wapper .sort-toggle .sort:nth-child(2) i:before {
    display: inline-block;
    /* transform: rotate(90deg); */
}

.sort-person-title-wapper .sort-toggle .active {
    background: #EBECF0;
    color: #16172F;
}

.sort-person-title-wapper .person-title {
    display: flex;
    align-items: center;
}

.sort-person-title-wapper .person-title p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: HarmonyOS Sans SC;
}

.sort-person-title-wapper .person-title p span {
    color: #EF1A1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/* 筛选信息 */
.filtration-info-wapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 32px;
    display: none;
}

.filtration-info-wapper .tips {
    color: #16172F;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
}

.filtration-info-wapper .filtration-results {
    color: #737482;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.filtration-info-wapper .filtration-results span {
    color: #E44A42;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}




/* 分类下拉框 */
.category-drop {
    position: absolute;
    top: 175px;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.category-drop {
    display: none;
}

.category-drop .active {
    display: flex;
}

.category-drop .category-box {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    background: #F6F7FC;
    /* box-shadow: 0px 12px 40px 0px rgba(37, 37, 89, 0.12); */
}

.category-drop .category-box .category-content-drop {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: -95px;
}

.category-drop .category-box .category-drop-item {
    width: 766px;
}

.category-drop .category-box .category-drop-item:nth-child(n+2) {
    margin-top: 24px;
}

.category-drop .category-box .category-drop-item .category-drop-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}


.category-drop .category-box .category-drop-item .category-drop-content .category-option {
    margin-right: 8px;
    margin-bottom: 12px;
}

.category-drop .category-mask {
    flex: 1;
    background: rgba(0, 0, 0, 0.65);
}


.category-choose-dorp {
    position: relative;
    display: flex;
    padding: 0 9px;
    border: 1px solid #EBECF0;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    align-items: center;
    background: #fff;
    white-space: nowrap;
}

.category-choose-dorp {
    display: none;
}

.category-choose-dorp .drop-btn {
    color: #16172F;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
}

.category-choose-dorp .drop-btn i {
    font-size: 14px;
}

.category-choose-dorp .drop-btn i::before {
    display: inline-block;
    transform: rotate(90deg);
}
.category-choose-dorp .drop-btn .rotate::before {
    transform: rotate(270deg);
}
.drop-item {
    display: none;
    position: absolute;
    top: 52px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 16px 56px 0px rgba(37, 37, 89, 0.16);
}

.drop-item .option {
    color: #16172F;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    padding: 5px 0;
}

.active-drop {
    display: block;
}
.category-side-content{
    overflow: auto;
    width: 248px;
    position: absolute;
    top: 103px;
    bottom: 24px;
    left: 24px;
    width: 248px;
    background: #F6F7FC;
    /* position: fixed; */
    /* top: 104px;
    bottom: 24px;
    left: 24px */
}

.category-side {
    padding-bottom: 24px;
    width: 248px;
    border-radius: 8px;

    /* box-shadow: 0px 12px 40px 0px rgba(37, 37, 89, 0.12); */
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.category-side .category-side-roll{
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    left: 0;
    overflow: auto;
}
/* .category-side .category-side-roll .category-side-width{
    padding: 0 100px 30px 0;
} */

/* 分类筛选 */
.category-title {
    color: #16172F;
    font-size: 18px;
    font-weight: 500;
    margin: 0 16px;
    line-height: 48px;
    border-bottom: 1px solid #EBECF0;
}

.category-content {
    width: 248px;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
}

.category-content .category-item {
    margin-top: 24px;
}

.category-name {
    color: #16172F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.category-content .category-option-wapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
}

.category-option {
    width: 104px;
    height: 34px;
    color: #737482;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: Noto Sans;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    cursor: pointer;
}

.category-option:hover{
  animation-duration: .5s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: music_box_shadow, heartBeat_hover;
  animation-name: music_box_shadow, heartBeat_hover;
  box-shadow: 0px 0px 20px 0px rgba(37, 37, 89, 0.1);
  transform: scale(1.03);
}

.category-option-wapper .category-option:nth-child(n+3) {
    margin-top: 8px;
}

.active-category {
    background: #060624;
    color: #FFF;
}

@media screen and (max-width: 1888px) {
    .category-side-content{
        left: 24px;
    }
}

@media screen and (max-width: 1280px) {
    .content{
        padding-top: 10.4rem;
        display: flex;
    }
    .category-side-content{
        top: 10.4rem;
    }
    .sound-card-wapper .sound-card .left-cover{
        width: 10.4rem;
        height: 10.4rem;
    }
    .bottom-wapper{
        padding-bottom: 0px !important;
        margin-bottom: 5rem !important;
    }
    .pagination_content{
        margin: 0 0 30px !important;
    }
}




/* 分类侧边栏 */
@media screen and (max-width: 1145px) {
    .category-side-content{
        display: none;
    }
    .category-side {
        display: none;
    }
    .category-drop .category-box{
        background-color: #fff;
    }
}

/* 分类侧边栏 */
@media screen and (max-width: 750px) {

    .category-drop{
        top: 21.6rem !important;
    }
        .content-wapper .search-wapper .icon-shanchu{
            width: 4.8rem;
            height: 4.8rem;
            font-size: 4.8rem;
            margin-right: 1.5rem;
        }
}


@media screen and (max-width: 420px) {
    .content {
        padding-top: 88px;
    }

    .no_data{
        margin: 35% auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .no_data .tips{
        font-size: 16px;
    }
}


/* 推荐链接 */
.content-wapper .recommended {
    text-align: center;
    color: #3B65F9;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: PingFang SC;
    text-decoration-line: underline;

}
.content-wapper .recommended.notPage{
    margin: 0 0 24px!important;
}

/* 分页器 */
.pagination_content{
    /* margin-top: 40px; */
    margin-bottom: 24px;
}
.content-wapper .pagination {
    display: flex;
    height: 32px;
    /* margin-top: 24px; */
}

/* 分页器 */
.content-wapper .pagination li {
    /* display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 11px; */
    margin-right: 16px;
    color: #A2A2AB;
    font-size: 16px;
    font-weight: 400;
    font-family: PingFang SC;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
}

.content-wapper .pagination li span{
    display: block;
    line-height: 32px;
    min-width: 32px;
    text-align: center;
}

.content-wapper .pagination li a {
    text-decoration: none;
    color: #A2A2AB;
    display: block;
    line-height: 32px;
    min-width: 32px;
    text-align: center;
}


.content-wapper .pagination .active {
    background: #373752;
    color: #fff;

}

.content-wapper .pagination .next {
    display: flex;
    width: 64px;
    height: 32px;
    justify-content: center;
    align-items: center;
    color: #A2A2AB;
    font-size: 16px;
    font-weight: 400;
    font-family: PingFang SC;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
}

/* 广告 */

/* 底部轮播图 */
.bottom-wapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    margin-bottom: 24px;
    /* padding-bottom: 148px; */
    border-radius: 0px 0px 64px 64px;
  }

  .bottom-wapper .banner-bottom {
    position: relative;
    width: 1200px;
    height: 160px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.56);
    overflow: hidden;
  }

  .bottom-wapper .banner-bottom .banner-bottom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.33%;
    height: 40%;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
  }

  .bottom-wapper .banner-bottom .btn-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.3%;
    z-index: 2;
  }

  .bottom-wapper .banner-bottom .btn-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3%;
    z-index: 2;
  }

  .bottom-wapper .banner-bottom .banner-bottom-btn i {
    font-size: 24px;
    color: #fff;
  }

  .bottom-wapper .banner-bottom .banner-bottom-wapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .bottom-wapper .banner-bottom .banner-bottom-wapper .swiper-slide {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .bottom-wapper .banner-bottom .banner-bottom-wapper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .bottom-wapper .banner-bottom .banner-bottom-wapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 100%;
  }




/* 底部广告 */
@media screen and (max-width: 1477px) {
    .content-wapper .ad-wapper {
        max-width: 1200px;
        max-height: 160px;
        width: 76vw;
        height: 13.2vw;
    }
}

@media screen and (max-width: 1280px) {
    .content-wapper .recommended{
        margin:  0 !important;
    }
    .content-wapper .recommended.notPage{
        margin: 0 0 3rem!important;
    }
}




@media screen and (max-width: 1145px) {
    .bottom-wapper{
      padding-right: 0 !important;
    }
    .top-search-category .category-btn {
        display: flex;
    }
}
@media screen and (max-width: 880px) {
    .content-wapper .search-wapper .category-choose {
        width: 298px;
    }

    .search-wapper .category-choose .category-choose-option:nth-child(1) {
        width: 80px;
        height: 38px;
    }

    .search-wapper .category-choose .category-choose-option:nth-child(n+2) {
        width: 67px;
        height: 38px;
    }

    .category-drop .category-box .category-content-drop {
        width: 90%;
        margin-left: 0;
    }

    .category-drop .category-box .category-drop-item {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .content {
        padding-top: 12rem;
    }

    /* .content-wapper .recommended{
        margin-top: 16px !important;
    } */
    .content-wapper .recommended {
        margin: 0 !important;
    }

    .content-wapper .recommended.notPage {
        margin: 0 0 3rem !important;
    }

    .top-search-category {}
    /* .search-wapper .category-choose .category-choose-option {
        display: none;
    } */
    .content-wapper .search-wapper .category-choose {
        display: none;
    }

    .search-wapper .category-choose .drop-btn {
        display: block;
    }
    .content-wapper .search-wapper{
        border-radius: 8px;
        box-shadow: 0px 12px 40px 0px rgba(37, 37, 89, 0.20);
    }
    .content-wapper .search-wapper .category-choose-dorp {
        display: flex;
    }
    /* .content-wapper .search-wapper .category-choose {
        width: 20%;
    } */
    .category-choose-dorp {
        display: flex;
    }

    .top-search-category .category-btn>span {
        display: none;
    }

    .content-wapper .search-wapper .category-choose {
        width: 84px;
        height: 48px;
    }

    .top-search-category .category-btn {
        width: 8rem;
        height: 9.6rem;
        margin-right: 3.2rem;
    }
    .top-search-category .category-btn i{
        font-size: 4.8rem;
    }
    .content-wapper .search-wapper{
        height: 9.6rem;
    }
    .category-choose-dorp .drop-btn{
        font-size: 2.8rem;
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .category-choose-dorp .drop-btn i{
        display: block;
        font-size: 2.8rem;
        margin-left: 0.5rem;
        margin-right: 0;
    }
    .active-drop{
        top: 9.6rem;
    }
    .drop-item .option{
        font-size: 2.8rem;
        line-height: 6.4rem;
    }
    .content-wapper .search-wapper .search-box{
        padding: 0;
        display: flex;
    }
    .content-wapper .search-wapper .search-box input{
        font-size: 3.2rem;
        flex: 1;
        padding: 0 3.2rem;
        height: 9.6rem;
        width: 0
    }
    .category-choose-dorp{
        width: 16.8rem;
    }
}

/* 分页 */
@media screen and (max-width: 625px) {
    .content-wapper .pagination .num:nth-child(n+4) {
        display: none;
    }

    .content-wapper .pagination .num:nth-child(n+8) {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    .sort-person-title-wapper .person-title {
        display: none;
    }
}


@media screen and (max-width: 420px) {
    .sort-person-title-wapper {
        display: none;
    }

    .filtration-info-wapper {
        display: none;
    }

    .category-drop {
        top: 140px;
    }
}


@media screen and (max-width: 405px) {
    .content-wapper .ad-wapper {
        display: none;
    }
}



.xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner{
    width: 50px !important;
    height: 50px !important;
}
