html, body, #app {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
    font: normal 14px/1.5em pbfont, "微软雅黑", "冬青黑体简体中文 w3", "宋体";
    font-family: "microsoft yahei"
}

.app-content {
    height: 100%;
    width: 100%;
}

.app-content .header {
    height: 70px;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.app-content .header .header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
}

.app-content .main {
    min-height: calc(100% - 70px);
    width: 100%;
    padding-top: 80px;
    box-sizing: border-box;
    background-color: #eff6fc;
}

.app-content .main .main-content {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
}

.app-content .footer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
}

.footer .btn {
    width: 120px;
}

.app-content .text-left {
    text-align: left;
}

.app-content .text-right {
    text-align: right;
}

.app-content .text-center {
    text-align: center;
}

.app-content .position-left {
    float: left;
}

.app-content .position-right {
    float: right;
}

.app-content .mar-10 {
    margin: 10px;
}

.app-content .mar-t-b-10 {
    margin: 10px 0;
}

.app-content .mar-t-10 {
    margin-top: 10px;
}

.app-content .mar-b-10 {
    margin-bottom: 10px;
}

.app-content .mar-l-r-10 {
    margin: 0 10px;
}

.app-content .mar-l-10 {
    margin-left: 10px;
}

.app-content .mar-r-10 {
    margin-right: 10px;
}

.app-content .mar-20 {
    margin: 20px;
}

.app-content .mar-t-b-20 {
    margin: 20px 0;
}

.app-content .mar-t-20 {
    margin-top: 20px;
}

.app-content .mar-b-20 {
    margin-bottom: 20px;
}

.app-content .mar-l-r-20 {
    margin: 0 20px;
}

.app-content .mar-l-20 {
    margin-left: 20px;
}

.app-content .mar-r-20 {
    margin-right: 20px;
}

.app-content .mar-50 {
    margin: 50px;
}

.app-content .mar-t-b-50 {
    margin: 50px 0;
}

.app-content .mar-t-50 {
    margin-top: 50px;
}

.app-content .mar-b-50 {
    margin-bottom: 50px;
}

.app-content .mar-l-r-50 {
    margin: 0 50px;
}

.app-content .mar-l-50 {
    margin-left: 50px;
}

.app-content .mar-r-50 {
    margin-right: 50px;
}

.app-content .mar-100 {
    margin: 100px;
}

.app-content .mar-t-b-100 {
    margin: 100px 0;
}

.app-content .mar-t-100 {
    margin-top: 100px;
}

.app-content .mar-b-100 {
    margin-bottom: 100px;
}

.app-content .mar-l-r-100 {
    margin: 0 100px;
}

.app-content .mar-l-100 {
    margin-left: 100px;
}

.app-content .mar-r-100 {
    margin-right: 100px;
}

.app-content .tip {
    font-size: 12px;
    color: #a8acb2;
    line-height: 24px;
}

.app-content .tip span {
    color: red;
}

.app-content .opt {
    text-align: center;
}

.app-content .opt .el-button {
    width: 100px;
    height: 42px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #c4c8ce;
}

.el-form-item .el-form-item__content .el-input__inner {
    height: 32px;
    line-height: 32px;
    border-radius: 1px;
    color: #303133;
}

.el-form-item .el-form-item__content .el-textarea__inner {
    border: 1px solid #c4c8ce;
    border-radius: 1px;
    color: #303133;
}

.el-form-item .el-form-item__content .el-input {
    width: 320px;
}