html {
overflow-x: hidden;
touch-action: pan-y; 
}
.mdiv{
    display: flex;
}
.mlf{
    
}
.mlr{
    width:20rem;
    padding-left: 0.75rem;
}
.mlr>div{
    padding: 0.25rem;
    border: 1px solid #e8e8fd;
    border-radius: 4px;
}
.night .mlr>div{
    border:1px solid #444;
}

.mlf{
    width:calc(100% - 20rem);
    min-height: 13.2rem;
    border: 1px solid #e8e8fd;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.night .mlf{
    background-color: #232627;
}

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

.butdivbut{
    height: 1.8rem;
    line-height: 1.8rem;
    display: block;
    background-color: #06b672;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.yuanquan{
    width: 12.5rem;
    height: 12.5rem;
    display: block;
    margin: auto;
    position: relative;
}
.yuanquan_time{
    position: absolute;
    left: 50%;
    top: calc(50% - 0.5rem);
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}

.yuanquan_time_name{
    position: absolute;
    left: 50%;
    top: calc(50% + 1.5rem);
    transform: translate(-50%, -50%);
    font-size: 0.6rem;
}


#dynamicRing {
transition-property: stroke-dashoffset;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.butbutdivs{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.butbutdivs span{
    width: calc(50% - 0.125rem);
    display: inline-block;
}

.butcolor1{
    background-color: #2196F3;
}

.butcolor2{
    background-color: #FF9800;
}

.fulls{
    background-color: #fff;
    color: #666;
    border: 1px solid #e8e8fd;
}

.night .fulls{
    background-color: #232324;
    color: #dcdcdc;
    border: 1px solid #444;
}

.lingsheng .layui-form-select{
    width: calc(100% - 2.5rem);
    display: inline-block;
    float: left;
}

.nshiting{
    height: 1.9rem;
    line-height: 1.9rem;
    border: 1px solid #e8e8fd;
    text-align: center;
    cursor: pointer;
    width: 2.25rem;
    display: inline-block;
    float: right;
}

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

#shitingaudio,#naolingaudio{
    display:none;
}

.night .progress-ring {
stroke: #666; 
}

.cishus{
    text-align: center;
    font-size: 0.8rem;
    height: 1.4rem;
    line-height: 1.4rem;
    margin: 0.15rem 0 0.75rem 1px;
}

.cishus span{
    margin-right: 0.25rem;
}

@media screen and (max-width: 1290px){
    .mdiv {
        display:block;
    }
    .mlf {
        width:100%;
    }
    .mlr {
        width: 100%;
        padding-left:0rem;
        margin-top: 0.75rem;
    }
}