.auto-height {
    height: auto;
}
.w100p {
    width: 100%;
}
.page__workflow__container {
  width: 100%;
  overflow: auto;
}
.w1{
    width: calc(((100% - 330px) / 12) * 5 + 120px);
}
.w2{
    width: calc(((100% - 55px) / 12) * 6 + 25px);
}
.w3{
    width: calc(((100% - 330px) / 12) * 2 + 30px);
}
.w4{
    width: calc(((100% - 137.5px) / 12) * 2 + 12.5px);
}
.w5{
    width: calc((100% - 220px) / 12);
}
.w6{
    width: calc(((100% - 220px) / 12) * 4 + 60px);
}
.w7{
    width: calc(((100% - 220px) / 12) * 8 + 140px);
}
.w8{
    width: calc(((100% - 137.5px) / 12) * 8 + 87.5px);
}
.w9{
    width: calc((100% - 330px) / 12);
}
.w10{
    width: calc(((100% - 330px) / 12) * 8 + 210px);
}
.w11{
    width: calc(((100% - 330px) / 12) * 9 + 240px);
}
.w12{
    width: calc(((100% - 330px) / 12) * 4 + 90px);
}
.w13{
    width: 240.00px;
}
.w14{
    width: calc(((100% - 330px) / 12) * 6 + 150px);
}
.w15{
    width: calc(((100% - 330px) / 12) * 10 + 270px);
}
.w16{
    width: calc(((100% - 110px) / 12) * 8 + 70px);
}
.w17{
    width: calc(((100% - 110px) / 12) * 6 + 50px);
}
.w18{
    width: calc(((100% - 165px) / 12) * 8 + 105px);
}
.w19{
    width: calc(((100% - 330px) / 12) * 11 + 300px);
}
.w20{
    width: calc(((100% - 82.5px) / 12) * 3 + 15px);
}
.w21{
    width: calc(((100% - 82.5px) / 12) * 8 + 52.5px);
}
.w22{
    width: calc(((100% - 330px) / 12) * 3 + 60px);
}
.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: #5282FB; --theme-color-opacity-1: rgba(226, 90, 83, 0.1); --font-size-base: 16px; --font-size-s: 14px; --font-size-xs: 12px; --color-primary: #1068eb; --background-dark-theme: rgba(255, 255, 255, .1); --background-dark-theme-hover: rgba(255, 255, 255, .2);
    }

:root{
        --theme-color: #5282FB; --theme-color-opacity-1: #f5f7fa; --font-size-base: 16px; --font-size-s: 14px; --font-size-xs: 12px; --color-primary: #1068eb; --background-dark-theme: rgba(255, 255, 255, .1); --background-dark-theme-hover: rgba(255, 255, 255, .2);
}

:root{
    --theme-color: #5282FB;
    --theme-color-opacity-1: rgba(82, 130, 251, 0.05);
    --font-size-base: 16px;
    --font-size-s: 14px;
    --font-size-xs: 12px;
    --color-primary: #1068eb;
    --background-dark-theme: rgba(255, 255, 255, .1);
    --background-dark-theme-hover: rgba(255, 255, 255, .2);
}

:root {
  /*! Space - Sizes */
  --space-none:0;
  --space-xs:4px;
  --space-s:8px;
  --space-base:16px;
  --space-m:24px;
  --space-l:32px;
  --space-xl:40px;
  --space-xxl:48px;

  --grid-desktop: 4;
  --grid-tablet: 3;
  --grid-phone: 1;
  --grid-gap: var(--space-base);
  --grid-list-desktop: 5;
  --grid-list-tablet: 4;
  --grid-list-phone: 2;

      /* Typography - Size */
    --font-size-display: 36px;
    --font-size-h1: 32px;
    --font-size-h2: 28px;
    --font-size-h3: 26px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --font-size-h6: 18px;
    --font-size-base: 16px;
    --font-size-s: 13px;
    --font-size-xs: 12px;
    
    /* Typography - Weight */
    --font-light: 300;
    --font-regular: 400;
    --font-semi-bold: 600;
    --font-bold: 700;
    
    /* Color - Brand */
    --color-primary: #1068eb;
    --color-secondary: #303d60;
    --color-primary-hover: #295fd6;
    --color-primary-selected: rgba(20, 110, 245, .12);
    --color-primary-lightest: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));    

    --color-focus-outer: #FFD337;
    --color-focus-inner: var(--color-neutral-10);
    
    /* Color - Extended */
    --color-red-lightest: #faeaea;
    --color-red-lighter: #e9aaaa;
    --color-red-light: #d96a6a;
    --color-red: #c92a2a;
    --color-red-dark: #ab2424;
    --color-red-darker: #8d1d1d;
    --color-red-darkest: #6f1717;
    
    --color-pink-lightest: #fbebf0;
    --color-pink-lighter: #efadc4;
    --color-pink-light: #e27098;
    --color-pink: #d6336c;
    --color-pink-dark: #b62b5c;
    --color-pink-darker: #96244c;
    --color-pink-darkest: #761c3b;
    
    --color-grape-lightest: #f7ecfa;
    --color-grape-lighter: #dfb2e9;
    --color-grape-light: #c678d9;
    --color-grape: #ae3ec9;
    --color-grape-dark: #9435ab;
    --color-grape-darker: #7a2b8d;
    --color-grape-darkest: #60226f;
    
    --color-violet-lightest: #f1edfd;
    --color-violet-lighter: #c6b6f6;
    --color-violet-light: #9b7fef;
    --color-violet: #7048e8;
    --color-violet-dark: #5f3dc5;
    --color-violet-darker: #4e32a2;
    --color-violet-darkest: #3e2880;
   
    --color-indigo-lightest: #eceffd;
    --color-indigo-lighter: #b3c1f7;
    --color-indigo-light: #7b92f1;
    --color-indigo: #4263eb;
    --color-indigo-dark: #3854c8;
    --color-indigo-darker: #2e45a5;
    --color-indigo-darkest: #243681;
    
    --color-blue-lightest: #e8f2fa;
    --color-blue-lighter: #a3c9ea;
    --color-blue-light: #5fa1db;
    --color-blue: #1a79cb;
    --color-blue-dark: #1667ad;
    --color-blue-darker: #12558e;
    --color-blue-darkest: #0e4370;
    
    --color-cyan-lightest: #e7f2f4;
    --color-cyan-lighter: #9eccd3;
    --color-cyan-light: #56a6b2;
    --color-cyan: #0d8091;
    --color-cyan-dark: #0b6d7b;
    --color-cyan-darker: #095a66;
    --color-cyan-darkest: #074650;
    
    --color-teal-lightest: #e6f2ef;
    --color-teal-lighter: #9cccbd;
    --color-teal-light: #52a58c;
    --color-teal: #087f5b;
    --color-teal-dark: #076c4d;
    --color-teal-darker: #065940;
    --color-teal-darkest: #044632;
    
    --color-green-lightest: #ebf7ed;
    --color-green-lighter: #afe0b8;
    --color-green-light: #73c982;
    --color-green: #37b24d;
    --color-green-dark: #2f9741;
    --color-green-darker: #267d36;
    --color-green-darkest: #1e622a;
    
    --color-lime-lightest: #f1f8e8;
    --color-lime-lighter: #c7e3a2;
    --color-lime-light: #9ecd5c;
    --color-lime: #74b816;
    --color-lime-dark: #639c13;
    --color-lime-darker: #51810f;
    --color-lime-darkest: #40650c;
   
    --color-orange-lightest: #fef0e6;
    --color-orange-lighter: #fcc29c;
    --color-orange-light: #f99551;
    --color-orange: #f76707;
    --color-orange-dark: #d25806;
    --color-orange-darker: #ad4805;
    --color-orange-darkest: #883904;
    
    --color-yellow-lightest: #fef5e5;
    --color-yellow-lighter: #fbd999;
    --color-yellow-light: #f8bc4c;
    --color-yellow: #f59f00;
    --color-yellow-dark: #d08700;
    --color-yellow-darker: #ac6f00;
    --color-yellow-darkest: #875700;
    
    /* Color - Neutral */
    --color-neutral-0: #ffffff;
    --color-neutral-1: #f8f9fa;
    --color-neutral-2: #f1f3f5;
    --color-neutral-3: #e9ecef;
    --color-neutral-4: #dee2e6;
    --color-neutral-5: #ced4da;
    --color-neutral-6: #adb5bd;
    --color-neutral-7: #6a7178;
    --color-neutral-8: #4f575e;
    --color-neutral-9: #272b30;
    --color-neutral-10: #101213;
    
    /* Color - Semantic */
    --color-error-light: #fceaea;
    --color-error: #dc2020;
    --color-warning-light: #fdf6e5;
    --color-warning: #e9a100;
    --color-success-light: #eaf3eb;
    --color-success: #29823b;
    --color-info-light: #e5f5fc;
    --color-info: #017aad;
    
    /* Border Radius */
    --border-radius-none: 0;
    --border-radius-soft: 4px;
    --border-radius-rounded: 100px;
    --border-radius-circle: 100%;
    
    /* Border Size */
    --border-size-none: 0;
    --border-size-s: 1px;
    --border-size-m: 2px;
    --border-size-l: 3px;
    
    /* Elevation / Shadow */
    --shadow-none: none;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, .1);
    --shadow-s: 0 2px 4px rgba(0, 0, 0, .1);
    --shadow-m: 0 4px 6px rgba(0, 0, 0, .1);
    --shadow-l: 0 6px 8px rgba(0, 0, 0, .1);
    --shadow-xl: 0 8px 10px rgba(0, 0, 0, .1);
    
    /* App Settings */
    --header-color: #ffffff;
    --color-background-body: #f3f6f8;
    --color-background-login: #ffffff;
    --header-size: 56px;
    --header-size-content: 48px;
    --side-menu-size: 300px;
    --bottom-bar-size: 56px;
    --footer-height: 0px;
    
    /* iOS Safe Areas (Notch Support) */
    --os-safe-area-top: env(safe-area-inset-top);
    --os-safe-area-right: env(safe-area-inset-right);
    --os-safe-area-bottom: env(safe-area-inset-bottom);
    --os-safe-area-left: env(safe-area-inset-left);
}

/* 模板 */
.themecolor{
  background: var(--theme-color);
}
.desktop .leftMenu {
        width: 200px;
    }
    .phone .leftMenu {
        width: 90%;
    }
    /* leftMenu组件 */
    .navigation {
        background-color: var(--theme-color);
        display: flex;
        flex-wrap: nowrap;
    }
    .desktop .Menu {
        background-color: rgb(251, 250, 250);
        width: 100%;
        height: 100%;
        display: block;
    }
    .desktop .menu-icon {
        display: none;
    }
    .desktop .rightPage {
        width: calc(100% - 200px);
    }
    .desktop .leftMenu {
        display: block;
    }
    .phone .Menu {
        width: 270px;
        height: 100%;
        background:rgb(245, 245, 245);
        display: block;
        z-index: 2001;
    }
    .phone .menu-icon {
        display: flex;
        margin-left: 15px;
        width: 24px;
        margin-right: 0px;
    }
    .phone .rightPage {
        width: 100%;
    }
    .phone .leftMenu {
        display: none;
    }
    #shade {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
        background-color: gray;
        opacity: 0.6;
        display: none;
    }
    .phone .leftMenuShade {
        height: 100%;
        background-color: rgb(251, 250, 250);
        min-height: 100%;
        display: block;
        z-index: 2001;
        position: relative;
        top: 0px;
    }
    .LeftMenuFather:hover, .LeftMenuChild:hover {
        background-color: rgb(241,242,244);
    }

/* navigation组件 */
    .menu-icon{
        margin-left: 15px;
  background-color:transparent;
  border:none;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  margin-right:var(--space-m);
  padding:0;
  width:24px;
}
.menu-icon-line{
  background-color:white;
  border-radius:20px;
  min-height:3px;
  margin:2px 0;
  width:24px;
}
.icon-searches {
    width: 18px;
    height: 18px;
}
.phone .title {
    width: 260px;
}

.logoywTitle{
    font-size: 24px;
    color: #22262e;
    font-family: MicrosoftYaHeiLight;
    padding:15px;
}

.logoTitle{
    color:white;
    font-Size:16px;
    margin-left:150px;
    line-height:43px;
    min-height:43px;
    font-family: Yuanti SC;
    font-weight: 700;
    letter-spacing: 3px;
}


.rc-html-wh100p {
    height: 100%;
}

.rc-html-wh100p .embed, .rc-html-wh100p .rc-html {
    height: 100%;
}


.custompadding{
    padding: 0 5px 0 5px;
}

.container-height{
    display: flex;
    min-height: calc(100% - 43px);
}

.showMenu_phone {
   display: block;
}

showMenu_desktop {
    display: none;
}

.video {margin-left:100px;}

/* Gallery组件 */
.grid-gallery, .grid-gallery > .list{
  display:grid;
  grid-gap:var(--grid-gap);
  grid-template-columns:repeat(var(--grid-desktop), 1fr);
}
.grid-gallery > *{
  margin-top:0;
}
.grid-gallery > .list{
  grid-column-end:calc(var(--grid-desktop) + 1);
  grid-column-start:1;
  overflow:initial;
}
.grid-gallery > .list .card,
.grid-gallery > .list .animate{
  height:100%;
}
.grid-gallery > img{
  object-fit:cover;
}

.tablet .grid-gallery, .tablet .grid-gallery > .list{
  grid-template-columns:repeat(var(--grid-tablet), 1fr);
}
.tablet .grid-gallery > .list{
  grid-column-end:calc(var(--grid-tablet) + 1);
}

.phone .grid-gallery, .phone .grid-gallery > .list{
  grid-template-columns:repeat(var(--grid-phone), 1fr);
}
.phone .grid-gallery > .list{
  grid-column-end:calc(var(--grid-phone) + 1);
}

/* Pagination组件 */
.phone .father{
    display: flex;
    white-space: nowrap;
    flex: 9;
}
.phone .children1{
  flex: 1;
}
.phone .children2{
  margin-left: 0px;
  flex: 2;
}
.phone .children3{
  flex: 1.5;
}
.phone .last-pagination {
  flex: 3;
}
.desktop .children3{
  display: none;
}
.desktop .pagination-container {
  right: 20px;
}
.desktop .last-pagination {
  margin-left: var(--space-s);
}
.phone .all-page-button {
  display: none;
}
.pagination {
    align-items: center;
    display: flex;
  justify-content: space-between;
    margin-top: var(--space-m);
}

.pagination-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}
.container-none {
  display: none;
}
.pagination-container .rc-expression {
  min-width: auto;
}
.pagination-container .recordsContainer:hover {
  border-radius: 3px;
  background-color: #CCCCCC;
  cursor: pointer;
}
.pagination-container .popup.rc-popup-air-bubbles .rc-popup-air-buttles-content {
  padding: 5px;
}
.pagination-container .container1 {
    min-width: 60px;
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container2 {
    min-width: 84px;
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container2 .text3 {
    width: 56px;
    white-space:nowrap;
}
.pagination-container .expression {
    min-width: 10px;
}
.pagination-container .container3 {
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container4 {
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .ellipsis {
    min-width: 12px;
    margin-left: var(--space-s);
}
.pagination-container .list {
    min-height:28px;
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container7 {
    width: -webkit-max-content;
    width: max-content;
}
.pagination-container .container-left {
    width: -webkit-max-content;
    width: max-content;
}

.pagination-button {
    align-items: center;
    background-color: #F5F5F7;
    border-radius: var(--border-radius-soft);
    color: #000;
    border: var(--border-size-s) solid var(--color-neutral-4);
    cursor: pointer;
    display: inline-flex;
    height: 28px;
    min-width: 28px;
  justify-content: center;
    margin-left: var(--space-s);
    padding: 0 5px;
}
.pagination-button-turning {
    background-color: #fff;
    border: var(--border-size-s) solid var(--color-neutral-4);
}
.is-rtl .pagination-button {
    margin-right: var(--space-s);
    margin-left: 0;
}

.desktop .pagination-button:not(.is--ellipsis):hover {
    background-color: rgba(21, 24, 26, .04);
    border: var(--border-size-s) solid var(--color-neutral-4);
}

.pagination-button[disabled] {
    opacity: .5;
    pointer-events: none;
}

.pagination-button.is--active {
    background-color: var(--theme-color);
    color: #fff;
    cursor: auto;
    pointer-events: none;
}

.pagination-button.is--ellipsis {
    background-color: transparent;
    border: 0;
    cursor: auto;
    width: 16px;
}
.pagination-container .button-records {
    height: 28px;
    min-width: 80px;
    background-color:#FFF;
    border-radius: 4px;
    border: 1px solid var(--color-neutral-4);
    color: #000;
    margin-top: 2px;
    margin-left: 0;
    padding: 0 5px;
}
.pagination-container .pagination-counter .button-records .text6 {
    line-height: 26px;
    color: #000;
}

.pagination .form-control[data-input] {
    height: 32px;
    margin-left: 8px;
    padding: 0;
    text-align: center;
    width: 32px;
}

.pagination-container .pagination-counter {
    margin-left: 8px;
    color: #000;
}

.pagination-input {
    align-items: center;
    display: flex;
}


.pagination .list.list-group {
    overflow: initial;
}

.phone .pagination {
    flex-direction: column;
}

.phone .pagination-container {
    margin-top: 5px;
}

.phone .pagination-button,
.tablet .pagination-button,
.phone .pagination .form-control[data-input],
.tablet .pagination .form-control[data-input] {
    width: 28px;
    height: 28px;
}

.pagination-input,
.pagination-container .list {
    -servicestudio-display: none;
}

.is-rtl .pagination-button .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.custompadding{
    padding: 0 5px 0 5px;
}

.container-height{
    display: flex;
    min-height: calc(100% - 43px);
}

/* Carousel组件 */
.carousel{
  overflow:hidden;
  position:relative;
  transition:all 400ms ease;
}
.carousel{
  -servicestudio-max-height:100vh;
  -servicestudio-max-height:none !important;
  -servicestudio-min-height:80px !important;
}
.carousel:empty{
  -servicestudio-min-height:200px;
}
.carousel:not(.no-swipe) .carousel-container-content:hover{
  cursor:-webkit-grab;
  cursor:grab;
}
.carousel.init{
  opacity:0;
}
.carousel.init{
  -servicestudio-opacity:1;
}
.carousel > .list:not([data-virtualization-disabled]) > *, .carousel > .list:not([data-animation-disabled]) > *{
  -servicestudio-display:none !important;
}
.carousel > .list:not([data-virtualization-disabled]), .carousel > .list:not([data-animation-disabled]){
  -servicestudio-min-height:225px;
  -servicestudio-pointer-events:none;
}
.carousel > .list:not([data-virtualization-disabled]):after, .carousel > .list:not([data-animation-disabled]):after{
  -servicestudio-background-color:#fff;
  -servicestudio-background-position:center;
  -servicestudio-background-repeat:no-repeat;
  -servicestudio-background-size:291px 225px;
  -servicestudio-content:" ";
  -servicestudio-height:100%;
  -servicestudio-left:0;
  -servicestudio-min-height:225px;
  -servicestudio-position:absolute;
  -servicestudio-top:0;
  -servicestudio-width:100%;
}
.carousel--animatable{
  transition:all 250ms linear;
  will-change:transform;
}
.carousel [data-block*=Card] + [data-block*=Card] .card{
  margin-top:var(--space-none);
}
.carousel .carousel-container{
  --carousel-width:100%;
  width:var(--carousel-width);
  background-color:transparent;
  white-space:nowrap;
}
.carousel .carousel-container{
  -servicestudio-min-height:80px !important;
  -servicestudio-white-space:normal;
}
.carousel .carousel-container .list.list-group{
  background-color:transparent;
  white-space:nowrap;
}
.carousel .carousel-container .list.list-group{
  -servicestudio-white-space:normal;
}
.carousel .carousel-container > .carousel-container-content > *:not(.list), .carousel .carousel-container > .carousel-container-content > .list > div{
  display:inline-block;
  white-space:normal;
  width:100%;
}
.carousel .carousel-container .carousel-container-content > .list:not([data-virtualization-disabled]) > *,
.carousel .carousel-container .carousel-container-content > .list:not([data-animation-disabled]) > *{
  -servicestudio-display:none !important;
}
.carousel .carousel-container .carousel-container-content > .list:not([data-virtualization-disabled]),
.carousel .carousel-container .carousel-container-content > .list:not([data-animation-disabled]){
  -servicestudio-min-height:225px;
  -servicestudio-pointer-events:none;
}
.carousel .carousel-container .carousel-container-content > .list:not([data-virtualization-disabled]):after,
.carousel .carousel-container .carousel-container-content > .list:not([data-animation-disabled]):after{
  -servicestudio-background-color:#fff;
  -servicestudio-background-position:center;
  -servicestudio-background-repeat:no-repeat;
  -servicestudio-background-size:291px 225px;
  -servicestudio-content:" ";
  -servicestudio-height:100%;
  -servicestudio-left:0;
  -servicestudio-min-height:225px;
  -servicestudio-position:absolute;
  -servicestudio-top:0;
  -servicestudio-width:100%;
}
.carousel .carousel-container-content{
  -servicestudio-min-height:80px !important;
}
.carousel .carousel-container-content .OSFillParent{
  display:inline-block;
}
.carousel .carousel-container-content .grid-gallery .OSFillParent{
  display:inherit;
}
.carousel .carousel-navigation{
  align-items:center;
  background-color:var(--color-neutral-0);
  border-radius:var(--border-radius-circle);
  box-shadow:var(--shadow-xs);
  color:var(--color-neutral-7);
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-h4);
  height:40px;
  justify-content:center;
  opacity:1;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-25px);
          transform:translateY(-25px);
  transition:opacity 150ms linear;
  width:40px;
  will-change:opacity;
  z-index:2;
}
.carousel .carousel-navigation.disabled{
  opacity:0.3;
}
.carousel .carousel-navigation.hidden{
  display:none;
}
.carousel .carousel-navigation.carousel-navigation-left{
  left:24px;
  background: rgba(0, 0, 0, 0.3);
}
.carousel .carousel-navigation.carousel-navigation-right{
  right:24px;
  text-align:right;
  background: rgba(0, 0, 0, 0.3);
}
.carousel .carousel-dots-container{
  margin-top:-20px;
  text-align:center;
}
.carousel .carousel-dots-container.disabled{
  display:none;
}
.carousel .carousel-dots-container .carousel-dot{
  background: rgba(0, 0, 0, 0.3);
  border-radius:var(--border-radius-circle);
  cursor:pointer;
  display:inline-block;
  height:8px;
  margin:0 var(--space-xs);
  width:8px;
}
.carousel .carousel-dots-container .carousel-dot.active{
  background-color:#5282fc;
}
.carousel-is-moving .hide-on-drag{
  opacity:0;
  transition:opacity 250ms ease;
}
.carousel .list.list-group{
  overflow:initial;
}
.carousel svg{
  max-width:100%;
}
.carousel .rc-image>.image-inner {
  width: 100%;
  height: 100%;
}

.has-accessible-features .carousel .carousel-navigation:focus{
  box-shadow:0 0 0 3px var(--color-focus-outer);
}
/* Submenu组件 */
.submenu{
  cursor:pointer;
  display:inline-flex;
  /*margin-left:var(--space-base);*/
  position:relative;
  margin-left: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 30px;
}
.submenu{
  -servicestudio-height:auto !important;
}
.submenu:hover .submenu-icon:before{
  border:var(--border-size-s) solid var(--color-neutral-9);
  border-right:0;
  border-top:0;
}
.submenu.active.open .submenu-item{
  color:var(--color-primary);
}
.submenu.active .submenu-header{
  border-bottom:var(--border-size-m) solid var(--color-primary);
}
.submenu.active .submenu-item,
.submenu.active .submenu-item a{
  color:var(--color-primary);
}
.submenu.active .submenu-icon:before{
  border:var(--border-size-s) solid var(--color-primary);
  border-right:0;
  border-top:0;
}
.submenu.open .submenu-icon{
  top:3px;
  -webkit-transform:rotate(135deg);
          transform:rotate(135deg);
}
.submenu.open .submenu-items{
  width: auto;
  opacity:1;
  pointer-events:auto;
  -webkit-transform:translateY(0px);
          transform:translateY(0px);
}
.submenu.is--dropdown .submenu-icon{
  display:inline-flex;
  align-content: normal;
  margin-top: 0px;
}
.submenu-header{
  box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items:center;
  border-bottom:var(--border-size-m) solid transparent;
  border-top:var(--border-size-m) solid transparent;
  display:flex;
  padding:var(--space-none) var(--space-s);
  transition:all 150ms linear;
}
.submenu-icon{
  display:none;
  margin-left:var(--space-s);
  position:relative;
  top:-1px;
  -webkit-transform:rotate(-45deg);
          transform:rotate(-45deg);
  transition:all 150ms linear;
}
.submenu-icon:before{
  border:var(--border-size-s) solid var(--color-neutral-8);
  border-right:0;
  border-top:0;
  box-sizing:border-box;
  content:"";
  height:6px;
  transition:all 150ms linear;
  width:6px;
}
.submenu-item{
  box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items:center;
  color:var(--color-neutral-9);
  display:inline-flex;
  height:100%;
  position:relative;
  transition:all 150ms linear;
}
.submenu-item a{
  align-items:center;
  color:var(--color-neutral-8);
  display:flex;
  height:100%;
}
.submenu-items{
  background-color:var(--color-neutral-0);
  border:var(--border-size-s) solid var(--color-neutral-4);
  border-radius:var(--border-radius-soft);
  box-shadow:var(--shadow-m);
  display:flex;
  flex-direction:column;
  left:0;
  min-width:100px;
  opacity:0;
  padding:var(--space-s) var(--space-none);
  pointer-events:none;
  position:absolute;
  top:calc(100% + var(--space-xs));
  -webkit-transform:translateY(-8px);
          transform:translateY(-8px);
  transition:all 130ms ease-out;
  z-index:100;
}
.submenu-items{
  -servicestudio-opacity:1 !important;
  -servicestudio-pointer-events:auto !important;
  -servicestudio-top:100% !important;
  -servicestudio-transform:translateY(0px) !important;
}
.submenu-items a{
  color:var(--color-neutral-8);
  white-space:nowrap;
  padding: var(--space-s);
  margin: 0;
  width: auto;
}
.submenu-items a>span{
  white-space: nowrap;
}
.submenu-items a.active{
  color:var(--color-primary);
}

.layout:not(.layout-side) .app-menu-links .submenu a{
  border-bottom:none;
}
.layout .header .submenu-items{
  -servicestudio-display:none !important;
}
.layout .submenu{
  -servicestudio-height:100% !important;
}

.layout-side .app-menu-links .submenu a{
  border-left:none;
}
.layout-side .submenu{
  flex-direction:column;
  margin-left:var(--space-none);
  width:100%;
}
.layout-side .submenu.active .submenu-header{
  border-left:var(--border-size-m) solid var(--color-primary);
}
.layout-side .submenu.open .submenu-items{
  display:flex;
}
.layout-side .submenu .submenu-header{
  height: calc(100% + 8px);
  border-bottom:0;
  border-left:var(--border-size-m) solid transparent;
  border-top:0;
  padding:var(--space-s) var(--space-m);
}
.layout-side .submenu-item{
  flex:1;
}
.layout-side .submenu-items{
  border:none;
  box-shadow:none;
  display:none;
  opacity:1;
  padding:var(--space-xs) var(--space-m);
  pointer-events:auto;
  position:relative;
  top:0;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}
.layout-side .submenu-items a{
  padding:var(--space-s) var(--space-base);
}

.layout-side .app-menu-links .submenu-header a,
.menu-visible .app-menu-links .submenu-header a{
  padding:var(--space-none);
}

.desktop .submenu:hover .submenu-item{
  color:var(--color-neutral-9);
}
.desktop .submenu.active .submenu-header:hover .submenu-item{
  color:var(--color-primary);
}
.desktop .submenu-header:hover{
  border-bottom:var(--border-size-l) solid #5282FC;
}
.desktop .submenu-item a:hover{
  color:var(--color-neutral-9);
}
.desktop .submenu-items a:hover,
.phone .submenu-items a:hover{
  width: auto;
  background-color:var(--color-neutral-2);
  color:var(--color-neutral-9);
}
.desktop .submenu-items a.active:hover,
.desktop .submenu-items a.active:hover{
  color:var(--color-primary);
}
.desktop .layout-side .submenu .submenu-header{
  border-bottom:var(--border-size-m) solid transparent;
}
.desktop .layout-side .submenu .submenu-header:hover{
  border-bottom:var(--border-size-m) solid transparent;
}

.tablet .submenu,
.phone .submenu{
  flex-direction:column;
  margin-left:var(--space-none);
  width:100%;
}
.tablet .submenu.active .submenu-header,
.phone .submenu.active .submenu-header{
  border-left:var(--border-size-m) solid var(--color-primary);
}
.tablet .submenu.open .submenu-items,
.phone .submenu.open .submenu-items{
  display:flex;
}
.tablet .submenu-header,
.phone .submenu-header{
  border-bottom:0;
  border-left:var(--border-size-m) solid transparent;
  border-top:0;
  padding:var(--space-s) var(--space-m);
}
.tablet .submenu-item,
.phone .submenu-item{
  flex:1;
}
.tablet .submenu-items,
.phone .submenu-items{
  border:none;
  box-shadow:none;
  display:none;
  opacity:1;
  padding:var(--space-xs) var(--space-m);
  pointer-events:auto;
  position:relative;
  top:0;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}

.is-rtl .layout-side .submenu .submenu-header{
  border-left:0;
  border-right:var(--border-size-m) solid transparent;
}
.is-rtl.tablet .submenu.active .submenu-header, .is-rtl.phone .submenu.active .submenu-header{
  border-left:0;
  border-right:var(--border-size-m) solid var(--color-primary);
}
.is-rtl.tablet .submenu .submenu-header, .is-rtl.phone .submenu .submenu-header{
  border-left:0;
  border-right:var(--border-size-m) solid transparent;
}
.is-rtl .submenu-icon{
  margin-left:var(--space-none);
  margin-right:var(--space-s);
}
.is-rtl .layout-side .submenu.active .submenu-header{
  border-left:var(--border-size-none);
  border-right:var(--border-size-m) solid var(--color-primary);
}

/* MenuIcon组件 */
.menu-icon-container{
  width: 30px;
}
.menu-icon{
  margin-top: 4px;
  margin-left: 0px;
  background-color:transparent;
  border:none;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  margin-right:var(--space-m);
  padding:0;
  width:24px;
}
.desktop .menu-icon{
  display: none;
}
.menu-icon-line{
  background-color:var(--color-neutral-8);
  border-radius:20px;
  min-height:3px;
  margin:2px 0;
  width:24px;
}

/* Menu组件 */
.app-menu-content{
  height:100%;
}
.app-menu-content{
  -servicestudio-background-color:var(--header-color);
  -servicestudio-height:auto !important;
}

.app-menu-overlay{
  background-color:rgba(0, 0, 0, 0.25);
  height:100vh;
  left:0;
  opacity:0;
  pointer-events:none;
  position:fixed;
  top:0;
  transition:opacity 130ms ease-in;
  width:100vw;
  will-change:opacity;
  z-index:104;
}
.app-menu-overlay{
  -servicestudio-display:none;
}

.menu-visible .app-menu-overlay{
  opacity:1;
  pointer-events:auto;
  transition:opacity 330ms ease-out;
}

.layout .app-menu-content{
  -servicestudio-height:100% !important;
}

.layout-top .header-content{
  -servicestudio-align-items:center;
  -servicestudio-flex-direction:row;
  display: flex;
}

.layout-side .aside-navigation{
  -servicestudio-background-color:var(--color-neutral-0);
  -servicestudio-height:100%;
  -servicestudio-position:fixed;
  -servicestudio-width:var(--side-menu-size);
  -servicestudio-z-index:105;
}
.layout-side .aside-navigation > div{
  -servicestudio-height:100%;
}
.layout-side .header .app-menu-content{
  -servicestudio-flex-direction:row;
  -servicestudio-position:static;
  -servicestudio-width:100%;
}
.layout-side .header .app-menu-links{
  -servicestudio-align-items:center;
  -servicestudio-flex-direction:row;
}
.layout-side .header-navigation > div{
  -servicestudio-height:100%;
  -servicestudio-width:100%;
}

.desktop .app-menu-overlay{
  display:none;
}
.desktop .aside-overlay .app-menu-overlay{
  display:block;
}

.tablet .app-login-info,
.phone .app-login-info{
  padding:var(--space-s) var(--space-m);
}
.tablet .app-menu-content,
.phone .app-menu-content{
  background-color:var(--color-neutral-0);
  flex-direction:column;
  height:100%;
  left:calc(-1 * var(--side-menu-size));
  position:fixed;
  top:0;
  -webkit-transform:translateX(0) translateZ(0);
          transform:translateX(0) translateZ(0);
  transition:-webkit-transform 130ms ease-in;
  transition:transform 130ms ease-in;
  transition:transform 130ms ease-in, -webkit-transform 130ms ease-in;
  width:var(--side-menu-size);
  will-change:transform;
  z-index:105;
}
.tablet .menu-visible .app-menu-content,
.phone .menu-visible .app-menu-content{
  -webkit-transform:translateX(var(--side-menu-size)) translateZ(0);
          transform:translateX(var(--side-menu-size)) translateZ(0);
  transition:-webkit-transform 330ms ease-out;
  transition:transform 330ms ease-out;
  transition:transform 330ms ease-out, -webkit-transform 330ms ease-out;
}
.tablet .layout-side .header .app-menu-content,
.tablet .layout-side .aside-navigation,
.phone .layout-side .header .app-menu-content,
.phone .layout-side .aside-navigation{
  -servicestudio-display:none;
}

.tablet.landscape .layout-native.aside-expandable .app-menu-overlay{
  display:none;
}

.phone .app-menu-content{
  padding-bottom:var(--os-safe-area-bottom);
  padding-left:var(--os-safe-area-left);
}

.android [data-status-bar-height] .app-menu-content{
  padding-top:var(--status-bar-height);
}

.ios .app-menu-content{
  padding-bottom:var(--os-safe-area-bottom);
  padding-top:var(--os-safe-area-top);
}

.is-rtl.tablet .menu-visible .app-menu-content, .is-rtl.phone .menu-visible .app-menu-content{
  right:0;
  -webkit-transform:translateX(0) translateZ(0);
          transform:translateX(0) translateZ(0);
  transition:all 330ms ease-out;
}

/* LayoutTopMenu */
html,
body,
#reactContainer,
#transitionContainer,
.screen-container{
  height:100%;
}

.screen-container{
  overflow-x:hidden;
  overflow-y:auto;
}

.layout{
  display:flex;
  min-height:100vh;
  margin-top: 4px;
  margin-left: 10px;
}
.layout.layout-top, .layout.layout-top:not(.layout-native){
  flex-direction:column;
}
.layout.layout-left{
  flex-direction:row;
}
.layout.layout-side .main{
  margin-left:var(--side-menu-size);
}
.layout.layout-side.aside-overlay .main{
  margin-left:0;
}
.layout.layout-native{
  -servicestudio-min-height:100vh !important;
}
.layout.layout-native .main{
  width:100%;
}
.layout.aside-expandable .main{
  margin-left:0;
}
.layout .main{
  display:flex;
  flex:1;
  flex-direction:column;
}

.main,
.fixed-header .main{
  padding-top:0;
}

.layout-native .aside-navigation,
.layout-top .aside-navigation{
  -servicestudio-display:none !important;
}

.ios .layout{
  min-height:100%;
}
.ios .layout-native .footer{
  height:calc(var(--os-safe-area-bottom) + var(--bottom-bar-size));
}

.desktop .layout-native.aside-visible, .desktop .layout-native.aside-expandable,
.tablet .layout-native.aside-visible,
.tablet .layout-native.aside-expandable{
  --side-menu-size:264px;
}

.desktop .layout-native.aside-visible .main, .desktop .layout-native.aside-expandable .main{
  width:calc(100% - var(--side-menu-size));
}

.tablet.landscape .layout-native.aside-visible .main, .tablet.landscape .layout-native.aside-expandable .main{
  margin-left:var(--side-menu-size);
  width:calc(100% - var(--side-menu-size));
}
.tablet.landscape .layout-side.layout-native.aside-expandable.menu-visible .main{
  margin-left:var(--side-menu-size);
}
.tablet.landscape .layout-side.layout-native.aside-expandable .main{
  margin-right:0;
}

.tablet .layout-side .main,
.phone .layout-side .main{
  margin-left:0;
}

.phone .layout:not(.layout-native) [class*=ThemeGrid_Width]:not(.no-responsive){
  margin:var(--space-none) var(--space-none) var(--space-base) var(--space-none);
  width:100%;
}

.is-rtl.tablet .layout-native.aside-visible .main, .is-rtl.tablet .layout-native.aside-expandable .main{
  margin-left:0;
  margin-right:var(--side-menu-size);
}
.is-rtl.tablet .layout-side .main{
  margin-right:0;
}
.is-rtl.tablet.landscape .layout-side.layout-native.aside-expandable.menu-visible .main{
  margin-left:0;
  margin-right:var(--side-menu-size);
}
.is-rtl.tablet.landscape .layout-side.layout-native.aside-expandable .main{
  margin-right:0;
}
.is-rtl.phone .layout-side .main{
  margin-right:0;
}
.is-rtl .layout-side .main{
  margin-left:0;
  margin-right:var(--side-menu-size);
}
.is-rtl .layout-side .aside-overlay .main{
  margin-right:0;
}
.is-rtl .aside-expandable .main{
  margin-right:0;
}

/* ColumnsMediumLeft/ColumnsMediumRight组件 */
.columns{
  width: 100%;
  display:flex;
  border: none;
}
.columns > .columns-item{
  flex:1;
  word-break:break-word;
  height: auto;
}

.columns > .columns-item > .card{
  height:100%;
}
.columns:not(.gutter-none) > .columns-item{
  min-width:0;
}
.columns.columns-small-left > .columns-item:last-child,.columns.columns-small-right > .columns-item:first-child{
  flex:3;
}
.columns.columns-medium-right > .columns-item:first-child,.columns.columns-medium-left > .columns-item:last-child{
  flex:2;
}
.columns.columns-small-left > .columns-item:last-child,.columns.columns-small-right > .columns-item.columns-item-first{
  flex:3;
}
.columns.columns-medium-right > .columns-item.columns-item-first,.columns.columns-medium-left > .columns-item:last-child{
  flex:2;
}

.phone.columns.gutter-none.phone-break-all,
.phone.columns.gutter-xs.phone-break-all,
.phone.columns.gutter-s.phone-break-all,
.phone.columns.gutter-base.phone-break-all,
.phone.columns.gutter-m.phone-break-all,
.phone.columns.gutter-l.phone-break-all,
.phone.columns.gutter-xl.phone-break-all,
.phone.columns.gutter-xxl.phone-break-all {
    margin-left: 0;
    margin-right: 0;
}
.phone .phone-break-all{
  flex-direction: column;
}
.phone .columns.phone-break-all>.columns-item:last-child {
  margin-left: 0;
}
/* .columns.gutter-none{
  margin-right:calc(-1 * var(--space-none) / 2);
} */
.columns.gutter-none > .columns-item{
  margin:var(--space-none) calc(var(--space-none) / 2);
}
.tablet .columns.gutter-none.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-none.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-none.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-none.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-none);
}
.phone .columns.gutter-none.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-none.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-none.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-none.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-none);
}
/* .columns.gutter-xs{
  margin-right:calc(-1 * var(--space-xs) / 2);
} */
.columns.gutter-xs > .columns-item{
  margin:var(--space-none) calc(var(--space-xs) / 2);
}
.tablet .columns.gutter-xs.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xs.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xs.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xs.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xs);
}
.phone .columns.gutter-xs.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xs.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xs.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xs.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xs);
}
.phone .rc-form .columns.gutter-xs.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xs.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xs.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xs.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-s{
  margin-right:calc(-1 * var(--space-s) / 2);
} */
.columns.gutter-s > .columns-item{
  margin:var(--space-none) calc(var(--space-s) / 2);
}
.tablet .columns.gutter-s.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-s.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-s.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-s.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-s);
}
.phone .columns.gutter-s.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-s.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-s.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-s.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-s);
}
.phone .rc-form .columns.gutter-s.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-s.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-s.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-s.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-base{
  margin-right:calc(-1 * var(--space-base) / 2);
} */
.columns.gutter-base > .columns-item{
  margin:var(--space-none) calc(var(--space-base) / 2);
}
.tablet .columns.gutter-base.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-base.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-base.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-base.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-base);
}
.phone .columns.gutter-base.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-base.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-base.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-base.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-base);
}
.phone .rc-form .columns.gutter-base.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-base.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-base.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-base.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-m{
  margin-right:calc(-1 * var(--space-m) / 2);
} */
.columns.gutter-m > .columns-item{
  margin:var(--space-none) calc(var(--space-m) / 2);
}
.tablet .columns.gutter-m.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-m.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-m.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-m.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-m);
}
.phone .columns.gutter-m.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-m.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-m.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-m.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-m);
}
.phone .rc-form .columns.gutter-m.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-m.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-m.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-m.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-l{
  margin-right:calc(-1 * var(--space-l) / 2);
} */
.columns.gutter-l > .columns-item{
  margin:var(--space-none) calc(var(--space-l) / 2);
}
.tablet .columns.gutter-l.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-l.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-l.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-l.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-l);
}
.phone .columns.gutter-l.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-l.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-l.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-l.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-l);
}
.phone .rc-form .columns.gutter-l.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-l.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-l.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-l.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-xl{
  margin-right:calc(-1 * var(--space-xl) / 2);
} */
.columns.gutter-xl > .columns-item{
  margin:var(--space-none) calc(var(--space-xl) / 2);
}
.tablet .columns.gutter-xl.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xl.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xl.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xl.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xl);
}
.phone .columns.gutter-xl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xl);
}
.phone .rc-form .columns.gutter-xl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}
/* .columns.gutter-xxl{
  margin-right:calc(-1 * var(--space-xxl) / 2);
} */
.columns.gutter-xxl > .columns-item{
  margin:var(--space-none) calc(var(--space-xxl) / 2);
}
.tablet .columns.gutter-xxl.tablet-break-first:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xxl.tablet-break-last:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xxl.tablet-break-middle:only-child > .columns-item:not(:last-child), .tablet .columns.gutter-xxl.tablet-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xxl);
}
.phone .columns.gutter-xxl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xxl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xxl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .columns.gutter-xxl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom:var(--space-xxl);
}

.phone .rc-form .columns.gutter-xxl.phone-break-first:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xxl.phone-break-last:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xxl.phone-break-middle:only-child > .columns-item:not(:last-child), .phone .rc-form .columns.gutter-xxl.phone-break-all:only-child > .columns-item:not(:last-child){
  margin-bottom: 0px;
}

/* 去掉多列布局的左边距开始 */
.desktop .rc-block > .columns > :first-child {
  margin-left: 0;
}
.desktop .rc-block > .columns > :last-child {
  margin-right: 0;
}
/* .desktop .rc-block > .columns.gutter-xs {
  margin-left:calc(-1 * var(--space-xs) / 2);
  flex: 1
}
.desktop .rc-block > .columns.gutter-s {
  margin-left:calc(-1 * var(--space-s) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-base {
  margin-left:calc(-1 * var(--space-base) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-m {
  margin-left:calc(-1 * var(--space-m) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-l {
  margin-left:calc(-1 * var(--space-l) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-xl {
  margin-left:calc(-1 * var(--space-xl) / 2);
  flex: 1;
}
.desktop .rc-block > .columns.gutter-xxl {
  margin-left:calc(-1 * var(--space-xxl) / 2);
  flex: 1;
} */
/* 去掉多列布局的左边距结束 */

.columns:only-child > .columns-item{
  margin-bottom:var(--space-none);
}

.phone .columns.phone-break-first > .columns-item:first-child, .phone .columns.phone-break-last > .columns-item:last-child, .phone .columns.phone-break-all > .columns-item, .phone .columns.columns2.phone-break-middle > .columns-item, .phone .columns.columns3.phone-break-middle > .columns-item:last-child, .phone .columns.columns-small-left.phone-break-middle > .columns-item, .phone .columns.columns-medium-left.phone-break-middle > .columns-item, .phone .columns.columns-small-right.phone-break-middle > .columns-item, .phone .columns.columns-medium-right.phone-break-middle > .columns-item{
  flex:none;
  width:100%;
}
.phone .columns.phone-break-all > .columns-item {
  margin-left: 0;
  margin-right: 0;
}
.phone .columns.columns4.phone-break-middle > .columns-item{
  flex:none;
  width:50%;
}
.phone .columns.columns5.phone-break-middle > .columns-item:nth-child(1), .phone .columns.columns5.phone-break-middle > .columns-item:nth-child(2), .phone .columns.columns5.phone-break-middle > .columns-item:nth-child(3), .phone .columns.columns6.phone-break-middle > .columns-item:nth-child(1), .phone .columns.columns6.phone-break-middle > .columns-item:nth-child(2), .phone .columns.columns6.phone-break-middle > .columns-item:nth-child(3){
  flex:none;
  width:33.333%;
}

.tablet .columns.tablet-break-first > .columns-item:first-child, .tablet .columns.tablet-break-last > .columns-item:last-child, .tablet .columns.tablet-break-all > .columns-item, .tablet .columns.columns2.tablet-break-middle > .columns-item, .tablet .columns.columns3.tablet-break-middle > .columns-item:last-child, .tablet .columns.columns-small-left.tablet-break-middle > .columns-item, .tablet .columns.columns-medium-left.tablet-break-middle > .columns-item, .tablet .columns.columns-small-right.tablet-break-middle > .columns-item, .tablet .columns.columns-medium-right.tablet-break-middle > .columns-item{
  flex:none;
  width:100%;
}
.tablet .columns.columns4.tablet-break-middle > .columns-item{
  flex:none;
  width:50%;
}
.tablet .columns.columns5.tablet-break-middle > .columns-item:nth-child(1), .tablet .columns.columns5.tablet-break-middle > .columns-item:nth-child(2), .tablet .columns.columns5.tablet-break-middle > .columns-item:nth-child(3), .tablet .columns.columns6.tablet-break-middle > .columns-item:nth-child(1), .tablet .columns.columns6.tablet-break-middle > .columns-item:nth-child(2), .tablet .columns.columns6.tablet-break-middle > .columns-item:nth-child(3){
  flex:none;
  width:33.333%;
}
/* 多列布局宽度减去外边距 START */
/* 四列布局 */
.phone .columns.columns4.phone-break-middle.gutter-xs > .columns-item{
  width: calc(50% - var(--space-xs));
}
.phone .columns.columns4.phone-break-middle.gutter-s > .columns-item{
  width: calc(50% - var(--space-s));
}
.phone .columns.columns4.phone-break-middle.gutter-base > .columns-item{
  width: calc(50% - var(--space-base));
}
.phone .columns.columns4.phone-break-middle.gutter-m > .columns-item{
  width: calc(50% - var(--space-m));
}
.phone .columns.columns4.phone-break-middle.gutter-l > .columns-item{
  width: calc(50% - var(--space-l));
}
.phone .columns.columns4.phone-break-middle.gutter-xl > .columns-item{
  width: calc(50% - var(--space-xl));
}
.phone .columns.columns4.phone-break-middle.gutter-xxl > .columns-item{
  width: calc(50% - var(--space-xxl));
}
/* 多列布局宽度减去外边距 END */

/* tabs系列组件 */
.tabs-main {
  background-color: #f1f1f1;
  height: 100%;
}
.tabs-main .tabs {
  /* margin-bottom: 12px; */
}
.tabs{
  display:flex;
  flex-wrap:wrap;
}
.tabs .tabs-list {
    min-height: 40px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: scroll;
}
.tabs .tabs-list .tabs-active {
  background-color: #FFFFFF;
}
.tabs .tabs-container {
  height: 40px;
  width: -webkit-max-content;
  width: max-content;
  min-width: 120px;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #FFFFFF;
  border-right: 1px solid #EDEDED;
  border-left: none;
}
.tabs .tabs-container-active {
  border-bottom: 2px solid var(--theme-color);
}
.tabs .tabs-container:hover {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.tabs .rc-container .tabs-expression {
  margin-right: 2px;
  height: 40px;
  line-height: 40px;
  align-items: flex-start;
  overflow: hidden;
}
.tabs .rc-container .tabs-expression-active {
  /* color: #5282FC; */
}
.tabs .tabs-container .tabs-icon .svg-icon {
  width: 12px;
  height: 12px;
}
.tabs .tabs-container > .tabs-icon {
  display: none;
  color: #CFCFCF;
}
.tabs .tabs-container:hover > .tabs-icon {
  display: inline-block;
  /* color: #5282FC; */
}
.tabs .tabs-icon:hover {
  color: #FFF;
  background-color: #D9DADA;
  border-radius: 50%;
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}
.tabs .refresh {
  display: none;
  -webkit-animation: loading 1s linear 0s infinite;
          animation: loading 1s linear 0s infinite;
}

.tabs .tabs-container:hover > .tabs-expression {
  /* color: #5282FC; */
}

.tabs-embed-container {
  /* height: calc(100% - 40px); */
  background-color: #FFF;
}
.tabs-embed-container .tabs-placeholder {
  height: 100%;
}
.tabs-embed-container .tabs-placeholder:not(:last-child) {
  display: none;
}



.tabs.justified .tabs-header{
  width:100%;
}
.tabs.justified [data-block*=TabsHeaderItem]{
  flex:1;
}
.tabs.justified [data-block*=TabsHeaderItem] .tabs-header-tab{
  margin-left:var(--space-none);
}
.tabs.tabs-vertical{
  flex-direction:row;
  flex-wrap:nowrap;
}
.tabs.tabs-vertical.justified .tabs-header{
  height:auto;
}
.tabs.tabs-vertical.tabs-header-right .tabs-header{
  order:2;
}
.tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-tab{
  border-left:var(--border-size-m) solid transparent;
  border-right:var(--border-size-none);
  padding:var(--space-s) var(--space-none) var(--space-s) var(--space-m);
}
.tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-tab.active{
  border-left:var(--border-size-m) solid var(--color-primary);
}
.tabs.tabs-vertical.tabs-header-right .tabs-content{
  border-left:var(--border-size-none);
  border-right:var(--border-size-s) solid var(--color-neutral-5);
  margin-left:var(--space-none);
  margin-right:-1px;
}
.tabs.tabs-vertical .tabs-header,
.tabs.tabs-vertical .tabs-header .ListRecords{
  flex-direction:column;
  height:100%;
  width:auto;
  word-break:initial;
}
.tabs.tabs-vertical .tabs-header .tabs-header-tab{
  border-bottom:var(--border-size-none);
  border-right:var(--border-size-m) solid transparent;
  justify-content:flex-start;
  margin-left:var(--space-none);
  padding:var(--space-s) var(--space-m) var(--space-s) var(--space-none);
}
.tabs.tabs-vertical .tabs-header-tab.active{
  border-right:var(--border-size-m) solid var(--color-primary);
}
.tabs.tabs-vertical .tabs-content{
  border-left:var(--border-size-s) solid var(--color-neutral-5);
  border-top:var(--border-size-none);
  margin-left:-1px;
  margin-top:var(--space-none);
  padding:var(--space-none) var(--space-m);
}
.tabs .tabs-header,
.tabs .tabs-header .list{
  display:flex;
  overflow-x:auto;
  position:relative;
  width:100%;
  z-index:2;
}
.tabs .tabs-header-tab{
  align-items:center;
  border-bottom:var(--border-size-m) solid transparent;
  color:var(--color-neutral-8);
  cursor:pointer;
  display:flex;
  justify-content:center;
  margin-left:var(--space-l);
  padding:var(--space-base) var(--space-xs);
  transition:border 150ms linear;
  white-space:nowrap;
  width: -webkit-max-content;
  width: max-content;
}
.tabs .tabs-header-tab.active{
  border-bottom:var(--border-size-m) solid var(--color-primary);
  color:var(--color-neutral-10);
  font-weight:var(--font-semi-bold);
}
.tabs .tabs-content{
  border-top:var(--border-size-s) solid var(--color-neutral-5);
  flex-grow:1;
  margin-top:-1px;
  padding:var(--space-m) var(--space-none);
  position:relative;
  width:100%;
  z-index:auto;
}
.tabs .tabs-content-tab:not(.open){
  display:none;
}
.tabs .tabs-content-tab:not(.open){
  -servicestudio-display:block !important;
}

[data-block*=TabsHeaderItem]:first-child .tabs-header-tab{
  margin-left:var(--space-none);
}

.popup-dialog .tabs .tabs-content-tab:not(.open){
  display:none;
}
.popup-dialog .tabs .tabs-content-tab:not(.open){
  -servicestudio-display:block !important;
}

.layout-native .tabs.tabs-section-group .tabs-content{
  overflow:initial;
}
.layout-native .tabs.tabs-vertical .tabs-content-tab:not(.open){
  display:none;
}
.layout-native .tabs.tabs-vertical .tabs-content .tabs-content-wrapper{
  -webkit-transform:translateX(0px) translateZ(0px) !important;
          transform:translateX(0px) translateZ(0px) !important;
}
.layout-native .tabs-content{
  overflow:hidden;
  white-space:nowrap;
  width:100%;
}
.layout-native .tabs-content{
  -servicestudio-overflow:visible;
  -servicestudio-white-space:normal;
}
.layout-native .tabs-content-wrapper{
  transition:-webkit-transform 230ms ease-in-out;
  transition:transform 230ms ease-in-out;
  transition:transform 230ms ease-in-out, -webkit-transform 230ms ease-in-out;
}
.layout-native .tabs-content-tab{
  display:inline-flex;
  height:100%;
  position:relative;
  vertical-align:top;
  white-space:normal;
  width:100%;
  overflow:hidden;
}
.layout-native .tabs-content-tab > *{
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
.layout-native .tabs-content-tab > *{
  -servicestudio-position:relative;
}
.layout-native .tabs-content-tab.open > *{
  position:relative;
}
.layout-native .tabs-content-tab:not(.open){
  display:inline-block;
}

.desktop .tabs.tabs-vertical .tabs-header-tab:hover{
  border-bottom:var(--border-size-none);
  border-right:var(--border-size-m) solid var(--color-neutral-6);
}
.desktop .tabs.tabs-vertical .tabs-header-tab.active:hover{
  border-right:var(--border-size-m) solid var(--color-primary);
}
.desktop .tabs.tabs-vertical.tabs-header-right .tabs-header-tab:hover{
  border-left:var(--border-size-m) solid var(--color-neutral-6);
}
.desktop .tabs.tabs-vertical.tabs-header-right .tabs-header-tab.active:hover{
  border-left:var(--border-size-m) solid var(--color-primary);
  border-right:var(--border-size-none);
}
.desktop .tabs-header-tab:hover{
  border-bottom:var(--border-size-m) solid var(--color-neutral-6);
  color:var(--color-neutral-10);
}
.desktop .tabs-header-tab.active:hover{
  border-bottom:var(--border-size-m) solid var(--color-primary);
}

.is-rtl .tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-tab{
  border-left:var(--border-size-none);
  border-right:var(--border-size-m) solid transparent;
  margin:0;
  padding:var(--space-s) var(--space-m) var(--space-s) var(--space-none);
}
.is-rtl .tabs.tabs-vertical.tabs-header-right .tabs-content{
  border-left:var(--border-size-s) solid var(--color-neutral-5);
  border-right:0;
}
.is-rtl .tabs.tabs-vertical .tabs-header-tab{
  border-left:var(--border-size-m) solid transparent;
  border-right:var(--border-size-none);
  margin:0;
  padding:var(--space-s) var(--space-none) var(--space-s) var(--space-m);
}
.is-rtl .tabs.tabs-vertical .tabs-header-tab.active{
  border-left:var(--border-size-m) solid var(--color-primary);
  border-right:var(--border-size-none);
}
.is-rtl .tabs.tabs-vertical .tabs-content{
  border-left:0;
  border-right:var(--border-size-s) solid var(--color-neutral-5);
}
.is-rtl .tabs-header-tab{
  margin-left:0;
  margin-right:var(--space-l);
}
.is-rtl [data-block*=TabsHeaderItem]:first-child .tabs-header-tab{
  margin-right:0;
}
.is-rtl.desktop .tabs.tabs-vertical .tabs-header-tab:hover{
  border-left:var(--border-size-m) solid var(--color-neutral-6);
  border-right:var(--border-size-none);
}
.is-rtl.desktop .tabs.tabs-vertical .tabs-header-tab.active{
  border-left:var(--border-size-m) solid var(--color-primary);
  border-right:var(--border-size-none);
}

/* DropdownSearch */
.DropdownSearch .header{
  position: relative;
  height: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  align-items: center;
  align-content: center
}
.DropdownSearch .header .my-input {
  height: 34px;
  margin-left: 15px;
  margin-bottom: 0px;
  border: none;
}
.DropdownSearch .header .my-input input {
  padding-left: 0px;
  border: none;
}
.DropdownSearch .header-icon-down {
  position: absolute;
  right: 15px;
  font-size: 16px;
  transition: all 180ms linear;
}
.DropdownSearch .container2 {
  position:absolute;
  max-height: 300px;
  overflow-y: auto;
  width:100%;
  cursor: pointer;
  z-index: 2001;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-color: #FFF;
}
.DropdownSearch .search-input {
  margin-bottom: 8px;
}
.DropdownSearch .search-input input {
  padding-left: 40px;
}
.DropdownSearch .item {
  height: 36px;
  padding-left: 5px;
  line-height: 36px;
}
.DropdownSearch .item:hover {
  background-color: #F1F3F5;
}
.DropdownSearch .list1 {
  min-height: 36px;
  height: -webkit-max-content;
  height: max-content;
}
.DropdownSearch .container6 {
  display: none;
}
.DropdownSearch .text2 {
  line-height: 40px;
}

/* 经典模板 */
.pageContainerClassics{
    display:flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rc-container.pageWithAuto{
    width: auto;
}

.pageFlexAuto{
    flex: 1;
}

.rc-container.pageLeftPosition{
    margin-left: 10px;
}

/* 新的模板 */
.pageContainer{
    display:flex;
    height:100%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #f3f6f8;
}

.pageContainerCenter{
    flex:1;
    overflow: hidden;
}

.pageContainerBottom{
    height: 40px;
    background: #f3f6f8;
    margin-top: 3px;
    margin-bottom: 3px;
}

.templateMargin{
    margin: 0 10px 0 10px;
}

.templatePadding{
    padding: 10px 10px 10px 10px;
}

.templateCenterPadding{
    padding: 0 10px 0 10px;
}

.templateRight{
   justify-content: flex-end;
}

.templateMiddle{
    height:100%;
    display:flex;
    align-content: center;
    align-items: center;
}

.templateBottom{
    padding-bottom: 5px;
}

.templateTable{
    max-height: 100%;
    margin-left: 10px;
}

.templateLink:hover{
    text-decoration: underline;
    color: var(--theme-color);
}

.templateDelete{
    color: gray;
}

.templateDelete:hover{
    text-decoration: underline;
    color: red;
}

.templateScreen{
    border-color: var(--theme-color);
    background:none;
}

.rc-text.textThemeColor.templateThemeColor{
     color: var(--theme-color);
}

.rc-link>.rc-expression.templateColor{
    color: var(--theme-color);
}

.rc-icon.templateIcons {
    width: 30px;
     height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e5e7;
}

.templateIcons:hover {
    cursor: pointer;
    background-color: #f1f2f3;
}

.rc-icon.filterIcon {
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

.refreshIcon  {
    border-right: 1px solid #e4e5e7;
    border-radius: 0 3px 3px 0;
}

/* 流程相关 */
.rc-container.process-item {
    transition: width 2s, height 2s, -webkit-transform .5s;
    transition: width 2s, height 2s, transform .5s;
    transition: width 2s, height 2s, transform .5s, -webkit-transform .5s;
}
.rc-container.process-item:hover {
    border: 1px solid #409eff;
    box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
}

/* 垂直居中 */
.ywVerCenter{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* 水平居中 */
.ywHorCenter{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

.desktop .logoPadding{
    padding-left: 15%;
    padding-right: 15%;
}


.rc-popup-dialog .rc-popup.popDelete .popup-title {
  left: 20px !important;
  color: #303133;
  font-size: 18px;
}


/* 表格列显示隐藏组件 START */

div.table-column-display-manage-popup.rc-popup-air-bubbles .rc-popup-air-buttles-content, div.table-column-display-manage-popup.rc-popup.rc-popup-air-bubbles .rc-popup-air-buttles-content {
    padding-left: 0;
    padding-right: 0;
}

.table-column-display-manage-popup .search-wrap {
    padding: 0 8px;
    border-bottom: 1px solid #ebecee;
}
.table-column-display-manage-popup .search-wrap .rc-input {
    border: none;
}
.table-column-display-manage-popup .search-wrap .rc-input input {
    border: none;
    padding-left: 10px;
}

.table-column-display-manage-popup .check-column-wrap {
    padding: 0 8px;
}
.table-column-display-manage-popup .check-column-item {
    height: 36px;
    align-items: center;
    align-content: center;
}

.table-column-display-manage-popup .check-column-item .rc-checkbox .square-checkbox {
    color: var(--theme-color, #5282FB)!important;
}

.table-column-display-manage-popup .check-column-item .rc-text, .check-column-item .rc-expression {
    margin-left: 10px;
    font-size: 14px;
}

.table-column-display-manage-popup .check-column-all .rc-text {
    color: var(--theme-color, #5282FB);
}

/* 表格列显示隐藏组件 END */
.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,iVBORw0KGgoAAAANSUhEUgAAAUAAAABgCAYAAABsS6soAAAV6klEQVR42u2dC1hU1drHN4iinbKOR/GI2cVbddI0SVA/tbKyLL8e+75jJmh5zTJPePpKO2llnifvR4+ppYKVwBgqcvOCoqIpouINhQFNAUFguDPcrzP/b717ZtOI2O3szRC863l+zxr2bGbtvZn58V97rb1HAiD9WrhYSo8e3cHtc+Fiv/ffb/HXTS5jAXLhwuX3WliAnMA4AXLhBMgC5MKFCydAFiAnME6AXDgBsgC5cOHCCZAFyAmMEyAXToAsQC5cuHACZAFyAvsdtu/v7+/Q2OPmUJrb9mhVks9+h8Y4f/SLek7vXoDcH7bM5gTIhYsKZeOmjQgICDDrdDqzLmCbSdS1Adt0dQE6erzNLJ5DAD2n00F+LKDfUbl9BWrPZN0ek3UbaunxNp1Ypn37vwg127eVn6mq4Kep0MtEbJ3VJKKwiwAZC2r8B+L2fx76QKekpsJYbESRsQhFRYUoJAqLYDQWiuXFKC4Wj0uoLobBYJAloGb7xeK1K8orYCwS7Ys28wvzkV+Uh7zCPBQY8+Rtou0rF+vQumq1T0Vpv6629ic5lhSNrZeXYcfZHXL7WgmwpjBNhh7fLgESWkvQbgmQYZoSSlx5ufmy6PLzC5BfUIAiIZtigsRUWiHLiairrZFr9QVoxLm04wi+thnnMr7HBcMJXMyIQULWSVzIikbcjRO4cCMa58U6WglQ3vcGKGLefsYfvlcXIrHyEMIN6/DBxnnaCNCa8EiAtyRC63NNmQLtIkA131xq0LdvX7SmBKYc/+aSALU8/nRuTXQrTVmZmcjLz5fTHZGXZxWhSF6U+kgEigzUFBAR+N0Oc35ePnwTF2JP4QrsL/w3zpXvRFx5KC6UheBc2S4cMX6FS1XhCLm6GXm5BRC/o6oAD8QfxmdH52J3XJC8/7YC1J36Bl8kvofwnNXwS12MwNQVWJvojY5zu41WUzaU7mwFVy/ABuKrLIiRabEJkP4ggd9tR3ORn70EaMdE1KqOvy5AZ8rMzIAhy4C0tDSkp6cjK4skmCskkC+LsEBgVARYrLYAt5tzc/Ow+uwcbM54E345cxFuXIII40pEFK/EvqIV2FO0HGH5S7E29u/IyctT7e9D5bMvP8fC2AkIMn6Ij6Jfx7eRAfUC3HFGh5UX5sA33RvL9VOw9NJULIufBs/AFyBNcemvhQBJblTLP9sIUBFfUwnQrgmQDr69kyB98MZP8EJrTICt6fjrdAF1GUKA19OuIzX1Oq5fT0Na+g0hwSzkZGcLEebLx6PAmoiMJUWqHpvtQoAktXlRXlicNA7r09/ApowZ8MmcBZ+sWdic+RZ8M/+GfyaOwweHPZGbk0sCNKvRttP0ru6vRTyO+fFPwfv8ECz+4UXMPjIG3xwQ/wRj/fFe9Mt469xAeB3vgzeODcTMaA+87D8Cn3+5XHX52AqQaJgIFTG2igRIJ13pTUejTfb88NlTgPZMgK3p+NMIa0ZGJq4L+dFgSHJKqizCtPQ0ZInl1CXMFYKSu4TFxVokQOSIBPh/Bz2xIP4FLEh8AZ8mjsEnSWPwceLzQk6j8HasG/436gFMCR0j1lVPgNJk16Ejtt6HcUe6YOyhThgV2QavRHeGZ/iTmHbgGYyJuguDwyQMDpHwRLAE9033IybpjCaDIDSwYSs45efG0h+xddX4lpsAlZEnevMtWrwc9vrwNYcE+Fvr/1SADY9/U7V/u+OvVfsiAZop7ZH09Il6wRVcS06RZXhddImJLEMWsrMt58aMRjkBmtUUIAl27sHxGBflitdP9MOUmH5448SjmBzzkJCTK57c/QcMC7kDk0JGi3VzVe0Cf7j2Uwza3BUeoUJwIRbZjdzTFsPCHOEWJMFth4RBgsEbeiEmMbb+HKgWAiSxlV6LbFSAtNwWrQXYKhOgcs6pIZwAW+7xJ5llCdGT8OIT9EiIT4BefxnJ15JFGkyxdIuFBOkcoTIwoHoCFOcaJwU/gyHBzvAIbodhoR2E8NpjWHB7uO9qgycE7sFt4bnrGXmwRk0B0r4En9qHv6z/Ex4PlDBgm4THdIIACf39JfQT9F9zLw5fiL5p/7WQX07S1yi6uE8WnG0iVKRHzyu06ATYHM5BteJpIa3q+NN+UsKLT0hAfLyFBCFCvagTEy8jJdkiwVRxbpASMU1ZUVuAdLy9/MabevlI6O3jgN5bJDy0xQF9fCXQsl6i7u3riIm7Rsnrqi1Aktqm8K3otaozHv5aQp/NVkTbj6x4AIfOHpWPgWX/1ROgkyR1oJrO5ykCtEWRoPLz9VP/qqdFJ8DmMgrZWgXYmo4/7S99sBX52UJpMEGfgFTreUFCKwF6bh1v6u1D0mkjS7CXqPv4OIrHjlDESOtoJUDa3/WhW3D/0i7o9aUTem5wQp/P70fo8X31+27ZfxUFeIejC0ECpIRnKzgSHi23lwB5HmArFmBr219bASZYa328XqTCRLnWy+lQf5MA1L4SRHdAJwvOUyTBSXL9qolSIdXyckFY9B5VJ2IrAqTXVPY/4NBOuK3ujyGrPbA35uBN8qPjpLSvmgCdnJ4m0SmJT7nigySnCNBWfC0+ATKMPbr8ytUe5WWiLitHWbmlLi8vl68AofOitQItrgRRupaNXY3R8MoMNS/FUwSoyI2gAaG9sYcQFXe8fpkttK6aXeCGArTFngLka4GZVoFyMwDqVjaCueEy5WYAarf/E9twU9tatv9rboag1o1LrOcB+5LQGoMTIMMwzZKmKLcTI98NhmGYFi9Ae96PkgXIMEyrvXcnC5BhGE6ALECGYTgBsgAZhuEEyAJkGBYgJ0AWIMOwADkBsgAZhgXICZAFqPo9Abl9hgXICZBhGBYgJ0BOgNw+wwLkBMgwDAuQEyAnQG6fYQFyAmQYhgXICZATILfPsAA5ATIMwwLkBMgJkNtv/qTufMuBuBH8tozyMwuQEyDDqE7Klun4LajZftrOt39k12xTWtCcOkFNuoXatF3vmNN2zjYr62ja/i9Aab8pyvvzFshfB7Bo8XJMmj5XronxE7z4O0E4AXL7agig9FoMaktybqX41mWVWXpVBURCodc1VeWjpiAV1WWZqCnJRFVxOqpKbqCm1IDaCtqWbJgqC+R16XfUSnBK+/SlTz9FbFIU/C8vQfD5ALn9pkpi9P0jivjoW+tIfAQt4wTIMCoIsKbwuiDtJixSKrgJEgHV6gswG+fSjiPs2mZcyPgel7JOIN5wEgmGGPlx3I3jOJd+XF6H1tVCgA333/YYbD/jD9+rC5FYeQjhhnXw9R2nunxIaI2hCM9WgLbPt4oE2NTfVdu3b19wAvyxfXsd/yZKgObKzHj5A19p0MsJryorEdUkxaLGZJivtgDN1YWp8ElYgD2FyxFhXINzFUG4UB6GuIpwxFWGIbL4CyTW7MWuqxtkWastwCh9BFYenIOjUevl/beVoO7UN/gi8T2E56yGX+piBKauwNpEb3Sc22202gJsrNA/HfpKUBJgSMgNWYBUtE6BzSYBKl8H2NQfwOYiQXvTko9/qs8Mh5SvZ5hIgJVCepWZCRaEBCqz9agWXVJZBEU3bCSosgCD3jZXFqRgTey72JQ5C3457yLc+DkiilfK7JNZgd3G5VhxerbqAgz1nYCFsRMQZPwQH0W/jpPfb6qXX0zUZqy8MAe+6d5Yrp+CpZemYln8NMwIfBrSFJf+WgjQ0T30Fqg0tQCbRQJUvrTaHh9AOsD2lqC9E2BLP/4WAc6sqUiPE9JLQHnKaVSQDDP1chqsyk4S5+VSLF3kojTrecFslQU421SRfxX/iPLCZ0njsCFjMjZmzYBP1iz4GIi3sSN/gXjuJXhH/lVsj3oCdJre1d1r/wDMj38K3ueHYPEPL2L2kTGIOboR0Yc34b3ol/HWuYHwOt4HbxwbiJnRHhjv74EI34madIGbkwDtngDp5Cd9+CgC2+sD2BwkaC9aw/EXAnRM/ebNqvK08yjPvISy5FMoSzmJihsXUZlxSZZiVbZIhoYkVOdTKkrXRoB5VzD/sCf+Ef88Pk4ajU8vv4BPLo/BJ0nP4yP9c5gVOwhjo7rAa9coIcA09RLgZNeho/y6Y9yRLhh7qBNGRbbBK9Gd4Rn+JKYdeAZjou7C4DAJg0MkPBEsYdhGV5y5clyTQRBOgDbQzhoMhvoRKHt+ANX4ECr/TX5rrVaS/KW12sf/17av9vH/CQG2SflmVlXF9bNCfidRnHQQpVcPozT5BMpTRRrMsCRDuXssRCifD7QI0KzWnL/0nUKAuVfw/sHX8D9RPTAlph+mneqPqaf64Y2Tj+K/o1zgEdoOT4S0geeuZ+RtULMLrPvyrxi8sYtoQ4J7iEV2I/e0xbAwR7gFSXDbIWGQYOiG+3Au/rB8GqA1CLDVJ8DG4ATYso4/JcCUb2YKAZ4XU2GiURy/H8aEAyi9IkR47RjKr58SSTBOiDBB7hJT97O22KCaAC2DINQFTsbksBfgEdxeSKg9hojaI6QD3IOF+Ha1EenLUdAGE4PUFyC91u7YEDy2/h48HihhwDYJj+kEARL6+0voJ3D7dzeciousHxDiBNjCzwEyreP4ywL8emZ1xY0LIvkdQtGlCBRdjIAxfh9Krh6Ul5Ulx4hEeMoyMCKgaSgpW2aoOghSlZ+KSX4TzH18HNHbR5Lp5ftj3cvHwsSgUZoIkKQWemA1Hlp1Dx7+WkKfzVZEmwNW9sDps+E2+6+tAG9XaEI0jwIzrWIUuAkF6JC6ZYaJBj4s8tsrU3hxn6gFQoSlPxxEybUT8mRpRQBqzwOkKTdefq+aessCdIBc+1prnx8F6Ll1vEkrAdL+BgYvQ++lf0SvL53Qc4MTHl1yL44e9ZP33Xb/tZoIfbu5gIQiQOoJ2C7jeYBMkyTBljsReoaZPtiU/FLOBgq2I/n8dhQlCCFe2i8kuN8qx331V4xocSWI7oBOCO5Vk5ffeJMnIWTntZXqV+XHRFj0nvpzcGoKkF6z9FqkTPiBjXBf/Rc8uXoQTkRvq09+ClqdA6SSmnodDbGVH/Hpp/vl9KecouErQRhGhStB6DIzU2WePM9PrivyLLWgroYGg2o0uxKk4eTj26Fciqe2AJV0R1SIeZBHz+7G6YuRt8iPoHWb8lI4kh1JjyARKo9pOfVO+FpghlHhZgiNX/g/u9EbATSXmxG0hpshUOpt2BVWzv9RCuQEyDAM3w6LEyDDMCxAToAMw7AAOQEyDMMC5ATIMAwLkBMgwzAsQE6ADMOwADkBMgzDAuQEyDAMC5ATIMMwnAA5ATIMwwmQBcgwDCdAFiDDMJwAWYAMw3ACZAEyDAuQEyALkGFYgJwAWYAMwwLkBPh7EGDD8i9J6nS7g/GpJLVX8+AwDAuQE2Cz+QNG9OzpnbZoUca+P/95UsODcax798kFS5fqj9xzz1gtBegkSR1sacpj4XSHo8snn3yyqDGGDBniyR94hhOgygL8NaXT3+91X3NpbpzbKrcZqm2gtYR26PBu9gcfAEFBKFy/vmafi4uX8lxUt25eFdu21SAlBRU7d5YetEpQE/kJCYmX7kvQ46aUoFVyt5SK8goYDAaQCPlDz3ACtIMA75jTZYDP1Y/yEisPIdywDg8u7j1JLQHukKQ5CW3awHDPPSh67jnUrVyJorVrayJcXCZGCsrXratBeDgQGgqcPo3K7dvLjnTtOlYLAZL46Kv+CCcnp6dlETaRBBsTIH0LGm1LfHyC/DNLkOEEqIEAO73/4LOvh70Y4jzVpectyc+7u8cavXd2eM5q+KUuRmDqCqxN9EbHud1Gq/EH/E6SvjovNvWGIEtQ1LkzaqdPR/mqVahcsgRYswZYtw7YsgXYvh3Yvx+xDz20VIsuKEmPhEPfEdvUEmxMgGZBcUkxEoQAqSYhsgQZToAqCrD9m65D558eZwwyfoj3v5+ol7w6d1M24g9vd39sxYV3cnzTvbFcPwVLL03FsvhpeGXH8GRpikt/Ff6ADiIB3rdNkoIuic01CHIFRkHN8OEwz5sH8/z5wMKFwPLlMH31Fc4MGBBEv6OlAEf/7Zkml+DtusD0nbgkv/iEBDkJErRNLACGE+B/KECn6V3dxx/oVzo//il4nx+CxT+8iDcjx+il1/7kevdb9z8+N/qlnLfODYTX8T5449hAzIz2wDDfvnrJs8tAFc8ByhIMlKSd8ZJkzhYvmy8oFlQ9/DDqZs4E3nkH1fPnm0/267eT1qXf0VqADSWo9TlBqwDNt6RAsaRWfCm4UUiQtoVkyIMiDCdANRLgZNeh7n5dCsYd6YKxhzphVGQbvBLdGZ67R16beuDp7DFRd2FwmITBIRKeCJbQ84t2VyWvboPUHgShIlKg6x4np0sZDg5yEiywSrCyZ0/gzTeRMGZMHK2j1ShwYwK0laDWKXDo0KFejQkQNgupC0yJkAXIcAJU6xzgZNdnH/iiTaZHqAT3EIvsRu5pi2FhjnALkuC2Q8Igwb2rnEUy7P6YqhtoK8C2bSedufPO0hTxsukCJQlSd7jqkUeQP2tWie0UmZYnwGGeMJnr8HNF2JAFyHACVHMU2Kv7Sz3WOOU8HihhwDYJj+kEARL6+0voJ+i2rO0Pkud9bqob2lp0YguOtGtXrRcvmSRItg6KkATzBIWUBAcNQu706dW7xbSYphJgU3aBR4wc4WU2mWuVxKdgeXBzMGQBMpwA1Z4G49VtdJclTtkPfy2hz2YrPhI6feacJHm6DtRkAyn5OTpO3OvgUHtKvNxZAQ2GXCHatcNV0R3Osg6O5Dk7o2zgQBgmTqzd27XrhJY2CDJy5Egvk8lUAxNgqquDSXR3ZcTjuto6ufurZEAWIMMJUIt5gJNdx/7xs7bZvb50Qs8NTrh7ofMVaeK97poZmtKfs/M/94mpL8ccHREjXpKmxJwVstvVocNuMTCy56L4OcOaCHM7doTBwwMR3bsv0lKATS0/Dw8PhxEjRnjVVFdXk+ho0KOmxgKd86ujms7/CcycABlOgBpOhPZ0ffaRFb0K+nze69rtkp+KAqQR4O5+zs7f7hUSjBYToo8KEQY6OdFo74OE6B7vPGc9L3j5zjsRfvfd39LvtLSJ0CTA8tLyGrryo6LCSvmtCAlyAmQ4AWp4JYiD5Nntv2xHe7VMgNSemAzdw9/ZeWuwuBpECG+XdaqLcqXIff5i2RHRXLCDw1ZaV5NpMHa+FG748OGexmJjXUlpCW6irERMfRGUFstTYEiCLECGE2DLuhmCgzXtvS7q3rKEb36ut/W5B5XnWtrNEMQ0GM+ammpTVVU1KisrhejKUVlRiarKKtRW18jd4joBD4IwnABb5u2wHGz42eda2puZutzvz1tg+mD+QqJu3ocf180TNf38/ryF5g/mLTCL50HwlSAMJ0CNBNjcd6qlvhGULniHju1cqG7fsV3X9h2du7a/i+p2XeUuuYLlfCUXLpwAWYDgdwsXLpwAWYBcuHDhBNisBciFCxcurTYBcuHChQsnQC5cuHDhBMiFCxcuzSQBMgzDtAT+H+4pSfiidZSBAAAAAElFTkSuQmCC")
}

.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y
}

.jstree-default-small .jstree-last {
    background: transparent
}

.jstree-default-small .jstree-open>.jstree-ocl {
    background-position: -135px -7px
}

.jstree-default-small .jstree-closed>.jstree-ocl {
    background-position: -103px -7px
}

.jstree-default-small .jstree-leaf>.jstree-ocl {
    background-position: -71px -7px
}

.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-node,
.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -7px
}

.jstree-default-small .jstree-disabled {
    background: transparent
}

.jstree-default-small .jstree-disabled.jstree-hovered {
    background: transparent
}

.jstree-default-small .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px
}

.jstree-default-small .jstree-checkbox:hover {
    background-position: -167px -39px
}

.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-small .jstree-checked>.jstree-checkbox {
    background-position: -231px -7px
}

.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-small .jstree-checked>.jstree-checkbox:hover {
    background-position: -231px -39px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined {
    background-position: -199px -7px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
    background-position: -199px -39px
}

.jstree-default-small .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-small>.jstree-striped {
    background-size: auto 36px
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -135px -39px
}

.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -103px -39px
}

.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -71px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -39px
}

.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("throbber.gif") center center no-repeat
}

.jstree-default-small .jstree-file {
    background: url("data:image/png;base64,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") -103px -71px no-repeat
}

.jstree-default-small .jstree-folder {
    background: url("data:image/png;base64,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") -263px -7px no-repeat
}

.jstree-default-small>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-small i {
    background: transparent;
    width: 18px;
    height: 18px;
    line-height: 18px
}

#jstree-dnd.jstree-default-small .jstree-ok {
    background-position: -7px -71px
}

#jstree-dnd.jstree-default-small .jstree-er {
    background-position: -39px -71px
}

.jstree-default-small .jstree-ellipsis {
    overflow: hidden
}

.jstree-default-small .jstree-ellipsis .jstree-anchor {
    width: calc(100% - 23px);
    text-overflow: ellipsis;
    overflow: hidden
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==")
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px
}

.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px
}

.jstree-default-large .jstree-icon {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large .jstree-icon:empty {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px
}

.jstree-default-large .jstree-wholerow {
    height: 32px
}

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
    background-image: url("data:image/png;base64,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")
}

.jstree-default-large .jstree-node {
    background-position: -288px 0;
    background-repeat: repeat-y
}

.jstree-default-large .jstree-last {
    background: transparent
}

.jstree-default-large .jstree-open>.jstree-ocl {
    background-position: -128px 0
}

.jstree-default-large .jstree-closed>.jstree-ocl {
    background-position: -96px 0
}

.jstree-default-large .jstree-leaf>.jstree-ocl {
    background-position: -64px 0
}

.jstree-default-large .jstree-themeicon {
    background-position: -256px 0
}

.jstree-default-large>.jstree-no-dots .jstree-node,
.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px 0
}

.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 0
}

.jstree-default-large .jstree-disabled {
    background: transparent
}

.jstree-default-large .jstree-disabled.jstree-hovered {
    background: transparent
}

.jstree-default-large .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-large .jstree-checkbox {
    background-position: -160px 0
}

.jstree-default-large .jstree-checkbox:hover {
    background-position: -160px -32px
}

.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-large .jstree-checked>.jstree-checkbox {
    background-position: -224px 0
}

.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-large .jstree-checked>.jstree-checkbox:hover {
    background-position: -224px -32px
}

.jstree-default-large .jstree-anchor>.jstree-undetermined {
    background-position: -192px 0
}

.jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
    background-position: -192px -32px
}

.jstree-default-large .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-large>.jstree-striped {
    background-size: auto 64px
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -128px -32px
}

.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -96px -32px
}

.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -64px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 -32px
}

.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("throbber.gif") center center no-repeat
}

.jstree-default-large .jstree-file {
    background: url("data:image/png;base64,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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; */
}
.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% - 250px)
    }
    

/* .rc-table.user .table-index-style {
    border-left: 0;
}

.rc-header-cell.user:last-child {
    border-right: 0;
}

.rc-row-cell.user:last-child {
    border-right: 0;
}

.rc-table .rc-header-row {
    color: #909399 !important;
}

.rc-table .rc-row:hover {
   background-color :#F5F7FA;
}

.rc-table.user >.rc-header-row.user{
  height: 40px;
}
.rc-table.user .rc-row.user{
 height: 40px;
} 
.rc-table.user > .table-index-style {
    height: 40px !important;
    min-height: 40px !important;
}  */


/* .rc-row {
  height: 45px;
} */


.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
    }


body{font-size:62.5%;font-size:14px;font-family:"Microsoft Yahei";overflow-x:hidden;background: #f7f8fa;}
body,ul,li,dl,dt,dd,p,span,input,form,h1,h2,h3,div,ol{margin:0px;padding:0px;}
ul,ol{list-style: none;}
a:hover{text-decoration: none;}
input,textarea,button{outline:none;}

.fl {float: left;}
.fr {float: right;}
img{border:none;}
#goTopBtn {
    position: fixed;
    line-height: 36px;
    width: 36px;
    bottom: 35px;
    height: 36px;
    cursor: pointer;
    right: 20px;
    display: none;
    background: url('../image/go-top.png');
}
.phone #gallery {
    height: 230px !important;
}

.index-top-btn,
.wrap_menu_content {
    display: none;
}
.phone .title {
    width: auto;
}
.phone .main-div {
    height: auto;
}
.phone .index-yw-new .listItem { height: auto; }
.phone .HI-list {
    flex-direction: column;
}
.phone .actsRight {width: 100%;padding: 0;}
.phone .article .article-tab .dtItem {border: none; display: none;}
.phone .contentItem .contentTitle {margin: 0; font-size: 12px;}
.phone .contentItem .contentTime {font-size: 12px;}
.phone .totalCount {font-size: 12px;}
.phone #continentID { text-indent: 0 !important;}
.phone #continentID span{font-size: 12px !important;}
@media only screen and (max-width: 768px) {
    .index_top .language,
    .index-banner,
    .index-nav {
        display: none;
    }
    .indexBannerContainer {
        margin-top: 0 !important;
    }
    .index-top-btn{
        display:block;
        position: relative;
        float: right;
        margin: 8px 15px 0 0;
        width: 8%;
        height: auto;
        z-index: 999;
    }
    .index-top-btn em {
        display: block;
        margin: 20% auto;
        width: 80%;
        height: 1px;
        background-color: #ccc;
    }
    .wrap_menu_content{display:none;position:absolute;left:0px;top:9.5rem;width:100%;float:left;background: #FFF;filter:alpha(opacity=95);opacity:0.95;z-index: 999;}
    .wrap_menu_content li{border-bottom:1px #ebebeb solid;padding:0px;}
    .wrap_menu_content li>.wrap_title {
        height:40px;
        line-height: 40px;
        color:#323232;
        font-size: 1.2rem;
        float: left;
    }
    .wrap_menu_content li .menu-more {
        float:right;
        height:40px;
        padding: 15px 20px;
        line-height: 40px;
        color:black;
        text-align: center;
    }
    .wrap_menu_content li .menu-more .menu-arrow-active{
        width: 100%;
        height: 24px;
        background-size: 62%;
        background-position-x: 6px;
        background-repeat: no-repeat;
        display: inline-block;
        background-image:url('/image/arrowActive.png')
    }
    .wrap_menu_content li .menu-more .menu-arrow{
        width: 100%;
        background-size: 55%;
        display: inline-block;
        height: 24px;
        background-position-x: 7px;
        background-repeat: no-repeat;
        background-image:url('/image/arrow.png')
    }
    .menu_second{display: none;padding: 0 40px!important;}
    .menu_second p{width:100%;height:36px;line-height:36px;border-bottom:1px #0486d3 dashed;float:left;overflow: hidden;font-size: 1.2rem;color: #428bca;}
    .menu_second p:last-child{border:none;}
    /* .phone .index-yw {margin-top: -130px;} */
    .phone .index-yw-banner{width:100%;height: auto;}
    .phone .index-yw-new{width: 100%; padding-top: 5px;margin-left: 0;}
    .index-yw-new .listItem .time{width: 13%;}
    .index-yw-new .listItem .content {width: 87%;}
    .phone .index-yw-new-bot .bot img {width: 25%;position: absolute;bottom: 4px;right: 8px;}
    .phone .newsTab { width: 20%;}
    .phone .ul-container {margin: 0;width: 100%;}
    .phone .index-acts .acts-pic {width: 100%;}
    .phone .index-acts .acts-pic img {width: 100%;}
    .phone .index-acts .acts-pic .ddContainer span {margin: 41.5% 20%; font-size: 14px !important;white-space: nowrap !important;}
    .phone .index-acts .actsLi em {margin-top: 5%;}
    .phone .index-acts .actsRightSpan {margin: 5% 0;}
    .phone .index-cen-ul .index-cen-li:nth-child(1),
    .phone .index-cen-ul .index-cen-li:nth-child(2),
    .phone .index-cen-ul .index-cen-li:nth-child(3),
    .phone .index-cen-ul .index-cen-li:nth-child(4),
    .phone .index-cen-ul .index-cen-li:nth-child(5),
    .phone .index-cen-ul .index-cen-li:nth-child(6),
    .phone .index-cen-ul .index-cen-li:nth-child(7),
    .phone .index-cen-ul .index-cen-li:nth-child(8) {
        width: 46%;
        margin: 0 2% 20px 2%;
        height: 150px;
    }
    .phone .index-pt-fr {margin: 25px 0 0 0;}
    .phone .index-nat-img .index-nat-a {
        display: none;
    }
    .phone .index-nat-ul { width: 80%;margin: 0 10%;}
}
@media only screen and (max-width: 640px) {
    .logo{
        width:80%;
    }
    .wrap_menu_content{top:7.5rem;}
    /* .phone .index-yw {margin-top: -80px;} */
    .index-yw-new .listItem .time{width: 25%;}
    .index-yw-new .listItem .content {width: 75%;}
    .phone .main-div .content-div .poverty-font {margin: 20% 20%;}
    .phone .newsTab { width: 40%;}
    .phone .newsItem .newsTime {width: 21%;}
    .phone .HIListLi { width: 70%;margin: 0 15% 40px 15%;padding: 15px 0;}
    .phone .index-acts .acts-pic .ddContainer {width: 40%;}
    .phone .index-acts .acts-pic .ddContainer span {margin: 12% 10%;font-size: 14px !important;white-space: nowrap !important;}
    .phone .index-cen-ul .index-cen-li:nth-child(1),
    .phone .index-cen-ul .index-cen-li:nth-child(2),
    .phone .index-cen-ul .index-cen-li:nth-child(3),
    .phone .index-cen-ul .index-cen-li:nth-child(4),
    .phone .index-cen-ul .index-cen-li:nth-child(5),
    .phone .index-cen-ul .index-cen-li:nth-child(6),
    .phone .index-cen-ul .index-cen-li:nth-child(7),
    .phone .index-cen-ul .index-cen-li:nth-child(8) {
        background-size: 142%;
    }
    .phone .index-pt-fl em {width: 40px;height: 40px;background-size: 100%;margin: 18px 10px 0 0;}
    .phone .index-pt-fl .rc-text {width: 85%;line-height: 20px;font-size: 14px;margin-top: 18px;}
    .phone .index-pt-fr {margin: 25px 25%;}
    .phone .index-nat-img {margin: 0;}

}
@media only screen and (max-width: 500px) {
    .phone .main-div .content-div .poverty-font {display: none;}
    
}
@media only screen and (max-width: 420px ){
    .wrap_menu_content{top:7rem;}
    .phone .index-yw-new-bot .bot {width: 15%;margin-right: 5%;}
    .phone .index-yw-new-bot .bot img {width: 25%;position: absolute;bottom: 5px;right: 4px;}
    .phone .index-yw-new-bot .auto-scroll{width: 71%;}
    .phone .itemLeft {width: 70%;}
    .phone .newsItem .newsTime {width: 23%;}
    .phone .index-acts .acts-pic .ddContainer span {margin: 12% 10%;font-size: 14px !important;white-space: nowrap !important;}
    .phone .index-cen-ul .index-cen-li:nth-child(1),
    .phone .index-cen-ul .index-cen-li:nth-child(2),
    .phone .index-cen-ul .index-cen-li:nth-child(3),
    .phone .index-cen-ul .index-cen-li:nth-child(4),
    .phone .index-cen-ul .index-cen-li:nth-child(5),
    .phone .index-cen-ul .index-cen-li:nth-child(6),
    .phone .index-cen-ul .index-cen-li:nth-child(7),
    .phone .index-cen-ul .index-cen-li:nth-child(8) {
        background-size: 115%;
        height: 90px;
    }
    .phone .index-cen-p .rc-text{font-size: 16px;}
    .phone .index-cen-p .smallText {font-size: 8px;}


    /* newsList 页 */
    .phone .article .article-tab {width: 100%;border: none;}
    .phone .article .article-tab .dtItem .rc-expression,
    .phone .article .article-tab .ddItem .rc-expression {
        font-size: 12px;
    }
    .phone .article .article-tab .ddItem {border: 1px #dedede solid;text-align: left;padding-left: 10px;text-indent: 0px;}
    .phone .article .article-content {width: 100%; border: none;}
}
@media only screen and (max-width: 400px) {
    .phone .index-yw-bt {
        padding-bottom: 68px;
    }
    .phone .index-yw-bt .more {
        bottom: 5px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 320px ){
    .wrap_menu_content{top:6.5rem;}
}

/* 专栏文章列表 */
.phone .content-container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.phone .content-container .article-title{
    margin-right: 10px !important;
}

.phone .article-bold-title {
    margin-top: 40px !important;
    width: 100% !important;
}

.phone .article-release_time {
    /* width: 70px; */
}

/* #html_dom{
    font-size: unset;
} */
/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:before,:after{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{box-sizing:border-box}:before,:after{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px;line-height:1.5 \0}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px;line-height:1.33 \0}_:-ms-fullscreen,:root input[type=date],_:-ms-fullscreen,:root input[type=time],_:-ms-fullscreen,:root input[type=datetime-local],_:-ms-fullscreen,:root input[type=month]{line-height:1.42857143}_:-ms-fullscreen.input-sm,:root input[type=date].input-sm,_:-ms-fullscreen.input-sm,:root input[type=time].input-sm,_:-ms-fullscreen.input-sm,:root input[type=datetime-local].input-sm,_:-ms-fullscreen.input-sm,:root input[type=month].input-sm{line-height:1.5}_:-ms-fullscreen.input-lg,:root input[type=date].input-lg,_:-ms-fullscreen.input-lg,:root input[type=time].input-lg,_:-ms-fullscreen.input-lg,:root input[type=datetime-local].input-lg,_:-ms-fullscreen.input-lg,:root input[type=month].input-lg{line-height:1.33}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

.contextMenuCon[hash-class=Tabs-3705731007087248] {
    left: 30px;
    top: 30px;
    background-color: #ffffff;
    display: none;
    padding-right: 5px;
    padding-left: 12px;
    width: 110px;
    height: auto;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3);
}
.contextMenuItem:hover[hash-class=Tabs-3705731007087248] {
    background-color: var(--theme-color-opacity-2);
}[hash-class=ColumnArticleList-8309178816146304] .pagination-counter .button-records {
  margin-bottom: 0;
}

[hash-class=ColumnArticleList-8309178816146304] .WordSection1 {
  width: 100%;
}

[hash-class=ColumnArticleList-8309178816146304] .WordSection1 img {
  max-width: 100%;
}

[hash-class=ColumnArticleList-8309178816146304] #html_dom img {
  max-width: 100%;
}
[hash-class=headerBlock1-6062157497173767] .fl {float: left;}
[hash-class=headerBlock1-6062157497173767] .fr {float: right;}
[hash-class=headerBlock1-6062157497173767] .header_menu {
    width: 100%;
}
.rc-if[hash-class=headerBlock1-6062157497173767] {
    z-index: 1;
}
[hash-class=headerBlock1-6062157497173767] .index-top{
    width: 100%;
}
[hash-class=headerBlock1-6062157497173767] .index_top{
    background: #fff;
    padding:15px 0;
}
[hash-class=headerBlock1-6062157497173767] .index-top .language{
    margin: 0;
}
[hash-class=headerBlock1-6062157497173767] .language {
    float: right;
    font-family: "宋体";
    font-size: 12px;
    color: #a0a0a0;
    padding: 5px 10px;
    line-height: 30px;
    height: 30px;
}
[hash-class=headerBlock1-6062157497173767] .index-nav {
    background: #026cc6;
    width: 100%;
}
[hash-class=headerBlock1-6062157497173767] .index-nav ul li {
    text-align: center;
    position: relative;
    width: 11.1%;
    cursor: pointer;
}
[hash-class=headerBlock1-6062157497173767] .index-nav ul li:hover .childUl {
    display: block;
}
[hash-class=headerBlock1-6062157497173767] .index-nav ul li > div {
    color: #FFF;
    margin: 10px 0;
    border-left: 1px solid #3589d1;
    display: flex;
    flex-direction: column;
}
[hash-class=headerBlock1-6062157497173767] .index-nav .childUl {
    display: none;
    position: absolute;
    top: 57px;
    width: auto;
    padding: 0px 15px;
    background: #fff;
    z-index: 99;
}
[hash-class=headerBlock1-6062157497173767] .index-nav .childUl .childLi {
    width: 100%;
}
[hash-class=headerBlock1-6062157497173767] .index-nav .childUl .childLi > div {
    color: #66757e;
    border-left: 0;
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dashed #dedede;
}
[hash-class=headerBlock1-6062157497173767] .index-nav .childUl .childLi > div > ul{
    display: none;
}
[hash-class=headerBlock1-6062157497173767] .index-nav .childUl .childLi > div:hover  ul{
    display: block;
}
[hash-class=headerBlock1-6062157497173767] .childChildUl .childChildLi{
    width: 100%;
}

[hash-class=headerBlock1-6062157497173767] .childChildUl .childChildLi > div {
    color: #66757e;
    border-left: 0;
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dashed #dedede;
}
[hash-class=headerBlock1-6062157497173767] .childChildUl .childChildLi > div:last-child {
    border-bottom: none;
}
[hash-class=headerBlock1-6062157497173767] .childChildUl .childChildLi > div:hover{
    color: #026cc6;
}
[hash-class=headerBlock1-6062157497173767] .childUl .childChildUl{
    width: 100%;
    -webkit-transform: translateX(100%) translateY(32%);
            transform: translateX(100%) translateY(32%);
    /* transform: translateX(60%) translateY(32%); */
    padding: 0px 15px;
    background: #fff;
    z-index: 99;
    width: -webkit-max-content;
    width: max-content;
    right: 0;
}
[hash-class=headerBlock1-6062157497173767] .index-nav .childUl .childLi > div:hover {
    color: #026cc6;
}
[hash-class=headerBlock1-6062157497173767] .index-nav .childUl .childLi > div:last-child {
    border: none;
}


/* 手机端响应式 */

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

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

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

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

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

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

.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;
}
.rc-text[hash-class=MenuManage-2091643962273199] {
    line-height: 30px;
}

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

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

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

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

.rc-expression-inner[hash-class=PermissionManage-2121572527549406] {
    line-height: inherit;
}
[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;
} 


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

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

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

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

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

.rc-expression-inner[hash-class=UserList-2408766401036986] {
    line-height: inherit;
}
.rc-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%;
}


.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: #4e6ef2;
    font-size: 17px;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
    margin-top: 5px;
    border-radius: 10px;
}

.LoginHomeBk[hash-class=LoginHome-2058752392372330]{
    min-height: 100%;
    background: url(../image/newBgc.jpg) 100% center / cover no-repeat;
}
.mainContainer[hash-class=LoginHome-2058752392372330] {
    justify-content: center;
}
.rc-text[hash-class=LoginSucess-2058752772875058] {
    line-height: 30px;
}

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

.rc-expression-inner[hash-class=LoginSucess-2058752772875058] {
    line-height: inherit;
}
.rc-table.t1 .rc-row:hover[hash-class=LoginSucess-2058752772875058] {
    /* background-color: var(--theme-color-opacity-1); */
   background-color :#e6e6e6;
}
.rc-table.t2 .rc-row:hover[hash-class=LoginSucess-2058752772875058] {
    /* background-color: var(--theme-color-opacity-1); */
   background-color :#e6e6e6;
}.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.t1 .rc-row:hover[hash-class=MainPage-3712170030663843] {
    /* background-color: var(--theme-color-opacity-1); */
   background-color :#e6e6e6;
}
.rc-table.t2 .rc-row:hover[hash-class=MainPage-3712170030663843] {
    /* background-color: var(--theme-color-opacity-1); */
   background-color :#e6e6e6;
}

[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: 250px;
}
[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;
}
[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;
    border-right: 3px solid #5282fc;
}
[hash-class=MainPage-3712170030663843] .sideMenu .jstree-default .jstree-clicked {
    background: #4B596D;
    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: #4B596D!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;
}




/* 左侧树样式                       蓝色主题*/
/* :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;
    border-right: 3px solid #5282fc;
}
: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: #3B4D84!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(.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;
} 
*/.rc-page[hash-class=photoGallery-3792055662428945] {
    background-image: url('../image/bg3.png');
}
.left[hash-class=photoGallery-3792055662428945] {
    width: 220px;
    left: -220px;
    float: left;
    background-color: burlywood;
    position: absolute;
    z-index: 14;
}
.btn[hash-class=photoGallery-3792055662428945] {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #F86768;
    line-height: 50px;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-family: 宋体, 微软雅黑;
}
.btnb[hash-class=photoGallery-3792055662428945] {
    display: block;
    width: 90px;
    height: 50px;
    background-color: #F86768;
    position: absolute;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 宋体, 微软雅黑;
}
.htmleaf-container[hash-class=photoGallery-3792055662428945] {
    padding-top: 40px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.htmleaf-content[hash-class=photoGallery-3792055662428945] {
    min-height: 300px;
    padding: 1em 0;
}.rc-page[hash-class=videoGallery-3801818704185107] {
    background-image: url('../image/bg3.png');
}
.left[hash-class=videoGallery-3801818704185107] {
    width: 220px;
    left: -220px;
    float: left;
    background-color: burlywood;
    position: absolute;
    z-index: 14;
}
.btn[hash-class=videoGallery-3801818704185107] {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #F86768;
    line-height: 50px;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-family: 宋体, 微软雅黑;
}
.btnb[hash-class=videoGallery-3801818704185107] {
    display: block;
    width: 90px;
    height: 50px;
    background-color: #F86768;
    position: absolute;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 宋体, 微软雅黑;
}
.htmleaf-container[hash-class=videoGallery-3801818704185107] {
    padding-top: 40px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.htmleaf-content[hash-class=videoGallery-3801818704185107] {
    min-height: 300px;
    padding: 1em 0;
}.rc-page[hash-class=povertyIndex-3825338366559401] {
    background: #f7f8fa;
}
.index-banner[hash-class=povertyIndex-3825338366559401] {
    padding-bottom: 30px;
}
.index-banner .rc-image[hash-class=povertyIndex-3825338366559401] {
    width: 100%;
}
.foreword[hash-class=povertyIndex-3825338366559401] {
    width: 100%;
    margin-bottom: 30px;
}
.poverty-title[hash-class=povertyIndex-3825338366559401] {
    display: flex;
    justify-content: center;
}
.foreword .rc-text[hash-class=povertyIndex-3825338366559401] {
    text-align: center;
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}
.foreword-content[hash-class=povertyIndex-3825338366559401] {
    width: 100%;
}
[hash-class=povertyIndex-3825338366559401] .foreword-content p {
    font-size: 20px;
    /* font-weight: 500; */
    line-height: 220%;
    font-family: "微软雅黑","sans-serif";
    color: #222222;
}.rc-page[hash-class=specialIntroductionPage-6067558859032073] {
    background: #f6f7f9;
}
.jc[hash-class=specialIntroductionPage-6067558859032073]{
    justify-content: center;
}
.ac[hash-class=specialIntroductionPage-6067558859032073]{
    align-items: center;
    align-content: center;
}
.jcsb[hash-class=specialIntroductionPage-6067558859032073]{
    justify-content: space-between;
}
.flex[hash-class=specialIntroductionPage-6067558859032073]{
    display: flex;
}
.flex1[hash-class=specialIntroductionPage-6067558859032073]{
    flex: 1;
}
.maxContent[hash-class=specialIntroductionPage-6067558859032073]{
    width: -webkit-max-content;
    width: max-content;
}
.omit[hash-class=specialIntroductionPage-6067558859032073]{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.clamp1[hash-class=specialIntroductionPage-6067558859032073]{
    -webkit-line-clamp: 1;
}
.pointer[hash-class=specialIntroductionPage-6067558859032073]{
    cursor: pointer;
}
.index-banner[hash-class=specialIntroductionPage-6067558859032073] {
    padding-bottom: 30px;
}
.index-banner .rc-image[hash-class=specialIntroductionPage-6067558859032073] {
    width: 100%;
}
.foreword[hash-class=specialIntroductionPage-6067558859032073] {
    width: 100%;
    margin-bottom: 30px;
}
.poverty-title[hash-class=specialIntroductionPage-6067558859032073] {
    display: flex;
    justify-content: center;
}
.foreword .name[hash-class=specialIntroductionPage-6067558859032073] {
    text-align: center;
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}
.foreword-content[hash-class=specialIntroductionPage-6067558859032073] {
    width: 100%;
}
.foreword-content .line[hash-class=specialIntroductionPage-6067558859032073]{
    height: 1px;
    background-color: #cbcbcc;
    margin-bottom: 20px;
     padding: 0;
}
[hash-class=specialIntroductionPage-6067558859032073] .foreword-content p {
    font-size: 20px;
    /* font-weight: 500; */
    line-height: 220%;
    font-family: "微软雅黑","sans-serif";
    color: #222222;
}
.menuList .left[hash-class=specialIntroductionPage-6067558859032073],
.menuList .right[hash-class=specialIntroductionPage-6067558859032073]{
    width: 48%;
}
.menuList .item .dot[hash-class=specialIntroductionPage-6067558859032073]{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #cdcdce;
}
.menuList .item .title[hash-class=specialIntroductionPage-6067558859032073]{
    font-size: 16px;
}
.menuList .item .time[hash-class=specialIntroductionPage-6067558859032073]{
    color: #c7c5c9;
    font-size: 14px;
}
.menuList .item[hash-class=specialIntroductionPage-6067558859032073]{
    margin-bottom: 10px;
}
.menuList .item:last-child[hash-class=specialIntroductionPage-6067558859032073]{
    margin-bottom: 0;
}
.menuList[hash-class=specialIntroductionPage-6067558859032073]{
    margin-bottom: 35px;
    padding: 0;
}
.pictureList[hash-class=specialIntroductionPage-6067558859032073]{
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 30px;
}
@media (max-width:1170px){
    .pictureList[hash-class=specialIntroductionPage-6067558859032073]{
        width: 100%;
    }
}
.pictureList .item[hash-class=specialIntroductionPage-6067558859032073]{
    width: 204.2px;
    margin-right: 20px;
}
.pictureListList[hash-class=specialIntroductionPage-6067558859032073]{
    left: 0;
    position: relative;
    flex-wrap: nowrap;
    transition: left .5s;
}
.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;
}
[hash-class=footerBlock-3746691570214817] .index-foot {
    padding: 20px 0;
    width: 100%;
    background: #dedede;
    line-height: 24px;
    font-size: 12px;
    color: #828181;
    text-align: center;
}
[hash-class=footerBlock-3746691570214817] .concatUs {
    color: #428bca;
    cursor: pointer;
}
[hash-class=footerBlock-3746691570214817] .concatUs:hover {
    color: #2a6496;
}.swiper[hash-class=carouselBlock-3750737909444443]{
  display: flex;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

[hash-class=carouselBlock-3750737909444443] .normal-swiper-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
}
[hash-class=carouselBlock-3750737909444443] .normal-swiper-slide{
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
[hash-class=carouselBlock-3750737909444443] .normal-swiper-span {
    width: 100%;
    text-indent: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #FFF;
    float: left;
    font-size: 14px;
}
/** pagenation **/
[hash-class=carouselBlock-3750737909444443] .normal-swiper-pagination{
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 20px 0px;
  justify-content: center;
}
[hash-class=carouselBlock-3750737909444443] .normal-swiper-pagination-bullet{
  width: .1rem;
  height: .05rem;
  border-radius: 20%;
  background: white;
  margin-left: 10px;
  opacity: 0.5;
  cursor: pointer;
}
[hash-class=carouselBlock-3750737909444443] .normal-swiper-pagination-bullet-active{
  opacity: 1;
  width: .3rem;
}
[hash-class=carouselBlock-3750737909444443] .swiper-pre {
    position: absolute;
    top: 28%;
    left: 0;
    width: 15%;
    font-size: 8rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
[hash-class=carouselBlock-3750737909444443] .swiper-next {
    position: absolute;
    top: 28%;
    width: 15%;
    font-size: 8rem;
    color: #fff;
    text-align: center;
    right: 0;
    left: auto;
    cursor: pointer;
}.swiper[hash-class=newCarousel-3752517304519158]{
  display: flex;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

[hash-class=newCarousel-3752517304519158] .normal-swiper-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
}
[hash-class=newCarousel-3752517304519158] .normal-swiper-slide{
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
[hash-class=newCarousel-3752517304519158] .normal-swiper-span {
    width: 100%;
    text-indent: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #FFF;
    float: left;
    font-size: 14px;
}
/** pagenation **/
[hash-class=newCarousel-3752517304519158] .normal-swiper-pagination{
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 20px 0px;
  justify-content: center;
}
[hash-class=newCarousel-3752517304519158] .normal-swiper-pagination-bullet{
  width: .1rem;
  height: .05rem;
  border-radius: 20%;
  background: white;
  margin-left: 10px;
  opacity: 0.5;
  cursor: pointer;
}
[hash-class=newCarousel-3752517304519158] .normal-swiper-pagination-bullet-active{
  opacity: 1;
  width: .3rem;
}
[hash-class=newCarousel-3752517304519158] .swiper-pre {
    position: absolute;
    top: 28%;
    left: 0;
    width: 15%;
    font-size: 8rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
[hash-class=newCarousel-3752517304519158] .swiper-next {
    position: absolute;
    top: 28%;
    width: 15%;
    font-size: 8rem;
    color: #fff;
    text-align: center;
    right: 0;
    left: auto;
    cursor: pointer;
}[hash-class=pictureGallery-3792186513547376] #gallery {
    width: 900px !important;
    height: 500px !important;
}
.count[hash-class=pictureGallery-3792186513547376] {
    z-index: 20;
    justify-content: center;
}
.count .rc-expression[hash-class=pictureGallery-3792186513547376] {
    font-size: 15px;
    color: #404d5b;
}
[hash-class=pictureGallery-3792186513547376] .ug-strip-panel {
    background-image: url('../image/113.png');
    height: 147px !important;
    top: 78 !important;
}
[hash-class=pictureGallery-3792186513547376] .ug-thumbs-strip {
    height: 83px !important;
    top: 32px !important;
}
[hash-class=pictureGallery-3792186513547376] .ug-thumbs-strip-inner {
    height: 83px !important;
}
[hash-class=pictureGallery-3792186513547376] .ug-strip-arrow-left {
    top: 32px !important;
    background-color: rgb(80, 80, 80);
}
[hash-class=pictureGallery-3792186513547376] .ug-strip-arrow-right {
    top: 32px !important;
    background-color: rgb(80, 80, 80);
}
[hash-class=pictureGallery-3792186513547376] .ug-thumb-wrapper.ug-thumb-generated {
    border: 1px solid rgb(255, 255, 255);
    width: 140px !important;
    height: 83px !important;
}
[hash-class=pictureGallery-3792186513547376] .ug-thumb-border-overlay {
    width: 143px !important;
    height: 83px !important;
}
[hash-class=pictureGallery-3792186513547376] .ug-thumb-overlay {
    width: 143px !important;
    height: 83px !important;
}.ztree[hash-class=ztree-3797336115306622] {
    margin: 0;
    padding: 5px;
    color: #333;
    background-color: #fff;
    overflow-y: auto;
    width: 100%;
}[hash-class=VGallery-3801822595057495] #gallery {
    width: 900px !important;
    height: 500px !important;
}
.count[hash-class=VGallery-3801822595057495] {
    z-index: 20;
    justify-content: center;
}
.count .rc-expression[hash-class=VGallery-3801822595057495] {
    font-size: 15px;
    color: #404d5b;
}
[hash-class=VGallery-3801822595057495] .ug-strip-panel {
    background-image: url('../image/113.png');
    height: 147px !important;
    top: 78 !important;
}
[hash-class=VGallery-3801822595057495] .ug-thumbs-strip {
    height: 83px !important;
    top: 32px !important;
}
[hash-class=VGallery-3801822595057495] .ug-thumbs-strip-inner {
    height: 83px !important;
}
[hash-class=VGallery-3801822595057495] .ug-strip-arrow-left {
    top: 32px !important;
    background-color: rgb(80, 80, 80);
}
[hash-class=VGallery-3801822595057495] .ug-strip-arrow-right {
    top: 32px !important;
    background-color: rgb(80, 80, 80);
}
[hash-class=VGallery-3801822595057495] .ug-thumb-wrapper.ug-thumb-generated {
    border: 1px solid rgb(255, 255, 255);
    width: 140px !important;
    height: 83px !important;
}
[hash-class=VGallery-3801822595057495] .ug-thumb-border-overlay {
    width: 143px !important;
    height: 83px !important;
}
[hash-class=VGallery-3801822595057495] .ug-thumb-overlay {
    width: 143px !important;
    height: 83px !important;
}.rc-page[hash-class=newsList-3762483116523815] {
    background: #f7f8fa;
}
.article[hash-class=newsList-3762483116523815] {
    width: 100%;
    padding: 20px 0;
    min-height: calc(100vh - 154.14px - 160px);
    background: #f7f8fa;
}
.mainContainer[hash-class=newsList-3762483116523815] {
    justify-content: space-between;
}
.article .article-tab[hash-class=newsList-3762483116523815] {
    width: 25%;
    border: 1px #dedede solid;
    text-indent: 20px;
    float: left;
}
.article .article-content[hash-class=newsList-3762483116523815] {
    width: 73%;
    border: 1px solid #eee;
    background-color: #fff;
    float: right;
}
.tabList[hash-class=newsList-3762483116523815] {
    flex-direction: column;
}
.article .article-tab .dtItem[hash-class=newsList-3762483116523815] {
    width: 100%;
    height: 50px;
    background: #026cc6;
}
.article .article-tab .dtItem .rc-expression[hash-class=newsList-3762483116523815] {
    color: #FFF;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
}
.article .article-tab .ddItem[hash-class=newsList-3762483116523815] {
    width: 100%;
    min-height: 55px;
    border-bottom: 1px #dedede dashed;
    background: #FFF;
    cursor: pointer;
}
.article .article-tab .ddItem .rc-expression[hash-class=newsList-3762483116523815] {
    color: #333;
    line-height: 21px;
    margin-top: 5px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.article .article-tab .activeState[hash-class=newsList-3762483116523815] {
        background-color: rgb(248, 104, 104);
}
.article .article-tab .activeState .rc-expression[hash-class=newsList-3762483116523815] {
    color: #fff;
}
.wsywZxdt[hash-class=newsList-3762483116523815] {
    display: flex;
    flex-direction: column;
}
[hash-class=newsList-3762483116523815] .activeContinent {
    background-color: rgb(248, 104, 104) !important;
}
[hash-class=newsList-3762483116523815] .activeContinent span {
    color: #fff !important;
}
/* 右侧列表内容 */
.contentItem[hash-class=newsList-3762483116523815] {
    width: 100%;
    line-height: 48px;
    border-bottom: 1px #dedede dashed;
    display: flex;
    justify-content: space-between;
}
.contentItem em[hash-class=newsList-3762483116523815] {
    width: 4px;
    height: 4px;
    background: #026cc6;
    margin: 22px 5px 22px 0;
}
.contentItem .contentTitle[hash-class=newsList-3762483116523815] {
    width: 70%;
    height: 48px;
    color: #333;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    margin-left: -30px;
}
.contentTitle:hover[hash-class=newsList-3762483116523815] {
    color: #026cc6;
}
.contentItem .contentTime[hash-class=newsList-3762483116523815] {
    width: 25%;
    height: 48px;
    color: #999;
    overflow: hidden;
    text-align: right;
    font-size: 14px;
}
.countContainer[hash-class=newsList-3762483116523815] {
    width: 100%;
    line-height: 48px;
    border: none;
}
.totalCount[hash-class=newsList-3762483116523815] {
    color: #777;
    font-size: 14px;
}

/* 分页 */
.yema[hash-class=newsList-3762483116523815] {
    width: 100%;
    padding: 20px 0;
    float: left;
    min-height: 355px;
}
[hash-class=newsList-3762483116523815] .yema .pagination-container {
    justify-content: center;
}
[hash-class=newsList-3762483116523815] .yema .pagination-container .button-records {
    margin-bottom: 0;
}
.aboutusList[hash-class=newsList-3762483116523815] {
    min-height: 300px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width:768px){
    .contentItem .contentTitle[hash-class=newsList-3762483116523815] {
        margin-left: 0; 
        width: 75%;
    }
}[hash-class=headerBlock-3745155172870040] .fl {float: left;}
[hash-class=headerBlock-3745155172870040] .fr {float: right;}
[hash-class=headerBlock-3745155172870040] .header_menu {
    width: 100%;
}
.rc-if[hash-class=headerBlock-3745155172870040] {
    z-index: 1;
}
[hash-class=headerBlock-3745155172870040] .index-top{
    width: 100%;
}
[hash-class=headerBlock-3745155172870040] .index_top{
    background: #fff;
    padding:15px 0;
}
[hash-class=headerBlock-3745155172870040] .index-top .language{
    margin: 0;
}
[hash-class=headerBlock-3745155172870040] .language {
    float: right;
    font-family: "宋体";
    font-size: 12px;
    color: #a0a0a0;
    padding: 5px 10px;
    line-height: 30px;
    height: 30px;
}
[hash-class=headerBlock-3745155172870040] .index-nav {
    background: #026cc6;
    width: 100%;
}
[hash-class=headerBlock-3745155172870040] .index-nav ul li {
    text-align: center;
    position: relative;
    width: 11.1%;
    cursor: pointer;
}
[hash-class=headerBlock-3745155172870040] .index-nav ul li:hover .childUl {
    display: block;
}
[hash-class=headerBlock-3745155172870040] .index-nav ul li > div {
    color: #FFF;
    margin: 10px 0;
    border-left: 1px solid #3589d1;
    display: flex;
    flex-direction: column;
}
[hash-class=headerBlock-3745155172870040] .index-nav .childUl {
    display: none;
    position: absolute;
    top: 57px;
    width: auto;
    padding: 0px 15px;
    background: #fff;
    z-index: 99;
}
[hash-class=headerBlock-3745155172870040] .index-nav .childUl .childLi {
    width: 100%;
}
[hash-class=headerBlock-3745155172870040] .index-nav .childUl .childLi > div {
    color: #66757e;
    border-left: 0;
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dashed #dedede;
}
[hash-class=headerBlock-3745155172870040] .index-nav .childUl .childLi > div > ul{
    display: none;
}
[hash-class=headerBlock-3745155172870040] .index-nav .childUl .childLi > div:hover  ul{
    display: block;
}
[hash-class=headerBlock-3745155172870040] .childChildUl .childChildLi{
    width: 100%;
}

[hash-class=headerBlock-3745155172870040] .childChildUl .childChildLi > div {
    color: #66757e;
    border-left: 0;
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dashed #dedede;
}
[hash-class=headerBlock-3745155172870040] .childChildUl .childChildLi > div:last-child {
    border-bottom: none;
}
[hash-class=headerBlock-3745155172870040] .childChildUl .childChildLi > div:hover{
    color: #026cc6;
}
[hash-class=headerBlock-3745155172870040] .childUl .childChildUl{
    width: 100%;
    -webkit-transform: translateX(100%) translateY(32%);
            transform: translateX(100%) translateY(32%);
    /* transform: translateX(60%) translateY(32%); */
    padding: 0px 15px;
    background: #fff;
    z-index: 99;
    width: -webkit-max-content;
    width: max-content;
    right: 0;
}
[hash-class=headerBlock-3745155172870040] .index-nav .childUl .childLi > div:hover {
    color: #026cc6;
}
[hash-class=headerBlock-3745155172870040] .index-nav .childUl .childLi > div:last-child {
    border: none;
}
.menu-item-arrow[hash-class=headerBlock-3745155172870040]{
    width: 14px;
    height: 9px;
}


/* 手机端响应式 */
.rc-page[hash-class=english-5415635007874998] {
    /* overflow: inherit; */
}
.indexBannerContainer[hash-class=english-5415635007874998] {
    z-index: 0;
}
.indexBaner[hash-class=english-5415635007874998] {
    width: 100%;
    height: auto;
    cursor: pointer;
}
@media (max-width: 767px) {
   .en-content[hash-class=english-5415635007874998]{
       width: 100%!important;
   }
}
@media (min-width: 768px) {
   .en-content[hash-class=english-5415635007874998]{
       width: 750px!important;
   }
}
@media (min-width: 992px) {
   .en-content[hash-class=english-5415635007874998]{
       width: 970px!important;
   }
}
@media (min-width: 1200px) {
   .en-content[hash-class=english-5415635007874998]{
       width: 1170px!important;
   }
}.article[hash-class=newsDetail-3767859393840953] {
    width: 100%;
    padding: 20px 0;
    min-height: 355px;
    background: #f7f8fa;
}
.newsTitle[hash-class=newsDetail-3767859393840953] {
    justify-content: center;
    margin-bottom: 10px;
}
.newsTitle .rc-expression[hash-class=newsDetail-3767859393840953] {
    text-align: center;
}
.fu-title[hash-class=newsDetail-3767859393840953] {
    justify-content: flex-end;
    margin-bottom: 10px;
}
.source[hash-class=newsDetail-3767859393840953] {
    justify-content: flex-end;
    margin-bottom: 10px;
    padding-right: 93px;
}
#html_dom[hash-class=newsDetail-3767859393840953]{
    position: relative;
    color: #000;
}
[hash-class=newsDetail-3767859393840953] #html_dom span{
    font-size: inherit;
    color: inherit;
}
/* :deep(#html_dom p){
    margin-right: 0cm;
    margin-left: 0cm;
    font-size: 12.0pt;
    font-family: 宋体;
} */
[hash-class=newsDetail-3767859393840953] #html_dom b{
    font-size: inherit;
     color: inherit;
}
[hash-class=newsDetail-3767859393840953] #html_dom a{
    font-size: inherit;
     color: inherit;
}
[hash-class=newsDetail-3767859393840953] #html_dom strong{
    font-size: inherit;
     color: inherit;
}
[hash-class=newsDetail-3767859393840953] #html_dom em{
    font-size: inherit;
     color: inherit;
}
[hash-class=newsDetail-3767859393840953] #html_dom i{
    font-size: inherit;
     color: inherit;
}
[hash-class=newsDetail-3767859393840953] #html_dom u{
    font-size: inherit;
     color: inherit;
}
[hash-class=newsDetail-3767859393840953] #html_dom sub{
    font-size: inherit;
     color: inherit;
}
[hash-class=newsDetail-3767859393840953] #html_dom sup{
    font-size: inherit;
     color: inherit;
}
[hash-class=newsDetail-3767859393840953] #html_dom a{
    color: #000;
}

[hash-class=newsDetail-3767859393840953] #html_dom a:hover{
    text-decoration: none;
}
[hash-class=newsDetail-3767859393840953] #html_dom a:link{
     text-decoration: none;
}
[hash-class=newsDetail-3767859393840953] #html_dom a:active{
    text-decoration: none;
}
[hash-class=newsDetail-3767859393840953] #html_dom a:focus{
    text-decoration: none;
}
/* :deep(#html_dom p.MsoNormal, #html_dom li.MsoNormal, #html_dom div.MsoNormal) {
    margin: 0cm;
    margin-bottom: .0001pt;
    font-size: 12.0pt;
    font-family: "Times New Roman", "serif";
} */
/* :deep(#html_dom p.MsoNoSpacing, #html_dom li.MsoNoSpacing, #html_dom div.MsoNoSpacing) {
    margin: 0cm;
    margin-bottom: .0001pt;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 10.0pt;
    line-height: normal;
    font-size: 16.0pt;
    font-family: "Times New Roman", serif;
} */
@media(max-width:768px){
    [hash-class=newsDetail-3767859393840953] #html_dom img{
    max-width: 100%;
    height: auto;
    object-fit: contain !important;
    }
    [hash-class=newsDetail-3767859393840953] #html_dom table tbody{
        display: flex;
    }
}.rc-page[hash-class=index-3745149374834609] {
    /* overflow: inherit; */
}
.jc[hash-class=index-3745149374834609]{
    justify-content: center;
}
.ac[hash-class=index-3745149374834609]{
    align-items: center;
    align-content: center;
}
.pointer[hash-class=index-3745149374834609]{
    cursor: pointer;
}
.expressTourTitleBox[hash-class=index-3745149374834609]{
    margin-bottom: 10px;
}
.flex[hash-class=index-3745149374834609]{
    display: flex;
}
.maxWidth[hash-class=index-3745149374834609]{
    width: -webkit-max-content;
    width: max-content;
}
.pointer[hash-class=index-3745149374834609]{
    cursor: pointer;
}
.indexBannerContainer[hash-class=index-3745149374834609] {
    z-index: 0;
}
.indexBaner[hash-class=index-3745149374834609] {
    width: 100%;
    height: auto;
    cursor: pointer;
}
/* 卫生要闻 */
.wsyw[hash-class=index-3745149374834609] {
    width: 100%;
}
.index-yw[hash-class=index-3745149374834609] {
    padding: 0 5%;
    background: #fff;
    position: relative;
    padding-bottom: 10px;
}
.index-yw-bt[hash-class=index-3745149374834609] {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.wsyw[hash-class=index-3745149374834609] {
    background: #f7f8fa;
}
.index-yw-bt .wsyw-first:hover[hash-class=index-3745149374834609] {
    background-color: #f86868;
    border-right: 3px solid #fa4848;
    cursor: pointer;
    color: #fff;
}
.wsyw-first[hash-class=index-3745149374834609] {
    width: auto;
    height: 50px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 3px solid #fa4848;
}
.wsyw-first .title[hash-class=index-3745149374834609] {
    font-size: 26px;
    line-height: 30px;
}
.wsyw-first .engTitle[hash-class=index-3745149374834609] {
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.more[hash-class=index-3745149374834609] {
    display: block;
    position: absolute;
    right: 0;
    line-height: 48px;
    font-size: 16px;
    color: #fa4848;
    cursor: pointer;
    font-family: "Microsoft Yahei";
}
.newsActive[hash-class=index-3745149374834609] {
    background-color: #f86868;
    border-right: 3px solid #fa4848;
    cursor: pointer;
    color: #fff;
}
.news-list2[hash-class=index-3745149374834609] {
    display: flex;
    flex-wrap: wrap;
}
.index-yw-banner[hash-class=index-3745149374834609] {
    width: 43.2%;
    height: 310px;
}
.index-yw-new[hash-class=index-3745149374834609] {
    width: 55%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    margin-left: 1.8%;
}
.listItem[hash-class=index-3745149374834609] {
    align-items: center;
    margin-bottom: 5px;
    height: 33px;
}
.time[hash-class=index-3745149374834609] {
    display: block;
    width: 18%;
    padding: 5px 2% 2px 0;
    border-right: 1px solid #ccc;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.content[hash-class=index-3745149374834609] {
    width: 75%;
    cursor: pointer;
    padding-left: 5%;
    height: 40px;
    line-height: 42px;
    overflow: hidden;
    color: #333;
    font-size: 15px;
}
.content:hover[hash-class=index-3745149374834609] {
    color: #2a6496;
    text-decoration: underline;
}
.index-yw-new-bot[hash-class=index-3745149374834609] {
    margin: 20px 0;
}
.index-yw-new-bot .bot[hash-class=index-3745149374834609] {
    width: 10%;
    margin-right: 2%;
    border-right: 1px #ebebeb solid;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.bot .notice[hash-class=index-3745149374834609] {
    color: #428bca;
    font-size: 14px;
    text-align: left;
}
.bot .notice:hover[hash-class=index-3745149374834609] {
    color: #2a6496;
}
.auto-scroll[hash-class=index-3745149374834609]{
    width:84%;
    height:28px;
    overflow: hidden;
    position:relative;
}
[hash-class=index-3745149374834609] .auto-scroll ul {
    width:2350px;
    height:28px;
    position: absolute;
}
[hash-class=index-3745149374834609] .auto-scroll ul li {
    color: #4a4a4a;
    line-height: 28px;
    overflow: hidden;
    float:left;
}
[hash-class=index-3745149374834609] .auto-scroll ul li i {
    width:4px;
    height:4px;
    margin:12px 5px 12px 0;
    background: #777;
    float:left;
}
[hash-class=index-3745149374834609] .auto-scroll ul li a {
    width:80%;
    color: #4a4a4a;
    overflow: hidden;
    float: left;
}
[hash-class=index-3745149374834609] .auto-scroll ul li a:hover {
    color:#FF6B6B;
}
[hash-class=index-3745149374834609] .auto-scroll ul li span {
    width:20%;
    float: right;
    color:#999;
}
/* 扶贫攻坚 */
.index-poverty[hash-class=index-3745149374834609] {
    padding-top: 20px;
    width: 100%;
    background-color: #f7f8fa;
}
.main-div[hash-class=index-3745149374834609] {
    background: #fff;
    position: relative;
    height: 181.78px;
}
.main-div .content-div[hash-class=index-3745149374834609] {
    position: absolute;
    left: 0;
    width: 20%;
    height: 100%;
    background-color: #f1c3b7;
    opacity: 0.7;
    color: #fff;
}
.main-div .img-div[hash-class=index-3745149374834609] {
    height: 100%;
    cursor: pointer;
}
.img-div .rc-image[hash-class=index-3745149374834609] {
    width: 100%;
}
.main-div .right-div[hash-class=index-3745149374834609] {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: #B5B2C4;
}
.awards-mobile[hash-class=index-3745149374834609] {
    background: url(/image/gyjx_1.png) no-repeat 100%/cover;
}
[hash-class=index-3745149374834609] .main-div .content-div .poverty-font {
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    margin: 30% 20%;
}
[hash-class=index-3745149374834609] .main-div .content-div .poverty-font em {
    width: 30%;
    height: 3px;
    background: #f86868;
    float: left;
}
[hash-class=index-3745149374834609] .main-div .content-div .poverty-font p {
    display: block;
    font-size: 18px;
    color: #FFF;
    padding-top: 10px;
}
/* 新闻 */
.index-news[hash-class=index-3745149374834609] {
    width: 100%;
    background: #f7f8fa;
}
.news-tab[hash-class=index-3745149374834609] {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
}
.newsTab[hash-class=index-3745149374834609] {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    width: 15%;
    line-height: 24px;
    background: #e5e5e5;
    cursor: pointer;
    margin: 0 5px;
}
.newsTab .rc-text[hash-class=index-3745149374834609] {
    text-align: center;
    font-size: 14px;
}
.newsTab:hover[hash-class=index-3745149374834609] {
    background: #f86868;
}
.newsTab:hover .rc-text[hash-class=index-3745149374834609]{
    color: #fff;
}
.newsTabActive[hash-class=index-3745149374834609] {
    background-color: #f86868;
}
.newsTabActive .rc-text[hash-class=index-3745149374834609] {
    color: #fff;
}
.news-content[hash-class=index-3745149374834609] {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.ul-container[hash-class=index-3745149374834609] {
    width: 44%;
    margin: 0 3%;
}
.newsItem[hash-class=index-3745149374834609] {
    justify-content: space-between;
}
.itemLeft[hash-class=index-3745149374834609] {
    width: 75%;
    height: 30px;
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}
.itemLeft em[hash-class=index-3745149374834609] {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
    margin: 13px 5px 13px 0;
    float: left;
    position: absolute;
}
.itemLeft .title[hash-class=index-3745149374834609] {
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 3%;
}
.newsItem[hash-class=index-3745149374834609] {
    cursor: pointer;
}
.newsItem:hover .title[hash-class=index-3745149374834609] {
    text-decoration: underline;
    color: #2a6496;
}
.newsItem .newsTime[hash-class=index-3745149374834609] {
    color: #afaeae;
    width: 20%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    overflow: hidden;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.newsMore:hover[hash-class=index-3745149374834609] {
    text-decoration: underline;
    text-decoration-color: #2a6496;
    cursor: pointer;
}

/* 健康产业  内容2*/
.HI[hash-class=index-3745149374834609] {
    width: 100%;
    background: #f7f8fa;
}
.HI-content[hash-class=index-3745149374834609] {
    background: #fff;
    border: 1px solid #e8e5e5;
}
/* 标题 */
.index-con2-bt[hash-class=index-3745149374834609] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
}
.index-con2-bt .h4container[hash-class=index-3745149374834609] {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.index-con2-bt .h4container .rc-text[hash-class=index-3745149374834609] {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
}
.index-con2-bt .em[hash-class=index-3745149374834609] {
    position: relative;
    margin: 15px auto;
    height: 1px;
    width: 100%;
    background-color: #ccc;
}
.index-con2-bt .em .emSpan[hash-class=index-3745149374834609] {
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -34px;
    width: 68px;
    height: 3px;
    background-color: #f86868;
}
/* 健康产业促进 */
.HI-list[hash-class=index-3745149374834609] {
    width: 90%;
    margin: 0 5%;
    display: flex;
}
.HIListLi[hash-class=index-3745149374834609] {
    margin: 0 3% 20px 3%;
    padding: 30px 0;
    width: 27.3%;
    box-shadow: 0 0 5px #ccc;
}
.HIListLi:hover[hash-class=index-3745149374834609] {
    box-shadow: 0 0 5px #1482e0;
    cursor: pointer;
}
.HIContainer[hash-class=index-3745149374834609] {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.HIContainer .rc-text[hash-class=index-3745149374834609] {
    font-size: 16px;
    color: #777;
}
/* 活动展示 */
.index-acts[hash-class=index-3745149374834609] {
    width: 100%;
    padding-top: 20px;
}
.index-acts .acts-pic[hash-class=index-3745149374834609] {
    position: relative;
    width: 78.3%;
    float: left;
}
.index-acts .acts-pic .ddContainer[hash-class=index-3745149374834609] {
    position: absolute;
    top: 0px;
    width: 25%;
    height: 100%;
    background: #026cc6;
    opacity: 0.8;
    flex-direction: column;
    filter: alpha(opacity=80);
}
[hash-class=index-3745149374834609] .index-acts .acts-pic .ddContainer span {
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    /* margin: 28% 20%; */
}
[hash-class=index-3745149374834609] .index-acts .acts-pic .ddContainer span em {
    width: 30%;
    height: 3px;
    background: #f86868;
    float: left;
}
[hash-class=index-3745149374834609] .index-acts .acts-pic .ddContainer span p {
    display: block;
    font-size: 18px;
    color: #FFF;
    padding-top: 10px;
    font-family: "Microsoft Yahei";
}
.actsRight[hash-class=index-3745149374834609] {
    width: 21.7%;
    background-color: #0291f1;
    padding: 4.47% 0;
    float: left;
}
.actsLi[hash-class=index-3745149374834609] {
    width: 100%;
    float: left;
    cursor: pointer;
}
.index-acts .actsLi em[hash-class=index-3745149374834609] {
    float: left;
    width: 41px;
    height: 41px;
    margin: 10% 15px 0 7%;
}
.index-acts .actsLi:nth-child(1) em[hash-class=index-3745149374834609] {
    /* background: url('../image/index-con2-act-li1.png') center no-repeat; */
    /* background: url(/image/index-con2-act-li1.png) center no-repeat; */
    background: url(https://robit-prod-1301812200.cos.ap-shanghai.myqcloud.com/robit/healthcommission1/CentreSite/images/1e4bb2992e9bb3a3b2b281200da01aae.png) center no-repeat;

}
.index-acts .actsLi:nth-child(2) em[hash-class=index-3745149374834609] {
    /* background: url('../image/index-con2-act-li2.png') center no-repeat; */
    background: url(/image/index-con2-act-li2.png) center no-repeat;
}
.index-acts .actsRightSpan[hash-class=index-3745149374834609] {
    margin: 10% auto;
    float: left;
    display: flex;
    flex-direction: column;
}
.index-acts .actsRightSpan .rc-text[hash-class=index-3745149374834609] {
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft Yahei";
}
/* 中心部门   部门新闻 */
.index-cen[hash-class=index-3745149374834609] {
    width: 100%;
}
.index-cen-ul[hash-class=index-3745149374834609] {
    width: 100%;
}
.index-cen-ul .index-cen-li[hash-class=index-3745149374834609] {
    position: relative;
    height: 200px;
    margin: 0 1%;
    overflow: hidden;
    float: left;
}
.index-cen-p[hash-class=index-3745149374834609] {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    overflow: hidden;
    margin-top: -22.8px;
    float: left;
    cursor: pointer;
}
.index-cen-p .rc-text[hash-class=index-3745149374834609] {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
}
.index-cen-p .smallText[hash-class=index-3745149374834609] {
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.index-cen-ul .index-cen-li:hover[hash-class=index-3745149374834609] {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.index-cen-ul .index-cen-li:nth-child(1)[hash-class=index-3745149374834609] {
    width: 38%;
    /* background: url(../image/index-con2-cen_03.jpg) no-repeat; */
    background: url(/image/index-con2-cen_03.jpg) no-repeat;
}
.index-cen-ul .index-cen-li:nth-child(2)[hash-class=index-3745149374834609] {
    width: 13%;
    /* background: url(../image/index-con2-cen_05.jpg) no-repeat; */
    background: url(/image/index-con2-cen_05.jpg) no-repeat;
}
.index-cen-ul .index-cen-li:nth-child(3)[hash-class=index-3745149374834609] {
    width: 23%;
    /* background: url(../image/index-con2-cen_07.jpg) no-repeat; */
    background: url(/image/index-con2-cen_07.jpg) no-repeat;
}
.index-cen-ul .index-cen-li:nth-child(4)[hash-class=index-3745149374834609] {
    width: 18%;
    height: 410px;
    /* background: url(../image/index-con2-cen_09.jpg) no-repeat; */
    background: url(/image/index-con2-cen_09.jpg) no-repeat;
}
.index-cen-ul .index-cen-li:nth-child(5)[hash-class=index-3745149374834609] {
    width: 20%;
    margin: -200px 1% 0 1%;
    /* background: url(../image/index-con2-cen_15.jpg) no-repeat; */
    background: url(/image/index-con2-cen_15.jpg) no-repeat;
}
.index-cen-ul .index-cen-li:nth-child(6)[hash-class=index-3745149374834609] {
    width: 16%;
    margin: -200px 1% 0 23%;
    /* background: url(../image/index-con2-cen_17.jpg) no-repeat; */
    background: url(/image/index-con2-cen_17.jpg) no-repeat;
}
.index-cen-ul .index-cen-li:nth-child(7)[hash-class=index-3745149374834609] {
    width: 23%;
    margin: -200px 1% 0 41%;
    /* background: url(../image/index-con2-cen_19.jpg) no-repeat; */
    background: url(/image/index-con2-cen_19.jpg) no-repeat;
}
.index-cen-ul .index-cen-li:nth-child(8)[hash-class=index-3745149374834609] {
    width: 13%;
    margin: -200px 1% 0 66%;
    /* background: url(../image/index-con2-cen_21.jpg) no-repeat; */
    background: url(/image/index-con2-cen_21.jpg) no-repeat;
}


/* 去平台看看 */
.index-pt[hash-class=index-3745149374834609] {
    margin-top: 20px;
    width: 100%;
}
.index-pt-fl[hash-class=index-3745149374834609] {
    display: flex;
    float: left;
}
.index-pt-fl em[hash-class=index-3745149374834609] {
    display: block;
    margin: 18px 25px 0 0;
    width: 63px;
    height: 63px;
    /* background: url(../image/index-con2-pt.png) left top no-repeat; */
    background: url(/image/index-con2-pt.png) left top no-repeat;
}
.index-pt-fl .rc-text[hash-class=index-3745149374834609] {
    line-height: 104px;
    font-size: 18px;
    color: #fff;
}
.index-pt-fr[hash-class=index-3745149374834609] {
    float: right;
    margin: 25px 118px 0 0;
    padding-top: 5px;
    width: 187px;
    height: 51px;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.index-pt-fr .rc-text[hash-class=index-3745149374834609] {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

/* 国家肖像 */
.index-nat[hash-class=index-3745149374834609] {
    width: 100%;
    background-color: #f7f8fa;
}
.index-nat-img[hash-class=index-3745149374834609] {
    position: relative;
    margin-left: 118px;
    float: left;
}
.index-nat-img .index-nat-a[hash-class=index-3745149374834609] {
    position: absolute;
    width: 53px;
    height: 83px;
    cursor: pointer;
}
.index-nat-img .index-nat-a:nth-of-type(1)[hash-class=index-3745149374834609] {
    left: 417px;
    top: 36px;
    /* background: url(../image/nat03.png) no-repeat 5px 5px; */
    background: url(/image/nat03.png) no-repeat 5px 5px;
}
.index-nat-img .index-nat-a:nth-of-type(2)[hash-class=index-3745149374834609] {
    left: 53px;
    top: 11px;
    /* background: url(../image/nat01.png) no-repeat 5px 5px; */
    background: url(/image/nat01.png) no-repeat 5px 5px;
}
.index-nat-img .index-nat-a:nth-of-type(3)[hash-class=index-3745149374834609] {
    left: 307px;
    top: -3px;
    /* background: url(../image/nat02.png) no-repeat 5px 5px; */
    background: url(/image/nat02.png) no-repeat 5px 5px;
}
.index-nat-img .index-nat-a:nth-of-type(4)[hash-class=index-3745149374834609] {
    left: 73px;
    top: 119px;
    /* background: url(../image/nat04.png) no-repeat 5px 5px; */
    background: url(/image/nat04.png) no-repeat 5px 5px;
}
.index-nat-img .index-nat-a:nth-of-type(5)[hash-class=index-3745149374834609] {
    left: 278px;
    top: 83px;
    /* background: url(../image/nat05.png) no-repeat 5px 5px; */
    background: url(/image/nat05.png) no-repeat 5px 5px;
}
.index-nat-img .index-nat-a:nth-of-type(6)[hash-class=index-3745149374834609] {
    right: 75px;
    top: 146px;
    /* background: url(../image/nat06.png) no-repeat 5px 5px; */
    background: url(/image/nat06.png) no-repeat 5px 5px;
}
/* hover */
.index-nat-img .index-nat-a:nth-of-type(1):hover[hash-class=index-3745149374834609]  {
    /* background: url(../image/nat03.png) no-repeat 0 0; */
    background: url(/image/nat03.png) no-repeat 0 0;
    background-size: 101%;
}
.index-nat-img .index-nat-a:nth-of-type(2):hover[hash-class=index-3745149374834609]  {
    /* background: url(../image/nat01.png) no-repeat 0 0; */
    background: url(/image/nat01.png) no-repeat 0 0;
    background-size: 101%;
}
.index-nat-img .index-nat-a:nth-of-type(3):hover[hash-class=index-3745149374834609]  {
    /* background: url(../image/nat02.png) no-repeat 0 0; */
    background: url(/image/nat02.png) no-repeat 0 0;
    background-size: 101%;
}
.index-nat-img .index-nat-a:nth-of-type(4):hover[hash-class=index-3745149374834609]  {
    /* background: url(../image/nat04.png) no-repeat 0 0; */
    background: url(/image/nat04.png) no-repeat 0 0;
    background-size: 101%;
}
.index-nat-img .index-nat-a:nth-of-type(5):hover[hash-class=index-3745149374834609]  {
    /* background: url(../image/nat05.png) no-repeat 0 0; */
    background: url(/image/nat05.png) no-repeat 0 0;
    background-size: 101%;
}
.index-nat-img .index-nat-a:nth-of-type(6):hover[hash-class=index-3745149374834609]  {
    /* background: url(../image/nat06.png) no-repeat 0 0; */
    background: url(/image/nat06.png) no-repeat 0 0;
    background-size: 101%;
}
.index-nat-ul[hash-class=index-3745149374834609] {
    width: 210px;
    float: right;
    display: flex;
    flex-wrap: wrap;
}
.index-nat-ul .index-nat-li[hash-class=index-3745149374834609] {
    height: 16px;
    line-height: 16px;
    margin: 0 30px 16px 0;
    display: flex;
}
.index-nat-li em[hash-class=index-3745149374834609] {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.index-nat-li .rc-text[hash-class=index-3745149374834609] {
    color: #333;
    font-size: 16px;
}
.index-nat-li .rc-text:hover[hash-class=index-3745149374834609] {
    cursor: pointer;
    color: #428bca;
}
.index-nat-li:nth-of-type(1) em[hash-class=index-3745149374834609] {
    background-color: #00a787;
}
.index-nat-li:nth-of-type(2) em[hash-class=index-3745149374834609] {
    background-color: #e25c16;
}
.index-nat-li:nth-of-type(3) em[hash-class=index-3745149374834609] {
    background-color: #ffbd00;
}
.index-nat-li:nth-of-type(4) em[hash-class=index-3745149374834609] {
    background-color: #ab2c26;
}
.index-nat-li:nth-of-type(5) em[hash-class=index-3745149374834609] {
    background-color: #60b7da;
}
.index-nat-li:nth-of-type(6) em[hash-class=index-3745149374834609] {
    background-color: #104354;
}
/* 相关链接 */
.friend_ship[hash-class=index-3745149374834609] {
    width: 100%;
}
.index-href[hash-class=index-3745149374834609] {
    width: 100%;
    background: #f7f8fa;
    padding-bottom: 25px;
}
.dropdownContainer[hash-class=index-3745149374834609] {
    justify-content: space-between;
}
.hiListDj[hash-class=index-3745149374834609]{
    width: 100%;
    margin: 0;
    /* float: left; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.hiListDj>div[hash-class=index-3745149374834609]{
    float: left;
    margin: 0 0 20px 0;
    padding: 30px 0;
    width: 23%;
    box-shadow: 0 0 5px #ccc;
    cursor: pointer;
}
.hiListDj>div:hover[hash-class=index-3745149374834609]{
    box-shadow: 0 0 5px #1482e0;
}
.hiListDj>div .chinese[hash-class=index-3745149374834609],.hiListDj>div .english[hash-class=index-3745149374834609]{
    margin-top: 15px;
    font-size: 18px;
    color: white;
    font-weight: bolder;
}
.hiListDj>div .english[hash-class=index-3745149374834609]{
    font-size: 14px;
}
/* 一带一路 */
.hiListYDYL>div[hash-class=index-3745149374834609]{
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    cursor: auto;
}
.hiListYDYL>div .img[hash-class=index-3745149374834609]{
    width: auto;
}
.hiListYDYL>div>div[hash-class=index-3745149374834609]{
    width: -webkit-max-content;
    width: max-content;
    flex-direction: column;
}
.hiListYDYL>div .chinese[hash-class=index-3745149374834609],.hiListYDYL>div .english[hash-class=index-3745149374834609]{
    color: #666666;
    padding-left: 20px;
}
.hiListYDYL>div .english[hash-class=index-3745149374834609]{
    font-size: 12px;
}
/* 公益奖项 */
.hiListGYJX>div[hash-class=index-3745149374834609]{
    width: 100%;
    box-shadow: none;
    padding-left: 17%;
    cursor: auto;
}
.hiListGYJX>div:hover[hash-class=index-3745149374834609]{
    box-shadow: none;
}
.hiListGYJX>div .chinese[hash-class=index-3745149374834609],.hiListGYJX>div .english[hash-class=index-3745149374834609]{
   color: #FFF;
    padding-left: 20px;
    font-size: 22px;
}
.hiListGYJX>div .english[hash-class=index-3745149374834609]{
    font-size: 14px;
}
/* 下拉响应式 */
[hash-class=index-3745149374834609] .col-xs-6 {
    width: 49%;
}
.index-acts .acts-pic .ddContainer .ddContainerListBox[hash-class=index-3745149374834609]{
    height: 138px;
    overflow: hidden;
}
.index-acts .acts-pic .ddContainer .ddContainerList .item[hash-class=index-3745149374834609] {
    height: auto;
    margin-bottom: 10px;
}
.index-acts .acts-pic .ddContainer .ddContainerList .item:last-child[hash-class=index-3745149374834609]{
    margin-bottom: 0;
}
.index-acts .acts-pic .ddContainer .ddContainerList .item span[hash-class=index-3745149374834609]
{
    margin: 0;
    display: inline;
    line-height: normal;
}
.index-acts .acts-pic .ddContainer .ddContainerList .item span.txt >span.rc-expression-inner[hash-class=index-3745149374834609]
{
    margin: 0;
    display: inline;
    line-height: normal;
}

/* 六大洲悬浮提示框 */

.index-nat-a:hover[hash-class=index-3745149374834609]::after{
    z-index: 99;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: max-content;
    content: attr(data-title);
    color: #aaa8b1;
    border: 0.1rem solid #e6e3ec;
    border-radius: 0.3rem;
    box-shadow: 0rem 0rem 0.2rem 0.1rem #e6e3ec;
    /* background-color: #E5E5E5; */
    background-color: #FFFFFF;
    padding: 2px 8px;
    font-size: 15px;
}

@media (min-width: 768px) {
    .drop-width-sm[hash-class=index-3745149374834609] {
        width: 49%;
    }
 
}
@media (min-width: 992px) {
    .drop-width-md[hash-class=index-3745149374834609] {
        width: 15.666667%;
    }
}
@media (min-width: 1200px) {
    .drop-width-lg[hash-class=index-3745149374834609] {
        width: 15.666667%;
    }
}
@media (max-width: 768px) {
    /* banner */
    .indexBannerContainer[hash-class=index-3745149374834609] {
        margin-bottom: 100px;
    }
    /* news */
    .news-list2[hash-class=index-3745149374834609]{
     flex-direction: column;
    }
    .index-yw-banner[hash-class=index-3745149374834609]{
        width: 100%;
    }
    .index-yw-new[hash-class=index-3745149374834609]{
        width: 100%;
    }
    .time[hash-class=index-3745149374834609]{
        white-space: nowrap;
        font-size: 1.3rem;
    }
    .index-yw-new .listItem .time[hash-class=index-3745149374834609] {
        width: 28% !important;
    }
    .index-yw-new-bot .bot[hash-class=index-3745149374834609] {
        width: 27%;
        line-height: 24px;
    }
    .auto-scroll[hash-class=index-3745149374834609]{
        width: 71%;
    }
    .more[hash-class=index-3745149374834609]{
        bottom: 7px;
    }
    .wsyw-first[hash-class=index-3745149374834609]{
        margin-left: 10px !important;
    }
    .index-yw[hash-class=index-3745149374834609] {
        padding: 1px 2%;
    }
    /* 公益 */
    .hiListGYJX>div[hash-class=index-3745149374834609]{
        padding-left: 0 !important;
    }
    .hiListGYJX[hash-class=index-3745149374834609]{
        padding: 0 !important;
    }
    .partyBuilding[hash-class=index-3745149374834609]{
        width: 100%;
    }
    .hiListGYJX>div .chinese[hash-class=index-3745149374834609] {
        font-size: 14px;
    } 
    .hiListGYJX>div .english[hash-class=index-3745149374834609] {
        font-size: 12px;
    } 
    .awards-mobile[hash-class=index-3745149374834609] {
       height: 75px;
       padding: 0;
       width: 100%;
       background: url('/image/greatPerson.png') no-repeat;
    }
    .index-con2-bt .h4container[hash-class=index-3745149374834609] {
        margin-bottom: 0;
    }
    .index-con2-bt .h4container .rc-text[hash-class=index-3745149374834609] {
        font-size: 22px;
    }
    .hiListDj[hash-class=index-3745149374834609]{
        padding: 0 10px;
    }
    .hiListDj>div[hash-class=index-3745149374834609] {
        padding: 10px 0;
        width: 100%;
    }
    .main-div .right-div[hash-class=index-3745149374834609] {
        display: none;
    }
    .main-div .content-div[hash-class=index-3745149374834609] {
        display: none;
    }
   .main-div[hash-class=index-3745149374834609] {
       height: 80px;
   }
   .img-div .rc-image[hash-class=index-3745149374834609] {
       height: 100%;
   }
   .newsTab :first-child[hash-class=index-3745149374834609] {
       font-size: 20px;
   }
   /* 乡村振兴 */
   .news-content[hash-class=index-3745149374834609] {
       flex-direction: column;
   }
   .newsItem .newsTime[hash-class=index-3745149374834609] {
       width: 26%;
   }

   .itemLeft[hash-class=index-3745149374834609]{
       width: 74%;
   }
   .newsTab[hash-class=index-3745149374834609] {
       width:40% ;
   }
   .ul-container[hash-class=index-3745149374834609] {
       width: 95%;
   }
    .itemLeft em[hash-class=index-3745149374834609] {
        width: 7px;
        height: 7px;
    }

    .itemLeft .title[hash-class=index-3745149374834609] {
        padding-left: 5%;
    }
    /* 一代一路 */
    .bletLoad[hash-class=index-3745149374834609]{
        width: 100%;
    }
    .loadName[hash-class=index-3745149374834609]{
        font-size: 12px !important;
        margin-top: 5px !important;
    }
    .loadEng span[hash-class=index-3745149374834609]{
        font-size: 9px !important;
        margin-top: 5px !important;
    }
    .loadContainer[hash-class=index-3745149374834609] {
        padding: 10px 30px !important;
    }
    .hiListYDYL>div .img[hash-class=index-3745149374834609] {
        width: 30px;
    }
    /* 公益 */
    .gyjxName[hash-class=index-3745149374834609] {
        font-size: 1.2rem !important;
    }
    .gyjxEng span[hash-class=index-3745149374834609] {
        font-size: 0.8rem !important;
        margin-top: 5px !important;
    }
    .gyjxEng[hash-class=index-3745149374834609]{
        justify-content: flex-start;
    }

    .gyjxContainer[hash-class=index-3745149374834609] {
        padding-left: 30%;
        justify-content: flex-start;
    }
    /* 健康产业 */
    .HIListLi[hash-class=index-3745149374834609] {
        width: 100%;
        padding: 5px 0;
    }
    .homePic[hash-class=index-3745149374834609]{
        height: 60px !important;
        background-size: cover !important;
    }
    .HIListLi img[hash-class=index-3745149374834609] {
        width: 40%;
    }
    .HIListLi[hash-class=index-3745149374834609] {
        width: 95%;
    }
    /* 部门新闻 */
    .index-cen[hash-class=index-3745149374834609]{padding: 0px 15px;}
    .index-cen-ul[hash-class=index-3745149374834609]{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .index-cen-li[hash-class=index-3745149374834609] {
        width: 45% !important;
        height: 90px !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
        background-size: cover !important;
    }
    .index-cen-p .rc-text[hash-class=index-3745149374834609] {
        font-size: 14px;
    }
    .index-cen-p .smallText[hash-class=index-3745149374834609] {
        font-size: 8px;
    }
    .index-yw-new .listItem .content[hash-class=index-3745149374834609] {
        width: 70%;
    }
    .carcontent[hash-class=index-3745149374834609]{
        display: flex;
        flex-direction: column;
    }
    .actsRight[hash-class=index-3745149374834609]{
        display: flex;
         padding: 10px 15px;
        width: 100%;
    }
    .actsLi[hash-class=index-3745149374834609]{
        align-items: center;
        display: flex;
    }
    .index-acts .actsLi em[hash-class=index-3745149374834609]{
        margin: 0;
        background-size: 50% !important;
        width: 50px;
    }
    .index-acts .actsRightSpan[hash-class=index-3745149374834609] {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .index-acts .actsRightSpan .rc-text[hash-class=index-3745149374834609] {
        font-size: 12px;
    }
    .acts-pic[hash-class=index-3745149374834609]{
        width: 100% !important;
        height: 155px !important;
    }
    .testImage[hash-class=index-3745149374834609] {
        height: 100% ;
    }
    .index-acts .acts-pic .ddContainer[hash-class=index-3745149374834609] {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
     .index-acts .acts-pic .ddContainer span[hash-class=index-3745149374834609] {
         font-size: 14px;
     }
     .expressTourTitleBox span[hash-class=index-3745149374834609] {
         font-size: 14px !important;
         margin: 15% 10% !important;
     }
     .expressTourTitleBox[hash-class=index-3745149374834609]{
         height: 50%;

     }
    .titleText[hash-class=index-3745149374834609] {
        font-size: 13px !important;
    }
    .index-pt-fl[hash-class=index-3745149374834609] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-top: 10px;
    }
    .index-pt-fl .rc-text[hash-class=index-3745149374834609]{
        line-height: 50px;
        margin-top: 0px !important;
        font-size: 16px;
        text-align: center;
    }
    .index-pt-fl em[hash-class=index-3745149374834609] {
        margin: 0 !important;
    }
    .index-pt-fr[hash-class=index-3745149374834609]{
           margin: 5px 25% 20px 25% !important;
    }
    .zkContainer[hash-class=index-3745149374834609]{
        width: calc(100% - 12px);
    }
    .index-nat-img[hash-class=index-3745149374834609]{
        margin-left: 0;
    }
    .index-nat-ul[hash-class=index-3745149374834609] {
        float: none;
        width: 100%;
        justify-content: center;
        margin: 0 !important;
    }
    .index-nat-ul .index-nat-li[hash-class=index-3745149374834609] {
        width: 27%;
        white-space: nowrap;
        margin: 0 0 10px 0;
    }
    .dropdownContainer[hash-class=index-3745149374834609] {
        justify-content: space-around;
    }
    .dropItem[hash-class=index-3745149374834609]{
        width: 45%;
        margin-top: 0px !important;
    }
    .mapContainer[hash-class=index-3745149374834609]{
        overflow: hidden;
    }
    .index-nat-img .index-nat-a[hash-class=index-3745149374834609] {
        width: 8rem;
        height: 4.5rem;
        display: block;
        background: none !important;
    }
    .index-nat-img .index-nat-a:nth-of-type(1)[hash-class=index-3745149374834609] {
        left: 57%;
        top: 4%;
        z-index: 9;
    }
    .index-nat-img .index-nat-a:nth-of-type(2)[hash-class=index-3745149374834609] {
        left: 5%;
        top: 1%;
    }
    .index-nat-img .index-nat-a:nth-of-type(3)[hash-class=index-3745149374834609] {
        left: 41%;
        top: -2%;
    }
    .index-nat-img .index-nat-a:nth-of-type(4)[hash-class=index-3745149374834609] {
        left: 7%;
        top: 37%;
    }
    .index-nat-img .index-nat-a:nth-of-type(5)[hash-class=index-3745149374834609] {
        left: 35%;
        top: 25%;
    }
     .index-nat-img .index-nat-a:nth-of-type(6)[hash-class=index-3745149374834609] {
        right: 2%;
        bottom: 25%;
        top: auto;
    }
}

@media(max-width:360px){
    .phone .index-yw-new-bot .bot img[hash-class=index-3745149374834609]{
        width: 20%;
        bottom: 9px;
    }
    .phone .index-yw-bt .more[hash-class=index-3745149374834609] {
        bottom: -10px;
    }
}
