.headTitle{
    font-family: "微软雅黑";
}
.headers{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
    background: transparent;
    box-sizing: border-box;
    flex: 0 0 auto;
    height: var(--headHeight);
    line-height: var(--headHeight);
    padding-block: 0;
    padding-inline: 0;
    border-block-end: 1px solid rgba(5, 5, 5, 0.06);
    background-color: rgba(255, 255, 255);
    /* backdrop-filter: blur(8px); */
    transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: fixed;
    inset-block-start: 0;
    width: 100%;
    z-index: 100;
    inset-inline-end: 0;
    /* border: none; */
}
.headers>div{
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headers>div>img{
    width: 247px;
    height: 56px;
    line-height: 56px;
}
.headers .buttons{
    cursor: pointer;
}
.nav_logo{
    width: 286px;
    height: 80px;
}
/* 修改密码弹窗 */
.motaBj{
    width:100%;
    height:100%;
    overflow:hidden;
    background:rgba(0,0,0,0.3);
    position:fixed;
    top:0;
    z-index:99;
    display:none;
}
.mota{
    width:360px;
    height:260px;
    background:#fff;
    position:fixed;
    top:50%;
    left:50%;
    z-index:100;
    margin:-130px 0 0 -150px;
}
.motaTitle{
    width:100%;
    height:40px;
    background:#f8f8f8;
    line-height:40px;
    padding:0 20px;
    box-sizing:border-box;
    border-bottom:1px solid #eee;
}
.passInput{
    padding:0 20px;
    line-height:30px;
    margin-top:20px;
    height:30px;
}
.passInput span{
    width:70px;
    display:block;
}
.passInput input{
    width:220px;
    height:28px;
    border:1px solid #95b8e7;
    padding:0 5px;
}
.sureBtn{
    width:90px;
    background:#ff9f38;
    height:30px;
    border:none;
    outline:none;
    cursor:pointer;
    margin:20px 0 0 135px;
    color:#fff;
}

/* 全局变量
global variable */
:root {
    --menuWidth: 220px;
    --headHeight:80px;
    --breadcrumb:25px;/* 面包屑高度 */
}
