/* 存放个人中心公共模块和头部 */
body {
    background: #F5F5F5
}

.c-user-headerWrap {
    width: 100%;
    height: 46px;
    background-color: #D9383E;
}

.c-user-headerWrap li a {
    position: relative;
}

.c-user-headerWrap li a:hover {
    position: relative;
    color: #ffffff !important;
    text-decoration: none;
}

.c-user-headerWrap li a:hover::after {
    position: absolute;
    content: "";
    bottom: -14px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #ffffff;
}
.z-app-content .c-user-headerWrap li a:hover::after {
    position: absolute;
    content: "";
    bottom: -14px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 0;
    height: 0;
    border: 0px solid;
    border-color: transparent transparent #ffffff;
}
.c-user-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
    width: 100%;
}

.c-user-header>li {
    width: 10%;
    text-align: center;
}

.c-user-header>li a {
font-size: 16px;
    color: #fff;
}

.c-user-header .logo {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-userCommon-info {
    width: 100%;
    box-sizing: border-box;
}

.c-userCommon-left {
    position: relative;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 1px 13px 12px -5px rgba(77, 77, 77, 0.59);
}
.c-userCommon-left .maozi{
    width: 20px;
    height: 20px;
    position: absolute;
    top:0px;
    left: 90px;
}
.c-userCommon-left .touxiang-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

.c-userCommon-right {
    width: 87%;
    margin-left: 2%;
}

.c-userCommon-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.c-userCommon-name h2 {
    font-size: 18px;
}

.c-userCommon-name h2 img {
    margin-left: 10px;
    vertical-align: bottom;
}

.c-userCommon-name p {
    font-size: 18px;
    font-weight: 600;
}

.c-userCommon-name p span:last-child {
    color: #D9383E;
}

.c-userCommon-item {
    margin: 10px 0;
    color: #4D4D4D;
    font-size: 15px;
}

.c-userCommon-item:last-child {
    margin: 0;
    color: #4D4D4D;
}

.z-uy-cell{
    width: 100px;
    text-align: center;
    
}
.z-uy-cell .z-title{
    margin-bottom: 5px;
    font-weight: 700;
}
.z-uy-cell span{
    font-size: 17px;
    font-weight: 700;
    color:#D9383E;
}
/* .c-userCommon-years p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-right: 2px solid #999999;
    padding-right: 10px;
} */

.c-userCommon-years p:last-child {
    border-right: none
}

.c-userCommon-years p span:nth-child(2) {
    color: #D9383E;
    font-size: 18px;
    margin-left: 5px;
}

.c-userCommon-chargeEntry {
    display: flex;
}

.c-userCommon-chargeEntry a {
    margin-left: 20px;
}


.c-userCommon-chargeEntry a {
    padding: 3px 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.c-userCommon-chargeEntry a:first-child {
    color: #D9383E;
    border-radius: 5px;
    border: 1px solid #D9383E;
    background-color: rgba(252, 237, 238, .5);
}

.c-userCommon-chargeEntry a:first-child:hover {
    color: #D9383E !important;
    border: 1px solid #D9383E;
    background-color: rgba(252, 237, 238, .5);
}

.c-userCommon-chargeEntry a:nth-child(2) {
    color: #089261 !important;
    border-radius: 5px;
    border: 1px solid #089261;
    background-color: rgba(243, 253, 249, 0.5);
}

.c-userCommon-chargeEntry a:nth-child(2):hover {
    color: #089261;

    border: 1px solid #089261;
    background-color: rgba(243, 253, 249, 0.5);
}

.c-user-aside {
    width: 16%;
    box-sizing: border-box;
    padding:20px 15px;
    background-color: #ffffff;
}

.c-user-aside .c-user-item-title h2 {
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
}

.c-user-aside .icon {
    width: 21px;
    margin-right: 5px;
    margin-left: -5px;

}

.c-user-item-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.c-user-item-title h2 {
    font-weight: 400;
}

.c-user-item-title i {
    font-size: 18px;
    color: #D9383E;
    margin-right: 6%;
}

.c-user-item-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.c-user-item-content li {
    width: 45%;
    margin-top: 15px;
}

.c-user-aside-item{
    margin-top: 25px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 25px;
}

.c-user-aside-item:last-child{
    border-bottom:none;
    padding-bottom: 25px;
}


.c-user-item-content li a {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #393838;
    font-size: 14px;
    cursor: pointer;
}
.c-user-item-content li .active{
    text-decoration: none;
}
.c-user-item-content li a:hover {
    text-decoration: none;
}

.c-user-aside .user-item {
    margin-bottom: 20px;
}