.note_header {

    /* margin-bottom: 1rem; */

}

.note_header div {
    height: 2rem;
    display: flex;
    flex-direction: row;
}

/* .note_header input{
    margin-left: 1rem;
} */

.note_container {
    width: 100vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    overflow: scroll;
    /* background-color: antiquewhite; */
}

.note_header .layui-input {
 
    height: 1rem;
    display: inline;
    width: 2rem;
    padding-inline-start: 2px;
    /* width: 100%; */
    /* padding-left: 10px;*/


}
.dBot2 .layui-input{
    height: 1rem;
    display: inline;
    width: 1.5rem;
    padding-inline-start: 2px;

}

#Cml_y{
    width: 2.5rem;
}

#Cp11_J{
    width: 4rem;
}

#Cml_his{
    width: 4rem;
}

.layui-btn-normal{
    background-color: #16baaa !important;
}

#Sel1{
    border: 0px !important;
}

#Sel2{
    border: 0px !important;
}

#Sel_zhou{
    border: 0px !important;
}

#Sel_dq{
    border: 0px !important;
}


 
.layui-badge{
    margin-right: 1rem;
}

 
 

.tdFlag{
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0; */

    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: space-evenly;
    align-items: flex-end;
    /* background-color: aquamarine; */
}

.tdFlag .layui-badge-dot{

 width: 6px;
 height: 6px;

}

.tdFlag .layui-bg-gray{
    background-color: gray !important;
}


@media screen and (max-width: 1000px) {
   
    .tdFlag{
        width: 80%;
    }
}



.note_page{
    margin-top: 1rem;
    width: 80%;
}


.note_book_history_container {
    margin-top: 1rem;
    width: 80%;
    height: 100%;
}

.note_book_history_container .note_book_history_item{
    background-color: #ebebeb;
    margin-bottom: 2rem;
}
.note_book_history_container .view_history_content{
    max-height: 20rem;
    overflow: scroll;
}

.note_book_history_container .view_history_content p{
    font-size: 1rem;
    margin-bottom: 1rem;
}

#Cal6{
    padding-left: 0.5rem;
    margin-top: 0.5rem;
}


.login_container{
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    color: orange;
}