body {
    margin:0px;
}



html,body {
    height: 100%;
    font-size:10px;
}

#app {
    height: 100%;
}

.header {
    height: 8rem;
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.1);
}

.content {
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 0.1rem solid #ed6723;
    /*border-bottom: 1px solid #ed6723;*/
    min-height:calc(100% - 24rem);
    font-size: 1.6rem;
}

.footer {
    height: 6rem;
    font-size: 1.2rem;
    color: #BDBDBD;
    line-height: 6rem;
    font-weight: 400;
    text-align: center;;
}
.loading-common {
    fullscreen: true;
    stroke: #000000;
}

@media (max-width: 576px) {
    .el-message-box {
        width: 80% !important;
    }

    .el-form-item.is-error {
        margin-bottom: 30px;
    }
}

@media (max-width: 360px) {
    body
    {
        min-width:400px;
    }

    .lang-div {
        display: none;
    }
}

@media (min-width: 361px) {
    body
    {
        min-width:unset;
    }

    .lang-div {
        display: inline-block;
    }
}

.el-message-box__title{
    min-height: 10px;
}