.kaisa{

}

.kaisa-l{
    width: calc(100% - 20rem);
    float: left;
    background-color: #f6f7fa;
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #e8e8fd;
}

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

.kaisa-l>div{
    border: 1px solid #e8e8fd;
    padding: 0.25rem 0.75rem 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 6px;
    background-color: #fff;
}

.night .kaisa-l>div{
    border: 1px solid #444;
    background-color: #242627;
}

.kaisa-l>div:last-child{
    margin-bottom: 0;
}

.kaisa-l>div h4{
    height: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 0.25rem;
    font-size: 0.6rem;
}

.kaisa-l>div textarea{
    width: 100%;
    height: 8rem;
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
}

.kaisa-l>div textarea::-webkit-input-placeholder {
    color: #b6c7e4;
}

.kaisa-l>div textarea::-moz-placeholder {
    color: #b6c7e4
}

.kaisa-l>div textarea:-moz-placeholder {
    color: #b6c7e4
}

.kaisa-l>div textarea:-ms-input-placeholder {
    color: #b6c7e4
}

.night .kaisa-l>div textarea{
    border: 1px solid #444;
    background-color: #444;
    color: #eee;
}

.night .kaisa-l>div textarea::-webkit-input-placeholder {
    color: #666;
}

.night .kaisa-l>div textarea::-moz-placeholder {
    color: #666;
}

.night .kaisa-l>div textarea:-moz-placeholder {
    color: #666;
}

.night .kaisa-l>div textarea:-ms-input-placeholder {
    color: #666;
}

/* ################################ */

.kaisa-r{
    width: 20rem;
    padding-left: 0.75rem;
    float: right;
}

.kaisa-r>div{
    padding: 0.25rem;
    border: 1px solid #e8e8fd;
    margin-bottom: 0.75rem;
    border-radius: 4px;
}

.night .kaisa-r>div{
    border:1px solid #444;
}

.kaisa-r>div:last-child{
    margin-bottom: 0;
}

.kaisabutdiv{

}

.kaisabutdiv button{
    padding: 0.5rem 0;
    background-color: #2196F3;
    color: #fff;
    border: 1px solid #2196F3;
    border-radius: 6px;
}

.kaisabutdiv button:nth-child(1){
    width: calc(50% - 0.125rem);
    background-color: #009688;
    border: 1px solid #009688;
}

.kaisabutdiv button:nth-child(2){
    width: calc(50% - 0.125rem);
    float: right;
    background-color: #FF9800;
    border: 1px solid #FF9800;
}

.kaisabutdiv button:last-child{
    width: 100%;
    margin-top: 0.25rem;
    background-color: #FF5722;
    border: 1px solid #FF5722;
}

.warning{
    background-color: #fff3cd !important;
    border: 1px solid #ffeaa7 !important;
    color: #856404;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 0.6rem;
}

.night .warning{
    background-color: #444 !important;
    border: 1px solid #444 !important;
    color: #bbb;
}


.baolires{
    padding: 0 !important;
}

.baolires h4{
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #f6f7fa;
    padding-left: 0.5rem;
    font-size: 0.6rem;
    border-bottom: 1px solid #e8e8fd;
}

.night .baolires h4{
    background-color: #444;
    border-bottom: 1px solid #444;
}

.baolires>div{
    height: 10.45rem;
    padding: 0.5rem;
    overflow: auto;
}


.baolires>div::-webkit-scrollbar {
    width: 3px;
}

.baolires>div::-webkit-scrollbar-thumb {
    background-color: #ff6500;
    border-radius: 3px;
}

.baolires>div::-webkit-scrollbar-track {
    background-color: #EEEEEE;
}

.night .baolires>div::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 3px;
}

.night .baolires>div::-webkit-scrollbar-track {
    background-color: #333;
}

.baolires>div>div{
    margin-bottom: 0.75rem;
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-left: 1px solid #2196F3;
    border-radius: 6px;
}

.night .baolires>div>div{
    border: 1px solid #444;
    border-left: 1px solid #2196F3;
}

.baolires>div>div p{
    color: #009688;
    border-bottom: 1px solid #009688;
    padding-bottom: 0.5rem;
    border-bottom-style: dashed;
}

.baolires>div>div div{
    margin-top: 0.5rem;
}

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

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

.kaisafenxi h4{
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #f6f7fa;
    padding-left: 0.5rem;
    font-size: 0.6rem;
    border-bottom: 1px solid #e8e8fd;
}

.night .kaisafenxi h4{
    background-color: #444;
    border-bottom: 1px solid #444;
}

.kaisafenxi>div{
    display: flex;
    align-items: flex-end;
    margin-top: 15px;
    gap: 3px;
    padding: 0 1rem 1.5rem 1rem;
}

.kaisafenxi>div>div{
    flex: 1;
    background: linear-gradient(to top, #4a00e0, #8e2de2);
    border-radius: 3px 3px 0 0;
    position: relative;
    min-height: 1px;
}

.kaisafenxi>div>div>div{
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.7rem;
}

@media screen and (max-width: 1120px) {
    .kaisa-l {
        width: 50%;
    }
    .kaisa-r{
        width: 50%;
    }
}

@media screen and (max-width: 940px) {
    .kaisa-l {
        width: 100%;
        border: 0;
        padding: 0;
        background-color: transparent;
    }
    .kaisa-r{
        width: 100%;
        padding-left: 0;
        margin-top: 0.75rem;
    }
}

@media screen and (max-width: 480px) {
    .kaisafenxi{
        display: none !important;
    }
}