html,
body {
    height: 100%;
}

.person-box {
    padding-top: 114px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

#container {
    padding: 10px;
    padding-left: 255px;
    height: 100%;
    padding-top: 112px;
}

#passwords {
    margin-bottom: 10px;
}

#container .column {
    float: left;
    height: 100%;
}

.person-main {
    border-radius: 12px;
    box-sizing: border-box;
    padding: 60px 80px;
    margin-top: 10px;
    min-height: 99%;
    background-color: white;
    min-width: 945px;
}

#center {
    width: 100%;
}

#left {
    position: fixed;
    width: 245px;
    box-sizing: border-box;
    padding: 20px 0;
    background-color: white;
    left: 0;
    height: 100%;
    /* margin-left: -100%; */
}

#left li {
    position: relative;
    text-align: center;
    height: 80px;
    color: #333333;
    line-height: 80px;
    font-size: 16px;
    cursor: pointer;
}

.lines {
    position: absolute;
    top: 15px;
    left: 0;
    height: 50px;
    width: 7px;
    background-color: #01488F;
}

.person-main li {
    font-size: 16px;
    margin-bottom: 50px;
}

.person-main li span:nth-child(1) {
    display: inline-block;
    width: 100px;
    color: #999999;
}

.person-main li img {
    vertical-align: baseline;
    width: 14px;
    margin-left: 15px;
    cursor: pointer;
}

.wraps-box {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.wraps-main {
    width: 472px;
    border-radius: 12px;
    background: white;
    box-sizing: border-box;
    padding: 80px 50px 50px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.close {
    display: block;
    width: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.wraps-main .close img {
    width: 100%
}

.wrap-form>p label {
    display: inline-block;
    width: 100px;
    font-size: 18px;
}

.wrap-form>p {
    display: none;
    margin-bottom: 20px
}

.wrap-form>p input {
    border: none;
    width: 260px;
    padding: 10px 26px;
    background: #F5F5F5;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 12px;
}

.wrap-btns {
    padding-top: 40px;
}

.submit-btn {
    width: 164px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: white;
    background: #01488F;
    font-size: 16px;
    text-align: center;
    border-radius: 10px
}

.cancel-btn {
    width: 164px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #01488F;
    border: 1px solid #01488F;
    font-size: 16px;
    text-align: center;
    border-radius: 10px
}

#left .on-page a {
    color: #01488F;
    font-weight: bold;
    font-size: 20px;
}

#left li a {
    color: #333333
}