.aupsilt{
    overflow: hidden;
    margin-top: 0.75rem;
    padding: 0.5rem;
    border: 1px solid #e8e8fd;
    border-radius: 3px;
    display: none;
}

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

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

.audiossetup{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 3px;
    position: relative;
    margin-top:0.5rem;
}

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

.audiossetup>div{
    height: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}

.audiossetup>input{
    height: 1.9rem;
    line-height: 1.9rem;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 2px;
    padding-left: 0.5rem;
}

.night .audiossetup>input{
    border: 1px solid #444;
    background-color: #181a1b;
    color: #aaa;
}

.aubutdivs {
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    margin-top: 0.5rem;
    border-radius: 6px;
}

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

.aubutdivs div {
    display: inline-block;
    padding: 0.25rem;
}

.aubutdivs span.events {
    background-color: #06b672;
    border: 1px solid #06b672 !important;
    color: #fff;
}

.night .aubutdivs span.events{
    color:#fff;
}

.aubutdivs span {
    display: block;
    text-align: center;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 4.5rem;
    border-radius: 3px;
    border: 1px solid #e8e8fd;
    cursor: pointer;
}

.night .aubutdivs span {
    border:1px solid #444;
    color:#aaa;
}

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

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

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

.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 #e8e8fd;
    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 #e8e8fd;
}

.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;
}

.dowzips{
    padding: 0.5rem 0 0.5rem 0;
    border-top: 1px solid #e8e8fd;
    text-align: center;
    display: none;
}

.night .dowzips{
    border-top: 1px solid #444;
}

.dowzips span{
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #e8e8fd;
    display: inline-block;
    padding: 0 1.2rem;
    border-radius: 3px;
    cursor: pointer;
}

.night .dowzips span{
    border: 1px solid #444;
    color: #aaa;
}

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