.lig{

}

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

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

.lig-l>h4{
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
}

.lig-l>h4 span{
    font-size: 0.6rem;
    float: right;
    color: #9b9bc7;
    margin-left: 0.25rem;
    cursor: pointer;
}

.lig-l .democents{
    border-radius: 10px;
    padding: 1rem;
    overflow-y: auto;
    height: 27.9rem;
    font-family: 'Georgia', serif;
    line-height: 1.8;
    background-color: #fff;
    border: 1px solid #e8e8fd;
    font-size: 0.8rem;
}

.night .lig-l .democents{
    background-color: #444;
    border: 1px solid #444;
}

.lig-l .democents p{
    margin-bottom: 1.25rem;
    text-align: justify;
    font-size: 0.8rem;
}

.lig-l .democents h3 {
    color: #2c3e50;
    margin: 1.25rem 0 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #eee;
    font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

.lig-l .democents ul {
    margin-left: 1rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

.lig-l .democents li {
    margin-bottom: 0.5rem;
    list-style: disc;
}

/******************************/

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

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

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

.lig-r>div .subtitle{
    margin-bottom: 0.5rem;
}

.lig-r>div .huakuaidivs{
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #e8e8fd;
    position: relative;
}

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

.lig-r>div .subbutdiv{

}

.lig-r>div .subbutdiv button{
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #e8e8fd;
    background-color: transparent;
    color: #666;
    border-radius: 6px;
    cursor: pointer;
}

.night .lig-r>div .subbutdiv button{
    border: 1px solid #444;
    color: #bbb;
}

.lig-r>div .subbutdiv button:nth-child(1){
    width: calc(50% - 0.25rem);
    float: left;
}

.lig-r>div .subbutdiv button:nth-child(2){
    width: calc(50% - 0.25rem);
    float: right;
}

.lig-r>div .subbutdiv button:nth-child(3){
    width: 100%;
    margin-top: 0.5rem;
}

.lig-r>div .subbutdiv button.act{
    border: 1px solid #03A9F4;
    background-color: #03A9F4;
    color: #fff;
}

.lig-r>button{
    background: linear-gradient(90deg, #2ecc71, #1abc9c);
    color: #fff;
    width: 100%;
    border-radius: 3px;
    border: none;
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
    cursor: pointer;
    padding: 0.7rem 0;
    font-size: 0.8rem;
}

/******************************/

.datainfos{
    display: flex;
    justify-content: space-around;
    margin-top: 0.75rem;
    text-align: center;
}

.datainfos>div{

}

.datainfos>div span{
    font-size: 1rem;
    color: #05aaf4;
    margin-bottom: 0.25rem;
    display: inline-block;
}

.datainfos>div p{
    
}

/******************************/

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


@media screen and (max-width: 980px) {
    .lig-l{
        width: 100%;
        margin-top: 0.75rem;
    }
    .lig-r{
        width: 100%;
        padding-right: 0rem;
    }
}

@media screen and (max-width: 480px) {
    .datainfos{
        display: block;
    }
    .datainfos>div {
        width: 50%;
        padding: 0.5rem;
        float: left;
    }
}