@font-face {
    font-family: 'Segment7Standard'; 
    src: url('/zb_users/plugin/xc_toolbox/sdk/Digital-7Mono-Mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-digit {
    font-family: Segment7Standard;
}

.kongtiao{
    background-color: #e9f2fa;
    border: 1px solid #b6d6f0;
    padding: 1rem 0;
    border-radius: 3px;
}

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

.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: 4rem;
    position: relative;
}

.wdt .biao{
    width: 1rem;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    border-radius: 3px;
}

.wdt .wdtdiv{
    width: 2.5rem;
    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: Segment7Standard;;
}

.wdt .wdtdiv>div>span{
    text-shadow: 0 0 2px rgba(0, 0, 0, .1);
    font-size: 0.8rem;
    margin-right: 0.3rem;
    color: rgb(204, 204, 204);
}

.wdt .wdtdiv>div>span.nubs{
    font-size: 1rem;
}

.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.65rem !important;
    text-align: right;
    padding-right: 0.65rem;
}

.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;
    background-color: #fff;
    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;
}

@media screen and (max-width: 560px){
    .kongtiao {
        padding: 0.5rem;
    }
}