.pagebox {
    background: #F8FAFC;
    min-width: 1200px;
}

.left_box {
    width: 100px;
    height: 100%;
    float: left;
    background-color: #fff;
    /*padding-bottom: 60px;*/
    /*            padding-left: 20px;
                padding-right: 20px;*/
    box-sizing: border-box;
}

.right_box {
    width: 980px;
    width: 950px;
    height: auto;
    float: right;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 20px;
    min-height: 594px;
    margin-bottom: 40px;
}

.info_box {
    /*border-bottom: 1px solid #eee;*/
    padding: 20px 0;

    background: #fff;
}

.u_center_avatar_box {
/*    width: 93px;
    height: 93px;*/
    width: 50px;
    height: 50px;
    margin: 0px auto 0;
    position: relative;

}

.u_center_avatar_box:hover .edit_avatar {
    display: block;

}

.edit_avatar {
    display: none;
    position: absolute;
    text-align: center;
    line-height: 20px;
    background: url("../image/semic.png") no-repeat bottom;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    transition: all ease 0.3s;
    cursor: pointer;

    background-size: 48px auto;

    font-size: 12px;
}


.user_sn {
    margin: 12px 0 0 0;
    font-size: 14px;
    color: #474746;
    text-align: center;
}

.u_center_avatar_box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.signature {
    color: #999;
    font-size: 13px;
    /*text-align: justify;*/
    /*    padding-left: 20px;
        padding-right: 20px;*/
    margin: 16px 14px 0 19px;
    text-align: center;
}

.write_signature {
    display: none;
    width: 172px;
    margin: 16px 14px 0 19px
}

.u_center_menu_item {
    /*display: flex;*/
    /*align-items: center;*/

    padding: 27px 0 25px 0px;
    font-size: 14px;
    /*width: 170px;*/
    /*height: 37px;*/
    line-height: 14px;
    cursor: pointer;
    border-left: 3px solid transparent;
    position: relative;

    background: #EEEEEE;
}

.u_center_menu_item:hover {
    color: #063E77;
}
.u_center_menu_item:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
    display: none;
    content: '';
}
.u_center_menu_item:hover:after {
    display: block;
    animation: shimmer 1.2s 1;
    pointer-events: none;
}


.u_center_menu_item .icon {
    display: block;
}

.u_center_menu_item .icon_active {
    display: none;
}

.u_center_menu_item:hover .icon_active,.u_center_menu_item.active  .icon_active{
    display: block;
}


.u_center_menu_item:hover .icon ,.u_center_menu_item.active  .icon{
    display: none;
}

.u_center_menu_item img {
    width: 26px;
    height: 25px;
    display: block;
    object-fit: contain;
    margin:0 auto;

}
.center-txt{
    text-align: center;
    padding-top: 10px;
}

.u_center_menu_item.active {
    border-left: 2px solid #063E77;
    color: #063E77;
    background: #ffffff;
}

.dashed {
    /*margin: 0 34px 0 20px;*/
    border-bottom: 1px solid #DFE1E6;
}

.right_box_title_row {
    margin-top: 10px;
    line-height: 35px;
    font-size: 18px;
    color: #474746;
    border-bottom: 1px solid #e2e2e4;
}

.filter_box {
    height: 35px;
    width: 100%;
    background-color: #E2E2E4;
    margin-top: 5px;
    clear: both;
    position: relative;;
}

.filter_item {
    display: block;
    height: 34px;
    width: auto;
    line-height: 34px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-left: 30px;
    cursor: pointer;
    float: left;
}

.filter_item.active {
    color: #177DFF;
}
.center_content_title {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #111111;
    line-height: 20px;
    padding-bottom: 10px;
}

.btn_logout{
    width: 111px;
    height: 41px;
    background: #FFFFFF;
    border: 1px solid #E90000;
    border-radius: 4px;

    text-align: center;
    line-height: 40px;
    color: #E90000;
    font-size: 14px;
    margin-top: 10px;

}
.btn_logout a {
    display: block;
    color: #E90000;
    font-size: 14px;
}
.btn_logout:hover a {
    font-weight: bold;
}
