.identity{width:480px;height:556px;background:rgba(0,0,0,.39);border-radius:20px;padding:60px;box-sizing:border-box}.identity .title{font-size:36px;font-family:PingFang SC;font-weight:700;color:#fff;margin-bottom:56px}.identity .list .item{overflow:hidden;background-color:#fff;height:88px;display:flex;align-items:center;border-radius:6px;padding:0 20px;cursor:pointer}.identity .list .item:hover{background-color:#f9f9f9}.identity .list .item:nth-last-child(n+2){margin-bottom:20px}.identity .list .item .icon{width:48px;height:48px}.identity .list .item .right{padding-left:20px;flex-grow:1}.identity .list .item .right .name{font-size:24px;font-family:PingFang SC;font-weight:700;color:#1a1a1a;line-height:32px}.identity .list .item .right .describe{font-size:12px;font-family:PingFang SC;font-weight:400;color:grey}