#patientInfo .patient-set-view{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}#patientInfo .patient-set-view .patient-view{width:800px;padding:25px;background-color:#fff;border-radius:4px;color:#000}#patientInfo .patient-set-view .patient-view .patient-head{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding:0 0 8px}#patientInfo .patient-set-view .patient-view .patient-head .title{font-size:18px;margin-left:5px}#patientInfo .patient-set-view .patient-view .patient-head .close .icon{font-size:20px;color:#ff4500}#patientInfo .patient-set-view .patient-view .forms{height:calc(100vh - 300px);overflow-y:auto}#patientInfo .patient-set-view .patient-view .forms .set-group{margin-top:20px}#patientInfo .patient-set-view .patient-view .forms .set-group .group-title{position:relative;padding-left:15px;font-size:16px}#patientInfo .patient-set-view .patient-view .forms .set-group .group-title:after{position:absolute;top:1px;left:0;width:5px;height:20px;background-color:#008574;content:" "}#patientInfo .patient-set-view .patient-view .forms .set-group .set-content .content-group{margin-top:10px;display:inline-block;margin-right:2%;width:30.9%}#patientInfo .patient-set-view .patient-view .forms .set-group .set-content .content-group p{margin-bottom:5px;padding-left:5px;font-size:15px}#patientInfo .patient-set-view .patient-view .forms .set-group .set-content .el-form-item{margin-bottom:0}#patientInfo .patient-set-view .patient-view .forms .set-group .set-content .el-form-item .el-form-item__content{line-height:28px}#patientInfo .patient-set-view .patient-view .forms .set-group .set-content .history{width:64%}#patientInfo .patient-set-view .patient-view .forms .set-group .set-content .last-height{display:flex}#patientInfo .patient-set-view .patient-view .forms .set-group .set-content .last-height .history{width:64%}#patientInfo .patient-set-view .patient-view .set-btn{padding-right:20px;display:flex;justify-content:flex-end;margin-top:25px}#copyright{position:fixed;right:15px;bottom:5px;z-index:10}#copyright a{font-size:12px;color:#888}