*{margin: 0;padding: 0;box-sizing:border-box;}
li{list-style:none;}
.marginHeight{height: 34px;width: 100%;}


html,body,#app,.wrapper{
    width:100%;
    height: 100%;
    /*background: #fafafa;*/
    font-family: '微软雅黑';
}
/*html{min-width: 1270px;}*/
a{
    text-decoration: none;
    color: #696969
}
.tableWidth99{
    width:100%;
}

/**
登陆页背景
**/
.login-wrap {
    background: #324157;
}
.marginTop15{margin-top: 15px;margin-bottom: 15px}
.marginRight0{margin-right: 0;}


.el-form-item.is-required .el-form-item__label:before{
    content: '';
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{overflow:hidden;_zoom:1;}
.fl{float: left;}
.fr{float: right;}
.none{display: none!important;}
.block{display: block!important;}
.cp{cursor: pointer;}

:focus {
  outline: none;
}
body{
  min-width: 1270px;
  /*max-width: 1500px;*/
}
img{
  border: none;
}

