.account{width:100%;box-sizing:border-box;background:#fff;box-shadow:0 1px 5px 0 rgba(0,0,0,.15);overflow:auto;border-radius:5px;padding:0 14px;font-size:14px}.account .line{border-bottom:1px solid #ddd;justify-content:space-between;height:60px;color:#666}.account .line,.account .line .line-left{display:flex;align-items:center}.account .line .line-left .label{width:100px;flex-shrink:0;text-align:left;color:#333;font-weight:700}.account .line .line-left input{border:none;color:#666;font-size:14px}.account .accountBtn{flex:none;width:90px;height:30px;background:var(--subBackground);border-radius:3px;text-align:center}.account .accountBtn>i{color:#fff}.account .accountBtn>span{color:#fff;font-size:14px}.account .exitBtn{width:160px;margin:0 auto;margin-top:60px;margin-bottom:20px;line-height:40px;height:40px;color:#fff;cursor:pointer}.editDialog{width:500px!important}.editDialog .el-dialog__header{display:none}.editDialog .el-dialog__body{padding:0 0 20px 0;color:#666;font-size:14px}.editDialog .el-dialog__body .header{height:40px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #d0d0d0;position:relative;padding-left:20px}.editDialog .el-dialog__body .header span.title{color:#333;font-size:14px;font-weight:700}.editDialog .el-dialog__body .header .closeBtn{width:20px;height:20px;background-image:url(/common/圈中叉@3x.png);background-size:100% 100%;position:absolute;right:20px}.editDialog .el-dialog__body .body{box-sizing:border-box;padding:20px}.editDialog .el-dialog__body .body .el-form .el-form-item__content{display:flex}.editDialog .el-dialog__body .body .el-form .el-form-item__content .label{flex-shrink:0;width:100px;font-weight:700}.editDialog .el-dialog__body .body .el-form .el-form-item__content .el-form-item__error{padding-left:100px}.editDialog .el-dialog__body .control{display:flex;align-items:center;justify-content:center;margin-top:20px}.editDialog .el-dialog__body .control .commonCancelBtn{margin-right:18px}.editDialog .el-dialog__body .control .commonSaveBtn{width:152px;line-height:32px;background:var(--subBackground);color:#fff;font-size:14px;border-radius:3px}.editDialog .el-dialog__body .control .commonSaveBtn.small-save{width:108px;font-size:14px}