/* 弹出播放开始 */
.yy {
    padding: 10px;
    width: 300px;
}
.obj {
    width: 300px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.obj>p {
    text-align: center;
    padding-bottom: 20px;
    color: #666666;
    font-size: 18px;
}
.tcimg {
    padding-bottom: 15px;
}
.tcimg img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    display: block;
}
audio {
    width: 290px;
    height: 54px;
	margin-bottom: 10px;
}

/* 弹出播放结束 */
/* 样音列表开始 */
.index-case .title:after {
    content: '';
    display: block;
    height: 4px;
    background: #f39800;
    margin: 30px auto 45px;
    width: 200px;
}

 
.voice_sort{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232326;
}

.voice_sort_content{
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    box-sizing: border-box;
    padding-top: 80px;
    margin-bottom: 100px;
}

.voice_sort_item{
    display: flex;
    align-items: baseline;
}

.voice_sort_item > p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.87);
    line-height: 22px;
    margin-right: 24px;
    width: 40px;
}

.voice_sort_item ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1124px;
}

.voice_sort_item{
    margin-top: 34px;
}

.voice_sort_item:last-child{
    margin-bottom: 0;
}

.voice_sort_item ul li{
    margin:  8px 16px 8px 0;
}

.voice_sort_item ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.87);
    line-height: 22px;
    border-radius: 50px;
}

.voice_sort_item ul li.active a{
    background: rgba(255, 255, 255, 0.08);
    color: #CD9044;
}

.voice_list{
    display: flex;
    justify-content: center;
    border-radius: 32px 32px 0 0;
    margin-top: -40px;
    background: #fff;
    align-items: center;
    flex-direction: column;
}

.voice_list .person_index_questions{
    width: 1200px;
}

.voice_list_content{
    width: 1200px;
}

.voice_list_content_title > p{
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    margin: 40px 0 32px 0;
    font-weight: 400;
    padding-left: 12px;
}

.voice_list_content_title > p > span{
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    font-weight: bold;
    margin: 0 1px;
}

.voice_list_content_bottom{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 56px 0 95px 0;
}

.voice_list_container_tips{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.26);
    line-height: 20px;
}

.voice_list_loading{
    /* display: flex; */
    align-items: center;
    display: none;
}

.voice_list_loading p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.voice_list_loading span{
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-right: 8px;
    animation:turn 1s linear infinite;
}

.voice_list_container.list ul{
    display: flex;
    flex-wrap: wrap;
}

.voice_list_container.list ul li{
    margin: 10px;
	width: -webkit-calc((100% - 20px*4)/ 4);
	width: calc((100% - 20px*4)/ 4);
    height: 245px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.16);
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    cursor: pointer;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.voice_list_container.list ul li.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
}

.voice_list_container.list ul li:hover{
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.24);
}   

.voice_tag_list_item a:hover{
    color: #CD9044;
}

.voice_info_top{
    display: flex;
    background: #E5BBBB;
    height: 128px;
    background-image: url();
    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: 0px;
    background-position-y: 40px;
    padding: 16px 24px;
    box-sizing: border-box;
    align-items: center;
}

.voice_info_top.svip{
    background: #E5D2BB;
}

.voice_info_top.vip{
    background: #BFBCE5;
}

.voice_info_top.normal{
    background: #BBCCE5;
}

.voice_info_top_head{
    position: relative;
    width: 92px;
    height: 92px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.voice_info_top_head img{
    width: 86px;
    height: 86px;
    box-sizing: border-box;
    border-radius: 50%;
}

.voice_tag{
    border: 1px solid #ffffff;
    border-radius: 4px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svip_tag{
    color: #3B2812;
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
}

.vip_tag{
    color: #fff;
    background: #F25555;
}

.free_tag{
    color: #fff;
    background: #F25555;
}

.voice_info_top_text{
    margin-left: 16px;
    width: 134px;
}

.voice_info_top_text .title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    color:rgba(0, 0, 0, .9);
}

.voice_info_top_text .intro{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
    color:rgba(0, 0, 0, .9);
}

.voice_info_top_text .numb{
    font-size: 14px;
    line-height: 22px;
    color:rgba(0, 0, 0, .9);
}

.voice_tag_list{
    padding: 0 16px;
    height: 54px;
    width: 100%;
    border-bottom: 1px solid #F4F4F4;
    box-sizing:border-box;
    position: absolute;
    top: 128px;
    left: 0;
    background: #fff;
    z-index: 10;
    transition: all .3s;
    overflow: hidden;
}

.voice_tag_list_item{
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    box-sizing: border-box;
}

.voice_tag_list_item a{
    display: inline-block;
    height: 22px;
    background: #F4F4F4;
    border-radius: 4px;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    margin: 16px 5px;
}

.voice_tag_list > a span{
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
}

.voice_tag_list > a{
    position: absolute;
    top: 15px;
    right: 10px;
}

.voice_options{
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

.voice_options p span{
    color: rgba(0, 0, 0, .6);
    margin-right: 8px;
    font-size: 14px;
}

.voice_options p{
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.voice_options a span{
    color: rgba(0, 0, 0, .6);
}

.voice_audition_pic{
    width: 92px;
    height: 92px;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.voice_audition_pic_content{
    width: 100%;
    height: 100%;
    background-color: #101011;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: relative;
}

.voice_audition_pic_content > .voice_head_pic{
    padding: 13px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
}

.vitl_content{
    width: 92px;
    height: 92px;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.vitl_container{
    width: 100%;
    height: 100%;
    background-color: #101011;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: relative;
}

.vitl_container > .voice_head_pic{
    padding: 13px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
}

.voice_mask{
    display: none;
}

.voice_audition a,.voice_audition span,.voice_audition p {
    color: rgba(255, 255, 255, .87);
}


@keyframes turn{
    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);}
}

.voice_audition_bottom_btn{
    color: #3D2109 !important;
}

.voice_audition_bottom_text{
    color: #D69A40 !important;
}

.moodTag{
    background: #F25555;
    border-radius: 0 16px 0 16px;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
}	
.voice_list_container_tips{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.26);
    line-height: 20px;
}

.voice_list_loading{
    /* display: flex; */
    align-items: center;
    display: none;
}

.voice_list_loading p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.voice_list_loading span{
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-right: 8px;
    animation:turn 1s linear infinite;
}

.voice_list_container.list ul{
    display: flex;
    flex-wrap: wrap;
}

.voice_list_container.list ul li{
   margin: 10px;
 width: 100%;
    height: 245px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.16);
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    cursor: pointer;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.voice_list_container.list ul li.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
}

.voice_list_container.list ul li:hover{
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.24);
}   

.moodTags {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #F25555;
    font-size: 12px;
    display: inline-block;
    height: 22px;
    padding: 0 8px;
    line-height: 22px;
    border-radius: 0 0 0 16px;
}
/* 样音列表结束 */	