.side-box .el-button {
    margin-left: 0px !important;
}
.el-input__inner{
    font-size: inherit !important;
    
}
.el-popover{
    padding: 0px 0px 0px 10px !important;
}
.el-menu--horizontal>.el-menu-item {
    float: right;
    height:80px;
    line-height: 80px;
    }
    .el-menu-item {
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    }
    .el-menu--horizontal>.el-menu-item.is-active{
        background-color: rgb(14, 155, 108)!important;
        color: white;
        border: 0px solid #12C287;
    }
    
    
    /* 一级标题样式 */
    /* 应用：组件名称 */
    .title-l1{
    padding: 0px;
    margin: 0;
    
    /* float: left; */
    /* 标题背景颜色 */
    /* background-color: #3398DB; */    
    /* border-radius: 3px;    */
    font-family: "微软雅黑";    
    font-size: 1.5rem;
    font-weight: 500;
    color: black;
    }
    /* 正文字体 */
    .text-body {
    font-family: "微软雅黑";    
    font-size: 20px;
    text-align: left;  
    color: rgba(0,0,0,0.85);
    }
    
    .text-body1{
        width: 1272px;
        height: 108px;
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #454545;
        line-height: 36px;
        font-weight: 400;
        text-align: left; 
        margin-top: 21px;
        margin-left: 30px;
    }
    
    .text-body2{
        width: 1620px;
        height: 108px;
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #454545;
        line-height: 36px;
        font-weight: 400;
        text-align: left; 
        margin-left: 30px;
        margin-top: -20px;
    }
    /* 组件卡片样式 */
    .el-main{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    }
    .el-card{
    border:0px solid #EBEEF5 !important
    }
    .el-footer{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    height:100px;
    
    }
    
    .login {
    background: url(/static/img/地理调查表背景.png) no-repeat center !important;
    background-size: 100% 100% !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0 !important;
    min-width: 100% !important;
    min-height: 100% !important;
    -webkit-touch-callout: none !important;
    overflow: auto;
    }
    .register-form-center {
    width: 368px !important;
    height: 100% !important;
    position: relative !important;
    top: 3% !important;
    left: 30% !important;
    margin-left: 1rem !important;
    }
    
    .register-form-right {
    width: 368px;
    height: 100%;
    float: left;
    margin-left: 110px;
    }
    
    .tipMsg {
    color: #ec6762;
    text-align: left;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    }  
    .loginButton {
    background: #12C287!important;
    width: 100%!important;
    height: 60px!important;
    padding: 0px 20px !important;
    line-height: 40px!important;
    font-size: 20px!important;
    border-radius: 0!important;
    }
    .loginNagtiveButton {
    color: #fff!important;
    font-size: 18px!important;
    }
    .loginNagtiveButton:hover {
    font-weight: 600!important;
    color: #fff!important;
    }
    .pagination_fa_div{
    margin-top:28px;
    
    }
    .el-card__header{
    padding: 10px 2px !important;
    color: white !important;
    background: #12C287 !important;
    
    }
    
    .el-card__body {
        padding: 0;
    }
    .new_legend_public{
    position: absolute;
    bottom: 2px;
    left: 2px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    width: 200px;
    }
    .account-info-title{
    margin: 1.3rem 0px;
    text-align: left;
    font-size: 1.4rem;
    font-family: '微软雅黑';
    }
    .scale-line{
    background: rgba(0,60,136,0.3);
    border-radius: 4px;
    bottom: 8px;
    right:6em;
    padding: 2px;
    position: absolute;
    }
    .scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents, width;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    }
    .zoom{
    bottom: 8px;
    right: 2.3em;
    font-size: 1.5em;
    color: #64666a;
    }
    /* .el-table__body, .el-table__footer, .el-table__header {
    table-layout: fixed;
    border-collapse: separate;
    } */
    .el-dialog__body {
    padding-top: 7px !important;
    }
    .el-checkbox__label{
    font-size: 16px;
    }
    .side-title{
    font-family: '微软雅黑';
    text-align: left;
    }
    .side-item{
    font-family: '微软雅黑';
    float: left;
    margin-left: 0px;
    width: 5rem;
    }
    .side-box .el-button{
    margin-left: 0px;
    }
    .side-box::after{
    content: '';
    clear: both;
    display: block; 
    }
    .side-box {
    margin-top: 0.1rem;
    /* margin-left: 1.3rem; */
    /* 触发 hasLayout */ 
    zoom: 1; 
    }
    #el-main {
        margin: 0;
        padding: 0px !important;
    }
    .el-dialog__headerbtn {
        font-size:22px;
    }
    
    .el-dialog__headerbtn .el-dialog__close {
        color: #30318f;
    }