.UserInfo{height:auto;min-height:100%;padding:15px;box-sizing:border-box;background-color:#f9f9f9}.UserInfo .userInfoTitle{color:rgba(69,90,100,.6);font-weight:400;font-size:14px;margin-bottom:15px}.UserInfo .userInfoCard{background-color:#fff;margin-bottom:15px;padding:5px 20px;box-sizing:border-box;border-radius:8px;overflow:hidden}.UserInfo .userInfoCard .userInfoItem{display:flex;justify-content:space-between;align-items:center;padding:15px 0;box-sizing:border-box;border-bottom:1px solid #ebedf0}.UserInfo .userInfoCard .userInfoItem:last-child{border-bottom:none}.UserInfo .userInfoCard .userInfoItem.textareaItem{flex-direction:column;align-items:flex-start;justify-content:flex-start}.UserInfo .userInfoCard .userInfoItem.textareaItem .label{padding-bottom:15px}.UserInfo .userInfoCard .userInfoItem.textareaItem .value{text-align:left}.UserInfo .userInfoCard .userInfoItem .label{flex:none;width:66px;color:#646566;font-size:14px}.UserInfo .userInfoCard .userInfoItem .value{flex:1;display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:#323233;line-height:inherit;text-align:right;background-color:transparent;border:0;resize:none;font-size:14px}.UserInfo .userInfoCard .userInfoItem .value::-moz-placeholder{font-size:14px;color:#ccc}.UserInfo .userInfoCard .userInfoItem .value::placeholder{font-size:14px;color:#ccc}.UserInfo .userInfoCard .userInfoItem .avatarUrlWrap{width:55px;height:30px;position:relative;overflow:hidden}.UserInfo .userInfoCard .userInfoItem .avatarUrlWrap .avatarUrlBtn{display:flex;align-items:center;position:absolute;z-index:1}.UserInfo .userInfoCard .userInfoItem .avatarUrlWrap .avatarUrlBtn .avatarUrl{width:30px;height:30px;border-radius:50%;overflow:hidden;margin-right:10px}.UserInfo .userInfoCard .userInfoItem .avatarUrlWrap .uploadInput{position:absolute;z-index:2;opacity:0}.UserInfo .saveBtn{width:90%;height:48px;background:linear-gradient(-90deg,#07bf9a,#07bf7c);box-shadow:0 10px 10px 0 rgba(168,253,222,.43);border-radius:12px;font-size:16px;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center;margin:25px auto 15px}