.indexPageLeftMenu {
    margin: 15px 15px 0;
    width: 300px;
}

.indexPage {
    position: absolute;
    z-index: 51;
    background: #f7f7f7;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

.indexPageRightMenu {
    flex: 1;
    overflow: hidden;
    background: white;
    margin: 15px 15px 0 0;
}

.changePasswordBoxBg {
    background: url('../images/change.png');
    width: 192px;
    height: 145px;
    margin: 0 auto 20px;
}

.changePasswordBox p {
    text-align: center;
    color: red;
    width: 100%;
    left: 0;
    top: 36px;
}

.firstChangePwdBtn {
    display: block;
    margin: 15px auto 0;
}

.userIconBox {
    height: 125px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: white url(../images/mainLeftTopBg.png) no-repeat top center;
}

.userHeaderImg {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 3px solid rgba(230, 230, 230, .73);
    margin: 8px auto 0;
    background: white;
}

.userHeaderImg img {
    width: 60px;
    height: 60px;
    margin: 3px;
    border-radius: 50%;
}

.timeAndGreeting {
    height: 80px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.nowDate {
    height: 62px;
    width: 160px;
    padding-left: 15px;
}

.nowDateDay {
    font-size: 40px;
    color: white;
}

.nowDateYear p {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 12px;
}

.nowDateYear .week {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.greeting {
    flex: 1;
    height: 30px;
    color: white;
    line-height: 30px;
    font-weight: bolder;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
}

.userMessageBox {
    background: white;
    padding: 70px 15px 15px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.userMessageBox span {
    flex: 0 0 50%;
    margin-top: 10px;
}

.userMessageDivTitle {
    flex: 0 0 40px;
}

.userMessageBox .userPositionNameList span {
    margin-top: 0;
    display: block;
    margin-bottom: 5px;
}

.userMessageDiv {
    width: 170px;
    box-sizing: border-box;
}

.userMessageDivTwo {
    flex: 1;
    box-sizing: border-box;
}

.menuBtnList {
    margin-top: 10px;
    background: white;
}

.menuBtnListTitle {
    text-align: center;
    color: #515151;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 10px;
    line-height: 35px;
}

.menuBtnList .noJurisdiction {
    color: red;
    font-size: 20px;
    text-align: center;
}

.menuBtn {
    float: left;
    margin: 5px 22px 0;
    cursor: pointer;
    display: block;
    width: 56px;
}

.menuBtn p {
    text-align: center;
    margin: 5px 0 10px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menuBtn:hover p {
    color: #6bb3ff;
}

.menuBtn:active p {
    color: #247cdb;
}

.menuBtnIconBox {
    width: 30px;
    height: 30px;
    display: flex;
    margin: 0 auto;
    color: #ffbf36;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    display: -webkit-flex;
    border: 2px solid #ffbf36;
}

.menuBtnIconBox img {
    width: 15px;
    height: 15px;
    margin: auto;
}

.menuBtnIconBoxG {
    color: #68bf30;
    border: 2px solid #68bf30;
}

.menuBtnIconBox i {
    font-size: 16px;
}