.whip{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
}

.whip button{
    width: 100%;
    text-align: center;
    border: 1px solid #f6f7fa;
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: transparent;
    color: #666;
    cursor: pointer;
}

.night .whip button{
    border: 1px solid #444;
    color: #aaa;
}

.whip button i{
    font-size: 0.6rem;
    margin-right: 0.5rem;
}

.wipl{
    max-width: 24rem;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 0 0.75rem 0.75rem 0.75rem;
    margin-right: 0.375rem;
    border-radius: 6px;
    border: 1px solid #eee;
}

.night .wipl{
    background-color: #181a1b;
    border: 1px solid #444;
}

.wipl h2{
    font-size: 0.75rem;
    border-bottom: 1px solid #eee;
    height: 2rem;
    line-height: 2rem;
}

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

.wipl div{
    height: 10rem;
    background-color: #f6f7fa;
    margin-top: 0.75rem;
    border-radius: 3px;
    padding: 0.5rem;
    overflow: auto;
}

.night .wipl div{
    background-color: #444;
}

.wipl div::-webkit-scrollbar {
    width: 0px;
}

.wipl div p{

}

.wipr{
    max-width: 24rem;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 0 0.75rem 0.75rem 0.75rem;
    margin-left: 0.375rem;
    border-radius: 6px;
    border: 1px solid #eee;
}

.night .wipr{
    background-color: #181a1b;
    border: 1px solid #444;
}

.wipr h2{
    font-size: 0.75rem;
    border-bottom: 1px solid #eee;
    height: 2rem;
    line-height: 2rem;
}

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

.wipr div{
    height: 10rem;
    background-color: #f6f7fa;
    margin-top: 0.75rem;
    border-radius: 3px;
    padding: 0.5rem;
    overflow: auto;
}

.night .wipr div{
    background-color: #444;
}

.wipr div::-webkit-scrollbar {
    width: 0px;
}

.wipr div p{

}

@media screen and (max-width: 1380px){
    .whip{
        padding: 0;
        
    }
}


@media screen and (max-width: 620px){
    .whip{
        display: block;
    }
    .wipl{
        max-width: 100%;
        margin-right: 0;
        width: 100%;
        display: block;
    }
    .wipr{
        margin-top: 0.75rem;
        max-width: 100%;
        margin-left: 0;
        width: 100%;
        display: block;
    }
}