/*导航样式开始*/
.nav{
    width: 100%;
    height: 50px;
    background-color: #017E5C;
    color: #fff;
    font-size: 21px;
    line-height: 50px;
}
/*导航样式结束*/
/*登录样式开始*/
.login{
    width: 100%;
    height: 170px;
    background: url("../images/personal-center-img/touxiang-bg.png") no-repeat;
    background-size: 100%;
}
.login>img{
    height: 70px;
    margin-top: 20px;
}
.login>button{
    width: 30%;
    height: 30px;
    background-color: #CD1C64;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 20px;
}
/*登录样式结束*/
/*菜单样式开始*/
.menu{
    padding: 0 20px;
}
.menu-item{
    display: flex;
    align-items: center;
    width: 100%;
    height: 119px;
}
.menu-item>div{
    flex-grow: 1;
}
.menu-item img{
    width: 50px;
    margin: 10px 0;
}
.menu p{
    color: #666;
    font-size: 14px;
}
/*菜单样式结束*/










