@font-face {
    font-family: Digital-7 Mono;
    src: url(/zb_users/plugin/xc_toolbox/sdk/digital-7-mono.ttf) format("truetype")
}
.font-digit {
    font-family: Digital-7 Mono
}
.wd{
    border: 2px solid rgb(224, 224, 224);
    border-radius: 10px 10px 20px 20px;
    width: 100%;
    max-width: 25rem;
    margin: auto;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 7%);
    background-color: #fff;
}
.wdt{
    height: 3.5rem;
    position: relative;
}
.wdt .biao{
    width: 1.5rem;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    border-radius: 3px;
}
.wdt .wdtdiv{
    width: 3rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    display:none;
}
.wdt .wdtdiv>span{
    display: block;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}
.wdt .wdtdiv>div{
    font-family: Digital-7 Mono;
}
.wdt .wdtdiv>div>span.nubs{
    font-size: 1.4rem;
}
.wdt .wdtdiv>div>span{
    text-shadow: 0 0 2px rgba(0, 0, 0, .1);
    font-size: 1rem;
    margin-right: 0.3rem;
    color: rgb(204, 204, 204);
}
.wdtf{
    border-top: 2px solid #e0e0e0;
    height: 1.5rem;
    position: relative;
}
.wdtf span{
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    background-color: #fff;
    border-radius: 100%;
}
.wdtf i{
    position: absolute;
    left: calc(50% - 8px);
    top: -1rem;
    color: #aaa;
    transform: rotate(45deg);
}
.leng{
    color: #88dffb;
    font-size: 0.95rem !important;
}
.wdfot{
    width: 100%;
    max-width: 25rem;
    margin: auto;
    padding: 1rem 0;
    height: 5rem;
    display: flex;
    justify-content: space-evenly;
}
.wdfot>div{
    width: 0.25rem;
    height: 3rem;
    background-color: #e5e5e5;
    border-radius: 10px;
    display: none;
}
.night .wdfot>div{
    background-color: #444;
}
.wfoote{
    width: 10rem;
    margin: auto;
    border: 1px solid #ddd;
    padding: 1rem 0.6rem 0.4rem 0.6rem;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 7%);
}
.night .wfoote{
    background-color: #333;
    border: 1px solid #444;
}
.wfoote>div{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.6rem;
}
.wfoote>span{
    display: block;
    width: 1rem;
    height: 0.5rem;
    background-color: #ddd;
    margin: auto auto 1rem auto;
    border-radius: 6px;
}
.night .wfoote>span{
    background-color: #444;
}
.wfoote>div .jiantous{
    background-color: #666;
}
.wfoote>div .hots{
    background-color:#f7a72a;
}    
.wfoote>div .offs{
    background-color:#44a047;
}
.wfoote>div .offs[data-type="on"]{
    background-color:#FF5722;
}
.wfoote>div span{
    display: block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: bold;
    background-color: #2775c9;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}