﻿#GESenchaDiv {
    background: #eee;
}

    #GESenchaDiv.mainpageAllPage.SenchaContentWrap {
        height: 100%;
    }

    #GESenchaDiv.Scroll, #GESenchaDiv .Scroll {
        scrollbar-color: auto;
    }


.GoeasyDisplayfieldCls {
    background-color: rgb(252,252,252);
    color: #a99b9b;
    height: auto;
}

.search-button {
    background-image: url(../img/search-trigger.png);
}

.arrow-left {
    background-image: url(../img/arrow-left.png);
}

.arrow-right {
    background-image: url(../img/arrow-right.png);
}

.graytoolbar {
    background-image: url(../img/top_toolbar.gif) !important;
    background-repeat: repeat !important;
}

.x-grid-row-summary {
    background-color: #efefef;
}



/*双向选择框*/
.x-form-multiselect-body .my-x-boundlist .my-x-mask {
    background: none;
}

.x-form-itemselector-body .my-x-form-item {
    margin: 0;
}

.x-form-itemselector-top {
    background-image: url(../img/top2.gif);
}

.x-form-itemselector-up {
    background-image: url(../img/up2.gif);
}

.x-form-itemselector-add {
    background-image: url(../img/right2.gif);
}

.x-form-itemselector-remove {
    background-image: url(../img/left2.gif);
}

.x-form-itemselector-down {
    background-image: url(../img/down2.gif);
}

.x-form-itemselector-bottom {
    background-image: url(../img/bottom2.gif);
}

/*门户选择*/
.thumb {
    /*background: #dddddd;*/
    padding: 3px;
    padding-bottom: 0;
}

.x-quirks #images-view .thumb {
    padding-bottom: 3px;
}

.goeasy-thumb-icon {
    background-color: red;
    background-image: -webkit-linear-gradient(top, #f2d496,red 3%,#f2d496);
    border-radius: 12px;
    color: white;
    font-weight: bold;
    margin-left: 32px;
    margin-bottom: -5px;
    z-index: 99;
    position: relative;
}

.thumb img {
    height: 48px;
    width: 48px;
}

.thumb-wrap {
    float: left;
    margin: 10px;
    margin-right: 0;
    padding: 5px;
    font-family: "Microsoft YaHei";
}

    .thumb-wrap:hover {
        cursor: pointer;
        color: #808080;
    }

    .thumb-wrap span {
        display: block;
        overflow: hidden;
        text-align: center;
        /* for ie to ensure that the text is centered */
    }


/*门户选择*/
.goeasy-thumb {
    /*background: #dddddd;*/
    padding: 3px;
    padding-bottom: 0;
}

.x-quirks #images-view .goeasy-thumb {
    padding-bottom: 3px;
}

.goeasy-thumb img {
    height: 100px;
    width: 100px;
}

.goeasy-thumb-wrap {
    float: left;
    margin: 10px;
    margin-right: 0;
    padding: 5px;
    font-family: "Microsoft YaHei";
}

    .goeasy-thumb-wrap:hover {
        cursor: pointer;
        color: #808080;
    }

    .goeasy-thumb-wrap span {
        display: block;
        overflow: hidden;
        text-align: center;
        /* for ie to ensure that the text is centered */
    }

.x-item-over {
    border: 1px solid #dddddd;
    background: #efefef url(over.gif) repeat-x left top;
    padding: 4px;
}

.x-item-selected {
    /*background-color: #eff5fb;*/
    border: 2px solid #99bbe8;
    padding: 4px;
}

    .x-item-selected .thumb {
        background: transparent;
    }

.x-calendar-list-item.x-item-selected {
    border: none;
    padding: 0;
}



.x-view-selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border: 1px dotted;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    zoom: 1;
    background-color: #c3daf9;
    border-color: #3399bb;
}

.ext-strict .ext-ie .x-tree .x-panel-bwrap {
    position: relative;
    overflow: hidden;
}

.x-editable {
    color: #000;
}


.ux-rating-picker {
    overflow: hidden;
    color: #ccc;
    filter: alpha(opacity=80);
    opacity: .8;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.ux-rating-picker-inner {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    white-space: nowrap;
}

.ux-rating-picker-value, .ux-rating-picker-tracker {
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    top: 0;
    width: 0;
    height: 100%;
    color: #ffe850;
}

.ux-rating-picker-tracker {
    display: none;
}

.ux-rating-picker-value .ux-rating-picker-tracker {
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    top: 0;
    width: 0;
    height: 100%;
    color: #ffe850;
}
/*.x-grid-item .x-grid-row .x-grid-cell .x-grid-cell-inner {
    white-space: normal;
}*/



/*!
 * Ext.ux.widget.Rating
 *
 * Copyright 2012, Christophe Geiser
 * Licenced under MIT Licence
 * See LICENSE
 *
 *
 * Version : 0.8 - first commit
 */
/* line 12, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-star, .x-form-rating .ux-rating-reset {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}
/* line 22, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-star {
    background: transparent !important;
    overflow: hidden !important;
}
/* line 26, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-reset, .x-form-rating .ux-rating-reset a {
    background: url(../img/delete.gif) no-repeat 0 0px;
}
/* line 29, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-star, .x-form-rating .ux-rating-star a {
    background: url(../img/star.gif) no-repeat 0 0px;
}
    /* line 32, ../../scss/form/rating.scss */
    .x-form-rating .ux-rating-star a, .x-form-rating .ux-rating-reset a {
        display: block;
        width: 16px;
        height: 100%;
        background-position: 0 0px;
    }
/* line 38, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-star-on a {
    background-position: 0 -16px !important;
}
/* line 41, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-star-focus .ux-rating-star-on a {
    background-position: 0 -32px !important;
}
/* line 44, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-star-hover a {
    background-position: 0 -32px;
}
/* line 47, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-reset-hover {
    background-position: 0 -16px !important;
}
/* line 50, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-star-disabled a {
    cursor: default !important;
}
/* line 54, ../../scss/form/rating.scss */
.x-form-rating .x-item-disabled .ux-rating-star, .x-form-rating .x-form-readonly .ux-rating-star {
    opacity: 0.6;
    cursor: auto;
}
/* line 58, ../../scss/form/rating.scss */
.x-form-rating .x-item-disabled .ux-rating-reset, .x-form-rating .x-form-readonly .ux-rating-reset {
    display: none;
}
/* line 62, ../../scss/form/rating.scss */
.x-form-rating .ext-ie .ux-rating-clearfix {
    zoom: 1;
}
/* line 65, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* line 72, ../../scss/form/rating.scss */
.x-form-rating .x-form-invalid-icon {
    background-position-y: 1px;
}
/* line 75, ../../scss/form/rating.scss */
.x-form-rating .ux-rating-container {
    height: 22px;
    padding-top: 2px;
}

.userNameCls {
    color: #08a3fe;
    /*color:rgb(57,143,214);*/
    border-bottom: #08a3fe;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: lighter;
    font-family: "Microsoft YaHei";
}

    .userNameCls:hover {
        cursor: pointer;
    }

.goeasySysName {
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

.goeasyformCls.x-item-disabled > .x-mask {
    opacity: 0.7;
}

/*mask遮罩自定义风格*/
.x-mask {
    background-color: rgba(255, 255, 255,0.40)
}


.fieldsetItemsCls > table {
    width: 100%;
}

.GoeasyFieldSetCls .x-fieldset-header .x-fieldset-header-text > * {
    margin: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666;
    font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}



.goeasy_Neptune .x-btn-default-toolbar-small {
    background-image: none
}

/*.goeasy_Neptune .x-keyboard-mode .x-fieldset-header-tool-default.x-focus {
    outline: none
}*/

.goeasy_Neptune.x-keyboard-mode * {
    outline: none !important
}

.goeasy_Neptune .x-splitter-focus:after {
    border: none
}

.goeasy_Neptune.x-keyboard-mode .x-btn-focus.x-btn-default-toolbar-small {
    background-image: none
}

.goeasy_Neptune .x-panel-default-outer-border-trbl, .goeasy_Neptune .x-panel-default-framed-outer-border-rbl {
    border-width: 0 !important
}

.goeasy_Neptune .x-tool-tool-el.x-tool-img.x-tool-toggle {
    opacity: 1;
}

.goeasy_Neptune .x-fieldset-header-text {
    display: contents;
}

.goeasytreelistCls .x-treelist-nav .x-treelist-item-icon,
.goeasytreelistCls .x-treelist-nav .x-treelist-item-tool {
    color: #f1f1f1;
    font-size: 15px;
}

.goeasytreelistCls .x-treelist-nav .x-treelist-item-text {
    color: #f1f1f1;
    font-size: 14px;
}

.x-treelist-nav .goeasy_treelistitemCls.x-treelist-item-floated > .x-treelist-row {
    background: #3892d4;
}

.x-treelist-nav .goeasy_treelistitemCls.x-treelist-item-floated .x-treelist-item-text {
    color: #fff;
    font-size: 14px;
}

.goeasystaticpagesCls .largeBlock .iconStyle {
    height: 0.45rem;
    width: 0.45rem;
    border-radius: 0.45rem;
    color: #fff;
    font-size: 30px;
    line-height: 1.15rem;
    margin: 12px 0 24px 0;
    display: inline-block
}

.goeasystaticpagesCls .largeBlock .h2Style {
    font-size: 0.12rem;
    line-height: 0.12rem;
    padding-bottom: 6px;
}

.goeasystaticpagesCls .largeBlock .infodiv {
    font-size: 0.05rem;
    line-height: 0.05rem;
}

.goeasystaticpagesCls .mediumBlock .iconStyle {
    font-size: 24px;
    line-height: 24px;
}

.goeasystaticpagesCls .mediumBlock .h2Style {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    line-height: 32px;
}

.goeasystaticpagesCls .mediumBlock .infodiv {
    line-height: 24px;
    font-weight: 400;
}

.goeasyFormOrTreeGridCls .goeasyFormOrTreeGridButtonCls .x-btn-inner {
    color: #fff
}

.goeasyFormOrTreeGridCls .goeasyFormOrTreeGridEditablePanelCls .goeasyFormOrTreeGridItemCls > label {
    color: blue
}

.goeasyFormOrTreeGridCls .goeasyFormOrTreeGridEditablePanelCls .goeasyFormOrTreeGridItemNonCls > label {
    color: #3f3f3f
}

.goeasyFormOrTreeGridCls .goeasyFormOrTreeGridEditablePanelCls .goeasyFormOrTreeGridItemCls.x-item-disabled > label {
    color: #666;
}

.goeasyCustomePluginCls .x-btn-inner {
    color: #fff
}

.goeasyCustomePluginCls .goeasyCustomePluginItemCls > label {
    color: blue
}

.goeasyCustomePluginCls .goeasyCustomePluginItemCls.x-item-disabled > label {
    color: #666;
}

div.x-form-item-default.x-item-disabled {
    opacity: 0.7
}

.goeasydateIntervalfieldSpecialCls div.x-datepicker-date {
    background-color: #00BFFF !important
}

.goeasyStarrating .starContainer .star {
    font-size: 16px;
    color: #cfcfcf;
    line-height: 18px;
    padding-top: 2px;
}

    .goeasyStarrating .starContainer .star.active {
        color: #ff0000;
    }

.chartTabPanelCls .x-box-scroller-tab-bar-default.x-box-scroller-left, .chartTabPanelCls .x-box-scroller-tab-bar-default.x-box-scroller-right {
    color: #000
}

@keyframes spin {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.privateitemsFile .privateitemsText div {
    text-indent: 2em
}

.privateitemsFile .privateitemsText .secondtitle {
    font-weight: bold;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.UserNameSysText, .textDisplay .UserNameUserText {
    /*display: block;*/
    visibility: visible;
    height: auto;
}

.textDisplay .UserNameSysText, .UserNameUserText {
    /*display: none;*/
    visibility: hidden;
    height: 0;
}

.goeasygridCls .x-grid-header-ct .gridCheckcolumnCls.x-column-header.x-item-disabled .x-column-header-inner {
    opacity: 0.6;
    background-color: rgba(255, 255, 255,0.50);
}

.goeasyFormOrTreeGridButtonCls, .goeasyFormOrTreeGridButtonCls.x-btn-over.x-btn-default-toolbar-small {
    padding: 2px;
    border-color: rgb(56, 146, 211);
    background-color: rgb(56, 146, 211)
}

    .goeasyFormOrTreeGridButtonCls.x-btn.x-btn-disabled.x-btn-default-toolbar-small {
        background-color: #424242;
        border-color: #000000;
        background-image: none;
    }
/*.goeasygridCls .x-panel-body .x-grid-view .x-grid-item-container .x-grid-cell.x-grid-td .x-grid-cell-inner {
    white-space: pre;
}*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 13px;
}

.goeasyToolbarInnerWidth.x-toolbar-default {
    padding: 0;
}

tr td.x-table-layout-cell:only-child .goeasyToolbarInnerWidth:only-child {
    padding-bottom: 5px;
    padding-top: 2px;
}

.goeasyToolbarInnerWidth .x-box-inner {
    width: 100% !important;
}

    .goeasyToolbarInnerWidth .x-box-inner .x-box-target {
        width: 100% !important;
    }

.allHeightCls {
    height: 100% !important
}


.hboxContainerReaderCls table tr td {
    vertical-align: baseline;
}

.goeasyHideTrigger input::-webkit-outer-spin-button,
.goeasyHideTrigger input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.goeasyHideTrigger input[type="number"] {
    -moz-appearance: textfield;
}

.goeasyRadioCls .x-grid-cell-inner.x-grid-widgetcolumn-cell-inner {
    padding: 0;
    margin: 0;
}

.goeasyRadioCls .x-form-cb-label-default {
    color: #414141;
}

.goeasyRadioGroupCls .goeasyRadioCls .x-form-cb-label-default {
    font-size: 15px;
    white-space: nowrap;
}

.goeasyRadioGroupCls .goeasyRadioCls.x-form-cb-checked .x-form-cb-label-default {
    color: #2196f3;
    font-weight: bold;
}
/*.cardContainerToolbarCls .x-responsivecolumn{
    padding:0;
}*/
.goeasyCardButtonCls {
    color: #555;
    font-weight: bold;
    background: #fff;
    letter-spacing: 2px;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
}

    .goeasyCardButtonCls.borderLeft {
        border-radius: 8px 0 0 8px;
        /*border-left: 1px solid #b7b7b7;*/
    }

    .goeasyCardButtonCls.borderRight {
        border-radius: 0 8px 8px 0;
        border-right: 1px solid #b7b7b7;
    }

    .goeasyCardButtonCls.isChecked {
        color: #2196f3;
        border: 1px solid #03a9f4;
        z-index: 9;
    }
/*.goeasyCardButtonCls.isChecked + .goeasyCardButtonCls {
            border-left-color: #03a9f4;
        }*/


.goeasyGridRowwidget .x-grid-rowbody-tr {
    background-color: #fff;
}

.goeasydashContainer > div > div.x-responsivecolumn {
    padding: 0.08rem 0 0 0.08rem;
}

.goeasydashContainer .dashComponentToolbar .dashComponentToolbarItem {
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 8px;
    font-weight: bold;
    border: 1px solid #9e9e9e;
    letter-spacing: 1px;
}

    .goeasydashContainer .dashComponentToolbar .dashComponentToolbarItem.checked {
        border: 1px solid #00bcd4;
        color: #03a9f4
    }

.goeasyResponsivecolumnNone > div div.x-responsivecolumn {
    padding: 0;
    margin: 0;
}

    .goeasyResponsivecolumnNone > div div.x-responsivecolumn > * {
        margin: 0;
    }

.dashHeader.x-panel-header.x-header {
    background-color: #35baf6;
}

.dashHeader .dashTools.x-tool-tool-el {
    background-color: rgba(0,0,0,0);
    color: #fff;
    border-radius: 0;
}

.dashHeader.x-accordion-hd .x-tool-img {
    background-image: url(../img/tools/tool-sprites.png);
    background-color: rgba(0,0,0,0);
}

.dashHeader.x-panel-header.x-header .x-title.x-panel-header-title {
    font-size: 16px;
    color: #fff;
}

.dashItemCalendar .x-panel-header.x-header .x-tool-tool-el.x-tool-img {
    background-color: rgba(0,0,0,0);
}

.dashItemCalendar .x-panel-body {
    background-color: #35baf6;
}

.dashItemCalendarSidebar .x-panel-body {
    background-color: #fff;
}

.dashItemCalendar .x-panel-header.x-header {
    background-color: #35baf6;
    border: none;
}

.dashpanelTreelist.x-treelist-nav .x-treelist-item-text {
    line-height: 0.22rem;
    margin-left: 0.2rem;
    margin-right: 0;
    color: #e3e7ea;
    font-size: 0.06rem;
}

.goeasyDashTreelist.x-treelist-nav .x-treelist-row, .goeasyDashTreelist.x-treelist-nav .x-treelist-item-tool {
    padding-top: 0.02rem;
    padding-bottom: 0.02rem;
}


.dashpanelTreelist.x-treelist-nav .x-treelist-row {
    padding-left: 0.02rem;
    padding-right: 0;
}

.dashpanelTreelist .x-treelist-toolstrip {
    padding-left: 0.01rem;
}

.dashpanelTreelist.x-treelist-nav .x-treelist-item-icon, .dashpanelTreelist.x-treelist-nav .x-treelist-item-tool {
    line-height: 0.22rem;
    color: #e3e7ea;
    font-size: 0.065rem;
    margin: 0 0.04rem;
    width: 0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashpanelTreelist.x-treelist-nav .x-treelist-item-expander {
    line-height: 0.2rem;
    color: #e3e7ea;
}

.x-treelist-nav.x-treelist-floater .dashPanel_treelistitemCls .x-treelist-item-text {
    line-height: 0.2rem;
    font-size: 0.05rem;
    color: #e3e7ea;
    min-width: fit-content;
}

.dashpanelTreelist.x-treelist-nav .x-treelist-item-icon:before, .dashpanelTreelist.x-treelist-nav .x-treelist-item-tool:before, .dashpanelTreelist.x-treelist-nav .x-treelist-item-expander {
    line-height: 0.22rem;
}

.x-treelist-nav.x-treelist-floater .x-treelist-item-icon, .x-treelist-nav .x-treelist-item-tool {
    color: #efefef;
}

.xietongqi .x-form-trigger-wrap-default, .xietongqi .x-form-text-wrap-default {
    border: none;
}

.xietongqi .x-form-text-default {
    border-radius: 0.02rem;
    background-color: #666;
    color: #fff;
    background-image: none;
}

.goeasyBlackLogin > .x-autocontainer-outerCt > .x-autocontainer-innerCt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xietong .choosen {
    font-weight: bold;
    border-bottom: 2px solid;
}

.blackLogin .content {
    background-color: #2f2f2f
}

div.x-form-display-field-default {
    margin: 0;
    padding-top: 4px;
}

.forgetpasswordDefault {
    width: 95%;
    border-bottom: 2px solid #03a9f4;
    margin: 0 auto 0.1rem;
}

    .forgetpasswordDefault .x-form-trigger-wrap-default {
        height: 90%;
        border: none;
    }

.forgetpasswordField input {
    font-size: 0.05rem;
    height: 0.18rem;
    letter-spacing: 0.005rem;
}

.forgetpasswordFlexLeft {
    width: calc(100% - 0.8rem);
}

.forgetpasswordFlexRigth {
    width: 0.7rem;
}

.forgetpasswordFlexB .x-autocontainer-innerCt {
    display: flex;
    justify-content: space-between;
}

.goeasytextareacodefield .CodeMirror-sizer {
    width: max-content;
    margin-right: 17px;
}

.goeasystatuscolumn .x-form-item-body-default .x-form-display-field-default {
    padding: 0;
    min-height: 0;
}

.x-form-trigger-wrap-default.fieldInputError {
    border-color: #c33131;
}

.groupBtnsPanel .groupBtn {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 12px 15px;
    color: #35baf6;
}

    .groupBtnsPanel .groupBtn.isChecked {
        color: #ff9800;
        font-style: italic;
    }

.groupBtnsPanel .groupKey {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    display: flex;
}

    .groupBtnsPanel .groupKey > div {
        margin: auto;
    }

.groupBtnsPanel .groupMoreBtnPanel > .x-panel-bodyWrap > .x-panel-body {
    background-color: #f8f8f8;
    border-radius: 5px;
}

.groupBtnsPanel .groupMoreBtn {
    border: 1px solid #538f0d;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 4px 0px;
    color: #6ba02d;
    margin-top: 4px;
    border-radius: 5px;
}

    .groupBtnsPanel .groupMoreBtn .icon {
        margin-right: 5px;
        color: #6ba02d;
    }

    .groupBtnsPanel .groupMoreBtn .text {
        margin-right: 5px;
        color: #6ba02d;
    }

.goeasymultipleselectionfieldCls .goeasyCheckgrouptable > table {
    width: 100%
}

.gridAllowFolding.goeasygridCls .x-panel-body .x-grid-view .x-grid-item-container .x-grid-cell.x-grid-td .x-grid-cell-inner {
    white-space: pre-wrap;
}

.goeasygridCls .x-column-header-text {
    white-space: break-spaces;
    line-height: 16px;
    text-align: center;
}

.gridAllowFolding .x-column-header.tooltipCls .x-column-header-text, .gridAllowFolding .x-grid-cell.x-grid-td div, .gridAllowFolding .x-grid-editor .x-box-inner .x-field .x-form-item-body div {
    white-space: normal;
    word-wrap: break-word
}

.goeasygridCls .x-grid-scrollbar-clipper-locked, .goeasygridCls .x-grid-scrollbar-locked, .goeasygridCls .x-grid-inner-locked {
    border-color: #c2c2c2;
}


.communicationName .x-panel-body-default {
    background: #f2f3f4;
}

    .communicationName .x-panel-body-default .isChecked {
        background: #e9e3e3;
    }


.communicationBarTitle .defaultItems .titleWrap {
    line-height: 0.15rem;
    text-align: center;
    font-size: 0.08rem;
    font-weight: bold;
    border-radius: 0.05rem;
    color: #607d8b;
    font-style: italic;
    width: 60%;
    margin: auto;
}

.communicationBarTitle .defaultItems.isChecked .titleWrap {
    border: 1px solid #ff9800;
    background-color: #ffc107;
    color: #fff;
    font-style: normal;
}

.x-grid-row .goeasy-verticalmerger {
    color: #282828;
    /*border-right-width: 1px;
    border-right-color: #ff980075;*/
}

.x-grid-row .goeasy-verticalmerger-odd.goeasy-verticalmerger-groupeven {
    /*background-color: rgb(255,255,218);*/
    background-color: rgb(194,244,250);
}

.x-grid-row .goeasy-verticalmerger-odd.goeasy-verticalmerger-groupodd {
    background-color: rgb(163,226,255);
}

.x-grid-row .goeasy-verticalmerger-even.goeasy-verticalmerger-groupeven {
    background-color: rgb(210,241,149)
}

.x-grid-row .goeasy-verticalmerger-even.goeasy-verticalmerger-groupodd {
    background-color: rgb(215,255,215)
}


.x-grid-row .goeasy-verticalmerger-shown > div {
    text-align: center;
    /*line-height: 18px;*/
    font-weight: bold;
}

.x-grid-row .goeasy-verticalmerger-hidden > div {
    visibility: hidden;
}

.x-grid-row .goeasy-horizontalmerger {
    color: #282828;
}

    .x-grid-row .goeasy-horizontalmerger.goeasy-horizontalmerger-even {
        background-color: rgba(255,230,190,0.5);
    }

    .x-grid-row .goeasy-horizontalmerger.goeasy-horizontalmerger-odd {
        background-color: rgba(255,220,200,0.5);
    }

/*.x-grid-row .goeasy-horizontalmerger-borderNone {
    border-right-width: 0px;
}*/

.x-grid-row .goeasy-horizontalmerger-shown > div {
    text-align: right;
    /*font-size: 16px;
    line-height: 18px;*/
    font-weight: bold;
    font-style: italic;
    padding-right: 0
}

.x-grid-row .goeasy-horizontalmerger-hidden > div {
    visibility: hidden;
}

/*.x-disabledCls {
    opacity: 0.75;
}*/

.iconWindow_textLabel {
    font-weight: bold;
    width: 64px;
    display: inline-block;
    line-height: 20px;
}

.viewer-container img, img.allowClick {
    pointer-events: auto !important;
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.goeasyChildMapContaienr > canvas {
    top: 0;
    position: absolute;
}

.hideBottomBorder {
    border-bottom: none;
}

.isEmptyTab {
    font-size: 22px;
    padding: 0.1rem;
    color: #9E9E9E;
    font-style: italic;
    font-weight: bold;
}

    .isEmptyTab:not(:only-child) {
        display: none;
    }

.goeastChatGpt_code {
    background: #6e6e6e;
    padding: 0;
    margin: 0 0.15rem 0 0.05rem;
    color: #fff;
    border-radius: 20px;
    line-height: 0.07rem;
    overflow: hidden;
}

.goeashChatIcon {
    background-image: url(../img/goeasyChat.png);
    background-size: contain;
}

.right_top_buttons.goeashChatIcon {
    height: 0.11rem;
    width: 0.11rem;
}

.x-treelist-nav .x-treelist-item-icon.goeashChatIcon, .x-treelist-nav .x-treelist-item-tool.goeashChatIcon {
    /*background-image: url(../img/goeasyChat.png);*/
    /*background-size: contain;*/
    height: 100%;
    width: 19px;
}

.x-treelist-nav .dashPanel_treelistitemCls .x-treelist-item-icon.goeashChatIcon, .x-treelist-nav .dashPanel_treelistitemCls .x-treelist-item-tool.goeashChatIcon {
    width: 0.075rem;
    margin: 0 0.06rem;
}

.x-treelist-toolstrip .goeashChatIcon:before {
    /*background-image: url(../img/goeasyChat.png);*/
    width: 19px;
    /*background-size: contain;*/
    height: 100%;
    min-height: 19px;
    margin: 8px 0 8px 12px;
}

.goeastChatGpt_code > .title {
    padding: 0.06rem 0.05rem 0.02rem;
    border-bottom: 1px solid;
    background: #9E9E9E;
}

.goeastChatGpt_code > .codeText {
    padding: 0.05rem;
    border-bottom: 1px solid;
    background: #3a3a3a;
    margin: 0;
    line-height: 0.08rem;
}

.scrollabBarMin::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.scrollabBarMin::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b7b7b7;
}

.goeasyalternativefield .goeasyAlternativeItemEditableNull > div label {
    color: #999;
}

.goeasyCheckgrouptable .goeasyAlternativeItemEditableNull > div label {
    color: #999;
}

@keyframes borderFlow {
    0% {
        border-color: #126daf;
    }

    100% {
        border-color: #FF5722;
    }
}

.borderTransparent {
    border: 2px solid transparent;
    animation: borderFlow 1s infinite alternate;
}

div.rotate-circle {
    min-height: 70px;
}


.goeasyTrion body.x-border-layout-ct, .goeasyTrion div.x-border-layout-ct {
    background-color: #ececec;
}

.goeasyTrionSplit .x-collapse-el {
    cursor: pointer;
    color: #919191;
    display: table;
    table-layout: fixed;
    background-color: #e0e0e0;
}

    .goeasyTrionSplit .x-collapse-el:before {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.goeasyTrionSplit .x-layout-split-left {
    font: 16px/1 'Font Awesome 5 Free';
}

    .goeasyTrionSplit .x-layout-split-left:before {
        content: '\f0d9';
    }

.goeasyTrionSplit .x-layout-split-right {
    font: 16px/1 'Font Awesome 5 Free';
    padding: 0 0 0 2px;
    background-image: none;
}

    .goeasyTrionSplit .x-layout-split-right:before {
        content: '\f0da';
    }

.goeasyTrionSplit .x-layout-split-top {
    font: 16px/1 'Font Awesome 5 Free';
    padding: 0 0 2px 0;
}

    .goeasyTrionSplit .x-layout-split-top:before {
        content: '\f0d8';
    }

.goeasyTrionSplit .x-layout-split-bottom {
    font: 16px/1 'Font Awesome 5 Free';
}

    .goeasyTrionSplit .x-layout-split-bottom:before {
        content: '\f0d7';
    }

.goeasyTrionSplit.x-splitter-collapsed .x-layout-split-left {
    font: 16px/1 'Font Awesome 5 Free';
    padding: 0 0 0 2px;
}

    .goeasyTrionSplit.x-splitter-collapsed .x-layout-split-left:before {
        content: '\f0da';
    }

.goeasyTrionSplit.x-splitter-collapsed .x-layout-split-right {
    font: 16px/1 'Font Awesome 5 Free';
}

    .goeasyTrionSplit.x-splitter-collapsed .x-layout-split-right:before {
        content: '\f0d9';
    }

.goeasyTrionSplit.x-splitter-collapsed .x-layout-split-top {
    font: 16px/1 'Font Awesome 5 Free';
}

    .goeasyTrionSplit.x-splitter-collapsed .x-layout-split-top:before {
        content: '\f0d7';
    }

.goeasyTrionSplit.x-splitter-collapsed .x-layout-split-bottom {
    font: 16px/1 'Font Awesome 5 Free';
    padding: 0 0 2px 0;
}

    .goeasyTrionSplit.x-splitter-collapsed .x-layout-split-bottom:before {
        content: '\f0d8';
    }

.goeasyMedius .x-btn-icon-el-default-toolbar-small {
    font-size: 18px;
    height: 18px;
    color: #666;
    line-height: 18px;
}

.portalDataWrap {
    margin: 0.12rem 0.15rem;
    border-radius: 0.2rem;
    text-align: center;
    color: #fff;
    background: #2ebeff;
    font-size: 0.05rem;
    line-height: 0.18rem;
    cursor: pointer;
}

    .portalDataWrap .portalDataIcon {
        position: absolute;
        right: 0.3rem;
        color: #fff;
        font-size: 0.07rem;
    }

.hiddenIcon .portalDataWrap .portalDataIcon {
    display: none;
}

.goeasyformToolbar .goeasyIsEdit {
    width: auto;
}

.goeasyIsEdit {
    width: 100%;
}

    .goeasyIsEdit:not(.x-item-disabled):not(.x-form-readonly) label.x-form-item-label-default {
        color: blue;
    }

.x-grid-row-editor-buttons .x-btn.x-btn-default-toolbar-small {
    border-color: rgb(56, 146, 211);
    background-color: rgb(56, 146, 211);
    background-image: none;
    min-width: 55px;
}

    .x-grid-row-editor-buttons .x-btn.x-btn-default-toolbar-small .x-btn-inner-default-toolbar-small {
        color: #fff;
    }

.minWidthButoon {
    min-width: 4em;
    display: inline-block;
    text-align: center;
}


.goeasyFieldSetPanelBase.x-panel-default {
    border-color: #b0b0b0
}

.goeasyFieldSetPanelBase .goeasyFieldSetPanelHeader .headerLine {
    position: absolute;
    border-top: 1px solid #b0b0b0;
    width: 100%;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.goeasyFieldSetPanelBase.x-collapsed.x-panel-collapsed .goeasyFieldSetPanelHeader .headerLine {
    border-left: 0;
    border-right: 0;
}

.goeasyFieldSetPanelBase .goeasyFieldSetPanelHeader .headerTitle {
    margin-left: 25px;
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 0 0 0 4px;
    display: flex;
    top: 2px;
    cursor: pointer;
    font: normal 12px/16px helvetica, arial, verdana, sans-serif;
}

    .goeasyFieldSetPanelBase .goeasyFieldSetPanelHeader .headerTitle .icon {
        background-image: url(../icon/collapse-tool.png);
        background-position: 0 0;
        position: relative;
        display: inline-block;
        height: 15px;
        width: 15px;
        /*top: 4px;*/
        margin: 0 4px 0 0;
    }

.goeasyFieldSetPanelBase.x-collapsed.x-panel-collapsed .goeasyFieldSetPanelHeader .headerTitle .icon {
    background-position: -15px 0;
}

.goeasyFieldSetPanelBase .goeasyFieldSetPanelHeader .headerTitle .text {
    padding: 0;
}

.cm-custom-keyword {
    color: #009688
}

.centerFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.taskItem-child .wrap {
    margin: 0 auto 0.12rem auto;
    width: 76%;
    border: 1px solid #424242;
    border-radius: 0.03rem;
    color: #ccc;
    display: flex;
    line-height: 0.12rem;
    cursor: pointer;
}

    .taskItem-child .wrap .textMsg {
        margin-left: 0.08rem;
    }

        .taskItem-child .wrap .textMsg .textName {
            font-size: 0.066rem;
            font-family: serif;
            letter-spacing: 0;
            color: rgba(255, 255, 255, 0.8);
        }

        .taskItem-child .wrap .textMsg .textAlert {
            font-weight: bold;
            font-size: 0.05rem;
        }

    .taskItem-child .wrap .textNum {
        align-items: center;
        font-size: 0.18rem;
        margin-left: auto;
    }

.sencha-dash-viewport.datadashsystempanel .dashsystemBaseColor .x-splitter {
    background-color: rgba(0,0,0,0);
}

.sencha-dash-viewport.datadashsystempanel .dashsystemBaseColor,
.sencha-dash-viewport.datadashsystempanel .dashsystemBaseColor .x-panel-header-default,
.sencha-dash-viewport.datadashsystempanel .dashsystemBaseColor .x-panel-header-default .x-tool-tool-el {
    background-color: #282828;
}

/* 适用于Webkit内核浏览器(Chrome/Safari/Edge等) */
.datadashsystempanel *::-webkit-scrollbar {
    width: 10px; /* 垂直滚动条宽度 */
    height: 10px; /* 水平滚动条高度 */
}

.datadashsystempanel *::-webkit-scrollbar-track {
    background: #282828; /* 轨道颜色 */
}

.datadashsystempanel *::-webkit-scrollbar-thumb {
    background: #353535; /* 滑块颜色 */
    border-radius: 2px; /* 滑块圆角 */
}

    .datadashsystempanel *::-webkit-scrollbar-thumb:hover {
        background: #5f5f5f; /* 滑块悬停颜色 */
    }

.datadashsystempanel .x-panel-body-default {
    background: #282828;
}

.datadashsystempanel .centerColor.x-panel-body-default {
    background: #424242;
}

.datadashsystempanel .dashsystemBorder {
    border: 2px solid #282828;
    border-radius: 0.03rem 0.03rem 0 0;
}

.datadashsystempanel .dashsystemBorder_manager {
    border: 2px solid #424242;
    border-radius: 0.03rem 0.03rem 0 0;
}

.sencha-dash-viewport.datadashsystempanel .titleText {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.34rem;
    font-weight: bold;
    color: #0d4874;
    border-bottom: 8px;
    border-color: #424242;
    border-style: solid;
    background: linear-gradient(to top, #fbfbfb, #f0f0f0);
}

.sencha-dash-viewport.datadashsystempanel .ct_title {
    padding: 0;
    font-size: 0.07rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    background-color: #353535;
    letter-spacing: 1px;
}

    .sencha-dash-viewport.datadashsystempanel .ct_title .ct_title_wrap {
        display: flex;
        justify-content: space-between;
        padding: 0 0.06rem;
        line-height: 0.18rem;
    }

.ct_title_imgCt_ai {
    cursor: pointer;
}

    .ct_title_imgCt_ai img {
        height: 0.11rem;
    }

.sencha-dash-viewport.datadashsystempanel .ct_footer .ct_fotter_wrap {
    padding: 0;
    font-size: 0.06rem;
    font-weight: bold;
    color: #35baf6;
    text-align: right;
    line-height: 0.12rem;
    background: #f0f0f0;
    border-radius: 0.05rem 0.05rem 0 0;
    cursor: pointer;
}

    .sencha-dash-viewport.datadashsystempanel .ct_footer .ct_fotter_wrap .ct_title_text {
        margin-right: 0.02rem;
    }

    .sencha-dash-viewport.datadashsystempanel .ct_footer .ct_fotter_wrap .ct_title_icon {
        margin-right: 0.06rem;
    }



.x-field.goeasyIsEdit .x-form-display-field.x-form-display-field-default {
    white-space: pre-line;
}

.canvasCt .chart-wrapper {
    position: relative;
    width: 90vmin;
    height: 90vmin;
    margin: auto
}

.canvasCt canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.canvasCt .center-circle {
    position: absolute;
    width: 40%;
    height: 40%;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.3s;
    font-size: 0.12rem;
    border: 0.02rem solid #282828;
    background-color: #424242;
}

    .canvasCt .center-circle:hover {
        box-shadow: 0 6px 16px rgba(0,0,0,0.2);
        font-size: 0.16rem;
    }

.canvasCt .tooltip {
    position: absolute;
    background: rgba(40,40,40,0.95);
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 100;
    max-width: 200px;
    backdrop-filter: blur(4px);
}

.tooltip strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
}

.toggle-btn {
    padding: 0.026rem 0.05rem;
    color: #ccc;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 0.062rem;
    line-height: 0.08rem;
    background-color: #353535;
}

.autoLayout .x-autocontainer-innerCt {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: auto;
}

.groupButton_checkedItem .groupButton_outer .groupButton_check {
    display: block;
}

.groupButton_checkedItem .groupButton_outer .groupButton_inner {
    background-color: #424242 !important;
    box-shadow: 0 0 3px 1px #8f8f8f;
}

.groupButton_outer {
    height: 100%;
    padding: 0.04rem 0.06rem;
}

    .groupButton_outer .groupButton_inner {
        text-align: center;
        padding: 0.04rem 0.02rem;
        border: 1px solid #424242;
        border-radius: 0.03rem;
        font-size: 0.056rem;
        line-height: 0.08rem;
        color: rgba(205,205,205,0.9);
        cursor: pointer;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .groupButton_outer .groupButton_inner.oneColumn {
            padding: 0.04rem 0.08rem;
        }

        .groupButton_outer .groupButton_inner:hover {
            box-shadow: 0 0 8px 2px #888;
        }

        .groupButton_outer .groupButton_inner span:only-child {
            flex: 1;
        }

        .groupButton_outer .groupButton_inner .groupButton_iconwrap {
            height: 0.12rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .groupButton_outer .groupButton_inner .groupButton_iconwrap img {
                height: 100%
            }

        .groupButton_outer .groupButton_inner .groupButton_textwrap {
            display: inline-block;
            padding: 0.02rem;
        }

.managerSystemPanelTreeList .treelist_title_icon {
    padding: 0 0.05rem;
    font-size: 0.066rem;
    color: #fff;
    font-weight: bold;
}

.dashsystem_treelist {
    font-size: 0.06rem;
    color: #fff;
    transition: color 0.5s;
    line-height: 0.2rem;
    overflow: hidden;
}

    .dashsystem_treelist.bigFont {
        font-size: 0.065rem;
    }

        .dashsystem_treelist.bigFont:hover {
            cursor: pointer;
            text-shadow: 0 0 2px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(255, 255, 255, 0.5);
            transform: scale(1.3);
        }

.isCollapsed {
    transform: translateY(calc(100% - 50px));
}
.pieToolbar {
    border-color: #424242;
    border-style: solid;
    border-width: 2px;
    transition: transform 0.6s ease;
    border-radius: 0.03rem 0.03rem 0 0;
}
.pieCt .pieCtChild {
    transition: transform 0.6s ease;
}

.pieCt.exchange .pieCtChild {
    transform:translate(-100%);
}

.singlePieItem .square {
    flex: 1;
    aspect-ratio: 1 / 1;
    background-color: #ccc;
    margin: 0 1px;
    border-radius: 62%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.072rem;
    font-weight: bold;
    cursor: pointer;
}
    /*.singlePieItem .square:hover {
        box-shadow: 1px 1px rgb(255 255 255 / 60%), -1px -1px rgb(255 255 255 / 60%), 1px -1px rgb(255 255 255 / 60%), -1px -1px rgb(255 255 255 / 60%)
    }*/
.singlePieLogo {
    margin: 0.042rem auto;
    height: 0.32rem;
    cursor: pointer;
}

    .singlePieLogo img {
        height: 100%;
    }

    .dashsysTreeWindow .managerSystemPanelTreeListTitleCt {
        background: #282828;
        border-bottom-color: #424242;
        border-bottom-style: solid;
        border-bottom-width: 1px !important;
        color: #fff;
    }

.dashsysTreeWindow .goeasyDashTreelist {
    background: #282828;
}

.goeasyTimepicker {
    background: white;
    padding: 0;
    border-radius: 0.04rem;
    box-shadow: 0 0 2px rgb(148 148 148 / 60%);
    text-align: center;
    border: 1px solid #d2d2d2;
}

    .goeasyTimepicker  .title {
        font-size: 0.08rem;
        color: #333;
        margin-bottom: 20px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .goeasyTimepicker .time-picker {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.04rem;
    }

    .goeasyTimepicker .time-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0.02rem;
    }

    .goeasyTimepicker .time-value {
        font-size: 0.086rem;
        color: #333;
        margin: 0.02rem 0;
        width: 62%;
        text-align: center;
        border: 1px solid #aaa;
        border-radius: 0.02rem;
        padding: 0.02rem;
        -moz-appearance: textfield;
    }

        .goeasyTimepicker .time-value::-webkit-outer-spin-button,
        .goeasyTimepicker .time-value::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .goeasyTimepicker .time-label {
        font-size: 12px;
        color: #999;
        text-transform: uppercase;
    }

    .goeasyTimepicker .time-control {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #efefef;
        border: none;
        cursor: pointer;
        font-size: 22px;
        color: #888;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }

        .goeasyTimepicker .time-control:hover {
            background: #e0e0e0;
        }

    .goeasyTimepicker .separator {
        font-size: 24px;
        color: #333;
        margin: 0 5px;
    }

    .goeasyTimepicker .confirm-btn {
        background: #4285f4;
        color: white;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s;
        margin-top: 10px;
        box-shadow: 0 2px 10px rgba(66, 133, 244, 0.3);
    }

        .goeasyTimepicker .confirm-btn:hover {
            background: #3367d6;
            transform: translateY(-2px);
        }

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.removeButton {
    background: #3892d4;
    height: 23.4px;
    width: 23.4px;
    text-align: center;
    line-height: 22.4px;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #0060ac;
    font-size: 15px;
    cursor: pointer;
}

.main-logo .treeWord {
    width: 100%;
    word-break: keep-all;
    text-align:center;
}