#account{font-size:14px}#account .account_content{height:calc(100vh - 97px);overflow:auto;background:#fff;padding:30px}#account .account_content .account_box{display:flex}#account .account_content .account_box .avatar{width:100px;height:100px;border-radius:50%;margin-right:40px;position:relative}#account .account_content .account_box .avatar .avatar_img,#account .account_content .account_box .avatar .change{width:100px;height:100px;border-radius:50%;position:absolute;top:0;left:0}#account .account_content .account_box .avatar .change{background:rgba(0,0,0,.7)}#account .account_content .account_box .avatar .change .upload{display:none}#account .account_content .account_box .avatar .change .btn_change{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:46px;height:24px;padding:0;line-height:24px;text-align:center;background:linear-gradient(180deg,#9cd55c,#15491e);border:none;border-radius:4px;font-weight:600;font-size:14px;color:#fff}#account .account_content .account_box .info_box .cell{margin-bottom:20px;text-align:left}#account .account_content .account_box .info_box .cell .label{padding:0 10px;font-weight:400;font-size:16px;color:#666;margin-bottom:6px}#account .account_content .account_box .info_box .cell .email,#account .account_content .account_box .info_box .cell .username{width:330px;padding:0 10px;height:30px;line-height:30px;font-weight:400;font-size:14px;color:#333;display:flex;justify-content:space-between;align-items:center}#account .account_content .account_box .info_box .cell .email .btn_modify,#account .account_content .account_box .info_box .cell .username .btn_modify{color:#5b913e;opacity:0}#account .account_content .account_box .info_box .cell .username:hover{background-color:#ddd}#account .account_content .account_box .info_box .cell .username:hover .btn_modify{opacity:1}#account .account_content .account_box .info_box .cell .username_modity{padding:0 10px;display:flex;align-items:center}#account .account_content .account_box .info_box .cell .username_modity .nameInput{width:200px;margin-right:10px}#account .account_content .account_box .info_box .cell .username_modity .btn_edit_wrap{display:flex;justify-content:flex-start;align-items:center;padding-left:8px}#account .account_content .account_box .info_box .cell .username_modity .btn_edit_wrap .el-button{color:#5b913e;height:22px;font-size:14px;line-height:22px;padding:0;margin:0;margin:4px}#account .account_content .account_box .info_box .cell .username_modity .btn_edit_wrap .el-button:last-child{margin-right:0}#account .account_content .account_box .info_box .cell .pwd_change{width:110px;height:42px;background:linear-gradient(180deg,#9cd55c,#15491e);border-radius:4px}#account .popup_wrap{position:relative;padding:0 30px}#account .popup_wrap .btn_close{position:absolute;top:30px;right:30px;width:20px;height:20px}#account .popup_wrap .btn_close img{width:100%;height:100%}#account .popup_wrap .title{text-align:left;margin-top:40px;font-weight:600;font-size:20px;color:#1e212e;line-height:28px}#account .popup_wrap .password_tips{text-align:left;font-weight:400;font-size:12px;color:#999;line-height:17px;margin:10px 0 20px 0}#account .popup_wrap .popup_cont_wrap{padding:0!important}#account .popup_wrap .popup_cont_wrap .submit_btn{margin-bottom:40px;width:100%;height:42px;line-height:42px;background:linear-gradient(180deg,#9cd55c,#15491e);border-radius:4px;font-weight:600;font-size:14px;color:#fff;line-height:20px;text-align:center}