.auto-height {
    height: auto;
}
.w100p {
    width: 100%;
}
.page__workflow__container {
  width: 100%;
  overflow: auto;
}
.w1{
    width: calc(((100% - 330px) / 12) * 9 + 240px);
}
.w2{
    width: calc(((100% - 330px) / 12) * 10 + 270px);
}
.w3{
    width: 240.00px;
}
.w4{
    width: calc(((100% - 330px) / 12) * 5 + 120px);
}
.w5{
    width: calc(((100% - 55px) / 12) * 6 + 25px);
}
.w6{
    width: calc(((100% - 330px) / 12) * 2 + 30px);
}
.w7{
    width: calc(((100% - 137.5px) / 12) * 2 + 12.5px);
}
.w8{
    width: calc((100% - 220px) / 12);
}
.w9{
    width: calc(((100% - 220px) / 12) * 4 + 60px);
}
.w10{
    width: calc(((100% - 220px) / 12) * 8 + 140px);
}
.w11{
    width: calc(((100% - 137.5px) / 12) * 8 + 87.5px);
}
.w12{
    width: calc((100% - 330px) / 12);
}
.w13{
    width: calc(((100% - 330px) / 12) * 8 + 210px);
}
.w14{
    width: calc(((100% - 330px) / 12) * 6 + 150px);
}
.w15{
    width: calc(((100% - 330px) / 12) * 4 + 90px);
}
.w16{
    width: calc(((100% - 82.5px) / 12) * 3 + 15px);
}
.w17{
    width: calc(((100% - 82.5px) / 12) * 8 + 52.5px);
}
.w18{
    width: calc(((100% - 330px) / 12) * 3 + 60px);
}
.w19{
    width: calc(((100% - 110px) / 12) * 8 + 70px);
}
.w20{
    width: calc(((100% - 110px) / 12) * 6 + 50px);
}
.w21{
    width: calc(((100% - 165px) / 12) * 8 + 105px);
}
.w22{
    width: calc(((100% - 330px) / 12) * 11 + 300px);
}
.w23{
    width: calc(((100% - 82.5px) / 12) * 9 + 60px);
}
.w24{
    width: calc(((100% - 302.5px) / 12) * 2 + 27.5px);
}
.w25{
    width: calc(((100% - 302.5px) / 12) * 7 + 165px);
}

.h1{
    height: 36.00px;
}
.h2{
    height: 400.00px;
}
.h3{
    height: 30.00px;
}

.margin-left-1{
    margin-left: 30.00px;
}
.margin-left-1 > .textarea{
    margin-left: 30.00px;
}
.margin-left-2{
    margin-left: 20.00px;
}
.margin-left-2 > .textarea{
    margin-left: 20.00px;
}
.margin-left-3{
    margin-left: 12.50px;
}
.margin-left-3 > .textarea{
    margin-left: 12.50px;
}
.margin-left-4{
    margin-left: 7.50px;
}
.margin-left-4 > .textarea{
    margin-left: 7.50px;
}
.margin-left-5{
    margin-left: 10.00px;
}
.margin-left-5 > .textarea{
    margin-left: 10.00px;
}
.margin-left-6{
    margin-left: 15.00px;
}
.margin-left-6 > .textarea{
    margin-left: 15.00px;
}
.margin-left-7{
    margin-left: 27.50px;
}
.margin-left-7 > .textarea{
    margin-left: 27.50px;
}
.margin-left-8{
    margin-left: 2.50px;
}
.margin-left-8 > .textarea{
    margin-left: 2.50px;
}


    :root{
        --theme-color-opacity-2: rgba(226, 90, 83, 0.15);
        --theme-color: #5282FB; --theme-color-opacity-1: rgba(226, 90, 83, 0.1); --font-size-base: 16px; --font-size-s: 14px; --font-size-xs: 12px; --color-primary: #1068eb; --background-dark-theme: rgba(255, 255, 255, .1); --background-dark-theme-hover: rgba(255, 255, 255, .2);
    }
:root{
        --theme-color: #5282FB; --theme-color-opacity-2 :rgba(82, 130, 251, 0.15);--theme-color-opacity-1: #f5f7fa; --font-size-base: 16px; --font-size-s: 14px; --font-size-xs: 12px; --color-primary: #1068eb; --background-dark-theme: rgba(255, 255, 255, .1); --background-dark-theme-hover: rgba(255, 255, 255, .2);
}
:root{
    --theme-color: #5282FB;
    --theme-color-opacity-1: rgba(82, 130, 251, 0.05);
    --theme-color-opacity-2: rgba(82, 130, 251, 0.15);
    --font-size-base: 16px;
    --font-size-s: 14px;
    --font-size-xs: 12px;
    --color-primary: #1068eb;
    --background-dark-theme: rgba(255, 255, 255, .1);
    --background-dark-theme-hover: rgba(255, 255, 255, .2);
}
:root {
  /*! Space - Sizes */
  --space-none:0;
  --space-xs:4px;
  --space-s:8px;
  --space-base:16px;
  --space-m:24px;
  --space-l:32px;
  --space-xl:40px;
  --space-xxl:48px;

  --grid-desktop: 4;
  --grid-tablet: 3;
  --grid-phone: 1;
  --grid-gap: var(--space-base);
  --grid-list-desktop: 5;
  --grid-list-tablet: 4;
  --grid-list-phone: 2;

      /* Typography - Size */
    --font-size-display: 36px;
    --font-size-h1: 32px;
    --font-size-h2: 28px;
    --font-size-h3: 26px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --font-size-h6: 18px;
    --font-size-base: 16px;
    --font-size-s: 13px;
    --font-size-xs: 12px;
    
    /* Typography - Weight */
    --font-light: 300;
    --font-regular: 400;
    --font-semi-bold: 600;
    --font-bold: 700;
    
    /* Color - Brand */
    --color-primary: #1068eb;
    --color-secondary: #303d60;
    --color-primary-hover: #295fd6;
    --color-primary-selected: rgba(20, 110, 245, .12);
    --color-primary-lightest: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));    

    --color-focus-outer: #FFD337;
    --color-focus-inner: var(--color-neutral-10);
    
    /* Color - Extended */
    --color-red-lightest: #faeaea;
    --color-red-lighter: #e9aaaa;
    --color-red-light: #d96a6a;
    --color-red: #c92a2a;
    --color-red-dark: #ab2424;
    --color-red-darker: #8d1d1d;
    --color-red-darkest: #6f1717;
    
    --color-pink-lightest: #fbebf0;
    --color-pink-lighter: #efadc4;
    --color-pink-light: #e27098;
    --color-pink: #d6336c;
    --color-pink-dark: #b62b5c;
    --color-pink-darker: #96244c;
    --color-pink-darkest: #761c3b;
    
    --color-grape-lightest: #f7ecfa;
    --color-grape-lighter: #dfb2e9;
    --color-grape-light: #c678d9;
    --color-grape: #ae3ec9;
    --color-grape-dark: #9435ab;
    --color-grape-darker: #7a2b8d;
    --color-grape-darkest: #60226f;
    
    --color-violet-lightest: #f1edfd;
    --color-violet-lighter: #c6b6f6;
    --color-violet-light: #9b7fef;
    --color-violet: #7048e8;
    --color-violet-dark: #5f3dc5;
    --color-violet-darker: #4e32a2;
    --color-violet-darkest: #3e2880;
   
    --color-indigo-lightest: #eceffd;
    --color-indigo-lighter: #b3c1f7;
    --color-indigo-light: #7b92f1;
    --color-indigo: #4263eb;
    --color-indigo-dark: #3854c8;
    --color-indigo-darker: #2e45a5;
    --color-indigo-darkest: #243681;
    
    --color-blue-lightest: #e8f2fa;
    --color-blue-lighter: #a3c9ea;
    --color-blue-light: #5fa1db;
    --color-blue: #1a79cb;
    --color-blue-dark: #1667ad;
    --color-blue-darker: #12558e;
    --color-blue-darkest: #0e4370;
    
    --color-cyan-lightest: #e7f2f4;
    --color-cyan-lighter: #9eccd3;
    --color-cyan-light: #56a6b2;
    --color-cyan: #0d8091;
    --color-cyan-dark: #0b6d7b;
    --color-cyan-darker: #095a66;
    --color-cyan-darkest: #074650;
    
    --color-teal-lightest: #e6f2ef;
    --color-teal-lighter: #9cccbd;
    --color-teal-light: #52a58c;
    --color-teal: #087f5b;
    --color-teal-dark: #076c4d;
    --color-teal-darker: #065940;
    --color-teal-darkest: #044632;
    
    --color-green-lightest: #ebf7ed;
    --color-green-lighter: #afe0b8;
    --color-green-light: #73c982;
    --color-green: #37b24d;
    --color-green-dark: #2f9741;
    --color-green-darker: #267d36;
    --color-green-darkest: #1e622a;
    
    --color-lime-lightest: #f1f8e8;
    --color-lime-lighter: #c7e3a2;
    --color-lime-light: #9ecd5c;
    --color-lime: #74b816;
    --color-lime-dark: #639c13;
    --color-lime-darker: #51810f;
    --color-lime-darkest: #40650c;
   
    --color-orange-lightest: #fef0e6;
    --color-orange-lighter: #fcc29c;
    --color-orange-light: #f99551;
    --color-orange: #f76707;
    --color-orange-dark: #d25806;
    --color-orange-darker: #ad4805;
    --color-orange-darkest: #883904;
    
    --color-yellow-lightest: #fef5e5;
    --color-yellow-lighter: #fbd999;
    --color-yellow-light: #f8bc4c;
    --color-yellow: #f59f00;
    --color-yellow-dark: #d08700;
    --color-yellow-darker: #ac6f00;
    --color-yellow-darkest: #875700;
    
    /* Color - Neutral */
    --color-neutral-0: #ffffff;
    --color-neutral-1: #f8f9fa;
    --color-neutral-2: #f1f3f5;
    --color-neutral-3: #e9ecef;
    --color-neutral-4: #dee2e6;
    --color-neutral-5: #ced4da;
    --color-neutral-6: #adb5bd;
    --color-neutral-7: #6a7178;
    --color-neutral-8: #4f575e;
    --color-neutral-9: #272b30;
    --color-neutral-10: #101213;
    
    /* Color - Semantic */
    --color-error-light: #fceaea;
    --color-error: #dc2020;
    --color-warning-light: #fdf6e5;
    --color-warning: #e9a100;
    --color-success-light: #eaf3eb;
    --color-success: #29823b;
    --color-info-light: #e5f5fc;
    --color-info: #017aad;
    
    /* Border Radius */
    --border-radius-none: 0;
    --border-radius-soft: 4px;
    --border-radius-rounded: 100px;
    --border-radius-circle: 100%;
    
    /* Border Size */
    --border-size-none: 0;
    --border-size-s: 1px;
    --border-size-m: 2px;
    --border-size-l: 3px;
    
    /* Elevation / Shadow */
    --shadow-none: none;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, .1);
    --shadow-s: 0 2px 4px rgba(0, 0, 0, .1);
    --shadow-m: 0 4px 6px rgba(0, 0, 0, .1);
    --shadow-l: 0 6px 8px rgba(0, 0, 0, .1);
    --shadow-xl: 0 8px 10px rgba(0, 0, 0, .1);
    
    /* App Settings */
    --header-color: #ffffff;
    --color-background-body: #f3f6f8;
    --color-background-login: #ffffff;
    --header-size: 56px;
    --header-size-content: 48px;
    --side-menu-size: 300px;
    --bottom-bar-size: 56px;
    --footer-height: 0px;
    
    /* iOS Safe Areas (Notch Support) */
    --os-safe-area-top: env(safe-area-inset-top);
    --os-safe-area-right: env(safe-area-inset-right);
    --os-safe-area-bottom: env(safe-area-inset-bottom);
    --os-safe-area-left: env(safe-area-inset-left);
}

/* 模板 */
.themecolor{
  background: var(--theme-color);
}
.desktop .leftMenu {
        width: 200px;
    }
    .phone .leftMenu {
        width: 90%;
    }
    /* leftMenu组件 */
    .navigation {
        background-color: var(--theme-color);
        display: flex;
        flex-wrap: nowrap;
    }
    .desktop .Menu {
        background-color: rgb(251, 250, 250);
        width: 100%;
        height: 100%;
        display: block;
    }
    .desktop .menu-icon {
        display: none;
    }
    .desktop .rightPage {
        width: calc(100% - 200px);
    }
    .desktop .leftMenu {
        display: block;
    }
    .phone .Menu {
        width: 270px;
        height: 100%;
        background:rgb(245, 245, 245);
        display: block;
        z-index: 2001;
    }
    .phone .menu-icon {
        display: flex;
        margin-left: 15px;
        width: 24px;
        margin-right: 0px;
    }
    .phone .rightPage {
        width: 100%;
    }
    .phone .leftMenu {
        display: none;
    }
    #shade {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
        background-color: gray;
        opacity: 0.6;
        display: none;
    }
    .phone .leftMenuShade {
        height: 100%;
        background-color: rgb(251, 250, 250);
        min-height: 100%;
        display: block;
        z-index: 2001;
        position: relative;
        top: 0px;
    }
    .LeftMenuFather:hover, .LeftMenuChild:hover {
        background-color: rgb(241,242,244);
    }

/* navigation组件 */
    .menu-icon{
        margin-left: 15px;
  background-color:transparent;
  border:none;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  margin-right:var(--space-m);
  padding:0;
  width:24px;
}
.menu-icon-line{
  background-color:white;
  border-radius:20px;
  min-height:3px;
  margin:2px 0;
  width:24px;
}
.icon-searches {
    width: 18px;
    height: 18px;
}
.phone .title {
    width: 260px;
}

.logoywTitle{
    font-size: 24px;
    color: #22262e;
    font-family: MicrosoftYaHeiLight;
    padding:15px;
}

.logoTitle{
    color:white;
    font-Size:16px;
    margin-left:150px;
    line-height:43px;
    min-height:43px;
    font-family: Yuanti SC;
    font-weight: 700;
    letter-spacing: 3px;
}


.rc-html-wh100p {
    height: 100%;
}

.rc-html-wh100p .embed, .rc-html-wh100p .rc-html {
    height: 100%;
}


.custompadding{
    padding: 0 5px 0 5px;
}

.container-height{
    display: flex;
    min-height: calc(100% - 43px);
}

.showMenu_phone {
   display: block;
}

showMenu_desktop {
    display: none;
}

.video {margin-left:100px;}

/* Gallery组件 */
.grid-gallery, .grid-gallery > .list{
  display:grid;
  grid-gap:var(--grid-gap);
  grid-template-columns:repeat(var(--grid-desktop), 1fr);
}
.grid-gallery > *{
  margin-top:0;
}
.grid-gallery > .list{
  grid-column-end:calc(var(--grid-desktop) + 1);
  grid-column-start:1;
  overflow:initial;
}
.grid-gallery > .list .card,
.grid-gallery > .list .animate{
  height:100%;
}
.grid-gallery > img{
  object-fit:cover;
}

.tablet .grid-gallery, .tablet .grid-gallery > .list{
  grid-template-columns:repeat(var(--grid-tablet), 1fr);
}
.tablet .grid-gallery > .list{
  grid-column-end:calc(var(--grid-tablet) + 1);
}

.phone .grid-gallery, .phone .grid-gallery > .list{
  grid-template-columns:repeat(var(--grid-phone), 1fr);
}
.phone .grid-gallery > .list{
  grid-column-end:calc(var(--grid-phone) + 1);
}

/* Pagination组件 */
.phone .father{
    display: flex;
    white-space: nowrap;
    flex: 9;
}
.phone .children1{
  flex: 1;
}
.phone .children2{
  margin-left: 0px;
  flex: 2;
}
.phone .children3{
  flex: 1.5;
}
.phone .last-pagination {
  flex: 3;
}
.desktop .children3{
  display: none;
}
.desktop .pagination-container {
  right: 20px;
}
.desktop .last-pagination {
  margin-left: var(--space-s);
}
.phone .all-page-button {
  display: none;
}
.pagination {
    align-items: center;
    display: flex;
  justify-content: space-between;
    margin-top: var(--space-m);
}

.pagination-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}
.container-none {
  display: none;
}
.pagination-container .rc-expression {
  min-width: auto;
}
.pagination-container .recordsContainer:hover {
  border-radius: 3px;
  background-color: #CCCCCC;
  cursor: pointer;
}
.pagination-container .popup.rc-popup-air-bubbles .rc-popup-air-buttles-content {
  padding: 5px;
}
.pagination-container .container1 {
    min-width: 60px;
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container2 {
    min-width: 84px;
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container2 .text3 {
    width: 56px;
    white-space:nowrap;
}
.pagination-container .expression {
    min-width: 10px;
}
.pagination-container .container3 {
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container4 {
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .ellipsis {
    min-width: 12px;
    margin-left: var(--space-s);
}
.pagination-container .list {
    min-height:28px;
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container7 {
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container-left {
    width: -webkit-max-content;
    width: max-content;
}

.pagination-button {
    align-items: center;
    background-color: #F5F5F7;
    border-radius: var(--border-radius-soft);
    color: #000;
    border: var(--border-size-s) solid var(--color-neutral-4);
    cursor: pointer;
    display: inline-flex;
    height: 28px;
    min-width: 28px;
  justify-content: center;
    margin-left: var(--space-s);
    padding: 0 5px;
}
.pagination-button-turning {
    background-color: #fff;
    border: var(--border-size-s) solid var(--color-neutral-4);
}
.is-rtl .pagination-button {
    margin-right: var(--space-s);
    margin-left: 0;
}

.desktop .pagination-button:not(.is--ellipsis):hover {
    background-color: rgba(21, 24, 26, .04);
    border: var(--border-size-s) solid var(--color-neutral-4);
}

.pagination-button[disabled] {
    opacity: .5;
    pointer-events: none;
}

.pagination-button.is--active {
    background-color: var(--theme-color);
    color: #fff;
    cursor: auto;
    pointer-events: none;
}

.pagination-button.is--ellipsis {
    background-color: transparent;
    border: 0;
    cursor: auto;
    width: 16px;
}
.pagination-container .button-records {
    height: 28px;
    min-width: 80px;
    background-color:#FFF;
    border-radius: 4px;
    border: 1px solid var(--color-neutral-4);
    color: #000;
    margin-top: 2px;
    margin-left: 0;
    padding: 0 5px;
}
.pagination-container .pagination-counter .button-records .text6 {
    line-height: 26px;
    color: #000;
}

.pagination .form-control[data-input] {
    height: 32px;
    margin-left: 8px;
    padding: 0;
    text-align: center;
    width: 32px;
}

.pagination-container .pagination-counter {
    margin-left: 8px;
    color: #000;
}

.pagination-input {
    align-items: center;
    display: flex;
}


.pagination .list.list-group {
    overflow: initial;
}

.phone .pagination {
    flex-direction: column;
}

.phone .pagination-container {
    margin-top: 5px;
}

.phone .pagination-button,
.tablet .pagination-button,
.phone .pagination .form-control[data-input],
.tablet .pagination .form-control[data-input] {
    width: 28px;
    height: 28px;
}

.pagination-input,
.pagination-container .list {
    -servicestudio-display: none;
}

.is-rtl .pagination-button .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.custompadding{
    padding: 0 5px 0 5px;
}

.container-height{
    display: flex;
    min-height: calc(100% - 43px);
}

/* Carousel组件 */
.carousel{
  overflow:hidden;
  position:relative;
  transition:all 400ms ease;
}
.carousel{
  -servicestudio-max-height:100vh;
  -servicestudio-max-height:none !important;
  -servicestudio-min-height:80px !important;
}
.carousel:empty{
  -servicestudio-min-height:200px;
}
.carousel:not(.no-swipe) .carousel-container-content:hover{
  cursor:-webkit-grab;
  cursor:grab;
}
.carousel.init{
  opacity:0;
}
.carousel.init{
  -servicestudio-opacity:1;
}
.carousel > .list:not([data-virtualization-disabled]) > *, .carousel > .list:not([data-animation-disabled]) > *{
  -servicestudio-display:none !important;
}
.carousel > .list:not([data-virtualization-disabled]), .carousel > .list:not([data-animation-disabled]){
  -servicestudio-min-height:225px;
  -servicestudio-pointer-events:none;
}
.carousel > .list:not([data-virtualization-disabled]):after, .carousel > .list:not([data-animation-disabled]):after{
  -servicestudio-background-color:#fff;
  -servicestudio-background-position:center;
  -servicestudio-background-repeat:no-repeat;
  -servicestudio-background-size:291px 225px;
  -servicestudio-content:" ";
  -servicestudio-height:100%;
  -servicestudio-left:0;
  -servicestudio-min-height:225px;
  -servicestudio-position:absolute;
  -servicestudio-top:0;
  -servicestudio-width:100%;
}
.carousel--animatable{
  transition:all 250ms linear;
  will-change:transform;
}
.carousel [data-block*=Card] + [data-block*=Card] .card{
  margin-top:var(--space-none);
}
.carousel .carousel-container{
  --carousel-width:100%;
  width:var(--carousel-width);
  background-color:transparent;
  white-space:nowrap;
}
.carousel .carousel-container{
  -servicestudio-min-height:80px !important;
  -servicestudio-white-space:normal;
}
.carousel .carousel-container .list.list-group{
  background-color:transparent;
  white-space:nowrap;
}
.carousel .carousel-container .list.list-group{
  -servicestudio-white-space:normal;
}
.carousel .carousel-container > .carousel-container-content > *:not(.list), .carousel .carousel-container > .carousel-container-content > .list > div{
  display:inline-block;
  white-space:normal;
  width:100%;
}
.carousel .carousel-container .carousel-container-content > .list:not([data-virtualization-disabled]) > *,
.carousel .carousel-container .carousel-container-content > .list:not([data-animation-disabled]) > *{
  -servicestudio-display:none !important;
}
.carousel .carousel-container .carousel-container-content > .list:not([data-virtualization-disabled]),
.carousel .carousel-container .carousel-container-content > .list:not([data-animation-disabled]){
  -servicestudio-min-height:225px;
  -servicestudio-pointer-events:none;
}
.carousel .carousel-container .carousel-container-content > .list:not([data-virtualization-disabled]):after,
.carousel .carousel-container .carousel-container-content > .list:not([data-animation-disabled]):after{
  -servicestudio-background-color:#fff;
  -servicestudio-background-position:center;
  -servicestudio-background-repeat:no-repeat;
  -servicestudio-background-size:291px 225px;
  -servicestudio-content:" ";
  -servicestudio-height:100%;
  -servicestudio-left:0;
  -servicestudio-min-height:225px;
  -servicestudio-position:absolute;
  -servicestudio-top:0;
  -servicestudio-width:100%;
}
.carousel .carousel-container-content{
  -servicestudio-min-height:80px !important;
}
.carousel .carousel-container-content .OSFillParent{
  display:inline-block;
}
.carousel .carousel-container-content .grid-gallery .OSFillParent{
  display:inherit;
}
.carousel .carousel-navigation{
  align-items:center;
  background-color:var(--color-neutral-0);
  border-radius:var(--border-radius-circle);
  box-shadow:var(--shadow-xs);
  color:var(--color-neutral-7);
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-h4);
  height:40px;
  justify-content:center;
  opacity:1;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-25px);
          transform:translateY(-25px);
  transition:opacity 150ms linear;
  width:40px;
  will-change:opacity;
  z-index:2;
}
.carousel .carousel-navigation.disabled{
  opacity:0.3;
}
.carousel .carousel-navigation.hidden{
  display:none;
}
.carousel .carousel-navigation.carousel-navigation-left{
  left:24px;
  background: rgba(0, 0, 0, 0.3);
}
.carousel .carousel-navigation.carousel-navigation-right{
  right:24px;
  text-align:right;
  background: rgba(0, 0, 0, 0.3);
}
.carousel .carousel-dots-container{
  margin-top:-20px;
  text-align:center;
}
.carousel .carousel-dots-container.disabled{
  display:none;
}
.carousel .carousel-dots-container .carousel-dot{
  background: rgba(0, 0, 0, 0.3);
  border-radius:var(--border-radius-circle);
  cursor:pointer;
  display:inline-block;
  height:8px;
  margin:0 var(--space-xs);
  width:8px;
}
.carousel .carousel-dots-container .carousel-dot.active{
  background-color:#5282fc;
}
.carousel-is-moving .hide-on-drag{
  opacity:0;
  transition:opacity 250ms ease;
}
.carousel .list.list-group{
  overflow:initial;
}
.carousel svg{
  max-width:100%;
}
.carousel .rc-image>.image-inner {
  width: 100%;
  height: 100%;
}

.has-accessible-features .carousel .carousel-navigation:focus{
  box-shadow:0 0 0 3px var(--color-focus-outer);
}
/* Submenu组件 */
.submenu{
  cursor:pointer;
  display:inline-flex;
  /*margin-left:var(--space-base);*/
  position:relative;
  margin-left: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 30px;
}
.submenu{
  -servicestudio-height:auto !important;
}
.submenu:hover .submenu-icon:before{
  border:var(--border-size-s) solid var(--color-neutral-9);
  border-right:0;
  border-top:0;
}
.submenu.active.open .submenu-item{
  color:var(--color-primary);
}
.submenu.active .submenu-header{
  border-bottom:var(--border-size-m) solid var(--color-primary);
}
.submenu.active .submenu-item,
.submenu.active .submenu-item a{
  color:var(--color-primary);
}
.submenu.active .submenu-icon:before{
  border:var(--border-size-s) solid var(--color-primary);
  border-right:0;
  border-top:0;
}
.submenu.open .submenu-icon{
  top:3px;
  -webkit-transform:rotate(135deg);
          transform:rotate(135deg);
}
.submenu.open .submenu-items{
  width: auto;
  opacity:1;
  pointer-events:auto;
  -webkit-transform:translateY(0px);
          transform:translateY(0px);
}
.submenu.is--dropdown .submenu-icon{
  display:inline-flex;
  align-content: normal;
  margin-top: 0px;
}
.submenu-header{
  box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items:center;
  border-bottom:var(--border-size-m) solid transparent;
  border-top:var(--border-size-m) solid transparent;
  display:flex;
  padding:var(--space-none) var(--space-s);
  transition:all 150ms linear;
}
.submenu-icon{
  display:none;
  margin-left:var(--space-s);
  position:relative;
  top:-1px;
  -webkit-transform:rotate(-45deg);
          transform:rotate(-45deg);
  transition:all 150ms linear;
}
.submenu-icon:before{
  border:var(--border-size-s) solid var(--color-neutral-8);
  border-right:0;
  border-top:0;
  box-sizing:border-box;
  content:"";
  height:6px;
  transition:all 150ms linear;
  width:6px;
}
.submenu-item{
  box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items:center;
  color:var(--color-neutral-9);
  display:inline-flex;
  height:100%;
  position:relative;
  transition:all 150ms linear;
}
.submenu-item a{
  align-items:center;
  color:var(--color-neutral-8);
  display:flex;
  height:100%;
}
.submenu-items{
  background-color:var(--color-neutral-0);
  border:var(--border-size-s) solid var(--color-neutral-4);
  border-radius:var(--border-radius-soft);
  box-shadow:var(--shadow-m);
  display:flex;
  flex-direction:column;
  left:0;
  min-width:100px;
  opacity:0;
  padding:var(--space-s) var(--space-none);
  pointer-events:none;
  position:absolute;
  top:calc(100% + var(--space-xs));
  -webkit-transform:translateY(-8px);
          transform:translateY(-8px);
  transition:all 130ms ease-out;
  z-index:100;
}
.submenu-items{
  -servicestudio-opacity:1 !important;
  -servicestudio-pointer-events:auto !important;
  -servicestudio-top:100% !important;
  -servicestudio-transform:translateY(0px) !important;
}
.submenu-items a{
  color:var(--color-neutral-8);
  white-space:nowrap;
  padding: var(--space-s);
  margin: 0;
  width: auto;
}
.submenu-items a>span{
  white-space: nowrap;
}
.submenu-items a.active{
  color:var(--color-primary);
}

.layout:not(.layout-side) .app-menu-links .submenu a{
  border-bottom:none;
}
.layout .header .submenu-items{
  -servicestudio-display:none !important;
}
.layout .submenu{
  -servicestudio-height:100% !important;
}

.layout-side .app-menu-links .submenu a{
  border-left:none;
}
.layout-side .submenu{
  flex-direction:column;
  margin-left:var(--space-none);
  width:100%;
}
.layout-side .submenu.active .submenu-header{
  border-left:var(--border-size-m) solid var(--color-primary);
}
.layout-side .submenu.open .submenu-items{
  display:flex;
}
.layout-side .submenu .submenu-header{
  height: calc(100% + 8px);
  border-bottom:0;
  border-left:var(--border-size-m) solid transparent;
  border-top:0;
  padding:var(--space-s) var(--space-m);
}
.layout-side .submenu-item{
  flex:1;
}
.layout-side .submenu-items{
  border:none;
  box-shadow:none;
  display:none;
  opacity:1;
  padding:var(--space-xs) var(--space-m);
  pointer-events:auto;
  position:relative;
  top:0;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}
.layout-side .submenu-items a{
  padding:var(--space-s) var(--space-base);
}

.layout-side .app-menu-links .submenu-header a,
.menu-visible .app-menu-links .submenu-header a{
  padding:var(--space-none);
}

.desktop .submenu:hover .submenu-item{
  color:var(--color-neutral-9);
}
.desktop .submenu.active .submenu-header:hover .submenu-item{
  color:var(--color-primary);
}
.desktop .submenu-header:hover{
  border-bottom:var(--border-size-l) solid #5282FC;
}
.desktop .submenu-item a:hover{
  color:var(--color-neutral-9);
}
.desktop .submenu-items a:hover,
.phone .submenu-items a:hover{
  width: auto;
  background-color:var(--color-neutral-2);
  color:var(--color-neutral-9);
}
.desktop .submenu-items a.active:hover,
.desktop .submenu-items a.active:hover{
  color:var(--color-primary);
}
.desktop .layout-side .submenu .submenu-header{
  border-bottom:var(--border-size-m) solid transparent;
}
.desktop .layout-side .submenu .submenu-header:hover{
  border-bottom:var(--border-size-m) solid transparent;
}

.tablet .submenu,
.phone .submenu{
  flex-direction:column;
  margin-left:var(--space-none);
  width:100%;
}
.tablet .submenu.active .submenu-header,
.phone .submenu.active .submenu-header{
  border-left:var(--border-size-m) solid var(--color-primary);
}
.tablet .submenu.open .submenu-items,
.phone .submenu.open .submenu-items{
  display:flex;
}
.tablet .submenu-header,
.phone .submenu-header{
  border-bottom:0;
  border-left:var(--border-size-m) solid transparent;
  border-top:0;
  padding:var(--space-s) var(--space-m);
}
.tablet .submenu-item,
.phone .submenu-item{
  flex:1;
}
.tablet .submenu-items,
.phone .submenu-items{
  border:none;
  box-shadow:none;
  display:none;
  opacity:1;
  padding:var(--space-xs) var(--space-m);
  pointer-events:auto;
  position:relative;
  top:0;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}

.is-rtl .layout-side .submenu .submenu-header{
  border-left:0;
  border-right:var(--border-size-m) solid transparent;
}
.is-rtl.tablet .submenu.active .submenu-header, .is-rtl.phone .submenu.active .submenu-header{
  border-left:0;
  border-right:var(--border-size-m) solid var(--color-primary);
}
.is-rtl.tablet .submenu .submenu-header, .is-rtl.phone .submenu .submenu-header{
  border-left:0;
  border-right:var(--border-size-m) solid transparent;
}
.is-rtl .submenu-icon{
  margin-left:var(--space-none);
  margin-right:var(--space-s);
}
.is-rtl .layout-side .submenu.active .submenu-header{
  border-left:var(--border-size-none);
  border-right:var(--border-size-m) solid var(--color-primary);
}

/* MenuIcon组件 */
.menu-icon-container{
  width: 30px;
}
.menu-icon{
  margin-top: 4px;
  margin-left: 0px;
  background-color:transparent;
  border:none;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  margin-right:var(--space-m);
  padding:0;
  width:24px;
}
.desktop .menu-icon{
  display: none;
}
.menu-icon-line{
  background-color:var(--color-neutral-8);
  border-radius:20px;
  min-height:3px;
  margin:2px 0;
  width:24px;
}

/* Menu组件 */
.app-menu-content{
  height:100%;
}
.app-menu-content{
  -servicestudio-background-color:var(--header-color);
  -servicestudio-height:auto !important;
}

.app-menu-overlay{
  background-color:rgba(0, 0, 0, 0.25);
  height:100vh;
  left:0;
  opacity:0;
  pointer-events:none;
  position:fixed;
  top:0;
  transition:opacity 130ms ease-in;
  width:100vw;
  will-change:opacity;
  z-index:104;
}
.app-menu-overlay{
  -servicestudio-display:none;
}

.menu-visible .app-menu-overlay{
  opacity:1;
  pointer-events:auto;
  transition:opacity 330ms ease-out;
}

.layout .app-menu-content{
  -servicestudio-height:100% !important;
}

.layout-top .header-content{
  -servicestudio-align-items:center;
  -servicestudio-flex-direction:row;
  display: flex;
}

.layout-side .aside-navigation{
  -servicestudio-background-color:var(--color-neutral-0);
  -servicestudio-height:100%;
  -servicestudio-position:fixed;
  -servicestudio-width:var(--side-menu-size);
  -servicestudio-z-index:105;
}
.layout-side .aside-navigation > div{
  -servicestudio-height:100%;
}
.layout-side .header .app-menu-content{
  -servicestudio-flex-direction:row;
  -servicestudio-position:static;
  -servicestudio-width:100%;
}
.layout-side .header .app-menu-links{
  -servicestudio-align-items:center;
  -servicestudio-flex-direction:row;
}
.layout-side .header-navigation > div{
  -servicestudio-height:100%;
  -servicestudio-width:100%;
}

.desktop .app-menu-overlay{
  display:none;
}
.desktop .aside-overlay .app-menu-overlay{
  display:block;
}

.tablet .app-login-info,
.phone .app-login-info{
  padding:var(--space-s) var(--space-m);
}
.tablet .app-menu-content,
.phone .app-menu-content{
  background-color:var(--color-neutral-0);
  flex-direction:column;
  height:100%;
  left:calc(-1 * var(--side-menu-size));
  position:fixed;
  top:0;
  -webkit-transform:translateX(0) translateZ(0);
          transform:translateX(0) translateZ(0);
  transition:-webkit-transform 130ms ease-in;
  transition:transform 130ms ease-in;
  transition:transform 130ms ease-in, -webkit-transform 130ms ease-in;
  width:var(--side-menu-size);
  will-change:transform;
  z-index:105;
}
.tablet .menu-visible .app-menu-content,
.phone .menu-visible .app-menu-content{
  -webkit-transform:translateX(var(--side-menu-size)) translateZ(0);
          transform:translateX(var(--side-menu-size)) translateZ(0);
  transition:-webkit-transform 330ms ease-out;
  transition:transform 330ms ease-out;
  transition:transform 330ms ease-out, -webkit-transform 330ms ease-out;
}
.tablet .layout-side .header .app-menu-content,
.tablet .layout-side .aside-navigation,
.phone .layout-side .header .app-menu-content,
.phone .layout-side .aside-navigation{
  -servicestudio-display:none;
}

.tablet.landscape .layout-native.aside-expandable .app-menu-overlay{
  display:none;
}

.phone .app-menu-content{
  padding-bottom:var(--os-safe-area-bottom);
  padding-left:var(--os-safe-area-left);
}

.android [data-status-bar-height] .app-menu-content{
  padding-top:var(--status-bar-height);
}

.ios .app-menu-content{
  padding-bottom:var(--os-safe-area-bottom);
  padding-top:var(--os-safe-area-top);
}

.is-rtl.tablet .menu-visible .app-menu-content, .is-rtl.phone .menu-visible .app-menu-content{
  right:0;
  -webkit-transform:translateX(0) translateZ(0);
          transform:translateX(0) translateZ(0);
  transition:all 330ms ease-out;
}

/* LayoutTopMenu */
html,
body,
#reactContainer,
#transitionContainer,
.screen-container{
  height:100%;
}

.screen-container{
  overflow-x:hidden;
  overflow-y:auto;
}

.layout{
  display:flex;
  min-height:100vh;
  margin-top: 4px;
  margin-left: 10px;
}
.layout.layout-top, .layout.layout-top:not(.layout-native){
  flex-direction:column;
}
.layout.layout-left{
  flex-direction:row;
}
.layout.layout-side .main{
  margin-left:var(--side-menu-size);
}
.layout.layout-side.aside-overlay .main{
  margin-left:0;
}
.layout.layout-native{
  -servicestudio-min-height:100vh !important;
}
.layout.layout-native .main{
  width:100%;
}
.layout.aside-expandable .main{
  margin-left:0;
}
.layout .main{
  display:flex;
  flex:1;
  flex-direction:column;
}

.main,
.fixed-header .main{
  padding-top:0;
}

.layout-native .aside-navigation,
.layout-top .aside-navigation{
  -servicestudio-display:none !important;
}

.ios .layout{
  min-height:100%;
}
.ios .layout-native .footer{
  height:calc(var(--os-safe-area-bottom) + var(--bottom-bar-size));
}

.desktop .layout-native.aside-visible, .desktop .layout-native.aside-expandable,
.tablet .layout-native.aside-visible,
.tablet .layout-native.aside-expandable{
  --side-menu-size:264px;
}

.desktop .layout-native.aside-visible .main, .desktop .layout-native.aside-expandable .main{
  width:calc(100% - var(--side-menu-size));
}

.tablet.landscape .layout-native.aside-visible .main, .tablet.landscape .layout-native.aside-expandable .main{
  margin-left:var(--side-menu-size);
  width:calc(100% - var(--side-menu-size));
}
.tablet.landscape .layout-side.layout-native.aside-expandable.menu-visible .main{
  margin-left:var(--side-menu-size);
}
.tablet.landscape .layout-side.layout-native.aside-expandable .main{
  margin-right:0;
}

.tablet .layout-side .main,
.phone .layout-side .main{
  margin-left:0;
}

.phone .layout:not(.layout-native) [class*=ThemeGrid_Width]:not(.no-responsive){
  margin:var(--space-none) var(--space-none) var(--space-base) var(--space-none);
  width:100%;
}

.is-rtl.tablet .layout-native.aside-visible .main, .is-rtl.tablet .layout-native.aside-expandable .main{
  margin-left:0;
  margin-right:var(--side-menu-size);
}
.is-rtl.tablet .layout-side .main{
  margin-right:0;
}
.is-rtl.tablet.landscape .layout-side.layout-native.aside-expandable.menu-visible .main{
  margin-left:0;
  margin-right:var(--side-menu-size);
}
.is-rtl.tablet.landscape .layout-side.layout-native.aside-expandable .main{
  margin-right:0;
}
.is-rtl.phone .layout-side .main{
  margin-right:0;
}
.is-rtl .layout-side .main{
  margin-left:0;
  margin-right:var(--side-menu-size);
}
.is-rtl .layout-side .aside-overlay .main{
  margin-right:0;
}
.is-rtl .aside-expandable .main{
  margin-right:0;
}

/* ColumnsMediumLeft/ColumnsMediumRight组件 */
.columns{
  width: 100%;
  display:flex;
  border: none;
}
.columns > .columns-item{
  flex:1;
  word-break:break-word;
  height: auto;
}

.columns > .columns-item > .card{
  height:100%;
}
.columns:not(.gutter-none) > .columns-item{
  min-width:0;
}
.columns.columns-small-left > .columns-item:last-child,.columns.columns-small-right > .columns-item:first-child{
  flex:3;
}
.columns.columns-medium-right > .columns-item:first-child,.columns.columns-medium-left > .columns-item:last-child{
  flex:2;
}
.columns.columns-small-left > .columns-item:last-child,.columns.columns-small-right > .columns-item.columns-item-first{
  flex:3;
}
.columns.columns-medium-right > .columns-item.columns-item-first,.columns.columns-medium-left > .columns-item:last-child{
  flex:2;
}

.phone.columns.gutter-none.phone-break-all,
.phone.columns.gutter-xs.phone-break-all,
.phone.columns.gutter-s.phone-break-all,
.phone.columns.gutter-base.phone-break-all,
.phone.columns.gutter-m.phone-break-all,
.phone.columns.gutter-l.phone-break-all,
.phone.columns.gutter-xl.phone-break-all,
.phone.columns.gutter-xxl.phone-break-all {
    margin-left: 0;
    margin-right: 0;
}
.phone .phone-break-all{
  flex-direction: column;
}
.phone .columns.phone-break-all>.columns-item:last-child {
  margin-left: 0;
}
/* .columns.gutter-none{
  margin-right:calc(-1 * var(--space-none) / 2);
} */
.columns.gutter-none > .columns-item{
  margin:var(--space-none) calc(var(--space-none) / 2);
}
.tablet .columns.gutter-none.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-none.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-none.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-none.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-none);
}
.phone .columns.gutter-none.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-none.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-none.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-none.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-none);
}
/* .columns.gutter-xs{
  margin-right:calc(-1 * var(--space-xs) / 2);
} */
.columns.gutter-xs > .columns-item{
  margin:var(--space-none) calc(var(--space-xs) / 2);
}
.tablet .columns.gutter-xs.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xs.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xs.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xs.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xs);
}
.phone .columns.gutter-xs.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xs.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xs.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xs.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xs);
}
.phone .rc-form .columns.gutter-xs.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xs.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xs.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xs.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-s{
  margin-right:calc(-1 * var(--space-s) / 2);
} */
.columns.gutter-s > .columns-item{
  margin:var(--space-none) calc(var(--space-s) / 2);
}
.tablet .columns.gutter-s.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-s.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-s.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-s.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-s);
}
.phone .columns.gutter-s.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-s.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-s.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-s.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-s);
}
.phone .rc-form .columns.gutter-s.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-s.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-s.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-s.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-base{
  margin-right:calc(-1 * var(--space-base) / 2);
} */
.columns.gutter-base > .columns-item{
  margin:var(--space-none) calc(var(--space-base) / 2);
}
.tablet .columns.gutter-base.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-base.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-base.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-base.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-base);
}
.phone .columns.gutter-base.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-base.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-base.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-base.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-base);
}
.phone .rc-form .columns.gutter-base.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-base.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-base.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-base.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-m{
  margin-right:calc(-1 * var(--space-m) / 2);
} */
.columns.gutter-m > .columns-item{
  margin:var(--space-none) calc(var(--space-m) / 2);
}
.tablet .columns.gutter-m.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-m.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-m.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-m.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-m);
}
.phone .columns.gutter-m.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-m.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-m.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-m.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-m);
}
.phone .rc-form .columns.gutter-m.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-m.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-m.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-m.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-l{
  margin-right:calc(-1 * var(--space-l) / 2);
} */
.columns.gutter-l > .columns-item{
  margin:var(--space-none) calc(var(--space-l) / 2);
}
.tablet .columns.gutter-l.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-l.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-l.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-l.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-l);
}
.phone .columns.gutter-l.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-l.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-l.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-l.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-l);
}
.phone .rc-form .columns.gutter-l.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-l.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-l.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-l.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-xl{
  margin-right:calc(-1 * var(--space-xl) / 2);
} */
.columns.gutter-xl > .columns-item{
  margin:var(--space-none) calc(var(--space-xl) / 2);
}
.tablet .columns.gutter-xl.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xl.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xl.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xl.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xl);
}
.phone .columns.gutter-xl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xl);
}
.phone .rc-form .columns.gutter-xl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-xxl{
  margin-right:calc(-1 * var(--space-xxl) / 2);
} */
.columns.gutter-xxl > .columns-item{
  margin:var(--space-none) calc(var(--space-xxl) / 2);
}
.tablet .columns.gutter-xxl.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xxl.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xxl.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xxl.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xxl);
}
.phone .columns.gutter-xxl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xxl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xxl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xxl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xxl);
}

.phone .rc-form .columns.gutter-xxl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xxl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xxl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xxl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}

/* 去掉多列布局的左边距开始 */
.desktop .rc-block > .columns > :first-child {
  margin-left: 0;
}
.desktop .rc-block > .columns > :last-child {
  margin-right: 0;
}
/* .desktop .rc-block > .columns.gutter-xs {
  margin-left:calc(-1 * var(--space-xs) / 2);
  flex: 1
}
.desktop .rc-block > .columns.gutter-s {
  margin-left:calc(-1 * var(--space-s) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-base {
  margin-left:calc(-1 * var(--space-base) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-m {
  margin-left:calc(-1 * var(--space-m) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-l {
  margin-left:calc(-1 * var(--space-l) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-xl {
  margin-left:calc(-1 * var(--space-xl) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-xxl {
  margin-left:calc(-1 * var(--space-xxl) / 2);
  flex: 1;
} */
/* 去掉多列布局的左边距结束 */

.columns:only-child > .columns-item{
  margin-bottom:var(--space-none);
}

.phone .columns.phone-break-first > .columns-item:first-child, .phone .columns.phone-break-last > .columns-item:last-child, .phone .columns.phone-break-all > .columns-item, .phone .columns.columns2.phone-break-middle > .columns-item, .phone .columns.columns3.phone-break-middle > .columns-item:last-child, .phone .columns.columns-small-left.phone-break-middle > .columns-item, .phone .columns.columns-medium-left.phone-break-middle > .columns-item, .phone .columns.columns-small-right.phone-break-middle > .columns-item, .phone .columns.columns-medium-right.phone-break-middle > .columns-item{
  flex:none;
  width:100%;
}
.phone .columns.phone-break-all > .columns-item {
  margin-left: 0;
  margin-right: 0;
}
.phone .columns.columns4.phone-break-middle > .columns-item{
  flex:none;
  width:50%;
}
.phone .columns.columns5.phone-break-middle > .columns-item:nth-child(1), .phone .columns.columns5.phone-break-middle > .columns-item:nth-child(2), .phone .columns.columns5.phone-break-middle > .columns-item:nth-child(3), .phone .columns.columns6.phone-break-middle > .columns-item:nth-child(1), .phone .columns.columns6.phone-break-middle > .columns-item:nth-child(2), .phone .columns.columns6.phone-break-middle > .columns-item:nth-child(3){
  flex:none;
  width:33.333%;
}

.tablet .columns.tablet-break-first > .columns-item:first-child, .tablet .columns.tablet-break-last > .columns-item:last-child, .tablet .columns.tablet-break-all > .columns-item, .tablet .columns.columns2.tablet-break-middle > .columns-item, .tablet .columns.columns3.tablet-break-middle > .columns-item:last-child, .tablet .columns.columns-small-left.tablet-break-middle > .columns-item, .tablet .columns.columns-medium-left.tablet-break-middle > .columns-item, .tablet .columns.columns-small-right.tablet-break-middle > .columns-item, .tablet .columns.columns-medium-right.tablet-break-middle > .columns-item{
  flex:none;
  width:100%;
}
.tablet .columns.columns4.tablet-break-middle > .columns-item{
  flex:none;
  width:50%;
}
.tablet .columns.columns5.tablet-break-middle > .columns-item:nth-child(1), .tablet .columns.columns5.tablet-break-middle > .columns-item:nth-child(2), .tablet .columns.columns5.tablet-break-middle > .columns-item:nth-child(3), .tablet .columns.columns6.tablet-break-middle > .columns-item:nth-child(1), .tablet .columns.columns6.tablet-break-middle > .columns-item:nth-child(2), .tablet .columns.columns6.tablet-break-middle > .columns-item:nth-child(3){
  flex:none;
  width:33.333%;
}
/* 多列布局宽度减去外边距 START */
/* 四列布局 */
.phone .columns.columns4.phone-break-middle.gutter-xs > .columns-item{
  width: calc(50% - var(--space-xs));
}
.phone .columns.columns4.phone-break-middle.gutter-s > .columns-item{
  width: calc(50% - var(--space-s));
}
.phone .columns.columns4.phone-break-middle.gutter-base > .columns-item{
  width: calc(50% - var(--space-base));
}
.phone .columns.columns4.phone-break-middle.gutter-m > .columns-item{
  width: calc(50% - var(--space-m));
}
.phone .columns.columns4.phone-break-middle.gutter-l > .columns-item{
  width: calc(50% - var(--space-l));
}
.phone .columns.columns4.phone-break-middle.gutter-xl > .columns-item{
  width: calc(50% - var(--space-xl));
}
.phone .columns.columns4.phone-break-middle.gutter-xxl > .columns-item{
  width: calc(50% - var(--space-xxl));
}
/* 多列布局宽度减去外边距 END */

/* tabs系列组件 */
.tabs-main {
  background-color: #f1f1f1;
  height: 100%;
}
.tabs-main .tabs {
  /* margin-bottom: 12px; */
}
.tabs{
  display:flex;
  flex-wrap:wrap;
}
.tabs .tabs-list {
    min-height: 40px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: scroll;
}
.tabs .tabs-list .tabs-active {
  background-color: #FFFFFF;
}
.tabs .tabs-container {
  height: 40px;
  width: -webkit-max-content;
  width: max-content;
  min-width: 120px;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #FFFFFF;
  border-right: 1px solid #EDEDED;
  border-left: none;
}
.tabs .tabs-container-active {
  border-bottom: 2px solid var(--theme-color);
}
.tabs .tabs-container:hover {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.tabs .rc-container .tabs-expression {
  margin-right: 2px;
  height: 40px;
  line-height: 40px;
  align-items: flex-start;
  overflow: hidden;
}
.tabs .rc-container .tabs-expression-active {
  /* color: #5282FC; */
}
.tabs .tabs-container .tabs-icon .svg-icon {
  width: 12px;
  height: 12px;
}
.tabs .tabs-container > .tabs-icon {
  display: none;
  color: #CFCFCF;
}
.tabs .tabs-container:hover > .tabs-icon {
  display: inline-block;
  /* color: #5282FC; */
}
.tabs .tabs-icon:hover {
  color: #FFF;
  background-color: #D9DADA;
  border-radius: 50%;
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}
.tabs .refresh {
  display: none;
  -webkit-animation: loading 1s linear 0s infinite;
          animation: loading 1s linear 0s infinite;
}

.tabs .tabs-container:hover > .tabs-expression {
  /* color: #5282FC; */
}

.tabs-embed-container {
  /* height: calc(100% - 40px); */
  background-color: #FFF;
}
.tabs-embed-container .tabs-placeholder {
  height: 100%;
}
.tabs-embed-container .tabs-placeholder:not(:last-child) {
  display: none;
}



.tabs.justified .tabs-header{
  width:100%;
}
.tabs.justified [data-block*=TabsHeaderItem]{
  flex:1;
}
.tabs.justified [data-block*=TabsHeaderItem] .tabs-header-tab{
  margin-left:var(--space-none);
}
.tabs.tabs-vertical{
  flex-direction:row;
  flex-wrap:nowrap;
}
.tabs.tabs-vertical.justified .tabs-header{
  height:auto;
}
.tabs.tabs-vertical.tabs-header-right .tabs-header{
  order:2;
}
.tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-tab{
  border-left:var(--border-size-m) solid transparent;
  border-right:var(--border-size-none);
  padding:var(--space-s) var(--space-none) var(--space-s) var(--space-m);
}
.tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-tab.active{
  border-left:var(--border-size-m) solid var(--color-primary);
}
.tabs.tabs-vertical.tabs-header-right .tabs-content{
  border-left:var(--border-size-none);
  border-right:var(--border-size-s) solid var(--color-neutral-5);
  margin-left:var(--space-none);
  margin-right:-1px;
}
.tabs.tabs-vertical .tabs-header,
.tabs.tabs-vertical .tabs-header .ListRecords{
  flex-direction:column;
  height:100%;
  width:auto;
  word-break:initial;
}
.tabs.tabs-vertical .tabs-header .tabs-header-tab{
  border-bottom:var(--border-size-none);
  border-right:var(--border-size-m) solid transparent;
  justify-content:flex-start;
  margin-left:var(--space-none);
  padding:var(--space-s) var(--space-m) var(--space-s) var(--space-none);
}
.tabs.tabs-vertical .tabs-header-tab.active{
  border-right:var(--border-size-m) solid var(--color-primary);
}
.tabs.tabs-vertical .tabs-content{
  border-left:var(--border-size-s) solid var(--color-neutral-5);
  border-top:var(--border-size-none);
  margin-left:-1px;
  margin-top:var(--space-none);
  padding:var(--space-none) var(--space-m);
}
.tabs .tabs-header,
.tabs .tabs-header .list{
  display:flex;
  overflow-x:auto;
  position:relative;
  width:100%;
  z-index:2;
}
.tabs .tabs-header-tab{
  align-items:center;
  border-bottom:var(--border-size-m) solid transparent;
  color:var(--color-neutral-8);
  cursor:pointer;
  display:flex;
  justify-content:center;
  margin-left:var(--space-l);
  padding:var(--space-base) var(--space-xs);
  transition:border 150ms linear;
  white-space:nowrap;
  width: -webkit-max-content;
  width: max-content;
}
.tabs .tabs-header-tab.active{
  border-bottom:var(--border-size-m) solid var(--color-primary);
  color:var(--color-neutral-10);
  font-weight:var(--font-semi-bold);
}
.tabs .tabs-content{
  border-top:var(--border-size-s) solid var(--color-neutral-5);
  flex-grow:1;
  margin-top:-1px;
  padding:var(--space-m) var(--space-none);
  position:relative;
  width:100%;
  z-index:auto;
}
.tabs .tabs-content-tab:not(.open){
  display:none;
}
.tabs .tabs-content-tab:not(.open){
  -servicestudio-display:block !important;
}

[data-block*=TabsHeaderItem]:first-child .tabs-header-tab{
  margin-left:var(--space-none);
}

.popup-dialog .tabs .tabs-content-tab:not(.open){
  display:none;
}
.popup-dialog .tabs .tabs-content-tab:not(.open){
  -servicestudio-display:block !important;
}

.layout-native .tabs.tabs-section-group .tabs-content{
  overflow:initial;
}
.layout-native .tabs.tabs-vertical .tabs-content-tab:not(.open){
  display:none;
}
.layout-native .tabs.tabs-vertical .tabs-content .tabs-content-wrapper{
  -webkit-transform:translateX(0px) translateZ(0px) !important;
          transform:translateX(0px) translateZ(0px) !important;
}
.layout-native .tabs-content{
  overflow:hidden;
  white-space:nowrap;
  width:100%;
}
.layout-native .tabs-content{
  -servicestudio-overflow:visible;
  -servicestudio-white-space:normal;
}
.layout-native .tabs-content-wrapper{
  transition:-webkit-transform 230ms ease-in-out;
  transition:transform 230ms ease-in-out;
  transition:transform 230ms ease-in-out, -webkit-transform 230ms ease-in-out;
}
.layout-native .tabs-content-tab{
  display:inline-flex;
  height:100%;
  position:relative;
  vertical-align:top;
  white-space:normal;
  width:100%;
  overflow:hidden;
}
.layout-native .tabs-content-tab > *{
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
.layout-native .tabs-content-tab > *{
  -servicestudio-position:relative;
}
.layout-native .tabs-content-tab.open > *{
  position:relative;
}
.layout-native .tabs-content-tab:not(.open){
  display:inline-block;
}

.desktop .tabs.tabs-vertical .tabs-header-tab:hover{
  border-bottom:var(--border-size-none);
  border-right:var(--border-size-m) solid var(--color-neutral-6);
}
.desktop .tabs.tabs-vertical .tabs-header-tab.active:hover{
  border-right:var(--border-size-m) solid var(--color-primary);
}
.desktop .tabs.tabs-vertical.tabs-header-right .tabs-header-tab:hover{
  border-left:var(--border-size-m) solid var(--color-neutral-6);
}
.desktop .tabs.tabs-vertical.tabs-header-right .tabs-header-tab.active:hover{
  border-left:var(--border-size-m) solid var(--color-primary);
  border-right:var(--border-size-none);
}
.desktop .tabs-header-tab:hover{
  border-bottom:var(--border-size-m) solid var(--color-neutral-6);
  color:var(--color-neutral-10);
}
.desktop .tabs-header-tab.active:hover{
  border-bottom:var(--border-size-m) solid var(--color-primary);
}

.is-rtl .tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-tab{
  border-left:var(--border-size-none);
  border-right:var(--border-size-m) solid transparent;
  margin:0;
  padding:var(--space-s) var(--space-m) var(--space-s) var(--space-none);
}
.is-rtl .tabs.tabs-vertical.tabs-header-right .tabs-content{
  border-left:var(--border-size-s) solid var(--color-neutral-5);
  border-right:0;
}
.is-rtl .tabs.tabs-vertical .tabs-header-tab{
  border-left:var(--border-size-m) solid transparent;
  border-right:var(--border-size-none);
  margin:0;
  padding:var(--space-s) var(--space-none) var(--space-s) var(--space-m);
}
.is-rtl .tabs.tabs-vertical .tabs-header-tab.active{
  border-left:var(--border-size-m) solid var(--color-primary);
  border-right:var(--border-size-none);
}
.is-rtl .tabs.tabs-vertical .tabs-content{
  border-left:0;
  border-right:var(--border-size-s) solid var(--color-neutral-5);
}
.is-rtl .tabs-header-tab{
  margin-left:0;
  margin-right:var(--space-l);
}
.is-rtl [data-block*=TabsHeaderItem]:first-child .tabs-header-tab{
  margin-right:0;
}
.is-rtl.desktop .tabs.tabs-vertical .tabs-header-tab:hover{
  border-left:var(--border-size-m) solid var(--color-neutral-6);
  border-right:var(--border-size-none);
}
.is-rtl.desktop .tabs.tabs-vertical .tabs-header-tab.active{
  border-left:var(--border-size-m) solid var(--color-primary);
  border-right:var(--border-size-none);
}

/* DropdownSearch */
.DropdownSearch .header{
  position: relative;
  height: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  align-items: center;
  align-content: center
}
.DropdownSearch .header .my-input {
  height: 34px;
  margin-left: 15px;
  margin-bottom: 0px;
  border: none;
}
.DropdownSearch .header .my-input input {
  padding-left: 0px;
  border: none;
}
.DropdownSearch .header-icon-down {
  position: absolute;
  right: 15px;
  font-size: 16px;
  transition: all 180ms linear;
}
.DropdownSearch .container2 {
  position:absolute;
  max-height: 300px;
  overflow-y: auto;
  width:100%;
  cursor: pointer;
  z-index: 2001;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-color: #FFF;
}
.DropdownSearch .search-input {
  margin-bottom: 8px;
}
.DropdownSearch .search-input input {
  padding-left: 40px;
}
.DropdownSearch .item {
  height: 36px;
  padding-left: 5px;
  line-height: 36px;
}
.DropdownSearch .item:hover {
  background-color: #F1F3F5;
}
.DropdownSearch .list1 {
  min-height: 36px;
  height: -webkit-max-content;
  height: max-content;
}
.DropdownSearch .container6 {
  display: none;
}
.DropdownSearch .text2 {
  line-height: 40px;
}

/* 经典模板 */
.pageContainerClassics{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto{
    width: auto;
}

.pageFlexAuto{
    flex: 1;
}

.rc-container.pageLeftPosition{
    margin-left: 10px;
}

/* 新的模板 */
.pageContainer{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin{
    margin: 0 10px 0 10px;
}

.templatePadding{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding{
    padding: 0 10px 0 10px;
}

.templateRight{
   justify-content: flex-end;
}

.templateMiddle{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom{
    padding-bottom: 5px;
}

.templateTable{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete{
    color: gray;
}

.templateDelete:hover{
    text-decoration: underline;
    color: red;
}

.templateScreen{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.textThemeColor.templateThemeColor{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor{
    color: var(--theme-color);
}

.rc-icon.templateIcons {
    width: 30px;
     height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e5e7;
}

.templateIcons:hover {
    cursor: pointer;
    background-color: #f1f2f3;
}

.rc-icon.filterIcon {
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

.refreshIcon  {
    border-right: 1px solid #e4e5e7;
    border-radius: 0 3px 3px 0;
}

/* 流程相关 */
.rc-container.process-item {
    transition: width 2s, height 2s, -webkit-transform .5s;
    transition: width 2s, height 2s, transform .5s;
    transition: width 2s, height 2s, transform .5s, -webkit-transform .5s;
}
.rc-container.process-item:hover {
    border: 1px solid #409eff;
    box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
}

/* 垂直居中 */
.ywVerCenter{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* 水平居中 */
.ywHorCenter{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

.desktop .logoPadding{
    padding-left: 15%;
    padding-right: 15%;
}


.rc-popup-dialog .rc-popup.popDelete .popup-title {
  left: 20px !important;
  color: #303133;
  font-size: 18px;
}


/* 表格列显示隐藏组件 START */

div.table-column-display-manage-popup.rc-popup-air-bubbles .rc-popup-air-buttles-content, div.table-column-display-manage-popup.rc-popup.rc-popup-air-bubbles .rc-popup-air-buttles-content {
    padding-left: 0;
    padding-right: 0;
}

.table-column-display-manage-popup .search-wrap {
    padding: 0 8px;
    border-bottom: 1px solid #ebecee;
}
.table-column-display-manage-popup .search-wrap .rc-input {
    border: none;
}
.table-column-display-manage-popup .search-wrap .rc-input input {
    border: none;
    padding-left: 10px;
}

.table-column-display-manage-popup .check-column-wrap {
    padding: 0 8px;
}
.table-column-display-manage-popup .check-column-item {
    height: 36px;
    align-items: center;
    align-content: center;
}

.table-column-display-manage-popup .check-column-item .rc-checkbox .square-checkbox {
    color: var(--theme-color, #5282FB)!important;
}

.table-column-display-manage-popup .check-column-item .rc-text, .check-column-item .rc-expression {
    margin-left: 10px;
    font-size: 14px;
}

.table-column-display-manage-popup .check-column-all .rc-text {
    color: var(--theme-color, #5282FB);
}

/* 表格列显示隐藏组件 END */

.rc-button.rc-button-v1 {
    height: 32px;
}

/* 新管理页图标提示按钮悬浮效果 START */
.IconTipsButton-icon-container:hover {
  background: #EDF2FE;
}
.IconTipsButton-icon-container:hover .rc-icon {
  color: #144FED;
}
/* 新管理页图标提示按钮悬浮效果 END */

/* jstree样式 START */
.jstree-node,
.jstree-children,
.jstree-container-ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.jstree-node {
    white-space: nowrap
}

.jstree-anchor {
    display: inline-block;
    color: black;
    white-space: nowrap;
    padding: 0 4px 0 1px;
    margin: 0;
    vertical-align: top
}

.jstree-anchor:focus {
    outline: 0
}

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
    text-decoration: none;
    color: inherit
}

.jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center
}

.jstree-icon:empty {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center
}

.jstree-ocl {
    cursor: pointer
}

.jstree-leaf>.jstree-ocl {
    cursor: default
}

.jstree .jstree-open>.jstree-children {
    display: block
}

.jstree .jstree-closed>.jstree-children,
.jstree .jstree-leaf>.jstree-children {
    display: none
}

.jstree-anchor>.jstree-themeicon {
    margin-right: 2px
}

.jstree-no-icons .jstree-themeicon,
.jstree-anchor>.jstree-themeicon-hidden {
    display: none
}

.jstree-hidden,
.jstree-node.jstree-hidden {
    display: none
}

.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px
}

.jstree-rtl .jstree-anchor>.jstree-themeicon {
    margin-left: 2px;
    margin-right: 0
}

.jstree-rtl .jstree-node {
    margin-left: 0
}

.jstree-rtl .jstree-container-ul>.jstree-node {
    margin-right: 0
}

.jstree-wholerow-ul {
    position: relative;
    display: inline-block;
    min-width: 100%
}

.jstree-wholerow-ul .jstree-leaf>.jstree-ocl {
    cursor: pointer
}

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
    position: relative
}

.jstree-wholerow-ul .jstree-wholerow {
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    user-select: none
}

.jstree-contextmenu .jstree-anchor {
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.vakata-context {
    display: none
}

.vakata-context,
.vakata-context ul {
    margin: 0;
    padding: 2px;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #979797;
    box-shadow: 2px 2px 2px #999999
}

.vakata-context ul {
    list-style: none;
    left: 100%;
    margin-top: -2.7em;
    margin-left: -4px
}

.vakata-context .vakata-context-right ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context li {
    list-style: none
}

.vakata-context li>a {
    display: block;
    padding: 0 2em 0 2em;
    text-decoration: none;
    width: auto;
    color: black;
    white-space: nowrap;
    line-height: 2.4em;
    text-shadow: 1px 1px 0 white;
    border-radius: 1px
}

.vakata-context li>a:hover {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1
}

.vakata-context li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
    background-position: right center;
    background-repeat: no-repeat
}

.vakata-context li>a:focus {
    outline: 0
}

.vakata-context .vakata-context-hover>a {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1
}

.vakata-context .vakata-context-separator>a,
.vakata-context .vakata-context-separator>a:hover {
    background: white;
    border: 0;
    border-top: 1px solid #e2e3e3;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
    margin: 0 0 0 2.4em;
    border-left: 1px solid #e0e0e0;
    text-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0
}

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
    color: silver;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0
}

.vakata-context .vakata-contextmenu-disabled>a>i {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%)
}

.vakata-context li>a>i {
    text-decoration: none;
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    background: transparent;
    margin: 0 0 0 -2em;
    vertical-align: top;
    text-align: center;
    line-height: 2.4em
}

.vakata-context li>a>i:empty {
    width: 2.4em;
    line-height: 2.4em
}

.vakata-context li>a .vakata-contextmenu-sep {
    display: inline-block;
    width: 1px;
    height: 2.4em;
    background: white;
    margin: 0 .5em 0 0;
    border-left: 1px solid #e2e3e3
}

.vakata-context .vakata-contextmenu-shortcut {
    font-size: .8em;
    color: silver;
    opacity: .5;
    display: none
}

.vakata-context-rtl ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context-rtl li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
    background-position: left center;
    background-repeat: no-repeat
}

.vakata-context-rtl .vakata-context-separator>a {
    margin: 0 2.4em 0 0;
    border-left: 0;
    border-right: 1px solid #e2e3e3
}

.vakata-context-rtl .vakata-context-left ul {
    right: auto;
    left: 100%;
    margin-left: -4px;
    margin-right: auto
}

.vakata-context-rtl li>a>i {
    margin: 0 -2em 0 0
}

.vakata-context-rtl li>a .vakata-contextmenu-sep {
    margin: 0 0 0 .5em;
    border-left-color: white;
    background: #e2e3e3
}

#jstree-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0 0;
    padding: 0;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px
}

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
    display: inline-block;
    text-decoration: none;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px
}

#jstree-dnd .jstree-ok {
    background: green
}

#jstree-dnd .jstree-er {
    background: red
}

#jstree-dnd .jstree-copy {
    margin: 0 2px 0 2px
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-repeat: no-repeat;
    background-color: transparent
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
    transition: background-color .15s, box-shadow .15s
}

.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #cccccc
}

.jstree-default .jstree-context {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #cccccc
}

.jstree-default .jstree-clicked {
    background: #e6e6e6;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999
}

.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon {
    display: none
}

.jstree-default .jstree-disabled {
    background: transparent;
    color: #666666
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: transparent;
    box-shadow: none
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-disabled>.jstree-icon {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default .jstree-search {
    font-style: italic;
    color: #8b0000;
    font-weight: bold
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: transparent;
    box-shadow: none
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #e7f4f9
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked {
    background: transparent
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default>.jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat
}

.jstree-default>.jstree-wholerow-ul .jstree-hovered,
.jstree-default>.jstree-wholerow-ul .jstree-clicked {
    background: transparent;
    box-shadow: none;
    border-radius: 0
}

.jstree-default .jstree-wholerow {
    box-sizing: border-box
}

.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default .jstree-wholerow-clicked {
    /* background: #beebff; */
       background: #e6e6e6!important;
    background: linear-gradient(to bottom, #efefef 0, #efefef 100%)
}

.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px
}

.jstree-default .jstree-icon {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jstree-default .jstree-icon:empty {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px
}

.jstree-default .jstree-wholerow {
    height: 24px
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-image: url("data:image/png;base64,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")
}

.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y
}

.jstree-default .jstree-last {
    background: transparent
}

.jstree-default .jstree-open>.jstree-ocl {
    background-position: -132px -4px
}

.jstree-default .jstree-closed>.jstree-ocl {
    background-position: -100px -4px
}

.jstree-default .jstree-leaf>.jstree-ocl {
    background-position: -68px -4px
}

.jstree-default .jstree-themeicon {
    background-position: -260px -4px
}

.jstree-default>.jstree-no-dots .jstree-node,
.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -4px
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -4px
}

.jstree-default .jstree-disabled {
    background: transparent
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: transparent
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-checkbox {
    background-position: -164px -4px
}

.jstree-default .jstree-checkbox:hover {
    background-position: -164px -36px
}

.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default .jstree-checked>.jstree-checkbox {
    background-position: -228px -4px
}

.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default .jstree-checked>.jstree-checkbox:hover {
    background-position: -228px -36px
}

.jstree-default .jstree-anchor>.jstree-undetermined {
    background-position: -196px -4px
}

.jstree-default .jstree-anchor>.jstree-undetermined:hover {
    background-position: -196px -36px
}

.jstree-default .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default>.jstree-striped {
    background-size: auto 48px
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -132px -36px
}

.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -100px -36px
}

.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -68px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -36px
}

.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

/* .jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("throbber.gif") center center no-repeat
} */

.jstree-default .jstree-file {
    background: url("data:image/png;base64,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") -100px -68px no-repeat
}

.jstree-default .jstree-folder {
    background: url("data:image/png;base64,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") -260px -4px no-repeat
}

.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default {
    line-height: 24px;
    padding: 0 4px
}

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default i {
    background: transparent;
    width: 24px;
    height: 24px;
    line-height: 24px
}

#jstree-dnd.jstree-default .jstree-ok {
    background-position: -4px -68px
}

#jstree-dnd.jstree-default .jstree-er {
    background-position: -36px -68px
}

.jstree-default .jstree-ellipsis {
    overflow: hidden
}

.jstree-default .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 29px);
    text-overflow: ellipsis;
    overflow: hidden
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==")
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-small .jstree-node {
    min-height: 18px;
    line-height: 18px;
    margin-left: 18px;
    min-width: 18px
}

.jstree-default-small .jstree-anchor {
    line-height: 18px;
    height: 18px
}

.jstree-default-small .jstree-icon {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.jstree-default-small .jstree-icon:empty {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px
}

.jstree-default-small .jstree-wholerow {
    height: 18px
}

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
    background-image: url("data:image/png;base64,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")
}

.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y
}

.jstree-default-small .jstree-last {
    background: transparent
}

.jstree-default-small .jstree-open>.jstree-ocl {
    background-position: -135px -7px
}

.jstree-default-small .jstree-closed>.jstree-ocl {
    background-position: -103px -7px
}

.jstree-default-small .jstree-leaf>.jstree-ocl {
    background-position: -71px -7px
}

.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-node,
.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -7px
}

.jstree-default-small .jstree-disabled {
    background: transparent
}

.jstree-default-small .jstree-disabled.jstree-hovered {
    background: transparent
}

.jstree-default-small .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px
}

.jstree-default-small .jstree-checkbox:hover {
    background-position: -167px -39px
}

.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-small .jstree-checked>.jstree-checkbox {
    background-position: -231px -7px
}

.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-small .jstree-checked>.jstree-checkbox:hover {
    background-position: -231px -39px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined {
    background-position: -199px -7px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
    background-position: -199px -39px
}

.jstree-default-small .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-small>.jstree-striped {
    background-size: auto 36px
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -135px -39px
}

.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -103px -39px
}

.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -71px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -39px
}

.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

/* .jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("throbber.gif") center center no-repeat
} */

.jstree-default-small .jstree-file {
    background: url("data:image/png;base64,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") -103px -71px no-repeat
}

.jstree-default-small .jstree-folder {
    background: url("data:image/png;base64,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") -263px -7px no-repeat
}

.jstree-default-small>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-small i {
    background: transparent;
    width: 18px;
    height: 18px;
    line-height: 18px
}

#jstree-dnd.jstree-default-small .jstree-ok {
    background-position: -7px -71px
}

#jstree-dnd.jstree-default-small .jstree-er {
    background-position: -39px -71px
}

.jstree-default-small .jstree-ellipsis {
    overflow: hidden
}

.jstree-default-small .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 23px);
    text-overflow: ellipsis;
    overflow: hidden
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==")
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px
}

.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px
}

.jstree-default-large .jstree-icon {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large .jstree-icon:empty {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px
}

.jstree-default-large .jstree-wholerow {
    height: 32px
}

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
    background-image: url("data:image/png;base64,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")
}

.jstree-default-large .jstree-node {
    background-position: -288px 0;
    background-repeat: repeat-y
}

.jstree-default-large .jstree-last {
    background: transparent
}

.jstree-default-large .jstree-open>.jstree-ocl {
    background-position: -128px 0
}

.jstree-default-large .jstree-closed>.jstree-ocl {
    background-position: -96px 0
}

.jstree-default-large .jstree-leaf>.jstree-ocl {
    background-position: -64px 0
}

.jstree-default-large .jstree-themeicon {
    background-position: -256px 0
}

.jstree-default-large>.jstree-no-dots .jstree-node,
.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px 0
}

.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 0
}

.jstree-default-large .jstree-disabled {
    background: transparent
}

.jstree-default-large .jstree-disabled.jstree-hovered {
    background: transparent
}

.jstree-default-large .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-large .jstree-checkbox {
    background-position: -160px 0
}

.jstree-default-large .jstree-checkbox:hover {
    background-position: -160px -32px
}

.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-large .jstree-checked>.jstree-checkbox {
    background-position: -224px 0
}

.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-large .jstree-checked>.jstree-checkbox:hover {
    background-position: -224px -32px
}

.jstree-default-large .jstree-anchor>.jstree-undetermined {
    background-position: -192px 0
}

.jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
    background-position: -192px -32px
}

.jstree-default-large .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-large>.jstree-striped {
    background-size: auto 64px
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -128px -32px
}

.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -96px -32px
}

.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -64px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 -32px
}

.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-size: contain !important;
    width: 20px !important;
    height: 20px !important;
    margin: 6px;
}

/* .jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("throbber.gif") center center no-repeat
} */

.jstree-default-large .jstree-file {
    background: url("data:image/png;base64,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") -96px -64px no-repeat
}

.jstree-default-large .jstree-folder {
    background: url("data:image/png;base64,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") -256px 0 no-repeat
}

.jstree-default-large>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-large {
    line-height: 32px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-large i {
    background: transparent;
    width: 32px;
    height: 32px;
    line-height: 32px
}

#jstree-dnd.jstree-default-large .jstree-ok {
    background-position: 0 -64px
}

#jstree-dnd.jstree-default-large .jstree-er {
    background-position: -32px -64px
}

.jstree-default-large .jstree-ellipsis {
    overflow: hidden
}

.jstree-default-large .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 37px);
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==")
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent
}

@media (max-width:768px) {
    #jstree-dnd.jstree-dnd-responsive {
        line-height: 40px;
        font-weight: bold;
        font-size: 1.1em;
        text-shadow: 1px 1px white
    }

    #jstree-dnd.jstree-dnd-responsive>i {
        background: transparent;
        width: 40px;
        height: 40px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-ok {
        background-image: url("40px.png");
        background-position: 0 -200px;
        background-size: 120px 240px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-er {
        background-image: url("40px.png");
        background-position: -40px -200px;
        background-size: 120px 240px
    }

    #jstree-marker.jstree-dnd-responsive {
        border-left-width: 10px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: -10px
    }
}

@media (max-width:768px) {
    .jstree-default-responsive .jstree-icon {
        background-image: url("40px.png")
    }

    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background: transparent
    }

    .jstree-default-responsive .jstree-node {
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
        min-width: 40px;
        white-space: nowrap
    }

    .jstree-default-responsive .jstree-anchor {
        line-height: 40px;
        height: 40px
    }

    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-icon:empty {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0
    }

    .jstree-default-responsive.jstree-rtl .jstree-node {
        margin-left: 0;
        margin-right: 40px;
        background: transparent
    }

    .jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node {
        margin-right: 0
    }

    .jstree-default-responsive .jstree-ocl,
    .jstree-default-responsive .jstree-themeicon,
    .jstree-default-responsive .jstree-checkbox {
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl,
    .jstree-default-responsive.jstree-rtl .jstree-leaf>.jstree-ocl {
        background: transparent
    }

    .jstree-default-responsive .jstree-open>.jstree-ocl {
        background-position: 0 0 !important
    }

    .jstree-default-responsive .jstree-closed>.jstree-ocl {
        background-position: 0 -40px !important
    }

    .jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl {
        background-position: -40px 0 !important
    }

    .jstree-default-responsive .jstree-themeicon {
        background-position: -40px -40px
    }

    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-checkbox:hover {
        background-position: -40px -80px
    }

    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox:hover {
        background-position: 0 -80px
    }

    .jstree-default-responsive .jstree-anchor>.jstree-undetermined,
    .jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover {
        background-position: 0 -120px
    }

    .jstree-default-responsive .jstree-anchor {
        font-weight: bold;
        font-size: 1.1em;
        text-shadow: 1px 1px white
    }

    .jstree-default-responsive>.jstree-striped {
        background: transparent
    }

    .jstree-default-responsive .jstree-wholerow {
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-bottom: 1px solid rgba(64, 64, 64, 0.2);
        background: #ebebeb;
        height: 40px
    }

    .jstree-default-responsive .jstree-wholerow-hovered {
        background: #e7f4f9
    }

    .jstree-default-responsive .jstree-wholerow-clicked {
        /* background: #beebff */
           background: #efefef
        
    }

    .jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow {
        box-shadow: inset 0 -6px 3px -5px #666666
    }

    .jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
        box-shadow: inset 0 6px 3px -5px #666666;
        border-top: 0
    }

    .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
        box-shadow: none
    }

    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-node>.jstree-ocl,
    .jstree-default-responsive .jstree-themeicon,
    .jstree-default-responsive .jstree-checkbox {
        background-image: url("40px.png");
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-node {
        background-position: -80px 0;
        background-repeat: repeat-y
    }

    .jstree-default-responsive .jstree-last {
        background: transparent
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background-position: -40px -120px
    }

    .jstree-default-responsive .jstree-last>.jstree-ocl {
        background-position: -40px -160px
    }

    .jstree-default-responsive .jstree-themeicon-custom {
        background-color: transparent;
        background-image: none;
        background-position: 0 0
    }

    .jstree-default-responsive .jstree-file {
        background: url("40px.png") 0 -160px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-folder {
        background: url("40px.png") -40px -40px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0;
        margin-right: 0
    } 
}

.add-del-button{
    width: 17px;
    height: 17px;
    padding-left: 4px !important;
    cursor : pointer;
    border: 1px solid #4592E4;
    border-radius: 20px;
    background: transparent;
     color: #4592E4;
}
.tree-del-button{
    padding-left: 5px !important;
    /* line-height: 13px; */
    border: 1px solid #4592E4;
    color: #4592E4;
    margin-left: 10px !important;
     /* width: 17px;
    height: 17px;
    padding-left: 4px !important;
    cursor : pointer;
    border: 1px solid #4592E4;
    border-radius: 20px;
    background: transparent;
     color: #4592E4; */
}
/* jstree样式 END */

/* treecss样式 START */
.addicon{
    display: none;
    cursor: pointer;
}
.addicon{
    cursor: pointer;
}
.hideicon{
    display: none !important;
}

.menu_container{
    cursor: pointer;
}
.menu_container:hover {
    background-color: #e8eef3;
    cursor: pointer;
}
.menu_container:active {
    background-color: #e8eef3;
    cursor: pointer;
}
.current_menu{
    color : #54abf1;
}
.formcontainer{
    background-color: #fff;
    padding: 20px;
}

.rotate-180 {
        transition: 0.8s;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform: rotateZ(180deg);transform: rotateZ(180deg);
        -moz-transform: 0.8s;transform-origin:center center;transform: rotateZ(180deg);
        -webkit-transform: 0.8s;transform-origin:center center;transform: rotateZ(180deg);
        -o-transform: 0.8s;transform-origin:center center;transform: rotateZ(180deg);
        -ms-transform: 0.8s;transform-origin:center center;transform: rotateZ(180deg);
}

.table_button{
    width:120px;
}
.all-page-button .pagination-button.is--active {
    color:#fff;
}

.loginButton:hover{
    opacity: 0.5;
    cursor: pointer;
}

.loginButton{
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: var(--primary,#25C98A);
    border-color: var(--primary,#25C98A);
    color: #fff;
    line-height: 37px;
}


.logoywTitle{
    font-size: 24px;
    color: #22262e;
    font-family: MicrosoftYaHeiLight;
    padding:15px;
}
.logoTitle{
    color:white;
    font-Size:16px;
    margin-left:150px;
    line-height:43px;
    min-height:43px;
    font-family: Yuanti SC;
    font-weight: 700;
    letter-spacing: 3px;
}


.rc-html-wh100p {
    height: 100%;
}

.rc-html-wh100p .embed, .rc-html-wh100p .rc-html {
    height: 100%;
}

.custompadding{
    padding: 0 5px 0 5px;
}

.container-height{
    display: flex;
    min-height: calc(100% - 43px);
}

.menu-icon{
        margin-left: 15px;
  background-color:transparent;
  border:none;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  margin-right:var(--space-m);
  padding:0;
  width:24px;
}
.menu-icon-line{
  background-color:white;
  border-radius:20px;
  min-height:3px;
  margin:2px 0;
  width:24px;
}
.desktop .menu-icon {
  display: none;
}
.phone .menu-icon {
  display: block;
}

.desktop .leftMenu {
    width: 200px;
    display: block;
}
.phone .leftMenu {
    width: 90%;
    display: none;
}

.phone .leftMenuShade {
    height: 100%;
    background-color: rgb(251, 250, 250);
    min-height: 100%;
    display: block;
    z-index: 2001;
    position: relative;
    top: 0px;
}
.phone .rightPage {
    width: 100%;
}
.desktop .rightPage {
    width: calc(100% - 200px)
}
/* treecss样式 END */

/* BasicCss样式 START */
.jstree-default .jstree-wholerow-clicked {
    background: #e6e6e6;
}

.jstree-wholerow .jstree-wholerow-hovered:hover {
   background: #e6e6e6!important
}
/* .jstree-default .jstree-wholerow:hover{
     background: #4B596D!important
} */

 /* .jstree-default>.jstree-wholerow-ul .jstree-hovered, .jstree-default>.jstree-wholerow-ul .jstree-clicked .jstree-icon jstree-ocl :hover{
  background: #4B596D!important
}  */


.jstree-default .jstree-hovered {
    background: #e6e6e6!important

}

.jstree-default .jstree-context {
    background: #e6e6e6!important
 
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
     background: #e6e6e6!important
}

.add-del-button {
   border: 1px solid #4592E4!important;
    color: #4592E4!important;
}

.tree-del-button {
    border: 1px solid #4592E4!important;
    color: #4592E4!important;
}
.jstree-default .jstree-clicked{
 color: #4592E4!important;
}
.jstree-anchor jstree-clicked{
    color: #4592E4!important;
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
     background: #e6e6e6!important
}

.jstree-default .jstree-wholerow-hovered {
      background: #e6e6e6!important
}

 .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e6e6e6!important
}

.jstree-default-responsive .jstree-wholerow-clicked {
    background: #e6e6e6!important
}
/* BasicCss样式 END */

.detail_VHTMLBox a {
    font-size: unset;
}.wh100p[hash-class=columnChart-4397317405286796] {
    width: 500px;
    height: 300px;
}.wh100p[hash-class=lineChart-4397315708232075] {
    width:  500px;
    height: 300px;
}.wh100p[hash-class=pieChart-4397314115903882] {
    width: 500px;
    height: 300px;
}
.rc-if[hash-class=pieChart-4397314115903882] {
    width: 100%;
    height: 100%;
}
.rc-text[hash-class=Columns2-2182593171030267] {
    line-height: 30px;
}

.rc-text-inner[hash-class=Columns2-2182593171030267] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=Columns2-2182593171030267] {
    line-height: inherit;
}

.rc-text[hash-class=Columns3-2182618723713158] {
    line-height: 30px;
}

.rc-text-inner[hash-class=Columns3-2182618723713158] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=Columns3-2182618723713158] {
    line-height: inherit;
}

.rc-text[hash-class=Columns5-2182659268346060] {
    line-height: 30px;
}

.rc-text-inner[hash-class=Columns5-2182659268346060] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=Columns5-2182659268346060] {
    line-height: inherit;
}

.rc-text[hash-class=Columns6-2182677618884857] {
    line-height: 30px;
}

.rc-text-inner[hash-class=Columns6-2182677618884857] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=Columns6-2182677618884857] {
    line-height: inherit;
}
.rc-block[hash-class=Columns6-2182677618884857] {
    display: flex;
    width: 100%;
}
.rc-text[hash-class=CardList-2183513655869627] {
    line-height: 30px;
}

.rc-text-inner[hash-class=CardList-2183513655869627] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=CardList-2183513655869627] {
    line-height: inherit;
}

.rc-text[hash-class=Columns4-2182638704787673] {
    line-height: 30px;
}

.rc-text-inner[hash-class=Columns4-2182638704787673] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=Columns4-2182638704787673] {
    line-height: inherit;
}

.rc-text[hash-class=ColumnsMediumLeft-2166347559479742] {
    line-height: 30px;
}

.rc-text-inner[hash-class=ColumnsMediumLeft-2166347559479742] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=ColumnsMediumLeft-2166347559479742] {
    line-height: inherit;
}

.rc-text[hash-class=ColumnsMediumRight-2166474685334436] {
    line-height: 30px;
}

.rc-text-inner[hash-class=ColumnsMediumRight-2166474685334436] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=ColumnsMediumRight-2166474685334436] {
    line-height: inherit;
}

.rc-text[hash-class=ColumnsSmallLeft-2171103118459612] {
    line-height: 30px;
}

.rc-text-inner[hash-class=ColumnsSmallLeft-2171103118459612] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=ColumnsSmallLeft-2171103118459612] {
    line-height: inherit;
}

.rc-text[hash-class=ColumnsSmallRight-2171229586752600] {
    line-height: 30px;
}

.rc-text-inner[hash-class=ColumnsSmallRight-2171229586752600] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=ColumnsSmallRight-2171229586752600] {
    line-height: inherit;
}

.rc-text[hash-class=rcVideo-1967700093323274] {
    line-height: 30px;
}

.rc-text-inner[hash-class=rcVideo-1967700093323274] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=rcVideo-1967700093323274] {
    line-height: inherit;
}



.rc-text[hash-class=Carousel-4537987809970573] {
    line-height: 30px;
}

.rc-text-inner[hash-class=Carousel-4537987809970573] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=Carousel-4537987809970573] {
    line-height: inherit;
}
.swiper[hash-class=Carousel-4537987809970573]{
  display: flex;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

[hash-class=Carousel-4537987809970573] .normal-swiper-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
}
[hash-class=Carousel-4537987809970573] .normal-swiper-slide{
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
/** pagenation **/
[hash-class=Carousel-4537987809970573] .normal-swiper-pagination{
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  --background-color: #E5EBFB;
  --active-background-color: #3C6CEF;
}
[hash-class=Carousel-4537987809970573] .normal-swiper-pagination-bullet{
  width: 36px;
  height: 8px;
  background: var(--background-color);;
  margin-left: 10px;
  opacity: 0.5;
  cursor: pointer;
}
[hash-class=Carousel-4537987809970573] .normal-swiper-pagination-bullet-active{
  opacity: 1;
  background: var(--active-background-color);
}
[hash-class=Carousel-4537987809970573] .swiper-pre {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    z-index: 1000;
    max-width: 52px;
}
[hash-class=Carousel-4537987809970573] .swiper-next {
    position: absolute;
    top: 50%;
    right: 8%;
    width: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    z-index: 1000;
    max-width: 52px;
}
.phone [hash-class=Carousel-4537987809970573] .swiper-pre {
  left: 5%;
  max-width: 40px;
  width: 7%;
}
.phone [hash-class=Carousel-4537987809970573] .swiper-next {
  right: 5%;
  max-width: 40px;
  width: 7%;
}
.phone [hash-class=Carousel-4537987809970573] .normal-swiper-pagination {
  padding: 10px 0;
}
.phone [hash-class=Carousel-4537987809970573] .normal-swiper-pagination-bullet {
  width: 18px;
  height: 4px;
}

/* 3D轮播图样式 */
[hash-class=Carousel-4537987809970573] .normal-swiper-wrapper-3D {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
[hash-class=Carousel-4537987809970573] .carousel-slide-3D {
  position: absolute;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateZ(-400px);
          transform: translateX(-50%) translateZ(-400px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 60%;
  transition-duration: 300ms;
  box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px 0px;
}
[hash-class=Carousel-4537987809970573] .carousel-slide-3D-current {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
  z-index: 1;
}
[hash-class=Carousel-4537987809970573] .carousel-slide-3D-prev {
  opacity: 0.4;
  -webkit-transform: translateX(-100%) translateZ(-200px);
          transform: translateX(-100%) translateZ(-200px);
}
[hash-class=Carousel-4537987809970573] .carousel-slide-3D-next {
  opacity: 0.4;
  -webkit-transform: translateX(0%) translateZ(-200px);
          transform: translateX(0%) translateZ(-200px);
}

[hash-class=Carousel-4537987809970573] .rc-if{
  width: auto;
  height: auto;
}

.rc-text[hash-class=PaginationDeprecated-2201154626440495] {
    line-height: 30px;
}

.rc-text-inner[hash-class=PaginationDeprecated-2201154626440495] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=PaginationDeprecated-2201154626440495] {
    line-height: inherit;
}

.rc-text[hash-class=Pagination-3514484135700178] {
    line-height: 30px;
}

.rc-text-inner[hash-class=Pagination-3514484135700178] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=Pagination-3514484135700178] {
    line-height: inherit;
}

.rc-text[hash-class=Tabs-3705731007087248] {
    line-height: 30px;
}

.rc-text-inner[hash-class=Tabs-3705731007087248] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=Tabs-3705731007087248] {
    line-height: inherit;
}

.isFirst[hash-class=Tabs-3705731007087248], .isLast[hash-class=Tabs-3705731007087248], .clickDisabled[hash-class=Tabs-3705731007087248] {
    cursor: not-allowed;
    color: #c6c7cb;
}

.contextMenuCon[hash-class=Tabs-3705731007087248] {
    left: 30px;
    top: 30px;
    background-color: #ffffff;
    display: none;
    padding-right: 5px;
    padding-left: 12px;
    width: 110px;
    height: auto;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3);
}
.contextMenuItem:hover[hash-class=Tabs-3705731007087248] {
    background-color: var(--theme-color-opacity-2);
}.active[hash-class=tab_exhibition_configuratabDetail-1351931168934401] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_exhibition_configuratabDetail-1351931168934401] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_configuratabDetail-1351931168934401] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibition_configuratabDetail-1351931168934401] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_exhibition_configuratabDetail-1351931168934401]{
    position: relative;
}
[hash-class=tab_exhibition_configuratabDetail-1351931168934401] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_exhibition_configuratabDetail-1351931168934401] .rc-form-table {
   border-right: none;
}
[hash-class=tab_exhibition_configuratabDetail-1351931168934401] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_exhibition_configuratabList-1351931174177309] {
    background: white !important;
    color: var(--theme-color, #5282FC);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}

[hash-class=tab_exhibition_configuratabList-1351931174177309] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_configuratabList-1351931174177309] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibition_configuratabList-1351931174177309] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_configuratabList-1351931174177309] .r-row .r-table-index-style .inner-cell span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(45, 45, 45);
    top: 0;
}

[hash-class=tab_exhibition_configuratabList-1351931174177309] .r-table .r-scrollbar__view {
    height: calc(100% - 2px);
}

[hash-class=tab_exhibition_configuratabList-1351931174177309] .r-table .r-scrollbar__view .r-table_body-wrapper,
[hash-class=tab_exhibition_configuratabList-1351931174177309] .r-table .r-scrollbar__view .r-table-empty-wrapper {
    height: 100%;
}

[hash-class=tab_exhibition_configuratabList-1351931174177309] .r-table .r-scrollbar__view .r-table-empty-content {
    height: calc(100% - 20px);
}

[hash-class=tab_exhibition_configuratabList-1351931174177309] .r-table .r-table_body-wrapper table {
    height: auto;
}
[hash-class=tab_exhibition_configuratabList-1351931174177309] .cell-wrapper .rc-input-in-table{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_exhibition_configuratabList-1351931174177309] {
   position: relative;
}
[hash-class=tab_exhibition_configuratabList-1351931174177309] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_booth_managementDetail-1340377968162587] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_booth_managementDetail-1340377968162587] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_booth_managementDetail-1340377968162587] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_booth_managementDetail-1340377968162587] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_booth_managementDetail-1340377968162587]{
    position: relative;
}
[hash-class=tab_booth_managementDetail-1340377968162587] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_booth_managementDetail-1340377968162587] .rc-form-table {
   border-right: none;
}
[hash-class=tab_booth_managementDetail-1340377968162587] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_booth_managementList-1340377973405477] {
    background: white !important;
    color: var(--theme-color, #5282FC);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}

[hash-class=tab_booth_managementList-1340377973405477] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_booth_managementList-1340377973405477] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_booth_managementList-1340377973405477] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}

[hash-class=tab_booth_managementList-1340377973405477] .r-row .r-table-index-style .inner-cell span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(45, 45, 45);
    top: 0;
}

[hash-class=tab_booth_managementList-1340377973405477] .r-table .r-scrollbar__view {
    height: calc(100% - 2px);
}

[hash-class=tab_booth_managementList-1340377973405477] .r-table .r-scrollbar__view .r-table_body-wrapper,
[hash-class=tab_booth_managementList-1340377973405477] .r-table .r-scrollbar__view .r-table-empty-wrapper {
    height: 100%;
}

[hash-class=tab_booth_managementList-1340377973405477] .r-table .r-scrollbar__view .r-table-empty-content {
    height: calc(100% - 20px);
}

[hash-class=tab_booth_managementList-1340377973405477] .r-table .r-table_body-wrapper table {
    height: auto;
}
[hash-class=tab_booth_managementList-1340377973405477] .cell-wrapper .rc-input-in-table{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_booth_managementList-1340377973405477] {
   position: relative;
}
[hash-class=tab_booth_managementList-1340377973405477] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_booth_supportDetail-1340193870899223] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_booth_supportDetail-1340193870899223] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_booth_supportDetail-1340193870899223] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_booth_supportDetail-1340193870899223] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_booth_supportDetail-1340193870899223]{
    position: relative;
}
[hash-class=tab_booth_supportDetail-1340193870899223] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_booth_supportDetail-1340193870899223] .rc-form-table {
   border-right: none;
}
[hash-class=tab_booth_supportDetail-1340193870899223] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_booth_supportList-1340193874831386] {
    background: white !important;
    color: var(--theme-color, #5282FC);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}

[hash-class=tab_booth_supportList-1340193874831386] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_booth_supportList-1340193874831386] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_booth_supportList-1340193874831386] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}

[hash-class=tab_booth_supportList-1340193874831386] .r-row .r-table-index-style .inner-cell span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(45, 45, 45);
    top: 0;
}

[hash-class=tab_booth_supportList-1340193874831386] .r-table .r-scrollbar__view {
    height: calc(100% - 2px);
}

[hash-class=tab_booth_supportList-1340193874831386] .r-table .r-scrollbar__view .r-table_body-wrapper,
[hash-class=tab_booth_supportList-1340193874831386] .r-table .r-scrollbar__view .r-table-empty-wrapper {
    height: 100%;
}

[hash-class=tab_booth_supportList-1340193874831386] .r-table .r-scrollbar__view .r-table-empty-content {
    height: calc(100% - 20px);
}

[hash-class=tab_booth_supportList-1340193874831386] .r-table .r-table_body-wrapper table {
    height: auto;
}
[hash-class=tab_booth_supportList-1340193874831386] .cell-wrapper .rc-input-in-table{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_booth_supportList-1340193874831386] {
   position: relative;
}
[hash-class=tab_booth_supportList-1340193874831386] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_exhibition_activitiesDetail-1125949750321946] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_exhibition_activitiesDetail-1125949750321946] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_activitiesDetail-1125949750321946] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibition_activitiesDetail-1125949750321946] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_exhibition_activitiesDetail-1125949750321946]{
    position: relative;
}
[hash-class=tab_exhibition_activitiesDetail-1125949750321946] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_exhibition_activitiesDetail-1125949750321946] .rc-form-table {
   border-right: none;
}
[hash-class=tab_exhibition_activitiesDetail-1125949750321946] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_exhibition_activity_sub_tableDetail-1125949753598819] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_exhibition_activity_sub_tableDetail-1125949753598819] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_activity_sub_tableDetail-1125949753598819] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibition_activity_sub_tableDetail-1125949753598819] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_exhibition_activity_sub_tableDetail-1125949753598819]{
    position: relative;
}
[hash-class=tab_exhibition_activity_sub_tableDetail-1125949753598819] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_exhibition_activity_sub_tableDetail-1125949753598819] .rc-form-table {
   border-right: none;
}
[hash-class=tab_exhibition_activity_sub_tableDetail-1125949753598819] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_exhibition_activitiesList-1125949755564942] {
    background: white !important;
    color: var(--theme-color, #5282FC);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}

[hash-class=tab_exhibition_activitiesList-1125949755564942] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_activitiesList-1125949755564942] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibition_activitiesList-1125949755564942] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_activitiesList-1125949755564942] .r-row .r-table-index-style .inner-cell span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(45, 45, 45);
    top: 0;
}

[hash-class=tab_exhibition_activitiesList-1125949755564942] .r-table .r-scrollbar__view {
    height: calc(100% - 2px);
}

[hash-class=tab_exhibition_activitiesList-1125949755564942] .r-table .r-scrollbar__view .r-table_body-wrapper,
[hash-class=tab_exhibition_activitiesList-1125949755564942] .r-table .r-scrollbar__view .r-table-empty-wrapper {
    height: 100%;
}

[hash-class=tab_exhibition_activitiesList-1125949755564942] .r-table .r-scrollbar__view .r-table-empty-content {
    height: calc(100% - 20px);
}

[hash-class=tab_exhibition_activitiesList-1125949755564942] .r-table .r-table_body-wrapper table {
    height: auto;
}
[hash-class=tab_exhibition_activitiesList-1125949755564942] .cell-wrapper .rc-input-in-table{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_exhibition_activitiesList-1125949755564942] {
   position: relative;
}
[hash-class=tab_exhibition_activitiesList-1125949755564942] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_home_buttonDetail-1115416673329921] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_home_buttonDetail-1115416673329921] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_home_buttonDetail-1115416673329921] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_home_buttonDetail-1115416673329921] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_home_buttonDetail-1115416673329921]{
    position: relative;
}
[hash-class=tab_home_buttonDetail-1115416673329921] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_home_buttonDetail-1115416673329921] .rc-form-table {
   border-right: none;
}
[hash-class=tab_home_buttonDetail-1115416673329921] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_home_buttonList-1115416677917478] {
    background: white !important;
    color: var(--theme-color, #5282FC);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}

[hash-class=tab_home_buttonList-1115416677917478] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_home_buttonList-1115416677917478] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_home_buttonList-1115416677917478] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}

[hash-class=tab_home_buttonList-1115416677917478] .r-row .r-table-index-style .inner-cell span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(45, 45, 45);
    top: 0;
}

[hash-class=tab_home_buttonList-1115416677917478] .r-table .r-scrollbar__view {
    height: calc(100% - 2px);
}

[hash-class=tab_home_buttonList-1115416677917478] .r-table .r-scrollbar__view .r-table_body-wrapper,
[hash-class=tab_home_buttonList-1115416677917478] .r-table .r-scrollbar__view .r-table-empty-wrapper {
    height: 100%;
}

[hash-class=tab_home_buttonList-1115416677917478] .r-table .r-scrollbar__view .r-table-empty-content {
    height: calc(100% - 20px);
}

[hash-class=tab_home_buttonList-1115416677917478] .r-table .r-table_body-wrapper table {
    height: auto;
}
[hash-class=tab_home_buttonList-1115416677917478] .cell-wrapper .rc-input-in-table{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_home_buttonList-1115416677917478] {
   position: relative;
}
[hash-class=tab_home_buttonList-1115416677917478] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_product_categoryDetail-1073817154036507] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_product_categoryDetail-1073817154036507] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_product_categoryDetail-1073817154036507] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_product_categoryDetail-1073817154036507] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_product_categoryDetail-1073817154036507]{
    position: relative;
}
[hash-class=tab_product_categoryDetail-1073817154036507] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_product_categoryDetail-1073817154036507] .rc-form-table {
   border-right: none;
}
[hash-class=tab_product_categoryDetail-1073817154036507] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_product_categoryList-1073817156658043] {
    background: white !important;
    color: var(--theme-color, #5282FC);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}

[hash-class=tab_product_categoryList-1073817156658043] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_product_categoryList-1073817156658043] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_product_categoryList-1073817156658043] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}

[hash-class=tab_product_categoryList-1073817156658043] .r-row .r-table-index-style .inner-cell span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(45, 45, 45);
    top: 0;
}

[hash-class=tab_product_categoryList-1073817156658043] .r-table .r-scrollbar__view {
    height: calc(100% - 2px);
}

[hash-class=tab_product_categoryList-1073817156658043] .r-table .r-scrollbar__view .r-table_body-wrapper,
[hash-class=tab_product_categoryList-1073817156658043] .r-table .r-scrollbar__view .r-table-empty-wrapper {
    height: 100%;
}

[hash-class=tab_product_categoryList-1073817156658043] .r-table .r-scrollbar__view .r-table-empty-content {
    height: calc(100% - 20px);
}

[hash-class=tab_product_categoryList-1073817156658043] .r-table .r-table_body-wrapper table {
    height: auto;
}
.active[hash-class=tab_exhibitor_managementDetail-1072515998360358] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_exhibitor_managementDetail-1072515998360358] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibitor_managementDetail-1072515998360358] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibitor_managementDetail-1072515998360358] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_exhibitor_managementDetail-1072515998360358]{
    position: relative;
}
[hash-class=tab_exhibitor_managementDetail-1072515998360358] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_exhibitor_managementDetail-1072515998360358] .rc-form-table {
   border-right: none;
}
[hash-class=tab_exhibitor_managementDetail-1072515998360358] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_exhibitor_booth_association_tableDetail-1072516008190757] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_exhibitor_booth_association_tableDetail-1072516008190757] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibitor_booth_association_tableDetail-1072516008190757] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibitor_booth_association_tableDetail-1072516008190757] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_exhibitor_booth_association_tableDetail-1072516008190757]{
    position: relative;
}
[hash-class=tab_exhibitor_booth_association_tableDetail-1072516008190757] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_exhibitor_booth_association_tableDetail-1072516008190757] .rc-form-table {
   border-right: none;
}
[hash-class=tab_exhibitor_booth_association_tableDetail-1072516008190757] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_exhibitors_productsDetail-1072516009501582] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_exhibitors_productsDetail-1072516009501582] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibitors_productsDetail-1072516009501582] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibitors_productsDetail-1072516009501582] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_exhibitors_productsDetail-1072516009501582]{
    position: relative;
}
[hash-class=tab_exhibitors_productsDetail-1072516009501582] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_exhibitors_productsDetail-1072516009501582] .rc-form-table {
   border-right: none;
}
[hash-class=tab_exhibitors_productsDetail-1072516009501582] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_exhibitor_managementList-1072516011467524] {
    background: white !important;
    color: var(--theme-color, #5282FC);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}

[hash-class=tab_exhibitor_managementList-1072516011467524] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibitor_managementList-1072516011467524] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibitor_managementList-1072516011467524] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}

[hash-class=tab_exhibitor_managementList-1072516011467524] .r-row .r-table-index-style .inner-cell span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(45, 45, 45);
    top: 0;
}

[hash-class=tab_exhibitor_managementList-1072516011467524] .r-table .r-scrollbar__view {
    height: calc(100% - 2px);
}

[hash-class=tab_exhibitor_managementList-1072516011467524] .r-table .r-scrollbar__view .r-table_body-wrapper,
[hash-class=tab_exhibitor_managementList-1072516011467524] .r-table .r-scrollbar__view .r-table-empty-wrapper {
    height: 100%;
}

[hash-class=tab_exhibitor_managementList-1072516011467524] .r-table .r-scrollbar__view .r-table-empty-content {
    height: calc(100% - 20px);
}

[hash-class=tab_exhibitor_managementList-1072516011467524] .r-table .r-table_body-wrapper table {
    height: auto;
}
[hash-class=tab_exhibitor_managementList-1072516011467524] .cell-wrapper .rc-input-in-table{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_exhibitor_managementList-1072516011467524] {
   position: relative;
}
[hash-class=tab_exhibitor_managementList-1072516011467524] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_exhibition_servicesDetail-1072472228176676] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_exhibition_servicesDetail-1072472228176676] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_servicesDetail-1072472228176676] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibition_servicesDetail-1072472228176676] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_exhibition_servicesDetail-1072472228176676]{
    position: relative;
}
[hash-class=tab_exhibition_servicesDetail-1072472228176676] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_exhibition_servicesDetail-1072472228176676] .rc-form-table {
   border-right: none;
}
[hash-class=tab_exhibition_servicesDetail-1072472228176676] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_exhibition_servicesList-1072472231453477] {
    background: white !important;
    color: var(--theme-color, #5282FC);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}

[hash-class=tab_exhibition_servicesList-1072472231453477] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_servicesList-1072472231453477] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibition_servicesList-1072472231453477] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_servicesList-1072472231453477] .r-row .r-table-index-style .inner-cell span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(45, 45, 45);
    top: 0;
}

[hash-class=tab_exhibition_servicesList-1072472231453477] .r-table .r-scrollbar__view {
    height: calc(100% - 2px);
}

[hash-class=tab_exhibition_servicesList-1072472231453477] .r-table .r-scrollbar__view .r-table_body-wrapper,
[hash-class=tab_exhibition_servicesList-1072472231453477] .r-table .r-scrollbar__view .r-table-empty-wrapper {
    height: 100%;
}

[hash-class=tab_exhibition_servicesList-1072472231453477] .r-table .r-scrollbar__view .r-table-empty-content {
    height: calc(100% - 20px);
}

[hash-class=tab_exhibition_servicesList-1072472231453477] .r-table .r-table_body-wrapper table {
    height: auto;
}
[hash-class=tab_exhibition_servicesList-1072472231453477] .cell-wrapper .rc-input-in-table{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_exhibition_servicesList-1072472231453477] {
   position: relative;
}
[hash-class=tab_exhibition_servicesList-1072472231453477] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_exhibition_newsDetail-1072446850016024] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_exhibition_newsDetail-1072446850016024] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_newsDetail-1072446850016024] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibition_newsDetail-1072446850016024] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
.sub_container[hash-class=tab_exhibition_newsDetail-1072446850016024]{
    position: relative;
}
[hash-class=tab_exhibition_newsDetail-1072446850016024] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_exhibition_newsDetail-1072446850016024] .rc-form-table {
   border-right: none;
}
[hash-class=tab_exhibition_newsDetail-1072446850016024] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=tab_exhibition_newsList-1072446853292835] {
    background: white !important;
    color: var(--theme-color, #5282FC);
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}

[hash-class=tab_exhibition_newsList-1072446853292835] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_newsList-1072446853292835] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=tab_exhibition_newsList-1072446853292835] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}

[hash-class=tab_exhibition_newsList-1072446853292835] .r-row .r-table-index-style .inner-cell span {
    font-size: 14px;
    line-height: 14px;
    color: rgb(45, 45, 45);
    top: 0;
}

[hash-class=tab_exhibition_newsList-1072446853292835] .r-table .r-scrollbar__view {
    height: calc(100% - 2px);
}

[hash-class=tab_exhibition_newsList-1072446853292835] .r-table .r-scrollbar__view .r-table_body-wrapper,
[hash-class=tab_exhibition_newsList-1072446853292835] .r-table .r-scrollbar__view .r-table-empty-wrapper {
    height: 100%;
}

[hash-class=tab_exhibition_newsList-1072446853292835] .r-table .r-scrollbar__view .r-table-empty-content {
    height: calc(100% - 20px);
}

[hash-class=tab_exhibition_newsList-1072446853292835] .r-table .r-table_body-wrapper table {
    height: auto;
}
[hash-class=tab_exhibition_newsList-1072446853292835] .cell-wrapper .rc-input-in-table{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_exhibition_newsList-1072446853292835] {
   position: relative;
}
[hash-class=tab_exhibition_newsList-1072446853292835] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.heng[hash-class=articlePhone-8303371666826636]::after{
    border-top: 2px solid #b9b9b9;
    top: 46%;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}

.rc-list div:last-child[hash-class=articlePhone-8303371666826636] {
  float: none !important;
  margin-right: 0px !important;
}

[hash-class=articlePhone-8303371666826636] .detail-VHTML .p {
  font-size: inherit;
}
[hash-class=articlePhone-8303371666826636] .detail_VHTMLBox span{
  font-size: inherit;
  line-height: inherit;
}

[hash-class=articlePhone-8303371666826636] .enAdress > span {
  width: 250px !important;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden;    /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
}.heng[hash-class=homePhone-8280918892506753]::after{
    border-top: 2px solid #b9b9b9;
    top: 46%;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}


.rc-list div:last-child[hash-class=homePhone-8280918892506753] {
  float: none !important;
  margin-right: 0px !important;
}

.entryItem:first-child[hash-class=homePhone-8280918892506753] {
  margin-top: 0 !important;
}

.entryItem:nth-child(3)[hash-class=homePhone-8280918892506753]{
  margin-bottom: 0 !important;
}

.entryItem:nth-child(4)[hash-class=homePhone-8280918892506753]{
  margin-bottom: 0 !important;
}

[hash-class=homePhone-8280918892506753] .enAdress > span {
  width: 250px !important;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden;    /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
}
.start[hash-class=ContentManagePage-7510508387230720]{
   
    color: #5282FB;
  
}

.end[hash-class=ContentManagePage-7510508387230720]{

  
    color: red;
}
.start[hash-class=ContentWritingPage-7523340259774336]{
   
    color: #5282FB;
  
}

.end[hash-class=ContentWritingPage-7523340259774336]{

  
    color: red;
}.active[hash-class=tab_content_managementDetail-7527418980265219] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=tab_content_managementDetail-7527418980265219]{
    position: relative;
}
[hash-class=tab_content_managementDetail-7527418980265219] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=tab_content_managementDetail-7527418980265219] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_content_managementDetail-7527418980265219] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=tab_content_managementList-7527815675964676] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
.message-box-content-container[hash-class=workflowHandleInfo-7534241826278034] {
  text-align: initial;
  padding: 10px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
  height: 346px;
  margin-bottom: 10px;
  overflow-y: scroll;
  display: block;
}
.message-box-content-container .node-deal-container[hash-class=workflowHandleInfo-7534241826278034]{
  display: flex;
  flex: 1;
  height: 50px;
 flex-wrap: nowrap;
}
.message-box-content-container .node-deal-container .node-deal-item[hash-class=workflowHandleInfo-7534241826278034] {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.message-box-content-container .node-deal-container .has-line[hash-class=workflowHandleInfo-7534241826278034]::before {
  content: "";
  border: 1px solid #b8b9bd;
  display: block;
  position: absolute;
  left: 65px;
  top: calc(100% - (100% - 32px) / 2);
  height: calc((100% - 37px) / 2);
}
.message-box-content-container .node-deal-container .has-line[hash-class=workflowHandleInfo-7534241826278034]::after {
  content: "";
  border: 1px solid #b8b9bd;
  display: block;
  position: absolute;
  left: 65px;
  bottom: calc(100% - (100% - 32px) / 2);
  height: calc((100% - 30px) / 2);
}
.message-box-content-container .node-deal-container .node-deal-item .commit[hash-class=workflowHandleInfo-7534241826278034] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.message-box-content-container .node-deal-container .node-deal-item .node-name[hash-class=workflowHandleInfo-7534241826278034]{
  text-align: center;
  overflow: hidden;
  line-height: 30px;
  width: 120px;
  height: 30px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  color: var(--theme-color);
}
.message-box-content-container .node-deal-container:first-child .has-line[hash-class=workflowHandleInfo-7534241826278034]::after {
  border: none;
}
.message-box-content-container .node-deal-container:last-child .has-line[hash-class=workflowHandleInfo-7534241826278034]::before {
 border: none;
}
.message-box-content-container .node-deal-container .node-deal-item .unprocessed[hash-class=workflowHandleInfo-7534241826278034]{
  border: 1px solid #b8b9bd;
  color: #b8b9bd;
}
.message-box-content-container .node-deal-container .node-deal-item .node-text[hash-class=workflowHandleInfo-7534241826278034] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-box-btns[hash-class=workflowHandleInfo-7534241826278034] {
  text-align: right;
  display: flex;
  width: 100%;
  justify-content: center;
}
.message-box-btns button[hash-class=workflowHandleInfo-7534241826278034] {
    display: inline-block;
    min-height: 26px;
    width: 64px;
    padding: 2px 15px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #000000;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
}
.message-box-btns .close-btn[hash-class=workflowHandleInfo-7534241826278034] {
  width: 105px;
  color: #FFF;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}
.message-box-btns button span[hash-class=workflowHandleInfo-7534241826278034] {
  font-size: 14px;
}
[hash-class=workflowHandleInfo-7534241826278034] .rc-page__dialog-title {
  padding: 15px 0;
}
[hash-class=workflowHandleInfo-7534241826278034] .rc-page__dialog-title .rc-page__dialog-title-text {
  font-size: 15px;
}.active[hash-class=tab_entrance_settingsDetail-7488089050853251] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=tab_entrance_settingsDetail-7488089050853251]{
    position: relative;
}
[hash-class=tab_entrance_settingsDetail-7488089050853251] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=tab_entrance_settingsDetail-7488089050853251] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_entrance_settingsDetail-7488089050853251] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=tab_entrance_settingsList-7488089051508611] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_entrance_settingsList-7488089051508611] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_entrance_settingsList-7488089051508611] {
   position: relative;
}
[hash-class=tab_entrance_settingsList-7488089051508611] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_top_bar_map_managementDetail-7488886415198595] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=tab_top_bar_map_managementDetail-7488886415198595]{
    position: relative;
}
[hash-class=tab_top_bar_map_managementDetail-7488886415198595] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=tab_top_bar_map_managementDetail-7488886415198595] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_top_bar_map_managementDetail-7488886415198595] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=tab_top_bar_map_managementList-7488886415460750] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_top_bar_map_managementList-7488886415460750] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_top_bar_map_managementList-7488886415460750] {
   position: relative;
}
[hash-class=tab_top_bar_map_managementList-7488886415460750] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_bottom_column_settingsDetail-7489218244282624] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=tab_bottom_column_settingsDetail-7489218244282624]{
    position: relative;
}
[hash-class=tab_bottom_column_settingsDetail-7489218244282624] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=tab_bottom_column_settingsDetail-7489218244282624] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_bottom_column_settingsDetail-7489218244282624] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=tab_bottom_column_settingsList-7489218244675843] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_bottom_column_settingsList-7489218244675843] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_bottom_column_settingsList-7489218244675843] {
   position: relative;
}
[hash-class=tab_bottom_column_settingsList-7489218244675843] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_partners_managementDetail-7478412560460035] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=tab_partners_managementDetail-7478412560460035]{
    position: relative;
}
[hash-class=tab_partners_managementDetail-7478412560460035] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=tab_partners_managementDetail-7478412560460035] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_partners_managementDetail-7478412560460035] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=tab_partners_managementList-7478412561115395] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_partners_managementList-7478412561115395] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_partners_managementList-7478412561115395] {
   position: relative;
}
[hash-class=tab_partners_managementList-7478412561115395] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_video_managementDetail-7482600375961348] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=tab_video_managementDetail-7482600375961348]{
    position: relative;
}
[hash-class=tab_video_managementDetail-7482600375961348] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=tab_video_managementDetail-7482600375961348] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_video_managementDetail-7482600375961348] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=tab_video_managementList-7482600376289027] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_video_managementList-7482600376289027] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_video_managementList-7482600376289027] {
   position: relative;
}
[hash-class=tab_video_managementList-7482600376289027] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_top_bar_settingsDetail-7488036678020740] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=tab_top_bar_settingsDetail-7488036678020740]{
    position: relative;
}
[hash-class=tab_top_bar_settingsDetail-7488036678020740] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=tab_top_bar_settingsDetail-7488036678020740] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_top_bar_settingsDetail-7488036678020740] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=tab_top_bar_settingsList-7488036678413952] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_top_bar_settingsList-7488036678413952] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_top_bar_settingsList-7488036678413952] {
   position: relative;
}
[hash-class=tab_top_bar_settingsList-7488036678413952] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=tab_dictionary_main_tableDetail-7472694498723843] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=tab_dictionary_main_tableDetail-7472694498723843]{
    position: relative;
}
[hash-class=tab_dictionary_main_tableDetail-7472694498723843] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=tab_dictionary_main_tableDetail-7472694498723843] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_dictionary_main_tableDetail-7472694498723843] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=tab_dictionary_main_tableList-7472694499903490] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
[hash-class=tab_dictionary_main_tableList-7472694499903490] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=tab_dictionary_main_tableList-7472694499903490] {
   position: relative;
}
[hash-class=tab_dictionary_main_tableList-7472694499903490] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}

.success[hash-class=tab_dictionary_main_tableList-7472694499903490]{
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    width: 50px;
    background-color: #ecf5ff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    box-sizing: border-box;
}

.noSuccess[hash-class=tab_dictionary_main_tableList-7472694499903490]{

  overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    width: 50px;
    background-color: #909399;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #909399;
    border-radius: 4px;
    box-sizing: border-box;

}
.active[hash-class=tab_dictionary_subtableDetail-7472694499772416] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=tab_dictionary_subtableDetail-7472694499772416]{
    position: relative;
}
[hash-class=tab_dictionary_subtableDetail-7472694499772416] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=tab_dictionary_subtableDetail-7472694499772416] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=tab_dictionary_subtableDetail-7472694499772416] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=ModifyRecord-6044089576131968] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}

.rc-text[hash-class=InvalidPermissions-2058752406200430] {
    line-height: 30px;
}

.rc-text-inner[hash-class=InvalidPermissions-2058752406200430] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=InvalidPermissions-2058752406200430] {
    line-height: inherit;
}

.rc-text[hash-class=LayoutMenu-2058752642589254] {
    line-height: 30px;
}

.rc-text-inner[hash-class=LayoutMenu-2058752642589254] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=LayoutMenu-2058752642589254] {
    line-height: inherit;
}

.rc-text[hash-class=LoginHome-2058752392372330] {
    line-height: 30px;
}

.rc-text-inner[hash-class=LoginHome-2058752392372330] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=LoginHome-2058752392372330] {
    line-height: inherit;
}
.LoginBtn[hash-class=LoginHome-2058752392372330]{
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding: 0;
    background: 0 0;
    background-color: var(--theme-color);
    font-size: 17px;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
    margin-top: 5px;
    border-radius: 10px;
}

.mainContainer[hash-class=LoginHome-2058752392372330] {
    justify-content: center;
}
.smallBox[hash-class=LoginHome-2058752392372330]{
    flex-shrink: 0;
    width: 60px;
    margin-right: 15px;
    background: #f2f1ef;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
[hash-class=LoginHome-2058752392372330] input[type="password"]::-ms-reveal{
    display: none;
}
[hash-class=LoginHome-2058752392372330] input[type="password"]::-ms-clear{
    display: none;
}
[hash-class=LoginHome-2058752392372330] input[type="password"]::-o-clear{
    display: none;
}
.labelTxt[hash-class=LoginHome-2058752392372330]{
    text-align: right;
    flex: 0.15;
}
.inputTxt[hash-class=LoginHome-2058752392372330]{
    flex: 0.85;
    margin-left: 10px;
}[hash-class=userLogList-5015400210352129] #rc-2182643717505278_rc-5015400226670592{
    display: none;
}
[hash-class=userLogList-5015400210352129] #rc-2182644497580284_rc-5015400226670592{
    display: none;
}
.rc-text[hash-class=navigation-2058752428941478] {
    line-height: 30px;
}

.rc-text-inner[hash-class=navigation-2058752428941478] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=navigation-2058752428941478] {
    line-height: inherit;
}

.rc-text[hash-class=paginaton-2058752608969225] {
    line-height: 30px;
}

.rc-text-inner[hash-class=paginaton-2058752608969225] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=paginaton-2058752608969225] {
    line-height: inherit;
}

.rc-text[hash-class=editmenutree-2091721375493596] {
    line-height: 30px;
}

.rc-text-inner[hash-class=editmenutree-2091721375493596] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=editmenutree-2091721375493596] {
    line-height: inherit;
}

.rc-text[hash-class=departmenttree-2121363764325372] {
    line-height: 30px;
}

.rc-text-inner[hash-class=departmenttree-2121363764325372] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=departmenttree-2121363764325372] {
    line-height: inherit;
}

.rc-text[hash-class=uneditdepartmenttree-2222945899807577] {
    line-height: 30px;
}

.rc-text-inner[hash-class=uneditdepartmenttree-2222945899807577] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=uneditdepartmenttree-2222945899807577] {
    line-height: inherit;
}

.rc-text[hash-class=tree-2341793087786006] {
    line-height: 30px;
}

.rc-text-inner[hash-class=tree-2341793087786006] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=tree-2341793087786006] {
    line-height: inherit;
}

.rc-text[hash-class=jstree-2405851995662497] {
    line-height: 30px;
}

.rc-text-inner[hash-class=jstree-2405851995662497] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=jstree-2405851995662497] {
    line-height: inherit;
}

.rc-text[hash-class=jstree_member-2569348063431356] {
    line-height: 30px;
}

.rc-text-inner[hash-class=jstree_member-2569348063431356] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=jstree_member-2569348063431356] {
    line-height: inherit;
}

.applicationTitle-moduleName[hash-class=ApplicationTitle-3711242221413547] {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 800;
    margin-left: 5px;
}

.userinfo-name[hash-class=UserInfo-3711246463165687] {
    color: #FFF;
    font-size: 14px;
}

.userinfo-logout[hash-class=UserInfo-3711246463165687] {
    margin-left: 5px;
    cursor: pointer;
}

.goto-login[hash-class=UserInfo-3711246463165687] {
    cursor: pointer;
}

.rc-text[hash-class=SideMenu-3712174150846631] {
    line-height: 30px;
}

.rc-text-inner[hash-class=SideMenu-3712174150846631] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=SideMenu-3712174150846631] {
    line-height: inherit;
}
.menu-icon > .rc-image[hash-class=MenuIconV-3712212809287882] {
    position: relative;
    top: 3px;
}[hash-class=SelectPicture-3797029778047687] .iconPopup .rc-upload .upload-left {
    position: unset;
}
[hash-class=SelectPicture-3797029778047687] .iconPopup .rc-upload .upload-left .rc-text-inner {
    color: #4592E3;
}
[hash-class=SelectPicture-3797029778047687] .iconPopup .rc-upload .down-Arrow {
    display: none;
}

.iconPopup .title[hash-class=SelectPicture-3797029778047687] {
    font-size: 14px;
    line-height: 18px;
}
.iconPopup .titleActive[hash-class=SelectPicture-3797029778047687] {
    border-bottom: 2px solid var(--theme-color,#5282FC);;
}
.iconPopup .iconItem[hash-class=SelectPicture-3797029778047687] {
    margin-left: 0;
    margin-right: 11.5px;
    margin-bottom: 12px;
    background-color: #B8B8B8;
    border-radius: 4px;
}
.iconPopup .iconItem:hover[hash-class=SelectPicture-3797029778047687] {
    background-color: var(--theme-color,#5282FC);
}
.iconPopup .iconItem:nth-child(7n)[hash-class=SelectPicture-3797029778047687] {
    margin-right: 0px;
}
.iconPopup .iconItem.activeItem[hash-class=SelectPicture-3797029778047687] {
    background-color: var(--theme-color,#5282FC);
}
[hash-class=SelectPicture-3797029778047687] .iconPopup::-webkit-scrollbar {
    width: 0;
    height: 0;
}.sBox[hash-class=changePassowrd-4980571514111234]{
     flex-shrink: 0;
    width: 60px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    background: rgba(242, 241, 239, 1);
}

.rc-text[hash-class=Rolemember-2403335492806397] {
    line-height: 30px;
}

.rc-text-inner[hash-class=Rolemember-2403335492806397] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=Rolemember-2403335492806397] {
    line-height: inherit;
}

.rc-text[hash-class=MenuManage-2091643962273199] {
    line-height: 30px;
}

.rc-text-inner[hash-class=MenuManage-2091643962273199] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=MenuManage-2091643962273199] {
    line-height: inherit;
}

[hash-class=MenuManage-2091643962273199] .rc-html.jstree {
    height: calc(100% - 60px) !important;
}

.rc-text[hash-class=EditUserForm-2454533748982401] {
    line-height: 30px;
}

.rc-text-inner[hash-class=EditUserForm-2454533748982401] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=EditUserForm-2454533748982401] {
    line-height: inherit;
}
.rc-form[hash-class=EditUserForm-2454533748982401]{
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #232323;
}
.rc-input[hash-class=EditUserForm-2454533748982401]{
    border-radius: 5px !important;
}
/* .rc-container{
text-align: center;
vertical-align: middle;
} */
.rc-dropdown[hash-class=EditUserForm-2454533748982401] {
    border-radius: 5px;
    height: 30px;
}
[hash-class=EditUserForm-2454533748982401] .rc-dropdown .current{
    background-color: transparent;
    height: 80%;
}

.closeButton[hash-class=EditUserForm-2454533748982401]{
     margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
    width: 108px;
    height: 30px;
    font-size: 17px;
    box-shadow: none;
    font-weight: 400;
    /* border: none; */
    outline: 0;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
    border: 1px solid  var(--theme-color);
}
.closeButton .btnTxt[hash-class=EditUserForm-2454533748982401]{
     color: var(--theme-color);
}
/* .inputW{
    width: 2.23rem;
}
.labelW{
    width: .9rem;
    white-space: nowrap;
}
.boxW{
    width: 3.38rem;
}
:deep(.margin-left-1){
    margin-left: 0.32rem;
} */
.rc-text[hash-class=DepartmentManage-2410481004987627] {
    line-height: 30px;
}

.rc-text-inner[hash-class=DepartmentManage-2410481004987627] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=DepartmentManage-2410481004987627] {
    line-height: inherit;
}
.rc-link.active[hash-class=DepartmentManage-2410481004987627]{
    border-bottom: 2px solid var(--theme-color,#62a8f2) !important;
}
.rc-link.active[hash-class=DepartmentManage-2410481004987627]{
    border-bottom: 2px solid var(--theme-color,#62a8f2) !important;
}

.rc-table.gw .table-index-style[hash-class=DepartmentManage-2410481004987627] {
    border-left: 0;
}
/* 影藏添加按钮 */
.rc-container.zzjg>.rc-block > :first-child[hash-class=DepartmentManage-2410481004987627] {
    display: none !important;
}

.rc-header-cell.gw:last-child[hash-class=DepartmentManage-2410481004987627] {
    border-right: 0;
}

.rc-row-cell.gw:last-child[hash-class=DepartmentManage-2410481004987627] {
    border-right: 0;
}
.rc-table.gw >.rc-header-row.post[hash-class=DepartmentManage-2410481004987627]{
    height: 40px;
}
.rc-table.gw .rc-row.post[hash-class=DepartmentManage-2410481004987627]{
    height: 40px;
}
.rc-table .table-index-style[hash-class=DepartmentManage-2410481004987627]{
    height: 40px !important;
    min-height: 40px !important; 
}
.rc-table.gw.table-index-style[hash-class=DepartmentManage-2410481004987627] {
    height: 40px !important;
    min-height: 40px !important;
} 

.cancelBtn[hash-class=DepartmentManage-2410481004987627]{
     margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 25px;
    background-color: white;
    font-size: 17px;
    /* color: #fff; */
    box-shadow: none;
    font-weight: 400;
    outline: 0;
    border-radius: 10px 10px 10px;
    border: 1px solid var(--theme-color);
}
.cancelBtn .btnTxt[hash-class=DepartmentManage-2410481004987627]{
    color: var(--theme-color);
}
.rc-text[hash-class=UserList-2408766401036986] {
    line-height: 30px;
}

.rc-text-inner[hash-class=UserList-2408766401036986] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=UserList-2408766401036986] {
    line-height: inherit;
}
.rc-page wh100p[hash-class=UserList-2408766401036986]{
    padding-left: 5px;
}.navigation-container[hash-class=MainPage-3712170030663843] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background-color: var(--theme-color);
    box-sizing: border-box;
}
.navigation-left[hash-class=MainPage-3712170030663843] {
    width: -webkit-max-content;
    width: max-content;
    min-width: 170px;
    display: flex;
    align-items: center;
    align-content: center;
}
.rc-text[hash-class=MainPage-3712170030663843] {
    line-height: 30px;
}

.rc-text-inner[hash-class=MainPage-3712170030663843] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=MainPage-3712170030663843] {
    line-height: inherit;
}
.rc-table.leftTable[hash-class=MainPage-3712170030663843] {
    border: none;
    background-color: #232327;
    overflow-x: hidden;
}
.rc-table.leftTable .rc-header-row[hash-class=MainPage-3712170030663843] {
    height: 30px;
}
.rc-table.leftTable .rc-header-cell[hash-class=MainPage-3712170030663843] {
    justify-content: flex-start;
    border: none;
    background-color: #232327;
    color: #EEEEEE;
}
.rc-table.leftTable .rc-row-cell[hash-class=MainPage-3712170030663843] {
    border: none;
    background-color: #232327;
    color: #EEEEEE;
    padding-left: 15px;
    border-radius: 4px;
}
.rc-table.leftTable .rc-row-cell>span[hash-class=MainPage-3712170030663843] {
    text-align: left;
}
.leftTable .rc-table-row-content .rc-row:hover .rc-row-cell[hash-class=MainPage-3712170030663843] {
    background-color: #383A46;
}

[hash-class=MainPage-3712170030663843] .render-ul {
    position: fixed;
    left: 60px;
    top: 44px;
    padding-left: 5px;
    margin: 0;
    z-index: 1;
}
[hash-class=MainPage-3712170030663843] .render-ul li {
    list-style: none;
    position: relative;
    background: #1B242F;
    min-width: 118px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    padding-left: 13px;
    box-sizing: border-box;
}
[hash-class=MainPage-3712170030663843] .render-ul li:first-child {
    border-radius: 4px 4px 0 0;
}
[hash-class=MainPage-3712170030663843] .render-ul li:last-child {
    border-radius: 0 0 4px 4px;
}
[hash-class=MainPage-3712170030663843] .render-ul li:hover {
    background-color: #4B596D;
    color: #fff;
}
[hash-class=MainPage-3712170030663843] .render-ul .hasChild:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #808080;
    position: absolute;
    top: 12px;
    right: 0;
}


/* 左侧树样式                     黑色主题*/
.leftMenu.sideMenu[hash-class=MainPage-3712170030663843] {
    width: 200px;
}
[hash-class=MainPage-3712170030663843] .tree-search {
    border: 1px solid #4B596D;
}
[hash-class=MainPage-3712170030663843] .tree-search input::-webkit-input-placeholder {
    color: #C8D3DE;
    font-size: 12px;
}
.tree-search input[hash-class=MainPage-3712170030663843] {
    -webkit-transform: none;
            transform: none;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default-large .jstree-wholerow {
    height: 50px;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default-large .jstree-ellipsis {
    width: 100%;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default-large .jstree-ellipsis .jstree-anchor {
    padding: 9px 0;
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
}
[hash-class=MainPage-3712170030663843] .rc-container.sideMenu .jstree-node.jstree-closed .jstree-icon.jstree-ocl {
    position: absolute;
    right: 10px;
    top: 10px;
    background-position: 0 -32px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
[hash-class=MainPage-3712170030663843] .rc-container.sideMenu .jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: 0 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
[hash-class=MainPage-3712170030663843] .rc-container.sideMenu #rootTreeContainer .jstree-default .jstree-container-ul {
    width: 30px;
}
[hash-class=MainPage-3712170030663843] .rc-container.sideMenu #rootTreeContainer .jstree-default .jstree-container-ul .jstree-anchor {
    width: 35px;
    position: relative;
    left: 6px;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default-large > .jstree-no-dots .jstree-node {
    background: #161E25;
    position: relative;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default .jstree-wholerow-clicked {
    background: #4B596D!important;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default .jstree-clicked {
    color: #FFF!important;
    font-weight: bold;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-wholerow .jstree-wholerow-hovered:hover {
    background: #4B596D!important
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default .jstree-hovered {
    background: transparent!important;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default .jstree-context {
    background: #4B596D!important;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default .jstree-wholerow-hovered {
    background: #4B596D!important;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default-responsive .jstree-wholerow-hovered {
    background: #4B596D!important;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    position: absolute;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default > .jstree-container-ul.jstree-no-dots > li {
    background-color: #1B242F;
}

.tabs-list[hash-class=MainPage-3712170030663843] {
    min-height: 40px;
}


[hash-class=MainPage-3712170030663843] .rc-table .rc-header-row{
    border: none;
}
[hash-class=MainPage-3712170030663843] .rc-table .rc-row{
    border: none;
}
/* 左侧树样式                       蓝色主题*/
/* :deep(.leftMenu.sideMenu) {
    width: 250px;
    background-color: #212e51 !important;
}
:deep(.sideMenu .jstree-default-large .jstree-wholerow) {
    height: 50px;
}
:deep(.sideMenu .jstree-default-large .jstree-ellipsis) {
    width: 100%;
}
:deep(.sideMenu .jstree-default-large .jstree-ellipsis .jstree-anchor) {
    padding: 9px 0;
    transform: translate(5px, 0px);
}
:deep(.rc-container.sideMenu .jstree-node.jstree-closed .jstree-icon.jstree-ocl) {
    position: absolute;
    right: 10px;
    top: 10px;
    background-position: 0 -32px;
    transform: rotate(180deg);
}
:deep(.rc-container.sideMenu .jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl) {
    background-position: 0 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(90deg);
}
:deep(.rc-container.sideMenu #rootTreeContainer .jstree-default .jstree-container-ul) {
    width: 30px;
}
:deep(.rc-container.sideMenu #rootTreeContainer .jstree-default .jstree-container-ul .jstree-anchor) {
    width: 35px;
    position: relative;
    left: 6px;
}
:deep(.tree-search input) {
    border: 1px solid #9AA3BB;
    background: #1F2A49 !important; 
}
:deep(.tree-search input::-webkit-input-placeholder) {
    color: #9AA3BB;
}
:deep(.sideMenu .jstree-default-large > .jstree-no-dots .jstree-node) {
    background: #1F2A49;
    position: relative;
}
:deep(.sideMenu .jstree-default .jstree-wholerow-clicked) {
    background: #3B4D84!important;
}
:deep(.sideMenu .jstree-default .jstree-clicked) {
    background: #3B4D84;
    color: #FFF!important;
    font-weight: bold;
}
:deep(.sideMenu .jstree-wholerow .jstree-wholerow-hovered:hover) {
    background: #3B4D84!important
}
:deep(.sideMenu .jstree-default .jstree-hovered) {
    background: transparent!important;
}
:deep(.sideMenu .jstree-default .jstree-context) {
    background: #3B4D84!important;
}
:deep(.sideMenu .jstree-default .jstree-wholerow-hovered) {
    background: #3B4D84!important;
}
:deep(.sideMenu .jstree-default-responsive .jstree-wholerow-hovered) {
    background: #3B4D84!important;
}
:deep(.sideMenu .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl) {
    position: absolute;
}
:deep(.sideMenu .jstree-default > .jstree-container-ul.jstree-no-dots > li) {
    background-color: #212E51;
}

:deep(.render-ul li) {
    background: #212E51;
}
:deep(.render-ul li:hover) {
    background-color: #3B4D84;
    color: #fff;
}
:deep(.render-ul .hasChild:after) {
    border-left: 5px solid #9AA3BB;
} 
*/
[hash-class=MainPage-3712170030663843] .tabs .tabs-container{
    width: 125px;
    padding: 0 25px;
}
[hash-class=MainPage-3712170030663843]  .tabs .tabs-container .rc-expression .rc-expression-inner{
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.active-row[hash-class=PermissionManage-2121572527549406] {
    background-color: var(--theme-color-opacity-2, rgba(82, 131, 252, .15));
}
.rc-text[hash-class=PermissionManage-2121572527549406] {
    line-height: 30px;
}

.rc-text-inner[hash-class=PermissionManage-2121572527549406] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=PermissionManage-2121572527549406] {
    line-height: inherit;
}
[hash-class=PermissionManage-2121572527549406] .rc-dropdown .options{
    max-height: 150px !important;
}

.rc-table .rc-row.group:hover[hash-class=PermissionManage-2121572527549406] {
   border-left: 2px solid var(--primary,#4592e4);
}
.rc-table.qz .table-index-style[hash-class=PermissionManage-2121572527549406] {
    border-left: 0;
}
.rc-header-cell.qz:last-child[hash-class=PermissionManage-2121572527549406] {
    border-right: 0;
}
.rc-row-cell.qz:last-child[hash-class=PermissionManage-2121572527549406] {
    border-right: 0;
}
.rc-table.qz >.rc-header-row.qz[hash-class=PermissionManage-2121572527549406]{
    height: 40px;
}
.rc-table.qz .rc-row.qz[hash-class=PermissionManage-2121572527549406]{
    height: 40px;
} 
.rc-table .table-index-style[hash-class=PermissionManage-2121572527549406]{
     height: 40px !important;
    min-height: 40px !important; 
}
.rc-table.qz.table-index-style[hash-class=PermissionManage-2121572527549406] {
    height: 40px !important;
    min-height: 40px !important;
} 

/* 表格成员 */
.rc-table.qzcy .table-index-style[hash-class=PermissionManage-2121572527549406] {
    border-left: 0;
}

.rc-header-cell.qzcy:last-child[hash-class=PermissionManage-2121572527549406] {
    border-right: 0;
}

.rc-row-cell.qqzcyz:last-child[hash-class=PermissionManage-2121572527549406] {
    border-right: 0;
}
.rc-table.qzcy >.rc-header-row.qzcy[hash-class=PermissionManage-2121572527549406]{
    height: 40px;
}
.rc-table.qzcy .rc-row.qzcy[hash-class=PermissionManage-2121572527549406]{
    height: 40px;
} 
.rc-table .table-index-style[hash-class=PermissionManage-2121572527549406]{
    height: 40px !important;
    min-height: 40px !important; 
}
.rc-table.qzcy.table-index-style[hash-class=PermissionManage-2121572527549406] {
    height: 40px !important;
    min-height: 40px !important;
} 
#elementId[hash-class=PermissionManage-2121572527549406]{
    width: 100% !important;
    background-color :#fff !important; 
}
/* #elementId>.jstree-default .jstree-wholerow-clicked,ul,li {
    background-color :#fff !important;
} */

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked[hash-class=PermissionManage-2121572527549406] {
    background-color: #fff !important;
}[hash-class=ColumnManagePage-7476511141260288] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=ColumnManagePage-7476511141260288] {
   position: relative;
}
[hash-class=ColumnManagePage-7476511141260288] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}[hash-class=ColumnManagePage-7476511141260288] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=ColumnManagePage-7476511141260288] {
   position: relative;
}
[hash-class=ColumnManagePage-7476511141260288] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}[hash-class=ColumnManagePage-7476511141260288] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=ColumnManagePage-7476511141260288] {
   position: relative;
}
[hash-class=ColumnManagePage-7476511141260288] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}[hash-class=ColumnManagePage-7476511141260288] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=ColumnManagePage-7476511141260288] {
   position: relative;
}
[hash-class=ColumnManagePage-7476511141260288] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.heng[hash-class=article-7573815801374387]::after{
    border-top: 2px solid #b9b9b9;
    top: 46%;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}

.rc-list div:last-child[hash-class=article-7573815801374387] {
  float: none !important;
  margin-right: 0px !important;
}

[hash-class=article-7573815801374387] .detail-VHTML .p {
  font-size: inherit;
}
[hash-class=article-7573815801374387] .detail_VHTMLBox span{
  font-size: inherit;
  line-height: inherit;
}.heng[hash-class=homePage-7555761363658240]::after{
    border-top: 2px solid #b9b9b9;
    top: 46%;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}


.rc-list div:last-child[hash-class=homePage-7555761363658240] {
  float: none !important;
  margin-right: 0px !important;
}