#hospitalInfo .hospitalInfo{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background-color:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;flex-direction:column}#hospitalInfo .hospitalInfo .box{width:400px;padding:15px;background-color:#fff}#hospitalInfo .hospitalInfo .box .head{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding:0 0 8px}#hospitalInfo .hospitalInfo .box .head .title{font-size:18px;margin-left:5px}#hospitalInfo .hospitalInfo .box .head .close .icon{font-size:20px;color:#ff4500}#hospitalInfo .hospitalInfo .box .forms{padding:20px 10px}#hospitalInfo .hospitalInfo .box .forms .set-btn{display:flex;justify-content:flex-end;margin-top:25px}#hospitalInfo .hospitalInfo .box .forms .el-select{width:250px}#copyright{position:fixed;right:15px;bottom:5px;z-index:10}#copyright a{font-size:12px;color:#888}#hospital{height:calc(100vh - 60px)}#hospital .hospital{padding-top:20px;height:100%;display:flex;flex-direction:column}#hospital .hospital .filter-content{display:flex;justify-content:space-between;align-content:center;padding:0 15px}#hospital .hospital .filter-content .filter-forms{flex:1}#hospital .hospital .filter-content .filter-forms .el-form-item{margin-bottom:10px}#hospital .hospital .el-table{padding:0 15px;flex:1;overflow-y:auto}#hospital .hospital .el-table th{color:#666;font-weight:700}#hospital .hospital .page{display:flex;justify-content:center}#hospital .el-table:before{background-color:transparent}#hospital .el-dialog .el-dialog__title{font-size:16px}#hospital .el-dialog .el-dialog__header{padding-right:40px}#hospital .el-dialog .el-dialog__body{padding:10px 20px}#hospital .el-dialog .el-form-item{margin-bottom:10px}#hospital .psd-box{display:flex;align-items:center}#hospital .psd-box span{margin-right:10px}#hospital .psd-box .el-input{width:240px}