.hul{
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    border-radius: 6px;
}

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

.hul li{
    width: calc(100% / 4);
    float: left;
    padding: 0.25rem;
}

.hul li>div{
    border: 1px solid #e8e8fd;
    border-radius: 6px;
    overflow: hidden;
}

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

.hul li>div .h{
    background-color: #4caf51;
    height: 2rem;
    line-height: 2rem;
    color: #FFF;
    font-size: 0.7rem;
    padding-left: 0.5rem;
    background: linear-gradient(187deg, #d96868 0%, #f49b52 100%);
}
.hul li>div .f>div:first-child{
    height: 2rem;
    line-height: 2rem;
    padding: 0.2rem 0.8rem 0 0.8rem;
}

.night .hul li>div .f>div:first-child{
    color: #aaa;
}

.hul li>div .f>div:first-child>span:nth-child(2){
    float: right;
}

.hul li>div .f>div:nth-child(2){
    padding: 0.5rem 0.8rem 1.2rem 0.8rem;
}

.hdivs{
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    margin-bottom: 0.75rem;
    border-radius: 6px;
}

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

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

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

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

.hdivs div span.playbuts{
    background-color: #06b672;
    border: 1px solid #06b672;
    color:#fff;
}

.hdivs div span.playbuts[data-id="close"]{
    background-color: #FF9800;
    border: 1px solid #FF9800;
}

.hdivs span.act{
    background-color: #e8e8fd;
    border: 1px solid #e8e8fd;
}

.night .hdivs span.act{
    background-color: #181a1b;
}

.zyindivs{
    border: 1px solid #e8e8fd;
    margin-bottom: 0.75rem;
    border-radius: 6px;
    display: none;
}

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

.zyindivs>div:first-child{
    height: 2rem;
    line-height: 2rem;
    padding: 0.2rem 0.8rem 0 0.8rem;
}

.night .zyindivs>div:first-child{
    color: #aaa;
}

.zyindivs>div:first-child>span:nth-child(2){
    float: right;
}

.zyindivs>div:nth-child(2){
    padding: 0.5rem 0.8rem 0.8rem 0.8rem;
}

.moders{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    margin-bottom: 0.75rem;
    border-radius: 6px;
    display: none;
}

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

.moders .msave{

}

.moders .msave input{
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #e8e8fd;
    width: 15rem;
    float: left;
    padding-left: 0.5rem;
}

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

.moders .msave span{
    height: 1.5rem;
    line-height: 1.5rem;
    display: inline-block;
    width: 2.5rem;
    text-align: center;
    border: 1px solid #e8e8fd;
    background-color: #e8e8fd;
}

.night .moders .msave span{
    background-color: #181a1b;
    border: 1px solid #444;
    border-left: 0;
    color: #aaa;
}

.moders .msave span.logclear{
    margin-left: 0.25rem;
    background-color: #fff;
}

.night .moders .msave span.logclear{
    background-color: #242627;
    border: 1px solid #444;
}

.moders>.moderlist{
    margin-top: 0.5rem;
    border: 1px solid #e8e8fd;
}

.night .moders>.moderlist{
    border:1px solid #444;
}

.moders .modertip{
    padding: 2rem 0 2rem 0;
    text-align: center;
    color: #c6c6e0;
}

.night .moders .modertip{
    color:#777;
}

.timeout{
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    margin-bottom: 0.75rem;
    border-radius: 6px;
    display: none;
}

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

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

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

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

.timeout span.act{
    background-color: #e8e8fd;
    border: 1px solid #e8e8fd;
}

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

.moderbuss{
    padding: 0.25rem;
    border-radius: 3px;
}

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

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

.nz_aldiv{
    border-radius: 6px;
}

@media screen and (max-width: 1248px){
    .hul li {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 465px){
    .moders .msave input{
        max-width: calc(100% - 5.25rem);
    }
}

@media screen and (max-width: 454px){
    .hdivs div {
        width: calc(100%/4);
        padding: 0.25rem;
        float: left;
    }
    .hdivs div span{
        width: 100%;
    }
}

@media screen and (max-width: 340px){
    .hdivs div {
        width: calc(100%/2);
    }
    .hul li {
        width: calc(100% / 1);
    }
}
