/* 主体内容 */

.sound-card-wapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 24px;
}
.content-wapper{
  /* margin-left: 290px; */
}

.content-wapper {
    /* width: calc(100% - 300px); */
    /* margin-left: 270px; */
    /* width: 1586px; */
}
.sound-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: calc((100% - 24px) / 2);
    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:hover {
  animation-duration: .5s;
  animation-name: heartBeat_hover;
  transform: scale(1.03);
}

.sound-card-wapper .sound-card .card-conent {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.sound-card-wapper .voice-card:nth-child(n+9) {
    margin-bottom: 0;
}

.sound-card-wapper .sound-card .left-cover {
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 104px;
    border-radius: 5px;
    overflow: hidden;
}

.sound-card-wapper .sound-card .left-cover img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.sound-card-wapper .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-wapper .sound-card .center-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 0;
    height: 100%;
    justify-content: start;
    margin-left: 16px;
    margin-right: auto;
}

.sound-card-wapper .sound-card .center-content .music-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sound-card-wapper .sound-card .center-content .music-name a {
    color: #16172F;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.sound-card-wapper .sound-card .center-content .waveform {
    margin-top: 0px;
    width: calc(100% - 32px);
    height: 44px;
    overflow: hidden;
    position: relative;
}

.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 .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 .left-cover .music_btn.load::after {
    content: "\e632";
    -webkit-animation: music_btn_load 1s linear infinite;
}

@-webkit-keyframes music_btn_load {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


.sound-card .left-cover .music_btn.play::after {
    content: "\e682";
}

.sound-card-wapper .sound-card .center-content .price-wapper {
    display: flex;
    align-items: center;
    height: 28px;
    margin-top: 8px;
}

.sound-card-wapper .sound-card .center-content .price-wapper .name {
    /* min-width: 45px; */
    color: #737482;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sound-card-wapper .sound-card .center-content .price-wapper .level {
    display: flex;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    border-radius: 4px;
    background: #05CC69;
    white-space: nowrap;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.sound-card-wapper .sound-card .center-content .price-wapper .price-content {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.sound-card-wapper .sound-card .center-content .price-wapper .price-content .cny {
    color: #E44A42;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.sound-card-wapper .sound-card .center-content .price-wapper .price-content .price {
    color: #E44A42;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.sound-card-wapper .sound-card .center-content .price-wapper .price-content .units {
    color: #737482;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.sound-card-wapper .sound-card .center-content .price-wapper .price-content .price-left {
    display: flex;
    align-items: baseline;
    margin-left: 16px;
    white-space: nowrap;
}

.sound-card-wapper .sound-card .center-content .price-wapper .price-content .price-right {
    display: flex;
    align-items: baseline;
    margin-left: 10px;
    white-space: nowrap;
}


/* 375下部分价格盒子，默认隐藏 */
.sound-card-wapper .sound-card .bottom-price-wapper {
    display: none;
    width: 100%;
    margin-top: 7px;
}

.sound-card-wapper .sound-card .bottom-price-wapper .price-content {
    width: 100%;
    display: flex;
    align-items: center;
}

.sound-card-wapper .sound-card .bottom-price-wapper .price-content .price-left {
    display: flex;
    align-items: baseline;
}

.sound-card-wapper .sound-card .bottom-price-wapper .price-content .price-right {
    display: flex;
    align-items: baseline;
    margin-left: 10px;
}

.sound-card-wapper .sound-card .bottom-price-wapper .price-content .cny {
    color: #E44A42;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.sound-card-wapper .sound-card .bottom-price-wapper .price-content .price {
    color: #E44A42;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.sound-card-wapper .sound-card .bottom-price-wapper .price-content .units {
    color: #737482;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.sound-card-wapper .sound-card .bottom-price-wapper .price-content .order {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 64px;
    height: 32px;
    margin-left: auto;
    color: #6730FF;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #6730FF;
}

.sound-card-wapper .sound-card .right-order {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 40px;
    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;
}

.sound-card-wapper .sound-card .right-order:hover{
  -webkit-animation-name: updateBtnBackground;
  animation-name: updateBtnBackground;
  animation-duration: .5s;
  background: rgba(103, 48, 255, 0.10);
}


/* 内容区域 */
@media screen and (max-width: 1903px) {
    /* .content-wapper {
        width: calc(100% - 310px);
    } */
    .sound-card-wapper {
        width: 100%;
    }

    .sound-card {
        width: calc((100% - 18px) / 2);
    }
}


@media screen and (max-width: 1280px) {
    .content-wapper .recommended{
        margin-top: 16px;
    }
    .sound-card{
        width: 100%;
    }
    .sound-card-wapper .sound-card .left-cover{
        width: 10.4rem;
        height: 10.4rem;
    }
    .sound-card{
        height: auto;
        padding: 1.6rem;
    }
    .sound-card-wapper .sound-card .center-content .waveform{
        height: 4.5rem;
    }
    .sound-card-wapper .sound-card .center-content .music-name a{
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

}

@media screen and (max-width: 1240px) {
    .sound-card-wapper {
        width: 100%;
    }

    .sound-card {
        width: 100%;
    }

}

@media screen and (max-width: 1145px) {
    .content {
        justify-content: center;
    }

    .content-wapper {
        width: 0;
        margin: 0 3rem;
        flex: 1;
    }

}

@media screen and (max-width: 750px) {
    .sound-card {
        width: 100%;
        height: 25.6rem;
        padding: 3.2rem;
        display: block;
      }
      .sound-card .card-conent {
        align-items: normal;
        flex: 1;
      }
      .sound-card .card-conent .left-cover {
        width: 12.8rem;
        height: 12.8rem;
      }
      .sound-card .card-conent .left-cover .music_btn {
        font-size: 3.2rem;
      }
      .sound-card-wapper .sound-card .bottom-price-wapper{
        width: 100%;
        display: flex;
        margin-top: 1.4rem;
      }
      .sound-card-wapper .sound-card .bottom-price-wapper .price-wapper{
        display: flex;
        flex: 1;
      }
      .sound-card-wapper .sound-card .bottom-price-wapper .price-content .price{
        font-size: 4.8rem;
        color: #E44A42;
      }
      .sound-card-wapper .sound-card .bottom-price-wapper .price-content .cny{
        font-size: 2.4rem;
        color: #E44A42;
      }
      .sound-card-wapper .sound-card .bottom-price-wapper .price-content .units{
        font-size: 2.4rem;
        color: #737482;
      }
      .sound-card-wapper .sound-card .center-content .waveform{
        width: auto;
      }
      .contact_btn{
        /* width: 12.8rem; */
        height: 6.4rem;
        box-sizing: border-box;
        border: 0.2rem solid #6730FF;
        border-radius: 0.8rem;
        font-size: 2.8rem;
        text-align: center;
        line-height: 6.4rem;
        white-space:nowrap;
        padding: 0 1.5rem;
      }
      .sound-card-wapper .sound-card .center-content .music-name{
        margin-bottom: 2rem;
      }
      .sound-card .card-conent .center-content {
        margin-left: 1.6rem;
        display: block;
      }
      .sound-card .card-conent .center-content .music-name a {
        font-size: 2.8rem;
        line-height: 4.4rem;
      }
      .sound-card .card-conent .center-content .center {
        height: 4.5rem;
        margin-top: 2rem;
      }
      .sound-card .card-conent .center-content .center .flex {
        margin-right: 0;
      }
      .sound-card .card-conent .center-content .center .flex .waveform {
        height: 4.8rem;
        margin-top: 0;
      }
      .sound-card .card-conent .center-content .center .right-order {
        display: none;
      }
      .sound-card .card-conent .center-content .price-wapper {
        display: none;
      }
      .sound-card .mobile-sound {
        width: 100%;
        display: flex;
        margin-top: 1.4rem;
      }
      .sound-card .mobile-sound .price-wapper {
        display: flex;
        flex: 1;
      }
      .sound-card .mobile-sound .price-wapper .price-content {
        display: flex;
        flex: 1;
        align-items: center;
      }
      .sound-card .mobile-sound .price-wapper .price-content .price-left {
        margin-right: 1rem;
      }
      .sound-card .mobile-sound .price-wapper .price-content .price-left .cny, .sound-card .mobile-sound .price-wapper .price-content .price-right .cny {
        font-size: 2.4rem;
        color: #E44A42;
      }
      .sound-card .mobile-sound .price-wapper .price-content .price-left .price, .sound-card .mobile-sound .price-wapper .price-content .price-right .price {
        font-size: 4.8rem;
        color: #E44A42;
      }
      .sound-card .mobile-sound .price-wapper .price-content .price-left .units, .sound-card .mobile-sound .price-wapper .price-content .price-right .units {
        font-size: 2.4rem;
        color: #737482;
      }
      .sound-card-wapper .sound-card .right-order{
        display: none;
      }
      .sound-card .mobile-sound .price-wapper .right-order {
        width: 12.8rem;
        height: 6.4rem;
        box-sizing: border-box;
        border: 0.2rem solid #6730FF;
        border-radius: 0.8rem;
        font-size: 2.8rem;
        text-align: center;
        line-height: 6.4rem;
      }
}

/* @media screen and (max-width: 545px) {
    .sound-card {
        min-width: 343px;
    }

    .sound-card-wapper .sound-card .left-cover {
        width: 64px;
        height: 64px;
    }

    .sound-card-wapper .sound-card .center-content .waveform {
        height: 24px;
        margin-top: 10px;
    }

    .sound-card-wapper .sound-card .right-order {
        display: none;
    }

    .sound-card-wapper .sound-card .center-content .price-wapper {
        display: none;
    }

    .sound-card-wapper .sound-card .bottom-price-wapper {
        display: flex;
    }
} */
