/*全屏*/
.fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 800;
    background-color: #fff;
}

/*滚动条样式*/
.rx-roll-container{
    overflow-y: scroll;
    overflow-x: scroll;
}
.rx-roll-container::-webkit-scrollbar-thumb{
    display: none;
}
.rx-roll-container::-webkit-scrollbar-track{
    background: transparent!important;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.rx-roll-container:hover::-webkit-scrollbar-thumb{
    display: inline-block;
}

.simpleGrayRow {
    background-color: rgb(204, 204, 204) !important;
}

.grayRow {
    background-color: grey !important;
}

/*弹窗按钮部分*/
body .vl-notify .vl-notify-btns {
    padding: 6px 8px;
}

.prompt-btn button:last-child {
    margin-right: 0 !important;
}

.prompt-btn {
    padding: 10px 0;
}

/*
rx-input-button
*/
.rx-groups {
    height: auto;
}

/*列表表格头部按钮*/
.listHeaderToolbar > .ant-btn:first-child {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.listHeaderToolbar .ant-btn {
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #d9d9d9;
}

.listHeaderToolbar .ant-btn:hover,
.listHeaderToolbar .ant-btn:focus,
.listHeaderToolbar .ant-btn.active {
    text-decoration: none;
    background: #fff;
}

.listHeaderToolbar .ant-btn:hover,
.listHeaderToolbar .ant-btn:focus {
    color: #40a9ff;
    background-color: #fff;
    border-color: #40a9ff;
}

.listHeaderToolbar > .ant-btn:first-child:hover,
.listHeaderToolbar > .ant-btn:first-child:focus {
    color: #fff;
    background-color: #40a9ff;
    border-color: #40a9ff;
}

/*tabs样式---yangxin*/
.ant-tabs,
.ant-tabs .ant-tabs-tabpane.ant-tabs-tabpane-active,
.ant-tabs .ant-tabs-content.ant-tabs-top-content,
.ant-tabs .ant-tabs-content.ant-tabs-left-content {
    height: 100%;
}

.ant-tabs.ant-tabs-top.ant-tabs-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ant-tabs .ant-tabs-tabpane.ant-tabs-tabpane-active {
    overflow: auto;
}

/*表格上部分按钮*/
.tableToolBar {
    text-align: right;
    padding: 0 6px 6px;
}

.tableToolBar > button[type="button"] {
    position: relative;
    z-index: 3;
}

.tableToolBar button.ant-btn {
    background-color: #fff;
    border-color: #ddd;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 0;
    margin-left: -1px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tableToolBar .ant-btn-danger:hover {
    z-index: 9;
    border-color: #ff4d4f;
    color: #ff4d4f;
    /*background: #ff4d4f;*/
    border-radius: 4px;
}

.tableToolBar .ant-btn-primary:hover {
    z-index: 9;
    border-color: #40a9ff;
    color: #40a9ff;
    /*background: #40a9ff;*/
    border-radius: 4px;
}

.tableToolBar button.ant-btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tableToolBar button.ant-btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*表格上部分按钮end*/


/*弹窗按钮样式*/
.vl-notify.vl-notify-alert h2.vl-notice-title .lv-icon-maxmini i {
    margin-right: 6px;
}

html .rx-gridBox *::-webkit-scrollbar,
html ::-webkit-scrollbar,
.flow-window-content > ul::-webkit-scrollbar {
    height: 9px !important;
    width: 9px !important;
}


html .rx-gridBox *::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c0c5cc !important;
}

html .rx-gridBox *::-webkit-scrollbar-thumb:hover,
html ::-webkit-scrollbar-thumb:hover {
    background: #8a9199 !important;
}

/*滚动槽为透明色，适应不同场景*/
html ::-webkit-scrollbar-track {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}


/*消除 ant-row 的负margin 产生滚动条的问题*/
.table-page-search-wrapper {
    overflow: initial;
    margin-bottom: 0 !important;
}

.table-page-search-wrapper .ant-form-inline .ant-form-item {
    margin-bottom: 12px !important;
}

.table-page-search-wrapper .ant-form-item-control-wrapper,
.table-page-search-wrapper .ant-form-inline .ant-form-item-control-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.table-page-search-wrapper .ant-form-vertical .ant-form-item {
    margin-bottom: 0;
}

.table-page-search-wrapper .ant-form-vertical .table-page-search-submitButtons {
    margin-bottom: 0;
    margin-top: 24px!important;
    padding-bottom: 5px;
}

.fit-search .ant-form-item-control-wrapper {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
}

.vl-notify-content {
    display: block;
}

.fit-search .ant-form-inline .ant-row.ant-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-btn-box .search-btn i {
    vertical-align: -3px;
}

/*6.6列表搜索*/
.list-search .ant-form-inline .ant-form-item-control-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.list-search .ant-form-vertical .ant-form-item {
    margin-bottom: 0;
}

.list-toolbar .search-btn-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-toolbar .rx-ant-dropdown-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-btn-box .rxListLayoutContainer,
.search-btn-box > span,
.search-btn-box > .rx-popover {
    margin-left: 10px;
}

.rx-popover-widow-title i {
    margin-right: 2px;
}

.rx-dropdown-span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rx-dropdown-span .listView{
    padding-right: 6px;
}
.rx-dropdown-span .ant-dropdown .ant-dropdown-menu-item:hover,
.rx-dropdown-span .ant-dropdown .rx-dropdown-item-common:hover {
    background-color: #f5f7fa;
    border-radius: 4px;
}

.rx-dropdown-span .ant-dropdown .rx-dropdown-active,
.rx-dropdown-span .ant-dropdown .rx-dropdown-active:hover {
    color: #fff !important;
    background-color: #4285f4;
    border-radius: 4px;
}

.rx-dropdown-titile-disabled:hover,
.rx-dropdown-titile-disabled {
    font-size: 12px !important;
    background-color: transparent !important;
}

.rx-dropdown-span ul.ant-dropdown-menu .ant-dropdown-menu-item {
    padding: 5px 6px;
}

.rx-dropdown-span ul.ant-dropdown-menu {
    padding: 6px;
}

.rx-dropdown-span .ant-dropdown-link {
    display: inline-block;
    padding: 4px 4px 4px 12px;
    border-radius: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.rx-dropdown-span .rx-ant-dropdown-text {
    padding-right: 12px;
    height: 30px;
    border-radius: 4px;
    background-color: #F3F3F3;
}

.search-btn-box .listSearchBtn{
    padding: 0 10px;
    line-height: 30px;
    background-color: #F3F3F3;
    display: inline-block;
    border-radius: 4px;
}

.rx-dropdown-span .rx-dropdown-item-user.rx-dropdown-active:hover,
.rx-dropdown-span .rx-dropdown-item-user.rx-dropdown-active {
    background-color: transparent;
    color: #555 !important;
}

.rx-dropdown-span .rx-dropdown-item-user.rx-dropdown-active .rx-text {
    background-color: #4285f4;
    color: #fff;
}

.rx-dropdown-span .rx-dropdown-item-user {
    padding: 0 !important;
}

.rx-dropdown-span .rx-dropdown-item-user .rx-itme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.rx-dropdown-span .rx-dropdown-item-user .rx-text {
    max-width: 150px;
    padding: 5px 6px;
    margin-right: 6px;
    border-radius: 4px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.rx-dropdown-span .rx-dropdown-item-user .rx-edit {
    font-size: 0;
}

.rx-dropdown-span .rx-dropdown-item-user .rx-edit-icon {
    display: inline-block;
    padding: 4px;
    font-size: 14px;
}

.rx-dropdown-span .rx-dropdown-item-user .rx-edit-icon:hover {
    color: #1890ff;
}

.rx-dropdown-span .rx-dropdown-item-user .rx-edit-icon.del:hover {
    color: red;
}

/*6.6列表搜索end*/
.formdelist .ant-row.ant-form-item {
    display: inline !important;
}

.formdelist_a .ant-form-item-label {
    margin-top: 15px !important;
}

.martop > .ant-form-item-control-wrapper {
    margin-bottom: 20px !important;
}

.treedeflist .ant-tabs-nav-container {
    left: -14px;
}

/*列表头部搜索框排列*/

.content .table-operator {
    margin-bottom: 0 !important;
}

.table-operator {
    display: inline-block;
    padding: 4px 4px 4px 0!important;
}
.fit-header .table-operator{
    padding: 0!important;
}
/*表格编辑按钮*/
.rx-fit .gridFooter {
    padding-bottom: 0;
}

/*
.rx-gridBox .ant-table-row{
  word-break: break-all;
}*/


body .fit-header .search-btn-box {
    float: right;
    display: inline-block;
    padding: 0px!important;
    white-space: nowrap;
    color: #606060;
}
.listSearch {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    line-height: 30px;
    color: #606060;
    background-color: #F3F3F3;
}
.listSearch .iconshituguanliqi{
    display: inline-block;
    vertical-align: -1px;
}

.search-btn {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 22px;
    cursor: pointer;
    color: #555;
}

.search-btn:hover {
    color: #1890ff;
}

.search-btn i {
    vertical-align: middle;
}

.search-btn-box > .search-btn-ul,
.search-btn-box > .search-btn-ul > li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.search-btn-box > .search-btn-ul > li {
    line-height: 32px;
    padding: 0 11px 0 10px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.search-btn-box > .search-btn-ul > li:hover,
.search-btn-box > .search-btn-ul > li.active {
    color: #1890ff;
}

.search-btn-box > .search-btn-ul > li:after {
    content: '|';
    display: inline-block;
    position: absolute;
    right: 0;
    height: 14px;
    line-height: 14px;
    margin-top: -7px;
    top: 50%;
    overflow: hidden;
    color: #ddd;
}

.search-btn-box > .search-btn-ul > li:last-child:after {
    content: '';
}


/*ant  抽屉*/
.ant-drawer-wrapper-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ant-drawer-wrapper-body .ant-drawer-header {

}

.ant-drawer-wrapper-body .ant-drawer-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}

.rx-drawer-box .ant-drawer-wrapper-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}

/*rx-table*/
/*.rxGridModule .ant-table-body {
    flex: 1;
    overflow: scroll !important;
    overflow-x: auto !important;
}*/

.gridFooter {
    border: 0 !important;
}

.gridContent .ant-table-content .ant-table-thead > tr > th,
.gridContent .ant-table-content .ant-table-tbody > tr > td {
    padding: 8px;
}

.rx-gridBox .ant-table-fixed {
    table-layout: fixed;
}

.rxGridModule .ant-table-scroll .ant-table-fixed {
    border: 0 !important;
}


.rxGridModule .ant-table-scroll .ant-table-body .ant-table-fixed {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
}

body .gridFooter {
    padding: 0;
}

.gridFooter .ant-pagination li {
    margin-top: 10px;
}

.table-operator > button {
    margin-right: 6px;
    vertical-align: middle;
}

/*左边left*/
.left-header {
    padding-bottom: 10px;
    padding-left: 8px;
    font-size: 16px;
}


/*菜单管理抽屉样式*/
body .menuDrawer .ant-drawer-body {
    padding-right: 0 !important;
}

/*rx-fit*/
.rx-fit {
    overflow: hidden;
}


.table-page-search-submitButtons {
    margin-bottom: 12px;
    display: inline-block;
    line-height: 40px;
}


/*列 label文字换行*/
.labelText .ant-form-item-label {
    padding-right: 4px;
    white-space: normal !important;

}

/*vue-layer*/
body .vl-notify.vl-notify-iframe .vl-notify-content {
    padding: 0;
}

/*rx-dialog*/
.buttongmodle button {
    margin-right: 6px;
}

.buttongmodle .ant-btn-group button {
    margin-right: 0;
}

/*rx-fit*/
.fit-footer button {
    margin-left: 10px;
}

body .ant-form-inline .ant-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*a-tab*/
.rxTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.rxTabs .ant-tabs-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.rxTabs .ant-tabs-tabpane-active {
    position: relative;
}

.rxTabs .rxContent {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}

/*rx-input-button*/
.inputBtnBox .anticon-close {
    font-size: 12px;
}

.iconBox {
    display: inline-block;
    width: 26px;
    height: 30px;
    background: url(../../static/img/css_sprites.d07c83ce.png) no-repeat;
    background-position: -102px -60px;
}

.wordBox {
    background-position: -56px -10px;
}

.txtBox {
    background-position: -56px -110px;
}

.pdfBox {
    background-position: -56px -60px;
}

.excelBox {
    background-position: -194px -10px;
}

.rarBox {
    background-position: -10px -110px;
}

.zipBox {
    background-position: -194px -110px;
}

.imageBox {
    background-position: -102px -60px;
}

.mediaBox {
    background-position: -148px -110px;
}

.otherBox {
    background-position: -102px -110px;
}


/*rx-checkbox*/
.rx-checkbox {
    line-height: normal;
}

/*删除图标*/
/* .anticon.anticon-delete{
  color:#ff4d4f;
} */

/*ant tag滚动修改*/

.rxTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.rxTabs .ant-tabs-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.rxTabs .ant-tabs-tabpane-active {
    position: relative;
}

.rxTabs .rxContent {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.rx-textBoxList-container .iconBox {
    background: none;
    width: auto;
}

/*审批历史 进程线*/
.ant-steps-item-finish .ant-steps-item-icon {
    position: relative;
    z-index: 1;
}


/*表格上传附件*/
.upFiles {
    display: inline-block;
}

.upFiles .iconBox,
.upFiles a {
    vertical-align: middle;
}

.upFiles .iconBox {
    width: 24px;
    height: 26px;
    background-size: 170px;
}


.upFiles .wordBox {
    background-position: -40px -5px;
}

.upFiles .txtBox {
    background-position: -40px -79px;
}

.upFiles .pdfBox {
    background-position: -40px -42px;
}

.upFiles .excelBox {
    background-position: -142px -5px;
}

.upFiles .rarBox {
    background-position: -6px -79px;
}

.upFiles .zipBox {
    background-position: -142px -79px;
}

.upFiles .imageBox {
    background-position: -74px -42px;
}

.upFiles .mediaBox {
    background-position: -108px -79px;
}

.upFiles .otherBox {
    background-position: -74px -79px;
}


/*
  表单定制  抽屉
*/
.layout-drawer-box .ant-drawer-wrapper-body .ant-drawer-body {
    position: relative;
    padding: 0;
    overflow: hidden;
}

/*表单控件在  查看的情况下*/
.rx-button-edit,
.rx-checkbox,
.rx-checkbox-list,
.rx-chinese,
.rx-date,
.rx-from-select,
.rx-month,
.rx-number,
.rx-radio,
.rx-rate,
.rx-switch,
.rx-time {
    vertical-align: initial;
}


/*rx-fit 表单列表高级查询 */
.slide-fade-enter-active,
.slide-fade-leave-active {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.slide-fade-enter, .slide-fade-leave-to {
    opacity: 0;
}


.find-box {
    max-height: 90%;
    nav-down: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 20;
    background: #fff;
    width: 50%;
    min-width: 500px;
    -webkit-box-shadow: 0 0 0px 0px transparent,
    4px 0 4px -3px #a3a0a0,
    0 4px 4px -3px #a3a0a0,
    -2px 0 0px 0px transparent;
            box-shadow: 0 0 0px 0px transparent,
    4px 0 4px -3px #a3a0a0,
    0 4px 4px -3px #a3a0a0,
    -2px 0 0px 0px transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.find-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    line-height: 40px;
    background-color: #f5f7fa;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e6e8eb;
}

.find-tool .findClose {
    padding: 0 10px;
    cursor: pointer;
}

.find-tool .find-text {
    padding-left: 20px;
}

.find-tool .findClose:hover i {
    color: #1890ff;
}

.find-btn-tool {
    padding: 8px 10px;
    font-size: 0;
    border-bottom: 1px solid #ddd;
    text-align: right;
}

.find-btn-tool button {
    margin-left: 10px;
}

.find-content {
    padding: 10px 20px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.find-content-header {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.find-content-header .iputBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #c0c5cc;
    font-size: 12px;
}

.find-content-header .iputBox input {
    width: 60%;
    min-width: 240px;
}

.find-content-header .checkBox {
    padding-top: 5px;
    padding-left: 20px;
}

.find-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.find-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-top: 10px;
}

.find-item:first-child {
    margin-top: 0;
}

.find-item-content {
    padding: 4px 0;
    max-height: 60%;
    overflow: auto;
    margin-top: 10px;
}

.findSelcetBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
}

.findInputBox {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}

.closeItem {
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.closeItem > span {
    display: inline-block;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 15px;
    margin-top: 8px;
    background-color: #c0c5cc;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}

.closeItem:hover span {
    background-color: red;
}

.addItemBtn {
    padding-top: 20px;
}

.find-box .addbtn {
    background-color: #f5f7fa;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}

.find-box .addbtn i {
    margin-top: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
}

.find-box .addbtn:active,
.find-box .addbtn:focus {
    background-color: #f5f7fa;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.65);
}

.find-box .addbtn:hover {
    background-color: #1890ff;
}

.find-box .addbtn:hover,
.find-box .addbtn:hover i {
    color: #fff;
}

.addItemBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.addItemBtn .findBtnSpan {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
}

.addItemBtn .perch {
    width: 25px;
    margin-left: 10px;
}

/*rx-fit 表单列表高级查询  end */

.table-operator button {
    margin-bottom: 0;
}


/*子表树的时候*/
.ant-table-row-indent {
    height: 20px;
}

.ant-table-row-indent,
.ant-table-row-expand-icon {
    float: left;
}


.ant-select-search__field__wrap:focus {
    border: none;
    outline-color: transparent;
}


/*按钮文字去掉阴影*/
.ant-btn-danger,
.ant-btn-primary {
    text-shadow: none;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

/**/
.fit-header.showBorder {
    background: #fff;
    padding-bottom: 0 !important;
}

/*流程隐藏右下角自带的图标*/
body .bjs-powered-by {
    display: none;
}

/*流程图 提示内容 弹窗*/
body .rx-npmn-window {
    width: 284px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.flow-window-container {
    position: relative;
    padding-top: 10px;
    z-index: 10;
}

.flow-window-container:before,
.flow-window-container:after {
    content: '\25C6';
    position: absolute;
    left: 50%;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    text-align: center;
    font-size: 36px;
    line-height: 20px;
    color: #fff;
}

.flow-window-container:before {
    z-index: 10;
    text-shadow: 0 0px 5px #ccc;
}

.flow-window-container:after {
    z-index: 30;
}

.flow-window-content {

    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 20;
    background: #fff;
    padding: 10px 0 10px 10px;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
            box-shadow: 0px 0px 4px 0px #ccc;
}

.flow-window-content ul {
    max-height: 300px;
    overflow: auto;
    padding-right: 10px;
}


ul, li, dl, dd, dt {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flow-window-content > ul > li {
    overflow: hidden;
}

.flow-item-li {
    padding-bottom: 10px;
}

.flow-item-icon {
    width: 31px;
    height: 31px;
    float: left;
    border-radius: 16px;
    margin: 2px 20px 0 10px;
    background: #4d6aff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABNElEQVQ4ja2UPUsDURBF70YTAlqJSiB+Nbb2IvgHbGwEKzuxkLRBW0uxs7SxsbG1sLKyshDiLwgiYgorRbQIHou8lc068+KGXHiwzJ13mDezjDRiJekH4OVMS1qXVJF0J6ltgpKkPwBYZx/4pF/nQCWf+0cGbA1fRx6wFGnHzjBeDLgS8RYlTRUBliTVIkBJWioCrHkXMlqNusZQLiNDaQP1olNeAL4c4N4wv42ADQN2auUO6mGqeyPWGnDHrXAeuA5VfQAPwDfwFCof+8+T60ADuA2XUx0E/yIT6wDHwLIHbABdZwhnAdgyvC7QtICPDgxgMwBPHP8l5YxnmBORFh9KmpG07fhlq8Jd4AZ4jlSaVwe4ArZSjrdgJyXNSZpVbwmUJVUlvYfzqt6iffsF5RfsqPQD0XFF2HodDnYAAAAASUVORK5CYII=) no-repeat center center;
}

.flow-item-text {
    overflow: hidden;
    font-size: 12px;
    font-family: “Microsoft YaHei”;
}

.flow-item-details .leftText {
    color: #a8b2bd;
    text-align: right;
    white-space: nowrap;
}

.flow-item-details .rightText {
    color: #333;
    padding-left: 16px;
}

.flow-item-title,
.flow-item-header {
    margin-left: 2px;
    position: relative;
}

.flow-item-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    color: #4d6aff;
    cursor: pointer;
}

.flow-item-btn:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #4d6aff;
    border-bottom: 1px solid #4d6aff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 6px;
    top: 2px;
}

.active .flow-item-btn:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #4d6aff;
    border-bottom: 1px solid #4d6aff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    right: 6px;
    top: 7px;
}

.flow-item-content {
    display: none;
}

.active .flow-item-content {
    display: block;
}

.flow-item-name {
    font-size: 14px;
    color: #333;
}

.flow-item-title {
    padding: 6px 0;
}

.flow-node-text {
    background: #edf0ff;
    color: #4d6aff;
    padding: 3px 6px;
    border-radius: 3px;
}

.flow-node-text-type {
    background: #e7f6e3;
}

.flow-item-details > dl > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flow-item-content .noedit {
    padding: 12px 0 8px;
    font-size: 13px
}

/*流程图 提示内容 弹窗 end*/

/*rx-grid操作*/
body .disables,
html body .disables:hover {
    background: #f5f5f5 !important;
}

.ant-table-body table {
    table-layout: fixed;
}

/*滚动跳抖动问题*/
* {
    scroll-behavior: auto !important;
}

.rxGridModule .editDisplay {

}

.inputBtnBox .rx-groups {
    line-height: normal;
}

/*col 文字超出 显示 ... */
.ant-form-item-label {
    text-overflow: ellipsis;
    overflow: hidden;
}

/*表格紧凑样式*/
.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
    padding: 8px !important;
}



.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
    padding: 6px 10px;
    background: #f5f7fa;
    border-radius: 4px;
}

.ant-collapse > .ant-collapse-item:last-child, .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
    border-radius: 4px;
}

.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
    padding: 6px 10px;
    padding-right: 40px;
}

.ant-layout-footer {
    -webkit-box-shadow: 0px 0px 3px #d2d2d2;
            box-shadow: 0px 0px 3px #d2d2d2;
    z-index: 99;
}

/*弹框贴边*/
.rx-center .ant-form {
    padding: 10px;
}

.rx-center .table-page-search-wrapper .ant-form {
    padding: 0;
}

.vl-notify-mask {
    z-index: 20;
}


.rxGridModule .ant-table-body-inner {
    overflow-x: hidden !important;
}

body .rx-checkbox,
body .rx-from-select,
body .rx-checkbox-list,
body .rx-switch,
body .rx-chinese,
body .rx-number,
body .rx-radio,
body .rx-date,
body .rx-month,
body .rx-rate,
body .rx-time,
body .rx-button-edit {
    text-align: left;
    display: inline-block;
    line-height: normal;
    vertical-align: baseline !important;
}

/*查询视图*/
.list-toolbar .table-operator {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
}

.list-toolbar .table-operator button:first-child {
    margin-left: 0;
}

.list-toolbar .table-operator .table-operator {
    padding: 0;
}

.list-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.fit-header .list-toolbar .search-btn-box {
    float: none;
}

.list-search-toolbar {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.list-toolbar .search-btn-box .rx-popover-content {
    padding: 0;
}

.list-toolbar .search-btn-box .find-content {
    padding: 20px 20px 6px;
}

/*查询视图end*/

.defaultContent {
    background-color: #fff;
}

.ant-form-horizontal .ant-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.ant-form-horizontal .ant-form-item-control-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.multi-tag {
    border-radius: 3px;
    margin-right: 5px;
    padding: 3px 7px;
    font-size: 12px;
}

.layout-roll > div {
    height: 100%;
    overflow: auto;
}

/*设计器代码提示样式冲突*/
.monaco-list-row > .contents > .main {
    width: auto !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: initial;
    padding: 0;
    background-color: transparent;
}

/*数据列表颜色*/
.rx-gridBox .table-style6 {
    background-color: #fff !important;
}

/**/
.editarea{
    height: auto!important;
}
/*树形头部标题*/
.treeNav{
    padding:6px 0 6px 15px ;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #ddd;
}
.listPreview .layout-roll>div{
    padding:0 10px;
}
.form-solution-tree-container{
    background-color: #fff;
}

.rxGridModule .ant-table-row-cell-ellipsis {

}

.rxGridModule .error-form-item {
    margin-bottom: 0px;
}
/**/
.inputBtnBox .ant-input[disabled],
.inputBtnBox .ant-input[disabled]:hover{
    background-color: #fff;

}
.vl-notify .vl-notify-content {
    height: 100% !important;
    z-index: 10;
    position: relative;
}
.vl-notify.vl-notify-main {
    padding-bottom: 0 !important;
}

.tableSelect ul .ant-select-dropdown-menu-item:first-child {
    height: 28px;
}

body .ant-notification {
    z-index: 99999;
}

body .rx-gridBox .ant-table-placeholder{
    top: 110px;
}

/*列表 自适应*/
.listPreviewHeigtAuto > .rx-content > .rx-center>div,
.listPreviewHeigtAuto > .rx-content > .rx-center>div .divdefault{
    position: relative;
    overflow: initial;
}
.listPreviewHeigtAuto > .rx-content > .rx-center>div > .rx-fit {
    overflow: initial;
}
/*列表 自适应end*/

/*选择图标弹窗样式*/
.rx-icon-model{
    z-index: 19940521!important;
}
.ant-menu-item .iconfont, .ant-menu-submenu-title .iconfont{
    min-width: 14px;
    margin-right: 10px;
    font-size: 14px;
}

/*表单设计语言控件必填样式*/
.previewBox .rx-language{
    display: inline-block;
    vertical-align: middle;
}


/*富文本控件start*/
.rx-quill-editor .editbox .edui-default .edui-editor{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100% !important;
    width: 100% !important;
}

.rx-quill-editor .editbox .edui-default .edui-editor-iframeholder{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

/*富文本控件end*/

.ant-menu.ant-menu-vertical.ant-menu-sub.ant-menu-submenu-content{
    overflow: auto;
    max-height: 500px!important;
}

/*
*/
.luckysheet-cols-menu.luckysheet-rightgclick-menu{
    z-index: 999999;
}

.ant-menu-item .iconfont, .ant-menu-submenu-title .iconfont{
    min-width: 14px;
    margin-right: 10px;
    font-size: 14px;
}

/*表单设计语言控件必填样式*/
.previewBox .rx-language{
    display: inline-block;
    vertical-align: middle;
}


/*富文本控件start*/
.rx-quill-editor .editbox .edui-default .edui-editor{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100% !important;
    width: 100% !important;
}

.rx-quill-editor .editbox .edui-default .edui-editor-iframeholder{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

/*富文本控件end*/

.ant-menu.ant-menu-vertical.ant-menu-sub.ant-menu-submenu-content{
    overflow: auto;
    max-height: 500px!important;
}

/*拖拽表单审批意见start*/
.dd-opinion-box .rx-opinion-list{
    background: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
}
.dd-opinion-box .rx-opinion-list:not(:first-child){
    margin-top: 10px;
}

.dd-opinion-box .rx-opinion-list .rx-opinion-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/*拖拽表单审批意见end*/

/*列表头部样式*/
.table-page-search-wrapper .ant-col{
    display: inline-block;
}
.table-page-search-wrapper .ant-col.ant-form-item-control-wrapper{
    width: 100%;
}
.table-page-search-wrapper .ant-form-vertical .inputBtnBox{
    margin-top: 0;
}

/**/
.ant-menu-inline-collapsed {
    width: 60px!important;
}

body .ant-menu-inline-collapsed > .ant-menu-item,
body .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
body .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
body .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title{
    padding: 0 20px !important;
}
.ant-menu-inline-collapsed > .ant-menu-item >span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title>span>span{
    opacity:0;
}


/**/
body .ant-btn{
    display: inline-block;
}

.table-operator .rx-icon-container{
    display: inline-block;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-right: 2px;
}

/*列表高度 影响固定列*/
body .rx-gridBox .line-height40 {
    height: 47px!important;
}
.hert[data-v-a039c514] {
  position: absolute;
  max-width: 43.2%;
  width: 100%;
  height: 0;
  padding-bottom: 36.54%;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  z-index: 1;
  background: url(../../static/img/hert.1242f9d8.png) 20% center no-repeat;
  background-size: contain;
}
.route[data-v-a039c514] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
}
#userLayout.user-layout-wrapper[data-v-a039c514] {
  height: 100%;
}
#userLayout.user-layout-wrapper.mobile .container .main[data-v-a039c514] {
  max-width: 368px;
  width: 98%;
}
#userLayout.user-layout-wrapper .container[data-v-a039c514] {
  width: 100%;
  min-height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, from(#409eff), to(#99aefd));
  background: linear-gradient(to left bottom, #409eff, #99aefd);
  background-size: 100%;
  /*padding: 110px 0 144px;*/
  position: relative;
}
#userLayout.user-layout-wrapper .container a[data-v-a039c514] {
  text-decoration: none;
}
#userLayout.user-layout-wrapper .container .top[data-v-a039c514] {
  text-align: center;
}
#userLayout.user-layout-wrapper .container .top .header[data-v-a039c514] {
  height: 44px;
  line-height: 44px;
}
#userLayout.user-layout-wrapper .container .top .header .badge[data-v-a039c514] {
  position: absolute;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: -12px;
  margin-top: -10px;
  opacity: 0.8;
}
#userLayout.user-layout-wrapper .container .top .header .logo[data-v-a039c514] {
  height: 44px;
  vertical-align: top;
  margin-right: 16px;
  border-style: none;
}
#userLayout.user-layout-wrapper .container .top .header .title[data-v-a039c514] {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
  top: 2px;
}
#userLayout.user-layout-wrapper .container .top .desc[data-v-a039c514] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 12px;
  margin-bottom: 40px;
}
#userLayout.user-layout-wrapper .container .main[data-v-a039c514] {
  min-width: 260px;
  width: 368px;
  margin: 0 auto;
  z-index: 9;
}
#userLayout.user-layout-wrapper .container .footer[data-v-a039c514] {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
#userLayout.user-layout-wrapper .container .footer .links[data-v-a039c514] {
  margin-bottom: 8px;
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container .footer .links a[data-v-a039c514] {
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#userLayout.user-layout-wrapper .container .footer .links a[data-v-a039c514]:not(:last-child) {
  margin-right: 40px;
}
#userLayout.user-layout-wrapper .container .footer .copyright[data-v-a039c514] {
  color: white;
  font-size: 14px;
}


.herlist {
    height: calc(100vh - 120px);
    width: 100%;
}


.logo-head[data-v-109a8c32] {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
}
.logo-head div:nth-child(2) span[data-v-109a8c32] {
    font-size: 10px;
    color: white;
    opacity: .4;
}
.sideBar_white[data-v-109a8c32] {
    color: #46494d !important;
}
.background_white[data-v-109a8c32] {
    color: #46494d !important;
}
.floa_left[data-v-109a8c32] {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.floa_left img[data-v-109a8c32] {
    width: 100%;
}
.logo h3[data-v-109a8c32] {
    font-size: 18px;
    background: transparent;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.logo[data-v-109a8c32] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    overflow: hidden;
}
.floa_h1[data-v-109a8c32] {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}




.pwslist[data-v-3c0cbca6]{
  width: 90%;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
}


.individual-userNo-name-list[data-v-1ef52f3a]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ant-upload-text[data-v-1ef52f3a]{
    font-size: 16px;
}
.individual-jsonArray[data-v-1ef52f3a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.individual-jsonArray-list[data-v-1ef52f3a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.individual-jsonArray-list[data-v-1ef52f3a] .rx-textBoxList-container{
    background-color:rgba(0,0,0,0)!important;
}
.individual-jsonArray-list[data-v-1ef52f3a] .rx-textBoxList{
    background-color:rgba(0,0,0,0)!important;
}
.individual-common[data-v-1ef52f3a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.individual-common-tabs[data-v-1ef52f3a]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}
.individual-center[data-v-1ef52f3a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    width: 100%;
    min-height: 140px;
    border-radius: 4px;
    background-image:url(../../static/img/Individual.3cf19910.png);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.individual-button[data-v-1ef52f3a]{
    position: absolute;
    right: 24px;
    top: 25px;
}
.individual-upload[data-v-1ef52f3a]{
    margin-right: 20px;
}
.individual-fullName[data-v-1ef52f3a]{
    color: #000000;
    font-size: 18px;
}
.individual-userNo[data-v-1ef52f3a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.individual-userNo-name[data-v-1ef52f3a]{
    min-width: 217px;
    margin-right: 20px;
}
.individual-userNo-name span[data-v-1ef52f3a]{
    min-width:60px;
    margin-right: 5px;
    color: #000000;
}
.individual-userNo-groupNames[data-v-1ef52f3a]{
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.userGroup[data-v-283adc8a] .rx-textBoxList-container{
   margin-top: 6px;
}
.userHeadPortrait[data-v-283adc8a]{
   max-width: 100%;
   max-height: 100%;
   -o-object-fit:contain;
      object-fit:contain;
}
.rxContent[data-v-283adc8a]{
     padding: 10px;
}
.selectitem[data-v-283adc8a] .ant-form-item-control{
   margin-top: 7px;
}



.user-list-fit[data-v-f43f0bfe]{
    padding:0 0 10px 0;
}


.table-page-search-wrapper .table-page-search-submitButtons {
    display: inline-block;
    line-height: 40px;
}


.rx-custom-layout[data-v-cbbc5e4c]{
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    padding: 10px;
  /*background: #f0f2f5;*/
}
.rx-custom-layout  .item-layout-box[data-v-cbbc5e4c]{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.rx-custom-header[data-v-cbbc5e4c],
  .rx-custom-footer[data-v-cbbc5e4c],
  .center-header[data-v-cbbc5e4c],
  .center-footer[data-v-cbbc5e4c]{
    min-height: 60px;
    position: relative;
    /*overflow: auto;*/
    /*  注释的样式会出现横向滚动条*/
    background: #fff;
}
.rx-custom-header[data-v-cbbc5e4c],
.center-header[data-v-cbbc5e4c]{
  margin-bottom: 10px;
}
.rx-custom-footer[data-v-cbbc5e4c],
.center-footer[data-v-cbbc5e4c]{
  margin-top: 10px;
}
.rx-container-box[data-v-cbbc5e4c]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      /*border: 1px solid #dadde0;*/
}
.rx-custom-left[data-v-cbbc5e4c],
  .rx-custom-center[data-v-cbbc5e4c],
  .rx-custom-right[data-v-cbbc5e4c]{
    position: relative;
}
.rx-custom-left[data-v-cbbc5e4c],
.rx-custom-right[data-v-cbbc5e4c]{
  width: 200px;
  background: #fff;
}
.rx-custom-left[data-v-cbbc5e4c]{
  margin-right: 10px;
}
.rx-custom-right[data-v-cbbc5e4c]{
  margin-left: 10px;
}
.rx-custom-center[data-v-cbbc5e4c]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.center-center[data-v-cbbc5e4c]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background: #fff;
}


.buttongmodle[data-v-76c07698] {
    text-align: right;
}
.ant-layout-footer[data-v-76c07698] {
    padding: 8px 20px !important;
}
.FormPdfHtml[data-v-76c07698]{
    margin: auto;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
    padding: 20px;
}


.containers[data-v-47886e94] {
    height: calc(100% - 44px);
    width: 100%;
}
.djs-container > svg[data-v-47886e94] {
    overflow: auto !important;
}
.djs-connection path[data-v-47886e94] {
    stroke: blue !important;
    marker-end: url(#sequenceflow-arrow-normal) !important;
}



.flow-item-details{
    /*border:solid 1px #ccc;*/
    padding-top:4px;
}
.split-line{
    border-top: dotted 1px #ccc;
    height:2px;
    padding-bottom: 6px;
}


.bpm-executors-checkbox-head[data-v-5e3ec543]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    height: 30px;
    border-bottom: solid 1px #c7c7c7;
    margin-bottom: 10px;
}
.bpm-executors-checkbox-head >div[data-v-5e3ec543]:nth-child(1){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.bpm-executors-checkbox-head-delt[data-v-5e3ec543]{
    color: #f94765;
    cursor: pointer;
}
.bpm-executors[data-v-5e3ec543] .ant-checkbox-group-item{
    margin-right: 30px;
    margin-bottom: 10px;
}


.ant-form-item[data-v-ba838d22]{
    margin-bottom:2px !important;
}


.form-img[data-v-2202b46a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}
.buttongmodle[data-v-2202b46a]{
    text-align: right;
}
.footerToolBar button[data-v-2202b46a]{
    margin-right: 4px;
}
.footerToolBar button[data-v-2202b46a]:last-child{
    margin-right: 0;
}
.footerToolBar[data-v-2202b46a]{
    display: inline-block;
}
.ant-layout-footer[data-v-2202b46a]{
    padding: 8px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px #d2d2d2;
            box-shadow: 0px 0px 3px #d2d2d2;
    z-index: 99;
}
.content-div[data-v-2202b46a]{
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border-radius: 6px;
    overflow-y: auto;
    background: #fff;
    overflow: auto;
}
.beLayout[data-v-2202b46a]{
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #f0f2f5;
}
#formContainer[data-v-2202b46a]{
    background-color: #fff;
}
.hr_btn[data-v-2202b46a]{
    position: relative;
    bottom: -30px;
    z-index: 99;
    margin: 0;
    /*opacity: .4;*/
    opacity: 1;
}
.layersty[data-v-2202b46a]{
    height: 100%;
    width: 100%;
    border: 1px solid #dadde0;
    background: #fff;
    overflow-y: auto;
    position: absolute;
}
/*标题固定，列表部分可以滚动，仅限列表滚动，防止出现双滚动条*/
.font_btn[data-v-2202b46a]{
    background: #fafafa;
    padding: 5px 10px;
    border-bottom: 1px solid #dadde0;
    font-size: 14px;
    width: calc(100% - 3px);
    z-index: 19;
    text-align: left;
}
.formlist[data-v-2202b46a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.formlist >div[data-v-2202b46a]:nth-child(2){
    overflow: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


























































































































































































/*标题固定，列表部分可以滚动，仅限列表滚动，防止出现双滚动条*/
.font_btn[data-v-6c286484] {
    background: #fafafa;
    padding: 5px 10px;
    border-bottom: 1px solid #dadde0;
    font-size: 14px;
    position: absolute;
    top: 0px;
    width: calc(100% - 3px);
    z-index: 19;
    text-align: left;
}
.rx-table .blockLi .blockLiBox[data-v-6c286484] {
    min-height: 24px !important;
}
.p_top30[data-v-6c286484] {
    padding-top: 30px!important;
}
.fullscreen[data-v-6c286484] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 800;
    background-color: #fff;
}



.layersty[data-v-daa2015a] {
    height: 100%;
    border: 1px solid #dadde0;
    background: #fff;
    overflow-y: auto;
}
.font_tab_btn[data-v-daa2015a] {
    background: #fafafa;
    padding: 5px 10px;
    border-bottom: 1px solid #dadde0;
    font-size: 14px;
    position: absolute;
    top: 40px;
    width: calc(100% - 3px);
    z-index: 19;
}
.hr_btn[data-v-daa2015a] {
    position: relative;
    bottom: -34px;
    z-index: 99;
    margin: 0;
    opacity: .4;
}


.tite_btn[data-v-9a4bd018] {
    /*position: absolute;*/
    /*z-index: 99;*/
    /*width: 100%;*/
    /*top: 10px;*/
}
.font_btn[data-v-9a4bd018] {
    background: #fafafa;
    padding: 5px 10px;
    border-bottom: 1px solid #dadde0;
    font-size: 14px;
}
.hr_btn[data-v-9a4bd018] {
    /*position: relative;*/
    bottom: -34px;
    z-index: 99;
    margin: 0;
    opacity: .4;
}
.ant-tree[data-v-9a4bd018] {
    margin-bottom: 2vw !important;
}
.layersty[data-v-9a4bd018] {
    height: 100%;
    background: #fff;
    border: 1px solid #dadde0;
}


.layoutTabBox[data-v-20557f64]{
  height: 100%;
  width: 100%;
    background: #fff;
    border: 1px solid #dadde0;
}
.layoutTabBox[data-v-20557f64] .ant-tabs-bar{
    background: #fafafa;
    height: 32px;
    border-bottom: 1px solid #dadde0;
}
.layoutTabBox[data-v-20557f64] .ant-tabs-nav .ant-tabs-tab{
    padding: 6px 0px;
}
.layoutTabBox[data-v-20557f64] .ant-tabs-tabpane{
    height: 100%;
    position: relative;
}


.ant-dropdown[data-v-28152dcb]{
    z-index: 30000 !important;
}


.selectPublish[data-v-f1aba8dc]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: 100%;
}
.selectPublish >div[data-v-f1aba8dc]:nth-child(1){
    width: 100px;
    line-height: 30px;
    text-align: right;
    padding-right: 20px;
}


.table-operator[data-v-44a81e6f] {
    float: right;
}
.table-operator > i[data-v-44a81e6f] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f7fa;
    border: solid 1px #dadde0;
    border-left: none;
    display: block;
    float: left;
}
.table-operator > i[data-v-44a81e6f]:nth-child(1) {
    border-left: solid 1px #dadde0;
    border-radius: 5px 0px 0px 5px;
}
.table-operator > i[data-v-44a81e6f]:nth-child(4) {
    border-radius: 0px 5px 5px 0px;
}
.rendering[data-v-44a81e6f] {
    border-left: 3px solid #1890ff;
    height: 10px;
    line-height: 10px;
    padding-left: 5px;
    width: 100px;
    float: left;
    margin-top: 16px;
}
.aselect[data-v-44a81e6f] {
    width: calc(100% - 120px);
    margin-left: 10px;
}
.effect[data-v-44a81e6f] {
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}
.rcgrid[data-v-44a81e6f] {
    height: calc(100% - 50px);
}
.be_colour[data-v-44a81e6f] {
    width: 50px;
}
.range[data-v-44a81e6f] {
    height: 100%;
    padding: 20px;
}


.table-operator[data-v-55219903] {
    float: right;
}
.table-operator > i[data-v-55219903] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f7fa;
    border: solid 1px #dadde0;
    border-left: none;
    display: block;
    float: left;
}
.table-operator > i[data-v-55219903]:nth-child(1) {
    border-left: solid 1px #dadde0;
    border-radius: 5px 0px 0px 5px;
}
.table-operator > i[data-v-55219903]:nth-child(4) {
    border-radius: 0px 5px 5px 0px;
}
.rendering[data-v-55219903] {
    border-left: 3px solid #1890ff;
    height: 10px;
    line-height: 10px;
    padding-left: 5px;
    width: 100px;
    float: left;
    margin-top: 16px;
}
.aselect[data-v-55219903] {
    width: calc(100% - 120px);
    margin-left: 10px;
}
.effect[data-v-55219903] {
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}
.rcgrid[data-v-55219903] {
    height: calc(100% - 50px);
}
.be_colour[data-v-55219903] {
    width: 50px;
}
.range[data-v-55219903] {
    height: 100%;
    padding: 20px;
}


.table-operator[data-v-7d9a0b36] {
    float: right;
}
.table-operator > i[data-v-7d9a0b36] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f7fa;
    border: solid 1px #dadde0;
    border-left: none;
    display: block;
    float: left;
}
.table-operator > i[data-v-7d9a0b36]:nth-child(1) {
    border-left: solid 1px #dadde0;
    border-radius: 5px 0px 0px 5px;
}
.table-operator > i[data-v-7d9a0b36]:nth-child(4) {
    border-radius: 0px 5px 5px 0px;
}
.rendering[data-v-7d9a0b36] {
    border-left: 3px solid #1890ff;
    height: 10px;
    line-height: 10px;
    padding-left: 5px;
    width: 100px;
    float: left;
    margin-top: 16px;
}
.aselect[data-v-7d9a0b36] {
    width: calc(100% - 120px);
    margin-left: 10px;
}
.effect[data-v-7d9a0b36] {
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}
.rcgrid[data-v-7d9a0b36] {
    height: calc(100% - 50px);
}
.be_colour[data-v-7d9a0b36] {
    width: 50px;
}
.range[data-v-7d9a0b36] {
    height: 100%;
    padding: 20px;
}


.adropdown[data-v-79c0d77a]{
    margin-top: 8px;
    margin-left: 5px;
}
.basics-render[data-v-79c0d77a]{
    position: relative;
}
.basics-render:hover .basics-render-op[data-v-79c0d77a]{
    display: block;
}
.basics-render-op[data-v-79c0d77a]{
    display: none;
    position: absolute;
    top: 27px;
    left: -30px;
    background: white;
    width: 64px;
    text-align: center;
    color: #697377;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 6px 0px
    #ccd1dd;
            box-shadow: 0px 0px 6px 0px
    #ccd1dd;
    border-radius: 4px;
}
.icon_config[data-v-79c0d77a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    float: right;
}
.icon_config i[data-v-79c0d77a]{
    margin-right: 4px;
}
.icon_config i[data-v-79c0d77a]:hover{
    cursor: pointer
}
.setup[data-v-79c0d77a]{
    margin-top: -14px;
    padding: 7px;
}
.setup >span[data-v-79c0d77a]{
    display: block;
    min-height: 90px;
}
.setup_tuo[data-v-79c0d77a]{
    background-color: #02c5b7;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
    padding: 0 7px;
    color: white;
    margin-bottom: 5px;
    height: 30px;
}
.inpurlistspan[data-v-79c0d77a]{
    float: left;
    border: none;
    background: none;
    color: white;
    margin: 0px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.inpurlistinput[data-v-79c0d77a]{
    float: left;
    border: none;
    background: none;
    color: white;
    margin: 0px;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
}
.dimension_button[data-v-79c0d77a]{
    line-height: 30px;
    text-align: center;
    color: #c0c5cc;
}
.dimension_come[data-v-79c0d77a]{
    margin-top: 13px;
    min-height: 90px;
    background-color: #ffffff;
    border-radius: 4px;
    border: dashed 1px #dadde0;
    padding-top: 15px;
    position: relative;
}
.basicDelete[data-v-79c0d77a]{
    width: 25px;
    height: 25px;
    background: #ff6d75;
    position: absolute;
    right: -7px;
    top: -12px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}
.basicDelete i[data-v-79c0d77a]{
    color: white;
}
.dimension_list[data-v-79c0d77a]{
    overflow: hidden;
    width: 100%;
}
.dimension_list span[data-v-79c0d77a]{
    color: #46494d;
    font-size: 12px;
    margin-left: 5px;
}
.dimension_list li[data-v-79c0d77a]{
    line-height: 30px;
    width: 100%;
}
.dimension_list li i[data-v-79c0d77a]:nth-child(1){
    color: #a0b3ff;
}
.dimension_list li i[data-v-79c0d77a]:nth-child(3){
    color:#c0c5cc;
    float: right;
    cursor:pointer;
}
.dimension[data-v-79c0d77a]{
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    background-color: #f5f7fa;
    border-radius: 4px;
    border: solid 1px #dadde0;
    padding:0px 5px;
}

.preview-img[data-v-3aca988f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preview-img li[data-v-3aca988f] {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.preview-img-iconfont[data-v-3aca988f] {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 15px;
  line-height: 15px;
  width: 15px;
  border: 15px solid;
  border-color: #4285f4 #4285f4 transparent transparent;
  text-align: center;
  color: white;
}
.preview-img-iconfont i[data-v-3aca988f] {
  margin-top: -11px;
  display: block;
}
.preview-img li img[data-v-3aca988f] {
  width: 100%;
  height: 100%;
}
.adropdown[data-v-3aca988f] {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 9px;
  font-size: 15px;
}
.inpurlist[data-v-3aca988f] {
  width: 110px;
  float: left;
  border: none;
  background: none;
  color: white;
  margin: 0px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 30px;
}
.inpurlistinput[data-v-3aca988f] {
  width: 110px;
  float: left;
  border: none;
  background: none;
  color: white;
  margin: 0px;
  font-size: 14px;
  line-height: 30px;
}
.ant-input[data-v-3aca988f]:focus {
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.setup[data-v-3aca988f] {
  margin-top: -14px;
  padding: 7px;
}
.setup > span[data-v-3aca988f] {
  display: block;
  min-height: 90px;
}
.setup_tuo[data-v-3aca988f] {
  background-color: #02c5b7;
  border-radius: 2px;
  line-height: 26px;
  padding: 0 7px;
  color: white;
  margin-bottom: 5px;
  height: 30px;
}
.dimension_button[data-v-3aca988f] {
  line-height: 30px;
  text-align: center;
  color: #c0c5cc;
}
.dimension_come[data-v-3aca988f] {
  margin-top: 13px;
  min-height: 90px;
  background-color: #ffffff;
  border-radius: 4px;
  border: dashed 1px #dadde0;
  padding-top: 15px;
}
.hinder_tuo[data-v-3aca988f] {
  line-height: 30px;
}
.hinder_tuo i[data-v-3aca988f] {
  color: #9babed;
  margin-right: 8px;
}
.senior[data-v-3aca988f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.senior > div[data-v-3aca988f]:nth-child(1) {
  border-right: 1px solid #dadde0;
  padding-right: 10px;
  padding-left: 10px;
}
.senior > div[data-v-3aca988f]:nth-child(2) {
  padding-left: 10px;
  padding-right: 8px;
}
.senior > div[data-v-3aca988f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: auto;
}
.hinder .ant-collapse-header[data-v-3aca988f] {
  padding: 0px !important;
  margin-top: 10px;
}
.hinder_come[data-v-3aca988f] {
  margin-left: 20px;
  margin-top: -14px;
}
.hinder_come > span[data-v-3aca988f] {
  display: block;
  min-height: 60px;
}
.dragClass[data-v-3aca988f] {
  background-color: #dafaf8 !important;
}
.dragClass_du[data-v-3aca988f] {
  background-color: #e5eaff !important;
}
.delete[data-v-3aca988f] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  background: #ff5b5b;
  z-index: 999;
  margin-top: 8px;
  text-align: center;
  line-height: 14px;
  float: right;
}
.delete i[data-v-3aca988f] {
  font-size: 12px;
}
.colcjia[data-v-3aca988f] {
  width: 28px;
  height: 28px;
  background-color: #f5f7fa;
  border-radius: 4px;
  border: solid 1px #dadde0;
  text-align: center;
  line-height: 28px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.ainput[data-v-3aca988f] {
  margin-left: 25px;
  margin-top: 10px;
}
.ainput > span[data-v-3aca988f] {
  position: relative;
  display: inline-block;
}
.dimension_list[data-v-3aca988f] {
  overflow: hidden;
  width: 100%;
}
.dimension_list span[data-v-3aca988f] {
  color: #46494d;
  font-size: 12px;
  margin-left: 5px;
}
.dimension_list li[data-v-3aca988f] {
  line-height: 30px;
  width: 100%;
}
.dimension_list li i[data-v-3aca988f]:nth-child(1) {
  color: #a0b3ff;
}
.dimension_list li i[data-v-3aca988f]:nth-child(3) {
  color: #c0c5cc;
  float: right;
  cursor: pointer;
}
.dimension[data-v-3aca988f] {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  background-color: #f5f7fa;
  border-radius: 4px;
  border: solid 1px #dadde0;
  padding: 0px 5px;
}
.labeinput_list[data-v-3aca988f] {
  width: 28px;
  padding: 0px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #dadde0;
  margin-left: 5px;
}
.colourback_obj[data-v-3aca988f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.colourback_obj > div[data-v-3aca988f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.colourback[data-v-3aca988f] {
  float: right;
  border-radius: 4px;
  border: solid 1px #dadde0;
  padding: 5px 0px 5px 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.colourback li[data-v-3aca988f] {
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 3px;
  margin-right: 5px;
}
.chart-middle-chart[data-v-3aca988f] {
  width: 70px;
  height: 70px;
  margin: auto;
  position: relative;
}
.select[data-v-3aca988f] {
  border: 1px solid #5b8fff;
}
.repordef.ant-collapse-content[data-v-3aca988f] {
  border-top: none;
}
.dragiconfont[data-v-3aca988f] {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 17px;
  width: 17px;
  border: 10px solid;
  border-color: #5b8fff #5b8fff transparent transparent;
}
.dragiconfont i[data-v-3aca988f] {
  float: left;
  margin-top: -12px;
  margin-left: -1px;
  font-size: 12px;
  color: white;
}
.chart-type[data-v-3aca988f] {
  width: 100%;
}
.chart-type li span[data-v-3aca988f] {
  display: block;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #808080;
  margin-top: 5px;
}
.chart-type li img[data-v-3aca988f] {
  width: 30px;
  height: 30px;
  margin-left: calc(50% - 15px);
  margin-top: calc(50% - 30px);
}
.chart-type li[data-v-3aca988f] {
  width: 20%;
  height: 75px;
  float: left;
  margin-bottom: 10px;
}
.repordef .ant-form-item[data-v-3aca988f] {
  margin-bottom: 0px !important;
}
.alist[data-v-3aca988f] {
  margin: 10px;
  border: 1px solid #dadde0;
}
.repordef .ant-collapse-item[data-v-3aca988f] {
  border-bottom: none !important;
}
.formInput[data-v-3aca988f] {
  width: calc(100% - 100px) !important;
  float: left;
  margin-top: 4px;
  margin-right: 20px;
}
.ant-collapse-content[data-v-3aca988f] {
  border-top: 1px solid #dadde0;
}
.color-box[data-v-3aca988f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chart-tit[data-v-3aca988f] {
  margin-top: 10px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html[data-v-3eb06a99],
body[data-v-3eb06a99] {
  width: 100%;
  height: 100%;
}
input[data-v-3eb06a99]::-ms-clear,
input[data-v-3eb06a99]::-ms-reveal {
  display: none;
}
*[data-v-3eb06a99],
*[data-v-3eb06a99]::before,
*[data-v-3eb06a99]::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html[data-v-3eb06a99] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article[data-v-3eb06a99],
aside[data-v-3eb06a99],
dialog[data-v-3eb06a99],
figcaption[data-v-3eb06a99],
figure[data-v-3eb06a99],
footer[data-v-3eb06a99],
header[data-v-3eb06a99],
hgroup[data-v-3eb06a99],
main[data-v-3eb06a99],
nav[data-v-3eb06a99],
section[data-v-3eb06a99] {
  display: block;
}
body[data-v-3eb06a99] {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1'][data-v-3eb06a99]:focus {
  outline: none !important;
}
hr[data-v-3eb06a99] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1[data-v-3eb06a99],
h2[data-v-3eb06a99],
h3[data-v-3eb06a99],
h4[data-v-3eb06a99],
h5[data-v-3eb06a99],
h6[data-v-3eb06a99] {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p[data-v-3eb06a99] {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title][data-v-3eb06a99],
abbr[data-original-title][data-v-3eb06a99] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address[data-v-3eb06a99] {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'][data-v-3eb06a99],
input[type='password'][data-v-3eb06a99],
input[type='number'][data-v-3eb06a99],
textarea[data-v-3eb06a99] {
  -webkit-appearance: none;
}
ol[data-v-3eb06a99],
ul[data-v-3eb06a99],
dl[data-v-3eb06a99] {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol[data-v-3eb06a99],
ul ul[data-v-3eb06a99],
ol ul[data-v-3eb06a99],
ul ol[data-v-3eb06a99] {
  margin-bottom: 0;
}
dt[data-v-3eb06a99] {
  font-weight: 500;
}
dd[data-v-3eb06a99] {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote[data-v-3eb06a99] {
  margin: 0 0 1em;
}
dfn[data-v-3eb06a99] {
  font-style: italic;
}
b[data-v-3eb06a99],
strong[data-v-3eb06a99] {
  font-weight: bolder;
}
small[data-v-3eb06a99] {
  font-size: 80%;
}
sub[data-v-3eb06a99],
sup[data-v-3eb06a99] {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub[data-v-3eb06a99] {
  bottom: -0.25em;
}
sup[data-v-3eb06a99] {
  top: -0.5em;
}
a[data-v-3eb06a99] {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a[data-v-3eb06a99]:hover {
  color: #40a9ff;
}
a[data-v-3eb06a99]:active {
  color: #096dd9;
}
a[data-v-3eb06a99]:active,
a[data-v-3eb06a99]:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled][data-v-3eb06a99] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre[data-v-3eb06a99],
code[data-v-3eb06a99],
kbd[data-v-3eb06a99],
samp[data-v-3eb06a99] {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre[data-v-3eb06a99] {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure[data-v-3eb06a99] {
  margin: 0 0 1em;
}
img[data-v-3eb06a99] {
  vertical-align: middle;
  border-style: none;
}
svg[data-v-3eb06a99]:not(:root) {
  overflow: hidden;
}
a[data-v-3eb06a99],
area[data-v-3eb06a99],
button[data-v-3eb06a99],
[role='button'][data-v-3eb06a99],
input[data-v-3eb06a99]:not([type='range']),
label[data-v-3eb06a99],
select[data-v-3eb06a99],
summary[data-v-3eb06a99],
textarea[data-v-3eb06a99] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table[data-v-3eb06a99] {
  border-collapse: collapse;
}
caption[data-v-3eb06a99] {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th[data-v-3eb06a99] {
  text-align: inherit;
}
input[data-v-3eb06a99],
button[data-v-3eb06a99],
select[data-v-3eb06a99],
optgroup[data-v-3eb06a99],
textarea[data-v-3eb06a99] {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button[data-v-3eb06a99],
input[data-v-3eb06a99] {
  overflow: visible;
}
button[data-v-3eb06a99],
select[data-v-3eb06a99] {
  text-transform: none;
}
button[data-v-3eb06a99],
html [type="button"][data-v-3eb06a99],
[type="reset"][data-v-3eb06a99],
[type="submit"][data-v-3eb06a99] {
  -webkit-appearance: button;
}
button[data-v-3eb06a99]::-moz-focus-inner,
[type='button'][data-v-3eb06a99]::-moz-focus-inner,
[type='reset'][data-v-3eb06a99]::-moz-focus-inner,
[type='submit'][data-v-3eb06a99]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'][data-v-3eb06a99],
input[type='checkbox'][data-v-3eb06a99] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'][data-v-3eb06a99],
input[type='time'][data-v-3eb06a99],
input[type='datetime-local'][data-v-3eb06a99],
input[type='month'][data-v-3eb06a99] {
  -webkit-appearance: listbox;
}
textarea[data-v-3eb06a99] {
  overflow: auto;
  resize: vertical;
}
fieldset[data-v-3eb06a99] {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend[data-v-3eb06a99] {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress[data-v-3eb06a99] {
  vertical-align: baseline;
}
[type='number'][data-v-3eb06a99]::-webkit-inner-spin-button,
[type='number'][data-v-3eb06a99]::-webkit-outer-spin-button {
  height: auto;
}
[type='search'][data-v-3eb06a99] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search'][data-v-3eb06a99]::-webkit-search-cancel-button,
[type='search'][data-v-3eb06a99]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[data-v-3eb06a99]::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output[data-v-3eb06a99] {
  display: inline-block;
}
summary[data-v-3eb06a99] {
  display: list-item;
}
template[data-v-3eb06a99] {
  display: none;
}
[hidden][data-v-3eb06a99] {
  display: none !important;
}
mark[data-v-3eb06a99] {
  padding: 0.2em;
  background-color: #feffe6;
}
[data-v-3eb06a99]::-moz-selection {
  color: #fff;
  background: #1890ff;
}
[data-v-3eb06a99]::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix[data-v-3eb06a99] {
  zoom: 1;
}
.clearfix[data-v-3eb06a99]::before,
.clearfix[data-v-3eb06a99]::after {
  display: table;
  content: '';
}
.clearfix[data-v-3eb06a99]::after {
  clear: both;
}
.anticon[data-v-3eb06a99] {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > *[data-v-3eb06a99] {
  line-height: 1;
}
.anticon svg[data-v-3eb06a99] {
  display: inline-block;
}
.anticon[data-v-3eb06a99]::before {
  display: none;
}
.anticon .anticon-icon[data-v-3eb06a99] {
  display: block;
}
.anticon[tabindex][data-v-3eb06a99] {
  cursor: pointer;
}
.anticon-spin[data-v-3eb06a99]::before {
  display: inline-block;
  -webkit-animation: loadingCircle-data-v-3eb06a99 1s infinite linear;
          animation: loadingCircle-data-v-3eb06a99 1s infinite linear;
}
.anticon-spin[data-v-3eb06a99] {
  display: inline-block;
  -webkit-animation: loadingCircle-data-v-3eb06a99 1s infinite linear;
          animation: loadingCircle-data-v-3eb06a99 1s infinite linear;
}
.fade-enter[data-v-3eb06a99],
.fade-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active[data-v-3eb06a99],
.fade-appear.fade-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antFadeIn-data-v-3eb06a99;
          animation-name: antFadeIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antFadeOut-data-v-3eb06a99;
          animation-name: antFadeOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter[data-v-3eb06a99],
.fade-appear[data-v-3eb06a99] {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn-data-v-3eb06a99 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes antFadeIn-data-v-3eb06a99 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes antFadeOut-data-v-3eb06a99 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes antFadeOut-data-v-3eb06a99 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.move-up-enter[data-v-3eb06a99],
.move-up-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active[data-v-3eb06a99],
.move-up-appear.move-up-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antMoveUpIn-data-v-3eb06a99;
          animation-name: antMoveUpIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antMoveUpOut-data-v-3eb06a99;
          animation-name: antMoveUpOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter[data-v-3eb06a99],
.move-up-appear[data-v-3eb06a99] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter[data-v-3eb06a99],
.move-down-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active[data-v-3eb06a99],
.move-down-appear.move-down-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antMoveDownIn-data-v-3eb06a99;
          animation-name: antMoveDownIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antMoveDownOut-data-v-3eb06a99;
          animation-name: antMoveDownOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter[data-v-3eb06a99],
.move-down-appear[data-v-3eb06a99] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter[data-v-3eb06a99],
.move-left-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active[data-v-3eb06a99],
.move-left-appear.move-left-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antMoveLeftIn-data-v-3eb06a99;
          animation-name: antMoveLeftIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antMoveLeftOut-data-v-3eb06a99;
          animation-name: antMoveLeftOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter[data-v-3eb06a99],
.move-left-appear[data-v-3eb06a99] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter[data-v-3eb06a99],
.move-right-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active[data-v-3eb06a99],
.move-right-appear.move-right-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antMoveRightIn-data-v-3eb06a99;
          animation-name: antMoveRightIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antMoveRightOut-data-v-3eb06a99;
          animation-name: antMoveRightOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter[data-v-3eb06a99],
.move-right-appear[data-v-3eb06a99] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn-data-v-3eb06a99 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@keyframes antMoveDownIn-data-v-3eb06a99 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@-webkit-keyframes antMoveDownOut-data-v-3eb06a99 {
0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@keyframes antMoveDownOut-data-v-3eb06a99 {
0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@-webkit-keyframes antMoveLeftIn-data-v-3eb06a99 {
0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@keyframes antMoveLeftIn-data-v-3eb06a99 {
0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@-webkit-keyframes antMoveLeftOut-data-v-3eb06a99 {
0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@keyframes antMoveLeftOut-data-v-3eb06a99 {
0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@-webkit-keyframes antMoveRightIn-data-v-3eb06a99 {
0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@keyframes antMoveRightIn-data-v-3eb06a99 {
0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@-webkit-keyframes antMoveRightOut-data-v-3eb06a99 {
0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@keyframes antMoveRightOut-data-v-3eb06a99 {
0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@-webkit-keyframes antMoveUpIn-data-v-3eb06a99 {
0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@keyframes antMoveUpIn-data-v-3eb06a99 {
0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@-webkit-keyframes antMoveUpOut-data-v-3eb06a99 {
0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@keyframes antMoveUpOut-data-v-3eb06a99 {
0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@-webkit-keyframes loadingCircle-data-v-3eb06a99 {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes loadingCircle-data-v-3eb06a99 {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
[ant-click-animating='true'][data-v-3eb06a99],
[ant-click-animating-without-extra-node='true'][data-v-3eb06a99] {
  position: relative;
}
html[data-v-3eb06a99] {
  --antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node='true'][data-v-3eb06a99]::after,
.ant-click-animating-node[data-v-3eb06a99] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 0 #1890ff;
          box-shadow: 0 0 0 0 #1890ff;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
          box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect-data-v-3eb06a99 2s cubic-bezier(0.08, 0.82, 0.17, 1),waveEffect-data-v-3eb06a99 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect-data-v-3eb06a99 2s cubic-bezier(0.08, 0.82, 0.17, 1),waveEffect-data-v-3eb06a99 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect-data-v-3eb06a99 {
100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
}
}
@keyframes waveEffect-data-v-3eb06a99 {
100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
}
}
@-webkit-keyframes fadeEffect-data-v-3eb06a99 {
100% {
    opacity: 0;
}
}
@keyframes fadeEffect-data-v-3eb06a99 {
100% {
    opacity: 0;
}
}
.slide-up-enter[data-v-3eb06a99],
.slide-up-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active[data-v-3eb06a99],
.slide-up-appear.slide-up-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antSlideUpIn-data-v-3eb06a99;
          animation-name: antSlideUpIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antSlideUpOut-data-v-3eb06a99;
          animation-name: antSlideUpOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter[data-v-3eb06a99],
.slide-up-appear[data-v-3eb06a99] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter[data-v-3eb06a99],
.slide-down-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active[data-v-3eb06a99],
.slide-down-appear.slide-down-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antSlideDownIn-data-v-3eb06a99;
          animation-name: antSlideDownIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antSlideDownOut-data-v-3eb06a99;
          animation-name: antSlideDownOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter[data-v-3eb06a99],
.slide-down-appear[data-v-3eb06a99] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter[data-v-3eb06a99],
.slide-left-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active[data-v-3eb06a99],
.slide-left-appear.slide-left-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antSlideLeftIn-data-v-3eb06a99;
          animation-name: antSlideLeftIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antSlideLeftOut-data-v-3eb06a99;
          animation-name: antSlideLeftOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter[data-v-3eb06a99],
.slide-left-appear[data-v-3eb06a99] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter[data-v-3eb06a99],
.slide-right-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active[data-v-3eb06a99],
.slide-right-appear.slide-right-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antSlideRightIn-data-v-3eb06a99;
          animation-name: antSlideRightIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antSlideRightOut-data-v-3eb06a99;
          animation-name: antSlideRightOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter[data-v-3eb06a99],
.slide-right-appear[data-v-3eb06a99] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
}
@keyframes antSlideUpIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
}
@-webkit-keyframes antSlideUpOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
}
@keyframes antSlideUpOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
}
@-webkit-keyframes antSlideDownIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
}
}
@keyframes antSlideDownIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
}
}
@-webkit-keyframes antSlideDownOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
}
}
@keyframes antSlideDownOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
}
}
@-webkit-keyframes antSlideLeftIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
}
@keyframes antSlideLeftIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
}
@-webkit-keyframes antSlideLeftOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
}
@keyframes antSlideLeftOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
}
@-webkit-keyframes antSlideRightIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
}
}
@keyframes antSlideRightIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
}
}
@-webkit-keyframes antSlideRightOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
}
}
@keyframes antSlideRightOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
}
}
.swing-enter[data-v-3eb06a99],
.swing-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active[data-v-3eb06a99],
.swing-appear.swing-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antSwingIn-data-v-3eb06a99;
          animation-name: antSwingIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn-data-v-3eb06a99 {
0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
}
40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
}
60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
}
80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
}
@keyframes antSwingIn-data-v-3eb06a99 {
0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
}
40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
}
60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
}
80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
}
.zoom-enter[data-v-3eb06a99],
.zoom-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active[data-v-3eb06a99],
.zoom-appear.zoom-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomIn-data-v-3eb06a99;
          animation-name: antZoomIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomOut-data-v-3eb06a99;
          animation-name: antZoomOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter[data-v-3eb06a99],
.zoom-appear[data-v-3eb06a99] {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter[data-v-3eb06a99],
.zoom-big-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active[data-v-3eb06a99],
.zoom-big-appear.zoom-big-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomBigIn-data-v-3eb06a99;
          animation-name: antZoomBigIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomBigOut-data-v-3eb06a99;
          animation-name: antZoomBigOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter[data-v-3eb06a99],
.zoom-big-appear[data-v-3eb06a99] {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter[data-v-3eb06a99],
.zoom-big-fast-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active[data-v-3eb06a99],
.zoom-big-fast-appear.zoom-big-fast-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomBigIn-data-v-3eb06a99;
          animation-name: antZoomBigIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomBigOut-data-v-3eb06a99;
          animation-name: antZoomBigOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter[data-v-3eb06a99],
.zoom-big-fast-appear[data-v-3eb06a99] {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter[data-v-3eb06a99],
.zoom-up-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active[data-v-3eb06a99],
.zoom-up-appear.zoom-up-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomUpIn-data-v-3eb06a99;
          animation-name: antZoomUpIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomUpOut-data-v-3eb06a99;
          animation-name: antZoomUpOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter[data-v-3eb06a99],
.zoom-up-appear[data-v-3eb06a99] {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter[data-v-3eb06a99],
.zoom-down-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active[data-v-3eb06a99],
.zoom-down-appear.zoom-down-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomDownIn-data-v-3eb06a99;
          animation-name: antZoomDownIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomDownOut-data-v-3eb06a99;
          animation-name: antZoomDownOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter[data-v-3eb06a99],
.zoom-down-appear[data-v-3eb06a99] {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter[data-v-3eb06a99],
.zoom-left-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active[data-v-3eb06a99],
.zoom-left-appear.zoom-left-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomLeftIn-data-v-3eb06a99;
          animation-name: antZoomLeftIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomLeftOut-data-v-3eb06a99;
          animation-name: antZoomLeftOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter[data-v-3eb06a99],
.zoom-left-appear[data-v-3eb06a99] {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter[data-v-3eb06a99],
.zoom-right-appear[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave[data-v-3eb06a99] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active[data-v-3eb06a99],
.zoom-right-appear.zoom-right-appear-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomRightIn-data-v-3eb06a99;
          animation-name: antZoomRightIn-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active[data-v-3eb06a99] {
  -webkit-animation-name: antZoomRightOut-data-v-3eb06a99;
          animation-name: antZoomRightOut-data-v-3eb06a99;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter[data-v-3eb06a99],
.zoom-right-appear[data-v-3eb06a99] {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave[data-v-3eb06a99] {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes antZoomIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes antZoomOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
}
}
@keyframes antZoomOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
}
}
@-webkit-keyframes antZoomBigIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes antZoomBigIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes antZoomBigOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}
}
@keyframes antZoomBigOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}
}
@-webkit-keyframes antZoomUpIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}
}
@keyframes antZoomUpIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}
}
@-webkit-keyframes antZoomUpOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
}
}
@keyframes antZoomUpOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
}
}
@-webkit-keyframes antZoomLeftIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}
}
@keyframes antZoomLeftIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}
}
@-webkit-keyframes antZoomLeftOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
}
}
@keyframes antZoomLeftOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
}
}
@-webkit-keyframes antZoomRightIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
}
@keyframes antZoomRightIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
}
@-webkit-keyframes antZoomRightOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
}
}
@keyframes antZoomRightOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
}
}
@-webkit-keyframes antZoomDownIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
}
@keyframes antZoomDownIn-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
}
@-webkit-keyframes antZoomDownOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
}
}
@keyframes antZoomDownOut-data-v-3eb06a99 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
}
}
.ant-motion-collapse-legacy[data-v-3eb06a99] {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active[data-v-3eb06a99] {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse[data-v-3eb06a99] {
  overflow: hidden;
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
ul[data-v-3eb06a99] {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  overflow-y: scroll;
}
ul li[data-v-3eb06a99] {
  display: inline-block;
  padding: 12px;
  margin: 3px 0;
  border-radius: 4px;
}
ul li[data-v-3eb06a99]:hover,
ul li.active[data-v-3eb06a99] {
  cursor: pointer;
  color: #fff;
  background-color: #1890ff;
}


.icon-modal[data-v-6a78296b] .ant-modal-body{
    padding: 0;
}


.flexBox-icon[data-v-6fb63351]{
    width: 40px;
    height: 40px;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #0daaf6;
}
.flexBox[data-v-6fb63351] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.InsPortaMobileIconfont-back[data-v-09cfc762] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.InsPortaMobileIconfont-back-common[data-v-09cfc762] {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
}
.InsPortaMobileIconfont-back-common i[data-v-09cfc762] {
    color: white;
}
.InsPortaMobileIconfont-back-common[data-v-09cfc762] {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
}
.InsPortaMobileIconfont-back-common i[data-v-09cfc762] {
    color: white;
}
.InsPortaMobileIconfont-back-common i[data-v-09cfc762] {
    color: white;
}
.InsPortaMobileIconfont-user-iconfont[data-v-09cfc762] {
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.InsPortaMobileIconfont-user-iconfont i[data-v-09cfc762] {
    font-size: 27px;
}


.ins-app-rx-icon[data-v-11e192bc]{
   margin-bottom: 20px;
}
.InsAppCollectEdit[data-v-11e192bc]{
    margin-right:30px;
}
.onchange[data-v-11e192bc]{
    border:none;
}
.hearlist[data-v-11e192bc] {
    margin-top: 20px;
}
.widthClass[data-v-11e192bc] {
    width: 80%;
}
.urlWidthClass[data-v-11e192bc] {
    width: 100%;
}

.InAppAdd-my-common-list-common-all {
  background-color: #f8f8f8 !important;
}
.InAppAdd-my-common-list-common-all:hover {
  background-color: #f0f2f5 !important;
}
.InAppAdd-my-common-list-common-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.InAppAdd-my-common-list-common-add i {
  margin-top: 45px;
}
.InAppAdd-my-common-list-common-add span {
  text-align: center;
  font-size: 14px;
  color: #626262;
}
.InAppAdd-my-common-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.InAppAdd-my-common-list .InAppAdd-my-common-list-common:hover .InAppAdd-my-common-icon-delete {
  color: #e52727;
}
.InAppAdd-my-common-list .InAppAdd-my-common-list-common:hover .InAppAdd-my-common-add {
  color: #4285f4 !important;
}
.InAppAdd-my-common-list .InAppAdd-my-common-list-common-hover:hover {
  background-color: #f0f2f5;
}
.InAppAdd-my-common-list .InAppAdd-my-common-list-common {
  position: relative;
  cursor: pointer;
  width: 130px;
  height: 130px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
}
.InAppAdd-my-common-list .InAppAdd-my-common-list-common .InAppAdd-my-common-icon-delete {
  position: absolute;
  color: #c7c7c7;
  top: -9px;
  font-size: 15px;
  right: -7px;
}
.InAppAdd-my-common-list .InAppAdd-my-common-list-common .InAppAdd-my-common-list-common-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 68px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2b76f3), to(#6db6fb));
  background-image: linear-gradient(0deg, #2b76f3 0%, #6db6fb 100%);
  margin-top: 21px;
  margin-left: 34px;
}
.InAppAdd-my-common-list .InAppAdd-my-common-list-common .InAppAdd-my-common-list-common-icon i {
  font-size: 30px;
  color: white;
}
.InAppAdd-my-common-list .InAppAdd-my-common-list-common span {
  color: #555555;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
  display: block;
}
.InAppAdd {
  padding: 0px 20px;
  width: 100%;
}
.InAppAdd-my-common-head {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 10px;
  line-height: 50px;
  font-size: 15px;
  color: #333333;
}
.InAppAdd-my-common-head span {
  font-size: 12px;
  color: #909090;
  margin-left: 15px;
}

.extra-wrapper[data-v-ef430d16] {
  line-height: 55px;
  padding-right: 24px;
}
.extra-wrapper .extra-item[data-v-ef430d16] {
  display: inline-block;
  margin-right: 24px;
}
.extra-wrapper .extra-item a[data-v-ef430d16] {
  margin-left: 24px;
}
.antd-pro-pages-dashboard-analysis-twoColLayout[data-v-ef430d16] {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.antd-pro-pages-dashboard-analysis-twoColLayout.desktop div[class^=ant-col][data-v-ef430d16]:last-child {
  position: absolute;
  right: 0;
  height: 100%;
}
.antd-pro-pages-dashboard-analysis-salesCard[data-v-ef430d16] {
  height: calc(100% - 24px);
}
.antd-pro-pages-dashboard-analysis-salesCard[data-v-ef430d16] .ant-card-head {
  position: relative;
}
.dashboard-analysis-iconGroup i[data-v-ef430d16] {
  margin-left: 16px;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: color 0.32s;
  transition: color 0.32s;
  color: black;
}
.analysis-salesTypeRadio[data-v-ef430d16] {
  position: absolute;
  right: 54px;
  bottom: 12px;
}

/*设置统一默认字体大小*/
/*body,td,th,input,span,i{font-size: 12px;}*/
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header{
    padding: 6px 40px 6px 10px!important;
}
.ant-collapse > .ant-collapse-item:last-child, .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header{
    border-radius: 4px 4px 0 0!important;
}
.defaultContent{
    z-index: 100;
}
.vl-notify.vl-notify-alert h2.vl-notice-title{
    z-index: 9!important;
}
/*头部导航栏*/
.ant-menu-submenu-title{
    color: white!important;
    height: 75px;
    line-height: 75px;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected i,.ant-menu.ant-menu-dark .ant-menu-item-selected span, .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected i,.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected span{
    color: white!important;
}
.menuBox .menuitem-overflowed .amenu_head span i{
    color: #00a0e9!important;
}
.ant-menu-submenu-content .amenu_head span:nth-child(1){
    margin-top: 5px!important;
}
.ant-menu-submenu-content .amenu_head span:nth-child(1) i {
    font-size: 22px;
    width: 20px;
    color: #555!important;
}
.ant-menu-submenu-content .amenu_head:hover span:nth-child(1) i{
    color: #00a0e9!important;
}
.ant-menu-submenu-content .amenu_head:hover span:nth-child(2){
    color: #00a0e9!important;
}
.ant-menu-submenu-content .amenu_head{
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
            flex-direction: row!important;
}
.ant-menu-submenu-content .amenu_head span{
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:normal!important;
        -ms-flex-direction:row!important;
            flex-direction:row!important;
    color: #555!important;
}
.button-style-2{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.rx-grid-more-container:hover .rx-grid-more-3{
    border: solid 1px #1890ff!important;
    color:#1890ff!important;
}
.rx-grid-more-container .button-style-3,.rx-grid-more-container .button-style-4{
    margin: 7px 5px!important;
    width: calc(100% - 10px) !important;
}
.button-style-3{
    width: 100%;
    overflow: hidden;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
.button-style-4{
    width: 100%;
    overflow: hidden!important;
    margin-top: 2px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
        -ms-flex-align: center!important;
            align-items: center!important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
.button-style-4 i{
    width: 20px!important;
    height: 17px!important;
    line-height: 14px!important;
}
.button-style-4 span{
    margin-left: 0px!important;
}
.button-style-2 i{
    margin-right: 5px;
}
.button-style-5{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.button-style-5 i ,.button-style-5 svg{
    font-size: 20px!important;
}
/*APP拖拽页面定制*/
.editarea{
    line-height: 24px;
}
.griditem section{
    width: 100%;
}
.griditem section .formlist{
    text-align: center;
}
#rx-form-container >div{
    height: 100%;
}
.menuBox .ant-menu-item{
    border-bottom: 4px solid transparent!important;
}
.menuBox .ant-menu-horizontal > .ant-menu-item:hover,
.menuBox .ant-menu-horizontal > .ant-menu-submenu:hover,
.menuBox .ant-menu-horizontal > .ant-menu-item-active,
.menuBox .ant-menu-horizontal > .ant-menu-submenu-active,
.menuBox .ant-menu-horizontal > .ant-menu-item-open,
.menuBox .ant-menu-horizontal > .ant-menu-submenu-open,
.menuBox .ant-menu-horizontal > .ant-menu-item-selected,
.menuBox .ant-menu-horizontal > .ant-menu-submenu-selected{
    background-color:rgba(0,0,0,.1)!important;
    border-bottom: 4px solid  rgba(0,0,0,.2)!important;
}
.menuBox_white .ant-menu-horizontal > .ant-menu-item:hover, .menuBox_white .ant-menu-horizontal >.menuBox_white .ant-menu-submenu:hover, .menuBox_white.ant-menu-horizontal > .menuBox_white.ant-menu-item-active, .menuBox_white.ant-menu-horizontal > .menuBox_white.ant-menu-submenu-active, .menuBox_white.ant-menu-horizontal >.menuBox_white .ant-menu-item-open,.menuBox_white .ant-menu-horizontal > .menuBox_white.ant-menu-submenu-open,.menuBox_white .ant-menu-horizontal > .ant-menu-item-selected, .menuBox_white.ant-menu-horizontal > .ant-menu-submenu-selected{
    background-color:rgba(24, 144, 255, 0.1)!important;
    border-bottom: 4px solid  rgba(24, 144, 255, 0.2)!important;
}
.menuBox ul{
    border-bottom: none!important;
}
/*接口项目表tab*/
.form_tab .ant-tabs-bar{
    margin: 0px!important;
}
.tabContainer{
    background: white!important;
}
.tabContainer .ant-collapse-item{
 border: none!important;
}
.tabContainer .ant-collapse-header{
    border: solid 1px #e6e8eb;
}
.tabContainer .ant-collapse-borderless{
    background: white!important;
}
.tabContainer .ant-collapse-content{
    background: white!important;
    padding: 0px!important;
}
.tabContainer .ant-collapse-content-box{
    padding:10px 0px!important;
}
/**/
.tabColumn .ant-tabs-bar{
    background-color: #f5f7fa;
}
.category > div{
    text-align: left;
}
.hint .ant-form-explain{
    position: absolute;
}
.cssTransforms{
    background: none!important;
}
.editModl > .ant-collapse > .ant-collapse-item{
    border: none!important;
}
.editModl .ant-collapse-content{
    border: none!important;
}
.afromlist .ant-row{
    margin-bottom: 15px!important;
}
.wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.wrap >div:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.modeboder .ant-collapse-borderless > .ant-collapse-item {
    border-bottom:none!important;
}
/* 按钮统一样式 */
.table-operator > button:nth-child(1):not([disabled="disabled"]):not(.ant-btn-danger){
    color: #ffffff;
    background-color: #1890ff;
    border-radius: 4px;
    border: solid 1px #1890ff;
}
.table-operator > button:nth-child(1).ant-btn-danger:not([disabled="disabled"]){
    color: #ffffff;
    background-color: #ff4d4f;
    border: solid 1px #ff4d4f;
}
.table-operator > button:nth-child(1).ant-btn-danger:not([disabled="disabled"]):hover,
.table-operator > button:nth-child(1).ant-btn-danger:not([disabled="disabled"]):focus{
    color: #ffffff;
    background-color: #ff7875;
    border: solid 1px #ff7875;
}
/* 添加删除上下移 */
.addbutton button{
    height: 30px;
    line-height: 23px;
    text-align:center;
    background-color: #f5f7fa;
    border-radius: 4px;
    border: solid 1px #dadde0;
    color: #46494d;
    margin-right: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
.addbutton button:nth-child(2):hover{
    background-color: #ffebeb;
    border: solid 1px #f2a3a1;
    color: #ff7875;
}
.addbutton button:hover{
    background-color: #eff8ff;
    border: solid 1px #40a9ff;
    color: #40a9ff;
}
.addbutton button:focus{
    background-color: #e3edfa;
    color: #40a9ff;
    border: solid 1px #096dd9;
    outline: none;
}
.icstyl{
    margin-right: 8px;
}
/*.ant-btn-primary{
  margin-top: 20px;
  margin-left: 20px;
}*/
#formContainer_Contacts{
    height: 100%;
    width: 100%;
    background-color: white;
}
.ant-calendar-picker, .ant-input-number{
    width: 100%!important;
}
/*.ant-upload.ant-upload-select-picture-card {*/
/*    margin: auto!important;*/
/*    display: table;*/
/*    width: 100%;*/
/*    height: 140px;*/
/*    text-align: center;*/
/*    vertical-align: top;*/
/*    background-color: #fafafa;*/
/*    border: 1px dashed #d9d9d9;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    float: none!important;*/
/*    -webkit-transition: border-color 0.3s ease;*/
/*    transition: border-color 0.3s ease;*/
/*}*/
.ant-upload.ant-upload-select-picture-card > .ant-upload{
    font-size: 28px;
}
.loadInfolist{
    margin-top: 100px;
    margin-bottom: 20px;
}
.extra-item{
    font-size: 0;
    display: inline-block;
}
.ant-popover-inner{
    position: absolute;
    z-index: 999;
    top: -60px;
}
.extra-item:before{
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.btnSpan{
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    background: #1890ff;
    display: inline-block;
    margin-right: 6px;
    cursor:pointer;
    font-size: 12px;
    vertical-align: middle;
}
.btnSpan i{
    color: #fff;
    font-size: 10px;
    margin-top: 3px;
}
.gridLayoutClass {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4px;
}
.bodyDivClass{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    bottom: 0px!important;
}
.ant-popover-inner-content {
    min-width: 200px;
}
.toolTabs {
    height: 100%;
}
ul, li {
    list-style: none;
}
.bodyDivClass .itmelist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.itmelist p{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itmelist:hover{
    background: #f8f8f8;
    cursor: pointer;
}
.itmelist:hover p{
    color: #1890ff;
}
.bodyDivClass>ul{
    padding:0 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    overflow: auto;
}
.itmelist{
    padding-left: 20px;
    position: relative;
    line-height: 30px;
}
.itmelist:before{
    content: "\25A0";
    display: inline-block;
    position: absolute;
    left: 0px;
    font-size: 1px;
    color: #ccc;
    width: 5px;
    height: 5px;
    background-color: #ccc;
    overflow: hidden;
    margin-left: 5px;
}
.itmelist b{
    font-style: normal;
    display: inline-block;
    padding: 4px 8px;
}
.itmelist span{
    font-size: 12px;
}
.cssTransforms{
    background: #ddd;
}
ul,li,p{
    list-style: none;
    padding: 0;
    margin: 0;
}
.msgBoxs{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.msgUl{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.msgUl>li{
    padding: 5px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.msgUl>li:first-child{
}
.msgContent{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
}
.msgContent>b{
    font-size: 24px;
}
.msgContent>p{
    margin-top: 4px;
    font-size: 16px;
}
.contentBox{
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
}
.msgIconBox{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 46px;
}
/*
.page-header-index-wide,
.page-header-index-wide .ant-card,

.page-header-index-wide .ant-card .ant-card-body .salesCard
{
  height: 100%;
  box-sizing: border-box;
}
.page-header-index-wide .ant-card-bordered{
  display: flex;
  flex-direction: column;
}
.page-header-index-wide  .ant-card .ant-card-head{
  box-sizing: border-box;
}
.page-header-index-wide .ant-card .ant-card-body{
  flex: 1;
  box-sizing: border-box;
  position: relative;
}
.page-header-index-wide .ant-card .ant-card-body >div{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  overflow: auto;
}*/
.gridLayoutClass{
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 0;
}
.indexHome .gridLayoutClass{
    border: 0;
}
.indexHome .gridLayoutClass .bodyDivClass{
    padding: 10px 15px;
    position: relative;
}
.salesCard .gridLayoutClass .headPClass{
    display: none;
}
.page-header-index-wide,
.page-header-index-wide .salesCard{
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
}
#formContainer{
    background: transparent;
    width: 100%;
}
/*图表 间距问题*/
.indexHome .chartBox{
    padding: 10px;
}

/*tab*/
.salesCard .ant-tabs-extra-content{
    line-height: 45px!important;
}
/* 门户首页样式 */
.ant-badge-status-error{
    text-align: center;
    margin-top: -8px;
    margin-left: 8px;
}
.events{
  margin-bottom: 13px;
}
.ant-fullcalendar{
    border-top: none;
    border-bottom: 1px dashed #d8e2ec;
}
.ant-fullcalendar-today .ant-fullcalendar-value, .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value{
    border-radius: 50%;
}
/* .content {
height: calc(100vh - 130px)!important;
overflow: hidden;
overflow-y: auto;
} */
.gridLayoutClass{
    border: none;
}
.cssTransforms{
    border-radius: 5px;
}
.itmelist{
    line-height: 38px;
    border-bottom: 1px dashed #d8e2ec;
}
.itmelist p{
    color: #555555;
    margin-right: 22px;
}
.listing ul li:nth-child(6){
    border-bottom: none;
}
.bodyDivClass{
    padding-bottom: 0px;
}
.bodyDivClass ul li:last-child{
    border-bottom: none;
}
.relist{
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 700;
}
.revutton{
    border:none;
    background-color: white;
    color: #1890ff;
    width: 100px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: calc(50% - 50px);
}
.ant-tabs-bar{
    padding-left: 15px;
    padding-right: 15px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab{
    padding: 0px!important;
    line-height: 50px!important;
    text-align:center!important;
}
.ant-tabs-tab{
    color: #555;
}
.inglist{
    width: 100%;
    height: 100%;
}
.inglist img{
    width: 280px;
    height: 230px;
}
.listing{
    float: right!important;
    width: calc(100% - 290px);
}
.aclsty{
    width: 280px;
    height: 230px;
    float: left;
    border-radius: 5px;
}
/*.ant-carousel .slick-dots{*/
/*    top: 200px!important;*/
/*}*/
.acarlist{
    text-align: center;
    width: 280px;
    height: 220px;
    overflow: hidden;
}
.ant-carousel  .slick-slide {
    text-align: center;
    width: 280px;
    /*height: 220px;*/
    overflow: hidden;
}
.ant-carousel  .custom-slick-arrow {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #fff;
    opacity: 0.3;
}
.ant-carousel  .custom-slick-arrow:before {
    display: none;
}
.ant-carousel  .custom-slick-arrow:hover {
    color: #555555!important;
}
.ant-carousel  .slick-slide h3 {
    color: #fff;
}
.headPClass{
    border-bottom:1px solid #e8e8e8;
    color: #333;
    line-height: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding:0 15px;
}
.schstyle{
    margin-bottom: 10px;
}
.ant-steps-item-content{
    /*width: 100%!important;*/
    margin-left: 20px;
    padding-right: 20px;
}
.journalism_ul{
    overflow: hidden;
    float: left;
}
.journalism_ul li{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.hercla{
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
    line-height: 48px!important;
}
.ant-steps-dot .ant-steps-item-tail{
    height: 93%!important;
}
.ant-steps-item-tail::after{
    display: inline-block;
    position: absolute!important;
    top: 13px;
    color: #ced7df;
    height: 100%!important;
    padding: 38px 0 6px!important;
}
.FormBusSolutionShow_Asteps .ant-steps-item-title::after{
    height: 2px!important;
}
.FormBusSolutionShow_asteps .ant-steps-item-content{
    margin: 0px!important;
    padding: 0px!important;
}
.FormBusSolutionShow_Asteps .ant-steps-item-title{
    padding: 0px!important;
    font-size: 14px!important;
    line-height: 17px!important;
    color: #46494d!important;
    margin-top: 4px;
    font-weight: 600!important;
    font-stretch: normal;
    font-family: MicrosoftYaHei-Bold;
}
.FormBusSolutionShow_Asteps .ant-steps-item-icon{
    margin-right: 7px!important;
}
.FormBusSolutionShow_Asteps .ant-steps-vertical .ant-steps-item-content{
    min-height: 78px!important;
    margin: 0px!important;
    padding: 0px!important;
    top: 21px!important;
}
.FormBusSolutionShow_Asteps .ant-steps-item-tail{
    top: 11px!important;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon{
    position: absolute;
}
.ant-steps-dot .ant-steps-item-content{
    padding-bottom: 15px;
}
/*.ant-steps-item-title::after{*/
/*    width: 0px!important;*/
/*}*/
.remindCalss{
    color: red;
    font-style: normal;
}
.remind_ul li{
    width: 100%;
    margin: auto;
    border-bottom: 1px dashed #d8e2ec;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}
.remind_ul li:last-child{
    border-bottom: 0;
}
.remind_ul li span{
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    color: white;
    text-align: center;
    line-height: 28px;
    float: left;
}
.remind_ul li span{
    background-color: #5ad691;
}
.remind_ul li:nth-child(2n) span{
    background-color: #7391ff!important;
}
.remind_ul li:nth-child(3n) span{
    background-color: #fe9639!important;
}
.remind_ul li:nth-child(5n) span{
    background-color: #19cac4!important;
}
.remind_ul li:nth-child(7n) span{
    background-color: #458bff!important
}
.remind_a:hover{

    color: blue!important;
}
.remind_a{

    cursor:pointer;
    float: left;
    line-height: 28px;
    width: calc(100% - 50px);
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ant-steps-dot .ant-steps-item-content{
    width: 100%;
}
.headerstyle {
    width: 100%;
    overflow: hidden;
    padding: 15px 0px 15px 15px;
}
.headerstyle li {
    float: left;
    width: calc(25% - 15px);
    height: 96px;
    margin-right: 15px;
    border-radius: 5px;
    padding: 15px;
}
.headerstyle_li {
    overflow: hidden;
    width: 50%;
    float: left;
}
.headerstyle_li span {
    clear: both;
    float: left;
    padding: 0px;
}
.headerstyle_li span:nth-child(1) {
    color: white;
    font-size: 30px;
}
.headerstyle_li span:nth-child(2) {
    color: white;
    font-size: 14px;
}
.header_icon {
    float: right;
    font-size: 40px;
    line-height: 96px;
    margin-top: -15px;
    color: white;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value{
    border-radius: 50%;
}
.shijian{
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    height: 23px;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: -50px;
    color: #777777;
}
.shijian_year{
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    height: 23px;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: -125px;
    color: #777777;
}
.calenlist{
    margin-left: 132px!important;
    width:calc(100% - 126px)!important;
}
.ant-steps-vertical .ant-steps-item {
    display: block;
    overflow: visible;
}
.application{
    width: 1000px;
    height: 500px;
    background-color: white;
}
.application_ul{
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.application_ul li{
    width: 130px;
    height:130px;
    border-radius: 5px;
    margin-top: 4px;
    float: left;
    cursor:pointer;
    position: relative;
}
.application_ul li:hover{
    background-color: #f0f2f5;
}
.application_iconfont{
    margin: auto;
    margin-top: 25px;
    width: 60px;
    height: 60px;
    background-color: #458bff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 28px;
}
.application_ul li:hover .application_delete{
    display: block!important;
}
.application_delete{
    position: absolute;
    color: #8c929a!important;
    top: 6px;
    display: none!important;
    right: 6px;
}
.cursor{
    cursor:pointer
}
.application_ul li span{
    display: block;
    width:100%;
    text-align: center;
    color: #555555;
    font-size: 14px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 45px;
    line-height: 45px;
}
.journalism_span{
    color: #1890ff;
    cursor:pointer;
    font-size: 12px;
    position: relative;
    top: 4px;
}
.journalism_span span{
    margin-left: 5px;
    display: inline-block;
    background: #ecf4ff;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    border-radius: 2px;
}
.journalism_span span:hover{
    background:#1890ff;
    color: #fff;
}
.ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-submenu:hover, .ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-submenu-active, .ant-menu-horizontal > .ant-menu-item-open, .ant-menu-horizontal > .ant-menu-submenu-open, .ant-menu-horizontal > .ant-menu-item-selected, .ant-menu-horizontal > .ant-menu-submenu-selected{
    background: rgba(24, 144, 255, 0.1);
}
.load-span{
    position: fixed;
    margin-top:calc(50vh - 1.5rem);
    margin-left:calc(50vw - 1.5rem);
}
.load-span > .ant-spin-dot {
    width: 3em!important;
    height: 3em!important;
}
.load-span span i{
    width: 25px!important;
    height: 25px!important;
}




/*================================================================*/
.gridLayoutClass .portal-list-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.gridLayoutClass .listContent{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.gridLayoutClass .listContentBox{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 3px;
}
.gridLayoutClass .headerTitle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 4px;
}
.gridLayoutClass .headerTitle > header {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
}
.gridLayoutClass .headerTitle .more{
    color: #3d5dff;
    display: inline-block;
    padding: 4px 0 4px 4px;
    font-size: 12px;
    cursor:pointer;
}
.gridLayoutClass .insColumnDef{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit;
}
.gridLayoutClass .headerTitle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 6px;
    padding-left: 2px;
}
.gridLayoutClass .headerTitle > header {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
}
.gridLayoutClass .headerTitle .more{
    color: #3d5dff;
    display: inline-block;
    padding: 4px 0 4px 4px;
    font-size: 12px;
    cursor:pointer;
}
.gridLayoutClass .portalContent{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(6, 0, 1, 0.1);
            box-shadow: 0px 1px 3px 0px rgba(6, 0, 1, 0.1);
    border-radius: 3px;
}
.gridLayoutClass .portalContentBox{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}
.gridLayoutClass .portalList{
    height: 100%;
}
.gridLayoutClass .portalList > ul{
    padding:8px 15px;
    height: 100%;
}
.gridLayoutClass .list-li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.gridLayoutClass .list-li:hover{
    color: #3d5dff;
}
.gridLayoutClass .list-li .state{
    display: inline-block;
    padding: 1px 5px;
    border: 1px solid #ff5958;
    color: #ff5958;
    font-size: 12px;
    border-radius: 2px;
}
.gridLayoutClass .list-li .icon{
    padding: 0 4px;
}
.gridLayoutClass .list-li .text{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 150px;
    padding: 0 14px 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.gridLayoutClass .list-li .itemText{
    padding-left: 8px;
}
.gridLayoutClass .list-li .listColumn{
    padding-left: 14px;
    min-width: 94px;
}
.gridLayoutClass .list-li .time{
    padding-right: 0;
}

/*tab*/
.gridLayoutClass .page-header-index-wide .portal-tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.gridLayoutClass .portal-tabs .ant-tabs-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.gridLayoutClass .portal-tabs .portal-tabs-item{
    height: 100%;
}
.gridLayoutClass .portal-tabs .portal-tabs-item .headerTitle{
    display: none;
}
.gridLayoutClass .portal-tabs  .ant-tabs-bar{
    background-color: #d5dfef;
}
.gridLayoutClass .portal-tabs  .ant-tabs-tab-active{
    background: #fff;
}
.gridLayoutClass .portal-tabs .ant-tabs-ink-bar{
    bottom: auto;
    top: 0;
    height: 4px;
}
.gridLayoutClass .portal-tabs.portal-tabs .ant-tabs-large-bar .ant-tabs-tab{
    padding:0 20px!important;
    line-height: 52px!important;
    margin: 0!important;
}
.gridLayoutClass .portal-msg-box{
    height: 100%;
    background: #f0f2f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.gridLayoutClass .portal-msg-item{
    padding:  20px;
    background: #fff;
    border-radius: 3px;
}
.gridLayoutClass .portal-msg-item .msg_icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}
.gridLayoutClass .portal-msg-div{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.gridLayoutClass .portal-msg-content{
    text-align: right;
    font-size: 24px;
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.gridLayoutClass .portal-msg-content p{
    font-size: 12px;
    color: #abaeb8;
}
.gridLayoutClass .ant-badge-status-error{
    font-size: 14px;
    background-color: #f5222d!important;
}
.gridLayoutClass .portal-application-ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.gridLayoutClass .portal-application-ul li{
    width: 16%;
    text-align: center;
}
.gridLayoutClass .portal-application-ul .appIcon{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    color: #fff;
}
.gridLayoutClass .portal-application-ul li:nth-child(1) .appIcon{
    background-color: #0595fe;
}
.gridLayoutClass .portal-application-ul li:nth-child(2) .appIcon{
    background-color: #458bff;
}
.gridLayoutClass .portal-application-ul li:nth-child(3) .appIcon{
    background-color: #09bcb9;
}
.gridLayoutClass .portal-application-ul li:nth-child(4) .appIcon{
    background-color: #76d32c;
}
.gridLayoutClass .portal-application-ul li:nth-child(5) .appIcon{
    background-color: #f0cb39;
}
.gridLayoutClass .portal-application-ul li:nth-child(6) .appIcon{
    background-color: #ff7675;
}
.gridLayoutClass .portal-application-ul li span{
    display: block;
    padding-top: 10px;
}

/*日程*/
.gridLayoutClass.portal-calendar{
    background-color: transparent;
}
.gridLayoutClass .bodyDivClass.schstyle{
    background-color: #fff;
    margin-bottom: 0;
}
.gridLayoutClass .portal-calendar .headPClass{
    line-height: normal;
    height: auto;
    padding-bottom: 8px;
    margin-bottom: 4px;
    margin-left: 0;
    border: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
}
.gridLayoutClass .formCustomized .headerTitle{
    display: none;
}
.gridLayoutClass .formCustomized .headPClass{
    margin: 0;
}
/*首页我的日程*/
.indexHome .ant-steps-vertical{
    margin-left: 60px;
}
.indexHome .ant-steps-item-container{
    width: calc(100% - 60px);
}
.indexHome .ant-badge-status-dot {
    position: relative;
    top: 7px;
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    border-radius: 50%;
}
.indexHome .ant-fullcalendar-header {
    padding: 0px 16px 11px 0;
    text-align: left;
}
.indexHome .ant-fullcalendar-value{
    width: 26px;
    height: 26px;
}
/*弹窗上左下右结构*/
.formBodefLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 30px);
    margin: auto;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formBodefLayout-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.formBodefLayout-le {
    width: 200px;
    height: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px 10px;
    margin-right: 10px;
}
.formBodefLayout-ri {
    width: 200px;
    height: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px 10px;
    margin-left: 10px;
}
.formBodefLayout-grid {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
}
.ant-tooltip{
    max-width: 500px!important;
}
.my-filterIcon{
    width: 18px!important;
    right: auto!important;
    z-index: 99;
    color: rgba(0, 0, 0, 0.45) !important
}
.my-filterIcon:hover{
    color: #40a9ff!important;
}
.filter-button{
    margin-top: 10px;
}
.filter-button-form{
    margin: -10px 0px 10px 23px;
}
.filter-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.filterGrid{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.vue-grid-layout #formContainer{
    background-color: transparent;
}
/*新版的 消息盒子*/
.message-container{
    background-color: #fff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4px;
}
.message-header-title{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-weight:bold;
}
.message-container .message-content{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.message-content .message-list{
    padding: 10px;
    width: auto;
}
.message-content .message-list .message-icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 49px;
    border-radius: 29px;
    text-align: center;
    background-color: red;
    color: #fff;
    vertical-align: middle;
    font-size: 24px;
}
.message-content .message-text{
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
}
.message-content .message-conut{
    font-weight: bold;
}

.custom-view[data-v-b9eefaf6]{
    padding: 10px;
    background: white;
    height: 100%;
    overflow: auto;
}


.expandedRowBox[data-v-3ef23a0d] {
    height: 300px;
    overflow: auto;
}

.CalendarView-list-right-more:hover .CalendarView-list-right-more-hover {
  display: block;
}
.CalendarView-list-right-more-hover li:hover {
  color: #458bff;
}
.CalendarView-list-right-more-hover {
  position: absolute;
  display: none;
  right: -21px;
  z-index: 99;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.1);
  min-width: 70px;
  border-radius: 0px 4px 4px 0px;
  top: 24px;
  padding: 4PX 13PX;
}
.CalendarView-list-right-more-hover li {
  height: 20px;
  line-height: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.CalendarView-list-right-more {
  width: 25px;
  height: 25px;
  background-color: #ecf3ff;
  border-radius: 25px;
  text-align: center;
  line-height: 25px;
  margin: 10px;
  cursor: pointer;
  position: relative;
}
.CalendarView-list-right-more i {
  color: #458bff;
}
.CalendarView-relist-common {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CalendarView-relist-common-ri {
  width: 52px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: rgba(69, 139, 255, 0.1);
  border-radius: 2px;
  color: #458bff;
  font-size: 12px;
  cursor: pointer;
  margin-top: 10px;
}
.CalendarView-head-ri-more-icon {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  border: solid 1px #dfdfdf;
  font-size: 20px;
  margin-top: 12px;
  color: #555555;
}
.CalendarView-head-ri-more:hover .CalendarView-head-ri-more-hover {
  display: block!important;
}
.CalendarView-head-ri-more-hover {
  position: absolute;
  display: none;
  right: -22px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.1);
  border-radius: 0px 4px 4px 0px;
  top: 45px;
  padding: 0PX 13PX;
  width: 82px;
}
.CalendarView-head-ri-more-hover li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  margin: 2px 0px;
  text-align: center;
  line-height: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.CalendarView-head-ri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.CalendarView-head-ri .CalendarView-head-ri-add {
  font-size: 14px;
  color: #458bff;
  cursor: pointer;
}
.CalendarView-head-ri .CalendarView-head-ri-more {
  cursor: pointer;
  margin-left: 20px;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 54px;
  font-size: 14px;
}
.CalendarView-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0px 23px;
}
.CalendarView-head .CalendarView-head-le {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 54px;
  font-size: 16px;
  color: #333333;
}
.events {
  margin-bottom: 15px!important;
}
.calend-span {
  display: block;
  margin: auto;
  width: 4px;
  border-radius: 4px;
  height: 4px;
  background: white;
}
.calend-span-red {
  display: block;
  margin: auto;
  width: 4px;
  border-radius: 4px;
  height: 4px;
  background: #1890ff;
}
.CalendarView-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e8e8e8;
}
.CalendarView-schedule-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  margin-top: 10px;
}
.CalendarView-schedule-head .CalendarView-schedule-head-today {
  border-radius: 7px;
  border: solid 1px #dfdfdf;
  padding: 0px;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  width: 41px;
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
}
.CalendarView-schedule-head .CalendarView-schedule-head-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 15px;
  color: #333333;
  font-weight: 700;
}
.CalendarView-schedule-head .CalendarView-schedule-head-left:hover {
  background-color: #ebeef0;
  cursor: pointer;
}
.CalendarView-schedule-head .CalendarView-schedule-head-left {
  color: #697377;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.CalendarView-schedule-head .CalendarView-schedule-head-left i {
  font-size: 27px;
}
.CalendarView-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.CalendarView-flex > div:nth-child(2),
.CalendarView-flex > div:nth-child(3) {
  padding: 0px 13px;
}
.alendarView-list-flex {
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.CalendarView-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #4f65ff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(6, 0, 1, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(6, 0, 1, 0.1);
  border-radius: 0px 2px 2px 0px;
}
.CalendarView-list .CalendarView-list-left {
  margin-left: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 100px);
  padding: 7px 0px;
}
.CalendarView-list .CalendarView-list-left div {
  display: block;
  color: #a8b2bd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CalendarView-list .CalendarView-list-left .CalendarView-list-head {
  color: #333333;
  margin-bottom: 7px;
}
.CalendarView-list .CalendarView-list-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CalendarView-list .CalendarView-list-right span {
  width: 43px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #f2f2f2;
  color: #777777;
  border-radius: 4px;
  margin-top: 10px;
  display: block;
}
.CalendarView-relist {
  color: #333333;
  line-height: 30px;
  margin-top: 10px;
  padding-left: 7px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.CalendarView-img {
  position: absolute;
  top: 106px;
  left: 0px;
  height: 272px;
  width: 100%;
}
.CalendarView {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(6, 0, 1, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(6, 0, 1, 0.1);
  border-radius: 3px;
}
.CalendarView .ant-fullcalendar-header {
  height: 0px!important;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}
.CalendarView .ant-fullcalendar-calendar-body {
  padding-top: 0px!important;
}
.CalendarView .ant-fullcalendar-column-header {
  line-height: 40px!important;
}
.CalendarView .ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.CalendarView .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(250, 250, 250, 0.3);
}
.CalendarView .ant-fullcalendar-value {
  color: white;
}
.CalendarView .ant-badge-status-dot {
  position: relative;
  top: 8px!important;
  display: inline-block;
  width: 4px!important;
  height: 4px!important;
  vertical-align: middle;
  border-radius: 50%;
  background: red;
}
.CalendarView .ant-fullcalendar-value:hover {
  background: none;
  -webkit-box-shadow: 0 0 0 2px #fdfeff inset !important;
  border-radius: 50%;
}
.CalendarView .relisdian {
  cursor: pointer;
}
.CalendarView .ant-fullcalendar-value {
  width: 35px;
  height: 35px;
  line-height: 34px;
}
.CalendarView .ant-fullcalendar-today .ant-fullcalendar-value,
.CalendarView .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  -webkit-box-shadow: 0 0 0 2px #fdfeff inset !important;
}
.CalendarView .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  background-color: white;
  color: #485fff;
}
.CalendarView-schedule .ant-fullcalendar-column-header {
  color: #ffffff !important;
}
.CalendarView-schedule .ant-fullcalendar-tbody {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.CalendarView-schedule .ant-fullcalendar {
  background-image: linear-gradient(-33deg, #6e52ff 0%, #4e66ff 100%), linear-gradient(#f0f2f5, #f0f2f5);
  border-radius: 5px;
  border: none!important;
  overflow: hidden;
}
.CalendarView-schedule tr:nth-child(odd) {
  background: none!important;
}


.custom-view-mobile-head[data-v-7aaee5ea]{
    text-align: center;
    line-height: 27px;
    border-bottom: 1px solid #dadde0;
    margin-bottom: 10px;
    color: #303030;
}
.custom-view-mobile[data-v-7aaee5ea]{
  width: 380px;
  height: 700px;
  margin: auto;
  margin-top: 16px;
  background-position: center;
  background: url(../../static/img/mobile.b5fb07f8.png);
  background-size: 100% 100%;
  overflow: hidden;
  padding: 50px 30px 0px 30px;
}
.custom-view[data-v-7aaee5ea]{
    margin: auto;
}


.filter-button[data-v-5a288bb6]{
    margin-left: 20px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.filter-component[data-v-5a288bb6] .ant-select-tree{
    max-height: 400px!important;
    overflow: auto;
    margin-top: 10px;
}
.filter-component-list-vertical[data-v-5a288bb6]{
    margin-left: 20px;
    margin-top: 15px;
}
.filter-component-list-ri-vertical[data-v-5a288bb6]{
    margin-top: 8px;
    margin-right: 10px;
}
.filter-component-list[data-v-5a288bb6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 15px;
}
.filter-component-list-le[data-v-5a288bb6]{
    width:20%;
    text-align: right;
    margin-right: 10px
}
.filter-component-list-ri[data-v-5a288bb6]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
}
.filter-component[data-v-5a288bb6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.filter-1[data-v-5a288bb6]{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
}
.filter-2[data-v-5a288bb6]{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33% !important;
            flex: 0 0 33.33% !important;
}
.filter-3[data-v-5a288bb6]{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66% !important;
            flex: 0 0 66.66% !important;
}
.filter-4[data-v-5a288bb6]{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
}
.filter-5[data-v-5a288bb6]{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
}
.filter-component[data-v-5a288bb6] .ant-select-selection__rendered{
    height: 30px!important;
    overflow: hidden!important;
}
.filter-component[data-v-5a288bb6] .ant-select-selection__rendered > ul > li{
    max-width: 120px;
}

.InsNewsEdit-uploading-getSize {
  font-size: 14px;
  color: #c0c5cc;
  width: 100px;
}
.InsNewsEdit-uploading-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.InsNewsEdit-uploading-name {
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 10px;
  color: #46494d;
  margin-right: 83px;
}
.InsNewsEdit-uploading {
  background-color: #f8f8f8;
  width: 100%;
  border-radius: 5px 0px 5px 5px;
  margin-top: 50px;
  padding: 0px 18px;
}
.InsNewsEdit-html {
  width: 100%;
  margin-top: 30px;
}
.InsNewsEdit-html img {
  max-width: 100%;
}
.InsNewsEdit-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8a9199;
  font-size: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 20px;
}
.InsNewsEdit-user i {
  margin-right: 8px;
}
.InsNewsEdit-user span {
  margin-right: 19px;
}
.InsNewsEdit-subject {
  color: #222222;
  font-size: 28px;
  text-align: center;
}
.InsNewsEdit-abstract {
  background-color: #f8f8f8;
  border-radius: 5px;
  width: 100%;
  line-height: 22px;
  letter-spacing: 0px;
  color: #555555;
  font-size: 14px;
  padding: 15px;
  margin-top: 20px;
}
.fileIcon {
  display: inline-block;
  margin-top: 4px;
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: -102px -60px;
  vertical-align: middle;
}
.fileText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wordBox {
  background-position: -56px -10px;
}
.txtBox {
  background-position: -56px -110px;
}
.pdfBox {
  background-position: -56px -60px;
}
.excelBox {
  background-position: -194px -10px;
}
.rarBox {
  background-position: -10px -110px;
}
.zipBox {
  background-position: -194px -110px;
}
.imageBox {
  background-position: -102px -60px;
}
.mediaBox {
  background-position: -148px -110px;
}
.otherBox {
  background-position: -102px -110px;
}


.carousel-titleField[data-v-11728669]{
    position: relative;
}
.carousel-titleField-text[data-v-11728669]{
    position: absolute;
    bottom: 30px;
    left: 10px;
    color: white;
    font-weight: 600;
    font-size: 18px;
}
/* For demo */
.ant-carousel[data-v-11728669] .slick-slide {
    text-align: center;
}
#carousel[data-v-11728669] .slick-dots{
    top:calc(100% - 20px) !important;
}
.ant-carousel[data-v-11728669] .custom-slick-arrow {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #fff;
    background-color: rgba(31, 45, 61, 0.11);
    opacity: 0.3;
}
.ant-carousel[data-v-11728669] .custom-slick-arrow:before {
    display: none;
}
.ant-carousel[data-v-11728669] .custom-slick-arrow:hover {
    opacity: 1;
}
.ant-carousel[data-v-11728669] .custom-slick-arrow:hover i{
    color: #1890ff!important;
}
.ant-carousel[data-v-11728669] .slick-slide h3 {
    color: #fff;
}
/**/
#carousel[data-v-11728669]{
   height: 100%;
   overflow: hidden;
}
.carousel-view-img[data-v-11728669]{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.carousel-view-img-full[data-v-11728669]{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
}
.black[data-v-11728669]{
    background-color: black;
}
.white[data-v-11728669]{
    background-color: white;
}
.grey[data-v-11728669]{
    background-color: grey;
}


.left[data-v-e91efe18]{
    text-align: left;
    line-height: 20px;
    margin-bottom: 9px;
}
.right[data-v-e91efe18]{
    text-align: right;
    line-height: 20px;
    margin-bottom: 9px;
}
.center[data-v-e91efe18]{
    text-align: center;
    line-height: 20px;
    margin-bottom: 9px;
}
.name[data-v-e91efe18]{
    font-size: 15px;
    font-weight: 600;
}
.wrapp[data-v-e91efe18]{
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 10px;
}


.wrap[data-v-175b7bdc]{
    position: relative;
}
.left-top[data-v-175b7bdc]{
    margin-left: 10px;
}
.center-top[data-v-175b7bdc]{
    text-align: center;
}
.right-top[data-v-175b7bdc]{
    text-align: right;
}
.bottom-left[data-v-175b7bdc]{
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 99;
}
.bottom-center[data-v-175b7bdc]{
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 99;
}
.bottom-right[data-v-175b7bdc]{
    position: absolute;
    text-align: center;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}


.wrap[data-v-87d579ea]{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.numerical-component-list[data-v-87d579ea]{
    width: 100%;
}
.numerical-component-list-common-head[data-v-87d579ea]{
    font-size: 20px;
    font-weight: 600;
}
.numerical-component-list-common[data-v-87d579ea]{
    text-align: center;
    float: left;
    margin-bottom: 20px;
}
.numerical-component-list-bo[data-v-87d579ea]{
    width: 98%;margin: auto;
    padding: 10px 0px;
    border-radius: 5px;
}

.pie-wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #dadde0;
  background: #fff;
}


.bpm-task-executors .bpm-table[data-v-23dc03c7]{
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
.bpm-task-executors .bpm-table th[data-v-23dc03c7],td[data-v-23dc03c7]{
     height: 38px;
     line-height: normal;
     background-color: #f8f8f8;
     /*border-radius: 4px 4px 0px 0px;*/
     border-bottom: 1px solid #d9d9d9;
     border-right: 1px solid #d9d9d9;
     padding:10px;
     color: #444444;
     font-size: 14px;
     font-weight: normal;
}
.bpm-task-executors .bpm-table th[data-v-23dc03c7]:last-child{
     border-right: none;
}
.bpm-task-executors .bpm-table td[data-v-23dc03c7]{
     background-color: white;
     border-right: 1px solid #d9d9d9;
     color: #46494d;
}


.rxLayout .ant-form-item[data-v-1c4297ad]{
  margin-bottom: 10px;
}
.flowContainer[data-v-1c4297ad]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding:10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flowFooter[data-v-1c4297ad]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.flowFooter>div[data-v-1c4297ad]{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom:0;
}


.tribute-container {
    position: fixed!important;
    top: 0;
    left: 0;
    height: auto;
    max-height: 300px;
    max-width: 500px;
    overflow: auto;
    display: block;
    z-index: 999999;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(#000, 0.13);
            box-shadow: 0 1px 4px rgba(#000, 0.13);
}


.chat-box__input[data-v-41275ba1] {
    text-align: left;
    height: 130px;
    overflow: auto;
    color: #333333;
    border:1px solid #ddd;
    border-radius: 5px;
}
.chat-box__input[data-v-41275ba1]:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24,144,255,.2) !important;
            box-shadow: 0 0 0 2px rgba(24,144,255,.2) !important;
    border: 1px solid #40a9ff;
}
ul[data-v-41275ba1] {
    padding: 10px;
    background-color: #fff;
}
li[data-v-41275ba1] {
    list-style: none;
    line-height: 36px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: none;
}
li.highlight[data-v-41275ba1],
li[data-v-41275ba1]:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}
[data-v-41275ba1] .tribute-mention {
    display: inline-block;
    padding: 1px 5px;
    background-color: rgba(200, 221, 251, 0.45);
    color: #4090ff;
}


.bpm-inst-container[data-v-095f1a79]{
    width: 100%;
    height:100%;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.bpm-inst-content[data-v-095f1a79]{
    overflow:auto;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    padding: 10px;
    border-bottom:1px solid #ddd;
}
.bpm-item-div[data-v-095f1a79]{
    padding-bottom: 10px;
    margin-bottom:6px;
}
.bpm-item-div-edit[data-v-095f1a79]{
    background-color: #f7f7f7;
    border-radius: 4px;
    padding:10px;
}
.bpm-toolbar-right-select[data-v-095f1a79] .ant-tag{
    margin-right: 0;
}
.bpm-toolbar-right-select[data-v-095f1a79]{
    padding-right:10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bpm-toolbar-right[data-v-095f1a79]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom:4px;
}
.bpm-header-toolbar[data-v-095f1a79]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height:normal;
}
.bpm-collapse[data-v-095f1a79] .ant-form-item{
    margin-bottom: 14px;
}
.bpm-form-item[data-v-095f1a79] .ant-form-item-label{
    line-height:normal;
}
.bpm-collapse[data-v-095f1a79]{
    border:0;
    background: #fff;
}
.bpm-collapse[data-v-095f1a79] .ant-collapse-item{
    border-bottom:0;
}
.bpm-collapse[data-v-095f1a79] .ant-collapse-item > .ant-collapse-header{
    padding: 6px 6px 6px 20px;
}
.bpm-collapse[data-v-095f1a79] .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow{
    margin-top:1px;
    left:0;
}
.bpm-collapse[data-v-095f1a79] .ant-collapse-content > .ant-collapse-content-box{
    padding:0;
}
.bpm-collapse[data-v-095f1a79] .ant-collapse-content{
    border-top:0;
}
.divider[data-v-095f1a79] {
    font-size: 14px;
    position: relative;
    margin: 10px 0;
}
.divider > span[data-v-095f1a79] {
    display: inline-block;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 10px;
    font-weight: bold;
}
.divider > span[data-v-095f1a79]:before {
    content: '';
    display: inline-block;
    height: 14px;
    background: #4D9EFF;
    width: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.divider[data-v-095f1a79]:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    z-index: 8;
}
.bpm-add-button[data-v-095f1a79]{
    cursor: pointer;
    color: #4d9eff;
}
.bpm-add-button i[data-v-095f1a79]{
    padding: 4px 6px;
}


.btnContainerBox[data-v-2a5aa670] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bpm-task-button[data-v-2a5aa670] {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    cursor: pointer;
}
.bpm-task-button[data-v-2a5aa670]:hover {
    color: #4285f4;
}
.bpm-task-button.bpm-task-button-primary[data-v-2a5aa670] {
    background-color: #4285f4;
    color: #fff;
    border-radius: 4px;
}
.ant-dropdown-link[data-v-2a5aa670] {
    padding: 0 12px;
}
.spinContainer[data-v-2a5aa670] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-top: 40px;
    text-align: center;
}
.spinCenter[data-v-2a5aa670] {
    text-align: left;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px #ddd;
            box-shadow: 0px 0px 5px #ddd;
    top: 40%;
}


.loadInfo[data-v-6b56c3c8] {
    padding: 5px;
    text-align: center;
    margin: auto;
    width: 350px;
}
#rx-form-container[data-v-6b56c3c8] .table-form {
    width: calc(100% - 2px) !important;
}



.bpm-header[data-v-8618d5c4]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: 0 10px;
    background-color: #4285F4;
    background-repeat: no-repeat;
    background-position: top right;
    color: #fff;
}
.header-title[data-v-8618d5c4]{
    font-weight: bold;
}
.header-toolbar[data-v-8618d5c4]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-icon[data-v-8618d5c4]{
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 15px;
    vertical-align: middle;
    margin-right: 10px;
}
.header-icon >img[data-v-8618d5c4]{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}


.tabs-toolbar[data-v-3ae97cf7] {
    display: inline-block;
}
.tab-center-bg[data-v-3ae97cf7] {
    width: 100%;
    background: #F5F5F5;
    overflow: auto;
    height: calc( 100vh - 109px );
}
.tab-center[data-v-3ae97cf7] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 10px;
    max-width: 1300px;
    width: 80%;
    margin: auto;
    min-height: calc( 100vh - 121px );
    background: #fff;
    border-top: 10px solid #f5f5f5;
    border-bottom: 10px solid #f5f5f5;
    border-radius: 4px;
}
.rx-a-tabs[data-v-3ae97cf7] .ant-tabs-bar.ant-tabs-top-bar {
    margin-bottom: 0 !important;
}



.BpmInstMsgs[data-v-77f2608d]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.BpmInstMsgs-common[data-v-77f2608d]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}
.BpmInstMsgs-common-list[data-v-77f2608d]{
    background: #F8F8F8;
    padding: 10px;
    border-radius: 4px 4px 4px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:10px;
}
.BpmInstMsgs-list-img img[data-v-77f2608d]{
    height: 34px;
    width: 34px;
    border-radius: 50%;
}
.BpmInstMsgs-list-Leave[data-v-77f2608d]{
    margin-left: 10px;
    width: 350px;
}
.BpmInstMsgs-list-time[data-v-77f2608d]{
    margin-left: 30px;
    color: #909090;
}
.BpmInstMsgs-bottom[data-v-77f2608d]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.BpmInstMsgs-list-name[data-v-77f2608d]{
    margin-top: 10px;
    word-wrap: break-word;
}


.bpm-more-common-executors[data-v-716655bd]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}
.bpm-more-common-executors-next[data-v-716655bd]{
    margin-right: 10px;
}
.bpm-more-common[data-v-716655bd]{
    margin-top: 20px;
}
.bpm-more-common[data-v-716655bd] .ant-collapse-header{
    background-color: white!important;
}
.opinion-common-add-button[data-v-716655bd]{
    border-top: solid 1px #d9d9d9;
    text-align: right;
}
.opinion-common-add-button button[data-v-716655bd]{
    margin-right: 15px;
    margin-top: 5px;
}
.opinion-parenthesis-triangle[data-v-716655bd]{
    height: 5px;
    width: 0px;
    border: 10px solid;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -17px;
    right: 36px;
}
.opinion-common-add-triangle[data-v-716655bd]{
    height: 5px;
    width: 0px;
    border: 10px solid;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -35px;
    left: 57px;
}
.opinion-common-add[data-v-716655bd]{
    position: absolute;
    bottom: -185px;
    left:0px;
    width: 337px;
    height: 170px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
            box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
    border: solid 1px #eeeeee;
    border-radius: 4px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.opinion-parenthesis-add[data-v-716655bd]{
    border-top: solid 1px #d9d9d9;
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
    cursor: pointer;
    color: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.opinion-parenthesis-add i[data-v-716655bd]{
    font-size: 18px;
    margin-right: 5px;
}
.opinion-parenthesis-list[data-v-716655bd]{
    margin-top: 20px;
}
.opinion-parenthesis-list li[data-v-716655bd]{
    color: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 12px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.opinion-parenthesis-list li i[data-v-716655bd]{
    margin-right:5px;
    font-size: 18px;
}
.opinion-parenthesis-list li i[data-v-716655bd]:hover{
 color:#4285f4
}
.opinion-parenthesis-list li div[data-v-716655bd]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 5px;
}
.opinion-parenthesis-list li div[data-v-716655bd]:hover{
    background-color: #f2f3f6;
    border-radius: 4px;
}
.opinion[data-v-716655bd]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #444444;
    font-size: 14px;
}
.opinion .ant-radio-group[data-v-716655bd]{
    margin-left: 10px;
}
.opinion div[data-v-716655bd]:nth-child(1){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #303030;
}
.opinion div[data-v-716655bd]:nth-child(2){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.opinion div:nth-child(2) i[data-v-716655bd]{
    margin-right: 5px;
    font-size: 17px;
}
.opinion-common[data-v-716655bd]{
    position: relative;
}
.opinion-parenthesis[data-v-716655bd]{
    position: absolute;
    top: 28px;
    right:0px;
    width: 337px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
            box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
    border: solid 1px #eeeeee;
    border-radius: 4px;
    z-index: 9999;
}
.task-opinion[data-v-716655bd]::before{
    content: "*";
    color: red;
    margin-right: 5px;
}


.container-a-form[data-v-e9a77118]{
    padding:10px 10px 0 0 ;
}


.btnContainerBox[data-v-4502676c]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bpm-task-button[data-v-4502676c]{
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    cursor: pointer;
}
.bpm-task-button[data-v-4502676c]:hover{
    color: #4285F4;
}
.bpm-task-button.bpm-task-button-primary[data-v-4502676c]{
    background-color: #4285F4;
    color: #fff;
    border-radius: 4px;
}
.ant-dropdown-link[data-v-4502676c]{
    padding: 0 12px;
}


.drawer-body-roll[data-v-1a100a92] .ant-steps-item-title{
    width: 100%;
}
.node-title[data-v-1a100a92]{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.user-name[data-v-1a100a92]{
    font-weight: bold;
    color: #333;
}
.description-unhand[data-v-1a100a92] {
    width: 70px;
    height: 22px;
    border-radius: 2px;
    border: solid 1px #6683ef;
    font-size: 12px;
    color: #6683ef;
    text-align: center;
    line-height: 22px;
}
.description-common-accessory[data-v-1a100a92] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
    margin-top: 5px;
}
.description-common-download[data-v-1a100a92] {
    margin-left: 20px;
    color: #46494d;
    font-size: 20px;
}
.description-iconBox[data-v-1a100a92] {
    margin-right: 9px;
    margin-top: 5px;
}
.description-common-accessory-con[data-v-1a100a92] {
    font-size: 12px;
    color: #303030;
}
.description-common-accessory-user[data-v-1a100a92] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #303030;
    font-size: 12px;
}
.description-common[data-v-1a100a92] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #303030;
    line-height: 20px;
}
.description-common div[data-v-1a100a92]:nth-child(1) {
    margin-right: 5px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail[data-v-1a100a92] {
    z-index: -1;
}
.drawer-body[data-v-1a100a92]{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: calc( 100% - 45px );
    overflow: auto;
    padding: 10px;
    position: relative;
}
.drawer-body-roll[data-v-1a100a92]{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 0;
    overflow: auto;
}
.user-row[data-v-1a100a92]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding:6px 0 10px;
    margin-left: -6px;
}
.description-head[data-v-1a100a92]{
    margin: 0;
    padding: 6px 0;
}
.user-row .description-head[data-v-1a100a92] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 4px 6px;
    margin: 0;
}
.description-head-portrait[data-v-1a100a92] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 3px;
}
img[data-v-1a100a92] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.description-head-user[data-v-1a100a92] {
    font-size: 12px;
    color: #46494d;
    margin-top: 2px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.description-head-jumpTypeName[data-v-1a100a92] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
}
.opDesp[data-v-1a100a92] {
    font-size: 12px;
    line-height: 32px;
    color: blue;
    width: 100%;
}
.time[data-v-1a100a92] {
    font-size: 10px;
    color: darkgray;

    width: 100%;
    line-height: 26px;
}
.AGREE[data-v-1a100a92] {
    font-weight: bold;
    color: green;
}
.BACK[data-v-1a100a92], .BACK_SPEC[data-v-1a100a92], .BACK_TO_STARTOR[data-v-1a100a92] {
    font-weight: bold;
    color: red;
}
.SKIP[data-v-1a100a92] {
    color: red;
}
.node-state[data-v-1a100a92]{
    font-weight: bold;
}


.bpm-info-col i[data-v-568b86ef]{
    font-size: 18px;
}
.bpm-info-col.info-user i[data-v-568b86ef]{
    font-size: 20px;
}
.info-user[data-v-568b86ef]{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 129, 235, 1)), to(rgba(4, 190, 254, 1)))!important;
    background: linear-gradient(180deg, rgba(68, 129, 235, 1) 0%, rgba(4, 190, 254, 1) 100%)!important;
    color: #fff;
}
.flowHeaderTitles[data-v-568b86ef] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:10px 0 14px 10px;
    border-bottom: 10px solid #F5F5F5;
    border-top: 10px solid #F5F5F5;
    overflow: hidden;
}
.bpm-info-col[data-v-568b86ef]{
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
}
.bpm-info-col1[data-v-568b86ef]{
    width: 20%;
}
.bpm-info-icon[data-v-568b86ef]{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #EAEAEC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
}
.bpm-info-icon-state[data-v-568b86ef]{
    line-height: normal;
    background-color: #EAEAEC;
}
/*运行，成功结束*/
.bpm-info-icon.bpm-info-icon-RUNNING[data-v-568b86ef],
.bpm-info-icon.bpm-info-icon-SUCCESS_END[data-v-568b86ef]{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#6BDF8E), to(#0EA480));
    background: linear-gradient(180deg, #6BDF8E 0%, #0EA480 100%);
}
/*异常结束*/
.bpm-info-icon.bpm-info-icon-ABORT_END[data-v-568b86ef],
.bpm-info-icon.bpm-info-icon-ERROR_END[data-v-568b86ef]{
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#F05355), to(#FF8571));
    background: linear-gradient(360deg, #F05355 0%, #FF8571 100%);
}
/*驳回*/
.bpm-info-icon.bpm-info-icon-LOCKED[data-v-568b86ef]{
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#FF9900), to(#FFBE3B));
    background: linear-gradient(360deg, #FF9900 0%, #FFBE3B 100%);
}
/*提交*/
.bpm-info-icon.bpm-info-icon-SUBMIT[data-v-568b86ef]{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4D92FE), to(#0867FD));
    background: linear-gradient(180deg, #4D92FE 0%, #0867FD 100%);
}
.bpm-info-icon.bpm-info-icon-state > i[data-v-568b86ef]{
    font-size: 20px;
    display: inline-block;
    margin-top: -4px;
}
.bpm-info-text[data-v-568b86ef]{
    padding-left: 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc( 100% - 46px );
}
.bpm-info-text > div[data-v-568b86ef]{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #303030;
}
.bpm-info-text > p[data-v-568b86ef]{
    font-size: 12px;
    color: #909090;
}
.bpm-info-text > div[data-v-568b86ef],
.bpm-info-text > p[data-v-568b86ef]{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.description-unhand {
  width: 70px;
  height: 22px;
  border-radius: 2px;
  border: solid 1px #6683ef;
  font-size: 12px;
  color: #6683ef;
  text-align: center;
  line-height: 22px;
}
.description-common-accessory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 10px ;
  margin-top: 5px;
}
.description-common-accessory .description-common-download {
  margin-left: 20px;
  color: #46494d;
  font-size: 20px;
}
.description-common-accessory .description-iconBox {
  margin-right: 9px;
  margin-top: 5px;
}
.description-common-accessory .description-common-accessory-con {
  font-size: 12px;
  color: #303030;
}
.description-common-accessory .description-common-accessory-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #303030;
  font-size: 12px;
}
.description-common-accessory .description-common-accessory-user div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.description-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #303030;
  line-height: 20px;
}
.description-common div:nth-child(1) {
  margin-right: 5px;
}
.description-common div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bpm-check-history .ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  z-index: -1;
}
.bpm-check-history .ant-drawer-body {
  padding: 10px 20px!important;
}
.description-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 11px;
}
.description-head .description-head-portrait {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
}
.description-head .description-head-portrait img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.description-head .description-head-user {
  font-size: 12px;
  color: #46494d;
  margin-top: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.description-head .description-head-jumpTypeName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.opDesp {
  font-size: 12px;
  line-height: 32px;
  color: blue;
  width: 100%;
}
.time {
  font-size: 10px;
  color: darkgray;
  width: 100%;
  line-height: 26px;
}
.AGREE {
  font-weight: bold;
  color: green;
}
.BACK,
.BACK_SPEC,
.BACK_TO_STARTOR {
  font-weight: bold;
  color: red;
}
.SKIP {
  color: red;
}

.rx-unread[data-v-009cad2e] {
  line-height: 30px;
  background: #ffece8;
  color: #f54b4a;
  padding: 3px 10px;
  border-radius: 5px;
  margin-left: 5px;
}
.rx-read[data-v-009cad2e] {
  line-height: 30px;
  background: #f2f3f5;
  color: #6d7887;
  padding: 3px 10px;
  border-radius: 5px;
  margin-left: 5px;
}
.rx-withdraw[data-v-009cad2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #1890ff;
  border-radius: 4px;
  padding: 0px 10px;
  height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1890ff;
}
.rx-withdraw i[data-v-009cad2e] {
  margin-right: 5px;
}
.communication[data-v-009cad2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.description-head-user-createBy[data-v-009cad2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.description-head-nodeName[data-v-009cad2e] {
  margin-left: 10px;
}
.communication-le[data-v-009cad2e] {
  color: #D8D8D8;
  margin-top: 30px;
  margin-right: 10px;
}
.description-head[data-v-009cad2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 11px;
  margin-top: 17px;
}
.description-head .description-head-portrait[data-v-009cad2e] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 3px;
}
.description-head .description-head-portrait img[data-v-009cad2e] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.description-head .description-head-user[data-v-009cad2e] {
  font-size: 12px;
  color: #46494d;
  margin-top: 2px;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.description-head .description-head-jumpTypeName[data-v-009cad2e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.description-head .replyClass[data-v-009cad2e] {
  margin-left: 10px;
  color: #4285F4;
  cursor: pointer;
}
.bpm-description-common[data-v-009cad2e] {
  background: #ECF4FF;
  width: 100%;
  padding: 10px;
  border-radius: 4px 4px 4px 4px;
  position: relative;
}
.bpm-description-communication[data-v-009cad2e] {
  background: #F8F8F8;
  width: 100%;
  padding: 10px;
  border-radius: 4px 4px 4px 4px;
  position: relative;
}
.bpm-description-common-communication-triangle[data-v-009cad2e] {
  display: block;
  position: absolute;
  top: -19px;
  left: 12px;
  width: 12px;
  height: 9px;
  border: 10px solid;
  border-color: transparent transparent #F8F8F8 transparent;
}
.bpm-description-common-triangle[data-v-009cad2e] {
  display: block;
  position: absolute;
  top: -19px;
  left: 12px;
  width: 12px;
  height: 9px;
  border: 10px solid;
  border-color: transparent transparent #ECF4FF transparent;
}
.bpm-description-common-reply[data-v-009cad2e] {
  color: #303030;
  font-size: 14px;
  margin-left: 10px;
}
.description-common-accessory-con[data-v-009cad2e] {
  white-space: nowrap;
  width: 300px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}
.description-common-accessory[data-v-009cad2e] {
  background: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
}


.statusImg[data-v-25d8e128]{
    width: 120px;
    height:107px;
}
.status_RUNNING[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll -240px 0px;
}
.status_DRAFTED[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll -120px 0px;
}
.status_SUCCESS_END[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll 0px 0px;
}
.status_CANCEL[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll -120px -110px;
}
.status_DELETE[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll -240px -220px;
}
.status_ABORT_END[data-v-25d8e128],.status_ERROR_END[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll -240px -110px;
}
.status_SUBMIT[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll -120px -220px;
}
.status_LOCKED[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll 0px -220px;
}
.status_SUPSPEND[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll 0px -110px;
}
.status_PENDING[data-v-25d8e128]{
    background:url(../../static/img/processStatus.43960934.png) no-repeat scroll 0px -330px;
}


.tab-center-bg[data-v-78185220]{
    width: 100%;
    height: calc( 100% - 45px );
    background: #fff;
    overflow: auto;
    position: relative;
}
.tabs-toolbar[data-v-78185220]{
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tab-center-content[data-v-78185220]{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 100%;
    background: #F5F5F5;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tab-center-content-show[data-v-78185220]{
    width: calc( 100% - 340px );
}
.tab-center[data-v-78185220]{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1300px;
    width: 80%;
    margin:0 auto 10px;
    min-height: calc( 100vh - 121px );
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.bpm-task-history[data-v-78185220]{
    vertical-align: top;
    display: inline-block;
    background-color: #fff;
    width: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.bpm-history-button[data-v-78185220]{
    top: 10px;
    right: 10px;
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,0.06);
            box-shadow: 0 3px 10px 1px rgba(0,0,0,0.06);
    border-radius: 4px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.bpm-task-history-text[data-v-78185220]{
    padding: 10px ;
    border-bottom: 1px solid #E8E8E8;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.bpm-history-close[data-v-78185220]{
    display: inline-block;
    padding:0 4px;
    cursor: pointer;
}
.bpm-history-close[data-v-78185220]:hover{
    color: #4d9eff;
}
.bpm-task-show[data-v-78185220]{
    width:340px ;
    opacity: 1;
}
.rx-a-tabs[data-v-78185220] .ant-tabs-bar.ant-tabs-top-bar{
    margin-bottom: 0!important;
}
.bpm-task-content[data-v-78185220]{
    height: calc( 100% - 50px);
}
.rx-a-tabs[data-v-78185220]{
    width: 100%;
    height: 100%;
}
.formBox[data-v-78185220] {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


.btnContainerBox[data-v-31ffcf72]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bpm-task-button[data-v-31ffcf72]{
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    cursor: pointer;
}
.bpm-task-button[data-v-31ffcf72]:hover{
    color: #4285F4;
}
.bpm-task-button.bpm-task-button-primary[data-v-31ffcf72]{
    background-color: #4285F4;
    color: #fff;
    border-radius: 4px;
}
.ant-dropdown-link[data-v-31ffcf72]{
    padding: 0 12px;
}


.tab-center-bg[data-v-6956ae8e]{
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
    position: relative;
}
.tabs-toolbar[data-v-6956ae8e]{
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tab-center-content[data-v-6956ae8e]{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 10px;
    height: calc( 100vh - 109px );
    background: #F5F5F5;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: auto;
}
.tab-center-content-show[data-v-6956ae8e]{
    width: calc( 100% - 340px );
}
.tab-center[data-v-6956ae8e]{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1300px;
    width: 80%;
    margin: auto;
    min-height: calc( 100vh - 121px );
    background: #fff;
}
.bpm-task-history[data-v-6956ae8e]{
    vertical-align: top;
    display: inline-block;
    background-color: #fff;
    width: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.bpm-history-button[data-v-6956ae8e]{
    top: 10px;
    right: 10px;
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,0.06);
            box-shadow: 0 3px 10px 1px rgba(0,0,0,0.06);
    border-radius: 4px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.bpm-task-history-text[data-v-6956ae8e]{
    padding: 10px ;
    border-bottom: 1px solid #E8E8E8;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.bpm-history-close[data-v-6956ae8e]{
    display: inline-block;
    padding:0 4px;
    cursor: pointer;
}
.bpm-history-close[data-v-6956ae8e]:hover{
    color: #4d9eff;
}
.bpm-task-show[data-v-6956ae8e]{
    width:340px ;
    opacity: 1;
}
.rx-a-tabs[data-v-6956ae8e] .ant-tabs-bar.ant-tabs-top-bar{
    margin-bottom: 0!important;
}
.bpm-task-content[data-v-6956ae8e]{
    height: calc( 100% - 50px);
}
.rx-a-tabs[data-v-6956ae8e]{
    width: 100%;
    height: 100%;
}
.fitContainer[data-v-6956ae8e] {
    background: #fff;
    padding: 10px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.fitContainer .contents[data-v-6956ae8e] {
    background: #fff;
    border-radius: 6px;
    min-height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 100%;
    max-width: 1300px;
    text-align: left;
    border: solid 1px #dadde0;
    position: relative;
}
.contentsStatus[data-v-6956ae8e] {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 10px;
}


.outer[data-v-aff3bca6]{
    width:100%;
    text-align: center;
}
.inner[data-v-aff3bca6]{
    width:1024px;
    margin:auto;
    text-align:center;
    padding-top:50px;
}
.loading-span[data-v-aff3bca6]{
    font-size:18px;
}



.BpmAtabpane[data-v-34e3125f]{
    height: calc(100% - 35px) !important;
}
.btnContainer[data-v-34e3125f]{
    padding: 2px 10px 2px 0px ;
    width: 100%;
    text-align: right;
}


.formBox[data-v-d2cfeaf0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formContainer[data-v-d2cfeaf0]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.formContainerRoll .formCenter[data-v-d2cfeaf0]{
    max-width: 1300px;
    margin: auto;
}
.formContainerRoll[data-v-d2cfeaf0]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.formFooter[data-v-d2cfeaf0]{
    text-align: right;
    padding: 10px;
    border-top: 1px solid #ddd;
}
.formFooter button[data-v-d2cfeaf0]{
    margin-left: 6px;
}
.header[data-v-d2cfeaf0]{
    background-color: #4285f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    color: #fff;
}
.logoText[data-v-d2cfeaf0]{
    display: inline-block;
    padding: 2px 8px;
    line-height: normal;
    border:1px solid #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 6px;
}
.rightToolBar[data-v-d2cfeaf0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.current[data-v-d2cfeaf0]{
    margin-left: 16px;
    position: relative;
}
.treeBox .text .icon[data-v-d2cfeaf0]{
    padding-right: 6px;
}
.treeBox .text[data-v-d2cfeaf0]{
    margin-right: 6px;
}


.rx-btn-rowButtons[data-v-4fe27352]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.rx-btn-rowButtons button[data-v-4fe27352]{
  width: 100%;
}
.rx-btn-rowButtons i[data-v-4fe27352]{
    margin-right: 2px;
}


.btnContainerBox[data-v-2e0bcc4f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bpm-task-button[data-v-2e0bcc4f] {
   margin: 0px 5px;
}
.bpm-task-button.bpm-task-button-primary[data-v-2e0bcc4f] {
    background-color: #4285f4;
    color: #fff;
    border-radius: 4px;
}
.ant-dropdown-link[data-v-2e0bcc4f] {
    padding: 0 12px;
}
.spinContainer[data-v-2e0bcc4f] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-top: 40px;
    text-align: center;
}
.spinCenter[data-v-2e0bcc4f] {
    text-align: left;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px #ddd;
            box-shadow: 0px 0px 5px #ddd;
    top: 40%;
}


.tab-common[data-v-50554f85]{
    width: 100%;
    height:calc(100% - 40px);
    overflow: auto;
    padding: 10px;
}
.tab-common-defConf[data-v-50554f85]{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}
.tab-container-view[data-v-50554f85]{
    width: 100%;
    height: 100%
}
.tab-container-view[data-v-50554f85] .ant-tabs-right-content{
    height: 100%;
    padding-right: 1px!important;
}
.tab-container-view[data-v-50554f85] .ant-tabs-bar{
    margin-bottom: 1px!important;
}
.tab-container-view[data-v-50554f85] .ant-tabs-bottom-content{
    height: calc(100% - 50px);
}
.tab-container-view[data-v-50554f85] .ant-tabs-bottom-bar{
    margin-top: 1px!important;
}
.tab-container-view[data-v-50554f85] .ant-tabs-left-content{
  padding-left: 1px!important;
}


.QuickEntranceView-delete-hover[data-v-28ba9c86]{
    background: #dc3131!important;
    width: 70px!important;
    margin-left: 0px!important;
}
.QuickEntranceView-delete-name[data-v-28ba9c86]{
    width: 14px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
.QuickEntranceView[data-v-28ba9c86] {
    padding: 10px;
}
.QuickEntranceView-head[data-v-28ba9c86] {
    font-size: 16px;
    color: #282c3c;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.QuickEntranceView-head-button[data-v-28ba9c86] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.QuickEntranceView-head-button button[data-v-28ba9c86] {
    margin-left: 10px;
}
.QuickEntranceView-center[data-v-28ba9c86] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.QuickEntranceView-img[data-v-28ba9c86] {
    width: 440px;
    height: 162px;
    border-radius: 8px;
    overflow: hidden;
}
.QuickEntranceView-img-name[data-v-28ba9c86] {
    width: 440px;
    height: 162px;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.QuickEntranceView-span[data-v-28ba9c86] {
    display: block;
    margin-left: 25px;
    width: 224px;
}
.QuickEntranceView-list[data-v-28ba9c86] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    grid-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 10px;
    overflow: hidden;
}
.QuickEntranceView-carousel-list[data-v-28ba9c86]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 10px;
}
.QuickEntranceView-list-center[data-v-28ba9c86] {
    height: 76px;
    background-color: #eff3fc;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.QuickEntranceView-list-center[data-v-28ba9c86]:hover{
    background: #dae3f8;
}
.QuickEntranceView-icon[data-v-28ba9c86] {
    width: 32px;
    height: 32px;
    background-color: #4285f4;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    font-size: 20px;
    margin-left: 10px;
}
.QuickEntranceView-name[data-v-28ba9c86] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    font-size: 15px;
    color: #282c3c;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0px 10px;
    text-align: left;
}
.QuickEntranceView-delete[data-v-28ba9c86] {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    background: #ff5151;
    border-radius: 10px 0px 0px 10px;
    margin-left: 10px;
    font-size: 22px;
}
.QuickEntranceView-center-top[data-v-28ba9c86] {
    margin-bottom: 10px;
}
/*---------*/
.QuickEntranceView-carousel[data-v-28ba9c86]{
    height: 168px;
    width: 100%;
}
.QuickEntranceView-carousel[data-v-28ba9c86] .slick-slide {
    height: 168px;
    width: 100%;
    overflow: hidden;
}
.QuickEntranceView-carousel[data-v-28ba9c86] .slick-dots{
    top:166px!important;
}
.QuickEntranceView-carousel[data-v-28ba9c86] .slick-dots li.slick-active button{
    background: #4285f4!important;
}
.QuickEntranceView-carousel[data-v-28ba9c86] .slick-dots li button{
    background: #8f8d8d!important;
}


.FormCustomEditControl[data-v-138e0372]{
    height: 100%;
    width: 100%;
    background: white;
}
.bodyDivClass[data-v-138e0372] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    bottom: -2px;
    height: 100%;
    background-color: #fff;
    cursor: default;
}
.bodyDivClass .itmelist[data-v-138e0372] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bodyDivClass > ul[data-v-138e0372] {
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    overflow: auto;
}
.editImg[data-v-138e0372] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.editImg img[data-v-138e0372] {
    width: 100%;
}


.Loading[data-v-728e8123]{
    position: fixed;
    width: 100%;
    height: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    text-align: center;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0,0,0,.45);
    z-index: 99;
}
.griditem[data-v-728e8123]{
    position: relative;
}
.griditem:hover .griditem-fullscreen[data-v-728e8123]{
    display: block;
}
.griditem-fullscreen[data-v-728e8123]{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 99;
    background: #1890ff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: white;
    text-align: center;
    line-height: 30px;
}
.layoutContainer-head[data-v-728e8123]{
    height: 35px;
    text-align: right;
    line-height: 35px;
    background-color: white;
    font-size: 22px;
}
.layoutContainer-head i[data-v-728e8123]{
    margin-right: 15px;
    cursor: pointer;
}
.layoutContainer-head i[data-v-728e8123]:hover{
    color: #0e62e8;
}
.layoutContainer[data-v-728e8123] {
    width: 100%;
    height: 100%;
    background: #f0f2f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.layoutContainer >div[data-v-728e8123]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto
}
.ant-btn-primary[data-v-728e8123] {
    margin-right: 6px;
}
.btnSpan[data-v-728e8123] {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    background: #1890ff;
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}
.btnSpan i[data-v-728e8123] {
    color: #fff;
    font-size: 10px;
    margin-top: 3px;
}
.gridLayoutClass[data-v-728e8123] {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
.headPClass[data-v-728e8123] {
    line-height: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.bodyDivClass[data-v-728e8123] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    bottom: -2px;
    background-color: #fff;
    cursor: default;
}
.active[data-v-728e8123] {
    background-color: #5cb85c;
    /*background-color:#ec971f;*/
    cursor: default;
}
.main[data-v-728e8123] {
    background-color: #ec971f;
    cursor: default;
}
.toolTabs[data-v-728e8123] {
    height: 100%;
}
ul[data-v-728e8123], li[data-v-728e8123] {
    list-style: none;
}
.bodyDivClass .itmelist[data-v-728e8123] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.itmelist p[data-v-728e8123] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itmelist p[data-v-728e8123]:hover {
    color: #0000cc;
    cursor: pointer;
}
.bodyDivClass > ul[data-v-728e8123] {
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    overflow: auto;
}
.itmelist[data-v-728e8123] {
    padding-left: 20px;
    position: relative;
    line-height: 30px;
}
.itmelist[data-v-728e8123]:before {
    content: "\25A0";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    font-size: 8px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    color: #ccc;
}
.itmelist b[data-v-728e8123] {
    font-style: normal;
    display: inline-block;
    padding: 4px 8px;
}
.FormCustomEditControl[data-v-728e8123]{
    height: 100%;
    width: 100%;
    position: relative;
}
.FormCustomEditControl-prohibit[data-v-728e8123]{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}


.fullscreen[data-v-57bc778c] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 800;
    background-color: #fff;
}



.rx-form-bo-list-preview[data-v-7b89f1b4]{
    width: 100%;
    height: 100%;
    position: relative;
}
.rx-a-spin[data-v-7b89f1b4]{
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -40px;
}
.rx-form-bo-list-preview[data-v-7b89f1b4]{
}
.commentBoxs[data-v-7b89f1b4] .rx-layout {
    padding: 0 !important;
}





.codemirrorViewCodeMirror[data-v-0b41699f] .CodeMirror-merge, .codemirrorViewCodeMirror[data-v-0b41699f] .CodeMirror-merge .CodeMirror,.codemirrorViewCodeMirror[data-v-0b41699f] .CodeMirror-merge-pane,.codemirrorViewCodeMirror[data-v-0b41699f] .CodeMirror-scroll{
    height: 100% !important;
}
.codemirrorViewCodeMirror[data-v-0b41699f] .CodeMirror-wrap pre.CodeMirror-line,.codemirrorViewCodeMirror[data-v-0b41699f] .CodeMirror-wrap pre.CodeMirror-line-like{
    margin-left: 10px;
}
.codemirrorView_content_original[data-v-0b41699f]{
    width: 64px;
    height: 30px;
    background-color: #4287fa;
    border-radius: 0px 10px 0px 0px;
    color: white;
    line-height: 30px;
    text-align: center;
    float: left;
}
.codemirrorView_content_current[data-v-0b41699f]{
    width: 76px;
    height: 30px;
    background-color: #24c075;
    border-radius: 10px 0px 0px 0px;
    color: white;
    line-height: 30px;
    text-align: center;
    float: right;
}
.codemirrorView_content[data-v-0b41699f]{
    width: 100%;
    padding:0px 20px 20px 20px;
    height: calc(100% - 50px);
}
.codemirrorView_content >div[data-v-0b41699f]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.codemirrorView_tab[data-v-0b41699f]{
    margin:12px auto;
    width: 170px;
}
.codemirrorView[data-v-0b41699f]{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.codemirrorView_head button[data-v-0b41699f]{
    float: right;
    margin: 10px;
}
.codemirrorView_head button[data-v-0b41699f]:nth-child(2){
    margin-right: 0px;
}
.codemirrorView>div[data-v-0b41699f]:nth-child(1){
    border-bottom: 1px solid #e6e8eb;
}
.codemirrorView>div[data-v-0b41699f]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}


.CodeMirror-sizer{
  min-width:100% !important
}


.FormPermissionUserEdit[data-v-23fa42b0] .gridContent{
    border-bottom: none!important;
}
.ant-btn-primary[data-v-23fa42b0]{
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 0;
}
.btn-inline-box[data-v-23fa42b0]{
    margin: 10px 20px 6px 20px;
}


.ant-btn-primary[data-v-7fd01abf]{
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0;
}
.btn-inline-box[data-v-7fd01abf]{
  margin: 10px 20px 6px 20px;
}


.ant-btn-primary[data-v-0d9980de]{
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0;
}
.btn-inline-box[data-v-0d9980de]{
  margin: 10px 20px 6px 20px;
}


.formTit[data-v-0a0a04c3]{
  padding: 10px 0 0 20px;
  color: #555;
  font-size: 14px;
}


.formTit[data-v-00b37867] {
    padding: 10px 0 0 20px;
    color: #555;
    font-size: 14px;
}
.mytable[data-v-00b37867] .ant-table-thead > tr > th,
.mytable[data-v-00b37867] .ant-table-tbody > tr > td {
    padding: 8px !important;
}


.tableTit[data-v-208d73fc] {
    margin: 10px 10px 10px 0px;
    border-left: 2px solid #1890ff;
    padding-left: 6px;
    height: 14px;
    line-height: 14px;
}
*[data-v-208d73fc] .ant-table-row td:last-child .MyfixedBoxs {
    right: 10px;
}


.tabButton[data-v-5f00c6e2] {
  vertical-align: middle;
}
.headers[data-v-5f00c6e2]{
  padding-bottom: 10px;
  font-weight: bold;
  width: 170px;
  overflow: hidden;
}
.ant-form-inline .ant-form-item[data-v-5f00c6e2] {
  display: block;
}
.group[data-v-5f00c6e2]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.buttonlt[data-v-5f00c6e2]{
  width: 100px;
}
.content[data-v-5f00c6e2]{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}
.grouptips[data-v-5f00c6e2]{
  font-size: 12px;
  color: #8a9199;
}


.myHeader[data-v-79d73e8a]{
  padding: 20px 20px 10px;
}
.container-box[data-v-79d73e8a]{
  padding: 10px 20px;
}
.container-box>li[data-v-79d73e8a]{
 margin-bottom: 20px;
}


.formbolist_middle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formbolist_rxGrid{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 15px;
}
.dialog-content-input {
    margin-right: 20px !important;
    width: calc(100% - 330px) !important;
}
.dialog-content-head {
    margin-top: 20px;
}
.dialog-circle {
    position: absolute;
    top: 119px;
    right: -20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #dadde0;
    border-radius: 50%;
    color: #46494d;
}
.dialog-circle:hover {
    cursor: pointer;
    background-color: #1890ff;
    color: white;
}
.dialog-checkedBox {
    display: block!important;
}
.dialog-checkedBox label {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}
.dialog-checkedBox>label>span:last-of-type{
    display: block;
    width: 125px;
    float: right;
    overflow: hidden;
    height: 20px;
    margin-top: -3px;
}
.dialog-all {
    border-left: 2px solid #1890ff;
    line-height: 13px;
    padding-left: 6px;
    font-weight: 500;
}
.dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height:calc(100% - 40px);
}
.dialog>div {
    padding: 20px;
}
.dialog>div:nth-child(1) {
    position: relative;
    width: 400px;
    border-right: 1px solid #e8e8e8;
}
.dialog>div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid #e8e8e8;
    overflow: auto;
}
.dialog>div:nth-child(3) {
    width: 500px;
    overflow: auto;
}


.solRelFunc[data-v-394d78ce]{
    height: 100%;
    width: 100%;
    padding: 10px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.solRelFunc >div[data-v-394d78ce]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 10px;
}


.relick a {
    margin-right: 10px;
}



.FormBusSolutionShow_vertical_button[data-v-12203d88]{
  overflow: hidden;
    width: 100%;
}
.FormBusSolutionShow_vertical_button >button[data-v-12203d88]:hover{
    width: 110px;
}
.FormBusSolutionShow_vertical_button >button[data-v-12203d88]{
    border-radius: 18px 0px 0px 18px;
    display: block;
    margin-bottom: 10px;
    width: 105px;
    float: right;
}
.FormBusSolutionShow_vertical[data-v-12203d88]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.FormBusSolutionShow_vertical>div[data-v-12203d88]:nth-child(1){
    width: 132px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 0px
    rgba(44, 62, 83, 0.21);
            box-shadow: 0px 0px 4px 0px
    rgba(44, 62, 83, 0.21);
    border-radius: 5px;
    margin: 35px 57px;
    padding: 15px;
    font-size: 14px;
    color: #46494d;
}
.FormBusSolutionShow_vertical>div[data-v-12203d88]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.FormBusSolutionShow_vertical>div[data-v-12203d88]:nth-child(3){
    width: 111px;
    margin-top: 50px;
}
.FormBusSolutionShow[data-v-12203d88]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    height: 100%;
}
.FormBusSolutionShow_button[data-v-12203d88]{
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    padding-right: 10px;
}
.FormBusSolutionShow_button button[data-v-12203d88]{
    float: right;
    margin-top: 10px;
}
.FormBusSolutionShow_asteps[data-v-12203d88]{
    max-width:1307px;
    height:50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 0px
    rgba(44, 62, 83, 0.21);
            box-shadow: 0px 0px 4px 0px
    rgba(44, 62, 83, 0.21);
    border-radius: 5px;
    padding: 12px 16px 0px 16px;
    overflow: hidden;
    margin:19px auto;
}
.FormBusSolutionShow >div[data-v-12203d88]:nth-child(1){
    width: 100%;
}
.FormBusSolutionShow >div[data-v-12203d88]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}


.Grant[data-v-5ee37024] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: white;
}
.Grant > div[data-v-5ee37024] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.Grant > div[data-v-5ee37024]:nth-child(1) {
    padding: 10px;
    border-right: 1px solid #e8e8e8;
}
.layoutbox[data-v-5ee37024] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.layoutBody[data-v-5ee37024] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 6px;
    overflow: auto;
}
.toolTitle[data-v-5ee37024] {
    line-height: 40px;
    color: rgba(0, 0, 0, 0.85);
}
.group-drant-layout > .rx-content > .rx-center > div[data-v-5ee37024] {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: #f0f2f5;
}


.atbliat[data-v-5235fdb4]{
    height:calc(100% - 80px);
}
.telist[data-v-5235fdb4]{
    height: 20px;
}
.content .table-operator button[data-v-5235fdb4] {
    margin-bottom: 8px;
}
.rx-fit[data-v-5235fdb4] .ant-tabs-bar{
    border-bottom: 0;
}
.ant-row >div[data-v-5235fdb4]{
    padding-right: 0px!important;
}
.rx-table-row-icon[data-v-5235fdb4]{
    overflow: hidden;
    width: auto;
    vertical-align: top;
    line-height: normal;
    margin-top: 1px;
}
.rx-tree-icon[data-v-5235fdb4]{
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-right: 4px;
}
.rx-tree-title[data-v-5235fdb4]{
    white-space: normal;
    overflow: hidden;
}
*[data-v-5235fdb4] .rx-gridBox  .ant-table-row-cell-break-word .ant-table-row-indent,
*[data-v-5235fdb4] .rx-gridBox  .ant-table-row-cell-break-word  .ant-table-row-expand-icon{
    float: left;
    margin-top: 3px;
}


.manageTitle[data-v-49de3192]{
    color: #00a0e9;font-size: 16px;
}
.selectedCnt[data-v-49de3192]{
    text-align: right;margin-top: 5px;
}
.selectBox[data-v-49de3192] {
    height: 160px;
    overflow-y: auto;
    margin: 0 10px;
    border: 1px dashed #ddd;
}
.selectBox > ul[data-v-49de3192] {
    margin: 0;
    padding: 10px;
    font-size: 0;
}
.selectBox > ul li[data-v-49de3192] {
    background-color: #f5f7fa;
    border-radius: 4px;
    border: solid 1px #dadde0;
    height: 30px;
    color: #46494d;
    padding-left: 4px;
    padding-right: 4px;
    cursor:pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.selectBox > ul li[data-v-49de3192]:hover {
    border-color: #4D9EFF;
    color: #4D9EFF;
}
.selectBox > ul li:hover i[data-v-49de3192] {
    color: #4D9EFF;
}
.selectBox > ul li span[data-v-49de3192] {
    display: block;
    font-size: 14px;
    line-height: 30px;
    float: left;
}
.selectBox > ul li i[data-v-49de3192] {
    margin-left: 4px;
    color: #c0c5cc;
    line-height: 30px;
}
.selectBox > ul li i[data-v-49de3192]:hover {
    color: #ff4d4f;
}


.RowCls[data-v-f9edf1aa]{
    height: 50px;
}
.colText[data-v-f9edf1aa]{
    text-align: right;
    line-height: 35px;
}


.title-div[data-v-1d56d640] {
    padding: 10px 0;
    font-weight: bold;
    color: navy;
}
*[data-v-1d56d640] .ant-table-thead > tr > th {
    text-align: center;
}
*[data-v-1d56d640] .ql-snow .ql-picker-label::before {
    vertical-align: top;
}
*[data-v-1d56d640] .ql-snow .ql-color-picker .ql-picker-label svg,
*[data-v-1d56d640] .ql-snow .ql-icon-picker .ql-picker-label svg {
    vertical-align: top;
}
.avatar-uploader > .ant-upload[data-v-1d56d640] {
    width: 128px;
    height: 128px;
}
.ant-upload-select-picture-card i[data-v-1d56d640] {
    font-size: 32px;
    color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-1d56d640] {
    margin-top: 8px;
    color: #666;
}


.title-div[data-v-6c175bc8] {
    padding: 10px 0;
    font-weight: bold;
    color: navy;
}
*[data-v-6c175bc8] .ant-table-thead > tr > th {
    text-align: center;
}
*[data-v-6c175bc8] .ql-snow .ql-picker-label::before {
    vertical-align: top;
}
*[data-v-6c175bc8] .ql-snow .ql-color-picker .ql-picker-label svg,
*[data-v-6c175bc8] .ql-snow .ql-icon-picker .ql-picker-label svg {
    vertical-align: top;
}
.avatar-uploader > .ant-upload[data-v-6c175bc8] {
    width: 128px;
    height: 128px;
}
.ant-upload-select-picture-card i[data-v-6c175bc8] {
    font-size: 32px;
    color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-6c175bc8] {
    margin-top: 8px;
    color: #666;
}


.title-div[data-v-160c1bec] {
    padding: 10px 0;
    font-weight: bold;
    color: navy;
}
*[data-v-160c1bec] .ant-table-thead > tr > th {
    text-align: center;
}
*[data-v-160c1bec] .ql-snow .ql-picker-label::before {
    vertical-align: top;
}
*[data-v-160c1bec] .ql-snow .ql-color-picker .ql-picker-label svg,
*[data-v-160c1bec] .ql-snow .ql-icon-picker .ql-picker-label svg {
    vertical-align: top;
}
.avatar-uploader > .ant-upload[data-v-160c1bec] {
    width: 128px;
    height: 128px;
}
.ant-upload-select-picture-card i[data-v-160c1bec] {
    font-size: 32px;
    color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-160c1bec] {
    margin-top: 8px;
    color: #666;
}


.ownerApp-img[data-v-981f58f2]{
    width: 20px;
    margin-top: -4px;
}
.system-share-span[data-v-981f58f2]{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4285f4;
    margin-right: 10px;
}
.system-share-li[data-v-981f58f2]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    border-bottom: 1px dashed rgb(0,0,0,0.1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.system-share-name[data-v-981f58f2]{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    text-align: left;
    color: #000000;
    opacity: 0.85;
    font-weight: bold;
}
.system-share-content[data-v-981f58f2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding:10px 20px;
    overflow: auto;
}
.ApplicationShareDetail[data-v-981f58f2] .ant-collapse-content-box {
    padding: 0px !important;
}
.system-collapse-header[data-v-981f58f2]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.system-share[data-v-981f58f2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
}
.system-le-li[data-v-981f58f2] {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    padding: 0px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.system-le-li[data-v-981f58f2]:hover {
    background-color: #ecf3fe;
    color: #4285f4;
}
.system-le-li-hover[data-v-981f58f2] {
    background-color: #ecf3fe;
    color: #4285f4;
}
.system-share-le[data-v-981f58f2] {
    width: 147px;
    height: 100%;
    border-right: 1px solid #e8e8e8;
    padding: 10px 7px;
    height: 100%;
    overflow: auto;
}
.system-header-icon[data-v-981f58f2] {
    width: 24px;
    height: 24px;
    background-color: #4285f4;
    border-radius: 50%;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 7px;
}
.system-header-name[data-v-981f58f2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALYAAAAICAYAAABUMAUBAAAAdElEQVRYhe3XsQ1AUBRA0UskLGAKrU73S3uZSamxgiVoJVqRqIQBntwzwft5Ny/5WRp2pIBmoAR6YHuOn7tRBVUBLTAB9fMJhq2orku9AM1b3IatqFYgfcVt2IrsM27DVnSvcRf377JzvfqJK+7Ri63/geMElSMS0+s1SIYAAAAASUVORK5CYII=);
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0px 20px;
}
.system-name[data-v-981f58f2]{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 230px;
}


.rx-app-roll[data-v-4c9ab0be]{
    --appItem:5
}
.rx-application-home[data-v-4c9ab0be]{
    height: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-app-list-content[data-v-4c9ab0be]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
}
.rx-app-header[data-v-4c9ab0be]{
    background-color: #fff;
    border-radius:4px;
    padding: 16px;
}
.rx-app-text[data-v-4c9ab0be]{
    font-weight: bold;
}
.rx-app-toolbar[data-v-4c9ab0be]{
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.rx-app-btn-box button[data-v-4c9ab0be]{
    margin-right: 10px;
}
.rx-app-roll[data-v-4c9ab0be]{
    inset: 0;
    top: 10px;
    position: absolute;
    overflow: auto;
}
.rx-app-list[data-v-4c9ab0be]{
    padding:0 10px;
    overflow: auto;
    height: calc( 100% - 48px );
}
.rx-app-list.rx-app-list-no-page[data-v-4c9ab0be]{
    height: calc( 100% - 20px );
}
.rx-app-item[data-v-4c9ab0be]{
    display: inline-block;
    vertical-align: top;
    width: calc( ( 100% - var(--appItem) * 10px ) / var(--appItem) );
    margin:0 5px 10px;
    max-height: 142px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e8e8e8;
    padding: 15px;
}
.rx-app-title-box[data-v-4c9ab0be]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rx-app-icon[data-v-4c9ab0be]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 46px;
    height: 46px;
    background-color: #4285f4;
    border-radius: 8px;
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
}
.rx-app-title[data-v-4c9ab0be]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: bold;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.rx-app-describe[data-v-4c9ab0be]{
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: rgba(0,0,0,.65);
    padding:10px 0 ;
}
.rx-app-state-box[data-v-4c9ab0be]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rx-app-state[data-v-4c9ab0be]{
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    background-color: #e8ffea;
    border-radius: 2px;
    color: #00a200;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rx-app-state.rx-app-state-paused[data-v-4c9ab0be]{
    background-color: #f2f3f5;
    color: #6d7887;
}
.rx-app-extend-btn[data-v-4c9ab0be]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 40%;
    position: relative;
}
.rx-app-extend-icon-box[data-v-4c9ab0be]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    cursor: pointer;
}
.rx-app-extend-btn:hover .rx-app-merge-icon[data-v-4c9ab0be]{
    color: #4285f4;
}
.rx-app-extend-btn:hover .rx-app-extend-icon-box[data-v-4c9ab0be]{
    background-color: #f3f8ff;
    color: #4d9eff;
}
.rx-app-menu-container[data-v-4c9ab0be]{
    position: fixed;
    width: 140px;
    top: 25px;
    right: 0;
    z-index: 999;
}
.rx-app-menu-box[data-v-4c9ab0be]{
    position: relative;
    z-index: 2;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 31, 82, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 31, 82, 0.2);
}
.rx-app-menu-box[data-v-4c9ab0be]:before{
    content: "";
    position: absolute;
    top: -2px;
    right: 9px;
    display: block;
    width: 8px;
    height: 8px;
    background: transparent;
    border-style: solid;
    border-width: 4px;
    border-color: #fff #fff transparent transparent;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.07);
    box-shadow: 3px 3px 7px rgba(0,0,0,.07);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0;
}
.rx-app-menu-container.rx-app-menu-top[data-v-4c9ab0be]{
    top: auto;
}
.rx-app-menu-container.rx-app-menu-top .rx-app-menu-box[data-v-4c9ab0be]:before{
    top: auto;
    bottom: -3px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.rx-app-menu-ul[data-v-4c9ab0be],
.rx-app-menu-ul li[data-v-4c9ab0be]{
    margin: 0;
}
.rx-app-menu-ul > li[data-v-4c9ab0be]{
    border-radius: 4px;
    line-height: 32px;
    height: 32px;
    padding: 0 13px;
    font-size: 0;
    cursor: pointer;
}
.rx-app-menu-ul > li > i[data-v-4c9ab0be],
.rx-app-menu-ul > li > span[data-v-4c9ab0be]{
    font-size: 14px;
}
.rx-app-menu-ul > li > span[data-v-4c9ab0be]{
    padding-left: 8px;
}
.rx-app-menu-ul li[data-v-4c9ab0be]:hover{

    background-color: #ecf3fe;
    color: #4285f4;
}
.rx-app-roll[data-v-4c9ab0be] .ant-tabs-bar{
    margin-bottom: 0;
}
.rx-app-tabs[data-v-4c9ab0be] .ant-tabs-content{
   height: calc( 100% - 34px );
}
.rx-app-tabs[data-v-4c9ab0be] .ant-tabs-bar{
    border-bottom: 0;
}
.rx-app-tabs[data-v-4c9ab0be] .ant-tabs-nav-container{
    margin-bottom: 10px;
}
.rx-app-tabs[data-v-4c9ab0be] .ant-tabs-nav-wrap{
    margin-bottom: 0;
}
.rx-app-tabs[data-v-4c9ab0be] .ant-tabs-ink-bar{
    display: none!important;
}
.rx-app-tabs[data-v-4c9ab0be] .ant-tabs-tab{
    padding:  0 16px;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
}
.rx-app-tabs[data-v-4c9ab0be] .ant-tabs-nav .ant-tabs-tab-active{
    background-color: #ecf3fe;
    border-radius: 16px;
    color: #4285f4;
}
.rx-app-page-box[data-v-4c9ab0be]{
    padding: 6px 15px;
}
@media (max-width: 1200px) {
.rx-app-roll[data-v-4c9ab0be]{
        --appItem:4
}
}
@media (max-width: 1000px) {
.rx-app-roll[data-v-4c9ab0be]{
        --appItem:3
}
}
@media (max-width: 800px) {
.rx-app-roll[data-v-4c9ab0be]{
        --appItem:2
}
}


.app_button_list[data-v-6e3b6451] {
    text-align: center;
    padding: 8px;
}
.app_button[data-v-6e3b6451] {
    cursor: pointer;
    border: 1px solid;
    border-radius: 12px;
    padding: 4px 14px;
    color: #1890ff;
}
.app_button_has_install[data-v-6e3b6451] {
    border: 1px solid;
    border-radius: 12px;
    padding: 4px 14px;
    color: #b0b4ba;
}
.app_button[data-v-6e3b6451]:hover {
    background-color: #1890ff;
    color: white;
    border: 1px solid #1890ff;
}
.max_content[data-v-6e3b6451] {
    height: 550px; overflow-y: auto;
}
.app-set li[data-v-6e3b6451]{
    line-height: 30px;
    padding: 0px 20px;
}
.app-set li[data-v-6e3b6451]:hover{
    cursor: pointer;
    color: white;
    background-color: #1890ff;
}
.iconfont-name[data-v-6e3b6451]{
    display: block;
    text-align: center;
    color: white;
    height: 25px;
    line-height: 25px;
    background:rgba(255,255,255,0.2);
    margin-top: -4px;
    font-size: 12px;
    border-radius: 30px 30px 0px 0px;
}
.application[data-v-6e3b6451]{
    width: 100%;
    height: 100%;
    background-color: white;
    padding:20px 0px;
    overflow-x: hidden;
    overflow-y: auto;
}
.application-heard[data-v-6e3b6451]{
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 20px 20px 20px ;
}
.application-tabb[data-v-6e3b6451]{
    position: relative;
}
.copy[data-v-6e3b6451]{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
    z-index: 9;
}
.copy i[data-v-6e3b6451]:hover{
    color: #1890ff;
    cursor:pointer;
}
.application-LIST[data-v-6e3b6451]{
    width: 130px;
    height:180px;
    float: left;
    border-radius: 10px;
    position: relative;
}
.application-hover[data-v-6e3b6451]{
    padding: 0px 20px;
    display: block;
    margin-top: 20px;
    overflow: hidden;
}
.application-hover>div[data-v-6e3b6451]:hover{
    background-color:rgb(229,229,229);
    cursor: pointer;
}
.application-hover>div:hover .app-icon[data-v-6e3b6451]{
    display: block;
}
.app-icon[data-v-6e3b6451]{
    position: absolute;
    width:calc(100% - 20px);
    top: 10px;
    right: 0px;
    left: 10px;
    display: none;
}
.app-icon >i[data-v-6e3b6451]:nth-child(1){
    float: left;
}
.app-icon >i[data-v-6e3b6451]:nth-child(2){
    float: right;
}
.app-icongont[data-v-6e3b6451]{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: auto;
    padding-top: 15px;
    margin-top: 20px;
    text-align: center;
}
.app-icongont  em[data-v-6e3b6451]{
    font-size: 30px;
    color: white;
}
.app-type[data-v-6e3b6451]{
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
}


.publish-list[data-v-4fe273c7]{
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 250px;
    margin-top: 20px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0px;
}
.publish-list >div[data-v-4fe273c7]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.publish-head[data-v-4fe273c7]{
    width: 170px;
    margin: auto;
    text-align: center;
    padding: 20px;
    background-color: rgb(251,249,244);
    border-radius: 5px;
    position: relative;
}
.publish-head >span[data-v-4fe273c7]{
    font-size: 17px;
    margin-bottom: 30px;
}
.publish-yes[data-v-4fe273c7]{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    line-height: 20px;
    background-color: white;
    color: #dad9d9;
}
.publish-iconfont >i[data-v-4fe273c7]{
    color: rgb(249,193,150);
    margin-right: 5px;
    font-size: 18px;
}
.publish-iconfont[data-v-4fe273c7]{
    font-size: 16px;
    margin-top: 10px;
}
.publish-switch[data-v-4fe273c7]{
    text-align: center;
    margin-top: 40px;
}
.publish-switch >span[data-v-4fe273c7]{
    margin-right: 5px;
    font-size: 16px;
}
.publish-tail[data-v-4fe273c7]{
    float: right;
    line-height: 40px;
    font-size: 15px;
    margin-top: 10px;
}


.rx-app-roll[data-v-461d56bb]{
    --appItem:5
}
.rx-app-use-search-box[data-v-461d56bb]{
    padding: 15px;
    position: absolute;
    height: 90px;
    width: 100%;
    background:#fff url(../../static/img/bg_yyzx.52f57941.png);
    background-position:  top right;
    background-size: 100%;
    z-index: 1;
}
.rx-app-use-search-box > p[data-v-461d56bb]{
    font-weight: bold;
}
.rx-app-use-container[data-v-461d56bb]{
    height: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-app-list-content[data-v-461d56bb]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    background: #fff;
    border-radius: 4px;
}
.rx-app-btn-box button[data-v-461d56bb]{
    margin-right: 10px;
}
.rx-app-roll[data-v-461d56bb]{
    inset: 0;
    top: 46px;
    position: absolute;
    overflow: auto;
    z-index: 2;
}
.rx-app-list[data-v-461d56bb]{
    padding:0 10px;
    overflow: auto;
    height: calc( 100% - 48px );
}
.rx-app-item[data-v-461d56bb]{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc( ( 100% - var(--appItem) * 10px ) / var(--appItem) );
    margin:0 5px 10px;
    max-height: 142px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e8e8e8;
    padding: 15px;
}
.rx-app-title-box[data-v-461d56bb]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rx-app-icon[data-v-461d56bb]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 46px;
    height: 46px;
    background-color: #4285f4;
    border-radius: 8px;
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
}
.rx-app-title[data-v-461d56bb]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: bold;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.rx-app-describe[data-v-461d56bb]{
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: rgba(0,0,0,.65);
    padding:10px 0 ;
}
.rx-app-state-box[data-v-461d56bb]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rx-app-state[data-v-461d56bb]{
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    background-color: #e8ffea;
    border-radius: 2px;
    color: #00a200;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rx-app-state.rx-app-state-paused[data-v-461d56bb]{
    background-color: #f2f3f5;
    color: #6d7887;
}
.rx-app-extend-btn[data-v-461d56bb]{
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 6px;
    line-height: 24px;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
    color: #4285f4;
}
.rx-app-roll[data-v-461d56bb] .ant-tabs-bar{
    margin-bottom: 0;
}
.rx-app-tabs[data-v-461d56bb] .ant-tabs-content{
    height: calc( 100% - 34px );
}
.rx-app-tabs[data-v-461d56bb] .ant-tabs-bar{
    border-bottom: 0;
}
.rx-app-tabs[data-v-461d56bb] .ant-tabs-nav-container{
    margin-bottom: 0;
}
.rx-app-tabs[data-v-461d56bb] .ant-tabs-nav-wrap{
    margin-bottom: 0;
    padding-bottom: 30px;
}
.rx-app-tabs[data-v-461d56bb] .ant-tabs-ink-bar{
    display: none!important;
}
.rx-app-tabs[data-v-461d56bb] .ant-tabs-tab{
    padding:  0 16px;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
}
.rx-app-tabs[data-v-461d56bb] .ant-tabs-nav .ant-tabs-tab-active{
    background-color: #fff;
    border-radius: 16px;
    color: #4285f4;
}
.rx-app-page-box[data-v-461d56bb]{
    padding: 6px 15px;
}
.rx-app-favorite[data-v-461d56bb]{
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    right: 0;
    top: 0;
    color: #e6e5e5;
    cursor: pointer;
}
.rx-app-favorite.rx-app-favorite-yes[data-v-461d56bb]{
    color: rgb(254, 149, 37);
}
.rx-os-search-input[data-v-461d56bb]{
    position: absolute;
    top: 46px;
    right: 15%;
    z-index: 3;
}
.rx-os-input[data-v-461d56bb]{
    width: 300px;
}
@media (max-width: 1200px) {
.rx-app-roll[data-v-461d56bb]{
        --appItem:4
}
.rx-os-search-input[data-v-461d56bb]{
        right: 10%;
}
}
@media (max-width: 1000px) {
.rx-app-roll[data-v-461d56bb]{
        --appItem:3
}
.rx-os-input[data-v-461d56bb]{
        width: 200px!important;
}
}
@media (max-width: 800px) {
.rx-app-roll[data-v-461d56bb]{
        --appItem:2
}
.rx-os-search-input[data-v-461d56bb]{
        right: 6%;
}
.rx-os-input[data-v-461d56bb]{
        width: 160px!important;
}
}



.dialog[data-v-bcc969a8] {
  width: 400px;
  height: 400px;
  float: left;
}
.tanstly[data-v-bcc969a8] {
  margin-left: 50px;
  float: left;
}


.retre[data-v-04b6da4c] {
  float: left;
  margin-left: 20px;
}
.arow[data-v-04b6da4c] {
  clear: both;
  width: 80%;
  margin-top: 50px;
}
.codemirror[data-v-04b6da4c] {
  border: 1px solid #f0f0f0;
  margin-left: 50px;
}


.rx-center[data-v-96bd67ca]{
    border-radius: 5px;
    background: rgb(242,247,255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
}
.rx-center-name[data-v-96bd67ca]{
    margin-right: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: bold;
}
.rx-center-add[data-v-96bd67ca]{
    color:rgb(0, 122, 255);
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}


.portal-layout-center[data-v-5bcb195d] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -10px;
}
.portal-layout-center[data-v-5bcb195d] .gridLayoutClass {
    border: none;
}
.portal-layou-button-box[data-v-5bcb195d]{
    position: sticky;
    z-index: 1;
    top: 0;
    padding: 10px;
    background: #f0f0f0;
}
.portal-layou-button[data-v-5bcb195d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: 10px 10px 10px 20px;
    background: white;
    border-radius: 5px;
}
.portal-layou-button-left .portal-layou-button-text[data-v-5bcb195d] {
    font-weight: bold;
    color: #010101;
    font-size: 16px;
    display: inline-block;
    vertical-align: 3px;
    margin-left: 12px;
}
.portal-layou-button-left i[data-v-5bcb195d] {
    color: #4285f4;
    font-size: 22px;
}
.btnSpan2[data-v-5bcb195d] {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    background: #ff585a;
    display: inline-block;
    margin-right: 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999999;
}
.gridLayoutClass[data-v-5bcb195d] {
    background: #fff !important;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
.FormCustomEditControl[data-v-5bcb195d] {
    height: 100%;
    width: 100%;
    position: relative;
}
.gridLayoutClass:hover .griditem-fullscreen[data-v-5bcb195d] {
    display: block;
}
.griditem-fullscreen[data-v-5bcb195d] {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 99;
    background: #1890ff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: white;
    text-align: center;
    line-height: 30px;
}
.gridLayoutClass[data-v-5bcb195d] {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
ul[data-v-5bcb195d], li[data-v-5bcb195d] {
    list-style: none;
}
.portal-layout-preview[data-v-5bcb195d] {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.welcome[data-v-5bcb195d]{
    background: white;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.welcome-img img[data-v-5bcb195d]{
    width: 300px;
}


.layoutCenter[data-v-4c3a879a]{
    height: 100%;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #1890ff;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes antFadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes antFadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes antFadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@keyframes antMoveDownIn {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@-webkit-keyframes antMoveDownOut {
0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@keyframes antMoveDownOut {
0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@-webkit-keyframes antMoveLeftIn {
0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@keyframes antMoveLeftIn {
0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@-webkit-keyframes antMoveLeftOut {
0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@keyframes antMoveLeftOut {
0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@-webkit-keyframes antMoveRightIn {
0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@keyframes antMoveRightIn {
0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@-webkit-keyframes antMoveRightOut {
0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@keyframes antMoveRightOut {
0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@-webkit-keyframes antMoveUpIn {
0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@keyframes antMoveUpIn {
0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
}
@-webkit-keyframes antMoveUpOut {
0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@keyframes antMoveUpOut {
0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
}
100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
}
}
@-webkit-keyframes loadingCircle {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes loadingCircle {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 0 #1890ff;
          box-shadow: 0 0 0 0 #1890ff;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
          box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
}
}
@keyframes waveEffect {
100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
}
}
@-webkit-keyframes fadeEffect {
100% {
    opacity: 0;
}
}
@keyframes fadeEffect {
100% {
    opacity: 0;
}
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
}
@keyframes antSlideUpIn {
0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
}
@-webkit-keyframes antSlideUpOut {
0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
}
@keyframes antSlideUpOut {
0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
}
@-webkit-keyframes antSlideDownIn {
0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
}
}
@keyframes antSlideDownIn {
0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
}
}
@-webkit-keyframes antSlideDownOut {
0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
}
}
@keyframes antSlideDownOut {
0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
}
}
@-webkit-keyframes antSlideLeftIn {
0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
}
@keyframes antSlideLeftIn {
0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
}
@-webkit-keyframes antSlideLeftOut {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
}
@keyframes antSlideLeftOut {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
}
}
@-webkit-keyframes antSlideRightIn {
0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
}
}
@keyframes antSlideRightIn {
0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
}
}
@-webkit-keyframes antSlideRightOut {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
}
}
@keyframes antSlideRightOut {
0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
}
100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
}
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
}
40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
}
60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
}
80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
}
@keyframes antSwingIn {
0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
}
40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
}
60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
}
80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes antZoomIn {
0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes antZoomOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
}
}
@keyframes antZoomOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
}
}
@-webkit-keyframes antZoomBigIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes antZoomBigIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes antZoomBigOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}
}
@keyframes antZoomBigOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}
}
@-webkit-keyframes antZoomUpIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}
}
@keyframes antZoomUpIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}
}
@-webkit-keyframes antZoomUpOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
}
}
@keyframes antZoomUpOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
}
}
@-webkit-keyframes antZoomLeftIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}
}
@keyframes antZoomLeftIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}
}
@-webkit-keyframes antZoomLeftOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
}
}
@keyframes antZoomLeftOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
}
}
@-webkit-keyframes antZoomRightIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
}
@keyframes antZoomRightIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
}
@-webkit-keyframes antZoomRightOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
}
}
@keyframes antZoomRightOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
}
}
@-webkit-keyframes antZoomDownIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
}
@keyframes antZoomDownIn {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
}
@-webkit-keyframes antZoomDownOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
}
}
@keyframes antZoomDownOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
}
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.exception {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  min-height: 500px;
}
.exception .imgBlock {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  width: 62.5%;
  padding-right: 152px;
  zoom: 1;
}
.exception .imgBlock::before,
.exception .imgBlock::after {
  content: ' ';
  display: table;
}
.exception .imgBlock::after {
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.exception .imgEle {
  float: right;
  width: 100%;
  max-width: 430px;
  height: 360px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.exception .content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.exception .content h1 {
  margin-bottom: 24px;
  color: #434e59;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
}
.exception .content .desc {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
}
.exception .content .actions button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
.exception .imgBlock {
    padding-right: 88px;
}
}
@media screen and (max-width: 576px) {
.exception {
    display: block;
    text-align: center;
}
.exception .imgBlock {
    margin: 0 auto 24px;
    padding-right: 0;
}
}
@media screen and (max-width: 480px) {
.exception .imgBlock {
    margin-bottom: -24px;
    overflow: hidden;
}
}


.rxEmptyBoxs[data-v-d1596bb2]{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.relick a {
    margin-right: 10px;
}


.table-operator[data-v-78b2375a] {
    padding: 4px;
}
.table-operator button[data-v-78b2375a] {
    margin: 2px;
}


.rxTextareaExtContainer[data-v-63d68d8e] textarea{
    margin-bottom: 0;
}
.numberWord[data-v-63d68d8e]{
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    margin-top: 4px;
    line-height: normal;
}


.relick a {
    margin-right: 10px;
}



.table-operator[data-v-6814ab1f] {
    padding:4px;
}
.table-operator button[data-v-6814ab1f] {
    margin:2px;
}


.events[data-v-2064f5e5] {
    list-style: none;
    margin: 0;
    padding: 0;
}
.events .ant-badge-status[data-v-2064f5e5] {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 12px;
}
.notes-month[data-v-2064f5e5] {
    text-align: center;
    font-size: 28px;
}
.notes-month section[data-v-2064f5e5] {
    font-size: 28px;
}


.events[data-v-6b8d0586] {
    list-style: none;
    margin: 0;
    padding: 0;
}
.events .ant-badge-status[data-v-6b8d0586] {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 12px;
}
.notes-month[data-v-6b8d0586] {
    text-align: center;
    font-size: 28px;
}
.notes-month section[data-v-6b8d0586] {
    font-size: 28px;
}


.grantTypeIcons[data-v-7387c974] {
    color: #2f54eb;
}


ul[data-v-7c85272d],li[data-v-7c85272d]{
    padding: 0;
    margin: 0;
    list-style: none;
}
.rx-div-edit-close .rx-close-icon[data-v-7c85272d] {
    display: none;
}
.rx-close-icon[data-v-7c85272d]:hover{
    color: red;
    cursor: pointer;
}
.rx-div-edit-close[data-v-7c85272d]{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    line-height: normal;
    padding: 0;
    width: 0;
    height: 0;
    border-top: 24px solid #d9dce1;
    border-left: 24px solid transparent;
    border-right: 0;
    border-bottom: 0;
    display: none;
}
.rx-div-edit-close[data-v-7c85272d]:before{
    content: 'x';
    display: inline-block;
    font-size: 12px;
    line-height: 8px;
    height: 10px;
    position: absolute;
    top: -22px;
    right: 4px;
}
.rx-div-edit-close[data-v-7c85272d]:hover{
    color: #fff;
    border-top-color: #ff4d4f;
}
.text-width[data-v-7c85272d]{
    position: absolute;
    top: 0;
    opacity: 0;
}
.rx-tags-ul[data-v-7c85272d]{
    font-size: 0;
    padding-bottom: 3px;
}
.rx-tags-ul-close[data-v-7c85272d]{
    padding-right: 10px;
}
.rx-tags-ul > .rx-tags-li[data-v-7c85272d]{
    min-height: 24px;
    line-height: normal;
    font-size: 14px;
    display: inline-block;
    position: relative;
    margin: 3px 3px 0px 0;
    padding: 0 20px 0 4px;
    border-radius: 4px;
    background-color: #eeeeee;
    opacity: 1;
    vertical-align: middle;
    white-space: nowrap;
}
.rx-tags-ul > .rx-tags-li .rx-tags-icon[data-v-7c85272d]{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #6683ef;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    vertical-align: -2px;
}
.rx-tags-li  .rx-tags-text[data-v-7c85272d]{
    display: inline-block;
    vertical-align:middle;
    white-space: normal;
    word-break: break-all;
    max-width: calc( 100% - 16px );
}
.rx-tags-li .rx-tags-icon + .rx-tags-text[data-v-7c85272d]{
    padding-left: 4px;
}
.rx-delete-li[data-v-7c85272d]{
    opacity: 0!important;
    -webkit-transition:opacity 0.2s;
    transition:opacity 0.2s;
}
.rx-tags-close[data-v-7c85272d]{
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 4px;
    width: 12px;
    height: 12px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-style:normal;
    color:#46494d;
    border-radius: 50%;
    font-size: 11px;
    line-height: 11px;
}
.rx-tags-close[data-v-7c85272d]:hover{
    color:#FA6854;
}
.rx-tags-ul > .rx-input-li[data-v-7c85272d]{
    display: inline-block;
    border: 0;
    padding: 0;
    background-color: transparent;
    vertical-align: middle;
}
.rx-edit-input-box[data-v-7c85272d]{
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
}
.rx-div-edit-text[data-v-7c85272d]{
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 2px;
    right: 2px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1;
}
.rx-search-loading[data-v-7c85272d]{
    padding-left: 6px;
    padding-top: 6px;
}
.rx-div-input[data-v-7c85272d]{
    outline: none;
    border: 0;
    width: 100%;
    padding: 0;
    height: 100%;
    background-color: transparent;
}
.rx-div-input-tags[data-v-7c85272d]{
    margin-top: 3px;
}
.rx-search-container[data-v-7c85272d]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rx-div-edit-container[data-v-7c85272d]{
    position: relative;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        align-self: center;
    z-index: 1;
}
.rx-div-edit-container:not('.rx-div-edit-readonly'):hover .rx-div-edit-close[data-v-7c85272d]{
    display: block;
}
.rx-search-container-button .rx-edit-button[data-v-7c85272d]{
    border: 1px solid #c7c7c7;
    border-radius: 0 4px 4px 0;
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding:0 6px ;
}
.rx-search-container-button .rx-edit-button[data-v-7c85272d]:hover{
    border-color: #40a9ff;
    color: #40a9ff;
    cursor: pointer;
}
.rx-search-container-button .rx-div-edit-container[data-v-7c85272d]{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.rx-search-container-button .rx-btn-icon-box[data-v-7c85272d]{
    display: inline-block;
    vertical-align: middle;
}
.rx-search-container-button .rx-edit-button[data-v-7c85272d]:before{
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.rx-div-search-box[data-v-7c85272d]{
    padding: 4px 0;
}
.rx-div-edit[data-v-7c85272d]{
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 30px;
    padding:2px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.rx-div-edit-tags[data-v-7c85272d]{
    padding: 0 0 0 3px;
}
.rx-search-container:hover .rx-edit-button[data-v-7c85272d],
.rx-search-container-focus .rx-edit-button[data-v-7c85272d]{
    border-left-color:#40a9ff;
}
.rx-search-container:not(.rx-div-edit-readonly):hover .rx-div-edit-container[data-v-7c85272d],
.rx-search-container-focus .rx-div-edit-container[data-v-7c85272d]{
    border-color: #40a9ff;
    outline:0;
    cursor: pointer;
}
.rx-div-edit[data-v-7c85272d]:hover,
.rx-div-edit[data-v-7c85272d]:focus,
.rx-div-edit[data-v-7c85272d]:active
{
    border-color: #40a9ff;
    outline:0;
}
/*禁用样式*/
.rx-search-container.rx-div-edit-disabled:hover .rx-edit-button[data-v-7c85272d],
.rx-search-container.rx-div-edit-disabled:hover .rx-div-edit-container[data-v-7c85272d],
.rx-search-container.rx-div-edit-disabled .rx-div-edit[data-v-7c85272d]:hover,
.rx-search-container.rx-div-edit-disabled .rx-div-edit[data-v-7c85272d]:active,
.rx-search-container.rx-div-edit-disabled .rx-div-edit[data-v-7c85272d]:focus{
    border-color: #c7c7c7;
}
.rx-div-edit-placeholder[data-v-7c85272d]{
    position: absolute;
    left: 4px;
    top: 1px;
    line-height: 28px;
    color: #c7c7c7;
}
.rx-div-search-box[data-v-7c85272d]{
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    outline: none;
    border-radius: 4px;
    margin-top: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0 ,0 ,0 ,.15);
            box-shadow: 0 2px 8px rgba(0 ,0 ,0 ,.15);
    max-height: 200px;
    overflow: auto;
}
.rx-div-search-box-show[data-v-7c85272d]{
    display: block;
    background-color: #fff;
}
.rx-div-search-box-top[data-v-7c85272d]{
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 4px;
    max-height: 200px;
    background-color: #fff;
}
.rx-div-edit-disabled[data-v-7c85272d] {
    background:#f3f3f3;
}
.rx-div-edit-disabled .rx-tags-ul .rx-tags-li[data-v-7c85272d]{
    padding-right: 4px;
    background-color:#f5f5f5 ;
    color: rgba(0, 0, 0, 0.33);
}
.rx-div-edit-disabled .rx-edit-button[data-v-7c85272d]{
    background-color: #f5f5f5;
}
.rx-div-edit-disabled .rx-edit-button[data-v-7c85272d]:hover{
    border-color: #c7c7c7;
    color: rgba(0, 0, 0, 0.65);
    cursor: auto;
}
.rx-div-edit-readonly .rx-tags-ul .rx-tags-li[data-v-7c85272d]{
    padding-right: 4px;
}
.rx-div-edit-readonly .rx-div-edit-container[data-v-7c85272d]{
    border-radius: 4px!important;
    border: 1px solid #f8f8f8!important;
    background-color: #f8f8f8;
}
.rx-div-edit-readonly .rx-div-edit-text[data-v-7c85272d]{
    position: initial;
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
    line-height: 18px;
}


.errMsg[data-v-68664f5a]{
  color: red;
  font-size: 12px;
  font-weight: bold;
}


*[data-v-3fa15404] .ant-row.ant-form-item:last-child{
    margin-bottom: 0;
}


.conhert {
  height: 40px;
  background-color: #f5f7fa;
}
.conhert span {
  float: left;
  line-height: 40px;
  margin-left: 20px;
}
.conhert button {
  width: 100px;
  float: right;
  margin-right: 20px;
}
.hearr {
  border-top: 1px solid #e6e8eb;
  padding-top: 20px;
}
.content_in {
  border-top: 1px solid #e6e8eb;
  width: 100%;
  height: calc(100% - 150px);
  overflow: hidden;
  overflow-y: auto;
}
.contentleft {
  float: left;
  border-right: 1px solid #e6e8eb;
  width: 200px;
  height: 100%;
  overflow: auto;
}
.contentleft_hear {
  line-height: 50px;
  margin-left: 28px;
}
.contentleftamenu {
  width: 150px;
  border-right: none;
  margin: auto;
}
.contentleftamenu .ant-menu-submenu-arrow {
  left: 4px !important;
}
.contentleftamenu .ant-menu-submenu-title{
    color:rgba(0, 0, 0, 0.65) !important;
}
.contentright {
  width: calc(100% - 200px);
  float: left;
  overflow: auto;
}
.myHeader {
  padding: 20px;
  margin-left: 20px;
}
.container-box {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container-box > li {
  width: 100%;
  margin-right: 20px;
  padding: 10px;
  overflow: hidden;
}
.container-box > li:last-child {
  margin-right: 0;
}


.tree-style[data-v-86f24c76] .rx-v-tree-trigger i{
    color: #666666;
}
.tree-style[data-v-86f24c76] .rx-icon-document i {
    color: #e3e3e3!important;
}
.tree-style[data-v-86f24c76] .rx-icon-container i{
    color:#FFDC53FF;
    font-size: 16px;
}
.tree-style[data-v-86f24c76] .rx-v-tree-content-active i{
    color: #4285f4!important;
}
.rx-vue-tree-box[data-v-86f24c76] .rx-expand-icon-box .rx-v-tree-icon{
    font-size: 13px!important;
    margin-left: 1px;
}
.rx-vue-tree-box[data-v-86f24c76] .rx-v-tree-icon{
    margin-top: 1px;
}
.rx-vue-tree-box[data-v-86f24c76] .rx-v-tree-icon-box{
    width: 16px;
}
.btn i[data-v-86f24c76]{
    margin-right: 4px;
}


.steps-action[data-v-4059066a]{
    text-align: center;
    margin-top: 20px;
}
.changeApp-img[data-v-4059066a]{
    width: 300px;
    margin: auto;
}
.changeApp-img img[data-v-4059066a]{
    width: 100%;
    margin-top: 30px;
}
.changeApp-span[data-v-4059066a]{
    text-align: center;
    display: block;
}


.title-div[data-v-322e168d] {
  padding: 10px 0;
}
*[data-v-322e168d] .ql-snow .ql-picker-label::before {
  vertical-align: top;
}
*[data-v-322e168d] .ql-snow .ql-color-picker .ql-picker-label svg,
*[data-v-322e168d] .ql-snow .ql-icon-picker .ql-picker-label svg {
  vertical-align: top;
}
.avatar-uploader > .ant-upload[data-v-322e168d] {
  width: 128px;
  height: 128px;
}
.package[data-v-322e168d]{
    color: #4285f4;
    font-size: 14px;
    margin-top: 21px;
}
.ant-upload-select-picture-card i[data-v-322e168d] {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-322e168d] {
  margin-top: 8px;
  color: #666;
}
.import-content[data-v-322e168d] {
  margin-top: 16px;
  height: 180px;
}
.upicon[data-v-322e168d] {
  font-size: 41px;
  color: #4285f4;
}
.zip-list[data-v-322e168d] {
  position: relative;
}
.self-dragger[data-v-322e168d] .ant-upload-drag {
  height: 314px;
}
.self-dragger[data-v-322e168d] .ant-upload-list {
  display: none;
}
.ant-upload-hint .up-title[data-v-322e168d] {
  display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
}
.updel[data-v-322e168d] {
  font-size: 16px;
}
.file-list-box[data-v-322e168d] {
  /* width: 330px;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 10px;
  margin-bottom: 4px; */
  /* display: flex;
  justify-content: space-between; */
}
.fileicon[data-v-322e168d] {
  font-size: 45px;
  color: #4285f4;
  margin-right: 8px;
  vertical-align: middle;
}
.xlsx[data-v-322e168d] {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
    margin-top: 20px;
    color: #333333;
}
.upd-btn[data-v-322e168d] {
  width: 330px;
  margin: 0 auto;
  margin-top: 8px;
}
.upsuccess[data-v-322e168d] {
  font-size: 41px;
  color: #52c319;
}
.failing[data-v-322e168d]{
    font-size: 41px;
    color: #f80636;
}
.suc-icon-box[data-v-322e168d] {
  text-align: center;
}
.suc-text-box[data-v-322e168d] {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-top: 6px;
}
.suc-content-box[data-v-322e168d] {
  text-align: center;
  margin-top: 4px;
}
.suc-blue[data-v-322e168d] {
  color: #4285f4;
}
.suc-green[data-v-322e168d] {
  color: #52c319;
}
.suc-red[data-v-322e168d] {
  color: red;
}


.table-edit-container[data-v-5f63a876]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.table-edit-container .table-edit-body[data-v-5f63a876]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
}
.table-edit-toolbar[data-v-5f63a876]{
    padding: 6px;
    text-align: center;
    border-top: 1px solid #ddd;
}
.table-edit-toolbar button[data-v-5f63a876]:first-child{
    margin-right: 10px;
}


.col-title[data-v-ada7a44e]{
    float:left;
    width:100px;
    font-weight: bold;
    text-align: right;
    line-height: 34px;
}
.toolbar[data-v-ada7a44e] {
    text-align: right;
    padding: 4px 10px 4px 4px;
    border-bottom: 1px solid #dfdfdf;
}
.toolbar button[data-v-ada7a44e]{
    margin-left: 5px;
}
.bpm-common-news[data-v-ada7a44e]{
    padding: 13px;
    font-size: 14px;
}
.rxMylayout[data-v-ada7a44e] .ant-collapse-content > .ant-collapse-content-box{
    padding: 0px 12px 12px 12px!important;
}
.rx-vue-user-tab[data-v-ada7a44e]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.rx-vue-user-tab ul[data-v-ada7a44e] {
    font-size: 0;
}
.rx-vue-user-tab ul li[data-v-ada7a44e] {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 20px;
    position: relative;
    color: #555555;
    cursor: pointer;
}
.rx-vue-user-tab ul li.active[data-v-ada7a44e] {
    background-color: #4285f4;
    color: #fff;
}
.rx-vue-user-tab ul li.active[data-v-ada7a44e]:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid #4285f4;
    border-right: 6px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -7px;
}
.left-card-head-common[data-v-ada7a44e]{
    padding:10px;
}
.left-card-head-common li[data-v-ada7a44e] {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    color: #46494d;
    font-size: 14px;
    cursor: pointer;
}
.left-card-head-common-hover[data-v-ada7a44e]{
    background-color: #ecf3fe;
    border-radius: 4px;
    color: #4285f4!important;
    font-weight: revert;
}
.left-card-head-common li[data-v-ada7a44e]:hover{
    background-color: #ecf3fe;
    border-radius: 4px;
    color: #4285f4;
    font-weight: revert;
}
.left-card-head[data-v-ada7a44e]{
    height: 30px;
    background-color: #f5f7fa;
    color: #46494d;
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #e6e8eb;
}


.relick a{
    margin-right: 10px;
}



.rxGrids[data-v-45e9d19d] .rowHidden,
.rxGrids[data-v-45e9d19d] .rowHidden td {
    background-color: rgba(0, 0, 0, 0.05) !important;
}


.relick a{
    margin-right: 10px;
}



.listSelectBox[data-v-876a5252]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listCard[data-v-876a5252]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 32px;
    margin: 4px 10px 4px 0 ;
    padding:  0 4px;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.listButton[data-v-876a5252]{
    margin: 4px 0;
}


.ant-steps-vertical[data-v-6d099318]{
    margin-left: 10px;
    margin-top: 10px;
}
.ant-steps-item-content[data-v-6d099318]{
    width:100%;
    margin-left: 10px;
    padding-right: 10px;
}
.ant-steps-item-description[data-v-6d099318]{
  width:380px;
}
.opDesp[data-v-6d099318] {
    font-size: 12px;
    line-height: 32px;
    color:blue;
    width: 100%;
}
.time[data-v-6d099318] {
    font-size:10px;
    color: darkgray;

    width: 100%;
    line-height: 26px;
}
.AGREE[data-v-6d099318] {
    font-weight: bold;
    color: green;
}
.BACK[data-v-6d099318],.BACK_SPEC[data-v-6d099318],.BACK_TO_STARTOR[data-v-6d099318] {
    font-weight: bold;
    color: red;
}


.BpmAtabpane[data-v-2f70c094]{
  height: calc(100% - 35px) !important;
}
.btnContainer[data-v-2f70c094]{
    padding: 2px 10px 2px 0px ;
    width: 100%;
    text-align: right;
}


@media print {
.noprint[data-v-2e6135a7] {
    display: none
}
}
.formBox[data-v-2e6135a7] .rx-fit{
    padding: 0;
}
.formBox[data-v-2e6135a7] .fit-header.showBorder{
  -webkit-box-shadow: 0px 1px 4px #dddddd;
          box-shadow: 0px 1px 4px #dddddd;
}
.formBox[data-v-2e6135a7] .divdefault{
  overflow: hidden;
}
.fitContainer[data-v-2e6135a7]{
  background: #f0f2f5;
  padding-top: 10px;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.fitContainer .contents[data-v-2e6135a7]{
  background: #fff;
  padding: 6px;
  padding-right: 16px;

  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fitContentBox[data-v-2e6135a7]{
  margin: auto;
  width: 100%;
  max-width: 1300px;
}


.rxMylayout[data-v-8d21daec] .ant-collapse-content > .ant-collapse-content-box{
    padding: 0px 12px 12px 12px!important;
}
.bpm-common-vue-ueditor-wrap[data-v-8d21daec]{
    height: 100%;
    width: calc(100% - 20px);
    margin: auto;
}
.bpm-common-news[data-v-8d21daec]{
    padding: 13px;
    font-size: 14px;
}
.left-card-head-common[data-v-8d21daec]{
    padding:10px;
}
.left-card-head-common li[data-v-8d21daec] {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    color: #46494d;
    font-size: 14px;
    cursor: pointer;
}
.left-card-head-common-hover[data-v-8d21daec]{
    background-color: #ecf3fe;
    border-radius: 4px;
    color: #4285f4!important;
    font-weight: revert;
}
.left-card-head-common li[data-v-8d21daec]:hover{
    background-color: #ecf3fe;
    border-radius: 4px;
    color: #4285f4;
    font-weight: revert;
}
.left-card-head[data-v-8d21daec]{
    height: 30px;
    background-color: #f5f7fa;
    color: #46494d;
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #e6e8eb;
}
.rxMylayout[data-v-8d21daec] .modeleBox {
  padding: 0 !important;
}
.rxMylayout[data-v-8d21daec] .modeleBox {
  background-image: -webkit-gradient(linear, left top, right top, from(#3073f8), to(#2ca8fe)) !important;
  background-image: linear-gradient(to right, #3073f8, #2ca8fe) !important;
  line-height: 44px;
}
.toolbar[data-v-8d21daec] {
  text-align: right;
  padding: 4px 10px 4px 4px;
  border-bottom: 1px solid #dfdfdf;
}
.toolbar button[data-v-8d21daec]{
    margin-left: 5px;
}
.commen-menu[data-v-8d21daec] {
  cursor: pointer;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.commen-menu[data-v-8d21daec] {
  margin-bottom: 0px !important;
}
.current-click[data-v-8d21daec] {
  background: #edf0ff;
  color: #6675c1;
  border-left: 2px solid #4b6afe;
}
.header-menu[data-v-8d21daec] {
  width: 100%;
  text-align: center;
}
.header-left[data-v-8d21daec] {
  position: absolute;
  margin-left: 10px;
  color: #ffffff;
}
.rx-header[data-v-8d21daec] {
  background: red;
}
.comf[data-v-8d21daec] {
  color: #ffffff;
  width: 20px;
  height: 20px;
}
.item-menu[data-v-8d21daec] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    margin-right: 10px;
}
.item-menu i[data-v-8d21daec]{
    font-size: 19px;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 7px;
    float: left;
    margin-right: 3px;
}
.item-click[data-v-8d21daec] {
  background: #ffffff;
  height: 30px;
    line-height: 30px;
    padding-right: 10px;
  border-radius: 4px;
  position: relative;
  color: #2e86ff;
}
.item-click[data-v-8d21daec]:after {
  content: ' ';
  display: inline-block;
  margin: 20px auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fcf6f6;
  position: absolute;
  top: 7px;
  left: 29px;
}
.item-click .comf[data-v-8d21daec] {
  color: #2e86ff;
}
.left-card[data-v-8d21daec] .ant-card-head {
  min-height: 30px;
  padding: 0 10px;
}
.left-card[data-v-8d21daec] .ant-card-body {
  padding: 0 10px;
}
.left-card[data-v-8d21daec] .ant-card-head-title {
  padding: 0px;
}
.inners[data-v-8d21daec] {
  /* color: #ffffff; */
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 20px;
}
.gdticon[data-v-8d21daec] {
  width: 18px;
  height: 18px;
  color: #2e8cff;
}
.main-table-box[data-v-8d21daec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.box-title[data-v-8d21daec] {
  width: 38px;
  height: 20px;
  background: #55ca75;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
}
.title-font[data-v-8d21daec] {
  margin-left: 5px;
}
.item-right[data-v-8d21daec] {
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  /* width: 90px; */
  height: 26px;
  background: #f5f7fa;
  border-radius: 4px;
  border: solid 1px #dadde0;
  padding: 2px 10px;
}
.self-table-body[data-v-8d21daec] {
  margin-top: 10px;
  cursor: pointer;
}
.self-table-body i[data-v-8d21daec]{
  color: #02c5b7;
  font-size: 20px;
  line-height: 21px;
  margin-right: 4px;
}
.tips[data-v-8d21daec] {
  height: 61px;
  background: #ffffff;
  border-radius: 2px;
  border: solid 1px #e6e8eb;
  border-left: 2px solid #2e8cff;
  margin-bottom: 15px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  margin-top: 10px;
}
.tips span[data-v-8d21daec] {
  font-size: 12px;
  margin-left: 4px;
}
.right-card[data-v-8d21daec] .ant-card-head {
  min-height: 30px;
  padding: 0 10px;
}
.right-card[data-v-8d21daec] .ant-card-body {
  padding: 0 10px;
}
.right-card[data-v-8d21daec] .ant-card-head-title {
  padding: 0px;
}


.table-operator[data-v-26fa24af] {
    padding: 4px;
}
.table-operator button[data-v-26fa24af] {
    margin: 2px;
}


.relick a{
    margin-right: 10px;
}



.AccomplishBpm[data-v-752f8d0c] {
    width: 100%;
    height: 100%;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.AccomplishBpm-img[data-v-752f8d0c] {
    width: 184px;
    height: 184px;
    margin-top: 187px;
}
.AccomplishBpm-text[data-v-752f8d0c] {
    color: #303030;
    font-size: 24px;
    margin-top: 40px;
}
.AccomplishBpm-button[data-v-752f8d0c]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.AccomplishBpm-button button[data-v-752f8d0c]{
    margin-right: 40px;
    width: 141px;
}


.rx-seal-dialog[data-v-76fdb898]{
    width: 100%;
    position: relative;
}
.rx-seal-container[data-v-76fdb898]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    bottom: 54px;
    top: 0;
    position: absolute;
    overflow: auto;
}
.rx-seal-list[data-v-76fdb898]{
    padding: 10px 0 10px 10px;
    display: block;
    text-align: center;
}
.rs-seal-dialog-btn[data-v-76fdb898]{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.rs-seal-dialog-btn button[data-v-76fdb898]:first-child{
    margin-right: 8px;
}
.rx-seal-img-box[data-v-76fdb898]{
    display: block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0;
}
.rx-seal-img-box.rx-seal-img-active[data-v-76fdb898]{
    border-color: #40a9ff;
}
.list-img[data-v-76fdb898]{
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.rx-seal-title .rx-seal-name[data-v-76fdb898]{
    padding-left: 6px;
}
.rx-seal-title[data-v-76fdb898]{
    padding:0 6px ;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.rx-seal-dialog[data-v-333ec4dd]{
    width: 100%;
    position: relative;
}
.rx-seal-container[data-v-333ec4dd]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    bottom: 54px;
    top: 0;
    position: absolute;
    overflow: auto;
}
.rx-seal-list[data-v-333ec4dd]{
    padding: 10px 0 10px 10px;
    display: block;
    text-align: center;
}
.rs-seal-dialog-btn[data-v-333ec4dd]{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.rs-seal-dialog-btn button[data-v-333ec4dd]:first-child{
    margin-right: 8px;
}
.rx-seal-img-box[data-v-333ec4dd]{
    display: block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0;
}
.rx-seal-img-box.rx-seal-img-active[data-v-333ec4dd]{
    border-color: #40a9ff;
}
.list-img[data-v-333ec4dd]{
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.rx-seal-title .rx-seal-name[data-v-333ec4dd]{
    padding-left: 6px;
}
.rx-seal-title[data-v-333ec4dd]{
    padding:0 6px ;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.sealCommon-img[data-v-428c85f2]{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #dedede;
    margin-top: 20px;
    position: relative;
}
.sealCommon-img img[data-v-428c85f2]{
    width: 100%;
    height: 100%;
}
.sealCommon-img:hover .sealCommon-delete[data-v-428c85f2]{
    display: block;
}
.sealCommon-delete[data-v-428c85f2]{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: red;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    display: none;
}
.sealCommon-add[data-v-428c85f2]{
    width: 100%;
    height: 38px;
    border-radius: 4px;
    border: solid 1px #dedede;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
}
.sealCommon-add[data-v-428c85f2]:hover{
    color: #4285f4;
    border: 1px solid #4285f4;
}
.sealCommon[data-v-428c85f2]{
    width: 100%;
    padding: 20px;
}
.sealCommon-span[data-v-428c85f2]{
    display: block;
    color: #909090;
    font-size: 12px;
}


.navbar[data-v-61e69f02] {
    margin-top: 20px;
    width: 756px;
    padding-right: 20px;
    height: 688px;
    overflow: hidden;
}
.navbar img[data-v-61e69f02] {
    width: 736px;
    height: 688px;
}
.formBox[data-v-61e69f02]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formContainer[data-v-61e69f02]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.formContainerRoll .formCenter[data-v-61e69f02]{
    max-width: 1300px;
    margin: auto;
}
.formContainerRoll[data-v-61e69f02]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.formFooter[data-v-61e69f02]{
    text-align: right;
    padding: 10px;
    border-top: 1px solid #ddd;
}
.formFooter button[data-v-61e69f02]{
    margin-left: 6px;
}
.header[data-v-61e69f02]{
    background-color: #4285f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    color: #fff;
}
.logoText[data-v-61e69f02]{
    display: inline-block;
    padding: 2px 8px;
    line-height: normal;
    border:1px solid #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 6px;
}
.rightToolBar[data-v-61e69f02]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.current[data-v-61e69f02]{
    margin-left: 16px;
    position: relative;
}
.treeBox .text .icon[data-v-61e69f02]{
    padding-right: 6px;
}
.treeBox .text[data-v-61e69f02]{
    margin-right: 6px;
}


.listSelectBox[data-v-0bb1ed1b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listCard[data-v-0bb1ed1b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 32px;
  margin: 4px 10px 4px 0;
  padding: 0 4px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.listButton[data-v-0bb1ed1b] {
  margin: 4px 0;
}


.rx-gridBox[data-v-c2f440e4]{
    height: calc(100% - 46px);
}


.task-applicantNo[data-v-5c5c9d42]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.task-icon[data-v-5c5c9d42]{
    width: 23px;
    height: 23px;
    color: white;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #4d9eff;
    margin-right: 5px;
}
.task-batch-center[data-v-5c5c9d42]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    height: 100%;
    width: 100%;
}
.task-batch-grid[data-v-5c5c9d42]{
    overflow: auto;
    margin-bottom: 20px;
}
.task-batch-textarea[data-v-5c5c9d42]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.task-batch-span[data-v-5c5c9d42]{
    display: block;
    height: 25px;
    font-size: 15px;
}
























































































































































































































































position: relative

;


.myBpmInstList-common-ri:hover .myBpmInstList-common-name[data-v-ef719962],.myBpmInstList-common-ri:hover .myBpmInstList-common-time[data-v-ef719962]{
    color: #5bce6f;
}
.myBpmInstList-list[data-v-ef719962]{
    padding:20px;
    width: 100%;
}
.myBpmInstList-top[data-v-ef719962]{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.myBpmInstList-top-i[data-v-ef719962]{
    color: #4285f4;
    margin-right: 10px;
    font-size: 25px;
}
.myBpmInstList-top-name[data-v-ef719962]{
    font-size: 16px;
    color: #010101;
    font-weight: bold;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.myBpmInstList-top-more[data-v-ef719962]{
    color: #4285f4;
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.myBpmInstList-top-more i[data-v-ef719962]{
    color: #4285f4;
    font-size: 25px;
    width: 10px;
}
.myBpmInstList-common[data-v-ef719962]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.myBpmInstList-common-le[data-v-ef719962]{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: rgb(8,235,70,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.myBpmInstList-common-myicon[data-v-ef719962]{
    width: 23px;
    height: 23px;
    background-color: #5bce6f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.myBpmInstList-common-myicon i[data-v-ef719962] {
    font-size: 20px;
    color: white;
}
.myBpmInstList-common-ri[data-v-ef719962]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    margin-left: 16px;
}
.myBpmInstList-common-name[data-v-ef719962]{
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.myBpmInstList-common-time[data-v-ef719962]{
    font-size: 13px;
    color: rgb(0,0,0,0.65);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.myCharge-common-ri:hover .myCharge-common-name[data-v-ab13acf0],.myCharge-common-ri:hover .myCharge-common-time[data-v-ab13acf0]{
    color: #4285f4;
}
.myCharge-list[data-v-ab13acf0]{
    padding:20px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.myCharge[data-v-ab13acf0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    height: 100%;
}
.myCharge-top[data-v-ab13acf0]{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.myCharge-top-i[data-v-ab13acf0]{
    color: #4285f4;
    margin-right: 10px;
    font-size: 25px;
}
.myCharge-top-name[data-v-ab13acf0]{
    font-size: 16px;
    color: #010101;
    font-weight: bold;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.myCharge-top-more[data-v-ab13acf0]{
    color: #4285f4;
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.myCharge-top-more i[data-v-ab13acf0]{
    color: #4285f4;
    font-size: 25px;
    width: 10px;
}
.myCharge-common[data-v-ab13acf0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.myCharge-common-le[data-v-ab13acf0]{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: rgb(66,133,244,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.myCharge-common-myicon[data-v-ab13acf0]{
    width: 23px;
    height: 23px;
    background-color: #4285f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.myCharge-common-myicon i[data-v-ab13acf0] {
    font-size: 20px;
    color: white;
}
.myCharge-common-ri[data-v-ab13acf0]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    margin-left: 16px;
}
.myCharge-common-name[data-v-ab13acf0]{
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.myCharge-common-time[data-v-ab13acf0]{
    font-size: 13px;
    color: rgb(0,0,0,0.65);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.processMatters-top[data-v-b0970f2c]{
    height: 50px;
    line-height: 50px;
}
.processMatters-top i[data-v-b0970f2c] {
    color: #4285f4;
    font-size: 22px;
    margin-right: 12px;
}
.processMatters-top-name[data-v-b0970f2c]{
    font-size: 16px;
    color: #010101;
    font-weight: bold;
}
.processMatters[data-v-b0970f2c]{
    padding: 0px 5px 5px 20px;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    background-image: url(../../static/img/processMatters.d9cd2ae7.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.processMatters-list[data-v-b0970f2c]{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(162px,1fr));
    grid-gap: 15px;
    padding: 10px 5px 10px 0;
}
.processMatters-item[data-v-b0970f2c]{
    height: 80px;
    background-color: rgb(242,246,255,0.9);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.processMatters-item-le[data-v-b0970f2c]{
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 16px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.processMatters-item-le i[data-v-b0970f2c]{
    color: white;
    width: 48px;
    text-align: center;
    font-size: 30px;
}
.processMatters-item-name[data-v-b0970f2c]{
    font-size: 12px;
    line-height: 20px;
    color: #010101;
    opacity: 0.85;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60px;
}
.processMatters-item-count[data-v-b0970f2c]{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
.processMatters-item-ri[data-v-b0970f2c]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.processOverview-empty[data-v-7f6b2404]{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.processOverview-spin[data-v-7f6b2404]{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.processOverview[data-v-7f6b2404] .ant-tabs-nav .ant-tabs-tab{
    padding: 12px 16px!important;
}
.processOverview-screenName[data-v-7f6b2404]{
    width: 200px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 6px;
    right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9;
}
.rx-inputs[data-v-7f6b2404]{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px;
    color: #555555;
    cursor: pointer;
}
.handClose[data-v-7f6b2404]{
    width: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #4285f4;
    color: white;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}
.processOverview-common-list[data-v-7f6b2404]{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(148px,1fr));
    grid-gap: 10px;
}
.processOverview-list-name[data-v-7f6b2404]{
    font-size: 14px;
    color: #000000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.processOverview-list[data-v-7f6b2404]{
    height: 40px;
    background-color: #f8f8f8;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 14px;
}
.processOverview-list[data-v-7f6b2404]:hover{
    background: white;
}
.processOverview-list:hover .processOverview-collect[data-v-7f6b2404]{
    display: block;
}
.processOverview-collect[data-v-7f6b2404]{
    display: none;
    font-size: 18px;
    color: rgba(6, 0, 1, 0.1);
}
.processOverview-list[data-v-7f6b2404]:hover{
    -webkit-box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
            box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
}
.processOverview-list-icon[data-v-7f6b2404]{
    width: 17px;
    height: 17px;
    background-color: #4285f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    color: white;
    margin-right: 8px;
}
.processOverview[data-v-7f6b2404] .ant-tabs-bar{
    margin-bottom: 0px!important;
}
.processOverview[data-v-7f6b2404] .ant-tabs-content-animated{
    height: calc(100% - 44px) !important;
}
.processOverview[data-v-7f6b2404] {
    height: 100%;
    width: 100%;
    position: relative;
}
.processOverview-common[data-v-7f6b2404]{
    height:100%;
    width: 100%;
   overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.processOverview-common-le[data-v-7f6b2404]{
    width: 210px;
    height: 100%;
    border-right: 1px solid #e8e8e8;
    padding: 10px;
}
.processOverview-common-ri[data-v-7f6b2404]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: scroll;
    overflow-x: scroll;
    padding: 10px 0 0 10px;
}
.processOverview-common-ri[data-v-7f6b2404]::-webkit-scrollbar-thumb{
    display: none!important;
}
.processOverview-common-ri[data-v-7f6b2404]:hover::-webkit-scrollbar-thumb{
    display: block!important;
}


.formBox[data-v-eee3e848]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formContainer[data-v-eee3e848]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.formContainerRoll .formCenter[data-v-eee3e848]{
    max-width: 1300px;
    margin: auto;
}
.formContainerRoll[data-v-eee3e848]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.formFooter[data-v-eee3e848]{
    text-align: right;
    padding: 10px;
    border-top: 1px solid #ddd;
}
.formFooter button[data-v-eee3e848]{
    margin-left: 6px;
}
.header[data-v-eee3e848]{
    background-color: #4285f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    color: #fff;
}
.logoText[data-v-eee3e848]{
    display: inline-block;
    padding: 2px 8px;
    line-height: normal;
    border:1px solid #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 6px;
}
.rightToolBar[data-v-eee3e848]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.current[data-v-eee3e848]{
    margin-left: 16px;
    position: relative;
}
.treeBox .text .icon[data-v-eee3e848]{
    padding-right: 6px;
}
.treeBox .text[data-v-eee3e848]{
    margin-right: 6px;
}


.FormBoControlRef[data-v-51ec9716] .ant-form-item {
  margin-bottom: 10px !important;
}
.FormBoConHead[data-v-51ec9716] {
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.85);
}


.tabButton[data-v-2a9e992c] {
  vertical-align: middle;
  margin-left: 10px;
}
.MyfixedBoxs[data-v-2a9e992c] {
  position: absolute;
  background: #fff;
  width: 400px;
  border: 1px solid #ddd;
  border-radius: 6px;
  z-index: 9999;
  padding:15px;
}
.toolBtn[data-v-2a9e992c] {
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.btn1[data-v-2a9e992c] {
  margin-right: 6px;
}


.FormBoDefManager[data-v-2426ca31] {
    width: 100%;
    height: 100%;
    padding: 0px 20px 20px 20px;
}
.FormBoDetails[data-v-2426ca31] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.FormBoDetails>div[data-v-2426ca31]:nth-child(1) {
    width: 196px;
    background-color: #f5f7fa;
    border: solid 1px #e6e8eb;
    padding: 15px 0px;
}
.FormBoDetails>div:nth-child(1) ul li[data-v-2426ca31] {
    height: 32px;
    line-height: 32px;
    padding: 0px 20px;
    color: #46494d;
    margin-top: 1px;
}
.FormBoDetails>div:nth-child(1) ul li[data-v-2426ca31]:hover {
    background-color: #1890ff;
    color: white;
    cursor: pointer;
}
.boTabHover[data-v-2426ca31] {
    background-color: #1890ff;
    color: white !important;
}
.FormBoDetails>div[data-v-2426ca31]:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 12px;
}
.FormBoDetailsRxGrid[data-v-2426ca31] {
    height: calc(100% - 32px);
    margin-top: 10px;
}


.relick a {
    margin-right: 10px;
}



.table-operator[data-v-13606a88] {
    padding: 4px;
}
.table-operator button[data-v-13606a88] {
    margin: 2px;
}


.rx-content[data-v-25d6644c]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}


.rx-content[data-v-59cc7b94]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}


.rx-content[data-v-f62dfd78]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}


.containerCode-content[data-v-4d9c0d7c]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.rx-customContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #e6e6e6;
  min-height: 300px;
  border-radius: 5px;
  padding: 10px;
}
.rx-customContent-item {
  margin: 10px;
  cursor: pointer;
}
.rx-customContent-item:hover {
  color: #1890ff;
}
.rx-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rx-custom-le {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rx-custom-ri {
  color: #1890ff;
  font-size: 14px;
  cursor: pointer;
}
.FormPcPdfTemp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.FormPcPdfTemp-head {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FormPcPdfTemp-head-img {
  height: 30px;
  margin-top: -16px;
}
.FormPcPdfTemp-head-name {
  font-size: 16px;
  color: #000000;
  margin-top: -12px;
  margin-left: 10px;
}
.FormPcPdfTemp-common {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FormPcPdfTemp-common-le {
  width: 320px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.FormPcPdfTemp-common-ri {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #e6e6e6;
}
.center-collapse .ant-collapse-content-box {
  padding: 5px 0px !important;
}
.center-collapse .collapse-list {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding: 0px 20px;
  color: #000000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.center-collapse .collapse-list a {
  margin-left: 10px;
}
.center-collapse .collapse-list:hover .collapse-list-interposition {
  display: block;
}
.center-collapse .collapse-list-interposition {
  display: none;
}
.center-collapse .collapse-list-filter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.center-collapse .collapse-list-system:hover {
  background: #dafaf8;
}
.center-collapse .collapse-list-system i {
  color: #02c5b7;
  font-size: 20px;
  margin-right: 5px;
}
.center-collapse .collapse-list-print:hover {
  background: #fdeee0;
}
.center-collapse .collapse-list-print i {
  color: #ffa752;
  font-size: 20px;
  margin-right: 5px;
}
.center-collapse .collapse-list-main:hover {
  background: #dafaf8;
}
.center-collapse .collapse-list-main i {
  color: #02c5b7;
  font-size: 20px;
  margin-right: 5px;
}
.center-collapse .collapse-list-onetomany:hover {
  background: #fdeee0;
}
.center-collapse .collapse-list-onetomany i {
  color: #ffa752;
  font-size: 20px;
  margin-right: 5px;
}
.center-collapse .collapse-list-onetoone:hover {
  background: #e7ecff;
}
.center-collapse .collapse-list-onetoone i {
  color: #93a8ff;
  font-size: 20px;
  margin-right: 5px;
}
.center-collapse .ant-collapse-borderless {
  background: white !important;
}
.center-collapse .ant-collapse-header {
  height: 40px !important;
  border-bottom: 1px dashed #dedede;
  padding: 0px 0px 0px 20px !important;
}
.center-collapse .ant-collapse-item {
  border-bottom: none !important;
}
.center-collapse .ant-collapse-arrow {
  left: 0px !important;
}
.center-collapse .collapse-head {
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 999;
}
.center-collapse .ant-collapse-content-box {
  padding-bottom: 0px;
}
.center-collapse .ant-collapse-expand-icon {
  margin-top: 7px;
  margin-left: -16px;
}
.collapse-list-img {
  width: 23px;
  margin-right: 4px;
}


.footerToolBar button{
  margin-right: 6px;
}


.modal-erro[data-v-0baddbb9]{
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    border-bottom: none;
    border-right: none;
}
.modal-head[data-v-0baddbb9],.modal-common[data-v-0baddbb9]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.modal-head-name[data-v-0baddbb9]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 20px;
    border-right: 1px solid #e8e8e8;
}


.form-boentity-edit-btn[data-v-176a5b3e]{
    padding:6px 10px;
    text-align: right;
    border-bottom: 1px solid #ddd;
}
.form-boentity-edit-btn button[data-v-176a5b3e]{
    margin-left: 6px;
}
.rxLayout[data-v-176a5b3e] .ant-tabs-bar{
    margin-bottom: 0;
}
.rxLayout[data-v-176a5b3e] .fit-header{
    padding-bottom: 0!important;
}
.form-boentity-edit-box[data-v-176a5b3e],
.table-containers[data-v-176a5b3e]{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.header-toolbar[data-v-176a5b3e]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 0;
}
.form-boentity-edit-content[data-v-176a5b3e],
.grid-container[data-v-176a5b3e]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.grid-container-roll[data-v-176a5b3e]{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.FormBoEntityAdrawer[data-v-176a5b3e] .ant-drawer-body {
    padding: 0px !important;
}
.ant-row[data-v-176a5b3e] {
    padding-right: 10px;
}
.ant-form[data-v-176a5b3e] {
    height: 100%;
}
.table-operator button[data-v-176a5b3e] {
    margin-right: 6px;
}
.ant-form-inline .ant-form-item[data-v-176a5b3e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align[data-v-176a5b3e] .ant-form-item-label {
    width: 90px;
}
.align[data-v-176a5b3e] .ant-row {
    margin-right: 0;
}
.table-page-search-wrapper.align[data-v-176a5b3e] {
    height: 100%;
}
.table-page-search-wrapper[data-v-176a5b3e] .ant-form-item{
    margin-bottom: 4px!important;
    margin-right: 0!important;
}
.table-page-search-wrapper[data-v-176a5b3e] .ant-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}
.dialogs[data-v-176a5b3e] .content-div {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}
.ant-divider-horizontal[data-v-176a5b3e] {
    margin: 5px 0;
}


.rx-empty[data-v-2334b845]{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
}
.emptyContainer[data-v-2334b845]{
    margin-top: -40px;
}
.listBoxs[data-v-2334b845]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
}
.btnbox[data-v-2334b845]{
    padding: 10px 10px 0;
}
.tableBox[data-v-2334b845]{
    padding: 10px;
    height: 100%;
    width: 100%;
}


.refererEdit-common[data-v-ca48d3ea]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.refererEdit-common i[data-v-ca48d3ea]{
    font-size: 18px;
    margin-right: 5px;
    margin-top: 7px;
}
.refererEdit-common input[data-v-ca48d3ea]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.refererEdit-center-header[data-v-ca48d3ea]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 86%;
}
.refererEdit-center-header >div[data-v-ca48d3ea]:nth-child(1){
    color: #303030;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.refererEdit-center-header >div[data-v-ca48d3ea]:nth-child(2){
    color: #f94765;
    font-size: 15px;
}
.refererEdit-center-header >div:nth-child(2) i[data-v-ca48d3ea]{
    margin-left: 5px;
    font-size: 18px;
}
.refererEdit-center-header >div:nth-child(1) i[data-v-ca48d3ea]{
    margin-right: 5px;
    color: #303030;
    font-size: 17px;
}


.customDialogBox[data-v-745f3327]{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.toolbars[data-v-745f3327]{
    border-bottom: 1px solid #ddd;
    text-align: right;
    padding: 10px;
    font-size: 0;
}
.toolbars button[data-v-745f3327]:not(:last-child){
    margin-right: 6px;
}
.contentContainer[data-v-745f3327]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.contentContainerRoll[data-v-745f3327]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


.is-seted[data-v-5c9b14b0] {
    color: #70b90b;
    margin-left: 5px;
}


.is-seted[data-v-7ee56070] {
    color: #70b90b;
    margin-left: 5px;
}


.form-tree-certen[data-v-4d2f7164] {
    position: relative;
}
.form-tree-certen:hover .form-tree[data-v-4d2f7164] {
    display: block;
}
.form-tree[data-v-4d2f7164] {
    position: absolute;
    top: 44px;
    display: none;
    left: 0px;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e3e3e3;
}
.FormSolutionDefMappingConfig-easy[data-v-4d2f7164] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-monaco-editor-center[data-v-4d2f7164] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formSolution[data-v-4d2f7164] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.addbutton[data-v-4d2f7164] {
    margin-bottom: 15px;
}
.formSolution-center[data-v-4d2f7164] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.formSolution-center-flex[data-v-4d2f7164] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.form-tree-certen[data-v-0219305c]{
    position: relative;
}
.form-tree-certen:hover .form-tree[data-v-0219305c]{
    display: block;
}
.form-tree[data-v-0219305c] {
    position: absolute;
    top: 44px;
    display: none;
    left: 0px;
    min-width: 170px;
    max-height: 300px;
    overflow: auto;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e3e3e3;
}
.FormSolutionDefMappingConfig-easy[data-v-0219305c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-monaco-editor-center[data-v-0219305c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formSolution[data-v-0219305c] {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.addbutton[data-v-0219305c] {
    margin-bottom: 15px;
}
.formSolution-center[data-v-0219305c] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.formSolution-center-flex[data-v-0219305c] {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
            flex-direction: column!important;
}


.table-operator > button[data-v-525a3982] {
    margin-right: 6px;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item[data-v-525a3982] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    margin-right: 0;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control-wrapper[data-v-525a3982] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: inline-block;
    vertical-align: middle;
}
.table_toolBar[data-v-525a3982] .ant-table-row-indent,
.table_toolBar[data-v-525a3982] .ant-table-row-expand-icon {
    float: left;
    margin-top: 2px;
}
.table_toolBar[data-v-525a3982] .editable-cell {
    overflow: hidden;
}
.is-seted[data-v-525a3982] {
    color: #70b90b;
    margin-left: 5px;
}


.form-condition[data-v-2947c7fb]{
    cursor: pointer;
    color: #444444;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-condition i[data-v-2947c7fb] {
    font-size: 18px;
    margin-top: 15px;
}
.opinion-parenthesis-triangle[data-v-2947c7fb]{
    height: 5px;
    width: 0px;
    border: 10px solid;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -17px;
    left: 36px;
}
.opinion-parenthesis-list[data-v-2947c7fb]{
    margin-top: 20px;
}
.opinion-parenthesis-list li[data-v-2947c7fb]{
    color: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 12px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.opinion-parenthesis-list li i[data-v-2947c7fb]{
    margin-right:5px;
    font-size: 18px;
}
.opinion-parenthesis-list li i[data-v-2947c7fb]:hover{
    color:#4285f4
}
.opinion-parenthesis-list li div[data-v-2947c7fb]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 5px;
}
.opinion-parenthesis-list li div[data-v-2947c7fb]:hover{
    background-color: #f2f3f6;
    border-radius: 4px;
}
.opinion-parenthesis[data-v-2947c7fb]{
    position: absolute;
    top: 42px;
    left:0px;
    width: 300px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
            box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
    border: solid 1px #eeeeee;
    border-radius: 4px;
    z-index: 9;
}
.conditionDiv[data-v-2947c7fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
}
.conditionDiv .minDiv[data-v-2947c7fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-right: 20px;
}
.conditionDiv .minDiv span[data-v-2947c7fb] {
    white-space: nowrap;
}


.miniQuery_groupConfig[data-v-1caaf1be]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 10px;
}
.miniQuery_groupConfig-monaco[data-v-1caaf1be]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.miniQuery_userConfig[data-v-3e31cb76]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 10px;
}
.miniQuery_userConfig-monaco[data-v-3e31cb76]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.addField-icon[data-v-19af02d9]{
    display: block;
    overflow: hidden;
    line-height: 20px;
    font-size: 15px;
    cursor: pointer;
}
.addField-icon i[data-v-19af02d9]{
    font-size: 20px;
    margin-right: 5px;
    float: left;
}
.gridData[data-v-19af02d9]{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 7px;
}
.gridData>div[data-v-19af02d9]:nth-child(1){
        font-size: 20px;
        margin-right: 4px;
        cursor: pointer;
}
.gridData>div[data-v-19af02d9]:nth-child(2){
        width: 50%;
        overflow: hidden;
        line-height: 30px;
}
.gridData>div[data-v-19af02d9]:nth-child(3){
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}


.gridData[data-v-4dfeed05]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
}
.gridData>div[data-v-4dfeed05]:nth-child(1){
    font-size: 20px;
    margin-right: 4px;
    cursor: pointer;
}
.gridData>div[data-v-4dfeed05]:nth-child(2){
    width: 50%;
    overflow: hidden;
    line-height: 30px;
}
.gridData>div[data-v-4dfeed05]:nth-child(3){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.addField-icon[data-v-f4234710]{
    display: block;
    overflow: hidden;
    line-height: 20px;
    font-size: 15px;
    cursor: pointer;
}
.addField-icon i[data-v-f4234710]{
    font-size: 20px;
    margin-right: 5px;
    float: left;
}
.gridData[data-v-f4234710]{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 7px;
}
.gridData>div[data-v-f4234710]:nth-child(1){
        font-size: 20px;
        margin-right: 4px;
        cursor: pointer;
}
.gridData>div[data-v-f4234710]:nth-child(2){
        width: 50%;
        overflow: hidden;
        line-height: 30px;
}
.gridData>div[data-v-f4234710]:nth-child(3){
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}


.addField-icon[data-v-f8f43e06]{
    display: block;
    overflow: hidden;
    line-height: 20px;
    font-size: 15px;
    cursor: pointer;
}
.addField-icon i[data-v-f8f43e06]{
    font-size: 20px;
    margin-right: 5px;
    float: left;
}
.gridData[data-v-f8f43e06]{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 7px;
}
.gridData>div[data-v-f8f43e06]:nth-child(1){
        font-size: 20px;
        margin-right: 4px;
        cursor: pointer;
}
.gridData>div[data-v-f8f43e06]:nth-child(2){
        width: 50%;
        overflow: hidden;
        line-height: 30px;
}
.gridData>div[data-v-f8f43e06]:nth-child(3){
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}


.mini-input[data-v-11027168]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.is-seted[data-v-9d80c190] {
    color: #70B90B;
    margin-left: 5px;
}


.is-seted[data-v-1a3d249a] {
    color: #70b90b;
    margin-left: 5px;
}


.search-view-seted-box[data-v-14d32402] {
  margin: 10px 0px;
}


.is-seted[data-v-232e67d8] {
    color: #70b90b;
    margin-left: 5px;
}


.entityDrawer[data-v-ae2dc480] .ant-drawer-body {
    padding: 0px !important;
}
.ant-row[data-v-ae2dc480] {
    padding-right: 10px;
}
.ant-form[data-v-ae2dc480] {
    height: 100%;
}
.ant-form-inline .ant-form-item[data-v-ae2dc480] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align[data-v-ae2dc480] .ant-form-item-label {
    width: 90px;
}
.align[data-v-ae2dc480] .ant-row {
    margin-right: 0;
}
.table-page-search-wrapper.align[data-v-ae2dc480] {
    height: 100%;
}
.table-page-search-wrapper[data-v-ae2dc480] .ant-form-item{
    margin-bottom: 4px!important;
    margin-right: 0!important;
}
.table-page-search-wrapper[data-v-ae2dc480] .ant-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}


.table-operator[data-v-4c28a6c0] {
  padding:4px;
}
.table-operator button[data-v-4c28a6c0] {
  margin:2px;
}


.relick a{
    margin-right: 10px;
}



.rx-vue-tree-box[data-v-009ee6e4] .rx-expand-icon-box .rx-v-tree-icon{
  font-size: 13px!important;
  margin-left: 1px;
}
.rx-vue-tree-box[data-v-009ee6e4] .rx-v-tree-icon{
  margin-top: 1px;
}
.rx-vue-tree-box[data-v-009ee6e4] .rx-v-tree-icon-box{
  width: 16px;
}
.btn i[data-v-009ee6e4]{
  margin-right: 4px;
}



.relick a{
    margin-right: 10px;
}



.table-operator[data-v-0674674b] {
  padding:4px;
}
.table-operator button[data-v-0674674b] {
  margin:2px;
}


.relick a{
    margin-right: 10px;
}



.table-operator[data-v-081acd64] {
  padding:4px;
}
.table-operator button[data-v-081acd64] {
  margin:2px;
}


.relick a{
    margin-right: 10px;
}



.table-operator[data-v-460e4ff7] {
  padding:4px;
}
.table-operator button[data-v-460e4ff7] {
  margin:2px;
}


.relick a{
    margin-right: 10px;
}



.table-operator[data-v-19f33d48] {
  padding:4px;
}
.table-operator button[data-v-19f33d48] {
  margin:2px;
}


.relick a{
    margin-right: 10px;
}



.table-operator[data-v-f8886472] {
  padding:4px;
}
.table-operator button[data-v-f8886472] {
  margin:2px;
}


.deleteTbp{
    position: relative;
    top: -26px;
    left: 113px;
    color: white;
    text-align: center;
    width: 26px;
    height: 26px;
    background-color: #ff6868;
    border-radius: 0px 2px 2px 0px;
}
.martop{
    margin-top: 0px!important;
}
.ReportDataConfigure{
    overflow: hidden;
}
.configurePosition{
    width: 116px;
    float: left;
    text-align: center;
    margin-top:14px;
    border-top: 1px solid #dadde0;
    cursor:pointer
}
.configurePosition >span{
    display: block;
    width: 50px;
    margin-left: 40px;
    background: white;
    margin-top: -10px;
    color: #67bb15;
}
.alert{
    border-left: 1px solid #dadde0;
}
.alert1{
    margin-top:15px!important;
    border-left: 1px solid #dadde0;
}
.alertmartop{
    margin-top: -15px!important;
}
.configureChildrenSH{
    overflow: hidden;
    padding-bottom: 40px;
    margin-top: -15px;
}
.line{
    width: 24px;
    height: 1px;
    display: block;
    background-color: #dadde0;
    float: left;
    margin-top: 14px;
}
.neiConfigure{
    padding: 15px;
    overflow: auto;
}
.configure{
    display: block;
    width: 150px;
    height: 26px;
    background-color: #e5eaff;
    border-radius: 2px;
    color: #7b91e9;
    line-height: 26px;
    padding: 0px 8px;
    border-left: 3px solid #9babed;
    float: left;
}
.configureALI{
    display: block;
    width: 150px;
    height: 26px;
    background-color: #e5eaff;
    border-radius: 2px;
    color: #7b91e9;
    line-height: 26px;
    padding: 0px 8px;
    float: left;
    cursor: pointer;
    border-left: 3px solid #9babed;
}
.deleteAtto{
    color: #c0c5cc;
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
}


.model_decoration{
    text-decoration: line-through;
    color: silver!important;
}
.model_chart{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.neiConfigure{
    padding: 15px;
    overflow: auto;
}
.configureALI{
    display: block;
    width: 150px;
    height: 26px;
    background-color: #e5eaff;
    border-radius: 2px;
    color: #7b91e9;
    line-height: 26px;
    padding: 0px 8px;
    float: left;
    border-left: 3px solid #9babed;
}
.deleteAtto{
    color: #c0c5cc;
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
}
.addTo{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 232px;
    background-color: #f5f7fa;
    border-radius: 15px;
    border: solid 1px #dadde0;
    margin-top: 15px;
    cursor: pointer;
}
.exhibition{
    width: 244px;
    height: 26px;
    border: solid 1px #9babed;
    border-radius: 5px 5px 0px 0px;
    margin-left: 120px;
    margin-top: 20px;
    border-bottom: none;
}
.exhibition>span{
    display: block;
    width: 70px;
    margin: auto;
    background: white;
    margin-top: -10px;
    text-align: center;
    color: #9babed;
}
.current{
    margin-left: 20px;
    background-color: #e5eaff;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    padding: 0px 7px;
    float: left;
    border-radius: 2px;
    border-left: 3px solid #9babed;
    color: #7b91e9;
}
.association{
    min-height: 400px;
    width: 620px!important;
}
.drag{
    line-height: 30px;
}
.iconform{
    color: #9babed;
    margin-right: 8px;
}
.add .ant-collapse-item{
    border-bottom: none!important;
}
.fonz12{
    font-size: 12px!important;
}
.icon_ringht{
    color: #2e8cff;
    margin-left: 10px;
}
.icon_nextstep{
    position: absolute;
    top: 0px;
    left: 100px;
}
.model_obj{
    margin:0px 0px 10px 20px;
    cursor:pointer;
    position: relative;
}
.model_content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 296px);
    border-radius: 10px;
}
.model_content >div{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 10px;
    height: 100%;
    overflow: auto;
}
.model_content >div:nth-child(1){
    border-right: 1px solid #dadde0;
}
.model_content >div:nth-child(2){
    border-right: 1px solid #dadde0;
}
.model_content .ant-collapse-content > .ant-collapse-content-box{
    padding: 10px 5px 0px 18px!important;
}
.model_content .ant-collapse > .ant-collapse-item > .ant-collapse-header{
    padding:4px 16px 4px 40px!important;
}
.model_content .ant-collapse-header{
   height: 30px!important;
}
.model_content .ant-collapse-borderless{
    background: white!important;
}
.model{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    line-height: 30px;
    color: #808080;
    background-color: #f5f7fa;
    border: solid 1px #dadde0;
    margin-top: 6px;
    font-size: 12px;
}
.model >div:nth-child(1){
    border-right: solid 1px #dadde0;
}
.model >div{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
}
.report{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.report >div:nth-child(1){
    width: 380px;
    height: 100%;
    overflow: auto;
    padding: 15px;
    border-right: 1px solid #e6e8eb;
}
.report >div:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 15px 0px 15px;
    overflow: auto;
}
.tables_obj{
    color: #46494d;
    border-left: 2px solid #1890ff;
    line-height: 10px;
    padding-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tables_obj >span{
    padding-right: 10px;
}
.relick a {
    margin-right: 10px;
}
.ChartDataModelDesign .ant-form-item{
    margin-bottom: 10px!important;
}
.ChartDataModelDesign .ant-menu-vertical{
    border-right: none!important;
}
.dragClass{
    background-color: #dafaf8 !important;
}


.errormsg[data-v-787ce52c]{
  color:#DD0000;
  margin-left: 4px;
}


.errormsg[data-v-291dbb83]{
  color:#DD0000;
  margin-left: 4px;
}


.list-style-table-box[data-v-5364d1bb]{
    display: inline-block;
    vertical-align: middle;
}
.rx-list-table[data-v-5364d1bb]{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100px;
    border:1px solid #dedede;
}
.rx-list-table th[data-v-5364d1bb],
.rx-list-table td[data-v-5364d1bb]{
    padding: 7px 4px;
    border-bottom: 1px solid #dedede;
}
.rx-list-table.rx-list-table-border th[data-v-5364d1bb],
.rx-list-table.rx-list-table-border td[data-v-5364d1bb]{
    border-right: 1px solid #dedede;
}
.rx-list-table.rx-list-table-color tbody tr[data-v-5364d1bb]:nth-child(even){
    background-color: #FAFAFA;
}
.rx-list-table thead tr[data-v-5364d1bb]{
    background-color: #FAFAFA;
}


.rx-form-item[data-v-4f0f83f8]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rx-form-item[data-v-4f0f83f8] .ant-form-item-control-wrapper{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.labelText[data-v-4f0f83f8] .ant-form-item-label {
    padding-right: 4px;
    white-space: normal !important;
}
.input-button-edit[data-v-4f0f83f8] {
    margin-top: 6px;
}
.cp-box[data-v-4f0f83f8] .ant-collapse-content{
    overflow: visible;
}
.line-height[data-v-4f0f83f8] .ant-select{
    width: 80px;
}
.mlf[data-v-4f0f83f8]{
    margin-left: 10px;
    display: inline-block;
}
.bgfg-text[data-v-4f0f83f8]{
    margin-left: 23px;
    margin-bottom: 20px;
    display: inline-block;
}
.editl-form[data-v-4f0f83f8] .ant-form-item{
    margin-bottom: 6px;
}
.editl-form[data-v-4f0f83f8] .ant-form-item .ant-switch {
    height: 18px;
    min-width: 40px;
}
.editl-form[data-v-4f0f83f8] .ant-switch::after{
    width: 14px;
    height: 14px;
}
.editl-form .cs-setting[data-v-4f0f83f8] .ant-form-item{
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.editl-form .cs-setting[data-v-4f0f83f8] .ant-form-item-control{
    width: 180px;
}
.editl-form .cs-setting[data-v-4f0f83f8] .ant-form-item-control,
.editl-form .cs-setting[data-v-4f0f83f8] .ant-form-item-label{
    line-height: 30px;
}


.renderConfig_user[data-v-e45e0d26] .ant-form-item {
    margin-bottom: 10px !important;
}
.user-img[data-v-e45e0d26] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-img-center[data-v-e45e0d26] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    border: 1px solid rgba(232, 232, 232, 1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 10px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}
.user-img-center[data-v-e45e0d26]:hover {
    border: 1px solid rgba(66, 133, 244, 1);
}
.user-img-icon[data-v-e45e0d26] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.user-img-icon span[data-v-e45e0d26]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.user-img-Selected[data-v-e45e0d26] {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 10px;
    width: 10px;
    border: 10px solid;
    border-color: #4285f4 #4285f4 transparent transparent;
    text-align: center;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.user-img-Selected i[data-v-e45e0d26] {
    display: block;
    margin-top: -11px;
    margin-right: -7px
}
.user-back[data-v-e45e0d26] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.user-back-common i[data-v-e45e0d26] {
    color: white;
}
.user-back-common[data-v-e45e0d26] {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
}
.user-icon[data-v-e45e0d26]{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #4285F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 26px;
}


.user-back[data-v-1ca11e58] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
}
.user-back-common i[data-v-1ca11e58] {
    color: white;
}
.user-back-common[data-v-1ca11e58] {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
}
.user-icon[data-v-1ca11e58]{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #4285F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 26px;
}


.aselectTime[data-v-a963c056]{
    width: 90%;
}


.innerTableRow[data-v-3cbc86df]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content[data-v-3cbc86df]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}



.innerTableRow[data-v-eabd35a0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content[data-v-eabd35a0]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}



.innerTableRow[data-v-5f6edac2]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content[data-v-5f6edac2]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}



.table-operator[data-v-487c98fb]{
    text-align: right;
    width:100%;
}


.rx-card-item-imgbox[data-v-2fbb1794]{
    position: absolute;
    top: 1px;
    right: 2px;
    color: white;
    font-size: 13px;
    z-index: 99;
}
.button-input-number[data-v-2fbb1794]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.button-from-list[data-v-2fbb1794]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.button-from[data-v-2fbb1794]{
    padding:0px 23px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dadde0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
.button-from-hover[data-v-2fbb1794]{
    border: solid 1px #1890ff;
}
.button-from-hover[data-v-2fbb1794]:before{
    content: "";
    border-top: 15px solid #2e86ff;
    border-right: 15px solid #2e86ff;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: -1px;
    right: -1px;
    position: absolute;
    z-index: 2;
}
.button-from[data-v-2fbb1794]:hover{
    border: solid 1px #1890ff;
}
.button-from span[data-v-2fbb1794]{
    color: #1890ff;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 10px;
}
.button-from span i[data-v-2fbb1794] {
    margin-right: 5px;
}
.button-from span[data-v-2fbb1794]:first-child{
    padding-right: 10px;
}
.button-from span[data-v-2fbb1794]:nth-child(2){
    padding-left: 10px;
}
.btnShow[data-v-2fbb1794]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btnShow >div[data-v-2fbb1794]:nth-child(1){
    margin-right: 5px;
}


.rx-center-li.active[data-v-9abf73fc]{
    border-color: #1890ff;
}
.rx-center-li.active[data-v-9abf73fc]{
    position: relative;
    z-index: 1;
}
.rx-center-li.active[data-v-9abf73fc]:before{
    content: '';
    border-top: 10px solid #2e86ff;
    border-right: 10px  solid #2e86ff;
    border-left:10px  solid transparent;
    border-bottom: 10px  solid transparent;
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 2;
}
.rx-center-li.active[data-v-9abf73fc]:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 3;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.rx-top-name[data-v-9abf73fc]{
    line-height: 35px;
    color: #000000;
    opacity: 0.85;
    font-size: 14px;
}
.rx-center[data-v-9abf73fc]{
    width: 100%;
    border: dashed 1px #dadde0;
    margin-top: 15px;
}
.rx-center-ul[data-v-9abf73fc]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    margin: 0px;
}
.rx-center-li[data-v-9abf73fc]{
    width: 78px;
    height: 32px;
    border-radius: 4px;
    margin:5px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.rx-center-li[data-v-9abf73fc]:hover{
    border: solid 1px #1890ff;
}
.active[data-v-9abf73fc]{
    border: solid 1px #1890ff;
}
.rx-center-name[data-v-9abf73fc]{
    width: 68px;
    height: 22px;
    background-color: #e8f7ff;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    color: #2387fa;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}
.be_colour[data-v-9abf73fc]{
    width: 80px;
}
.rx-effect[data-v-9abf73fc]{
    width: 80px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    border: solid 1px #dadde0;
}
.rx-effect-span[data-v-9abf73fc]{
    width: 68px;
    height: 22px;
    background-color: #e8f7ff;
    border-radius: 4px;
    text-align: center;
    line-height: 22px;
    color: #2387fa;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}


.rx-colorConfigs[data-v-a5f7cbea]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border: 1px solid #dadde0;
    border-radius: 5px;
}
.rx-colorConfigs-name[data-v-a5f7cbea]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #dadde0;
    padding-left: 5px;
}
.rx-colorConfigs-name span[data-v-a5f7cbea]{
    padding: 0px 8px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
}
.rx-colorConfigs i[data-v-a5f7cbea]{
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
.rx-colorConfigs i[data-v-a5f7cbea]:hover{
    color: #2387fa;
}


.table-operator[data-v-0a75ccd8]{
    float: right;
}
.table-operator >i[data-v-0a75ccd8]{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f7fa;
    border: solid 1px #dadde0;
    border-left: none;
    display: block;
    float: left;
}
.table-operator >i[data-v-0a75ccd8]:nth-child(1){
    border-left: solid 1px #dadde0;
    border-radius: 5px 0px 0px 5px;
}
.table-operator >i[data-v-0a75ccd8]:nth-child(4){
    border-radius: 0px 5px 5px 0px;
}
.rendering[data-v-0a75ccd8]{
    border-left: 3px solid #1890ff;
    height: 10px;
    line-height: 10px;
    padding-left: 5px;
    width: 100px;
    float: left;
    margin-top: 16px;
}
.aselect[data-v-0a75ccd8]{
    width: calc(100% - 120px);
    margin-left: 10px;
}
.effect[data-v-0a75ccd8]{
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}
.rcgrid[data-v-0a75ccd8]{
    height: calc(100% - 50px);
}
.be_colour[data-v-0a75ccd8]{
    width: 50px;
}
.range[data-v-0a75ccd8]{
    height: 100%;
    padding: 20px;
}


.circular{
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 2px;
    border: dashed 1px #dadde0;
    margin-top: 10px;
    float: left;
    position: relative;
}
.circular_select{
    position: absolute;
    right: 0px;
    top: 0px;
    height:17px;
    width: 17px;
    border:17px solid;
    border-color:#5b8fff  #5b8fff transparent  transparent ;
}
.circular_select i{
    float: left;
    margin-top: -14px;
    font-size: 12px;
    color: white;
}
.strip{
    width: 160px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 2px;
    border: dashed 1px #dadde0;
    margin-top: 10px;
    float: left;
    margin-left: 20px;
    padding:37px 20px 0px 20px;
    position: relative;
}
.aprogress > .ant-progress-inner{
    width: 80px!important;
    height: 80px!important;
    margin: 10px!important;
}
.labelclac{
    margin: 25px;
}
.labeinput{
    margin-top: 10px;
    width: 70px;
}


.system-color-custom[data-v-2bcc6c2a]{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 10px;
}
.system-color-custom >div[data-v-2bcc6c2a]{
    margin-right: 10px;
}
.system-color-custom span[data-v-2bcc6c2a]{
    color: #666666;
    font-size: 14px;
    width: 60px;
    margin-right: 10px;
}
.system-color-list[data-v-2bcc6c2a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.system-color-list span[data-v-2bcc6c2a]{
    color: #666666;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    width: 47px;
}
.system-color-list div[data-v-2bcc6c2a]{
    width: 42px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    margin-right: 7px;
    margin-left: 7px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid white;
}
.system-color-list-hover[data-v-2bcc6c2a]{
    border: solid 1px #4285f4!important;
}
.system-color-list div[data-v-2bcc6c2a]:hover{
    border: solid 1px #4285f4;
}
.system-color[data-v-2bcc6c2a]{
    width: 520px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 10px;
    border: dashed 1px #d9d9d9;
    padding: 0px 10px 10px 10px;
}
.sqlBuildTypeList[data-v-2bcc6c2a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}
.sqlBuildTypeList >div[data-v-2bcc6c2a]{
    width: 110px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #dadde0;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.sqlBuildTypeList >div[data-v-2bcc6c2a]:nth-child(1){
    margin-right: 10px;
}
.sqlBuildTypeList >div[data-v-2bcc6c2a]:hover{
    border: solid 1px #4285f4;
}
.sqlBuildTypeList-show[data-v-2bcc6c2a]{
    border: solid 1px #4285f4!important;
}
.sqlBuildTypeList-child-iconfont[data-v-2bcc6c2a]{
    position: absolute;
    top: 0px;
    right: 0px;
    height:15px;
    width: 15px;
    border:15px solid;
    border-color:#4285f4  #4285f4 transparent  transparent ;
    text-align: center;
}
.sqlBuildTypeList-child-iconfont i[data-v-2bcc6c2a]{
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 12px;
    color: white;
}
.sqlBuildTypeList-child >div[data-v-2bcc6c2a]{
    height: 14px;
    line-height: 14px;
    color: #46494d;
    font-size: 14px;
    text-align: center;
}


.formSolution-center[data-v-c3b20c34] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.rx-monaco-editor-center[data-v-c3b20c34] {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-monaco-editor-left[data-v-c3b20c34] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}


.is-seted[data-v-c6d7ddf0] {
    color: #70b90b;
    margin-left: 5px;
}
.ant-form-item[data-v-c6d7ddf0]{
    margin-bottom: 2px !important;
}


.ant-table-wrapper table {
  table-layout: fixed;
}

.border-dashed {
  border-bottom: 1px dashed #e8e8e8;
}
.custom-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-toolbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.configurationList-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.configurationList-center-le {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.configurationList-center-le .ant-form-item-label {
  line-height: normal;
}
.configurationList-center-ri {
  width: 300px;
}
.configurationList-center-ri img {
  width: 180px;
  margin-left: 10px;
}
.configurationList-explain {
  color: #c0c5cc;
  font-size: 12px;
  line-height: 16px!important;
  display: block;
  padding: 0px;
  margin: 1px;
}
.configurationList-collapse .ant-collapse-header {
  padding: 0px!important;
  padding-left: 22px!important;
  line-height: 0px!important;
}
.configurationList-collapse .ant-collapse-item {
  border: none!important;
}
.configurationList-collapse .ant-collapse {
  background-color: white;
}
.configurationList-collapse .ant-collapse-arrow {
  top: 0px!important;
  left: 0px!important;
}
.configurationList-collapse .ant-collapse-content-box {
  padding: 15px 0px 10px 0px!important;
}
.configurationList-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.configurationList-show span:nth-child(2) {
  font-size: 12px;
}
.configurationList-show span:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cover-show {
  color: #303030;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.cover-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover-common .cover-common-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cover-common .cover-common-list:nth-child(1) {
  margin-right: 20px;
}
.mobile-column-collapse-show {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.mobile-column-collapse-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #303030;
  cursor: pointer;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}
.mobile-column-collapse-add span {
  font-size: 14px;
  margin-left: 4px;
}
.mobile-column-collapse-vuedraggable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-top: 7px;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left i:nth-child(2) {
  font-size: 20px;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left-title {
  display: block;
  overflow: initial;
  text-overflow: ellipsis;
  color: #303030;
  font-size: 14px;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left-title .ant-form-item {
  margin-bottom: 0px;
}
.preview-effect {
  font-size: 13px;
  padding: 0 4px;
  height: 30px;
  width: 100px;
  text-align: center;
  border-radius: 4px;
  margin-left: 15px;
}
.preview-effect > span {
  margin-top: 3px;
  display: inline-block;
  padding: 0 8px;
  border-radius: 10px;
  background-color: #f0f0f0;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
}
.preview-effect > span .subscript {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 62px;
  vertical-align: 0;
}
.preview-effect > span b {
  display: inline-block;
  font-weight: normal;
  vertical-align: 4px;
}
.vuedraggable-row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vuedraggable-row-list .drag-row-list-text {
  padding-left: 14px;
}
.vuedraggable-row-list .drag-row-list-value:not(.drag-row-list-value2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vuedraggable-row-list .drag-row-list-value2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.vuedraggable-row-list .drag-row-list-value.drag-row-list-color {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100px;
}
.vuedraggable-row-list > i {
  padding: 3px;
}
.list-row-text {
  padding-bottom: 4px;
}
.config-btn {
  padding-top: 10px;
}
.ant-row-title {
  margin-bottom: 10px;
}
.vertical-span {
  display: inline-block;
  vertical-align: middle;
}
.vertical-span-switch {
  vertical-align: 0px;
}
.collapse-panel-item {
  margin-bottom: 30px;
}
.configurationList-center .ant-form-vertical .ant-form-item {
  padding-bottom: 0;
}


.authority-list-common[data-v-391bfcfb]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 40px);
}
.authority-common[data-v-391bfcfb]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 17px;
    border-right: 1px solid #eeeeee;
}
.FormBoListEditPermissionConf-list-head[data-v-391bfcfb]{
    border-left: 2px solid #1890ff;
    height: 12px;
    line-height: 12px;
    padding-left: 8px;
}
.FormBoListEditPermissionConf-list-name[data-v-391bfcfb]{
    margin: 10px 0px 20px 10px;
}
.FormBoPermissionEdit-authority-list[data-v-391bfcfb]{
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eeeeee;
}
.FormBoPermissionEdit-name-list[data-v-391bfcfb]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.FormBoPermissionEdit[data-v-391bfcfb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}
.FormBoPermissionEdit-head[data-v-391bfcfb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
}
.FormBoPermissionEdit-head-model[data-v-391bfcfb] {
    margin-right: 10px;
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.FormBoPermissionEdit-common[data-v-391bfcfb] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: auto;
}
.FormBoPermissionEdit-common-le[data-v-391bfcfb] {
    width: 35%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 1px solid #eeeeee;
}
.FormBoPermissionEdit-le_hear[data-v-391bfcfb] {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding-left: 24px;
    background-color: #fafafa;
    font-weight: bold;
}
.FormBoPermissionEdit-le_common[data-v-391bfcfb] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 40px 10px 40px;
}
.FormBoPermissionEdit-common-ri[data-v-391bfcfb]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.FormBoPermissionEdit-jurisdiction[data-v-391bfcfb]{
    padding:10px 24px 0px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.jurisdiction-common[data-v-391bfcfb]{
    min-height: 100px;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    width: 100%;
    margin-bottom: 20px;
}
.jurisdiction-common-head[data-v-391bfcfb]{
    height: 40px;
    background-color: #fafafa;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: solid 1px #eeeeee;
}
.jurisdiction-common-list[data-v-391bfcfb]{
    padding: 20px 20px 0px 20px;
}
.jurisdiction-common-checkbox[data-v-391bfcfb] .ant-checkbox-group-item{
    margin-bottom: 8px;
    width: 100%;
}
.FormBoPermissionEdit-common-list[data-v-391bfcfb]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.FormBoPermissionEdit-common-list-name[data-v-391bfcfb]{
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px;
    border-bottom: solid 1px #eeeeee;
}


.FormBoListEditPermissionConf-tree[data-v-e9688cc8] li{
    padding: 0px!important;
}
.FormBoListEditPermissionConf-tree[data-v-e9688cc8]{
    margin-top: 5px;
}
.authority-list-common[data-v-e9688cc8]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 40px);
}
.authority-common[data-v-e9688cc8]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 17px;
    border-right: 1px solid #eeeeee;
}
.authority-list[data-v-e9688cc8]{
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.authority-name-list[data-v-e9688cc8]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.authority-button-list[data-v-e9688cc8]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.FormBoListEditPermissionConf[data-v-e9688cc8]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 27px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #eeeeee;
}
.FormBoListEditPermissionConf-common[data-v-e9688cc8]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 10px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #eeeeee;
    overflow: auto;
    border-bottom: none;
}
.FormBoListEditPermissionConf-common-le[data-v-e9688cc8]{
    width: 250px;
    border-right: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.FormBoListEditPermissionConf-list-le[data-v-e9688cc8]{
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: 0px 16px;
    margin-bottom: 4px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.FormBoListEditPermissionConf-list-le[data-v-e9688cc8]:hover{
    background-color: #f5f7ff;
    color: #1890ff;
}
.FormBoListEditPermissionConf-key[data-v-e9688cc8]{
    background-color: #f5f7ff;
    color: #1890ff;
}
.FormBoListEditPermissionConf-common-ri[data-v-e9688cc8]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
}
.FormBoListEditPermissionConf-ri-head[data-v-e9688cc8]{
    border-bottom: 1px solid #eeeeee;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.editPermission[data-v-e9688cc8]{
    width: 32px;
    height: 32px;
    background-color: #f5f7fa;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    text-align: center;
    line-height: 32px;
    margin-left: 20px;
}
.FormBoListEditPermissionConf-list-head[data-v-e9688cc8]{
    border-left: 2px solid #1890ff;
    height: 12px;
    line-height: 12px;
    padding-left: 8px;
}
.FormBoListEditPermissionConf-list-name[data-v-e9688cc8]{
    margin: 10px 0px 20px 10px;
}
.FormBoListEditPermissionConf-jurisdiction[data-v-e9688cc8]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.FormBoListEditPermissionConf-common-le-head[data-v-e9688cc8]{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #eeeeee;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-weight: bold;
}
.FormBoListEditPermissionConf-head[data-v-e9688cc8]{
    height: 40px;
    background-color: #fafafa;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: solid 1px #eeeeee;
    color: #000000;
    font-weight: bold;
}
.FormBoListEditPermissionConf-ri-common[data-v-e9688cc8]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.title-bar[data-v-6d6071c6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title-bar .fix-text[data-v-6d6071c6] {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    color: #46494d;
    font-weight: bold;
}
.title-bar .fix-text[data-v-6d6071c6]:before{
    position: absolute;
    content: '';
    width: 2px;
    left: 0;
    top: 5px;
    height: 14px;
    background-color: #1890ff;
}
.is-seted[data-v-6d6071c6] {
    color: #70b90b;
    margin-left: 5px;
}
.search-view-seted-box[data-v-6d6071c6] {
    margin: 10px 0px;
}


.rx-list-head[data-v-7f9a15a1]{
    font-weight: bold;
    margin-top: 20px;
    font-size: 14px;
    margin-left: 5px;
}
.rx-card-item-table[data-v-7f9a15a1] {
    width: 100%;
}
.rx-card-item-table tr[data-v-7f9a15a1]{
    text-align: center;
}
.rx-card-item-table tr th[data-v-7f9a15a1]{
    border: 1px solid #e5e5e5;
    height: 43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rx-card-item-table tr td[data-v-7f9a15a1]{
    height: 35px;
    border: 1px solid #e5e3e3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rx-mobile-grid-toolbar[data-v-7f9a15a1]{
    padding: 10px 0;
    margin-top: 20px;
}
.rx-mobile-grid-toolbar .rx-mobile-button[data-v-7f9a15a1]{
    background-color: #f5f7fa;
}
.rx-mobile-grid-toolbar .rx-mobile-button[data-v-7f9a15a1]:focus,
.rx-mobile-grid-toolbar .rx-mobile-button[data-v-7f9a15a1]:active{
    border-color: #d9d9d9;
    color: rgba(0,0,0,.65);
}
.rx-mobile-grid-toolbar .rx-modile-del[data-v-7f9a15a1]:hover{
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    color: #fff;
}
.rx-mobile-grid-box[data-v-7f9a15a1]{
    margin-bottom: 40px;
}
.rx-card-container[data-v-7f9a15a1]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.rx-card-item[data-v-7f9a15a1]{
    width: 33.3%;
    overflow: hidden;
    height: 151px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 #ccd1dd;
            box-shadow: 0 0 6px 0 #ccd1dd;
    border-radius: 2px;
    border: solid 1px transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-card-item-content-right[data-v-7f9a15a1]{
    position: relative;
}
.rx-card-item-content-right[data-v-7f9a15a1]:before{
    content: 'status';
    padding:2px 10px;
    background-color: #87d068;
    border-radius: 0px 2px 0px 12px;
    top: 0px;
    right: 12px;
    position: absolute;
    color: #fff;
}
.rx-card-item[data-v-7f9a15a1]:first-child{
    margin-right: 20px;
}
.rx-card-item[data-v-7f9a15a1]:hover,
.rx-card-item.active[data-v-7f9a15a1]{
    border-color: #1890ff;
}
.rx-card-item.active[data-v-7f9a15a1]{
    position: relative;
    z-index: 1;
}
.rx-card-item.active[data-v-7f9a15a1]:before{
    content: '';
    border-top: 15px solid #2e86ff;
    border-right: 15px  solid #2e86ff;
    border-left:15px  solid transparent;
    border-bottom: 15px  solid transparent;
    top: -1px;
    right: -1px;
    position: absolute;
    z-index: 2;
}
.rx-card-item.active[data-v-7f9a15a1]:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 3;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
/*.imgBox{
    display: inline-block;
    width: 60px;
    height: 46px;
    background-color: red;
    border-radius: 4px;
}*/
.rx-card-item-center[data-v-7f9a15a1]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rx-card-item-imgbox[data-v-7f9a15a1]{
    padding:4px 10px 10px;
}
.rx-card-item-content[data-v-7f9a15a1]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding:10px 10px 0 4px;
}
.rx-card-item-toolbar[data-v-7f9a15a1]{
    height: 40px;
    min-height: 40px;
    border-top: 1px solid #e4e7eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.item-toolbar[data-v-7f9a15a1]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    border-right: 1px solid #e4e7eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.item-toolbar span[data-v-7f9a15a1]{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 10px;
}
.item-toolbar[data-v-7f9a15a1]:last-child{
    border-right: 0;
}
.fontColor[data-v-7f9a15a1]{
    color: #2e86ff!important;
}
ul[data-v-7f9a15a1],li[data-v-7f9a15a1]{
    padding: 0;
    margin: 0;
    list-style: none;
}
.item-list-top[data-v-7f9a15a1]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 14px;
}
.item-list-top .list-top-main[data-v-7f9a15a1]{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-top-less-main[data-v-7f9a15a1]{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-list-center[data-v-7f9a15a1],
.item-list-bottom[data-v-7f9a15a1]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}
.item-list-bottom[data-v-7f9a15a1],
.item-list-center[data-v-7f9a15a1]{
    padding-bottom: 10px;
}
.item-list-center li[data-v-7f9a15a1]{
    position: relative;
    padding:0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 58px;
    border-right: 1px solid transparent;
}
.item-list-center li[data-v-7f9a15a1]:after{
    content: '';
    height: 12px;
    width: 1px;
    background-color: #e4e7eb;
    position: absolute;
    right: -1px;
    top: 3px;
}
.item-list-center li[data-v-7f9a15a1]:first-child{
    padding-left: 0;
}
.item-list-center li[data-v-7f9a15a1]:last-child{
    padding-right: 0;
}
.item-list-center li[data-v-7f9a15a1]:last-child:after{
    content: '';
    display: none;
}
.item-list-bottom li[data-v-7f9a15a1]{
    padding: 2px 6px;
    background-color: #f6f6f4;
    border-radius: 2px;
    margin-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 58px;
    overflow: hidden;
    border-right: 1px solid transparent;
}




.rx-mobile-grid-toolbar[data-v-1fc654f9]{
    padding-bottom:10px;
}
.rx-mobile-grid-toolbar button[data-v-1fc654f9]{
    margin-right: 6px;
}
.rx-mobile-grid-toolbar .rx-modile-del[data-v-1fc654f9]:hover{
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    color: #fff;
}
.rx-mobile-grid-box[data-v-1fc654f9]{
    margin-bottom: 40px;
}


.ant-btn-primary[data-v-fa9d0460] {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0;
}
.btn-inline-box[data-v-fa9d0460] {
  margin: 10px 20px 6px 20px;
}


.rx-mobile-grid-toolbar[data-v-2451dc03]{
    padding-bottom:10px;
}
.rx-mobile-grid-toolbar button[data-v-2451dc03]{
    margin-right: 6px;
}
.rx-mobile-grid-toolbar .rx-modile-button[data-v-2451dc03]{
    background-color: #f5f7fa;
}
.rx-mobile-grid-toolbar .rx-modile-button[data-v-2451dc03]:focus,
.rx-mobile-grid-toolbar .rx-modile-button[data-v-2451dc03]:active{
    border-color: #d9d9d9;
    color: rgba(0,0,0,.65);
}
.rx-mobile-grid-toolbar .rx-modile-del[data-v-2451dc03]:hover{
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    color: #fff;
}
.rx-mobile-grid-box[data-v-2451dc03]{
    margin-bottom: 40px;
}


.rx-mobile-grid-toolbar[data-v-e7ebc982]{
    padding-bottom:10px;
}
.rx-mobile-grid-toolbar button[data-v-e7ebc982]{
    margin-right: 10px;
}
.rx-mobile-grid-toolbar button[data-v-e7ebc982]:last-child{
    margin-right: 0;
}
.rx-mobile-grid-toolbar .rx-mobile-button[data-v-e7ebc982]{
    background-color: #f5f7fa;
}
.rx-mobile-grid-toolbar .rx-mobile-button[data-v-e7ebc982]:focus,
.rx-mobile-grid-toolbar .rx-mobile-button[data-v-e7ebc982]:active{
    border-color: #d9d9d9;
    color: rgba(0,0,0,.65);
}
.rx-mobile-grid-toolbar .rx-modile-del[data-v-e7ebc982]:hover{
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    color: #fff;
}
.rx-mobile-grid-box[data-v-e7ebc982]{
    margin-bottom: 40px;
}


.toolbar-right button[data-v-5efd1f92]{
    margin-right: 10px;
}
.rx-mobile-header[data-v-5efd1f92]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rx-mobile-header .rx-mobile-title[data-v-5efd1f92]{
    padding-left: 8px;
    position: relative;
    font-weight: bold;
}
.rx-mobile-header .rx-mobile-title[data-v-5efd1f92]:before{
    content: '';
    width: 2px;
    height: 12px;
    background-color: #1890ff;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}
.rx-mobile-filter-box[data-v-5efd1f92] .ant-row.ant-form-item{
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rx-mobile-button[data-v-5efd1f92]{
    background-color: #f5f7fa;
}
.rx-mobile-button[data-v-5efd1f92]:focus,
.rx-mobile-button[data-v-5efd1f92]:active{
    border-color: #d9d9d9;
    color: rgba(0,0,0,.65);
}
.rx-modile-del[data-v-5efd1f92]:hover{
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    color: #fff;
}


.rx-mobile-js-custom[data-v-33c9b3ad] {
    height: 100%;
}
.rx-mobile-js-custom-toolbar[data-v-33c9b3ad] {
    padding-bottom: 10px;
}
.rx-mobile-js-custom-toolbar button[data-v-33c9b3ad] {
    margin-right: 10px;
}


.rx-card-item-table[data-v-7a90cf9f] {
    width: 100%;
}
.rx-card-item-table tr[data-v-7a90cf9f]{
    text-align: center;
}
.rx-card-item-table tr th[data-v-7a90cf9f]{
    border: 1px solid #e5e5e5;
    height: 43px;
}
.rx-card-item-table tr td[data-v-7a90cf9f]{
    height: 35px;
    border: 1px solid #e5e3e3;
}
.rx-form-bolist-edit-mobile-toolbar[data-v-7a90cf9f]{
    padding: 10px;
    border-bottom: 1px solid #e6e8eb;
    text-align: right;
}
.rx-form-bolist-edit-mobile-toolbar button[data-v-7a90cf9f]{
    margin-left: 6px;
}
.rx-form-bolist-mobile-container[data-v-7a90cf9f]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rx-form-bolist-edit-mobile[data-v-7a90cf9f]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-edit-mobile[data-v-7a90cf9f]{
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    position: relative;
    min-width: 406px;
}
.rx-edit-mobile-roll[data-v-7a90cf9f]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.rx-edit-mobile-roll-left[data-v-7a90cf9f]{
    text-align: center;
}
.rx-edit-mobile-roll-left[data-v-7a90cf9f]:before{
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.rx-edit-toolbar[data-v-7a90cf9f]{
    max-width: 900px;
    width: 100%;
    border-left: 1px solid #e6e8eb;
    position: relative;
}
.rx-edit-mobile-middle[data-v-7a90cf9f]{
    display: inline-block;
    position: relative;
    width: 378px;
    height: 750px;
    vertical-align: middle;
}
.rx-iphone-header[data-v-7a90cf9f]{
    position: absolute;
    z-index: 1;
    left: 24px;
    right: 24px;
    height: 95px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-color: #2e86ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.rx-iphone-header>span[data-v-7a90cf9f]{
    display: inline-block;
    font-size: 20px;
    padding-bottom: 10px;
    color: #fff;
}
.rx-iphone-box[data-v-7a90cf9f]{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.rx-edit-mobile-container[data-v-7a90cf9f]{
    position: absolute;
    top: 95px;
    left: 26px;
    right: 26px;
    bottom: 23px;
    overflow: auto;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    z-index: 5;
    text-align:left;
    background-color: #f0f2f5;
    padding:0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.rx-tabs[data-v-7a90cf9f] .ant-tabs-top-bar .ant-tabs-tab{
    margin-right: 20px;
    padding: 8px 2px;
}
.rx-tabs[data-v-7a90cf9f] .ant-tabs-top-bar{
    margin-bottom: 0;
}
.rx-tabs .rx-tab-pane[data-v-7a90cf9f]{
    padding: 10px;
}
.rx-card-item-center[data-v-7a90cf9f]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0;
    cursor: move;
}
.rx-card-item-imgbox[data-v-7a90cf9f]{
    padding:4px 0px 10px 8px;
}
.rx-card-item-content[data-v-7a90cf9f]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding:10px 10px 0 10px;
}
.fontColor[data-v-7a90cf9f]{
    color: #2e86ff!important;
}
ul[data-v-7a90cf9f],li[data-v-7a90cf9f]{
    padding: 0;
    margin: 0;
    list-style: none;
}
.item-list-top[data-v-7a90cf9f]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 14px;
}
.item-list-top .list-top-main[data-v-7a90cf9f]{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.list-top-less-main[data-v-7a90cf9f]{
    font-size: 16px;
}
.item-list-center[data-v-7a90cf9f],
.item-list-bottom[data-v-7a90cf9f]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    white-space: nowrap;
}
.item-list-bottom[data-v-7a90cf9f],
.item-list-center[data-v-7a90cf9f]{
    padding-bottom: 10px;
}
.item-list-center li[data-v-7a90cf9f]{
    position: relative;
    padding:0 6px;
    border-right: 1px solid transparent;
}
.item-list-center li[data-v-7a90cf9f]:after{
    content: '';
    height: 12px;
    width: 1px;
    background-color: #e4e7eb;
    position: absolute;
    right: -1px;
    top: 3px;
}
.item-list-center li[data-v-7a90cf9f]:first-child{
    padding-left: 0;
}
.item-list-center li[data-v-7a90cf9f]:last-child{
    padding-right: 0;
}
.item-list-center li[data-v-7a90cf9f]:last-child:after{
    content: '';
    display: none;
}
.item-list-bottom li[data-v-7a90cf9f]{
    padding: 2px 6px;
    background-color: #f6f6f4;
    border-radius: 2px;
    margin-right: 5px;
}
.rx-card-item-content-right[data-v-7a90cf9f] {
    position: relative;
}
.rx-card-item-content-right .state[data-v-7a90cf9f]{
    padding:2px 10px;
    background-color: #87d068;
    border-radius: 0px 2px 0px 12px;
    top: 0;
    right: 0;
    position: absolute;
    color: #fff;
    font-size: 12px;
}




.returnFieldBtn[data-v-3620d6b0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tableToolBar[data-v-3620d6b0]{
    padding-right: 0px;
}
.FormBoListEdit2[data-v-3620d6b0] .noOverflow{
    overflow: initial       ;
}
.ant-form-inline .ant-form-item[data-v-3620d6b0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item[data-v-3620d6b0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    margin-right: 0;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control-wrapper[data-v-3620d6b0] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: inline-block;
    vertical-align: middle;
}
.table-operator2[data-v-3620d6b0] {
    padding-bottom: 10px;
}
.table-operator2 > button[data-v-3620d6b0] {
    margin-top: 6px;
}
.table-operator2 > button[data-v-3620d6b0],
.table-operator > button[data-v-3620d6b0] {
    margin-right: 6px;
}
.tabBox[data-v-3620d6b0] .ant-tabs-bar {
    margin-bottom: 0px;
}
.tabBox[data-v-3620d6b0] .ant-tabs-bar .ant-tabs-tab {
    padding: 0px 5px 8px;
    margin-right: 20px;
}
.tabNavNameGroup[data-v-3620d6b0] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.tabNavNameInput[data-v-3620d6b0] {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
}
.table_toolBar[data-v-3620d6b0] .ant-table-row-indent,
.table_toolBar[data-v-3620d6b0] .ant-table-row-expand-icon {
    float: left;
    margin-top: 2px;
}
.table_toolBar[data-v-3620d6b0] .editable-cell {
    overflow: hidden;
}
.is-seted[data-v-3620d6b0] {
    color: #70B90B;
    margin-left: 5px;
}
.bolist-down[data-v-3620d6b0]{
    margin-left: 5px;
    cursor: pointer;
}
.bolist-down[data-v-3620d6b0]:hover{
    color: #0a84ff;
}


.toolbuton[data-v-a8de14d6] {
    margin-right: 4px;
}
.form-bolist-edit-container[data-v-a8de14d6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
}
.form-bolist-edit-title[data-v-a8de14d6] {
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, right top, from(#2f70ff), to(#2ca8ff)), -webkit-gradient(linear, left top, left bottom, from(#31539b), to(#31539b));
    background-image: linear-gradient(90deg, #2f70ff 0%, #2ca8ff 100%), linear-gradient(#31539b, #31539b);
}
.form-bolist-edit-title .left-toolbar[data-v-a8de14d6] {
    font-size: 16px;
    color: #fff;
    padding-left: 6px;
}
.left-toolbar .toobar-title[data-v-a8de14d6] {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
}
.form-bolist-edit-title .middle-toolbar[data-v-a8de14d6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 12px;
}
.form-bolist-edit-title .middle-toolbar i[data-v-a8de14d6] {
    font-size: 16px;
}
.form-bolist-edit-title .right-toolbar[data-v-a8de14d6] {
    margin-right: 10px;
}
.middle-toolbar .changeBotton[data-v-a8de14d6] {
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.middle-toolbar .changeBotton i[data-v-a8de14d6]{
    vertical-align: -4px;
    margin-right: 6px;
}
.middle-toolbar .changeBotton.active[data-v-a8de14d6] {
    background-color: #fff;
    color: #2e86ff;
}
.middle-toolbar .changeBotton[data-v-a8de14d6]:first-child {
    margin-right: 20px;
}


.aCollapse .ant-collapse-content{
    overflow: initial!important;
}
.ingpusty input{
  background-color: #FFFFFF!important;
  width: calc(100% - 60px)!important;
}
.rx-form-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rx-form-item >>> .ant-form-item-control-wrapper{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.is-seted[data-v-9edafcb2] {
    color: #70B90B;
    margin-left: 5px;
}


.footerToolBar button {
    margin-right: 6px;
}
.toolbuton {
    margin-right: 4px;
}
.form-bolist-edit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.form-bolist-edit-title {
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, right top, from(#2f70ff), to(#2ca8ff)), -webkit-gradient(linear, left top, left bottom, from(#31539b), to(#31539b));
    background-image: linear-gradient(90deg, #2f70ff 0%, #2ca8ff 100%), linear-gradient(#31539b, #31539b);
}
.form-bolist-edit-title .left-toolbar {
    font-size: 16px;
    color: #fff;
    padding-left: 6px;
}
.left-toolbar .toobar-title {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
}
.form-bolist-edit-title .middle-toolbar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 12px;
}
.form-bolist-edit-title .middle-toolbar i {
    font-size: 16px;
}
.form-bolist-edit-title .right-toolbar {
    margin-right: 10px;
}
.middle-toolbar .changeBotton {
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.middle-toolbar .changeBotton i {
    vertical-align: -4px;
    margin-right: 6px;
}
.middle-toolbar .changeBotton.active {
    background-color: #fff;
    color: #2e86ff;
}
.middle-toolbar .changeBotton:first-child {
    margin-right: 20px;
}


.title-div[data-v-5c2e83c6] {
  padding: 10px 0;
}
*[data-v-5c2e83c6] .ql-snow .ql-picker-label::before {
  vertical-align: top;
}
*[data-v-5c2e83c6] .ql-snow .ql-color-picker .ql-picker-label svg,
*[data-v-5c2e83c6] .ql-snow .ql-icon-picker .ql-picker-label svg {
  vertical-align: top;
}
.avatar-uploader > .ant-upload[data-v-5c2e83c6] {
  width: 128px;
  height: 128px;
}
.ant-upload-select-picture-card i[data-v-5c2e83c6] {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-5c2e83c6] {
  margin-top: 8px;
  color: #666;
}


.relick a{
    margin-right: 10px;
}



.groupfit[data-v-138b5c2f] .gridFooter {
    padding: 4px 0 6px 0 !important;
}
.groupfit[data-v-138b5c2f] .fit-footer {
    padding: 0 !important;
}
.selectBox[data-v-138b5c2f] {
    height: 106px;
    overflow-y: auto;
    border: 1px solid #ddd;
}
.selectBox > ul[data-v-138b5c2f] {
    margin: 0;
    padding: 10px;
    font-size: 0;
}
.selectBox > ul li[data-v-138b5c2f] {
    background-color: #f5f7fa;
    border-radius: 4px;
    border: solid 1px #dadde0;
    height: 30px;
	color: #46494d;
	padding-left: 4px;
	padding-right: 4px;
	cursor:pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.selectBox > ul li[data-v-138b5c2f]:hover {
    border-color: #4D9EFF;
    color: #4D9EFF;
}
.selectBox > ul li:hover i[data-v-138b5c2f] {
    color: #4D9EFF;
}
.selectBox > ul li span[data-v-138b5c2f] {
	display: block;
    font-size: 14px;
	line-height: 30px;
	float: left;
}
.selectBox > ul li i[data-v-138b5c2f] {
    margin-left: 4px;
	color: #c0c5cc;
	line-height: 30px;
}
.selectBox > ul li i[data-v-138b5c2f]:hover {
    color: #ff4d4f;
}
.toolTitle[data-v-138b5c2f] {
    line-height: 40px;
    color: rgba(0, 0, 0, 0.85);
}
.ant-tree[data-v-138b5c2f] li.ant-tree-treenode-switcher-close {
    display: block;
}
.ant-form-inline .ant-form-item[data-v-138b5c2f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}
.table-page-search-submitButtons[data-v-138b5c2f] {
    margin-bottom: 12px;
    display: block;
    white-space: nowrap;
}
*[data-v-138b5c2f] .ant-form-item-control,
*[data-v-138b5c2f] .ant-form-item-label {
    line-height: 32px;
}


.SQL[data-v-11a91b64]{
      border:1px solid #ddd;
      height:200px;
      padding: 10px;
      margin-top: 10px;
      border-radius: 10px;
}
.tableTit[data-v-11a91b64] {
  margin: 10px 10px 10px 0px;
  border-left: 2px solid #1890ff;
  padding-left: 6px;
  height: 14px;
  line-height: 14px;
}
*[data-v-11a91b64] .ant-table-row td:last-child .MyfixedBoxs {
  right: 10px;
}


.tablist[data-v-4cc91ac9]{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100% !important;
    height: 100%;
}
.tablist >div[data-v-4cc91ac9]:nth-child(1){
    width: 220px;
    overflow: auto;
    border-right: 1px solid #dfdfdf;
}
.tablist >div[data-v-4cc91ac9]:nth-child(2){
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
    overflow: auto;
}
.SQL[data-v-4cc91ac9]{
    border:1px solid #ddd;
    height: calc(100% - 30px);
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.tableTit[data-v-4cc91ac9] {
    margin: 10px 10px 10px 0px;
    border-left: 2px solid #1890ff;
    padding-left: 6px;
    height: 14px;
    line-height: 14px;
}
*[data-v-4cc91ac9] .ant-table-row td:last-child .MyfixedBoxs {
    right: 10px;
}


.SQL[data-v-9f03c264]{
    border:1px solid #ddd;
    height: calc(100% - 30px);
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.tableTit[data-v-9f03c264] {
    margin: 10px 10px 10px 0px;
    border-left: 2px solid #1890ff;
    padding-left: 6px;
    height: 14px;
    line-height: 14px;
}
*[data-v-9f03c264] .ant-table-row td:last-child .MyfixedBoxs {
    right: 10px;
}


.preview-effect[data-v-02daea44] {
    font-size: 13px;
    width: 68px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    margin-left: 15px;
}
.refererEdit-common[data-v-02daea44] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.refererEdit-common > div[data-v-02daea44]:nth-child(1) {
    margin-top: 9px;
    margin-right: 5px;
}
.monthColumnConf-map[data-v-02daea44] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.monthColumnConf-map > div[data-v-02daea44]:nth-child(1) {
    margin-right: 10px;
}
.monthColumnConf-content-fileid-allocation i[data-v-02daea44] {
    color: #9babed;
    font-size: 20px;
    line-height: 25px;
    margin-right: 4px;
    float: left;
}
.monthColumnConf-content-label-allocation[data-v-02daea44] {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    margin-left: 9px;
    margin-top: 2px;
}
.monthColumnConf-content-label[data-v-02daea44] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.monthColumnConf-content[data-v-02daea44] {
    margin-top: 9px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    padding: 0px 16px 9px 16px;
    border: dashed 1px #dadde0;
}
.monthColumnConf-content i[data-v-02daea44] {
    color: #02c5b7;
    font-size: 20px;
    line-height: 21px;
    margin-right: 4px;
    float: left;
}
.monthColumnConf-content-fileid-span[data-v-02daea44] {
    height: 26px;
    background-color: #f5f7fa;
    border-radius: 4px;
    border: solid 1px #dadde0;
    color: #555555;
    padding: 7px 8px;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
}
.monthColumnConf-content-fileid[data-v-02daea44] {
    width: 20%;
    float: left;
    margin-top: 15px;
}
.monthColumnConf-head[data-v-02daea44] {
    width: 500px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    padding: 10px 14px;
    color: #555555;
    border: solid 1px #e6e8eb;
    border-radius: 2px;
    border-left: 4px solid #2e8cff !important;
}
.monthColumnConf-head i[data-v-02daea44] {
    color: #2e8cff;
    margin-right: 9px;
}
.cp-box[data-v-02daea44] .ant-collapse-content {
    overflow: visible;
}
.relick a[data-v-02daea44] {
    margin-right: 10px;
}
.refererEdit-center-header[data-v-02daea44] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: dashed 1px #dedede;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
.refererEdit-center-header i[data-v-02daea44] {
    margin-right: 5px;
}


.relick a {
    margin-right: 10px;
}
.aCollapse .ant-collapse-content{
    overflow: initial!important;
}


.relick a {
    margin-right: 10px;
}



.relick a {
    margin-right: 10px;
}



.form-atabs[data-v-95a7997c] .ant-collapse > .ant-collapse-item:last-child{
    border-bottom: none!important;
}
.form-acollapse[data-v-95a7997c]{
    width: calc(100% - 20px);
    margin-left: 10px;
    max-height: calc(100% - 60px);
    overflow: auto;
    border-bottom: 1px solid #d9d9d9;
}
.form-chang-img[data-v-95a7997c]{
    margin-top:200px;
    margin-left: calc(50% - 110px);
}


.basics-config[data-v-df864db2]{
    padding: 0px 14px;
}
.basics-config-head[data-v-df864db2]{
    line-height: 25px;
    margin-top: 10px;
}
.basics-render[data-v-df864db2]{
    position: relative;
}
.basics-render:hover .basics-render-op[data-v-df864db2]{
    display: block;
}
.basics-render-op[data-v-df864db2]{
    display: none;
    position: absolute;
    top: 27px;
    left: -30px;
    background: white;
    width: 64px;
    text-align: center;
    color: #697377;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 6px 0px
    #ccd1dd;
            box-shadow: 0px 0px 6px 0px
    #ccd1dd;
    border-radius: 4px;
}
.icon_config[data-v-df864db2]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    float: right;
}
.icon_config i[data-v-df864db2]{
    margin-right: 4px;
}
.icon_config i[data-v-df864db2]:hover{
    cursor: pointer
}
.setup_tuo[data-v-df864db2]{
    background-color: #02c5b7;
    border-radius: 2px;
    line-height: 26px;
    padding: 0 7px;
    color: white;
    margin-bottom: 5px;
    height: 30px;
}
.inpurlistspan[data-v-df864db2]{
    float: left;
    border: none;
    background: none;
    color: white;
    margin: 0px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 30px;
}
.inpurlistinput[data-v-df864db2]{
    float: left;
    border: none;
    background: none;
    color: white;
    margin: 0px;
    font-size: 14px;
    line-height: 30px;
    width: 100px;
}
.dimension_button[data-v-df864db2]{
    line-height: 30px;
    text-align: center;
    color: #c0c5cc;
}
.dimension_come[data-v-df864db2]{
    margin-top: 5px;
    padding: 5px;
    position: relative;
    border:1px dashed #dadde0;
    border-radius: 5px;
}
.dimension_come>div>span[data-v-df864db2]{
    min-height:50px;
    display: block;
}
.basicDelete[data-v-df864db2]{
    width: 25px;
    height: 25px;
    background: #ff6d75;
    position: absolute;
    right: -7px;
    top: -12px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}
.basicDelete i[data-v-df864db2]{
    color: white;
}
.dimension_list[data-v-df864db2]{
    overflow: hidden;
    width: 100%;
}
.dimension_list span[data-v-df864db2]{
    color: #46494d;
    font-size: 12px;
    margin-left: 5px;
}
.dimension_list li[data-v-df864db2]{
    line-height: 30px;
    width: 100%;
}
.dimension_list li i[data-v-df864db2]:nth-child(1){
    color: #a0b3ff;
}
.dimension_list li i[data-v-df864db2]:nth-child(3){
    color:#c0c5cc;
    float: right;
    cursor:pointer;
}
.dimension[data-v-df864db2]{
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    background-color: #f5f7fa;
    border-radius: 4px;
    border: solid 1px #dadde0;
    padding:0px 5px;
}

.hinder_tuo:hover {
  cursor: pointer;
  background-color: #dafaf8;
  border-radius: 2px;
}
.hinder_tuo-dimensionality:hover {
  cursor: pointer;
  background-color: #e5eaff;
  border-radius: 2px;
}
.hinder_tuo,
.hinder_tuo-dimensionality {
  padding-left: 10px;
}
.chart-middle .ant-collapse-content-box {
  padding: 0px;
}
.chart-middle .ant-collapse-borderless {
  background-color: white!important;
}
.chart-middle .ant-collapse-header {
  padding: 0px 0px 0px 10px!important;
}
.chart-middle .ant-collapse-arrow {
  left: -4px !important;
}
.chart-middle .ant-collapse-item {
  border: none;
}
.dimension {
  font-size: 14px;
  color: #46494d;
}
.hinder {
  margin-top: 5px;
}


.labeinput_list[data-v-3539f94c]{
    width: 32px;
    margin-right: 10px;
    margin-top: 4px;
    padding: 0px;
}
.delete[data-v-3539f94c] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    background: #ff5b5b;
    z-index: 999;
    margin-top: 8px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    top: -10px;
    right: 5px;
}
.delete i[data-v-3539f94c] {
    font-size: 12px;
}
.ainput[data-v-3539f94c] {
    width: 180px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 6px;
}
.ainput > span[data-v-3539f94c] {
    position: relative;
    display: inline-block;
}
.color-box[data-v-3539f94c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.chart-tit[data-v-3539f94c] {
    margin-top: 10px;
}
.chart-class[data-v-3539f94c]{
    padding: 0px 20px;
}
.map-form-head[data-v-3539f94c]{
    margin-left: 16px;
}
.map-form[data-v-3539f94c] .ant-form{
    padding:0px 10px 0px 0px!important;
}
.colourback[data-v-3539f94c]{
    float: right;
    border-radius: 4px;
    border: solid 1px #dadde0;
    padding: 5px 0px 5px 5px;
    margin-left: -10px;
    margin-top: -5px;
}
.colourback li[data-v-3539f94c]{
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 3px;
    margin-right: 5px;
}
.colcjia[data-v-3539f94c]{
    width: 28px;
    height: 28px;
    background-color: #f5f7fa;
    border-radius: 4px;
    border: solid 1px #dadde0;
    text-align: center;
    line-height: 28px;
    float: left;
    margin-left: 21px;
    margin-top: 10px;
}


.chart-view-config[data-v-72216a92]{
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 15px;
    height: calc(100% - 100px);
    overflow: hidden;
}
.dragiconfont[data-v-72216a92] {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 17px;
    width: 17px;
    border: 10px solid;
    border-color: #5b8fff #5b8fff transparent transparent;
}
.dragiconfont i[data-v-72216a92] {
    float: left;
    margin-top: -12px;
    margin-left: -1px;
    font-size: 12px;
    color: white;
}
.chart-view-common-show[data-v-72216a92]{
    border: solid 1px #5b8fff;
}
.chart-view-common-type-list[data-v-72216a92]{
    width: 69px;
    height: 69px;
    background-color: #ffffff;
    margin-right: 10px;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: relative;
}
.chart-view-common-type-list[data-v-72216a92]:hover{
    border: solid 1px #5b8fff;
}
.chart-view-common-type-list img[data-v-72216a92]{
    width: 29px;
    margin-top: 10px;
}
.chart-view-common-type-list span[data-v-72216a92]{
    text-align: center;
    font-size: 12px;
    color: #808080;
}
.chart-view-common-type[data-v-72216a92]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    margin-left: 20px;
}
.chart-view-common[data-v-72216a92]{
    background-color: #f0f2f5;
}
.rxDialogsbox-edit-tab[data-v-72216a92] .ant-tabs-tab{
    padding: 0px 12px!important;
    margin: 10px 0px!important;
}
.rxDialogsbox-edit[data-v-72216a92] .footerToolBar{
    width: calc(100% - 150px);
    margin-top: -4px;
    float: left;
}
.formCustomized-common[data-v-72216a92]{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.formCustomized-common >div[data-v-72216a92]{
}
.formCustomized-common >div[data-v-72216a92]:nth-child(1){
    width: 217px;
    border: 1px solid #dadde0;
    border-left: none;
    padding: 0px 15px;
}
.formCustomized-common >div[data-v-72216a92]:nth-child(2){
    width: 276px;
    border: 1px solid #dadde0;
    border-left: none;
}
.formCustomized-common >div[data-v-72216a92]:nth-child(3){
    width: calc(100% - 403px);
    overflow: auto;
}
.relick a[data-v-72216a92] {
    margin-right: 10px;
}
.rxDialogsbox-edit[data-v-72216a92] .buttongmodle {
    position: relative;
}
.rxDialogsbox-edit[data-v-72216a92] .defaultContent{
    z-index: 9;
}


.table-operator[data-v-135eee20] {
    padding: 4px;
}
.table-operator button[data-v-135eee20] {
    margin: 2px;
}


*[data-v-5e07c6b1] .ant-row.ant-form-item:last-child{
    margin-bottom: 0;
}


.ant-form-item[data-v-7401f4c4]{
    margin-bottom:2px !important;
}



.table-operator[data-v-6e485960] {
    padding: 4px;
}
.table-operator button[data-v-6e485960] {
    margin: 2px;
}


.abutton[data-v-72d77810] {
    width: 28px;
    height: 28px;
    background-color: #f5f7fa;
}
.abutton i[data-v-72d77810] {
    margin-left: -8px;
}
.abuttonhert[data-v-72d77810] {
    float: right;
    margin-top: -30px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.formChenckbox[data-v-72d77810] {
    margin-top: 9px;
}
.formde-list[data-v-72d77810] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.formChenckbox[data-v-92683234] {
    margin-top: 9px;
}
.formdelist[data-v-92683234] {
    padding: 0 10px;
}
.ant-form-vertical .ant-form-item-label[data-v-92683234], .ant-col-24.ant-form-item-label[data-v-92683234], .ant-col-xl-24.ant-form-item-label[data-v-92683234] {
    padding: 0 0 2px;
}


.tree-defaultValue[data-v-cf9f990c]{
    position: relative;
}
.tree-defaultValue-tooltip[data-v-cf9f990c]{
    position: absolute;
    text-align: right;
    top:0px;
    width: 200px;
    right:-20px
}
.abutton[data-v-cf9f990c] {
    width: 28px;
    height: 28px;
    background-color: #f5f7fa;
}
.abutton i[data-v-cf9f990c] {
    margin-left: -8px;
}
.abuttonhert[data-v-cf9f990c] {
    float: right;
    margin-top: -30px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.formInput[data-v-cf9f990c] {
    width: 100% !important;
    float: left;
    margin-right: 20px;
}
.formChenckbox[data-v-cf9f990c] {
    margin-top: 9px;
}
.formdelist[data-v-cf9f990c] {
    padding: 0 10px;
}


.tab[data-v-a990dd38] {
    width: 100%;
    margin-bottom: 10px;
}
.tablist[data-v-a990dd38] {
    margin-bottom: 20px;
}


.tabButton[data-v-80c547f0] {
  vertical-align: middle;
  margin-left: 10px;
}


.InsColumnRxLayout{
   padding:0px 10px!important;
}
.insColumnAformItem{
    height:100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 1px
}
.lastgroup {
    margin-bottom: 0 !important;
}
.lastgroup .ant-row.ant-form-item .ant-form-item-control-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
.itmStar label:before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
}


.table-operator[data-v-69ebd4b5] {
  padding: 4px;
  margin-bottom: 56px;
}



.tabButton[data-v-bb0c6f92] {
  vertical-align: middle;
  margin-left: 10px;
}


.tabButton[data-v-60ceadd8] {
  vertical-align: middle;
  margin-left: 10px;
}


.custom-page-design[data-v-30a74378] .ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane, .ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane[data-v-30a74378]{
    overflow: initial!important;
}
.custom-page-design[data-v-30a74378] .ant-tabs-nav .ant-tabs-tab{
    padding: 12px 16px!important;
}


.CustomPageTemplateEdit-common-left[data-v-aba060e0]{
    position: relative;
}
.CustomPageTemplateEdit-common-left-button[data-v-aba060e0]{
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: right;
    z-index: 99;
}
.userHeadPortrait-upload-url[data-v-aba060e0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.userHeadPortrait-upload-url:hover .userHeadPortrait-upload-delete[data-v-aba060e0]{
    display: block;
}
.userHeadPortrait-upload-delete[data-v-aba060e0]{
    color: red;
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
    display: none;
}
.userHeadPortrait-upload[data-v-aba060e0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.userHeadPortrait-upload[data-v-aba060e0] .ant-upload-list{
    display: none;
}
.userHeadPortrait[data-v-aba060e0]{
    height: 26px;
    margin: 0px 10px 0px 16px;
    border-radius: 5px;
}
.CustomPageTemplateEdit-head[data-v-aba060e0]{
}
.CustomPageTemplateEdit-head-modle[data-v-aba060e0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.CustomPageTemplateEdit-common[data-v-aba060e0]{
    height:calc(100% - 50px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.CustomPageTemplateEdit-head-modle[data-v-aba060e0] .ant-form-item{
    margin-right: 30px!important;
}
.CustomPageTemplateEdit-common>div[data-v-aba060e0]:nth-child(1){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #dadde0;
    border-radius: 5px;
    margin-right: 10px;
    overflow: hidden;
}
.CustomPageTemplateEdit-common-right[data-v-aba060e0]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #dadde0;
    overflow: auto;
}


.bodyDivClass[data-v-6958edbf] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    bottom: -2px;
    height: 100%;
    background-color: #fff;
    cursor: default;
}
.FormCustomEditMobile[data-v-6958edbf]{
    width: 100%;
    height: 100%;
}
.mobile-form-center-list[data-v-6958edbf]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}
.mobile-form-center-list-le-common[data-v-6958edbf]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
}
.mobile-form-center-list-le-li[data-v-6958edbf]:hover {
    background-color: rgb(240, 240, 240);
}
.mobile-form-center-list-le-li[data-v-6958edbf]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    line-height: 36px;
    height: 36px;
    padding: 0px 10px;
    background-color: rgb(245, 245, 245);
    -webkit-transition: background-color 0.25s ease 0s;
    transition: background-color 0.25s ease 0s;
    border-radius: 3px;
    margin-top: 8px;
    cursor: pointer;
}
.mobile-emptyHint[data-v-6958edbf]{
    color: rgb(158, 158, 158);
    font-size: 12px;
    text-align: center;
}
.mobile-title[data-v-6958edbf]{
    color: #757575;
    font-weight: 700
}
.mobile-title-icon[data-v-6958edbf]{
    font-family: MD_Icon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    font-size: 32px;
    margin: auto;
    display: block;
}
.mobile-form-center-list-le[data-v-6958edbf]{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 240px;
    background-color: rgb(255, 255, 255);
    padding: 16px;
}
.cssTransforms-common[data-v-6958edbf]{
    height: 100%;
    background-color: white;
    margin-bottom: 5px;
    position: relative;
}
.cssTransforms-common:hover>.mobile-ePIGgz[data-v-6958edbf]{
    display: block;
}
.mobile-ePIGgz[data-v-6958edbf]{
    position: fixed;
    z-index: 99999999;
    width: 180px;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 6px 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 6px 6px;
    -webkit-box-shadow: rgb(0 0 0 / 24%) 0px 2px 4px;
            box-shadow: rgb(0 0 0 / 24%) 0px 2px 4px
}
.mobile-ePIGgz i[data-v-6958edbf]{
    font-size: 20px;
    line-height: 20px;
    padding: 0px 8px;
    cursor: pointer;
    font-weight: 600;
    color: rgb(117, 117, 117);
}
.mobile-ePIGgz i[data-v-6958edbf]:hover {
    color: rgb(33, 150, 243);
}
.cssTransforms[data-v-6958edbf]{
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
    width: 328px;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    overflow:hidden;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px;
            box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px;
}
.react-resizable-handle[data-v-6958edbf]{
    bottom: -272px;
    padding: 291px;
    cursor: se-resize;
    height: 300px;
    position: absolute;
    right: -272px;
    z-index: 9999999999999;
    width: 300px;
}
.react-resizable-handle-hover[data-v-6958edbf]{
    bottom: 0px;
    padding: 0px;
    cursor: se-resize;
    height: 20px;
    position: absolute;
    right: 0px;
    z-index: 9999999999999;
    width: 20px;
}
.mobileWrap[data-v-6958edbf]{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 380px;
    height: calc(100% - 40px);
    margin: 20px auto;
    padding: 15px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 2px 6px;
            box-shadow: rgb(0 0 0 / 16%) 0px 2px 6px;
}
.mobileBox[data-v-6958edbf]{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(221, 221, 221);
}
.mobileContent[data-v-6958edbf]{
    height: calc(100% - 10px);
    margin-top: 5px;
    overflow: auto;
}


.formdelist[data-v-73b968c0]{
    padding: 0 10px;
}


.tipsClass[data-v-3bafd830] {
    border: 1px solid #e6e8eb;
    border-left: 3px solid #2e8cff !important;
    padding: 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #555555;
    margin: 10px;
}
.monacoEditor[data-v-3bafd830]{
    margin: 0px 10px;
    width: calc(100% - 20px)!important;
    height: 500px!important;
}


.form-tree-certen:hover .form-tree[data-v-07652b8b]{
    display: block;
}
.formSolution[data-v-07652b8b] {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formSolution-center[data-v-07652b8b] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.formSolution-center-flex[data-v-07652b8b] {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
            flex-direction: column!important;
}


.rx-mobile-grid-toolbar[data-v-a44b2810]{
    padding-bottom:10px;
}
.rx-mobile-grid-toolbar button[data-v-a44b2810]{
    margin-right: 6px;
}
.rx-mobile-grid-toolbar .rx-modile-button[data-v-a44b2810]{
    background-color: #f5f7fa;
}
.rx-mobile-grid-toolbar .rx-modile-button[data-v-a44b2810]:focus,
.rx-mobile-grid-toolbar .rx-modile-button[data-v-a44b2810]:active{
    border-color: #d9d9d9;
    color: rgba(0,0,0,.65);
}
.rx-mobile-grid-toolbar .rx-modile-del[data-v-a44b2810]:hover{
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    color: #fff;
}
.rx-mobile-grid-box[data-v-a44b2810]{
    margin-bottom: 40px;
}
.rx-card-item-imgbox[data-v-a44b2810]{
    position: absolute;
    top: 1px;
    right: 2px;
    color: white;
    font-size: 13px;
    z-index: 99;
}
.button-input-number[data-v-a44b2810]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.button-from-list[data-v-a44b2810]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.button-from[data-v-a44b2810]{
    padding:0px 23px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dadde0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
.button-from-hover[data-v-a44b2810]{
    border: solid 1px #1890ff;
}
.button-from-hover[data-v-a44b2810]:before{
    content: "";
    border-top: 15px solid #2e86ff;
    border-right: 15px solid #2e86ff;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: -1px;
    right: -1px;
    position: absolute;
    z-index: 2;
}
.button-from[data-v-a44b2810]:hover{
    border: solid 1px #1890ff;
}
.button-from span[data-v-a44b2810]{
    color: #1890ff;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 10px;
}
.button-from span i[data-v-a44b2810] {
    margin-right: 5px;
}
.button-from span[data-v-a44b2810]:first-child{
    padding-right: 10px;
}
.button-from span[data-v-a44b2810]:nth-child(2){
    padding-left: 10px;
}
.btnShow[data-v-a44b2810]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btnShow >div[data-v-a44b2810]:nth-child(1){
    margin-right: 5px;
}


.rx-mobile-js-custom[data-v-66b2534f] {
    height: 100%;
}
.rx-mobile-js-custom-toolbar[data-v-66b2534f] {
    padding-bottom: 10px;
}
.rx-mobile-js-custom-toolbar button[data-v-66b2534f] {
    margin-right: 10px;
}


.rx-card-item-table[data-v-a599f978] {
    width: 100%;
}
.rx-card-item-table tr[data-v-a599f978]{
    text-align: center;
}
.rx-card-item-table tr th[data-v-a599f978]{
    border: 1px solid #e5e5e5;
    height: 43px;
}
.rx-card-item-table tr td[data-v-a599f978]{
    height: 35px;
    border: 1px solid #e5e3e3;
}
.rx-form-bolist-edit-mobile-toolbar[data-v-a599f978]{
    padding: 10px;
    border-bottom: 1px solid #e6e8eb;
    text-align: right;
}
.rx-form-bolist-edit-mobile-toolbar button[data-v-a599f978]{
    margin-left: 6px;
}
.rx-form-bolist-mobile-container[data-v-a599f978]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rx-form-bolist-edit-mobile[data-v-a599f978]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-edit-mobile[data-v-a599f978]{
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    position: relative;
    min-width: 406px;
}
.rx-edit-mobile-roll[data-v-a599f978]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.rx-edit-mobile-roll-left[data-v-a599f978]{
    text-align: center;
}
.rx-edit-mobile-roll-left[data-v-a599f978]:before{
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.rx-edit-toolbar[data-v-a599f978]{
    max-width: 900px;
    width: 100%;
    border-left: 1px solid #e6e8eb;
    position: relative;
}
.rx-edit-mobile-middle[data-v-a599f978]{
    display: inline-block;
    position: relative;
    width: 378px;
    height: 750px;
    vertical-align: middle;
}
.rx-iphone-header[data-v-a599f978]{
    position: absolute;
    z-index: 1;
    left: 24px;
    right: 24px;
    height: 95px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-color: #2e86ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.rx-iphone-header>span[data-v-a599f978]{
    display: inline-block;
    font-size: 20px;
    padding-bottom: 10px;
    color: #fff;
}
.rx-iphone-box[data-v-a599f978]{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.rx-edit-mobile-container[data-v-a599f978]{
    position: absolute;
    top: 95px;
    left: 26px;
    right: 26px;
    bottom: 23px;
    overflow: auto;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    z-index: 5;
    text-align:left;
    background-color: #f0f2f5;
    padding:0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.rx-tabs[data-v-a599f978] .ant-tabs-top-bar .ant-tabs-tab{
    margin-right: 20px;
    padding: 8px 2px;
}
.rx-tabs[data-v-a599f978] .ant-tabs-top-bar{
    margin-bottom: 0;
}
.rx-tabs .rx-tab-pane[data-v-a599f978]{
    padding: 10px;
}
.rx-card-item-center[data-v-a599f978]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0;
    cursor: move;
}
.rx-card-item-imgbox[data-v-a599f978]{
    padding:4px 0px 10px 8px;
}
.rx-card-item-content[data-v-a599f978]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding:10px 10px 0 10px;
}
.fontColor[data-v-a599f978]{
    color: #2e86ff!important;
}
ul[data-v-a599f978],li[data-v-a599f978]{
    padding: 0;
    margin: 0;
    list-style: none;
}
.item-list-top[data-v-a599f978]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 14px;
}
.item-list-top .list-top-main[data-v-a599f978]{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.list-top-less-main[data-v-a599f978]{
    font-size: 16px;
}
.item-list-center[data-v-a599f978],
.item-list-bottom[data-v-a599f978]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    white-space: nowrap;
}
.item-list-bottom[data-v-a599f978],
.item-list-center[data-v-a599f978]{
    padding-bottom: 10px;
}
.item-list-center li[data-v-a599f978]{
    position: relative;
    padding:0 6px;
    border-right: 1px solid transparent;
}
.item-list-center li[data-v-a599f978]:after{
    content: '';
    height: 12px;
    width: 1px;
    background-color: #e4e7eb;
    position: absolute;
    right: -1px;
    top: 3px;
}
.item-list-center li[data-v-a599f978]:first-child{
    padding-left: 0;
}
.item-list-center li[data-v-a599f978]:last-child{
    padding-right: 0;
}
.item-list-center li[data-v-a599f978]:last-child:after{
    content: '';
    display: none;
}
.item-list-bottom li[data-v-a599f978]{
    padding: 2px 6px;
    background-color: #f6f6f4;
    border-radius: 2px;
    margin-right: 5px;
}
.rx-card-item-content-right[data-v-a599f978] {
    position: relative;
}
.rx-card-item-content-right .state[data-v-a599f978]{
    padding:2px 10px;
    background-color: #87d068;
    border-radius: 0px 2px 0px 12px;
    top: 0;
    right: 0;
    position: absolute;
    color: #fff;
    font-size: 12px;
}




.formdeList[data-v-6cc87b38] .my-select{
    right: 0!important;
    left: auto!important;
    max-height:160px;
    overflow:hidden
}
.formdeList[data-v-6cc87b38]{
    padding: 0 10px;
}


.formInput[data-v-f4209664]{
    width: 100% !important;
}


.drag-icon[data-v-00fd41d3]{
    cursor: move;
}
.add-button-content[data-v-00fd41d3] {
    padding: 10px 10px 10px 32px;
}
.add-button[data-v-00fd41d3]{
    cursor: pointer;
}
.add-button[data-v-00fd41d3]:hover{
    color: #4d9eff;
}
.add-button i[data-v-00fd41d3]{
    padding: 4px 6px;
}
.content-body-row[data-v-00fd41d3],
.content-header[data-v-00fd41d3]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-col[data-v-00fd41d3]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}
.header-col.header-col-icon[data-v-00fd41d3]{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-col.header-col-icon + .header-col[data-v-00fd41d3]{
    padding-left: 4px;
}
.header-col-icon i[data-v-00fd41d3]{
    padding: 4px;
}
.content-header .header-col[data-v-00fd41d3]{
    line-height: 40px;
}
.content-body-row[data-v-00fd41d3]{
    padding: 6px 0;
    border-bottom: 1px dashed #dedede;
}


.formChenckbox[data-v-db68edfe] {
    margin-top: 9px;
}
.formdelist[data-v-db68edfe] {
    padding: 0 10px;
}
.ant-form-vertical .ant-form-item-label[data-v-db68edfe], .ant-col-24.ant-form-item-label[data-v-db68edfe], .ant-col-xl-24.ant-form-item-label[data-v-db68edfe] {
    padding: 0 0 2px;
}


.formInput-df[data-v-dddc8872]{
    width:calc(100% - 20px);
}

.systemImage[data-v-7c22e515] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.systemImg-dark-img-common[data-v-7c22e515]:hover {
  border: solid 2px #4285f4;
}
.systemImg-dark-img-common-hover[data-v-7c22e515] {
  border: solid 2px #4285f4 !important;
}
.systemImg-dark-img-common[data-v-7c22e515] {
  width: calc(33.3% - 20px);
  margin: 10px;
  height: 104px;
  background-color: #f4f4f4;
  position: relative;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px white;
  overflow: hidden;
  cursor: pointer;
}
.systemImg-dark-img-common .systemImg-dark-img-common-icon[data-v-7c22e515] {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 0px;
  width: 0px;
  border: 14px solid;
  border-color: #4285f4 #4285f4 transparent transparent;
  color: white;
}
.systemImg-dark-img-common .systemImg-dark-img-common-icon i[data-v-7c22e515] {
  margin-top: -13px;
  display: block;
}
.systemImg-dark-img-common img[data-v-7c22e515] {
  max-width: calc(100% - 10px);
  background-size: 100% 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}


.QuickEntranceDef-head[data-v-3a5cb659]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.QuickEntranceDef[data-v-3a5cb659] .ant-form-item{
    margin-bottom: 0px;
}
.QuickEntranceDef-disposition[data-v-3a5cb659]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.QuickEntranceDef-disposition>div[data-v-3a5cb659]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.QuickEntranceDef-image[data-v-3a5cb659]{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #d4dae8;
    cursor: pointer;
}
.QuickEntranceDef-add[data-v-3a5cb659]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-left: 30px;
}
.QuickEntranceDef-vuedraggable[data-v-3a5cb659]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-bottom: 1px dashed #dedede;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.QuickEntranceDef-vuedraggable i[data-v-3a5cb659]{
    font-size: 20px;
    margin-right: 10px;
}
.QuickEntranceDef-vuedraggable-name[data-v-3a5cb659]{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: bold;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
}
.QuickEntranceDef-vuedraggable-icon[data-v-3a5cb659]{
    width: 30px;
    height: 30px;
    background-color: #4285f4;
    border-radius: 6px;
    margin-right: 10px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.QuickEntranceDef-vuedraggable-icon i[data-v-3a5cb659]{
    margin-right: 0px!important;
    font-size: 25px!important;
}
.pageStyle-img-system-empty[data-v-3a5cb659] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
    cursor: pointer;
}
.uploadCommon-img[data-v-3a5cb659]{
    width: 485px;
    margin: auto;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
}


.tab-common[data-v-4f0af879]{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 10px;
}
.tab-common-empty[data-v-4f0af879]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.tab-common-defConf[data-v-4f0af879]{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}
.tab-common-button[data-v-4f0af879]{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}
.tab-container-view[data-v-4f0af879]{
    width: 100%;
    height: 100%
}
.tab-container-view[data-v-4f0af879] .ant-tabs-right-content{
    height: 100%;
    padding-right: 1px!important;
}
.tab-container-view[data-v-4f0af879] .ant-tabs-bar{
    margin-bottom: 1px!important;
}
.tab-container-view[data-v-4f0af879] .ant-tabs-bottom-content{
    height: calc(100% - 50px);
}
.tab-container-view[data-v-4f0af879] .ant-tabs-bottom-bar{
    margin-top: 1px!important;
}
.tab-container-view[data-v-4f0af879] .ant-tabs-left-content{
  padding-left: 1px!important;
}
.btnSpan[data-v-4f0af879] {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background:rgba(255,88,90,0.85);
    display: inline-block;
    cursor: pointer;
    z-index: 99;
}
.btnSpan i[data-v-4f0af879] {
    color: #fff;
    font-size: 16px;
    margin-top: 7px;
    text-align: center;
}
.btnSpan[data-v-4f0af879]:hover{
    background: #f6393a;
}
.editBtnSpan[data-v-4f0af879] {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background:#5885ff;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    z-index: 99;
    float: left;
}
.editBtnSpan i[data-v-4f0af879] {
    color: #fff;
    font-size: 16px;
    margin-top: 7px;
    text-align: center;
}
.editBtnSpan[data-v-4f0af879]:hover{
    background: #5885ff;
    -webkit-transform: translate(0,-3px);
            transform: translate(0,-3px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}


.mobile-compile[data-v-6163b0de]{
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.mobile-compile[data-v-6163b0de]:hover{
    color: rgb(33, 150, 243);
}
.mobile-form-center-list[data-v-6163b0de]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 52px)
}
.form-center-head[data-v-6163b0de]{
    z-index: 99;
    position:initial;
    text-align: center;
    background-color: white;
    padding: 10px;
    -webkit-box-shadow: rgb(0 0 0 / 24%) 0px 2px 4px;
            box-shadow: rgb(0 0 0 / 24%) 0px 2px 4px;
}
.form-center-head i[data-v-6163b0de]{
    font-size: 30px;
    cursor: pointer;
    margin-right: 50px;
}
.form-center-head i[data-v-6163b0de]:hover{
    color: rgb(33, 150, 243);
}
.form-center-hea-color[data-v-6163b0de]{
    color: rgb(33, 150, 243);
}
.form-center[data-v-6163b0de]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
}
.form-center-list[data-v-6163b0de]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}
.rxDialogsbox[data-v-6163b0de] .ant-layout-footer{
    z-index: 99!important;
}
.conceal[data-v-6163b0de]{
    position: absolute;
    top: 39px;
    right: 10px;
    width: calc(100% - 14px);
    height: calc(100% - 55px);

    z-index: 99;
}
.rxDialogsbox[data-v-6163b0de] .buttongmodle {
    position: relative;
}
.borderTips[data-v-6163b0de]{
    border:1px solid #1890ff;
}
.select[data-v-6163b0de] {
    border: solid 1px #5b8fff !important;
}
.draglist[data-v-6163b0de] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.draglist > div[data-v-6163b0de] {
    margin-right: 12px;
    margin-bottom: 12px;
}
.dragiconfont[data-v-6163b0de] {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 17px;
    width: 17px;
    border: 10px solid;
    border-color: #5b8fff #5b8fff transparent transparent;
}
.dragiconfont i[data-v-6163b0de] {
    float: left;
    margin-top: -12px;
    margin-left: -1px;
    font-size: 12px;
    color: white;
}
.draglist_img[data-v-6163b0de] {
    width: 72px;
    height: 72px;
    border-radius: 2px;
    border: dashed 1px #dadde0;
}
.draglist_img > img[data-v-6163b0de] {
    width: 58px;
    height: 58px;
    margin-left: 6px;
    margin-top: 6px;
}
.draglist > div > span[data-v-6163b0de] {
    display: block;
    text-align: center;
    color: #555555;
    font-size: 12px;
    margin-top: 4px;
}
.layout[data-v-6163b0de] {
    color: #555555;
    line-height: 30px;
}
.form-showTab[data-v-6163b0de] {
    padding: 10px;
    height: 100%;
}
.tab-list[data-v-6163b0de] {
    margin-bottom: 10px;
}
.formCustomized .rx-center > div.rx-box[data-v-6163b0de] {
    top: 0;
    left: 0;
    bottom: 0;
    padding-right: 0;
    background: #f0f2f5;
}
.drawerCentainer .ant-form-vertical .ant-form-item[data-v-6163b0de] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
}
.btnSpan[data-v-6163b0de] {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background:rgba(255,88,90,0.85);
    display: inline-block;
    margin-right: 0;
    cursor: pointer;
    z-index: 99;
}
.btnSpan i[data-v-6163b0de] {
    color: #fff;
    font-size: 16px;
    margin-top: 7px;
    text-align: center;
}
.btnSpan[data-v-6163b0de]:hover{
    background: #f6393a;
}
.editBtnSpan[data-v-6163b0de] {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background:#5885ff;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    z-index: 99;
}
.editBtnSpan i[data-v-6163b0de] {
    color: #fff;
    font-size: 16px;
    margin-top: 7px;
    text-align: center;
}
.editBtnSpan[data-v-6163b0de]:hover{
    background: #5885ff;
    -webkit-transform: translate(0,-3px);
            transform: translate(0,-3px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.gridLayout-select[data-v-6163b0de]{
    border: 1px solid #1890ff!important;
}
.gridLayoutClass[data-v-6163b0de] {
    background: #fff!important;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*border: 1px solid #dadde0;*/
}
.headPClass[data-v-6163b0de] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #dadde0;
    border-bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0px;
    top: 5px;
}
.active[data-v-6163b0de] {
    /*background-color:#ec971f;*/
    cursor: default;
}
.main[data-v-6163b0de] {
    background-color: #ec971f;
    cursor: default;
}
.toolTabs[data-v-6163b0de] {
    height: 100%;
}
ul[data-v-6163b0de],
li[data-v-6163b0de] {
    list-style: none;
}
.itmelist p[data-v-6163b0de] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itmelist p[data-v-6163b0de]:hover {
    color: #0000cc;
    cursor: pointer;
}
.itmelist[data-v-6163b0de] {
    padding-left: 20px;
    position: relative;
    line-height: 30px;
}
.itmelist[data-v-6163b0de]:before {
    content: '\25A0';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    font-size: 8px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    color: #ccc;
}
.itmelist b[data-v-6163b0de] {
    font-style: normal;
    display: inline-block;
    padding: 4px 8px;
}

/*yx*/
/* 抽屉样式 */
.drawerCentainer[data-v-6163b0de] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.drawerCentainer .drawerBox[data-v-6163b0de] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.drawerCentainer .drawerBox .box[data-v-6163b0de] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    padding: 10px;
}
.drawerCentainer .drawerToobar[data-v-6163b0de] {
    padding: 10px;
    border-top: 1px solid #ddd;
    text-align: right;
    -webkit-box-shadow: 0px 0px 20px -7px #939292;
            box-shadow: 0px 0px 20px -7px #939292;
}
.drawerCenter[data-v-6163b0de] {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    bottom: 0;
    padding: 0 10px;
}
.dragControl[data-v-6163b0de] {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
}
.dragControl[data-v-6163b0de]:hover {
    background: #1890ff;
    color: #fff;
}
.customUl[data-v-6163b0de] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.customControl[data-v-6163b0de] {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
    background: #fff;
}
.customControl[data-v-6163b0de]:nth-child(5n) {
    margin-right: 0;
}
.customControl > p[data-v-6163b0de] {
    margin-top: 4px;
    font-size: 13px;
}
.customControl > .layoutImg[data-v-6163b0de] {
    display: inline-block;
    border: 1px dashed #dadde0;
    padding: 5px;
    background: #fff;
    font-size: 0;
    border-radius: 4px;
    cursor: pointer;
}
.layoutImgBox[data-v-6163b0de] {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: url(data:image/png;base64,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) no-repeat;
    background-color: #ddd;
    background-size: 270px 180px;
}
.customControl.active .layoutImg[data-v-6163b0de],
.layoutImg[data-v-6163b0de]:hover {
    border-color: #1890ff;
}
.customControl.active .layoutImgBox[data-v-6163b0de],
.layoutImg:hover .layoutImgBox[data-v-6163b0de] {
    background-color: #1890ff;
}

/*上小下大*/
.layoutImgBox.upDown[data-v-6163b0de] {
    background-position: -8px -8px;
}

/*上大下小*/
.layoutImgBox.upDown2[data-v-6163b0de] {
    background-position: -98px -8px;
}

/*左中右*/
.layoutImgBox.leftMiddleRight[data-v-6163b0de] {
    background-position: -8px -98px;
}

/*左右*/
.layoutImgBox.leftRight[data-v-6163b0de] {
    background-position: -98px -98px;
}

/*左上下*/
.layoutImgBox.leftUpDown[data-v-6163b0de] {
    background-position: -188px -8px;
}
.editModl > h6[data-v-6163b0de] {
    font-size: 14px;
    margin-top: 22px;
    font-weight: bold;
}
/*    自定义栏目*/
.columnbox[data-v-6163b0de]{
    width: 156px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #b6c4ff;
    line-height: 28px;
    color: #849cff;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}
.columnbox > span[data-v-6163b0de]{
    display: inline-block;
    width: 30px;
    height: 28px;
    background: #b6c4ff;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}
.tips-tit[data-v-6163b0de]{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    background: #f5f7fa;
    color: #a8aeb5;
    padding: 0 6px;
    border-radius: 0 0 12px 0;
    border: 1px solid #dadde0;
    border-left: 0;
    border-top: 0;
    left: 1px;
    top: 1px;
}
.select-tit[data-v-6163b0de]{
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #fff;
    background: #1890ff;
    display: inline-block;
    border: 1px solid #1890ff;
    border-top: 0;
    border-left: 0;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 0 0 12px 0;
}
.lay-title[data-v-6163b0de]{
    background: #f5f7fa;
    border-bottom: 1px solid #dfdfdf;
    padding: 3px 10px;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.lay-con[data-v-6163b0de]{
    padding: 10px;
    position: absolute;
    width: 100%;
    top: 28px;
}
.gridLayoutporview[data-v-6163b0de] .portal-calendar .headPClass,
.gridLayoutporview[data-v-6163b0de] .headerTitle{
    display: none!important;
}

/*    经典布局*/
.grey-border[data-v-6163b0de]{
    border: 1px solid #dadde0;
}
.FormCustomEditControl[data-v-6163b0de]{
    height: 100%;
    width: 100%;
    position: relative;
    background: white;
}
.FormCustomEditControl-prohibit[data-v-6163b0de]{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}
.gridLayout-select[data-v-6163b0de] .tab-common-defConf{
    border: 1px solid #1890ff;
    border-radius: 5px;
}
.gridLayout-select[data-v-6163b0de] .tab-common-button{
    display: block;
}
.rxDialogsbox[data-v-6163b0de] .defaultContent{
 z-index: 98!important;
}


.mylayouts[data-v-90cf9382] .ant-descriptions-item > span.ant-descriptions-item-label {
    font-weight: bold;
}


.form-condition[data-v-2391efc2]{
    cursor: pointer;
    color: #444444;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-condition i[data-v-2391efc2] {
    font-size: 18px;
    margin-top: 15px;
}
.opinion-parenthesis-add[data-v-2391efc2]{
    border-top: solid 1px #d9d9d9;
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
    cursor: pointer;
    color: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.opinion-parenthesis-add i[data-v-2391efc2]{
    font-size: 18px;
    margin-right: 5px;
}
.opinion-parenthesis-triangle[data-v-2391efc2]{
    height: 5px;
    width: 0px;
    border: 10px solid;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -17px;
    left: 36px;
}
.opinion-parenthesis-list[data-v-2391efc2]{
    margin-top: 20px;
}
.opinion-parenthesis-list li[data-v-2391efc2]{
    color: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 12px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.opinion-parenthesis-list li i[data-v-2391efc2]{
    margin-right:5px;
    font-size: 18px;
}
.opinion-parenthesis-list li i[data-v-2391efc2]:hover{
    color:#4285f4
}
.opinion-parenthesis-list li div[data-v-2391efc2]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 5px;
}
.opinion-parenthesis-list li div[data-v-2391efc2]:hover{
    background-color: #f2f3f6;
    border-radius: 4px;
}
.opinion-parenthesis[data-v-2391efc2]{
    position: absolute;
    top: 42px;
    left:0px;
    width: 300px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
            box-shadow: 0px 0px 13px 0px
    rgba(6, 0, 1, 0.17);
    border: solid 1px #eeeeee;
    border-radius: 4px;
    z-index: 9;
}
.tableToolBar[data-v-2391efc2]{
    padding-right: 0px;
}
.custom-layout[data-v-2391efc2] .ant-form{
    padding: 0px!important;
}
.conditionDiv-sql[data-v-2391efc2]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding:10px 22px;
}
.conditionDiv-sql>div[data-v-2391efc2]:nth-child(3){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 30px;
}
.div-containers-head[data-v-2391efc2]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.div-containers-head >div[data-v-2391efc2]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.div-containers-head-span[data-v-2391efc2]{
    border-left: 2px solid #1890ff;
    font-size: 14px;
    height: 15px;
    display: block;
    line-height: 15px;
    padding-left: 5px;
    color: #46494d;
    margin-top: 10px;
}
.condition-field[data-v-2391efc2]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.condition-field >div[data-v-2391efc2]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right:1px solid #dadde0;
}
.div-containers-show[data-v-2391efc2]{
    display: none;
}
.sqlBuildTypeList[data-v-2391efc2]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sqlBuildTypeList >div[data-v-2391efc2]{
    width: 340px;
    height: 62px;
    border-radius: 4px;
    border: solid 1px #dadde0;
    margin-right: 20px;
    padding: 13px 11px;
    cursor: pointer;
    position: relative;
}
.sqlBuildTypeList >div[data-v-2391efc2]:hover{
    border: solid 1px #4285f4;
}
.sqlBuildTypeList-show[data-v-2391efc2]{
    border: solid 1px #4285f4!important;
}
.sqlBuildTypeList-child-iconfont[data-v-2391efc2]{
    position: absolute;
    top: 0px;
    right: 0px;
    height:15px;
    width: 15px;
    border:15px solid;
    border-color:#4285f4  #4285f4 transparent  transparent ;
    text-align: center;
}
.sqlBuildTypeList-child-iconfont i[data-v-2391efc2]{
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 12px;
    color: white;
}
.sqlBuildTypeList-child >div[data-v-2391efc2]{
    height: 14px;
    line-height: 14px;
    color: #46494d;
    font-size: 14px;
}
.sqlBuildTypeList-child > span[data-v-2391efc2]{
    display: block;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #c0c5cc;
    margin-top: 10px;
}
.conditionDiv[data-v-2391efc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
}
.conditionDiv .minDiv[data-v-2391efc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-right: 20px;
}
.conditionDiv .minDiv span[data-v-2391efc2] {
    white-space: nowrap;
}
.ant-tabs .ant-tabs-content.ant-tabs-top-content[data-v-2391efc2] {
    height: calc(100% - 50px);
}
.div-containers[data-v-2391efc2] {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


.mylayouts[data-v-40de7e07] .ant-descriptions-item > span.ant-descriptions-item-label{
    font-weight: bold;
}


.data-source-layout[data-v-739073c4]{
    background-color: #fff;
}


.relick a{
    margin-right: 10px;
}



.relick a {
    margin-right: 10px;
}



.a-coll-box[data-v-6bf64170] {
    margin: 0px 9px;
}
.sqzk[data-v-6bf64170] {
    line-height: 36px;
}
.sqzk .a-btn[data-v-6bf64170] {
    margin-right: 10px;
}
.s-type[data-v-6bf64170] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.s-type-title[data-v-6bf64170] {
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
}
.select-box[data-v-6bf64170] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.data-set[data-v-6bf64170] {
    border-left: 3px solid #1890fe;
    padding-left: 8px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-left: 10px;
}
.choice[data-v-6bf64170] {
    background-color: #f5f7fa;
    border-radius: 0px 5px 5px 0px;
    font-weight: normal !important
}
.rx-inputs[data-v-6bf64170] {
    background-color: white;
}
.rxTagsBox[data-v-6bf64170] {
    border-right: none;
}
.inputBtnBox[data-v-6bf64170] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0;
    text-align: left;
    margin-top: 4px;
}
.inputBtnBox .rx-groups[data-v-6bf64170] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    width: 100%;
    min-height: 32px;
    line-height: normal;
}
.inputBtnBox .rx-groups .handClose[data-v-6bf64170] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: none;
    position: absolute;
    right: 6px;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: 50%;
    margin-top: -9px;
    border-radius: 10px;
    text-align: center;
    background-color: #c0c5cc;
}
.inputBtnBox .btn[data-v-6bf64170] {
    min-height: 32px !important;
    height: auto !important;
    border: 1px solid #d9d9d9;
    border-left: none;
}
.btn[data-v-6bf64170]:focus{
    outline: none!important;
}
.inputBtnBox .rx-groups .handClose[data-v-6bf64170]:hover {
    background-color: #1890ff;
}
.handClose i[data-v-6bf64170] {
    font-size: 10px;
    color: #fff;
}
.inputBtnBox .rx-groups .rx-inputs[data-v-6bf64170] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding-right: 20px;
    color: #46494d;
}
.inputBtnBox .rx-groups:hover .rx-inputs[data-v-6bf64170] {
    padding-right: 32px;
}
.inputBtnBox .rx-groups:hover .handClose[data-v-6bf64170] {
    display: inline-block;
}
.inputBtnBox .rx-groups .handClose i[data-v-6bf64170] {
    vertical-align: middle;
}
.inputBtnBox .rx-groups .handClose[data-v-6bf64170]:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.iconButton[data-v-6bf64170] {
    font-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}


.relick a{
    margin-right: 10px;
}



.relick a {
    margin-right: 10px;
}



.relick a{
    margin-right: 10px;
}



.table-operator[data-v-7081ecf3] {
  padding:4px;
}
.table-operator button[data-v-7081ecf3] {
  margin:2px;
}


.Form_tab_advocate >div{
    margin-bottom: -1px;
}
.FormMobileDrag-add{
    width: 203px;
    height: 30px;
    line-height: 30px;
    margin: 10px 20px;
}
.FormMobileDrag-master{
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.FormMobileDrag-master >div{
    width:137px;
    height: 40px;
    padding-left: 12px;
    line-height: 40px;
    border-right: solid 1px #dadde0;
    border-bottom: solid 1px #dadde0;
    color: #46494d;
}
.FormMobileDrag-master >div:nth-child(2n){
    border-right:none!important;
}
.FormMobileDrag-master >div:hover{
    cursor: pointer;
}
.FormMobileDrag-master >div >i{
    font-size: 20px;
    float: left;
}
.FormMobileDrag-master >div >span{
    margin-left: 5px;
    font-size: 13px;
    float: left;
    display: block;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.FormMobileDrag{
    width: 300px;
    height: 100%;
    border-radius: 2px;
    padding: 12px;
}
.FormMobileDrag_name{
  border-bottom: 1px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
}
.FormMobileDrag .ant-collapse-content > .ant-collapse-content-box{
    padding: 0px!important;
}


.icfonxt{
  font-size: 1.2rem;
  float: right;
  margin-left: 0.3rem;
  margin-top: 0.1rem;
  margin-right: 0px;
  color: rgba(0, 0, 0, 0.25);
}
.fijian_a{
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: dashed 1px #3782fd;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
  color: #3782fd!important;
}
.fijian {
  width: 100%;
  height: 40px;
  background-color: #f5f7fa;
  border-radius: 5px;
  border: solid 1px #dadde0;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
  color: #a7adbf!important;
}
.harle {
   width: 70%;
  float: right;
  height: 39px;
  line-height: 39px;
  text-align: right;
  padding-right: 10px;
}
.harle input {
  border: none;
  text-align: right;
  height: 100%;
  color: #b0b9ca;
  outline: none;
  width: calc(100% - 30px);
}
.xuangzlist .ant-select-arrow {
  margin-right: 3px !important;
}
.xuangzlist .ant-select-selection {
  border: none !important;
}
.xuangzlist .ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 0px !important;
}
.xuangzlist .ant-select-arrow {
  right: 0px !important;
}
.xuangzlist .ant-select-selection-selected-value {
  margin-right: 23px;
}
.xuangzlist .ant-select-arrow .anticon{
  font-size: 0.9rem;
}
.ictu {
  display: block;
  float: right;
  color: white;
  background-color: #d1dae2;
  height: 15px;
  width: 15px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  margin-top: 12px;
  font-style: normal;
}
.xuanqi {
  margin-top: 8px;
  margin-right: -15px;
}
.imgclass {
  border: 1px solid #dadde0;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 2rem;
  color: #a7adbf;
  background-color: #f5f7fa;
  border-radius: 5px;
  clear: both;
}
.imgclass_a {
  border: 1px solid #dadde0;
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 7px;
  text-align: center;
  line-height: 20px;
  font-size: 1rem;
  color: #a7adbf;
  background-color: #f5f7fa;
  border-radius: 5px;
}
.alimg {
  border-radius: 50% !important;
}


.mobileRightFild[data-v-70214369]{
    float: left;
    height: 25px;
    background-color: #f5f7fa;
    border-radius: 2px;
    border: solid 1px #dadde0;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    color: #777777;
    padding:0px 5px;
    margin-right: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}
.mobileRightHint[data-v-70214369]{
    overflow: hidden;
    margin-top: 11px;
    width: 359px;
    height: 36px;
    line-height: 36px;
    background-color: #ffffff;
    border-radius: 2px;
    color: #555555;
    border: solid 1px #e6e8eb;
    border-left: solid 4px #2e8cff;
}
.mobileRightHint i[data-v-70214369]{
    display: block;
    color: #2e8cff;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    float: left;
}
.FormPattern[data-v-70214369]{
    font-family: MicrosoftYaHei-Bold;
    font-size: 15px;
    line-height: 35px;
    color: #555555;
}
.FormMRight-compile >span[data-v-70214369]{
    display: block;
}
.FormMRight[data-v-70214369]{
    padding: 20px;
}
.FormMRightspan[data-v-70214369]{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #a0a9b5;
    margin-top: 5px;
    margin-left: 10px;
}
.FormMRightHead[data-v-70214369]{
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 12px;
    color: #46494d;
    border-left: 2px solid #1890ff;
    padding-left: 5px;
}


.darag_list[data-v-462eb75b] {
    padding: 20px;
}
.addRelation[data-v-462eb75b] {
    background: #fff;
    padding: 10px;
    text-align: center;
    color: #4d9eff;
    font-size: 14px;
}
.deletePosition[data-v-462eb75b] {
    position: absolute;
    right: 13px;
    top: 20px;
    z-index: 99;
}
.deletePosition button[data-v-462eb75b] {
    margin-left: 10px;
    background-color: #f5f7fa;
    border-radius: 4px;
    border: solid 1px #dadde0;
    width: 30px;
    height: 30px;
    color: #46494d;
    padding: 0px;
    padding: 0px;
    font-size: 12px;
}
.deletePosition button[data-v-462eb75b]:hover {
    background-color: #eff8ff;
    border: solid 1px #40a9ff;
    color: #40a9ff;
}
.deletePosition button[data-v-462eb75b]:nth-child(3):hover {
    background-color: #ffebeb;
    border: solid 1px #f2a3a1;
    color: #ff7875;
}
.darag_biaoTit[data-v-462eb75b] {
    font-size: 16px;
    background: #fff;
    width: 50%;
    float: left;
    padding: 20px 0 5px 10px;
}
.darag_buttonhert[data-v-462eb75b] {
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    font-size: 14px;
}
.darag_list[data-v-462eb75b] {
    padding: 20px;
}
.afonzhili_span[data-v-462eb75b] {
    float: left;
    border-left: 2px solid #1890ff;
    padding-left: 10px;
    height: 12px;
    line-height: 12px;
    color: #46494d;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 17px;
    display: block;
}
.ant-row[data-v-462eb75b]{
    margin-top: 4px;
}


.Form-onetoone[data-v-18ced220]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.Form-onetoone >div[data-v-18ced220]:nth-child(1){
    width: 200px;
}
.Form-onetoone >div[data-v-18ced220]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.form-tree-certen[data-v-7fac469e]{
    position: relative;
}
.form-tree-certen:hover .form-tree[data-v-7fac469e]{
    display: block;
}
.form-tree[data-v-7fac469e] {
    position: absolute;
    top: 44px;
    display: none;
    left: 0px;
    min-width: 170px;
    max-height: 300px;
    overflow: auto;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e3e3e3;
}
.FormSolutionDefMappingConfig-easy[data-v-7fac469e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-monaco-editor-center[data-v-7fac469e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formSolution[data-v-7fac469e] {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.addbutton[data-v-7fac469e] {
    margin-bottom: 15px;
}
.formSolution-center[data-v-7fac469e] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.formSolution-center-flex[data-v-7fac469e] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.form-tree-certen[data-v-78392413] {
    position: relative;
}
.form-tree-certen:hover .form-tree[data-v-78392413] {
    display: block;
}
.form-tree[data-v-78392413] {
    position: absolute;
    top: 44px;
    display: none;
    left: 0px;
    min-width: 170px;
    max-height: 300px;
    overflow: auto;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e3e3e3;
}
.FormSolutionDefMappingConfig-easy[data-v-78392413] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-monaco-editor-center[data-v-78392413] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formSolution[data-v-78392413] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.addbutton[data-v-78392413] {
    margin-bottom: 15px;
}
.formSolution-center[data-v-78392413] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.formSolution-center-flex[data-v-78392413] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.editButton[data-v-2776e012]{
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}


.drag_son_border[data-v-57eee769]{
    border: 1px solid #4d9eff;
}
.darag_biaoTit i[data-v-57eee769] {
    color: #4d9eff;
}
.drag_mobile_all[data-v-57eee769] {
    overflow-y: scroll;
    height: 100%;
}
.drag_mobile[data-v-57eee769] {
    height: 100%;
    min-width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    overflow: hidden;
    border: 10px solid #40446d;
    border-radius: 30px;
}
.drag_head[data-v-57eee769] {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8
}
.drag_vuedraggable[data-v-57eee769] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
    overflow-y: scroll;
}
.drag_group[data-v-57eee769] {
    margin-top: 4px;
    margin-bottom: 4px;
    overflow: hidden;
}
.drag_group.active[data-v-57eee769] {
    border: 2px dashed rgba(64, 158, 255, 0.5);
}
.drag_group_name[data-v-57eee769] {
    color: #1890ff;
    padding-left: 10px;
    font-weight: 600;
    height: 2rem;
    line-height: 2rem;
    display: block;
    background: #d4d5d9;
}
.drag_module[data-v-57eee769] {
    border-bottom: 1px solid #e8e8e8;
    padding-left: 10px;
    overflow: hidden;
    position: relative
}
.drag_module_renderer[data-v-57eee769] {
    clear: both;
    width: 100%;
    float: left;
}
.drag_group_comment[data-v-57eee769] {
    width: 30%;
    float: left;
    line-height: 40px;
    height: 40px;
}
.drag_line-user[data-v-57eee769] {
    height: 110px;
}
.drag_line_user[data-v-57eee769] {
    height: 85px;
}
.drag_dele[data-v-57eee769] {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 21px;
    background: #f56c6c;
    color: #fff;
    z-index: 99;
    line-height: 14px;
    text-align: center;
    text-indent: 0.3em;
    font-weight: normal;
    font-size: 13px;
    cursor: pointer;
}
.drag_line_selected[data-v-57eee769] {
    border: 1px dashed #29a5bf !important;
}
.darag_script_head[data-v-57eee769] {
    margin: 10px
}
.darag_script_head > button[data-v-57eee769] {
    margin-right: 10px;
}
.darag_script[data-v-57eee769] {
    height: 700px;
    width: 100%;
    overflow: hidden;
}
.drag_module_line[data-v-57eee769]:last-child {
    border-bottom: none;
}
.drag_module_line[data-v-57eee769] {
    position: relative;
}
.drag_son_name[data-v-57eee769] {
    line-height: 40px;
    font-size: 15px;
    padding-left: 10px;
    color: #40a9ff;
}

/*  */


.ant-btn-primary[data-v-2c8f7fc5] {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0;
}
.btn-inline-box[data-v-2c8f7fc5] {
  margin: 10px 20px 6px 20px;
}


.dialog-head[data-v-77badf6a] {
    overflow: hidden;
    padding:0px;
    background: white;
    height: 35px;
    border-bottom: 1px solid #dadde0;
}


.sjinput{
  width: 70%;
  overflow: hidden;
  margin: auto;
  margin-top: 1rem;
}
.break{
  margin-top: 10px;
}


.sjinput{
  width: 70%;
  overflow: hidden;
  margin: auto;
  margin-top: 1rem;
}
.buttonlist{
  margin-top: 1rem;
}


.sjinput{
  width: 70%;
  overflow: hidden;
  margin: auto;
  margin-top: 1rem;
}
.buttonlist{
  margin-top: 1rem;
}


.selectHeader > span {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.selectHeader > span.left {
    padding-right: 10px;
}
.subjectClass{
    display: inline-block;vertical-align: middle;
    padding:4px 10px;
    background: #eaeaea;
    max-width:500px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.table-operator[data-v-6a87b2e6] {
  padding:4px;
}
.table-operator button[data-v-6a87b2e6] {
  margin:2px;
}


.FormQrcodeConfigEdit-QRCode-empty[data-v-2ecc45d4]{
    width: 271px;
    height: 271px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 8px #0e62e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.FormQrcodeConfigEdit-QRCode-empty i[data-v-2ecc45d4]{
    font-size: 140px;
    margin-top: 30px;
}
.FormQrcodeConfigEdit-QRCode-empty span[data-v-2ecc45d4]{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #cccccc;
    margin-top: 10px;
}
.qrcode[data-v-2ecc45d4]{
    border:15px solid white;
}
.FormQrcodeConfigEdit-qr[data-v-2ecc45d4]{
    width: 388px;
    height: 480px;
    margin-left: 42px;
    border-radius: 6px;
    background-image:url(../../static/img/qr.242c1b21.png);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 60px;
}
.FormQrcodeConfigEdit-QRCode-log[data-v-2ecc45d4]{
    position: absolute;
    top:calc(50% - 25px);
    left:calc(50% - 25px);
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 3px;
}
.FormQrcodeConfigEdit-QRCode[data-v-2ecc45d4]{
    height: 279px;
    width: 277px;
    margin:auto;
    border: 7px solid rgba(14,98,232);
    border-radius: 6px;
    position: relative;
}
.FormQrcodeConfigEdit-QRCode-button[data-v-2ecc45d4]{
    width: 210px;
    height: 44px;
    background-color: #0e62e8;
    border-radius: 4px;
    margin-left: 92px;
    margin-top: 40px;
    border: none;
}
.FormQrcodeConfigEdit[data-v-2ecc45d4]{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%;
    margin-top: 23px;
}
.FormQrcodeConfigEdit >div[data-v-2ecc45d4]:nth-child(1){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 64px;
}
.FormQrcodeConfigEdit >div[data-v-2ecc45d4]:nth-child(2){
    width: 466px;
}
.FormQrcodeConfigEdit-button[data-v-2ecc45d4]{
    width: 277px;
    margin:30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.buttongmodle[data-v-5d7e96c9] {
    text-align: right;
}
.footerToolBar button[data-v-5d7e96c9] {
    margin-right: 4px;
}
.footerToolBar button[data-v-5d7e96c9]:last-child {
    margin-right: 0;
}
.footerToolBar[data-v-5d7e96c9] {
    display: inline-block;
}
.ant-layout-footer[data-v-5d7e96c9] {
    padding: 8px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px #d2d2d2;
            box-shadow: 0px 0px 3px #d2d2d2;
    z-index: 99;
}
.defaultContent[data-v-5d7e96c9] {
    position: relative;
    height: 100%;
}
.content-div[data-v-5d7e96c9] {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border-radius: 6px;
    overflow-y: auto;
    background: #fff;
    overflow: auto;
}
.beLayout[data-v-5d7e96c9] {
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #f0f2f5;
}
#formContainer[data-v-5d7e96c9] {
    background-color: #fff;
}
#rx-form-container[data-v-5d7e96c9] {
    width: 100%;
    margin: auto;
    max-width: 1300px;
}


.form-tree-certen[data-v-23e75dac] {
    position: relative;
}
.form-tree-certen:hover .form-tree[data-v-23e75dac] {
    display: block;
}
.form-tree[data-v-23e75dac] {
    position: absolute;
    top: 44px;
    display: none;
    left: 0px;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e3e3e3;
}
.FormSolutionDefMappingConfig-easy[data-v-23e75dac] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.rx-monaco-editor-center[data-v-23e75dac] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formSolution[data-v-23e75dac] {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.addbutton[data-v-23e75dac] {
    margin-bottom: 15px;
}
.formSolution-center[data-v-23e75dac] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.formSolution-center-flex[data-v-23e75dac] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


fieldset[data-v-62386d6a] {
    height: 100%;
    border: 1px solid silver;
}
fieldset legend[data-v-62386d6a] {
    font-weight: bold;
}
div.operatorContainer[data-v-62386d6a] {
    padding: 5px;
    text-align: left;
    overflow: auto;
    margin-top: 6px;
}
div.operatorContainer > div[data-v-62386d6a] {
    border-radius: 5px;
    border: 1px solid silver;
    display: inline-block;
    text-align: center;
    margin: 4px;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 10px;
    cursor: pointer;
    background: #f0f2f5;
}
div.operatorContainer > div[data-v-62386d6a]:hover {
    background: white;
}
div.fieldContainer[data-v-62386d6a] {
    padding:0 10px;
    text-align: left;
    overflow: auto;
}
div.fieldContainer>div[data-v-62386d6a]{
    padding: 10px 0;
}
.flexBoxs[data-v-62386d6a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: #f0f2f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.flexBoxs .bottom[data-v-62386d6a]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.top[data-v-62386d6a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    height: 250px;
}
.top header[data-v-62386d6a]{
}
.top header[data-v-62386d6a]:before{
    content: '';
    width: 3px;
    height: 13px;
    display: inline-block;
    background: #4D9EFF;
    margin-right: 8px;
    vertical-align: -2px;
}
.top .contents[data-v-62386d6a]{
    -webkit-box-flex: 1 ;
        -ms-flex: 1 ;
            flex: 1 ;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.top .left[data-v-62386d6a]{
    width:300px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-sizing: border-box;
}


.rx-custom-control-dialog[data-v-4fdf9fc8] .ant-form-vertical .ant-form-item{
    margin-bottom: 0;
}

.eventFuncDialog-panel {
  border-radius: 4px;
  background: white;
  border: solid 1px #dedede !important;
  margin-bottom: 16px;
}
.eventFuncDialog-panel .ant-collapse-header {
  border-bottom: solid 1px #dedede;
  height: 50px;
  position: relative;
  padding: 14px 13px 14px 33px!important;
}
.eventFuncDialog-panel .ant-collapse-arrow {
  left: 13px!important;
}
.eventFuncDialog-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 50px;
  width: calc(100% - 50px);
  position: absolute;
  left: 30px;
  top: 0px;
}
.eventFuncDialog-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 50px;
  height: 50px;
  margin-left: 85px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.delMethod {
  color: #ff3d3d !important;
  margin-left: 20px;
  font-size: 20px;
  margin-top: 14px;
}
.openFormConfig-grid-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555555;
  height: 40px;
  line-height: 40px;
  margin-left: 40px;
}
.openFormConfig-grid-head div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.openFormConfig-grid-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dedede;
}
.openFormConfig-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}
.openFormConfig-icon {
  width: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.openFormConfig-icon:hover {
  color: #1890ff;
}
.openFormConfig-add:hover {
  color: #1890ff;
}
.openFormConfig-add {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.openFormConfig-add i {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 5px;
}


.rx-no-config[data-v-21e4ee5c]{
    color: red;
}
.rx-yes-config[data-v-21e4ee5c]{
    color: green;
}

.FormSolutionEdit .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
.FormSolutionEdit .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: unset;
  animation-name: unset;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}
.FormSolutionEdit .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,
.FormSolutionEdit .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: unset;
  animation-name: unset;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}
.FormSolutionEdit .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: unset;
  animation-name: unset;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}
.FormSolutionEdit .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: unset;
  animation-name: unset;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}


html .rxform .eidtFormContainer[data-v-a6249856],
html .rxform .previewBox[data-v-a6249856],
html .rxform[data-v-a6249856]{
    height : initial!important;
}
@media print {
.noprint[data-v-a6249856] {
        display: none;
}
.print[data-v-a6249856] {
        display: block;
        width:100%;
        height:auto !important;
}
table[data-v-a6249856], table *[data-v-a6249856] {
        display:inline-block;
}
table tr[data-v-a6249856] {display:block;}
html .rxform .eidtFormContainer[data-v-a6249856],
    html .rxform .previewBox[data-v-a6249856],
    html .form-container-id[data-v-a6249856]{
        height : auto!important;
}
}
.buttongmodle[data-v-a6249856]{
    text-align: right;
}
.footerToolBar button[data-v-a6249856]{
    margin-right: 4px;
}
.footerToolBar button[data-v-a6249856]:last-child{
    margin-right: 0;
}
.footerToolBar[data-v-a6249856]{
    display: inline-block;
}
.ant-layout-footer[data-v-a6249856]{
    padding: 8px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px #d2d2d2;
            box-shadow: 0px 0px 3px #d2d2d2;
    z-index: 99;
}
.defaultContent[data-v-a6249856]{
    position: relative;
    height: 100%;
}
.content-div[data-v-a6249856]{
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border-radius: 6px;
    overflow-y: auto;
    background: #fff;
    overflow: auto;
}
.beLayout[data-v-a6249856]{
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #f0f2f5;
}
#formContainer[data-v-a6249856]{
    background-color: #fff;
}
#rx-form-container[data-v-a6249856]{
    width: 100%;
    margin: auto;
    max-width: 1300px;
}
/* 强制打印背景颜色/图像 */
*[data-v-a6249856] {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}


.rx-a-tabs[data-v-126c21db] .ant-tabs-content.ant-tabs-top-content{
    height: calc( 100% - 66px );
}
.rx-a-tabs[data-v-126c21db] .ant-tabs-bar{
    margin-bottom: 10px;
}
.layersty[data-v-126c21db]{
    overflow: hidden;
}
.layersty[data-v-126c21db] .eidtFormContainer{
    overflow: initial;
    height: auto;
}
.buttongmodle[data-v-126c21db] {
    text-align: right;
}
.footerToolBar button[data-v-126c21db] {
    margin-right: 4px;
}
.footerToolBar button[data-v-126c21db]:last-child {
    margin-right: 0;
}
.footerToolBar[data-v-126c21db] {
    display: inline-block;
}
.ant-layout-footer[data-v-126c21db] {
    padding: 8px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px #d2d2d2;
            box-shadow: 0px 0px 3px #d2d2d2;
    z-index: 99;
}
.defaultContent[data-v-126c21db] {
    position: relative;
}
.content-div[data-v-126c21db] {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border-radius: 6px;
    overflow-y: auto;
    background: #fff;
    overflow: auto;
}
.beLayout[data-v-126c21db] {
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #f0f2f5;
}
#formContainer[data-v-126c21db] {
    background-color: #fff;
}
#rx-form-container[data-v-126c21db] {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}
.kforms[data-v-126c21db]{
    background-color: #fff;
}


.form-solution-tree-show-box[data-v-3b310e7f]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
}
.form-solution-tree-toolbar[data-v-3b310e7f]{
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    text-align: right;
}
.form-solution-tree-container[data-v-3b310e7f]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.form-solution-tree-left-container[data-v-3b310e7f]{
    width: 240px;
    border-right: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.form-solution-tree-nav[data-v-3b310e7f]{
    padding: 6px 14px;
    border-bottom: 1px solid #ddd;
}
.form-solution-tree-box[data-v-3b310e7f]{
    padding: 0 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.rx-roll[data-v-3b310e7f]{
    position: absolute;
    overflow: auto;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
}
.form-solution-tree-right-container[data-v-3b310e7f]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.relick a{
    margin-right: 10px;
}



.table-operator[data-v-458d1f88] {
  padding:4px;
}
.table-operator button[data-v-458d1f88] {
  margin:2px;
}


.relick a{
    margin-right: 10px;
}



.tabButton[data-v-0f4657c5] {
  vertical-align: middle;
  margin-left: 10px;
}


.tabButton[data-v-8ca16326] {
    vertical-align: middle;
    margin-left: 10px;
}


.table-operator[data-v-43d12670] {
  padding:4px;
}
.table-operator button[data-v-43d12670] {
  margin:2px;
}


div.operatorContainer[data-v-58c15973] {
  margin-bottom: 15px;
  text-align: left;
  overflow: auto;
}
div.operatorContainer > div[data-v-58c15973] {
  border-radius: 5px;
  border:1px solid #dfdfdf;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  line-height: 31px;
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 32px;
  font-size: 12px;
  color: #555;
  height: 32px;
  cursor: pointer;
}
div.operatorContainer > div[data-v-58c15973]:hover {
  background: #f4f4f4;
}
.divBox[data-v-58c15973] {
  margin-top: 20px;
}
header[data-v-58c15973] {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
header[data-v-58c15973]:before{
  content: " ";
  width: 3px;
  height: 14px;
  background-color: #1890ff;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 2px 0 0 2px;
}


div.operatorContainer[data-v-37614d72] {
  padding: 5px;
  text-align: left;
}
div.operatorContainer > div[data-v-37614d72] {
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  line-height: 31px;
  text-align: center;
  margin: 5px;
  min-width: 32px;
  font-size: 12px;
  color: #555;
  height: 32px;
  cursor: pointer;
}
div.operatorContainer > div[data-v-37614d72]:hover {
  background: #f4f4f4;
}
.conditionBox[data-v-37614d72] {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.divBox[data-v-37614d72] {
  margin-top: 20px;
}
header[data-v-37614d72] {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
header[data-v-37614d72]:before{
  content: " ";
  width: 3px;
  height: 14px;
  background-color: #1890ff;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 2px 0 0 2px;
}


fieldset[data-v-360f410e] {
  height: 100%;
  border: 1px solid silver;
}
fieldset legend[data-v-360f410e] {
  font-weight: bold;
}
div.operatorContainer[data-v-360f410e] {
  padding: 5px;
  text-align: left;
  overflow: auto;
  margin-top: 6px;
}
div.operatorContainer > div[data-v-360f410e] {
  border-radius: 5px;
  border: 1px solid silver;
  display: inline-block;
  text-align: center;
  margin: 4px;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 10px;
  cursor: pointer;
  background: #f0f2f5;
}
div.operatorContainer > div[data-v-360f410e]:hover {
  background: white;
}
div.fieldContainer[data-v-360f410e] {
  padding:0 10px;
  text-align: left;
  overflow: auto;
}
div.fieldContainer>div[data-v-360f410e]{
  padding: 10px 0;
}
.flexBoxs[data-v-360f410e]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #f0f2f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flexBoxs .bottom[data-v-360f410e]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top[data-v-360f410e]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  height: 250px;
}
.top header[data-v-360f410e]{
}
.top header[data-v-360f410e]:before{
  content: '';
  width: 3px;
  height: 13px;
  display: inline-block;
  background: #4D9EFF;
  margin-right: 8px;
  vertical-align: -2px;
}
.top .contents[data-v-360f410e]{
  -webkit-box-flex: 1 ;
      -ms-flex: 1 ;
          flex: 1 ;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top .left[data-v-360f410e]{
  width:300px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
}


.table-operator[data-v-277646e4]{
    text-align: right;
}



.rxContent[data-v-4f47dcd5]{
  padding-top: 10px;
}
.rxTabs[data-v-4f47dcd5] .ant-form-item{
    margin-bottom: 4px !important;
}
.rxTabs[data-v-4f47dcd5] .ant-form-item-label > label{
    font-weight: bold;
}



form[data-v-bd114dc0]:not(.ant-form-vertical) :not(.ant-input-group-wrapper) .ant-input-group{
  top: 4px !important;
}
.rxbox[data-v-bd114dc0] .inputBtnBox{
  vertical-align: top;
}


.reslidt {
  height: 30px;
  line-height: 30px;
}


table tr.firstRow th[data-v-687cf71e] {
  border-top-width: 1px;
  text-align: left;
  border: 1px solid #f2f2f2;
  background: #f8f8f8;
}


.ant-message {
    z-index: 99999;
}

/*子表弹窗样式*/
.table-detail {
    width: 100%;

    table-layout: fixed;
}
.dialog-header {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.table-detail td {
    padding: 5px 10px;
}
.table-detail.column-two > tbody > tr > td:nth-child(odd) {
    width: 20%;
    text-align: right;
}
.table-detail.column-two > tbody > tr > td:nth-child(even) {
    width: 80%;
    text-align: left;
}
.table-detail.column-four > tbody > tr > td:nth-child(odd) {
    width: 15%;
    text-align: center;
    text-align: right;
}
.table-form.column-four > tbody > tr > td:nth-child(even) {
    width: 35%;
    text-align: left;
    padding: 10px;
}


#contextmenu[data-v-922eb5a6]{
  position: fixed;
  z-index: 99960;
  width: 120px;
  top: 0;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgb(154 147 147);
          box-shadow: 0 0 5px rgb(154 147 147);
}
#contextmenu li[data-v-922eb5a6]{
  padding: 4px 6px;
}
#contextmenu li[data-v-922eb5a6]:hover{
  background: #4D9EFF;
  color: #fff;
  cursor: pointer;
}


.rx-itme[data-v-6d20b686]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rx-itme .rx-text[data-v-6d20b686]{
  padding-right: 20px;
}
.rx-itme .rx-edit i[data-v-6d20b686]{
    padding:2px 5px;
    color: #c0c5cc;
}
.rx-itme:hover .rx-text[data-v-6d20b686],
.rx-itme .i-edit[data-v-6d20b686]:hover{
  color: #1890ff;
}
.rx-itme .i-close[data-v-6d20b686]:hover{
  color: red;
}
.listSearch[data-v-6d20b686]{
    margin-left:16px;
    cursor: pointer;
}
.listSearch i[data-v-6d20b686]{
    margin-right: 4px;
}




.relick a{
    margin-right: 10px;
}



.table-operator[data-v-55706a4a] {
  padding:4px;
}
.table-operator button[data-v-55706a4a] {
  margin:2px;
}


.formBox[data-v-84a7c898]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.formContainer[data-v-84a7c898]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.formContainerRoll .formCenter[data-v-84a7c898]{
    max-width: 1300px;
    margin: auto;
}
.formContainerRoll[data-v-84a7c898]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.formFooter[data-v-84a7c898]{
    text-align: right;
    padding: 10px;
    border-top: 1px solid #ddd;
}
.formFooter button[data-v-84a7c898]{
    margin-left: 6px;
}
.header[data-v-84a7c898]{
    background-color: #4285f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    color: #fff;
}
.logoText[data-v-84a7c898]{
    display: inline-block;
    padding: 2px 8px;
    line-height: normal;
    border:1px solid #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 6px;
}
.rightToolBar[data-v-84a7c898]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.current[data-v-84a7c898]{
    margin-left: 16px;
    position: relative;
}
.treeBox .text .icon[data-v-84a7c898]{
    padding-right: 6px;
}
.treeBox .text[data-v-84a7c898]{
    margin-right: 6px;
}


.formDesign header[data-v-2f82cbea]{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.designBox[data-v-2f82cbea]{
  font-size: 0;
  padding-top: 16px;
}
.designBox>li[data-v-2f82cbea]{
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 130px;
  text-align: center;
  border: solid 1px #e8e8e8;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 14px 0 0;
  min-height: 100px;
  /*box-shadow: 0px 1px 3px 0px rgba(6, 0, 1, 0.1);*/
  cursor: pointer;
  position: relative;

  position: relative;
}
.designBox >li[data-v-2f82cbea]:hover{
  -webkit-box-shadow: 0px 1px 3px 0px rgba(6, 0, 1, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(6, 0, 1, 0.1);
}
.designBox >li .icons[data-v-2f82cbea]{
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 21px;
  background: #4D9EFF;
  color: #fff;
}
.designBox >li:first-child .icons[data-v-2f82cbea]{
  background: #f0f2f5;
  color: #999999;
}
.designBox >li p[data-v-2f82cbea]{
  padding: 12px 0 10px;
}
.blue[data-v-2f82cbea]{
  background: #5d9cee!important;
}
.red[data-v-2f82cbea]{
  background: #f96d64!important;
}
.green[data-v-2f82cbea]{
  background: #13d7ac!important;
}

/*新建单据*/
.hideBox[data-v-2f82cbea]{
  position: absolute;
  top: calc( 100% + 16px );
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  text-align: left;
}
.hideBox[data-v-2f82cbea]:before{
  position: absolute;
  content: '';
  display: inline-block;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  width: 12px;
  height: 12px;
  top: -7px;
  left: 57px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  background: #fff;
}
.designMode[data-v-2f82cbea]{
  padding: 10px;
  position: relative;
  z-index: 6;
}
.designMode[data-v-2f82cbea]:hover{
  background: #f6fbff;
}
.designMode:hover p[data-v-2f82cbea]{
  color: #4D9EFF;
}
.designMode[data-v-2f82cbea]:first-child{
  border-bottom: 1px solid #e8e8e8;
}
.designMode dl[data-v-2f82cbea]{
  font-size: 0;
  white-space: nowrap;
  padding-bottom: 10px;
}
.designMode dl dd[data-v-2f82cbea]{
  font-size: 14px;
  display: inline-block;
  padding: 10px 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAAApCAYAAAD0xoGXAAACkklEQVR4nO3cP4jPcRzH8ccd/QYLiyzKoFgUk8XgXxjIvzAYGCxsDBabgcEgi4HBRIpSOpS/k5TFIEVSRBGljpK68mf4+nfu3/f3/b77frp6P5a7G37vXsOz636/u98NDH/+cgTHpOlqK65GHRvEcRzCj6ijqVOXsCXq2OCvj6ewH9+jDqfO9ARGMfjP52exF98iDqdOhUUx+N/X57ELI20Pp86FRPF/EHAF2/C1zeFUROsoxgsCbmATvjQ9nIppFcVEQcA9rMenJodTUY2jmCwIeIA1+NhgVCqrURRTBQGPsArv+9+UCvsdxea6D6gTBDxRRfG2/02psB4uqxlF3SDgGVbidYNRqazaUfQTBLxQRfGywahUVq0o+g0CXqmieN7gsamsKaNoEgS8Uf1M8bTh41M5k0bRNAh4p4ricYsbqYwJo2gTBHxQvU7xqOWd1L1xo2gbBNWLVmvxMOBW6taYKCKCgGHVy9z3g+6l7oyKYmD4c+jvr9bhVuTB1JkR7Iz6DgFLVaWl6amHPVFBLMJtzA66l7o3hN0RQSzAXcwNuJXKGMIOjLQNYr4qhvmtJ6VS/sRAu2cZ83AHCwNGpTJGxUDzIOaqYlgcMCqVMSYGmgUxR/XUcknAqFTGuDHQfxCzcRPLAkalMiaMgf6CmIXrWB4wKpUxaQzUD2IWrmFFwKhUxpQxUC+InurNO6sDRqUyasXA1EH8jmFDwKhURu0YmDyImbiIjQGjUhl9xcDEQczABWwPGJXK6DsGxg9iBs6p3gWepqdGMTA2iAGcwZ6AUamMxjEwOogBnMa+gFGpjFYxMDqIkzjQdlEqpnUM/A3iBA62XZSKCYmBKoijONz2UComLAbi/8g2da8n8H+C/QR4D3wgPcMMJwAAAABJRU5ErkJggg==) no-repeat;
  margin: 0;
  position: relative;
  margin-left: -14px;
}
.designMode dl dd[data-v-2f82cbea]:first-child{
  margin-left: 0;
}
.designMode dl dd em[data-v-2f82cbea]{
  display: inline-block;
  font-style: normal;
  width: 18px;
  height: 18px;
  border: 1px solid #768593;
  border-radius: 9px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  margin-right: 6px;
  color: #768593;
}


.itemContainer header[data-v-7a90ae6d]{
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: block;
}
.itemContainer[data-v-7a90ae6d]:hover,
.itemContainer:hover h5[data-v-7a90ae6d]
{
  color: #4D9EFF;
  cursor: pointer;
}
.itemContainer  ul > li[data-v-7a90ae6d]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-top: 16px;
  border-bottom: 1px solid #ddd;
}
.itemContainer  ul > li[data-v-7a90ae6d]:last-child{
  border-bottom: 0;
}
.itemContainer .itemIcon[data-v-7a90ae6d]{
  display: inline-block;
  min-width: 16px;
}
.itemContainer .itemContent[data-v-7a90ae6d]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
.itemContainer .itemContent h5[data-v-7a90ae6d]{
  font-size: 14px;
}
.itemContent p[data-v-7a90ae6d]{
  font-size: 12px;
}


.template-common-img-previewImage[data-v-5b82d6a6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.template-common-img-previewImage img[data-v-5b82d6a6]{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.template[data-v-5b82d6a6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.template-common[data-v-5b82d6a6]{
    width: 240px;
    margin: 18px;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.template-common-img[data-v-5b82d6a6]{
    height: 240px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.template-common-img[data-v-5b82d6a6]:hover{
    border: 1px solid #4285f4;
}
.template-common-img-hover[data-v-5b82d6a6]{
    border: 1px solid #4285f4;
}
.template-common-img-hover .template-common-img-icon[data-v-5b82d6a6]{
    display: block;
}
.template-common-img:hover .template-common-img-icon[data-v-5b82d6a6]{
    display: block;
}
.template-common-img-icon[data-v-5b82d6a6]{
    position: absolute;
    height:15px;
    width: 15px;
    border:15px solid;
    border-color:#4285f4  #4285f4 transparent  transparent ;
    top: -1px;
    right: 0px;
    line-height: 0px;
    display: none;
}
.template-common-img-icon i[data-v-5b82d6a6]{
    margin-top: -12px;
    display: block;
    color: white;
}
.template-common-span[data-v-5b82d6a6]{
    text-align: center;
    color: #303030;
    font-size: 14px;
}


.CustomPageTemplateEdit-common-left[data-v-cc299818]{
    position: relative;
}
.CustomPageTemplateEdit-common-left-button[data-v-cc299818]{
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: right;
    z-index: 99;
}
.userHeadPortrait-upload-url[data-v-cc299818]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.userHeadPortrait-upload-url:hover .userHeadPortrait-upload-delete[data-v-cc299818]{
    display: block;
}
.userHeadPortrait-upload-delete[data-v-cc299818]{
    color: red;
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
    display: none;
}
.userHeadPortrait-upload[data-v-cc299818]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.userHeadPortrait-upload[data-v-cc299818] .ant-upload-list{
    display: none;
}
.userHeadPortrait[data-v-cc299818]{
    height: 26px;
    margin: 0px 10px 0px 16px;
    border-radius: 5px;
}
.CustomPageTemplateEdit-head-modle[data-v-cc299818]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.CustomPageTemplateEdit-common[data-v-cc299818]{
    height:calc(100% - 50px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.CustomPageTemplateEdit-head-modle[data-v-cc299818] .ant-form-item{
    margin-right: 30px!important;
}
.CustomPageTemplateEdit-common>div[data-v-cc299818]:nth-child(1){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #dadde0;
    border-radius: 5px;
    margin-right: 10px;
    overflow: hidden;
}
.CustomPageTemplateEdit-common-right[data-v-cc299818]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #dadde0;
    overflow: auto;
}



caption{
    caption-side:top
}


.addclack[data-v-eb0cbeb6] {
  width: 92%;
  margin: auto;
}
.addclack_hert[data-v-eb0cbeb6] {
  width: 100%;
}
.colors[data-v-eb0cbeb6] {
  color: #fff;
  background: #1890ff;
}


.avatar-uploader[data-v-5c7e509a] .ant-upload.ant-upload-select-picture-card {
    margin: initial !important;
}
*[data-v-5c7e509a] .ql-snow .ql-picker-label::before {
    vertical-align: top;
}
*[data-v-5c7e509a] .ql-snow .ql-color-picker .ql-picker-label svg,
*[data-v-5c7e509a] .ql-snow .ql-icon-picker .ql-picker-label svg {
    vertical-align: top;
}
.avatar-uploader > .ant-upload[data-v-5c7e509a] {
    width: 128px;
    height: 128px;
}
.ant-upload-select-picture-card i[data-v-5c7e509a] {
    font-size: 32px;
    color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-5c7e509a] {
    margin-top: 8px;
    color: #666;
}



.initSubItem-img[data-v-35a678cd]{
    width: 50px;
    height: 50px;
    -o-object-fit:contain;
       object-fit:contain;
}
.ant-upload-hint .up-title[data-v-35a678cd] {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}
.upicon[data-v-35a678cd] {
    font-size: 41px;
    color: #4285f4;
}
.upd-btn[data-v-35a678cd] {
    width: 330px;
    margin: 0 auto;
    margin-top: 8px;
}
.self-dragger[data-v-35a678cd] .ant-upload-drag {
    height: 150px;
}
.self-dragger[data-v-35a678cd] .ant-upload-list {
    display: none;
}
.InsPortaMobileIconfont-programa[data-v-35a678cd]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.InsPortaMobileIconfont-programa input[data-v-35a678cd]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.InsPortaMobileIconfont-programa button[data-v-35a678cd]{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background-color: #f5f7fa;
    border-radius: 0px 4px 4px 0px;
}
.InsPortaMobileIconfont[data-v-35a678cd]{
    padding:0px 20px;
}
.InsPortaMobileIconfont-back[data-v-35a678cd]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.InsPortaMobileIconfont-back-common[data-v-35a678cd]{
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
}
.InsPortaMobileIconfont-back-common i[data-v-35a678cd]{
    color: white;
}
.InsPortaMobileIconfont-user-iconfont[data-v-35a678cd]{
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    cursor: pointer;
}
.InsPortaMobileIconfont-user-iconfont i[data-v-35a678cd]{
    font-size: 27px;
}

.ant-btn-primary[data-v-55be6016] {
  margin-right: 6px;
}
.btnSpan[data-v-55be6016] {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  background: #1890ff;
  display: inline-block;
  margin-right: 6px;
  cursor: pointer;
}
.btnSpan i[data-v-55be6016] {
  color: #fff;
  font-size: 10px;
  margin-top: 3px;
}
.gridLayoutClass[data-v-55be6016] {
  background: #fff;
  border: 1px solid #ddd;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headPClass[data-v-55be6016] {
  line-height: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.bodyDivClass[data-v-55be6016] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  bottom: -2px;
}
.toolTabs[data-v-55be6016] {
  height: 100%;
}
ul[data-v-55be6016],
li[data-v-55be6016] {
  list-style: none;
}
.bodyDivClass .itmelist[data-v-55be6016] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.itmelist p[data-v-55be6016] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.itmelist p[data-v-55be6016]:hover {
  color: #0000cc;
  cursor: pointer;
}
.bodyDivClass > ul[data-v-55be6016] {
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  overflow: auto;
}
.itmelist[data-v-55be6016] {
  padding-left: 20px;
  position: relative;
  line-height: 30px;
}
.itmelist[data-v-55be6016]:before {
  content: "\25A0";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
  font-size: 8px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  color: #ccc;
}
.itmelist b[data-v-55be6016] {
  font-style: normal;
  display: inline-block;
  padding: 4px 8px;
}


.re-news-list[data-v-9d0a8e96]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}
.re-news-list>div[data-v-9d0a8e96]:nth-child(1){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.notice[data-v-9d0a8e96]{
    width: 100%;
    height: auto;
    margin-top: 16px;
    background-color: white;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.notice .text[data-v-9d0a8e96]{
    height: 45px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
}
.notice .text span[data-v-9d0a8e96]{
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.notice .item[data-v-9d0a8e96]{
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.item_text[data-v-9d0a8e96]{
    width:300px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.item_img[data-v-9d0a8e96]{
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 10px;
}
.item_text_right[data-v-9d0a8e96]{
	width: 220px;
}
.item_tit[data-v-9d0a8e96]{
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item_dec[data-v-9d0a8e96]{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 13px;
}
.item_dec .user[data-v-9d0a8e96]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #999999;
}
.item_dec .time[data-v-9d0a8e96]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #999999;
    margin-left: 60px;
    margin-top: 2px;
}
.item_img img[data-v-9d0a8e96]{
	width: 100%;
	height: 100%;
}
.notice > div > .item[data-v-9d0a8e96]:last-child{
	border-bottom: 0;
}




.initSubItem-img[data-v-0de5fbee] {
    height: 42px;
    width: 42px;
    -o-object-fit: contain;
       object-fit: contain;
}
.mobile-portal-show[data-v-0de5fbee] {
    border: solid 2px #4285f4 !important;
}
.mobile-portal-iconfont[data-v-0de5fbee] {
    position: absolute;
    padding-left: 10px;
    top: 0px;
    right: 0px;
    font-size: 26px;
    cursor: pointer;
    display: none;
    width: 176px;
    height: 45px;
    line-height: 45px;
    background-color: #4285f4;
    border-radius: 0px 0px 0px 21px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: white;
}
.mobile-portal-iconfont i[data-v-0de5fbee] {
    font-size: 28px;
    margin-right: 5px;
    opacity: 0.8;
}
.mobile-portal-iconfont i[data-v-0de5fbee]:hover {
    opacity: 1;
}
.mobile-portal[data-v-0de5fbee] {
    width: 100%;
    min-height: 100px;
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px white;
    margin-top: 15px;
}
.mobile-portal[data-v-0de5fbee]:hover {
    border: solid 2px #4285f4;
}
.mobile-portal:hover .mobile-portal-iconfont[data-v-0de5fbee] {
    display: block;
}
.box img[data-v-0de5fbee] {
    margin-right: 10px;
}
.phone[data-v-0de5fbee] {
    width: 380px;
    height: 770px;
    margin: 0px auto;
    margin-top: 16px;
    background-position: center;
    background: url(../../static/img/sj.56b2e0e7.png);
    background-size: 100% 100%;
    overflow: hidden;
}
.phone1[data-v-0de5fbee] {
    width: 330px;
    height: 698px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 49px;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
}
.phone_body[data-v-0de5fbee] {
    height: 100%;
    margin: 0px auto;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 2rem;
}
.top_nav[data-v-0de5fbee] {
    width: 100%;
    height: 35px;
    background-color: #434a55;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 35px;
}
.top_nav span[data-v-0de5fbee] {

    color: white;
    font-size: 14px;
}
.img[data-v-0de5fbee] {
    width: 330px;
}
.gridtitle[data-v-0de5fbee] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    background-color: white;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.title[data-v-0de5fbee], .notice .text[data-v-0de5fbee] {
    height: 45px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
}
.title span[data-v-0de5fbee], .notice .textspan[data-v-0de5fbee] {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grid[data-v-0de5fbee] {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
}
.grid .item[data-v-0de5fbee] {
    width: 20%;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.grid .item[data-v-0de5fbee]:hover {
    cursor: pointer;
}
.item .img1[data-v-0de5fbee] {
    /*background-color: #afceee;*/
    border: 9px solid #afceee;
    border-radius: 10px;
}
.item .span[data-v-0de5fbee] {
    font-size: 13px;
}
.notice[data-v-0de5fbee] {
    width: 100%;
    height: auto;
    background-color: white;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.notice .item[data-v-0de5fbee] {
    width: 365px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0px auto;
    padding-left: 20px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
/*网格样式*/
.divIcon[data-v-0de5fbee] {
    border-radius: 4px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 10px;
    background: #000c17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.divIcon i[data-v-0de5fbee] {
    font-size: 24px;
    color: white;
}



.left-item[data-v-7bf1fa52] .ant-collapse-item{
    border: none!important;
}
.left-item[data-v-7bf1fa52]{
    width: 290px;
}
.assembly[data-v-7bf1fa52]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.assembly>div[data-v-7bf1fa52]{
    width: 72px;
    margin-right: 18px;
    margin-bottom: 22px;
    cursor: pointer;
}
.assembly>div[data-v-7bf1fa52]:nth-child(3n){
    margin-right: 5px!important;
}
.assembly span[data-v-7bf1fa52]{
    display: block;
    text-align: center;
    color: #555555;
}
.assembly-icon[data-v-7bf1fa52]{
    width: 72px;
    height: 72px;
    border-radius: 2px;
    border: dashed 1px #dadde0;
    margin: auto;
}


.add-label {
  margin: 16px auto;
  width: 100%;
  height: 34px;
}
.notice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  line-height: 30px;
}
.notice-list input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab-sun-collapse .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0px!important;
}
.tab-sun-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 0px!important;
}
.bpm-sun-collapse {
  margin-bottom: 16px;
}
.bpm-sun-collapse-header-operator {
  font-size: 30px;
}
.bpm-sun-collapse-header-operator > i {
  margin-right: 5px;
}
.bpm-sun-collapse-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px 10px 35px;
}
.bpm-sun-collapse-header > div:nth-child(1) {
  color: #333333;
  margin-right: 5px;
}
.avatar {
  height: 94px;
  border-radius: 3px;
}
.upload-dragger {
  width: 314px;
  margin: 16px auto;
  height: 114px;
  background-color: #f5f7fa;
  border-radius: 3px;
}
.upload-dragger .ant-upload-drag {
  border: none;
}
.upicon-delet {
  position: absolute;
  top: -9px;
  right: -9px;
  font-size: 20px;
  color: #ff4949;
  z-index: 1;
}
.upicon-button {
  width: 368px;
  margin-top: 16px;
}
.upicon-text {
  text-align: center;
  color: #555555;
  font-size: 14px;
  display: block;
  height: 20px;
  line-height: 20px;
}
.upicon {
  color: #4285f4;
  font-size: 42px;
}
.mobile-wheel-common {
  width: 368px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-top: 16px;
  padding: 20px;
  position: relative;
  border: 1px dashed #d9d9d9;
}
.mobile-wheel-head {
  color: #333333;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e8e8e8;
}
.mobile-column-collapse-vuedraggable-left-img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto;
  overflow: hidden;
}
.mobile-column-collapse-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #303030;
  cursor: pointer;
  margin-left: 26px;
  margin-top: 13px;
  margin-bottom: 16px;
}
.mobile-column-collapse-add span {
  font-size: 14px;
  margin-left: 4px;
}
.mobile-column-collapse-vuedraggable-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-column-collapse-vuedraggable-right i {
  color: #303030;
  font-size: 20px;
  cursor: pointer;
  margin-right: 8px;
}
.mobile-column-collapse-vuedraggable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-bottom: 1px dashed #dedede;
  height: 40px;
  line-height: 40px;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left i {
  color: #303030;
  font-size: 15px;
  margin-right: 8px;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left i:nth-child(2) {
  font-size: 20px;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left-iconfont {
  width: 30px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  background-color: #30cca3;
  border-radius: 4px;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left-iconfont i {
  color: white;
  font-size: 20px;
  margin-right: 0px;
}
.mobile-column-collapse-vuedraggable .mobile-column-collapse-vuedraggable-left-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303030;
  font-size: 14px;
  width: 120px;
  white-space: nowrap;
}
.mobile-column-collapse .ant-collapse-item {
  border: none!important;
}
.mobile-column-collapse .ant-collapse-item-active {
  background-color: white!important;
}
.mobile-column-collapse .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  left: 0px!important;
}
.mobile-column-collapse .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0px 0px 0px 25px!important;
}
.mobile-column-collapse .ant-collapse-content-box {
  padding: 0px;
}
.mobile-column {
  font-size: 16px;
  color: #333;
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}
.mobile-column-head {
  width: 100%;
  height: 70px;
  border-bottom: 1px dashed #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.mobile-column-head input {
  width: 275px;
}
.mobile-column-head .mobile-column-head-checkbox {
  margin-left: 10px;
}
.mobile-jurisdiction {
  margin-right: 10px;
}
.mobile-jurisdiction:hover {
  color: #0e62e8;
}
.rx-collapse-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
}


.barlidt[data-v-50941908] {
  background-color: #f0f2f5;
}
.portal-container[data-v-50941908] {
  width: 100%;
  height: 100%;
}
.portal-nav[data-v-50941908] {
  width: 100%;
  height: 60px;
  background-color: #409efe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portal-nav span[data-v-50941908] {
  display: block;
  font-size: 1.8rem;
  color: white;
  margin-left: 20px;
}
.portal-body[data-v-50941908] {
  width: 100%;
  height: 100%;
  min-width: 1350px;
  overflow-x: auto;
}
.portal-left[data-v-50941908] {
  width: 20%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.portal-center[data-v-50941908] {
  width: 55%;
  height: 100vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #edf2f5;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  float: left;
}
.portal-right[data-v-50941908] {
  width: 25%;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}
.clearfloat[data-v-50941908]:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.clearfloat[data-v-50941908] {
  zoom: 1;
}


.in-qrCode-hover-path[data-v-42728ee9] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in-qrCode[data-v-42728ee9] {
    float: right;
    position: relative;
}
.in-qrCode-hover[data-v-42728ee9] {
    position: absolute;
    width: 150px;
    left: -40px;
    top: 37px;
    z-index: 99;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(6, 0, 1, 0.17);
            box-shadow: 0px 0px 13px 0px rgba(6, 0, 1, 0.17);
    border: solid 1px #eeeeee;
    border-radius: 5px;
    padding: 10px;
}


.widthClass[data-v-4b42ba7e] {
  width: 80%;
}


.ProcessMatters[data-v-1d73daa1]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.ProcessMatters-top[data-v-1d73daa1]{
    background: white;
    margin: 10px;
    border-radius: 5px;
}
.ProcessMatters-content[data-v-1d73daa1]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ProcessMatters-le[data-v-1d73daa1]{
    width: calc(70% - 20px);
    background: white;
    border-radius: 5px;
    max-height:820px;
    margin:0px 10px 10px 10px;
}
.ProcessMatters-right[data-v-1d73daa1]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
}
.ProcessMatters-right-list[data-v-1d73daa1]{
    background: white;
    border-radius: 5px;
    margin:0px 10px 10px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


fieldset[data-v-d8372744] {
  height: 100%;
  border: 1px solid silver;
}
fieldset legend[data-v-d8372744] {
  font-weight: bold;
}
div.operatorContainer[data-v-d8372744] {
  padding: 5px;
  text-align: left;
  overflow: auto;
  margin-top: 6px;
}
div.operatorContainer > div[data-v-d8372744] {
  border-radius: 5px;
  border: 1px solid silver;
  display: inline-block;
  text-align: center;
  margin: 4px;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 10px;
  cursor: pointer;
  background: #f0f2f5;
}
div.operatorContainer > div[data-v-d8372744]:hover {
  background: white;
}
div.fieldContainer[data-v-d8372744] {
  padding:0 10px;
  text-align: left;
  overflow: auto;
}
div.fieldContainer>div[data-v-d8372744]{
  padding: 10px 0;
}
.flexBoxs[data-v-d8372744]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #f0f2f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flexBoxs .bottom[data-v-d8372744]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top[data-v-d8372744]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  height: 250px;
}
.top header[data-v-d8372744]{
}
.top header[data-v-d8372744]:before{
  content: '';
  width: 3px;
  height: 13px;
  display: inline-block;
  background: #4D9EFF;
  margin-right: 8px;
  vertical-align: -2px;
}
.top .contents[data-v-d8372744]{
  -webkit-box-flex: 1 ;
      -ms-flex: 1 ;
          flex: 1 ;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top .left[data-v-d8372744]{
  width:300px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
}


.ImportAmodal[data-v-f04b058e] .ant-modal-body{
    padding:10px!important;
}
.ImportAmodal[data-v-f04b058e] .ant-modal-footer >div{
    text-align: center;
}


.spanlist[data-v-5eaf7420] {
    width: 100%;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itmsFont[data-v-5eaf7420] {
    background-color: white;
    width: calc(100% - 20px);
    margin: auto;
    border-radius: 6px;
    margin-top: 10px;
    padding: 10px;
}
.ithear[data-v-5eaf7420] {
    width: 100%;
    overflow: hidden;
    height: 42px;
    border-bottom: 1px solid #eef2f4;
}
.ithear li[data-v-5eaf7420] {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
}
.hoverli[data-v-5eaf7420] {
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
}
.item-cong[data-v-5eaf7420] {
    width: 100%;
    overflow: hidden;
    background-color: white;
}
.item-li[data-v-5eaf7420] {
    width: 100px;
    margin-top: 10px;
    border-radius: 6px;
    margin-right: 15px;
    position: relative;
    background: white;
    border: 1px solid white;
    float: left;
}
.item-li[data-v-5eaf7420]:hover {
    border: 1px solid #4D9EFF;
    top: -2px;
    -webkit-box-shadow: 0 6px 18px 2px #e0e5e7;
            box-shadow: 0 6px 18px 2px #e0e5e7;
}
.item-li[data-v-5eaf7420]:nth-child(6n + 6) {
    margin-right: 0;
}
.item-li p[data-v-5eaf7420] {
    font-size: 14px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 42px;
}
.itmsFont .item-li p > span[data-v-5eaf7420] {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-li p[data-v-5eaf7420]:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.item-icon-box[data-v-5eaf7420] {
    width: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    background: #09bcb9;
    color: white;
    margin-top: 15px;
}
.item-icon-box i[data-v-5eaf7420] {
    font-size: 30px;
    line-height: 60px;
}
.item-li:nth-child(1) .item-icon-box[data-v-5eaf7420] {
    background-color: #0595fe;
}
.item-li:nth-child(2) .item-icon-box[data-v-5eaf7420] {
    background-color: #458bff;
}
.item-li:nth-child(3n) .item-icon-box[data-v-5eaf7420] {
    background-color: #09bcb9;
}
.item-li:nth-child(4n) .item-icon-box[data-v-5eaf7420] {
    background-color: #76d32c;
}
.item-li:nth-child(5n) .item-icon-box[data-v-5eaf7420] {
    background-color: #f0cb39;
}


.spanlist[data-v-b713e308] {
    width: 100%;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 4px;
}
.itmsBos2 p[data-v-b713e308] {
    margin-top: 6px;
}
.itmsBos2[data-v-b713e308] {
    overflow: hidden;
    height: 110px;
    border-radius: 6px;
    border: 1px solid transparent;
}
.itmsFont[data-v-b713e308] {
    font-size: 0;
    padding: 10px 10px 0;
}
.itmsBos[data-v-b713e308] {
    font-size: 14px;
    border-radius: 6px;
    background: #fff;
    margin: 0 6px;
    margin-bottom: 12px;
}
.itmsBos header[data-v-b713e308] {
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #eef2f4;
}
.itmsBos ul[data-v-b713e308] {
    font-size: 0;
    padding-top: 10px;
    margin: 0 6px;
}
.itmsBos ul li[data-v-b713e308] {
    vertical-align: middle;
    font-size: 14px;
    width: 12.5%;
    display: inline-block;
    color: #555;
    text-align: center;
}
.itmsBos ul li p[data-v-b713e308] {
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itmsFont > ul[data-v-b713e308] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}
.item-icon-box[data-v-b713e308] {
    width: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    background: #09bcb9;
    color: white;
    margin-top: 15px;
}
.itmsFont .item-li[data-v-b713e308] {
    width: 100px;
    height: 110px;
    border-radius: 6px;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    background: white;
}
.itmsFont .itmsBos li[data-v-b713e308]:hover {
    border: 1px solid #4D9EFF;
}
.itmsFont .itmsBos2[data-v-b713e308]:hover {
    border-color:#4D9EFF;
}
.item-li.itemClass .item-li[data-v-b713e308]:hover {
    top: -2px;
    -webkit-box-shadow: 0 6px 18px 2px #e0e5e7;
            box-shadow: 0 6px 18px 2px #e0e5e7;
}
.itmsFont .item-li p[data-v-b713e308] {
    font-size: 14px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 42px;
}
.itmsFont .item-li p > span[data-v-b713e308] {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itmsFont .item-li p[data-v-b713e308]:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.itmsFont .itemClass[data-v-b713e308] {
    width: 100%;
    margin-right: 0;
    height: auto;
    padding-bottom: 0;
}
.item-icon-box i[data-v-b713e308] {
    font-size: 30px;
    line-height: 60px;
}
.itmsFont ul li:nth-child(1) .item-icon-box[data-v-b713e308] {
    background-color: #0595fe;
}
.itmsFont ul li:nth-child(2) .item-icon-box[data-v-b713e308] {
    background-color: #458bff;
}
.itmsFont ul li:nth-child(3n) .item-icon-box[data-v-b713e308] {
    background-color: #09bcb9;
}
.itmsFont ul li:nth-child(4n) .item-icon-box[data-v-b713e308] {
    background-color: #76d32c;
}
.itmsFont ul li:nth-child(5n) .item-icon-box[data-v-b713e308] {
    background-color: #f0cb39;
}


.relick a {
    margin-right: 10px;
}



.OpenOffice .table-operator button {
  margin-right: 10px;
  margin-bottom: 15px;
}
.OpenOffice .ant-table-tbody .ant-table-selection-column{
  width: 10px;
}
.OpenOffice .ant-table-tbody > tr > td{
  width: 30%;
}
.OpenOffice .ant-cell{
  margin-top: 15px;
}


.appset-ribbon > div:nth-child(1) > img[data-v-3c1f9b01] {
    width: 41px;
    height: 41px;
    margin-top: 24px;
    margin-right: 17px;
}
.appset-ribbon > div:nth-child(2) > span[data-v-3c1f9b01] {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #46494d;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.appset-ribbon > div:nth-child(2) > div[data-v-3c1f9b01] {
    font-size: 12px;
    color: #a7b0bb;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.appset-ribbon[data-v-3c1f9b01] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.appset-assist[data-v-3c1f9b01] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 39px;
}
.appset-assist > div[data-v-3c1f9b01] {
    width: calc(33.33% - 14px);
    min-width: 100px;
    height: 90px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0px 22px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #dfdfdf;
    overflow: hidden;
}
.appset-assist > div[data-v-3c1f9b01]:nth-child(3n) {
    margin-right: 0px;
}
.appset-content[data-v-3c1f9b01] {
    padding: 42px 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: calc(100vh - 55px);
}
.appset-content > div > span[data-v-3c1f9b01] {
    display: block;
    color: #333333;
    font-size: 18px;
    text-align: center;
}
.appset-content > div[data-v-3c1f9b01]:nth-child(1) {
    width: 45%;
    padding-right: 40px;
}
.appset-content > div[data-v-3c1f9b01]:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
}
.appset-property[data-v-3c1f9b01] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 39px;
}
.appset-property > div[data-v-3c1f9b01] {
    width: calc(33.33% - 20px);
    min-width: 100px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0px 22px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #dfdfdf;
    overflow: hidden;
}
.appset-list > img[data-v-3c1f9b01] {
    width: 43px;
    margin-left: calc(50% - 25px);
    margin-top: 42px;
}
.appset-list > span[data-v-3c1f9b01] {
    display: block;
    text-align: center;
    color: #46494d;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
}
.appset-list[data-v-3c1f9b01] {
    cursor: pointer;
}
.appset-list > div[data-v-3c1f9b01] {
    font-size: 12px;
    color: #a7b0bb;
    line-height: 18px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}


.appGrantRights[data-v-40baebcc]{
    position: relative;
}
.appGrantTableList[data-v-40baebcc]{
    position: absolute;
    top: 34px;
    bottom: 0;
    left: 0;
    right: 0;
}
.appGrantContent[data-v-40baebcc]{
    position: absolute;
    top: 38px;
    bottom: 0;
    width: 100%;
    overflow: auto;
}
.appGrantTableListHead[data-v-40baebcc]{
    height: 30px;
    background-color: #f0f2f5;
    line-height: 30px;
    padding: 0px 10px;
    margin-bottom: 5px;
}
.appGrantTableListHead span[data-v-40baebcc]:nth-child(1){
    color: #555555;
    font-weight: 700;
}
.appGrantTableListHead span[data-v-40baebcc]:nth-child(2){
    color: #8a9199;
    margin-left: 11px;
}
.appGrantCheckbox[data-v-40baebcc]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 37px;
    line-height: 37px;
}
.appGrantCheckbox >div[data-v-40baebcc]:nth-child(1){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
}
.appGrantCheckbox >div[data-v-40baebcc]:nth-child(2){
    text-align: right;
    margin-right: 10px;
    color: #f5222d;
    cursor: pointer;
}
.appGrantTableList[data-v-40baebcc]{
    border-radius: 5px;
    border: solid 1px #dadde0;
    margin: auto;
    width: 90%;
    margin-top: 12px;
}
.appGrantTableApi[data-v-40baebcc]{
    border-left: 2px solid #1890ff;
    height: 13px;
    line-height: 13px;
    margin:auto;
    margin-top: 20px;
    width: 90%;
}
.appGrantTableApi span[data-v-40baebcc]:nth-child(1){
    margin-left: 9px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #46494d;
}
.appGrantTableApi span[data-v-40baebcc]:nth-child(2){
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #8a9199;
    float: right;
}
.appGrantTable li[data-v-40baebcc]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:0px 9px;
    color: #555555;
    font-size: 12px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}
.appGrantTable li[data-v-40baebcc]:hover{
    background-color: #e3ecff;
}
.appGrantTable li span[data-v-40baebcc]:nth-child(3){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.appGrantTable li:hover span[data-v-40baebcc]:nth-child(4){
    display: block;
}
.appGrantTable li span[data-v-40baebcc]:nth-child(4){
    display: none;
}
.appGrantTableHead[data-v-40baebcc]{
    border-radius: 3px;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    margin: 5px 6px 5px 0px;
    padding: 0px 6px;
}
.color_798fff[data-v-40baebcc]{
    background-color: #798fff;
}
.color_83cd6c[data-v-40baebcc]{
    background-color: #83cd6c;
}
.color_ffbb3f[data-v-40baebcc]{
    background-color: #ffbb3f;
}
.color_ff6d6d[data-v-40baebcc]{
    background-color: #ff6d6d;
}
.appGrantRight[data-v-40baebcc]{
    position: absolute;
    top:50%;
    right: -20px;
    background-color: #1890ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index:99
}
.appGrant[data-v-40baebcc]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
}
.appGrant >div[data-v-40baebcc]:nth-child(1){
    width: 65%;
    padding: 20px;
    border-right: 1px solid #dadde0;
}
.appGrant >div[data-v-40baebcc]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.appGrantLeft[data-v-40baebcc]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
.appGrantLeft >div[data-v-40baebcc]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.appGrantLeftGroup[data-v-40baebcc]{
    margin: auto;
}


.table-field_yes[data-v-8436ca4e] {
    background: #4ced4c;color: white;padding: 6px;border-radius: 3px;
}
.table-field_no[data-v-8436ca4e] {
    background: #d7d4d4;color: white;padding: 6px;border-radius: 3px;
}
.atbliat[data-v-8436ca4e]{
    height:calc(100% - 80px);
}
.telist[data-v-8436ca4e]{
    height: 20px;
}
.content .table-operator button[data-v-8436ca4e] {
    margin-bottom: 8px;
}
.rx-fit[data-v-8436ca4e] .ant-tabs-bar{
    border-bottom: 0;
}
.ant-row >div[data-v-8436ca4e]{
    padding-right: 0px!important;
}
.rx-table-row-icon[data-v-8436ca4e]{
    overflow: hidden;
    width: auto;
    vertical-align: top;
    line-height: normal;
    margin-top: 1px;
}
.rx-tree-icon[data-v-8436ca4e]{
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-right: 4px;
}
.rx-tree-title[data-v-8436ca4e]{
    white-space: normal;
    overflow: hidden;
}
*[data-v-8436ca4e] .rx-gridBox  .ant-table-row-cell-break-word .ant-table-row-indent,
*[data-v-8436ca4e] .rx-gridBox  .ant-table-row-cell-break-word  .ant-table-row-expand-icon{
    float: left;
    margin-top: 3px;
}


.appGrantTableList[data-v-d56799d6]{
  border-radius: 5px;
  border: solid 1px #dadde0;
  margin: auto;
  width: 90%;
  margin-top: 12px;
}
.appGrantTableListHead[data-v-d56799d6]{
  height: 30px;
  background-color: #f0f2f5;
  line-height: 30px;
  padding: 0px 10px;
  margin-bottom: 5px;
}
.appGrantTableListHead span[data-v-d56799d6]:nth-child(1){
  color: #555555;
  font-weight: 700;
}
.appGrantTableListHead span[data-v-d56799d6]:nth-child(2){
  color: #8a9199;
  margin-left: 11px;
}
.appGrantTable[data-v-d56799d6]{
    margin-top: 12px;
}
.appGrantTable li[data-v-d56799d6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:0px 9px;
    color: #555555;
    font-size: 12px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}
.appGrantTable li[data-v-d56799d6]:hover{
    background-color: #e3ecff;
}
.appGrantTable li span[data-v-d56799d6]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.appGrantTable li:hover span[data-v-d56799d6]:nth-child(3){
    display: block;
}
.appGrantTable li span[data-v-d56799d6]:nth-child(3){
    display: none;
}
.appGrantTableHead[data-v-d56799d6]{
    border-radius: 3px;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    margin: 5px 6px 5px 0px;
    padding: 0px 6px;
}
.color_798fff[data-v-d56799d6]{
    background-color: #798fff;
}
.color_83cd6c[data-v-d56799d6]{
    background-color: #83cd6c;
}
.color_ffbb3f[data-v-d56799d6]{
    background-color: #ffbb3f;
}
.color_ff6d6d[data-v-d56799d6]{
    background-color: #ff6d6d;
}


.rx-a-directory[data-v-61e5ecc1] .ant-tree-switcher-noop{
    display: none;
}


.uploadBox[data-v-b27e8556]{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.uploadBox .del[data-v-b27e8556]{
    display: none;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    color: #fff;
    z-index: 9;
    background-color: red;
}
.uploadBox:hover .del[data-v-b27e8556]{
    display: inline-block;
}


.relick a[data-v-4eb14c2f] {
  margin-right: 10px;
}
.password-form-box[data-v-4eb14c2f] .has-tips {
    /* margin-top: -22px; */
}
.password-form-box[data-v-4eb14c2f] .has-tips .ant-form-item-control {
    line-height: 22px;
    margin-top: 4px;
}
.password-form-box[data-v-4eb14c2f] .tips{
    color: #ccc;
    font-size: 12px;
}

.relick a {
  margin-right: 10px;
}
.avatar-uploader {
  width: 70px!important;
  height: 70px!important;
}
.avatar-uploader .ant-upload.ant-upload-select-picture-card {
  height: 70px!important;
  width: 70px!important;
}
.avatar-uploader .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 5px!important;
  border-radius: 5px;
}
.avatar-uploader-span {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 1px;
  font-weight: normal;
  margin-bottom: 25px;
  color: #c7c7c7;
}
.uploadBox {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.uploadBox .del {
  display: none;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  color: #fff;
  z-index: 9;
  background-color: red;
}
.uploadBox:hover .del {
  display: inline-block;
}
.userHeadPortrait {
  height: 50px;
  width: 50px;
}


.relick a{
    margin-right: 10px;
}



.relick a{
    margin-right: 10px;
}



.rx-colorConfigs[data-v-033a96fa]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border: 1px solid #dadde0;
    border-radius: 5px;
}
.rx-colorConfigs-name[data-v-033a96fa]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #dadde0;
    padding-left: 5px;
}
.rx-colorConfigs-name span[data-v-033a96fa]{
    padding: 0px 8px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
}
.rx-colorConfigs i[data-v-033a96fa]{
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
.rx-colorConfigs i[data-v-033a96fa]:hover{
    color: #2387fa;
}


.rx-colorConfigs[data-v-91ff4486]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border: 1px solid #dadde0;
    border-radius: 5px;
}
.rx-colorConfigs-name[data-v-91ff4486]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #dadde0;
    padding-left: 5px;
}
.rx-colorConfigs-name span[data-v-91ff4486]{
    padding: 0px 8px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
}
.rx-colorConfigs i[data-v-91ff4486]{
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
.rx-colorConfigs i[data-v-91ff4486]:hover{
    color: #2387fa;
}


.relick a{
    margin-right: 10px;
}



.relick a {
    margin-right: 10px;
}



.relick a {
    margin-right: 10px;
}



.sysinterface>div:nth-child(1){
    border-bottom: 1px solid #e6e8eb;
    text-align: right;
    background: white;
    height: 45px;
}
.sysinterface>div:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    margin-bottom: 40px;
}
.sysinterface{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0px 10px 0px 10px;
}
.width10{
        width: calc(100% - 10px);
}
.widthant .ant-select-selection--single{
        width: calc(100% - 10px);
}
.interface-title{
        clear: both;
        font-weight: 400;
        margin-bottom: .16rem;
        border-left: 3px solid #2395f1;
        padding-left: 8px;
}
.basePath .ant-input-group-addon{
        display: none;
}


.interface-title{
    clear: both;
    font-weight: 400;
    margin-bottom: .16rem;
    border-left: 3px solid #2395f1;
    padding-left: 8px;
}


.dataImportCon2[data-v-328567ac]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.dataImportCon2 .select-content[data-v-328567ac]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.treeBox[data-v-328567ac]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.postman-dataImport[data-v-328567ac] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
}
.postman-dataImport .dataImportCon[data-v-328567ac] {
    min-width: 304px;
    background-color: #ececec;
    padding: 16px;
    border-radius: 4px;
}
.postman-dataImport .dataImportCon .dataImportTile[data-v-328567ac] {
    color: #2395f1;
    padding: 16px 0;
    font-weight: 500;
    width: 100%;
}
.postman-dataImport .dataImportCon .dataImportTile .label[data-v-328567ac] {
    color: black;
    font-weight:500;
}
.postman-dataImport .dataImportCon .dataSync[data-v-328567ac] {
    padding-top: 16px;
    font-weight: 500;
    width: 100%;
}
.postman-dataImport .dataImportCon .dataSync .label[data-v-328567ac] {
    padding-right: 8px;
    width: 115px;
    display: inline-block;
}
.postman-dataImport .dataImportCon .dataSync .label[data-v-328567ac]:after {
    content: ":";
    margin: 0 8px 0 2px;
    position: relative;
    top: -.5px;
}
.postman-dataImport .dataImportCon .import-content[data-v-328567ac] {
    margin-top: 16px;
    height: 180px;
}
.postman-dataImport .dataImportCon .dataExport[data-v-328567ac] {
    padding-bottom: 16px;
    font-weight: 500;
    width: 100%;
}
.postman-dataImport .dataImportCon .export-content[data-v-328567ac] {
    text-align: center;
}
.postman-dataImport .dataImportCon .export-desc[data-v-328567ac] {
    padding-bottom: 15px;
}



.relick a{
    margin-right: 10px;
}



.relick a{
    margin-right: 10px;
}
.jobTaskTable{
    table-layout: fixed;
    line-height: normal!important;
}
.jobTaskTable th,
.jobTaskTable td
{
    border:1px solid #ddd;
    padding: 6px;
}


.relick a {
    margin-right: 10px;
}



.ainpust{
    position: relative;
}
#inputid{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: -1;
}
.relick a {
    margin-right: 10px;
}



.relick a {
    margin-right: 10px;
}



.relick a {
    margin-right: 10px;
}
.esit-log{
    height: 300px;
    overflow: auto;
    border:1px solid #f0f2f5;
    border-radius: 5px;
    padding: 10px;
}


.relick a{
    margin-right: 10px;
}



.table-operator button[data-v-45fe66ee] {
    margin-right: 8px;
    margin-bottom: 8px;
}
.footerToolbar[data-v-45fe66ee] {
    padding-right: 24px;
}
.footerToolbar button[data-v-45fe66ee] {
    margin-left: 10px;
}
.rx-table-row-icon[data-v-45fe66ee] {
    overflow: hidden;
    width: auto;
    vertical-align: top;
    line-height: normal;
    margin-top: 1px;
}
.rx-tree-icon[data-v-45fe66ee] {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-right: 4px;
}
.rx-tree-title[data-v-45fe66ee] {
    white-space: normal;
    overflow: hidden;
}
*[data-v-45fe66ee] .rx-gridBox .ant-table-row-cell-break-word .ant-table-row-indent,
*[data-v-45fe66ee] .rx-gridBox .ant-table-row-cell-break-word .ant-table-row-expand-icon {
    float: left;
    margin-top: 3px;
}


.relick a {
    margin-right: 10px;
}



.table-operator[data-v-56663b2f] {
    padding: 4px;
}
.table-operator button[data-v-56663b2f] {
    margin: 2px;
}


.crelist {
    float: right;
}
.clinput {
    float: left;
    margin-top: 5px;
    width: calc(100% - 160px)
}
.noteClass {
    height: 200px;
}


.codemirror {
  font-size: 1rem;
  height: 700px;
  width: 100%;
}


.relick a {
    margin-right: 10px;
}
.bulist {
    width: 110px;
    margin-right: 6px;
    position: relative;
}
.imgDiv .handBtn {
    position: absolute;
    top: 2px;
    right: 0;
    color: #000000;
}
.imgDiv .handBtn i:hover {
    color: #4d6aff;
}


.table-operator[data-v-ceed46fc] {
    padding: 4px;
}
.table-operator button[data-v-ceed46fc] {
    margin: 2px;
}


.relick a{
    margin-right: 10px;
}



.table-operator[data-v-14061f12] {
  padding:4px;
}
.table-operator button[data-v-14061f12] {
  margin:2px;
}


.buttonRow .ant-form-item-children  button{
  margin-right: 6px;
}


.ant-row.ant-form-item[data-v-802e11ac]:last-child{
  margin-bottom: 0;
}


.ant-form-inline .ant-form-item[data-v-e0774be6]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.rx-card[data-v-5e49b4b2],
.ant-card[data-v-5e49b4b2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*[data-v-5e49b4b2] .ant-card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}
*[data-v-5e49b4b2] .ant-table-fixed-header .ant-table-scroll .ant-table-header {
    padding-bottom: 0;
}
.selectTypeTitle[data-v-5e49b4b2] {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    border: 1px dashed #ddd;
    padding-right: 20px;
    margin-left: 20px;
    vertical-align: middle;
}


.a-taclick[data-v-56399271]{
  width:calc(100% - 30px);
  margin: auto;
}
.biaclick[data-v-56399271]{
  margin-left: 15px;
}


.table-view[data-v-0ce993c0] {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin: 0 auto;
}
.table-view .tab[data-v-0ce993c0] {
    border: dotted 1px #ccc;
}
.table-view > tbody > tr > td[data-v-0ce993c0] {
    border: solid #ececec 1px;
    padding: 4px;
}
.table-view > tbody > tr > th[data-v-0ce993c0] {
    border: solid #ececec 1px;
    padding: 4px;
    white-space: nowrap;
}
.table-view > thead > tr > td[data-v-0ce993c0] {
    border: solid #ccc 1px;
    padding: 4px;
    white-space: nowrap;
}
.table-view > thead > tr > th[data-v-0ce993c0] {
    border: solid #ccc 1px;
    padding: 4px;
}


.relick a {
  margin-right: 10px;
}



.refererEdit-common[data-v-2f6bb52a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.refererEdit-common i[data-v-2f6bb52a]{
    font-size: 18px;
    margin-right: 5px;
    margin-top: 7px;
}
.refererEdit-common input[data-v-2f6bb52a]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.refererEdit-center-header[data-v-2f6bb52a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: dashed 1px #dedede;
    height: 50px;
    line-height:50px ;
    font-size: 15px;
}
.refererEdit-center-header >div[data-v-2f6bb52a]:nth-child(1){
    color: #303030;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.refererEdit-center-header >div[data-v-2f6bb52a]:nth-child(2){
    color: #f94765;
    font-size: 15px;
}
.refererEdit-center-header >div:nth-child(2) i[data-v-2f6bb52a]{
    margin-left: 5px;
    font-size: 18px;
}
.refererEdit-center-header >div:nth-child(1) i[data-v-2f6bb52a]{
    margin-right: 5px;
    color: #303030;
    font-size: 17px;
}
.refererEdit-center[data-v-2f6bb52a]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.refererEdit-center >div[data-v-2f6bb52a]:nth-child(1){
    margin-right: 10px;
}
.refererEdit-header[data-v-2f6bb52a]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 30px;
    color: #101010;
    margin-left: 10px;
}
.aButton[data-v-2f6bb52a]{
    margin-right: 10px;
    margin-bottom: 10px;
}
.erroUrlClass[data-v-2f6bb52a]{
    color:red;
    display: block;
    font-size: 11px;
}


.navbar[data-v-7f89ad49] {
    margin-top: 20px;
    width: 756px;
    padding-right: 20px;
    height: 688px;
    overflow: hidden;
}
.navbar img[data-v-7f89ad49] {
    width: 736px;
    height: 688px;
}
.RefererEdit-common[data-v-7f89ad49] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.RefererEdit-common > div[data-v-7f89ad49]:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.RefererEdit-common > div[data-v-7f89ad49]:nth-child(2) {
    width: 756px;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    background: #F0F2F5;
}
.container-head[data-v-7f89ad49] {
    color: #303030;
    font-size: 16px;
}
.refererEdit-common[data-v-7f89ad49] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.refererEdit-common i[data-v-7f89ad49] {
    font-size: 18px;
    margin-right: 5px;
    margin-top: 7px;
}
.refererEdit-common input[data-v-7f89ad49] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.refererEdit-center-header[data-v-7f89ad49] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: dashed 1px #dedede;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}
.refererEdit-center-header > div[data-v-7f89ad49]:nth-child(1) {
    color: #303030;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.refererEdit-center-header > div[data-v-7f89ad49]:nth-child(2) {
    color: #f94765;
    font-size: 15px;
}
.refererEdit-center-header > div:nth-child(2) i[data-v-7f89ad49] {
    margin-left: 5px;
    font-size: 18px;
}
.refererEdit-center-header > div:nth-child(1) i[data-v-7f89ad49] {
    margin-right: 5px;
    color: #303030;
    font-size: 17px;
}
.refererEdit-center[data-v-7f89ad49] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.refererEdit-center > div[data-v-7f89ad49]:nth-child(1) {
    margin-right: 10px;
}
.refererEdit-header[data-v-7f89ad49] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 30px;
    color: #101010;
    margin-left: 10px;
}
.aButton[data-v-7f89ad49] {
    margin-right: 10px;
    margin-bottom: 10px;
}
.erroUrlClass[data-v-7f89ad49] {
    color: red;
    display: block;
    font-size: 11px;
}


.relick a{
    margin-right: 10px;
}



.table-operator[data-v-2a324cb8] {
  padding:4px;
}
.table-operator button[data-v-2a324cb8] {
  margin:2px;
}


.editforms[data-v-406fdb53] .ant-row.ant-form-item:last-child {
    margin-bottom: 0;
}


.title-div[data-v-741b6693] {
    padding: 10px 0;
    font-weight: bold;
    color: navy;
}
*[data-v-741b6693] .ant-table-thead > tr > th {
    text-align: center;
}
*[data-v-741b6693] .ql-snow .ql-picker-label::before {
    vertical-align: top;
}
*[data-v-741b6693] .ql-snow .ql-color-picker .ql-picker-label svg,
*[data-v-741b6693] .ql-snow .ql-icon-picker .ql-picker-label svg {
    vertical-align: top;
}
.avatar-uploader > .ant-upload[data-v-741b6693] {
    width: 128px;
    height: 128px;
}
.ant-upload-select-picture-card i[data-v-741b6693] {
    font-size: 32px;
    color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-741b6693] {
    margin-top: 8px;
    color: #666;
}


.rx-os-group-box> .rx-os-dimension[data-v-bb1074e6],
.rx-os-group-box> .rx-os-search[data-v-bb1074e6]
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    z-index: 0;
}
.rx-os-group-box> .rx-os-dimension[data-v-bb1074e6]:hover,
.rx-os-group-box> .rx-os-search[data-v-bb1074e6]:hover{
    z-index: 2;
}
.rx-os-group-box> .rx-os-dimension[data-v-bb1074e6] .ant-select-selection--single{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rx-os-group-box> .rx-os-search[data-v-bb1074e6] .ant-input{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}
.rx-os-group-box[data-v-bb1074e6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rx-os-group-btn[data-v-bb1074e6]{
    padding: 10px 0;
}
.rx-os-left-content[data-v-bb1074e6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.rx-os-vue-tree-box[data-v-bb1074e6]{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 0 10px;
}
.rx-os-vue-tree-roll[data-v-bb1074e6]{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding-left: 10px;
}
.x-os-center-header-text[data-v-bb1074e6]{
    font-weight: bold;
    height: 22px;
}
.x-os-center-header ul[data-v-bb1074e6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
}
.x-os-center-header >ul >li[data-v-bb1074e6]{
    margin-right: 28px;
}
.x-os-center-header span.os-content[data-v-bb1074e6]{
    line-height: 24px;
    height: 24px;
    border-radius: 4px;
    display: inline-block;
}
.x-os-center-header-text[data-v-bb1074e6]{
    padding-right: 20px;
}
.x-os-center-header[data-v-bb1074e6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-bottom: 1px solid #E8E8E8;
}
.empty-box[data-v-bb1074e6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.type-content[data-v-bb1074e6]{
    padding: 0 6px;
    color: #52c41a;
    background-color: rgba(82, 196, 26, 0.1);
}
.level-content[data-v-bb1074e6]{
    padding: 0 6px;
    color: #1890ff;
    background-color: rgba(24, 144, 255, 0.1);
}
.os-middle-container[data-v-bb1074e6]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ecf3fe;
    padding: 10px;
    border-radius: 4px;
    min-height: 45px;
}
.os-middle-btn-box[data-v-bb1074e6] .ant-btn{
    margin-right: 10px;
}
.os-layout[data-v-bb1074e6] .rx-left{
    max-width: 400px;
    min-width: 230px;
    width: 25%;
}
.os-a-tabs[data-v-bb1074e6] >.ant-tabs-top-bar >.ant-tabs-nav-container  .ant-tabs-ink-bar{
    display: none!important;
}
.os-fit[data-v-bb1074e6]{
    padding: 0;
}
.os-a-tabs[data-v-bb1074e6]{
    height: calc( 100% - 45px );
    padding:10px 10px 0;
    overflow: hidden;
}
.atbliat[data-v-bb1074e6] .ant-tabs-bar{
    margin-bottom: 0;
    padding:0;
}
.atbliat[data-v-bb1074e6] {
    height:calc( 100% - 80px );
}
.atbliat[data-v-bb1074e6] .ant-tabs .ant-tabs-top-content{
    height:calc( 100% - 85px );
}
.atbliat.atbliat2[data-v-bb1074e6]{
    height:calc( 100% - 90px );
}
.on-select[data-v-bb1074e6]{
    padding-bottom: 10px;
}
.os-fit[data-v-bb1074e6] .divdefault{
    overflow: hidden
}
.rx-os-group-list-bar[data-v-bb1074e6]{
    padding: 10px 10px 0;
    border: 1px solid #e8e8e8;
}
.os-text[data-v-bb1074e6]{
    display: inline-block;
    margin-right: 6px;
}
.os-layout[data-v-bb1074e6] .ant-tabs-bar{
    margin-bottom: 10px;
}
.os-layout[data-v-bb1074e6] .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab,
.os-layout[data-v-bb1074e6] .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container,
.os-layout[data-v-bb1074e6] .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab{
    height: 32px;
    line-height: 30px;
}


.rx-inputs[data-v-2c76b47f]{
    background-color: white;
}
.editforms .handClose[data-v-2c76b47f]:hover{
    border: 1px solid #1890ff;
    cursor: pointer;
}
.rx-handClose[data-v-2c76b47f]{
    position: relative;
}
.handClose[data-v-2c76b47f]{
    position: absolute;
    top: 3px;
    right: 0px;
    display: block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-weight: 400!important;
    border-radius: 0px 5px 5px 0px;
    background-color: #f5f7fa;
    border: 1px solid #d9d9d9;
}


.ant-row.ant-form-item[data-v-2a7bb51b]:last-child {
    margin-bottom: 0;
}


.fileicon[data-v-3f262887] {
    font-size: 25px;
    color: #29bc90;
    margin-right: 8px;
    vertical-align: middle;
}
.file-list-box[data-v-3f262887] {
    margin-top: 10px;
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.xlsx[data-v-3f262887] {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #555555;
}
.cxxz[data-v-3f262887] {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #4285f4;
    cursor: pointer;
}
.upicon[data-v-3f262887] {
    font-size: 41px;
    color: #4285f4;
}
.header-title[data-v-3f262887] {
    text-align: center;
}
.excel[data-v-3f262887] {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 1px;
    color: #333333;
}
.excel-excel[data-v-3f262887]{
    margin-top: 10px;
}
.excel-excel-a[data-v-3f262887]{
    height: 32px;
    width: 100%;
    display: block;
    line-height: 32px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    text-align: center;
    margin-top: 10px;
    color: #333333;
}
.excel-upload[data-v-3f262887]{
    width: 100%;
}
.excel-upload[data-v-3f262887] .ant-upload.ant-upload-select{
    width: 100%;
}

.OsUserViewPermission[data-v-3c2cf26b] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.OsUserViewPermission-head[data-v-3c2cf26b] {
  height: 64px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OsUserViewPermission-head-img[data-v-3c2cf26b] {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 13px;
}
.OsUserViewPermission-head-img .userImg[data-v-3c2cf26b] {
  width: 100%;
}
.OsUserViewPermission-common[data-v-3c2cf26b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  margin-top: 10px;
  border-right: none;
}
.OsUserViewPermission-common .OsUserViewPermission-common-list[data-v-3c2cf26b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  border-right: solid 1px #eeeeee;
  padding: 30px 0px;
}
.user-list[data-v-3c2cf26b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-list-le[data-v-3c2cf26b] {
  width: 110px;
  padding-left: 30px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #303030;
}
.user-list-ri[data-v-3c2cf26b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-list-ri button[data-v-3c2cf26b] {
  margin-bottom: 10px;
}
.osUserTypeNameStyle[data-v-3c2cf26b] {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #303030;
}
.OsUserViewPermission-common-list-li[data-v-3c2cf26b] {
  padding: 30px!important;
}
.OsUserViewPermission-common-list-empty[data-v-3c2cf26b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}


* > > > .gridFooter[data-v-04855752] {
    padding-bottom: 0;
}


.gridBox[data-v-2d96a626]{
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



.relick a {
    margin-right: 10px;
}



.platformsAdd[data-v-4bddfe48] {
    width: 100%;
}
.platformsAdd-list[data-v-4bddfe48] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 95px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #f5f5f5;
}
.platformsAdd-list-common[data-v-4bddfe48] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.platformsAdd-list-img[data-v-4bddfe48] {
    margin-left: 24px;
    margin-right: 10px;
}
.platformsAdd-list-add[data-v-4bddfe48] {
    margin-right: 24px;
}
.platformsAdd-list-common div[data-v-4bddfe48]:nth-child(1) {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.platformsAdd-list-common div[data-v-4bddfe48]:nth-child(2) {
    font-size: 12px;
    color: #000000;
    opacity: 0.65;
}


.platformsAdc[data-v-2c17afdd] {
    padding: 10px 20px;
}
.platformsAdc-empty[data-v-2c17afdd] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
}
.platformsAdc-empty img[data-v-2c17afdd] {
    margin-top: 48px;
}
.platformsAdc-empty-text[data-v-2c17afdd] {
    font-size: 14px;
    color: #dedede;
}
.platformsAdd-list[data-v-2c17afdd] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}
.platformsAdd-list-common[data-v-2c17afdd] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.platformsAdd-list-img[data-v-2c17afdd] {
    margin-left: 24px;
    margin-right: 10px;
}
.platformsAdd-list-add[data-v-2c17afdd] {
    margin-right: 24px;
}
.platformsAdd-list-common div[data-v-2c17afdd]:nth-child(1) {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.user-register.error {
  color: #ff0000;
}
.user-register.warning {
  color: #ff7e05;
}
.user-register.success {
  color: #52c41a;
}
.hertlist {
  width: 100%;
  text-align: center;
  color: #555;
  font-size: 20px;
  margin-bottom: 1rem;
}
.main {
  overflow: hidden;
  width: 450px!important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
  border-radius: 2px;
  padding: 20px 40px;
}
.user-layout-register .ant-input-group-addon:first-child {
  background-color: #fff;
}
.user-layout-register > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.user-layout-register .getCaptcha {
  display: block;
  width: 100%;
  height: 40px;
}
.user-layout-register .register-button {
  width: 100%;
}
.user-layout-register .login {
  float: right;
  line-height: 40px;
}

.user-register.error {
  color: #ff0000;
}
.user-register.warning {
  color: #ff7e05;
}
.user-register.success {
  color: #52c41a;
}
.hertlist {
  width: 100%;
  text-align: center;
  color: #555;
  font-size: 20px;
  margin-bottom: 1rem;
}
.main {
  overflow: hidden;
  width: 450px!important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
  border-radius: 2px;
  padding: 20px 40px;
}
.user-layout-register .ant-input-group-addon:first-child {
  background-color: #fff;
}
.user-layout-register > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.user-layout-register .getCaptcha {
  display: block;
  width: 100%;
  height: 40px;
}
.user-layout-register .register-button {
  width: 100%;
}
.user-layout-register .login {
  float: right;
  line-height: 40px;
}

.login-language-common[data-v-15024b50] {
  min-width: 140px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  top: 30px;
  right: 0px;
  padding: 10px 0px;
  z-index: 9999;
}
.login-language-common-list[data-v-15024b50] {
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 0px 5px;
  margin: 0px 5px;
  border-right: 2px;
}
.login-language-common-list i[data-v-15024b50] {
  color: #1890FF;
  font-size: 18px;
}
.login-language-common-list[data-v-15024b50]:hover {
  background: rgba(24, 144, 255, 0.1);
}
.login-language-common-list-le[data-v-15024b50] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  color: #29304C;
  font-size: 14px;
}
.login-language[data-v-15024b50] {
  position: absolute;
  top: 30px;
  right: 30px;
}
.login-language-head[data-v-15024b50] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 30px;
  color: #666666;
  font-size: 14px;
}
.otherLogin[data-v-15024b50] {
  text-align: center;
  padding: 4px 0;
  margin-top: 18px;
  position: relative;
}
.otherLogin[data-v-15024b50]:after,
.otherLogin[data-v-15024b50]:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 1px;
  width: 38%;
  height: 1px;
}
.otherLogin[data-v-15024b50]:after {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#D9D9D9), to(#FFFFFF));
  background: linear-gradient(270deg, #D9D9D9 0%, #FFFFFF 100%);
}
.otherLogin[data-v-15024b50]:before {
  right: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#D9D9D9), to(#FFFFFF));
  background: linear-gradient(90deg, #D9D9D9 0%, #FFFFFF 100%);
}
.footerIconBox[data-v-15024b50] {
  text-align: center;
  font-size: 0;
}
.iconItem[data-v-15024b50] {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 16px 20px 0;
}
.feishu[data-v-15024b50] {
  background: url(data:image/png;base64,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) no-repeat;
}
.qiyeweixin[data-v-15024b50] {
  background: url(data:image/png;base64,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) no-repeat;
}
.dingding[data-v-15024b50] {
  background: url(data:image/png;base64,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) no-repeat;
}
.wxspan[data-v-15024b50] {
  margin-top: 5px;
  line-height: 14px;
  padding-right: 10px;
}
.bblict[data-v-15024b50] {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.main[data-v-15024b50] {
  padding: 20px 40px;
  overflow: hidden;
  width: 440px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
  border-radius: 16px;
}
.hermg[data-v-15024b50] {
  width: 54px;
  margin: auto;
  margin-top: 24px;
}
.hermg img[data-v-15024b50] {
  width: 54px;
}
.jpaas[data-v-15024b50] {
  margin-top: 10px;
  font-size: 20px;
  color: #29304C;
  font-weight: bold;
}
.jpaasbutton[data-v-15024b50] {
  overflow: hidden;
  margin: auto;
  margin-top: 16px;
  padding-bottom: 30px;
}
.imgwing img[data-v-15024b50] {
  width: 100%;
  height: 40px;
}
.ant-tabs-nav-wrap[data-v-15024b50] {
  border-bottom: 1px solid #eeeeee !important;
}
.user-layout-login label[data-v-15024b50] {
  font-size: 14px;
}
.user-layout-login .getCaptcha[data-v-15024b50] {
  display: block;
  width: 100%;
  height: 40px;
}
.user-layout-login .forge-password[data-v-15024b50] {
  font-size: 14px;
}
.user-layout-login button.login-button[data-v-15024b50] {
  padding: 0 10px;
  font-size: 16px;
  height: 40px;
  width: 100%;
}
.user-layout-login .user-login-other[data-v-15024b50] {
  text-align: left;
  margin-top: 24px;
  line-height: 22px;
}
.user-layout-login .user-login-other .item-icon[data-v-15024b50] {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2);
  margin-left: 16px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.user-layout-login .user-login-other .item-icon[data-v-15024b50]:hover {
  color: #1890ff;
}
.user-layout-login .user-login-other .register[data-v-15024b50] {
  float: right;
}


.QrcodeLogin[data-v-56c9d5e0]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    position: fixed;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    -webkit-transform: inherit;
            transform: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.login-img[data-v-56c9d5e0]{
    width: 700px;
    margin-top: -200px;
}
.QrcodeLogin-loading[data-v-56c9d5e0]{
    width: 400px;
    margin-top: -200px;
}
.QrcodeLogin-text-true[data-v-56c9d5e0]{
    text-align: center;
    color: #333333;
    font-size: 20px;
    margin-top: -200px;
}
.QrcodeLogin-text[data-v-56c9d5e0]{
    text-align: center;
    color: #333333;
    font-size: 20px;
}

.user-register.error {
  color: #ff0000;
}
.user-register.warning {
  color: #ff7e05;
}
.user-register.success {
  color: #52c41a;
}
.hertlist {
  width: 100%;
  text-align: center;
  color: #555;
  font-size: 20px;
  margin-bottom: 1rem;
}
.main {
  overflow: hidden;
  width: 450px!important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
  border-radius: 2px;
  padding: 20px 40px;
}
.user-layout-register .ant-input-group-addon:first-child {
  background-color: #fff;
}
.user-layout-register > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.user-layout-register .getCaptcha {
  display: block;
  width: 100%;
  height: 40px;
}
.user-layout-register .register-button {
  width: 100%;
}
.user-layout-register .login {
  float: right;
  line-height: 40px;
}

.result[data-v-9153029e] {
  text-align: center;
  width: 72%;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.result .icon[data-v-9153029e] {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 24px;
}
.result .success[data-v-9153029e] {
  color: #52c41a;
}
.result .error[data-v-9153029e] {
  color: red;
}
.result .title[data-v-9153029e] {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
}
.result .description[data-v-9153029e] {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 24px;
}
.result .extra[data-v-9153029e] {
  background: #fafafa;
  padding: 24px 40px;
  border-radius: 2px;
  text-align: left;
}
.result .action[data-v-9153029e] {
  margin-top: 32px;
}
.mobile .result[data-v-9153029e] {
  width: 100%;
  margin: 0 auto;
  padding: unset;
}

.main[data-v-41143f58] {
  overflow: hidden;
  width: 450px!important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(7, 63, 126, 0.24);
  border-radius: 2px;
}
.hermg[data-v-41143f58] {
  width: 54px;
  margin: auto;
  margin-top: 31px;
}
.hermg img[data-v-41143f58] {
  width: 54px;
}
.jpaas[data-v-41143f58] {
  margin-top: 20px;
  font-size: 20px;
  color: #555555;
}
.jpaasbutton[data-v-41143f58] {
  overflow: hidden;
  margin: auto;
  margin-top: 16px;
  padding-bottom: 30px;
}
.imgwing img[data-v-41143f58] {
  width: 100%;
  height: 40px;
}
.ant-tabs-nav-wrap[data-v-41143f58] {
  border-bottom: 1px solid #eeeeee !important;
}
.user-layout-login label[data-v-41143f58] {
  font-size: 14px;
}
.user-layout-login .getCaptcha[data-v-41143f58] {
  display: block;
  width: 100%;
  height: 40px;
}
.user-layout-login .forge-password[data-v-41143f58] {
  font-size: 14px;
}
.user-layout-login button.login-button[data-v-41143f58] {
  display: block;
  padding: 0 10px;
  margin: 10px auto;
  font-size: 16px;
  height: 40px;
  width: 60%;
}
.user-layout-login .user-login-other[data-v-41143f58] {
  text-align: left;
  margin-top: 24px;
  line-height: 22px;
}
.user-layout-login .user-login-other .item-icon[data-v-41143f58] {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2);
  margin-left: 16px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.user-layout-login .user-login-other .item-icon[data-v-41143f58]:hover {
  color: #1890ff;
}
.user-layout-login .user-login-other .register[data-v-41143f58] {
  float: right;
}

.TicketLogin[data-v-229857f5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  position: fixed;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  -webkit-transform: inherit;
          transform: inherit;
}
.TicketLogin-loading[data-v-229857f5] {
  width: 700px;
  margin: auto;
  margin-top: 100px;
}
.TicketLogin-text[data-v-229857f5] {
  text-align: center;
  color: #333333;
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -195px;
}

.right-tool-longIn {
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding-top: 9px;
  width: 100%;
  cursor: pointer;
  margin-top: 16px;
}
.right-longIn-button {
  width: calc(100% - 48px);
  margin: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 40px;
}
.right-longIn-button:hover {
  background-color: #fff1f0;
  border-radius: 4px;
  color: red;
}
.right-tool-list-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
}
.right-tool-list-r i {
  margin-left: 10px;
  font-size: 23px;
}
.right-tool-list-icon {
  margin-right: 14px;
  font-size: 20px;
  color: #333333;
}
.right-tool-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  color: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid white;
  padding-left: 5px;
}
.right-tool-list:hover {
  border: 1px solid #4285f4;
  border-radius: 5px;
}
.right-tool-menu {
  width: 450px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 5px 20px 2px rgba(47, 44, 44, 0.2);
          box-shadow: 2px 5px 20px 2px rgba(47, 44, 44, 0.2);
  border-radius: 4px;
  padding-bottom: 10px;
  margin-right: 25px;
}
.right-tool-menu-common {
  padding: 24px 24px 0px 24px;
}
.right-tool-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.right-tool-fullName {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.toolBarBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.toolBarBox_white ul li {
  background-color: rgb(233 236 239) !important;
}
.toolBarBox_white ul li i {
  color: #b1b6bb !important;
}
.message-icon {
  font-weight: bold;
  color: white!important;
  line-height: 38px;
  font-size: 20px;
}
.tubiao {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
  font-size: 0;
  margin-left: 5px;
  cursor: pointer;
}
.tubiao .userImg {
  height: 100%;
}
.names {
  display: inline-block;
  vertical-align: middle;
  color: white;
  margin-right: 5px;
}
.names_white {
  color: #555 !important;
}
.right-tool-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 16px;
}
.right-tool-lis {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 74px;
  background-color: #f5f9ff;
  border-radius: 4px;
  cursor: pointer;
}
.right-tool-span {
  margin-left: 16px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  display: block;
}
/*------------*/
.login-language-common {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  top: 40px;
  right: 0px;
  padding: 10px 0px;
  z-index: 9999;
}
.login-language-common-list {
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 0px 5px;
  margin: 0px 5px;
  border-right: 2px;
}
.login-language-common-list i {
  color: #1890FF;
  font-size: 18px;
}
.login-language-common-list:hover {
  background: rgba(24, 144, 255, 0.1);
}
.login-language-common-list-le {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  color: #29304C;
  font-size: 14px;
}
.login-language-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 30px;
  color: white;
  font-size: 14px;
  margin-top: 27px;
  margin-right: 15px;
}
.toolbar_menustyles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toolbar_menustyles > div {
  width: 60px;
  margin-right: 26px;
}
.toolbar_menustyles > div:hover {
  cursor: pointer;
}
.toolbar_menustyles > div img {
  width: 60px;
  height: 50px;
  background-color: #4d5b70;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 21, 41, 0.16);
          box-shadow: 0px 1px 5px 0px rgba(0, 21, 41, 0.16);
  border-radius: 5px;
}
.toolbar_Selected {
  margin: 8px auto;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #4285f4;
  border-radius: 3px;
}
.toolBarBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user {
  margin-top: 24px;
}
.user .names {
  color: white;
}
.names_white {
  color: #555 !important;
}
.panel > span {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.panel {
  margin-bottom: 30px;
}
.barclicis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  cursor: pointer;
}
.barclicis > div {
  margin-right: 9px;
}
.barclicis i {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #dadde0;
  border-radius: 3px;
}
.newdian {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: red;
  display: block;
  position: absolute;
  top: 6px;
  right: 5px;
}
.toolBarBox ul {
  font-size: 0;
  white-space: nowrap;
  margin-top: 22px;
}
.toolBarBox ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 38px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-right: 10px;
}
.toolBarBox ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.toolBarBox ul li i {
  color: white;
  line-height: 38px;
  font-size: 20px;
}
.itmeBox {
  padding: 0 10px;
}
.iconSize {
  font-size: 16px;
}
.toolBarBox a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.text {
  display: inline-block;
  padding-left: 4px;
}
.listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.itmeSkin {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 6px;
}
/*报错消息*/
.itmeBox .spot {
  position: absolute;
  top: -1px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: red;
  display: inline-block;
}
.my-error-window {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  font-size: 14px;
  padding: 10px;
  max-width: 280px;
  min-width: 280px;
  word-break: break-all;
  white-space: normal;
  text-align: left;
}
.errorContainer {
  overflow: hidden;
}
.errorIcon {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: #ff6766;
  margin-right: 10px;
}
.errorIcon i {
  color: #fff;
  font-size: 12px;
}
.message {
  height: 32px;
  line-height: 37px;
  margin-right: 20px;
}
.manage-back-btn {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  border-radius: 16px;
  background: #5591F5;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.manage-back-btn i {
  font-size: 18px;
  margin-right: 6px;
}


.submenu_white > div .ant-menu-submenu-arrow::before, .submenu_white > div .ant-menu-submenu-arrow::after {
    background: #46494d !important;
}
.submenu_white, .submenu_white i, .submenu_white span {
    color: #46494d !important;
}


.leftMenu[data-v-d22719c4] ul{
    background: #232a42!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}
.leftMenu_white[data-v-d22719c4] ul{
    background: #eff0f1!important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.sideBar_white[data-v-d22719c4]{
    color: #46494d!important;
}
.submenu_white[data-v-d22719c4] li{
    color: #46494d;
}

.lanlist_home:hover {
  cursor: pointer;
}
.reuse-tab .lanlist {
  margin-left: 20px;
  margin-top: 7px;
}
.show-parent {
  position: fixed!important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px #8c939d;
          box-shadow: 0 0 2px #8c939d;
  border-radius: 5px;
  z-index: 999;
  font-size: 12px;
}
.show-parent ul {
  margin-bottom: 0;
}
.show-parent ul li {
  padding: 4px 10px;
}
.show-parent ul li:hover {
  background-color: #e7f4ff;
  cursor: pointer;
}
.reuse-tab {
  display: block;
  background-color: #fff;
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.reuse-tab .ant-tabs-bar {
  margin-bottom: 0;
  border-bottom: none;
}
.reuse-tab .ant-tabs-nav .ant-tabs-tab {
  padding: 0;
  margin: 0 10px 0 0;
}
.reuse-tab .ant-tabs-nav .ant-tabs-tab .name {
  display: inline-block;
  padding: 8px 15px;
}
.reuse-tab .ant-tabs-nav .ant-tabs-tab .op {
  display: none;
  position: absolute;
  top: 14px;
  right: 2px;
  margin: 0;
  font-size: 12px;
}
.reuse-tab .ant-tabs-nav .ant-tabs-tab:hover .op1 {
  display: block;
}
.artup:hover .op {
  display: block;
}
.reuse-tab__cm .ant-menu {
  border: 1px solid #e9e9e9;
}
.ad-rt {
  display: block;
  background-color: #fff;
  padding: 0px 3px;
  margin: 0 -24px 0 -24px;
  border-bottom: 1px solid #d9d9d9;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid #d9d9d9;
}
.ad-rt.fixed {
  margin: 0;
  z-index: 9;
  height: 38px !important;
}
/*.collapsednam_a {
    left: 200px;
}

.collapsednam {
    left: 80px;
}*/
.aside-collapsed .ad-rt.fixed {
  position: fixed;
  top: 64px;
  left: 64px;
  right: 0;
  margin: 0;
  z-index: 10;
}


.main-head-content[data-v-1ecb376e]{
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}
.main-head-container[data-v-1ecb376e]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.head-menu-more[data-v-1ecb376e],
.head-menu-item[data-v-1ecb376e]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    font-size: 18px;
    height: 100%;
    white-space: nowrap;
    cursor: pointer;
}
.head-menu-more-item[data-v-1ecb376e],
.head-menu-item[data-v-1ecb376e]{
    color: #fff;
}
.main-head-content .menu-item-title[data-v-1ecb376e]{
    display: inline-block;
    padding-left: 8px;
    font-size: 14px;
    margin-top: -1px;
}
.main-head-content .head-menu-more .menu-item-title[data-v-1ecb376e]{
    vertical-align: 2px;
}
.main-head-content .head-menu-more[data-v-1ecb376e]{
    position: relative;
}
.head-menu-down[data-v-1ecb376e]{
    position: absolute;
    padding: 16px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(6,0,1,.17);
            box-shadow: 0 0 13px 0 rgba(6,0,1,.17);
    top: 50px;
    right: 0;
    z-index: 19;
    font-size: 14px;
    min-width: 160px;
}
.head-menu-dialog[data-v-1ecb376e]{
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(auto-fit,40px);
    grid-gap: 0 20px;
    max-height: 440px;
    max-width: 800px;
    overflow: auto;
}
.dialog-item[data-v-1ecb376e]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    border-radius: 4px;
    position: relative;
    padding:0 6px;
}
.dialog-item-icon[data-v-1ecb376e]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #4285f4;
    color: #fff;
    margin-right: 6px;
    border-radius: 4px;
}
.dialog-item-title[data-v-1ecb376e]{
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dialog-item[data-v-1ecb376e]:hover,
.dialog-item.dialog-item-active[data-v-1ecb376e]{
    background-color: #f3f7ff;
}
.dialog-item:hover .dialog-item-title[data-v-1ecb376e]{
    color: #4285f4;
}
.head-menu-item.head-item-active[data-v-1ecb376e],
.head-menu-more.head-item-active[data-v-1ecb376e]{
    background-color: #1962db;
}


.frontLoading[data-v-724222e8]{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -45px;
    text-align: center;
    font-size: 16px;
    z-index: 999;
}
/*就是4个">" 别删*/
#appPortalHome[data-v-724222e8] >div,
#appPortalHome[data-v-724222e8]
{
    height: 100%;
}
.shade[data-v-724222e8]{
    position: absolute;
    top: 0px;
    left: 40px;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.2);
}
.rxMainLayoutUse_white_iconfont i[data-v-724222e8]{
    color: #999!important;
}
.rxMainLayout_logo[data-v-724222e8]{
    height: 50px;
    border-bottom: 1px solid rgba(0,0,0,.1)!important;
}
.MainLayout_hearlist[data-v-724222e8] {
    line-height: normal;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px !important;
    width: 100%;
}
.menuBox_white[data-v-724222e8] .amenu_head span:nth-child(1) i,
.menuBox_white[data-v-724222e8] .amenu_head span:nth-child(2){
    color: #555!important;
}
.amenu_head span[data-v-724222e8]:nth-child(1) {
    height: 25px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}
.amenu_head span[data-v-724222e8]:nth-child(2) {
    line-height: 40px;
    height: 40px;
    color: white;
    text-align: center;
}
.amenu_head span:nth-child(1) i[data-v-724222e8] {
    font-size: 22px;
    color: white;
    margin-left: 10px;
}
.rxMainLayoutUse_iconfont>div[data-v-724222e8] {
    width: 30px;
    text-align: center;
    overflow: hidden;
    line-height: 30px;
    margin: auto;
}
.rxMainLayoutUse_iconfont>div>span[data-v-724222e8] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    display: block;
    margin: 2px 0px;
}
.rxMainLayoutUse_iconfont>div:hover>spanr[data-v-724222e8] {
    background-color: #464c67;
    cursor: pointer;
}
.aicon_white i[data-v-724222e8]{
    color: #46494d!important;
}
.rxMainLayoutUse_iconfont_hover i[data-v-724222e8] {
    color: white !important;
}
.sideBar_white>div[data-v-724222e8]:nth-child(1){
    border-bottom: 1px solid #ddd!important;
}
.rxMainLayoutUse_white>div[data-v-724222e8]:nth-child(1) {
    border-right: 1px solid #ddd!important;
}
.rxMainLayoutUse_white>div[data-v-724222e8]:nth-child(2){
    border-right: 1px solid #ddd!important;
}
.rxMainLayoutUse_iconfont>div[data-v-724222e8]:nth-child(1) {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.rxMainLayoutUse_iconfont>div i[data-v-724222e8] {
    font-size: 20px;
}
.rxMainLayoutUse[data-v-724222e8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 246px;
    height: 100%;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.rxMainLayoutUse[data-v-724222e8] {
    width: 210px;
}

/**/
.load-span[data-v-724222e8] {
    position: fixed;
    top: 50%;
    left: 50%;
}
#components-layout-demo-fixed-sider .trigger[data-v-724222e8] {
    font-size: 18px;
    line-height: 51px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: white;
}
.index-layout-centers[data-v-724222e8] {
    overflow: initial;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.index-layout-centers>.center[data-v-724222e8] {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    border-radius: 0;
    position: relative;
    z-index: 9;
}
.menu>li[data-v-724222e8] {
    display: inline-block;
    padding: 0 10px 0 10px;
}
.a-header-box[data-v-724222e8] .ant-menu-horizontal {
    border-bottom: 0;
}
.rxMenuBox[data-v-724222e8] .ant-menu:not(.ant-menu-sub) {
    max-height: calc(100% - 66px);
    overflow-y: auto;
    overflow-x: hidden;
}
.logofold[data-v-724222e8] .floa_left{
    margin: 0;
}
.logofold[data-v-724222e8] .floa_left  img{
    width: 30px;
}
.logofold[data-v-724222e8]{
    margin: 0;
    padding-left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
}
.ant-layout-sider-collapsed .logofold[data-v-724222e8]{
   margin-left: 13px;
}
.container-layout[data-v-724222e8]{
    width: 100%;
}
.miniFront[data-v-724222e8]{
    color: #fff;
    padding:10px 10px 10px 20px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rx-version-box[data-v-724222e8]{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgb(41, 48, 76) ;
    border-top: solid 1px rgba(255,255,255,.1);
}
.rx-version-padding[data-v-724222e8]{
    padding-left: 24px;
}


.MainUse_recently >div[data-v-dd5c90a2]{
    overflow: hidden;
}
.MainUse[data-v-dd5c90a2]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    width: 100%;
}
.MainUse >div[data-v-dd5c90a2]:nth-child(1){
    height: 65px;
}
.MainUse >div[data-v-dd5c90a2]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}
.MainUse_recently_come[data-v-dd5c90a2]{
    width: 140px;
    height: 150px;
}
.MainUse_recently_come >div[data-v-dd5c90a2]{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 74px;
    margin-top: 30px;
    margin-left: 40px;
    background-color: #00a0e9;
}
.MainUse_recently_come >span[data-v-dd5c90a2]{
    text-align: center;
    font-size: 14px;
    display: block;
    color: #333333;
    width: 100%;
    margin-top: 7px;
}
.MainUse_recently_come >div em i[data-v-dd5c90a2]{
    font-size: 30px;
    color: white;
}
.MainUse_recently_user[data-v-dd5c90a2]{
    padding-top: 15px;
}
.MainUse_recently_hove span[data-v-dd5c90a2]{
    height: 75px;
    display: block;
    width: 100%;
    padding-top: 15px;
}
.MainUse_recently_hove span[data-v-dd5c90a2]:hover{
    background-color: rgba(41,48,76,0.6);
}
.MainUse_recently_hove span i[data-v-dd5c90a2]{
    font-style: normal;
    width: 140px;
    display: block;
    text-align: center;
    color: white;
}
.MainUse_recently_hove>span>i[data-v-dd5c90a2]:nth-child(1){
    text-align: center;
    display: block;
    font-size: 25px;
    line-height: 30px;
    color: white;
}
.MainUse_recently_hove[data-v-dd5c90a2]{
    width: 140px;
    height: 150px;
    background-color: rgba(41,48,76,0.6);
    backdrop-filter: saturate(180%) blur(4px);
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.MainUse_recently_user li[data-v-dd5c90a2] {
    width: 140px;
    height: 150px;
    position: relative;
    float: left;
}
.MainUse_recently_user li:hover .MainUse_recently_hove[data-v-dd5c90a2]{
    display: block;
}
.MainUse_recently_user li[data-v-dd5c90a2]:hover{
    cursor: pointer;
}
.MainUse_recently[data-v-dd5c90a2]{
    padding: 0px 20px 20px 20px;
}
.MainUse_recently_head[data-v-dd5c90a2]{
    color: #46494d;
    line-height: 40px;
    border-bottom:1px solid #dcdee3;
    font-weight: normal;
    font-stretch: normal;
}
.application-head[data-v-dd5c90a2]{
    overflow: hidden;
    padding: 20px;
}


.shade[data-v-2e798f84] {
    position: absolute;
    top: 0px;
    left: 65px;
    width: calc(100% - 65px);
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .2);
}
.amenu_head[data-v-2e798f84] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.amenu_head span[data-v-2e798f84]:nth-child(1) {
    height: 25px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}
.menuBox_white[data-v-2e798f84] .amenu_head span:nth-child(1) i,
.menuBox_white[data-v-2e798f84] .amenu_head span:nth-child(2) {
    color: #555;
}
.amenu_head span[data-v-2e798f84]:nth-child(2) {
    line-height: 40px;
    height: 40px;
    color: white;
    text-align: center;
}
.amenu_head span:nth-child(1) i[data-v-2e798f84] {
    font-size: 22px;
    color: white;
    margin-left: 10px;
}
.layout-logo img[data-v-2e798f84] {
    width: 45px;
    height: 45px;
    margin: 16px 7.5px 0px 7.5px;
}
.layout-logo[data-v-2e798f84] {
    height: 79px;
}

/*应用样式*/
.rxMainLayoutUse_iconfont[data-v-2e798f84] {
    position: relative;
}
.rxMainLayout_mainuse[data-v-2e798f84] {
    position: absolute;
    top: 0px;
    left: 66px;
    width: calc(100vw - 80px) !important;
    min-height: 600px !important;
    max-height: 80vh;
    overflow: hidden;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 21, 41, 0.16);
            box-shadow: 0px 0px 10px 0px rgba(0, 21, 41, 0.16);
    border: solid 1px #dfdfdf;
    z-index: 999;
}
.rxMainLayoutUsetriangle[data-v-2e798f84] {
    display: block;
    position: absolute;
    top: 27px;
    left: 53px;
    height: 6px;
    width: 10px;
    border: 7px solid;
    z-index: 9999;
    border-color: transparent white transparent transparent;
}
.rxMainLayoutcollect[data-v-2e798f84] {
    display: block;
    position: absolute;
    top: 90px;
    left: 53px;
    height: 6px;
    width: 10px;
    border: 7px solid;
    z-index: 9999;
    border-color: transparent white transparent transparent;
}
.rxMainLayoutUse_iconfont > div[data-v-2e798f84] {
    width: 46px;
    text-align: center;
    overflow: hidden;
    line-height: 46px;
    margin: auto;
}
.rxMainLayoutUse_iconfont > div > span[data-v-2e798f84] {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    display: block;
    margin: 10px 0px;
}
.rxMainLayoutUse_iconfont > div:hover > span[data-v-2e798f84], .rxMainLayoutUse_iconfont_hover[data-v-2e798f84] {
    background-color: #464c67;
    cursor: pointer;
}
.rxMainLayoutUse_iconfont_hover i[data-v-2e798f84] {
    color: white !important;
}
.rxMainLayoutUse_iconfont > div[data-v-2e798f84]:nth-child(1) {
    border-bottom: 1px solid #464c67;
}
.rxMainLayoutUse_iconfont > div i[data-v-2e798f84] {
    font-size: 22px;
}
.rxMainLayoutUse[data-v-2e798f84] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 266px;
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.rxMainLayoutUse > div[data-v-2e798f84]:nth-child(1) {
    width: 66px;
    border-right: 1px solid #464c67;
}
.rxMainLayoutUse > div[data-v-2e798f84]:nth-child(2) {
    width: 180px;
}
.rxMenuBox[data-v-2e798f84] {
    background-color: #29304c;
}
.container-layout[data-v-2e798f84] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.container-layout > div[data-v-2e798f84]:nth-child(1){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.cenlist[data-v-2e798f84] {
    min-width: 540px;
    line-height: normal;
    position: relative;
}
.menuBox .ant-menu-horizontal[data-v-2e798f84] {
    border-bottom: 0;
}
.hearlist[data-v-2e798f84] {
    line-height: normal;
    padding: 0;
    height: 50px !important;
}
.loglin[data-v-2e798f84] {
    white-space: nowrap;
    padding: 14px 20px 0;
    color: #fff;
    font-size: 20px;
}
.loglin img[data-v-2e798f84] {
    width: 30px;
    vertical-align: middle;
}
.loglin span[data-v-2e798f84] {
    vertical-align: middle;
    padding-left: 10px;
}
.menuBox[data-v-2e798f84] .ant-menu-item a,
.menuBox[data-v-2e798f84] .ant-menu-submenu {
    color: #fff;
}
.innerLayoutCenter[data-v-2e798f84] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.innerLayoutCenter .innerBox[data-v-2e798f84] {
    position: absolute;
    top: 38px;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
}


.goBackTriangle[data-v-4bdf2179]{
    float: left;
    height:12px;
    width: 12px;
    border:12px solid;
    border-color:transparent white transparent  transparent ;
}
.goBack-return[data-v-4bdf2179]{
    width: 50px;
    display: block;
    height: 23px;
    float: left;
    text-align: center;
    line-height: 23px;
    border-radius: 0px 3px 3px 0px;
    background-color: white;
    color: #1890ff;
}
index-layout-centers[data-v-4bdf2179] {
    position: relative;
    overflow: initial;
    margin-left: 10px;
    margin-top: 10px;
}
.index-layout-centers > .center[data-v-4bdf2179] {
    position: absolute;
    top: 44px ;
    bottom: 0;
    width: 100%;
    overflow: auto;
    border-radius: 6px;
}
.appset-user[data-v-4bdf2179]{
    width: 100%;
    line-height: 44px;
    padding: 0px 10px;
    height: 44px;
    background-image: -webkit-gradient(linear,
    left top, right top,
    from(#2f70ff),
    to(#2ca8ff)),
    -webkit-gradient(
        linear,
        left top, left bottom,
        from(#31539b),
        to(#31539b));
    background-image: linear-gradient(90deg,
    #2f70ff 0%,
    #2ca8ff 100%),
    linear-gradient(
        #31539b,
        #31539b);
}
.appset-user >div[data-v-4bdf2179]:nth-child(1){
    float: left;
    color: white;
}
.appset-close[data-v-4bdf2179]{
    line-height: 43px;
    margin-left: 10px;
    color: white;
}


.goBackTriangle[data-v-2bff0c4a]{
    float: left;
    height:12px;
    width: 12px;
    border:12px solid;
    border-color:transparent white transparent  transparent ;
}
.goBack-return[data-v-2bff0c4a]{
    width: 50px;
    display: block;
    height: 23px;
    float: left;
    text-align: center;
    line-height: 23px;
    border-radius: 0px 3px 3px 0px;
    background-color: white;
    color: #1890ff;
}
index-layout-centers[data-v-2bff0c4a] {
    position: relative;
    overflow: initial;
    margin-left: 10px;
    margin-top: 10px;
}
.index-layout-centers > .center[data-v-2bff0c4a] {
    position: absolute;
    top: 44px ;
    bottom: 0;
    width: 100%;
    overflow: auto;
    border-radius: 6px;
}
.appset-user[data-v-2bff0c4a]{
    width: 100%;
    line-height: 44px;
    padding: 0px 10px;
    height: 44px;
    background-image: -webkit-gradient(linear,
    left top, right top,
    from(#2f70ff),
    to(#2ca8ff)),
    -webkit-gradient(
        linear,
        left top, left bottom,
        from(#31539b),
        to(#31539b));
    background-image: linear-gradient(90deg,
    #2f70ff 0%,
    #2ca8ff 100%),
    linear-gradient(
        #31539b,
        #31539b);
}
.appset-user >div[data-v-2bff0c4a]:nth-child(1){
    float: left;
    color: white;
}
.appset-close[data-v-2bff0c4a]{
    line-height: 43px;
    margin-left: 10px;
    color: white;
}

.aform-list .ant-col-sm-offset-4 {
  margin-left: 0px !important;
}
#app {
  height: 100%;
}
.modle {
  position: fixed !important;
  top: 60px;
  margin-left: calc(50% - 400px) !important;
  overflow: hidden;
  overflow-y: auto;
  bottom: 60px !important;
  background-color: white;
  padding: 0px !important;
  border-radius: 5px;
  max-height: calc(100% - 120px);
}
.modle > .ant-modal-content > .ant-modal-header {
  position: fixed;
  width: 800px;
  z-index: 99;
}
.modle .ant-modal-content .ant-modal-close {
  position: absolute;
  float: right;
  right: 0px;
  top: 0px;
  z-index: 999;
}
.modle > .ant-modal-content > .ant-modal-body > .ant-form-horizontal {
  position: relative;
  margin-top: 53px;
  z-index: 33;
}
.modle > .ant-modal-content {
  height: 100%;
  overflow: hidden;
}
.modle > .ant-modal-content > .ant-modal-body {
  height: calc(100% - 60px) !important;
  overflow: hidden auto;
}

@font-face {font-family: "iconfont";
  src: url(../../static/fonts/iconfont.9e6abbe2.eot); /* IE9 */
  src: url(../../static/fonts/iconfont.9e6abbe2.eot#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url(../../static/fonts/iconfont.541e4214.woff) format('woff'),
  url(../../static/fonts/iconfont.13a1c246.ttf) format('truetype'), 
  url(../../assets/iconfont.6fa0d6d1.svg#iconfont) format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\E61B";
}

.icon-createtask:before {
  content: "\E6FD";
}

.icon-customerservice_fill:before {
  content: "\E6FE";
}

.icon-customerservice:before {
  content: "\E6FF";
}

.icon-delete_fill:before {
  content: "\E700";
}

.icon-delete:before {
  content: "\E701";
}

.icon-document:before {
  content: "\E702";
}

.icon-document_fill:before {
  content: "\E703";
}

.icon-dynamic_fill:before {
  content: "\E704";
}

.icon-dynamic:before {
  content: "\E706";
}

.icon-editor:before {
  content: "\E707";
}

.icon-eit:before {
  content: "\E708";
}

.icon-emoji_fill:before {
  content: "\E70A";
}

.icon-emoji:before {
  content: "\E70B";
}

.icon-empty:before {
  content: "\E70C";
}

.icon-empty_fill:before {
  content: "\E70D";
}

.icon-enter:before {
  content: "\E70E";
}

.icon-enterinto:before {
  content: "\E70F";
}

.icon-enterinto_fill:before {
  content: "\E710";
}

.icon-feedback_fill:before {
  content: "\E711";
}

.icon-feedback:before {
  content: "\E712";
}

.icon-flag_fill:before {
  content: "\E713";
}

.icon-flag:before {
  content: "\E714";
}

.icon-flashlight:before {
  content: "\E715";
}

.icon-flashlight_fill:before {
  content: "\E716";
}

.icon-flip:before {
  content: "\E717";
}

.icon-flip_fill:before {
  content: "\E718";
}

.icon-fullscreen:before {
  content: "\E719";
}

.icon-group:before {
  content: "\E71A";
}

.icon-group_fill:before {
  content: "\E71B";
}

.icon-headlines_fill:before {
  content: "\E71C";
}

.icon-headlines:before {
  content: "\E71D";
}

.icon-homepage_fill:before {
  content: "\E71E";
}

.icon-homepage:before {
  content: "\E71F";
}

.icon-integral_fill:before {
  content: "\E720";
}

.icon-integral:before {
  content: "\E721";
}

.icon-interactive_fill1:before {
  content: "\E722";
}

.icon-interactive:before {
  content: "\E723";
}

.icon-keyboard:before {
  content: "\E724";
}

.icon-label:before {
  content: "\E725";
}

.icon-label_fill:before {
  content: "\E726";
}

.icon-like_fill:before {
  content: "\E727";
}

.icon-like:before {
  content: "\E728";
}

.icon-live_fill:before {
  content: "\E729";
}

.icon-live:before {
  content: "\E72A";
}

.icon-lock_fill1:before {
  content: "\E72B";
}

.icon-lock:before {
  content: "\E72C";
}

.icon-mail:before {
  content: "\E72D";
}

.icon-mail_fill:before {
  content: "\E72E";
}

.icon-manage_fill:before {
  content: "\E72F";
}

.icon-manage:before {
  content: "\E730";
}

.icon-message:before {
  content: "\E731";
}

.icon-message_fill:before {
  content: "\E732";
}

.icon-mine:before {
  content: "\E733";
}

.icon-mine_fill:before {
  content: "\E734";
}

.icon-mobilephone_fill:before {
  content: "\E735";
}

.icon-mobilephone:before {
  content: "\E736";
}

.icon-more:before {
  content: "\E737";
}

.icon-narrow:before {
  content: "\E738";
}

.icon-offline_fill:before {
  content: "\E739";
}

.icon-offline:before {
  content: "\E73A";
}

.icon-order_fill:before {
  content: "\E73B";
}

.icon-order:before {
  content: "\E73C";
}

.icon-other:before {
  content: "\E73D";
}

.icon-people_fill:before {
  content: "\E73E";
}

.icon-people:before {
  content: "\E73F";
}

.icon-picture_fill:before {
  content: "\E740";
}

.icon-picture:before {
  content: "\E741";
}

.icon-play:before {
  content: "\E742";
}

.icon-play_fill:before {
  content: "\E743";
}

.icon-playon_fill:before {
  content: "\E744";
}

.icon-playon:before {
  content: "\E745";
}

.icon-praise_fill:before {
  content: "\E746";
}

.icon-praise:before {
  content: "\E747";
}

.icon-prompt_fill:before {
  content: "\E748";
}

.icon-prompt:before {
  content: "\E749";
}

.icon-qrcode_fill:before {
  content: "\E74A";
}

.icon-qrcode:before {
  content: "\E74B";
}

.icon-redpacket_fill:before {
  content: "\E74C";
}

.icon-redpacket:before {
  content: "\E74D";
}

.icon-refresh:before {
  content: "\E74E";
}

.icon-remind_fill:before {
  content: "\E74F";
}

.icon-remind:before {
  content: "\E750";
}

.icon-return:before {
  content: "\E751";
}

.icon-right:before {
  content: "\E752";
}

.icon-scan:before {
  content: "\E753";
}

.icon-select_fill:before {
  content: "\E754";
}

.icon-select:before {
  content: "\E755";
}

.icon-send:before {
  content: "\E756";
}

.icon-service_fill:before {
  content: "\E757";
}

.icon-service:before {
  content: "\E758";
}

.icon-setup_fill:before {
  content: "\E759";
}

.icon-setup:before {
  content: "\E75A";
}

.icon-share_fill:before {
  content: "\E75B";
}

.icon-share:before {
  content: "\E75C";
}

.icon-shielding_fill:before {
  content: "\E75D";
}

.icon-shielding:before {
  content: "\E75E";
}

.icon-smallscreen_fill:before {
  content: "\E75F";
}

.icon-smallscreen:before {
  content: "\E760";
}

.icon-stealth_fill:before {
  content: "\E761";
}

.icon-stealth:before {
  content: "\E762";
}

.icon-success_fill:before {
  content: "\E763";
}

.icon-success:before {
  content: "\E764";
}

.icon-suspend:before {
  content: "\E765";
}

.icon-switch:before {
  content: "\E766";
}

.icon-systemprompt_fill:before {
  content: "\E767";
}

.icon-systemprompt:before {
  content: "\E768";
}

.icon-tailor:before {
  content: "\E769";
}

.icon-task:before {
  content: "\E76B";
}

.icon-task_fill:before {
  content: "\E76C";
}

.icon-tasklist_fill:before {
  content: "\E76D";
}

.icon-tasklist:before {
  content: "\E76E";
}

.icon-text:before {
  content: "\E76F";
}

.icon-time_fill:before {
  content: "\E770";
}

.icon-time:before {
  content: "\E771";
}

.icon-translation_fill:before {
  content: "\E772";
}

.icon-translation:before {
  content: "\E773";
}

.icon-trash:before {
  content: "\E774";
}

.icon-trash_fill:before {
  content: "\E775";
}

.icon-undo:before {
  content: "\E776";
}

.icon-unlock_fill:before {
  content: "\E777";
}

.icon-unlock:before {
  content: "\E778";
}

.icon-video:before {
  content: "\E779";
}

.icon-video_fill:before {
  content: "\E77A";
}

.icon-warning_fill:before {
  content: "\E77B";
}

.icon-warning:before {
  content: "\E77C";
}

.icon-workbench_fill:before {
  content: "\E77D";
}

.icon-workbench:before {
  content: "\E77E";
}

.icon-search:before {
  content: "\E77F";
}

.icon-searchfill:before {
  content: "\E780";
}

.icon-publishgoods_fill:before {
  content: "\E782";
}

.icon-shop_fill:before {
  content: "\E783";
}

.icon-transaction_fill:before {
  content: "\E784";
}

.icon-packup:before {
  content: "\E785";
}

.icon-unfold:before {
  content: "\E786";
}

.icon-financial_fill:before {
  content: "\E787";
}

.icon-marketing_fill:before {
  content: "\E788";
}

.icon-shake:before {
  content: "\E789";
}

.icon-decoration_fill:before {
  content: "\E78A";
}

.icon-questions:before {
  content: "\E78B";
}

.icon-supply:before {
  content: "\E78C";
}

.icon-tools:before {
  content: "\E78D";
}

.icon-commodity:before {
  content: "\E78E";
}

.icon-addsupply_fill:before {
  content: "\E646";
}

.icon-addsupply:before {
  content: "\E647";
}

.icon-caogao:before {
  content: "\E648";
}

.icon-daima:before {
  content: "\E603";
}

.icon-shang:before {
  content: "\E649";
}

.icon-xia:before {
  content: "\E64A";
}

.icon-zhiding:before {
  content: "\E64B";
}

.icon-zhidi:before {
  content: "\E64C";
}

.icon-kongxian:before {
  content: "\E781";
}

.icon-kong:before {
  content: "\E78F";
}

.icon-excel:before {
  content: "\E631";
}

.icon-word:before {
  content: "\E6B3";
}

.icon-txt:before {
  content: "\E790";
}

.icon-ppt:before {
  content: "\E600";
}

.icon-pdf:before {
  content: "\E610";
}

.icon-fangxingweixuanzhong:before {
  content: "\E791";
}

.icon-fangxingxuanzhongfill:before {
  content: "\E792";
}

.icon-shaixuan:before {
  content: "\E695";
}

.icon-shaixuanguolv:before {
  content: "\E8D7";
}

.icon-shaixuanzhankai:before {
  content: "\E61A";
}

.icon-ai227:before {
  content: "\E6D7";
}

.icon-customer:before {
  content: "\E666";
}

.icon-kehuqunzu:before {
  content: "\E673";
}

.icon-xiaoshoudingdan:before {
  content: "\E606";
}

.icon-jinhuojiagechaxun:before {
  content: "\E674";
}

.icon-jiantou_shangyiye:before {
  content: "\EB06";
}

.icon-jiantou_xiayiye:before {
  content: "\EB07";
}

.icon-xiangzuo:before {
  content: "\EB15";
}

.icon-xuanzeqixiayige:before {
  content: "\EB16";
}

.icon-activity-s:before {
  content: "\E641";
}

.icon-wendangguanli-xiangmuleiwendang:before {
  content: "\E667";
}

.icon-ticket-fill:before {
  content: "\E63C";
}

.icon--baocun:before {
  content: "\E832";
}

.icon-yanzhengma:before {
  content: "\E636";
}

.icon-shangchuan:before {
  content: "\E612";
}

.icon-verify:before {
  content: "\E63F";
}

.icon-wurenji:before {
  content: "\E685";
}

.icon-huiyi:before {
  content: "\E62F";
}

.icon-shu:before {
  content: "\E68B";
}

.icon-yinzhang:before {
  content: "\E6A2";
}

.icon-wangdiandaka:before {
  content: "\E62E";
}

.icon-xing:before {
  content: "\E7EB";
}

.icon-pen:before {
  content: "\E668";
}

.icon-B:before {
  content: "\E705";
}

.icon-icon_kaoqin:before {
  content: "\E632";
}

.icon-jigou:before {
  content: "\E7C6";
}

.icon-qingqiuyifasong1:before {
  content: "\E82E";
}

.icon-shenpi2:before {
  content: "\E7FB";
}

.icon-hetong:before {
  content: "\E8BD";
}

.icon-zhishizhongxinon:before {
  content: "\E61E";
}

.icon-gengduomore12:before {
  content: "\E620";
}

.icon-yonghu:before {
  content: "\E643";
}

.icon-icotousujubao:before {
  content: "\E62A";
}

.icon-record-info:before {
  content: "\E7DE";
}

.icon-huanfu2:before {
  content: "\E76A";
}

.icon-renwuguanli-:before {
  content: "\E602";
}

.icon-n4:before {
  content: "\E7D2";
}

.icon-mokuaiicon-:before {
  content: "\E7D4";
}

.icon-shouye:before {
  content: "\E630";
}

.icon-qiandai-tianchong:before {
  content: "\E68F";
}

.icon-zhinanzhen:before {
  content: "\E682";
}

.icon-dui:before {
  content: "\E645";
}

.icon-caiwu:before {
  content: "\E601";
}

.icon-gerenxinxi:before {
  content: "\E61D";
}

.icon-activity:before {
  content: "\E6DE";
}

.icon-activity_fill:before {
  content: "\E6DF";
}

.icon-add:before {
  content: "\E6E0";
}

.icon-addition_fill:before {
  content: "\E6E1";
}

.icon-addition:before {
  content: "\E6E2";
}

.icon-addpeople_fill:before {
  content: "\E6E3";
}

.icon-addpeople:before {
  content: "\E6E4";
}

.icon-addressbook_fill:before {
  content: "\E6E5";
}

.icon-addressbook:before {
  content: "\E6E6";
}

.icon-barrage_fill:before {
  content: "\E6E7";
}

.icon-barrage:before {
  content: "\E6E8";
}

.icon-browse_fill:before {
  content: "\E6E9";
}

.icon-browse:before {
  content: "\E6EA";
}

.icon-brush:before {
  content: "\E6EB";
}

.icon-brush_fill:before {
  content: "\E6EC";
}

.icon-businesscard_fill:before {
  content: "\E6ED";
}

.icon-businesscard:before {
  content: "\E6EE";
}

.icon-camera_fill:before {
  content: "\E6EF";
}

.icon-camera:before {
  content: "\E6F0";
}

.icon-clock_fill:before {
  content: "\E6F1";
}

.icon-clock:before {
  content: "\E6F2";
}

.icon-close:before {
  content: "\E6F3";
}

.icon-collection_fill:before {
  content: "\E6F4";
}

.icon-collection:before {
  content: "\E6F5";
}

.icon-computer_fill:before {
  content: "\E6F6";
}

.icon-computer:before {
  content: "\E6F7";
}

.icon-coordinates_fill:before {
  content: "\E6F8";
}

.icon-coordinates:before {
  content: "\E6F9";
}

.icon-coupons_fill:before {
  content: "\E6FA";
}

.icon-coupons:before {
  content: "\E6FB";
}

.icon-createtask_fill:before {
  content: "\E6FC";
}


@font-face {
  font-family: "iconfont"; /* Project id 1561082 */
  src: url(../../static/fonts/iconfont.06b177b4.woff2) format('woff2'),
       url(../../static/fonts/iconfont.20d08b92.woff) format('woff'),
       url(../../static/fonts/iconfont.2fbc84cd.ttf) format('truetype'),
       url(../../assets/iconfont.3e12a90d.svg#iconfont) format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconnotice-bell-fill:before {
  content: "\E68A";
}

.iconweibiaoti-1_lianjie:before {
  content: "\E618";
}

.icondebug:before {
  content: "\E614";
}

.iconcommon-add:before {
  content: "\E613";
}

.iconuser-account-add:before {
  content: "\E6B7";
}

.iconsearch:before {
  content: "\E64A";
}

.iconshareview:before {
  content: "\E700";
}

.iconshare:before {
  content: "\E701";
}

.iconportal:before {
  content: "\E8CF";
}

.iconnew:before {
  content: "\E672";
}

.iconshanchu_dakai_fill:before {
  content: "\E737";
}

.iconshanchu-dakai:before {
  content: "\E670";
}

.iconshouqi:before {
  content: "\E60C";
}

.iconzhankai:before {
  content: "\E60E";
}

.iconuserGroup2:before {
  content: "\EB1B6";
}

.iconVue3_date-filled1:before {
  content: "\E686";
}

.iconyinhao:before {
  content: "\E600";
}

.iconVue3_print-filled:before {
  content: "\E6BA";
}

.iconVue3_screen-filled:before {
  content: "\E6D8";
}

.iconVue3_share-filled:before {
  content: "\E6E0";
}

.iconVue3_delete-filled:before {
  content: "\E6FE";
}

.iconVue3_feedback-filled:before {
  content: "\E6FF";
}

.iconVue3_notice-filled:before {
  content: "\E707";
}

.iconbaocun:before {
  content: "\E8CE";
}

.iconyuyanqiehuan1:before {
  content: "\E8CD";
}

.icongerenxinxi:before {
  content: "\E8CC";
}

.iconyuyanqiehuan:before {
  content: "\E8CB";
}

.icontuozhuaimoxing:before {
  content: "\E8C9";
}

.iconyewumoxing:before {
  content: "\E8C5";
}

.iconicon-yewushiti:before {
  content: "\E8C8";
}

.iconGroovyjiaoben:before {
  content: "\E8C4";
}

.iconyewudaima:before {
  content: "\E8C6";
}

.iconhtml-code-outlined:before {
  content: "\E8C7";
}

.iconliushuihao:before {
  content: "\E8C3";
}

.iconxiaoyanguize:before {
  content: "\EAE4";
}

.iconshujuzidian:before {
  content: "\E8C2";
}

.iconhanshuguanli:before {
  content: "\E8BD";
}

.icontuozhuai:before {
  content: "\E8C1";
}

.iconzidingyibiaodan:before {
  content: "\E8BF";
}

.iconmoxingjiandan:before {
  content: "\E8C0";
}

.iconVue3_copy:before {
  content: "\E8E1";
}

.iconVue3_date:before {
  content: "\E8E2";
}

.iconVue3_manage:before {
  content: "\E8E5";
}

.iconVue3_correlation:before {
  content: "\E8E6";
}

.iconVue3_detail:before {
  content: "\E8E7";
}

.iconVue3_print:before {
  content: "\E8E8";
}

.iconVue3_delete:before {
  content: "\E8E9";
}

.iconVue3_publish:before {
  content: "\E8EA";
}

.iconVue3_file:before {
  content: "\E8EB";
}

.iconVue3_reset:before {
  content: "\E8EC";
}

.iconVue3_share:before {
  content: "\E8ED";
}

.iconVue3_search:before {
  content: "\E8EE";
}

.iconVue3_user-add:before {
  content: "\E8EF";
}

.icona-Vue3_usergroup:before {
  content: "\E8F0";
}

.iconVue3_user:before {
  content: "\E8F2";
}

.iconVue3_notice:before {
  content: "\E8F3";
}

.iconVue3_feedback:before {
  content: "\E8F7";
}

.iconVue3_setting:before {
  content: "\E961";
}

.iconliuchengjiedian:before {
  content: "\E9A2";
}

.iconyinying:before {
  content: "\E9A7";
}

.iconyinying-outside:before {
  content: "\E9A8";
}

.iconradius-upleft:before {
  content: "\EB09";
}

.iconradius-bottomleft:before {
  content: "\EB0A";
}

.iconradius-bottomright:before {
  content: "\EB0B";
}

.iconradius-upright:before {
  content: "\EB0C";
}

.iconyulan:before {
  content: "\E9A9";
}

.icondui:before {
  content: "\E9AB";
}

.iconVue3_screen:before {
  content: "\E9AC";
}

.iconyanse:before {
  content: "\E9B1";
}

.icona-shanchuqingchu:before {
  content: "\E9B2";
}

.iconchuizhijianju:before {
  content: "\E9B4";
}

.iconshuipingjianju:before {
  content: "\E9B5";
}

.iconhtml-:before {
  content: "\E9B6";
}

.iconchengxu-:before {
  content: "\E9B7";
}

.iconyulan1:before {
  content: "\E9B8";
}

.icongongzuotai:before {
  content: "\E9BF";
}

.iconkucun:before {
  content: "\E9C0";
}

.iconmoban:before {
  content: "\F07B";
}

.iconyouzengyilie:before {
  content: "\E9C4";
}

.iconxiazengyihang:before {
  content: "\E9C5";
}

.iconzuozengyilie:before {
  content: "\E9C6";
}

.iconshanchuhang:before {
  content: "\E9C7";
}

.iconshangzengyihang:before {
  content: "\E9C8";
}

.iconshanchulie:before {
  content: "\E9C9";
}

.iconhebingbiaoge:before {
  content: "\E9CA";
}

.iconxinzenghang:before {
  content: "\E9CB";
}

.iconxinzenglie:before {
  content: "\E9CC";
}

.iconcuo:before {
  content: "\E9CD";
}

.iconshujudaping:before {
  content: "\E8BE";
}

.iconVue3_Folder-open:before {
  content: "\E8BC";
}

.iconVue3_folder:before {
  content: "\E8BB";
}

.iconVue3_refresh:before {
  content: "\E8B9";
}

.icondaiban:before {
  content: "\EA46";
}

.iconhebingdanyuange:before {
  content: "\E8B8";
}

.iconVue3jpaas-icon_liucheng2:before {
  content: "\E8B6";
}

.iconshangchuan1:before {
  content: "\E8B5";
}

.iconqianyi:before {
  content: "\E8B7";
}

.iconfile-filled:before {
  content: "\E8B66";
}

.iconpiliang:before {
  content: "\E8B4";
}

.iconshiqu:before {
  content: "\E8AE";
}

.icontuichudenglu:before {
  content: "\E8B0";
}

.iconzuzhijiagou:before {
  content: "\E645";
}

.iconwodegongsi_gongsixinxi:before {
  content: "\E8B1";
}

.icontheme-filled:before {
  content: "\E8B2";
}

.icontheme:before {
  content: "\E8B3";
}

.iconzidingyi:before {
  content: "\E8AC";
}

.iconguaqi:before {
  content: "\E8AB";
}

.iconcaogaoxiang:before {
  content: "\E8A9";
}

.iconchuangjian:before {
  content: "\E8A7";
}

.iconbiaoqian:before {
  content: "\E8A8";
}

.iconquxiaoliuzhuan:before {
  content: "\E8A6";
}

.iconliuzhuan:before {
  content: "\E8A5";
}

.iconzhuanban:before {
  content: "\E70C";
}

.iconbohui:before {
  content: "\E94C";
}

.iconjiaqian:before {
  content: "\EA95";
}

.iconliuzhuanqingkuang:before {
  content: "\E70D";
}

.iconVue3jpaas-icon_liucheng:before {
  content: "\E8A4";
}

.iconVue3jpaas-icon_bofang:before {
  content: "\E8A2";
}

.iconVue3jpaas-icon_zanting:before {
  content: "\E8A3";
}

.iconVue3jpaas-icon_publish:before {
  content: "\E89F";
}

.iconVue3jpaas-icon_print:before {
  content: "\E895";
}

.iconVue3jpaas-icon_baocun:before {
  content: "\E896";
}

.iconVue3jpaas-icon_huifu:before {
  content: "\E897";
}

.iconVue3jpaas-icon_genzong:before {
  content: "\E898";
}

.iconVue3jpaas-icon_tijiao:before {
  content: "\E899";
}

.iconVue3jpaas-icon_quhuirenwu:before {
  content: "\E89A";
}

.iconVue3jpaas-icon_huifuliuyan:before {
  content: "\E89B";
}

.iconVue3jpaas-icon_huifuzhuanfa:before {
  content: "\E89C";
}

.iconVue3jpaas-icon_shenpilishi:before {
  content: "\E89D";
}

.iconVue3jpaas-icon_zuofei:before {
  content: "\E89E";
}

.iconziji:before {
  content: "\E88E";
}

.icontongji:before {
  content: "\E88F";
}

.icona-exportdata:before {
  content: "\E890";
}

.icona-Importdata:before {
  content: "\E891";
}

.icona-Exportpicture:before {
  content: "\E892";
}

.icona-Importpicture:before {
  content: "\E893";
}

.iconedit:before {
  content: "\E894";
}

.iconleidatu:before {
  content: "\E88C";
}

.iconshipin:before {
  content: "\E88D";
}

.iconx-gaodugensui:before {
  content: "\E888";
}

.icond-gaodugensui:before {
  content: "\E889";
}

.iconx-kuandugensui:before {
  content: "\E88A";
}

.icond-kuandugensui:before {
  content: "\E88B";
}

.iconquanxian:before {
  content: "\100CF";
}

.icontiaoxingma:before {
  content: "\E887";
}

.iconds-shaixuanqi:before {
  content: "\E886";
}

.iconearth-full:before {
  content: "\E9EE";
}

.iconguojihua:before {
  content: "\E885";
}

.iconpingjunzhi:before {
  content: "\E8AA";
}

.iconzuixiaozhi:before {
  content: "\E8AD";
}

.iconqiuhe:before {
  content: "\E883";
}

.iconzuidazhi:before {
  content: "\E884";
}

.iconlianjie:before {
  content: "\E882";
}

.iconbianjitu:before {
  content: "\E881";
}

.iconzuhe:before {
  content: "\E880";
}

.iconchexiao:before {
  content: "\E87D";
}

.iconchongzuo:before {
  content: "\E87E";
}

.iconbeijingtu:before {
  content: "\E87B";
}

.icontubiao1:before {
  content: "\E87C";
}

.icontime1:before {
  content: "\E85B";
}

.iconbiaoge1:before {
  content: "\E85C";
}

.icontianqi:before {
  content: "\E85D";
}

.iconfuwenben:before {
  content: "\E85E";
}

.iconsucai:before {
  content: "\E85F";
}

.iconwenben:before {
  content: "\E860";
}

.icontubiao:before {
  content: "\E861";
}

.iconzhibiaoka:before {
  content: "\E862";
}

.iconshujuping-lan:before {
  content: "\E863";
}

.iconds-time:before {
  content: "\E864";
}

.iconds-biaoge:before {
  content: "\E865";
}

.iconds-wenben:before {
  content: "\E866";
}

.iconds-sucai:before {
  content: "\E867";
}

.iconds-tianqi:before {
  content: "\E868";
}

.iconds-fuwenben:before {
  content: "\E869";
}

.iconds-tubiao:before {
  content: "\E86A";
}

.iconds-zhibiaoka:before {
  content: "\E86B";
}

.iconzhuzhuangtu:before {
  content: "\E86C";
}

.iconjianjitu:before {
  content: "\E86D";
}

.iconloudoutu:before {
  content: "\E86E";
}

.iconhuantu:before {
  content: "\E86F";
}

.iconzhexiantu:before {
  content: "\E870";
}

.iconduijimianjitu:before {
  content: "\E871";
}

.iconh-zhuzhuangtu:before {
  content: "\E872";
}

.icondj-s-zhuzhuangtu:before {
  content: "\E873";
}

.icondj-h-zhuzhuangtu:before {
  content: "\E874";
}

.iconxianzhuhunda:before {
  content: "\E875";
}

.iconduoseyibiaopan:before {
  content: "\E876";
}

.iconyibiaopan:before {
  content: "\E877";
}

.iconbingtu:before {
  content: "\E878";
}

.iconmap:before {
  content: "\E879";
}

.iconzidingyitubiao:before {
  content: "\E87A";
}

.icondibuduiqi:before {
  content: "\E856";
}

.iconshuxiangjuzhongduiqi:before {
  content: "\E857";
}

.icondingbuduiqi:before {
  content: "\E858";
}

.iconzuoduiqi:before {
  content: "\E859";
}

.iconyouduiqi:before {
  content: "\E85A";
}

.iconjuzhongduiqi2:before {
  content: "\E853";
}

.iconyouduiqi2:before {
  content: "\E855";
}

.icontuichu:before {
  content: "\E852";
}

.iconhuifu:before {
  content: "\E854";
}

.iconicon_reply:before {
  content: "\E851";
}

.iconfuwenbenzujian:before {
  content: "\E846";
}

.iconliebiaozujian:before {
  content: "\E847";
}

.iconlunbotuzujian:before {
  content: "\E848";
}

.iconshaixuanqizujian:before {
  content: "\E849";
}

.iconshuxingliebiao:before {
  content: "\E84A";
}

.iconbiaodanzujian:before {
  content: "\E84B";
}

.iconrilizujian:before {
  content: "\E84C";
}

.icontubiaozujian:before {
  content: "\E84D";
}

.icontabzujian:before {
  content: "\E84E";
}

.iconureportzujian:before {
  content: "\E84F";
}

.iconzidingyizujian:before {
  content: "\E850";
}

.iconfujian:before {
  content: "\E842";
}

.iconshunxu:before {
  content: "\E843";
}

.iconzuoduiqi2:before {
  content: "\E844";
}

.iconyouxiajiao:before {
  content: "\E845";
}

.iconshituguanliqi:before {
  content: "\E840";
}

.iconweizhi:before {
  content: "\E83B";
}

.iconxiayiceng:before {
  content: "\E83C";
}

.iconshangyiceng:before {
  content: "\E83D";
}

.iconzhiyudingceng:before {
  content: "\E83E";
}

.iconzhiyudiceng:before {
  content: "\E83F";
}

.iconjiechu:before {
  content: "\E839";
}

.icon-hebing:before {
  content: "\E83A";
}

.iconcompress-alt:before {
  content: "\E836";
}

.iconexpand-alt:before {
  content: "\E837";
}

.iconcuotiben:before {
  content: "\E835";
}

.iconflag-full:before {
  content: "\E9F5";
}

.iconflag1:before {
  content: "\E9F6";
}

.iconhuadongshuru:before {
  content: "\E833";
}

.iconqipaokapian:before {
  content: "\E832";
}

.iconbianji2:before {
  content: "\E82F";
}

.iconzhidi1:before {
  content: "\E82B";
}

.iconzhiding1:before {
  content: "\E82C";
}

.iconshanchu:before {
  content: "\E82D";
}

.iconxinzeng:before {
  content: "\E82E";
}

.iconzuoshuangjiantou:before {
  content: "\E82A";
}

.iconyoushuangjiantou:before {
  content: "\E829";
}

.iconxiajiantou:before {
  content: "\E826";
}

.iconshangjiantou-01:before {
  content: "\E828";
}

.iconfuwei:before {
  content: "\E825";
}

.iconfeishu2:before {
  content: "\E625";
}

.iconcebianlan:before {
  content: "\E61D";
}

.iconjisuanqi:before {
  content: "\E821";
}

.icondongtai-wenben:before {
  content: "\E820";
}

.iconfuwenbenkuang2:before {
  content: "\E81F";
}

.iconditu:before {
  content: "\E620";
}

.iconditu1:before {
  content: "\E81E";
}

.iconexcel-full:before {
  content: "\EA45";
}

.iconduanxin:before {
  content: "\E81B";
}

.icondrag:before {
  content: "\E818";
}

.iconqrcode1:before {
  content: "\E819";
}

.iconqingchu:before {
  content: "\E624";
}

.iconbianji:before {
  content: "\E815";
}

.iconbianji1:before {
  content: "\E816";
}

.iconbianjiwenzhang_huaban:before {
  content: "\E817";
}

.iconsuoxiao:before {
  content: "\EC13";
}

.iconfangda:before {
  content: "\EC14";
}

.iconyoujian:before {
  content: "\E814";
}

.iconweixin1:before {
  content: "\E60B";
}

.icondianhuatianchong:before {
  content: "\E813";
}

.iconkecheng:before {
  content: "\E812";
}

.iconkejian:before {
  content: "\F8A9";
}

.iconzhengqiuyijian:before {
  content: "\E608";
}

.icontuihui:before {
  content: "\E80F";
}

.iconflowChart:before {
  content: "\E80D";
}

.iconshangjia:before {
  content: "\E80C";
}

.iconpingshen:before {
  content: "\E617";
}

.iconzijinchaxun:before {
  content: "\E60F";
}

.iconjiekouzhushou:before {
  content: "\E809";
}

.iconshejifei:before {
  content: "\E806";
}

.iconfuzhi:before {
  content: "\E60A";
}

.iconjianqie:before {
  content: "\E808";
}

.iconyonghuhaoyou:before {
  content: "\E629";
}

.iconjianzhu:before {
  content: "\E602";
}

.iconlogin_title:before {
  content: "\E807";
}

.icontabye:before {
  content: "\E805";
}

.iconyue:before {
  content: "\E803";
}

.iconzhou:before {
  content: "\E804";
}

.iconchuanyue:before {
  content: "\E802";
}

.iconbianjiqi_maodian:before {
  content: "\E801";
}

.iconguanlian:before {
  content: "\E607";
}

.iconliebiao:before {
  content: "\E61B";
}

.iconyewuziduanku:before {
  content: "\E7FC";
}

.iconliuchengtu:before {
  content: "\E604";
}

.iconshenpi:before {
  content: "\E7FD";
}

.icondaohang:before {
  content: "\E7FE";
}

.iconmaodian:before {
  content: "\E800";
}

.iconmokuai:before {
  content: "\EC1E";
}

.iconradio:before {
  content: "\E7FB";
}

.iconbai:before {
  content: "\E7FA";
}

.icondaoru2:before {
  content: "\E7F8";
}

.icongugeliulanqi:before {
  content: "\E7F9";
}

.iconditudingwei:before {
  content: "\E609";
}

.iconbiaoti:before {
  content: "\E7F7";
}

.iconrongqi:before {
  content: "\E70E";
}

.iconfenzu:before {
  content: "\E6DD";
}

.iconicon_zhagebuju:before {
  content: "\E7F5";
}

.icondingding01:before {
  content: "\E6DB";
}

.iconqiyeweixin01:before {
  content: "\E6DC";
}

.iconshuzi:before {
  content: "\E6D9";
}

.iconriqi:before {
  content: "\E6DA";
}

.iconField-String:before {
  content: "\EAED";
}

.iconweixin:before {
  content: "\E632";
}

.iconbaobiao:before {
  content: "\E619";
}

.iconcaidan:before {
  content: "\E61E";
}

.iconcaidan-shi:before {
  content: "\E6D3";
}

.icontask1:before {
  content: "\E6D4";
}

.iconbanciguanli:before {
  content: "\E611";
}

.iconchakandaping:before {
  content: "\E605";
}

.iconrenwu:before {
  content: "\E6D5";
}

.iconxitongguanli_canshushezhi:before {
  content: "\E628";
}

.iconyingyong:before {
  content: "\E630";
}

.iconapi:before {
  content: "\E709";
}

.icon_canshu_xiugaicanshudingyi:before {
  content: "\E606";
}

.iconcaidan-:before {
  content: "\E635";
}

.iconjichucanshu:before {
  content: "\E62D";
}

.iconrenwu1:before {
  content: "\E6D6";
}

.iconshuju:before {
  content: "\E61A";
}

.iconjiaojiebanguanli:before {
  content: "\E6D7";
}

.iconzhibo:before {
  content: "\E616";
}

.iconxinjian:before {
  content: "\E705";
}

.icondaoru1:before {
  content: "\E708";
}

.icon-:before {
  content: "\E623";
}

.iconyanzhengma1:before {
  content: "\E60D";
}

.icon74:before {
  content: "\E6BB";
}

.iconzhifeiji:before {
  content: "\E6BC";
}

.iconzhuanzhangshoukuan:before {
  content: "\E6BD";
}

.iconfapiaobaoxiao:before {
  content: "\E6BE";
}

.iconzichancaichan:before {
  content: "\E6BF";
}

.icontoubiaogongzheng:before {
  content: "\E6C0";
}

.icongongzhanggaizhang:before {
  content: "\E6C1";
}

.iconshourushoukuan:before {
  content: "\E6C2";
}

.iconhexiao:before {
  content: "\E6C3";
}

.iconxinwen:before {
  content: "\E6C4";
}

.iconfeijichucha:before {
  content: "\E6C5";
}

.iconjiagouliucheng:before {
  content: "\E6C6";
}

.iconjiaofu:before {
  content: "\E6C7";
}

.iconqiyegongsi:before {
  content: "\E6C8";
}

.iconhetong:before {
  content: "\E6C9";
}

.iconwenjianziliao:before {
  content: "\E6CA";
}

.iconribaobaogao:before {
  content: "\E6CB";
}

.iconpingshenqueren:before {
  content: "\E6CC";
}

.iconzhengshuzizhi:before {
  content: "\E6CD";
}

.icondaichuli:before {
  content: "\E6CE";
}

.iconshujujiankong:before {
  content: "\E6CF";
}

.iconshujufenpei:before {
  content: "\E6D0";
}

.iconshujudaochu:before {
  content: "\E6D1";
}

.iconshujudaoru:before {
  content: "\E6D2";
}

.iconxinwendongtaixuanzhong:before {
  content: "\EB58";
}

.iconzhuanhuan:before {
  content: "\E93D";
}

.iconsql:before {
  content: "\E7F4";
}

.icondaochu:before {
  content: "\EB27";
}

.icondaoru:before {
  content: "\EB28";
}

.iconfile-html:before {
  content: "\E8D3";
}

.iconfile-java:before {
  content: "\E8D4";
}

.iconfile-css:before {
  content: "\E8DE";
}

.iconjia:before {
  content: "\E6B9";
}

.iconjian:before {
  content: "\E621";
}

.iconxingshi:before {
  content: "\E62F";
}

.iconadd-team:before {
  content: "\E627";
}

.iconfile-done:before {
  content: "\E682";
}

.iconfile-fill:before {
  content: "\E683";
}

.iconfile-exclamation-fill:before {
  content: "\E684";
}

.iconfile-exception:before {
  content: "\E685";
}

.iconfile-exclamation:before {
  content: "\E687";
}

.iconfile-exl-fill:before {
  content: "\E688";
}

.iconfile-excel:before {
  content: "\E689";
}

.iconfile-folder-add:before {
  content: "\E68B";
}

.iconfile-image-fill:before {
  content: "\E68E";
}

.iconfile-excel-fill:before {
  content: "\E68F";
}

.iconfile-folder-fill:before {
  content: "\E691";
}

.iconfile-folder-add-fill:before {
  content: "\E693";
}

.iconfile-image:before {
  content: "\E694";
}

.iconfile-markdown:before {
  content: "\E695";
}

.iconfile-pdf2:before {
  content: "\E696";
}

.iconfile-markdown-fill:before {
  content: "\E697";
}

.iconfile-gif-fill:before {
  content: "\E698";
}

.iconfile-jpge-fill:before {
  content: "\E699";
}

.iconfile-pdf-fill:before {
  content: "\E69B";
}

.iconfile-pdf2-fill:before {
  content: "\E69C";
}

.iconfile-png-fill:before {
  content: "\E69D";
}

.iconfile-ppt:before {
  content: "\E69E";
}

.iconfile-ppt-fill:before {
  content: "\E69F";
}

.iconfile-sync:before {
  content: "\E6A0";
}

.iconfile-protect:before {
  content: "\E6A1";
}

.iconfile-text:before {
  content: "\E6A2";
}

.iconfile-search:before {
  content: "\E6A3";
}

.iconfile-text-fill:before {
  content: "\E6A4";
}

.iconfile-tif-fill:before {
  content: "\E6A5";
}

.iconfile-unknown-fill:before {
  content: "\E6A6";
}

.iconfile-unknown:before {
  content: "\E6A7";
}

.iconfile-txt-fill:before {
  content: "\E6A8";
}

.iconfile-word-fill:before {
  content: "\E6A9";
}

.iconfile-word:before {
  content: "\E6AA";
}

.iconfile-zip2:before {
  content: "\E6AB";
}

.iconfile-zip-fill:before {
  content: "\E6AC";
}

.iconfile-zip2-fill:before {
  content: "\E6AD";
}

.iconfile-xlsx-fill:before {
  content: "\E6AE";
}

.iconfile-add:before {
  content: "\E6AF";
}

.iconfile:before {
  content: "\E6B0";
}

.iconfile-add-fill:before {
  content: "\E6B1";
}

.iconfile-bmp-fill:before {
  content: "\E6B2";
}

.iconfile-copy:before {
  content: "\E6B4";
}

.iconfile-copy-fill:before {
  content: "\E6B5";
}

.iconfile-doc-fill:before {
  content: "\E6B6";
}

.iconmodal-reduction:before {
  content: "\E671";
}

.iconmodal-fullscreen:before {
  content: "\E673";
}

.iconmodal-drag:before {
  content: "\E674";
}

.iconmodal-fullscreen-exit:before {
  content: "\E675";
}

.iconplayer-pause-circle-fill:before {
  content: "\E676";
}

.iconplayer-backward:before {
  content: "\E677";
}

.iconplayer-backward-step:before {
  content: "\E678";
}

.iconplayer-play-circle-fill:before {
  content: "\E679";
}

.iconplayer-play-circle:before {
  content: "\E67A";
}

.iconplayer-forward:before {
  content: "\E67B";
}

.iconplayer-backward-fast:before {
  content: "\E67C";
}

.iconplayer-play:before {
  content: "\E67D";
}

.iconplayer-pause:before {
  content: "\E67E";
}

.iconplayer-forward-step:before {
  content: "\E67F";
}

.iconplayer-forward-fast:before {
  content: "\E680";
}

.iconplayer-pause-circle:before {
  content: "\E681";
}

.iconmore1:before {
  content: "\E6EB";
}

.iconmore-vertical:before {
  content: "\E6F3";
}

.iconbulb-fill:before {
  content: "\E724";
}

.iconbulb:before {
  content: "\E751";
}

.iconchart-area:before {
  content: "\E76F";
}

.iconchart-line:before {
  content: "\E780";
}

.iconchart-pie-fill:before {
  content: "\E781";
}

.iconchart-pie:before {
  content: "\E782";
}

.iconchart-bar:before {
  content: "\E783";
}

.iconchat:before {
  content: "\E784";
}

.iconchat-fill:before {
  content: "\E785";
}

.iconchart-pointmap:before {
  content: "\E786";
}

.iconcloud-download:before {
  content: "\E787";
}

.iconcontainer:before {
  content: "\E788";
}

.iconcontacts:before {
  content: "\E789";
}

.iconcontacts-fill:before {
  content: "\E78A";
}

.iconcopyright-circle:before {
  content: "\E78B";
}

.iconcontainer-fill:before {
  content: "\E78C";
}

.iconcopyright-circle-fil:before {
  content: "\E78D";
}

.icondashboard:before {
  content: "\E78E";
}

.icondashboard-fill:before {
  content: "\E78F";
}

.icondatabase:before {
  content: "\E791";
}

.icondatabase-fill:before {
  content: "\E792";
}

.icondiscount:before {
  content: "\E793";
}

.icondiscount-fill:before {
  content: "\E794";
}

.iconemail:before {
  content: "\E795";
}

.iconemail-fill:before {
  content: "\E796";
}

.iconfilter:before {
  content: "\E799";
}

.iconfilter-fill:before {
  content: "\E79C";
}

.iconfind-fill:before {
  content: "\E79D";
}

.iconfind:before {
  content: "\E79E";
}

.icongift:before {
  content: "\E79F";
}

.icongift-fill:before {
  content: "\E7A0";
}

.iconhot:before {
  content: "\E7A1";
}

.iconhot-fill:before {
  content: "\E7A2";
}

.iconhourglass-fill:before {
  content: "\E7A3";
}

.iconidcard-fill:before {
  content: "\E7A4";
}

.iconhourglass:before {
  content: "\E7A5";
}

.iconidcard:before {
  content: "\E7A8";
}

.iconintegral-fill:before {
  content: "\E7A9";
}

.iconintegral1:before {
  content: "\E7AA";
}

.iconmovie:before {
  content: "\E7AF";
}

.iconmicrophone-mute:before {
  content: "\E7B0";
}

.iconmicrophone-mute-fill:before {
  content: "\E7B1";
}

.iconmovie-fill:before {
  content: "\E7B2";
}

.iconpin:before {
  content: "\E7B6";
}

.iconpin-fill:before {
  content: "\E7B7";
}

.iconread:before {
  content: "\E7BA";
}

.iconread-fill:before {
  content: "\E7BB";
}

.iconrest:before {
  content: "\E7BC";
}

.iconsale:before {
  content: "\E7BD";
}

.iconsale-fill:before {
  content: "\E7BE";
}

.iconrocket-fill:before {
  content: "\E7BF";
}

.iconrocket:before {
  content: "\E7C0";
}

.iconrest-fill:before {
  content: "\E7C1";
}

.iconsever:before {
  content: "\E7C2";
}

.iconsex-man:before {
  content: "\E7C3";
}

.iconsex-woman:before {
  content: "\E7C4";
}

.iconsever-fill:before {
  content: "\E7C5";
}

.iconsnippets-fill:before {
  content: "\E7C6";
}

.iconsnippets:before {
  content: "\E7C7";
}

.iconsound:before {
  content: "\E7C8";
}

.iconsound-fill:before {
  content: "\E7C9";
}

.iconsound-mute:before {
  content: "\E7CA";
}

.iconsound-mute-fill:before {
  content: "\E7CB";
}

.iconstar:before {
  content: "\E7CD";
}

.iconstar-collection:before {
  content: "\E7CF";
}

.iconstar-collection-half:before {
  content: "\E7D0";
}

.icontag:before {
  content: "\E7D1";
}

.icontags:before {
  content: "\E7D2";
}

.icontag-fill:before {
  content: "\E7D3";
}

.icontags-fill:before {
  content: "\E7D4";
}

.iconthumb-bad:before {
  content: "\E7D5";
}

.iconthumb-bad-fill:before {
  content: "\E7D6";
}

.iconthumb-good-fill:before {
  content: "\E7D7";
}

.iconthumb-good:before {
  content: "\E7D8";
}

.iconthunderbolt-fill:before {
  content: "\E7D9";
}

.iconthunderbolt:before {
  content: "\E7DA";
}

.iconticket:before {
  content: "\E7DB";
}

.iconticket-fill:before {
  content: "\E7DC";
}

.icontrophy:before {
  content: "\E7DD";
}

.icontrophy-fill:before {
  content: "\E7DE";
}

.iconusb:before {
  content: "\E7DF";
}

.iconusb-fill:before {
  content: "\E7E4";
}

.iconuser-member-fill:before {
  content: "\E7EA";
}

.iconuser-member-group-fill:before {
  content: "\E7EB";
}

.iconuser-member-group:before {
  content: "\E7EC";
}

.iconuser-member:before {
  content: "\E7ED";
}

.iconvip-member:before {
  content: "\E7EE";
}

.iconvip-member-fill:before {
  content: "\E7EF";
}

.iconwrench:before {
  content: "\E7F0";
}

.iconwrench-fill:before {
  content: "\E7F1";
}

.iconselect_fill:before {
  content: "\E754";
}

.iconselect:before {
  content: "\E755";
}

.iconsend:before {
  content: "\E756";
}

.iconservice_fill:before {
  content: "\E757";
}

.iconservice:before {
  content: "\E758";
}

.iconsetup_fill:before {
  content: "\E759";
}

.iconsetup:before {
  content: "\E75A";
}

.iconshielding_fill:before {
  content: "\E75D";
}

.iconshielding:before {
  content: "\E75E";
}

.iconsmallscreen_fill:before {
  content: "\E75F";
}

.iconsmallscreen:before {
  content: "\E760";
}

.iconstealth_fill:before {
  content: "\E761";
}

.iconstealth:before {
  content: "\E762";
}

.iconsuccess_fill:before {
  content: "\E763";
}

.iconsuccess:before {
  content: "\E764";
}

.iconsystemprompt_fill:before {
  content: "\E767";
}

.iconsystemprompt:before {
  content: "\E768";
}

.icontailor:before {
  content: "\E769";
}

.icontask:before {
  content: "\E76B";
}

.icontask_fill:before {
  content: "\E76C";
}

.icontasklist_fill:before {
  content: "\E76D";
}

.icontasklist:before {
  content: "\E76E";
}

.icontime_fill:before {
  content: "\E770";
}

.icontime:before {
  content: "\E771";
}

.icontranslation_fill:before {
  content: "\E772";
}

.icontranslation:before {
  content: "\E773";
}

.iconadd:before {
    content: "\E6E0";
}

.icontrash:before {
  content: "\E774";
}

.iconunlock_fill:before {
  content: "\E777";
}

.iconunlock:before {
  content: "\E778";
}

.iconvideo:before {
  content: "\E779";
}

.iconvideo_fill:before {
  content: "\E77A";
}

.iconwarning_fill:before {
  content: "\E77B";
}

.iconwarning:before {
  content: "\E77C";
}

.iconworkbench_fill:before {
  content: "\E77D";
}

.iconworkbench:before {
  content: "\E77E";
}

.iconshang:before {
  content: "\E649";
}

.iconxia:before {
  content: "\E66C";
}

.iconzhiding:before {
  content: "\E66D";
}

.iconzhidi:before {
  content: "\E66E";
}

.icontxt:before {
  content: "\E790";
}

.iconyanzhengma:before {
  content: "\E636";
}

.icondaima:before {
  content: "\E603";
}

.iconpdf:before {
  content: "\E610";
}

.iconppt:before {
  content: "\E601";
}

.iconexcel:before {
  content: "\E631";
}

.iconshangchuan:before {
  content: "\E612";
}

.iconword:before {
  content: "\E6B3";
}

.iconactivity:before {
  content: "\E6DE";
}

.iconactivity_fill:before {
  content: "\E6DF";
}

.iconaddition_fill:before {
  content: "\E6E1";
}

.iconaddition:before {
  content: "\E6E2";
}

.iconaddpeople_fill:before {
  content: "\E6E3";
}

.iconaddpeople:before {
  content: "\E6E4";
}

.iconaddressbook_fill:before {
  content: "\E6E5";
}

.iconaddressbook:before {
  content: "\E6E6";
}

.iconbarrage_fill:before {
  content: "\E6E7";
}

.iconbarrage:before {
  content: "\E6E8";
}

.iconbrowse_fill:before {
  content: "\E6E9";
}

.iconbrowse:before {
  content: "\E6EA";
}

.iconbrush_fill:before {
  content: "\E6EC";
}

.iconbusinesscard_fill:before {
  content: "\E6ED";
}

.iconbusinesscard:before {
  content: "\E6EE";
}

.iconcamera_fill:before {
  content: "\E6EF";
}

.iconcamera:before {
  content: "\E6F0";
}

.iconclock_fill:before {
  content: "\E6F1";
}

.iconclock:before {
  content: "\E6F2";
}

.iconcollection_fill:before {
  content: "\E6F4";
}

.iconcollection:before {
  content: "\E6F5";
}

.iconcomputer_fill:before {
  content: "\E6F6";
}

.iconcomputer:before {
  content: "\E6F7";
}

.iconcoordinates_fill:before {
  content: "\E6F8";
}

.iconcoordinates:before {
  content: "\E6F9";
}

.iconcoupons_fill:before {
  content: "\E6FA";
}

.iconcoupons:before {
  content: "\E6FB";
}

.iconcreatetask_fill:before {
  content: "\E6FC";
}

.iconcreatetask:before {
  content: "\E6FD";
}

.icondocument:before {
  content: "\E702";
}

.icondocument_fill:before {
  content: "\E703";
}

.icondynamic_fill:before {
  content: "\E704";
}

.icondynamic:before {
  content: "\E706";
}

.iconemoji_fill:before {
  content: "\E70A";
}

.iconemoji:before {
  content: "\E70B";
}

.iconenterinto:before {
  content: "\E70F";
}

.iconenterinto_fill:before {
  content: "\E710";
}

.iconflag_fill:before {
  content: "\E713";
}

.iconflag:before {
  content: "\E714";
}

.iconflip:before {
  content: "\E717";
}

.iconflip_fill:before {
  content: "\E718";
}

.iconfullscreen:before {
  content: "\E719";
}

.icongroup:before {
  content: "\E71A";
}

.icongroup_fill:before {
  content: "\E71B";
}

.iconheadlines_fill:before {
  content: "\E71C";
}

.iconheadlines:before {
  content: "\E71D";
}

.iconhomepage_fill:before {
  content: "\E71E";
}

.iconhomepage:before {
  content: "\E71F";
}

.iconintegral_fill:before {
  content: "\E720";
}

.iconintegral:before {
  content: "\E721";
}

.iconinteractive_fill1:before {
  content: "\E722";
}

.iconinteractive:before {
  content: "\E723";
}

.iconlabel:before {
  content: "\E725";
}

.iconlabel_fill:before {
  content: "\E726";
}

.iconlike_fill:before {
  content: "\E727";
}

.iconlike:before {
  content: "\E728";
}

.iconlive_fill:before {
  content: "\E729";
}

.iconlive:before {
  content: "\E72A";
}

.iconlock_fill1:before {
  content: "\E72B";
}

.iconlock:before {
  content: "\E72C";
}

.iconmail:before {
  content: "\E72D";
}

.iconmail_fill:before {
  content: "\E72E";
}

.iconmanage_fill:before {
  content: "\E72F";
}

.iconmanage:before {
  content: "\E730";
}

.iconmessage:before {
  content: "\E731";
}

.iconmessage_fill:before {
  content: "\E732";
}

.iconmine:before {
  content: "\E733";
}

.iconmine_fill:before {
  content: "\E734";
}

.iconmobilephone_fill:before {
  content: "\E735";
}

.iconmobilephone:before {
  content: "\E736";
}

.iconnarrow:before {
  content: "\E738";
}

.iconoffline_fill:before {
  content: "\E739";
}

.iconoffline:before {
  content: "\E73A";
}

.iconorder_fill:before {
  content: "\E73B";
}

.iconorder:before {
  content: "\E73C";
}

.iconother:before {
  content: "\E73D";
}

.iconpeople_fill:before {
  content: "\E73E";
}

.iconpeople:before {
  content: "\E73F";
}

.iconpicture_fill:before {
  content: "\E740";
}

.iconpicture:before {
  content: "\E741";
}

.iconplayon_fill:before {
  content: "\E744";
}

.iconplayon:before {
  content: "\E745";
}

.iconpraise_fill:before {
  content: "\E746";
}

.iconpraise:before {
  content: "\E747";
}

.iconqrcode_fill:before {
  content: "\E74A";
}

.iconqrcode:before {
  content: "\E74B";
}

.iconredpacket_fill:before {
  content: "\E74C";
}

.iconredpacket:before {
  content: "\E74D";
}

.iconicon-test:before {
  content: "\E633";
}

.iconicon-test1:before {
  content: "\E634";
}

.iconicon-test2:before {
  content: "\E637";
}

.iconicon-test5:before {
  content: "\E63A";
}

.iconicon-test6:before {
  content: "\E63B";
}

.iconicon-test12:before {
  content: "\E642";
}

.iconicon-test17:before {
  content: "\E647";
}

.iconicon-test18:before {
  content: "\E648";
}

.iconicon-test21:before {
  content: "\E64C";
}

.iconicon-test22:before {
  content: "\E64D";
}

.iconicon-test23:before {
  content: "\E64E";
}

.iconicon-test24:before {
  content: "\E64F";
}

.iconrefresh:before {
  content: "\E650";
}

.iconicon-test26:before {
  content: "\E651";
}

.iconicon-test27:before {
  content: "\E652";
}

.iconicon-test28:before {
  content: "\E653";
}

.iconicon-test29:before {
  content: "\E654";
}

.iconicon-test30:before {
  content: "\E655";
}

.iconicon-test31:before {
  content: "\E656";
}

.iconicon-test32:before {
  content: "\E657";
}

.iconicon-test33:before {
  content: "\E658";
}

.iconicon-test34:before {
  content: "\E659";
}

.iconicon-test35:before {
  content: "\E65A";
}

.iconicon-test36:before {
  content: "\E65B";
}

.iconicon-test37:before {
  content: "\E65C";
}

.iconicon-test38:before {
  content: "\E65D";
}

.iconicon-test39:before {
  content: "\E65E";
}

.iconicon-test40:before {
  content: "\E65F";
}

.iconicon-test41:before {
  content: "\E660";
}

.iconicon-test42:before {
  content: "\E661";
}

.iconicon-test43:before {
  content: "\E662";
}

.iconicon-test44:before {
  content: "\E663";
}

.iconicon-test45:before {
  content: "\E664";
}

.iconicon-test46:before {
  content: "\E666";
}

.iconicon-test47:before {
  content: "\E667";
}

.iconicon-test48:before {
  content: "\E668";
}

.iconicon-test49:before {
  content: "\E669";
}

.icondown:before {
  content: "\E68D";
}

.iconup:before {
  content: "\E61F";
}

.iconxialashu:before {
  content: "\E8D0";
}

.iconkongjian_duohangwenben:before {
  content: "\E90D";
}

.iconxialakuang1:before {
  content: "\E917";
}

.iconbrush:before {
  content: "\E93F";
}

.iconfuxuank1:before {
  content: "\E940";
}

.iconfuxuan1:before {
  content: "\E942";
}

.iconoffice:before {
  content: "\E827";
}

.icon-quanbubiankuang:before {
  content: "\E62C";
}

.iconanniu:before {
  content: "\E690";
}

.icondanhangshurukuang:before {
  content: "\E692";
}

.iconanniu1:before {
  content: "\E665";
}

.iconfuwenbenkuang:before {
  content: "\E66F";
}

.iconGroup-:before {
  content: "\E69A";
}

.iconbumenguanli:before {
  content: "\E622";
}

.iconguolv:before {
  content: "\EB44";
}

.iconkaiguan1:before {
  content: "\E62E";
}

.iconbiaoge:before {
  content: "\E615";
}

.icontwo:before {
  content: "\E66A";
}

.iconfour:before {
  content: "\E66B";
}


