.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) * 6 + 150px);
}
.w13{
    width: calc(((100% - 330px) / 12) * 4 + 90px);
}
.w14{
    width: calc(((100% - 330px) / 12) * 10 + 270px);
}
.w15{
    width: calc(((100% - 110px) / 12) * 8 + 70px);
}
.w16{
    width: calc(((100% - 110px) / 12) * 6 + 50px);
}
.w17{
    width: calc(((100% - 165px) / 12) * 8 + 105px);
}
.w18{
    width: calc(((100% - 330px) / 12) * 11 + 300px);
}
.w19{
    width: calc(((100% - 82.5px) / 12) * 3 + 15px);
}
.w20{
    width: calc(((100% - 82.5px) / 12) * 8 + 52.5px);
}
.w21{
    width: calc(((100% - 330px) / 12) * 3 + 60px);
}
.w22{
    width: 240.00px;
}
.w23{
    width: calc(((100% - 82.5px) / 12) * 9 + 60px);
}
.w24{
    width: calc(((100% - 302.5px) / 12) * 2 + 27.5px);
}
.w25{
    width: calc(((100% - 302.5px) / 12) * 7 + 165px);
}

.h1{
    height: 30.00px;
}
.h2{
    height: 36.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: #E25A53; --theme-color-opacity-1: rgba(226, 90, 83, 0.1); --font-size-base: 16px; --font-size-s: 14px; --font-size-xs: 12px; --color-primary: #1068eb; --background-dark-theme: rgba(255, 255, 255, .1); --background-dark-theme-hover: rgba(255, 255, 255, .2);
    }
:root{
        --theme-color: #5282FB; --theme-color-opacity-2 :rgba(82, 130, 251, 0.15);--theme-color-opacity-1: #f5f7fa; --font-size-base: 16px; --font-size-s: 14px; --font-size-xs: 12px; --color-primary: #1068eb; --background-dark-theme: rgba(255, 255, 255, .1); --background-dark-theme-hover: rgba(255, 255, 255, .2);
            --bs-font-sans-serif: "微软雅黑",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
            --font_c1: #fff;
            --title_c: #5198de;
            --title_s1: 20.8px;
            --banner_small_height: 58%;
}
:root{
    --theme-color: #5282FB;
    --theme-color-opacity-1: rgba(82, 130, 251, 0.05);
    --theme-color-opacity-2: rgba(82, 130, 251, 0.15);
    --font-size-base: 16px;
    --font-size-s: 14px;
    --font-size-xs: 12px;
    --color-primary: #1068eb;
    --background-dark-theme: rgba(255, 255, 255, .1);
    --background-dark-theme-hover: rgba(255, 255, 255, .2);
}
:root {
  /*! Space - Sizes */
  --space-none:0;
  --space-xs:4px;
  --space-s:8px;
  --space-base:16px;
  --space-m:24px;
  --space-l:32px;
  --space-xl:40px;
  --space-xxl:48px;

  --grid-desktop: 4;
  --grid-tablet: 3;
  --grid-phone: 1;
  --grid-gap: var(--space-base);
  --grid-list-desktop: 5;
  --grid-list-tablet: 4;
  --grid-list-phone: 2;

      /* Typography - Size */
    --font-size-display: 36px;
    --font-size-h1: 32px;
    --font-size-h2: 28px;
    --font-size-h3: 26px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --font-size-h6: 18px;
    --font-size-base: 16px;
    --font-size-s: 13px;
    --font-size-xs: 12px;
    
    /* Typography - Weight */
    --font-light: 300;
    --font-regular: 400;
    --font-semi-bold: 600;
    --font-bold: 700;
    
    /* Color - Brand */
    --color-primary: #1068eb;
    --color-secondary: #303d60;
    --color-primary-hover: #295fd6;
    --color-primary-selected: rgba(20, 110, 245, .12);
    --color-primary-lightest: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));    

    --color-focus-outer: #FFD337;
    --color-focus-inner: var(--color-neutral-10);
    
    /* Color - Extended */
    --color-red-lightest: #faeaea;
    --color-red-lighter: #e9aaaa;
    --color-red-light: #d96a6a;
    --color-red: #c92a2a;
    --color-red-dark: #ab2424;
    --color-red-darker: #8d1d1d;
    --color-red-darkest: #6f1717;
    
    --color-pink-lightest: #fbebf0;
    --color-pink-lighter: #efadc4;
    --color-pink-light: #e27098;
    --color-pink: #d6336c;
    --color-pink-dark: #b62b5c;
    --color-pink-darker: #96244c;
    --color-pink-darkest: #761c3b;
    
    --color-grape-lightest: #f7ecfa;
    --color-grape-lighter: #dfb2e9;
    --color-grape-light: #c678d9;
    --color-grape: #ae3ec9;
    --color-grape-dark: #9435ab;
    --color-grape-darker: #7a2b8d;
    --color-grape-darkest: #60226f;
    
    --color-violet-lightest: #f1edfd;
    --color-violet-lighter: #c6b6f6;
    --color-violet-light: #9b7fef;
    --color-violet: #7048e8;
    --color-violet-dark: #5f3dc5;
    --color-violet-darker: #4e32a2;
    --color-violet-darkest: #3e2880;
   
    --color-indigo-lightest: #eceffd;
    --color-indigo-lighter: #b3c1f7;
    --color-indigo-light: #7b92f1;
    --color-indigo: #4263eb;
    --color-indigo-dark: #3854c8;
    --color-indigo-darker: #2e45a5;
    --color-indigo-darkest: #243681;
    
    --color-blue-lightest: #e8f2fa;
    --color-blue-lighter: #a3c9ea;
    --color-blue-light: #5fa1db;
    --color-blue: #1a79cb;
    --color-blue-dark: #1667ad;
    --color-blue-darker: #12558e;
    --color-blue-darkest: #0e4370;
    
    --color-cyan-lightest: #e7f2f4;
    --color-cyan-lighter: #9eccd3;
    --color-cyan-light: #56a6b2;
    --color-cyan: #0d8091;
    --color-cyan-dark: #0b6d7b;
    --color-cyan-darker: #095a66;
    --color-cyan-darkest: #074650;
    
    --color-teal-lightest: #e6f2ef;
    --color-teal-lighter: #9cccbd;
    --color-teal-light: #52a58c;
    --color-teal: #087f5b;
    --color-teal-dark: #076c4d;
    --color-teal-darker: #065940;
    --color-teal-darkest: #044632;
    
    --color-green-lightest: #ebf7ed;
    --color-green-lighter: #afe0b8;
    --color-green-light: #73c982;
    --color-green: #37b24d;
    --color-green-dark: #2f9741;
    --color-green-darker: #267d36;
    --color-green-darkest: #1e622a;
    
    --color-lime-lightest: #f1f8e8;
    --color-lime-lighter: #c7e3a2;
    --color-lime-light: #9ecd5c;
    --color-lime: #74b816;
    --color-lime-dark: #639c13;
    --color-lime-darker: #51810f;
    --color-lime-darkest: #40650c;
   
    --color-orange-lightest: #fef0e6;
    --color-orange-lighter: #fcc29c;
    --color-orange-light: #f99551;
    --color-orange: #f76707;
    --color-orange-dark: #d25806;
    --color-orange-darker: #ad4805;
    --color-orange-darkest: #883904;
    
    --color-yellow-lightest: #fef5e5;
    --color-yellow-lighter: #fbd999;
    --color-yellow-light: #f8bc4c;
    --color-yellow: #f59f00;
    --color-yellow-dark: #d08700;
    --color-yellow-darker: #ac6f00;
    --color-yellow-darkest: #875700;
    
    /* Color - Neutral */
    --color-neutral-0: #ffffff;
    --color-neutral-1: #f8f9fa;
    --color-neutral-2: #f1f3f5;
    --color-neutral-3: #e9ecef;
    --color-neutral-4: #dee2e6;
    --color-neutral-5: #ced4da;
    --color-neutral-6: #adb5bd;
    --color-neutral-7: #6a7178;
    --color-neutral-8: #4f575e;
    --color-neutral-9: #272b30;
    --color-neutral-10: #101213;
    
    /* Color - Semantic */
    --color-error-light: #fceaea;
    --color-error: #dc2020;
    --color-warning-light: #fdf6e5;
    --color-warning: #e9a100;
    --color-success-light: #eaf3eb;
    --color-success: #29823b;
    --color-info-light: #e5f5fc;
    --color-info: #017aad;
    
    /* Border Radius */
    --border-radius-none: 0;
    --border-radius-soft: 4px;
    --border-radius-rounded: 100px;
    --border-radius-circle: 100%;
    
    /* Border Size */
    --border-size-none: 0;
    --border-size-s: 1px;
    --border-size-m: 2px;
    --border-size-l: 3px;
    
    /* Elevation / Shadow */
    --shadow-none: none;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, .1);
    --shadow-s: 0 2px 4px rgba(0, 0, 0, .1);
    --shadow-m: 0 4px 6px rgba(0, 0, 0, .1);
    --shadow-l: 0 6px 8px rgba(0, 0, 0, .1);
    --shadow-xl: 0 8px 10px rgba(0, 0, 0, .1);
    
    /* App Settings */
    --header-color: #ffffff;
    --color-background-body: #f3f6f8;
    --color-background-login: #ffffff;
    --header-size: 56px;
    --header-size-content: 48px;
    --side-menu-size: 300px;
    --bottom-bar-size: 56px;
    --footer-height: 0px;
    
    /* iOS Safe Areas (Notch Support) */
    --os-safe-area-top: env(safe-area-inset-top);
    --os-safe-area-right: env(safe-area-inset-right);
    --os-safe-area-bottom: env(safe-area-inset-bottom);
    --os-safe-area-left: env(safe-area-inset-left);
}

/* 模板 */
.themecolor{
  background: var(--theme-color);
}
.desktop .leftMenu {
        width: 200px;
    }
    .phone .leftMenu {
        width: 90%;
    }
    /* leftMenu组件 */
    .navigation {
        background-color: var(--theme-color);
        display: flex;
        flex-wrap: nowrap;
    }
    .desktop .Menu {
        background-color: rgb(251, 250, 250);
        width: 100%;
        height: 100%;
        display: block;
    }
    .desktop .menu-icon {
        display: none;
    }
    .desktop .rightPage {
        width: calc(100% - 200px);
    }
    .desktop .leftMenu {
        display: block;
    }
    .phone .Menu {
        width: 270px;
        height: 100%;
        background:rgb(245, 245, 245);
        display: block;
        z-index: 2001;
    }
    .phone .menu-icon {
        display: flex;
        margin-left: 15px;
        width: 24px;
        margin-right: 0px;
    }
    .phone .rightPage {
        width: 100%;
    }
    .phone .leftMenu {
        display: none;
    }
    #shade {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
        background-color: gray;
        opacity: 0.6;
        display: none;
    }
    .phone .leftMenuShade {
        height: 100%;
        background-color: rgb(251, 250, 250);
        min-height: 100%;
        display: block;
        z-index: 2001;
        position: relative;
        top: 0px;
    }
    .LeftMenuFather:hover, .LeftMenuChild:hover {
        background-color: rgb(241,242,244);
    }

/* navigation组件 */
    .menu-icon{
        margin-left: 15px;
  background-color:transparent;
  border:none;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  margin-right:var(--space-m);
  padding:0;
  width:24px;
}
.menu-icon-line{
  background-color:white;
  border-radius:20px;
  min-height:3px;
  margin:2px 0;
  width:24px;
}
.icon-searches {
    width: 18px;
    height: 18px;
}
.phone .title {
    width: 260px;
}

.logoywTitle{
    font-size: 24px;
    color: #22262e;
    font-family: MicrosoftYaHeiLight;
    padding:15px;
}

.logoTitle{
    color:white;
    font-Size:16px;
    margin-left:150px;
    line-height:43px;
    min-height:43px;
    font-family: Yuanti SC;
    font-weight: 700;
    letter-spacing: 3px;
}


.rc-html-wh100p {
    height: 100%;
}

.rc-html-wh100p .embed, .rc-html-wh100p .rc-html {
    height: 100%;
}


.custompadding{
    padding: 0 5px 0 5px;
}

.container-height{
    display: flex;
    min-height: calc(100% - 43px);
}

.showMenu_phone {
   display: block;
}

showMenu_desktop {
    display: none;
}

.video {margin-left:100px;}

/* Gallery组件 */
.grid-gallery, .grid-gallery > .list{
  display:grid;
  grid-gap:var(--grid-gap);
  grid-template-columns:repeat(var(--grid-desktop), 1fr);
}
.grid-gallery > *{
  margin-top:0;
}
.grid-gallery > .list{
  grid-column-end:calc(var(--grid-desktop) + 1);
  grid-column-start:1;
  overflow:initial;
}
.grid-gallery > .list .card,
.grid-gallery > .list .animate{
  height:100%;
}
.grid-gallery > img{
  object-fit:cover;
}

.tablet .grid-gallery, .tablet .grid-gallery > .list{
  grid-template-columns:repeat(var(--grid-tablet), 1fr);
}
.tablet .grid-gallery > .list{
  grid-column-end:calc(var(--grid-tablet) + 1);
}

.phone .grid-gallery, .phone .grid-gallery > .list{
  grid-template-columns:repeat(var(--grid-phone), 1fr);
}
.phone .grid-gallery > .list{
  grid-column-end:calc(var(--grid-phone) + 1);
}

/* Pagination组件 */
.phone .father{
    display: flex;
    white-space: nowrap;
    flex: 9;
}
.phone .children1{
  flex: 1;
}
.phone .children2{
  margin-left: 0px;
  flex: 2;
}
.phone .children3{
  flex: 1.5;
}
.phone .last-pagination {
  flex: 3;
}
.desktop .children3{
  display: none;
}
.desktop .pagination-container {
  right: 20px;
}
.desktop .last-pagination {
  margin-left: var(--space-s);
}
.phone .all-page-button {
  display: none;
}
.pagination {
    align-items: center;
    display: flex;
  justify-content: space-between;
    margin-top: var(--space-m);
}

.pagination-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}
.container-none {
  display: none;
}
.pagination-container .rc-expression {
  min-width: auto;
}
.pagination-container .recordsContainer:hover {
  border-radius: 3px;
  background-color: #CCCCCC;
  cursor: pointer;
}
.pagination-container .popup.rc-popup-air-bubbles .rc-popup-air-buttles-content {
  padding: 5px;
}
.pagination-container .container1 {
    min-width: 60px;
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container2 {
    min-width: 84px;
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container2 .text3 {
    width: 56px;
    white-space:nowrap;
}
.pagination-container .expression {
    min-width: 10px;
}
.pagination-container .container3 {
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container4 {
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .ellipsis {
    min-width: 12px;
    margin-left: var(--space-s);
}
.pagination-container .list {
    min-height:28px;
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container7 {
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container-left {
    width: -webkit-max-content;
    width: max-content;
}

.pagination-button {
    align-items: center;
    background-color: #F5F5F7;
    border-radius: var(--border-radius-soft);
    color: #000;
    border: var(--border-size-s) solid var(--color-neutral-4);
    cursor: pointer;
    display: inline-flex;
    height: 28px;
    min-width: 28px;
  justify-content: center;
    margin-left: var(--space-s);
    padding: 0 5px;
}
.pagination-button-turning {
    background-color: #fff;
    border: var(--border-size-s) solid var(--color-neutral-4);
}
.is-rtl .pagination-button {
    margin-right: var(--space-s);
    margin-left: 0;
}

.desktop .pagination-button:not(.is--ellipsis):hover {
    background-color: rgba(21, 24, 26, .04);
    border: var(--border-size-s) solid var(--color-neutral-4);
}

.pagination-button[disabled] {
    opacity: .5;
    pointer-events: none;
}

.pagination-button.is--active {
    background-color: var(--theme-color);
    color: #fff;
    cursor: auto;
    pointer-events: none;
}

.pagination-button.is--ellipsis {
    background-color: transparent;
    border: 0;
    cursor: auto;
    width: 16px;
}
.pagination-container .button-records {
    height: 28px;
    min-width: 80px;
    background-color:#FFF;
    border-radius: 4px;
    border: 1px solid var(--color-neutral-4);
    color: #000;
    margin-top: 2px;
    margin-left: 0;
    padding: 0 5px;
}
.pagination-container .pagination-counter .button-records .text6 {
    line-height: 26px;
    color: #000;
}

.pagination .form-control[data-input] {
    height: 32px;
    margin-left: 8px;
    padding: 0;
    text-align: center;
    width: 32px;
}

.pagination-container .pagination-counter {
    margin-left: 8px;
    color: #000;
}

.pagination-input {
    align-items: center;
    display: flex;
}


.pagination .list.list-group {
    overflow: initial;
}

.phone .pagination {
    flex-direction: column;
}

.phone .pagination-container {
    margin-top: 5px;
}

.phone .pagination-button,
.tablet .pagination-button,
.phone .pagination .form-control[data-input],
.tablet .pagination .form-control[data-input] {
    width: 28px;
    height: 28px;
}

.pagination-input,
.pagination-container .list {
    -servicestudio-display: none;
}

.is-rtl .pagination-button .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.custompadding{
    padding: 0 5px 0 5px;
}

.container-height{
    display: flex;
    min-height: calc(100% - 43px);
}

/* Carousel组件 */
.carousel{
  overflow:hidden;
  position:relative;
  transition:all 400ms ease;
}
.carousel{
  -servicestudio-max-height:100vh;
  -servicestudio-max-height:none !important;
  -servicestudio-min-height:80px !important;
}
.carousel:empty{
  -servicestudio-min-height:200px;
}
.carousel:not(.no-swipe) .carousel-container-content:hover{
  cursor:-webkit-grab;
  cursor:grab;
}
.carousel.init{
  opacity:0;
}
.carousel.init{
  -servicestudio-opacity:1;
}
.carousel > .list:not([data-virtualization-disabled]) > *, .carousel > .list:not([data-animation-disabled]) > *{
  -servicestudio-display:none !important;
}
.carousel > .list:not([data-virtualization-disabled]), .carousel > .list:not([data-animation-disabled]){
  -servicestudio-min-height:225px;
  -servicestudio-pointer-events:none;
}
.carousel > .list:not([data-virtualization-disabled]):after, .carousel > .list:not([data-animation-disabled]):after{
  -servicestudio-background-color:#fff;
  -servicestudio-background-position:center;
  -servicestudio-background-repeat:no-repeat;
  -servicestudio-background-size:291px 225px;
  -servicestudio-content:" ";
  -servicestudio-height:100%;
  -servicestudio-left:0;
  -servicestudio-min-height:225px;
  -servicestudio-position:absolute;
  -servicestudio-top:0;
  -servicestudio-width:100%;
}
.carousel--animatable{
  transition:all 250ms linear;
  will-change:transform;
}
.carousel [data-block*=Card] + [data-block*=Card] .card{
  margin-top:var(--space-none);
}
.carousel .carousel-container{
  --carousel-width:100%;
  width:var(--carousel-width);
  background-color:transparent;
  white-space:nowrap;
}
.carousel .carousel-container{
  -servicestudio-min-height:80px !important;
  -servicestudio-white-space:normal;
}
.carousel .carousel-container .list.list-group{
  background-color:transparent;
  white-space:nowrap;
}
.carousel .carousel-container .list.list-group{
  -servicestudio-white-space:normal;
}
.carousel .carousel-container > .carousel-container-content > *:not(.list), .carousel .carousel-container > .carousel-container-content > .list > div{
  display:inline-block;
  white-space:normal;
  width:100%;
}
.carousel .carousel-container .carousel-container-content > .list:not([data-virtualization-disabled]) > *,
.carousel .carousel-container .carousel-container-content > .list:not([data-animation-disabled]) > *{
  -servicestudio-display:none !important;
}
.carousel .carousel-container .carousel-container-content > .list:not([data-virtualization-disabled]),
.carousel .carousel-container .carousel-container-content > .list:not([data-animation-disabled]){
  -servicestudio-min-height:225px;
  -servicestudio-pointer-events:none;
}
.carousel .carousel-container .carousel-container-content > .list:not([data-virtualization-disabled]):after,
.carousel .carousel-container .carousel-container-content > .list:not([data-animation-disabled]):after{
  -servicestudio-background-color:#fff;
  -servicestudio-background-position:center;
  -servicestudio-background-repeat:no-repeat;
  -servicestudio-background-size:291px 225px;
  -servicestudio-content:" ";
  -servicestudio-height:100%;
  -servicestudio-left:0;
  -servicestudio-min-height:225px;
  -servicestudio-position:absolute;
  -servicestudio-top:0;
  -servicestudio-width:100%;
}
.carousel .carousel-container-content{
  -servicestudio-min-height:80px !important;
}
.carousel .carousel-container-content .OSFillParent{
  display:inline-block;
}
.carousel .carousel-container-content .grid-gallery .OSFillParent{
  display:inherit;
}
.carousel .carousel-navigation{
  align-items:center;
  background-color:var(--color-neutral-0);
  border-radius:var(--border-radius-circle);
  box-shadow:var(--shadow-xs);
  color:var(--color-neutral-7);
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-h4);
  height:40px;
  justify-content:center;
  opacity:1;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-25px);
          transform:translateY(-25px);
  transition:opacity 150ms linear;
  width:40px;
  will-change:opacity;
  z-index:2;
}
.carousel .carousel-navigation.disabled{
  opacity:0.3;
}
.carousel .carousel-navigation.hidden{
  display:none;
}
.carousel .carousel-navigation.carousel-navigation-left{
  left:24px;
  background: rgba(0, 0, 0, 0.3);
}
.carousel .carousel-navigation.carousel-navigation-right{
  right:24px;
  text-align:right;
  background: rgba(0, 0, 0, 0.3);
}
.carousel .carousel-dots-container{
  margin-top:-20px;
  text-align:center;
}
.carousel .carousel-dots-container.disabled{
  display:none;
}
.carousel .carousel-dots-container .carousel-dot{
  background: rgba(0, 0, 0, 0.3);
  border-radius:var(--border-radius-circle);
  cursor:pointer;
  display:inline-block;
  height:8px;
  margin:0 var(--space-xs);
  width:8px;
}
.carousel .carousel-dots-container .carousel-dot.active{
  background-color:#5282fc;
}
.carousel-is-moving .hide-on-drag{
  opacity:0;
  transition:opacity 250ms ease;
}
.carousel .list.list-group{
  overflow:initial;
}
.carousel svg{
  max-width:100%;
}
.carousel .rc-image>.image-inner {
  width: 100%;
  height: 100%;
}

.has-accessible-features .carousel .carousel-navigation:focus{
  box-shadow:0 0 0 3px var(--color-focus-outer);
}
/* Submenu组件 */
.submenu{
  cursor:pointer;
  display:inline-flex;
  /*margin-left:var(--space-base);*/
  position:relative;
  margin-left: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 30px;
}
.submenu{
  -servicestudio-height:auto !important;
}
.submenu:hover .submenu-icon:before{
  border:var(--border-size-s) solid var(--color-neutral-9);
  border-right:0;
  border-top:0;
}
.submenu.active.open .submenu-item{
  color:var(--color-primary);
}
.submenu.active .submenu-header{
  border-bottom:var(--border-size-m) solid var(--color-primary);
}
.submenu.active .submenu-item,
.submenu.active .submenu-item a{
  color:var(--color-primary);
}
.submenu.active .submenu-icon:before{
  border:var(--border-size-s) solid var(--color-primary);
  border-right:0;
  border-top:0;
}
.submenu.open .submenu-icon{
  top:3px;
  -webkit-transform:rotate(135deg);
          transform:rotate(135deg);
}
.submenu.open .submenu-items{
  width: auto;
  opacity:1;
  pointer-events:auto;
  -webkit-transform:translateY(0px);
          transform:translateY(0px);
}
.submenu.is--dropdown .submenu-icon{
  display:inline-flex;
  align-content: normal;
  margin-top: 0px;
}
.submenu-header{
  box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items:center;
  border-bottom:var(--border-size-m) solid transparent;
  border-top:var(--border-size-m) solid transparent;
  display:flex;
  padding:var(--space-none) var(--space-s);
  transition:all 150ms linear;
}
.submenu-icon{
  display:none;
  margin-left:var(--space-s);
  position:relative;
  top:-1px;
  -webkit-transform:rotate(-45deg);
          transform:rotate(-45deg);
  transition:all 150ms linear;
}
.submenu-icon:before{
  border:var(--border-size-s) solid var(--color-neutral-8);
  border-right:0;
  border-top:0;
  box-sizing:border-box;
  content:"";
  height:6px;
  transition:all 150ms linear;
  width:6px;
}
.submenu-item{
  box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items:center;
  color:var(--color-neutral-9);
  display:inline-flex;
  height:100%;
  position:relative;
  transition:all 150ms linear;
}
.submenu-item a{
  align-items:center;
  color:var(--color-neutral-8);
  display:flex;
  height:100%;
}
.submenu-items{
  background-color:var(--color-neutral-0);
  border:var(--border-size-s) solid var(--color-neutral-4);
  border-radius:var(--border-radius-soft);
  box-shadow:var(--shadow-m);
  display:flex;
  flex-direction:column;
  left:0;
  min-width:100px;
  opacity:0;
  padding:var(--space-s) var(--space-none);
  pointer-events:none;
  position:absolute;
  top:calc(100% + var(--space-xs));
  -webkit-transform:translateY(-8px);
          transform:translateY(-8px);
  transition:all 130ms ease-out;
  z-index:100;
}
.submenu-items{
  -servicestudio-opacity:1 !important;
  -servicestudio-pointer-events:auto !important;
  -servicestudio-top:100% !important;
  -servicestudio-transform:translateY(0px) !important;
}
.submenu-items a{
  color:var(--color-neutral-8);
  white-space:nowrap;
  padding: var(--space-s);
  margin: 0;
  width: auto;
}
.submenu-items a>span{
  white-space: nowrap;
}
.submenu-items a.active{
  color:var(--color-primary);
}

.layout:not(.layout-side) .app-menu-links .submenu a{
  border-bottom:none;
}
.layout .header .submenu-items{
  -servicestudio-display:none !important;
}
.layout .submenu{
  -servicestudio-height:100% !important;
}

.layout-side .app-menu-links .submenu a{
  border-left:none;
}
.layout-side .submenu{
  flex-direction:column;
  margin-left:var(--space-none);
  width:100%;
}
.layout-side .submenu.active .submenu-header{
  border-left:var(--border-size-m) solid var(--color-primary);
}
.layout-side .submenu.open .submenu-items{
  display:flex;
}
.layout-side .submenu .submenu-header{
  height: calc(100% + 8px);
  border-bottom:0;
  border-left:var(--border-size-m) solid transparent;
  border-top:0;
  padding:var(--space-s) var(--space-m);
}
.layout-side .submenu-item{
  flex:1;
}
.layout-side .submenu-items{
  border:none;
  box-shadow:none;
  display:none;
  opacity:1;
  padding:var(--space-xs) var(--space-m);
  pointer-events:auto;
  position:relative;
  top:0;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}
.layout-side .submenu-items a{
  padding:var(--space-s) var(--space-base);
}

.layout-side .app-menu-links .submenu-header a,
.menu-visible .app-menu-links .submenu-header a{
  padding:var(--space-none);
}

.desktop .submenu:hover .submenu-item{
  color:var(--color-neutral-9);
}
.desktop .submenu.active .submenu-header:hover .submenu-item{
  color:var(--color-primary);
}
.desktop .submenu-header:hover{
  border-bottom:var(--border-size-l) solid #5282FC;
}
.desktop .submenu-item a:hover{
  color:var(--color-neutral-9);
}
.desktop .submenu-items a:hover,
.phone .submenu-items a:hover{
  width: auto;
  background-color:var(--color-neutral-2);
  color:var(--color-neutral-9);
}
.desktop .submenu-items a.active:hover,
.desktop .submenu-items a.active:hover{
  color:var(--color-primary);
}
.desktop .layout-side .submenu .submenu-header{
  border-bottom:var(--border-size-m) solid transparent;
}
.desktop .layout-side .submenu .submenu-header:hover{
  border-bottom:var(--border-size-m) solid transparent;
}

.tablet .submenu,
.phone .submenu{
  flex-direction:column;
  margin-left:var(--space-none);
  width:100%;
}
.tablet .submenu.active .submenu-header,
.phone .submenu.active .submenu-header{
  border-left:var(--border-size-m) solid var(--color-primary);
}
.tablet .submenu.open .submenu-items,
.phone .submenu.open .submenu-items{
  display:flex;
}
.tablet .submenu-header,
.phone .submenu-header{
  border-bottom:0;
  border-left:var(--border-size-m) solid transparent;
  border-top:0;
  padding:var(--space-s) var(--space-m);
}
.tablet .submenu-item,
.phone .submenu-item{
  flex:1;
}
.tablet .submenu-items,
.phone .submenu-items{
  border:none;
  box-shadow:none;
  display:none;
  opacity:1;
  padding:var(--space-xs) var(--space-m);
  pointer-events:auto;
  position:relative;
  top:0;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}

.is-rtl .layout-side .submenu .submenu-header{
  border-left:0;
  border-right:var(--border-size-m) solid transparent;
}
.is-rtl.tablet .submenu.active .submenu-header, .is-rtl.phone .submenu.active .submenu-header{
  border-left:0;
  border-right:var(--border-size-m) solid var(--color-primary);
}
.is-rtl.tablet .submenu .submenu-header, .is-rtl.phone .submenu .submenu-header{
  border-left:0;
  border-right:var(--border-size-m) solid transparent;
}
.is-rtl .submenu-icon{
  margin-left:var(--space-none);
  margin-right:var(--space-s);
}
.is-rtl .layout-side .submenu.active .submenu-header{
  border-left:var(--border-size-none);
  border-right:var(--border-size-m) solid var(--color-primary);
}

/* MenuIcon组件 */
.menu-icon-container{
  width: 30px;
}
.menu-icon{
  margin-top: 4px;
  margin-left: 0px;
  background-color:transparent;
  border:none;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  margin-right:var(--space-m);
  padding:0;
  width:24px;
}
.desktop .menu-icon{
  display: none;
}
.menu-icon-line{
  background-color:var(--color-neutral-8);
  border-radius:20px;
  min-height:3px;
  margin:2px 0;
  width:24px;
}

/* Menu组件 */
.app-menu-content{
  height:100%;
}
.app-menu-content{
  -servicestudio-background-color:var(--header-color);
  -servicestudio-height:auto !important;
}

.app-menu-overlay{
  background-color:rgba(0, 0, 0, 0.25);
  height:100vh;
  left:0;
  opacity:0;
  pointer-events:none;
  position:fixed;
  top:0;
  transition:opacity 130ms ease-in;
  width:100vw;
  will-change:opacity;
  z-index:104;
}
.app-menu-overlay{
  -servicestudio-display:none;
}

.menu-visible .app-menu-overlay{
  opacity:1;
  pointer-events:auto;
  transition:opacity 330ms ease-out;
}

.layout .app-menu-content{
  -servicestudio-height:100% !important;
}

.layout-top .header-content{
  -servicestudio-align-items:center;
  -servicestudio-flex-direction:row;
  display: flex;
}

.layout-side .aside-navigation{
  -servicestudio-background-color:var(--color-neutral-0);
  -servicestudio-height:100%;
  -servicestudio-position:fixed;
  -servicestudio-width:var(--side-menu-size);
  -servicestudio-z-index:105;
}
.layout-side .aside-navigation > div{
  -servicestudio-height:100%;
}
.layout-side .header .app-menu-content{
  -servicestudio-flex-direction:row;
  -servicestudio-position:static;
  -servicestudio-width:100%;
}
.layout-side .header .app-menu-links{
  -servicestudio-align-items:center;
  -servicestudio-flex-direction:row;
}
.layout-side .header-navigation > div{
  -servicestudio-height:100%;
  -servicestudio-width:100%;
}

.desktop .app-menu-overlay{
  display:none;
}
.desktop .aside-overlay .app-menu-overlay{
  display:block;
}

.tablet .app-login-info,
.phone .app-login-info{
  padding:var(--space-s) var(--space-m);
}
.tablet .app-menu-content,
.phone .app-menu-content{
  background-color:var(--color-neutral-0);
  flex-direction:column;
  height:100%;
  left:calc(-1 * var(--side-menu-size));
  position:fixed;
  top:0;
  -webkit-transform:translateX(0) translateZ(0);
          transform:translateX(0) translateZ(0);
  transition:-webkit-transform 130ms ease-in;
  transition:transform 130ms ease-in;
  transition:transform 130ms ease-in, -webkit-transform 130ms ease-in;
  width:var(--side-menu-size);
  will-change:transform;
  z-index:105;
}
.tablet .menu-visible .app-menu-content,
.phone .menu-visible .app-menu-content{
  -webkit-transform:translateX(var(--side-menu-size)) translateZ(0);
          transform:translateX(var(--side-menu-size)) translateZ(0);
  transition:-webkit-transform 330ms ease-out;
  transition:transform 330ms ease-out;
  transition:transform 330ms ease-out, -webkit-transform 330ms ease-out;
}
.tablet .layout-side .header .app-menu-content,
.tablet .layout-side .aside-navigation,
.phone .layout-side .header .app-menu-content,
.phone .layout-side .aside-navigation{
  -servicestudio-display:none;
}

.tablet.landscape .layout-native.aside-expandable .app-menu-overlay{
  display:none;
}

.phone .app-menu-content{
  padding-bottom:var(--os-safe-area-bottom);
  padding-left:var(--os-safe-area-left);
}

.android [data-status-bar-height] .app-menu-content{
  padding-top:var(--status-bar-height);
}

.ios .app-menu-content{
  padding-bottom:var(--os-safe-area-bottom);
  padding-top:var(--os-safe-area-top);
}

.is-rtl.tablet .menu-visible .app-menu-content, .is-rtl.phone .menu-visible .app-menu-content{
  right:0;
  -webkit-transform:translateX(0) translateZ(0);
          transform:translateX(0) translateZ(0);
  transition:all 330ms ease-out;
}

/* LayoutTopMenu */
html,
body,
#reactContainer,
#transitionContainer,
.screen-container{
  height:100%;
}

.screen-container{
  overflow-x:hidden;
  overflow-y:auto;
}

.layout{
  display:flex;
  min-height:100vh;
  margin-top: 4px;
  margin-left: 10px;
}
.layout.layout-top, .layout.layout-top:not(.layout-native){
  flex-direction:column;
}
.layout.layout-left{
  flex-direction:row;
}
.layout.layout-side .main{
  margin-left:var(--side-menu-size);
}
.layout.layout-side.aside-overlay .main{
  margin-left:0;
}
.layout.layout-native{
  -servicestudio-min-height:100vh !important;
}
.layout.layout-native .main{
  width:100%;
}
.layout.aside-expandable .main{
  margin-left:0;
}
.layout .main{
  display:flex;
  flex:1;
  flex-direction:column;
}

.main,
.fixed-header .main{
  padding-top:0;
}

.layout-native .aside-navigation,
.layout-top .aside-navigation{
  -servicestudio-display:none !important;
}

.ios .layout{
  min-height:100%;
}
.ios .layout-native .footer{
  height:calc(var(--os-safe-area-bottom) + var(--bottom-bar-size));
}

.desktop .layout-native.aside-visible, .desktop .layout-native.aside-expandable,
.tablet .layout-native.aside-visible,
.tablet .layout-native.aside-expandable{
  --side-menu-size:264px;
}

.desktop .layout-native.aside-visible .main, .desktop .layout-native.aside-expandable .main{
  width:calc(100% - var(--side-menu-size));
}

.tablet.landscape .layout-native.aside-visible .main, .tablet.landscape .layout-native.aside-expandable .main{
  margin-left:var(--side-menu-size);
  width:calc(100% - var(--side-menu-size));
}
.tablet.landscape .layout-side.layout-native.aside-expandable.menu-visible .main{
  margin-left:var(--side-menu-size);
}
.tablet.landscape .layout-side.layout-native.aside-expandable .main{
  margin-right:0;
}

.tablet .layout-side .main,
.phone .layout-side .main{
  margin-left:0;
}

.phone .layout:not(.layout-native) [class*=ThemeGrid_Width]:not(.no-responsive){
  margin:var(--space-none) var(--space-none) var(--space-base) var(--space-none);
  width:100%;
}

.is-rtl.tablet .layout-native.aside-visible .main, .is-rtl.tablet .layout-native.aside-expandable .main{
  margin-left:0;
  margin-right:var(--side-menu-size);
}
.is-rtl.tablet .layout-side .main{
  margin-right:0;
}
.is-rtl.tablet.landscape .layout-side.layout-native.aside-expandable.menu-visible .main{
  margin-left:0;
  margin-right:var(--side-menu-size);
}
.is-rtl.tablet.landscape .layout-side.layout-native.aside-expandable .main{
  margin-right:0;
}
.is-rtl.phone .layout-side .main{
  margin-right:0;
}
.is-rtl .layout-side .main{
  margin-left:0;
  margin-right:var(--side-menu-size);
}
.is-rtl .layout-side .aside-overlay .main{
  margin-right:0;
}
.is-rtl .aside-expandable .main{
  margin-right:0;
}

/* ColumnsMediumLeft/ColumnsMediumRight组件 */
.columns{
  width: 100%;
  display:flex;
  border: none;
}
.columns > .columns-item{
  flex:1;
  word-break:break-word;
  height: auto;
}

.columns > .columns-item > .card{
  height:100%;
}
.columns:not(.gutter-none) > .columns-item{
  min-width:0;
}
.columns.columns-small-left > .columns-item:last-child,.columns.columns-small-right > .columns-item:first-child{
  flex:3;
}
.columns.columns-medium-right > .columns-item:first-child,.columns.columns-medium-left > .columns-item:last-child{
  flex:2;
}
.columns.columns-small-left > .columns-item:last-child,.columns.columns-small-right > .columns-item.columns-item-first{
  flex:3;
}
.columns.columns-medium-right > .columns-item.columns-item-first,.columns.columns-medium-left > .columns-item:last-child{
  flex:2;
}

.phone.columns.gutter-none.phone-break-all,
.phone.columns.gutter-xs.phone-break-all,
.phone.columns.gutter-s.phone-break-all,
.phone.columns.gutter-base.phone-break-all,
.phone.columns.gutter-m.phone-break-all,
.phone.columns.gutter-l.phone-break-all,
.phone.columns.gutter-xl.phone-break-all,
.phone.columns.gutter-xxl.phone-break-all {
    margin-left: 0;
    margin-right: 0;
}
.phone .phone-break-all{
  flex-direction: column;
}
.phone .columns.phone-break-all>.columns-item:last-child {
  margin-left: 0;
}
/* .columns.gutter-none{
  margin-right:calc(-1 * var(--space-none) / 2);
} */
.columns.gutter-none > .columns-item{
  margin:var(--space-none) calc(var(--space-none) / 2);
}
.tablet .columns.gutter-none.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-none.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-none.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-none.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-none);
}
.phone .columns.gutter-none.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-none.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-none.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-none.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-none);
}
/* .columns.gutter-xs{
  margin-right:calc(-1 * var(--space-xs) / 2);
} */
.columns.gutter-xs > .columns-item{
  margin:var(--space-none) calc(var(--space-xs) / 2);
}
.tablet .columns.gutter-xs.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xs.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xs.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xs.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xs);
}
.phone .columns.gutter-xs.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xs.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xs.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xs.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xs);
}
.phone .rc-form .columns.gutter-xs.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xs.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xs.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xs.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-s{
  margin-right:calc(-1 * var(--space-s) / 2);
} */
.columns.gutter-s > .columns-item{
  margin:var(--space-none) calc(var(--space-s) / 2);
}
.tablet .columns.gutter-s.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-s.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-s.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-s.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-s);
}
.phone .columns.gutter-s.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-s.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-s.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-s.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-s);
}
.phone .rc-form .columns.gutter-s.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-s.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-s.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-s.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-base{
  margin-right:calc(-1 * var(--space-base) / 2);
} */
.columns.gutter-base > .columns-item{
  margin:var(--space-none) calc(var(--space-base) / 2);
}
.tablet .columns.gutter-base.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-base.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-base.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-base.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-base);
}
.phone .columns.gutter-base.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-base.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-base.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-base.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-base);
}
.phone .rc-form .columns.gutter-base.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-base.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-base.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-base.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-m{
  margin-right:calc(-1 * var(--space-m) / 2);
} */
.columns.gutter-m > .columns-item{
  margin:var(--space-none) calc(var(--space-m) / 2);
}
.tablet .columns.gutter-m.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-m.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-m.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-m.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-m);
}
.phone .columns.gutter-m.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-m.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-m.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-m.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-m);
}
.phone .rc-form .columns.gutter-m.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-m.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-m.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-m.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-l{
  margin-right:calc(-1 * var(--space-l) / 2);
} */
.columns.gutter-l > .columns-item{
  margin:var(--space-none) calc(var(--space-l) / 2);
}
.tablet .columns.gutter-l.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-l.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-l.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-l.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-l);
}
.phone .columns.gutter-l.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-l.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-l.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-l.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-l);
}
.phone .rc-form .columns.gutter-l.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-l.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-l.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-l.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-xl{
  margin-right:calc(-1 * var(--space-xl) / 2);
} */
.columns.gutter-xl > .columns-item{
  margin:var(--space-none) calc(var(--space-xl) / 2);
}
.tablet .columns.gutter-xl.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xl.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xl.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xl.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xl);
}
.phone .columns.gutter-xl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xl);
}
.phone .rc-form .columns.gutter-xl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-xxl{
  margin-right:calc(-1 * var(--space-xxl) / 2);
} */
.columns.gutter-xxl > .columns-item{
  margin:var(--space-none) calc(var(--space-xxl) / 2);
}
.tablet .columns.gutter-xxl.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xxl.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xxl.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xxl.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xxl);
}
.phone .columns.gutter-xxl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xxl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xxl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xxl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xxl);
}

.phone .rc-form .columns.gutter-xxl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xxl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xxl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xxl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}

/* 去掉多列布局的左边距开始 */
.desktop .rc-block > .columns > :first-child {
  margin-left: 0;
}
.desktop .rc-block > .columns > :last-child {
  margin-right: 0;
}
/* .desktop .rc-block > .columns.gutter-xs {
  margin-left:calc(-1 * var(--space-xs) / 2);
  flex: 1
}
.desktop .rc-block > .columns.gutter-s {
  margin-left:calc(-1 * var(--space-s) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-base {
  margin-left:calc(-1 * var(--space-base) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-m {
  margin-left:calc(-1 * var(--space-m) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-l {
  margin-left:calc(-1 * var(--space-l) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-xl {
  margin-left:calc(-1 * var(--space-xl) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-xxl {
  margin-left:calc(-1 * var(--space-xxl) / 2);
  flex: 1;
} */
/* 去掉多列布局的左边距结束 */

.columns:only-child > .columns-item{
  margin-bottom:var(--space-none);
}

.phone .columns.phone-break-first > .columns-item:first-child, .phone .columns.phone-break-last > .columns-item:last-child, .phone .columns.phone-break-all > .columns-item, .phone .columns.columns2.phone-break-middle > .columns-item, .phone .columns.columns3.phone-break-middle > .columns-item:last-child, .phone .columns.columns-small-left.phone-break-middle > .columns-item, .phone .columns.columns-medium-left.phone-break-middle > .columns-item, .phone .columns.columns-small-right.phone-break-middle > .columns-item, .phone .columns.columns-medium-right.phone-break-middle > .columns-item{
  flex:none;
  width:100%;
}
.phone .columns.phone-break-all > .columns-item {
  margin-left: 0;
  margin-right: 0;
}
.phone .columns.columns4.phone-break-middle > .columns-item{
  flex:none;
  width:50%;
}
.phone .columns.columns5.phone-break-middle > .columns-item:nth-child(1), .phone .columns.columns5.phone-break-middle > .columns-item:nth-child(2), .phone .columns.columns5.phone-break-middle > .columns-item:nth-child(3), .phone .columns.columns6.phone-break-middle > .columns-item:nth-child(1), .phone .columns.columns6.phone-break-middle > .columns-item:nth-child(2), .phone .columns.columns6.phone-break-middle > .columns-item:nth-child(3){
  flex:none;
  width:33.333%;
}

.tablet .columns.tablet-break-first > .columns-item:first-child, .tablet .columns.tablet-break-last > .columns-item:last-child, .tablet .columns.tablet-break-all > .columns-item, .tablet .columns.columns2.tablet-break-middle > .columns-item, .tablet .columns.columns3.tablet-break-middle > .columns-item:last-child, .tablet .columns.columns-small-left.tablet-break-middle > .columns-item, .tablet .columns.columns-medium-left.tablet-break-middle > .columns-item, .tablet .columns.columns-small-right.tablet-break-middle > .columns-item, .tablet .columns.columns-medium-right.tablet-break-middle > .columns-item{
  flex:none;
  width:100%;
}
.tablet .columns.columns4.tablet-break-middle > .columns-item{
  flex:none;
  width:50%;
}
.tablet .columns.columns5.tablet-break-middle > .columns-item:nth-child(1), .tablet .columns.columns5.tablet-break-middle > .columns-item:nth-child(2), .tablet .columns.columns5.tablet-break-middle > .columns-item:nth-child(3), .tablet .columns.columns6.tablet-break-middle > .columns-item:nth-child(1), .tablet .columns.columns6.tablet-break-middle > .columns-item:nth-child(2), .tablet .columns.columns6.tablet-break-middle > .columns-item:nth-child(3){
  flex:none;
  width:33.333%;
}

/* 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;
}
/* jstree样式 START */
.jstree-node,
.jstree-children,
.jstree-container-ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.jstree-node {
    white-space: nowrap
}

.jstree-anchor {
    display: inline-block;
    color: black;
    white-space: nowrap;
    padding: 0 4px 0 1px;
    margin: 0;
    vertical-align: top
}

.jstree-anchor:focus {
    outline: 0
}

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
    text-decoration: none;
    color: inherit
}

.jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center
}

.jstree-icon:empty {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center
}

.jstree-ocl {
    cursor: pointer
}

.jstree-leaf>.jstree-ocl {
    cursor: default
}

.jstree .jstree-open>.jstree-children {
    display: block
}

.jstree .jstree-closed>.jstree-children,
.jstree .jstree-leaf>.jstree-children {
    display: none
}

.jstree-anchor>.jstree-themeicon {
    margin-right: 2px
}

.jstree-no-icons .jstree-themeicon,
.jstree-anchor>.jstree-themeicon-hidden {
    display: none
}

.jstree-hidden,
.jstree-node.jstree-hidden {
    display: none
}

.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px
}

.jstree-rtl .jstree-anchor>.jstree-themeicon {
    margin-left: 2px;
    margin-right: 0
}

.jstree-rtl .jstree-node {
    margin-left: 0
}

.jstree-rtl .jstree-container-ul>.jstree-node {
    margin-right: 0
}

.jstree-wholerow-ul {
    position: relative;
    display: inline-block;
    min-width: 100%
}

.jstree-wholerow-ul .jstree-leaf>.jstree-ocl {
    cursor: pointer
}

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
    position: relative
}

.jstree-wholerow-ul .jstree-wholerow {
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    user-select: none
}

.jstree-contextmenu .jstree-anchor {
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.vakata-context {
    display: none
}

.vakata-context,
.vakata-context ul {
    margin: 0;
    padding: 2px;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #979797;
    box-shadow: 2px 2px 2px #999999
}

.vakata-context ul {
    list-style: none;
    left: 100%;
    margin-top: -2.7em;
    margin-left: -4px
}

.vakata-context .vakata-context-right ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context li {
    list-style: none
}

.vakata-context li>a {
    display: block;
    padding: 0 2em 0 2em;
    text-decoration: none;
    width: auto;
    color: black;
    white-space: nowrap;
    line-height: 2.4em;
    text-shadow: 1px 1px 0 white;
    border-radius: 1px
}

.vakata-context li>a:hover {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1
}

.vakata-context li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
    background-position: right center;
    background-repeat: no-repeat
}

.vakata-context li>a:focus {
    outline: 0
}

.vakata-context .vakata-context-hover>a {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1
}

.vakata-context .vakata-context-separator>a,
.vakata-context .vakata-context-separator>a:hover {
    background: white;
    border: 0;
    border-top: 1px solid #e2e3e3;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
    margin: 0 0 0 2.4em;
    border-left: 1px solid #e0e0e0;
    text-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0
}

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
    color: silver;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0
}

.vakata-context .vakata-contextmenu-disabled>a>i {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%)
}

.vakata-context li>a>i {
    text-decoration: none;
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    background: transparent;
    margin: 0 0 0 -2em;
    vertical-align: top;
    text-align: center;
    line-height: 2.4em
}

.vakata-context li>a>i:empty {
    width: 2.4em;
    line-height: 2.4em
}

.vakata-context li>a .vakata-contextmenu-sep {
    display: inline-block;
    width: 1px;
    height: 2.4em;
    background: white;
    margin: 0 .5em 0 0;
    border-left: 1px solid #e2e3e3
}

.vakata-context .vakata-contextmenu-shortcut {
    font-size: .8em;
    color: silver;
    opacity: .5;
    display: none
}

.vakata-context-rtl ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context-rtl li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
    background-position: left center;
    background-repeat: no-repeat
}

.vakata-context-rtl .vakata-context-separator>a {
    margin: 0 2.4em 0 0;
    border-left: 0;
    border-right: 1px solid #e2e3e3
}

.vakata-context-rtl .vakata-context-left ul {
    right: auto;
    left: 100%;
    margin-left: -4px;
    margin-right: auto
}

.vakata-context-rtl li>a>i {
    margin: 0 -2em 0 0
}

.vakata-context-rtl li>a .vakata-contextmenu-sep {
    margin: 0 0 0 .5em;
    border-left-color: white;
    background: #e2e3e3
}

#jstree-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0 0;
    padding: 0;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px
}

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
    display: inline-block;
    text-decoration: none;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px
}

#jstree-dnd .jstree-ok {
    background: green
}

#jstree-dnd .jstree-er {
    background: red
}

#jstree-dnd .jstree-copy {
    margin: 0 2px 0 2px
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-repeat: no-repeat;
    background-color: transparent
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
    transition: background-color .15s, box-shadow .15s
}

.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #cccccc
}

.jstree-default .jstree-context {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #cccccc
}

.jstree-default .jstree-clicked {
    background: #e6e6e6;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999
}

.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon {
    display: none
}

.jstree-default .jstree-disabled {
    background: transparent;
    color: #666666
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: transparent;
    box-shadow: none
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-disabled>.jstree-icon {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default .jstree-search {
    font-style: italic;
    color: #8b0000;
    font-weight: bold
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: transparent;
    box-shadow: none
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #e7f4f9
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked {
    background: transparent
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default>.jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat
}

.jstree-default>.jstree-wholerow-ul .jstree-hovered,
.jstree-default>.jstree-wholerow-ul .jstree-clicked {
    background: transparent;
    box-shadow: none;
    border-radius: 0
}

.jstree-default .jstree-wholerow {
    box-sizing: border-box
}

.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default .jstree-wholerow-clicked {
    /* background: #beebff; */
       background: #e6e6e6!important;
    background: linear-gradient(to bottom, #efefef 0, #efefef 100%)
}

.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px
}

.jstree-default .jstree-icon {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jstree-default .jstree-icon:empty {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px
}

.jstree-default .jstree-wholerow {
    height: 24px
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-image: url("data:image/png;base64,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")
}

.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y
}

.jstree-default .jstree-last {
    background: transparent
}

.jstree-default .jstree-open>.jstree-ocl {
    background-position: -132px -4px
}

.jstree-default .jstree-closed>.jstree-ocl {
    background-position: -100px -4px
}

.jstree-default .jstree-leaf>.jstree-ocl {
    background-position: -68px -4px
}

.jstree-default .jstree-themeicon {
    background-position: -260px -4px
}

.jstree-default>.jstree-no-dots .jstree-node,
.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -4px
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -4px
}

.jstree-default .jstree-disabled {
    background: transparent
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: transparent
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-checkbox {
    background-position: -164px -4px
}

.jstree-default .jstree-checkbox:hover {
    background-position: -164px -36px
}

.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default .jstree-checked>.jstree-checkbox {
    background-position: -228px -4px
}

.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default .jstree-checked>.jstree-checkbox:hover {
    background-position: -228px -36px
}

.jstree-default .jstree-anchor>.jstree-undetermined {
    background-position: -196px -4px
}

.jstree-default .jstree-anchor>.jstree-undetermined:hover {
    background-position: -196px -36px
}

.jstree-default .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default>.jstree-striped {
    background-size: auto 48px
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -132px -36px
}

.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -100px -36px
}

.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -68px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -36px
}

.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

/* .jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("throbber.gif") center center no-repeat
} */

.jstree-default .jstree-file {
    background: url("data:image/png;base64,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") -100px -68px no-repeat
}

.jstree-default .jstree-folder {
    background: url("data:image/png;base64,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") -260px -4px no-repeat
}

.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default {
    line-height: 24px;
    padding: 0 4px
}

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default i {
    background: transparent;
    width: 24px;
    height: 24px;
    line-height: 24px
}

#jstree-dnd.jstree-default .jstree-ok {
    background-position: -4px -68px
}

#jstree-dnd.jstree-default .jstree-er {
    background-position: -36px -68px
}

.jstree-default .jstree-ellipsis {
    overflow: hidden
}

.jstree-default .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 29px);
    text-overflow: ellipsis;
    overflow: hidden
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==")
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-small .jstree-node {
    min-height: 18px;
    line-height: 18px;
    margin-left: 18px;
    min-width: 18px
}

.jstree-default-small .jstree-anchor {
    line-height: 18px;
    height: 18px
}

.jstree-default-small .jstree-icon {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.jstree-default-small .jstree-icon:empty {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px
}

.jstree-default-small .jstree-wholerow {
    height: 18px
}

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
    background-image: url("data:image/png;base64,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")
}

.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y
}

.jstree-default-small .jstree-last {
    background: transparent
}

.jstree-default-small .jstree-open>.jstree-ocl {
    background-position: -135px -7px
}

.jstree-default-small .jstree-closed>.jstree-ocl {
    background-position: -103px -7px
}

.jstree-default-small .jstree-leaf>.jstree-ocl {
    background-position: -71px -7px
}

.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-node,
.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -7px
}

.jstree-default-small .jstree-disabled {
    background: transparent
}

.jstree-default-small .jstree-disabled.jstree-hovered {
    background: transparent
}

.jstree-default-small .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px
}

.jstree-default-small .jstree-checkbox:hover {
    background-position: -167px -39px
}

.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-small .jstree-checked>.jstree-checkbox {
    background-position: -231px -7px
}

.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-small .jstree-checked>.jstree-checkbox:hover {
    background-position: -231px -39px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined {
    background-position: -199px -7px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
    background-position: -199px -39px
}

.jstree-default-small .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-small>.jstree-striped {
    background-size: auto 36px
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -135px -39px
}

.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -103px -39px
}

.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -71px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -39px
}

.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

/* .jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("throbber.gif") center center no-repeat
} */

.jstree-default-small .jstree-file {
    background: url("data:image/png;base64,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") -103px -71px no-repeat
}

.jstree-default-small .jstree-folder {
    background: url("data:image/png;base64,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") -263px -7px no-repeat
}

.jstree-default-small>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-small i {
    background: transparent;
    width: 18px;
    height: 18px;
    line-height: 18px
}

#jstree-dnd.jstree-default-small .jstree-ok {
    background-position: -7px -71px
}

#jstree-dnd.jstree-default-small .jstree-er {
    background-position: -39px -71px
}

.jstree-default-small .jstree-ellipsis {
    overflow: hidden
}

.jstree-default-small .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 23px);
    text-overflow: ellipsis;
    overflow: hidden
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==")
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px
}

.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px
}

.jstree-default-large .jstree-icon {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large .jstree-icon:empty {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px
}

.jstree-default-large .jstree-wholerow {
    height: 32px
}

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
    background-image: url("data:image/png;base64,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")
}

.jstree-default-large .jstree-node {
    background-position: -288px 0;
    background-repeat: repeat-y
}

.jstree-default-large .jstree-last {
    background: transparent
}

.jstree-default-large .jstree-open>.jstree-ocl {
    background-position: -128px 0
}

.jstree-default-large .jstree-closed>.jstree-ocl {
    background-position: -96px 0
}

.jstree-default-large .jstree-leaf>.jstree-ocl {
    background-position: -64px 0
}

.jstree-default-large .jstree-themeicon {
    background-position: -256px 0
}

.jstree-default-large>.jstree-no-dots .jstree-node,
.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px 0
}

.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 0
}

.jstree-default-large .jstree-disabled {
    background: transparent
}

.jstree-default-large .jstree-disabled.jstree-hovered {
    background: transparent
}

.jstree-default-large .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-large .jstree-checkbox {
    background-position: -160px 0
}

.jstree-default-large .jstree-checkbox:hover {
    background-position: -160px -32px
}

.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-large .jstree-checked>.jstree-checkbox {
    background-position: -224px 0
}

.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-large .jstree-checked>.jstree-checkbox:hover {
    background-position: -224px -32px
}

.jstree-default-large .jstree-anchor>.jstree-undetermined {
    background-position: -192px 0
}

.jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
    background-position: -192px -32px
}

.jstree-default-large .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-large>.jstree-striped {
    background-size: auto 64px
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -128px -32px
}

.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -96px -32px
}

.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -64px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 -32px
}

.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-size: contain !important;
    width: 20px !important;
    height: 20px !important;
    margin: 6px;
}

/* .jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("throbber.gif") center center no-repeat
} */

.jstree-default-large .jstree-file {
    background: url("data:image/png;base64,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") -96px -64px no-repeat
}

.jstree-default-large .jstree-folder {
    background: url("data:image/png;base64,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") -256px 0 no-repeat
}

.jstree-default-large>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-large {
    line-height: 32px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-large i {
    background: transparent;
    width: 32px;
    height: 32px;
    line-height: 32px
}

#jstree-dnd.jstree-default-large .jstree-ok {
    background-position: 0 -64px
}

#jstree-dnd.jstree-default-large .jstree-er {
    background-position: -32px -64px
}

.jstree-default-large .jstree-ellipsis {
    overflow: hidden
}

.jstree-default-large .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 37px);
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==")
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent
}

@media (max-width:768px) {
    #jstree-dnd.jstree-dnd-responsive {
        line-height: 40px;
        font-weight: bold;
        font-size: 1.1em;
        text-shadow: 1px 1px white
    }

    #jstree-dnd.jstree-dnd-responsive>i {
        background: transparent;
        width: 40px;
        height: 40px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-ok {
        background-image: url("40px.png");
        background-position: 0 -200px;
        background-size: 120px 240px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-er {
        background-image: url("40px.png");
        background-position: -40px -200px;
        background-size: 120px 240px
    }

    #jstree-marker.jstree-dnd-responsive {
        border-left-width: 10px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: -10px
    }
}

@media (max-width:768px) {
    .jstree-default-responsive .jstree-icon {
        background-image: url("40px.png")
    }

    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background: transparent
    }

    .jstree-default-responsive .jstree-node {
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
        min-width: 40px;
        white-space: nowrap
    }

    .jstree-default-responsive .jstree-anchor {
        line-height: 40px;
        height: 40px
    }

    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-icon:empty {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0
    }

    .jstree-default-responsive.jstree-rtl .jstree-node {
        margin-left: 0;
        margin-right: 40px;
        background: transparent
    }

    .jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node {
        margin-right: 0
    }

    .jstree-default-responsive .jstree-ocl,
    .jstree-default-responsive .jstree-themeicon,
    .jstree-default-responsive .jstree-checkbox {
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl,
    .jstree-default-responsive.jstree-rtl .jstree-leaf>.jstree-ocl {
        background: transparent
    }

    .jstree-default-responsive .jstree-open>.jstree-ocl {
        background-position: 0 0 !important
    }

    .jstree-default-responsive .jstree-closed>.jstree-ocl {
        background-position: 0 -40px !important
    }

    .jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl {
        background-position: -40px 0 !important
    }

    .jstree-default-responsive .jstree-themeicon {
        background-position: -40px -40px
    }

    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-checkbox:hover {
        background-position: -40px -80px
    }

    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox:hover {
        background-position: 0 -80px
    }

    .jstree-default-responsive .jstree-anchor>.jstree-undetermined,
    .jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover {
        background-position: 0 -120px
    }

    .jstree-default-responsive .jstree-anchor {
        font-weight: bold;
        font-size: 1.1em;
        text-shadow: 1px 1px white
    }

    .jstree-default-responsive>.jstree-striped {
        background: transparent
    }

    .jstree-default-responsive .jstree-wholerow {
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-bottom: 1px solid rgba(64, 64, 64, 0.2);
        background: #ebebeb;
        height: 40px
    }

    .jstree-default-responsive .jstree-wholerow-hovered {
        background: #e7f4f9
    }

    .jstree-default-responsive .jstree-wholerow-clicked {
        /* background: #beebff */
           background: #efefef
        
    }

    .jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow {
        box-shadow: inset 0 -6px 3px -5px #666666
    }

    .jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
        box-shadow: inset 0 6px 3px -5px #666666;
        border-top: 0
    }

    .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
        box-shadow: none
    }

    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-node>.jstree-ocl,
    .jstree-default-responsive .jstree-themeicon,
    .jstree-default-responsive .jstree-checkbox {
        background-image: url("40px.png");
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-node {
        background-position: -80px 0;
        background-repeat: repeat-y
    }

    .jstree-default-responsive .jstree-last {
        background: transparent
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background-position: -40px -120px
    }

    .jstree-default-responsive .jstree-last>.jstree-ocl {
        background-position: -40px -160px
    }

    .jstree-default-responsive .jstree-themeicon-custom {
        background-color: transparent;
        background-image: none;
        background-position: 0 0
    }

    .jstree-default-responsive .jstree-file {
        background: url("40px.png") 0 -160px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-folder {
        background: url("40px.png") -40px -40px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0;
        margin-right: 0
    } 
}

.add-del-button{
    width: 17px;
    height: 17px;
    padding-left: 4px !important;
    cursor : pointer;
    border: 1px solid #4592E4;
    border-radius: 20px;
    background: transparent;
     color: #4592E4;
}
.tree-del-button{
    padding-left: 5px !important;
    /* line-height: 13px; */
    border: 1px solid #4592E4;
    color: #4592E4;
    margin-left: 10px !important;
     /* width: 17px;
    height: 17px;
    padding-left: 4px !important;
    cursor : pointer;
    border: 1px solid #4592E4;
    border-radius: 20px;
    background: transparent;
     color: #4592E4; */
}
/* jstree样式 END */

/* treecss样式 START */
.addicon{
    display: none;
    cursor: pointer;
}
.addicon{
    cursor: pointer;
}
.hideicon{
    display: none !important;
}

.menu_container{
    cursor: pointer;
}
.menu_container:hover {
    background-color: #e8eef3;
    cursor: pointer;
}
.menu_container:active {
    background-color: #e8eef3;
    cursor: pointer;
}
.current_menu{
    color : #54abf1;
}
.formcontainer{
    background-color: #fff;
    padding: 20px;
}

.rotate-180 {
        transition: 0.8s;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform: rotateZ(180deg);transform: rotateZ(180deg);
        -moz-transform: 0.8s;transform-origin:center center;transform: rotateZ(180deg);
        -webkit-transform: 0.8s;transform-origin:center center;transform: rotateZ(180deg);
        -o-transform: 0.8s;transform-origin:center center;transform: rotateZ(180deg);
        -ms-transform: 0.8s;transform-origin:center center;transform: rotateZ(180deg);
}

.table_button{
    width:120px;
}
.all-page-button .pagination-button.is--active {
    color:#fff;
}

.loginButton:hover{
    opacity: 0.5;
    cursor: pointer;
}

.loginButton{
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: var(--primary,#25C98A);
    border-color: var(--primary,#25C98A);
    color: #fff;
    line-height: 37px;
}


.logoywTitle{
    font-size: 24px;
    color: #22262e;
    font-family: MicrosoftYaHeiLight;
    padding:15px;
}
.logoTitle{
    color:white;
    font-Size:16px;
    margin-left:150px;
    line-height:43px;
    min-height:43px;
    font-family: Yuanti SC;
    font-weight: 700;
    letter-spacing: 3px;
}


.rc-html-wh100p {
    height: 100%;
}

.rc-html-wh100p .embed, .rc-html-wh100p .rc-html {
    height: 100%;
}

.custompadding{
    padding: 0 5px 0 5px;
}

.container-height{
    display: flex;
    min-height: calc(100% - 43px);
}

.menu-icon{
        margin-left: 15px;
  background-color:transparent;
  border:none;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  margin-right:var(--space-m);
  padding:0;
  width:24px;
}
.menu-icon-line{
  background-color:white;
  border-radius:20px;
  min-height:3px;
  margin:2px 0;
  width:24px;
}
.desktop .menu-icon {
  display: none;
}
.phone .menu-icon {
  display: block;
}

.desktop .leftMenu {
    width: 200px;
    display: block;
}
.phone .leftMenu {
    width: 90%;
    display: none;
}

.phone .leftMenuShade {
    height: 100%;
    background-color: rgb(251, 250, 250);
    min-height: 100%;
    display: block;
    z-index: 2001;
    position: relative;
    top: 0px;
}
.phone .rightPage {
    width: 100%;
}
.desktop .rightPage {
    width: calc(100% - 200px)
}
/* treecss样式 END */

/* BasicCss样式 START */
.jstree-default .jstree-wholerow-clicked {
    background: #e6e6e6;
}

.jstree-wholerow .jstree-wholerow-hovered:hover {
   background: #e6e6e6!important
}
/* .jstree-default .jstree-wholerow:hover{
     background: #4B596D!important
} */

 /* .jstree-default>.jstree-wholerow-ul .jstree-hovered, .jstree-default>.jstree-wholerow-ul .jstree-clicked .jstree-icon jstree-ocl :hover{
  background: #4B596D!important
}  */


.jstree-default .jstree-hovered {
    background: #e6e6e6!important

}

.jstree-default .jstree-context {
    background: #e6e6e6!important
 
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
     background: #e6e6e6!important
}

.add-del-button {
   border: 1px solid #4592E4!important;
    color: #4592E4!important;
}

.tree-del-button {
    border: 1px solid #4592E4!important;
    color: #4592E4!important;
}
.jstree-default .jstree-clicked{
 color: #4592E4!important;
}
.jstree-anchor jstree-clicked{
    color: #4592E4!important;
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
     background: #e6e6e6!important
}

.jstree-default .jstree-wholerow-hovered {
      background: #e6e6e6!important
}

 .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e6e6e6!important
}

.jstree-default-responsive .jstree-wholerow-clicked {
    background: #e6e6e6!important
}
/* BasicCss样式 END */

body{
    /* background: url(/image/background.png); */
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    /* font-weight: bold; */
    overflow-x: hidden;
}
.hidden{
    overflow: hidden;
}
.flex1{
    flex: 1;
}
.omit{
     text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.clamp1{
    -webkit-line-clamp: 1;
}
.clamp2{
    -webkit-line-clamp: 2;
}
/* 文本 */
.text-aligh-center{
    text-align: center;
}
/* 富文本区域 */
.innerHTML p,
.innerHTML div{
    width: 100%;
}
.font-w-bold{
    font-weight: bold;
}
.bg-1{
    background-color: #fff;
}
.ac{
    align-items: center;
    align-content: center;
}
.jc{
    justify-content: center;
}
.jcsb{
    justify-content: space-between;
}
.w100{
    width: 100%;
}
/* flex布局 */
.flex-d-colum{
    flex-direction: column;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.justify-content-end{
    justify-content: flex-end;
}
.maxContent{
    width: -webkit-max-content;
    width: max-content;
}

.h100{
    height: 100%;
}
.pointer{
    cursor: pointer;
}
.mAuto{
    margin: auto;
}
.mAuto.rc-container-v1{
    margin: auto;
}
.alink:hover{
    text-decoration: underline;
}
.mainWidth{
    width: 100%;
    margin: 0 auto;
}
.rc-container-v1.mainWidth{
    margin: 0 auto;
}
.d-none{
    display: none;
}
.col-6{
    flex: 0 0 auto;
    width: 50%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}
.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}
.position-relative{
    position: relative;
}
/* padding区域 */
.py-3{
    padding-top: 16px;
    padding-bottom: 16px;
}
.px-0{
   padding-left: 0;
   padding-right: 0;
}
.px-2{
    padding-right: 8px;
    padding-left: 8px;
}
.px-3{
    padding-left: 16px;
    padding-right: 16px;
}
.p-4{
    padding: 24px ;
}
.pb-2{
    padding-bottom: 8px;
}
.pt-2{
    padding-top: 8px;
}
.pb-3{
    padding-bottom: 16px;
}
.pt-4{
    padding-top: 24px;
}
.ps-0{
    padding-left: 0;
}
.pe-4{
    padding-right: 24px;
}
/* margin区域 */
.mb-3{
    margin-bottom: 16px;
}
.mb-4{
    margin-bottom: 24px;
}
.mt-4{
    margin-top: 24px;
}
@media (min-width: 576px){
     .mainWidth {
       max-width: 540px;
    }
}
@media (min-width: 768px){
    .mainWidth {
        max-width: 720px;
    }
    .row-cols-md-2>*{
        flex: 0 0 auto;
        width: 50%;
    }
     .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
}
@media (min-width: 992px){
    .mainWidth{
        max-width: 960px;
    }
    .d-lg-block{
        display: block;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
     .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6{
        flex: 0 0 auto;
        width: 50%;
    }
     .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
      .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .justify-content-lg-center{
        justify-content: center;
    }
    .px-lg-4{
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media(min-width:1200px) {
    .mainWidth{
        max-width: 1200px ;
    }
    .px-xl-4{
        padding-left: 24px;
        padding-right: 24px;
    }
     .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-9{
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 1400px) {
    .mainWidth{
        max-width: 1200px;
    }
}

.innerHTML a {
    font-size: unset;
}
.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=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=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=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=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;
}
[hash-class=pieChart-4397314115903882] .rc-if{
    height: 100%;
}
.wh100p[hash-class=pieChart-4397314115903882] {
    width: 100%;
    height: 100%;
}[hash-class=lineChart-4397315708232075] .rc-if{
    height: 100%;
}
.wh100p[hash-class=lineChart-4397315708232075] {
    width: 100%;
    height: 100%;
}[hash-class=columnChart-4397317405286796] .rc-if{
    height: 100%;
}
.wh100p[hash-class=columnChart-4397317405286796] {
    width: 100%;
    height: 100%;
}
.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;
}

[hash-class=rcVideo-1967700093323274] .rc-if {
    width: 100%;
    height: 100%;
}

.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{
  height: 100%;
}.message-box-block[hash-class=MessageBox-4798167690988161] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.message-box-block .message-box[hash-class=MessageBox-4798167690988161] {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    font-size: 18px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
    text-align: left;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-sizing: border-box;
}
.message-box-block .message-box .message-box-header[hash-class=MessageBox-4798167690988161] {
    position: relative;
    padding: 15px;
    padding-bottom: 10px;
}
.message-box-block .message-box .message-box-header .title[hash-class=MessageBox-4798167690988161] {
    font-size: 18px;
    line-height: 1;
}
.message-box-block .message-box .message-box-header .icon[hash-class=MessageBox-4798167690988161] {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.message-box-block .message-box .message-box-content[hash-class=MessageBox-4798167690988161] {
    padding: 10px 15px;
    color: #606266;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.message-box-block .message-box .message-box-content .image[hash-class=MessageBox-4798167690988161] {
    width: 24px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.message-box-block .message-box .message-box-content .content[hash-class=MessageBox-4798167690988161] {
    display: inline-block;
    padding: 0 12px 0 36px;
}
.message-box-block .message-box .message-box-btns[hash-class=MessageBox-4798167690988161] {
    padding: 5px 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.message-box-block .message-box .message-box-btns .cancel-btn[hash-class=MessageBox-4798167690988161] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    white-space: nowrap;
    cursor: pointer;
    color: #606266;
    text-align: center;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #DCDFE6;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
}
.message-box-block .message-box .message-box-btns .confirm-btn[hash-class=MessageBox-4798167690988161] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    white-space: nowrap;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
    background-color: #409Eff;
    border: 1px solid #409Eff;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
}
.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=Submenu-2161406757070896] {
    line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.contextMenuCon[hash-class=Tabs-3705731007087248] {
    left: 30px;
    top: 30px;
    background-color: #ffffff;
    display: none;
    padding-right: 5px;
    padding-left: 12px;
    width: 110px;
    height: auto;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3);
}
.contextMenuItem:hover[hash-class=Tabs-3705731007087248] {
    background-color: var(--theme-color-opacity-2);
}
.rc-text[hash-class=rcMap-1969203712271011] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=rcMap-1969203712271011] {
    line-height: inherit;
}
.footer[hash-class=footerPhone-8383783983646741]{
  background-color: #333;
}
.footer-header[hash-class=footerPhone-8383783983646741]{
  font-size: 24px;
  font-weight: 700;
  color: var(--font_c1);
  padding: 8px 16px;
}
.list-box .item[hash-class=footerPhone-8383783983646741],
.contactInformationList .item[hash-class=footerPhone-8383783983646741]{
  padding: 8px 16px;
}
.list-box .item .alink[hash-class=footerPhone-8383783983646741]{
  font-size: 20.8px;
  color: var(--font_c1);
}
.contactInformationList .item .info[hash-class=footerPhone-8383783983646741],
.contactInformationList .item .bTxt[hash-class=footerPhone-8383783983646741]{
  font-size: 16px;
  color: #ccc;
}
.contactInformationList .item .bTxt[hash-class=footerPhone-8383783983646741]{
  color: var(--font_c1);
  font-weight: bold;
}
.figure[hash-class=footerPhone-8383783983646741]{
  max-width: 56%;
    min-width: 152px;
}
.figure .img[hash-class=footerPhone-8383783983646741]{
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.figure .figure-caption[hash-class=footerPhone-8383783983646741]{
  margin-top: 4px;
  color: var(--font_c1);
  font-size: 14px;
}

/* 备案区域 */
.filingArea[hash-class=footerPhone-8383783983646741]{
  background-color: #222;
}
.filingArea .txt[hash-class=footerPhone-8383783983646741]{
  color: #ccc;
  font-size: 14px;
}.contentBox[hash-class=articlePagePhone-8382834004264985]{
  background-color: #fff;  
}
.rightBox[hash-class=articlePagePhone-8382834004264985]{
  height:auto;
  overflow: visible;
}
.rightBox::-webkit-scrollbar[hash-class=articlePagePhone-8382834004264985] {
  display: none; /* 对于 Chrome, Safari 和 Opera 隐藏滚动条 */
}

.rightBox[hash-class=articlePagePhone-8382834004264985] {
  overflow: auto; /* 保持可滚动 */
  /*scrollbar-width: none; /* 对于 Firefox 隐藏滚动条 */
}

.rightBox .line[hash-class=articlePagePhone-8382834004264985]{
  height: 1px;
  background-color: #dddede;
}
.rightBox .titleBox[hash-class=articlePagePhone-8382834004264985]{
  margin: 48px 0;
}
.rightBox .titleBox .txt[hash-class=articlePagePhone-8382834004264985]{
  font-size: 25.6px;
  font-weight: 700;
}

/* 引导入口 */
.guide-box[hash-class=articlePagePhone-8382834004264985]{
  border: 1px solid rgb(0 0 0 / 8%);
  padding: 16px;
  background-color: rgb(0 0 0 / 3%);
}
.guide-box .title[hash-class=articlePagePhone-8382834004264985]{
  font-size: 17.6px;
  color: var(--title_c);
  font-weight: 700;
  margin-bottom: 9.6px;
}
.guide-box .subTitle[hash-class=articlePagePhone-8382834004264985]{
  font-size: 16px;
  color: var(--title_c);
  font-weight: 700;
  margin-bottom: 12.8px;
}
.guide-box .btnBox[hash-class=articlePagePhone-8382834004264985]{
  height: 54px;
  padding: 5.6px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(to bottom,#2BD0CE 0%,#55A2E7 100%);
  color: var(--font_c1);
  box-shadow: 2px 2px 1px 0px #c3c7cad4;
}
.guide-box .btnBox .innerBox[hash-class=articlePagePhone-8382834004264985]{
  background-color: transparent;
}
.guide-box .btnBox:hover .innerBox[hash-class=articlePagePhone-8382834004264985]{
  background-color: #fff;
}
.guide-box .btnBox .txt[hash-class=articlePagePhone-8382834004264985]{
  font-size: 22.4px;
  margin-left: 14px;
}
.guide-box .btnBox .img[hash-class=articlePagePhone-8382834004264985]{
  height: 34px;
  width: auto;
  margin-left: 14px;
}
.guide-box .btnBox .activeImg[hash-class=articlePagePhone-8382834004264985]{
  display: none;
}
.guide-box .btnBox:hover .normalImg[hash-class=articlePagePhone-8382834004264985]{
  display: none;
}
.guide-box .btnBox:hover .activeImg[hash-class=articlePagePhone-8382834004264985]{
  display: block;
}
.guide-box .btnBox:hover .txt[hash-class=articlePagePhone-8382834004264985]{
  color: var(--title_c);
}
/* 列表页 */
.listBox .item[hash-class=articlePagePhone-8382834004264985]{
  padding: 25.6px 8px;
  border-color: #ccc;
  border-style: dashed;
  border-width: 0 0 1px 0;
}
.listBox .item .titleTxt[hash-class=articlePagePhone-8382834004264985]{
  font-weight: 700;
  color: #333;
  font-size: 19.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listBox .item .time[hash-class=articlePagePhone-8382834004264985]{
  font-size: 16px;
  color: #212529;
}
.listBox .item:hover .titleTxt[hash-class=articlePagePhone-8382834004264985]{
  color: var(--title_c);
}
.listBox[hash-class=articlePagePhone-8382834004264985]{
  margin-bottom: 10px;
}
[hash-class=articlePagePhone-8382834004264985] .innerHTML img{
  max-width: 100%;
}


.DynamicBox[hash-class=articlePagePhone-8382834004264985] {
  align-content: center;
  flex-direction: column;
}

[hash-class=articlePagePhone-8382834004264985] .menuList {
    height: 508px !important;
    overflow-y: scroll;
}

[hash-class=articlePagePhone-8382834004264985] .menuList > .item {
    height: auto !important;
}.footer[hash-class=footer_new_phone-8382809357158418]{
  background-color: #fff;
}
.jcsa[hash-class=footer_new_phone-8382809357158418]{
  justify-content: space-around;
}
.jc[hash-class=footer_new_phone-8382809357158418]{
  justify-content: center;
}
.column[hash-class=footer_new_phone-8382809357158418]{
  flex-direction: column;
}
.widthAuto[hash-class=footer_new_phone-8382809357158418]{
  width: auto;
}
.noWrap[hash-class=footer_new_phone-8382809357158418]{
  flex-wrap: nowrap;
}
.footer-header[hash-class=footer_new_phone-8382809357158418]{
  font-size: 18px;
  color: #333333;
  padding: 0px 16px 27px 16px;
}
.list-box .item[hash-class=footer_new_phone-8382809357158418],
.contactInformationList .item[hash-class=footer_new_phone-8382809357158418]{
  padding: 0 16px;
    margin-bottom: 8px;
}
.list-box .item .alink[hash-class=footer_new_phone-8382809357158418]{
  font-size: 15px;
    color: #656565;
}
.contactInformationList .item .info[hash-class=footer_new_phone-8382809357158418],
.contactInformationList .item .bTxt[hash-class=footer_new_phone-8382809357158418],
.filingArea .txt[hash-class=footer_new_phone-8382809357158418],
.figure .figure-caption[hash-class=footer_new_phone-8382809357158418]{
  font-size: 15px;
  color: #656565;
}
.figure[hash-class=footer_new_phone-8382809357158418]{
  /* max-width: 56%;
    min-width: 152px; */
}
.figure .img[hash-class=footer_new_phone-8382809357158418]{
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.figure .figure-caption[hash-class=footer_new_phone-8382809357158418]{
  margin-top: 4px;
}

/* 备案区域 */
.filingArea[hash-class=footer_new_phone-8382809357158418]{
  background-color: #fff;
}
.aboutUs[hash-class=footer_new_phone-8382809357158418]{
  /* margin-right: 56px; */
}
.followUs[hash-class=footer_new_phone-8382809357158418]{
  justify-self: flex-end;
}
.user_slide[hash-class=footer_new_phone-8382809357158418]{
  position: fixed;
  right: 38px;
  bottom: 20%;
  width: -webkit-max-content;
  width: max-content;
  /* width: 86px; */
  padding: 10px 16px;
  /* height: 223px; */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  background: #fff;
    z-index: 10000;
}
.user_slide .item[hash-class=footer_new_phone-8382809357158418]{
  width: 60px;
  /* height: 76px; */
  padding: 16px 0;
  border-bottom: 1px solid #e8eaed;
  position: relative;
}
.user_slide .item:last-child[hash-class=footer_new_phone-8382809357158418]{
  border-bottom: none;
}

.user_slide .item .img[hash-class=footer_new_phone-8382809357158418]{
  width: 27px;
  height: 24px;
  margin-bottom: 8px;
}
.user_slide .item .txt[hash-class=footer_new_phone-8382809357158418]{
  font-size: 14px;
    color: #414141;
    letter-spacing: 1px;
}
.user_slide .item .ewm_box[hash-class=footer_new_phone-8382809357158418]{
  position: absolute;
  width: 186px;
  /* height: 186px; */
  border-radius: 5px;
  padding: 10px 27px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  background-color: #fff;
  display: none;
  left: -225px;
  top: 0;
  overflow: hidden;
}
.user_slide .item:hover .ewm_box[hash-class=footer_new_phone-8382809357158418]{
  display: flex;
}
.user_slide .item .ewm_box .img_box[hash-class=footer_new_phone-8382809357158418]{
  border-top: 1px solid #f9faf8;
}
.user_slide .item .ewm_box .img_box .img[hash-class=footer_new_phone-8382809357158418]{
  width: 100%;
  height: auto;
}
/* 联系方式 */
.informationArea .smallTitle[hash-class=footer_new_phone-8382809357158418]{
  margin-left: 20px;
}
.informationArea .smallTitle .bTxt[hash-class=footer_new_phone-8382809357158418]{
  font-size: 18px;
}
@media (max-width:767px){
  /* 用户提示条 */
  .user_slide[hash-class=footer_new_phone-8382809357158418]{
    display: none;
  }
  .footer-main-box[hash-class=footer_new_phone-8382809357158418]{
    flex-direction: column-reverse;
  } 
  .footer-main-box>div[hash-class=footer_new_phone-8382809357158418],
  .footer-main-box .followUs>div[hash-class=footer_new_phone-8382809357158418],
  .footer-main-box .followUs .figure[hash-class=footer_new_phone-8382809357158418]{
    width: 100%;
  }
  .footer-main-box .followUs .footer-header[hash-class=footer_new_phone-8382809357158418]{
    display: none;
  }
  .footer-main-box .followUs .figure .img[hash-class=footer_new_phone-8382809357158418]{
    margin: 0 auto;
  }
  .aboutUs[hash-class=footer_new_phone-8382809357158418]{
    display: none;
  }
  .informationArea .footer-header[hash-class=footer_new_phone-8382809357158418]{
    font-weight: bold;
    padding-bottom: 10px;
  }
}

.user_slide_desc[hash-class=footer_new_phone-8382809357158418] {
  display: none !important;
}/* 头部区域 */
.topBar[hash-class=headerHomephone-8361149240935429]{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.topBar .top-box[hash-class=headerHomephone-8361149240935429]{
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  min-height: 58px;
  padding-top: 6px;
  padding-bottom: 6px;
  /* background-color: #000; */
}
.top-box .addressBox1[hash-class=headerHomephone-8361149240935429]{
  margin-left: 5%;
}
.top-box .addressBox2[hash-class=headerHomephone-8361149240935429]{
  margin-left: 12%;
}
.top-box .languageRegion[hash-class=headerHomephone-8361149240935429]{
  min-width: 230px;
  margin-right: 4%;
}
.top-box .languageRegion.en[hash-class=headerHomephone-8361149240935429]{
  min-width: 260px;
}
.top-box .languageRegion.fr[hash-class=headerHomephone-8361149240935429]{
  min-width: 310px;
}
.top-box .countdownArea[hash-class=headerHomephone-8361149240935429]{
  margin-right: 15%;
}
.top-box .timeBox[hash-class=headerHomephone-8361149240935429],
.top-box .addressBox[hash-class=headerHomephone-8361149240935429],
.top-box .rignt-box-item[hash-class=headerHomephone-8361149240935429]
{
  padding: 0 12px ;
}
.top-box .top-size[hash-class=headerHomephone-8361149240935429]{
  color: var(--font_c1);
  width: auto;
}
.top-box .top-icon[hash-class=headerHomephone-8361149240935429]{
  margin-right: 5px;
}
.lastDay .txt[hash-class=headerHomephone-8361149240935429]{
  background-color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  color: initial;
  margin: 0 3px;
}
/* 搜索框 */
.searchBox[hash-class=headerHomephone-8361149240935429]{
  position: relative;
}
.searchBox .img[hash-class=headerHomephone-8361149240935429]{
  margin-right: 5px;
}
.searchBox .search-input-box[hash-class=headerHomephone-8361149240935429]{
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px);
  width: 272px;
  height: 70px;
  background-color: #fff;
  border-radius: 4.8px;
  border: 1px solid rgba(0, 0, 0,.2);
  display: none;
}
.searchBox:hover .search-input-box[hash-class=headerHomephone-8361149240935429]{
  display: flex;
}
.searchBox .search-input-box[hash-class=headerHomephone-8361149240935429]::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 16px 16px 16px;
  border-color: red transparent white transparent;
  top: -8px;
}
.searchBox .search-input-box .img2[hash-class=headerHomephone-8361149240935429]{
  position: absolute;
  right: 20px;
}
.searchBox .search-input-box .input[hash-class=headerHomephone-8361149240935429]{
  width: 240px;
  height: 37px;
  color: #212529;
}
.mr-5[hash-class=headerHomephone-8361149240935429]{
  margin-right: 6%;
}
.banner img:nth-child(1)[hash-class=headerHomephone-8361149240935429]{
  position: absolute;
  width: 100%;
  z-index: -1;
}
.banner img:nth-child(2)[hash-class=headerHomephone-8361149240935429]{
  display: block;
  width: 100%;
  transition:  height .6s ease-in-out;
}
/* 字体 */
.bannerFloat[hash-class=headerHomephone-8361149240935429]{
  height: calc(100% - 58px);
  /* background: url(/image/Connection.png) no-repeat center center; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 26%;
}
@media(max-width:576px){
    .top-size[hash-class=headerHomephone-8361149240935429]{font-size:11.2px;width: 11.2px;}
    /* .banner img:nth-child(1) {
    content: url(/image/banner_small_540.jpg);
    } */
    /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/35e45b1178eecd24ed05890e1ce4ea3c.jpg);} */
}
@media(min-width:576px){
    .top-size[hash-class=headerHomephone-8361149240935429]{font-size:12.8px;width: 12.8px;}
     /* .banner img:nth-child(1) {
    content: url(/image/banner_small_540.jpg);
    } */
    /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/35e45b1178eecd24ed05890e1ce4ea3c.jpg);} */
}
@media(min-width:768px){
    .top-size[hash-class=headerHomephone-8361149240935429]{font-size:14.4px;width: 14.4px;}
    /* .banner img:nth-child(1) {
    content: url(/image/banner_small_720.jpg);
  } */
   /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/b6fc63aae031ba3b6a43cf987a515591.jpg);} */
}
@media(min-width:992px){

    .top-size[hash-class=headerHomephone-8361149240935429]{font-size:16px;width: 16px;}
    /* .banner img:nth-child(1) {
    content: url(/image/banner_small_960.jpg);
    } */
     /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/3a007ade54c11beae72cb45b52d73280.jpg);} */
}
@media(min-width:1200px){
    .top-size[hash-class=headerHomephone-8361149240935429] {font-size:17.6px;width: 17.6px;}
    /* .banner img:nth-child(1) {
    content: url(/image/tarbar.jpg);
  }  */
  /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/667d16b7c7d1b8204ccf6387bc26e26c.jpg);} */
}
@media (min-width: 1400px){
    .top-size[hash-class=headerHomephone-8361149240935429]{font-size:18.4px;width: 18.4px;}
}


@media (max-width:767px){
  .topBar .top-box[hash-class=headerHomephone-8361149240935429]{
    justify-content: space-between;
    min-height: auto;
  }
  .topBar .top-box .leftBox[hash-class=headerHomephone-8361149240935429]{
    padding-left: 10px;
    width: -webkit-max-content;
    width: max-content;
    flex-direction: column;
    align-items: flex-start;
  }
  .topBar .top-box .leftBox  .addressBox[hash-class=headerHomephone-8361149240935429]{
    padding: 0;
    margin-left: 0;
  }
  .topBar .top-box .leftBox  .addressBox2[hash-class=headerHomephone-8361149240935429]{
    padding: 0;
    margin-left: 0;
  }
  .topBar .top-box .leftBox  .clockImg[hash-class=headerHomephone-8361149240935429]{
    width: 10px;
  }
  .topBar .top-box .leftBox  .positioningImage[hash-class=headerHomephone-8361149240935429]{
    width: 12px;
  }
  .topBar .top-box .rightBox .innerBox[hash-class=headerHomephone-8361149240935429]{
    flex-direction: column-reverse;
  }
  .topBar .top-box .rightBox .innerBox  .countdownArea[hash-class=headerHomephone-8361149240935429]{
    margin-right: 0;
  }
  .topBar .top-box .rightBox .innerBox .languageRegion[hash-class=headerHomephone-8361149240935429]{
    margin-right: 0;
    min-width: 200px;
  }
  .topBar .top-box .rightBox .innerBox .searchBox .searchImg[hash-class=headerHomephone-8361149240935429]{
    width: 13px;
  }
  .topBar .top-box .rightBox .innerBox .lastDay .txt[hash-class=headerHomephone-8361149240935429]{
    padding: 0px 4.8px;
    border-radius: 1px;
  }
}

.w100[hash-class=homePhone-8361125717115908]{
    width:100%;
}
.h100[hash-class=homePhone-8361125717115908] {
    height: 100%;
}
[hash-class=homePhone-8361125717115908] .rc-container-v1-headerbuttom{
    position: relative;
}
.topBox[hash-class=homePhone-8361125717115908]{
    position: relative;
}
.topBox .bannerFontImg[hash-class=homePhone-8361125717115908]{
    position: absolute;
    height: 148px;
    /* top: calc((100% - 59rem) / 2);
     */
    top: calc((100%) / 2);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    transition:  height .5s  ;
}
/* 轮播图 */
.banner[hash-class=homePhone-8361125717115908]{
    height: 305px;
}
/* 快捷入口 */
.quickEntrance[hash-class=homePhone-8361125717115908]{
    padding: 32px 0;
    background-color: #fff;
}
.quickEntrance .item[hash-class=homePhone-8361125717115908]{
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}
.quickEntrance .item .inner-item[hash-class=homePhone-8361125717115908]{
    width: 80%;
      height: 54px;
    padding: 5.6px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom,#2BD0CE 0%,#55A2E7 100%);
    color: var(--font_c1);
    box-shadow: 2px 2px 1px 0px #c3c7cad4;
}
.quickEntrance .item .inner-item .txt-box[hash-class=homePhone-8361125717115908]{
    background-color: transparent;
    position: relative;
}
.quickEntrance .item .inner-item:hover .txt-box[hash-class=homePhone-8361125717115908]{
    background-color: #fff;
}
.quickEntrance .item .inner-item .img[hash-class=homePhone-8361125717115908]{
    height: 43px;
    width: auto;
    margin-right: 28px;
    margin-left: 14px;
    padding: 4px 0;
}
.quickEntrance .item .inner-item .txt[hash-class=homePhone-8361125717115908]{
    font-size: 24px;
    color: var(--font_c1);
    display: inline-block;
}
.quickEntrance .item .inner-item .activeImg[hash-class=homePhone-8361125717115908]{
    display: none;
}
.quickEntrance .item .inner-item:hover .activeImg[hash-class=homePhone-8361125717115908]{
    display: block;
}
.quickEntrance .item .inner-item:hover .normalImg[hash-class=homePhone-8361125717115908]{
    display: none;
}
.quickEntrance .item .inner-item:hover .txt[hash-class=homePhone-8361125717115908]{
    color: var(--title_c);
}

/* 卡片样式 */
.newCard .newCard-header[hash-class=homePhone-8361125717115908]{
    height: 55px;
    color: var(--font_c1);
    font-size: var(--title_s1);
    font-weight: 700;
    border: 0;
    background-color: var(--title_c);
    padding: .8px 16px;
    border-radius: 3px 3px 0 0;
}
.newCard .newCard-header .alink[hash-class=homePhone-8361125717115908],
.graphicModule .graphic-module-header  .alink[hash-class=homePhone-8361125717115908]
{
    font-size: 16px;
    font-weight: normal;
}

/* 新闻列表 */
.newList[hash-class=homePhone-8361125717115908]{
    padding: 0 16px;
}
.newList .item[hash-class=homePhone-8361125717115908]{
    padding: 25.6px 0;
    height: 127px;
    flex-wrap: nowrap;
    border-bottom: 1px dashed #ccc;
}
.newList .item:last-child[hash-class=homePhone-8361125717115908]{
    border-bottom: none;
}
.newList .item .time[hash-class=homePhone-8361125717115908]{
    padding-right: 16px;
    width: 64px;
    flex-direction: column;
}
.newList .item .time>span[hash-class=homePhone-8361125717115908]{
    color: var(--font_c1);
    width: 100%;
    font-size: 16px;
}
.newList .item .time>span:nth-child(1)[hash-class=homePhone-8361125717115908]{
    background: #000;
    padding: 8px 0;
    font-weight: 700;
}
.newList .item .time>span:nth-child(2)[hash-class=homePhone-8361125717115908]{
    background: var(--title_c);
    padding: 3.2px 0;
}
.newList .item .content[hash-class=homePhone-8361125717115908]{
    flex: 1 1 auto;
}
.newList .item .content .title[hash-class=homePhone-8361125717115908]{
    font-size: 19.2px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    color: #212529;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.newList .item .content:hover .title[hash-class=homePhone-8361125717115908]{
    color: var(--title_c);
}
.newList .item .content .info[hash-class=homePhone-8361125717115908]{
    font-size: 14.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 图文模块 */
.graphicModule[hash-class=homePhone-8361125717115908]{
    padding-top: 30px;
    background-color: #fff;
}
.graphicModule .graphic-module-header[hash-class=homePhone-8361125717115908]{
    height: 55px;
    color: #888;
}
.graphicModule .graphic-module-header .title-box[hash-class=homePhone-8361125717115908]{
    width: -webkit-max-content;
    width: max-content;
    padding: 0 24px;
    background-color: var(--title_c);
    color: var(--font_c1);
    font-size: var(--title_s1);
    font-weight: 700;
}
.graphicModule .item[hash-class=homePhone-8361125717115908]{
    padding: 16px;
}
.graphicModule .item .innerBox[hash-class=homePhone-8361125717115908]{
    position: relative;
    transition: all 1s ease ;
}

.graphicModule .item .img[hash-class=homePhone-8361125717115908]{
    width: 100%;
}
.graphicModule .item .font[hash-class=homePhone-8361125717115908]{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12.8px 16px;
    color: var(--font_c1);
    font-weight: 700;
    background-color: rgb(0 0 0 / 38%);
    font-size: 16px;
}

/* 外链nav */
.outside-chain-nav[hash-class=homePhone-8361125717115908]{
    border-bottom: 2px solid var(--title_c);
    background-color: #fff;
}
.outside-chain-nav .item[hash-class=homePhone-8361125717115908]{
    padding: 8px 16px;
    font-weight: 700;
    width: -webkit-max-content;
    width: max-content;
}
.outside-chain-nav .item .txt[hash-class=homePhone-8361125717115908]{
    font-size: var(--title_s1);
}
.outside-chain-nav .item.active[hash-class=homePhone-8361125717115908]{
     background-color: var(--title_c);
    color: var(--font_c1);
}
.outer-chain-box[hash-class=homePhone-8361125717115908]{
    background-color: #fff;
}
.outer-chain-box .partner-item[hash-class=homePhone-8361125717115908]{
    width: 166px;
    height: 65px;
    padding: 8px  1px;
    border: 1px solid #e0e0e0;
    margin: 10px 1.1%;
    text-align: center;
    background: #f5f5f5;
}
.outer-chain-box .partner-item .img[hash-class=homePhone-8361125717115908]{
    height: 45px;
    background-color: #fff;
    width: 100%;
}
.outer-chain-box .partner-item .inner-box[hash-class=homePhone-8361125717115908]{
    padding: 0 8px;
}

/* 新闻信息区域 */
.newsInformationArea .header_box[hash-class=homePhone-8361125717115908]{
    /* height: 110px; */
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}
.newsInformationArea .header_box .item[hash-class=homePhone-8361125717115908]{
    /* width: 157px;
    height: 64px; */
    width: -webkit-max-content;
    width: max-content;
    height: 30px;
}
.newsInformationArea .header_box .item.active[hash-class=homePhone-8361125717115908]{
    background-color: #0b65e4;
}

.newsInformationArea .header_box .item .txt[hash-class=homePhone-8361125717115908]{
    /* font-size: 24px; */
    font-size: 21px;
    letter-spacing: 2px;
    color: #333;
    position: relative;
}
.newsInformationArea .header_box.en .item .txt[hash-class=homePhone-8361125717115908]{
    letter-spacing: 0;
}
.newsInformationArea .header_box.fr .item .txt[hash-class=homePhone-8361125717115908]{
    letter-spacing: 0;
}
.newsInformationArea .header_box .item.active .txt[hash-class=homePhone-8361125717115908]{
    color: #fff;
}
.newsInformationArea .header_box .item.active .txt[hash-class=homePhone-8361125717115908]{
    /* color: #0b65e4; */
}
.newsInformationArea .header_box .item.active .txt[hash-class=homePhone-8361125717115908]::before{
    content: "";
    position: absolute;
    width: 40%;
    height: 4px;
    /* background-color: #0b65e4; */
    background-color: #fff;
    bottom: -5px;
    left: 50%;
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.newsInformationArea .header_box .moreBox .txt[hash-class=homePhone-8361125717115908]{
    color: #353535;
    font-size: 16px;
}
.newsInformationArea .newsBody[hash-class=homePhone-8361125717115908]{
    padding: 10px 20px;
    border-bottom: 1px solid #e1e1e1;
}
.newsInformationArea .newsBody .item[hash-class=homePhone-8361125717115908] {
    /* 第一次 */
    /* height: 76px; */
    /* 第二次 */
    padding: 8px 0;
    border-bottom: 1px solid #efefef;
}
.newsInformationArea .newsBody .item:last-child[hash-class=homePhone-8361125717115908]{
    border-bottom: none;
}
.newsInformationArea .newsBody .item .img1[hash-class=homePhone-8361125717115908]{
    width: 37px;
    height: auto;
    margin-right: 26px;
}
.newsInformationArea .newsBody .item .name[hash-class=homePhone-8361125717115908]{
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
}
.newsInformationArea .newsBody .item .intro[hash-class=homePhone-8361125717115908]{
    color: #b0b0b0;
    font-size: 16px;
}
.newsInformationArea .newsBody .item .dateBox[hash-class=homePhone-8361125717115908]{
    width: 102px;
    margin-left: 36px;
}
.newsInformationArea .newsBody .item .dateBox .txt[hash-class=homePhone-8361125717115908]{
    color: #555555;
    font-size: 16px;
}
/* 通知区域 */
.newsInformationArea .noticeBox[hash-class=homePhone-8361125717115908]{
    margin-top: 17px;
    background-color: #f7f7f7;
    height: 53px;
    padding-left: 22px;
    padding-right: 52px;
}
.newsInformationArea .noticeBox .img[hash-class=homePhone-8361125717115908]{
    width: 24px;
    height: auto;
}
.newsInformationArea .noticeBox .txt[hash-class=homePhone-8361125717115908]{
    font-size: 17px;
    color: #080808;
    margin-left: 8px;
}
.newsInformationArea .noticeBox .txt2[hash-class=homePhone-8361125717115908],
.newsInformationArea .noticeBox .noticeContentList .item .time[hash-class=homePhone-8361125717115908],
.newsInformationArea .noticeBox .noticeContentList .item .title[hash-class=homePhone-8361125717115908]{
    color: #717171;
    font-size: 15px;
    width: auto;
}
.newsInformationArea .noticeBox .middleContent[hash-class=homePhone-8361125717115908]{
     margin: 0 24px;
}
.newsInformationArea .noticeBox .verticleLine[hash-class=homePhone-8361125717115908]{
    height: 40px;
    width: 1px;
    background-color: #eeeeee;
    margin-left: 12px;
    margin-right: 12px;
}
@-webkit-keyframes scrollLeft{
    0%{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%{
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}
@keyframes scrollLeft{
    0%{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%{
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}
.newsInformationArea .noticeBox .scrolling-content[hash-class=homePhone-8361125717115908]{
     -webkit-animation: scrollLeft 10s linear infinite;
             animation: scrollLeft 10s linear infinite;
    /* overflow: hidden; */
}
.newsInformationArea .noticeBox .scrolling-content:hover[hash-class=homePhone-8361125717115908]{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.newsInformationArea .noticeBox .noticeContentList[hash-class=homePhone-8361125717115908]{
    flex-wrap: nowrap;
}
.newsInformationArea .noticeBox .noticeContentList .item[hash-class=homePhone-8361125717115908]{
    flex-shrink: 0;
    flex-wrap: nowrap;
    width: auto;
}
.newsInformationArea .noticeBox .noticeContentList .item .circleBox[hash-class=homePhone-8361125717115908]{
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #575757;
    margin-right: 4px;
}
.newsInformationArea .noticeBox .noticeContentList .item .time[hash-class=homePhone-8361125717115908]{
    margin-right: 36px;
}


/* 数字展厅 */
.digitalExhibitionHall[hash-class=homePhone-8361125717115908]{
    /* 第一次 */
    /* margin-top: 112px; */
    /* 第二次 */
    margin-top: 20px;
    /* margin-bottom: 20px; */
}
.digitalExhibitionHall .titleBox[hash-class=homePhone-8361125717115908]{
    margin-bottom: 40px;
}
.digitalExhibitionHall .titleBox .txt[hash-class=homePhone-8361125717115908],
.centreOfExcellence .contentBox .titleBox .txt[hash-class=homePhone-8361125717115908],
.BeijingHealthConference .titleBox .txt[hash-class=homePhone-8361125717115908]{
   font-size: 30px;
    color: #333333;
    position: relative;
    letter-spacing: 1px;
}  
.digitalExhibitionHall .titleBox .txt[hash-class=homePhone-8361125717115908]::before,
.centreOfExcellence .contentBox .titleBox .txt[hash-class=homePhone-8361125717115908]::before,
.BeijingHealthConference .titleBox .txt[hash-class=homePhone-8361125717115908]::before{
    position: absolute;
    content: "";
    width: 55.8px;
    height: 6px;
    background-color: #0b65e4;
    bottom: -8px;
    left: 50%;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* 卓越中心 */
.centreOfExcellence[hash-class=homePhone-8361125717115908]{
    position: relative;
}
.centreOfExcellence .centreOfExcellenceImg[hash-class=homePhone-8361125717115908]{
    height: 430px;
}
.centreOfExcellence .contentBox[hash-class=homePhone-8361125717115908]{
    position:absolute;
    bottom:0%;
}
.centreOfExcellence .contentBox .titleBox[hash-class=homePhone-8361125717115908]{
    margin-bottom:40px;
}
.centreOfExcellence .contentBox .tagList .item[hash-class=homePhone-8361125717115908]{
    width:349px;
    height:102px;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.centreOfExcellence .contentBox .tagList .item .img[hash-class=homePhone-8361125717115908]{
    width:100%;
    height:100%;
}
.centreOfExcellence .contentBox .tagList .item .textBox[hash-class=homePhone-8361125717115908]{
    position:absolute;
    width:100%;
    height:100%;
    padding:26px 0 0 18px;
}
.centreOfExcellence .contentBox .tagList .item .textBox .txt[hash-class=homePhone-8361125717115908],
.centreOfExcellence .contentBox .tagList .item .textBox .enText[hash-class=homePhone-8361125717115908]{
    color:#333333;
}
.centreOfExcellence .contentBox .tagList .item .textBox .txt[hash-class=homePhone-8361125717115908]{
    font-size:17px;
}
.centreOfExcellence .contentBox .tagList .item .textBox .enText[hash-class=homePhone-8361125717115908]{
    font-size:14px;
}

/* 北京健康大会 */
.BeijingHealthConference[hash-class=homePhone-8361125717115908]{
    /* 第一次 */
    /* margin-top:132px;  margin-bottom: 46px;*/
    /* 第二次 */
    /* margin-top:138px; */
    margin-bottom: 10px;
}
.BeijingHealthConference .titleBox[hash-class=homePhone-8361125717115908]{
    margin-bottom:40px;
}
.BeijingHealthConference .contentBox .item[hash-class=homePhone-8361125717115908]{
    position:relative;
    margin-bottom:22px;
}
.BeijingHealthConference .item .textBox[hash-class=homePhone-8361125717115908]{
    position:absolute;
    width:100%;
    height:100%;
}
.BeijingHealthConference .item .textBox .txt[hash-class=homePhone-8361125717115908]{
    color:#fff;
    font-size:18px;
    text-align: center;
}
.BeijingHealthConference .contentBox .l3[hash-class=homePhone-8361125717115908]{
    width:100%
}
.BeijingHealthConference .contentBox .l2[hash-class=homePhone-8361125717115908]{
    width:18.0%;
}
.BeijingHealthConference .contentBox .l27[hash-class=homePhone-8361125717115908]{
    width:100%;
}
.BeijingHealthConference .contentBox .l1[hash-class=homePhone-8361125717115908]{
    width:22%;
}

/* 相关链接 */
.relatedLink[hash-class=homePhone-8361125717115908]{
    background-color: #f6fbff;
    padding: 33px 30px 25px 30px;
    /* 第一次 */
    /* margin-bottom: 56px; */
    /* 第二次 */
    margin-bottom: 30px;
    margin-top: 20px;
}
.relatedLink .titleBox[hash-class=homePhone-8361125717115908]{
    margin-bottom: 46px;
}
.relatedLink .titleBox .txt[hash-class=homePhone-8361125717115908]{
    font-size: 30px;
     color: #333333;
    position: relative;
    letter-spacing: 1px;
}
.relatedLink .titleBox .txt[hash-class=homePhone-8361125717115908]::before{
    position: absolute;
    content: "";
    width: 55.8px;
    height: 6px;
    background-color: #0b65e4;
    bottom: -8px;
    left: 50%;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.relatedLink .classificationArea[hash-class=homePhone-8361125717115908]{
    margin-bottom: 36px;
}
.relatedLink .classificationArea .item[hash-class=homePhone-8361125717115908]{
    /* width: 163px; */
    /* padding: 0 34px; */
    width: 30%;
    height: 40px;
    border-radius: 10px;
    background-color: #e3eef9;
    color: #333333;
    font-size: 16px;
    /* margin-right: 21px; */
}
.relatedLink .classificationArea .item:last-child[hash-class=homePhone-8361125717115908]{
    margin-right: 0;
}
.relatedLink .classificationArea .item.active[hash-class=homePhone-8361125717115908]{
    background-color: #0b65e4;
    color: #fff;
}
.relatedLink .classificationArea .item .img[hash-class=homePhone-8361125717115908]{
    width: 18px;
    height: auto;
    margin-right: 9px;
}
.relatedLink .classificationArea .item .normalImg1[hash-class=homePhone-8361125717115908]{
    display: block;
}
.relatedLink .classificationArea .item .activeImg[hash-class=homePhone-8361125717115908]{
    display: none;
}
.relatedLink .classificationArea .item.active .normalImg1[hash-class=homePhone-8361125717115908]{
    display: none;
}
.relatedLink .classificationArea .item.active .activeImg[hash-class=homePhone-8361125717115908]{
    display: block;
}
.relatedLink .linkList .item[hash-class=homePhone-8361125717115908]{
    width: 100%;
    height: 62px;
    background-color: #fff;
    margin-bottom: 20px;
}
.relatedLink .linkList .item:nth-child(5n)[hash-class=homePhone-8361125717115908]{
    margin-right: 0;
}
.relatedLink .linkList .item .img[hash-class=homePhone-8361125717115908]{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer[hash-class=homePhone-8361125717115908]{
    border-top: 1px solid #ffffff;
}
@media (max-width:767px){
    .banner[hash-class=homePhone-8361125717115908]{
        height: auto;
    }
}
@media (min-width:768px){
    .quickEntrance .item[hash-class=homePhone-8361125717115908]{
        width: 50%;
    }
    .graphicModule .item .innerBox:hover[hash-class=homePhone-8361125717115908]{
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        box-shadow: 0 0 15px 2px var(--title_c);
        z-index: 2;
    }
}
@media (min-width:1200px){
    .quickEntrance .item[hash-class=homePhone-8361125717115908]{
        width: 25%;
        margin-bottom: 0;
    }
}

.newsInformationArea .header_box .item:hover .txt[hash-class=homePhone-8361125717115908] {
    color: white;
}

[hash-class=homePhone-8361125717115908] .menuList {
    height: 508px !important;
    overflow-y: scroll;
}

[hash-class=homePhone-8361125717115908] .menuList > .item {
    height: auto !important;
}

.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=jstree-2405851995662497] {
    line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.rc-expression-inner[hash-class=SideMenu-3712174150846631] {
    line-height: inherit;
}
.menu-icon > .rc-image[hash-class=MenuIconV-3712212809287882] {
    position: relative;
    top: 3px;
}[hash-class=SelectPicture-3797029778047687] .iconPopup .rc-upload .upload-left {
    position: unset;
}
[hash-class=SelectPicture-3797029778047687] .iconPopup .rc-upload .upload-left .rc-text-inner {
    color: #4592E3;
}
[hash-class=SelectPicture-3797029778047687] .iconPopup .rc-upload .down-Arrow {
    display: none;
}

.iconPopup .title[hash-class=SelectPicture-3797029778047687] {
    font-size: 14px;
    line-height: 18px;
}
.iconPopup .titleActive[hash-class=SelectPicture-3797029778047687] {
    border-bottom: 2px solid var(--theme-color,#5282FC);;
}
.iconPopup .iconItem[hash-class=SelectPicture-3797029778047687] {
    margin-left: 0;
    margin-right: 11.5px;
    margin-bottom: 12px;
    background-color: #B8B8B8;
    border-radius: 4px;
}
.iconPopup .iconItem:hover[hash-class=SelectPicture-3797029778047687] {
    background-color: var(--theme-color,#5282FC);
}
.iconPopup .iconItem:nth-child(7n)[hash-class=SelectPicture-3797029778047687] {
    margin-right: 0px;
}
.iconPopup .iconItem.activeItem[hash-class=SelectPicture-3797029778047687] {
    background-color: var(--theme-color,#5282FC);
}
[hash-class=SelectPicture-3797029778047687] .iconPopup::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.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=PermissionManage-2121572527549406] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=PermissionManage-2121572527549406] {
    line-height: inherit;
}
[hash-class=PermissionManage-2121572527549406] .rc-dropdown .options{
    max-height: 150px !important;
}

.rc-table .rc-row.group:hover[hash-class=PermissionManage-2121572527549406] {
   border-left: 2px solid var(--primary,#4592e4);
}
.rc-table.qz .table-index-style[hash-class=PermissionManage-2121572527549406] {
    border-left: 0;
}
.rc-header-cell.qz:last-child[hash-class=PermissionManage-2121572527549406] {
    border-right: 0;
}
.rc-row-cell.qz:last-child[hash-class=PermissionManage-2121572527549406] {
    border-right: 0;
}
.rc-table.qz >.rc-header-row.qz[hash-class=PermissionManage-2121572527549406]{
    height: 40px;
}
.rc-table.qz .rc-row.qz[hash-class=PermissionManage-2121572527549406]{
    height: 40px;
} 
.rc-table .table-index-style[hash-class=PermissionManage-2121572527549406]{
     height: 40px !important;
    min-height: 40px !important; 
}
.rc-table.qz.table-index-style[hash-class=PermissionManage-2121572527549406] {
    height: 40px !important;
    min-height: 40px !important;
} 

/* 表格成员 */
.rc-table.qzcy .table-index-style[hash-class=PermissionManage-2121572527549406] {
    border-left: 0;
}

.rc-header-cell.qzcy:last-child[hash-class=PermissionManage-2121572527549406] {
    border-right: 0;
}

.rc-row-cell.qqzcyz:last-child[hash-class=PermissionManage-2121572527549406] {
    border-right: 0;
}
.rc-table.qzcy >.rc-header-row.qzcy[hash-class=PermissionManage-2121572527549406]{
    height: 40px;
}
.rc-table.qzcy .rc-row.qzcy[hash-class=PermissionManage-2121572527549406]{
    height: 40px;
} 
.rc-table .table-index-style[hash-class=PermissionManage-2121572527549406]{
    height: 40px !important;
    min-height: 40px !important; 
}
.rc-table.qzcy.table-index-style[hash-class=PermissionManage-2121572527549406] {
    height: 40px !important;
    min-height: 40px !important;
} 
#elementId[hash-class=PermissionManage-2121572527549406]{
    width: 100% !important;
    background-color :#fff !important; 
}
/* #elementId>.jstree-default .jstree-wholerow-clicked,ul,li {
    background-color :#fff !important;
} */

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked[hash-class=PermissionManage-2121572527549406] {
    background-color: #fff !important;
}
.rc-text[hash-class=DepartmentManage-2410481004987627] {
    line-height: 30px;
}

.rc-text-inner[hash-class=DepartmentManage-2410481004987627] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=DepartmentManage-2410481004987627] {
    line-height: inherit;
}
.rc-link.active[hash-class=DepartmentManage-2410481004987627]{
    border-bottom: 2px solid var(--theme-color,#62a8f2) !important;
}
.rc-link.active[hash-class=DepartmentManage-2410481004987627]{
    border-bottom: 2px solid var(--theme-color,#62a8f2) !important;
}

.rc-table.gw .table-index-style[hash-class=DepartmentManage-2410481004987627] {
    border-left: 0;
}
/* 影藏添加按钮 */
.rc-container.zzjg>.rc-block > :first-child[hash-class=DepartmentManage-2410481004987627] {
    display: none !important;
}

.rc-header-cell.gw:last-child[hash-class=DepartmentManage-2410481004987627] {
    border-right: 0;
}

.rc-row-cell.gw:last-child[hash-class=DepartmentManage-2410481004987627] {
    border-right: 0;
}
.rc-table.gw >.rc-header-row.post[hash-class=DepartmentManage-2410481004987627]{
    height: 40px;
}
.rc-table.gw .rc-row.post[hash-class=DepartmentManage-2410481004987627]{
    height: 40px;
}
.rc-table .table-index-style[hash-class=DepartmentManage-2410481004987627]{
    height: 40px !important;
    min-height: 40px !important; 
}
.rc-table.gw.table-index-style[hash-class=DepartmentManage-2410481004987627] {
    height: 40px !important;
    min-height: 40px !important;
} 

.cancelBtn[hash-class=DepartmentManage-2410481004987627]{
     margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 25px;
    background-color: white;
    font-size: 17px;
    /* color: #fff; */
    box-shadow: none;
    font-weight: 400;
    outline: 0;
    border-radius: 10px 10px 10px;
    border: 1px solid var(--theme-color);
}
.cancelBtn .btnTxt[hash-class=DepartmentManage-2410481004987627]{
    color: var(--theme-color);
}
.rc-text[hash-class=UserList-2408766401036986] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=UserList-2408766401036986] {
    line-height: inherit;
}
.rc-page wh100p[hash-class=UserList-2408766401036986]{
    padding-left: 5px;
}
.rc-text[hash-class=EditUserForm-2454533748982401] {
    line-height: 30px;
}

.rc-text-inner[hash-class=EditUserForm-2454533748982401] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=EditUserForm-2454533748982401] {
    line-height: inherit;
}
.rc-form[hash-class=EditUserForm-2454533748982401]{
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #232323;
}
.rc-input[hash-class=EditUserForm-2454533748982401]{
    border-radius: 5px !important;
}
/* .rc-container{
text-align: center;
vertical-align: middle;
} */
.rc-dropdown[hash-class=EditUserForm-2454533748982401] {
    border-radius: 5px;
    height: 30px;
}
[hash-class=EditUserForm-2454533748982401] .rc-dropdown .current{
    background-color: transparent;
    height: 80%;
}

.closeButton[hash-class=EditUserForm-2454533748982401]{
     margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
    width: 108px;
    height: 30px;
    font-size: 17px;
    box-shadow: none;
    font-weight: 400;
    /* border: none; */
    outline: 0;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
    border: 1px solid  var(--theme-color);
}
.closeButton .btnTxt[hash-class=EditUserForm-2454533748982401]{
     color: var(--theme-color);
}
.inputW[hash-class=EditUserForm-2454533748982401]{
    width: 2.23rem;
}
.labelW[hash-class=EditUserForm-2454533748982401]{
    width: .9rem;
    white-space: nowrap;
}
.boxW[hash-class=EditUserForm-2454533748982401]{
    width: 3.38rem;
}
[hash-class=EditUserForm-2454533748982401] .margin-left-1{
    margin-left: 0.32rem;
}.sBox[hash-class=changePassowrd-4980571514111234]{
     flex-shrink: 0;
    width: 60px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    background: rgba(242, 241, 239, 1);
}
.navigation-container[hash-class=MainPage-3712170030663843] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background-color: var(--theme-color);
    box-sizing: border-box;
}
.navigation-left[hash-class=MainPage-3712170030663843] {
    width: -webkit-max-content;
    width: max-content;
    min-width: 170px;
    display: flex;
    align-items: center;
    align-content: center;
}
.rc-text[hash-class=MainPage-3712170030663843] {
    line-height: 30px;
}

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

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

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


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

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


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

:deep(.render-ul li) {
    background: #212E51;
}
:deep(.render-ul li:hover) {
    background-color: #3B4D84;
    color: #fff;
}
:deep(.render-ul .hasChild:after) {
    border-left: 5px solid #9AA3BB;
} 
*/
[hash-class=MainPage-3712170030663843] .tabs .tabs-container{
    width: 125px;
    padding: 0 25px;
}
[hash-class=MainPage-3712170030663843]  .tabs .tabs-container .rc-expression .rc-expression-inner{
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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=LoginHome-2058752392372330] {
    line-height: 30px;
}

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

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

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

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

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

[hash-class=MenuManage-2091643962273199] .rc-html.jstree {
    height: calc(100% - 60px) !important;
}
[hash-class=userLogList-5015400210352129] #rc-2182643717505278_rc-5015400226670592{
    display: none;
}
[hash-class=userLogList-5015400210352129] #rc-2182644497580284_rc-5015400226670592{
    display: none;
}.rightBox .line[hash-class=query-6209732765814016]{
  height: 1px;
  background-color: #dddede;
}
.rightBox .box_content[hash-class=query-6209732765814016]{
  padding: 0 24px;
}
.rightBox .box_content .search_box .input[hash-class=query-6209732765814016]{
  height: 48px;
  flex: 1;
  border-radius: 3px 0 0 3px;
}
.f18[hash-class=query-6209732765814016]{
  font-size: 18px;
}
.rightBox .box_content .search_box .btn[hash-class=query-6209732765814016]{
  height: 48px;
  width: 74px;
  border-radius: 0 3px 3px 0;
}
.rightBox .box_content .resultBox[hash-class=query-6209732765814016]{
  padding-left: 12px;
  padding-right: 12px;
  color: #212529;
  font-size: 16px;
  border-bottom:  1px solid #eeeeee;
}
.rightBox .box_content .resultBox .num[hash-class=query-6209732765814016]{
  color: red;
}

.rightBox .box_content .searchList .item[hash-class=query-6209732765814016]{
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #ccc;
  padding: 25.6px  8px ;
  position: relative;
}
.rightBox .box_content .searchList .item .txt[hash-class=query-6209732765814016]{
  max-width: 70%;
  font-weight: 700;
  font-size: 19.2px;
  color: #333; 
}
.rightBox .box_content .searchList .item .txt:hover[hash-class=query-6209732765814016]{
  color: var(--title_c);
}
.rightBox .box_content .searchList .item .time[hash-class=query-6209732765814016]{
  color: #212529;
  font-size: 16px;
}
.rightBox .box_content .searchList .item .belong[hash-class=query-6209732765814016]{
  position: absolute;
  font-size: 14.4px;
  color: rgb(0 0 0 /33%);
  bottom: 3.2px;
  left: 8px;
}.rc-block[hash-class=rcHeader-6011686802950528]{
 font-family: var(--bs-font-sans-serif);
}
.rc-expression-countdown[hash-class=rcHeader-6011686802950528]{
  font-size: 20rem;
  background-color: #fff;
  padding: 2px 3px;
  border-radius: 4px;
  color: initial;
  margin: 0 3px;
}
.sskBox[hash-class=rcHeader-6011686802950528]{
  position: relative;
}
.sskBox .ssk[hash-class=rcHeader-6011686802950528] {
  /* display: none; */
  height: 80rem;
  width: 280rem;
  position: absolute;
  background-color: white;
  border-radius: 5rem;
  top: 38rem;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.5s ease;
}

.sskBox .ssk[hash-class=rcHeader-6011686802950528]::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white;
}

.sskBox:hover .ssk[hash-class=rcHeader-6011686802950528] {
  display: flex;
  opacity: 1;
   pointer-events: auto;
  z-index: 0;
}
.f18[hash-class=rcHeader-6011686802950528]{
  font-size: 18.4px;
}

@media (min-width: 576px){
  .f18[hash-class=rcHeader-6011686802950528] {
    font-size: 11.2px;
  }
}
@media (min-width: 768px){
  .f18[hash-class=rcHeader-6011686802950528] {
    font-size: 14.4px;
  }
}
@media (min-width: 992px){
  .f18[hash-class=rcHeader-6011686802950528] {
    font-size: 16px;
  }
}
@media (min-width: 1200px){
  .f18[hash-class=rcHeader-6011686802950528] {
    font-size: 17.6px;
  }
}
@media (min-width: 1400px){
  .f18[hash-class=rcHeader-6011686802950528] {
    font-size: 18.4px;
  }
}

.rc-text[hash-class=normalCarouselNew-3214238509051824] {
    line-height: 30px;
}

.rc-text-inner[hash-class=normalCarouselNew-3214238509051824] {
    line-height: inherit;
}

.rc-expression-inner[hash-class=normalCarouselNew-3214238509051824] {
    line-height: inherit;
}
.swiper[hash-class=normalCarouselNew-3214238509051824]{
  display: flex;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-slide{
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/** pagenation **/
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-pagination{
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 10px 0px;
  justify-content: center;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  margin-left: 10px;
  cursor: pointer;
  background-color: #142e4e;
  /* border: 2px solid #fff; */
  border-radius: 50%;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-pagination-bullet-active{
  background-color: #fff;
  width: 25px;
  border-radius: 20%;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-slide>.swiper-info{
  /* width: 100%;
  height: 0.74rem;
  background: linear-gradient(90deg,transparent,rgba(0,0,0,.4) 20%,rgba(0,0,0,.4) 75%,transparent);
  border-radius: 2px;
  color: #fff;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center */
  position: absolute;
  bottom: 10%;
  left: 5%;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-slide>.swiper-info  .infoTxtBox{
  background: rgb(0 0 0 / 41%);
  padding: 4.8px 8px;
  margin-bottom: 8px;
  width: -webkit-max-content;
  width: max-content;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-slide>.swiper-info  .infoTxtBox span{
  font-size: 16px;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-slide>.swiper-info  .titleBox{
 width: -webkit-max-content;
 width: max-content;
  background: var(--title_c);
  padding: 4.8px 8px;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-slide>.swiper-info  .titleBox span{
  font-size: 32px;
}
[hash-class=normalCarouselNew-3214238509051824] .normal-swiper-slide .swiper-info span{
  /* font-size: .26rem;
  line-height: .74rem;
  text-align: center; */
  color: #fff;
}
/** navigation **/
[hash-class=normalCarouselNew-3214238509051824] .carousel-navigation{
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: rgba(31,45,61,.11);
    opacity: 0.6;
    display: flex;
    place-content: center;
    align-items: center;
    position: absolute;
    color: white;
    cursor: pointer;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
[hash-class=normalCarouselNew-3214238509051824] .carousel-navigation .rc-icon{
  font-size: 12px !important;
}
[hash-class=normalCarouselNew-3214238509051824] .carousel-navigation i{
  font-size: 44px !important;
  color: var(--title_c);
}
[hash-class=normalCarouselNew-3214238509051824] .carousel-navigation:hover{
  background: rgba(31,45,61,.3);
}
[hash-class=normalCarouselNew-3214238509051824] .carousel-navigation-left{
    bottom: 50%;
    left: 26px;
}
[hash-class=normalCarouselNew-3214238509051824] .carousel-navigation-right{
    bottom: 50%;
    right: 26px;
}.footer[hash-class=rcFooter-6096621922723200]{
  background-color: #333;
}
.footer-header[hash-class=rcFooter-6096621922723200]{
  font-size: 24px;
  font-weight: 700;
  color: var(--font_c1);
  padding: 8px 16px;
}
.list-box .item[hash-class=rcFooter-6096621922723200],
.contactInformationList .item[hash-class=rcFooter-6096621922723200]{
  padding: 8px 16px;
  font-size: 20.8px;
}
.list-box .item .alink[hash-class=rcFooter-6096621922723200]{
  font-size: 20.8px;
  color: var(--font_c1);
}
.contactInformationList .item .info[hash-class=rcFooter-6096621922723200]{
  font-size: 20.8px;
  color: #ccc;
}
.contactInformationList .item .bTxt[hash-class=rcFooter-6096621922723200]{
  font-size: 16px;
  color: #ccc;
}
.contactInformationList .item .bTxt[hash-class=rcFooter-6096621922723200]{
  color: var(--font_c1);
  font-weight: bold;
}
.figure[hash-class=rcFooter-6096621922723200]{
  max-width: 56%;
    min-width: 152px;
}
.figure .img[hash-class=rcFooter-6096621922723200]{
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.figure .figure-caption[hash-class=rcFooter-6096621922723200]{
  margin-top: 4px;
  color: var(--font_c1);
  font-size: 14px;
}

/* 备案区域 */
.filingArea[hash-class=rcFooter-6096621922723200]{
  background-color: #222;
}
.filingArea .txt[hash-class=rcFooter-6096621922723200]{
  color: #ccc;
  font-size: 14px;
}.breadCrumb[hash-class=breadCrumb-6107676140119808]{
    background-color: #fff;
    padding:12px 24px  12px  0;
}
.breadCrumb .breadcrumb-item[hash-class=breadCrumb-6107676140119808]{
    position: relative;
}
.breadCrumb .breadcrumb-item .txt[hash-class=breadCrumb-6107676140119808]{
    font-size: 16px;
    color: #212529;
}
.breadCrumb .breadcrumb-item .firstTxt[hash-class=breadCrumb-6107676140119808]{
    color: #0d6efd
}
.breadCrumb .breadcrumb-item .lastTxt[hash-class=breadCrumb-6107676140119808]{
    color: #6c757d;
}
.breadCrumb .breadcrumb-item[hash-class=breadCrumb-6107676140119808]::before{
    float: left;
    padding: 0 8px;
    color: #6c757d;
    content: "/";
    font-size: 16px;
}
.breadCrumb .breadcrumb-item:first-child[hash-class=breadCrumb-6107676140119808]::before{
    display: none;
}.leftMenuBox .leftMenuHeader[hash-class=leftMenuBlock-6130766269162112]{
    height: 55px;
    background-color: var(--title_c);
    padding: 8px 16px;
    border-radius: 4px 4px 0 0;
}
.leftMenuBox .leftMenuHeader .txt[hash-class=leftMenuBlock-6130766269162112]{
    color: var(--font_c1);
    font-size: var(--title_s1);
    font-weight: 700;
}

.sideMenuList .item .innerBox[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item .childList .childListItem[hash-class=leftMenuBlock-6130766269162112]{
    background-color: #eee;
    margin-top: 2px;
    border-bottom: 1px solid #ddd;
    padding: 12px 0 12px 32px;
    transition: all 300ms ease-out;
}
.sideMenuList .item .innerBox .txt[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item .childList .childListItem .txt2[hash-class=leftMenuBlock-6130766269162112]
{
    color: #212529;
    /* text-transform: uppercase; */
     transition: all 300ms ease-out;
     font-size: 16px;
}
.sideMenuList .item .innerBox .rightIcon[hash-class=leftMenuBlock-6130766269162112]{
    color: #212529;
    font-weight: bold;
    margin-left: 7px;
    font-size: 10px;
    margin-top: 3px;
}
.sideMenuList .item .innerBox:hover[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item.active .innerBox[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item .childList .childListItem:hover[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item .childList .childListItem.active[hash-class=leftMenuBlock-6130766269162112]
{
    background-color: #71b3f5;
}
.sideMenuList .item .innerBox:hover .txt[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item .innerBox:hover .rightIcon[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item .childList .childListItem:hover .txt2[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item.active .innerBox .txt[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item.active .innerBox .rightIcon[hash-class=leftMenuBlock-6130766269162112],
.sideMenuList .item .childList .childListItem.active .txt2[hash-class=leftMenuBlock-6130766269162112]
{
    color: #fff;
}

/* 三级 */
.sideMenuList .item .childList[hash-class=leftMenuBlock-6130766269162112] {
    padding-left: 16px;
    background-color: #eee;
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
}


/* 三级 */
.sideMenuList .item .childList .secondChildList[hash-class=leftMenuBlock-6130766269162112] {
    padding-left: 32px;
    background-color: #eee;
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
}.shareBox .item[hash-class=shareBox-6141905344310784]{
    padding-left: 17px;
    height: 16px;
    background-repeat: no-repeat;
    margin: 6px 6px 6px 0;
    background-image: url(/image/icons_0_16.png);
}
.shareBox .item:nth-child(1)[hash-class=shareBox-6141905344310784]{
    background-position: 0 -1612px;
}
.shareBox .item:nth-child(2)[hash-class=shareBox-6141905344310784]{
    background-position: 0 -104px;
}
.shareBox .item:nth-child(3)[hash-class=shareBox-6141905344310784]{
    background-position: 0 -1664px;
}.jcfe[hash-class=paginationV1-6281978803382784]{
  justify-content: flex-end;
}
.preTxt[hash-class=paginationV1-6281978803382784],
.nextTxt[hash-class=paginationV1-6281978803382784]{
  color: #0d6efd;
  font-size: 16px;
  cursor: pointer;
}
.preTxt[hash-class=paginationV1-6281978803382784]{
  margin-right: 8px;
}
.nextTxt[hash-class=paginationV1-6281978803382784]{
  margin-left: 8px;
}
.txt[hash-class=paginationV1-6281978803382784]{
  font-weight: bold;
  color: #212529;
  font-size: 16px;
}.contentBox[hash-class=articlePage-6107970270471936]{
  background-color: #fff;  
}
.rightBox[hash-class=articlePage-6107970270471936]{
  height:50vh;
  overflow: visible;
}
.rightBox::-webkit-scrollbar[hash-class=articlePage-6107970270471936] {
  display: none; /* 对于 Chrome, Safari 和 Opera 隐藏滚动条 */
}

.rightBox[hash-class=articlePage-6107970270471936] {
  overflow: auto; /* 保持可滚动 */
  /*scrollbar-width: none; /* 对于 Firefox 隐藏滚动条 */
}

.rightBox .line[hash-class=articlePage-6107970270471936]{
  height: 1px;
  background-color: #dddede;
}
.rightBox .titleBox[hash-class=articlePage-6107970270471936]{
  margin: 48px 0;
}
.rightBox .titleBox .txt[hash-class=articlePage-6107970270471936]{
  font-size: 25.6px;
  font-weight: 700;
}

/* 引导入口 */
.guide-box[hash-class=articlePage-6107970270471936]{
  border: 1px solid rgb(0 0 0 / 8%);
  padding: 16px;
  background-color: rgb(0 0 0 / 3%);
}
.guide-box .title[hash-class=articlePage-6107970270471936]{
  font-size: 17.6px;
  color: var(--title_c);
  font-weight: 700;
  margin-bottom: 9.6px;
}
.guide-box .subTitle[hash-class=articlePage-6107970270471936]{
  font-size: 16px;
  color: var(--title_c);
  font-weight: 700;
  margin-bottom: 12.8px;
}
.guide-box .btnBox[hash-class=articlePage-6107970270471936]{
  height: 54px;
  padding: 5.6px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(to bottom,#2BD0CE 0%,#55A2E7 100%);
  color: var(--font_c1);
  box-shadow: 2px 2px 1px 0px #c3c7cad4;
}
.guide-box .btnBox .innerBox[hash-class=articlePage-6107970270471936]{
  background-color: transparent;
}
.guide-box .btnBox:hover .innerBox[hash-class=articlePage-6107970270471936]{
  background-color: #fff;
}
.guide-box .btnBox .txt[hash-class=articlePage-6107970270471936]{
  font-size: 22.4px;
  margin-left: 14px;
}
.guide-box .btnBox .img[hash-class=articlePage-6107970270471936]{
  height: 34px;
  width: auto;
  margin-left: 14px;
}
.guide-box .btnBox .activeImg[hash-class=articlePage-6107970270471936]{
  display: none;
}
.guide-box .btnBox:hover .normalImg[hash-class=articlePage-6107970270471936]{
  display: none;
}
.guide-box .btnBox:hover .activeImg[hash-class=articlePage-6107970270471936]{
  display: block;
}
.guide-box .btnBox:hover .txt[hash-class=articlePage-6107970270471936]{
  color: var(--title_c);
}
/* 列表页 */
.listBox .item[hash-class=articlePage-6107970270471936]{
  padding: 25.6px 8px;
  border-color: #ccc;
  border-style: dashed;
  border-width: 0 0 1px 0;
}
.listBox .item .titleTxt[hash-class=articlePage-6107970270471936]{
  font-weight: 700;
  color: #333;
  font-size: 19.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listBox .item .time[hash-class=articlePage-6107970270471936]{
  font-size: 16px;
  color: #212529;
}
.listBox .item:hover .titleTxt[hash-class=articlePage-6107970270471936]{
  color: var(--title_c);
}
.listBox[hash-class=articlePage-6107970270471936]{
  margin-bottom: 10px;
}
[hash-class=articlePage-6107970270471936] .innerHTML img{
  max-width: 100%;
}
[hash-class=articlePage-6107970270471936] .innerHTML  span{
  font-size: inherit;
}

.DynamicBox[hash-class=articlePage-6107970270471936] {
  align-content: center;
  flex-direction: column;
}.footer[hash-class=footer_new_2-6531981822451723]{
  background-color: #fff;
}
.jcsa[hash-class=footer_new_2-6531981822451723]{
  justify-content: space-around;
}
.jc[hash-class=footer_new_2-6531981822451723]{
  justify-content: center;
}
.column[hash-class=footer_new_2-6531981822451723]{
  flex-direction: column;
}
.widthAuto[hash-class=footer_new_2-6531981822451723]{
  width: auto;
}
.noWrap[hash-class=footer_new_2-6531981822451723]{
  flex-wrap: nowrap;
}
.footer-header[hash-class=footer_new_2-6531981822451723]{
  font-size: 18px;
  color: #333333;
  /* padding: 0px 16px 27px 16px; */
}
.list-box .item[hash-class=footer_new_2-6531981822451723],
.contactInformationList .item[hash-class=footer_new_2-6531981822451723]{
  padding: 0 16px;
    margin-bottom: 8px;
}
.list-box .item .alink[hash-class=footer_new_2-6531981822451723]{
  font-size: 15px;
    color: #656565;
}
.contactInformationList .item .info[hash-class=footer_new_2-6531981822451723],
.contactInformationList .item .bTxt[hash-class=footer_new_2-6531981822451723],
.filingArea .txt[hash-class=footer_new_2-6531981822451723],
.figure .figure-caption[hash-class=footer_new_2-6531981822451723]{
  font-size: 15px;
  color: #656565;
}
.figure[hash-class=footer_new_2-6531981822451723]{
  /* max-width: 56%;
    min-width: 152px; */
}
.figure .img[hash-class=footer_new_2-6531981822451723]{
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.figure .figure-caption[hash-class=footer_new_2-6531981822451723]{
  margin-top: 4px;
}

/* 备案区域 */
.filingArea[hash-class=footer_new_2-6531981822451723]{
  background-color: #fff;
}
.aboutUs[hash-class=footer_new_2-6531981822451723]{
  /* margin-right: 56px; */
}
.followUs[hash-class=footer_new_2-6531981822451723]{
  justify-self: flex-end;
}
.user_slide[hash-class=footer_new_2-6531981822451723]{
  position: fixed;
  right: 38px;
  bottom: 20%;
  width: -webkit-max-content;
  width: max-content;
  /* width: 86px; */
  padding: 10px 16px;
  /* height: 223px; */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  background: #fff;
    z-index: 10000;
}
.user_slide .item[hash-class=footer_new_2-6531981822451723]{
  width: 60px;
  /* height: 76px; */
  padding: 16px 0;
  border-bottom: 1px solid #e8eaed;
  position: relative;
}
.user_slide .item:last-child[hash-class=footer_new_2-6531981822451723]{
  border-bottom: none;
}

.user_slide .item .img[hash-class=footer_new_2-6531981822451723]{
  width: 27px;
  height: 24px;
  margin-bottom: 8px;
}
.user_slide .item .txt[hash-class=footer_new_2-6531981822451723]{
  font-size: 14px;
    color: #414141;
    letter-spacing: 1px;
}
.user_slide .item .ewm_box[hash-class=footer_new_2-6531981822451723]{
  position: absolute;
  width: 186px;
  /* height: 186px; */
  border-radius: 5px;
  padding: 10px 27px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  background-color: #fff;
  display: none;
  left: -225px;
  top: 0;
  overflow: hidden;
}
.user_slide .item:hover .ewm_box[hash-class=footer_new_2-6531981822451723]{
  display: flex;
}
.user_slide .item .ewm_box .img_box[hash-class=footer_new_2-6531981822451723]{
  border-top: 1px solid #f9faf8;
}
.user_slide .item .ewm_box .img_box .img[hash-class=footer_new_2-6531981822451723]{
  width: 100%;
  height: auto;
}
/* 联系方式 */
.informationArea .smallTitle[hash-class=footer_new_2-6531981822451723]{
  margin-left: 20px;
}
.informationArea .smallTitle .bTxt[hash-class=footer_new_2-6531981822451723]{
  font-size: 18px;
}
@media (max-width:767px){
  /* 用户提示条 */
  .user_slide[hash-class=footer_new_2-6531981822451723]{
    display: none;
  }
  .footer-main-box[hash-class=footer_new_2-6531981822451723]{
    flex-direction: column-reverse;
  } 
  .footer-main-box>div[hash-class=footer_new_2-6531981822451723],
  .footer-main-box .followUs>div[hash-class=footer_new_2-6531981822451723],
  .footer-main-box .followUs .figure[hash-class=footer_new_2-6531981822451723]{
    width: 100%;
  }
  .footer-main-box .followUs .footer-header[hash-class=footer_new_2-6531981822451723]{
    display: none;
  }
  .footer-main-box .followUs .figure .img[hash-class=footer_new_2-6531981822451723]{
    margin: 0 auto;
  }
  .aboutUs[hash-class=footer_new_2-6531981822451723]{
    display: none;
  }
  .informationArea .footer-header[hash-class=footer_new_2-6531981822451723]{
    font-weight: bold;
    padding-bottom: 10px;
  }
}

.user_slide_desc[hash-class=footer_new_2-6531981822451723] {
  display: none !important;
}/* 头部区域 */
.topBar[hash-class=headerHome-6102251537901698]{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.topBar .top-box[hash-class=headerHome-6102251537901698]{
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  min-height: 58px;
  padding-top: 6px;
  padding-bottom: 6px;
  /* background-color: #000; */
}
.top-box .addressBox1[hash-class=headerHome-6102251537901698]{
  margin-left: 5%;
}
.top-box .addressBox2[hash-class=headerHome-6102251537901698]{
  margin-left: 12%;
}
.top-box .languageRegion[hash-class=headerHome-6102251537901698]{
  min-width: 230px;
  margin-right: 4%;
}
.top-box .languageRegion.en[hash-class=headerHome-6102251537901698]{
  min-width: 260px;
}
.top-box .languageRegion.fr[hash-class=headerHome-6102251537901698]{
  min-width: 310px;
}
.top-box .countdownArea[hash-class=headerHome-6102251537901698]{
  margin-right: 15%;
}
.top-box .timeBox[hash-class=headerHome-6102251537901698],
.top-box .addressBox[hash-class=headerHome-6102251537901698],
.top-box .rignt-box-item[hash-class=headerHome-6102251537901698]
{
  padding: 0 12px ;
}
.top-box .top-size[hash-class=headerHome-6102251537901698]{
  color: var(--font_c1);
  width: auto;
}
.top-box .top-icon[hash-class=headerHome-6102251537901698]{
  margin-right: 5px;
}
.lastDay .txt[hash-class=headerHome-6102251537901698]{
  background-color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  color: initial;
  margin: 0 3px;
}
/* 搜索框 */
.searchBox[hash-class=headerHome-6102251537901698]{
  position: relative;
}
.searchBox .img[hash-class=headerHome-6102251537901698]{
  margin-right: 5px;
}
.searchBox .search-input-box[hash-class=headerHome-6102251537901698]{
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px);
  width: 272px;
  height: 70px;
  background-color: #fff;
  border-radius: 4.8px;
  border: 1px solid rgba(0, 0, 0,.2);
  display: none;
}
.searchBox:hover .search-input-box[hash-class=headerHome-6102251537901698]{
  display: flex;
}
.searchBox .search-input-box[hash-class=headerHome-6102251537901698]::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 16px 16px 16px;
  border-color: red transparent white transparent;
  top: -8px;
}
.searchBox .search-input-box .img2[hash-class=headerHome-6102251537901698]{
  position: absolute;
  right: 20px;
}
.searchBox .search-input-box .input[hash-class=headerHome-6102251537901698]{
  width: 240px;
  height: 37px;
  color: #212529;
}
.mr-5[hash-class=headerHome-6102251537901698]{
  margin-right: 6%;
}
.banner img:nth-child(1)[hash-class=headerHome-6102251537901698]{
  position: absolute;
  width: 100%;
  z-index: -1;
}
.banner img:nth-child(2)[hash-class=headerHome-6102251537901698]{
  display: block;
  width: 100%;
  transition:  height .6s ease-in-out;
}
/* 字体 */
.bannerFloat[hash-class=headerHome-6102251537901698]{
  height: calc(100% - 58px);
  /* background: url(/image/Connection.png) no-repeat center center; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 26%;
}
@media(max-width:576px){
    .top-size[hash-class=headerHome-6102251537901698]{font-size:11.2px;width: 11.2px;}
    /* .banner img:nth-child(1) {
    content: url(/image/banner_small_540.jpg);
    } */
    /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/35e45b1178eecd24ed05890e1ce4ea3c.jpg);} */
}
@media(min-width:576px){
    .top-size[hash-class=headerHome-6102251537901698]{font-size:12.8px;width: 12.8px;}
     /* .banner img:nth-child(1) {
    content: url(/image/banner_small_540.jpg);
    } */
    /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/35e45b1178eecd24ed05890e1ce4ea3c.jpg);} */
}
@media(min-width:768px){
    .top-size[hash-class=headerHome-6102251537901698]{font-size:14.4px;width: 14.4px;}
    /* .banner img:nth-child(1) {
    content: url(/image/banner_small_720.jpg);
  } */
   /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/b6fc63aae031ba3b6a43cf987a515591.jpg);} */
}
@media(min-width:992px){

    .top-size[hash-class=headerHome-6102251537901698]{font-size:16px;width: 16px;}
    /* .banner img:nth-child(1) {
    content: url(/image/banner_small_960.jpg);
    } */
     /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/3a007ade54c11beae72cb45b52d73280.jpg);} */
}
@media(min-width:1200px){
    .top-size[hash-class=headerHome-6102251537901698] {font-size:17.6px;width: 17.6px;}
    /* .banner img:nth-child(1) {
    content: url(/image/tarbar.jpg);
  }  */
  /* .banner img:nth-child(2){content: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/wjwylz/ylzzy/images/667d16b7c7d1b8204ccf6387bc26e26c.jpg);} */
}
@media (min-width: 1400px){
    .top-size[hash-class=headerHome-6102251537901698]{font-size:18.4px;width: 18.4px;}
}


@media (max-width:767px){
  .topBar .top-box[hash-class=headerHome-6102251537901698]{
    justify-content: space-between;
    min-height: auto;
  }
  .topBar .top-box .leftBox[hash-class=headerHome-6102251537901698]{
    padding-left: 10px;
    width: -webkit-max-content;
    width: max-content;
    flex-direction: column;
    align-items: flex-start;
  }
  .topBar .top-box .leftBox  .addressBox[hash-class=headerHome-6102251537901698]{
    padding: 0;
    margin-left: 0;
  }
  .topBar .top-box .leftBox  .addressBox2[hash-class=headerHome-6102251537901698]{
    padding: 0;
    margin-left: 0;
  }
  .topBar .top-box .leftBox  .clockImg[hash-class=headerHome-6102251537901698]{
    width: 10px;
  }
  .topBar .top-box .leftBox  .positioningImage[hash-class=headerHome-6102251537901698]{
    width: 12px;
  }
  .topBar .top-box .rightBox .innerBox[hash-class=headerHome-6102251537901698]{
    flex-direction: column-reverse;
  }
  .topBar .top-box .rightBox .innerBox  .countdownArea[hash-class=headerHome-6102251537901698]{
    margin-right: 0;
  }
  .topBar .top-box .rightBox .innerBox .languageRegion[hash-class=headerHome-6102251537901698]{
    margin-right: 0;
    min-width: 200px;
  }
  .topBar .top-box .rightBox .innerBox .searchBox .searchImg[hash-class=headerHome-6102251537901698]{
    width: 13px;
  }
  .topBar .top-box .rightBox .innerBox .lastDay .txt[hash-class=headerHome-6102251537901698]{
    padding: 0px 4.8px;
    border-radius: 1px;
  }
}
.rc-block[hash-class=menuTab-6022677522276480]{
  font-family: var(--bs-font-sans-serif);
}
.h100[hash-class=menuTab-6022677522276480]{
  height: 100%;
}
.maxContent[hash-class=menuTab-6022677522276480]{
  width: -webkit-max-content;
  width: max-content;
}
.ac[hash-class=menuTab-6022677522276480]{
  align-items: center;
  align-content: center;
}
.pointer[hash-class=menuTab-6022677522276480]{
  cursor: pointer;
}
.mainMenuTabBox[hash-class=menuTab-6022677522276480]{
  justify-content: space-between;
  background-color: #fff;
  /* padding:  0 12px; */
  /* border-bottom: 2px solid #5198de; */
  position: sticky;
  top: 0;
  z-index: 9999;

}
.menuList[hash-class=menuTab-6022677522276480]{
  background-color: #fff;
  justify-content: space-between;
}
 .menuList[hash-class=menuTab-6022677522276480]{
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2;
    top: 100%;
  }
.menuList .sj[hash-class=menuTab-6022677522276480]{
  font-size: 4px !important;
  color: white;
}
.menuList.phone .sj[hash-class=menuTab-6022677522276480]{
  color: #333333;
  margin-right: 10px;
}
.menuList .item[hash-class=menuTab-6022677522276480]{
  width: auto;
  position: relative;
  margin-right: 10px;
}
.menuList .item .sub-list2[hash-class=menuTab-6022677522276480]{
  display: none;
}
.menuList .item:hover .sub-list2[hash-class=menuTab-6022677522276480]{
  display: block;
}
.menuList .item>.nav-link[hash-class=menuTab-6022677522276480]{
  /* font-weight: bold; */
  /* 第一次 */
  /* font-size: 21px; */
  /* 第2次 */
  font-size: 20px;
  transition: color .3s;
  color: #222222;
  position: relative;
}
.menuList .item:hover>.nav-link[hash-class=menuTab-6022677522276480]{
  color: #5198de;
  
}
.menuList .item:hover>.nav-link[hash-class=menuTab-6022677522276480]::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  width: 50%;
  height: 4px;
  background-color: #0b65e4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
}
.menuList.en .item>.nav-link[hash-class=menuTab-6022677522276480]{
  font-size: 16px;
}
.menuList.fr .item>.nav-link[hash-class=menuTab-6022677522276480]{
  font-size: 15px;
}
.menuList .item>.nav-link.active[hash-class=menuTab-6022677522276480]::before{
 position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  width: 50%;
  height: 4px;
  background-color: #0b65e4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
}
/* 二级分类 */
.menuList .dropdown-menu[hash-class=menuTab-6022677522276480] {
  background-color: #333;
  min-width: 160px;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  width: 160px;
}
.menuList:not(.show)[hash-class=menuTab-6022677522276480]{
  display: none;
}
.menuList .dropdown-menu .sub-item[hash-class=menuTab-6022677522276480]{
  min-height: 36px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  background-color: transparent;
  padding: 0 8px;
  transition: background-color .15s ease-in-out;
  position: relative;
}
.menuList .dropdown-menu .sub-item:hover[hash-class=menuTab-6022677522276480]{
  background-color: #5198de;
}
.menuList .dropdown-menu .sub-item .nav-link[hash-class=menuTab-6022677522276480]{
  color: #fff;
   font-size: 16px;
}
.menuList.en .dropdown-menu .sub-item .nav-link[hash-class=menuTab-6022677522276480]{
  font-size: 14px;
}
.menuList.fr .dropdown-menu .sub-item .nav-link[hash-class=menuTab-6022677522276480]{
  font-size: 14px;
}

/* 三级分类 */
.menuList .sub-list3[hash-class=menuTab-6022677522276480]{
  top: 0;
  right: -100%;
  display: none;
}
.menuList .dropdown-menu .sub-item:hover .dropdown-menu.sub-list3[hash-class=menuTab-6022677522276480]{
  display: block;
}

.bottom-line[hash-class=menuTab-6022677522276480] {
  box-shadow: 2px 2px 5px #5198de;
}

/* logo */
.logoImg[hash-class=menuTab-6022677522276480]{
  height: 60px;
  padding: 5px 0;
  width: auto;
}


/* 设置 */
.settingBox[hash-class=menuTab-6022677522276480]{
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.settingBox.focus[hash-class=menuTab-6022677522276480]{
  border-color: #333;
}
.settingBox .img[hash-class=menuTab-6022677522276480]{
  width: 24px;
}

@media (min-width:992px){
  .logoImg[hash-class=menuTab-6022677522276480]{
    display: none;
  }
  .settingBox[hash-class=menuTab-6022677522276480]{
    display: none;
  }
  .menuList[hash-class=menuTab-6022677522276480] {
    /* 第一次 */
    /* height: 63.5px; */
    height: 55px;
    margin-bottom: 10px;
    position: static;
    z-index: auto;
    
  }
}
@media (max-width:992px){
  .mainMenuTabBox[hash-class=menuTab-6022677522276480]{
    /* border: none; */
  }
  .menuList .item[hash-class=menuTab-6022677522276480]{
    width: 100%;
  }
  .menuList[hash-class=menuTab-6022677522276480]{
    border-top: 1px solid #5198de;
    border-bottom: 3px solid #5198de;
  }
  .menuList .dropdown-menu[hash-class=menuTab-6022677522276480]{
    background-color: #f2f2f2;
    position: static;
    min-width: 100%;
    width: 100%;
  }
  .menuList .item>.nav-link[hash-class=menuTab-6022677522276480]{
    padding: 16px 8px;
  }
  .menuList .item>.nav-link-box:hover .nav-link[hash-class=menuTab-6022677522276480]{
    text-decoration: underline;
  }
  .menuList .dropdown-menu .sub-item .nav-link[hash-class=menuTab-6022677522276480]{
    color: #333;
    padding: 8px;
  }
  .menuList .dropdown-menu .sub-item .nav-link-box:hover .nav-link[hash-class=menuTab-6022677522276480]{
    text-decoration: underline;
  }
  .menuList .sub-list3[hash-class=menuTab-6022677522276480]{
    background-color: #e0e0e0;
  }
  .menuList .dropdown-menu .sub-item[hash-class=menuTab-6022677522276480]{
    height: auto;
    padding: 0;
  }
  .menuList .dropdown-menu .sub-item:hover[hash-class=menuTab-6022677522276480]{
    background-color: #ececec;
  }
}

/* 头部区域 */
.topBar[hash-class=headerNew-6100829394022272]{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.topBar .top-box[hash-class=headerNew-6100829394022272]{
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  min-height: 58px;
  padding-top: 6px;
  padding-bottom: 6px;
  /* background-color: #000; */
}
.top-box .timeBox[hash-class=headerNew-6100829394022272],
.top-box .addressBox[hash-class=headerNew-6100829394022272],
.top-box .rignt-box-item[hash-class=headerNew-6100829394022272]
{
  padding: 0 12px ;
}
.top-box .top-size[hash-class=headerNew-6100829394022272]{
  color: var(--font_c1);
  width: auto;
}
.top-box .top-icon[hash-class=headerNew-6100829394022272]{
  margin-right: 5px;
}
.lastDay .txt[hash-class=headerNew-6100829394022272]{
  background-color: #fff;
  padding: 2px 3px;
  border-radius: 4px;
  color: initial;
  margin: 0 3px;
}
/* 搜索框 */
.searchBox[hash-class=headerNew-6100829394022272]{
  position: relative;
}
.searchBox .img[hash-class=headerNew-6100829394022272]{
  margin-right: 5px;
}
.searchBox .search-input-box[hash-class=headerNew-6100829394022272]{
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px);
  width: 272px;
  height: 70px;
  background-color: #fff;
  border-radius: 4.8px;
  border: 1px solid rgba(0, 0, 0,.2);
  display: none;
}
.searchBox:hover .search-input-box[hash-class=headerNew-6100829394022272]{
  display: flex;
}
.searchBox .search-input-box[hash-class=headerNew-6100829394022272]::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 16px 16px 16px;
  border-color: red transparent white transparent;
  top: -8px;
}
.searchBox .search-input-box .img2[hash-class=headerNew-6100829394022272]{
  position: absolute;
  right: 20px;
}
.searchBox .search-input-box .input[hash-class=headerNew-6100829394022272]{
  width: 240px;
  height: 37px;
  color: #212529;
}
.mr-5[hash-class=headerNew-6100829394022272]{
  margin-right: 5px;
}
/* 字体 */
.bannerFloat[hash-class=headerNew-6100829394022272]{
  height: calc(100% - 58px);
  /* background: url(/image/Connection.png) no-repeat center center; */
  background-size: auto var(--banner_small_height);
  background-repeat: no-repeat;
  background-position: center center;
}
@media(max-width:576px){
    .top-size[hash-class=headerNew-6100829394022272]{font-size:11.2px;width: 11.2px;}
    /* .banner img:nth-child(1) {
    content: url(/image/banner_small_540.jpg);
    } */
    .banner img:nth-child(2)[hash-class=headerNew-6100829394022272]{content: url(/images/banner_big_540.jpg);}
}
@media(min-width:576px){
    .top-size[hash-class=headerNew-6100829394022272]{font-size:12.8px;width: 12.8px;}
     /* .banner img:nth-child(1) {
    content: url(/image/banner_small_540.jpg);
    } */
    .banner img:nth-child(2)[hash-class=headerNew-6100829394022272]{content: url(/images/banner_big_540.jpg);}
}
@media(min-width:768px){
    .top-size[hash-class=headerNew-6100829394022272]{font-size:14.4px;width: 14.4px;}
    /* .banner img:nth-child(1) {
    content: url(/image/banner_small_720.jpg);
  } */
   .banner img:nth-child(2)[hash-class=headerNew-6100829394022272]{content: url(/images/banner_big_720.jpg);}
}
@media(min-width:992px){

    .top-size[hash-class=headerNew-6100829394022272]{font-size:16px;width: 16px;}
    /* .banner img:nth-child(1) {
    content: url(/image/banner_small_960.jpg);
    } */
     .banner img:nth-child(2)[hash-class=headerNew-6100829394022272]{content: url(/images/banner_big_960.jpg);}
}
@media(min-width:1200px){
    .top-size[hash-class=headerNew-6100829394022272] {font-size:17.6px;width: 17.6px;}
    /* .banner img:nth-child(1) {
    content: url(/image/tarbar.jpg);
  }  */
  .banner img:nth-child(2)[hash-class=headerNew-6100829394022272]{content: url(/images/banner_big_1140.jpg);}
}
@media (min-width: 1400px){
    .top-size[hash-class=headerNew-6100829394022272]{font-size:18.4px;width: 18.4px;}
}





.w100[hash-class=Home-6011655337806208]{
    width:100%;
}
[hash-class=Home-6011655337806208] .rc-container-v1-headerbuttom{
    position: relative;
}
.topBox[hash-class=Home-6011655337806208]{
    position: relative;
}
.topBox .bannerFontImg[hash-class=Home-6011655337806208]{
    position: absolute;
    height: 148px;
    /* top: calc((100% - 59rem) / 2);
     */
    top: calc((100%) / 2);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    transition:  height .5s  ;
}
/* 轮播图 */
.banner[hash-class=Home-6011655337806208]{
    height: 305px;
}
/* 快捷入口 */
.quickEntrance[hash-class=Home-6011655337806208]{
    padding: 32px 0;
    background-color: #fff;
}
.quickEntrance .item[hash-class=Home-6011655337806208]{
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}
.quickEntrance .item .inner-item[hash-class=Home-6011655337806208]{
    width: 80%;
      height: 54px;
    padding: 5.6px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom,#2BD0CE 0%,#55A2E7 100%);
    color: var(--font_c1);
    box-shadow: 2px 2px 1px 0px #c3c7cad4;
}
.quickEntrance .item .inner-item .txt-box[hash-class=Home-6011655337806208]{
    background-color: transparent;
    position: relative;
}
.quickEntrance .item .inner-item:hover .txt-box[hash-class=Home-6011655337806208]{
    background-color: #fff;
}
.quickEntrance .item .inner-item .img[hash-class=Home-6011655337806208]{
    height: 43px;
    width: auto;
    margin-right: 28px;
    margin-left: 14px;
    padding: 4px 0;
}
.quickEntrance .item .inner-item .txt[hash-class=Home-6011655337806208]{
    font-size: 24px;
    color: var(--font_c1);
    display: inline-block;
}
.quickEntrance .item .inner-item .activeImg[hash-class=Home-6011655337806208]{
    display: none;
}
.quickEntrance .item .inner-item:hover .activeImg[hash-class=Home-6011655337806208]{
    display: block;
}
.quickEntrance .item .inner-item:hover .normalImg[hash-class=Home-6011655337806208]{
    display: none;
}
.quickEntrance .item .inner-item:hover .txt[hash-class=Home-6011655337806208]{
    color: var(--title_c);
}

/* 卡片样式 */
.newCard .newCard-header[hash-class=Home-6011655337806208]{
    height: 55px;
    color: var(--font_c1);
    font-size: var(--title_s1);
    font-weight: 700;
    border: 0;
    background-color: var(--title_c);
    padding: .8px 16px;
    border-radius: 3px 3px 0 0;
}
.newCard .newCard-header .alink[hash-class=Home-6011655337806208],
.graphicModule .graphic-module-header  .alink[hash-class=Home-6011655337806208]
{
    font-size: 16px;
    font-weight: normal;
}

/* 新闻列表 */
.newList[hash-class=Home-6011655337806208]{
    padding: 0 16px;
}
.newList .item[hash-class=Home-6011655337806208]{
    padding: 25.6px 0;
    height: 127px;
    flex-wrap: nowrap;
    border-bottom: 1px dashed #ccc;
}
.newList .item:last-child[hash-class=Home-6011655337806208]{
    border-bottom: none;
}
.newList .item .time[hash-class=Home-6011655337806208]{
    padding-right: 16px;
    width: 64px;
    flex-direction: column;
}
.newList .item .time>span[hash-class=Home-6011655337806208]{
    color: var(--font_c1);
    width: 100%;
    font-size: 16px;
}
.newList .item .time>span:nth-child(1)[hash-class=Home-6011655337806208]{
    background: #000;
    padding: 8px 0;
    font-weight: 700;
}
.newList .item .time>span:nth-child(2)[hash-class=Home-6011655337806208]{
    background: var(--title_c);
    padding: 3.2px 0;
}
.newList .item .content[hash-class=Home-6011655337806208]{
    flex: 1 1 auto;
}
.newList .item .content .title[hash-class=Home-6011655337806208]{
    font-size: 19.2px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    color: #212529;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.newList .item .content:hover .title[hash-class=Home-6011655337806208]{
    color: var(--title_c);
}
.newList .item .content .info[hash-class=Home-6011655337806208]{
    font-size: 14.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 图文模块 */
.graphicModule[hash-class=Home-6011655337806208]{
    padding-top: 30px;
    background-color: #fff;
}
.graphicModule .graphic-module-header[hash-class=Home-6011655337806208]{
    height: 55px;
    color: #888;
}
.graphicModule .graphic-module-header .title-box[hash-class=Home-6011655337806208]{
    width: -webkit-max-content;
    width: max-content;
    padding: 0 24px;
    background-color: var(--title_c);
    color: var(--font_c1);
    font-size: var(--title_s1);
    font-weight: 700;
}
.graphicModule .item[hash-class=Home-6011655337806208]{
    padding: 16px;
}
.graphicModule .item .innerBox[hash-class=Home-6011655337806208]{
    position: relative;
    transition: all 1s ease ;
}

.graphicModule .item .img[hash-class=Home-6011655337806208]{
    width: 100%;
}
.graphicModule .item .font[hash-class=Home-6011655337806208]{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12.8px 16px;
    color: var(--font_c1);
    font-weight: 700;
    background-color: rgb(0 0 0 / 38%);
    font-size: 16px;
}

/* 外链nav */
.outside-chain-nav[hash-class=Home-6011655337806208]{
    border-bottom: 2px solid var(--title_c);
    background-color: #fff;
}
.outside-chain-nav .item[hash-class=Home-6011655337806208]{
    padding: 8px 16px;
    font-weight: 700;
    width: -webkit-max-content;
    width: max-content;
}
.outside-chain-nav .item .txt[hash-class=Home-6011655337806208]{
    font-size: var(--title_s1);
}
.outside-chain-nav .item.active[hash-class=Home-6011655337806208]{
     background-color: var(--title_c);
    color: var(--font_c1);
}
.outer-chain-box[hash-class=Home-6011655337806208]{
    background-color: #fff;
}
.outer-chain-box .partner-item[hash-class=Home-6011655337806208]{
    width: 166px;
    height: 65px;
    padding: 8px  1px;
    border: 1px solid #e0e0e0;
    margin: 10px 1.1%;
    text-align: center;
    background: #f5f5f5;
}
.outer-chain-box .partner-item .img[hash-class=Home-6011655337806208]{
    height: 45px;
    background-color: #fff;
    width: 100%;
}
.outer-chain-box .partner-item .inner-box[hash-class=Home-6011655337806208]{
    padding: 0 8px;
}

/* 新闻信息区域 */
.newsInformationArea .header_box[hash-class=Home-6011655337806208]{
    /* height: 110px; */
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}
.newsInformationArea .header_box .item[hash-class=Home-6011655337806208]{
    /* width: 157px;
    height: 64px; */
    width: -webkit-max-content;
    width: max-content;
    padding: 0 14px;
    height: 50px;
}
.newsInformationArea .header_box .item.active[hash-class=Home-6011655337806208]{
    background-color: #0b65e4;
}

.newsInformationArea .header_box .item .txt[hash-class=Home-6011655337806208]{
    /* font-size: 24px; */
    font-size: 21px;
    letter-spacing: 2px;
    color: #333;
    position: relative;
}
.newsInformationArea .header_box.en .item .txt[hash-class=Home-6011655337806208]{
    letter-spacing: 0;
}
.newsInformationArea .header_box.fr .item .txt[hash-class=Home-6011655337806208]{
    letter-spacing: 0;
}
.newsInformationArea .header_box .item.active .txt[hash-class=Home-6011655337806208]{
    color: #fff;
}
.newsInformationArea .header_box .item.active .txt[hash-class=Home-6011655337806208]{
    /* color: #0b65e4; */
}
.newsInformationArea .header_box .item.active .txt[hash-class=Home-6011655337806208]::before{
    content: "";
    position: absolute;
    width: 40%;
    height: 4px;
    /*background-color: #0b65e4; */
    background-color: #fff;
    bottom: -5px;
    left: 50%;
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.newsInformationArea .header_box .moreBox .txt[hash-class=Home-6011655337806208]{
    color: #353535;
    font-size: 16px;
}
.newsInformationArea .newsBody[hash-class=Home-6011655337806208]{
    padding: 10px 20px;
    border-bottom: 1px solid #e1e1e1;
}
.newsInformationArea .newsBody .item[hash-class=Home-6011655337806208] {
    /* 第一次 */
    /* height: 76px; */
    /* 第二次 */
    padding: 8px 0;
    border-bottom: 1px solid #efefef;
}
.newsInformationArea .newsBody .item:last-child[hash-class=Home-6011655337806208]{
    border-bottom: none;
}
.newsInformationArea .newsBody .item .img1[hash-class=Home-6011655337806208]{
    width: 37px;
    height: auto;
    margin-right: 26px;
}
.newsInformationArea .newsBody .item .name[hash-class=Home-6011655337806208]{
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
}
.newsInformationArea .newsBody .item .intro[hash-class=Home-6011655337806208]{
    color: #b0b0b0;
    font-size: 16px;
}
.newsInformationArea .newsBody .item .dateBox[hash-class=Home-6011655337806208]{
    width: 102px;
    margin-left: 36px;
}
.newsInformationArea .newsBody .item .dateBox .txt[hash-class=Home-6011655337806208]{
    color: #555555;
    font-size: 16px;
}
/* 通知区域 */
.newsInformationArea .noticeBox[hash-class=Home-6011655337806208]{
    margin-top: 17px;
    background-color: #f7f7f7;
    height: 53px;
    padding-left: 22px;
    padding-right: 52px;
}
.newsInformationArea .noticeBox .img[hash-class=Home-6011655337806208]{
    width: 24px;
    height: auto;
}
.newsInformationArea .noticeBox .txt[hash-class=Home-6011655337806208]{
    font-size: 17px;
    color: #080808;
    margin-left: 35px;
}
.newsInformationArea .noticeBox .txt2[hash-class=Home-6011655337806208],
.newsInformationArea .noticeBox .noticeContentList .item .time[hash-class=Home-6011655337806208],
.newsInformationArea .noticeBox .noticeContentList .item .title[hash-class=Home-6011655337806208]{
    color: #717171;
    font-size: 15px;
    width: auto;
}
.newsInformationArea .noticeBox .middleContent[hash-class=Home-6011655337806208]{
     margin: 0 24px;
}
.newsInformationArea .noticeBox .verticleLine[hash-class=Home-6011655337806208]{
    height: 40px;
    width: 1px;
    background-color: #eeeeee;
    margin-left: 22px;
    margin-right: 40px;
}
@-webkit-keyframes scrollLeft{
    0%{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%{
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}
@keyframes scrollLeft{
    0%{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%{
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}
.newsInformationArea .noticeBox .scrolling-content[hash-class=Home-6011655337806208]{
     -webkit-animation: scrollLeft 10s linear infinite;
             animation: scrollLeft 10s linear infinite;
    /* overflow: hidden; */
}
.newsInformationArea .noticeBox .scrolling-content:hover[hash-class=Home-6011655337806208]{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.newsInformationArea .noticeBox .noticeContentList[hash-class=Home-6011655337806208]{
    flex-wrap: nowrap;
}
.newsInformationArea .noticeBox .noticeContentList .item[hash-class=Home-6011655337806208]{
    flex-shrink: 0;
    flex-wrap: nowrap;
    width: auto;
}
.newsInformationArea .noticeBox .noticeContentList .item .circleBox[hash-class=Home-6011655337806208]{
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #575757;
    margin-right: 4px;
}
.newsInformationArea .noticeBox .noticeContentList .item .time[hash-class=Home-6011655337806208]{
    margin-right: 36px;
}


/* 数字展厅 */
.digitalExhibitionHall[hash-class=Home-6011655337806208]{
    /* 第一次 */
    /* margin-top: 112px; */
    /* 第二次 */
    margin-top: 100px;
    /* margin-bottom: 20px; */
}
.digitalExhibitionHall .titleBox[hash-class=Home-6011655337806208]{
    margin-bottom: 40px;
}
.digitalExhibitionHall .titleBox .txt[hash-class=Home-6011655337806208],
.centreOfExcellence .contentBox .titleBox .txt[hash-class=Home-6011655337806208],
.BeijingHealthConference .titleBox .txt[hash-class=Home-6011655337806208]{
   font-size: 30px;
    color: #333333;
    position: relative;
    letter-spacing: 1px;
}  
.digitalExhibitionHall .titleBox .txt[hash-class=Home-6011655337806208]::before,
.centreOfExcellence .contentBox .titleBox .txt[hash-class=Home-6011655337806208]::before,
.BeijingHealthConference .titleBox .txt[hash-class=Home-6011655337806208]::before{
    position: absolute;
    content: "";
    width: 55.8px;
    height: 6px;
    background-color: #0b65e4;
    bottom: -8px;
    left: 50%;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* 卓越中心 */
.centreOfExcellence[hash-class=Home-6011655337806208]{
    position: relative;
}
.centreOfExcellence .centreOfExcellenceImg[hash-class=Home-6011655337806208]{
    height: 430px;
}
.centreOfExcellence .contentBox[hash-class=Home-6011655337806208]{
    position:absolute;
    bottom:0%;
}
.centreOfExcellence .contentBox .titleBox[hash-class=Home-6011655337806208]{
    margin-bottom:40px;
}
.centreOfExcellence .contentBox .tagList .item[hash-class=Home-6011655337806208]{
    width:349px;
    height:102px;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.centreOfExcellence .contentBox .tagList .item .img[hash-class=Home-6011655337806208]{
    width:100%;
    height:100%;
}
.centreOfExcellence .contentBox .tagList .item .textBox[hash-class=Home-6011655337806208]{
    position:absolute;
    width:100%;
    height:100%;
    padding:26px 0 0 18px;
}
.centreOfExcellence .contentBox .tagList .item .textBox .txt[hash-class=Home-6011655337806208],
.centreOfExcellence .contentBox .tagList .item .textBox .enText[hash-class=Home-6011655337806208]{
    color:#333333;
}
.centreOfExcellence .contentBox .tagList .item .textBox .txt[hash-class=Home-6011655337806208]{
    font-size:17px;
}
.centreOfExcellence .contentBox .tagList .item .textBox .enText[hash-class=Home-6011655337806208]{
    font-size:14px;
}

/* 北京健康大会 */
.BeijingHealthConference[hash-class=Home-6011655337806208]{
    /* 第一次 */
    /* margin-top:132px;  margin-bottom: 46px;*/
    /* 第二次 */
    margin-top:138px;
    margin-bottom: 10px;
}
.BeijingHealthConference .titleBox[hash-class=Home-6011655337806208]{
    margin-bottom:40px;
}
.BeijingHealthConference .contentBox .item[hash-class=Home-6011655337806208]{
    position:relative;
    margin-bottom:22px;
}
.BeijingHealthConference .item .textBox[hash-class=Home-6011655337806208]{
    position:absolute;
    width:100%;
    height:100%;
}
.BeijingHealthConference .item .textBox .txt[hash-class=Home-6011655337806208]{
    color:#fff;
    font-size:18px;
    text-align: center;
}
.BeijingHealthConference .contentBox .l3[hash-class=Home-6011655337806208]{
    width:32%
}
.BeijingHealthConference .contentBox .l2[hash-class=Home-6011655337806208]{
    width:18.0%;
}
.BeijingHealthConference .contentBox .l27[hash-class=Home-6011655337806208]{
    width:22.0%;
}
.BeijingHealthConference .contentBox .l1[hash-class=Home-6011655337806208]{
    width:5.35%;
}

/* 相关链接 */
.relatedLink[hash-class=Home-6011655337806208]{
    background-color: #f6fbff;
    padding: 33px 30px 25px 30px;
    /* 第一次 */
    /* margin-bottom: 56px; */
    /* 第二次 */
    margin-bottom: 30px;
    margin-top: 138px;
}
.relatedLink .titleBox[hash-class=Home-6011655337806208]{
    margin-bottom: 46px;
}
.relatedLink .titleBox .txt[hash-class=Home-6011655337806208]{
    font-size: 30px;
     color: #333333;
    position: relative;
    letter-spacing: 1px;
}
.relatedLink .titleBox .txt[hash-class=Home-6011655337806208]::before{
    position: absolute;
    content: "";
    width: 55.8px;
    height: 6px;
    background-color: #0b65e4;
    bottom: -8px;
    left: 50%;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.relatedLink .classificationArea[hash-class=Home-6011655337806208]{
    margin-bottom: 36px;
}
.relatedLink .classificationArea .item[hash-class=Home-6011655337806208]{
    /* width: 163px; */
    padding: 0 34px;
    width: -webkit-max-content;
    width: max-content;
    height: 40px;
    border-radius: 10px;
    background-color: #e3eef9;
    color: #333333;
    font-size: 16px;
    margin-right: 21px;
}
.relatedLink .classificationArea .item:last-child[hash-class=Home-6011655337806208]{
    margin-right: 0;
}
.relatedLink .classificationArea .item.active[hash-class=Home-6011655337806208]{
    background-color: #0b65e4;
    color: #fff;
}
.relatedLink .classificationArea .item .img[hash-class=Home-6011655337806208]{
    width: 18px;
    height: auto;
    margin-right: 9px;
}
.relatedLink .classificationArea .item .normalImg1[hash-class=Home-6011655337806208]{
    display: block;
}
.relatedLink .classificationArea .item .activeImg[hash-class=Home-6011655337806208]{
    display: none;
}
.relatedLink .classificationArea .item.active .normalImg1[hash-class=Home-6011655337806208]{
    display: none;
}
.relatedLink .classificationArea .item.active .activeImg[hash-class=Home-6011655337806208]{
    display: block;
}
.relatedLink .linkList .item[hash-class=Home-6011655337806208]{
    width: 200px;
    height: 67px;
    background-color: #fff;
    margin-right: 35px;
    margin-bottom: 19px;
}
.relatedLink .linkList .item:nth-child(5n)[hash-class=Home-6011655337806208]{
    margin-right: 0;
}
.relatedLink .linkList .item .img[hash-class=Home-6011655337806208]{
    width: 95%;
    max-height: 100%;
    object-fit: contain;
}
.footer[hash-class=Home-6011655337806208]{
    border-top: 1px solid #ffffff;
}
@media (max-width:767px){
    .banner[hash-class=Home-6011655337806208]{
        height: auto;
    }
}
@media (min-width:768px){
    .quickEntrance .item[hash-class=Home-6011655337806208]{
        width: 50%;
    }
    .graphicModule .item .innerBox:hover[hash-class=Home-6011655337806208]{
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        box-shadow: 0 0 15px 2px var(--title_c);
        z-index: 2;
    }
}
@media (min-width:1200px){
    .quickEntrance .item[hash-class=Home-6011655337806208]{
        width: 25%;
        margin-bottom: 0;
    }
}

.newsInformationArea .header_box .item:hover .txt[hash-class=Home-6011655337806208] {
    color: white;
}


