body {
    background: #f4f4f8;
}

.title {
    width: auto;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #222222;
    padding: 0 18px;
    background: #fff;
}

.title img {
    position: absolute;
    left: 18px;
    top: 12px;
    width: 10px;
}

.info-title div {
    box-sizing: border-box;
    padding: 0 18px;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
}

.info-title div + div {
    border-top: 1px solid #eeeeee;
}

.info-title div > span:first-child {
    font-size: 13px;
    color: #595959;
}

.info-title div > span:last-child {
    font-size: 14px;
    color: #353535;
}

.select-project {
    padding: 0 !important;
    margin-top: 10px;
}

.select-project img {
    width: 12px;
    margin-left: 4px;
}

.info-none {
    margin-top: 100px;
    text-align: center;
    color: #acacac;
}

.info-none img {
    width: 120px;
    padding-bottom: 25px;
}

.flx {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.content {
    position: relative;
    top: 44px;
    overflow: auto;
}

.register-content > div {
    background: none;
}

.register-title {
    background: #fff;
}
.outpatient-title {
    background: #fff;
}
.outpatient-content > div {
    background: none;
}