.aupsilt{
    display: none;
}

.audiodiv #audiosrc{
    width: 100%;
    height: 1.5rem;
    background-color: #f2f3f4;
    border-radius: 6px;
}

.audiodiv{
    padding-bottom: 0 !important;
}

.resdiv{
    border: 1px solid #eee;
    margin-top: 0.75rem;
    display: none;
}

.night .resdiv{
    border: 1px solid #444;
}

.resload{
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.night .resload{
    border-bottom: 1px solid #444;
}

.resload>div i{
    font-size: 0.6rem;
    margin-right: 0.25rem;
    -webkit-animation: aitoolload 1.4s infinite linear;
    animation: aitoolload 1.4s infinite linear;
    display: inline-block;
}

.resload>div{
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #06b672;
}

.reslist{
    padding: 0.25rem;
}

.reslist>div{
    width: calc(100% / 4);
    float: left;
    text-align: center;
    padding: 0.25rem;
}

.reslist>div audio{
    height: 1.5rem;
    border-radius: 3px;
    background-color: #f2f3f4;
    width: calc(100% - 0.5rem);
    margin: 0.25rem 0.25rem 0 0.25rem;
}

.reslist>div>div{
    border: 1px solid #eee;
    border-radius: 3px;
}

.night .reslist>div>div{
    border: 1px solid #444;
}

.reslist>div>div>div{
    height: 1.8rem;
    line-height: 1.8rem;
    border-top: 1px solid #eee;
}

.night .reslist>div>div>div{
    border-top: 1px solid #444;
    color: #aaa;
}

.reslist>div>div>div:last-child{
    padding: 0.2rem;
}

.reslist>div>div>div span{
    height: 1.4rem;
    line-height: 1.4rem;
    display: block;
    background-color: #FF5722;
    color: #fff;
    border-radius: 3px;
}

@media screen and (max-width: 1480px){
    .reslist>div{
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1280px){
    .reslist>div{
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 480px){
    .reslist>div{
        width: calc(100% / 1);
    }
}