/*返回顶部按钮隐藏*/
.scrollBtn{
    display: none;
}

.record_title,.show_title{
    margin-top:0.4rem;
    width: 14.6rem;
    margin: 0.2rem auto;
}
.record_title{
    font-size: 0.667rem;
    color:#333;
}
.show_title{
    font-size: 0.44rem;
    color:#666;
}
.batch{
    font-size: 0.53rem;
    color:#53a6ff;
}
.adapter{
    width:60%;
}
.tian {
    margin-top:1rem;
    padding:0.5rem;
}

/*监控图*/
.shade{
    display:none;
    position:fixed;
    z-index:200;
    top:0;
    opacity: 0.5;
    width:100%;
    height:100%;
    background-color: #7f7f7f;
}
.monitor_panel{
    display:none;
    width:15rem;
    height:20.5rem;
    padding:0.2rem;
    position:fixed;
    box-sizing: border-box;
    z-index:500;
    top:2rem;
    left:50%;
    margin-left:-7.5rem;
    background-color: #fff;
    border-radius:10px;
    /*overflow: hidden;*/
}
.panel_title{
    font-size:0.7rem;
    padding-left:0.2rem;
}
.panel_close{
    position:absolute;
    top:-1.2rem;
    right:0.25rem;
    width:1rem;
}

#monitor_win{
    position:relative;
    width:14.6rem;
    height:19rem;
    overflow: auto;
    border-radius: 10px;
}
.monitor_pic{
    width:100%;
    height:100%;
}
.monitor_pic svg{
    background:#6d7c79;
}
.loading_icon{
    text-align: center;
    margin-top:50%;
}
