body,html{
    background: #F5F6FAFF;
}

.content{
    padding: 16px;
}

.voice_content{
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 16px 8px 16px;
    position: relative;
}

.voice_info{
    display: flex;
    flex-direction: row;

}

.voice_info .head_c{
    width: 56px;
    height: 56px;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid rgba(231, 217, 194, 0.64);
    box-sizing: border-box;
    padding: 2px;
    position: relative;
}

.voice_info .head_c img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.voice_info .head_c .vip_label{
    width: 34px;
    height: 16px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -8px;
    margin: auto;
    border-radius: 10px 10px 10px 10px;

    font-size: 10px;
    font-weight: 500;
    text-align: center;
    list-style: 16px;
}

.voice_info .head_c .vip_label.vip_label_1{
    color: #FFFFFF;
    background: linear-gradient(90deg, #7C9CE6 0%, #5276D9 100%);
}

.voice_info .head_c .vip_label.vip_label_2{
    color: #FFFFFF;
    background: linear-gradient(90deg, #B4BFCE 0%, #879BB5 100%);
}

.voice_info .head_c .vip_label.vip_label_3{
    color: #4F4236;
    background: linear-gradient(92deg, #E7DEBD 0%, #C2A886 100%);
}
.voice_info .right_info{
    width: 0px;
    flex-grow: 1;
    margin-left: 10px;
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.voice_info .name_c{
    padding-top: 2px;
    display: flex;
    align-items: center;
    width: 100%;
}

.voice_info .name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    color: #0C0E21;
    text-decoration: auto;
    margin-right: 8px;
}

.voice_info .style_{
    height: 16px;
    border-radius: 8px 2px 8px 2px;
    border: 1px solid #BD5656;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 400;
    color: #BD5656;
    line-height: 14px;
    text-decoration: auto;
}
.collect_voice{
    color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 16px;
    right: 16px;
}
.collect_voice.active {
    color: #CD9044;
}


.voice_tags{
    margin-top: 14px;
    margin-left: -2px;
    margin-right: -2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.voice_tags .voice_tag{
    height: 16px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #EBEDF0;
    padding: 1px 4px;
    margin-right: 4px;
    margin-bottom: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 400;
    color: #9EA5BB;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: 1;
}
.voice_desc{
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.voice_hot{
    margin-top: 6px;
    color: #BD5656FF;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.voice_hot .iconfont{
    font-size: 12px;
}

.sound_content{
    margin-top: 8px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

.sound_content .sound_text{
    font-size: 14px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 22px;
}

.sound_content .sound_line{
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 18px 0;
}
.sound_types{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sound_types .sound_type{    
    padding: 11px 13px;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
}


.sound_btn{
    width: 24px;
    height: 24px;
    border-radius: 100px 100px 100px 100px;
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
}


.sound_types .sound_type .sound_name{
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
}
.sound_btn.style{
    
}

.sound_btn.default{
    transform: scale(1.25);
}

.sound_btn.default::after{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e63a";
}

.sound_type.play .sound_btn.default::after{
    content: "\e628";
}
.sound_type.play .sound_btn.style::after{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal; 
    -webkit-font-smoothing: antialiased;
    content: "\e64a";

    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 100px 100px 100px 100px;
    transform: scale(1.25);
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
}


.video_case_c{
    margin-top: 8px;
    padding: 16px 16px 0px 16px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

.video_case_c .title{
    font-size: 16px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 24px;
    margin-top: 8px;
}


.video_case_c .video_case_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.video_case_c .video_case_list::after{
    width: 32%;
    content: " ";
}

.video_case_item{
    width: 32%;
    margin-bottom: 16px;
    text-decoration: none;
}

.video_case_item .cover{
    height: 178px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video_case_item .cover::before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
    background: rgba(0, 0, 0, .3);
}

.video_case_item .cover .name{
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 6px;
    right: 6px;

    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;

    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_case_item .cover .play_btn{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #ffffff;
    color: #0C0E21;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.video_case_item .cover .zan_view{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.video_case_item .title{
    font-size: 14px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 22px;
    margin-top: 8px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_case_item .desc{
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
    margin-top: 0px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}







.bottom_view{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #ffffff;    
    box-sizing: border-box;
    padding: 8px 16px;
    z-index: 9;
}
.bottom_view .desc{
    font-size: 12px;
    font-weight: 500;
    color: #EE5845;
    line-height: 14px;
    text-align: center;
    margin-bottom: 4px;
}

.bottom_view .bottom_btn{
    display: block;
    height: 40px;
    background: #E7D9C2;
    border-radius: 100px 100px 100px 100px;

    font-size: 16px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 40px;
    text-align: center;
}



