.modifyTitle {
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 15px;
    color: #46484B;
    font-size: 13pt;
    font-weight: 900;
}

.modifyRemain {
    color: #3951FB;
    font-size: 15pt
}

.middleLineContainer {
    position: relative;
    text-align: center;
}

.middleLine {
    border: 0.5px solid;
    position: absolute;
    width: 100%;
    top: 12px;
}

.middleLineText {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 900;
    font-size: 12pt;
}

.modifyEventContainer {
    margin-left: 15px;
    margin-right: 15px;
}

.modifyEventItemTitle {
    font-size: 11pt;
    font-weight: 900;
    padding-left: 5px;
}

.modifyEventItemList {
    background-color: white;
    border-radius: 8px;
}

.modifyItemBottom {
    display: inline-block;
    width: calc(100% - 96px);
    color: #9E9D9E;
    font-weight: 900;
    font-size: 10pt;
    height: 50px;
}

.modifyItemPoint {
    display: inline-block;
    width: 90px;
    height: 50px;
    font-size: 15pt;
    font-weight: 900;
}