body,
html {
    padding: 0;
    margin: 0;
}
body,
html,
body > .global-wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.global-wrapper>.main-container {
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    left: 271px;
    right: 16px;
    top: 117px;
    /* padding: 16px; */
    height: calc(100% - 118px);
   
}

body[data-header=false] .global-wrapper>.main-container {
    top: 60px;
    height: calc(100% - 63px);
}

body[data-side='false'] .global-wrapper>.main-container {
    left:72px;
}

body .list-wrapper .search-wrapper+.btn-wrapper{
    text-align: left;
}

.fullIframe .global-wrapper>.main-container {
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
}
.fullIframe .hx-header,
.mgr .med-content,
.mgr .hx-header,
.mgr .left-wrapper {
    display: none;
}

/*
ie 下没有高度
*/
textarea {
    min-height: 42px;
}

@media print {
    body{
        overflow-y: auto !important;
        height: auto !important;
    }
    .el-breadcrumb {
        display: none;
    }
    .global-wrapper>.main-container {
        position: relative;
        left:0;
        right: 0;
        top: 0;
        /* padding: 16px; */
        height: 100%;
        box-sizing: border-box;
        background: #fff;
        overflow: auto;
        z-index: 9999;
    }
}
