.left-menu .el-submenu .el-menu-item{
  font-size: 12px !important;
  width: 240px !important;
  min-width: 240px !important;
  line-height: 56px !important;
  box-sizing: border-box;
  padding-left: 57px !important;
}
.left-menu .el-scrollbar__wrap{
  overflow-x: hidden !important;
}


/*
  APP页面表单样式重置
 */
.app-el-reset.el-badge {
  vertical-align: baseline;
}
.app-el-reset.el-badge .el-badge__content {
  top: 32px;
}

/*
  登录页面表单样式重置
 */
.login-el-reset .el-input {
  width: 360px;
  margin-bottom: 24px;
}
.login-el-reset .el-input__inner {
  height: 48px;
}
.login-el-reset .el-input-group__append {
  cursor: pointer;
}
.login-el-reset .el-input .el-select .el-input {
  width: 90px;
}
.login-el-reset .input-with-select .el-input-group__prepend {
  background-color: #fff;
}

/*
  新增sdk页面表单样式重置
 */
.sdkManageAdd-reset-el .el-input {
  width: 600px;
}
.sdkManageAdd-reset-el .el-textarea {
  width: 600px;
}

.deviceManage-el-reset .el-select .el-input {
  width: 80px;
}
/*
  账户设置样式重置
 */
.accountSet-reset-el .el-tabs__content {
  padding-left: 30px;
}

/*
 dialog样式重置
 */
.oauth-authorized-reset-el .custom-h5 .el-dialog {
  width: 1000px;
}
.oauth-authorized-reset-el .custom-h5 .el-dialog__body {
  overflow: hidden;
}
.oauth-authorized-reset-el .confirm-button .el-radio__label {
  font-size: 12px;
  color: #C0C4CC;
}

/*
  collapse样式重置
 */
.appManageUpdate-el-reset .el-collapse-item__header {
  height: auto;
}
.appManageUpdate-el-reset .el-collapse {
  border-top: none;
}

/*tab切换横线*/
.el-tabs__nav-wrap.is-top::after{
  height: 1px !important;
}
.accountSet-reset-el .el-tabs__nav-wrap::after{
  height: 160px !important;
}
/*table表头背景色*/
.el-table th{
  color: #6E798C !important;
  background: #F6F7FA !important;
}
table{
  table-layout:fixed;
}

.iosCertKey .cell{
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  height:20px;
}

/* upload样式重置 */
.docDetailEdit-reset-el .el-upload {
  width: 64px;
  height: 64px;
  border: none;
  background: #F6F7FA;
  position: relative;
}
.docDetailEdit-reset-el .el-upload .el-icon-plus {
  position: absolute;
  top: 18px;
  left: 18px;
  color: #0E2250;
}
.docDetailEdit-reset-el .el-upload-list li {
  width: 64px;
  height: 64px;
}
.text-left .el-upload{
  text-align: left;
  vertical-align: top;
  width: 100%!important;
}


/*数据对比弹窗*/
.compareDialog .el-dialog__body{
  padding: 0 20px 20px;
  margin-top: 12px;
  box-sizing: border-box;
  max-height: 800px;
  overflow: hidden;
  overflow-y: auto;
}

/*icon*/
.add-url-btn i{
  font-size: 18px;
}

/*面包屑*/
.detail-title .el-breadcrumb__inner a, .el-breadcrumb__inner.is-link{
  color:#606266;
  font-weight: normal;
}
.detail-title .el-breadcrumb__item:last-child .el-breadcrumb__inner{
  font-weight: bold;
  color: #000;
}

/*dialog*/
.space-detail-dialog .el-dialog__wrapper .el-dialog .el-dialog__header{
  border-bottom: 1px solid #e4e7ed;
  padding:20px 40px 10px;
}
.space-detail-dialog .el-dialog__wrapper .el-dialog .el-dialog__footer{
  padding:10px 40px 20px;
}
/*el-button*/
.space-block-title .el-button--mini{
  padding:3px;
}

/*空间管理弹框*/
.el-from-width .el-table td, .el-from-width .el-table th{
  padding:6px 0;
}
.spaceDialog .el-dialog__body{
  padding:30px 40px 40px ;
}
.dialog-el-popover.el-popover{
  line-height: 48px;
}
.dialog-el-popover.el-popover .el-button--mini,.dialog-el-popover.el-button--mini.is-round {
  padding: 4px 6px;
}

/*OAuth H5定制*/
.custom-h5 .el-dialog {
  width: 790px;
}

/* APP多语言 */
.multilang_popover .el-popover{
  min-width: 60px;
}

/* 云云工作台 步骤条 */
.access_step .el-step__title.is-wait {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.access_step .el-step__head.is-wait {
  color: #409EFF;
  border-color: #409EFF;
}
.access_step .el-step__icon {
  color: #409EFF;
}
.access_step .el-step__line {
  color: #409EFF;
  background-color: #409EFF;
}

.el-progress-bar {
  width: calc(100% - 30px) !important;
}