

body {
    margin: 0;
    font-size: 12px;
    font-family: Inter, 'Helvetica Neue', Helvetica, 'PingFang SC',
    'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}


.no-select {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* 标准语法 */
}

/* 拖动和放置 */
  .ghostClass {
      background-color: #DCEBFD !important;
      cursor: default !important;
      color: rgba(0, 0, 0, 0) !important;
      padding-bottom: 10px !important;
      margin: 0 !important;
      min-height: 50px!important;
  }

/** 选中 */
  .chosenClass {
      background-color: #EBF3FC;
      border: none;
  }

/** 拖动中的样式 */
  .dragClass {
      background-color: white !important;
      border: dashed 1px #83B0FA !important;
      max-width: 450px !important;
  }

.ghostClassMenu {
    background-color: #ECF5FC !important;
    cursor: default !important;
    margin: 0 !important;
}

.dragClassMenu {
    background-color: rgba(255,255,255,0.3) !important;
    border: dashed 1px #83B0FA !important;
    width: 180px !important;
    height: 40px !important;
    .designWrapper{
        border: none !important;
    }
    .designWrapper-button{
        display: none !important;
    }
}

a {
    color: #676767;
    text-decoration: none;
}

a:hover {
    color: #297AFF;
    text-decoration: none;
    outline: none
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-gray {
    color: #888888;
}

.text-gray02 {
    color: #BEBEBE;
}

.text-gray03 {
    color: #A5AFBC;
}

.text-red {
    color: #FF5521;
}

.text-bule {
    color: #297AFF;
}

.mtb-15 {
    margin: 15px 0;
}

.mt-10 {
    margin-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.ft-15 {
    color: #999999;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

.fs-15 {
    font-size: 15px;
    margin-bottom: 3px;
    color: #3B3B3B;
}

.fs-16 {
    font-size: 16px;
}

.b4-radius {
    border-radius: 4px;
}

.qj-line {
    text-align: center;
    color: #D2D7DD;
}

.bg-qinglv {
    background-color: rgb(90, 182, 223);
    color: #FFFFFF;
}

.bg-shenlan {
    background-color: #0089FF;
    color: #FFFFFF;
}

.bg-qianzi {
    background-color: #F1F5FF;
}

.bg-qianlan {
    background-color: #EEF8FF;
}

.bg-qianlv {
    background-color: #EEFDF8;
}

.bg-qianhuang {
    background-color: #FFF9EE;
}

.bg-qianhong {
    background-color: #FFF4F5;
}

.bg-qianzi .bg-inner {
    background-color: #CCD9FF;
    color: #537EFF;
}

.bg-qianlan .bg-inner {
    background-color: #CEEAFF;
    color: #46ADFE;
}

.bg-qianlv .bg-inner {
    background-color: #BEF7E4;
    color: #26E4A4;
}

.bg-qianhuang .bg-inner {
    background-color: #FFEBBE;
    color: #FFC36C;
}

.bg-qianhong .bg-inner {
    background-color: #FED5D8;
    color: #FF747F;
}

/** ---------------------------------- * 登录信息 -------------------------------------- */
.login-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/bg.png) no-repeat bottom #238FF7;
    z-index: -1;
}

.login-warp {
    position: absolute;
    bottom: 28%;
    left: 0;
    rigth: 0;
    width: 100%;
    text-align: center;
}

.loginform {
    margin: 0 auto;
    width: 300px;
    height: 480px;
    padding: 85px 90px 0 90px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 10px 0 rgba(166, 166, 166, 0.5);
}

.loginform-title span {
    color: #343434;
    font-weight: 600;
    font-style: oblique;
    font-size: 18px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: 9px;
}

.loginform-inner {
    padding-top: 25%;
}

.loginform-inner .el-input__inner {
    height: 48px;
    border-radius: 0;
    border: 0;
    padding: 0 0 0 10px;
    background: whitesmoke;
}

.loginform-inner .el-input__inner:focus {
    border: 0;
}

.loginform-inner .el-form-item {
    border-radius: 6px;
}

.loginform-inner .form-footer {
    margin-top: 60px;
    border: 0;
    margin-bottom: 0;
    background: transparent;
}

.loginform-inner button {
    height: 50px;
    font-size: 18px;
    border: 0;
    width: 100%;
}

.loginform-footer {
    border-radius: 6px;
    color: #B4B4B5;
    margin-top: 25%;
}

/** ---------------------------------- * 头部信息 -------------------------------------- */
/* logo */
.layout-header {
    background-color: white;
    box-shadow: inset 0 -1px 0 0 #f0f2f5;
}


/* 头像相关 */
.img-avatar {
    display: inline-block !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/** ---------------------------------- * 左侧导航 -------------------------------------- */
.layout-aside {
    background-color: #FFFFFF;
    border-right: 1px solid #F5F7FA;
}

.layout-aside .el-menu {
    border-right: 0;
    margin-left: -8px;
}

.layout-aside .el-menu-item {
    position: relative;
}

.layout-aside .el-menu-item, .layout-aside .el-submenu .el-menu-item, .layout-aside .el-submenu .el-submenu__title {
    height: 45px;
    line-height: 40px;
}

.layout-aside .el-menu-item a, .layout-aside .el-submenu .el-submenu__title {
    display: block;
    color: #333
}

.layout-aside .el-menuicon {
    font-size: 16px;
    margin-left: 4px;
    margin-right: 6px;
}

.layout-aside .el-menu-item i.g-icon-text {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #676767;
    margin: 0 16px 0 10px;
}

.layout-aside .el-menu-item:hover, .layout-aside .el-submenu__title:hover {
    background-color: transparent;
}

.layout-aside .el-menu-item:hover a, .layout-aside .el-submenu__title:hover a {
    color: inherit;
}

.layout-aside .menuDropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.layout-aside .el-menu-item:hover .menuDropdown {
    display: block;
}

.layout-aside .el-submenu__title:hover .menuDropdown {
    display: block;
}

.layout-aside .menuDropdown-item {
    display: block;
    text-align: center;
    color: #676767;
    font-size: 12px;
    cursor: grab;
    border: none;
}

.layout-aside .menuDropdown-sort {
    cursor: grab;
}

.sidebar-tool {
    margin-bottom: 15px;
}

.sidebar-tool-item {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #676767;
    font-size: 13px;
    cursor: pointer;
    border: none;
}

.sidebar-tool-item i {
    font-size: 14px;
}

.sidebar-tool-item:hover, .a-click:focus {
    background-color: #EBF3FE;
    color: #297AFF;
    border: none;
}

.sidebar-tool .el-dropdown {
    display: block;
}

.sidebar-tool li.el-dropdown-menu__item:hover {
    background-color: #CCE7FF;
    color: #525D67;
}

.dropdown-ruleForm {
    padding: 10px 15px 0 0;
}

.dialog-ruleForm {
    padding: 0 15px 0 0;
}

.dialog-ruleForm .el-select {
    display: block;
}

.el-dialog-xjbdMain {
    margin: 0 15px 15px 15px;
}

.el-dialog-xjbd {
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 15px 15px 10px;
    border-radius: 7px;
    font-size: 17px;
    cursor: pointer;
}

.el-dialog__footer {
    border-top: 1px solid #E8EAEE;
}

.dialog-footer {
    padding-top: 10px;
}

.dialog-footer-small {
    padding-top: 6px;
    margin-bottom: -4px;
}

.setDialog .el-dialog__body {
    border-top: 1px solid #E8EAEE;
    padding: 0;
}

.setDialog .setDialog-col01 {
    border-right: 1px solid #E8EAEE;
    padding: 10px 15px 15px 15px;
    min-height: 450px;
}

.setDialog .setDialog-col02 {
    padding: 15px;
}

.setDialog .setDialog-title {
    height: 32px;
    line-height: 32px;
}

.setDialog .grid-tag {
    margin-top: 20px;
}

.setDialog-checkbox-group {
    margin-top: 6px;
}

.setDialog-checkbox-group .el-checkbox {
    display: block;
    padding: 6px 0 6px 6px;
    margin-right: 0;
}

.setDialog-checkbox-group .el-checkbox:hover {
    background-color: #F6F6F6;
}

/** ---------------------------------- * 主要内容 -------------------------------------- */
.layout-container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 60px;
}


.layout-main {
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    height: calc(100vh - 104px);
}

/* 首页新建分类 */
.box-items {
    width: 1000px;
    margin: 6% auto 0 auto;
    text-align: center;
    overflow: hidden;
}

.box-item {
    height: 200px;
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.box-item-inner {
    display: inline-block;
    font-size: 20px;
    margin: 60px auto 0 auto;
}

.box-item .box-item-hb {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    margin-right: 20px;
}

.box-item .box-item-hb i {
    padding-top: 16px;
    font-size: 32px;
    line-height: 64px;
}

.box-item .box-item-bd {
    float: left;
    color: #343434;
    text-align: left;
}

.box-item .box-item-bd h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 4px 0 0 0;
}

.box-item .box-item-bd p {
    font-size: 13px;
}

.box-items-footer {
    margin-top: 5vh;
    display: inline-block;
}


/* 设计器 */
.designer-header {
    background-color: #FFF;
    box-shadow: inset 0 -1px 0 0 #f0f2f5;
}

.designer-container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 50px;
}

.designer-header-title {
    line-height: 45px;
    color: #343434;
    font-size: 14px;
}

.designer-header-type {
    text-align: center;
}

.designer-header-type .type-btn {
    display: inline-block;
    margin: 7px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #606162;
    font-size: 18px;
    border-radius: 3px;
}

.designer-header-type .type-btn.active {
    background-color: #F1F3F5;
}

/* 表单属性 */
.module-title {
    color: #606162;
    padding: 8px 10px 0 10px;
    font-weight: bold;
}

.module-form-title {
    background-color: #F1F3F5;
    color: #606162;
    padding: 8px 10px;
    font-weight: bold;
}

.el-form .module-form-title:before {
    content: "#";
    color: lightseagreen;
    margin-top: -.05em;
    padding-right: .5em;
    font-size: 1.2em;
    line-height: 1;
    font-weight: 700;
}

.module-form .el-form-item--small.el-form-item {
    padding: 0;
    margin-bottom: 10px;
}

.module-form-attribute {
    padding: 10px 12px;
    color: #606266;
}

.module-form-label .el-form-item__label {
    line-height: 22px;
}

.form-item-mi .el-input {
    width: auto;
}

.form-item-mi .el-input__inner {
    width: 130px
}

.form-item-mi .wi-min .el-input__inner {
    width: 90px
}

/* 控件 */
.module-form-control {
    overflow: hidden;
    clear: both;
    margin: 10px 2%;
    padding: 0;
}

.module-form-control li {
    width: 45%;
    height: 32px;
    margin: 5px 2%;
    padding: 0;
    border-radius: 6px;
    color: #3d4d66;
    border: 1px solid #DDDDDD;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.module-form-control li:hover {
    border-color: #297AFF;
    cursor: grab;
}

.module-form-control span {
    line-height: 32px;
    color: #606162;
    vertical-align: middle;
}

.module-form-control i {
    line-height: 32px;
    text-align: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #A5AFBC;
    display: inline-block;
    vertical-align: middle;
}

/* tab菜单 1*/
.tabs-border.el-tabs .el-tabs__nav-wrap::after {
    background-color: #DDD;
    height: 1px;
}

.tabs-border.el-tabs--top .el-tabs__item.is-top {
    padding: 0 10px;
}

/* form表单样式重置 */
.form-title {
    color: #666666;
    font-weight: bold;
    margin-bottom: 15px;
}

.form-content {
    margin-left: 40px;
    color: #666666;
    font-size: 12px;
    margin-bottom: 20px;
}

.form-tig {
    color: #999999;
    line-height: 20px;
    margin-top: 6px;
}

.elFormItem-input .el-input {
    width: 80%;
    margin-right: 1%;
}

.elFormItem-check {
    margin-top: -10px;
    margin-bottom: -10px;
}

.elFormItem-autocomplete .el-autocomplete {
    display: block;
}

.el-button.gno-button {
    margin-left: 10px;
    padding: 0;
}

.el-link.grid-link {
    display: inline;
    font-size: 12px;
    vertical-align: baseline;
}

.el-button.max-button {
    display: block;
    width: 100%;
}

.elInnerItem-input .el-input {
    width: 550px;
    margin-right: 10px;
}

.gi-input-prepend .el-input__inner, .gi-input-prepend .el-input__inner:hover, .gi-input-prepend .el-input__inner:focus {
    background-color: #F5F7FA;
    color: #909399;
    border: 1px solid #DCDFE6;
}

/* table表格样式重置 */
.grid-table.el-table th.el-table__cell {
    background-color: #F1F3F5;
}

.grid-table.el-table th.el-table__cell.is-leaf, .grid-table.el-table td.el-table__cell {
    border-right: 1px solid #DBE0E5;
}

.grid-table .el-table--group::after, .grid-table.el-table--border::after, .grid-table.el-table::before {
    background-color: #E8EAEE;
}

.designer-main {
    position: relative;
}

.designer-main-pc {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 15px;
    overflow-y: auto;
    background-color: #FFFFFF;
    border-radius: 4px;
    border-bottom: 1px solid #F0F2F6;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05);
}

.designer-main-mobile {
    width: 367px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -183px;
    overflow-y: auto;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F0F2F6;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05);
}

/*PC端-拖拽组件 */

.designer-assembly{
    padding-bottom: 1px;
}

.designer-assembly > .designer-assembly-title {
    display: none;
    color: #006CFF;
    position: absolute;
    top: -16px;
}

.designer-assembly > .designer-assembly-operate {
    display: none;
    color: #006CFF;
    position: absolute;
    top: -20px;
    right: 0;
}

.designer-form .designer-assembly:first-child > .designer-assembly-operate {
    top: auto;
    bottom: -24px;
}

.designer-assembly .designer-assembly {
    margin-top: 5px;
    margin-bottom: 21px;
}

.designer-assembly .designer-assembly > .designer-assembly-title {
    top: -21px;
}

.designer-assembly .designer-assembly > .designer-assembly-operate {
    top: -26px;
}

.designer-assembly .designer-assembly:first-child > .designer-assembly-operate {
    bottom: -29px;
}

.designer-assembly, .assemblyHover {
    position: relative;
}

.designer-assembly.assemblyHover::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 1px dashed #F5F8FC;
}

.designer-assembly:hover {
    background-color: #F5FAFF;
}


.designer-assembly:hover > .designer-assembly-title {
    display: block;
}

.designer-assembly.assembly-select::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 1px dashed #409EFF;
}

.designer-assembly.assembly-select > .designer-assembly-operate {
    display: block;
}

.designer-assembly.assembly-select > .designer-assembly-title {
    display: none;
}

.designer-assembly.assembly-select:hover {
    background-color: transparent;
}

.designer-assembly .el-input.is-disabled .el-input__inner, .designer-assembly:hover .el-input.is-disabled .el-input__inner {
    background-color: transparent;
    border-color: #DCDFE6;
    color: #C0C4CC;
    cursor: default;
}


.operate-btnDiv {
    display: inline-block;
    background-color: transparent;
    color: dimgray;
    font-size: 13px;
    padding: 5px;
    margin-left: 2px;
    cursor: pointer;
}

.operate-btnDiv .c-text {
    margin-left: 3px;
}

.operate-btn {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.el-form-item__content {
    overflow: hidden;
}


.absoluteTab {
    position: relative;
}

.absoluteTab .el-tabs .el-tabs__content {
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

/*页面管理/浏览 */
.manage-main.el-main {
    background-color: #FFFFFF;
    padding: 0;
    position: relative;
}

.manage-main02.el-main {
    background-color: #F5F7FA;
    padding: 0;
    position: relative;
}

.manage-main-header {
    padding: 0px 15px 0px 0;
}

.manageHeade-right {
    position: absolute;
    right: 28px;
    z-index: 100;
}

.pagesMain {
    margin: 15px;
    padding: 15px;
    background-color: #FFFFFF;
}

.pagesMain-title {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 20px 15px;
}

.paneMain {
    margin: 25px 20px;
}

.card-toolbar {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E8EAEE;
}

.card-toolbar02 {
    margin-top: 8px;
    margin-bottom: 15px;
}

.tabPosition {
    margin-bottom: 20px;
}

.tabPosition .el-radio-button--small .el-radio-button__inner {
    padding: 9px 30px;
}

.gi-dropdown-click {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    padding: 0 10px;
    height: 34px;
    line-height: 32px;
    background-color: #F5F7FA;
    color: #909399;
    border: 1px solid #DCDFE6;
}

/* tab菜单 2*/
.listTabs.el-tabs .el-tabs__nav-wrap::after {
    background-color: #E2E6EA;
    height: 1px;
}

.listTabs.el-tabs .el-tabs__nav-scroll {
    padding: 0 20px;
}

.listTabs.el-tabs--top .el-tabs__item.is-top {
    padding: 0 20px;
}

.listTabs.el-tabs .el-tabs__item {
    font-size: 14px;
}

.listTabs .el-tabs__header {
    margin-bottom: 0;
    background-color: #FFFFFF;
}

.tabdivider {
    margin-bottom: 15px;
}

.tabdivider span {
    cursor: pointer;
    color: #79889B;
    font-size: 14px;
}

.tabdivider span.active {
    color: #006CFF;
}

.tabdivider .el-divider--vertical {
    margin: 0 25px;
}

.grid-tag .el-tag.el-tag--info {
    margin-right: 6px;
}

.descriptions-items {
    border: 1px solid #DBE0E5;
    margin-bottom: 20px;
}

.descriptions-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #111F2C;
}

.descriptions-item .descriptions-bd {
    flex: 1;
}

.descriptions-item .descriptions-bd .el-input {
    width: 50%;
}

.descriptions-item .descriptions-hd {
    width: 100px;
}

.descriptions-item .descriptions-fd {
    width: 200px;
    text-align: right;
}

.grid-descriptions-top {
    padding: 0 20px;
    border-bottom: 1px solid #DBE0E5;
}

.grid-descriptions-content {
    padding: 10px 20px;
}

.descriptions-active {
    border: 1px solid #006CFF;
    margin-bottom: 20px;
    display: none;
}

.descriptions-active .grid-descriptions-top {
    border-color: #006CFF;
}

/* 访问 */
.browse-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E8EBEE;
}

.browse-header .logo-header {
    width: 182px;
    height: 52px;
    line-height: 52px;
    color: #333333;
    font-size: 17px;
}

.browse-header .logo-header:hover {
    color: #333333;
}

.browse-header .logo-header B, .browse-header .logo-header:hover B {
    color: #297AFF;
}

.browse-header-right {
    text-align: right;
}

.browse-header-right span {
    color: #384250;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    margin: 10px 20px;
}

.browse-container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 52px;
}