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

.h1{
    height: 36.00px;
}
.h2{
    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: 10.00px;
}
.margin-left-4 > .textarea{
    margin-left: 10.00px;
}
.margin-left-5{
    margin-left: 15.00px;
}
.margin-left-5 > .textarea{
    margin-left: 15.00px;
}
.margin-left-6{
    margin-left: 7.50px;
}
.margin-left-6 > .textarea{
    margin-left: 7.50px;
}
.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-opacity-2: rgba(82, 130, 251, 0.15);
    --theme-color: #5282FB;
    --theme-color-opacity-1: rgba(82, 130, 251, 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 {
  /*! 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: #EEEEEE;
}
.IconTipsButton-icon-container:active, .IconTipsButton-icon-container-active, .IconTipsButton-icon-container-active:hover {
  background: #EDF2FE;
}
.IconTipsButton-icon-container:active .rc-icon, .IconTipsButton-icon-container-active .rc-icon, .IconTipsButton-icon-container-active:hover .rc-icon {
  color: #144FED!important;
}
/* 新管理页图标提示按钮悬浮效果 END */

.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: #beebff;
    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: linear-gradient(to bottom, #beebff 0, #a8e4ff 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-image: none;
    background-position: 0 0
}

.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,iVBORw0KGgoAAAANSUhEUgAAAUAAAABgCAYAAABsS6soAAAV6klEQVR42u2dC1hU1drHN4iinbKOR/GI2cVbddI0SVA/tbKyLL8e+75jJmh5zTJPePpKO2llnifvR4+ppYKVwBgqcvOCoqIpouINhQFNAUFguDPcrzP/b717ZtOI2O3szRC863l+zxr2bGbtvZn58V97rb1HAiD9WrhYSo8e3cHtc+Fiv/ffb/HXTS5jAXLhwuX3WliAnMA4AXLhBMgC5MKFCydAFiAnME6AXDgBsgC5cOHCCZAFyAmMEyAXToAsQC5cuHACZAFyAvsdtu/v7+/Q2OPmUJrb9mhVks9+h8Y4f/SLek7vXoDcH7bM5gTIhYsKZeOmjQgICDDrdDqzLmCbSdS1Adt0dQE6erzNLJ5DAD2n00F+LKDfUbl9BWrPZN0ek3UbaunxNp1Ypn37vwg127eVn6mq4Kep0MtEbJ3VJKKwiwAZC2r8B+L2fx76QKekpsJYbESRsQhFRYUoJAqLYDQWiuXFKC4Wj0uoLobBYJAloGb7xeK1K8orYCwS7Ys28wvzkV+Uh7zCPBQY8+Rtou0rF+vQumq1T0Vpv6629ic5lhSNrZeXYcfZHXL7WgmwpjBNhh7fLgESWkvQbgmQYZoSSlx5ufmy6PLzC5BfUIAiIZtigsRUWiHLiairrZFr9QVoxLm04wi+thnnMr7HBcMJXMyIQULWSVzIikbcjRO4cCMa58U6WglQ3vcGKGLefsYfvlcXIrHyEMIN6/DBxnnaCNCa8EiAtyRC63NNmQLtIkA131xq0LdvX7SmBKYc/+aSALU8/nRuTXQrTVmZmcjLz5fTHZGXZxWhSF6U+kgEigzUFBAR+N0Oc35ePnwTF2JP4QrsL/w3zpXvRFx5KC6UheBc2S4cMX6FS1XhCLm6GXm5BRC/o6oAD8QfxmdH52J3XJC8/7YC1J36Bl8kvofwnNXwS12MwNQVWJvojY5zu41WUzaU7mwFVy/ABuKrLIiRabEJkP4ggd9tR3ORn70EaMdE1KqOvy5AZ8rMzIAhy4C0tDSkp6cjK4skmCskkC+LsEBgVARYrLYAt5tzc/Ow+uwcbM54E345cxFuXIII40pEFK/EvqIV2FO0HGH5S7E29u/IyctT7e9D5bMvP8fC2AkIMn6Ij6Jfx7eRAfUC3HFGh5UX5sA33RvL9VOw9NJULIufBs/AFyBNcemvhQBJblTLP9sIUBFfUwnQrgmQDr69kyB98MZP8EJrTICt6fjrdAF1GUKA19OuIzX1Oq5fT0Na+g0hwSzkZGcLEebLx6PAmoiMJUWqHpvtQoAktXlRXlicNA7r09/ApowZ8MmcBZ+sWdic+RZ8M/+GfyaOwweHPZGbk0sCNKvRttP0ru6vRTyO+fFPwfv8ECz+4UXMPjIG3xwQ/wRj/fFe9Mt469xAeB3vgzeODcTMaA+87D8Cn3+5XHX52AqQaJgIFTG2igRIJ13pTUejTfb88NlTgPZMgK3p+NMIa0ZGJq4L+dFgSHJKqizCtPQ0ZInl1CXMFYKSu4TFxVokQOSIBPh/Bz2xIP4FLEh8AZ8mjsEnSWPwceLzQk6j8HasG/436gFMCR0j1lVPgNJk16Ejtt6HcUe6YOyhThgV2QavRHeGZ/iTmHbgGYyJuguDwyQMDpHwRLAE9033IybpjCaDIDSwYSs45efG0h+xddX4lpsAlZEnevMtWrwc9vrwNYcE+Fvr/1SADY9/U7V/u+OvVfsiAZop7ZH09Il6wRVcS06RZXhddImJLEMWsrMt58aMRjkBmtUUIAl27sHxGBflitdP9MOUmH5448SjmBzzkJCTK57c/QcMC7kDk0JGi3VzVe0Cf7j2Uwza3BUeoUJwIRbZjdzTFsPCHOEWJMFth4RBgsEbeiEmMbb+HKgWAiSxlV6LbFSAtNwWrQXYKhOgcs6pIZwAW+7xJ5llCdGT8OIT9EiIT4BefxnJ15JFGkyxdIuFBOkcoTIwoHoCFOcaJwU/gyHBzvAIbodhoR2E8NpjWHB7uO9qgycE7sFt4bnrGXmwRk0B0r4En9qHv6z/Ex4PlDBgm4THdIIACf39JfQT9F9zLw5fiL5p/7WQX07S1yi6uE8WnG0iVKRHzyu06ATYHM5BteJpIa3q+NN+UsKLT0hAfLyFBCFCvagTEy8jJdkiwVRxbpASMU1ZUVuAdLy9/MabevlI6O3jgN5bJDy0xQF9fCXQsl6i7u3riIm7Rsnrqi1Aktqm8K3otaozHv5aQp/NVkTbj6x4AIfOHpWPgWX/1ROgkyR1oJrO5ykCtEWRoPLz9VP/qqdFJ8DmMgrZWgXYmo4/7S99sBX52UJpMEGfgFTreUFCKwF6bh1v6u1D0mkjS7CXqPv4OIrHjlDESOtoJUDa3/WhW3D/0i7o9aUTem5wQp/P70fo8X31+27ZfxUFeIejC0ECpIRnKzgSHi23lwB5HmArFmBr219bASZYa328XqTCRLnWy+lQf5MA1L4SRHdAJwvOUyTBSXL9qolSIdXyckFY9B5VJ2IrAqTXVPY/4NBOuK3ujyGrPbA35uBN8qPjpLSvmgCdnJ4m0SmJT7nigySnCNBWfC0+ATKMPbr8ytUe5WWiLitHWbmlLi8vl68AofOitQItrgRRupaNXY3R8MoMNS/FUwSoyI2gAaG9sYcQFXe8fpkttK6aXeCGArTFngLka4GZVoFyMwDqVjaCueEy5WYAarf/E9twU9tatv9rboag1o1LrOcB+5LQGoMTIMMwzZKmKLcTI98NhmGYFi9Ae96PkgXIMEyrvXcnC5BhGE6ALECGYTgBsgAZhuEEyAJkGBYgJ0AWIMOwADkBsgAZhgXICZAFqPo9Abl9hgXICZBhGBYgJ0BOgNw+wwLkBMgwDAuQEyAnQG6fYQFyAmQYhgXICZATILfPsAA5ATIMwwLkBMgJkNtv/qTufMuBuBH8tozyMwuQEyDDqE7Klun4LajZftrOt39k12xTWtCcOkFNuoXatF3vmNN2zjYr62ja/i9Aab8pyvvzFshfB7Bo8XJMmj5XronxE7z4O0E4AXL7agig9FoMaktybqX41mWVWXpVBURCodc1VeWjpiAV1WWZqCnJRFVxOqpKbqCm1IDaCtqWbJgqC+R16XfUSnBK+/SlTz9FbFIU/C8vQfD5ALn9pkpi9P0jivjoW+tIfAQt4wTIMCoIsKbwuiDtJixSKrgJEgHV6gswG+fSjiPs2mZcyPgel7JOIN5wEgmGGPlx3I3jOJd+XF6H1tVCgA333/YYbD/jD9+rC5FYeQjhhnXw9R2nunxIaI2hCM9WgLbPt4oE2NTfVdu3b19wAvyxfXsd/yZKgObKzHj5A19p0MsJryorEdUkxaLGZJivtgDN1YWp8ElYgD2FyxFhXINzFUG4UB6GuIpwxFWGIbL4CyTW7MWuqxtkWastwCh9BFYenIOjUevl/beVoO7UN/gi8T2E56yGX+piBKauwNpEb3Sc22202gJsrNA/HfpKUBJgSMgNWYBUtE6BzSYBKl8H2NQfwOYiQXvTko9/qs8Mh5SvZ5hIgJVCepWZCRaEBCqz9agWXVJZBEU3bCSosgCD3jZXFqRgTey72JQ5C3457yLc+DkiilfK7JNZgd3G5VhxerbqAgz1nYCFsRMQZPwQH0W/jpPfb6qXX0zUZqy8MAe+6d5Yrp+CpZemYln8NMwIfBrSFJf+WgjQ0T30Fqg0tQCbRQJUvrTaHh9AOsD2lqC9E2BLP/4WAc6sqUiPE9JLQHnKaVSQDDP1chqsyk4S5+VSLF3kojTrecFslQU421SRfxX/iPLCZ0njsCFjMjZmzYBP1iz4GIi3sSN/gXjuJXhH/lVsj3oCdJre1d1r/wDMj38K3ueHYPEPL2L2kTGIOboR0Yc34b3ol/HWuYHwOt4HbxwbiJnRHhjv74EI34madIGbkwDtngDp5Cd9+CgC2+sD2BwkaC9aw/EXAnRM/ebNqvK08yjPvISy5FMoSzmJihsXUZlxSZZiVbZIhoYkVOdTKkrXRoB5VzD/sCf+Ef88Pk4ajU8vv4BPLo/BJ0nP4yP9c5gVOwhjo7rAa9coIcA09RLgZNeho/y6Y9yRLhh7qBNGRbbBK9Gd4Rn+JKYdeAZjou7C4DAJg0MkPBEsYdhGV5y5clyTQRBOgDbQzhoMhvoRKHt+ANX4ECr/TX5rrVaS/KW12sf/17av9vH/CQG2SflmVlXF9bNCfidRnHQQpVcPozT5BMpTRRrMsCRDuXssRCifD7QI0KzWnL/0nUKAuVfw/sHX8D9RPTAlph+mneqPqaf64Y2Tj+K/o1zgEdoOT4S0geeuZ+RtULMLrPvyrxi8sYtoQ4J7iEV2I/e0xbAwR7gFSXDbIWGQYOiG+3Au/rB8GqA1CLDVJ8DG4ATYso4/JcCUb2YKAZ4XU2GiURy/H8aEAyi9IkR47RjKr58SSTBOiDBB7hJT97O22KCaAC2DINQFTsbksBfgEdxeSKg9hojaI6QD3IOF+Ha1EenLUdAGE4PUFyC91u7YEDy2/h48HihhwDYJj+kEARL6+0voJ3D7dzeciousHxDiBNjCzwEyreP4ywL8emZ1xY0LIvkdQtGlCBRdjIAxfh9Krh6Ul5Ulx4hEeMoyMCKgaSgpW2aoOghSlZ+KSX4TzH18HNHbR5Lp5ftj3cvHwsSgUZoIkKQWemA1Hlp1Dx7+WkKfzVZEmwNW9sDps+E2+6+tAG9XaEI0jwIzrWIUuAkF6JC6ZYaJBj4s8tsrU3hxn6gFQoSlPxxEybUT8mRpRQBqzwOkKTdefq+aessCdIBc+1prnx8F6Ll1vEkrAdL+BgYvQ++lf0SvL53Qc4MTHl1yL44e9ZP33Xb/tZoIfbu5gIQiQOoJ2C7jeYBMkyTBljsReoaZPtiU/FLOBgq2I/n8dhQlCCFe2i8kuN8qx331V4xocSWI7oBOCO5Vk5ffeJMnIWTntZXqV+XHRFj0nvpzcGoKkF6z9FqkTPiBjXBf/Rc8uXoQTkRvq09+ClqdA6SSmnodDbGVH/Hpp/vl9KecouErQRhGhStB6DIzU2WePM9PrivyLLWgroYGg2o0uxKk4eTj26Fciqe2AJV0R1SIeZBHz+7G6YuRt8iPoHWb8lI4kh1JjyARKo9pOfVO+FpghlHhZgiNX/g/u9EbATSXmxG0hpshUOpt2BVWzv9RCuQEyDAM3w6LEyDDMCxAToAMw7AAOQEyDMMC5ATIMAwLkBMgwzAsQE6ADMOwADkBMgzDAuQEyDAMC5ATIMMwnAA5ATIMwwmQBcgwDCdAFiDDMJwAWYAMw3ACZAEyDAuQEyALkGFYgJwAWYAMwwLkBPh7EGDD8i9J6nS7g/GpJLVX8+AwDAuQE2Cz+QNG9OzpnbZoUca+P/95UsODcax798kFS5fqj9xzz1gtBegkSR1sacpj4XSHo8snn3yyqDGGDBniyR94hhOgygL8NaXT3+91X3NpbpzbKrcZqm2gtYR26PBu9gcfAEFBKFy/vmafi4uX8lxUt25eFdu21SAlBRU7d5YetEpQE/kJCYmX7kvQ46aUoFVyt5SK8goYDAaQCPlDz3ACtIMA75jTZYDP1Y/yEisPIdywDg8u7j1JLQHukKQ5CW3awHDPPSh67jnUrVyJorVrayJcXCZGCsrXratBeDgQGgqcPo3K7dvLjnTtOlYLAZL46Kv+CCcnp6dlETaRBBsTIH0LGm1LfHyC/DNLkOEEqIEAO73/4LOvh70Y4jzVpectyc+7u8cavXd2eM5q+KUuRmDqCqxN9EbHud1Gq/EH/E6SvjovNvWGIEtQ1LkzaqdPR/mqVahcsgRYswZYtw7YsgXYvh3Yvx+xDz20VIsuKEmPhEPfEdvUEmxMgGZBcUkxEoQAqSYhsgQZToAqCrD9m65D558eZwwyfoj3v5+ol7w6d1M24g9vd39sxYV3cnzTvbFcPwVLL03FsvhpeGXH8GRpikt/Ff6ADiIB3rdNkoIuic01CHIFRkHN8OEwz5sH8/z5wMKFwPLlMH31Fc4MGBBEv6OlAEf/7Zkml+DtusD0nbgkv/iEBDkJErRNLACGE+B/KECn6V3dxx/oVzo//il4nx+CxT+8iDcjx+il1/7kevdb9z8+N/qlnLfODYTX8T5449hAzIz2wDDfvnrJs8tAFc8ByhIMlKSd8ZJkzhYvmy8oFlQ9/DDqZs4E3nkH1fPnm0/267eT1qXf0VqADSWo9TlBqwDNt6RAsaRWfCm4UUiQtoVkyIMiDCdANRLgZNeh7n5dCsYd6YKxhzphVGQbvBLdGZ67R16beuDp7DFRd2FwmITBIRKeCJbQ84t2VyWvboPUHgShIlKg6x4np0sZDg5yEiywSrCyZ0/gzTeRMGZMHK2j1ShwYwK0laDWKXDo0KFejQkQNgupC0yJkAXIcAJU6xzgZNdnH/iiTaZHqAT3EIvsRu5pi2FhjnALkuC2Q8Igwb2rnEUy7P6YqhtoK8C2bSedufPO0hTxsukCJQlSd7jqkUeQP2tWie0UmZYnwGGeMJnr8HNF2JAFyHACVHMU2Kv7Sz3WOOU8HihhwDYJj+kEARL6+0voJ+i2rO0Pkud9bqob2lp0YguOtGtXrRcvmSRItg6KkATzBIWUBAcNQu706dW7xbSYphJgU3aBR4wc4WU2mWuVxKdgeXBzMGQBMpwA1Z4G49VtdJclTtkPfy2hz2YrPhI6feacJHm6DtRkAyn5OTpO3OvgUHtKvNxZAQ2GXCHatcNV0R3Osg6O5Dk7o2zgQBgmTqzd27XrhJY2CDJy5Egvk8lUAxNgqquDSXR3ZcTjuto6ufurZEAWIMMJUIt5gJNdx/7xs7bZvb50Qs8NTrh7ofMVaeK97poZmtKfs/M/94mpL8ccHREjXpKmxJwVstvVocNuMTCy56L4OcOaCHM7doTBwwMR3bsv0lKATS0/Dw8PhxEjRnjVVFdXk+ho0KOmxgKd86ujms7/CcycABlOgBpOhPZ0ffaRFb0K+nze69rtkp+KAqQR4O5+zs7f7hUSjBYToo8KEQY6OdFo74OE6B7vPGc9L3j5zjsRfvfd39LvtLSJ0CTA8tLyGrryo6LCSvmtCAlyAmQ4AWp4JYiD5Nntv2xHe7VMgNSemAzdw9/ZeWuwuBpECG+XdaqLcqXIff5i2RHRXLCDw1ZaV5NpMHa+FG748OGexmJjXUlpCW6irERMfRGUFstTYEiCLECGE2DLuhmCgzXtvS7q3rKEb36ut/W5B5XnWtrNEMQ0GM+ammpTVVU1KisrhejKUVlRiarKKtRW18jd4joBD4IwnABb5u2wHGz42eda2puZutzvz1tg+mD+QqJu3ocf180TNf38/ryF5g/mLTCL50HwlSAMJ0CNBNjcd6qlvhGULniHju1cqG7fsV3X9h2du7a/i+p2XeUuuYLlfCUXLpwAWYDgdwsXLpwAWYBcuHDhBNisBciFCxcurTYBcuHChQsnQC5cuHDhBMiFCxcuzSQBMgzDtAT+H+4pSfiidZSBAAAAAElFTkSuQmCC") -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
}

.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
    }

    .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 #000000;
    border-radius: 20px;
    background: transparent;
}
.tree-del-button{
    padding-left: 5px !important;
    line-height: 13px;
    border: 1px solid #909399;
    color: #909399;
}
.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)
    }

:root{
        --theme-color: #5282FB; --theme-color-opacity-1: rgba(37, 201, 138, 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);
}
.rc-table.test .table-index-style {
    border-left: 0;
}

.rc-header-cell.test:last-child {
    border-right: 0;
}

.rc-row-cell.test:last-child {
    border-right: 0;
}


/* 垂直居中 */
.ywVerCenter{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* 左右居中 */
.ywVerBetween{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center
}

/* 垂直居右 */
.ywVerRight{
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

/* 垂直居左 */
.ywVerLeft{
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

/* 水平居中 */
.ywHorCenter{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

.ywContainerPadding{
    padding-left: 18%;
    padding-right: 18%
}

.phone .ywContainerPadding{
    padding-left: 2%;
    padding-right: 2%
}

.expressionText{
  font-size: 14px;
  color:black;
  /* border-bottom:1px solid black; */
}

.expressionTextBold{
  font-size: 14px;
  color:#5282FC;
  /* border-bottom:1px solid #5282FC; */
  font-weight: bold;
}

.rc-checkbox .checkbox {
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.rc-header-cell {
    box-sizing: border-box;
}
.edit-cell {
    outline: none;
    border: 1px solid;
    border-radius: 3px;
}

/* 经典模板 */
.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;
}
.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;
}
/* :deep(div.rc-popup-air-bubbles .rc-popup-air-buttles-content, div.rc-popup.rc-popup-air-bubbles .rc-popup-air-buttles-content) {
    padding-left: 0;
    padding-right: 0;
}

.search-wrap {
    padding: 0 8px;
    border-bottom: 1px solid #ebecee;
}

.search-wrap :deep(.rc-input input) {
    border: none;
    padding-left: 10px;
}

.check-column-wrap {
    padding: 0 8px;
}
.check-column-item {
    height: 36px;
    align-items: center;
    align-content: center;
}

.check-column-item :deep(.rc-checkbox .square-checkbox) {
    color: var(--theme-color, #5282FB)!important;
}

.check-column-item .rc-text, .check-column-item .rc-expression {
    margin-left: 10px;
    font-size: 14px;
}

.check-column-all .rc-text {
    color: var(--theme-color, #5282FB);
} */
.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=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);
}
.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;
}
/* .slider{
    position: relative;
    user-select: none;
    border-color: rgba(172, 173, 173, 1);
    height: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: rgba(153, 153, 153, 1);
}
.drop{
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: #fff;
    z-index: 99;
   
}
.Tooltip{
    position: relative;
}
.Tooltip2{
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 0 rgba(0, 0, 0, 0.05)
}
.TooltipTop{
    opacity: 0;
    transition:.3s;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 40px;
    height: 40px;
    z-index: 999;
    pointer-events: none;
}
.TooltipBottom{
    opacity: 0;
    transition:.3s;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    width: 40px;
    height: 40px;
    z-index: 999;
    pointer-events: none;
}
.text{
    user-select: none;
}
.sliderBg {
    flex-shrink: 0;
    height: 100%;
    background: rgba(102, 183, 81, 1);
    width: 50%;
    border-radius: 5px;
}
.disable-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
}
.disable-mask.hide{
    display: block;
    cursor: not-allowed;
} */

.slider[hash-class=Slider1-6685505495445379]{
    --slider-bg-color:#efefef;
    --slider-select-color:#5284fb;
    --slider-block-color: #ffffff;
    --slider-border-radius: 5px;
    --slider-thick-num: 20px;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    border-color: rgba(172, 173, 173, 1);
    /* height: 10px; */
    height: calc(var(--slider-thick-num) - 10px);
    border-radius: var(--slider-border-radius);
    cursor: pointer;
    /* background: rgba(153, 153, 153, 1); */
    background: var(--slider-bg-color);
}
.disable-mask[hash-class=Slider1-6685505495445379]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
}
.disable-mask.hide[hash-class=Slider1-6685505495445379]{
    display: block;
    cursor: not-allowed;
}
.drop[hash-class=Slider1-6685505495445379] {
     width: var(--slider-thick-num);
    height: var(--slider-thick-num);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    border-radius: 50%;
    background:  var(--slider-block-color);
    z-index: 99;
}
.drop.rect[hash-class=Slider1-6685505495445379]{
    width: 41px;
    height: var(--slider-thick-num);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 99;
   
}
.Tooltip[hash-class=Slider1-6685505495445379]{
    position: relative;
    /* display: none; */
}
.Tooltip.hide[hash-class=Slider1-6685505495445379]{
    display: none;
}
.Tooltip2[hash-class=Slider1-6685505495445379]{
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 0 rgba(0, 0, 0, 0.05)
}
.Tooltip2.show[hash-class=Slider1-6685505495445379]{
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 0 rgba(0, 0, 0, 0.05);
    /* background: linear-gradient(180deg, #39D1D4 2%, #138DFF 100%); */
    background: var(--slider-block-color);
}
.TooltipTop[hash-class=Slider1-6685505495445379]{
    opacity: 0;
    transition:.3s;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 40px;
    height: 40px;
    z-index: 999;
    pointer-events: none;
}
.TooltipBottom[hash-class=Slider1-6685505495445379]{
    opacity: 0;
    transition:.3s;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 40px;
    height: 40px;
    z-index: 999;
    pointer-events: none;
}
.text[hash-class=Slider1-6685505495445379]{
    -webkit-user-select: none;
            user-select: none;
}
.sliderBg[hash-class=Slider1-6685505495445379] {
    flex-shrink: 0;
    height: 100%;
    /* background: rgba(102, 183, 81, 1); */
    background: var(--slider-select-color);
    width: 50%;
    border-radius: var(--slider-border-radius);
}
.precent-value-text[hash-class=Slider1-6685505495445379]{
    display: none;
}
.show .precent-value-text[hash-class=Slider1-6685505495445379]{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 12px;
}.rc-text[hash-class=LineIconButton-7442529288676231] {
  padding: 0 0 0 4px;
}.rc-text[hash-class=ThemeIconButton-7442522242245504] {
  padding: 0 0 0 4px;
}[hash-class=Meetingdetail-8998033643379421] .rc-upload-pro.uploadBox{
  display: none;
}

[hash-class=Meetingdetail-8998033643379421] .rc-upload-pro-container .file-box .content ul li{
  margin-top: 0;
}.clicked[hash-class=meetingReview-5498617095974551]{
  border-bottom: solid 2px #921D13;
}

.unClicked[hash-class=meetingReview-5498617095974551]{
  border-bottom: solid 2px white;
}

.chexiao[hash-class=meetingReview-5498617095974551] {
  width: 50px;
  height: 50px;
}.active[hash-class=meeting_reservation_recordsDetail4-2625629207321685] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=meeting_reservation_recordsDetail4-2625629207321685] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

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



      .active[hash-class=meeting_reservation_recordsList4-2625629279411265] {
    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=meeting_reservation_recordsList4-2625629279411265] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

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

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

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

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

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

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

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



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

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

[hash-class=notification_push_recordList-7727145640905728] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=notification_push_recordList-7727145640905728] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
    .active[hash-class=meeting_room_reservation_operation_recordDetail-7720076956034304] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
[hash-class=meeting_room_reservation_operation_recordDetail-7720076956034304] .rc-popup .link-import {
    text-decoration: none;
    color: var(--theme-color);
}

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



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

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

[hash-class=meeting_room_reservation_operation_recordList-7720076956624128] .rc-popup .link-import:hover {
    text-decoration: none;
    opacity: 0.8;
}
[hash-class=meeting_room_reservation_operation_recordList-7720076956624128] .rc-popup .link-import:active {
    text-decoration: underline;
    color: var(--theme-color);
}
    .active[hash-class=meeting_room_reservationList8-7659989639284097] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
[hash-class=meeting_room_reservationList8-7659989639284097] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=meeting_room_reservationList8-7659989639284097] {
   position: relative;
}
[hash-class=meeting_room_reservationList8-7659989639284097] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=meeting_room_reservationList7-7659673717696512] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
[hash-class=meeting_room_reservationList7-7659673717696512] .cell-wrapper .rc-input-in-table input{
   box-sizing: border-box;
}
.cell-wrapper .rc-dropdown[hash-class=meeting_room_reservationList7-7659673717696512] {
   position: relative;
}
[hash-class=meeting_room_reservationList7-7659673717696512] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=meeting_room_reservationList6-7659443350857729] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
.cell-wrapper .rc-if[hash-class=meeting_room_reservationList6-7659443350857729] {
    width: auto;
}

.cell-wrapper .rc-dropdown[hash-class=meeting_room_reservationList6-7659443350857729] {
   position: relative;
}
[hash-class=meeting_room_reservationList6-7659443350857729] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.active[hash-class=meeting_reservation_recordsDetail3-7648760244300416] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=meeting_reservation_recordsDetail3-7648760244300416]{
    position: relative;
}
[hash-class=meeting_reservation_recordsDetail3-7648760244300416] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=meeting_reservation_recordsDetail3-7648760244300416] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=meeting_reservation_recordsDetail3-7648760244300416] .rc-form-table {
   border-right: none;
}
[hash-class=meeting_reservation_recordsDetail3-7648760244300416] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



      .active[hash-class=meeting_reservation_recordsList3-7648760245021312] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
.active[hash-class=meeting_room_managementDetail1-7648714954935425] {
    background: white !important;
    color: #409EFF;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid  #e8e8e8;
            border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=meeting_room_managementDetail1-7648714954935425]{
    position: relative;
}
[hash-class=meeting_room_managementDetail1-7648714954935425] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=meeting_room_managementDetail1-7648714954935425] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=meeting_room_managementDetail1-7648714954935425] .rc-form-table {
   border-right: none;
}
[hash-class=meeting_room_managementDetail1-7648714954935425] .hiddenRow .form-table-main {
    border: 1px solid #E7EAEF;
    border-radius: 4px;
}



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

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

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

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

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

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

      .active[hash-class=meeting_room_reservationList2-6923529990877056] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
.cell-wrapper .rc-if[hash-class=meeting_room_reservationList2-6923529990877056] {
    width: auto;
}

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

      .active[hash-class=meeting_room_reservationList-6768046443799936] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
.check-pop-item[hash-class=meeting_room_reservationList-6768046443799936] {
  padding: 0 16px;
  color: #333;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
}
.check-pop-item:hover[hash-class=meeting_room_reservationList-6768046443799936] {
  background-color: var(--theme-color)!important;
  color: white;
}.active[hash-class=meeting_reservation_recordsDetail-6768045200778627] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=meeting_reservation_recordsDetail-6768045200778627]{
    position: relative;
}
[hash-class=meeting_reservation_recordsDetail-6768045200778627] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=meeting_reservation_recordsDetail-6768045200778627] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=meeting_reservation_recordsDetail-6768045200778627] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

      .active[hash-class=meeting_reservation_recordsList-6768045201171840] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
.cell-wrapper .rc-if[hash-class=meeting_reservation_recordsList-6768045201171840] {
    width: auto;
}

.cell-wrapper .rc-dropdown[hash-class=meeting_reservation_recordsList-6768045201171840] {
   position: relative;
}
[hash-class=meeting_reservation_recordsList-6768045201171840] .cell-wrapper .rc-dropdown .dropdown-clearable {
   position: absolute;
   right: 6px;
}.check-pop-item[hash-class=meeting_reservation_recordsList-6768045201171840] {
  padding: 0 16px;
  color: #333;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
}
.check-pop-item:hover[hash-class=meeting_reservation_recordsList-6768045201171840] {
  background-color: var(--theme-color)!important;
  color: white;
}
.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=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=jstree1-2460015167545821] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=jstree1-2460015167545821] {
    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;
}

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

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

.rc-expression-inner[hash-class=wxCom-3151578368098681] {
    line-height: inherit;
}
.select-container:hover .rc-icon[hash-class=FileUpload1-3916525166199666], .select-container:hover .rc-text[hash-class=FileUpload1-3916525166199666]{
    color: #409eff;
}

.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=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;
}

.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;
}

.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-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=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-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;
}
.sBox[hash-class=changePassowrd1-4980571514111234]{
     flex-shrink: 0;
    width: 60px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    background: rgba(242, 241, 239, 1);
}

.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;
}

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

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

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

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

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

.rc-expression-inner[hash-class=OtherList-3030028187642845] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=OtherList-3030028187642845]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=OtherList-3030028187642845]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=OtherList-3030028187642845]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=OtherList-3030028187642845]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=OtherList-3030028187642845]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=OtherList-3030028187642845]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=OtherList-3030028187642845]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=OtherList-3030028187642845]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=OtherList-3030028187642845]{
    padding-bottom: 5px;
}

.templateTable[hash-class=OtherList-3030028187642845]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=OtherList-3030028187642845]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=OtherList-3030028187642845]{
    color: gray;
}

.templateDelete:hover[hash-class=OtherList-3030028187642845]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=OtherList-3030028187642845]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=OtherList-3030028187642845]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=OtherList-3030028187642845]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=OtherList-3030028187642845]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=OtherList-3030028187642845]{
    width: auto;
}

.pageFlexAuto[hash-class=OtherList-3030028187642845]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=OtherList-3030028187642845]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=ParticipateincollegeactivitiesList-3030028463614917] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    padding-bottom: 5px;
}

.templateTable[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    color: gray;
}

.templateDelete:hover[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    width: auto;
}

.pageFlexAuto[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=ParticipateincollegeactivitiesList-3030028463614917]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=PostgraduateteachingtrainingList-3030028876229533] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    padding-bottom: 5px;
}

.templateTable[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    color: gray;
}

.templateDelete:hover[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    width: auto;
}

.pageFlexAuto[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=PostgraduateteachingtrainingList-3030028876229533]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=ScientificresearchList-3030029120351143] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=ScientificresearchList-3030029120351143]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=ScientificresearchList-3030029120351143]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=ScientificresearchList-3030029120351143]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=ScientificresearchList-3030029120351143]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=ScientificresearchList-3030029120351143]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=ScientificresearchList-3030029120351143]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=ScientificresearchList-3030029120351143]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=ScientificresearchList-3030029120351143]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=ScientificresearchList-3030029120351143]{
    padding-bottom: 5px;
}

.templateTable[hash-class=ScientificresearchList-3030029120351143]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=ScientificresearchList-3030029120351143]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=ScientificresearchList-3030029120351143]{
    color: gray;
}

.templateDelete:hover[hash-class=ScientificresearchList-3030029120351143]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=ScientificresearchList-3030029120351143]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=ScientificresearchList-3030029120351143]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=ScientificresearchList-3030029120351143]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=ScientificresearchList-3030029120351143]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=ScientificresearchList-3030029120351143]{
    width: auto;
}

.pageFlexAuto[hash-class=ScientificresearchList-3030029120351143]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=ScientificresearchList-3030029120351143]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=StudentworkList-3030029365062532] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=StudentworkList-3030029365062532]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=StudentworkList-3030029365062532]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=StudentworkList-3030029365062532]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=StudentworkList-3030029365062532]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=StudentworkList-3030029365062532]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=StudentworkList-3030029365062532]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=StudentworkList-3030029365062532]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=StudentworkList-3030029365062532]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=StudentworkList-3030029365062532]{
    padding-bottom: 5px;
}

.templateTable[hash-class=StudentworkList-3030029365062532]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=StudentworkList-3030029365062532]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=StudentworkList-3030029365062532]{
    color: gray;
}

.templateDelete:hover[hash-class=StudentworkList-3030029365062532]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=StudentworkList-3030029365062532]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=StudentworkList-3030029365062532]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=StudentworkList-3030029365062532]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=StudentworkList-3030029365062532]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=StudentworkList-3030029365062532]{
    width: auto;
}

.pageFlexAuto[hash-class=StudentworkList-3030029365062532]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=StudentworkList-3030029365062532]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=UndergraduateteachingandtrainingList-3030029542534019] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    padding-bottom: 5px;
}

.templateTable[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    color: gray;
}

.templateDelete:hover[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    width: auto;
}

.pageFlexAuto[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=UndergraduateteachingandtrainingList-3030029542534019]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=PostgraduateEnrollmentList-3032526092608195] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=PostgraduateEnrollmentList-3032526092608195]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    padding-bottom: 5px;
}

.templateTable[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    color: gray;
}

.templateDelete:hover[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=PostgraduateEnrollmentList-3032526092608195]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    width: auto;
}

.pageFlexAuto[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=PostgraduateEnrollmentList-3032526092608195]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=task_distributionList-3038751868477472] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=task_distributionList-3038751868477472]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=task_distributionList-3038751868477472]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=task_distributionList-3038751868477472]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=task_distributionList-3038751868477472]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=task_distributionList-3038751868477472]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=task_distributionList-3038751868477472]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=task_distributionList-3038751868477472]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=task_distributionList-3038751868477472]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=task_distributionList-3038751868477472]{
    padding-bottom: 5px;
}

.templateTable[hash-class=task_distributionList-3038751868477472]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=task_distributionList-3038751868477472]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=task_distributionList-3038751868477472]{
    color: gray;
}

.templateDelete:hover[hash-class=task_distributionList-3038751868477472]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=task_distributionList-3038751868477472]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=task_distributionList-3038751868477472]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=task_distributionList-3038751868477472]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=task_distributionList-3038751868477472]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=task_distributionList-3038751868477472]{
    width: auto;
}

.pageFlexAuto[hash-class=task_distributionList-3038751868477472]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=task_distributionList-3038751868477472]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=task_distributionList2-3039050859044901] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=task_distributionList2-3039050859044901]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=task_distributionList2-3039050859044901]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=task_distributionList2-3039050859044901]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=task_distributionList2-3039050859044901]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=task_distributionList2-3039050859044901]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=task_distributionList2-3039050859044901]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=task_distributionList2-3039050859044901]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=task_distributionList2-3039050859044901]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=task_distributionList2-3039050859044901]{
    padding-bottom: 5px;
}

.templateTable[hash-class=task_distributionList2-3039050859044901]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=task_distributionList2-3039050859044901]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=task_distributionList2-3039050859044901]{
    color: gray;
}

.templateDelete:hover[hash-class=task_distributionList2-3039050859044901]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=task_distributionList2-3039050859044901]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=task_distributionList2-3039050859044901]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=task_distributionList2-3039050859044901]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=task_distributionList2-3039050859044901]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=task_distributionList2-3039050859044901]{
    width: auto;
}

.pageFlexAuto[hash-class=task_distributionList2-3039050859044901]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=task_distributionList2-3039050859044901]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=TermManagerList-3039702614051480] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=TermManagerList-3039702614051480]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=TermManagerList-3039702614051480]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=TermManagerList-3039702614051480]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=TermManagerList-3039702614051480]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=TermManagerList-3039702614051480]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=TermManagerList-3039702614051480]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=TermManagerList-3039702614051480]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=TermManagerList-3039702614051480]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=TermManagerList-3039702614051480]{
    padding-bottom: 5px;
}

.templateTable[hash-class=TermManagerList-3039702614051480]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=TermManagerList-3039702614051480]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=TermManagerList-3039702614051480]{
    color: gray;
}

.templateDelete:hover[hash-class=TermManagerList-3039702614051480]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=TermManagerList-3039702614051480]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=TermManagerList-3039702614051480]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=TermManagerList-3039702614051480]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=TermManagerList-3039702614051480]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=TermManagerList-3039702614051480]{
    width: auto;
}

.pageFlexAuto[hash-class=TermManagerList-3039702614051480]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=TermManagerList-3039702614051480]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=CollegeActivityList-3048875689273384] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=CollegeActivityList-3048875689273384]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=CollegeActivityList-3048875689273384]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=CollegeActivityList-3048875689273384]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=CollegeActivityList-3048875689273384]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=CollegeActivityList-3048875689273384]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=CollegeActivityList-3048875689273384]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=CollegeActivityList-3048875689273384]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=CollegeActivityList-3048875689273384]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=CollegeActivityList-3048875689273384]{
    padding-bottom: 5px;
}

.templateTable[hash-class=CollegeActivityList-3048875689273384]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=CollegeActivityList-3048875689273384]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=CollegeActivityList-3048875689273384]{
    color: gray;
}

.templateDelete:hover[hash-class=CollegeActivityList-3048875689273384]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=CollegeActivityList-3048875689273384]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=CollegeActivityList-3048875689273384]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=CollegeActivityList-3048875689273384]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=CollegeActivityList-3048875689273384]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=CollegeActivityList-3048875689273384]{
    width: auto;
}

.pageFlexAuto[hash-class=CollegeActivityList-3048875689273384]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=CollegeActivityList-3048875689273384]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=DatadictionaryList-3054673734927768] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=DatadictionaryList-3054673734927768]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=DatadictionaryList-3054673734927768]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=DatadictionaryList-3054673734927768]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=DatadictionaryList-3054673734927768]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=DatadictionaryList-3054673734927768]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=DatadictionaryList-3054673734927768]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=DatadictionaryList-3054673734927768]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=DatadictionaryList-3054673734927768]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=DatadictionaryList-3054673734927768]{
    padding-bottom: 5px;
}

.templateTable[hash-class=DatadictionaryList-3054673734927768]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=DatadictionaryList-3054673734927768]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=DatadictionaryList-3054673734927768]{
    color: gray;
}

.templateDelete:hover[hash-class=DatadictionaryList-3054673734927768]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=DatadictionaryList-3054673734927768]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=DatadictionaryList-3054673734927768]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=DatadictionaryList-3054673734927768]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=DatadictionaryList-3054673734927768]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=DatadictionaryList-3054673734927768]{
    width: auto;
}

.pageFlexAuto[hash-class=DatadictionaryList-3054673734927768]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=DatadictionaryList-3054673734927768]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=PersonInfoList2-3055684404675846] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=PersonInfoList2-3055684404675846]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=PersonInfoList2-3055684404675846]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=PersonInfoList2-3055684404675846]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=PersonInfoList2-3055684404675846]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=PersonInfoList2-3055684404675846]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=PersonInfoList2-3055684404675846]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=PersonInfoList2-3055684404675846]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=PersonInfoList2-3055684404675846]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=PersonInfoList2-3055684404675846]{
    padding-bottom: 5px;
}

.templateTable[hash-class=PersonInfoList2-3055684404675846]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=PersonInfoList2-3055684404675846]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=PersonInfoList2-3055684404675846]{
    color: gray;
}

.templateDelete:hover[hash-class=PersonInfoList2-3055684404675846]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=PersonInfoList2-3055684404675846]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=PersonInfoList2-3055684404675846]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=PersonInfoList2-3055684404675846]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=PersonInfoList2-3055684404675846]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=PersonInfoList2-3055684404675846]{
    width: auto;
}

.pageFlexAuto[hash-class=PersonInfoList2-3055684404675846]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=PersonInfoList2-3055684404675846]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=CalendarManagementList-3077932865774282] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=CalendarManagementList-3077932865774282]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=CalendarManagementList-3077932865774282]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=CalendarManagementList-3077932865774282]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=CalendarManagementList-3077932865774282]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=CalendarManagementList-3077932865774282]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=CalendarManagementList-3077932865774282]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=CalendarManagementList-3077932865774282]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=CalendarManagementList-3077932865774282]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=CalendarManagementList-3077932865774282]{
    padding-bottom: 5px;
}

.templateTable[hash-class=CalendarManagementList-3077932865774282]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=CalendarManagementList-3077932865774282]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=CalendarManagementList-3077932865774282]{
    color: gray;
}

.templateDelete:hover[hash-class=CalendarManagementList-3077932865774282]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=CalendarManagementList-3077932865774282]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=CalendarManagementList-3077932865774282]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=CalendarManagementList-3077932865774282]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=CalendarManagementList-3077932865774282]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=CalendarManagementList-3077932865774282]{
    width: auto;
}

.pageFlexAuto[hash-class=CalendarManagementList-3077932865774282]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=CalendarManagementList-3077932865774282]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=CalendarPhone-3082497737353960] {
    line-height: inherit;
}
.today[hash-class=CalendarPhone-3082497737353960] {
    /* background: #267EF0; */
    background: #900000;
    color: #FFFFFF;
}

.checkToday[hash-class=CalendarPhone-3082497737353960] {
    background: #267EF0;
    color: #FFFFFF;
}

.haveEvent[hash-class=CalendarPhone-3082497737353960]::after {
    content: "";
    width: 7px;
    height: 7px;
    background: red;
    border-radius: 50%;
    margin-top: 2px;
}

.addIcon[hash-class=CalendarPhone-3082497737353960]{
    width:60px;
    height:60px;
    border-radius: 50%;
    background:#900000;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99999;
}

.addIcon > .rc-icon::v-deep() .rc-icon-add[hash-class=CalendarPhone-3082497737353960]::before{
    color: #fff;
    font-size: 40px;
    font-weight: 900
}
.rc-text[hash-class=AddCalenderPhone-3191547322753838] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=AddCalenderPhone-3191547322753838] {
    line-height: inherit;
}
.cancelBK[hash-class=AddCalenderPhone-3191547322753838], .cancelBK::v-deep() input[hash-class=AddCalenderPhone-3191547322753838] {
    border: none !important;
    background-color: transparent !important;
}

.calendarAfter[hash-class=AddCalenderPhone-3191547322753838]::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ccc;
    z-index: 1;
    opacity: .5;
    left: 0;
}

.pannelCenter[hash-class=AddCalenderPhone-3191547322753838]{
    top: calc(50% - 185px) !important;
    position: fixed !important;
    border-radius: 0
}

input[type="datetime-local"][hash-class=AddCalenderPhone-3191547322753838]::before {
	content: attr(placeholder);
}

[hash-class=AddCalenderPhone-3191547322753838] #rc-3191550154629893.rc-date-picker>.panel{
    top: 31.5% !important;
}

[hash-class=AddCalenderPhone-3191547322753838] #rc-3191550155416369.rc-date-picker>.panel{
    top: 44.5% !important;
}
.rc-text[hash-class=DocumentManagementList-3077933133751021] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=DocumentManagementList-3077933133751021] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=DocumentManagementList-3077933133751021]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=DocumentManagementList-3077933133751021]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=DocumentManagementList-3077933133751021]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=DocumentManagementList-3077933133751021]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=DocumentManagementList-3077933133751021]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=DocumentManagementList-3077933133751021]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=DocumentManagementList-3077933133751021]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=DocumentManagementList-3077933133751021]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=DocumentManagementList-3077933133751021]{
    padding-bottom: 5px;
}

.templateTable[hash-class=DocumentManagementList-3077933133751021]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=DocumentManagementList-3077933133751021]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=DocumentManagementList-3077933133751021]{
    color: gray;
}

.templateDelete:hover[hash-class=DocumentManagementList-3077933133751021]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=DocumentManagementList-3077933133751021]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=DocumentManagementList-3077933133751021]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=DocumentManagementList-3077933133751021]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=DocumentManagementList-3077933133751021]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=DocumentManagementList-3077933133751021]{
    width: auto;
}

.pageFlexAuto[hash-class=DocumentManagementList-3077933133751021]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=DocumentManagementList-3077933133751021]{
    margin-left: 10px;
}

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

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

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

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

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

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

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

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

.rc-expression-inner[hash-class=InternalNoticeList-3077933367124713] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=InternalNoticeList-3077933367124713]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=InternalNoticeList-3077933367124713]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=InternalNoticeList-3077933367124713]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=InternalNoticeList-3077933367124713]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=InternalNoticeList-3077933367124713]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=InternalNoticeList-3077933367124713]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=InternalNoticeList-3077933367124713]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=InternalNoticeList-3077933367124713]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=InternalNoticeList-3077933367124713]{
    padding-bottom: 5px;
}

.templateTable[hash-class=InternalNoticeList-3077933367124713]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=InternalNoticeList-3077933367124713]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=InternalNoticeList-3077933367124713]{
    color: gray;
}

.templateDelete:hover[hash-class=InternalNoticeList-3077933367124713]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=InternalNoticeList-3077933367124713]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=InternalNoticeList-3077933367124713]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=InternalNoticeList-3077933367124713]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=InternalNoticeList-3077933367124713]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=InternalNoticeList-3077933367124713]{
    width: auto;
}

.pageFlexAuto[hash-class=InternalNoticeList-3077933367124713]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=InternalNoticeList-3077933367124713]{
    margin-left: 10px;
}

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

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

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

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

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

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

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

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

.rc-expression-inner[hash-class=InternalPhoneDetail-3078750197990046] {
    line-height: inherit;
}
[hash-class=InternalPhoneDetail-3078750197990046] .rc-textarea.bkTarea textarea {
    border: none;
    background: none !important;
    color: black !important;
}
.rc-text[hash-class=InternalList-3114179958803166] {
    line-height: 30px;
}

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

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

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

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

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

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

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

.rc-expression-inner[hash-class=PekingLogin-3122480880108231] {
    line-height: inherit;
}
.displayNone[hash-class=PekingLogin-3122480880108231]{
    display: none;
}
.rc-text[hash-class=PekingRegister-3156330758407562] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=PekingRegister-3156330758407562] {
    line-height: inherit;
}
.codeTextDisable[hash-class=PekingRegister-3156330758407562]{
    pointer-events:none;
}
.rc-text[hash-class=Mine-3158349075253393] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=Mine-3158349075253393] {
    line-height: inherit;
}
.displayNone[hash-class=Mine-3158349075253393]{
    display: none;
}
.rc-text[hash-class=Home-3158414287382336] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=Home-3158414287382336] {
    line-height: inherit;
}
.active-text[hash-class=Home-3158414287382336] {
    color: #900000;
}

/* .rc-container active-container{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    margin-left: 30px;
    min-height: 0px;
} */

.noticeDisplay[hash-class=Home-3158414287382336]{
    display: none;
}

.calendarDisplay[hash-class=Home-3158414287382336]{
    display: none;
}
.rc-text[hash-class=auth-3179526977315107] {
    line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rc-expression-inner[hash-class=InternalNoticeList1-3598914894676461] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=InternalNoticeList1-3598914894676461]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=InternalNoticeList1-3598914894676461]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=InternalNoticeList1-3598914894676461]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=InternalNoticeList1-3598914894676461]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=InternalNoticeList1-3598914894676461]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=InternalNoticeList1-3598914894676461]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=InternalNoticeList1-3598914894676461]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=InternalNoticeList1-3598914894676461]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=InternalNoticeList1-3598914894676461]{
    padding-bottom: 5px;
}

.templateTable[hash-class=InternalNoticeList1-3598914894676461]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=InternalNoticeList1-3598914894676461]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=InternalNoticeList1-3598914894676461]{
    color: gray;
}

.templateDelete:hover[hash-class=InternalNoticeList1-3598914894676461]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=InternalNoticeList1-3598914894676461]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=InternalNoticeList1-3598914894676461]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=InternalNoticeList1-3598914894676461]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=InternalNoticeList1-3598914894676461]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=InternalNoticeList1-3598914894676461]{
    width: auto;
}

.pageFlexAuto[hash-class=InternalNoticeList1-3598914894676461]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=InternalNoticeList1-3598914894676461]{
    margin-left: 10px;
}

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

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

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

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

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

.rc-expression-inner[hash-class=DoneNoticeList-4756423404791822] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=DoneNoticeList-4756423404791822]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=DoneNoticeList-4756423404791822]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=DoneNoticeList-4756423404791822]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=DoneNoticeList-4756423404791822]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=DoneNoticeList-4756423404791822]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=DoneNoticeList-4756423404791822]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=DoneNoticeList-4756423404791822]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=DoneNoticeList-4756423404791822]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=DoneNoticeList-4756423404791822]{
    padding-bottom: 5px;
}

.templateTable[hash-class=DoneNoticeList-4756423404791822]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=DoneNoticeList-4756423404791822]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=DoneNoticeList-4756423404791822]{
    color: gray;
}

.templateDelete:hover[hash-class=DoneNoticeList-4756423404791822]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=DoneNoticeList-4756423404791822]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=DoneNoticeList-4756423404791822]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=DoneNoticeList-4756423404791822]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=DoneNoticeList-4756423404791822]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=DoneNoticeList-4756423404791822]{
    width: auto;
}

.pageFlexAuto[hash-class=DoneNoticeList-4756423404791822]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=DoneNoticeList-4756423404791822]{
    margin-left: 10px;
}

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

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

.rc-expression-inner[hash-class=AllNoticeList-4760034399153280] {
    line-height: inherit;
}
/* 新的模板 */
.pageContainer[hash-class=AllNoticeList-4760034399153280]{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter[hash-class=AllNoticeList-4760034399153280]{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom[hash-class=AllNoticeList-4760034399153280]{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin[hash-class=AllNoticeList-4760034399153280]{
    margin: 0 10px 0 10px;
}

.templatePadding[hash-class=AllNoticeList-4760034399153280]{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding[hash-class=AllNoticeList-4760034399153280]{
    padding: 0 10px 0 10px;
}


.templateRight[hash-class=AllNoticeList-4760034399153280]{
   justify-content: flex-end;
}

.templateMiddle[hash-class=AllNoticeList-4760034399153280]{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom[hash-class=AllNoticeList-4760034399153280]{
    padding-bottom: 5px;
}

.templateTable[hash-class=AllNoticeList-4760034399153280]{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover[hash-class=AllNoticeList-4760034399153280]{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete[hash-class=AllNoticeList-4760034399153280]{
    color: gray;
}

.templateDelete:hover[hash-class=AllNoticeList-4760034399153280]{
    text-decoration: underline;
    color: red;
}

.templateScreen[hash-class=AllNoticeList-4760034399153280]{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.templateThemeColor[hash-class=AllNoticeList-4760034399153280]{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor[hash-class=AllNoticeList-4760034399153280]{
    color: var(--theme-color);
}
/* 经典模板 */
.pageContainerClassics[hash-class=AllNoticeList-4760034399153280]{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto[hash-class=AllNoticeList-4760034399153280]{
    width: auto;
}

.pageFlexAuto[hash-class=AllNoticeList-4760034399153280]{
    flex: 1;
}

.rc-container.pageLeftPosition[hash-class=AllNoticeList-4760034399153280]{
    margin-left: 10px;
}

.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;
}
.active[hash-class=meeting_room_reservationList1-6774569803418627] {
background: white !important;
color: #409EFF;
border-left: 1px solid #e8e8e8;
border-right: 1px solid  #e8e8e8;
border-top: 1px solid  #e8e8e8;
}
.active[hash-class=meeting_reservation_detailsDetail-6923529990549376] {
    background: white !important;
    color: #409EFF;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid  #e8e8e8;
    border-top: 1px solid  #e8e8e8;
}
.sub_container[hash-class=meeting_reservation_detailsDetail-6923529990549376]{
    position: relative;
}
[hash-class=meeting_reservation_detailsDetail-6923529990549376] .hiddenRow .table-options-header {
    display: none !important;
}
[hash-class=meeting_reservation_detailsDetail-6923529990549376] .hiddenRow .form-table-add {
    display: none !important;
}
[hash-class=meeting_reservation_detailsDetail-6923529990549376] .hiddenRow .form-table-main {
    padding-left: 6px !important;
}

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

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

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

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

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