



/* 卡片内容 */
.person-card-wapper {
    width: 100%;
    height: auto;
    margin-top: 24px;
}
.anchor-card {
    box-sizing: border-box;
    position: relative;
    width: calc((100% - (24px * 3)) / 4) !important;
    height: 449px;
    padding: 28px 24px 24px 24px;
    margin: 0 24px 24px 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 12px 40px 0px rgba(37, 37, 89, 0.12);
    float: left;
}
.anchor-card:hover{
  animation-duration: .5s;
  animation-name: heartBeat_hover;
  transform: scale(1.03);
}



.anchor-card:nth-child(4n){
    margin-right: 0;
}

.anchor-card .badge {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    border-radius: 16px 2px;
    background: #F25555;
}
.anchor-card .badge.tui{
    background-color: #0C0E21;
    color: #C2A886;
}

.anchor-card .card-head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.anchor-card .card-head .anchor-avatar {
    position: relative;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}

.anchor-card .card-head .anchor-avatar img {
    width: 100%;
    height: 100%;
    border: 2px solid #f5f6fa;
    border-radius: 50%;
}

.anchor-card .card-head .on-line {
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    left: 48px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 10px;
    background: #05CC69;
}

.anchor-card .card-head .info-box {
    display: flex;
    flex: 1;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-left: 16px;
    margin-right: 16px;
}

.anchor-card .card-head .info-box .anchor-name-info {
    display: flex;
}

.anchor-card .card-head .info-box .anchor-name-info .anchor-name {
    color: rgba(0, 0, 0, 0.90);
    font-size: 16px;
    font-weight: 600;
    /* width: 48px; */
    line-height: 24px;
    font-family: PingFang SC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.anchor-card .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;
}

.anchor-card .card-head .info-box .works-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.anchor-card .card-head .info-box .works-info .works {
    margin-right: 6px;
    white-space: nowrap;
}

.anchor-card .card-head .info-box .works-info .transaction {
    white-space: nowrap;
}

.anchor-card .card-head .contact {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 40px;
    padding: 9px 8px;
    border-radius: 8px;
    border: 1px solid #6730FF;
    white-space: nowrap;
}

.anchor-card .card-head .contact:hover{
  -webkit-animation-name: updateBtnBackground;
  animation-name: updateBtnBackground;
  animation-duration: .5s;
  background: rgba(103, 48, 255, 0.10);
}





.anchor-card .card-head .contact>i {
    color: #6730FF;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.anchor-card .card-head .contact>span {
    margin-left: 4px;
    color: #6730FF;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.anchor-card .introduce {
    display: block;
    margin-top: 24px;
    color: #16172F;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.anchor-card .music-info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 182px;
    margin-top: 24px;
}

.anchor-card .music-info-box .music-item:nth-child(1) {
    margin-top: 0px;
}

.anchor-card .music-info-box .music-item {
    box-sizing: border-box;
    width: 336px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.anchor-card .music-info-box .music-item:hover{
  animation-duration: .5s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: music_box_shadow;
  animation-name: music_box_shadow;
  box-shadow: 0px 0px 20px 0px rgba(37, 37, 89, 0.1);
}

.anchor-card .music-info-box .music-item .music-name {
    flex: 1;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-family: PingFang SC;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 16px;
    width: 0;
}

.anchor-card .music-info-box .music-item a {
    width: 32px;
    height: 32px;
    background: url('../images/play-music-btn-2x.png') no-repeat center;
    background-size: 100%;
}

.anchor-card .line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    width: 100%;
    height: 1px;
    margin-top: 24px;
    background: #EDF0F9;
}


.price-box {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 24px;
}

.price-box .price-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-box .price-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-box .collect {
    display: flex;
    flex: 1;
    justify-content: end;
    color: #737482;
}
.price-box .collect {
    display: none;
}

.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;
}

.anchor-card .card-head .info-box .anchor-name-info .profession {
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    background: #0FCE8C;
}

/* .anchor-card:nth-child(n+2) .badge {
    visibility: hidden;
} */





/* 内容区域 */
/* @media screen and (max-width: 1903px) {


} */






/* 卡片区域 */
@media screen and (max-width: 1903px) {
    .content-wapper {
        /* width: calc(100% - 320px); */

        margin: 0 24px 0 296px;
    }
    .anchor-card {
        /* max-width: 25%; */
        /* width: 24%; */
    }

    .anchor-card .music-info-box .music-item {
        width: 100%;
    }

    .anchor-card .card-head .info-box {
        margin-left: 6px;
        margin-right: 6px;
    }
}
@media screen and (max-width: 1608px) {

    .anchor-card {
        width: calc((100% - (24px * 2)) / 3) !important;
    }

    .anchor-card:nth-child(4n){
        margin-right: 24px !important;
    }
    .anchor-card:nth-child(3n){
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1527px) {
    .anchor-card {
        /* max-width: 33.33%; */
        width: 32.33%;
    }
}

@media screen and (max-width: 1280px) {
    .anchor-card {
        width: calc((100% - (24px * 1)) / 2) !important;
    }

    .anchor-card:nth-child(3n){
        margin-right: 24px !important;
    }
    .anchor-card:nth-child(2n){
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1145px) {
    .content {
        justify-content:start;
    }
    .content-wapper {
        width: 0;
        flex: 1;
        margin: 0 3.2rem !important;
    }

}

@media screen and (max-width: 750px) {
    .anchor-card .card-head .on-line{
      top: 10rem;
      left: 10rem;
      width: 2.4rem;
      height: 2.4rem;
      border: .6rem solid #fff;
    }
    .anchor-card {
        /* max-width: 99%;
        min-width: 343px; */
        width: auto !important;
        margin-right: 0 !important;
        float: inherit;
    }

    .anchor-card:nth-child(3n){
        margin-right: 0 !important;
    }


    .content-wapper .anchor-card {
        height: auto !important;
        width: 100% !important;
        padding: 4.8rem 3.2rem 3.2rem;
        margin-right: 0;
      }
      .content-wapper .anchor-card .badge {
        padding: 0.2rem 0.8rem;
        font-size: 2.4rem;
        line-height: 4rem;
      }
      .anchor-card .card-head .anchor-avatar {
        width: 12.8rem;
        height: 12.8rem;
      }
    .anchor-avatar .on-line {
        top: 10rem;
        left: 10rem;
        width: 2.4rem;
        height: 2.4rem;
        border-width: 0.6rem;
      }
      .anchor-avatar img {
        width: 12.8rem;
        height: 12.8rem;
      }
      .content-wapper .anchor-card .card-head .info-box .anchor-name-info {
        display: flex;
        align-items: center;
      }
      .content-wapper .anchor-card .card-head .info-box .anchor-name-info .anchor-name {
        font-size: 3.2rem;
        line-height: 1;
      }
      .content-wapper .anchor-card .card-head .info-box .anchor-name-info .level-icon {
        padding: 0.6rem 1.6rem;
        font-size: 2rem;
        line-height: 2.8rem;
        margin-left: 1.6rem;
      }
      .content-wapper .anchor-card .card-head .info-box .works-info {
        margin-top: 1.6rem;
      }
      .content-wapper .anchor-card .card-head .info-box .works-info .works, .content-wapper .anchor-card .card-head .info-box .works-info .transaction {
        font-size: 2.4rem;
        line-height: 4rem;
      }
      .content-wapper .anchor-card .card-head .contact {
        width: 13.8rem;
        height: 8rem;
      }
      .content-wapper .anchor-card .card-head .contact i {
        /* font-size: 3.2rem; */
        display: none;
      }
      .content-wapper .anchor-card .card-head .contact span {
        font-size: 2.8rem;
      }
      .content-wapper .anchor-card .introduce {
        font-size: 2.8rem;
        line-height: 4.4rem;
        width: 62.2rem;
        color: #16172F;
      }
      .content-wapper .anchor-card .price-box .price-left .cny, .content-wapper .anchor-card .price-box .price-right .cny {
        font-size: 2.4rem;
        line-height: 4rem;
        margin-top: 0.7rem;
      }
      .content-wapper .anchor-card .price-box .price-left .price, .content-wapper .anchor-card .price-box .price-right .price {
        font-size: 4.8rem;
        line-height: 4rem;
      }
      .content-wapper .anchor-card .price-box .price-left .units, .content-wapper .anchor-card .price-box .price-right .units {
        font-size: 2.4rem;
        line-height: 4rem;
        margin-top: 0.7rem;
      }
      /* .content-wapper .anchor-card:nth-child(n+4) {
        display: none;
      } */
      .content-wapper .anchor-card-wapper {
        margin-top: 4.8rem;
      }
      .music-info-box {
        display: none !important;
      }
      .content-wapper .recommended{
        margin:  0 !important;
      }
      .content-wapper .recommended.notPage{
        margin: 0 0 3rem!important;
      }
}

@media screen and (max-width: 560px) {
    .sort-person-title-wapper .person-title {
        display: none;
    }
}




@media screen and (max-width: 475px) {
    /* .content-wapper .search-wapper .category-choose {
        width: 84px;
        height: 48px;
    }

    .top-search-category .category-btn {
        width: 40px;
        height: 48px;
    } */
}


@media screen and (max-width: 420px) {
    .person-card-wapper {
        margin-top: 40px;
        justify-content: center;
    }

    .anchor-card .music-info-box {
        display: none;
    }

    .anchor-card {
        height: 195px;
        padding-top: 22px;
    }

    .anchor-card .introduce {
        margin-top: 12px;
    }

    .anchor-card .line {
        margin-top: 16px;
    }

    .price-box {
        margin-top: 16px;
    }

    .sort-person-title-wapper {
        display: none;
    }

    .filtration-info-wapper {
        display: none;
    }

    .category-drop {
        top: 140px;
    }
}
